|
|
define((function(){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s="./node_modules/@splunk/swc-mltk/dist/build_tools/web_loaders/splunk-public-path-injection-loader.js?/static/app/Splunk_ML_Toolkit/!./src/main/webapp/visualizations/HistogramViz/visualization.es")}({"./node_modules/@splunk/charting-utils/Formatter.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=51)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},51:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=o(n(1)),r=o(n(0));function o(t){return t&&t.__esModule?t:{default:t}}function s(t){this.renderer=t,this.ELLIPSIS="..."}s.prototype={ellipsize:function(t,e,n,o,s){(0,r.default)(t).isArray()&&(t=t.join(","));var a=(t=i.default.trim(t)).length;if(!t||""===t)return"";if(a<=3||!n||isNaN(n)||n<=0)return t;if(!e||isNaN(e)||e<=0)return this.ELLIPSIS;if(!(this._predictLineWidth(t,n,o)-e>0))return t;var c=this._predictLineWidth(this.ELLIPSIS,n,o);switch(s){case"end":return this.trimStringToWidth(t,e-c,n,o)+"...";case"start":return"..."+this.reverseString(this.trimStringToWidth(this.reverseString(t),e-c,n,o));default:var l=(e-c)/2;return this.trimStringToWidth(t,l,n,o)+"..."+this.reverseString(this.trimStringToWidth(this.reverseString(t),l,n,o))}},trimStringToWidth:function(t,e,n,i){var r=this,o=function(o,s){for(var a=void 0;s>o+1;)a=Math.floor((o+s)/2),r.predictTextWidth(t.substr(0,a),n,i)>e?s=a:o=a;return o}(0,t.length);return t.substr(0,o)},reverseString:function(t){return t.split("").reverse().join("")},predictTextWidth:function(t,e,n){if((0,r.default)(t).isArray()&&(t=t.join(",")),!t||""===t||!e||isNaN(e))return 0;var o=t.split(/\s*<br\s*\/?>\s*/),s=o.length;if(s>1){for(var a=0,c=0;c<s;c++)if(o[c]&&""!==o[c]){var l=this._predictLineWidth(o[c],e,n);l>a&&(a=l)}return a}return this._predictLineWidth(i.default.trim(t),e,n)},_predictLineWidth:function(t,e,n){if(!t||!e)return 0;var i=this.getTextBBox(t,e,n);return i?i.width:0},predictTextHeight:function(t,e,n){if((0,r.default)(t).isArray()&&(t=t.join(",")),!e||!t)return 0;var i=this.getTextBBox(t,e,n);return i?i.height:0},getTextBBox:function(t,e,n){if(n=i.default.extend(n,{fontSize:e+"px"}),!isNaN(parseFloat(e,10)))return this.textPredicter&&this.textPredicter.destroy(),this.textPredicter=this.renderer.text(t,0,0).attr({visibility:"hidden"}).css(n).add(),this.textPredicter.getBBox()},adjustLabels:function(t,e,n,r,o){var s=void 0,a=void 0,c=void 0,l=i.default.extend(!0,[],t),u=this.getMaxWidthForFontRange(l,n,r);if(u[r]<=e)c=!1,a=r;else for(c=!0,a=r-1;a>n;a--)if(u[a]<=e){c=!1;break}if(c&&"none"!==o)for(s=0;s<l.length;s++)l[s]=this.ellipsize(l[s],e,a,{},o);return{labels:l,fontSize:a,areEllipsized:c,longestWidth:u[a]}},getMaxWidthForFontRange:function(t,e,n){var i=void 0,r={};r[e]=0;for(var o=0;o<t.length;o++){var s=this.predictTextWidth(t[o]||"",e);s>r[e]&&(i=o,r[e]=s)}for(var a=e+1;a<=n;a++)r[a]=this.predictTextWidth(t[i]||"",a);return r},bBoxesOverlap:function(t,e,n,i){n=n||0,i=i||0;var r=t.x-n,o=e.x-n,s=t.x+t.width+2*n,a=e.x+e.width+2*n,c=t.y-i,l=e.y-i,u=t.y+t.height+2*i,d=e.y+e.height+2*i;return r<a&&s>o&&c<d&&u>l},destroy:function(){this.textPredicter&&(this.textPredicter.destroy(),this.textPredicter=!1)}},e.default=s,t.exports=e.default}})},"./node_modules/@splunk/charting-utils/async.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=52)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},52:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=o(n(1)),r=o(n(0));function o(t){return t&&t.__esModule?t:{default:t}}var s={CANCELLED:"cancelled"};s.requestFrame=(0,r.default)(window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(t){window.setTimeout(t,50)}).bind(window),s.cancelFrame=(0,r.default)(window.cancelAnimationFrame||window.mozCancelAnimationFrame||function(t){window.clearTimeout(t)}).bind(window),s.asyncEach=function(t,e){var n=void 0,r=!1,o=t.length,a=i.default.Deferred();return a.cancel=function(){r=!0,n&&(s.cancelFrame(n),a.reject(s.CANCELLED))},function i(c){r||(e(t[c],c),c<o-1?n=s.requestFrame((function(){i(c+1)})):a.resolve())}(0),a},e.default=s,t.exports=e.default}})},"./node_modules/@splunk/charting-utils/color.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=32)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},32:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.interpolateColors=e.getComputedOpacity=e.getLuminance=e.addAlphaToColor=e.hexFromColor=e.normalizeColor=e.stripOutAlpha=e.colorFromHex=void 0;var i=o(n(1)),r=o(n(0));function o(t){return t&&t.__esModule?t:{default:t}}var s=e.colorFromHex=function(t,e){if("number"!=typeof t&&(t=parseInt(t,16)),(0,r.default)(t).isNaN()||t<0||t>16777215)return null;var n=(16711680&t)>>16,i=(65280&t)>>8,o=255&t;return void 0===e?"rgb("+n+","+i+","+o+")":"rgba("+n+","+i+","+o+","+e+")"},a=(e.stripOutAlpha=function(t){var e=t.split(",");return"a"===e[0].charAt(3)?(e[0]=e[0].replace("rgba","rgb"),e[e.length-1]=")",e=(e=e.join()).replace(",)",")")):t},e.normalizeColor=function(t){var e,n,i=null;if("string"==typeof t&&"#"===t.charAt(0))i=4===t.length?t+t.charAt(1)+t.charAt(2)+t.charAt(3):t;else try{e=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/),n=(e[1]<<16|e[2]<<8|e[3]).toString(16),i="#"+Array(6-n.length).concat([n]).toString().replace(/,/g,0)}catch(t){}return i}),c=e.hexFromColor=function(t){var e=a(t);return e?parseInt(e.replace("#","0x"),16):0};e.addAlphaToColor=function(t,e){var n="number"==typeof t?t:c(t);return s(n,e)},e.getLuminance=function(t){if("number"!=typeof t&&(t=parseInt(t,16)),isNaN(t)||t<0||t>16777215)return 0;var e=(16711680&t)>>16,n=(65280&t)>>8,i=255&t;return Math.round(.2126*e+.7152*n+.0722*i)},e.getComputedOpacity=function(t){var e=i.default.trim(t.attr("fill")),n=function(t){var e=parseFloat(t);return e>=0&&e<=1?e:1};if(!/^rgba/.test(e))return n(t.attr("fill-opacity"));var r=e.match(/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*([\d.]+)\)$/);return r&&r.length>4?n(r[4]):1},e.interpolateColors=function(t,e,n){var i=t>>16&255,r=t>>8&255,o=255&t,s=e>>16&255,a=e>>8&255,c=255&e;return i+Math.round((s-i)*n)<<16|r+Math.round((a-r)*n)<<8|o+Math.round((c-o)*n)}}})},"./node_modules/@splunk/charting-utils/dom.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=53)}({1:function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},53:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.showTickLabel=e.hideTickLabel=e.setLegendItemText=void 0;var i,r=n(1),o=(i=r)&&i.__esModule?i:{default:i};e.setLegendItemText=function(t,e){t.attr("text")!==e&&(t.added=!0,t.attr({text:e}))},e.hideTickLabel=function(t){var e=t.label;"text"===t.label.element.nodeName.toLowerCase()?e.hide():(0,o.default)(e.element).css("display","none")},e.showTickLabel=function(t){var e=t.label;"text"===t.label.element.nodeName.toLowerCase()?e.show():(0,o.default)(e.element).css("display","")}}})},"./node_modules/@splunk/charting-utils/field.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=54)}([function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},,function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){t.exports=!n(9)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},function(t,e,n){var i=n(7),r=n(26);t.exports=n(4)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var i=n(13),r=n(34),o=n(35),s=Object.defineProperty;e.f=n(4)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var i=n(28)("wks"),r=n(21),o=n(2).Symbol,s="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=i},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(2),r=n(5),o=n(12),s=n(6),a=n(10),c=function(t,e,n){var l,u,d,h=t&c.F,p=t&c.G,f=t&c.S,m=t&c.P,g=t&c.B,y=t&c.W,b=p?r:r[e]||(r[e]={}),M=b.prototype,v=p?i:f?i[e]:(i[e]||{}).prototype;for(l in p&&(n=e),n)(u=!h&&v&&void 0!==v[l])&&a(b,l)||(d=u?v[l]:n[l],b[l]=p&&"function"!=typeof v[l]?n[l]:g&&u?o(d,i):y&&v[l]==d?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):m&&"function"==typeof d?o(Function.call,d):d,m&&((b.virtual||(b.virtual={}))[l]=d,t&c.R&&M&&!M[l]&&s(M,l,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var i=n(24);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var i=n(3);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var i=n(27),r=n(15);t.exports=function(t){return i(r(t))}},function(t,e){t.exports={}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(14),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(28)("keys"),r=n(21);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},,function(t,e){t.exports=!0},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(3),r=n(2).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var i=n(18);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e,n){var i=n(5),r=n(2),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(23)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var i=n(15);t.exports=function(t){return Object(i(t))}},function(t,e,n){var i=n(12),r=n(70),o=n(71),s=n(13),a=n(19),c=n(72),l={},u={};(e=t.exports=function(t,e,n,d,h){var p,f,m,g,y=h?function(){return t}:c(t),b=i(n,d,e?2:1),M=0;if("function"!=typeof y)throw TypeError(t+" is not iterable!");if(o(y)){for(p=a(t.length);p>M;M++)if((g=e?b(s(f=t[M])[0],f[1]):b(t[M]))===l||g===u)return g}else for(m=y.call(t);!(f=m.next()).done;)if((g=r(m,b,f.value,e))===l||g===u)return g}).BREAK=l,e.RETURN=u},,function(t,e,n){"use strict";var i=n(23),r=n(11),o=n(60),s=n(6),a=n(17),c=n(61),l=n(40),u=n(64),d=n(8)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,n,f,m,g,y){c(n,e,f);var b,M,v,_=function(t){if(!h&&t in w)return w[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},x=e+" Iterator",L="values"==m,A=!1,w=t.prototype,T=w[d]||w["@@iterator"]||m&&w[m],k=T||_(m),S=m?L?_("entries"):k:void 0,O="Array"==e&&w.entries||T;if(O&&(v=u(O.call(new t)))!==Object.prototype&&v.next&&(l(v,x,!0),i||"function"==typeof v[d]||s(v,d,p)),L&&T&&"values"!==T.name&&(A=!0,k=function(){return T.call(this)}),i&&!y||!h&&!A&&w[d]||s(w,d,k),a[e]=k,a[x]=p,m)if(b={values:L?k:_("values"),keys:g?k:_("keys"),entries:S},y)for(M in b)M in w||o(w,M,b[M]);else r(r.P+r.F*(h||A),e,b);return b}},function(t,e,n){t.exports=!n(4)&&!n(9)((function(){return 7!=Object.defineProperty(n(25)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(3);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var i=n(37),r=n(29);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(10),r=n(16),o=n(38)(!1),s=n(20)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,l=[];for(n in a)n!=s&&i(a,n)&&l.push(n);for(;e.length>c;)i(a,n=e[c++])&&(~o(l,n)||l.push(n));return l}},function(t,e,n){var i=n(16),r=n(19),o=n(39);t.exports=function(t){return function(e,n,s){var a,c=i(e),l=r(c.length),u=o(s,l);if(t&&n!=n){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},function(t,e,n){var i=n(14),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e,n){var i=n(7).f,r=n(10),o=n(8)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},,,,function(t,e,n){var i=n(13),r=n(62),o=n(29),s=n(20)("IE_PROTO"),a=function(){},c=function(){var t,e=n(25)("iframe"),i=o.length;for(e.style.display="none",n(63).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;i--;)delete c.prototype[o[i]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(a.prototype=i(t),n=new a,a.prototype=null,n[s]=t):n=c(),void 0===e?n:r(n,e)}},function(t,e){t.exports=function(t,e){return{value:e,done:!!t}}},function(t,e,n){var i=n(6);t.exports=function(t,e,n){for(var r in e)n&&t[r]?t[r]=e[r]:i(t,r,e[r]);return t}},function(t,e){t.exports=function(t,e,n,i){if(!(t instanceof e)||void 0!==i&&i in t)throw TypeError(n+": incorrect invocation!");return t}},function(t,e,n){var i=n(18),r=n(8)("toStringTag"),o="Arguments"==i(function(){return arguments}());t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),r))?n:o?i(e):"Object"==(s=i(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,n){var i=n(21)("meta"),r=n(3),o=n(10),s=n(7).f,a=0,c=Object.isExtensible||function(){return!0},l=!n(9)((function(){return c(Object.preventExtensions({}))})),u=function(t){s(t,i,{value:{i:"O"+ ++a,w:{}}})},d=t.exports={KEY:i,NEED:!1,fastKey:function(t,e){if(!r(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!o(t,i)){if(!c(t))return"F";if(!e)return"E";u(t)}return t[i].i},getWeak:function(t,e){if(!o(t,i)){if(!c(t))return!0;if(!e)return!1;u(t)}return t[i].w},onFreeze:function(t){return l&&d.NEED&&c(t)&&!o(t,i)&&u(t),t}}},function(t,e,n){var i=n(3);t.exports=function(t,e){if(!i(t)||t._t!==e)throw TypeError("Incompatible receiver, "+e+" required!");return t}},,,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.isOutlierField=e.getOutlierFields=e.isOutlierDataSet=e.getRangeSeriesConfig=e.isRangeSeriesDataSet=void 0;var i=o(n(55)),r=o(n(0));function o(t){return t&&t.__esModule?t:{default:t}}e.isRangeSeriesDataSet=function(t){var e=t.allFields();return(0,r.default)(e).any((function(t){return/^_predicted/.test(t)}))&&(0,r.default)(e).any((function(t){return/^_lower/.test(t)}))&&(0,r.default)(e).any((function(t){return/^_upper/.test(t)}))},e.getRangeSeriesConfig=function(t){var e=(0,r.default)(t.allFields()).filter((function(t){return/^_predicted/.test(t)}));return(0,r.default)(e).map((function(e){var n=e.replace(/^_predicted/,""),i="_lower"+n,o="_upper"+n;return{predicted:(0,r.default)(t.getSeries(e)).find((function(t){return!!t})),lower:(0,r.default)(t.getSeries(i)).find((function(t){return!!t})),upper:(0,r.default)(t.getSeries(o)).find((function(t){return!!t}))}}))},e.isOutlierDataSet=function(t){var e=t.allFields();return(0,r.default)(e).any((function(t){return/^isOutlier/.test(t)}))&&(0,r.default)(e).any((function(t){return/^lowerBound/.test(t)}))&&(0,r.default)(e).any((function(t){return/^upperBound/.test(t)}))},e.getOutlierFields=function(t){return{lower:"lowerBound",upper:"upperBound",isOutlier:"isOutlier",actual:""+(0,r.default)(t.allFields()).filter((function(t){return!(/^isOutlier/.test(t)||/^lowerBound/.test(t)||/^upperBound/.test(t)||/^_time/.test(t))}))}},e.isOutlierField=function(t){return new i.default(["lowerBound","upperBound","isOutlier"]).has(t)}},function(t,e,n){t.exports={default:n(56),__esModule:!0}},function(t,e,n){n(57),n(58),n(65),n(68),n(79),n(82),n(84),t.exports=n(5).Set},function(t,e){},function(t,e,n){"use strict";var i=n(59)(!0);n(33)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})}))},function(t,e,n){var i=n(14),r=n(15);t.exports=function(t){return function(e,n){var o,s,a=String(r(e)),c=i(n),l=a.length;return c<0||c>=l?t?"":void 0:(o=a.charCodeAt(c))<55296||o>56319||c+1===l||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):s-56320+(o-55296<<10)+65536}}},function(t,e,n){t.exports=n(6)},function(t,e,n){"use strict";var i=n(44),r=n(26),o=n(40),s={};n(6)(s,n(8)("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=i(s,{next:r(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var i=n(7),r=n(13),o=n(36);t.exports=n(4)?Object.defineProperties:function(t,e){r(t);for(var n,s=o(e),a=s.length,c=0;a>c;)i.f(t,n=s[c++],e[n]);return t}},function(t,e,n){var i=n(2).document;t.exports=i&&i.documentElement},function(t,e,n){var i=n(10),r=n(30),o=n(20)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){n(66);for(var i=n(2),r=n(6),o=n(17),s=n(8)("toStringTag"),a="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(","),c=0;c<a.length;c++){var l=a[c],u=i[l],d=u&&u.prototype;d&&!d[s]&&r(d,s,l),o[l]=o.Array}},function(t,e,n){"use strict";var i=n(67),r=n(45),o=n(17),s=n(16);t.exports=n(33)(Array,"Array",(function(t,e){this._t=s(t),this._i=0,this._k=e}),(function(){var t=this._t,e=this._k,n=this._i++;return!t||n>=t.length?(this._t=void 0,r(1)):r(0,"keys"==e?n:"values"==e?t[n]:[n,t[n]])}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},function(t,e){t.exports=function(){}},function(t,e,n){"use strict";var i=n(69),r=n(50);t.exports=n(74)("Set",(function(t){return function(){return t(this,arguments.length>0?arguments[0]:void 0)}}),{add:function(t){return i.def(r(this,"Set"),t=0===t?0:t,t)}},i)},function(t,e,n){"use strict";var i=n(7).f,r=n(44),o=n(46),s=n(12),a=n(47),c=n(31),l=n(33),u=n(45),d=n(73),h=n(4),p=n(49).fastKey,f=n(50),m=h?"_s":"size",g=function(t,e){var n,i=p(e);if("F"!==i)return t._i[i];for(n=t._f;n;n=n.n)if(n.k==e)return n};t.exports={getConstructor:function(t,e,n,l){var u=t((function(t,i){a(t,u,e,"_i"),t._t=e,t._i=r(null),t._f=void 0,t._l=void 0,t[m]=0,null!=i&&c(i,n,t[l],t)}));return o(u.prototype,{clear:function(){for(var t=f(this,e),n=t._i,i=t._f;i;i=i.n)i.r=!0,i.p&&(i.p=i.p.n=void 0),delete n[i.i];t._f=t._l=void 0,t[m]=0},delete:function(t){var n=f(this,e),i=g(n,t);if(i){var r=i.n,o=i.p;delete n._i[i.i],i.r=!0,o&&(o.n=r),r&&(r.p=o),n._f==i&&(n._f=r),n._l==i&&(n._l=o),n[m]--}return!!i},forEach:function(t){f(this,e);for(var n,i=s(t,arguments.length>1?arguments[1]:void 0,3);n=n?n.n:this._f;)for(i(n.v,n.k,this);n&&n.r;)n=n.p},has:function(t){return!!g(f(this,e),t)}}),h&&i(u.prototype,"size",{get:function(){return f(this,e)[m]}}),u},def:function(t,e,n){var i,r,o=g(t,e);return o?o.v=n:(t._l=o={i:r=p(e,!0),k:e,v:n,p:i=t._l,n:void 0,r:!1},t._f||(t._f=o),i&&(i.n=o),t[m]++,"F"!==r&&(t._i[r]=o)),t},getEntry:g,setStrong:function(t,e,n){l(t,e,(function(t,n){this._t=f(t,e),this._k=n,this._l=void 0}),(function(){for(var t=this._k,e=this._l;e&&e.r;)e=e.p;return this._t&&(this._l=e=e?e.n:this._t._f)?u(0,"keys"==t?e.k:"values"==t?e.v:[e.k,e.v]):(this._t=void 0,u(1))}),n?"entries":"values",!n,!0),d(e)}}},function(t,e,n){var i=n(13);t.exports=function(t,e,n,r){try{return r?e(i(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&i(o.call(t)),e}}},function(t,e,n){var i=n(17),r=n(8)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||o[r]===t)}},function(t,e,n){var i=n(48),r=n(8)("iterator"),o=n(17);t.exports=n(5).getIteratorMethod=function(t){if(null!=t)return t[r]||t["@@iterator"]||o[i(t)]}},function(t,e,n){"use strict";var i=n(2),r=n(5),o=n(7),s=n(4),a=n(8)("species");t.exports=function(t){var e="function"==typeof r[t]?r[t]:i[t];s&&e&&!e[a]&&o.f(e,a,{configurable:!0,get:function(){return this}})}},function(t,e,n){"use strict";var i=n(2),r=n(11),o=n(49),s=n(9),a=n(6),c=n(46),l=n(31),u=n(47),d=n(3),h=n(40),p=n(7).f,f=n(75)(0),m=n(4);t.exports=function(t,e,n,g,y,b){var M=i[t],v=M,_=y?"set":"add",x=v&&v.prototype,L={};return m&&"function"==typeof v&&(b||x.forEach&&!s((function(){(new v).entries().next()})))?(v=e((function(e,n){u(e,v,t,"_c"),e._c=new M,null!=n&&l(n,y,e[_],e)})),f("add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON".split(","),(function(t){var e="add"==t||"set"==t;!(t in x)||b&&"clear"==t||a(v.prototype,t,(function(n,i){if(u(this,v,t),!e&&b&&!d(n))return"get"==t&&void 0;var r=this._c[t](0===n?0:n,i);return e?this:r}))})),b||p(v.prototype,"size",{get:function(){return this._c.size}})):(v=g.getConstructor(e,t,y,_),c(v.prototype,n),o.NEED=!0),h(v,t),L[t]=v,r(r.G+r.W+r.F,L),b||g.setStrong(v,t,y),v}},function(t,e,n){var i=n(12),r=n(27),o=n(30),s=n(19),a=n(76);t.exports=function(t,e){var n=1==t,c=2==t,l=3==t,u=4==t,d=6==t,h=5==t||d,p=e||a;return function(e,a,f){for(var m,g,y=o(e),b=r(y),M=i(a,f,3),v=s(b.length),_=0,x=n?p(e,v):c?p(e,0):void 0;v>_;_++)if((h||_ in b)&&(g=M(m=b[_],_,y),t))if(n)x[_]=g;else if(g)switch(t){case 3:return!0;case 5:return m;case 6:return _;case 2:x.push(m)}else if(u)return!1;return d?-1:l||u?u:x}}},function(t,e,n){var i=n(77);t.exports=function(t,e){return new(i(t))(e)}},function(t,e,n){var i=n(3),r=n(78),o=n(8)("species");t.exports=function(t){var e;return r(t)&&("function"!=typeof(e=t.constructor)||e!==Array&&!r(e.prototype)||(e=void 0),i(e)&&null===(e=e[o])&&(e=void 0)),void 0===e?Array:e}},function(t,e,n){var i=n(18);t.exports=Array.isArray||function(t){return"Array"==i(t)}},function(t,e,n){var i=n(11);i(i.P+i.R,"Set",{toJSON:n(80)("Set")})},function(t,e,n){var i=n(48),r=n(81);t.exports=function(t){return function(){if(i(this)!=t)throw TypeError(t+"#toJSON isn't generic");return r(this)}}},function(t,e,n){var i=n(31);t.exports=function(t,e){var n=[];return i(t,!1,n.push,n,e),n}},function(t,e,n){n(83)("Set")},function(t,e,n){"use strict";var i=n(11);t.exports=function(t){i(i.S,t,{of:function(){for(var t=arguments.length,e=new Array(t);t--;)e[t]=arguments[t];return new this(e)}})}},function(t,e,n){n(85)("Set")},function(t,e,n){"use strict";var i=n(11),r=n(24),o=n(12),s=n(31);t.exports=function(t){i(i.S,t,{from:function(t){var e,n,i,a,c=arguments[1];return r(this),(e=void 0!==c)&&r(c),null==t?new this:(n=[],e?(i=0,a=o(c,arguments[2],2),s(t,!1,(function(t){n.push(a(t,i++))}))):s(t,!1,n.push,n),new this(n))}})}}])},"./node_modules/@splunk/charting-utils/format.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=86)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},22:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var i=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],r={ja_JP:i,ko_KR:i,zh_CN:i,zh_TW:i},o=[["MMM d","d MMM"]],s=window.format_date;window.format_date=function(t,e){e=e||"medium";var n,i,a=window.locale_name();if(e&&"string"==typeof e&&window.locale_uses_day_before_month())for(i=o,n=0;n<i.length;n++)e=e.replace(i[n][0],i[n][1]);if(e&&"string"==typeof e&&a in r)for(i=r[a],n=0;n<i.length;n++){var c=i[n];e=e.replace(c[0],c[1])}return s(t,e)},e.default={_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install},t.exports=e.default},41:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){var t=/%%|%(\d+\$)?(\([^)]+\))?([-+#0 ]*)(\*\d+\$|\*|\d+)?(\.(\*\d+\$|\*|\d+))?([scboxXuidfegEG])/g,e=arguments,n=0,i=e[n++],r=function(t,e,n,i){var r=t.length>=e?"":Array(1+e-t.length>>>0).join(n);return i?t+r:r+t},o=function(t,e,n,i,o){var s=i-t.length;return s>0&&(t=n||!o?r(t,i," ",n):t.slice(0,e.length)+r("",s,"0",!0)+t.slice(e.length)),t},s=function(t,e,n,i,s,a,c){var l=t>>>0;return t=(n=n&&l&&{2:"0b",8:"0",16:"0x"}[e]||"")+r(l.toString(e),a||0,"0",!1),o(t,n,i,s,c)},a=function(t,e,n,i,r){return null!=i&&(t=t.slice(0,i)),o(t,"",e,n,r)},c=function(t,i,c,l,u,d,h,p){if("%%"==t)return"%";for(var f=!1,m="",g=!1,y=!1,b=l.length,M=0;l&&M<b;M++)switch(l.charAt(M)){case" ":m=" ";break;case"+":m="+";break;case"-":f=!0;break;case"0":g=!0;break;case"#":y=!0}if((u=u?"*"==u?+e[n++]:"*"==u.charAt(0)?+e[u.slice(1,-1)]:+u:0)<0&&(u=-u,f=!0),!isFinite(u))throw new Error("sprintf: (minimum-)width must be finite");if(h=h?"*"==h?+e[n++]:"*"==h.charAt(0)?+e[h.slice(1,-1)]:+h:"fFeE".indexOf(p)>-1?6:"d"==p?0:void 0,c){c=c.substr(1,c.length-2);var v=e[1][c]}else v=i?e[i.slice(0,-1)]:e[n++];switch(p){case"s":return a(String(v),f,u,h,g);case"c":return a(String.fromCharCode(+v),f,u,h,g);case"b":return s(v,2,y,f,u,h,g);case"o":return s(v,8,y,f,u,h,g);case"x":return s(v,16,y,f,u,h,g);case"X":return s(v,16,y,f,u,h,g).toUpperCase();case"u":return s(v,10,y,f,u,h,g);case"i":case"d":return v=(x=(_=parseInt(+v))<0?"-":m)+r(String(Math.abs(_)),h,"0",!1),o(v,x,f,u,g);case"e":case"E":case"f":case"F":case"g":case"G":var _,x=(_=+v)<0?"-":m,L=["toExponential","toFixed","toPrecision"]["efg".indexOf(p.toLowerCase())],A=["toString","toUpperCase"]["eEfFgG".indexOf(p)%2];return v=x+Math.abs(_)[L](h),o(v,x,f,u,g)[A]();default:return t}};return i.replace(t,c)},t.exports=e.default},42:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.roundToDecimal=e.valuesAreNumeric=e.isCommaSeparatedNumber=e.getDecimalPrecision=e.degreeToRadian=e.roundWithMinMax=e.roundWithMin=e.nearestPowerOfTen=e.absPowerTen=e.absLogBaseTen=e.logBaseTen=e.parseFloat=void 0;var i,r=n(0),o=(i=r)&&i.__esModule?i:{default:i};var s=/^( )*(0x|-0x)/,a=/(^[-+]?[0-9]*[.]?[0-9]*$)|(^[-+]?[0-9][.]?[0-9]*e[-+]?[0-9][0-9]*$)/i,c=/(^[-+]?([0]|([1-9][0-9]{0,2})|(([1-9][0-9]{0,2}[,])([0-9]{3}[,])*[0-9]{3}))(([.][0-9]+)?)$)/,l=function(t){return s.test(t)?parseInt(t,16):a.test(t)?parseFloat(t):NaN};e.parseFloat=l;var u=e.logBaseTen=function(t){var e=Math.log(t)/Math.LN10;return Math.round(1e4*e)/1e4},d=e.absLogBaseTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0;e&&(t=-t),t<10&&(t+=(10-t)/10);var n=u(t);return e?-n:n},h=e.absPowerTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0,n=void 0;return e&&(t=-t),(n=Math.pow(10,t))<10&&(n=10*(n-1)/9),n=e?-n:n,Math.round(1e3*n)/1e3},p=e.nearestPowerOfTen=function(t){if("number"!=typeof t)return NaN;var e=t<0,n=u(t=e?-t:t),i=Math.pow(10,Math.floor(n));return e?-i:i},f=e.roundWithMin=function(t,e){return Math.max(Math.round(t),e)},m=e.roundWithMinMax=function(t,e,n){var i=Math.round(t);return i<e?e:i>n?n:i},g=e.degreeToRadian=function(t){return t*Math.PI/180},y=e.getDecimalPrecision=function(t,e){e=Math.min(e||1/0,20);for(var n=0;n<e&&t.toFixed(n)!==t.toString();)n+=1;return n},b=e.isCommaSeparatedNumber=function(t){return c.test(t)},M=e.valuesAreNumeric=function(t){var e=0,n=0;return(0,o.default)(t).each((function(t){((0,o.default)(t).isArray()&&(t=t.length>0?t[0]:null),(0,o.default)(t).isNull())||(n++,(!!l(t)||b(t))&&e++)})),0!==n&&e>=n/2},v=e.roundToDecimal=function(t,e){return void 0===e||0==+e?Math.round(t):(t=+t,e=+e,isNaN(t)||"number"!=typeof e||e%1!=0?NaN:(t=t.toString().split("e"),+((t=(t=Math.round(+(t[0]+"e"+(t[1]?+t[1]-e:-e)))).toString().split("e"))[0]+"e"+(t[1]?+t[1]+e:e))))};e.default={parseFloat:l,logBaseTen:u,absLogBaseTen:d,absPowerTen:h,nearestPowerOfTen:p,roundWithMin:f,roundWithMinMax:m,degreeToRadian:g,getDecimalPrecision:y,valuesAreNumeric:M,roundToDecimal:v}},86:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getSIPower=e.getSIUnit=e.abbreviateByUnit=e.abbreviateNumber=void 0;var i=s(n(22)),r=s(n(41)),o=n(42);function s(t){return t&&t.__esModule?t:{default:t}}var a=function(t){return t<1e3?i.default.format_decimal(t):t<1e4?(0,r.default)(i.default._("%sK"),i.default.format_decimal((0,o.roundToDecimal)(t/1e3,-2))):t<1e5?(0,r.default)(i.default._("%sK"),i.default.format_decimal((0,o.roundToDecimal)(t/1e3,-1))):t<999500?(0,r.default)(i.default._("%sK"),i.default.format_decimal((0,o.roundToDecimal)(t/1e3,0))):t<1e7?(0,r.default)(i.default._("%sM"),i.default.format_decimal((0,o.roundToDecimal)(t/1e6,-2))):t<1e8?(0,r.default)(i.default._("%sM"),i.default.format_decimal((0,o.roundToDecimal)(t/1e6,-1))):t<9995e5?(0,r.default)(i.default._("%sM"),i.default.format_decimal((0,o.roundToDecimal)(t/1e6,0))):t<1e10?(0,r.default)(i.default._("%sB"),i.default.format_decimal((0,o.roundToDecimal)(t/1e9,-2))):t<1e11?(0,r.default)(i.default._("%sB"),i.default.format_decimal((0,o.roundToDecimal)(t/1e9,-1))):(0,r.default)(i.default._("%sB"),i.default.format_decimal((0,o.roundToDecimal)(t/1e9,0)))};e.abbreviateNumber=function(t){return t<0?"-".concat(a(Math.abs(t))):a(t)},e.abbreviateByUnit=function(t,e,n){for(var o="###,###.",s="",a=0;a<n;a++)s+="0";return o+=s,0===t?"0":""===e?i.default.format_decimal(t,o).toString():"K"===e?(0,r.default)(i.default._("%sK"),i.default.format_decimal(t/1e3,o)):"M"===e?(0,r.default)(i.default._("%sM"),i.default.format_decimal(t/1e6,o)):"B"===e?(0,r.default)(i.default._("%sB"),i.default.format_decimal(t/1e9,o)):"T"===e?(0,r.default)(i.default._("%sT"),i.default.format_decimal(t/1e12,o)):void 0},e.getSIUnit=function(t){return t>=1e12?"T":t>=1e9?"B":t>=1e6?"M":t>=1e3?"K":""},e.getSIPower=function(t){return t>=1e12?12:t>=1e9?9:t>=1e6?6:t>=1e3?3:0}}})},"./node_modules/@splunk/charting-utils/i18n.js":function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=22)}({22:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var i=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],r={ja_JP:i,ko_KR:i,zh_CN:i,zh_TW:i},o=[["MMM d","d MMM"]],s=window.format_date;window.format_date=function(t,e){e=e||"medium";var n,i,a=window.locale_name();if(e&&"string"==typeof e&&window.locale_uses_day_before_month())for(i=o,n=0;n<i.length;n++)e=e.replace(i[n][0],i[n][1]);if(e&&"string"==typeof e&&a in r)for(i=r[a],n=0;n<i.length;n++){var c=i[n];e=e.replace(c[0],c[1])}return s(t,e)},e.default={_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install},t.exports=e.default}})},"./node_modules/@splunk/charting-utils/lang.js":function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=87)}({87:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.inherit=function(t,e){var n=function(){};n.prototype=e.prototype,t.prototype=new n,t.prototype.constructor=t}}})},"./node_modules/@splunk/charting-utils/logger.js":function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=43)}({43:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=window.console,r=e.setLoggingConsole=function(t){i=t},o=function(t){return function(){var e;(e=i)[t].apply(e,arguments)}},s=e.debug=o("debug"),a=e.info=o("info"),c=e.warn=o("warn"),l=e.error=o("error"),u=e.log=o("log"),d=e.trace=o("trace");e.default={setLoggingConsole:r,debug:s,info:a,warn:c,error:l,log:u,trace:d}}})},"./node_modules/@splunk/charting-utils/math.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=42)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},42:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.roundToDecimal=e.valuesAreNumeric=e.isCommaSeparatedNumber=e.getDecimalPrecision=e.degreeToRadian=e.roundWithMinMax=e.roundWithMin=e.nearestPowerOfTen=e.absPowerTen=e.absLogBaseTen=e.logBaseTen=e.parseFloat=void 0;var i,r=n(0),o=(i=r)&&i.__esModule?i:{default:i};var s=/^( )*(0x|-0x)/,a=/(^[-+]?[0-9]*[.]?[0-9]*$)|(^[-+]?[0-9][.]?[0-9]*e[-+]?[0-9][0-9]*$)/i,c=/(^[-+]?([0]|([1-9][0-9]{0,2})|(([1-9][0-9]{0,2}[,])([0-9]{3}[,])*[0-9]{3}))(([.][0-9]+)?)$)/,l=function(t){return s.test(t)?parseInt(t,16):a.test(t)?parseFloat(t):NaN};e.parseFloat=l;var u=e.logBaseTen=function(t){var e=Math.log(t)/Math.LN10;return Math.round(1e4*e)/1e4},d=e.absLogBaseTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0;e&&(t=-t),t<10&&(t+=(10-t)/10);var n=u(t);return e?-n:n},h=e.absPowerTen=function(t){if("number"!=typeof t&&(t=parseFloat(t)),(0,o.default)(t).isNaN())return t;var e=t<0,n=void 0;return e&&(t=-t),(n=Math.pow(10,t))<10&&(n=10*(n-1)/9),n=e?-n:n,Math.round(1e3*n)/1e3},p=e.nearestPowerOfTen=function(t){if("number"!=typeof t)return NaN;var e=t<0,n=u(t=e?-t:t),i=Math.pow(10,Math.floor(n));return e?-i:i},f=e.roundWithMin=function(t,e){return Math.max(Math.round(t),e)},m=e.roundWithMinMax=function(t,e,n){var i=Math.round(t);return i<e?e:i>n?n:i},g=e.degreeToRadian=function(t){return t*Math.PI/180},y=e.getDecimalPrecision=function(t,e){e=Math.min(e||1/0,20);for(var n=0;n<e&&t.toFixed(n)!==t.toString();)n+=1;return n},b=e.isCommaSeparatedNumber=function(t){return c.test(t)},M=e.valuesAreNumeric=function(t){var e=0,n=0;return(0,o.default)(t).each((function(t){((0,o.default)(t).isArray()&&(t=t.length>0?t[0]:null),(0,o.default)(t).isNull())||(n++,(!!l(t)||b(t))&&e++)})),0!==n&&e>=n/2},v=e.roundToDecimal=function(t,e){return void 0===e||0==+e?Math.round(t):(t=+t,e=+e,isNaN(t)||"number"!=typeof e||e%1!=0?NaN:(t=t.toString().split("e"),+((t=(t=Math.round(+(t[0]+"e"+(t[1]?+t[1]-e:-e)))).toString().split("e"))[0]+"e"+(t[1]?+t[1]+e:e))))};e.default={parseFloat:l,logBaseTen:u,absLogBaseTen:d,absPowerTen:h,nearestPowerOfTen:p,roundWithMin:f,roundWithMinMax:m,degreeToRadian:g,getDecimalPrecision:y,valuesAreNumeric:M,roundToDecimal:v}}})},"./node_modules/@splunk/charting-utils/parsing.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=88)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},1:function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},32:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.interpolateColors=e.getComputedOpacity=e.getLuminance=e.addAlphaToColor=e.hexFromColor=e.normalizeColor=e.stripOutAlpha=e.colorFromHex=void 0;var i=o(n(1)),r=o(n(0));function o(t){return t&&t.__esModule?t:{default:t}}var s=e.colorFromHex=function(t,e){if("number"!=typeof t&&(t=parseInt(t,16)),(0,r.default)(t).isNaN()||t<0||t>16777215)return null;var n=(16711680&t)>>16,i=(65280&t)>>8,o=255&t;return void 0===e?"rgb("+n+","+i+","+o+")":"rgba("+n+","+i+","+o+","+e+")"},a=(e.stripOutAlpha=function(t){var e=t.split(",");return"a"===e[0].charAt(3)?(e[0]=e[0].replace("rgba","rgb"),e[e.length-1]=")",e=(e=e.join()).replace(",)",")")):t},e.normalizeColor=function(t){var e,n,i=null;if("string"==typeof t&&"#"===t.charAt(0))i=4===t.length?t+t.charAt(1)+t.charAt(2)+t.charAt(3):t;else try{e=t.match(/^rgb\((\d+),\s*(\d+),\s*(\d+)\)$/),n=(e[1]<<16|e[2]<<8|e[3]).toString(16),i="#"+Array(6-n.length).concat([n]).toString().replace(/,/g,0)}catch(t){}return i}),c=e.hexFromColor=function(t){var e=a(t);return e?parseInt(e.replace("#","0x"),16):0};e.addAlphaToColor=function(t,e){var n="number"==typeof t?t:c(t);return s(n,e)},e.getLuminance=function(t){if("number"!=typeof t&&(t=parseInt(t,16)),isNaN(t)||t<0||t>16777215)return 0;var e=(16711680&t)>>16,n=(65280&t)>>8,i=255&t;return Math.round(.2126*e+.7152*n+.0722*i)},e.getComputedOpacity=function(t){var e=i.default.trim(t.attr("fill")),n=function(t){var e=parseFloat(t);return e>=0&&e<=1?e:1};if(!/^rgba/.test(e))return n(t.attr("fill-opacity"));var r=e.match(/^rgba\((\d+),\s*(\d+),\s*(\d+),\s*([\d.]+)\)$/);return r&&r.length>4?n(r[4]):1},e.interpolateColors=function(t,e,n){var i=t>>16&255,r=t>>8&255,o=255&t,s=e>>16&255,a=e>>8&255,c=255&e;return i+Math.round((s-i)*n)<<16|r+Math.round((a-r)*n)<<8|o+Math.round((c-o)*n)}},88:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getRotation=e.getYAxisProperties=e.getXAxisProperties=e.yAxisKeyIsTrumped=e.xAxisKeyIsTrumped=e.getLegendProperties=e.arraysAreEquivalent=e.stringToHexObject=e.stringToHexArray=e.capitalize=e.stringToArray=e.stringToFieldList=e.stringToObject=e.normalizeBoolean=e.filterPropsByRegex=e.escapeSVG=e.escapeHtml=e.unescapeChars=e.escapeSafeSplit=e.trimWhitespace=void 0;var i=s(n(1)),r=s(n(0)),o=n(32);function s(t){return t&&t.__esModule?t:{default:t}}var a=e.trimWhitespace=function(t){return t.replace(/^\s*/,"").replace(/\s*$/,"")},c=function(t){return t.replace(/^(["'])(.*)\1$/,"$2")},l=e.escapeSafeSplit=function(t,e,n){n=n||"\\";var i=t.split(e),o=[i.shift()];return(0,r.default)(i).each((function(t){var i=(0,r.default)(o).last();(0,r.default)(i).last()===n?o[o.length-1]+=e+t:o.push(t)})),o},u=e.unescapeChars=function(t,e){return(0,r.default)(e).each((function(e){var n=new RegExp("\\\\\\"+e,"g");t=t.replace(n,e)})),t},d=(e.escapeHtml=function(t){return(""+t).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},e.escapeSVG=function(t){return(""+t).replace(/</g,"<").replace(/>/g,">")},e.filterPropsByRegex=function(t,e){if(!(e instanceof RegExp))return t;var n=void 0,i={};for(n in t)t.hasOwnProperty(n)&&e.test(n)&&(i[n]=t[n]);return i}),h=e.normalizeBoolean=function(t,e){if((0,r.default)(t).isUndefined())return!!e;switch("string"==typeof t&&(t=t.toLowerCase()),t){case!0:case 1:case"1":case"yes":case"on":case"true":return!0;case!1:case 0:case"0":case"no":case"off":case"false":return!1;default:return t}},p=e.stringToObject=function(t){if(!t)return!1;var e=void 0,n=void 0,i=void 0,o={},s=(t=a(t)).length;if("{"!==t.charAt(0)||"}"!==t.charAt(s-1))return!1;if(/^{\s*}$/.test(t))return{};t=t.substr(1,s-2);var d=l(t,",");for(e=0;e<d.length;e++){if(2!==(n=l(d[e],":")).length)return!1;'"'===(i=a(n[0]))[0]&&(i=i.substring(1)),'"'===(0,r.default)(i).last()&&(i=i.substring(0,i.length-1)),o[i=u(i,["{","}","[","]","(",")",",",":",'"'])]=c(a(n[1]))}return o},f=e.stringToFieldList=function(t){if("string"!=typeof t||!t)return[];for(var e=[],n=[],r=!1,o=i.default.trim(t),s=0,a=o.length;s<a;s++)if("\\"!==o.charAt(s))if('"'!==o.charAt(s))","!==o.charAt(s)||r?n.push(o.charAt(s)):(n.length>0&&e.push(n.join("")),n=[]);else{if(r){r=!1,e.push(n.join("")),n=[];continue}r=!0}else{var c=s+1;if(a>c&&("\\"===o.charAt(c)||'"'===o.charAt(c))){n.push(o.charAt(c)),s++;continue}n.push(o.charAt(s))}return n.length>0&&e.push(n.join("")),e.map((function(t){return t.trim()}))},m=e.stringToArray=function(t){if(!t)return!1;var e=(t=a(t)).length;return"["===t.charAt(0)&&"]"===t.charAt(e-1)&&(/^\[\s*]$/.test(t)?[]:(t=t.substr(1,e-2),f(t)))},g=(e.capitalize=function(t){return t.charAt(0).toUpperCase()+t.slice(1)},function(t){return r.default.isNumber(t)?t:"#"===t.substring(0,1)?(0,o.hexFromColor)(t):parseInt(t,16)}),y=(e.stringToHexArray=function(t){var e=void 0,n=void 0,i=void 0;try{i=JSON.parse(t)}catch(e){i=m(t)}if(!i)return!1;for(e=0;e<i.length;e++){if(n=g(i[e]),isNaN(n))return!1;i[e]=n}return i},e.stringToHexObject=function(t){var e=void 0;try{e=JSON.parse(t)}catch(n){e=p(t)}if(!e)return!1;var n={};return(0,r.default)(e).each((function(t,e){n[e]=g(t)||0})),n},e.arraysAreEquivalent=function(t,e){if(!(t instanceof Array&&e instanceof Array))return!1;if(t===e)return!0;if(t.length!==e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0},e.getLegendProperties=function(t){var e={},n=d(t,/legend[.]/);return(0,r.default)(n).each((function(t,n){e[n.replace(/^legend[.]/,"")]=t})),e},e.xAxisKeyIsTrumped=function(t,e){return!!/primaryAxis/.test(t)&&(/primaryAxisTitle/.test(t)?e[t.replace(/primaryAxisTitle/,"axisTitleX")]:e[t.replace(/primaryAxis/,"axisX")])}),b=e.yAxisKeyIsTrumped=function(t,e){return!!/secondaryAxis/.test(t)&&(/secondaryAxisTitle/.test(t)?e[t.replace(/secondaryAxisTitle/,"axisTitleY")]:e[t.replace(/secondaryAxis/,"axisY")])};e.getXAxisProperties=function(t){var e=void 0,n={},i=d(t,/(axisX|primaryAxis|axisLabelsX|axisTitleX|gridLinesX)/);for(e in i)i.hasOwnProperty(e)&&(y(e,t)||(n[e.replace(/(axisX|primaryAxis)/,"axis").replace(/axisLabelsX/,"axisLabels").replace(/axisTitleX/,"axisTitle").replace(/gridLinesX/,"gridLines")]=i[e]));return n},e.getYAxisProperties=function(t,e){var n=void 0,i={},o=void 0;if(0===(e=(t&&h(t["layout.splitSeries"])?0:e)||0))o=d(t,/(axisY[^2]|secondaryAxis|axisLabelsY(?!2.*|\.majorLabelStyle\.rotation|\.majorLabelStyle\.overflowMode)|axisTitleY[^2]|gridLinesY[^2])/);else{if(1!==e)throw new Error("Axis index must be 0 or 1");(o=d(t,/(axisY2(?!\.enabled)|axisLabelsY2(?!\.majorLabelStyle\.rotation|\.majorLabelStyle\.overflowMode)|axisTitleY2|gridLinesY2)/))["axisY2.scale"]&&"inherit"!==o["axisY2.scale"]||(o["axisY2.scale"]=t&&t["axisY.scale"]||"linear"),(r.default.isUndefined(o["gridLinesY2.showMajorLines"])||"boolean"!=typeof h(o["gridLinesY2.showMajorLines"]))&&(o["gridLinesY2.showMajorLines"]=0),o["axisLabelsY2.extendsAxisRange"]=t&&t["axisLabelsY.extendsAxisRange"]||!0}for(n in o)o.hasOwnProperty(n)&&(b(n,t)||(i[n.replace(/(axisY2|axisY|secondaryAxis)/,"axis").replace(/axisLabelsY2|axisLabelsY/,"axisLabels").replace(/axisTitleY2|axisTitleY/,"axisTitle").replace(/gridLinesY2|gridLinesY/,"gridLines")]=o[n]));return i},e.getRotation=function(t){var e=parseInt(t,10);return-1===r.default.indexOf([-90,-45,0,45,90],e)?0:e}}})},"./node_modules/@splunk/charting-utils/testing.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=89)}([function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){t.exports=!n(9)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},function(t,e,n){var i=n(7),r=n(26);t.exports=n(4)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var i=n(13),r=n(34),o=n(35),s=Object.defineProperty;e.f=n(4)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},,function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(2),r=n(5),o=n(12),s=n(6),a=n(10),c=function(t,e,n){var l,u,d,h=t&c.F,p=t&c.G,f=t&c.S,m=t&c.P,g=t&c.B,y=t&c.W,b=p?r:r[e]||(r[e]={}),M=b.prototype,v=p?i:f?i[e]:(i[e]||{}).prototype;for(l in p&&(n=e),n)(u=!h&&v&&void 0!==v[l])&&a(b,l)||(d=u?v[l]:n[l],b[l]=p&&"function"!=typeof v[l]?n[l]:g&&u?o(d,i):y&&v[l]==d?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):m&&"function"==typeof d?o(Function.call,d):d,m&&((b.virtual||(b.virtual={}))[l]=d,t&c.R&&M&&!M[l]&&s(M,l,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var i=n(24);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var i=n(3);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e,n){var i=n(27),r=n(15);t.exports=function(t){return i(r(t))}},,function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(14),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(28)("keys"),r=n(21);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},,function(t,e){t.exports=!0},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(3),r=n(2).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){var i=n(18);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e,n){var i=n(5),r=n(2),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(23)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e,n){var i=n(15);t.exports=function(t){return Object(i(t))}},,,,function(t,e,n){t.exports=!n(4)&&!n(9)((function(){return 7!=Object.defineProperty(n(25)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(3);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){var i=n(37),r=n(29);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(10),r=n(16),o=n(38)(!1),s=n(20)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,l=[];for(n in a)n!=s&&i(a,n)&&l.push(n);for(;e.length>c;)i(a,n=e[c++])&&(~o(l,n)||l.push(n));return l}},function(t,e,n){var i=n(16),r=n(19),o=n(39);t.exports=function(t){return function(e,n,s){var a,c=i(e),l=r(c.length),u=o(s,l);if(t&&n!=n){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},function(t,e,n){var i=n(14),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.createGlobalReference=e.gaugeAddTestingMetadata=e.gaugeUpdate=e.initializeTestingMetaData=e.getPointCoordinates=void 0;var i=s(n(90)),r=s(n(1)),o=s(n(0));function s(t){return t&&t.__esModule?t:{default:t}}var a=function(t){return t=t.replace(/\s/g,""),/^[-]?[A-Za-z]/.test(t)?t.replace(/[^A-Za-z0-9_-]/g,""):""},c=function(t,e){t&&""!==(e=a(e))&&(t.className.baseVal?t.className.baseVal+=" "+e:t.className.baseVal=e)},l=e.getPointCoordinates=function(t,e,n){var i=t.series[e],o=i.type,s=i.data[n],a=(0,r.default)(t.container).offset();if(o in{line:!0,area:!0,scatter:!0})return t.inverted?{x:i.yAxis.translate(s.y)+a.left+t.plotLeft,y:t.plotHeight+t.plotTop+a.top-i.xAxis.translate(s.x)}:{x:s.plotX+a.left+t.plotLeft,y:s.plotY+a.top+t.plotTop};if("column"===o){var c=s.shapeArgs;return{x:s.plotX+a.left+t.plotLeft,y:s.plotY+a.top+t.plotTop+c.height/2}}if("bar"===o)return{x:a.left+t.plotLeft+t.plotWidth-s.shapeArgs.y-s.shapeArgs.height/2,y:a.top+t.plotTop+t.plotHeight-i.xAxis.translate(s.x)-i.barW/2-i.pointXOffset};if("pie"===o){var l=i.center[0],u=i.center[1],d=s.tooltipPos[0],h=s.tooltipPos[1];return{x:(l+d)/2+a.left+t.plotLeft,y:(u+h)/2+a.top+t.plotTop}}return{}},u=function(){var t=void 0,e=void 0,n=void 0,i=(0,r.default)(".highcharts-tooltip"),o=(0,r.default)("tr",i);for(t=0;t<o.length;t++)n=(0,r.default)("td",o[t]),0===t?((0,r.default)(n[0]).addClass("time-value"),(0,r.default)(n[0]).addClass("time")):(e=o[t].textContent.split(":"),(0,r.default)(n[0]).addClass("key"),(0,r.default)(n[0]).addClass(a(e[0]+"-key")),(0,r.default)(n[1]).addClass("value"),(0,r.default)(n[1]).addClass(a(e[0]+"-value")))},d=function(){var t=void 0,e=void 0,n=void 0,i=(0,r.default)(".highcharts-tooltip"),o=(0,r.default)("tr",i);for(t=0;t<o.length;t++)n=(0,r.default)("td",o[t]),e=o[t].textContent,(0,r.default)(n[0]).addClass("key"),(0,r.default)(n[0]).addClass(a(e[0]+"-key")),(0,r.default)(n[1]).addClass("value"),(0,r.default)(n[1]).addClass(a(e[0]+"-value"))},h=(e.initializeTestingMetaData=function(t,e,n){t.$container.addClass("highcharts-wrapper"),t.$container.attr("id")||t.$container.attr("id",t.id);var i=t.hcChart;if((0,r.default)(i.container).addClass(n),function(t){var e=void 0;(0,r.default)(".highcharts-series",(0,r.default)(t.container)).each((function(n,i){e=t.series[n].name,(0,r.default)(i).attr("id",e+"-series"),(0,r.default)("rect, path",(0,r.default)(i)).each((function(t,e){c(e,"spl-display-object")}))}))}(i),function(t){var e=void 0;(0,o.default)(t.xAxis).each((function(e,n){var i=t.inverted?"vertical-axis":"horizontal-axis";c(e.axisGroup.element,i),c(e.labelGroup.element,i),c(e.gridGroup.element,"x-axis-"+n+"-grid-group")})),(0,o.default)(t.yAxis).each((function(e,n){var i=t.inverted?"horizontal-axis":"vertical-axis";c(e.axisGroup.element,i),c(e.labelGroup.element,i),c(e.gridGroup.element,"y-axis-"+n+"-grid-group")})),(0,r.default)(".highcharts-axis, .highcharts-axis-labels",(0,r.default)(t.container)).each((function(t,e){(0,r.default)("text",(0,r.default)(e)).each((function(t,e){c(e,"spl-text-label")}))}));var n=function(t){(0,o.default)(t.ticks).each((function(t){t.mark&&t.mark.element&&c(t.mark.element,"highcharts-axis-tickmark")}))};for(e=0;e<t.xAxis.length;e++)t.xAxis[e].axisTitle&&c(t.xAxis[e].axisTitle.element,"x-axis-title"),n(t.xAxis[e]);for(e=0;e<t.yAxis.length;e++)t.yAxis[e].axisTitle&&c(t.yAxis[e].axisTitle.element,"y-axis-title"),n(t.yAxis[e])}(i),i.options.legend.enabled&&function(t){var e=void 0;t.legend&&t.legend.down&&c(t.legend.down.element,"page-down-button"),t.legend&&t.legend.up&&c(t.legend.up.element,"page-up-button"),(0,r.default)(t.series).each((function(t,n){n.legendItem&&(e=n.legendItem.textStr,n.legendSymbol&&(c(n.legendSymbol.element,"symbol"),c(n.legendSymbol.element,e+"-symbol")),n.legendLine&&(c(n.legendLine.element,"symbol"),c(n.legendLine.element,e+"-symbol")),n.legendItem&&c(n.legendItem.element,"legend-label"))}))}(i),i.tooltip&&i.tooltip.refresh){var s=i.tooltip.refresh,a="_time"===o.default.find(e,(function(t){return"_time"===t}))?u:d;i.tooltip.refresh=function(t){s.call(i.tooltip,t),a(i)}}i.getPointCoordinates=(0,o.default)(l).bind(null,i)},e.gaugeUpdate=function(t,e){t.attr("data-gauge-value",e)});e.gaugeAddTestingMetadata=function(t,e,n,o){t.$container.attr("id")||t.$container.attr("id",t.id);var s=t.$hcContainer;s.addClass(n),h(s,o),e.valueDisplay&&c(e.valueDisplay.element,"gauge-value");var a=(0,i.default)(e);a.filter((function(t){return/^tickLabel_/.test(t)})).forEach((function(t){c(e[t].element,"gauge-tick-label")})),a.filter((function(t){return/^colorBand/.test(t)})).forEach((function(t){c(e[t].element,"gauge-color-band")})),(0,r.default)(".gauge-color-band").each((function(){(0,r.default)(this).attr("data-band-color",(0,r.default)(this).attr("fill"))})),e.fill&&(0,r.default)(e.fill.element).attr("data-indicator-color",(0,r.default)(e.fill.element).attr("fill")),e.needle&&c(e.needle.element,"gauge-indicator"),e.markerLine&&c(e.markerLine.element,"gauge-indicator")},e.createGlobalReference=function(t,e){var n=window.Splunk;if(n){n.JSCharting=n.JSCharting||{},n.JSCharting.chartByIdMap=n.JSCharting.chartByIdMap||{};var i=t.$container.attr("id");n.JSCharting.chartByIdMap[i]=e}}},function(t,e,n){t.exports={default:n(91),__esModule:!0}},function(t,e,n){n(92),t.exports=n(5).Object.keys},function(t,e,n){var i=n(30),r=n(36);n(93)("keys",(function(){return function(t){return r(i(t))}}))},function(t,e,n){var i=n(11),r=n(5),o=n(9);t.exports=function(t,e){var n=(r.Object||{})[t]||Object[t],s={};s[t]=e(n),i(i.S+i.F*o((function(){n(1)})),"Object",s)}}])},"./node_modules/@splunk/charting-utils/time.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=94)}({0:function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},22:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var i=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],r={ja_JP:i,ko_KR:i,zh_CN:i,zh_TW:i},o=[["MMM d","d MMM"]],s=window.format_date;window.format_date=function(t,e){e=e||"medium";var n,i,a=window.locale_name();if(e&&"string"==typeof e&&window.locale_uses_day_before_month())for(i=o,n=0;n<i.length;n++)e=e.replace(i[n][0],i[n][1]);if(e&&"string"==typeof e&&a in r)for(i=r[a],n=0;n<i.length;n++){var c=i[n];e=e.replace(c[0],c[1])}return s(t,e)},e.default={_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install},t.exports=e.default},43:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=window.console,r=e.setLoggingConsole=function(t){i=t},o=function(t){return function(){var e;(e=i)[t].apply(e,arguments)}},s=e.debug=o("debug"),a=e.info=o("info"),c=e.warn=o("warn"),l=e.error=o("error"),u=e.log=o("log"),d=e.trace=o("trace");e.default={setLoggingConsole:r,debug:s,info:a,warn:c,error:l,log:u,trace:d}},94:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=a(n(95)),o=a(n(22)),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(43));function a(t){return t&&t.__esModule?t:{default:t}}var c=/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})\.(\d+)[+-]{1}\d{2}[:]?\d{2}$/,l=/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})[+-]{1}\d{2}[:]?\d{2}$/;function u(t){var e=c.exec(t)||l.exec(t);e?(this.year=parseInt(e[1],10),this.month=parseInt(e[2],10),this.day=parseInt(e[3],10),this.hour=parseInt(e[4],10),this.minute=parseInt(e[5],10),this.second=parseInt(e[6],10),this.millisecond=e.length>7?parseInt(e[7],10):0):this.isInvalid=!0}var d=function(t){return new u(t)},h={SECS_PER_MIN:60,SECS_PER_HOUR:3600,isoToDateObject:function(t){return(0,r.default)(t).toDate()},getEpochTimeFromISO:function(t){return(h.isoToDateObject(t).getTime()/1e3).toFixed(3)},extractBdTime:function(t){return d(t)},determineLabelGranularity:function(t,e){if(t[0]instanceof u||(t=(0,i.default)(t).map(h.extractBdTime)),1===(t=(0,i.default)(t).filter((function(t){return!t.isInvalid}))).length&&(!e||0===e.length))return 0===t[0].millisecond?"second":"millisecond";if(1===t.length&&e)return function(t,e){var n=parseFloat(e[0]);return t instanceof u||(t=d(t)),n?n>=0&&n<1||0!==t.millisecond?"millisecond":n>=1&&n<60||0!==t.second?"second":n>=60&&n<3600||0!==t.minute?"minute":n>=3600&&n<=82800||0!==t.hour?"hour":n>82800&&n<=2419200||1!==t.day?"day":n>2419200&&n<=31535999||1!==t.month?"month":n>=31536e3?"year":(s.log("_span value ("+n+") did not meet any time formatting condition"),"second"):0===t.millisecond?"second":"millisecond"}(t[0],e);var n=[],r=[],o=[],a=[],c=[],l=[],p=function(t,e){for(var n=0;n<t.length;n++)if(t[n]!==e)return!1;return!0};return(0,i.default)(t).each((function(t){n.push(t.millisecond),r.push(t.second),o.push(t.minute),a.push(t.hour),c.push(t.day),l.push(t.month)})),p(n,0)?p(r,0)?p(o,0)?p(a,0)?p(c,1)?p(l,1)?"year":"month":"day":"hour":"minute":"second":"millisecond"},formatBdTimeAsAxisLabel:function(t,e,n){if(t.isInvalid)return null;var i,r,s,a,c,l,u,d,h=(r=(i=t).year,s=i.month-1,a=i.day,c=i.hour,l=i.minute,u=i.second,d=i.millisecond,new Date(r,s,a,c,l,u,d)),p=n in{millisecond:!0,second:!0,minute:!0,hour:!0},f="millisecond"===n,m=n in{millisecond:!0,second:!0}?"medium":"short",g=n in{millisecond:!0,second:!0,minute:!0,hour:!0,day:!0}?"ccc MMM d":"MMMM",y=function(t,e){return f?o.default.format_time_microseconds(t,e):o.default.format_time(t,e)};if("year"===n)return[o.default.format_date(h,"YYYY")];if(e&&e.year===t.year&&t.month===e.month&&t.day===e.day)return[y(h,m)];var b=p?[y(h,m),o.default.format_date(h,g)]:[o.default.format_date(h,g)];return e&&t.year===e.year||b.push(o.default.format_date(h,"YYYY")),b}};e.default=h,t.exports=e.default},95:function(t,e){t.exports=n("./node_modules/@splunk/moment/index.js")}})},"./node_modules/@splunk/charting/lib/index.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=112)}([function(t,e){t.exports=n("./node_modules/jquery/dist/jquery.js")},function(t,e){t.exports=n("./node_modules/underscore/modules/index-all.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/lang.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/parsing.js")},function(t,e){t.exports=n("./node_modules/@splunk/highcharts-themes/theme.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/math.js")},function(t,e,n){var i=n(68),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();t.exports=o},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/color.js")},function(t,e){t.exports=n("./node_modules/@splunk/highcharts/highcharts.js")},function(t,e,n){"use strict";e.__esModule=!0;var i,r=n(185),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(0),o=(i=r)&&i.__esModule?i:{default:i};e.default={on:function(t,e){(0,o.default)(this).on(t,e)},off:function(t,e){(0,o.default)(this).off(t,e)},trigger:function(t,e){(0,o.default)(this).trigger(t,e)}},t.exports=e.default},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/Formatter.js")},function(t,e,n){var i=n(94)("wks"),r=n(96),o=n(19).Symbol,s="function"==typeof o;(t.exports=function(t){return i[t]||(i[t]=s&&o[t]||(s?o:r)("Symbol."+t))}).store=i},function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){var i=n(23),r=n(18);t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==i(t)}},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/i18n.js")},function(t,e){t.exports=function(t){return t}},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},function(t,e,n){t.exports=!n(47)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(126),r=n(133);t.exports=function(t,e){var n=r(t,e);return i(n)?n:void 0}},function(t,e,n){var i=n(39),r=n(128),o=n(129),s=i?i.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,n){var i=n(40),r=n(17);t.exports=function(t){return function(){var e=arguments;switch(e.length){case 0:return new t;case 1:return new t(e[0]);case 2:return new t(e[0],e[1]);case 3:return new t(e[0],e[1],e[2]);case 4:return new t(e[0],e[1],e[2],e[3]);case 5:return new t(e[0],e[1],e[2],e[3],e[4]);case 6:return new t(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new t(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var n=i(t.prototype),o=t.apply(n,e);return r(o)?o:n}}},function(t,e){t.exports=function(t,e){for(var n=-1,i=t.length,r=0,o=[];++n<i;){var s=t[n];s!==e&&"__lodash_placeholder__"!==s||(t[n]="__lodash_placeholder__",o[r++]=n)}return o}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=N(n(9)),r=N(n(0)),o=N(n(1)),s=N(n(197)),a=N(n(85)),c=N(n(53)),l=N(n(8)),u=n(2),d=E(n(98)),h=E(n(3)),p=E(n(7)),f=N(n(200)),m=N(n(54)),g=n(201),y=E(n(86)),b=E(n(5)),M=E(n(64)),v=n(32),_=n(4),x=N(n(99)),L=N(n(44)),A=N(n(202)),w=N(n(203)),T=N(n(56)),k=N(n(205)),S=N(n(241)),O=N(n(242)),j=N(n(244)),z=N(n(247)),C=N(n(36)),D=N(n(248)),P=N(n(249));function E(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function N(t){return t&&t.__esModule?t:{default:t}}function Y(t,e){x.default.call(this,t,e)}(0,u.inherit)(Y,x.default),r.default.extend(Y.prototype,{HOVER_DELAY:160,EXPORT_WIDTH:600,EXPORT_HEIGHT:400,FALLBACK_HEIGHT:250,FALLBACK_WIDTH:600,PROGRESSIVE_DRAW_THRESHOLD:1e3,ANNOTATION_COLORS:["#E19747","#5F7395","#3E9887","#784772","#A24940"].map(p.hexFromColor),hasLegend:!0,hasTooltip:!0,hasXAxis:!0,hasYAxis:!0,legendMode:"standard",requiresExternalColors:!0,externalPaletteMapping:{},externalPaletteSize:0,prepare:function(t,e){this.benchmark("Prepare Started");var n=this.isEmpty(),i=this.hasTimeXAxis();x.default.prototype.prepare.call(this,t,e),"all"!==this.showLabels&&"minmax"!==this.showLabels||this.initializeDataLabels(),this.initializeFields(),this.isiOS=!!c.default.ios;var r=this.isEmpty(),o=this.hasTimeXAxis();r===n&&i===o||(this._isDirty=!0),this.resetHighlight(),this.shouldUpdateInPlace()?(this.updateSeriesProperties(),this.updateAxisProperties(),r||this.setAllSeriesData()):(r||this.initializeColorPalette(),this.initializeSeriesList(),this.axesAreInverted="bar"===this.type,this.hasXAxis&&this.initializeXAxisList(),this.hasYAxis&&this.initializeYAxisList(),r?(this.legend&&(this.legend.destroy(),this.legend=null),this.tooltip&&(this.tooltip.destroy(),this.tooltip=null)):(this.hasLegend&&this.initializeLegend(),this.hasTooltip&&this.initializeTooltip(),this.setAllSeriesData(),this.bindSeriesEvents()))},initializeDataLabels:function(){this.dataLabels=new D.default({showLabels:this.showLabels,splitSeries:this.splitSeries})},getFieldList:function(){return(0,o.default)(this.seriesList).chain().invoke("getFieldList").flatten(!0).compact().value()},setExternalColorPalette:function(t,e){this.externalPaletteMapping=r.default.extend({},t),this.externalPaletteSize=e},handleDraw:function(t){if(M.debug("drawing a chart with dimensions:",{width:this.width,height:this.height}),M.debug("drawing a chart with properties:",this.properties),M.debug("drawing a chart with data:",this.dataSet.toJSON()),this.benchmark("Draw Started"),this.applyColorPalette(),this.cancelPendingDraw(),this.shouldUpdateInPlace())this.redrawInPlace(t);else{this.hcConfig=this.getConfig(),M.debug("config object to be sent to highcharts:",this.hcConfig),this.hcChart&&(this.destroy(),this.bindSeriesEvents(),this.legend&&this.bindLegendEvents()),this.shouldProgressiveDraw()&&(this.hcConfig.firstRenderOverride=(0,o.default)(this.firstRenderOverride).bind(this),this.hcConfig.renderOverride=(0,o.default)(this.renderOverride).bind(this));var e=this;new l.default.Chart(this.hcConfig,(function(n){e.hcChart=n,e.testMode&&(d.initializeTestingMetaData(e,e.xFields,e.getClassName()),d.createGlobalReference(e,n)),e.onChartLoad(n),e.onChartLoadOrRedraw(n),e.hasTooltip&&!e.isEmpty()&&e.enableTooltip(n),e.cacheDrawnDimensions(),e.benchmark("Draw Finished"),t(e,e.benchmarks)}))}},redrawInPlace:function(t){var e=this;if(M.debug("in place redraw!"),!this.hcChart)throw new Error("Cannot call redrawInPlace if chart does not already exist");(0,o.default)(this.seriesList).invoke("redraw",!1);var n=this.hcChart.series,i=this.getSeriesConfigList();n.length>i.length?(0,o.default)(n.slice(i.length)).invoke("remove",!1):n.length<i.length&&(0,o.default)(i.slice(n.length)).each((function(t){e.hcChart.addSeries(t,!1,!1)}));var r=void 0,s=void 0,a=this.xAxisList[0],c=a.isZoomed;c?(r=this.hcChart.xAxis[0].getExtremes()).max-=a.hasTickmarksBetween()?0:1:this.selectionWindow&&((r=this.selectionWindow.getExtremes()).min+=a.hasTickmarksBetween()?1:0),r&&(s=this.calculatePostUpdateExtremes(r)),(0,o.default)(this.xAxisList).invoke("redraw",!1),(0,o.default)(this.yAxisList).invoke("redraw",!1),c?null===s.min||null===s.max?this.hcChart.xAxis[0].zoom():(s.max+=a.hasTickmarksBetween()?0:1,this.hcChart.xAxis[0].zoom(s.min,s.max,s.dataMax,s.dataMin)):this.selectionWindow&&(null===s.max?(this.selectionWindow.destroy(),this.selectionWindow=null):(s.min=(s.min||0)-(a.hasTickmarksBetween()?1:0),this.selectionWindow.setExtremes(s))),this.hcChart.redraw(),this.benchmark("Series Redraw Finished"),t(this,this.benchmarks)},cancelPendingDraw:function(){this.pendingDraw&&"pending"===this.pendingDraw.state()&&this.pendingDraw.cancel()},setSize:function(t,e){if(this.hcChart){var n=this.hcChart.xAxis[0];n&&this.xAxisList[0].isZoomed&&(n.userMin=n.userMin||n.oldUserMin,n.userMax=n.userMax||n.oldUserMax),this.hcChart.setSize(t,e,!1),this.cacheDrawnDimensions()}},destroy:function(){this.cancelPendingDraw(),this.hcChart&&(this.onChartDestroy(),this.hcChart.pointer&&this.hcChart.pointer.reset(),this.hcChart.destroy(),this.hcChart=null)},getSVG:function(){var t=this.hcChart;this.hcConfig.legend.enabled&&t.legend.nav&&t.legend.nav.destroy(),(0,r.default)(t.series).each((function(t,e){e.area&&0===p.getComputedOpacity(e.area)&&(e.area.destroy(),delete e.area)}));var e=(0,r.default)(".highcharts-container").find("svg");return e.siblings().remove(),e.find(".highcharts-tracker").remove(),e.find(".highcharts-legend g[clip-path]").each((function(){(0,r.default)(this).removeAttr("clip-path")})),e.parent().html()},highlight:function(t,e){if(("string"==typeof t||"number"==typeof t)&&"string"==typeof e&&!this.isMouseInteractionActive){var n=this.getSeriesByName(e);if(n){var i=this.getTargetPoint(t,n);i&&(this.highlighted={targetPoint:i,targetSeries:n,value:t,seriesName:e},(0,o.default)(this.seriesList).each((function(t){t.matchesName(e)?t.highlightPoint(i):t.unHighlight()})),this.legend&&this.legend.selectField(n.getLegendKey()))}}},unHighlight:function(){if(!this.isMouseInteractionActive&&null!==this.highlighted){var t=this.highlighted.targetSeries,e=this.highlighted.seriesName,n=this.highlighted.targetPoint;(0,o.default)(this.seriesList).each((function(t){t.matchesName(e)?t.unHighlightPoint(n):t.highlight()})),this.legend&&this.legend.unSelectField(t.getLegendKey()),this.highlighted=null}},processProperties:function(){var t=this;x.default.prototype.processProperties.call(this),this.properties.hasOwnProperty("drilldown")?this.chartClickEnabled=this.legendClickEnabled="all"===this.properties.drilldown:(this.properties.hasOwnProperty("chart.clickEnabled")?this.chartClickEnabled=h.normalizeBoolean(this.properties["chart.clickEnabled"]):this.chartClickEnabled=h.normalizeBoolean(this.properties.enableChartClick),this.properties.hasOwnProperty("chart.legend.clickEnabled")?this.legendClickEnabled=h.normalizeBoolean(this.properties["chart.legend.clickEnabled"]):this.legendClickEnabled=h.normalizeBoolean(this.properties.enableLegendClick)),void 0!==this.properties.showTooltip&&(this.hasTooltip=h.normalizeBoolean(this.properties.showTooltip));this.legendMode=-1===(0,o.default)(["line","area"]).indexOf(this.type)?"standard":r.default.trim(this.properties["legend.mode"]),"seriesCompare"!==this.legendMode&&"none"===this.properties["legend.placement"]&&(this.hasLegend=!1),(this.hasXAxis||this.hasYAxis)&&(this.axisColorScheme={"axis.foregroundColorSoft":this.axisColorSoft,"axis.foregroundColorSofter":this.axisColorSofter,"axis.fontColor":this.properties["chart.fontColor"]||this.properties.fontColor}),!this.properties.hasOwnProperty("legend.masterLegend")||this.properties["legend.masterLegend"]&&"null"!==r.default.trim(this.properties["legend.masterLegend"])||(this.requiresExternalColors=!1),this.stackMode=this.properties["chart.stackMode"]||"default",this.shouldColorizeTooltipData=h.normalizeBoolean(this.properties.shouldColorizeTooltipData,!0),this.legendLabels=h.stringToArray(this.properties["legend.labels"]||"[]"),this.showHideMode="show_hide"===this.properties["data.fieldListMode"],this.fieldHideList=o.default.union(this.properties.fieldHideList||[],h.stringToArray(this.properties["data.fieldHideList"])||[]),this.fieldShowList=h.stringToArray(this.properties["data.fieldShowList"])||[];var e=this.properties["chart.seriesColors"]||this.properties.seriesColors;this.seriesColors=h.stringToHexArray(e)||null;var n=this.properties["chart.fieldColors"]||this.properties.fieldColors;this.internalFieldColors=h.stringToHexObject(n||"{}");var i=this.properties["annotation.categoryColors"];if(this.annotationCategoryColors=h.stringToHexObject(i||"{}"),this.overlayFields=h.stringToFieldList(this.properties["chart.overlayFields"]),this.seriesTypeMapping={},(0,o.default)(this.overlayFields).each((function(e){t.seriesTypeMapping[e]="line"})),this.yAxisMapping={},h.normalizeBoolean(this.properties["axisY2.enabled"])){var s=this.properties["axisY2.fields"]?h.stringToFieldList(this.properties["axisY2.fields"]):this.overlayFields;(0,o.default)(s).each((function(e){t.yAxisMapping[e]=1}))}this.enableAnimation=h.normalizeBoolean(this.properties.enableAnimation,!1);-1!==(0,o.default)(["x","y","xy","off"]).indexOf(this.properties.zoomType)&&(this.zoomType=this.properties.zoomType),this.showLabels=this.properties["chart.showDataLabels"],void 0===this.showLabels&&(this.showLabels="none"),this.splitSeries=h.normalizeBoolean(this.properties["layout.splitSeries"],!1),this.splitSeriesAllowIndependentYRanges=h.normalizeBoolean(this.properties["layout.splitSeries.allowIndependentYRanges"],!1),"false"===this.properties.enableAccessibility&&(this.enableAccessibility=h.normalizeBoolean(this.properties.enableAccessibility))},firstRenderOverride:function(t){this.hcChart=t;var e=l.default.Pointer,n=l.default.fireEvent,i=l.default.each,r=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),n(t,"init"),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),i(r.series||[],(function(e){t.initSeries(e)})),t.linkSeries(),n(t,"beforeRender"),e&&(t.pointer=new e(t,r)),t.render((function(){!t.renderer.imgCount&&t.onload&&t.onload(),t.temporaryDisplay(!0)})))},renderOverride:function(t,e){var n,i,r,o,s=l.default.each,a=t.axes,c=t.renderer,u=t.options;t.setTitle(),t.legend=new l.default.Legend(t,u.legend),t.getStacks&&t.getStacks(),t.getMargins(!0),t.setChartSize(),n=t.plotWidth,i=t.plotHeight=t.plotHeight-21,s(a,(function(t){t.setScale()})),t.getAxisMargins(),r=n/t.plotWidth>1.1,o=i/t.plotHeight>1.05,(r||o)&&(s(a,(function(t){(t.horiz&&r||!t.horiz&&o)&&t.setTickInterval(!0)})),t.getMargins()),t.drawChartBox(),t.hasCartesianSeries&&s(a,(function(t){t.visible&&t.render()})),t.seriesGroup||(t.seriesGroup=c.g("series-group").attr({zIndex:3}).add()),this.pendingDraw=(0,g.asyncEach)(t.series,(function(t){t.translate(),t.render()})),this.pendingDraw.done((function(){t.renderLabels(),t.addCredits(),t.setResponsive&&t.setResponsive(),t.hasRendered=!0,e()}))},initializeFields:function(){var t=this.dataSet.getFieldData();this.xFields=t.xFields,this.yFields=t.yFields;var e=r.default.extend([],this.fieldShowList),n=r.default.extend([],this.fieldHideList),i=o.default.intersection(e,n);this.showHideMode?n=o.default.difference(n,i):e=o.default.difference(e,i),this.yFields=o.default.difference(this.yFields,n),e.length>0&&(this.yFields=o.default.intersection(this.yFields,e)),this.yFields.length>0&&this.legendLabels.length>0&&(this.yFields=o.default.union(this.legendLabels,this.yFields))},isEmpty:function(){return!this.yFields||0===this.yFields.length},hasTimeXAxis:function(){return(0,o.default)(this.xFields||[]).any(this.seriesIsTimeBased,this)},hasBinnedTimeXAxis:function(){return this.hasTimeXAxis()&&this.dataSet.hasField("_span")},shouldProgressiveDraw:function(){return!this.isEmpty()&&this.yFields.length*this.dataSet.getSeries(this.yFields[0]).length>this.PROGRESSIVE_DRAW_THRESHOLD},shouldUpdateInPlace:function(){return this.hcChart&&!this.isDirty()},initializeColorPalette:function(){this.colorPalette=new L.default(this.seriesColors),this.annotationColorPalette=new L.default(this.ANNOTATION_COLORS,!0)},initializeSeriesList:function(){this.seriesList=(0,o.default)(this.initializeSeriesPropertiesList()).map((function(t){return P.default.create(t)}))},updateSeriesProperties:function(){var t=this,e=this.initializeSeriesPropertiesList(),n=!1;o.default.each(this.seriesList,(function(t,i){e[i]&&t.getType()!==e[i].type&&(n=!0)})),n?(this.seriesList=null,this._isDirty=!0,this.initializeSeriesList()):this.seriesList.length>e.length?this.seriesList=(0,o.default)(this.seriesList).filter((function(t,n){return n>=e.length?(t.destroy(),!1):(t.update(e[n]),!0)}),this):this.seriesList.length<=e.length&&(this.seriesList=(0,o.default)(e).map((function(e,n){if(n<t.seriesList.length)return t.seriesList[n].update(e),t.seriesList[n];var i=P.default.create(e);return t.bindIndividualSeries(i),i})))},initializeSeriesPropertiesList:function(){var t=this;if(this.isEmpty())return[{type:this.type}];var e=void 0,n=y.isRangeSeriesDataSet(this.dataSet),i=n?y.getRangeSeriesConfig(this.dataSet):[],s=y.isOutlierDataSet(this.dataSet),a=s?y.getOutlierFields(this.dataSet):[],c=this.getDashStyle(),l=this.properties.lineMarkerStyle||"normal";return n&&(e=(0,o.default)(i).pluck("predicted")),(0,o.default)(this.yFields).map((function(u){var d=void 0;e&&(0,o.default)(e).contains(u)?d="range":a&&(0,o.default)(a).contains(u)?d="outlier":t.seriesTypeMapping.hasOwnProperty(u)&&(d=t.seriesTypeMapping[u]);var h=null;t.hasTimeXAxis()&&"column"!==t.type&&"bar"!==t.type&&(h="on");var p=r.default.extend(!0,{},t.properties,{type:d||t.type,name:u,pointPlacement:h,stacking:n||s?"default":t.stackMode,clickEnabled:t.chartClickEnabled,dashStyle:c,markerStyle:l});return"range"===d&&(p.names=(0,o.default)(i).findWhere({predicted:u})),t.yAxisMapping.hasOwnProperty(u)&&(p.yAxis=t.yAxisMapping[u]),p}))},initializeXAxisList:function(){var t=this,e=this.isEmpty();this.xAxisList=(0,o.default)(this.xFields).map((function(n,i){var s=(0,o.default)(t.seriesList).any((function(t){return t.getXAxisIndex()===i&&{column:!0,bar:!0}.hasOwnProperty(t.getType())})),a=r.default.extend(h.getXAxisProperties(t.properties),t.axisColorScheme,{"axis.orientation":t.axesAreInverted?"vertical":"horizontal",isEmpty:e,crosshair:t.getXAxisCrosshair()});if(a["axisTitle.text"]=t._getComputedXAxisTitle(a,n),t.seriesIsTimeBased(n)){a["axisLabels.tickmarkPlacement"]=s?"between":"on";var c=t._getComputedTimeAxisMaxValue(s);if(null!==c&&(a["axis.maximumValue"]=c),t.isAnnotationSupported()){var l=t.getAnnotationsAndPlotBands(),u=l.plotBands,d=l.lineAnnotations;a["axis.annotations"]=d,a["axis.plotBands"]=u}return new A.default(a)}return a["axis.categories"]=t.dataSet.getSeries(n),a["axisLabels.tickmarkPlacement"]="between",new w.default(a)}))},initializeYAxisList:function(){var t=this,e=this.isEmpty();this.yAxisList=[];var n=(0,o.default)(this.seriesList).chain().invoke("getYAxisIndex").max().value();(0,o.default)(n+1).times((function(n){t._initializeYAxis(n,e)}))},_initializeYAxis:function(t,e){var n=this.initializeYAxisProperties(t,e);n["axisTitle.text"]=this._getComputedYAxisTitle(n,t),"default"!==this.stackMode&&(n["axis.scale"]="linear");var i=this.splitSeries&&!this.splitSeriesAllowIndependentYRanges;this.yFieldsAreOverlayFields()&&this.splitSeriesAllowIndependentYRanges&&"stacked100"===this.stackMode&&this.isStackable()?(n.sharedMin=this.properties["axisY2.minimumNumber"]?this.properties["axisY2.minimumNumber"]:0,n.sharedMax=this.properties["axisY2.maximumNumber"]?this.properties["axisY2.maximumNumber"]:100):"stacked100"===this.stackMode&&this.isStackable()&&(i||0===t)&&(n.sharedMin=0,n.sharedMax=100),this.yAxisList.push(new T.default(n))},initializeYAxisProperties:function(t,e){var n=t%2!=0;return r.default.extend(h.getYAxisProperties(this.properties,t),this.axisColorScheme,{"axis.orientation":this.axesAreInverted?"horizontal":"vertical",isEmpty:e,opposite:n,sharedMax:n?this.properties.overlayAxisMax:this.properties.yAxisMax,sharedMin:n?this.properties.overlayAxisMin:this.properties.yAxisMin})},yFieldsAreOverlayFields:function(){return 0===o.default.difference(this.yFields,this.overlayFields).length},getXAxisCrosshair:function(){var t="seriesCompare"===this.properties["legend.mode"]&&("bar"===this.type||"column"===this.type);return"seriesCompare"===this.legendMode||t},updateAxisProperties:function(){var t=this;if(this.hasXAxis){var e=this.xAxisList[0],n=this.xFields[0];if(e instanceof w.default)e.setCategories(this.dataSet.getSeries(n));else if(e instanceof A.default){var i=e.hasTickmarksBetween(),r=this._getComputedTimeAxisMaxValue(i);if(null!==r&&e.setMaximumValue(r),this.isAnnotationSupported()){var s=this.getAnnotationsAndPlotBands(),a=s.plotBands,c=s.lineAnnotations;e.setAnnotations(c),e.setPlotBands(a)}}e.crosshair=this.getXAxisCrosshair();var l=h.getXAxisProperties(this.properties);e.setTitle(this._getComputedXAxisTitle(l,n))}if(this.hasYAxis){var u=(0,o.default)(this.seriesList).chain().invoke("getYAxisIndex").max().value();this.yAxisList.length<u+1&&(this.initializeYAxisList(),this._isDirty=!0)}o.default.each(this.yAxisList,(function(e,n){var i=h.getYAxisProperties(t.properties,n);e.setTitle(t._getComputedYAxisTitle(i,n))}))},getAnnotationsAndPlotBands:function(){var t=this.filterLineAndSpanAnnotations(this.dataSet.getAnnotations()),e=t.plotBands,n=t.annotations;return{plotBands:this.getFormattedPlotBands(e),lineAnnotations:this.getFormattedAnnotations(n)}},isAnnotationSpanValid:function(t){var e=t.span;if(e){var n=parseInt(e,10);return!isNaN(n)&&n>=0}return!0},filterLineAndSpanAnnotations:function(t){var e=this,n=o.default.filter(t,(function(t){return t.time&&(0,a.default)(t.time).isValid()&&e.isAnnotationSpanValid(t)}));return{plotBands:n.filter((function(t){return t.span})),annotations:n}},setFallbackColor:function(t,e){return this.annotationCategoryColors.hasOwnProperty(t)?p.colorFromHex(this.annotationCategoryColors[t]):this.annotationColorPalette.getColorAsRgb(t,e.indexOf(t),e.length)},createEndDateFromSpan:function(t,e){return(0,a.default)(t).add(e,"seconds").toDate()},getFormattedPlotBands:function(t){var e=this,n=o.default.uniq(o.default.pluck(t,"category"));return o.default.map(t,(function(t){var i=t.category,r=t.span,o=t.time,s=t.color,c=(0,a.default)(o).toDate(),l=e.createEndDateFromSpan(o,r);return s||(s=e.setFallbackColor(i,n)),{from:c,to:l,color:s,label:t.label}}))},getFormattedAnnotations:function(t){var e=this,n=o.default.uniq(o.default.pluck(t,"category"));return t.map((function(t){var r=t.category,o=t.time,s=t.span,c={category:r,label:t.label,value:(0,a.default)(o).toDate()};s&&(c.span=e.createEndDateFromSpan(o,s));var l=t.color;return l||(l=e.setFallbackColor(r,n)),(0,i.default)({},c,{color:l})}))},_getComputedXAxisTitle:function(t,e){return o.default.isUndefined(t["axisTitle.text"])||""===t["axisTitle.text"]?this._getDefaultXAxisTitleFromField(e):t["axisTitle.text"]},_getComputedYAxisTitle:function(t,e){return o.default.isUndefined(t["axisTitle.text"])||""===t["axisTitle.text"]?this._getDefaultYAxisTitle(e):t["axisTitle.text"]},_getDefaultXAxisTitleFromField:function(t){return t},_getDefaultYAxisTitle:function(t){var e=(0,o.default)(this.seriesList).filter((function(e){return e.getYAxisIndex()===t}));return 1===e.length?e[0].getName():void 0},_getComputedTimeAxisMaxValue:function(t){if(!t&&this.hasBinnedTimeXAxis()){var e=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),n=this.dataSet.getSeriesAsFloats("_span");return o.default.last(e)+1e3*o.default.last(n)}return null},getTargetPoint:function(t,e){var n=void 0,i=this.getSeriesXInfo(e),r=this.dataSet.getSeries(i.fieldName).indexOf(t),o=e.getData();return r>-1&&r<o.length&&(n={index:r,originalIndex:r,seriesName:e.getName(),y:o[r]}),n},resetHighlight:function(){this.highlighted&&this.unHighlight(),this.isMouseInteractionActive=!1,this.highlighted=null},initializeLegend:function(){var t=h.getLegendProperties(this.properties);(0,o.default)(t.clickEnabled).isUndefined()&&(t.clickEnabled=this.legendClickEnabled),r.default.extend(t,{fontColor:(0,_.getThemeProperty)("LEGEND_FONT_COLOR")||this.fontColor,isMultiSeries:"seriesCompare"===this.legendMode,isExportMode:this.exportMode});var e=this.seriesList[0];if(e.actualSeries){t.legendOptions=e.actualSeries.properties.legendOptions;var n=this.dataSet.fields.indexOf("isOutlier"),i=this.dataSet.seriesList[n],s=0;(0,o.default)(i).each((function(t,e){"1"===t&&("1"!==i[e-1]&&"1"!==i[e+1]||"1"===i[e-1]&&"1"!==i[e+1])&&s++})),t.legendOptions.labelFormatter=t.legendOptions.labelFormatter(s)}this.legend=new k.default(t),this.bindLegendEvents()},bindLegendEvents:function(){var t=this,e={highlightDelay:125,unhighlightDelay:50,onMouseOver:function(e){t.handleLegendMouseOver(e)},onMouseOut:function(e){t.handleLegendMouseOut(e)}},n=new C.default(e);this.legend.on("mouseover",(function(t,e){n.mouseOverHappened(e)})),this.legend.on("mouseout",(function(t,e){n.mouseOutHappened(e)})),this.legend.on("click",(function(e,n){t.handleLegendClick(e,n)}))},initializeTooltip:function(){var t={borderColor:this.foregroundColorSoft,mode:this.legendMode};this.tooltip=new S.default(t)},setAllSeriesData:function(){var t=this;(0,o.default)(this.seriesList).each((function(e){"range"===e.getType()?t.setRangeSeriesData(e):"outlier"===e.getType()?t.setOutlierSeriesData(e):t.setBasicSeriesData(e)}))},setBasicSeriesData:function(t){var e=this.getSeriesXInfo(t),n=this.getSeriesYInfo(t),i=t.getType();e.axis instanceof T.default?t.setData({x:this.formatNumericAxisData(e.axis,e.fieldName,i),y:this.formatNumericAxisData(n.axis,n.fieldName,i)}):e.axis instanceof A.default?t.setData({x:this.formatTimeAxisData(e.axis,e.fieldName),y:this.formatNumericAxisData(n.axis,n.fieldName,i)},{sortXValues:!this.hasBinnedTimeXAxis()}):t.setData({y:this.formatNumericAxisData(n.axis,n.fieldName,i)})},setRangeSeriesData:function(t){var e=this.getSeriesXInfo(t),n=this.getSeriesYInfo(t),i=(0,o.default)(y.getRangeSeriesConfig(this.dataSet)).findWhere({predicted:t.getName()}),r={predicted:this.formatNumericAxisData(n.axis,i.predicted),lower:this.formatNumericAxisData(n.axis,i.lower),upper:this.formatNumericAxisData(n.axis,i.upper)};e.axis instanceof T.default?r.x=this.formatNumericAxisData(e.axis,e.fieldName):e.axis instanceof A.default&&(r.x=this.formatTimeAxisData(e.axis,e.fieldName)),t.setData(r)},setOutlierSeriesData:function(t){var e=this.getSeriesXInfo(t),n=this.getSeriesYInfo(t),i=y.getOutlierFields(this.dataSet),r={actual:this.formatNumericAxisData(n.axis,i.actual),lower:this.formatNumericAxisData(n.axis,i.lower),upper:this.formatNumericAxisData(n.axis,i.upper),isOutlier:this.formatNumericAxisData(n.axis,i.isOutlier)};e.axis instanceof T.default?r.x=this.formatNumericAxisData(e.axis,e.fieldName):e.axis instanceof A.default&&(r.x=this.formatTimeAxisData(e.axis,e.fieldName)),t.setData(r)},bindSeriesEvents:function(){var t=this;this.throttle=new C.default({highlightDelay:125,unhighlightDelay:50,onMouseOver:function(e,n){"seriesCompare"!==t.legendMode&&t.handlePointMouseOver(e,n)},onMouseOut:function(e,n){"seriesCompare"!==t.legendMode?t.handlePointMouseOut(e,n):t.legend&&t.legend.resetLegend()}}),(0,o.default)(this.seriesList).each(this.bindIndividualSeries,this)},bindIndividualSeries:function(t){var e=this;t.on("mouseover",(function(t,n,i){e.throttle.mouseOverHappened(n,i)})),t.on("mouseout",(function(t,n,i){e.throttle.mouseOutHappened(n,i)})),t.on("keydown",(function(t,n,i){e.handleKeyDown(i)})),t.on("click",(function(t,n,i){e.handlePointClick(t,n,i)}))},getPointEventContext:function(t,e){var n=this,i=o.default.has(t,"originalIndex")?t.originalIndex:t.index,r=this.getSeriesPointInfo(e,t),s=void 0,a=void 0,c={};if(r.xAxisIsTime){var l=this.dataSet.getSeries(r.xAxisName)[i];s=m.default.getEpochTimeFromISO(l),c["row."+r.xAxisName]=s,a=this.hasBinnedTimeXAxis()?this.dataSet.getSeriesAsFloats("_span")[i]:.001}else s=r.xValue,c["row."+r.xAxisName]=r.xValue;return(0,o.default)(this.yFields).each((function(t){c["row."+t]=n.dataSet.getSeries(t)[i]})),{name:r.xAxisName,name2:r.yAxisName,value:s,value2:r.yValue,rowContext:c,_span:a}},getTooltipPosition:function(t){return{tooltipX:t.plotX+this.hcChart.plotLeft,tooltipY:t.plotY+this.hcChart.plotTop}},handlePointClick:function(t,e,n){var r=(0,i.default)({type:"pointClick",modifierKey:t.modifierKey},this.getPointEventContext(e,n));this.trigger(r)},handleKeyDown:function(t){(0,o.default)(this.seriesList).each((function(t){t.hcSeries.points.forEach((function(t){t.select(!1)})),t.highlight()})),this.legend&&this.legend.unSelectField(t.getLegendKey())},handlePointMouseOver:function(t,e){this.isMouseInteractionActive=!0,(0,o.default)(this.seriesList).each((function(n){n.matchesName(e.getName())?n.handlePointMouseOver(t):n.unHighlight()})),this.legend&&this.legend.selectField(e.getLegendKey());var n=(0,i.default)({type:"pointMouseOver"},this.getPointEventContext(t,e),{tooltipContext:this.getTooltipPosition(t)});this.trigger(n)},handlePointMouseOut:function(t,e){(0,o.default)(this.seriesList).each((function(n){n.matchesName(e.getName())?n.handlePointMouseOut(t):n.highlight()})),this.legend&&this.legend.unSelectField(e.getLegendKey()),this.isMouseInteractionActive=!1;var n=(0,i.default)({type:"pointMouseOut"},this.getPointEventContext(t,e),{tooltipContext:this.getTooltipPosition(t)});this.trigger(n)},handleLegendClick:function(t,e){var n={type:"legendClick",modifierKey:t.modifierKey,name2:e};this.trigger(n)},handleLegendMouseOver:function(t){this.isMouseInteractionActive=!0,(0,o.default)(this.seriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOver(t):e.unHighlight()}))},handleLegendMouseOut:function(t){(0,o.default)(this.seriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOut(t):e.highlight()})),this.isMouseInteractionActive=!1},applyColorPalette:function(){var t=this;if(!this.isEmpty()){var e={};(0,o.default)(this.getFieldList()).each((function(n,i,r){e[n]=t.computeFieldColor(n,i,r)})),(0,o.default)(this.seriesList).invoke("applyColorMapping",e)}},getConfig:function(){var t=this,e=r.default.extend(!0,{chart:{animation:this.enableAnimation},plotOptions:{series:{animation:this.enableAnimation}},tooltip:{animation:this.enableAnimation,followTouchMove:!this.isZoomable()}},this.BASE_CONFIG,{chart:this.getChartConfig(),series:this.getSeriesConfigList(),xAxis:this.getXAxisConfig(),yAxis:this.getYAxisConfig(),legend:this.getLegendConfig(),tooltip:this.getTooltipConfig(),plotOptions:this.getPlotOptionsConfig(),pointerDragStartPreHook:(0,o.default)(this.pointerDragStartPreHook).bind(this),pointerDragOverride:(0,o.default)(this.pointerDragOverride).bind(this),pointerDropPreHook:(0,o.default)(this.pointerDropPreHook).bind(this),pointerDropPostHook:(0,o.default)(this.pointerDropPostHook).bind(this),pointerPinchOverride:(0,o.default)(this.pointerPinchOverride).bind(this)});return this.exportMode&&(this.seriesIsTimeBased(this.xFields)&&(0,o.default)(e.xAxis).each((function(e){var n=void 0;if(t.axesAreInverted)n=-50;else{var i=t.dataSet.getSeriesAsFloats("_span"),r=i&&i.length>0?parseInt(i[0],10):1;n=r>=31536e3?15:r>=86400?25:35}e.title.margin=n})),r.default.extend(!0,e,{plotOptions:{series:{enableMouseTracking:!1,shadow:!1}}})),(this.properties.hasOwnProperty("time.serializedTz")||this.properties.hasOwnProperty("time.timezoneOffset")||this.properties.hasOwnProperty("time.ianaTimezone"))&&r.default.extend(!0,e,{time:this.getTimeConfig()}),e},getSeriesConfigList:function(){return(0,o.default)(this.seriesList).chain().invoke("getConfig").flatten(!0).value()},getXAxisConfig:function(){return this.hasXAxis?(0,o.default)(this.xAxisList).map((function(t,e){var n=t.getConfig();return e>0&&(n.offset=40),n}),this):[]},getYAxisConfig:function(){return this.hasYAxis?(0,o.default)(this.yAxisList).map((function(t){return t.getConfig()})):[]},getLegendConfig:function(){return this.hasLegend&&this.legend?this.legend.getConfig():{}},getTimeConfig:function(){var t=this,e={useUTC:!1};if(this.properties.hasOwnProperty("time.serializedTz")){e.useUTC=!0;var n=(0,f.default)(this.properties["time.serializedTz"]);e.getTimezoneOffset=function(t){var e=(0,s.default)(n.untils,t);return n.offsets[e]}}else this.properties.hasOwnProperty("time.timezoneOffset")?(e.timezoneOffset=b.parseFloat(this.properties["time.timezoneOffset"]),e.useUTC=!0):this.properties.hasOwnProperty("time.ianaTimezone")&&(e.useUTC=!0,e.getTimezoneOffset=function(e){return a.default.tz.zone(t.properties["time.ianaTimezone"]).utcOffset(e)});return e},getTooltipConfig:function(){return this.tooltip?r.default.extend(this.tooltip.getConfig(),{formatter:function(){return!1}}):{}},formatTooltip:function(t,e,n){var i=this,r=this.getSeriesPointInfo(t,e);if("seriesCompare"===this.legendMode)return o.default.escape(r.xValueDisplay);var s=void 0;if(n){s=[];var a=void 0,c=void 0,l=void 0;this.seriesList.forEach((function(t){a=t.getColor(),c=t.getName(),l=i.getSeriesPointInfo(t,t.hcSeries.points[e.index]).yValueDisplay,s.push([{color:a,text:c},l])}))}var u="seriesCompare"===this.properties["legend.mode"]&&("bar"===this.type||"column"===this.type);return t.getTooltipHtml(r,this.hcChart,s,u)},getChartConfig:function(){var t=this,e={type:this.type,renderTo:this.container,backgroundColor:this.backgroundColor,borderColor:this.backgroundColor,events:{redraw:function(){t.onChartRedraw(this),t.onChartLoadOrRedraw(this)},endResize:this.onChartResize.bind(this),tooltipRefresh:this.onTooltipRefresh.bind(this)}};if(this.hasXAxis&&(e.events.selection=this.onChartSelection.bind(this)),this.exportMode?(e.width=this.width||this.EXPORT_WIDTH,e.height=this.height||this.EXPORT_HEIGHT):this.$container.is(":visible")||(e.width=this.FALLBACK_WIDTH,e.height=this.FALLBACK_HEIGHT),this.isZoomable()&&"off"!==this.zoomType&&(e.zoomType=this.zoomType||"x"),this.yAxisList&&this.yAxisList.length>1){var n=o.default.find(this.yAxisList,(function(t){return t.hasExplicitMin||t.hasExplicitMax})),i=o.default.any(this.yAxisList,(function(t){return t.isLogScale()}));(n||i)&&(e.alignTicks=!1)}return e},getDataLabelConfig:function(){if("none"===this.showLabels||void 0===this.dataLabels)return{enabled:!1};var t=this;return r.default.extend(!0,{},this.dataLabels.getConfig(),{formatter:function(){for(var e=0;e<t.seriesList.length;e++){if(this.series.options.id===t.seriesList[e].id){var n=t.getSeriesPointInfo(t.seriesList[e],this.point);if(n)return n.yValueDisplay}}}})},getPlotOptionsConfig:function(){var t="default"!==this.stackMode&&!y.isRangeSeriesDataSet(this.dataSet),e=h.normalizeBoolean(this.properties.showMarkerHalo,!0);return r.default.extend(!0,{},this.BASE_PLOT_OPTIONS_CONFIG,{series:{cursor:this.chartClickEnabled?"pointer":"default",dataLabels:this.getDataLabelConfig()},area:{enableMouseTracking:!y.isOutlierDataSet(this.dataSet),trackByArea:t},line:{states:{hover:(0,i.default)({},!e&&{halo:0})}},column:{grouping:"overlay"!==this.properties.columnGrouping,minPointLength:"zero"!==this.properties["chart.nullValueMode"]?2:0}})},isAnnotationSupported:function(){return o.default.indexOf(["area","line","column"],this.type)>=0},isZoomable:function(){return"area"===this.type||"line"===this.type||"column"===this.type},isStackable:function(){return"line"!==this.type},shouldSetSeriesZerosToNull:function(t){return"column"===this.type&&"zero"!==this.properties["chart.nullValueMode"]&&"column"===t},enableTooltip:function(t,e){var n=this;t.tooltip.options.formatter=function(){var t=this.points&&this.points.length?this.points[0]:this,i=t.series.splSeries;return n.formatTooltip(i,t.point,e)}},onTooltipRefresh:function(){var t=this;if(this.legend&&"seriesCompare"===this.legendMode){var e=this.hcChart.hoverPoints.map((function(e){var n=t.getSeriesByName(e.series.name),i=t.getSeriesPointInfo(n,e);return{seriesIndex:e.series.index,value:i.yValue,formattedValue:i.yValueDisplay}}));this.legend.updateLegend(e)}},onChartLoad:function(t){this.legend&&this.legend.onChartLoad(t),this.dataLabels&&this.dataLabels.onChartLoad(t),(0,o.default)(this.xAxisList).invoke("onChartLoad",t),(0,o.default)(this.yAxisList).invoke("onChartLoad",t),(0,o.default)(this.seriesList).invoke("onChartLoad",t),this.isZoomable()&&!this.shouldRemoveRangeSelectOnLoad()&&this.triggerRangeSelectionEvent()},onChartRedraw:function(t){var e=this;if(this.selectionWindow)this.selectionWindow.onChartRedraw(t);else if(this.isZoomable()&&!this.isiOS){var n=this.xAxisList[0];n&&n.isZoomed?(this.resetZoomButton||(this.resetZoomButton=new z.default(this.hcChart)),this.panButtons?this.panButtons.onChartRedraw(t):(this.panButtons=new j.default(this.hcChart,this.panDistanceResolver.bind(this)),this.panButtons.on("pan",(function(){e.triggerRangeSelectionEvent()})))):(this.resetZoomButton&&(this.resetZoomButton.destroy(),this.resetZoomButton=null),this.panButtons&&(this.panButtons.destroy(),this.panButtons=null))}if(this.isZoomable()&&!this.selectionTriggeredBeforeRedraw&&!this.shouldEnableSearchZoom()){var i=!this.selectionWindow||this.updateHasRebinned;this.triggerRangeSelectionEvent(null,{skipNormalization:i})}this.selectionTriggeredBeforeRedraw=!1},onChartLoadOrRedraw:function(t){var e=this;if(this.legend&&this.legend.onChartLoadOrRedraw(t),this.dataLabels&&this.dataLabels.onChartLoadOrRedraw(t),(0,o.default)(this.xAxisList).invoke("onChartLoadOrRedraw",t),(0,o.default)(this.yAxisList).invoke("onChartLoadOrRedraw",t),(0,o.default)(this.seriesList).invoke("onChartLoadOrRedraw",t),"seriesCompare"===this.properties["legend.mode"]&&("bar"===this.type||"column"===this.type)){t.customImages?(t.customImages.forEach((function(t){t.destroy()})),t.customImages.length=0):t.customImages=[];var n=this,r=void 0,s={};t.series.forEach((function(o,a){o.points.forEach((function(o,c){if(r=o.shapeArgs,o.y){var l=void 0,u=void 0,d=void 0,h=void 0;"bar"===e.type?(l=t.plotLeft,u=t.plotTop+t.plotHeight-r.x-r.width,d=t.plotWidth,h=r.width):"column"===e.type&&(l=r.x+t.plotLeft,u=t.plotTop,d=r.width,h=t.plotHeight);var p=l+"-"+u+"-"+d+"-"+h;s[p]||(s[p]=!0,t.customImages.push(t.renderer.image("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=",l,u,d,h).on("mouseover",(function(){n.enableTooltip(t,!0),t.tooltip.refresh(t.series[a].points[c])})).on("mouseout",(function(){t.tooltip.hide(),n.enableTooltip(t,!1)})).on("click",(function(){var t=n.getPointEventContext(e.seriesList[a].hcSeries.points[c],e.seriesList[a]),r=(0,i.default)({type:"pointClick"},t);delete r.name2,delete r.value2,e.trigger(r)})).attr("data-test-customImage",t.customImages.length).add()))}}))}))}},onChartDestroy:function(){this.legend&&this.legend.destroy(),this.dataLabels&&this.dataLabels.destroy(),(0,o.default)(this.xAxisList).invoke("destroy"),(0,o.default)(this.yAxisList).invoke("destroy"),(0,o.default)(this.seriesList).invoke("destroy"),this.selectionWindow&&(this.selectionWindow.destroy(),this.selectionWindow=null),this.panButtons&&(this.panButtons.destroy(),this.panButtons=void 0),this.highlighted&&this.resetHighlight()},onChartSelection:function(t){this.shouldEnableSearchZoom()&&t.preventDefault();var e=this.xAxisList[0];if(!t.resetSelection){var n=t.xAxis[0],i=this.getNormalizedAxisExtremes(n.min,n.max);if(n.min=i.min,n.max=i.max,this.hasTimeXAxis()||(n.max+=e.hasTickmarksBetween()?0:1),this.triggerRangeSelectionEvent(i).isDefaultPrevented()){if(t.preventDefault(),this.hasPendingRangeResetEvent=!1,e.getZoomed(n.min,n.max)){this.selectionWindow=new O.default(this.hcChart,this.xAxisValueSnapper.bind(this));var r=this;this.selectionWindow.on("rangeSelect",(function(){r.triggerRangeSelectionEvent()}))}}else this.selectionTriggeredBeforeRedraw=!0}},onChartResize:function(t){if(this.panButtons&&this.panButtons.onChartResize(t),this.highlighted){var e=this.highlighted;this.resetHighlight(),this.highlight(e.value,e.seriesName)}},panDistanceResolver:function(t,e){if(!this.hasTimeXAxis())return{min:1,max:1};if(!this.hasBinnedTimeXAxis()){var n=t.dateTime.normalizeTimeTickInterval(t.tickInterval,t.options.units).unitRange;return{min:n,max:n}}var i=t.getExtremes(),r=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),o=this.dataSet.getSeriesAsFloats("_span"),s=this.findNearestTimeBinIndex(i.min,r),a=this.findNearestTimeBinIndex(i.max,r);return"left"===e?0===s?{min:0,max:0}:{min:1e3*o[s-1],max:1e3*o[a-1]}:"right"===e?a>=o.length?{min:0,max:0}:{min:1e3*o[s],max:1e3*o[a]}:void 0},xAxisValueSnapper:function(t,e){if(e=e||"round",!this.hasTimeXAxis())return Math[e](t);if(!this.hasBinnedTimeXAxis())return t;var n=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),i=this.findNearestTimeBinIndex(t,n),r=n[i];return"floor"===e&&t<r&&i>0?i--:"ceil"===e&&t>r&&i++,i===n.length?n[i-1]+1e3*this.dataSet.getSeriesAsFloats("_span")[i-1]:n[i]},getNormalizedAxisExtremes:function(t,e){var n=this.hcChart.xAxis[0],i=n.dataMax,r=n.dataMin,o=function(t){return t>i&&(t=i),t<r&&(t=r),t};return t=o(t),e=o(e),this.hasTimeXAxis()?this.getNormalizedTimeAxisExtremes(t,e):this.getNormalizedCategoryAxisExtremes(t,e)},getNormalizedTimeAxisExtremes:function(t,e){if(!this.hasBinnedTimeXAxis())return{min:t,max:e};var n=this.xAxisList[0],i=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),r=this.dataSet.getSeriesAsFloats("_span"),o=this.findNearestTimeBinIndex(t,i),s=this.findNearestTimeBinIndex(e,i);return{min:i[o],max:i[s]+(n.hasTickmarksBetween()?0:1e3*r[s])}},getNormalizedCategoryAxisExtremes:function(t,e){var n=this.xAxisList[0],i=this.hcChart.xAxis[0].dataMax,r=Math.round(t),o=Math.round(e),s=this.isiOS&&this.hcChart.pointer.selectionMarker,a=s&&this.hcChart.pointer.selectionMarker.width===this.hcChart.plotWidth,c=s&&this.hcChart.pointer.selectionMarker.width!==this.hcChart.plotWidth;return a&&o>r&&o!==i&&(o-=n.hasTickmarksBetween()?0:1),c&&e-t<1&&!n.hasTickmarksBetween()&&(o=r),{min:r,max:o}},findNearestTimeBinIndex:function(t,e){var n=o.default.sortedIndex(e,t);return 0===n?0:t-e[n-1]<e[n]-t?n-1:n},calculatePostUpdateExtremes:function(t){var e=this.xAxisList[0];if(!this.hasTimeXAxis())return e.getCategories().length>t.max?t:{min:null,max:null};if(!this.hasBinnedTimeXAxis())return t;var n=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),i=this.dataSet.getSeriesAsFloats("_span"),r=n[0];if(o.default.last(n)+1e3*o.default.last(i)<t.max||r>t.min)return{min:null,max:null};var s=n[n.length-1],a=n[this.findNearestTimeBinIndex(t.min,n)],c=t.max>s?s:n[this.findNearestTimeBinIndex(t.max,n)];return-1!==n.indexOf(t.min)&&-1!==n.indexOf(t.max)||(this.updateHasRebinned=!0),{min:a,max:c}},triggerRangeSelectionEvent:function(t,e){var n=void 0,i=this.xAxisList[0],s=!t&&!this.selectionWindow&&!i.isZoomed;if(t||(this.selectionWindow?(t=this.selectionWindow.getExtremes()).min+=i.hasTickmarksBetween()?1:0:(t=this.hcChart.xAxis[0].getExtremes(),i.isZoomed&&(t.max-=i.hasTickmarksBetween()?0:1)),e&&e.skipNormalization||(t=this.getNormalizedAxisExtremes(t.min,t.max))),this.hasTimeXAxis()){var a=this.dataSet.getSeriesAsEpochTimes(this.xFields[0]),c=0,l=o.default.sortedIndex(a,t.max);if(this.hasBinnedTimeXAxis()&&i.hasTickmarksBetween()&&!this.selectionWindow)c=this.dataSet.getSeriesAsFloats("_span")[l];else!this.hasBinnedTimeXAxis()||i.hasTickmarksBetween()&&!this.selectionWindow||l--;n=r.default.Event("chartRangeSelect",{startXIndex:o.default.sortedIndex(a,t.min),endXIndex:l,startXValue:t.min/1e3,endXValue:t.max/1e3+c,isReset:!!s})}else{var u=this.dataSet.getSeries(this.xFields[0]);n=r.default.Event("chartRangeSelect",{startXIndex:t.min,endXIndex:t.max,startXValue:u[t.min],endXValue:u[t.max],isReset:!!s})}return this.trigger(n),n},pointerDragStartPreHook:function(t,e){(this.isMouseInteractionActive=!0,this.selectionWindow)&&(this.selectionWindow.handleDragStartEvent(e)||this.destroySelectionWindow())},pointerPinchOverride:function(t,e,n){this.selectionWindow?"touchstart"===e.type?(this.hcChart.xAxis[0].zoomEnabled=!1,n.call(t,e),this.selectionWindow.handleDragStartEvent(e)||this.destroySelectionWindow(),this.hcChart.xAxis[0].zoomEnabled=!0):"touchmove"===e.type?this.selectionWindow.handleDragEvent(e):"touchend"===e.type&&this.selectionWindow.handleDropEvent(e):n.call(t,e)},destroySelectionWindow:function(){this.selectionWindow&&(this.selectionWindow.destroy(),this.selectionWindow=null,this.hasPendingRangeResetEvent=!0)},pointerDragOverride:function(t,e,n){this.selectionWindow?this.selectionWindow.handleDragEvent(e):(n.call(t,e),this.hcChart.pointer.selectionMarker&&this.hcChart.pointer.selectionMarker.attr({"stroke-width":2,stroke:this.foregroundColorSofter}))},pointerDropPreHook:function(t,e){this.selectionWindow&&this.selectionWindow.handleDropEvent(e)},pointerDropPostHook:function(){this.hasPendingRangeResetEvent&&(this.triggerRangeSelectionEvent(),this.hasPendingRangeResetEvent=!1),this.isMouseInteractionActive=!1},getSeriesByName:function(t){return(0,o.default)(this.seriesList).find((function(e){return e.hcSeries.name===t}))},getSeriesXInfo:function(t){var e=t.getXAxisIndex();return{axis:this.xAxisList[e],fieldName:this.xFields[e]}},getSeriesYInfo:function(t){return{axis:this.yAxisList[t.getYAxisIndex()],fieldName:t.getName()}},getSeriesPointInfo:function(t,e){var n=o.default.has(e,"originalIndex")?e.originalIndex:e.index,i=this.getSeriesXInfo(t),r=this.getSeriesYInfo(t),s=this.dataSet.getSeries(i.fieldName),a=this.dataSet.getSeries(r.fieldName);return{pointIndex:n,xAxisIsTime:i.axis instanceof A.default,xAxisName:i.fieldName,xValue:s[n],xValueDisplay:i.axis.formatValue(s[n],e),yAxisName:r.fieldName,yValue:a[n],yValueDisplay:r.axis.formatValue(a[n],e),shouldColorizeTooltipData:this.shouldColorizeTooltipData}},getDashStyle:function(){var t=this.properties.lineDashStyle;if(t)return h.capitalize(t)},seriesIsTimeBased:function(t){return/^_time/.test(t)},formatNumericAxisData:function(t,e,n){return this.dataSet.hasField(e)?this.dataSet.getSeriesAsFloats(e,{scale:t.isLogScale()?"log":"linear",nullValueMode:this.properties["chart.nullValueMode"],zerosToNull:this.shouldSetSeriesZerosToNull(n)}):[]},formatTimeAxisData:function(t,e){return this.dataSet.hasField(e)?this.dataSet.getSeriesAsEpochTimes(e):[]},computeFieldColor:function(t,e,n){if(this.internalFieldColors.hasOwnProperty(t))return p.colorFromHex(this.internalFieldColors[t]);var i=!this.seriesColors&&!(0,o.default)(this.externalPaletteMapping).isEmpty(),r=i?this.externalPaletteMapping[t]:e,s=i?this.externalPaletteSize:n.length;return this.colorPalette.getColorAsRgb(t,r,s)},shouldEnableSearchZoom:function(){return this.dataSet.chartDataOptions.enableSearchZoom},shouldRemoveRangeSelectOnLoad:function(){return this.dataSet.chartDataOptions.removeRangeSelectOnLoad},BASE_CONFIG:{chart:{showAxes:!0,reflow:!1,selectionMarkerFill:"rgba(0,0,0,0)",spacingTop:16,style:{fontFamily:v.FONT_FAMILY,fontSize:v.FONT_SIZE}},credits:{enabled:!1},legend:{enabled:!1},plotOptions:{series:{states:{hover:{enabled:!1},inactive:{opacity:.4}},events:{legendItemClick:function(){return!1}},borderWidth:0,shadow:!1,turboThreshold:0}},title:{text:null},tooltip:{enabled:!1,useHTML:!0}},BASE_PLOT_OPTIONS_CONFIG:{line:{stickyTracking:!0,states:{hover:{marker:{enabled:!0,radius:6}}},marker:{enabled:!1,radius:2,symbol:"circle"}},area:{stickyTracking:!0,lineWidth:1,states:{hover:{marker:{enabled:!0,radius:6}}},marker:{symbol:"circle",radius:2,enabled:!1}},column:{markers:{enabled:!1},stickyTracking:!1,fillOpacity:1,trackByArea:!0},bar:{markers:{enabled:!1},stickyTracking:!1,fillOpacity:1,trackByArea:!0}}}),e.default=Y,t.exports=e.default},function(t,e,n){var i=n(29),r=n(48);t.exports=n(21)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var i=n(30),r=n(189),o=n(190),s=Object.defineProperty;e.f=n(21)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var i=n(46);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e){t.exports=n("./node_modules/@splunk/highcharts-themes/constants.js")},function(t,e,n){var i=n(22)(Object,"create");t.exports=i},function(t,e,n){var i=n(224);t.exports=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1}},function(t,e,n){var i=n(230);t.exports=function(t,e){var n=t.__data__;return i(e)?n["string"==typeof e?"string":"hash"]:n.map}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(0),o=(i=r)&&i.__esModule?i:{default:i};function s(t){t=t||{},this.highlightDelay=t.highlightDelay||200,this.unhighlightDelay=t.unhighlightDelay||100,this.timer=null,this.timer2=null,this.mouseStatus="over",this.isSelected=!1,this.onMouseOver=t.onMouseOver,this.onMouseOut=t.onMouseOut}o.default.extend(s.prototype,{setMouseStatus:function(t){this.mouseStatus=t},getMouseStatus:function(){return this.mouseStatus},mouseOverHappened:function(){for(var t=this,e=arguments.length,n=Array(e),i=0;i<e;i++)n[i]=arguments[i];s._synchronousBehavior?this.onMouseOver.apply(null,n):(this.mouseOverFn=function(){t.onMouseOver.apply(null,n)},clearTimeout(this.timer),clearTimeout(this.timer2),this.setMouseStatus("over"),this.timeOutManager())},mouseOutHappened:function(){for(var t=this,e=arguments.length,n=Array(e),i=0;i<e;i++)n[i]=arguments[i];s._synchronousBehavior?this.onMouseOut.apply(null,n):(this.mouseOutFn=function(){t.onMouseOut.apply(null,n)},this.setMouseStatus("out"),this.timeOutManager())},timeOutManager:function(){var t=this;clearTimeout(this.timer),this.isSelected?"over"===this.getMouseStatus()?this.mouseEventManager():this.timer2=setTimeout((function(){t.setMouseStatus("out"),t.mouseEventManager()}),t.unhighlightDelay):this.timer=setTimeout((function(){t.isSelected=!0,t.mouseEventManager()}),t.highlightDelay)},mouseEventManager:function(){"over"===this.getMouseStatus()?(this.mouseOverFn(),this.isSelected=!0,this.setMouseStatus("out")):(this.mouseOutFn(),this.isSelected=!1,this.setMouseStatus("over"))}}),o.default.extend(s,{_synchronousBehavior:!1,useSynchronousBehavior:function(){s._synchronousBehavior=!0},restoreDefaultBehavior:function(){s._synchronousBehavior=!1}}),e.default=s,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=f(n(104)),r=f(n(9)),o=f(n(0)),s=n(1),a=f(s),c=f(n(11)),l=n(7),u=n(3),d=n(32),h=n(4),p=f(n(10));function f(t){return t&&t.__esModule?t:{default:t}}function m(t){this.index=t.index,this.originalIndex=a.default.has(t,"originalIndex")?t.originalIndex:this.index,this.seriesName=t.series.name,this.name=t.name,this.y=t.y,this.plotX=t.plotX,this.plotY=t.plotY}function g(t){this.properties=this.normalizeProperties(t||{}),this.processProperties(),this.id=a.default.uniqueId("series_"),this.data=[],this._isDirty=!1,this._dataIsDirty=!1,this.UNHIGHLIGHTED_COLOR=(0,l.addAlphaToColor)(this.UNHIGHLIGHTED_BASE_COLOR,this.UNHIGHLIGHTED_OPACITY),this.UNHIGHLIGHTED_BORDER_COLOR=(0,l.addAlphaToColor)(this.UNHIGHLIGHTED_BORDER_BASE_COLOR,this.UNHIGHLIGHTED_OPACITY)}g.prototype=o.default.extend({},p.default,{STACK_MODE_MAP:{default:null,stacked:"normal",stacked100:"percent"},CHART_PROPERTY_PREFIX_REGEX:/^chart\./,UNHIGHLIGHTED_OPACITY:.4,UNHIGHLIGHTED_BASE_COLOR:"rgb(150, 150, 150)",UNHIGHLIGHTED_BORDER_BASE_COLOR:"rgb(200, 200, 200)",DEFAULT_STACK_MODE:null,CHARTING_PROPERTY_WHITELIST:[],normalizeProperties:function(t){var e=this,n=o.default.extend(!0,{},t);return(0,a.default)(n).each((function(t,i){if(e.CHART_PROPERTY_PREFIX_REGEX.test(i)){delete n[i];var r=i.replace(e.CHART_PROPERTY_PREFIX_REGEX,"");(0,a.default)(e.CHARTING_PROPERTY_WHITELIST).contains(r)&&(n[r]=t)}})),n},processProperties:function(){},redraw:function(t){(this.hcSeries||this.nestedSeriesList&&this.nestedSeriesList.every((function(t){return t.hcSeries})))&&(this.isDirty()?this.hcSeries?this.hcSeries.update(this.getConfig(),t):this.nestedSeriesList&&this.nestedSeriesList.forEach((function(e){e.hcSeries.update(e.getConfig(),t)})):this.dataIsDirty()&&(this.hcSeries?this.hcSeries.setData(this.hasPrettyData?this.prettyData:this.data,t):this.nestedSeriesList&&this.nestedSeriesList.forEach((function(e){e.hcSeries.setData(e.data,t)}))))},update:function(t){var e=this.properties;this.properties=this.normalizeProperties(t),a.default.isEqual(this.properties,e)||(this.processProperties(),this._isDirty=!0)},setData:function(t,e){e=e||{};var n=this.data;a.default.isArray(t.y)&&0!==t.y.length?(0,a.default)(t.x).isUndefined()?this.data=t.y:e.isOutlierField?this.data=(0,a.default)(t.y).chain().map((function(e,n){return e.isOutlier?{x:t.x[n],y:e.y,marker:{enabled:!0,radius:4,fillColor:d.COLORS.SEMANTIC_WARNING}}:{x:t.x[n],y:e}})).value():e.sortXValues?this.data=(0,a.default)(t.x).chain().map((function(e,n){return{x:e,y:isNaN(e)?null:t.y[n],originalIndex:n}})).sortBy((function(t){return t.x})).value():this.data=(0,a.default)(t.x).map((function(e,n){return[e,t.y[n]]})):this.data=[],a.default.isEqual(this.data,n)||(this._dataIsDirty=!0)},getData:function(){return this.data},isDirty:function(){return this._isDirty},dataIsDirty:function(){return this._dataIsDirty},getXAxisIndex:function(){return this.properties.xAxis||0},getYAxisIndex:function(){return this.properties.yAxis||0},getName:function(){return this.properties.name},getLegendKey:function(){return this.properties.legendKey||this.getName()},getFieldList:function(){return[this.getName()]},matchesName:function(t){return t===this.getName()},applyColorMapping:function(t){var e=this.color;this.color=t[this.getName()],this.color!==e&&(this._isDirty=!0)},getColor:function(){return this.color},getStackMode:function(){return this.STACK_MODE_MAP[this.properties.stacking]||this.DEFAULT_STACK_MODE},getType:function(){return this.type},getConfig:function(){return{type:this.type,id:this.id,name:this.getName(),color:this.color,data:this.hasPrettyData?this.prettyData:this.data,xAxis:this.getXAxisIndex(),yAxis:this.getYAxisIndex(),stacking:this.getStackMode()}},onChartLoad:function(){},onChartLoadOrRedraw:function(t){this.hcSeries=t.get(this.id),this.hcSeries.splSeries=this,this._isDirty=!1,this._dataIsDirty=!1,this.hcSeries.options.states.hover.enabled=!0,this.addEventHandlers(this.hcSeries)},addEventHandlers:function(t){var e=this;t.options.point.events=t.options.point.events||{};var n=this,i=t.options.point.events,r=t.chart.container;(0,o.default)(r).on("keydown",(function(i){9===i.keyCode&&"hover"===t.state&&n.trigger("keydown",[e,n])})),i.mouseOver=function(){var t=new m(this);n.trigger("mouseover",[t,n])},i.mouseOut=function(){var t=new m(this);n.trigger("mouseout",[t,n])},(0,u.normalizeBoolean)(this.properties.clickEnabled)&&(i.click=function(t){var e=new m(this),i={type:"click",modifierKey:t.ctrlKey||t.metaKey};n.trigger(i,[e,n])})},destroy:function(){this.off(),this.hcSeries&&this.hcSeries.splSeries&&(this.hcSeries.splSeries=null),this.hcSeries=null},handlePointMouseOver:function(){this.bringToFront()},handleLegendMouseOver:function(){this.bringToFront(),this.highlight()},bringToFront:function(){this.hcSeries.group&&this.hcSeries.group.toFront(),this.hcSeries.trackerGroup&&this.hcSeries.trackerGroup.toFront()},estimateMaxColumnWidths:function(t,e,n){var i=new c.default(t.renderer),r=t.options.tooltip.style.fontSize.replace("px",""),o=-1/0,s=-1/0;return a.default.each(e,(function(t){var e=i.predictTextWidth(t,r);e>o&&(o=e)})),a.default.each(n,(function(t){var e=i.predictTextWidth(t,r);e>s&&(s=e)})),i.destroy(),{maxLeftColWidth:o,maxRightColWidth:s}},getTooltipRows:function(t){var e=[];return t.xAxisIsTime?e.push([t.xValueDisplay]):e.push([t.xAxisName,t.xValueDisplay]),e.push([(0,r.default)({},t.shouldColorizeTooltipData&&{color:t.seriesColor},{text:t.seriesName}),t.yValueDisplay]),e},getTooltipHtml:function(t,e,n,r){t.seriesName=this.getName(),t.seriesColor=this.getColor();var s=function(t){return(0,a.default)(t).isString()?t:t.text},c=this.getTooltipRows(t);n&&(c=[c[0]].concat((0,i.default)(n)));var l=e.chartWidth-50,u=(0,a.default)(c).map((function(t){return s(t[0]||"")})),d=(0,a.default)(c).map((function(t){return s(t[1]||"")})),p=this.estimateMaxColumnWidths(e,u,d),f=p.maxLeftColWidth/(p.maxLeftColWidth+p.maxRightColWidth);return f>.9?f=.9:f<.1&&(f=.1),t.scaledMaxLeftColWidth=f*l+"px",t.scaledMaxRightColWidth=(1-f)*l+"px",t.willWrap=p.maxLeftColWidth+p.maxRightColWidth>l,t.totalStackValue=null,r&&(t.totalStackValue=e.series.map((function(e){return e.data[t.pointIndex].y})).reduce((function(t,e){return t+e})).toLocaleString()),this.tooltipTemplate(o.default.extend(t,{rows:c,normalizeToText:s,normalizeToColor:function(t){return(0,a.default)(t).isString()?null:t.color},getThemeProperty:h.getThemeProperty}))},handlePointMouseOut:function(){},handleLegendMouseOut:function(){},highlight:function(){},unHighlight:function(){},highlightPoint:function(){},unHighlightPoint:function(){},tooltipTemplate:(0,s.template)('\n <table class="highcharts-tooltip"\n <% if(willWrap) { %>\n style="word-wrap: break-word; white-space: normal;"\n <% } %>>\n <% _(rows).each(function(row) { %>\n <tr>\n <% if(row.length === 1) { %>\n <td style="text-align: left; color: <%= normalizeToColor(row[0]) || getThemeProperty(\'TOOLTIP_FONT_COLOR\') %>;" colpsan="2"><%- normalizeToText(row[0]) %></td>\n <% } else { %>\n <td style="text-align: left; color: <%= normalizeToColor(row[0]) || getThemeProperty(\'TOOLTIP_FONT_COLOR_SOFT\') %>; max-width: <%= scaledMaxLeftColWidth %>;"><%- normalizeToText(row[0]) %>: </td>\n <td style="text-align: right; color: <%= normalizeToColor(row[1]) || getThemeProperty(\'TOOLTIP_FONT_COLOR\') %>; max-width: <%= scaledMaxRightColWidth %>;"><%- normalizeToText(row[1]) %></td>\n <% } %>\n </tr>\n <% }); %>\n <% if(totalStackValue) { %>\n <tr>\n <td style="text-align: left; color: <%= normalizeToColor(rows[0]) || getThemeProperty(\'TOOLTIP_FONT_COLOR_SOFT\') %>; max-width: <%= scaledMaxLeftColWidth %>;">Total: </td>\n <td style="text-align: right; color: <%= normalizeToColor(rows[1]) || getThemeProperty(\'TOOLTIP_FONT_COLOR\') %>; max-width: <%= scaledMaxRightColWidth %>;"><%- totalStackValue %></td>\n </tr>\n <% } %>\n </table>\n ')}),g.Point=m,e.default=g,t.exports=e.default},function(t,e){t.exports=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}},function(t,e,n){var i=n(6).Symbol;t.exports=i},function(t,e,n){var i=n(17),r=Object.create,o=function(){function t(){}return function(e){if(!i(e))return{};if(r)return r(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},function(t,e,n){var i=n(40),r=n(42);function o(t){this.__wrapped__=t,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}o.prototype=i(r.prototype),o.prototype.constructor=o,t.exports=o},function(t,e){t.exports=function(){}},function(t,e){t.exports=function(t){return t.placeholder}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=o(n(3)),r=o(n(7));function o(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}var s=["#7B56DB","#CB2196","#008C80","#9D6300","#F6540B","#FF969E","#99B100","#F4B649","#AE8CFF","#8CBCFF","#813193","#0051B5","#009CEB","#00CDAF","#00490A","#DD9900","#465D00","#FF677B","#FF6ACE","#00689D"].map(r.hexFromColor);function a(t,e){this.setColors(t),this.useInterpolation=i.normalizeBoolean(e,!1)}a.prototype={setColors:function(t){this.colors=t||s},getColor:function(t,e,n){var i=void 0,o=this.colors.length;if(0===o)return 0;if(e<0&&(e=0),!this.useInterpolation)return this.colors[e%o];n<1&&(n=1),e>n&&(e=n),i=1===n?0:e/(n-1)*(o-1);var s=Math.floor(i),a=Math.min(s+1,o-1);return i-=s,r.interpolateColors(this.colors[s],this.colors[a],i)},getColorAsRgb:function(t,e,n){var i=this.getColor(t,e,n);return r.colorFromHex(i)}},a.setBaseColors=function(t){s=t.map(r.hexFromColor)},e.default=a,t.exports=e.default},function(t,e,n){var i=n(19),r=n(20),o=n(87),s=n(28),a=n(31),c=function(t,e,n){var l,u,d,h=t&c.F,p=t&c.G,f=t&c.S,m=t&c.P,g=t&c.B,y=t&c.W,b=p?r:r[e]||(r[e]={}),M=b.prototype,v=p?i:f?i[e]:(i[e]||{}).prototype;for(l in p&&(n=e),n)(u=!h&&v&&void 0!==v[l])&&a(b,l)||(d=u?v[l]:n[l],b[l]=p&&"function"!=typeof v[l]?n[l]:g&&u?o(d,i):y&&v[l]==d?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):m&&"function"==typeof d?o(Function.call,d):d,m&&((b.virtual||(b.virtual={}))[l]=d,t&c.R&&M&&!M[l]&&s(M,l,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e,n){var i=n(94)("keys"),r=n(96);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){var i=n(49);t.exports=function(t){return Object(i(t))}},function(t,e){t.exports=n("./node_modules/bowser/src/bowser.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/time.js")},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=d(n(9)),r=d(n(0)),o=d(n(1)),s=d(n(11)),a=u(n(3)),c=u(n(100)),l=n(4);function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function d(t){return t&&t.__esModule?t:{default:t}}function h(t){this.properties=t||{},this.id=o.default.uniqueId("axis_"),this.isVertical="vertical"===this.properties["axis.orientation"],this.isZoomed=!1,this._titleIsDirty=!1,this.labelRotation||(this.labelRotation=this.isVertical?0:a.getRotation(this.properties["axisLabels.majorLabelStyle.rotation"]))}h.prototype={getZoomed:function(t,e,n,i){var r=this.hcAxis,o=isNaN(r.dataMax)?n:r.dataMax,s=isNaN(r.dataMin)?i:r.dataMin;return r.hasData()?void 0!==t&&t>s||void 0!==e&&e<("between"===r.options.tickmarkPlacement?o:o+1):r.categories&&r.categories.length>0?void 0!==t&&t>0||void 0!==e&&e<r.categories.length-1:void 0},clone:function(){return new this.constructor(r.default.extend(!0,{},this.properties))},getConfig:function(){var t=null,e=this;return this.properties.isEmpty||"collapsed"===this.properties["axisTitle.visibility"]||!this.properties["axisTitle.text"]||/^\s+$/.test(this.properties["axisTitle.text"])||(t=a.escapeSVG(this.properties["axisTitle.text"])),r.default.extend(!0,this.getOrientationDependentConfig(),{id:this.id,labels:{enabled:"hide"!==this.properties["axisLabels.majorLabelVisibility"],formatter:function(){return e.formatLabel(this)},style:{color:this.properties["axis.fontColor"]||(0,l.getThemeProperty)("AXIS_LABELS_FONT_COLOR")||(0,l.getThemeProperty)("DEFAULT_FONT_COLOR"),textOverflow:"none"}},title:{style:{color:this.properties["axis.fontColor"]||(0,l.getThemeProperty)("AXIS_TITLE_FONT_COLOR")||(0,l.getThemeProperty)("DEFAULT_FONT_COLOR"),fontSize:"12px",HcTextStroke:!0,width:"auto"},text:t},opposite:this.properties.opposite,lineColor:this.properties["axis.foregroundColorSoft"]||(0,l.getThemeProperty)("DEFAULT_LINE_COLOR_SOFT"),lineWidth:"hide"===this.properties["axisLabels.axisVisibility"]?0:1,gridLineColor:this.properties["axis.foregroundColorSofter"]||(0,l.getThemeProperty)("AXIS_GRID_LINE_COLOR")||(0,l.getThemeProperty)("DEFAULT_LINE_COLOR_SOFTER"),gridLineWidth:a.normalizeBoolean(this.properties["gridLines.showMajorLines"])?1:0,tickLength:parseInt(this.properties["axisLabels.majorTickSize"],10)||6,tickColor:this.properties["axis.foregroundColorSoft"]||(0,l.getThemeProperty)("DEFAULT_LINE_COLOR_SOFT"),tickWidth:"hide"===this.properties["axisLabels.majorTickVisibility"]?0:1,tickRenderPostHook:(0,o.default)(this.tickRenderPostHook).bind(this),getOffsetPreHook:(0,o.default)(this.getOffsetPreHook).bind(this),zoomPostHook:(0,o.default)(this.zoomPostHook).bind(this),getLabelSizeOverride:(0,o.default)(this.getLabelSizeOverride).bind(this)})},zoomPostHook:function(t,e,n,i,r){this.isZoomed=this.getZoomed(e,n,i,r),t.displayBtn=!1},getOrientationDependentConfig:function(){return this.isVertical?r.default.extend(!0,{},this.BASE_VERT_CONFIG,this.getVerticalConfig()):r.default.extend(!0,{},this.BASE_HORIZ_CONFIG,this.getHorizontalConfig())},onChartLoad:function(){},redraw:function(t){if(!this.hcAxis)throw new Error("cannot redraw an axis that has not been drawn yet");this.titleIsDirty()&&this.hcAxis.setTitle({text:this.properties["axisTitle.text"]},t)},titleIsDirty:function(){return this._titleIsDirty},setTitle:function(t){this.previousAxisTitle=this.properties["axisTitle.text"],this.properties["axisTitle.text"]=t,o.default.isEqual(this.properties["axisTitle.text"],this.previousAxisTitle)||(this._titleIsDirty=!0)},onChartLoadOrRedraw:function(t){this.hcAxis=t.get(this.id),this.initializeTicks(),this._titleIsDirty=!1},initializeTicks:function(){var t=void 0,e=this.hcAxis.ticks,n=[];for(t in e)e.hasOwnProperty(t)&&n.push(e[t]);n.sort((function(t,e){return t.pos-e.pos})),this.ticks=n},tickRenderPostHook:function(t){var e=t.axis;if(t.label)if(t.isFirst&&t.isLast||!t.isFirst&&!t.isLast||t.isFirst&&(e.horiz||e.reversed)||t.isLast&&!e.horiz&&!e.reversed)c.showTickLabel(t);else{var n=!1;if(e.horiz&&e.reversed)n=e.left-1>this.getTickLabelExtremesX(t).left;else if(e.horiz&&!e.reversed){var i=e.left+e.len+1+5;n=this.getTickLabelExtremesX(t).right>i}else{var r=e.top+e.len+1;n=this.getTickLabelExtremesY(t).bottom>r}n?c.hideTickLabel(t):c.showTickLabel(t)}},getOffsetPreHook:function(t){if(t.userOptions.title.text){var e=t.chart,n=new s.default(e.renderer),i=t.userOptions.title.text,r=void 0;r=t.horiz?n.ellipsize(i,e.chartWidth-100,12,{fontWeight:"bold"}):n.ellipsize(i,e.chartHeight-100,12,{fontWeight:"bold"}),t.options.title.text=r,t.axisTitle&&t.axisTitle.attr({text:r}),n.destroy()}},hasTickmarksBetween:function(){return"between"===this.properties["axisLabels.tickmarkPlacement"]},getTickLabelExtremesX:function(t){var e=t.label.getBBox(),n=t.axis.labelAlign,i=t.label.xy.x,r=e.width,o=void 0;return{left:o="left"===n?i:"center"===n?i-.5*r:i-r,right:o+r}},getTickLabelExtremesY:function(t){var e=t.label.xy.y;return{top:e-t.label.getBBox().height,bottom:e}},getLabelSizeOverride:function(t){if(!t.label)return 0;var e="horizontal"===this.properties["axis.orientation"];return t.labelBBox=t.label.getBBox(),e&&"on"===this.properties["axisLabels.tickmarkPlacement"]&&t.isLast&&!t.isFirst?0:t.labelBBox[e?"height":"width"]},destroy:function(){this.hcAxis=null},getVerticalConfig:function(){return{title:(0,i.default)({},this.properties["axisTitle.alignment"]&&{align:this.properties["axisTitle.alignment"]})}},getHorizontalConfig:function(){return{labels:{rotation:this.labelRotation},title:(0,i.default)({},this.properties["axisTitle.alignment"]&&{align:this.properties["axisTitle.alignment"]})}},BASE_HORIZ_CONFIG:{title:{margin:6},labels:{y:15}},BASE_VERT_CONFIG:{title:{margin:6}},CROSSHAIR_CONFIG:{snap:!1,color:"#cccccc",width:1,zIndex:1e4}},e.default=h,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=f(n(0)),r=f(n(1)),o=f(n(15)),s=f(n(11)),a=p(n(3)),c=p(n(2)),l=p(n(5)),u=p(n(204)),d=f(n(8)),h=f(n(55));function p(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function f(t){return t&&t.__esModule?t:{default:t}}function m(t){h.default.call(this,t),this.includeZero=this.determineIncludeZero(),this.hasExplicitMin=this.validateNumericProperty("axis.minimumNumber"),this.hasExplicitMax=this.validateNumericProperty("axis.maximumNumber"),this.hasExplicitMajorUnit=this.validateNumericProperty("axisLabels.majorUnit"),this.extendAxisRange=!!r.default.isUndefined(this.properties["axisLabels.extendsAxisRange"])||a.normalizeBoolean(this.properties["axisLabels.extendsAxisRange"],!0),this.startOnTick=!this.hasExplicitMin&&this.extendAxisRange,this.endOnTick=!this.hasExplicitMax&&this.extendAxisRange,t&&(this.sharedMin=t.sharedMin,this.sharedMax=t.sharedMax,this.abbreviation=t["axis.abbreviation"])}c.inherit(m,h.default),i.default.extend(m.prototype,{getConfig:function(){var t=h.default.prototype.getConfig.call(this),e="show"===this.properties["axisLabels.minorTickVisibility"],n=a.normalizeBoolean(this.properties["gridLines.showMinorLines"]);return i.default.extend(!0,t,{tickInterval:this.properties.isEmpty&&"log"===this.properties["axis.scale"]||this.properties.isEmpty?10:parseFloat(this.properties["axisLabels.majorUnit"])||null,endOnTick:this.endOnTick,startOnTick:this.startOnTick,tickWidth:"show"===this.properties["axisLabels.majorTickVisibility"]?1:0,allowDecimals:!a.normalizeBoolean(this.properties["axisLabels.integerUnits"]),minorTickColor:this.properties["axis.foregroundColorSoft"],minorTickLength:parseInt(this.properties["axisLabels.minorTickSize"],10)||10,minorTickInterval:e||n?"auto":null,minorTickWidth:e?1:0,minorGridLineWidth:n?1:0,min:this.properties.isEmpty?0:null,max:this.properties.isEmpty&&"log"===this.properties["axis.scale"]?2:this.properties.isEmpty?100:null,gridLineWidth:a.normalizeBoolean(this.properties["gridLines.showMajorLines"],!0)?1:0,setTickIntervalPreHook:(0,r.default)(this.setTickIntervalPreHook).bind(this),labels:{maxStaggerLines:1},lineWidth:"show"===this.properties["axisLabels.axisVisibility"]?1:0}),this.addMinAndMaxToConfig(t),t},validateNumericProperty:function(t){var e=this.properties[t];return 0===e||!!e&&!r.default.isNaN(parseFloat(e))},addMinAndMaxToConfig:function(t){var e=this.hasExplicitMin?parseFloat(this.properties["axis.minimumNumber"]):r.default.isUndefined(this.sharedMin)?-1/0:this.sharedMin,n=this.hasExplicitMax?parseFloat(this.properties["axis.maximumNumber"]):r.default.isUndefined(this.sharedMax)?1/0:this.sharedMax;if(e>n){var i=e;e=n,n=i}e>-1/0&&this.addMinToConfig(t,e,this.includeZero),n<1/0&&this.addMaxToConfig(t,n,this.includeZero)},addMinToConfig:function(t,e,n){n&&e>0?e=0:this.isLogScale()&&(e=l.absLogBaseTen(e)),t.min=e,t.minPadding=0,t.startOnTick=this.startOnTick},addMaxToConfig:function(t,e,n){n&&e<0?e=0:this.isLogScale()&&(e=l.absLogBaseTen(e)),t.max=e,t.maxPadding=0,t.endOnTick=this.endOnTick},getVerticalConfig:function(){var t=h.default.prototype.getVerticalConfig.call(this),e=(parseInt(this.properties["axisLabels.majorTickSize"],10)||0)+6;return i.default.extend(!0,t,{labels:{x:!0===this.properties.opposite?e:-e,y:4}})},getHorizontalConfig:function(){var t=h.default.prototype.getHorizontalConfig.call(this),e=parseInt(this.properties["axisLabels.majorTickSize"],10)||0,n=null,r=null,o=void 0;return-45===this.labelRotation?(o="right",n=5,r=10):-90===this.labelRotation?(o="right",n=4,r=6):45===this.labelRotation?(o="left",n=0,r=10):90===this.labelRotation?(o="left",n=-4,r=6):(o="center",r=14),i.default.extend(!0,t,{labels:{align:o,x:n,y:!0===this.properties.opposite?-6-e:r+e}})},formatLabel:function(t){if(this.isLogScale()&&"stacked100"!==this.properties.stackMode)return"auto"===this.abbreviation?u.abbreviateNumber(l.absPowerTen(t.value)):m.formatNumber(l.absPowerTen(t.value));var e=Math.max(t.axis.max,Math.abs(t.axis.min));if("auto"===this.abbreviation&&e>=1e3){var n=1===t.axis.tickPositions.length?0:this.calculateDecimal(e,t.axis.tickInterval.toString()),i=u.getSIUnit(e);return u.abbreviateByUnit(t.value,i,n)}return m.formatNumber(t.value)},calculateDecimal:function(t,e){if(!t||!e)return 0;var n=e.length-e.replace(/0+$/,"").length,i=u.getSIPower(t)-n;return i<0?0:i},formatValue:function(t){var e=m.formatNumber(t);return"NaN"!==e?e:o.default.format_decimal("0")},isLogScale:function(){return"log"===this.properties["axis.scale"]},getExtremes:function(t){var e=t.options,n=d.default.pick(t.userMin,e.min),i=d.default.pick(t.userMax,e.max),r=t.softThreshold,o=t.threshold,s=void 0,a=void 0;return r&&d.default.defined(o)&&(t.dataMin>=o?s=o:t.dataMax<=o&&(a=o)),{dataMin:t.dataMin,dataMax:t.dataMax,min:d.default.pick(e.min,n,s,t.dataMin),max:d.default.pick(e.max,i,a,t.dataMax)}},setTickIntervalPreHook:function(t){var e=t.options,n=this.getExtremes(t),i=t.chart;if(this.properties.isEmpty)this.handleNoData(e);else{var o=new s.default(i.renderer),a=void 0,c=Math.abs(n.max-n.min);a=this.isVertical?e.tickInterval||e.tickPixelInterval/i.plotHeight*c:e.tickInterval||e.tickPixelInterval/i.plotWidth*c,this.isLogScale()?r.default.isNumber(n.min)&&r.default.isNumber(n.max)&&n.min>=0&&l.absPowerTen(n.max)<1?e.tickPositions=[0,l.absLogBaseTen(.01),l.absLogBaseTen(.1),l.absLogBaseTen(1)]:(e.tickPositions=void 0,e.tickInterval=1):this.checkMajorUnitFit(a,n,e,o,i),this.includeZero?this.enforceIncludeZero(e,n):this.adjustAxisRange(e,n,a),!1!==e.allowDecimals&&this.enforceIntegerMajorUnit(e,n),o.destroy()}},checkMajorUnitFit:function(t,e,n,i,r){var o=Math.abs(e.max-e.min),s=this.isVertical?r.plotHeight:r.plotWidth,a=t*s/o,c=Math.max(Math.abs(e.min),Math.abs(e.max)),l=this.isVertical?5:15,u=parseInt(n.labels.style.fontSize.split("px")[0],10),d=function(t){return t*o/s};if(this.isVertical){var h=i.predictTextHeight(this.formatValue(c),u);a<h+2*l&&(n.tickInterval=Math.ceil(d(h+2*l)))}else{var p=i.predictTextWidth(this.formatValue(c),u)+2*l;if(a<p||a>2*p){var f=d(p),m=Math.pow(10,Math.floor(Math.log(f)/Math.LN10));n.tickInterval=this.fitTickIntervalToWidth(f,null,m,n.allowDecimals)}}},determineIncludeZero:function(){if(a.normalizeBoolean(this.properties["axis.includeZero"]))return!0;if(this.isLogScale()){var t=parseFloat(this.properties["axis.minimumNumber"]),e=parseFloat(this.properties["axis.maximumNumber"]);if((r.default.isNaN(t)||t<=0)&&(r.default.isNaN(e)||e>=0))return!0}return!1},enforceIncludeZero:function(t,e){e.min||e.max?e.min>=0?(t.min=0,t.minPadding=0):e.max<=0&&(t.max=0,t.maxPadding=0):this.handleNoData(t)},adjustAxisRange:function(t,e,n){!this.hasExplicitMin&&r.default.isUndefined(this.sharedMin)&&delete t.min,!this.hasExplicitMax&&r.default.isUndefined(this.sharedMax)&&delete t.max,e.dataMin||e.dataMax||this.hasExplicitMax||this.hasExplicitMin?e.min>e.dataMax&&e.min>0&&!this.hasExplicitMax?t.max=this.isLogScale()?e.min+2:2*e.min:e.max<e.dataMin&&e.max<0&&!this.hasExplicitMin?t.min=this.isLogScale()?e.max-2:2*e.max:(e.dataMin>=0&&e.dataMin<=n&&(this.hasExplicitMin||(t.min=0),t.minPadding=0),e.dataMax<=0&&e.dataMax>=-1*n&&(this.hasExplicitMax||(t.max=0),t.maxPadding=0)):this.handleNoData(t)},handleNoData:function(t){var e=this.isLogScale();t.min=r.default.isUndefined(this.sharedMin)?0:this.sharedMin,t.max=r.default.isUndefined(this.sharedMax)?e?2:100:this.sharedMax,e&&(t.tickInterval=1)},enforceIntegerMajorUnit:function(t,e){e.max-e.min>=10&&(t.allowDecimals=!1)},fitTickIntervalToWidth:function(t,e,n,i){var r=t/n;if(e||(e=[1,2,2.5,5,10,20],!1===i&&(1===n?e=[1,2,5,10]:n<=.1&&(e=[1/n]))),1===e.length)t=e[0];else for(var o=0;o<e.length-1;o++)if(t=e[o],r<=(e[o]+(e[o+1]||e[o]))/2){t=e[o+1];break}return t*=n,this.hasExplicitMajorUnit?Math.max(l.parseFloat(this.properties["axisLabels.majorUnit"]),t):t}}),i.default.extend(m,{formatNumber:function(t){t=l.parseFloat(t);var e=Math.abs(t);if(e>0&&e<1e-6)return o.default.format_scientific(t,"#.###E0");var n=l.getDecimalPrecision(t),i="#,##0.";return(0,r.default)(n).times((function(){i+="#"})),t+=Math.pow(10,-1*n-1),o.default.format_decimal(t,i)}}),e.default=m,t.exports=e.default},function(t,e,n){var i=n(243);"string"==typeof i&&(i=[[t.i,i,""]]);var r={transform:void 0};n(101)(i,r);i.locals&&(t.exports=i.locals)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=a(n(1)),o=(a(n(8)),n(2)),s=a(n(37));function a(t){return t&&t.__esModule?t:{default:t}}function c(t){s.default.call(this,t)}(0,o.inherit)(c,s.default),i.default.extend(c.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["seriesSpacing"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),DEFAULT_COLUMN_SPACING:.01,DEFAULT_COLUMN_GROUP_SPACING:.05,DEFAULT_BAR_SPACING:.02,DEFAULT_BAR_GROUP_SPACING:.05,getConfig:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return i.default.extend(!0,{},s.default.prototype.getConfig.apply(this,e),{lineWidth:0,states:{hover:{lineWidthPlus:0}}})},destroy:function(){this.unSelectPoint(),s.default.prototype.destroy.call(this)},highlightPoint:function(t){this.unHighlight(),this.selectPoint(t)},unHighlightPoint:function(){this.highlight(),this.unSelectPoint()},handlePointMouseOver:function(t){s.default.prototype.handlePointMouseOver.call(this,t),this.highlightPoint(t)},handlePointMouseOut:function(t){s.default.prototype.handlePointMouseOut.call(this,t),this.unHighlightPoint(t)},highlight:function(){var t=this;s.default.prototype.highlight.call(this),this.hcSeries&&this.hcSeries.data.forEach((function(e){e.graphic&&e.graphic.attr({fill:t.getColor(),"stroke-width":0})}))},unHighlight:function(){var t=this;s.default.prototype.unHighlight.call(this),this.unSelectPoint(),this.hcSeries.points.forEach((function(e){e&&e.graphic&&e.graphic.attr({fill:t.UNHIGHLIGHTED_COLOR,stroke:t.UNHIGHLIGHTED_BORDER_COLOR,"stroke-width":1})}))},selectPoint:function(t){var e=this.hcSeries.data[t.index].shapeArgs,n=this.hcSeries.chart.renderer,i=this.hcSeries.group;this.selectedPointGraphic=n.rect(e.x,e.y,e.width,e.height).attr({fill:this.getColor(),zIndex:1}).add(i)},unSelectPoint:function(){this.selectedPointGraphic&&(this.selectedPointGraphic.destroy(),this.selectedPointGraphic=null)},computeColumnSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_COLUMN_SPACING:e*this.DEFAULT_COLUMN_SPACING},computeColumnGroupSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_COLUMN_GROUP_SPACING:this.DEFAULT_COLUMN_GROUP_SPACING*(1+e)},computeBarSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_BAR_SPACING:e*this.DEFAULT_BAR_SPACING},computeBarGroupSpacing:function(t){var e=parseFloat(t);return(0,r.default)(e).isNaN()?this.DEFAULT_BAR_GROUP_SPACING:this.DEFAULT_BAR_GROUP_SPACING*(1+e)}}),e.default=c,t.exports=e.default},function(t,e){t.exports={}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=u(n(9)),r=u(n(0)),o=u(n(1)),s=n(2),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(3)),c=n(4),l=u(n(61));function u(t){return t&&t.__esModule?t:{default:t}}function d(t){l.default.call(this,t);var e=(0,c.getThemeProperty)("SERIES_UNHIGHLIGHT_COLOR_PALETTE");e&&e.length>0&&(this.UNHIGHLIGHTED_COLOR=e[+this.id.replace("series_","")%e.length]),this.hasHollowMarkers="hollow"===this.properties.markerStyle,this.showMarkers=a.normalizeBoolean(this.properties.showMarkers,!1)}(0,s.inherit)(d,l.default),r.default.extend(d.prototype,{CHARTING_PROPERTY_WHITELIST:o.default.union(["showMarkers"],l.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"line",highlight:function(){if(l.default.prototype.highlight.call(this),this.hcSeries.graph){var t=this.getColor();this.hcSeries.graph.attr({stroke:t,"stroke-opacity":this.HIGHLIGHTED_OPACITY})}(0,o.default)(this.hcSeries.data).each(this.highlightPoint,this)},unHighlight:function(){l.default.prototype.unHighlight.call(this),this.hcSeries.graph&&this.hcSeries.graph.attr("stroke",this.UNHIGHLIGHTED_COLOR),(0,o.default)(this.hcSeries.data).each(this.unHighlightPoint,this)},highlightPoint:function(t){var e=this.getColor();t&&t.graphic&&(this.showMarkers&&this.hasHollowMarkers?t.graphic.attr("stroke",e).attr("fill",this.properties["chart.backgroundColor"]||(0,c.getThemeProperty)("DEFAULT_BACKGROUND_COLOR")):t.graphic.attr("fill",e))},unHighlightPoint:function(t){t&&t.graphic&&(this.showMarkers&&this.hasHollowMarkers?t.graphic.attr("stroke",this.UNHIGHLIGHTED_COLOR).attr("fill",this.properties["chart.backgroundColor"]||(0,c.getThemeProperty)("DEFAULT_BACKGROUND_COLOR")):t.graphic.attr("fill",this.UNHIGHLIGHTED_COLOR))},handlePointMouseOver:function(t){if(l.default.prototype.handlePointMouseOver.call(this),this.showMarkers&&this.hasHollowMarkers){var e=this.getColor(),n=t.index;this.hcSeries.points[n].graphic.attr("fill",e)}},bringToFront:function(){l.default.prototype.bringToFront.call(this),this.showMarkers&&this.hasHollowMarkers&&this.hcSeries.markerGroup&&this.hcSeries.markerGroup.toFront()},translatePostHook:function(){if(this.hcSeries){var t=this.hcSeries.chart,e=this.hcSeries.xAxis,n=this.hcSeries.points;if(Math.round(e.min)===Math.round(e.max)&&"line"===this.hcSeries.options.type)if(o.default.any(t.series,(function(t){return"column"===t.options.type}))){var i=Math.round(e.min);n[i-1]&&(n[i-1].plotX=n[i].plotX-e.width),n[i+1]&&(n[i+1].plotX=n[i].plotX+e.width)}}},getConfig:function(){var t=this.getName(),e=a.stringToObject(this.properties.fieldDashStyles||"{}"),n=this.getColor(),s=parseFloat(this.properties.lineWidth)||(0,c.getThemeProperty)("LINE_DEFAULT_LINE_WIDTH")||2,u=l.default.prototype.getConfig.call(this),d=(0,i.default)({enabled:this.showMarkers},this.showMarkers&&this.hasHollowMarkers&&{fillColor:this.properties["chart.backgroundColor"]||(0,c.getThemeProperty)("DEFAULT_BACKGROUND_COLOR"),lineColor:n,lineWidth:s,radius:1.25*s});return r.default.extend(u,{connectNulls:"connect"===this.properties.nullValueMode,marker:d,stacking:this.STACK_MODE_MAP.default,zIndex:2,translatePostHook:(0,o.default)(this.translatePostHook).bind(this),dashStyle:e.hasOwnProperty(t)?e[t]:this.properties.dashStyle,lineWidth:s,type:a.normalizeBoolean(this.properties.enableLineSmoothing,!1)?"spline":"line"}),u}}),e.default=d,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=a(n(1)),o=n(2),s=a(n(37));function a(t){return t&&t.__esModule?t:{default:t}}function c(t){s.default.call(this,t)}(0,o.inherit)(c,s.default),i.default.extend(c.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["lineStyle","nullValueMode"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),HIGHLIGHTED_OPACITY:1,getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.dashStyle="dashed"===this.properties.lineStyle?"Dash":"Solid",t.pointPlacement=this.properties.pointPlacement,t.drawPointsPreHook=(0,r.default)(this.drawPointsPreHook).bind(this),t},handlePointMouseOver:function(t){s.default.prototype.handlePointMouseOver.call(this,t),this.highlight()},drawPointsPreHook:function(t){if("zero"!==this.properties.nullValueMode)if(t.options.connectNulls){var e=r.default.filter(t.data,(function(t){return!t.isNull}));1===e.length&&e[0].update({marker:{enabled:!0,radius:4,states:{normal:{opacity:1}}}},!1)}else t.data.forEach((function(e,n){if(!e.isNull){var i=t.data[n-1],r=t.data[n+1];i&&!i.isNull||r&&!r.isNull||e.update({marker:{enabled:!0,radius:4,states:{normal:{opacity:1}}}},!1)}}))}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=d(n(0)),r=d(n(1)),o=n(2),s=u(n(7)),a=u(n(3)),c=u(n(5)),l=d(n(61));function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function d(t){return t&&t.__esModule?t:{default:t}}function h(t){l.default.call(this,t),this.UNHIGHLIGHTED_LINE_COLOR=s.addAlphaToColor(this.UNHIGHLIGHTED_BASE_COLOR,this.UNHIGHLIGHTED_LINE_OPACITY)}(0,o.inherit)(h,l.default),i.default.extend(h.prototype,{HIGHLIGHTED_OPACITY:.75,UNHIGHLIGHTED_LINE_OPACITY:.4,CHARTING_PROPERTY_WHITELIST:r.default.union(["showLines","areaFillOpacity"],l.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"area",processProperties:function(){var t=c.parseFloat(this.properties.areaFillOpacity);this.fillOpacity=t<=1&&t>=0?t:this.HIGHLIGHTED_OPACITY,this.lineWidth=parseFloat(this.properties.areaLineWidth)||1,this.lineJoin=this.properties.areaLineCap||"round",this.lineCap=this.properties.areaLineCap||"butt"},getConfig:function(){var t=l.default.prototype.getConfig.call(this);return t.fillOpacity=this.fillOpacity,t.connectNulls="connect"===this.properties.nullValueMode,t.lineWidth=a.normalizeBoolean(this.properties.showLines,!0)?this.lineWidth:0,t.getStackPointsPreHook=(0,r.default)(this.getStackPointsPreHook).bind(this),t.setStackedPointsPostHook=(0,r.default)(this.setStackedPointsPostHook).bind(this),t.type=a.normalizeBoolean(this.properties.enableLineSmoothing,!1)?"areaspline":"area",t},onChartLoadOrRedraw:function(t){l.default.prototype.onChartLoadOrRedraw.call(this,t),this.hasLines=this.hcSeries.options.lineWidth>0,this.hcSeries.area.attr("fill-opacity",this.fillOpacity),this.hcSeries.graph&&this.lineJoin&&this.lineCap&&this.hcSeries.graph.attr({"stroke-linejoin":this.lineJoin,"stroke-linecap":this.lineCap})},highlight:function(){l.default.prototype.highlight.call(this);var t=this.getColor();this.hcSeries.area.attr({fill:t,"fill-opacity":this.fillOpacity}),this.hcSeries.graph&&this.hasLines&&this.hcSeries.graph.attr({stroke:t,"stroke-opacity":1}),(0,r.default)(this.hcSeries.data).each(this.highlightPoint,this)},unHighlight:function(){l.default.prototype.unHighlight.call(this),this.hcSeries.area.attr({fill:this.UNHIGHLIGHTED_COLOR}),this.hcSeries.graph&&this.hasLines&&this.hcSeries.graph.attr("stroke",this.UNHIGHLIGHTED_LINE_COLOR),(0,r.default)(this.hcSeries.data).each(this.unHighlightPoint,this)},highlightPoint:function(t){var e=this.getColor();t&&t.graphic&&t.graphic.attr("fill",e)},unHighlightPoint:function(t){t&&t.graphic&&t.graphic.attr("fill",this.UNHIGHLIGHTED_COLOR)},getStackPointsPreHook:function(t,e){return e=e||t.points,t.options.stacking&&e.forEach((function(t){t.leftNull=null,t.rightNull=null})),e},setStackedPointsPostHook:function(t){if(void 0!==t.yAxis&&void 0!==t.yAxis.stacks&&void 0!==t.yAxis.stacks.area){var e=t.yAxis.stacks.area,n=t.processedYData,i=[];if(n.forEach((function(t,e){null===t&&i.push(e)})),0!==i.length){var r=t.processedXData,o=void 0;i.forEach((function(n){var i=r[n];o=t.getStackIndicator(o,i,t.index);var s=e[i];s.points[o.key]=null,s.points[t.index]=null}))}}}}),e.default=h,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=y(n(0)),r=y(n(1)),o=y(n(8)),s=y(n(15)),a=y(n(11)),c=n(2),l=g(n(3)),u=g(n(98)),d=g(n(5)),h=g(n(7)),p=n(32),f=y(n(99)),m=y(n(44));function g(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function y(t){return t&&t.__esModule?t:{default:t}}function b(t,e){f.default.call(this,t,e),this.$hcContainer=(0,i.default)("<div />").addClass("highcharts-container").appendTo(this.container),this.elements={},this.hasRendered=!1,this.needsRedraw=!0}(0,c.inherit)(b,f.default),i.default.extend(b.prototype,{WINDOW_RESIZE_DELAY:100,EXPORT_HEIGHT:400,EXPORT_WIDTH:600,MIN_GAUGE_HEIGHT:25,RESIZED_GAUGE_HEIGHT:200,DEFAULT_COLORS:[h.hexFromColor(p.COLORS.SEMANTIC_SUCCESS),h.hexFromColor(p.COLORS.SEMANTIC_WARNING),h.hexFromColor(p.COLORS.SEMANTIC_ERROR)],DEFAULT_RANGES:[0,30,70,100],MAX_TICKS_PER_RANGE:10,showValueByDefault:!0,showMinorTicksByDefault:!0,getFieldList:function(){return[]},getWidth:function(){var t=f.default.prototype.getWidth.call(this);return this.exportMode?t||this.EXPORT_WIDTH:t},getHeight:function(){var t=f.default.prototype.getHeight.call(this);return this.exportMode?t||this.EXPORT_HEIGHT:t=t<this.MIN_GAUGE_HEIGHT?this.RESIZED_GAUGE_HEIGHT:t},prepare:function(t,e){var n=i.default.extend([],this.ranges);f.default.prototype.prepare.call(this,t,e),l.arraysAreEquivalent(n,this.ranges)||(this.needsRedraw=!0)},handleDraw:function(t){this.needsRedraw?(this.teardownGauge(),this.renderer=new o.default.Renderer(this.$hcContainer[0],this.getWidth(),this.getHeight()),this.renderer.setStyle({fontFamily:p.FONT_FAMILY,fontSize:p.FONT_SIZE}),this.formatter=new a.default(this.renderer),this.$container.css("backgroundColor",this.backgroundColor),this.renderGauge(),this.hasRendered=!0,this.testMode&&(u.gaugeAddTestingMetadata(this,this.elements,this.getClassName(),this.value),u.createGlobalReference(this,this.getChartObject())),this.needsRedraw=!1,this.cacheDrawnDimensions()):this.updateValue(this.previousValue||0,this.value),t(this)},setSize:function(t,e){this.hasRendered&&(this.teardownGauge(),this.renderer=new o.default.Renderer(this.$hcContainer[0],t,e),this.formatter=new a.default(this.renderer),this.renderGauge(),this.testMode&&u.gaugeAddTestingMetadata(this,this.elements,this.getClassName(),this.value),this.hasRendered=!0,this.cacheDrawnDimensions())},destroy:function(){this.teardownGauge(),this.$hcContainer.remove()},teardownGauge:function(){var t=void 0;for(t in this.stopWobble(),this.$container.stop(),this.elements)this.elements.hasOwnProperty(t)&&this.elements[t].destroy();this.renderer&&this.renderer.destroy(),this.formatter&&this.formatter.destroy(),this.elements={},this.$hcContainer.empty(),this.$container.css("backgroundColor",""),this.hasRendered=!1},getSVG:function(){return this.$container.find("svg").eq(0).parent().html()},processProperties:function(){f.default.prototype.processProperties.call(this),this.colors=this.computeColors(),this.colorPalette=new m.default(this.colors,!0),this.ranges=this.computeRanges(),this.previousValue=this.value,this.value=this.computeValue(),this.majorUnit=parseInt(this.properties["chart.majorUnit"],10)||null,this.showMajorTicks=l.normalizeBoolean(this.properties["chart.showMajorTicks"],!0),this.showMinorTicks=l.normalizeBoolean(this.properties["chart.showMinorTicks"],this.showMinorTicksByDefault),this.showLabels=l.normalizeBoolean(this.properties["chart.showLabels"],!0),this.showValue=l.normalizeBoolean(this.properties["chart.showValue"],this.showValueByDefault),this.showRangeBand=l.normalizeBoolean(this.properties["chart.showRangeBand"],!0),this.usePercentageRange=l.normalizeBoolean(this.properties["chart.usePercentageRange"]),this.usePercentageValue=l.normalizeBoolean(this.properties["chart.usePercentageValue"]),this.isShiny="minimal"!==this.properties["chart.style"]},computeColors:function(){var t=l.stringToHexArray(this.properties["chart.gaugeColors"]||this.properties.gaugeColors);return t&&t.length>0?t:this.DEFAULT_COLORS},computeRanges:function(){var t=this,e=void 0,n=l.stringToArray(this.properties["chart.rangeValues"]);if(n&&n.length>1)e=n;else{var i=this.dataSet.allDataFields();e=(0,r.default)(i.slice(1)).map((function(e){return t.dataSet.getSeries(e)[0]}))}var o=-1/0,s=[];return(0,r.default)(e).each((function(t){var e=d.parseFloat(t);!(0,r.default)(e).isNaN()&&e>o&&(s.push(e),o=e)})),s.length>1?s:this.DEFAULT_RANGES},computeValue:function(){var t=this.dataSet.allDataFields();return t.length>0&&d.parseFloat(this.dataSet.getSeries(t[0])[0])||0},updateValue:function(t,e){if(t!==e){if(this.shouldAnimateTransition(t,e)&&(this.stopWobble(),this.animateTransition(t,e,(0,r.default)(this.drawIndicator).bind(this),(0,r.default)(this.onAnimationFinished).bind(this))),this.showValue){var n=this.formatValue(e);this.updateValueDisplay(n)}this.testMode&&u.gaugeUpdate(this.$container,e)}},shouldAnimateTransition:function(t,e){return this.normalizedTranslateValue(t)!==this.normalizedTranslateValue(e)},drawTicks:function(){var t=void 0,e=void 0,n=void 0,r=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE);for(t=0;t<r.length;t++)e=this.translateValue(r[t]),this.showMajorTicks&&(this.elements["tickMark_"+r[t]]=this.drawMajorTick(e)),this.showLabels&&(n=this.formatTickLabel(r[t]),this.elements["tickLabel_"+r[t]]=this.drawMajorTickLabel(e,n));if(this.showLabels&&(r=this.removeTicksIfOverlap(r)),this.showMinorTicks){var o=(r[1]-r[0])/this.minorsPerMajor;for(t=this.usePercentageRange?this.ranges[0]:r[0]-Math.floor((r[0]-this.ranges[0])/o)*o;t<=this.ranges[this.ranges.length-1];t+=o)(!this.showMajorTicks||i.default.inArray(t,r)<0)&&(e=this.translateValue(t),this.elements["minorTickMark_"+t]=this.drawMinorTick(e))}},removeTicksIfOverlap:function(t){for(;t.length>2&&this.tickLabelsOverlap(t);)t=this.removeEveryOtherTick(t);return t},tickLabelsOverlap:function(t){var e=void 0,n=void 0,i=void 0,r=this.renderer,o=function(t){return t.bBox?t.bBox:(r.cache={},t.getBBox())};for(e=0;e<t.length-1;e++)if(n=this.elements["tickLabel_"+t[e]],i=this.elements["tickLabel_"+t[e+1]],this.formatter.bBoxesOverlap(o(n),o(i),3,1))return!0;return!1},removeEveryOtherTick:function(t){var e=void 0,n=[];for(e=0;e<t.length;e++)e%2==0?n.push(t[e]):(this.elements["tickMark_"+t[e]]&&(this.elements["tickMark_"+t[e]].destroy(),delete this.elements["tickMark_"+t[e]]),this.elements["tickLabel_"+t[e]]&&(this.elements["tickLabel_"+t[e]].destroy(),delete this.elements["tickLabel_"+t[e]]));return n},animateTransition:function(t,e,n,i){var r=e-t,o={duration:500,step:function(e){n(t+e)}};i&&(o.complete=function(){i(e)}),this.$container.stop(!0,!0).css({"animation-progress":0}).animate({"animation-progress":r},o)},onAnimationFinished:function(t){this.checkOutOfRange(t)},checkOutOfRange:function(t){var e=void 0,n=void 0;t<this.ranges[0]?(n=.005*(this.ranges[this.ranges.length-1]-this.ranges[0]),e=this.ranges[0]+n,this.wobble(e,n,this.drawIndicator)):t>this.ranges[this.ranges.length-1]&&(n=.005*(this.ranges[this.ranges.length-1]-this.ranges[0]),e=this.ranges[this.ranges.length-1]-n,this.wobble(e,n,this.drawIndicator))},formatValue:function(t){return this.usePercentageValue?this.formatPercent((t-this.ranges[0])/(this.ranges[this.ranges.length-1]-this.ranges[0])):this.formatNumber(t)},formatTickLabel:function(t){return this.usePercentageRange?this.formatPercent((t-this.ranges[0])/(this.ranges[this.ranges.length-1]-this.ranges[0])):this.formatNumber(t)},formatNumber:function(t){var e=parseFloat(t),n=Math.abs(e);return n>=1e9||0!==n&&n<.001?s.default.format_scientific(e,"#.###E0"):s.default.format_decimal(e)},formatPercent:function(t){return s.default.format_percent(t)},wobble:function(t,e,n){var i=this,r=0;this.wobbleInterval=setInterval((function(){var o=t+(r%3-1)*e;n.call(i,o),r=(r+1)%3}),75)},stopWobble:function(){clearInterval(this.wobbleInterval)},predictTextWidth:function(t,e){return this.formatter.predictTextWidth(t,e)},calculateTickValues:function(t,e,n){var i=void 0,r=e-t,o=r/(n-1),s=d.nearestPowerOfTen(o),a=[];if(this.usePercentageRange)for(s=this.majorUnit&&!isNaN(this.majorUnit)?Math.abs(this.majorUnit):10,i=0;i<=100;i+=s)a.push(t+i/100*r);else for(this.majorUnit&&!isNaN(this.majorUnit)?s=Math.abs(this.majorUnit):(r/s>n&&(s*=2),r/s>n&&(s*=2.5),r/s>n&&(s*=2)),i=this.usePercentageRange?t:t>=0?0:t-t%s;i<=e;i+=s)i>=t&&a.push(parseFloat(i.toFixed(14)));return a},getColorByIndex:function(t){return h.colorFromHex(this.colorPalette.getColor(null,t,this.ranges.length-1))},getChartObject:function(){return{series:[{data:[{y:this.value,onMouseOver:function(){}}]}]}},renderGauge:function(){this.updateDimensions()},translateValue:function(){},normalizedTranslateValue:function(){}}),e.default=b,t.exports=e.default},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/logger.js")},function(t,e,n){var i=n(16);t.exports=function(t){return"function"==typeof t?t:i}},function(t,e,n){var i=n(123),r=n(69)(i);t.exports=r},function(t,e,n){var i=n(23),r=n(17);t.exports=function(t){if(!r(t))return!1;var e=i(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(e,n(127))},function(t,e){var n=Date.now;t.exports=function(t){var e=0,i=0;return function(){var r=n(),o=16-(r-i);if(i=r,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}},function(t,e,n){var i=n(16),r=n(71),o=r?function(t,e){return r.set(t,e),t}:i;t.exports=o},function(t,e,n){var i=n(135),r=i&&new i;t.exports=r},function(t,e,n){var i=n(73),r=n(74),o=n(138),s=n(24),a=n(75),c=n(43),l=n(153),u=n(25),d=n(6);t.exports=function t(e,n,h,p,f,m,g,y,b,M){var v=128&n,_=1&n,x=2&n,L=24&n,A=512&n,w=x?void 0:s(e);return function T(){for(var k=arguments.length,S=Array(k),O=k;O--;)S[O]=arguments[O];if(L)var j=c(T),z=o(S,j);if(p&&(S=i(S,p,f,L)),m&&(S=r(S,m,g,L)),k-=z,L&&k<M){var C=u(S,j);return a(e,n,t,T.placeholder,h,S,C,y,b,M-k)}var D=_?h:this,P=x?D[e]:e;return k=S.length,y?S=l(S,y):A&&k>1&&S.reverse(),v&&b<k&&(S.length=b),this&&this!==d&&this instanceof T&&(P=w||s(P)),P.apply(D,S)}}},function(t,e){var n=Math.max;t.exports=function(t,e,i,r){for(var o=-1,s=t.length,a=i.length,c=-1,l=e.length,u=n(s-a,0),d=Array(l+u),h=!r;++c<l;)d[c]=e[c];for(;++o<a;)(h||o<s)&&(d[i[o]]=t[o]);for(;u--;)d[c++]=t[o++];return d}},function(t,e){var n=Math.max;t.exports=function(t,e,i,r){for(var o=-1,s=t.length,a=-1,c=i.length,l=-1,u=e.length,d=n(s-c,0),h=Array(d+u),p=!r;++o<d;)h[o]=t[o];for(var f=o;++l<u;)h[f+l]=e[l];for(;++a<c;)(p||o<s)&&(h[f+i[a]]=t[o++]);return h}},function(t,e,n){var i=n(139),r=n(79),o=n(80);t.exports=function(t,e,n,s,a,c,l,u,d,h){var p=8&e;e|=p?32:64,4&(e&=~(p?64:32))||(e&=-4);var f=[t,e,a,p?c:void 0,p?l:void 0,p?void 0:c,p?void 0:l,u,d,h],m=n.apply(void 0,f);return i(t)&&r(m,f),m.placeholder=s,o(m,t,e)}},function(t,e,n){var i=n(71),r=n(140),o=i?function(t){return i.get(t)}:r;t.exports=o},function(t,e,n){var i=n(40),r=n(42);function o(t,e){this.__wrapped__=t,this.__actions__=[],this.__chain__=!!e,this.__index__=0,this.__values__=void 0}o.prototype=i(r.prototype),o.prototype.constructor=o,t.exports=o},function(t,e){t.exports=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e}},function(t,e,n){var i=n(70),r=n(69)(i);t.exports=r},function(t,e,n){var i=n(145),r=n(146),o=n(66),s=n(147);t.exports=function(t,e,n){var a=e+"";return o(t,r(a,s(i(a),n)))}},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i&&!1!==e(t[n],n,t););return t}},function(t,e){var n=/^(?:0|[1-9]\d*)$/;t.exports=function(t,e){var i=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==i||"symbol"!=i&&n.test(t))&&t>-1&&t%1==0&&t<e}},function(t,e){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},function(t,e,n){var i=n(67),r=n(83);t.exports=function(t){return null!=t&&r(t.length)&&!i(t)}},function(t,e){t.exports=n("./node_modules/@splunk/moment/index.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/field.js")},function(t,e,n){var i=n(188);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e,n){var i=n(46),r=n(19).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(192),r=n(97);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(91),r=n(49);t.exports=function(t){return i(r(t))}},function(t,e,n){var i=n(92);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(50),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(20),r=n(19),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(95)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!0},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/testing.js")},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=l(n(0)),r=l(n(1)),o=n(7),s=n(3),a=n(4),c=l(n(10));function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){this.container=t,this.$container=(0,i.default)(t),this.properties=i.default.extend(!0,{},e),this.id=r.default.uniqueId("viz_"),this._isDirty=!1,this.updateDimensions(),this.lastDrawnWidth=null,this.lastDrawnHeight=null,this.benchmarks=[]}u.prototype=i.default.extend({},c.default,{requiresExternalColors:!1,getWidth:function(){return this.$container.width()},getHeight:function(){return this.$container.height()},getCurrentDisplayProperties:function(){return this.properties},isDirty:function(){return this._isDirty},updateDimensions:function(){this.width=this.getWidth(),this.height=this.getHeight()},cacheDrawnDimensions:function(){this.lastDrawnWidth=this.width,this.lastDrawnHeight=this.height},getClassName:function(){return this.type+"-chart"},prepare:function(t,e){var n=i.default.extend(!0,{},this.properties);e&&(i.default.extend(!0,this.properties,e),r.default.isEqual(this.properties,n)||(this._isDirty=!0)),this.dataSet=t,this.updateDimensions(),this.processProperties()},draw:function(t){var e=this,n=i.default.Deferred();return this.handleDraw((function(){e._isDirty=!1,t&&t.apply(void 0,arguments),n.resolve.apply(n,arguments)})),n},prepareAndDraw:function(t,e,n){return this.prepare(t,e),this.draw(n)},requiresExternalColorPalette:function(){return this.requiresExternalColors},processProperties:function(){this.type=this.properties.chart||"column",this.backgroundColor=this.properties["chart.backgroundColor"]||this.properties.backgroundColor||(0,a.getThemeProperty)("DEFAULT_BACKGROUND_COLOR"),this.foregroundColor=this.properties["chart.foregroundColor"]||this.properties.foregroundColor||(0,a.getThemeProperty)("DEFAULT_FOREGROUND_COLOR"),this.fontColor=this.properties["chart.fontColor"]||this.properties.fontColor||(0,a.getThemeProperty)("DEFAULT_FONT_COLOR"),this.foregroundColorSoft=(0,o.addAlphaToColor)(this.foregroundColor,.25),this.foregroundColorSofter=(0,o.addAlphaToColor)(this.foregroundColor,.15),(this.properties["chart.foregroundColor"]||this.properties.foregroundColor)&&(this.axisColorSoft=this.foregroundColorSoft,this.axisColorSofter=this.foregroundColorSofter),this.testMode=(0,s.normalizeBoolean)(this.properties["chart.testMode"])||(0,s.normalizeBoolean)(this.properties.testMode),this.exportMode=(0,s.normalizeBoolean)(this.properties["chart.exportMode"])||(0,s.normalizeBoolean)(this.properties.exportMode)},resize:function(){this.updateDimensions(),this.width&&this.height&&(this.width!==this.lastDrawnWidth||this.height!==this.lastDrawnHeight)&&this.setSize(this.width,this.height)},handleDraw:function(){},destroy:function(){},getSVG:function(){},highlight:function(){},unHighlight:function(){},benchmark:function(t){if(this.testMode)if(0===this.benchmarks.length)this.benchmarks.push([t,(new Date).getTime()]);else{var e=(0,r.default)(this.benchmarks).reduce((function(t,e){return t+e[1]}),0);this.benchmarks.push([t,(new Date).getTime()-e])}}}),e.default=u,t.exports=e.default},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/dom.js")},function(t,e,n){var i,r,o={},s=(i=function(){return window&&document&&document.all&&!window.atob},function(){return void 0===r&&(r=i.apply(this,arguments)),r}),a=function(t){var e={};return function(n){return void 0===e[n]&&(e[n]=t.call(this,n)),e[n]}}((function(t){return document.querySelector(t)})),c=null,l=0,u=[],d=n(240);function h(t,e){for(var n=0;n<t.length;n++){var i=t[n],r=o[i.id];if(r){r.refs++;for(var s=0;s<r.parts.length;s++)r.parts[s](i.parts[s]);for(;s<i.parts.length;s++)r.parts.push(b(i.parts[s],e))}else{var a=[];for(s=0;s<i.parts.length;s++)a.push(b(i.parts[s],e));o[i.id]={id:i.id,refs:1,parts:a}}}}function p(t,e){for(var n=[],i={},r=0;r<t.length;r++){var o=t[r],s=e.base?o[0]+e.base:o[0],a={css:o[1],media:o[2],sourceMap:o[3]};i[s]?i[s].parts.push(a):n.push(i[s]={id:s,parts:[a]})}return n}function f(t,e){var n=a(t.insertInto);if(!n)throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");var i=u[u.length-1];if("top"===t.insertAt)i?i.nextSibling?n.insertBefore(e,i.nextSibling):n.appendChild(e):n.insertBefore(e,n.firstChild),u.push(e);else{if("bottom"!==t.insertAt)throw new Error("Invalid value for parameter 'insertAt'. Must be 'top' or 'bottom'.");n.appendChild(e)}}function m(t){if(null===t.parentNode)return!1;t.parentNode.removeChild(t);var e=u.indexOf(t);e>=0&&u.splice(e,1)}function g(t){var e=document.createElement("style");return t.attrs.type="text/css",y(e,t.attrs),f(t,e),e}function y(t,e){Object.keys(e).forEach((function(n){t.setAttribute(n,e[n])}))}function b(t,e){var n,i,r,o;if(e.transform&&t.css){if(!(o=e.transform(t.css)))return function(){};t.css=o}if(e.singleton){var s=l++;n=c||(c=g(e)),i=_.bind(null,n,s,!1),r=_.bind(null,n,s,!0)}else t.sourceMap&&"function"==typeof URL&&"function"==typeof URL.createObjectURL&&"function"==typeof URL.revokeObjectURL&&"function"==typeof Blob&&"function"==typeof btoa?(n=function(t){var e=document.createElement("link");return t.attrs.type="text/css",t.attrs.rel="stylesheet",y(e,t.attrs),f(t,e),e}(e),i=L.bind(null,n,e),r=function(){m(n),n.href&&URL.revokeObjectURL(n.href)}):(n=g(e),i=x.bind(null,n),r=function(){m(n)});return i(t),function(e){if(e){if(e.css===t.css&&e.media===t.media&&e.sourceMap===t.sourceMap)return;i(t=e)}else r()}}t.exports=function(t,e){if("undefined"!=typeof DEBUG&&DEBUG&&"object"!=typeof document)throw new Error("The style-loader cannot be used in a non-browser environment");(e=e||{}).attrs="object"==typeof e.attrs?e.attrs:{},e.singleton||(e.singleton=s()),e.insertInto||(e.insertInto="head"),e.insertAt||(e.insertAt="bottom");var n=p(t,e);return h(n,e),function(t){for(var i=[],r=0;r<n.length;r++){var s=n[r];(a=o[s.id]).refs--,i.push(a)}t&&h(p(t,e),e);for(r=0;r<i.length;r++){var a;if(0===(a=i[r]).refs){for(var c=0;c<a.parts.length;c++)a.parts[c]();delete o[a.id]}}}};var M,v=(M=[],function(t,e){return M[t]=e,M.filter(Boolean).join("\n")});function _(t,e,n,i){var r=n?"":i.css;if(t.styleSheet)t.styleSheet.cssText=v(e,r);else{var o=document.createTextNode(r),s=t.childNodes;s[e]&&t.removeChild(s[e]),s.length?t.insertBefore(o,s[e]):t.appendChild(o)}}function x(t,e){var n=e.css,i=e.media;if(i&&t.setAttribute("media",i),t.styleSheet)t.styleSheet.cssText=n;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(n))}}function L(t,e,n){var i=n.css,r=n.sourceMap,o=void 0===e.convertToAbsoluteUrls&&r;(e.convertToAbsoluteUrls||o)&&(i=d(i)),r&&(i+="\n/*# sourceMappingURL=data:application/json;base64,"+btoa(unescape(encodeURIComponent(JSON.stringify(r))))+" */");var s=new Blob([i],{type:"text/css"}),a=t.href;t.href=URL.createObjectURL(s),a&&URL.revokeObjectURL(a)}},function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1500 1500" width="10px" height="9px"><path d="M 750 0 c 203 0 397 82 532 218 136 135 218 329 218 532 0 210 -82 393 -218 529 -135 135 -329 221 -532 221 -210 0 -393 -86 -529 -221 C 86 1143 0 960 0 750 c 0 -203 86 -397 221 -532 C 357 82 540 0 750 0 z m 567 896 V 604 H 184 v 292 h 1133 z" fill="currentColor"></path></svg>'},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=o(n(0)),r=o(n(10));function o(t){return t&&t.__esModule?t:{default:t}}function s(t){return this.properties=t||{},this}s.prototype=i.default.extend({},r.default,{getConfig:function(){return{enabled:!0}}}),e.default=s,t.exports=e.default},function(t,e,n){"use strict";e.__esModule=!0;var i,r=n(251),o=(i=r)&&i.__esModule?i:{default:i};e.default=function(t){if(Array.isArray(t)){for(var e=0,n=Array(t.length);e<t.length;e++)n[e]=t[e];return n}return(0,o.default)(t)}},function(t,e,n){var i=n(29).f,r=n(31),o=n(12)("toStringTag");t.exports=function(t,e,n){t&&!r(t=n?t:t.prototype,o)&&i(t,o,{configurable:!0,value:e})}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=a(n(1)),o=n(2),s=a(n(37));function a(t){return t&&t.__esModule?t:{default:t}}function c(t){s.default.call(this,t)}(0,o.inherit)(c,s.default),i.default.extend(c.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["seriesSpacing"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),destroy:function(){this.unSelectPoint(),s.default.prototype.destroy.call(this)},handlePointMouseOver:function(t){s.default.prototype.handlePointMouseOver.call(this,t),this.selectPoint(t)},handlePointMouseOut:function(t){s.default.prototype.handlePointMouseOut.call(this,t),this.unSelectPoint(t)},selectPoint:function(t){var e=this.hcSeries.data[t.index];this.highlightPoint(e),(0,r.default)(this.hcSeries.data).chain().without(e).each(this.unHighlightPoint,this)},unSelectPoint:function(t){if(t){var e=this.hcSeries.data[t.index];(0,r.default)(this.hcSeries.data).chain().without(e).each(this.highlightPoint,this)}},highlight:function(){s.default.prototype.highlight.call(this),(0,r.default)(this.hcSeries.data).each(this.highlightPoint,this)},unHighlight:function(){s.default.prototype.unHighlight.call(this),(0,r.default)(this.hcSeries.data).each(this.unHighlightPoint,this)},highlightPoint:function(t){if(t.graphic){var e=this.getColor();t.graphic.attr({fill:e,"fill-opacity":this.HIGHLIGHTED_OPACITY,stroke:e})}},unHighlightPoint:function(t){t.graphic&&t.graphic.attr({fill:this.UNHIGHLIGHTED_COLOR,"stroke-width":1,stroke:this.UNHIGHLIGHTED_BORDER_COLOR})}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(9)),r=c(n(0)),o=c(n(1)),s=(c(n(8)),n(2)),a=c(n(58));function c(t){return t&&t.__esModule?t:{default:t}}function l(t){a.default.call(this,t)}(0,s.inherit)(l,a.default),r.default.extend(l.prototype,{type:"scatter",getConfig:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];var i=a.default.prototype.getConfig.apply(this,e);return i.renderPostHook=(0,o.default)(this.renderPostHook).bind(this),i},renderPostHook:function(t){t.group&&t.group.toFront()},selectPoint:function(t){var e=this.hcSeries.data[t.index],n=e.series;e.graphic&&e.graphic.attr({fill:this.getColor(),stroke:this.getColor()}),n.stateMarkerGraphic&&(this.selectedPointGraphic=n.stateMarkerGraphic,n.stateMarkerGraphic=null,(0,r.default)(this.selectedPointGraphic.element).insertBefore(n.tracker.element))},getTooltipRows:function(t){var e=[];return t.isMultiSeries&&e.push([t.labelSeriesName,(0,i.default)({text:t.seriesName},t.shouldColorizeTooltipData&&{color:t.seriesColor})]),t.markName&&e.push([t.markName,t.markValue]),e.push([t.xAxisName,t.xValue],[t.yAxisName,t.yValue]),e}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=a(n(1)),o=n(2),s=a(n(37));function a(t){return t&&t.__esModule?t:{default:t}}function c(t){s.default.call(this,t),this.nestedSeriesList=[]}(0,o.inherit)(c,s.default),i.default.extend(c.prototype,{normalizeProperties:function(t){return t},isDirty:function(){return(0,r.default)(this.nestedSeriesList).any((function(t){return t.isDirty()}))},dataIsDirty:function(){return(0,r.default)(this.nestedSeriesList).any((function(t){return t.dataIsDirty()}))},getFieldList:function(){return(0,r.default)(this.nestedSeriesList).invoke("getFieldList")},applyColorMapping:function(t){(0,r.default)(this.nestedSeriesList).invoke("applyColorMapping",t)},matchesName:function(t){return(0,r.default)(this.nestedSeriesList).any((function(e){return e.matchesName(t)}))},getConfig:function(){return(0,r.default)(this.nestedSeriesList).invoke("getConfig")},bindNestedSeries:function(){var t=this;(0,r.default)(this.nestedSeriesList).each((function(e){e.on("mouseover",(function(e,n,i){t.trigger(e,[n,i])})),e.on("mouseout",(function(e,n,i){t.trigger(e,[n,i])})),e.on("click",(function(e,n,i){t.trigger(e,[n,i])}))}))},handlePointMouseOver:function(t){var e=t.seriesName;(0,r.default)(this.nestedSeriesList).each((function(n){n.matchesName(e)?n.handlePointMouseOver(t):n.unHighlight()}))},handlePointMouseOut:function(t){var e=t.seriesName;(0,r.default)(this.nestedSeriesList).each((function(n){n.matchesName(e)?n.handlePointMouseOut(t):n.highlight()}))},handleLegendMouseOver:function(t){(0,r.default)(this.nestedSeriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOver(t):e.unHighlight()}))},handleLegendMouseOut:function(t){(0,r.default)(this.nestedSeriesList).each((function(e){e.matchesName(t)?e.handleLegendMouseOut(t):e.highlight()}))},onChartLoad:function(t){(0,r.default)(this.nestedSeriesList).invoke("onChartLoad",t)},onChartLoadOrRedraw:function(t){(0,r.default)(this.nestedSeriesList).invoke("onChartLoadOrRedraw",t)},redraw:function(t){(0,r.default)(this.nestedSeriesList).invoke("redraw",t)},destroy:function(){this.off(),(0,r.default)(this.nestedSeriesList).invoke("destroy")},bringToFront:function(){(0,r.default)(this.nestedSeriesList).invoke("bringToFront")},highlight:function(){(0,r.default)(this.nestedSeriesList).invoke("highlight")},unHighlight:function(){(0,r.default)(this.nestedSeriesList).invoke("unHighlight")}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=l(n(0)),r=l(n(1)),o=n(2),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(3)),a=l(n(27)),c=l(n(56));function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){a.default.call(this,t,e),this.properties["chart.nullValueMode"]="zero"}(0,o.inherit)(u,a.default),i.default.extend(u.prototype,{NUM_DIMENSION_FIELDS:2,TYPE:"scatter",initializeFields:function(){a.default.prototype.initializeFields.call(this);var t=this.dataSet.allDataFields();this.dataSet.fieldIsGroupby(t[0])&&(this.markField=t[0],t=t.slice(1)),t=r.default.difference(t,this.overlayFields),this.initializeNonMarkFields(t)},initializeNonMarkFields:function(t){this.showRegressionLine=this.properties["chart.showRegressionLine"],this.hasOverlay=!r.default.isNull(this.hasOverlayFields&&this.overlayFields.length);var e=this.hasLegend;t.length-this.overlayFields.length>this.NUM_DIMENSION_FIELDS?(this.isMultiSeries=!0,this.labelField=t[0],this.xField=t[1],this.yField=t[2],this.hasLegend="none"!==this.properties["legend.placement"]):(this.isMultiSeries=!1,this.xField=t[0],this.yField=t[1],this.hasLegend=!1),e!==this.hasLegend&&(this._isDirty=!0)},initializeDataLabels:function(){},isEmpty:function(){return(0,r.default)(this.xField).isUndefined()||(0,r.default)(this.yField).isUndefined()},hasTimeXAxis:function(){return!1},initializeSeriesPropertiesList:function(){var t=this,e=void 0;this.isMultiSeries?e=(0,r.default)(this.dataSet.getSeries(this.labelField)).chain().uniq().compact().map((function(e){return{name:e,type:t.TYPE,clickEnabled:t.chartClickEnabled}})).value():e=[{name:r.default.uniqueId(this.TYPE+"_field_"),type:this.TYPE,clickEnabled:this.chartClickEnabled}];if(this.hasOverlay&&this.showRegressionLine){var n=this.yFields.filter((function(e){return void 0!==t.seriesTypeMapping[e]})).map((function(e){var n=t.seriesTypeMapping[e],r=i.default.extend(!0,{},t.properties,{type:n||t.type,name:e,stacking:"default"});return void 0!==t.seriesTypeMapping[e]&&(r.yAxis=t.yAxisMapping[e]),r}));n&&n.length&&e.push(n[0])}return e},initializeXAxisList:function(){var t=i.default.extend(s.getXAxisProperties(this.properties),this.axisColorScheme,{"axis.orientation":"horizontal",isEmpty:this.isEmpty()});t["axisTitle.text"]=this._getComputedXAxisTitle(t,this.xField),t["gridLines.showMajorLines"]=!1,this.xAxisList=[new c.default(t)]},initializeYAxisList:function(){var t=i.default.extend(s.getYAxisProperties(this.properties),this.axisColorScheme,{"axis.orientation":"vertical",isEmpty:this.isEmpty()});t["axisTitle.text"]=this._getComputedYAxisTitle(t,null),this.yAxisList=[new c.default(t)]},setAllSeriesData:function(){var t=this,e=this.formatNumericAxisData(this.xAxisList[0],this.xField),n=this.formatNumericAxisData(this.yAxisList[0],this.yField);this.isMultiSeries?(0,r.default)(this.seriesList).each((function(i){var r=i.getName();"line"===i.type?i.setData({x:e,y:t.formatNumericAxisData(t.yAxisList[0],r)}):i.setData({x:t.filterDataByNameMatch(e,r),y:t.filterDataByNameMatch(n,r)})})):(this.seriesList[0].setData({x:e,y:n}),this.hasOverlay&&this.showRegressionLine&&this.seriesList.slice(1).forEach((function(n){var i=n.getName();"line"===n.type&&n.setData({x:e,y:t.formatNumericAxisData(t.yAxisList[0],i)})})))},_getDefaultYAxisTitle:function(){return this.yField},_getDefaultXAxisTitleFromField:function(){return this.xField},getPlotOptionsConfig:function(){var t=parseInt(this.properties["chart.markerSize"],10);return{scatter:{stickyTracking:!1,fillOpacity:1,trackByArea:!0,marker:{radius:t?Math.ceil(6*t/4):6,symbol:"square"},tooltip:{followPointer:!1},cursor:this.chartClickEnabled?"pointer":"default",states:{inactive:{opacity:.4}}}}},handlePointClick:function(t,e,n){var i=e.originalIndex,r=n.getName(),o=this.dataSet.getSeries(this.xField),s=this.dataSet.getSeries(this.yField),a=this.isMultiSeries?this.filterDataByNameMatch(o,r)[i]:o[i],c=this.isMultiSeries?this.filterDataByNameMatch(s,r)[i]:s[i],l={},u=void 0;if(this.markField){var d=this.dataSet.getSeries(this.markField);u=this.isMultiSeries?this.filterDataByNameMatch(d,r)[i]:d[i],l["row."+this.markField]=u}var h={type:"pointClick",modifierKey:t.modifierKey,name:this.markField?this.markField:this.isMultiSeries?this.labelField:this.xField,value:this.markField?u:this.isMultiSeries?r:a,name2:this.markField&&this.isMultiSeries?this.labelField:this.yField,value2:this.markField&&this.isMultiSeries?r:c,rowContext:l};l["row."+this.xField]=a,l["row."+this.yField]=c,this.isMultiSeries&&(l["row."+this.labelField]=r),this.trigger(h)},handleLegendClick:function(t,e){var n={},i={type:"legendClick",modifierKey:t.modifierKey,name:this.labelField,value:e,rowContext:n};n["row."+this.labelField]=e,this.trigger(i)},getSeriesPointInfo:function(t,e){var n=e.index,r=this.xAxisList[0],o=this.yAxisList[0],s=t.getName(),a=this.dataSet.getSeries(this.xField),c=this.dataSet.getSeries(this.yField),l=this.isMultiSeries?this.filterDataByNameMatch(a,s)[n]:a[n],u=this.isMultiSeries?this.filterDataByNameMatch(c,s)[n]:c[n],d={isMultiSeries:this.isMultiSeries,xAxisName:this.xField,xValue:r.formatValue(l),xValueDisplay:r.formatValue(l),yAxisName:this.yField,yValue:o.formatValue(u),yValueDisplay:o.formatValue(u),markName:null,markValue:null,shouldColorizeTooltipData:this.shouldColorizeTooltipData};if(this.markField){var h=this.dataSet.getSeries(this.markField),p=this.isMultiSeries?this.filterMarkByNameMatch(s)[n]:h[n];i.default.extend(d,{markName:this.markField,markValue:p})}return this.isMultiSeries&&i.default.extend(d,{labelSeriesName:this.labelField}),d},filterDataByNameMatch:function(t,e){var n=this.dataSet.getSeries(this.labelField);return(0,r.default)(t).filter((function(t,i){return n[i]===e}))},filterMarkByNameMatch:function(t){var e=this.dataSet.getSeries(this.labelField),n=this.dataSet.getSeries(this.markField);return(0,r.default)(n).filter((function(n,i){return e[i]===t}))}}),e.default=u,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(0)),r=n(2),o=n(5),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(7)),a=c(n(63));function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){a.default.call(this,t,e),this.minorsPerMajor=5,this.minorTickWidth=1}(0,r.inherit)(l,a.default),i.default.extend(l.prototype,{processProperties:function(){a.default.prototype.processProperties.call(this)},onAnimationFinished:function(){},renderGauge:function(){a.default.prototype.renderGauge.call(this),this.tickColor=this.foregroundColor,this.tickFontColor=this.fontColor,this.defaultValueColor=this.isShiny?"black":this.fontColor,this.drawBackground(),this.drawTicks(),this.drawIndicator(this.value)},updateValue:function(t,e){var n=(0,o.getDecimalPrecision)(t,3),i=(0,o.getDecimalPrecision)(e,3);this.valueAnimationPrecision=Math.max(n,i),a.default.prototype.updateValue.call(this,t,e)},getDisplayValue:function(t){var e=Math.pow(10,this.valueAnimationPrecision);return t!==this.value?Math.round(t*e)/e:t},updateValueDisplay:function(){},shouldAnimateTransition:function(){return!0},getFillColor:function(t){var e=void 0;for(e=0;e<this.ranges.length-2&&!(t<=this.ranges[e+1]);e++);return this.getColorByIndex(e)},getValueColor:function(t){var e=s.hexFromColor(t);return s.getLuminance(e)<128?"white":"black"}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(n(0)),r=n(2),o=s(n(63));function s(t){return t&&t.__esModule?t:{default:t}}function a(t,e){o.default.call(this,t,e),this.bandCornerRad=0,this.tickLabelPaddingRight=10,this.minorsPerMajor=5,this.minorTickWidth=1,this.tickWidth=1}(0,r.inherit)(a,o.default),i.default.extend(a.prototype,{showValueByDefault:!1,renderGauge:function(){o.default.prototype.renderGauge.call(this),this.tickColor=this.isShiny?"black":this.foregroundColor,this.tickFontColor=this.isShiny?"black":this.fontColor,this.valueOffset=this.isShiny?this.markerSideWidth+10:this.valueFontSize,this.drawBackground(),this.showRangeBand&&this.drawBand(),this.drawTicks(),this.drawIndicator(this.value),this.checkOutOfRange(this.value)},updateValueDisplay:function(){}}),e.default=a,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.setLoggingConsole=e.setTheme=e.setTimezone=e.setColorPalette=e.useSplunkMoment=e.useSplunkI18nLibrary=e.createChart=e.extractChartReadyData=e.disableAccessibilityModuleAutoLoad=void 0;var i=n(4);Object.defineProperty(e,"setTheme",{enumerable:!0,get:function(){return i.setTheme}});var r=k(n(0)),o=k(n(1)),s=k(n(8)),a=k(n(113)),c=k(n(114)),l=k(n(115)),u=k(n(116)),d=k(n(117)),h=n(3),p=n(64),f=k(n(118)),m=k(n(44)),g=k(n(184)),y=k(n(27)),b=k(n(274)),M=k(n(275)),v=k(n(109)),_=k(n(277)),x=k(n(278)),L=k(n(279)),A=k(n(280)),w=k(n(281)),T=k(n(282));function k(t){return t&&t.__esModule?t:{default:t}}(0,a.default)(s.default),f.default.applyPatches(s.default),s.default.splunkTimeAxisPlugin=(0,l.default)(s.default),(0,u.default)(s.default),(0,d.default)(s.default);var S=!0;e.disableAccessibilityModuleAutoLoad=function(){return"masters/modules/accessibility.src.js"in s.default._modules?(console.warn("The module for Highcharts Accessibility has already been loaded and cannot be removed"),!1):(S=!1,!0)},e.extractChartReadyData=function(t,e){if(!t||!t.fields||!t.columns)throw new Error("The data object passed to extractChartReadyData did not contain fields and columns");if(t.fields.length!==t.columns.length)throw new Error("The data object passed to extractChartReadyData must have the same number of fields and columns");return new g.default(t,e)},e.createChart=function(t,e){if(S&&((0,c.default)(s.default),S=!1),t instanceof r.default&&(t=t[0]),!(0,o.default)(t).isElement())throw new Error("Invalid first argument to createChart, container must be a valid DOM element or a jQuery object");var n=(e=e||{}).chart;return"pie"===n?new M.default(t,e):"scatter"===n?new v.default(t,e):"bubble"===n?new _.default(t,e):"radialGauge"===n?new x.default(t,e):"fillerGauge"===n?"x"===e["chart.orientation"]?new L.default(t,e):new A.default(t,e):"markerGauge"===n?"x"===e["chart.orientation"]?new w.default(t,e):new T.default(t,e):(0,h.normalizeBoolean)(e["layout.splitSeries"])?new b.default(t,e):new y.default(t,e)},e.useSplunkI18nLibrary=s.default.splunkTimeAxisPlugin.useSplunkI18nLibrary,e.useSplunkMoment=s.default.splunkTimeAxisPlugin.useSplunkMoment,e.setColorPalette=m.default.setBaseColors,e.setTimezone=s.default.splunkTimeAxisPlugin.setTimezone;e.setLoggingConsole=p.setLoggingConsole},function(t,e){t.exports=n("./node_modules/@splunk/highcharts/highcharts-more.js")},function(t,e){t.exports=n("./node_modules/@splunk/highcharts/modules/accessibility.js")},function(t,e){t.exports=n("./node_modules/@splunk/highcharts-time-axis/lib/index.js")},function(t,e){t.exports=n("./node_modules/@splunk/highcharts-annotations/lib/index.js")},function(t,e){t.exports=n("./node_modules/@splunk/highcharts-test-hooks/lib/index.js")},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(n(119)),r=s(n(161)),o=s(n(162));function s(t){return t&&t.__esModule?t:{default:t}}var a=function(t,e){var n=t.prototype;(0,o.default)(e,(function(t,e){n[e]=(0,i.default)(n[e],t)}))},c=function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];"function"==typeof t&&t.apply(void 0,n)},l=function(t,e,n){for(var i=arguments.length,r=Array(i>3?i-3:0),o=3;o<i;o++)r[o-3]=arguments[o];return"function"==typeof t?t.apply(void 0,[n].concat(r)):e.apply(n,r)};e.default={applyPatches:function(t){a(t.Chart,{firstRender:function(t){l(this.options.firstRenderOverride,t,this)},render:function(t,e){l(this.options.renderOverride,t,this,e)}}),a(t.Tooltip,{getAnchor:function(t,e,n){var i=t.call(this,e,n);return c(this.options.getAnchorPostHook,e,n,i),i},refresh:function(t,e,n){t.call(this,e,n),this.chart.options.chart.events&&this.chart.options.chart.events.tooltipRefresh&&this.chart.options.chart.events.tooltipRefresh()}}),a(t.Legend,{render:function(t){c(this.options.renderPreHook,this),t.call(this),c(this.options.renderPostHook,this)},renderItem:function(t,e){var n=this.options,i=this.allItems;"function"==typeof n.renderItemsPreHook&&e===i[0]?(n.renderItemsPreHook(this),t.call(this,e)):"function"==typeof n.renderItemsPostHook&&e===(0,r.default)(i)?(t.call(this,e),n.renderItemsPostHook(this)):t.call(this,e)}}),a(t.Series,{drawPoints:function(t){var e=this.options;c(e.drawPointsPreHook,this),t.call(this)},plotGroup:function(t,e,n,i,r,o){var s=t.call(this,e,n,i,r,o);return c(this.options.plotGroupPostHook,this,s),s},render:function(t){t.call(this),c(this.options.renderPostHook,this)},afterAnimate:function(t){t.call(this),c(this.options.afterAnimate,this)},destroy:function(t){c(this.options.destroyPreHook,this),t.call(this)},translate:function(t){t.call(this),c(this.options.translatePostHook,this)}});var e=t.seriesTypes;a(e.area,{getStackPoints:function(t,e){var n=c(this.options.getStackPointsPreHook,this,e);return t.call(this,n)},setStackedPoints:function(t){t.call(this),c(this.options.setStackedPointsPostHook,this)}}),a(e.pie,{translate:function(t){c(this.options.translatePreHook,this),t.call(this)},drawDataLabels:function(t){var e=this.options.dataLabels;c(e.drawDataLabelsPreHook,this),t.call(this),c(e.drawDataLabelsPostHook,this)},placeDataLabels:function(t){var e=this.options.dataLabels;c(e.placeDataLabelsPreHook,this),t.call(this)}}),a(t.Axis,{getOffset:function(t){c(this.options.getOffsetPreHook,this),t.call(this)},getSeriesExtremes:function(t){t.call(this),c(this.options.getSeriesExtremesPostHook,this)},setTickInterval:function(t,e){c(this.options.setTickIntervalPreHook,this,e),t.call(this,e)},setTickPositions:function(t){var e=this.options;c(e.setTickPositionsPreHook,this),t.call(this),c(e.setTickPositionsPostHook,this)},setAxisSize:function(t){c(this.options.setSizePreHook,this),t.call(this)},render:function(t){c(this.options.renderPreHook,this),t.call(this)},zoom:function(t,e,n,i,r){var o=t.call(this,e,n);return c(this.options.zoomPostHook,this,e,n,i,r),o}}),a(t.Tick,{render:function(t,e,n,i){t.call(this,e,n,i),c(this.axis.options.tickRenderPostHook,this,e,n,i)},getLabelSize:function(t){return l(this.axis.options.getLabelSizeOverride,t,this)}}),a(t.Pointer,{runPointActions:function(t,e,n){var i=this.chart.hoverSeries;i&&"function"==typeof i.options.pointActionsPreHook&&i.options.pointActionsPreHook(i,e,n),t.call(this,e,n)},dragStart:function(t,e){c(this.chart.options.pointerDragStartPreHook,this,e),t.call(this,e)},drag:function(t,e){return l(this.chart.options.pointerDragOverride,t,this,e,t)},drop:function(t,e){this.chart.hasOwnProperty("index")&&(c(this.chart.options.pointerDropPreHook,this,e),t.call(this,e),c(this.chart.options.pointerDropPostHook,this,e))},pinch:function(t,e){return l(this.chart.options.pointerPinchOverride,t,this,e,t)}})}},t.exports=e.default},function(t,e,n){var i=n(65),r=n(120);t.exports=function(t,e){return r(i(e),t)}},function(t,e,n){var i=n(121),r=n(134),o=n(43),s=n(25),a=i((function(t,e){var n=s(e,o(a));return r(t,32,void 0,e,n)}));a.placeholder={},t.exports=a},function(t,e,n){var i=n(16),r=n(122),o=n(66);t.exports=function(t,e){return o(r(t,e,i),t+"")}},function(t,e,n){var i=n(38),r=Math.max;t.exports=function(t,e,n){return e=r(void 0===e?t.length-1:e,0),function(){for(var o=arguments,s=-1,a=r(o.length-e,0),c=Array(a);++s<a;)c[s]=o[e+s];s=-1;for(var l=Array(e+1);++s<e;)l[s]=o[s];return l[e]=n(c),i(t,this,l)}}},function(t,e,n){var i=n(124),r=n(125),o=n(16),s=r?function(t,e){return r(t,"toString",{configurable:!0,enumerable:!1,value:i(e),writable:!0})}:o;t.exports=s},function(t,e){t.exports=function(t){return function(){return t}}},function(t,e,n){var i=n(22),r=function(){try{var t=i(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=r},function(t,e,n){var i=n(67),r=n(130),o=n(17),s=n(132),a=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,d=l.hasOwnProperty,h=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(i(t)?h:a).test(s(t))}},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var i=n(39),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=i?i.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),n=t[a];try{t[a]=void 0;var i=!0}catch(t){}var r=s.call(t);return i&&(e?t[a]=n:delete t[a]),r}},function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},function(t,e,n){var i,r=n(131),o=(i=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";t.exports=function(t){return!!o&&o in t}},function(t,e,n){var i=n(6)["__core-js_shared__"];t.exports=i},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e,n){var i=n(70),r=n(136),o=n(137),s=n(72),a=n(154),c=n(76),l=n(155),u=n(79),d=n(80),h=n(156),p=Math.max;t.exports=function(t,e,n,f,m,g,y,b){var M=2&e;if(!M&&"function"!=typeof t)throw new TypeError("Expected a function");var v=f?f.length:0;if(v||(e&=-97,f=m=void 0),y=void 0===y?y:p(h(y),0),b=void 0===b?b:h(b),v-=m?m.length:0,64&e){var _=f,x=m;f=m=void 0}var L=M?void 0:c(t),A=[t,e,n,f,m,_,x,g,y,b];if(L&&l(A,L),t=A[0],e=A[1],n=A[2],f=A[3],m=A[4],!(b=A[9]=void 0===A[9]?M?0:t.length:p(A[9]-v,0))&&24&e&&(e&=-25),e&&1!=e)w=8==e||16==e?o(t,e,b):32!=e&&33!=e||m.length?s.apply(void 0,A):a(t,e,n,f);else var w=r(t,e,n);return d((L?i:u)(w,A),t,e)}},function(t,e,n){var i=n(22)(n(6),"WeakMap");t.exports=i},function(t,e,n){var i=n(24),r=n(6);t.exports=function(t,e,n){var o=1&e,s=i(t);return function e(){var i=this&&this!==r&&this instanceof e?s:t;return i.apply(o?n:this,arguments)}}},function(t,e,n){var i=n(38),r=n(24),o=n(72),s=n(75),a=n(43),c=n(25),l=n(6);t.exports=function(t,e,n){var u=r(t);return function r(){for(var d=arguments.length,h=Array(d),p=d,f=a(r);p--;)h[p]=arguments[p];var m=d<3&&h[0]!==f&&h[d-1]!==f?[]:c(h,f);if((d-=m.length)<n)return s(t,e,o,r.placeholder,void 0,h,m,void 0,void 0,n-d);var g=this&&this!==l&&this instanceof r?u:t;return i(g,this,h)}}},function(t,e){t.exports=function(t,e){for(var n=t.length,i=0;n--;)t[n]===e&&++i;return i}},function(t,e,n){var i=n(41),r=n(76),o=n(141),s=n(143);t.exports=function(t){var e=o(t),n=s[e];if("function"!=typeof n||!(e in i.prototype))return!1;if(t===n)return!0;var a=r(n);return!!a&&t===a[0]}},function(t,e){t.exports=function(){}},function(t,e,n){var i=n(142),r=Object.prototype.hasOwnProperty;t.exports=function(t){for(var e=t.name+"",n=i[e],o=r.call(i,e)?n.length:0;o--;){var s=n[o],a=s.func;if(null==a||a==t)return s.name}return e}},function(t,e){t.exports={}},function(t,e,n){var i=n(41),r=n(77),o=n(42),s=n(13),a=n(18),c=n(144),l=Object.prototype.hasOwnProperty;function u(t){if(a(t)&&!s(t)&&!(t instanceof i)){if(t instanceof r)return t;if(l.call(t,"__wrapped__"))return c(t)}return new r(t)}u.prototype=o.prototype,u.prototype.constructor=u,t.exports=u},function(t,e,n){var i=n(41),r=n(77),o=n(78);t.exports=function(t){if(t instanceof i)return t.clone();var e=new r(t.__wrapped__,t.__chain__);return e.__actions__=o(t.__actions__),e.__index__=t.__index__,e.__values__=t.__values__,e}},function(t,e){var n=/\{\n\/\* \[wrapped with (.+)\] \*/,i=/,? & /;t.exports=function(t){var e=t.match(n);return e?e[1].split(i):[]}},function(t,e){var n=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/;t.exports=function(t,e){var i=e.length;if(!i)return t;var r=i-1;return e[r]=(i>1?"& ":"")+e[r],e=e.join(i>2?", ":" "),t.replace(n,"{\n/* [wrapped with "+e+"] */\n")}},function(t,e,n){var i=n(81),r=n(148),o=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]];t.exports=function(t,e){return i(o,(function(n){var i="_."+n[0];e&n[1]&&!r(t,i)&&t.push(i)})),t.sort()}},function(t,e,n){var i=n(149);t.exports=function(t,e){return!!(null==t?0:t.length)&&i(t,e,0)>-1}},function(t,e,n){var i=n(150),r=n(151),o=n(152);t.exports=function(t,e,n){return e==e?o(t,e,n):i(t,r,n)}},function(t,e){t.exports=function(t,e,n,i){for(var r=t.length,o=n+(i?1:-1);i?o--:++o<r;)if(e(t[o],o,t))return o;return-1}},function(t,e){t.exports=function(t){return t!=t}},function(t,e){t.exports=function(t,e,n){for(var i=n-1,r=t.length;++i<r;)if(t[i]===e)return i;return-1}},function(t,e,n){var i=n(78),r=n(82),o=Math.min;t.exports=function(t,e){for(var n=t.length,s=o(e.length,n),a=i(t);s--;){var c=e[s];t[s]=r(c,n)?a[c]:void 0}return t}},function(t,e,n){var i=n(38),r=n(24),o=n(6);t.exports=function(t,e,n,s){var a=1&e,c=r(t);return function e(){for(var r=-1,l=arguments.length,u=-1,d=s.length,h=Array(d+l),p=this&&this!==o&&this instanceof e?c:t;++u<d;)h[u]=s[u];for(;l--;)h[u++]=arguments[++r];return i(p,a?n:this,h)}}},function(t,e,n){var i=n(73),r=n(74),o=n(25),s=Math.min;t.exports=function(t,e){var n=t[1],a=e[1],c=n|a,l=c<131,u=128==a&&8==n||128==a&&256==n&&t[7].length<=e[8]||384==a&&e[7].length<=e[8]&&8==n;if(!l&&!u)return t;1&a&&(t[2]=e[2],c|=1&n?0:4);var d=e[3];if(d){var h=t[3];t[3]=h?i(h,d,e[4]):d,t[4]=h?o(t[3],"__lodash_placeholder__"):e[4]}return(d=e[5])&&(h=t[5],t[5]=h?r(h,d,e[6]):d,t[6]=h?o(t[5],"__lodash_placeholder__"):e[6]),(d=e[7])&&(t[7]=d),128&a&&(t[8]=null==t[8]?e[8]:s(t[8],e[8])),null==t[9]&&(t[9]=e[9]),t[0]=e[0],t[1]=c,t}},function(t,e,n){var i=n(157);t.exports=function(t){var e=i(t),n=e%1;return e==e?n?e-n:e:0}},function(t,e,n){var i=n(158);t.exports=function(t){return t?(t=i(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},function(t,e,n){var i=n(159),r=n(17),o=n(14),s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt;t.exports=function(t){if("number"==typeof t)return t;if(o(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=i(t);var n=a.test(t);return n||c.test(t)?l(t.slice(2),n?2:8):s.test(t)?NaN:+t}},function(t,e,n){var i=n(160),r=/^\s+/;t.exports=function(t){return t?t.slice(0,i(t)+1).replace(r,""):t}},function(t,e){var n=/\s/;t.exports=function(t){for(var e=t.length;e--&&n.test(t.charAt(e)););return e}},function(t,e){t.exports=function(t){var e=null==t?0:t.length;return e?t[e-1]:void 0}},function(t,e,n){t.exports=n(163)},function(t,e,n){var i=n(81),r=n(164),o=n(65),s=n(13);t.exports=function(t,e){return(s(t)?i:r)(t,o(e))}},function(t,e,n){var i=n(165),r=n(183)(i);t.exports=r},function(t,e,n){var i=n(166),r=n(168);t.exports=function(t,e){return t&&i(t,e,r)}},function(t,e,n){var i=n(167)();t.exports=i},function(t,e){t.exports=function(t){return function(e,n,i){for(var r=-1,o=Object(e),s=i(e),a=s.length;a--;){var c=s[t?a:++r];if(!1===n(o[c],c,o))break}return e}}},function(t,e,n){var i=n(169),r=n(179),o=n(84);t.exports=function(t){return o(t)?i(t):r(t)}},function(t,e,n){var i=n(170),r=n(171),o=n(13),s=n(173),a=n(82),c=n(175),l=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=o(t),u=!n&&r(t),d=!n&&!u&&s(t),h=!n&&!u&&!d&&c(t),p=n||u||d||h,f=p?i(t.length,String):[],m=f.length;for(var g in t)!e&&!l.call(t,g)||p&&("length"==g||d&&("offset"==g||"parent"==g)||h&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||a(g,m))||f.push(g);return f}},function(t,e){t.exports=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i}},function(t,e,n){var i=n(172),r=n(18),o=Object.prototype,s=o.hasOwnProperty,a=o.propertyIsEnumerable,c=i(function(){return arguments}())?i:function(t){return r(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},function(t,e,n){var i=n(23),r=n(18);t.exports=function(t){return r(t)&&"[object Arguments]"==i(t)}},function(t,e,n){(function(t){var i=n(6),r=n(174),o="object"==typeof e&&e&&!e.nodeType&&e,s=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=s&&s.exports===o?i.Buffer:void 0,c=(a?a.isBuffer:void 0)||r;t.exports=c}).call(e,n(26)(t))},function(t,e){t.exports=function(){return!1}},function(t,e,n){var i=n(176),r=n(177),o=n(178),s=o&&o.isTypedArray,a=s?r(s):i;t.exports=a},function(t,e,n){var i=n(23),r=n(83),o=n(18),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&r(t.length)&&!!s[i(t)]}},function(t,e){t.exports=function(t){return function(e){return t(e)}}},function(t,e,n){(function(t){var i=n(68),r="object"==typeof e&&e&&!e.nodeType&&e,o=r&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===r&&i.process,a=function(){try{var t=o&&o.require&&o.require("util").types;return t||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a}).call(e,n(26)(t))},function(t,e,n){var i=n(180),r=n(181),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!i(t))return r(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var i=n(182)(Object.keys,Object);t.exports=i},function(t,e){t.exports=function(t,e){return function(n){return t(e(n))}}},function(t,e,n){var i=n(84);t.exports=function(t,e){return function(n,r){if(null==n)return n;if(!i(n))return t(n,r);for(var o=n.length,s=e?o:-1,a=Object(n);(e?s--:++s<o)&&!1!==r(a[s],s,a););return n}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=l(n(0)),r=l(n(1)),o=l(n(85)),s=c(n(86)),a=c(n(5));function c(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function l(t){return t&&t.__esModule?t:{default:t}}function u(t){var e=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},o=t.fields||{},s=t.columns||{};this.fields=[],this.seriesList=[],this.fieldMetadata={},this.annotations=t.annotations||[],this.chartDataOptions=n,(0,r.default)(o).each((function(t,n){var o=void 0;r.default.isObject(t)?(o=t.name,e.fieldMetadata[o]=t):o=t,(e.ALLOWED_HIDDEN_FIELDS_REGEX.test(o)||e.isDataField(o))&&(e.fields.push(o),e.seriesList.push(i.default.extend([],s[n])))})),this.length=this.fields.length,this.getSeriesAsFloats=r.default.memoize(this.getSeriesAsFloats,this.seriesAsFloatsMemoizeHash),this.getSeriesAsEpochTimes=r.default.memoize(this.getSeriesAsEpochTimes)}u.prototype={ALLOWED_HIDDEN_FIELDS_REGEX:/^(_span|_tc|_lower.*|_predicted.*|_upper.*)$/,DATA_FIELD_REGEX:/^[^_]|^_time$/,allFields:function(){return this.fields.slice()},allDataFields:function(){return(0,r.default)(this.fields).filter(this.isDataField,this)},isDataField:function(t){return!(!this.chartDataOptions||!this.chartDataOptions.allowAllInternalFields)||(this.chartDataOptions&&this.chartDataOptions.allowInternalFieldsExceptSpan?"_span"!==t:this.DATA_FIELD_REGEX.test(t))},isTotalValue:function(t){return"ALL"===t},hasField:function(t){return(0,r.default)(this.fields).indexOf(t)>-1},fieldAt:function(t){return this.fields[t]},fieldIsGroupby:function(t){return this.fieldMetadata[t]&&this.fieldMetadata[t].hasOwnProperty("groupby_rank")},getFieldData:function(){var t=this.allDataFields(),e=[t[0]];if(s.isRangeSeriesDataSet(this)){var n=s.getRangeSeriesConfig(this);(0,r.default)(n).each((function(e){t=(0,r.default)(t).without(e.lower,e.upper)}))}return s.isOutlierDataSet(this)&&(t=t.filter((function(t){return!s.isOutlierField(t)}))),{xFields:e,yFields:(0,r.default)(t).difference(e)}},seriesAt:function(t){return this.seriesList[t]},getSeries:function(t){var e=(0,r.default)(this.fields).indexOf(t);return-1===e?[]:(0,r.default)(this.seriesList[e]).map((function(t){return null===t?"":t}))},getSeriesAsFloats:function(t){for(var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=this.getSeries(t),i="zero"===e.nullValueMode,o="log"===e.scale,s=[],c=0;c<n.length;c++){var l=a.parseFloat(n[c]),u=l;r.default.isNaN(l)?u=i?0:null:o&&(u=a.absLogBaseTen(l)),e.zerosToNull&&!i&&0===u&&(u=null),s.push(u)}return s},getSeriesAsEpochTimes:function(t){return this.getSeries(t).map((function(t){if("ALL"===t||"OTHER"===t)return NaN;var e=(0,o.default)(t);return e.isValid()?e.valueOf():NaN}))},getSeriesAsTimestamps:function(t){var e=this.getSeries(t);return this.isTotalValue((0,r.default)(e).last())?e.slice(0,-1):e},seriesAsFloatsMemoizeHash:function(t,e){return t+(e=e||{}).scale+e.nullValueMode},getAnnotations:function(){return this.annotations},toJSON:function(){return{fields:this.fields,columns:this.seriesList}}},e.default=u,t.exports=e.default},function(t,e,n){t.exports={default:n(186),__esModule:!0}},function(t,e,n){n(187),t.exports=n(20).Object.assign},function(t,e,n){var i=n(45);i(i.S+i.F,"Object",{assign:n(191)})},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){t.exports=!n(21)&&!n(47)((function(){return 7!=Object.defineProperty(n(88)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(46);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e,n){"use strict";var i=n(21),r=n(89),o=n(195),s=n(196),a=n(52),c=n(91),l=Object.assign;t.exports=!l||n(47)((function(){var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=i}))?function(t,e){for(var n=a(t),l=arguments.length,u=1,d=o.f,h=s.f;l>u;)for(var p,f=c(arguments[u++]),m=d?r(f).concat(d(f)):r(f),g=m.length,y=0;g>y;)p=m[y++],i&&!h.call(f,p)||(n[p]=f[p]);return n}:l},function(t,e,n){var i=n(31),r=n(90),o=n(193)(!1),s=n(51)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,l=[];for(n in a)n!=s&&i(a,n)&&l.push(n);for(;e.length>c;)i(a,n=e[c++])&&(~o(l,n)||l.push(n));return l}},function(t,e,n){var i=n(90),r=n(93),o=n(194);t.exports=function(t){return function(e,n,s){var a,c=i(e),l=r(c.length),u=o(s,l);if(t&&n!=n){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},function(t,e,n){var i=n(50),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var i=n(198);t.exports=function(t,e){return i(t,e,!0)}},function(t,e,n){var i=n(199),r=n(16),o=n(14);t.exports=function(t,e,n){var s=0,a=null==t?s:t.length;if("number"==typeof e&&e==e&&a<=2147483647){for(;s<a;){var c=s+a>>>1,l=t[c];null!==l&&!o(l)&&(n?l<=e:l<e)?s=c+1:a=c}return a}return i(t,e,r,n)}},function(t,e,n){var i=n(14),r=Math.floor,o=Math.min;t.exports=function(t,e,n,s){var a=0,c=null==t?0:t.length;if(0===c)return 0;for(var l=(e=n(e))!=e,u=null===e,d=i(e),h=void 0===e;a<c;){var p=r((a+c)/2),f=n(t[p]),m=void 0!==f,g=null===f,y=f==f,b=i(f);if(l)var M=s||y;else M=h?y&&(s||m):u?y&&m&&(s||!g):d?y&&m&&!g&&(s||!b):!g&&!b&&(s?f<=e:f<e);M?a=p+1:c=p}return o(c,4294967294)}},function(t,e){t.exports=n("./node_modules/@splunk/moment/convertSplunkTimezone.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/async.js")},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(0)),r=c(n(1)),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(2)),s=n(3),a=c(n(55));function c(t){return t&&t.__esModule?t:{default:t}}function l(t){a.default.call(this,t),this.tickLabelPadding=this.isVertical?2:3,this._annotationsAreDirty=!1}o.inherit(l,a.default),i.default.extend(l.prototype,{getConfig:function(){var t=a.default.prototype.getConfig.call(this),e=(0,s.normalizeBoolean)(this.properties.crosshair);return i.default.extend(!0,t,{type:"datetime",showLastLabel:!0,crosshair:e&&a.default.prototype.CROSSHAIR_CONFIG,tickmarkPlacement:this.hasTickmarksBetween()?"between":"on",max:this.properties["axis.maximumValue"],annotations:this.properties["axis.annotations"],maxLabelParts:this.properties["axisLabels.maxLabelParts"],plotBands:this.properties["axis.plotBands"]}),delete t.labels.formatter,delete t.labels.y,t},formatValue:function(t,e){return this.hcAxis?this.hcAxis.options["splunk-tooltip"].formatter(e.x,this.hcAxis.chart):null},setMaximumValue:function(t){this.hcAxis.options.max=t},setAnnotations:function(t){var e=this.properties["axis.annotations"];r.default.isEqual(t,e)||(this.properties["axis.annotations"]=t,this.hcAxis.options.annotations=this.properties["axis.annotations"],this._annotationsAreDirty=!0)},isAnnotationDirty:function(){return this._annotationsAreDirty},setPlotBands:function(t){var e=this.properties["axis.plotBands"];r.default.isEqual(t,e)||(this.properties["axis.plotBands"]=t,this.hcAxis.options.plotBands=this.properties["axis.plotBands"],this._annotationsAreDirty=!0)},redraw:function(t){for(var e,n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];(e=a.default.prototype.redraw).call.apply(e,[this,t].concat(i)),this.hcAxis&&this.isAnnotationDirty()&&this.hcAxis.redraw(t)},onChartLoadOrRedraw:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];a.default.prototype.onChartLoadOrRedraw.apply(this,e),this._annotationsAreDirty=!1}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=d(n(0)),r=d(n(1)),o=d(n(53)),s=d(n(11)),a=u(n(2)),c=u(n(3)),l=d(n(55));function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function d(t){return t&&t.__esModule?t:{default:t}}function h(t){l.default.call(this,t),t=t||{},this.skipLabelsToAvoidCollisions=c.normalizeBoolean(t["axis.skipLabelsToAvoidCollisions"]),this.ellipsize="ellipsisMiddle"===t["axisLabels.majorLabelStyle.overflowMode"],this.properties["axis.categories"]=this.processCategories(t["axis.categories"]),this._categoriesAreDirty=!1,this.isiOS=!!o.default.ios}a.inherit(h,l.default),i.default.extend(h.prototype,{DEFAULT_FONT_SIZE:12,MIN_FONT_SIZE:9,getConfig:function(){for(var t=this,e=arguments.length,n=Array(e),o=0;o<e;o++)n[o]=arguments[o];var s=l.default.prototype.getConfig.apply(this,n),a=c.normalizeBoolean(this.properties.crosshair),u=c.normalizeBoolean(this.properties["axisLabels.hideCategories"]);return i.default.extend(!0,s,{categories:this.properties["axis.categories"].slice(0),labels:{formatter:function(){return t.formatLabel(this.value)},enabled:s.labels.enabled&&!u,maxStaggerLines:2,style:{whiteSpace:"nowrap",HcTextStroke:!0}},crosshair:a&&l.default.prototype.CROSSHAIR_CONFIG,startOnTick:!this.hasTickmarksBetween(),showLastLabel:this.hasTickmarksBetween(),tickWidth:u?0:s.tickWidth,tickmarkPlacement:this.properties["axisLabels.tickmarkPlacement"],tickPositioner:function(e,n){return t.tickPositioner(this,e,n)},setTickPositionsPreHook:(0,r.default)(this.setTickPositionsPreHook).bind(this),setTickPositionsPostHook:(0,r.default)(this.setTickPositionsPostHook).bind(this),renderPreHook:(0,r.default)(this.renderPreHook).bind(this)}),s},getVerticalConfig:function(){var t=l.default.prototype.getVerticalConfig.call(this);return i.default.extend(!0,t,{labels:{align:"right",x:-7}})},getHorizontalConfig:function(){var t=l.default.prototype.getHorizontalConfig.call(this),e=void 0;return this.isiOS&&this.hasTickmarksBetween()&&this.originalCategories.length>1&&(e=1),i.default.extend(!0,t,{labels:{align:"center"},endOnTick:!this.hasTickmarksBetween(),showLastLabel:!1,startOnTick:!0,minRange:e||-1})},processCategories:function(t){return this.originalCategories=t,t.slice(0)},getCategories:function(){return this.properties["axis.categories"]},getPreviousCategories:function(){return this.previousCategories||[]},categoriesAreDirty:function(){return this._categoriesAreDirty},setCategories:function(t){this.previousCategories=this.properties["axis.categories"],this.properties["axis.categories"]=this.processCategories(t),r.default.isEqual(this.properties["axis.categories"],this.previousCategories)||(this._categoriesAreDirty=!0)},redraw:function(t){for(var e,n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];if((e=l.default.prototype.redraw).call.apply(e,[this,t].concat(i)),this.categoriesAreDirty()&&this.hcAxis.setCategories(this.properties["axis.categories"].slice(0),t),this.isiOS&&this.hasTickmarksBetween()){var o=this.getConfig();this.hcAxis.minRange=o.minRange}},onChartLoadOrRedraw:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];l.default.prototype.onChartLoadOrRedraw.apply(this,e),this._categoriesAreDirty=!1},getOffsetPreHook:function(t){l.default.prototype.getOffsetPreHook.call(this,t);var e=t.options,n=t.chart;if(e.labels.enabled){var i=void 0,r=void 0,o=void 0,a=void 0,c=void 0,u=new s.default(n.renderer),d=this.getCurrentlyVisibleCategories(t),h=d.length,p=void 0,f=void 0;if(this.isVertical){i=Math.floor(n.chartWidth/6);var m=u.adjustLabels(d,i,this.MIN_FONT_SIZE,this.DEFAULT_FONT_SIZE,"middle");for(f=0;f<m.labels.length;f++)e.categories[f]=m.labels[f];e.labels.style["font-size"]=m.fontSize+"px",p=u.predictTextHeight("Test",m.fontSize),r=n.plotHeight/(d.length||1),o=25,a=this.skipLabelsToAvoidCollisions?Math.ceil(o/r):1,e.labels.y=p/3,e.labels.x=-e.tickLength,e.labels.step=a}else{var g=void 0,y=n.plotWidth,b=u.getMaxWidthForFontRange(d,this.MIN_FONT_SIZE,this.DEFAULT_FONT_SIZE),M=0,v=0;r=y/(h||1);var _=this.findBestFontForSpacing(b,r-10);if(_>0&&0===this.labelRotation)g=_,a=1,i=c=r;else{o=Math.min(b[this.MIN_FONT_SIZE]+10,100),g=this.MIN_FONT_SIZE,c=r*(a=this.skipLabelsToAvoidCollisions?Math.ceil(o/r):1);var x=2*Math.PI/360,L=this.labelRotation*x,A=Math.abs(Math.cos(L)),w=c-10,T=void 0,k=void 0;switch(this.labelRotation){case 0:break;case-45:for(i=[],T=n.chartHeight/2/Math.abs(Math.sin(L)),f=0;f<h;f++)k=r*(f+1)/A,0===f&&(k=Math.min(n.xAxis[0].left+r/2,k)),this.ellipsize?i[f]=Math.min(k,T,w):i[f]=Math.min(k,T);break;case 45:for(i=[],T=n.chartHeight/2/Math.abs(Math.sin(L)),f=0;f<h;f++)k=r*(f+1)/A,this.ellipsize?i[h-f-1]=Math.min(k,T,w):i[h-f-1]=Math.min(k,T);break;default:i=this.ellipsize?Math.min(n.chartHeight/2,w):n.chartHeight/2}}e.labels.style["font-size"]=g+"px",0!==this.labelRotation&&this.ellipsizeLabels(t,u,i,g),p=u.predictTextHeight("Test",g),-45===this.labelRotation?(e.labels.align="right",M=0,v=p/4+e.tickLength):45===this.labelRotation?(e.labels.align="left",M=0,v=p/4+e.tickLength):-90===this.labelRotation?(e.labels.align="right",M=p/4,v=e.tickLength):90===this.labelRotation?(e.labels.align="left",M=-p/4,v=e.tickLength):(e.labels.align="center",M=0,v=p/2+e.tickLength),this.hasTickmarksBetween()||(v+=6),e.labels.step=a,e.labels.x=M,e.labels.y=v}u.destroy()}},renderPreHook:function(t){var e=t.options;if(t.horiz&&0===this.labelRotation&&e.labels.enabled){var n=t.chart.plotWidth,i=new s.default(t.chart.renderer),r=parseInt(e.labels.style["font-size"],10),o=n/(this.getCurrentlyVisibleCategories(t).length||1)-10;this.ellipsizeLabels(t,i,o,r),t.tickPositions.forEach((function(n){var i=t.ticks[n];i.label&&(i.label.css(e.labels.style),i.label.attr({text:t.categories[n]}))})),i.destroy()}},findBestFontForSpacing:function(t,e){var n=0;return(0,r.default)(t).each((function(t,i){t<=e&&(n=Math.max(n,parseInt(i,10)))})),n},ellipsizeLabels:function(t,e,n,i){var o=void 0,s=this.getCurrentlyVisibleCategories(t),a=Math.round(t.getExtremes().min),c=(0,r.default)(s).map((function(t,o){return e.ellipsize(t,r.default.isArray(n)?n[o]:n,i,{},"middle")}));for(o=0;o<c.length;o++)s[o]=c[o];(0,r.default)(s).each((function(e,n){t.options.categories[a+n]=e}))},getCurrentlyVisibleCategories:function(t){var e=t.getExtremes(),n=Math.round(e.min),i=Math.round(e.max)-n+(this.hasTickmarksBetween()?1:0);return this.originalCategories.slice(n,n+i)},setTickPositionsPreHook:function(t){this.hasTickmarksBetween()||(t.options.max=this.properties["axis.categories"].length)},tickPositioner:function(t,e,n){return this.shouldHideTicks(t)?[e,n]:null},setTickPositionsPostHook:function(t){this.shouldHideTicks(t)&&(t.tickPositions=[]),this.isiOS&&this.hasTickmarksBetween()&&this.originalCategories.length>1&&(t.min=Math.round(t.min),t.max=Math.round(t.max))},shouldHideTicks:function(t){var e=this.isVertical?15:20,n=t.getExtremes(),i=n.max-n.min+(this.hasTickmarksBetween()?1:0);return t.len/i<e},tickRenderPostHook:function(t,e,n,i){var r=t.axis.options;r.labels=r.labels||{},r.labels.enabled&&0!==r.tickWidth&&l.default.prototype.tickRenderPostHook.call(this,t,e,n,i)},formatValue:function(t){return t},formatLabel:function(t){return c.escapeSVG(t)}}),e.default=h,t.exports=e.default},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/format.js")},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=m(n(0)),r=m(n(1)),o=m(n(206)),s=m(n(11)),a=f(n(3)),c=f(n(7)),l=f(n(100)),u=n(4),d=m(n(10)),h=m(n(36)),p=m(n(238));function f(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function m(t){return t&&t.__esModule?t:{default:t}}function g(t){this.properties=t||{},this.id=r.default.uniqueId("legend_"),this.clickEnabled=a.normalizeBoolean(this.properties.clickEnabled),this.ellipsisMode=this.OVERFLOW_TO_ELLIPSIS_MAP[this.properties["labelStyle.overflowMode"]]||this.DEFAULT_ELLIPSIS_MODE,this.UNHIGHLIGHTED_COLOR=(0,u.getThemeProperty)("LEGEND_UNHIGHLIGHT_COLOR")||c.addAlphaToColor(this.UNHIGHLIGHTED_BASE_COLOR,this.UNHIGHLIGHTED_OPACITY),this.isMultiSeries=t.isMultiSeries,this.isExportMode=t.isExportMode}g.prototype=i.default.extend({},d.default,{VALUE_LABEL_COLOR:"rgba(150, 150, 150, 0.6)",HIGHLIGHTED_OPACITY:1,HIGHLIGHTED_SYMBOL_OPACITY:1,UNHIGHLIGHTED_OPACITY:.5,UNHIGHLIGHTED_BASE_COLOR:"rgb(150, 150, 150)",DEFAULT_PLACEMENT:"right",DEFAULT_ELLIPSIS_MODE:"middle",POINT_VALUE_WIDTH:60,BASE_CONFIG:{borderWidth:0,symbolRadius:0,squareSymbol:!1},PLACEMENT_OPTIONS:{top:!0,left:!0,bottom:!0,right:!0,none:!0},PLACEMENT_TO_MARGIN_MAP:{top:12,left:15,bottom:2,right:2},OVERFLOW_TO_ELLIPSIS_MAP:{ellipsisStart:"start",ellipsisMiddle:"middle",ellipsisEnd:"end",ellipsisNone:"none",default:"start"},getConfig:function(){var t=!this.isMultiSeries&&this.PLACEMENT_OPTIONS.hasOwnProperty(this.properties.placement)?this.properties.placement:this.DEFAULT_PLACEMENT,e={left:!0,right:!0}.hasOwnProperty(t),n=this.clickEnabled?"pointer":"default",o={},s=!1;return this.properties.legendOptions&&(s=!0,o=this.properties.legendOptions),i.default.extend(!0,{},this.BASE_CONFIG,o,{enabled:!this.properties.isEmpty,align:e?t:"center",verticalAlign:e?"middle":t,layout:e?"vertical":"horizontal",itemWidth:this.isMultiSeries?150:null,margin:this.PLACEMENT_TO_MARGIN_MAP[t],navigation:{activeColor:(0,u.getThemeProperty)("LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE"),inactiveColor:(0,u.getThemeProperty)("LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE"),style:{color:(0,u.getThemeProperty)("LEGEND_OVERFLOW_FONT_COLOR")}},itemStyle:{cursor:n,color:this.properties.fontColor||(0,u.getThemeProperty)("DEFAULT_FONT_COLOR"),fontWeight:"normal",HcTextStroke:!0},itemHoverStyle:{cursor:n,color:this.properties.fontColor||(0,u.getThemeProperty)("DEFAULT_FONT_COLOR")},isOutlierLegend:s,renderItemsPreHook:(0,r.default)(this.renderItemsPreHook).bind(this),renderItemsPostHook:(0,r.default)(this.renderItemsPostHook).bind(this),renderPreHook:(0,r.default)(this.renderPreHook).bind(this),renderPostHook:(0,r.default)(this.renderPostHook).bind(this)})},onChartLoad:function(t){this.hcSeriesList=(0,r.default)(t.series).filter((function(t){return!1!==t.options.showInLegend})),this.hcSeriesList.length>0&&this.setSymbolFillOpacity(this.hcSeriesList[0])},onChartLoadOrRedraw:function(t){this.hcSeriesList=(0,r.default)(t.series).filter((function(t){return!1!==t.options.showInLegend})),this.removeEventHandlers(),this.addEventHandlers()},setSymbolFillOpacity:function(t){var e=t.legendSymbol||t.legendLine;if(e){var n=t.color!==c.stripOutAlpha(t.color),i=c.getComputedOpacity(e);this.HIGHLIGHTED_SYMBOL_OPACITY=0===i||n?1:i}},addEventHandlers:function(){var t=this,e={highlightDelay:125,unhighlightDelay:50,onMouseOver:function(e){t.selectField(e),t.trigger("mouseover",[e])},onMouseOut:function(e){t.unSelectField(e),t.trigger("mouseout",[e])}},n=new h.default(e);(0,r.default)(this.hcSeriesList).each((function(e){var o=e.name;(0,r.default)(this.getSeriesLegendObjects(e)).each((function(e){(0,i.default)(e.element).on("mouseover."+this.id,(function(){n.mouseOverHappened(o)})),(0,i.default)(e.element).on("mouseout."+this.id,(function(){n.mouseOutHappened(o)})),this.clickEnabled&&(0,i.default)(e.element).on("click."+this.id,(function(e){var n={type:"click",modifierKey:e.ctrlKey||e.metaKey};t.trigger(n,[o])}))}),this)}),this)},removeEventHandlers:function(){(0,r.default)(this.hcSeriesList).each((function(t){(0,r.default)(this.getSeriesLegendObjects(t)).each((function(t){(0,i.default)(t.element).off("."+this.id)}),this)}),this)},selectField:function(t){(0,r.default)(this.hcSeriesList).each((function(e){e.name!==t?this.unHighlightField(t,e):this.highlightField(t,e)}),this)},unSelectField:function(t){(0,r.default)(this.hcSeriesList).each((function(e){e.name!==t&&this.highlightField(t,e)}),this)},highlightField:function(t,e){e=e||this.getSeriesByFieldName(t);var n=this.getSeriesLegendObjects(e),i=e.color;n.item&&n.item.attr("fill-opacity",this.HIGHLIGHTED_OPACITY),n.line&&n.line.attr("stroke",i),n.symbol&&n.symbol.attr({fill:i,stroke:c.stripOutAlpha(i),"fill-opacity":this.HIGHLIGHTED_SYMBOL_OPACITY})},unHighlightField:function(t,e){e=e||this.getSeriesByFieldName(t);var n=this.getSeriesLegendObjects(e);n.item&&n.item.attr("fill-opacity",this.UNHIGHLIGHTED_OPACITY),n.line&&n.line.attr("stroke",this.UNHIGHLIGHTED_COLOR),n.symbol&&n.symbol.attr({fill:this.UNHIGHLIGHTED_COLOR,stroke:this.UNHIGHLIGHTED_COLOR,"fill-opacity":this.UNHIGHLIGHTED_OPACITY})},updateLegend:function(t){var e=this;e.hcSeriesList&&e.hcSeriesList.length&&t&&e.hcSeriesList.forEach((function(n,i){var r=t.filter((function(t){return t.seriesIndex===i}));if(r.length){var o="<span>"+a.escapeSVG(n.ellipsizedName)+' </span><span style="color: '+e.VALUE_LABEL_COLOR+'">'+r[0].formattedValue+"</span>";l.setLegendItemText(n.legendItem,o)}else l.setLegendItemText(n.legendItem,a.escapeSVG(n.ellipsizedName))}))},resetLegend:function(){this.hcSeriesList&&this.hcSeriesList.forEach((function(t){l.setLegendItemText(t.legendItem,a.escapeSVG(t.ellipsizedName))}))},getSeriesByFieldName:function(t){return(0,r.default)(this.hcSeriesList).find((function(e){return e.name===t}))},getSeriesLegendObjects:function(t){var e={};return t.legendItem&&(e.item=t.legendItem),t.legendSymbol&&(e.symbol=t.legendSymbol),t.legendLine&&(e.line=t.legendLine),e},destroy:function(){this.off(),this.removeEventHandlers(),this.hcSeriesList=null},renderItemsPreHook:function(t){var e=void 0,n=void 0,i=void 0,r=t.options,o=t.itemStyle,c=t.allItems,u=t.chart,d=u.renderer,h=u.spacingBox,p="horizontal"===r.layout,f=r.defaultFontSize||12,m=t.symbolWidth,g=r.symbolPadding,y=t.padding||0,b=[],M=new s.default(d);for(i=p?c.length>5?Math.floor(h.width/6):Math.floor(h.width/c.length)-(m+g+10):this.isMultiSeries&&!this.isExportMode?r.itemWidth-this.POINT_VALUE_WIDTH:Math.floor(h.width/6)-(m+g+y),r.originalFormatter||(r.originalFormatter=r.labelFormatter),e=0;e<c.length;e++)b.push(r.originalFormatter.call(c[e]));var v=M.adjustLabels(b,i,10,f,this.ellipsisMode);for(v.areEllipsized&&p&&c.length>5?(n=i+m+g+10,r.itemWidth=n):this.isMultiSeries&&!this.isExportMode||(r.itemWidth=void 0),e=0;e<c.length;e++)c[e].ellipsizedName=v.labels[e],c[e].legendItem&&(l.setLegendItemText(c[e].legendItem,a.escapeSVG(v.labels[e])),c[e].legendItem.css({"font-size":v.fontSize+"px"}));r.labelFormatter=function(){return a.escapeSVG(this.ellipsizedName)},o["font-size"]=v.fontSize+"px",t.itemMarginTop=f-v.fontSize,M.destroy()},renderItemsPostHook:function(t){var e,n=t.options,r=t.padding,s=t.lastItemY+t.lastLineHeight,a=t.chart.spacingBox.height-r,c=[p.default.legendOverflowUnclickable];(this.clickEnabled||c.push(p.default.legendItemUnclickable),n.isOutlierLegend&&c.push(p.default.outlierLegend),"function"==typeof(0,o.default)(t,"chart.container.classList.add"))&&(e=t.chart.container.classList).add.apply(e,c);if(s>a)n.verticalAlign="top",n.y=-r,t.offsetWidth<55&&(n.width=55);else{var l=this.getConfig();i.default.extend(n,{verticalAlign:l.verticalAlign,y:l.y,width:l.width})}},renderPreHook:function(t){var e=t.chart.renderer;this._rendererForExport=e.forExport,e.forExport=!0},renderPostHook:function(t){t.chart.renderer.forExport=this._rendererForExport}}),e.default=g,t.exports=e.default},function(t,e,n){var i=n(207);t.exports=function(t,e,n){var r=null==t?void 0:i(t,e);return void 0===r?n:r}},function(t,e,n){var i=n(208),r=n(237);t.exports=function(t,e){for(var n=0,o=(e=i(e,t)).length;null!=t&&n<o;)t=t[r(e[n++])];return n&&n==o?t:void 0}},function(t,e,n){var i=n(13),r=n(209),o=n(210),s=n(234);t.exports=function(t,e){return i(t)?t:r(t,e)?[t]:o(s(t))}},function(t,e,n){var i=n(13),r=n(14),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(i(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!r(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},function(t,e,n){var i=n(211),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,s=i((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(r,(function(t,n,i,r){e.push(i?r.replace(o,"$1"):n||t)})),e}));t.exports=s},function(t,e,n){var i=n(212);t.exports=function(t){var e=i(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}},function(t,e,n){var i=n(213);function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var s=t.apply(this,i);return n.cache=o.set(r,s)||o,s};return n.cache=new(r.Cache||i),n}r.Cache=i,t.exports=r},function(t,e,n){var i=n(214),r=n(229),o=n(231),s=n(232),a=n(233);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e,n){var i=n(215),r=n(221),o=n(228);t.exports=function(){this.size=0,this.__data__={hash:new i,map:new(o||r),string:new i}}},function(t,e,n){var i=n(216),r=n(217),o=n(218),s=n(219),a=n(220);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e,n){var i=n(33);t.exports=function(){this.__data__=i?i(null):{},this.size=0}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,n){var i=n(33),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(i){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return r.call(e,t)?e[t]:void 0}},function(t,e,n){var i=n(33),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return i?void 0!==e[t]:r.call(e,t)}},function(t,e,n){var i=n(33);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=i&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e,n){var i=n(222),r=n(223),o=n(225),s=n(226),a=n(227);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,n){var i=n(34),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=i(e,t);return!(n<0)&&(n==e.length-1?e.pop():r.call(e,n,1),--this.size,!0)}},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e,n){var i=n(34);t.exports=function(t){var e=this.__data__,n=i(e,t);return n<0?void 0:e[n][1]}},function(t,e,n){var i=n(34);t.exports=function(t){return i(this.__data__,t)>-1}},function(t,e,n){var i=n(34);t.exports=function(t,e){var n=this.__data__,r=i(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}},function(t,e,n){var i=n(22)(n(6),"Map");t.exports=i},function(t,e,n){var i=n(35);t.exports=function(t){var e=i(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,n){var i=n(35);t.exports=function(t){return i(this,t).get(t)}},function(t,e,n){var i=n(35);t.exports=function(t){return i(this,t).has(t)}},function(t,e,n){var i=n(35);t.exports=function(t,e){var n=i(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}},function(t,e,n){var i=n(235);t.exports=function(t){return null==t?"":i(t)}},function(t,e,n){var i=n(39),r=n(236),o=n(13),s=n(14),a=i?i.prototype:void 0,c=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return c?c.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r}},function(t,e,n){var i=n(14);t.exports=function(t){if("string"==typeof t||i(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},function(t,e,n){var i=n(239);"string"==typeof i&&(i=[[t.i,i,""]]);var r={transform:void 0};n(101)(i,r);i.locals&&(t.exports=i.locals)},function(t,e,n){(function(t){var e={enterprise:".legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button {\n cursor: default !important;\n}\n.legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button:active {\n pointer-events: none;\n}\n.legendOverflowUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-container {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item rect,\n .outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item text {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item path + text {\n pointer-events: auto;\n}\n",lite:".legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button {\n cursor: default !important;\n}\n.legendItemUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-button:active {\n pointer-events: none;\n}\n.legendOverflowUnclickable_legend-styles__guid__1feaae .highcharts-a11y-proxy-container {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item rect,\n .outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item text {\n pointer-events: none;\n}\n.outlierLegend_legend-styles__guid__1feaae .highcharts-legend-item path + text {\n pointer-events: auto;\n}\n"},n={enterprise:{legendItemUnclickable:"legendItemUnclickable_legend-styles__guid__1feaae",legendOverflowUnclickable:"legendOverflowUnclickable_legend-styles__guid__1feaae",outlierLegend:"outlierLegend_legend-styles__guid__1feaae"},lite:{legendItemUnclickable:"legendItemUnclickable_legend-styles__guid__1feaae",legendOverflowUnclickable:"legendOverflowUnclickable_legend-styles__guid__1feaae",outlierLegend:"outlierLegend_legend-styles__guid__1feaae"}},i=window.__splunkd_partials__&&window.__splunkd_partials__["/services/server/info"]&&window.__splunkd_partials__["/services/server/info"].entry[0].content.product_type,r=window.__splunk_ui_theme__,o=window.$C&&window.$C.SPLUNK_UI_THEME,s="lite"===(r||o||i)?"lite":"enterprise";function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}var c=t.guid||a()+a()+a()+a();Object.keys(n[s]).forEach((function(t){var e=n[s][t];n[s][t]=e.replace(/_guid_/g,c)})),e[s]=e[s].replace(/_guid_/g,c),t.exports=[[t.i,e[s],""]],t.exports.locals=n[s],t.guid=c}).call(e,n(26)(t))},function(t,e){t.exports=function(t){var e="undefined"!=typeof window&&window.location;if(!e)throw new Error("fixUrls requires window.location");if(!t||"string"!=typeof t)return t;var n=e.protocol+"//"+e.host,i=n+e.pathname.replace(/\/[^\/]*$/,"/");return t.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi,(function(t,e){var r,o=e.trim().replace(/^"(.*)"$/,(function(t,e){return e})).replace(/^'(.*)'$/,(function(t,e){return e}));return/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(o)?t:(r=0===o.indexOf("//")?o:0===o.indexOf("/")?n+o:i+o.replace(/^\.\//,""),"url("+JSON.stringify(r)+")")}))}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=s(n(0)),r=s(n(1)),o=n(4);function s(t){return t&&t.__esModule?t:{default:t}}function a(t){this.properties=t||{}}var c={seriesCompare:{positioner:function(t,e,n){var i=this.chart.plotWidth,r=this.chart.plotHeight,o=this.chart.plotLeft+i-t,s=n.plotX+this.chart.plotLeft-t/2;return{x:Math.max(this.chart.plotLeft,Math.min(s,o)),y:r+e/2+1}},shape:"square",shared:!0}};a.prototype={BASE_CONFIG:{enabled:!0,backgroundColor:(0,o.getThemeProperty)("TOOLTIP_BACKGROUND_COLOR"),borderColor:(0,o.getThemeProperty)("TOOLTIP_BORDER_COLOR"),hideDelay:0,style:{color:(0,o.getThemeProperty)("TOOLTIP_FONT_COLOR_SOFT")},positioner:function(t,e,n){var r=this.getPosition(t,e,n),o=this.chart.plotWidth,s=this.chart.plotHeight,a=(0,i.default)(this.chart.container).find('[name="reset-zoom"]');if(n.plotX>o&&(r.x=this.chart.plotLeft+o-t-8),n.plotX<0&&(r.x=this.chart.plotLeft+8),n.plotY<0&&(r.y=17),n.plotY>s&&(r.y=s-e+3),a.length>0){var c=a.position();if(c){var l=c.top+a.height();r.y<l&&(r.y=n.plotY+17)}}return this.chart.plotWidth===this.chart.plotSizeX&&n.h>0&&e-2+this.chart.plotTop>n.h&&(e+n.h>=s||e>=n.plotY)&&e+s+21<=this.chart.chartHeight&&(r.y=n.h+n.plotY+21),r},getAnchorPostHook:function(t,e,n){return t&&!r.default.isArray(t)&&"column"===t.series.options.type&&(n[0]=t.barX),n}},getConfig:function(){var t=this.properties.mode;return i.default.extend(!0,{},this.BASE_CONFIG,{backgroundColor:(0,o.getThemeProperty)("TOOLTIP_BACKGROUND_COLOR"),borderColor:(0,o.getThemeProperty)("TOOLTIP_BORDER_COLOR"),style:{color:(0,o.getThemeProperty)("TOOLTIP_FONT_COLOR_SOFT")}},{borderColor:this.properties.borderColor},c[t])},destroy:function(){}},e.default=a,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=h(n(0)),r=n(1),o=h(r),s=h(n(15)),a=n(4),c=h(n(53)),l=h(n(10)),u=h(n(57)),d=h(n(102));function h(t){return t&&t.__esModule?t:{default:t}}function p(){return"dark"===(0,a.getCurrentTheme)()?u.default.resetZoomButtonDark:u.default.resetZoomButton}function f(t,e){this.id=o.default.uniqueId("selection_window"),this.hcChart=t,this.renderer=t.renderer,this.axis=t.xAxis[0],this.axisHasTickmarksBetween="between"===this.axis.options.tickmarkPlacement,this.axisValueOffset=this.axis.tickmarkOffset,this.axisValueSnapper=e,this.isiOS=!!c.default.ios;var n=void 0,r=void 0;this.pointer=t.pointer,this.pointer.selectionMarker.renderer?(this.zIndex=this.pointer.selectionMarker.attr("zIndex"),n=this.pointer.selectionMarker.attr("x"),r=this.pointer.selectionMarker.attr("width")):(this.zIndex=7,n=this.pointer.selectionMarker.x,r=this.pointer.selectionMarker.width);var s=n,a=this.snapXValue(s+r,this.axisHasTickmarksBetween?"ceil":"round","max");this.x=this.snapXValue(s,this.axisHasTickmarksBetween?"floor":"round","min"),this.width=a-this.x,this.createResizeHandles(),this.ownedElements=[this.resizeHandleLeft.element,this.resizeHandleRight.element],this.updateExtremesValues();var l=(0,i.default)(this.hcChart.container);this.defaultContainerCursor=l.css("cursor"),l.on("mousemove."+this.id,(0,o.default)(this.onContainerMouseMove).bind(this)),this.initialized=!0}f.prototype=i.default.extend({},l.default,{handleWidth:c.default.ios?25:10,handleHeight:50,handleBorderColor:"rgb(255,255,255)",handleBgColor:"rgba(79,79,79,0.5)",handleBorderRadius:5,shadedAreaColor:"rgba(100,100,100,0.3)",handleDragStartEvent:function(t){var e=t.target;return!!(e===this.hcChart.chartBackground.element&&this.hcChart.isInsidePlot(t.chartX-this.hcChart.plotLeft,t.chartY-this.hcChart.plotTop)||(0,o.default)(this.ownedElements).contains(e))&&(this.originalTarget=e,this.mouseDownX=this.getCurrentX(),this.mouseDownWidth=this.getCurrentWidth(),this.isDragging=!0,!0)},handleDragEvent:function(t){this.originalTarget===this.hcChart.chartBackground.element&&this.dragSelectionMarker(t),this.originalTarget===this.resizeHandleLeft.element&&this.resizeSelectionLeft(t),this.originalTarget===this.resizeHandleRight.element&&this.resizeSelectionRight(t)},handleDropEvent:function(){this.isDragging&&(this.updateExtremesValues(),this.emitSelectionEvent(),this.isDragging=!1)},getExtremes:function(){return{min:this.startValue,max:this.endValue}},setExtremes:function(t){this.startValue=t.min,this.endValue=t.max},onContainerMouseMove:function(t){(t=this.pointer.normalize(t)).target===this.hcChart.chartBackground.element&&this.hcChart.isInsidePlot(t.chartX-this.hcChart.plotLeft,t.chartY-this.hcChart.plotTop)?(0,i.default)(this.hcChart.container).css("cursor","move"):(0,i.default)(this.hcChart.container).css("cursor",this.defaultContainerCursor)},onChartRedraw:function(){this.axisValueOffset=this.axis.tickmarkOffset,this.x=Math.round(this.axis.toPixels(this.startValue+this.axisValueOffset)),this.width=Math.round(this.axis.toPixels(this.endValue+this.axisValueOffset))-this.x,this.resizeHandleLeft.attr({y:this.hcChart.plotTop+this.hcChart.plotHeight/2-this.handleHeight/2}),this.resizeHandleRight.attr({y:this.hcChart.plotTop+this.hcChart.plotHeight/2-this.handleHeight/2}),this.shadedRegionLeft.attr({x:this.hcChart.plotLeft,y:this.hcChart.plotTop,height:this.hcChart.plotHeight}),this.shadedRegionRight.attr({y:this.hcChart.plotTop,height:this.hcChart.plotHeight}),this.positionResizeHandles("both")},destroy:function(){this.initialized&&(this.resizeHandleLeft.destroy(),this.resizeHandleRight.destroy(),this.handleVerticalLineLeft.destroy(),this.handleVerticalLineRight.destroy(),this.shadedRegionRight.destroy(),this.shadedRegionLeft.destroy(),this.$resetButton.remove(),this.initialized=!1),(0,i.default)(this.hcChart.container).off("mousemove."+this.id),this.off()},dragSelectionMarker:function(t){var e=this.getChartMouseDownX();this.x=this.snapXValue(this.mouseDownX+t.chartX-e,"round"),this.x=Math.max(this.x,this.hcChart.plotLeft),this.x=Math.min(this.x,this.hcChart.plotLeft+this.hcChart.plotWidth-this.getCurrentWidth()),this.positionResizeHandles("both")},resizeSelectionLeft:function(t){var e=this.getCurrentX(),n=this.getCurrentWidth(),i=this.getChartMouseDownX();this.x=this.snapXValue(this.mouseDownX+t.chartX-i,"round"),this.x=Math.max(this.x,this.hcChart.plotLeft);var r=e+n;this.x=Math.min(this.x,this.axis.toPixels(this.axis.toValue(r)-1)),this.width=n-this.x+e,this.positionResizeHandles("left")},resizeSelectionRight:function(t){this.x=this.getCurrentX();var e=this.getChartMouseDownX(),n=this.mouseDownWidth+t.chartX-e,i=this.snapXValue(this.x+n,"round");this.width=i-this.x,this.width=Math.min(this.width,this.hcChart.plotLeft+this.hcChart.plotWidth-this.x),this.width=Math.max(this.width,this.axis.toPixels(1)-this.axis.toPixels(0)),this.positionResizeHandles("right")},getChartMouseDownX:function(){return this.pointer.pinchDown[0]?this.pointer.pinchDown[0].chartX:this.pointer.mouseDownX},emitSelectionEvent:function(){var t=this.axis,e=t.toValue(this.x)+this.axisValueOffset,n=t.toValue(this.x+this.width)-this.axisValueOffset;this.trigger("rangeSelect",[e,n])},createResizeHandles:function(){var t={zIndex:this.zIndex+1,fill:{linearGradient:{x1:0,y1:.5,x2:1,y2:.5},stops:[[0,this.handleBgColor],[1/6,this.handleBorderColor],[2/6,this.handleBgColor],[.5,this.handleBorderColor],[4/6,this.handleBgColor],[5/6,this.handleBorderColor],[1,this.handleBgColor]]},"stroke-width":2,stroke:this.handleBgColor},e={"stroke-width":2,stroke:this.handleBgColor,zIndex:this.zIndex},n={zIndex:this.zIndex,fill:this.shadedAreaColor},r=this.hcChart.plotTop+this.hcChart.plotHeight/2-this.handleHeight/2;this.shadedRegionRight=this.renderer.rect(0,this.hcChart.plotTop,0,this.hcChart.plotHeight).attr(n).add(),this.handleVerticalLineRight=this.renderer.path().attr(e).add(),this.resizeHandleRight=this.renderer.rect(0,r,this.handleWidth,this.handleHeight,this.handleBorderRadius).attr(t).css({cursor:"ew-resize"}).add(),this.shadedRegionLeft=this.renderer.rect(this.hcChart.plotLeft,this.hcChart.plotTop,0,this.hcChart.plotHeight).attr(n).add(),this.handleVerticalLineLeft=this.renderer.path().attr(e).add(),this.resizeHandleLeft=this.renderer.rect(0,r,this.handleWidth,this.handleHeight,this.handleBorderRadius).attr(t).css({cursor:"ew-resize"}).add(),this.positionResizeHandles("both"),this.$resetButton=(0,i.default)(this.resetButtonTemplate({i18n:s.default,getThemedResetZoomButtonCls:p})),this.$resetButton.on("click",(function(t){t.preventDefault()})),this.$resetButton.css({top:this.hcChart.yAxis[0].top+"px",right:this.hcChart.xAxis[0].right+"px",position:"absolute"}),this.$resetButton.appendTo(this.hcChart.container)},positionResizeHandles:function(t){var e=this.x,n=e+this.width,i=this.hcChart.plotTop,r=i+this.hcChart.plotHeight,o=this.hcChart.plotLeft,s=o+this.hcChart.plotWidth;"both"!==t&&"left"!==t||(this.shadedRegionLeft.attr({width:e-o}),this.handleVerticalLineLeft.attr({d:["M",e,i,"L",e,r]}),this.resizeHandleLeft.attr({x:e-this.handleWidth/2})),"both"!==t&&"right"!==t||(this.shadedRegionRight.attr({x:n,width:s-n}),this.handleVerticalLineRight.attr({d:["M",n,i,"L",n,r]}),this.resizeHandleRight.attr({x:n-this.handleWidth/2}))},getCurrentX:function(){return this.resizeHandleLeft.attr("x")+this.handleWidth/2},getCurrentWidth:function(){return this.resizeHandleRight.attr("x")+this.handleWidth/2-this.getCurrentX()},snapXValue:function(t,e){var n=this.axis,i=n.toValue(t);return n.toPixels(this.axisValueSnapper(i-this.axisValueOffset,e)+this.axisValueOffset)},updateExtremesValues:function(){this.startValue=Math.round(this.axis.toValue(this.x)-this.axisValueOffset),this.endValue=Math.round(this.axis.toValue(this.x+this.width)-this.axisValueOffset)},resetButtonTemplate:(0,r.template)('<button class="<%= getThemedResetZoomButtonCls() %>" name="reset-zoom"><span class="'+u.default.resetZoomIcon+'">'+d.default+'</span><%= i18n._("Reset") %></button>')}),e.default=f,t.exports=e.default},function(t,e,n){(function(t){var e={enterprise:".button_button-styles__guid__1feaae {\n -webkit-animation: none 0s ease 0s 1 normal none running;\n animation: none 0s ease 0s 1 normal none running;\n -webkit-backface-visibility: visible;\n backface-visibility: visible;\n background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;\n border: medium none currentColor;\n border-collapse: separate;\n -webkit-border-image: none;\n border-image: none;\n border-radius: 0;\n border-spacing: 0;\n bottom: auto;\n box-shadow: none;\n box-sizing: content-box;\n caption-side: top;\n clear: none;\n clip: auto;\n color: #000;\n -webkit-columns: auto;\n columns: auto;\n -webkit-column-count: auto;\n column-count: auto;\n -webkit-column-fill: balance;\n column-fill: balance;\n -webkit-column-gap: normal;\n column-gap: normal;\n -webkit-column-rule: medium none currentColor;\n column-rule: medium none currentColor;\n -webkit-column-span: 1;\n column-span: 1;\n -webkit-column-width: auto;\n column-width: auto;\n content: normal;\n counter-increment: none;\n counter-reset: none;\n cursor: auto;\n direction: ltr;\n display: inline;\n empty-cells: show;\n float: none;\n font-family: serif;\n font-size: medium;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n font-stretch: normal;\n line-height: normal;\n height: auto;\n -webkit-hyphens: none;\n -ms-hyphens: none;\n hyphens: none;\n left: auto;\n letter-spacing: normal;\n list-style: disc outside none;\n margin: 0;\n max-height: none;\n max-width: none;\n min-height: 0;\n min-width: 0;\n opacity: 1;\n orphans: 2;\n outline: medium none invert;\n overflow: visible;\n overflow-x: visible;\n overflow-y: visible;\n padding: 0;\n page-break-after: auto;\n page-break-before: auto;\n page-break-inside: auto;\n -webkit-perspective: none;\n perspective: none;\n -webkit-perspective-origin: 50% 50%;\n perspective-origin: 50% 50%;\n position: static;\n right: auto;\n -moz-tab-size: 8;\n tab-size: 8;\n table-layout: auto;\n text-align: left;\n text-align-last: auto;\n text-decoration: none;\n text-indent: 0;\n text-shadow: none;\n text-transform: none;\n top: auto;\n -webkit-transform: none;\n transform: none;\n -webkit-transform-origin: 50% 50% 0;\n transform-origin: 50% 50% 0;\n -webkit-transform-style: flat;\n transform-style: flat;\n -webkit-transition: none 0s ease 0s;\n transition: none 0s ease 0s;\n unicode-bidi: normal;\n vertical-align: baseline;\n visibility: visible;\n white-space: normal;\n widows: 2;\n width: auto;\n word-spacing: normal;\n z-index: auto;\n font-family: 'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 20px;\n color: #3c444d;\n box-sizing: border-box;\n display: inline-block;\n border-width: 1px;\n visibility: inherit;\n outline: medium none #00a4fd;\n background: rgba(60, 68, 77, 0.4);\n border-radius: 3px;\n color: #ffffff;\n cursor: pointer;\n font-size: 12px;\n line-height: 27px;\n padding: 0 10px;\n z-index: 9999;\n}\n/* Fix for oversized buttons in Firefox */\n.button_button-styles__guid__1feaae::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n/* states */\n.button_button-styles__guid__1feaae:hover,\n .button_button-styles__guid__1feaae:active {\n background: rgba(60, 68, 77, 0.35);\n color: #ffffff;\n}\n.button_button-styles__guid__1feaae:focus {\n border-color: rgba(0, 164, 253, 0.8);\n color: #00a4fd;\n}\n.button_button-styles__guid__1feaae[disabled] {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button_button-styles__guid__1feaae[disabled]:hover {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button-dark-theme_button-styles__guid__1feaae {\n background: rgb(60, 68, 77);\n}\n.button-dark-theme_button-styles__guid__1feaae:hover,\n .button-dark-theme_button-styles__guid__1feaae:active {\n background: rgb(92, 103, 115);\n color: #ffffff;\n}\n.button-dark-theme_button-styles__guid__1feaae:focus {\n background: #2b3033;\n /* $gray23 */\n color: #006eaa;\n /* $accentColorD10 */\n}\n.panButton_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.panButtonDark_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.resetZoomButton_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomButtonDark_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomIcon_button-styles__guid__1feaae {\n margin-right: 3px;\n}\n",lite:".button_button-styles__guid__1feaae {\n -webkit-animation: none 0s ease 0s 1 normal none running;\n animation: none 0s ease 0s 1 normal none running;\n -webkit-backface-visibility: visible;\n backface-visibility: visible;\n background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;\n border: medium none currentColor;\n border-collapse: separate;\n -webkit-border-image: none;\n border-image: none;\n border-radius: 0;\n border-spacing: 0;\n bottom: auto;\n box-shadow: none;\n box-sizing: content-box;\n caption-side: top;\n clear: none;\n clip: auto;\n color: #000;\n -webkit-columns: auto;\n columns: auto;\n -webkit-column-count: auto;\n column-count: auto;\n -webkit-column-fill: balance;\n column-fill: balance;\n -webkit-column-gap: normal;\n column-gap: normal;\n -webkit-column-rule: medium none currentColor;\n column-rule: medium none currentColor;\n -webkit-column-span: 1;\n column-span: 1;\n -webkit-column-width: auto;\n column-width: auto;\n content: normal;\n counter-increment: none;\n counter-reset: none;\n cursor: auto;\n direction: ltr;\n display: inline;\n empty-cells: show;\n float: none;\n font-family: serif;\n font-size: medium;\n font-style: normal;\n font-variant: normal;\n font-weight: normal;\n font-stretch: normal;\n line-height: normal;\n height: auto;\n -webkit-hyphens: none;\n -ms-hyphens: none;\n hyphens: none;\n left: auto;\n letter-spacing: normal;\n list-style: disc outside none;\n margin: 0;\n max-height: none;\n max-width: none;\n min-height: 0;\n min-width: 0;\n opacity: 1;\n orphans: 2;\n outline: medium none invert;\n overflow: visible;\n overflow-x: visible;\n overflow-y: visible;\n padding: 0;\n page-break-after: auto;\n page-break-before: auto;\n page-break-inside: auto;\n -webkit-perspective: none;\n perspective: none;\n -webkit-perspective-origin: 50% 50%;\n perspective-origin: 50% 50%;\n position: static;\n right: auto;\n -moz-tab-size: 8;\n tab-size: 8;\n table-layout: auto;\n text-align: left;\n text-align-last: auto;\n text-decoration: none;\n text-indent: 0;\n text-shadow: none;\n text-transform: none;\n top: auto;\n -webkit-transform: none;\n transform: none;\n -webkit-transform-origin: 50% 50% 0;\n transform-origin: 50% 50% 0;\n -webkit-transform-style: flat;\n transform-style: flat;\n -webkit-transition: none 0s ease 0s;\n transition: none 0s ease 0s;\n unicode-bidi: normal;\n vertical-align: baseline;\n visibility: visible;\n white-space: normal;\n widows: 2;\n width: auto;\n word-spacing: normal;\n z-index: auto;\n font-family: 'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 14px;\n line-height: 20px;\n color: #3c444d;\n box-sizing: border-box;\n display: inline-block;\n border-width: 1px;\n visibility: inherit;\n outline: medium none #00a4fd;\n background: rgba(60, 68, 77, 0.4);\n border-radius: 3px;\n color: #ffffff;\n cursor: pointer;\n font-size: 12px;\n line-height: 27px;\n padding: 0 10px;\n z-index: 9999;\n}\n/* Fix for oversized buttons in Firefox */\n.button_button-styles__guid__1feaae::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n/* states */\n.button_button-styles__guid__1feaae:hover,\n .button_button-styles__guid__1feaae:active {\n background: rgba(60, 68, 77, 0.35);\n color: #ffffff;\n}\n.button_button-styles__guid__1feaae:focus {\n border-color: rgba(0, 164, 253, 0.8);\n color: #00a4fd;\n}\n.button_button-styles__guid__1feaae[disabled] {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button_button-styles__guid__1feaae[disabled]:hover {\n background: transparent;\n color: #c3cbd4;\n cursor: default;\n}\n.button-dark-theme_button-styles__guid__1feaae {\n background: rgb(60, 68, 77);\n}\n.button-dark-theme_button-styles__guid__1feaae:hover,\n .button-dark-theme_button-styles__guid__1feaae:active {\n background: rgb(92, 103, 115);\n color: #ffffff;\n}\n.button-dark-theme_button-styles__guid__1feaae:focus {\n background: #2b3033;\n /* $gray23 */\n color: #006eaa;\n /* $accentColorD10 */\n}\n.panButton_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.panButtonDark_button-styles__guid__1feaae {\n border-radius: 1px;\n line-height: 10px;\n padding: 4px 5px;\n}\n.resetZoomButton_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomButtonDark_button-styles__guid__1feaae {\n margin-top: 5px;\n margin-right: 10px;\n}\n.resetZoomIcon_button-styles__guid__1feaae {\n margin-right: 3px;\n}\n"},n={enterprise:{button:"button_button-styles__guid__1feaae","button-dark-theme":"button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButton:"panButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButtonDark:"panButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButton:"resetZoomButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButtonDark:"resetZoomButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomIcon:"resetZoomIcon_button-styles__guid__1feaae"},lite:{button:"button_button-styles__guid__1feaae","button-dark-theme":"button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButton:"panButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",panButtonDark:"panButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButton:"resetZoomButton_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomButtonDark:"resetZoomButtonDark_button-styles__guid__1feaae button-dark-theme_button-styles__guid__1feaae button_button-styles__guid__1feaae",resetZoomIcon:"resetZoomIcon_button-styles__guid__1feaae"}},i=window.__splunkd_partials__&&window.__splunkd_partials__["/services/server/info"]&&window.__splunkd_partials__["/services/server/info"].entry[0].content.product_type,r=window.__splunk_ui_theme__,o=window.$C&&window.$C.SPLUNK_UI_THEME,s="lite"===(r||o||i)?"lite":"enterprise";function a(){return Math.floor(65536*(1+Math.random())).toString(16).substring(1)}var c=t.guid||a()+a()+a()+a();Object.keys(n[s]).forEach((function(t){var e=n[s][t];n[s][t]=e.replace(/_guid_/g,c)})),e[s]=e[s].replace(/_guid_/g,c),t.exports=[[t.i,e[s],""]],t.exports.locals=n[s],t.guid=c}).call(e,n(26)(t))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=d(n(0)),r=d(n(1)),o=d(n(15)),s=n(4),a=d(n(10)),c=d(n(57)),l=d(n(245)),u=d(n(246));function d(t){return t&&t.__esModule?t:{default:t}}function h(){return"dark"===(0,s.getCurrentTheme)()?c.default.panButtonDark:c.default.panButton}function p(t,e){this.hcChart=t,this.distanceResolver=e,this.initialize()}p.prototype=i.default.extend({},a.default,{initialize:function(){var t=this.hcChart.xAxis[0].getExtremes(),e='<button class="'+h()+'" name="pan-left" title="'+o.default._("Pan Left")+'">'+l.default+"</button>",n='<button class="'+h()+'" name="pan-right" title="'+o.default._("Pan Right")+'">'+u.default+"</button>";this.panRightButton||(this.panRightButton=(0,i.default)(n),("between"===this.hcChart.xAxis[0].options.tickmarkPlacement&&t.max>=t.dataMax||"on"===this.hcChart.xAxis[0].options.tickmarkPlacement&&t.max>t.dataMax)&&this.panRightButton.attr("disabled","disabled"),(0,i.default)(this.hcChart.container).append(this.panRightButton)),this.panLeftButton||(this.panLeftButton=(0,i.default)(e),t.min<=t.dataMin&&this.panLeftButton.attr("disabled","disabled"),(0,i.default)(this.hcChart.container).append(this.panLeftButton));var s=this;this.debouncedPanLeft=r.default.debounce((function(){s.handlePan("left"),s.positionButtons()})),this.debouncedPanRight=r.default.debounce((function(){s.handlePan("right"),s.positionButtons()})),this.positionButtons(),this.bindPanListeners()},positionButtons:function(){var t=this.hcChart.legend.options,e=this.hcChart.plotHeight+this.hcChart.plotTop+4,n=this.hcChart.xAxis[0].left-20,i=this.hcChart.xAxis[0].right-("right"===t.align?20:0);this.panRightButton.css({position:"absolute",top:e+"px",right:i+"px"}),this.panLeftButton.css({position:"absolute",top:e+"px",left:n+"px"})},handlePan:function(t){var e=this.hcChart.xAxis[0],n=e.getExtremes(),i=Math.round(n.min),o=Math.round(n.max),s=this.distanceResolver(e,t),a=void 0,c=void 0,l=void 0,u=void 0,d=void 0;"left"===t?(u=n.dataMin,c=Math.max(u,i-s.min),l=o-s.max,c<i&&(c<=u&&this.panLeftButton.attr("disabled","disabled"),this.panRightButton.attr("disabled")&&this.panRightButton.removeAttr("disabled"),a=!0)):"right"===t&&(d=n.dataMax+("between"===this.hcChart.xAxis[0].options.tickmarkPlacement?0:1),r.default.has(this.hcChart.xAxis[0].options,"max")&&(d=Math.max(d,this.hcChart.xAxis[0].options.max)),l=Math.min(d,o+s.max),c=i+s.min,l>o&&(l>=d&&this.panRightButton.attr("disabled","disabled"),this.panLeftButton.attr("disabled")&&this.panLeftButton.removeAttr("disabled"),a=!0)),e.setExtremes(c,l,!1,!1,{trigger:"pan"}),a&&this.hcChart.redraw(!1)},bindPanListeners:function(){var t=this,e=void 0,n=function(){e&&clearInterval(e)},i=this.hcChart.xAxis[0],r=void 0;this.panLeftButton&&(this.panLeftButton.on("click",(function(e){e.preventDefault(),t.debouncedPanLeft()})),this.panLeftButton.on("mousedown",(function(){n(),e=window.setInterval((function(){t.handlePan("left")}),200)})),this.panLeftButton.on("mouseup",(function(){n(),r=i.getExtremes(),t.trigger("pan",[r.min,r.max])}))),this.panRightButton&&(this.panRightButton.on("click",(function(e){e.preventDefault(),t.debouncedPanRight()})),this.panRightButton.on("mousedown",(function(){n(),e=window.setInterval((function(){t.handlePan("right")}),200)})),this.panRightButton.on("mouseup",(function(){n(),r=i.getExtremes(),t.trigger("pan",[r.min,r.max])})))},onChartResize:function(){this.panLeftButton&&this.panRightButton&&this.positionButtons()},onChartRedraw:function(){this.panLeftButton&&this.panRightButton&&this.positionButtons()},destroy:function(){this.panLeftButton&&(this.panLeftButton.remove(),this.panLeftButton=void 0),this.panRightButton&&(this.panRightButton.remove(),this.panRightButton=void 0),this.off()}}),e.default=p,t.exports=e.default},function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 885 1500" width="6px" height="10px"><path d="M 751.027 1500 L 0 750 750 0 l 134.59 134.59 L 269.177 750 l 615.41 615.41" fill="currentColor"></path></svg>'},function(t,e){t.exports='<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 885 1500" width="6px" height="10px"><path d="M134.59 0 l 750 750 -751.028 750 L 0 1365.41 615.41 750 0 134.59" fill="currentColor"></path></svg>'},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=u(n(0)),r=u(n(1)),o=u(n(15)),s=n(4),a=u(n(10)),c=u(n(57)),l=u(n(102));function u(t){return t&&t.__esModule?t:{default:t}}function d(t){this.hcChart=t,this.initialize(),this.debouncedZoomOut=r.default.debounce((function(){t.zoomOut()}))}d.prototype=i.default.extend({},a.default,{initialize:function(){this.hcChart.xAxis[0].getExtremes();var t='<button class="'+("dark"===(0,s.getCurrentTheme)()?c.default.resetZoomButtonDark:c.default.resetZoomButton)+'" name="reset-zoom"><span class="'+c.default.resetZoomIcon+'">'+l.default+"</span>"+o.default._("Reset Zoom")+"</button>";this.zoomOutBtn||(this.zoomOutBtn=(0,i.default)(t),(0,i.default)(this.hcChart.container).append(this.zoomOutBtn));var e=this.hcChart.yAxis[0].top,n=this.hcChart.xAxis[0].right;this.zoomOutBtn.css({position:"absolute",top:e+"px",right:n+"px"}),this.addEventHandlers()},addEventHandlers:function(){var t=this;this.zoomOutBtn&&this.zoomOutBtn.on("click",(function(e){e.preventDefault(),t.debouncedZoomOut()}))},destroy:function(){this.zoomOutBtn&&(this.zoomOutBtn.remove(),this.zoomOutBtn=void 0),this.off()}}),e.default=d,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(0)),r=c(n(1)),o=n(2),s=n(4),a=c(n(103));function c(t){return t&&t.__esModule?t:{default:t}}function l(t){a.default.call(this,t),this.showLabels=t.showLabels,this.splitSeries=t.splitSeries}(0,o.inherit)(l,a.default),l.prototype=i.default.extend(l.prototype,{onChartLoadOrRedraw:function(t){"minmax"===this.showLabels&&this.displayMinMax(t.series),"all"===this.showLabels&&this.removeRepeatedZeroValues(t.series)},destroy:function(){this.off()},onChartLoad:function(){},displayMinMax:function(t){var e=r.default.flatten(r.default.pluck(t,"points"));r.default.each(e,(function(t){t.dataLabel&&t.dataLabel.element&&t.dataLabel.element.setAttribute("display","none")}));var n=void 0,i=void 0,o=t.length,s=[],a=[];for(n=0;n<o;n++){var c=void 0,l=void 0,u=t[n].xAxis.getExtremes(),d=u.userMin||u.dataMin,h=u.userMax||u.dataMax;for(a=[],i=0;i<t[n].points.length;i++)(l=(c=t[n].points[i]).x)>=d&&l<=h&&a.push(c);s.push(a)}for(this.splitSeries||(s=[r.default.flatten(s)]),n=0;n<s.length;n++){var p=r.default.filter(s[n],(function(t){return!r.default.isNull(t.y)&&t.dataLabel})),f=r.default.min(p,(function(t){return t.y})),m=r.default.max(p,(function(t){return t.y}));m.dataLabel&&m.dataLabel.element.removeAttribute("display"),f.dataLabel&&f.dataLabel.element.removeAttribute("display")}},getConfig:function(){return i.default.extend(!0,a.default.prototype.getConfig.call(this),{style:{color:(0,s.getThemeProperty)("DEFAULT_FONT_COLOR"),fontWeight:"normal",textOutline:"none"},allowOverlap:!0})},removeRepeatedZeroValues:function(t){var e=r.default.flatten(r.default.pluck(t,"points"));r.default.each(e,(function(t){t.dataLabel&&t.dataLabel.element&&t.dataLabel.element.removeAttribute("display")})),r.default.min(r.default.pluck(e,"y"))>=0&&r.default.each(e,(function(t){0===t.y&&t.dataLabel&&t.dataLabel.element&&t.dataLabel.element.setAttribute("display","none")}))}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=h(n(250)),r=h(n(269)),o=h(n(60)),s=h(n(62)),a=h(n(270)),c=h(n(107)),l=h(n(271)),u=h(n(272)),d=h(n(273));function h(t){return t&&t.__esModule?t:{default:t}}e.default={create:function(t){return"column"===t.type?new i.default(t):"bar"===t.type?new r.default(t):"line"===t.type?new o.default(t):"area"===t.type?new s.default(t):"pie"===t.type?new a.default(t):"scatter"===t.type?new c.default(t):"bubble"===t.type?new l.default(t):"range"===t.type?new u.default(t):"outlier"===t.type?new d.default(t):new i.default(t)}},t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=u(n(9)),r=u(n(0)),o=u(n(1)),s=n(2),a=n(7),c=n(5),l=u(n(58));function u(t){return t&&t.__esModule?t:{default:t}}function d(t){l.default.call(this,t)}(0,s.inherit)(d,l.default),r.default.extend(d.prototype,{CHARTING_PROPERTY_WHITELIST:o.default.union(["columnSpacing","columnFillOpacity"],l.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"column",processProperties:function(){this.fillOpacity=(0,c.parseFloat)(this.properties.columnFillOpacity)||1,this.strokeWidth="overlay"===this.properties.columnGrouping&&"default"===this.properties.stacking?1:0},getConfig:function(){var t=l.default.prototype.getConfig.call(this),e=this.getColor();t.color=(0,a.addAlphaToColor)(e,this.fillOpacity);var n=this.properties.seriesSpacing;return this.strokeWidth>0&&(t.lineWidth=this.strokeWidth,t.borderWidth=this.strokeWidth,t.borderColor=this.getColor(),n=n?(0,c.parseFloat)(n)+this.strokeWidth:this.strokeWidth),t.pointPadding=this.computeColumnSpacing(this.properties.columnSpacing),t.groupPadding=this.computeColumnGroupSpacing(n),t},onChartLoadOrRedraw:function(t){l.default.prototype.onChartLoadOrRedraw.call(this,t),this.strokeWidth>0&&this.hcSeries.legendSymbol.attr({stroke:this.getColor(),"stroke-width":1})},highlight:function(){var t=this;if(this.hcSeries){var e=this.strokeWidth>0?{stroke:this.getColor()}:{"stroke-width":0};this.hcSeries.data.forEach((function(n){n.graphic&&n.graphic.attr((0,i.default)({fill:t.getColor(),"fill-opacity":t.fillOpacity},e))}))}},selectPoint:function(t){var e=this.hcSeries.data[t.index].shapeArgs,n=this.hcSeries.chart.renderer,r=this.hcSeries.group,o=this.strokeWidth>0?{stroke:this.getColor(),"stroke-width":this.strokeWidth,"stroke-linejoin":"round","stroke-opacity":1}:{};this.selectedPointGraphic=n.rect(e.x,e.y,e.width,e.height).attr((0,i.default)({fill:this.getColor(),"fill-opacity":this.fillOpacity,zIndex:1},o)).add(r)},bringToFront:function(){}}),e.default=d,t.exports=e.default},function(t,e,n){t.exports={default:n(252),__esModule:!0}},function(t,e,n){n(253),n(262),t.exports=n(20).Array.from},function(t,e,n){"use strict";var i=n(254)(!0);n(255)(String,"String",(function(t){this._t=String(t),this._i=0}),(function(){var t,e=this._t,n=this._i;return n>=e.length?{value:void 0,done:!0}:(t=i(e,n),this._i+=t.length,{value:t,done:!1})}))},function(t,e,n){var i=n(50),r=n(49);t.exports=function(t){return function(e,n){var o,s,a=String(r(e)),c=i(n),l=a.length;return c<0||c>=l?t?"":void 0:(o=a.charCodeAt(c))<55296||o>56319||c+1===l||(s=a.charCodeAt(c+1))<56320||s>57343?t?a.charAt(c):o:t?a.slice(c,c+2):s-56320+(o-55296<<10)+65536}}},function(t,e,n){"use strict";var i=n(95),r=n(45),o=n(256),s=n(28),a=n(59),c=n(257),l=n(105),u=n(261),d=n(12)("iterator"),h=!([].keys&&"next"in[].keys()),p=function(){return this};t.exports=function(t,e,n,f,m,g,y){c(n,e,f);var b,M,v,_=function(t){if(!h&&t in w)return w[t];switch(t){case"keys":case"values":return function(){return new n(this,t)}}return function(){return new n(this,t)}},x=e+" Iterator",L="values"==m,A=!1,w=t.prototype,T=w[d]||w["@@iterator"]||m&&w[m],k=T||_(m),S=m?L?_("entries"):k:void 0,O="Array"==e&&w.entries||T;if(O&&(v=u(O.call(new t)))!==Object.prototype&&v.next&&(l(v,x,!0),i||"function"==typeof v[d]||s(v,d,p)),L&&T&&"values"!==T.name&&(A=!0,k=function(){return T.call(this)}),i&&!y||!h&&!A&&w[d]||s(w,d,k),a[e]=k,a[x]=p,m)if(b={values:L?k:_("values"),keys:g?k:_("keys"),entries:S},y)for(M in b)M in w||o(w,M,b[M]);else r(r.P+r.F*(h||A),e,b);return b}},function(t,e,n){t.exports=n(28)},function(t,e,n){"use strict";var i=n(258),r=n(48),o=n(105),s={};n(28)(s,n(12)("iterator"),(function(){return this})),t.exports=function(t,e,n){t.prototype=i(s,{next:r(1,n)}),o(t,e+" Iterator")}},function(t,e,n){var i=n(30),r=n(259),o=n(97),s=n(51)("IE_PROTO"),a=function(){},c=function(){var t,e=n(88)("iframe"),i=o.length;for(e.style.display="none",n(260).appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("<script>document.F=Object<\/script>"),t.close(),c=t.F;i--;)delete c.prototype[o[i]];return c()};t.exports=Object.create||function(t,e){var n;return null!==t?(a.prototype=i(t),n=new a,a.prototype=null,n[s]=t):n=c(),void 0===e?n:r(n,e)}},function(t,e,n){var i=n(29),r=n(30),o=n(89);t.exports=n(21)?Object.defineProperties:function(t,e){r(t);for(var n,s=o(e),a=s.length,c=0;a>c;)i.f(t,n=s[c++],e[n]);return t}},function(t,e,n){var i=n(19).document;t.exports=i&&i.documentElement},function(t,e,n){var i=n(31),r=n(52),o=n(51)("IE_PROTO"),s=Object.prototype;t.exports=Object.getPrototypeOf||function(t){return t=r(t),i(t,o)?t[o]:"function"==typeof t.constructor&&t instanceof t.constructor?t.constructor.prototype:t instanceof Object?s:null}},function(t,e,n){"use strict";var i=n(87),r=n(45),o=n(52),s=n(263),a=n(264),c=n(93),l=n(265),u=n(266);r(r.S+r.F*!n(268)((function(t){Array.from(t)})),"Array",{from:function(t){var e,n,r,d,h=o(t),p="function"==typeof this?this:Array,f=arguments.length,m=f>1?arguments[1]:void 0,g=void 0!==m,y=0,b=u(h);if(g&&(m=i(m,f>2?arguments[2]:void 0,2)),null==b||p==Array&&a(b))for(n=new p(e=c(h.length));e>y;y++)l(n,y,g?m(h[y],y):h[y]);else for(d=b.call(h),n=new p;!(r=d.next()).done;y++)l(n,y,g?s(d,m,[r.value,y],!0):r.value);return n.length=y,n}})},function(t,e,n){var i=n(30);t.exports=function(t,e,n,r){try{return r?e(i(n)[0],n[1]):e(n)}catch(e){var o=t.return;throw void 0!==o&&i(o.call(t)),e}}},function(t,e,n){var i=n(59),r=n(12)("iterator"),o=Array.prototype;t.exports=function(t){return void 0!==t&&(i.Array===t||o[r]===t)}},function(t,e,n){"use strict";var i=n(29),r=n(48);t.exports=function(t,e,n){e in t?i.f(t,e,r(0,n)):t[e]=n}},function(t,e,n){var i=n(267),r=n(12)("iterator"),o=n(59);t.exports=n(20).getIteratorMethod=function(t){if(null!=t)return t[r]||t["@@iterator"]||o[i(t)]}},function(t,e,n){var i=n(92),r=n(12)("toStringTag"),o="Arguments"==i(function(){return arguments}());t.exports=function(t){var e,n,s;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=Object(t),r))?n:o?i(e):"Object"==(s=i(e))&&"function"==typeof e.callee?"Arguments":s}},function(t,e,n){var i=n(12)("iterator"),r=!1;try{var o=[7][i]();o.return=function(){r=!0},Array.from(o,(function(){throw 2}))}catch(t){}t.exports=function(t,e){if(!e&&!r)return!1;var n=!1;try{var o=[7],s=o[i]();s.next=function(){return{done:n=!0}},o[i]=function(){return s},t(o)}catch(t){}return n}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=a(n(1)),o=n(2),s=a(n(58));function a(t){return t&&t.__esModule?t:{default:t}}function c(t){s.default.call(this,t)}(0,o.inherit)(c,s.default),i.default.extend(c.prototype,{CHARTING_PROPERTY_WHITELIST:r.default.union(["barSpacing"],s.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"bar",getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.pointPadding=this.computeBarSpacing(this.properties.barSpacing),t.groupPadding=this.computeBarGroupSpacing(this.properties.seriesSpacing),t},bringToFront:function(){}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=d(n(9)),r=d(n(0)),o=d(n(1)),s=n(2),a=u(n(3)),c=u(n(54)),l=d(n(106));function u(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function d(t){return t&&t.__esModule?t:{default:t}}function h(t){l.default.call(this,t)}(0,s.inherit)(h,l.default),r.default.extend(h.prototype,{UNHIGHLIGHTED_OPACITY:1,UNHIGHLIGHTED_BASE_COLOR:"rgb(225, 225, 225)",CHARTING_PROPERTY_WHITELIST:o.default.union(["sliceCollapsingThreshold","sliceCollapsingLabel","showPercent","pieInnerSize"],l.default.prototype.CHARTING_PROPERTY_WHITELIST),type:"pie",hasPrettyData:!1,fieldList:[],processProperties:function(){if(this.collapseFieldName=this.properties.sliceCollapsingLabel||"other",this.collapsePercent=.01,this.innerSize="0%",this.properties.hasOwnProperty("pieInnerSize")){var t=parseFloat(this.properties.pieInnerSize);t>=0&&t<=1&&(this.innerSize=100*t+"%")}if(this.properties.hasOwnProperty("sliceCollapsingThreshold")){var e=parseFloat(this.properties.sliceCollapsingThreshold);e>=0&&e<=1&&(this.collapsePercent=e)}},getConfig:function(){return r.default.extend(l.default.prototype.getConfig.call(this),{translatePreHook:(0,o.default)(this.translatePreHook).bind(this),innerSize:this.innerSize})},collapseData:function(t,e,n,i,r,s,a,l,u){var d=this,h=t.spans,p=0,f=1===i?0:i;if((0,o.default)(e).each((function(t,e){var m=n[e];if(1===i&&0===m&&1===r||s(m)||1===r&&!i||a<=10&&!i)if(u){var g=c.extractBdTime(t),y=c.formatBdTimeAsAxisLabel(g,null,l).join(" "),b=h[e];d.data.push([t,m,b]),d.prettyData.push([y,m,b])}else d.data.push([t,m]);else p+=m,f++,d.fieldList=(0,o.default)(d.fieldList).without(t)})),f>0){var m=this.collapseFieldName+" ("+f+")";this.data.push([m,p]),this.prettyData.push([m,p,null]),this.fieldList.push("__other")}},setData:function(t){var e=this.data;this.data=[],this.prettyData=[];var n=this,i=[],r=[],s=Number.MAX_VALUE,l=0,u=t.sizes.filter((function(t){return 0===t})).length;(0,o.default)(t.sizes).each((function(e,n){(e>0||1===u&&0===e)&&(i.push(t.names[n]),r.push(e),l+=1,e<s&&(s=e))}));var d=t.isTimeBased,h=(0,o.default)(r).reduce((function(t,e){return t+e}),0),p=0,f=null,m=function(t){return t>0&&t/h>n.collapsePercent};d&&(f=c.determineLabelGranularity(i),this.hasPrettyData=!0),this.fieldList=(0,o.default)(i).map(a.escapeSVG,a),(0,o.default)(r).each((function(t,e){u>1&&0===t?(r[e]=t,u+=1):m(t)||p++}),this),this.collapseData(t,i,r,u,p,m,l,f,d),o.default.isEqual(this.data,e)||(this._dataIsDirty=!0)},getFieldList:function(){return this.fieldList},getData:function(){return this.data},getPrettyData:function(){return this.prettyData},highlightPoint:function(t){if(t.graphic){var e=t.color;t.graphic.attr({fill:e,"stroke-width":0,stroke:e})}},getTooltipRows:function(t){return[[t.sliceFieldName,t.sliceName],[(0,i.default)({text:t.seriesName},t.shouldColorizeTooltipData&&{color:t.sliceColor}),t.yValue],[(0,i.default)({text:t.seriesName+"%"},t.shouldColorizeTooltipData&&{color:t.sliceColor}),t.yPercent]]},translatePreHook:function(t){var e=t.chart;t.options.dataLabels.enabled?t.options.size=Math.min(.75*e.plotHeight,e.plotWidth/3):t.options.size=Math.min(.75*e.plotHeight,.75*e.plotWidth)}}),e.default=h,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(0)),r=c(n(1)),o=n(2),s=c(n(106)),a=c(n(107));function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){s.default.call(this,t,e)}(0,o.inherit)(l,s.default),i.default.extend(l.prototype,{HIGHLIGHTED_OPACITY:.5,type:"bubble",setData:function(t){var e=this.data;this.data=(0,r.default)(t.x).map((function(e,n){return[e,t.y[n],t.z[n]]})),r.default.isEqual(this.data,e)||(this._dataIsDirty=!0)},getTooltipRows:function(t){for(var e,n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];var o=(e=a.default.prototype.getTooltipRows).call.apply(e,[this,t].concat(i));return o.push([t.zAxisName,t.zValue]),o}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=l(n(0)),r=l(n(1)),o=n(2),s=l(n(62)),a=l(n(60)),c=l(n(108));function l(t){return t&&t.__esModule?t:{default:t}}function u(t){this.threshold=0,s.default.call(this,t)}function d(t){s.default.call(this,t)}function h(t){c.default.call(this,t),this.rangeStackId=r.default.uniqueId("rangeStack_"),this.predictedSeries=new a.default(this.getPredictedSeriesProperties()),this.lowerSeries=new u(this.getLowerSeriesProperties()),this.upperSeries=new d(this.getUpperSeriesProperties()),this.nestedSeriesList=[this.upperSeries,this.lowerSeries,this.predictedSeries],this.bindNestedSeries()}(0,o.inherit)(u,s.default),i.default.extend(u.prototype,{HIGHLIGHTED_OPACITY:0,UNHIGHLIGHTED_OPACITY:0,UNHIGHLIGHTED_LINE_OPACITY:.25,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return i.default.extend({},s.default.prototype.normalizeProperties.apply(this,e),{lineStyle:"dashed",stacking:"stacked"})},setData:function(t){s.default.prototype.setData.call(this,t);var e=(0,r.default)(t.y).min(),n=this.threshold;this.threshold=Math.min(e,0),this.threshold!==n&&(this._isDirty=!0)},getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.showInLegend=!1,t.threshold=this.threshold,t.stack=this.properties.stack,t}}),(0,o.inherit)(d,s.default),i.default.extend(d.prototype,{HIGHLIGHTED_OPACITY:.25,UNHIGHLIGHTED_OPACITY:.1,UNHIGHLIGHTED_LINE_OPACITY:.25,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return i.default.extend({},s.default.prototype.normalizeProperties.apply(this,e),{lineStyle:"dashed",stacking:"stacked"})},getConfig:function(){var t=s.default.prototype.getConfig.call(this);return t.showInLegend=!1,t.stack=this.properties.stack,t}}),(0,o.inherit)(h,c.default),i.default.extend(h.prototype,{type:"range",update:function(t){this.properties=this.normalizeProperties(t),this.predictedSeries.update(this.getPredictedSeriesProperties()),this.lowerSeries.update(this.getLowerSeriesProperties()),this.upperSeries.update(this.getUpperSeriesProperties())},setData:function(t){this.predictedSeries.setData({y:t.predicted,x:t.x}),this.lowerSeries.setData({y:t.lower,x:t.x}),t.upper=(0,r.default)(t.upper).map((function(e,n){if((0,r.default)(e).isNull())return null;var i=e-t.lower[n];return Math.max(i,0)})),this.upperSeries.setData({y:t.upper,x:t.x})},getPredictedSeriesProperties:function(){return this.properties},getLowerSeriesProperties:function(){return i.default.extend({},this.properties,{name:this.properties.names.lower,legendKey:this.predictedSeries.getLegendKey(),stack:this.rangeStackId})},getUpperSeriesProperties:function(){return i.default.extend({},this.properties,{name:this.properties.names.upper,legendKey:this.predictedSeries.getLegendKey(),stack:this.rangeStackId})},getFieldList:function(){return this.predictedSeries.getFieldList()},applyColorMapping:function(t){this.predictedSeries.applyColorMapping(t);var e=this.predictedSeries.getColor(),n={},i={};n[this.lowerSeries.getName()]=e,this.lowerSeries.applyColorMapping(n),i[this.upperSeries.getName()]=e,this.upperSeries.applyColorMapping(i)},handlePointMouseOver:function(){this.bringToFront(),this.highlight()},handlePointMouseOut:function(){},handleLegendMouseOver:function(){this.bringToFront(),this.highlight()},handleLegendMouseOut:function(){}}),e.default=h,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=h(n(0)),r=h(n(1)),o=n(2),s=n(32),a=n(4),c=h(n(62)),l=h(n(60)),u=h(n(108)),d=h(n(61));function h(t){return t&&t.__esModule?t:{default:t}}function p(t){c.default.call(this,t)}function f(t){c.default.call(this,t)}function m(t){l.default.call(this,t)}function g(t){d.default.call(this,t),this.actualSeries=new m(this.getActualSeriesProperties()),this.lowerSeries=new p(this.getLowerSeriesProperties()),this.upperSeries=new f(this.getUpperSeriesProperties()),this.nestedSeriesList=[this.actualSeries,this.upperSeries,this.lowerSeries]}(0,o.inherit)(p,c.default),i.default.extend(p.prototype,{HIGHLIGHTED_OPACITY:0,UNHIGHLIGHTED_OPACITY:0,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return i.default.extend({},c.default.prototype.normalizeProperties.apply(this,e),{showLines:!1,stacking:"stacked"})},setData:function(t){c.default.prototype.setData.call(this,t)},getConfig:function(){return c.default.prototype.getConfig.call(this)}}),(0,o.inherit)(f,c.default),i.default.extend(f.prototype,{HIGHLIGHTED_OPACITY:.5,normalizeProperties:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return i.default.extend({},c.default.prototype.normalizeProperties.apply(this,e),{showLines:!1,stacking:"stacked"})},getConfig:function(){return c.default.prototype.getConfig.call(this)}}),(0,o.inherit)(m,l.default),i.default.extend(m.prototype,{getTooltipHtml:function(t,e){var n=t.pointIndex,i=t.xValue,r=e.series.find((function(t){return"line"===t.type})),o=r.yData,s=void 0===o?[]:o,a=r.name,c=e.series.find((function(t){return"lowerBound"===t.name})).yData,l=void 0===c?[]:c,u=e.series.find((function(t){return"upperBound"===t.name})).yData,d=void 0===u?[]:u;d=d.map((function(t,e){return t+l[e]}));var h=s[n],p=l[n],f=d[n],m=new Date(i).toLocaleTimeString("en-us",{weekday:"long",year:"numeric",month:"short",day:"numeric",hour:"2-digit",hour12:!1,minute:"2-digit"}),g=p||f?"\n <div>\n <strong>Thresholds:</strong> <span>"+(p&&p.toLocaleString())+"</span> ↔ <span>"+(f&&f.toLocaleString())+"</span>\n </div>\n ":"";return'\n <div class="highcharts-tooltip">\n <strong>'+m+'</strong>\n <div style="margin-top: 5px;">\n <strong>'+a+": </strong> <span>"+(h&&h.toLocaleString())+"</span>\n </div>\n "+g+"\n </div>\n "}}),(0,o.inherit)(g,d.default),i.default.extend(g.prototype,{type:"outlier",onChartLoadOrRedraw:function(t){(0,r.default)(this.nestedSeriesList).invoke("onChartLoadOrRedraw",t)},getConfig:function(){return u.default.prototype.getConfig.call(this).map((function(t){if("area"!==t.type){var e=t.color,n=t.data,i=void 0,r=void 0,o=[];n.forEach((function(t,a){var c=t.x,l=t.marker;l&&!i&&n[a+1]&&n[a+1].marker?i=c:!l||n[a+1]&&n[a+1].marker||!i||(r=c),null!=i&&null!=r&&(o.push({color:e,value:i},{color:s.COLORS.SEMANTIC_WARNING,value:r}),i=void 0,r=void 0)})),t.zoneAxis="x",t.zones=o}return t}))},setData:function(t){var e=this.data;this.data=t,t.actual=(0,r.default)(t.actual).map((function(e,n){return 1===t.isOutlier[n]?{y:e,isOutlier:!0}:e})),this.actualSeries.setData({y:t.actual,x:t.x},{isOutlierField:!0}),this.lowerSeries.setData({y:t.lower,x:t.x}),t.upper=(0,r.default)(t.upper).map((function(e,n){if((0,r.default)(e).isNull())return null;var i=e-t.lower[n];return Math.max(i,0)})),this.upperSeries.setData({y:t.upper,x:t.x}),r.default.isEqual(this.data,e)||(this._dataIsDirty=!0)},getActualSeriesProperties:function(){return i.default.extend({},this.properties,{legendOptions:{reversed:!0,title:{style:{fontSize:"14px",color:(0,a.getThemeProperty)("LEGEND_FONT_COLOR")||this.fontColor}},labelFormatter:function(t){return this.title.text="Anomalies: "+t,function(){var t=this.name;return"upperBound"===t?(this.color="rgba(123,86,219,0.5)","Thresholds"):"lowerBound"===t?(this.color=s.COLORS.SEMANTIC_WARNING,"Anomaly"):""+this.name}}}})},getLowerSeriesProperties:function(){return i.default.extend({},this.properties,{name:"lowerBound"})},getUpperSeriesProperties:function(){return i.default.extend({},this.properties,{name:"upperBound",legendKey:this.actualSeries.getLegendKey()})},getFieldList:function(){return this.actualSeries.getFieldList()},applyColorMapping:function(t){this.actualSeries.applyColorMapping(t);var e=this.actualSeries.getColor(),n={};n[this.upperSeries.getName()]=e,this.upperSeries.applyColorMapping(n)},highlight:function(){if(d.default.prototype.highlight.call(this),this.actualSeries.hcSeries.graph){var t=this.getColor();this.actualSeries.hcSeries.graph.attr({stroke:t,"stroke-opacity":this.HIGHLIGHTED_OPACITY})}},handlePointMouseOver:function(){this.bringToFront(),this.highlight()},handlePointMouseOut:function(){}}),e.default=g,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=l(n(104)),r=l(n(0)),o=l(n(1)),s=n(2),a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(3)),c=l(n(27));function l(t){return t&&t.__esModule?t:{default:t}}function u(t,e){c.default.call(this,t,e)}(0,s.inherit)(u,c.default),r.default.extend(u.prototype,{interAxisSpacing:10,shouldUpdateInPlace:function(){return!!this.selectionWindow&&(this.hcChart&&!this.isDirty())},processProperties:function(){c.default.prototype.processProperties.call(this),this.allowIndependentYRanges=a.normalizeBoolean(this.properties["layout.splitSeries.allowIndependentYRanges"],!1)},initializeSeriesPropertiesList:function(){var t=c.default.prototype.initializeSeriesPropertiesList.call(this);return(0,o.default)(t).each((function(t,e){t.yAxis=e})),t},initializeYAxisProperties:function(t,e){return r.default.extend(a.getYAxisProperties(this.properties,0),this.axisColorScheme,{"axis.orientation":this.axesAreInverted?"horizontal":"vertical",isEmpty:e,opposite:!1})},setAllSeriesData:function(){var t=this;c.default.prototype.setAllSeriesData.call(this),this.globalMin=1/0,this.globalMax=-1/0,(0,o.default)(this.yFields).each((function(e,n){var r=t.yAxisList[n],o=t.formatNumericAxisData(r,e);t.globalMin=Math.min(t.globalMin,Math.min.apply(Math,(0,i.default)(o))),t.globalMax=Math.max(t.globalMax,Math.max.apply(Math,(0,i.default)(o)))}))},getYAxisConfig:function(){var t=c.default.prototype.getYAxisConfig.call(this);return(0,o.default)(t).each((function(t,e){r.default.extend(t,{opposite:!1,offset:0,setSizePreHook:(0,o.default)((function(t){r.default.extend(t.options,this.getAdjustedAxisPosition(t,e,this.yAxisList.length))})).bind(this)});var n=t.getSeriesExtremesPostHook;t.getSeriesExtremesPostHook=(0,o.default)((function(t){this.allowIndependentYRanges||"stacked100"===this.stackMode||(t.dataMax=Math.max(t.dataMax,this.globalMax),t.dataMin=Math.min(t.dataMin,this.globalMin)),n&&n(t)})).bind(this)}),this),t},getSeriesConfigList:function(){var t=this,e=c.default.prototype.getSeriesConfigList.call(this);return(0,o.default)(e).each((function(e){e.afterAnimatePostHook=(0,o.default)(t.updateSeriesClipRect).bind(t),e.renderPostHook=(0,o.default)(t.updateSeriesClipRect).bind(t),e.destroyPreHook=(0,o.default)(t.destroySplitSeriesClipRect).bind(t)})),e},getAdjustedAxisPosition:function(t,e,n){var i=t.chart;if(i.inverted){var r=(i.plotWidth-this.interAxisSpacing*(n-1))/n;return{left:i.plotLeft+(r+this.interAxisSpacing)*e,width:r}}var o=(i.plotHeight-this.interAxisSpacing*(n-1))/n;return{top:i.plotTop+(o+this.interAxisSpacing)*e,height:o}},getTooltipConfig:function(){var t=c.default.prototype.getTooltipConfig.call(this),e=this;return t.getAnchorPostHook=function(t,n,i){return e.axesAreInverted&&(i[0]=t.series.yAxis.left+(t.pointWidth||0)),i},t},updateSeriesClipRect:function(t){var e=t.chart,n=t.yAxis;this.destroySplitSeriesClipRect(t),e.inverted?t.splitSeriesClipRect=e.renderer.clipRect(0,-0,e.plotHeight,n.width):t.splitSeriesClipRect=e.renderer.clipRect(0,0,e.plotWidth,n.height),t.group.clip(t.splitSeriesClipRect)},destroySplitSeriesClipRect:function(t){t.hasOwnProperty("splitSeriesClipRect")&&(t.splitSeriesClipRect.destroy(),delete t.splitSeriesClipRect)}}),e.default=u,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=m(n(0)),r=m(n(1)),o=m(n(15)),s=m(n(8)),a=n(2),c=f(n(3)),l=m(n(54)),u=f(n(5)),d=m(n(27)),h=m(n(276)),p=m(n(36));function f(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}function m(t){return t&&t.__esModule?t:{default:t}}function g(t,e){d.default.call(this,t,e)}(0,a.inherit)(g,d.default),i.default.extend(g.prototype,{SLICE_NAME_FIELD_INDEX:0,SLICE_SIZE_FIELD_INDEX:1,hasLegend:!1,hasXAxis:!1,hasYAxis:!1,shouldUpdateInPlace:function(){return!1},processProperties:function(){d.default.prototype.processProperties.call(this),this.showLabels=!this.isEmpty()&&c.normalizeBoolean(this.properties["chart.showLabels"],!0),this.hasLegend=c.normalizeBoolean(this.properties["chart.showLegend"],!1)},prepare:function(t,e){d.default.prototype.prepare.call(this,t,e),this.showLabels&&this.initializeDataLabels()},handleDraw:function(t){if(this.destroyCustomRenderer(),this.isEmpty())return this.benchmark("Draw Started"),this.drawEmptyPieChart(),this.benchmark("Draw Finished"),void t(this,this.benchmarks);d.default.prototype.handleDraw.call(this,t)},initializeFields:function(){var t=this.dataSet.allDataFields();this.sliceNameField=t[this.SLICE_NAME_FIELD_INDEX],this.sliceSizeField=t[this.SLICE_SIZE_FIELD_INDEX]},isEmpty:function(){return!!this.dataSet&&(!this._sizeValuesAreNumeric()||this.dataSet.allDataFields().length<2)},hasTimeXAxis:function(){return!1},_sizeValuesAreNumeric:function(){return u.valuesAreNumeric(this.dataSet.seriesList[this.SLICE_SIZE_FIELD_INDEX])},_getInvalidDataMessage:function(){return!this.dataSet||this.dataSet.allDataFields().length<2?o.default._("No Results"):this._sizeValuesAreNumeric()?o.default._("Invalid Data"):o.default._("Numeric Data Required")},shouldProgressiveDraw:function(){return!1},initializeSeriesPropertiesList:function(){return[i.default.extend({},this.properties,{name:this.sliceSizeField,type:"pie",clickEnabled:this.chartClickEnabled})]},setAllSeriesData:function(){var t=this.seriesIsTimeBased(this.sliceNameField),e=void 0;t&&(e=this.dataSet.getSeriesAsFloats("_span")),this.seriesList[0].setData({names:this.dataSet.getSeries(this.sliceNameField),sizes:this.dataSet.getSeriesAsFloats(this.sliceSizeField,{nullValueMode:"zero"}),spans:e,isTimeBased:t}),this.seriesList[0].UNHIGHLIGHTED_COLOR="rgba(150, 150, 150, 0.3)",this.seriesList[0].UNHIGHLIGHTED_BORDER_COLOR="rgba(200, 200, 200, 0.3)"},handlePointMouseOver:function(t){this.seriesList[0].handlePointMouseOver(t),this.dataLabels&&this.dataLabels.selectLabel(t)},handlePointMouseOut:function(t){this.seriesList[0].handlePointMouseOut(t),this.dataLabels&&this.dataLabels.unSelectLabel(t)},handlePointClick:function(t,e){var n=e.originalIndex,i=this.seriesList[0].getData()[n],r=i[0],o=i[1].toString(),s=new RegExp("^"+this.seriesList[0].collapseFieldName),a={},c={type:"pointClick",modifierKey:t.modifierKey,name:this.sliceNameField,name2:this.sliceSizeField,value2:o,rowContext:a};if(this.seriesIsTimeBased(this.sliceNameField)&&!s.test(i[0])){var u=i[0];c.value=l.default.getEpochTimeFromISO(u),c._span=i[2],a["row."+this.sliceNameField]=c.value}else c.value=r,a["row."+this.sliceNameField]=r;a["row."+this.sliceSizeField]=o,this.trigger(c)},getTargetPoint:function(t,e){var n=void 0,i=this.seriesList[0].getData(),r=i.indexOf(t);return r>-1&&r<i.length&&(n={index:r,originalIndex:r,seriesName:e.getName(),y:i[r]}),n},initializeDataLabels:function(){var t={fontColor:this.fontColor,foregroundColorSoft:this.foregroundColorSoft,clickEnabled:c.normalizeBoolean(this.properties["chart.clickEnabled"])||c.normalizeBoolean(this.properties.enableChartClick)};this.dataLabels&&this.dataLabels.destroy(),this.dataLabels=new h.default(t);var e=this,n={highlightDelay:75,unhighlightDelay:50,onMouseOver:function(t){e.seriesList[0].selectPoint(t)},onMouseOut:function(t){e.seriesList[0].unSelectPoint(t)}},i=new p.default(n);this.dataLabels.on("mouseover",(function(t,e){i.mouseOverHappened(e)})),this.dataLabels.on("mouseout",(function(t,e){i.mouseOutHappened(e)}))},getPlotOptionsConfig:function(){var t=this;return{pie:{dataLabels:i.default.extend(this.getDataLabelConfig(),{formatter:function(){return c.escapeSVG(t.formatDataLabel(this))}}),borderWidth:0,stickyTracking:!1,cursor:this.chartClickEnabled?"pointer":"default",states:{hover:{brightness:0},inactive:{opacity:1}},tooltip:{followPointer:!1},showInLegend:this.hasLegend}}},getDataLabelConfig:function(){return this.showLabels?this.dataLabels.getConfig():{enabled:!1}},applyColorPalette:function(){this.BASE_CONFIG=i.default.extend({},this.BASE_CONFIG,{colors:(0,r.default)(this.getFieldList()).map(this.computeFieldColor,this)})},addPercentToName:function(t,e){return c.normalizeBoolean(this.properties["chart.showPercent"])?t+", "+o.default.format_percent(e/100):t},formatDataLabel:function(t){return this.addPercentToName(t.point.name,t.percentage)},getSeriesPointInfo:function(t,e){var n=e.index,i=t.hasPrettyData?t.getPrettyData()[n]:t.getData()[n],r=this.addPercentToName(i[0],e.percentage),s=i[1];return{sliceFieldName:this.sliceNameField,sliceName:r,sliceColor:e.color,yValue:o.default.format_decimal(s),yPercent:o.default.format_percent(e.percentage/100),shouldColorizeTooltipData:this.shouldColorizeTooltipData}},drawEmptyPieChart:function(){var t=this.$container.width(),e=this.$container.height(),n=Math.min(.75*e,t/3)/2;this.renderer=new s.default.Renderer(this.container,t,e),this.renderer.circle(t/2,e/2,n).attr({fill:"rgba(150, 150, 150, 0.3)",stroke:"rgb(200, 200, 200)","stroke-width":1,title:o.default._("Invalid data: second column must be numeric for a pie chart")}).add(),this.renderer.text(this._getInvalidDataMessage(),t/2,e/2).attr({align:"center"}).css({fontSize:"20px",color:"rgb(200, 200, 200)"}).add()},setSize:function(t,e){this.isEmpty()?(this.destroyCustomRenderer(),this.drawEmptyPieChart()):d.default.prototype.setSize.call(this,t,e)},destroy:function(){this.destroyCustomRenderer(),d.default.prototype.destroy.call(this)},destroyCustomRenderer:function(){this.renderer&&(this.renderer.destroy(),this.renderer=null,this.$container.empty())}}),e.default=g,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=u(n(0)),r=u(n(1)),o=u(n(11)),s=n(2),a=n(4),c=u(n(36)),l=u(n(103));function u(t){return t&&t.__esModule?t:{default:t}}function d(t){l.default.call(this,t),this.id=r.default.uniqueId("data_labels_")}(0,s.inherit)(d,l.default),d.prototype=i.default.extend(d.prototype,{HIGHLIGHTED_OPACITY:1,UNHIGHLIGHTED_OPACITY:.3,getConfig:function(){return{color:this.properties.fontColor||(0,a.getThemeProperty)("DEFAULT_FONT_COLOR"),connectorColor:this.properties.foregroundColorSoft,connectorPadding:5,softConnector:!1,distance:20,style:{cursor:this.properties.clickEnabled?"pointer":"default",fontWeight:"normal",textOutline:"none",HcTextStroke:!0},x:.01,drawDataLabelsPreHook:(0,r.default)(this.drawDataLabelsPreHook).bind(this),drawDataLabelsPostHook:(0,r.default)(this.drawDataLabelsPostHook).bind(this),placeDataLabelsPreHook:(0,r.default)(this.placeDataLabelsPreHook).bind(this)}},onChartLoad:function(){},onChartLoadOrRedraw:function(t){this.removeEventHandlers(),this.hcSeries=t.series[0],this.addEventHandlers()},addEventHandlers:function(){var t=this,e=this,n={highlightDelay:125,unhighlightDelay:50,onMouseOver:function(t){e.selectLabel(t),e.trigger("mouseover",[t])},onMouseOut:function(t){e.unSelectLabel(t),e.trigger("mouseout",[t])}},o=new c.default(n);(0,r.default)(this.hcSeries.data).each((function(n){if(n.dataLabel){var r=n.dataLabel.element;(0,i.default)(r).on("mouseover."+t.id,(function(){o.mouseOverHappened(n)})),(0,i.default)(r).on("mouseout."+t.id,(function(){o.mouseOutHappened(n)})),(0,i.default)(r).on("click."+t.id,(function(){e.trigger("click",[n])}))}}))},removeEventHandlers:function(){var t=this;this.hcSeries&&(0,r.default)(this.hcSeries.data).each((function(e){if(e.dataLabel){var n=e.dataLabel.element;(0,i.default)(n).off("."+t.id)}}))},destroy:function(){this.off(),this.removeEventHandlers(),this.hcSeries=null},selectLabel:function(t){var e=this,n=this.hcSeries.data[t.index];n.dataLabel.attr("fill-opacity",this.HIGHLIGHTED_OPACITY),(0,r.default)(this.hcSeries.data).chain().without(n).each((function(t){t.dataLabel.attr("fill-opacity",e.UNHIGHLIGHTED_OPACITY)}))},unSelectLabel:function(t){var e=this,n=this.hcSeries.data[t.index];(0,r.default)(this.hcSeries.data).chain().without(n).each((function(t){t.dataLabel.attr("fill-opacity",e.HIGHLIGHTED_OPACITY)}))},drawDataLabelsPreHook:function(t){var e=t.chart,n=t.options.dataLabels.distance,i=t.center,r=i[2]/2;t.getX=function(t,o){return e.plotLeft+i[0]+(o?-r-n:r+n/2)},this.fitLabelsToPlotArea(t)},fitLabelsToPlotArea:function(t){var e=void 0,n=t.options,r=n.dataLabels.distance,s=n.size,a=t.chart,c=a.renderer,l=new o.default(c),u=(a.plotWidth-(s+2*r))/2,d=[];for(e=0;e<t.data.length;e++)void 0!==t.options.data[e][0]?d.push(t.options.data[e][0]):d.push(t.options.data[e].name);var h=l.adjustLabels(d,u,9,11,"middle");for(e=0;e<t.data.length;e++)t.data[e].name=h.labels[e],t.data[e].dataLabel&&t.data[e].dataLabel.css&&t.data[e].dataLabel.css({fontSize:h.fontSize+"px"});i.default.extend(!0,n.dataLabels,{style:{fontSize:h.fontSize+"px"},y:Math.floor(h.fontSize/4)-3}),l.destroy()},placeDataLabelsPreHook:function(t){t.points.forEach((function(t){t.dataLabel.sideOverflow=!1}))},drawDataLabelsPostHook:function(t){var e=this;(0,r.default)(t.points).each((function(t){if(t.connector){var n=t.connector.attr("d").split(" ");t.connector.attr({d:e.updateConnectorPath(n)})}}))},updateConnectorPath:function(t){var e={x:parseFloat(t[1]),y:parseFloat(t[2])},n=parseFloat(t[4]),i=parseFloat(t[5]),o={x:parseFloat(t[7]),y:parseFloat(t[8])},s=(o.y-i)/(o.x-n),a={x:o.x+(e.y-o.y)/s,y:e.y},c=!r.default.isFinite(s),l=isNaN(a.x)||e.x>=a.x&&a.x<=o.x||e.x<=a.x&&a.x>=o.x;return!c&&l?["M",e.x,e.y,"L",o.x,o.y]:["M",e.x,e.y,"L",a.x,a.y,"L",o.x,o.y]}}),e.default=d,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(0)),r=c(n(1)),o=n(2),s=c(n(109)),a=c(n(56));function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){s.default.call(this,t,e)}(0,o.inherit)(l,s.default),i.default.extend(l.prototype,{NUM_DIMENSION_FIELDS:3,TYPE:"bubble",initializeNonMarkFields:function(t){s.default.prototype.initializeNonMarkFields.call(this,t),t.length>this.NUM_DIMENSION_FIELDS?this.zField=t[3]:this.zField=t[2]},isEmpty:function(){for(var t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return s.default.prototype.isEmpty.apply(this,e)||(0,r.default)(this.zField).isUndefined()},processProperties:function(){s.default.prototype.processProperties.call(this);var t=50,e=10,n="area";this.bubbleMaximumSize=this.properties["chart.bubbleMaximumSize"]&&parseInt(this.properties["chart.bubbleMaximumSize"],10),this.bubbleMinimumSize=this.properties["chart.bubbleMinimumSize"]&&parseInt(this.properties["chart.bubbleMinimumSize"],10),this.bubbleSizeBy=this.properties["chart.bubbleSizeBy"]||n,(isNaN(this.bubbleMaximumSize)||this.bubbleMaximumSize<=0)&&(this.bubbleMaximumSize=t),(isNaN(this.bubbleMinimumSize)||this.bubbleMinimumSize<=0)&&(this.bubbleMinimumSize=e),"diameter"===this.bubbleSizeBy?this.bubbleSizeBy="width":"area"!==this.bubbleSizeBy&&(this.bubbleSizeBy=n)},setAllSeriesData:function(){var t=this,e=this.formatNumericAxisData(this.xAxisList[0],this.xField),n=this.formatNumericAxisData(this.yAxisList[0],this.yField),i=this.formatNumericAxisData(this.yAxisList[0],this.zField);this.isMultiSeries?(0,r.default)(this.seriesList).each((function(r){var o=r.getName();r.setData({x:t.filterDataByNameMatch(e,o),y:t.filterDataByNameMatch(n,o),z:t.filterDataByNameMatch(i,o)})})):this.seriesList[0].setData({x:e,y:n,z:i})},getPlotOptionsConfig:function(){return{bubble:{stickyTracking:!1,minSize:this.bubbleMinimumSize,maxSize:this.bubbleMaximumSize,sizeBy:this.bubbleSizeBy,tooltip:{followPointer:!1},cursor:this.chartClickEnabled?"pointer":"default"}}},getSeriesPointInfo:function(t,e){for(var n,i=arguments.length,r=Array(i>2?i-2:0),o=2;o<i;o++)r[o-2]=arguments[o];var c=(n=s.default.prototype.getSeriesPointInfo).call.apply(n,[this,t,e].concat(r)),l=e.index,u=t.getName(),d=this.dataSet.getSeries(this.zField),h=this.isMultiSeries?this.filterDataByNameMatch(d,u)[l]:d[l];return c.zAxisName=this.zField,c.zValue=a.default.formatNumber(h),c}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(0)),r=c(n(1)),o=n(2),s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(5)),a=c(n(63));function c(t){return t&&t.__esModule?t:{default:t}}function l(t,e){a.default.call(this,t,e)}(0,o.inherit)(l,a.default),i.default.extend(l.prototype,{showMinorTicksByDefault:!1,updateDimensions:function(){a.default.prototype.updateDimensions.call(this),this.width<this.height&&this.width>=this.MIN_GAUGE_HEIGHT&&(this.$container.height(this.width),this.height=this.width)},processProperties:function(){a.default.prototype.processProperties.call(this),this.verticalPadding=10,this.minorsPerMajor=10,this.tickWidth=1,this.startAngle=this.computeStartAngle(),this.arcAngle=this.computeArcAngle()},computeStartAngle:function(){var t=parseInt(this.properties["chart.rangeStartAngle"],10);return(0,r.default)(t).isNaN()&&(t=45),s.degreeToRadian(t+90)},computeArcAngle:function(){var t=parseInt(this.properties["chart.rangeArcAngle"],10)||270;return s.degreeToRadian(t)},renderGauge:function(){a.default.prototype.renderGauge.call(this),this.borderWidth=s.roundWithMin(this.height/60,3),this.tickOffset=s.roundWithMin(this.height/100,3),this.tickLabelOffset=this.borderWidth,this.tickFontSize=s.roundWithMin(this.height/25,10),this.valueFontSize=s.roundWithMin(this.height/15,15),this.isShiny?(this.needleTailLength=s.roundWithMin(this.height/15,10),this.needleTailWidth=s.roundWithMin(this.height/50,6),this.knobWidth=s.roundWithMin(this.height/30,7)):this.needleWidth=s.roundWithMin(this.height/60,3),this.isShiny?(this.bandOffset=this.borderWidth,this.bandThickness=s.roundWithMin(this.height/40,4)):(this.bandOffset=0,this.bandThickness=s.roundWithMin(this.height/30,7)),this.tickColor=this.isShiny?"silver":this.foregroundColor,this.tickFontColor=this.isShiny?"silver":this.fontColor,this.valueColor=this.isShiny?"#b8b167":this.fontColor,this.tickLength=s.roundWithMin(this.height/20,4),this.minorTickLength=this.tickLength/2,this.radius=(this.height-2*(this.verticalPadding+this.borderWidth))/2,this.valueHeight=this.height-(this.radius/4+this.verticalPadding+this.borderWidth),this.needleLength=this.isShiny?this.radius:this.radius-this.bandThickness/2,this.tickStart=this.radius-this.bandOffset-this.bandThickness-this.tickOffset,this.tickEnd=this.tickStart-this.tickLength,this.tickLabelPosition=this.tickEnd-this.tickLabelOffset,this.minorTickEnd=this.tickStart-this.minorTickLength,this.isShiny&&(this.elements.border=this.renderer.circle(this.width/2,this.height/2,this.radius+this.borderWidth).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add(),this.elements.background=this.renderer.circle(this.width/2,this.height/2,this.radius).attr({fill:"#000000"}).add()),this.showRangeBand&&this.drawColorBand(),this.drawTicks(),this.drawIndicator(this.value),this.showValue&&this.drawValueDisplay(),this.checkOutOfRange(this.value)},updateValueDisplay:function(t){this.elements.valueDisplay.attr({text:t})},drawColorBand:function(){var t=void 0,e=void 0,n=void 0,i=this.radius-this.bandOffset,r=i-this.bandThickness;for(t=0;t<this.ranges.length-1;t++)e=this.translateValue(this.ranges[t]),n=this.translateValue(this.ranges[t+1]),this.elements["colorBand"+t]=this.renderer.arc(this.width/2,this.height/2,i,r,e,n).attr({fill:this.getColorByIndex(t)}).add()},drawMajorTick:function(t){return this.renderer.path(["M",this.width/2+this.tickStart*Math.cos(t),this.height/2+this.tickStart*Math.sin(t),"L",this.width/2+this.tickEnd*Math.cos(t),this.height/2+this.tickEnd*Math.sin(t)]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var n=Math.sin(t),i=this.predictTextWidth(e,this.tickFontSize),r=t<1.5*Math.PI?"left":"right",o=t<1.5*Math.PI?-i/2*n*n:i/2*n*n,s=this.tickFontSize/4*n;return this.renderer.text(e,this.width/2+this.tickLabelPosition*Math.cos(t)+o,this.height/2+(this.tickLabelPosition-4)*n+this.tickFontSize/4-s).attr({align:r}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){return this.renderer.path(["M",this.width/2+this.tickStart*Math.cos(t),this.height/2+this.tickStart*Math.sin(t),"L",this.width/2+this.minorTickEnd*Math.cos(t),this.height/2+this.minorTickEnd*Math.sin(t)]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawIndicator:function(t){var e=void 0,n=void 0,i=void 0,r=void 0,o=void 0,s=void 0,a=this.normalizedTranslateValue(t),c=Math.cos(a),l=Math.sin(a);this.isShiny?(e=["M",this.width/2-this.needleTailLength*c,this.height/2-this.needleTailLength*l,"L",this.width/2-this.needleTailLength*c+this.needleTailWidth*l,this.height/2-this.needleTailLength*l-this.needleTailWidth*c,this.width/2+this.needleLength*c,this.height/2+this.needleLength*l,this.width/2-this.needleTailLength*c-this.needleTailWidth*l,this.height/2-this.needleTailLength*l+this.needleTailWidth*c,this.width/2-this.needleTailLength*c,this.height/2-this.needleTailLength*l],r={linearGradient:[this.width/2-this.needleTailLength*c,this.height/2-this.needleTailLength*l,this.width/2-this.needleTailLength*c-this.needleTailWidth*l,this.height/2-this.needleTailLength*l+this.needleTailWidth*c],stops:[[0,"#999999"],[.2,"#cccccc"]]},o=["M",this.width/2-(this.needleTailLength-2)*c,this.height/2-(this.needleTailLength-2)*l,"L",this.width/2+(this.needleLength-this.bandOffset/2)*c,this.height/2+(this.needleLength-this.bandOffset/2)*l],s={linearGradient:[this.width/2+this.knobWidth*l,this.height/2-this.knobWidth*c,this.width/2-this.knobWidth*l,this.height/2+this.knobWidth*c],stops:[[0,"silver"],[.5,"black"],[1,"silver"]]}):(e=["M",this.width/2,this.height/2,"L",this.width/2+c*this.needleLength,this.height/2+l*this.needleLength],n=this.foregroundColor,i=this.needleWidth),this.isShiny&&(this.elements.centerKnob&&this.elements.centerKnob.destroy(),this.elements.centerKnob=this.renderer.circle(this.width/2,this.height/2,this.knobWidth).attr({fill:s}).add()),this.elements.needle&&this.elements.needle.destroy(),this.elements.needle=this.renderer.path(e).attr({fill:r||"",stroke:n||"","stroke-width":i||""}).add(),this.isShiny&&(this.elements.needleRidge&&this.elements.needleRidge.destroy(),this.elements.needleRidge=this.renderer.path(o).attr({stroke:"#cccccc","stroke-width":1}).add())},drawValueDisplay:function(){var t=this.formatValue(this.value);this.elements.valueDisplay=this.renderer.text(t,this.width/2,this.valueHeight).css({color:this.valueColor,fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"center"}).add()},getSVG:function(){return this.elements.centerKnob&&this.elements.centerKnob.attr({fill:"#999999"}),this.elements.needle.attr({fill:"#bbbbbb"}),this.elements.needleRidge&&this.elements.needleRidge.attr({stroke:"#999999"}),a.default.prototype.getSVG.call(this)},normalizedTranslateValue:function(t){return t<this.ranges[0]?this.translateValue(this.ranges[0]):t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],n=t-this.ranges[0];return this.startAngle+n/e*this.arcAngle}}),e.default=l,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=n(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(5)),s=a(n(110));function a(t){return t&&t.__esModule?t:{default:t}}function c(t,e){s.default.call(this,t,e),this.horizontalPadding=20,this.tickOffset=5,this.tickLength=15,this.tickWidth=1,this.tickLabelOffset=5,this.minorTickLength=Math.floor(this.tickLength/2)}(0,r.inherit)(c,s.default),i.default.extend(c.prototype,{renderGauge:function(){this.tickFontSize=o.roundWithMinMax(this.width/50,10,20),this.backgroundCornerRad=o.roundWithMinMax(this.width/120,3,5),this.valueFontSize=o.roundWithMinMax(this.width/40,15,25),this.backgroundHeight=3*this.valueFontSize,this.valueBottomPadding=o.roundWithMinMax(this.width/100,5,10),s.default.prototype.renderGauge.call(this)},drawBackground:function(){var t=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE),e=t[t.length-1],n=this.predictTextWidth(this.formatValue(e),this.tickFontSize);this.horizontalPadding=Math.max(this.horizontalPadding,n),this.backgroundWidth=this.width-2*this.horizontalPadding,this.isShiny&&(this.elements.background=this.renderer.rect(this.horizontalPadding,(this.height-this.backgroundHeight)/2,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add()),this.tickStartY=(this.height+this.backgroundHeight)/2+this.tickOffset,this.tickEndY=this.tickStartY+this.tickLength,this.tickLabelStartY=this.tickEndY+this.tickLabelOffset},drawMajorTick:function(t){var e=this.horizontalPadding+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickEndY]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var n=this.horizontalPadding+t;return this.renderer.text(e,n,this.tickLabelStartY+this.tickFontSize).attr({align:"center"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.horizontalPadding+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickStartY+this.minorTickLength]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=this.getFillColor(t),n=this.normalizedTranslateValue(t),i=void 0,r=void 0;n>0?(n=Math.max(n,this.backgroundCornerRad),i=this.horizontalPadding+n,r=this.isShiny?["M",this.horizontalPadding+this.backgroundCornerRad,(this.height-this.backgroundHeight-2)/2,"C",this.horizontalPadding+this.backgroundCornerRad,(this.height-this.backgroundHeight-2)/2,this.horizontalPadding,(this.height-this.backgroundHeight-2)/2,this.horizontalPadding,(this.height-this.backgroundHeight-2)/2+this.backgroundCornerRad,"L",this.horizontalPadding,(this.height+this.backgroundHeight)/2-this.backgroundCornerRad,"C",this.horizontalPadding,(this.height+this.backgroundHeight)/2-this.backgroundCornerRad,this.horizontalPadding,(this.height+this.backgroundHeight)/2,this.horizontalPadding+this.backgroundCornerRad,(this.height+this.backgroundHeight)/2,"L",i,(this.height+this.backgroundHeight)/2,i,(this.height-this.backgroundHeight-2)/2,this.horizontalPadding+this.backgroundCornerRad,(this.height-this.backgroundHeight-2)/2]:["M",this.horizontalPadding,(this.height-this.backgroundHeight)/2,"L",i,(this.height-this.backgroundHeight)/2,i,(this.height+this.backgroundHeight)/2,this.horizontalPadding,(this.height+this.backgroundHeight)/2,this.horizontalPadding,(this.height-this.backgroundHeight)/2]):r=[],this.elements.fill&&this.elements.fill.destroy(),this.elements.fill=this.renderer.path(r).attr({fill:e}).add(),this.showValue&&this.drawValueDisplay(t,e,n)},drawValueDisplay:function(t,e,n){var i=this.getDisplayValue(t),r=this.horizontalPadding+n,o=this.getValueColor(e),s=void 0,a=this.formatValue(i),c=this.predictTextWidth(a,this.valueFontSize)+this.valueBottomPadding;n>=c?s=r-c:(s=r+this.valueBottomPadding,o=this.defaultValueColor),this.elements.valueDisplay?this.elements.valueDisplay.attr({text:a,x:s}).css({color:o,fontSize:this.valueFontSize+"px",fontWeight:"bold"}).toFront():this.elements.valueDisplay=this.renderer.text(a,s,this.height/2+this.valueFontSize/4).css({color:o,fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"left"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],n=t-this.ranges[0];return Math.round(n/e*this.backgroundWidth)}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=n(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(5)),s=a(n(110));function a(t){return t&&t.__esModule?t:{default:t}}function c(t,e){s.default.call(this,t,e),this.tickWidth=1}(0,r.inherit)(c,s.default),i.default.extend(c.prototype,{renderGauge:function(){this.tickOffset=o.roundWithMin(this.height/100,3),this.tickLength=o.roundWithMin(this.height/20,4),this.tickLabelOffset=o.roundWithMin(this.height/60,3),this.tickFontSize=o.roundWithMin(this.height/20,10),this.minorTickLength=this.tickLength/2,this.backgroundCornerRad=o.roundWithMin(this.height/60,3),this.valueBottomPadding=o.roundWithMin(this.height/30,5),this.valueFontSize=o.roundWithMin(this.height/20,12),s.default.prototype.renderGauge.call(this)},drawBackground:function(){this.verticalPadding=10+this.tickFontSize/2,this.backgroundWidth=o.roundWithMin(this.height/4,50),this.backgroundHeight=this.height-2*this.verticalPadding;var t=this.determineMaxValueWidth(this.ranges,this.valueFontSize)+10;this.backgroundWidth=Math.max(this.backgroundWidth,t),this.isShiny&&(this.elements.background=this.renderer.rect((this.width-this.backgroundWidth)/2,this.verticalPadding,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add()),this.tickStartX=(this.width+this.backgroundWidth)/2+this.tickOffset,this.tickEndX=this.tickStartX+this.tickLength,this.tickLabelStartX=this.tickEndX+this.tickLabelOffset},determineMaxValueWidth:function(t,e){if(this.usePercentageValue)return this.predictTextWidth("100.00%",e);var n=void 0,i=void 0,r=0;for(n=0;n<t.length;n++)i=""+t[n],0!==n&&n!==t.length-1||(i+="0"),r=Math.max(r,this.predictTextWidth(i,e));return r},drawMajorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-t;return this.renderer.path(["M",this.tickStartX,e,"L",this.tickEndX,e]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var n=this.verticalPadding+this.backgroundHeight-t;return this.renderer.text(e,this.tickLabelStartX,n+this.tickFontSize/4).attr({align:"left"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-t;return this.renderer.path(["M",this.tickStartX,e,"L",this.tickStartX+this.minorTickLength,e]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=this.getFillColor(t),n=this.normalizedTranslateValue(t),i=void 0,r=void 0;n>0?(n=Math.max(n,this.backgroundCornerRad),i=this.verticalPadding+this.backgroundHeight-n,r=this.isShiny?["M",(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad,"C",(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad,(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding,(this.width-this.backgroundWidth-2)/2+this.backgroundCornerRad,this.height-this.verticalPadding,"L",(this.width+this.backgroundWidth-2)/2-this.backgroundCornerRad,this.height-this.verticalPadding,"C",(this.width+this.backgroundWidth-2)/2-this.backgroundCornerRad,this.height-this.verticalPadding,(this.width+this.backgroundWidth-2)/2,this.height-this.verticalPadding,(this.width+this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad,"L",(this.width+this.backgroundWidth-2)/2,i,(this.width-this.backgroundWidth-2)/2,i,(this.width-this.backgroundWidth-2)/2,this.height-this.verticalPadding-this.backgroundCornerRad]:["M",(this.width-this.backgroundWidth)/2,this.height-this.verticalPadding,"L",(this.width+this.backgroundWidth)/2,this.height-this.verticalPadding,(this.width+this.backgroundWidth)/2,i,(this.width-this.backgroundWidth)/2,i,(this.width-this.backgroundWidth)/2,this.height-this.verticalPadding]):r=[],this.elements.fill&&this.elements.fill.destroy(),this.elements.fill=this.renderer.path(r).attr({fill:e}).add(),this.showValue&&this.drawValueDisplay(t,e)},drawValueDisplay:function(t,e){var n=this.getDisplayValue(t),i=this.normalizedTranslateValue(t),r=this.verticalPadding+this.backgroundHeight-i,o=this.valueFontSize+this.valueBottomPadding,s=this.getValueColor(e),a=void 0,c=this.formatValue(n);i>=o?a=r+o-this.valueBottomPadding:(a=r-this.valueBottomPadding,s=this.defaultValueColor),this.elements.valueDisplay?this.elements.valueDisplay.attr({text:c,y:a}).css({color:s,fontSize:this.valueFontSize+"px",fontWeight:"bold"}).toFront():this.elements.valueDisplay=this.renderer.text(c,this.width/2,a).css({color:s,fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"center"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1])+5:this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],n=t-this.ranges[0];return Math.round(n/e*this.backgroundHeight)}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=n(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(5)),s=a(n(111));function a(t){return t&&t.__esModule?t:{default:t}}function c(t,e){s.default.call(this,t,e),this.horizontalPadding=20,this.tickOffset=5,this.tickLength=15,this.tickWidth=1,this.tickLabelOffset=5,this.minorTickLength=Math.floor(this.tickLength/2),this.bandHeight=this.isShiny?15:35}(0,r.inherit)(c,s.default),i.default.extend(c.prototype,{renderGauge:function(){this.markerWindowHeight=o.roundWithMinMax(this.width/30,30,80),this.markerSideWidth=this.markerWindowHeight/2,this.markerSideCornerRad=this.markerSideWidth/3,this.bandOffsetBottom=5+this.markerWindowHeight/2,this.bandOffsetTop=5+this.markerWindowHeight/2,this.tickFontSize=o.roundWithMinMax(this.width/50,10,20),this.backgroundCornerRad=o.roundWithMinMax(this.width/120,3,5),this.valueFontSize=o.roundWithMinMax(this.width/40,15,25),this.valueOffset=this.markerSideWidth+10,this.tickLabelPadding=this.tickFontSize/2,this.bandOffsetX=this.isShiny?this.tickLabelPadding:0,this.backgroundHeight=this.bandOffsetX+this.bandHeight+this.tickOffset+this.tickLength+this.tickLabelOffset+this.tickFontSize+this.tickLabelPadding,s.default.prototype.renderGauge.call(this)},drawBackground:function(t){var e=(t=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE))[t.length-1],n=this.predictTextWidth(this.formatValue(e),this.tickFontSize);this.bandOffsetBottom=Math.max(this.bandOffsetBottom,n),this.bandOffsetTop=Math.max(this.bandOffsetTop,n),this.backgroundWidth=this.width-2*this.horizontalPadding,this.bandWidth=this.backgroundWidth-(this.bandOffsetBottom+this.bandOffsetTop),this.isShiny&&(this.elements.background=this.renderer.rect(this.horizontalPadding,(this.height-this.backgroundHeight)/2,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add())},drawBand:function(){var t=void 0,e=void 0,n=void 0,i=this.horizontalPadding+this.bandOffsetBottom,r=(this.height-this.backgroundHeight)/2+this.bandOffsetX;for(t=0;t<this.ranges.length-1;t++)e=this.translateValue(this.ranges[t]),n=this.translateValue(this.ranges[t+1]),this.elements["colorBand"+t]=this.renderer.rect(i+e,r,n-e,this.bandHeight,this.bandCornerRad).attr({fill:this.getColorByIndex(t)}).add();this.tickStartY=(this.height-this.backgroundHeight)/2+(this.bandOffsetX+this.bandHeight)+this.tickOffset,this.tickEndY=this.tickStartY+this.tickLength,this.tickLabelStartY=this.tickEndY+this.tickLabelOffset},drawMajorTick:function(t){var e=this.horizontalPadding+this.bandOffsetBottom+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickEndY]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var n=this.horizontalPadding+this.bandOffsetBottom+t;return this.renderer.text(e,n,this.tickLabelStartY+this.tickFontSize).attr({align:"center"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.horizontalPadding+this.bandOffsetBottom+t;return this.renderer.path(["M",e,this.tickStartY,"L",e,this.tickStartY+this.minorTickLength]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=this.normalizedTranslateValue(t),n=this.isShiny?(this.height-this.backgroundHeight)/2:(this.height-this.backgroundHeight)/2-10,i=this.isShiny?n+this.backgroundHeight:n+this.bandHeight+20,r=this.horizontalPadding+this.bandOffsetBottom+e,o=3,s=this.foregroundColor,a=["M",r,n,"L",r,i];if(this.isShiny){var c=["M",r-this.markerWindowHeight/2,n,"L",r-this.markerWindowHeight/2,n-(this.markerSideWidth-this.markerSideCornerRad),"C",r-this.markerWindowHeight/2,n-(this.markerSideWidth-this.markerSideCornerRad),r-this.markerWindowHeight/2,n-this.markerSideWidth,r-this.markerWindowHeight/2+this.markerSideCornerRad,n-this.markerSideWidth,"L",r+this.markerWindowHeight/2-this.markerSideCornerRad,n-this.markerSideWidth,"C",r+this.markerWindowHeight/2-this.markerSideCornerRad,n-this.markerSideWidth,r+this.markerWindowHeight/2,n-this.markerSideWidth,r+this.markerWindowHeight/2,n-(this.markerSideWidth-this.markerSideCornerRad),"L",r+this.markerWindowHeight/2,n,r-this.markerWindowHeight,n],l=["M",r-this.markerWindowHeight/2,i,"L",r-this.markerWindowHeight/2,i+(this.markerSideWidth-this.markerSideCornerRad),"C",r-this.markerWindowHeight/2,i+(this.markerSideWidth-this.markerSideCornerRad),r-this.markerWindowHeight/2,i+this.markerSideWidth,r-this.markerWindowHeight/2+this.markerSideCornerRad,i+this.markerSideWidth,"L",r+this.markerWindowHeight/2-this.markerSideCornerRad,i+this.markerSideWidth,"C",r+this.markerWindowHeight/2-this.markerSideCornerRad,i+this.markerSideWidth,r+this.markerWindowHeight/2,i+this.markerSideWidth,r+this.markerWindowHeight/2,i+(this.markerSideWidth-this.markerSideCornerRad),"L",r+this.markerWindowHeight/2,i,r-this.markerWindowHeight,i],u=["M",r-this.markerWindowHeight/2,n,"L",r-this.markerWindowHeight/2,i,r+this.markerWindowHeight/2,i,r+this.markerWindowHeight/2,n,r-this.markerWindowHeight/2,n],d=["M",r-1,n,"L",r-1,i];s="red",o=1,this.elements.markerLHS&&this.elements.markerLHS.destroy(),this.elements.markerLHS=this.renderer.path(c).attr({fill:"#cccccc"}).add(),this.elements.markerRHS&&this.elements.markerRHS.destroy(),this.elements.markerRHS=this.renderer.path(l).attr({fill:"#cccccc"}).add(),this.elements.markerWindow&&this.elements.markerWindow.destroy(),this.elements.markerWindow=this.renderer.rect(r-this.markerWindowHeight/2,n,this.markerWindowHeight,this.backgroundHeight,0).attr({fill:"rgba(255, 255, 255, 0.3)"}).add(),this.elements.markerBorder&&this.elements.markerBorder.destroy(),this.elements.markerBorder=this.renderer.path(u).attr({stroke:"white","stroke-width":2}).add(),this.elements.markerUnderline&&this.elements.markerUnderline.destroy(),this.elements.markerUnderline=this.renderer.path(d).attr({stroke:"white","stroke-width":2}).add()}this.elements.markerLine&&this.elements.markerLine.destroy(),this.elements.markerLine=this.renderer.path(a).attr({stroke:s,"stroke-width":o}).add(),this.showValue&&this.drawValueDisplay(t)},drawValueDisplay:function(t){var e=this.formatValue(t),n=this.normalizedTranslateValue(t),i=this.horizontalPadding+this.bandOffsetBottom+n;this.elements.valueDisplay?this.elements.valueDisplay.attr({text:e,x:i}):this.elements.valueDisplay=this.renderer.text(e,i,(this.height-this.backgroundHeight)/2-this.valueOffset).css({color:"black",fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"center"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],n=t-this.ranges[0];return Math.round(n/e*this.bandWidth)}}),e.default=c,t.exports=e.default},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=a(n(0)),r=n(2),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(5)),s=a(n(111));function a(t){return t&&t.__esModule?t:{default:t}}function c(t,e){s.default.call(this,t,e),this.verticalPadding=10}(0,r.inherit)(c,s.default),i.default.extend(c.prototype,{renderGauge:function(){this.markerWindowHeight=o.roundWithMin(this.height/7,20),this.markerSideWidth=this.markerWindowHeight/2,this.markerSideCornerRad=this.markerSideWidth/3,this.bandOffsetBottom=5+this.markerWindowHeight/2,this.bandOffsetTop=5+this.markerWindowHeight/2,this.tickOffset=o.roundWithMin(this.height/100,3),this.tickLength=o.roundWithMin(this.height/20,4),this.tickLabelOffset=o.roundWithMin(this.height/60,3),this.tickFontSize=o.roundWithMin(this.height/20,10),this.minorTickLength=this.tickLength/2,this.backgroundCornerRad=o.roundWithMin(this.height/60,3),this.valueFontSize=o.roundWithMin(this.height/15,15),this.bandOffsetX=this.isShiny?o.roundWithMin(this.height/60,3):0,s.default.prototype.renderGauge.call(this)},drawBackground:function(){this.backgroundWidth=o.roundWithMin(this.height/4,50);var t=this.calculateTickValues(this.ranges[0],this.ranges[this.ranges.length-1],this.MAX_TICKS_PER_RANGE);this.backgroundHeight=this.height-2*this.verticalPadding,this.bandHeight=this.backgroundHeight-(this.bandOffsetBottom+this.bandOffsetTop),this.bandWidth=this.isShiny?10:30;var e=t[t.length-1],n=this.predictTextWidth(this.formatValue(e),this.tickFontSize),i=this.bandOffsetX+this.bandWidth+this.tickOffset+this.tickLength+this.tickLabelOffset+n+this.tickLabelPaddingRight;this.backgroundWidth=Math.max(this.backgroundWidth,i),this.isShiny&&(this.elements.background=this.renderer.rect((this.width-this.backgroundWidth)/2,this.verticalPadding,this.backgroundWidth,this.backgroundHeight,this.backgroundCornerRad).attr({fill:"#edede7",stroke:"silver","stroke-width":1}).add()),this.tickStartX=(this.width-this.backgroundWidth)/2+(this.bandOffsetX+this.bandWidth)+this.tickOffset,this.tickEndX=this.tickStartX+this.tickLength,this.tickLabelStartX=this.tickEndX+this.tickLabelOffset},drawBand:function(){var t=void 0,e=void 0,n=void 0,i=(this.width-this.backgroundWidth)/2+this.bandOffsetX,r=this.height-this.verticalPadding-this.bandOffsetBottom;for(t=0;t<this.ranges.length-1;t++)e=this.translateValue(this.ranges[t]),n=this.translateValue(this.ranges[t+1]),this.elements["colorBand"+t]=this.renderer.rect(i,r-n,this.bandWidth,n-e,this.bandCornerRad).attr({fill:this.getColorByIndex(t)}).add()},drawMajorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+t);return this.renderer.path(["M",this.tickStartX,e,"L",this.tickEndX,e]).attr({stroke:this.tickColor,"stroke-width":this.tickWidth}).add()},drawMajorTickLabel:function(t,e){var n=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+t);return this.renderer.text(e,this.tickLabelStartX,n+this.tickFontSize/4).attr({align:"left"}).css({color:this.tickFontColor,fontSize:this.tickFontSize+"px",lineHeight:this.tickFontSize+"px"}).add()},drawMinorTick:function(t){var e=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+t);return this.renderer.path(["M",this.tickStartX,e,"L",this.tickStartX+this.minorTickLength,e]).attr({stroke:this.tickColor,"stroke-width":this.minorTickWidth}).add()},drawIndicator:function(t){var e=void 0,n=void 0,i=void 0,r=void 0,o=this.normalizedTranslateValue(t),s=this.verticalPadding+this.backgroundHeight-(this.bandOffsetBottom+o),a=this.isShiny?(this.width-this.backgroundWidth)/2:(this.width-this.backgroundWidth)/2-10,c=this.isShiny?a+this.backgroundWidth:a+this.bandWidth+20,l=this.foregroundColor,u=3,d=["M",a,s,"L",c,s];this.isShiny&&(e=["M",a,s-this.markerWindowHeight/2,"L",a-(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,"C",a-(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,a-this.markerSideWidth,s-this.markerWindowHeight/2,a-this.markerSideWidth,s-this.markerWindowHeight/2+this.markerSideCornerRad,"L",a-this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,"C",a-this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,a-this.markerSideWidth,s+this.markerWindowHeight/2,a-(this.markerSideWidth-this.markerSideCornerRad),s+this.markerWindowHeight/2,"L",a,s+this.markerWindowHeight/2,a,s-this.markerWindowHeight/2],n=["M",c,s-this.markerWindowHeight/2,"L",c+(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,"C",c+(this.markerSideWidth-this.markerSideCornerRad),s-this.markerWindowHeight/2,c+this.markerSideWidth,s-this.markerWindowHeight/2,c+this.markerSideWidth,s-this.markerWindowHeight/2+this.markerSideCornerRad,"L",c+this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,"C",c+this.markerSideWidth,s+this.markerWindowHeight/2-this.markerSideCornerRad,c+this.markerSideWidth,s+this.markerWindowHeight/2,c+(this.markerSideWidth-this.markerSideCornerRad),s+this.markerWindowHeight/2,"L",c,s+this.markerWindowHeight/2,c,s-this.markerWindowHeight/2],i=["M",a,s-this.markerWindowHeight/2,"L",c,s-this.markerWindowHeight/2,c,s+this.markerWindowHeight/2,a,s+this.markerWindowHeight/2,a,s-this.markerWindowHeight/2],r=["M",a,s+1,"L",c,s+1],l="red",u=1),this.isShiny&&(this.elements.markerLHS&&this.elements.markerLHS.destroy(),this.elements.markerLHS=this.renderer.path(e).attr({fill:"#cccccc"}).add(),this.elements.markerRHS&&this.elements.markerRHS.destroy(),this.elements.markerRHS=this.renderer.path(n).attr({fill:"#cccccc"}).add(),this.elements.markerWindow&&this.elements.markerWindow.destroy(),this.elements.markerWindow=this.renderer.rect(a,s-this.markerWindowHeight/2,this.backgroundWidth,this.markerWindowHeight,0).attr({fill:"rgba(255, 255, 255, 0.3)"}).add(),this.elements.markerBorder&&this.elements.markerBorder.destroy(),this.elements.markerBorder=this.renderer.path(i).attr({stroke:"white","stroke-width":2}).add(),this.elements.markerUnderline&&this.elements.markerUnderline.destroy(),this.elements.markerUnderline=this.renderer.path(r).attr({stroke:"white","stroke-width":2}).add()),this.elements.markerLine&&this.elements.markerLine.destroy(),this.elements.markerLine=this.renderer.path(d).attr({stroke:l,"stroke-width":u}).add(),this.showValue&&this.drawValueDisplay(t)},drawValueDisplay:function(t){var e=this.formatValue(t),n=this.normalizedTranslateValue(t),i=this.verticalPadding+this.backgroundHeight-this.bandOffsetBottom-n;this.elements.valueDisplay?this.elements.valueDisplay.attr({text:e,y:i+this.valueFontSize/4}):this.elements.valueDisplay=this.renderer.text(e,(this.width-this.backgroundWidth)/2-this.valueOffset,i+this.valueFontSize/4).css({color:"black",fontSize:this.valueFontSize+"px",lineHeight:this.valueFontSize+"px",fontWeight:"bold"}).attr({align:"right"}).add()},normalizedTranslateValue:function(t){return t<this.ranges[0]?0:t>this.ranges[this.ranges.length-1]?this.translateValue(this.ranges[this.ranges.length-1]):this.translateValue(t)},translateValue:function(t){var e=this.ranges[this.ranges.length-1]-this.ranges[0],n=t-this.ranges[0];return Math.round(n/e*this.bandHeight)}}),e.default=c,t.exports=e.default}])},"./node_modules/@splunk/highcharts-annotations/lib/index.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=7)}([function(t,e,n){t.exports=!n(6)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e,n){var i=n(28).Symbol;t.exports=i},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},function(t,e,n){var i=n(17),r=n(18),o=n(20),s=Object.defineProperty;e.f=n(0)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i=c(n(8)),r=c(n(9)),o=c(n(23)),s=n(38),a=c(n(39));function c(t){return t&&t.__esModule?t:{default:t}}var l=function(){function t(e){var n=e.axis,r=e.value,o=e.span,a=e.label,c=e.color,l=e.category,u=e.renderer,d=e.originalIndex,h=e.onMouseOver,p=e.onMouseOut;(0,i.default)(this,t),this.axis=n,this.value=r,this.span=o,this.label=a,this.color=(0,s.normalizeColor)(c)||"#000000",this.originalIndex=d,this.category=l||"-no-category",this.renderer=u,this.onMouseOver=h,this.onMouseOut=p,this.rendered=!1}return(0,r.default)(t,[{key:"render",value:function(){var t=this,e=this.axis.toPixels(this.value),n=this.axis.top+this.axis.height,i=this.axis.top;this.group=this.renderer.g("splunk-annotation"),this.stroke=this.renderer.path(["M",e,i,"V",n+1]).attr({stroke:this.color,"stroke-width":1,"stroke-dasharray":"3, 3",zIndex:3,"data-role":"annotation-line"}).add(this.group);return this.triangle=this.renderer.path(["M",e-5,i+-8,"H",e+5,"L",e,i,"Z"]).attr({fill:this.color,zIndex:3,"data-role":"marker-triangle"}).add(this.group),this.triangleShadow=this.renderer.path(["M",e-10,i+-8,"H",e+10,"L",e,i+5,"Z"]).attr({fill:this.color,opacity:0,zIndex:4,"data-role":"hover-triangle"}).add(this.group),this.onMouseOver&&this.triangleShadow.on("mouseover",(function(){return t.hover()})).on("mouseout",(function(){return t.unhover()})),this.rendered=!0,this.group}},{key:"hover",value:function(){if(this.rendered){var t=this.axis.toPixels(this.value),e=this.axis.top;this.stroke.attr({"stroke-width":2}),this.onMouseOver({annotation:this,xPosition:t,yAxisMaxY:e})}}},{key:"unhover",value:function(){this.rendered&&this.stroke.attr({"stroke-width":1}),this.onMouseOut({annotation:this})}},{key:"dim",value:function(t){if(this.rendered){var e=t?.3:1;this.stroke.attr({opacity:e}),this.triangle.attr({opacity:e})}}},{key:"destroy",value:function(){this.triangleShadow&&this.triangleShadow.destroy(),this.triangleShadow=null,this.triangle&&this.triangle.destroy(),this.triangle=null,this.stroke&&this.stroke.destroy(),this.stroke=null,this.group&&this.group.destroy(),this.group=null,this.rendered=!1}}]),t}(),u=function(){function t(e){var n=e.axis,r=e.tooltipCls;(0,i.default)(this,t),this.axis=n,this.renderer=n.chart.renderer,this.points=[],this.tooltip=new r(this.axis.chart,{enabled:!0,padding:8,useHTML:!0,backgroundColor:"#000000",hideDelay:0,style:{color:"#fff","font-size":"12px","pointer-events":"none",r:3},tooltipRole:"splunk-annotation-tooltip"}),this.labelFormatter=new a.default(this.renderer)}return(0,r.default)(t,[{key:"update",value:function(t){this.clear(),this.render(t)}},{key:"formatDateFromAnnotation",value:function(t){var e=t.value,n=t.span,i=(this.axis.options["splunk-tooltip"]||{}).formatter,r=i?i(e,this.axis.chart):"";return n?r+" - "+(i?i(n,this.axis.chart):""):r}},{key:"showTooltip",value:function(t,e){this.points.forEach((function(e){e.dim(e!==t)}));var n=this.formatDateFromAnnotation(t),i=t.label,r=void 0===i?"":i,a=t.color,c=t.category,l=this.axis.top,u=this.tooltip.getLabel(),d="-no-category"===c?"":c,h=this.labelFormatter._predictLineWidth(n,11)+20,p=d?this.labelFormatter._predictLineWidth(c,11)+20:0,f=r?this.labelFormatter._predictLineWidth(r,12)+20:0,m=Math.max(h,p,f),g=e-10,y=this.axis.chart.chartWidth-e-10,b=e+m-(this.axis.chart.plotLeft+this.axis.chart.plotWidth),M=m-(e-this.axis.chart.plotLeft),v=Math.min(b,M)>0?b<=M:b<0,_=Math.floor(Math.min(500,v?y:g))-16,x=(0,s.getLuminance)((0,s.hexFromColor)(a)),L=x>170?"#333":"#fff",A="max-width: "+_+"px; overflow: hidden; text-overflow: ellipsis;",w="font-size: 11px; color: "+(x>170?"#555":"#ddd");u.attr({text:"\n "+(r?'<div data-role="tooltip-label" style="margin-bottom: 2px; color: '+L+"; "+A+'">'+(0,o.default)(r)+"</div>":"")+"\n "+(d?'<div data-role="tooltip-category" style="margin-bottom: 2px; '+w+"; "+A+'">'+(0,o.default)(c)+"</div>":"")+'\n <div data-role="tooltip-timestamp" style="'+w+"; "+A+'">'+(0,o.default)(n)+"</div>\n "}),this.tooltip.move(v?e:e-u.width,l-8),u.attr({fill:a}),u.show(),u.toFront()}},{key:"hideTooltip",value:function(){this.points.forEach((function(t){t.dim(!1)})),this.tooltip.getLabel().hide(0)}},{key:"getVisibleDataPoints",value:function(t){var e,n=this,i=this.axis.width,r=this.axis.left,o=r+i,s=(e={},function(t){return!!e[t]||(e[t]=!0,!1)}),a=t.length-1;return t.filter((function(t,e){var i=n.axis.toPixels(t.value);return t.originalIndex=a-e,!s(i)&&function(t){return t>=r&&t<=o}(i)}))}},{key:"render",value:function(t){var e=this;if(this.axis.isXAxis){this.clear();var n=function(t){var n=t.annotation,i=t.xPosition;e.showTooltip(n,i)},i=function(){e.hideTooltip()};this.annotationLayerGroup=this.renderer.g("splunk-annotation-layer"),this.points=this.getVisibleDataPoints(t.slice().reverse()).reverse().map((function(t){var r=t.value,o=t.span,s=t.label,a=t.color,c=t.category,u=t.originalIndex,d=new l({axis:e.axis,renderer:e.renderer,value:r,span:o,label:s,color:a,category:c,originalIndex:u,onMouseOver:n,onMouseOut:i});return d.render().add(e.annotationLayerGroup),d})),this.annotationLayerGroup.attr({zIndex:7}).add().toFront();var r=this.axis.chart.tooltip.label;r&&r.toFront()}}},{key:"clear",value:function(){this.hideTooltip(),this.points.forEach((function(t){return t.destroy()})),this.annotationLayerGroup&&this.annotationLayerGroup.destroy(),this.annotationLayerGroup=null}},{key:"destroy",value:function(){this.clear(),this.tooltip.destroy(),this.labelFormatter.destroy()}}]),t}();e.default=function(t){t.wrap(t.Axis.prototype,"render",(function(e){for(var n=arguments.length,i=Array(n>1?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];e.call.apply(e,[this].concat(i));var o=this.options;"annotations"in o&&o.annotations.length?(this.annotations||(this.annotations=new u({axis:this,tooltipCls:t.Tooltip})),this.annotations.update(o.annotations)):this.annotations&&(this.annotations.destroy(),this.annotations=null)})),t.wrap(t.Axis.prototype,"destroy",(function(t){this.annotations&&(this.annotations.destroy(),this.annotations=null),t.apply(this)}))},t.exports=e.default},function(t,e,n){"use strict";e.__esModule=!0,e.default=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}},function(t,e,n){"use strict";e.__esModule=!0;var i,r=n(10),o=(i=r)&&i.__esModule?i:{default:i};e.default=function(){function t(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),(0,o.default)(t,i.key,i)}}return function(e,n,i){return n&&t(e.prototype,n),i&&t(e,i),e}}()},function(t,e,n){t.exports={default:n(11),__esModule:!0}},function(t,e,n){n(12);var i=n(4).Object;t.exports=function(t,e,n){return i.defineProperty(t,e,n)}},function(t,e,n){var i=n(13);i(i.S+i.F*!n(0),"Object",{defineProperty:n(5).f})},function(t,e,n){var i=n(3),r=n(4),o=n(14),s=n(16),a=n(22),c=function(t,e,n){var l,u,d,h=t&c.F,p=t&c.G,f=t&c.S,m=t&c.P,g=t&c.B,y=t&c.W,b=p?r:r[e]||(r[e]={}),M=b.prototype,v=p?i:f?i[e]:(i[e]||{}).prototype;for(l in p&&(n=e),n)(u=!h&&v&&void 0!==v[l])&&a(b,l)||(d=u?v[l]:n[l],b[l]=p&&"function"!=typeof v[l]?n[l]:g&&u?o(d,i):y&&v[l]==d?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):m&&"function"==typeof d?o(Function.call,d):d,m&&((b.virtual||(b.virtual={}))[l]=d,t&c.R&&M&&!M[l]&&s(M,l,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var i=n(15);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(5),r=n(21);t.exports=n(0)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var i=n(1);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){t.exports=!n(0)&&!n(6)((function(){return 7!=Object.defineProperty(n(19)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(1),r=n(3).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(1);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(24),r=n(26),o=/[&<>"']/g,s=RegExp(o.source);t.exports=function(t){return(t=r(t))&&s.test(t)?t.replace(o,i):t}},function(t,e,n){var i=n(25)({"&":"&","<":"<",">":">",'"':""","'":"'"});t.exports=i},function(t,e){t.exports=function(t){return function(e){return null==t?void 0:t[e]}}},function(t,e,n){var i=n(27);t.exports=function(t){return null==t?"":i(t)}},function(t,e,n){var i=n(2),r=n(31),o=n(32),s=n(33),a=i?i.prototype:void 0,c=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return c?c.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},function(t,e,n){var i=n(29),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();t.exports=o},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(e,n(30))},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r}},function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){var i=n(34),r=n(37);t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==i(t)}},function(t,e,n){var i=n(2),r=n(35),o=n(36),s=i?i.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,n){var i=n(2),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=i?i.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),n=t[a];try{t[a]=void 0;var i=!0}catch(t){}var r=s.call(t);return i&&(e?t[a]=n:delete t[a]),r}},function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/color.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/Formatter.js")}])},"./node_modules/@splunk/highcharts-test-hooks/lib/index.js":function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=0)}([function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.default=function(t){t.wrap(t.Tooltip.prototype,"getLabel",(function(t){for(var e=arguments.length,n=Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];var r=t.call.apply(t,[this].concat(n)),o=this.options.tooltipRole,s=void 0===o?"main-tooltip":o;return r.attr({"data-role":s}),r.div&&r.div.setAttribute("data-role",s),r}))},t.exports=e.default}])},"./node_modules/@splunk/highcharts-themes/constants.js":function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=10)}([function(t,e,n){t.exports=!n(4)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(7),r=n(8);t.exports=function(t){return i(r(t))}},function(t,e,n){var i=n(28);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.THEMES=e.COLORS_SCP=e.COLORS_PRISMA_DARK=e.COLORS_DARK_MODE=e.COLORS=e.FONT_SIZE=e.FONT_FAMILY=void 0;var i,r=n(11),o=(i=r)&&i.__esModule?i:{default:i};e.FONT_FAMILY='"Splunk Platform Sans", "Proxima Nova", "Lucinda Grande", Roboto, Droid, "Helvetica Neue", Helvetica, Arial, sans-serif',e.FONT_SIZE="12px";var s=e.COLORS={DEFAULT_BACKGROUND_COLOR:"#ffffff",DEFAULT_FOREGROUND_COLOR:"#000000",DEFAULT_FONT_COLOR:"rgba(0, 0, 0, 0.65)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(0, 0, 0, 0.1)",DEFAULT_LINE_COLOR_SOFTER:"rgba(0, 0, 0, 0.1)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},a=e.COLORS_DARK_MODE={DEFAULT_BACKGROUND_COLOR:"#000000",DEFAULT_FOREGROUND_COLOR:"#ffffff",DEFAULT_FONT_COLOR:"rgba(255, 255, 255, 0.7)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(255, 255, 255, 0.3)",DEFAULT_LINE_COLOR_SOFTER:"rgba(255, 255, 255, 0.3)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},c=e.COLORS_PRISMA_DARK=(0,o.default)({},a,{BLACK1:"#2B2C33",BLACK2:"#23242B",GREY1:"#ACACAD",GREY2:"#818285",GREY3:"#505158",GREY4:"#43454B",GREY5:"#33343B"});e.COLORS_SCP=c,e.THEMES={default:(0,o.default)({},s,{LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(0, 0, 0, 0.65)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(0, 0, 0, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(0, 0, 0, 0.54)",TOOLTIP_BACKGROUND_COLOR:"#ffffff",TOOLTIP_FONT_COLOR:"#2c2c2c",TOOLTIP_FONT_COLOR_SOFT:"rgba(0, 0, 0, 0.65)",TOOLTIP_BORDER_COLOR:"#000000"}),dark:(0,o.default)({},a,{AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(255, 255, 255, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(255, 255, 255, 0.7)",TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",TOOLTIP_BORDER_COLOR:"none"}),prismaDark:(0,o.default)({},c,{DEFAULT_BACKGROUND_COLOR:"#0b0c0e",AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_GRID_LINE_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_UNHIGHLIGHT_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",SERIES_UNHIGHLIGHT_COLOR_PALETTE:[c.GREY3,c.GREY4,c.GREY5],TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",LINE_DEFAULT_LINE_WIDTH:1.5})}},function(t,e,n){"use strict";e.__esModule=!0;var i,r=n(12),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}},function(t,e,n){t.exports={default:n(13),__esModule:!0}},function(t,e,n){n(14),t.exports=n(2).Object.assign},function(t,e,n){var i=n(15);i(i.S+i.F,"Object",{assign:n(25)})},function(t,e,n){var i=n(1),r=n(2),o=n(16),s=n(18),a=n(5),c=function(t,e,n){var l,u,d,h=t&c.F,p=t&c.G,f=t&c.S,m=t&c.P,g=t&c.B,y=t&c.W,b=p?r:r[e]||(r[e]={}),M=b.prototype,v=p?i:f?i[e]:(i[e]||{}).prototype;for(l in p&&(n=e),n)(u=!h&&v&&void 0!==v[l])&&a(b,l)||(d=u?v[l]:n[l],b[l]=p&&"function"!=typeof v[l]?n[l]:g&&u?o(d,i):y&&v[l]==d?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):m&&"function"==typeof d?o(Function.call,d):d,m&&((b.virtual||(b.virtual={}))[l]=d,t&c.R&&M&&!M[l]&&s(M,l,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var i=n(17);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(19),r=n(24);t.exports=n(0)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var i=n(20),r=n(21),o=n(23),s=Object.defineProperty;e.f=n(0)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var i=n(3);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){t.exports=!n(0)&&!n(4)((function(){return 7!=Object.defineProperty(n(22)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(3),r=n(1).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(3);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){"use strict";var i=n(0),r=n(26),o=n(37),s=n(38),a=n(39),c=n(7),l=Object.assign;t.exports=!l||n(4)((function(){var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=i}))?function(t,e){for(var n=a(t),l=arguments.length,u=1,d=o.f,h=s.f;l>u;)for(var p,f=c(arguments[u++]),m=d?r(f).concat(d(f)):r(f),g=m.length,y=0;g>y;)p=m[y++],i&&!h.call(f,p)||(n[p]=f[p]);return n}:l},function(t,e,n){var i=n(27),r=n(36);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(5),r=n(6),o=n(29)(!1),s=n(32)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,l=[];for(n in a)n!=s&&i(a,n)&&l.push(n);for(;e.length>c;)i(a,n=e[c++])&&(~o(l,n)||l.push(n));return l}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(6),r=n(30),o=n(31);t.exports=function(t){return function(e,n,s){var a,c=i(e),l=r(c.length),u=o(s,l);if(t&&n!=n){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},function(t,e,n){var i=n(9),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(9),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e,n){var i=n(33)("keys"),r=n(35);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){var i=n(2),r=n(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(34)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!0},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var i=n(8);t.exports=function(t){return Object(i(t))}}])},"./node_modules/@splunk/highcharts-themes/theme.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=40)}([function(t,e,n){t.exports=!n(4)((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},function(t,e){var n=t.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(t,e){var n=t.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},function(t,e){t.exports=function(t){return"object"==typeof t?null!==t:"function"==typeof t}},function(t,e){t.exports=function(t){try{return!!t()}catch(t){return!0}}},function(t,e){var n={}.hasOwnProperty;t.exports=function(t,e){return n.call(t,e)}},function(t,e,n){var i=n(7),r=n(8);t.exports=function(t){return i(r(t))}},function(t,e,n){var i=n(28);t.exports=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==i(t)?t.split(""):Object(t)}},function(t,e){t.exports=function(t){if(null==t)throw TypeError("Can't call method on "+t);return t}},function(t,e){var n=Math.ceil,i=Math.floor;t.exports=function(t){return isNaN(t=+t)?0:(t>0?i:n)(t)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.THEMES=e.COLORS_SCP=e.COLORS_PRISMA_DARK=e.COLORS_DARK_MODE=e.COLORS=e.FONT_SIZE=e.FONT_FAMILY=void 0;var i,r=n(11),o=(i=r)&&i.__esModule?i:{default:i};e.FONT_FAMILY='"Splunk Platform Sans", "Proxima Nova", "Lucinda Grande", Roboto, Droid, "Helvetica Neue", Helvetica, Arial, sans-serif',e.FONT_SIZE="12px";var s=e.COLORS={DEFAULT_BACKGROUND_COLOR:"#ffffff",DEFAULT_FOREGROUND_COLOR:"#000000",DEFAULT_FONT_COLOR:"rgba(0, 0, 0, 0.65)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(0, 0, 0, 0.1)",DEFAULT_LINE_COLOR_SOFTER:"rgba(0, 0, 0, 0.1)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},a=e.COLORS_DARK_MODE={DEFAULT_BACKGROUND_COLOR:"#000000",DEFAULT_FOREGROUND_COLOR:"#ffffff",DEFAULT_FONT_COLOR:"rgba(255, 255, 255, 0.7)",DEFAULT_LINE_COLOR:"#000000",DEFAULT_LINE_COLOR_SOFT:"rgba(255, 255, 255, 0.3)",DEFAULT_LINE_COLOR_SOFTER:"rgba(255, 255, 255, 0.3)",SEMANTIC_SUCCESS:"#53a051",SEMANTIC_WARNING:"#f8be34",SEMANTIC_ERROR:"#dc4e41"},c=e.COLORS_PRISMA_DARK=(0,o.default)({},a,{BLACK1:"#2B2C33",BLACK2:"#23242B",GREY1:"#ACACAD",GREY2:"#818285",GREY3:"#505158",GREY4:"#43454B",GREY5:"#33343B"});e.COLORS_SCP=c,e.THEMES={default:(0,o.default)({},s,{LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(0, 0, 0, 0.65)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(0, 0, 0, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(0, 0, 0, 0.54)",TOOLTIP_BACKGROUND_COLOR:"#ffffff",TOOLTIP_FONT_COLOR:"#2c2c2c",TOOLTIP_FONT_COLOR_SOFT:"rgba(0, 0, 0, 0.65)",TOOLTIP_BORDER_COLOR:"#000000"}),dark:(0,o.default)({},a,{AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_ACTIVE:"rgba(255, 255, 255, 0.7)",LEGEND_OVERFLOW_ARROW_COLOR_INACTIVE:"rgba(255, 255, 255, 0.3)",LEGEND_OVERFLOW_FONT_COLOR:"rgba(255, 255, 255, 0.7)",TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",TOOLTIP_BORDER_COLOR:"none"}),prismaDark:(0,o.default)({},c,{DEFAULT_BACKGROUND_COLOR:"#0b0c0e",AXIS_LABELS_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_TITLE_FONT_COLOR:"rgba(255, 255, 255, 0.7)",AXIS_GRID_LINE_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_UNHIGHLIGHT_COLOR:"rgba(255, 255, 255, 0.15)",LEGEND_FONT_COLOR:"rgba(255, 255, 255, 0.7)",SERIES_UNHIGHLIGHT_COLOR_PALETTE:[c.GREY3,c.GREY4,c.GREY5],TOOLTIP_BACKGROUND_COLOR:"#27292e",TOOLTIP_FONT_COLOR:"rgba(255, 255, 255, 0.98)",TOOLTIP_FONT_COLOR_SOFT:"rgba(255, 255, 255, 0.7)",LINE_DEFAULT_LINE_WIDTH:1.5})}},function(t,e,n){"use strict";e.__esModule=!0;var i,r=n(12),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i])}return t}},function(t,e,n){t.exports={default:n(13),__esModule:!0}},function(t,e,n){n(14),t.exports=n(2).Object.assign},function(t,e,n){var i=n(15);i(i.S+i.F,"Object",{assign:n(25)})},function(t,e,n){var i=n(1),r=n(2),o=n(16),s=n(18),a=n(5),c=function(t,e,n){var l,u,d,h=t&c.F,p=t&c.G,f=t&c.S,m=t&c.P,g=t&c.B,y=t&c.W,b=p?r:r[e]||(r[e]={}),M=b.prototype,v=p?i:f?i[e]:(i[e]||{}).prototype;for(l in p&&(n=e),n)(u=!h&&v&&void 0!==v[l])&&a(b,l)||(d=u?v[l]:n[l],b[l]=p&&"function"!=typeof v[l]?n[l]:g&&u?o(d,i):y&&v[l]==d?function(t){var e=function(e,n,i){if(this instanceof t){switch(arguments.length){case 0:return new t;case 1:return new t(e);case 2:return new t(e,n)}return new t(e,n,i)}return t.apply(this,arguments)};return e.prototype=t.prototype,e}(d):m&&"function"==typeof d?o(Function.call,d):d,m&&((b.virtual||(b.virtual={}))[l]=d,t&c.R&&M&&!M[l]&&s(M,l,d)))};c.F=1,c.G=2,c.S=4,c.P=8,c.B=16,c.W=32,c.U=64,c.R=128,t.exports=c},function(t,e,n){var i=n(17);t.exports=function(t,e,n){if(i(t),void 0===e)return t;switch(n){case 1:return function(n){return t.call(e,n)};case 2:return function(n,i){return t.call(e,n,i)};case 3:return function(n,i,r){return t.call(e,n,i,r)}}return function(){return t.apply(e,arguments)}}},function(t,e){t.exports=function(t){if("function"!=typeof t)throw TypeError(t+" is not a function!");return t}},function(t,e,n){var i=n(19),r=n(24);t.exports=n(0)?function(t,e,n){return i.f(t,e,r(1,n))}:function(t,e,n){return t[e]=n,t}},function(t,e,n){var i=n(20),r=n(21),o=n(23),s=Object.defineProperty;e.f=n(0)?Object.defineProperty:function(t,e,n){if(i(t),e=o(e,!0),i(n),r)try{return s(t,e,n)}catch(t){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(t[e]=n.value),t}},function(t,e,n){var i=n(3);t.exports=function(t){if(!i(t))throw TypeError(t+" is not an object!");return t}},function(t,e,n){t.exports=!n(0)&&!n(4)((function(){return 7!=Object.defineProperty(n(22)("div"),"a",{get:function(){return 7}}).a}))},function(t,e,n){var i=n(3),r=n(1).document,o=i(r)&&i(r.createElement);t.exports=function(t){return o?r.createElement(t):{}}},function(t,e,n){var i=n(3);t.exports=function(t,e){if(!i(t))return t;var n,r;if(e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;if("function"==typeof(n=t.valueOf)&&!i(r=n.call(t)))return r;if(!e&&"function"==typeof(n=t.toString)&&!i(r=n.call(t)))return r;throw TypeError("Can't convert object to primitive value")}},function(t,e){t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},function(t,e,n){"use strict";var i=n(0),r=n(26),o=n(37),s=n(38),a=n(39),c=n(7),l=Object.assign;t.exports=!l||n(4)((function(){var t={},e={},n=Symbol(),i="abcdefghijklmnopqrst";return t[n]=7,i.split("").forEach((function(t){e[t]=t})),7!=l({},t)[n]||Object.keys(l({},e)).join("")!=i}))?function(t,e){for(var n=a(t),l=arguments.length,u=1,d=o.f,h=s.f;l>u;)for(var p,f=c(arguments[u++]),m=d?r(f).concat(d(f)):r(f),g=m.length,y=0;g>y;)p=m[y++],i&&!h.call(f,p)||(n[p]=f[p]);return n}:l},function(t,e,n){var i=n(27),r=n(36);t.exports=Object.keys||function(t){return i(t,r)}},function(t,e,n){var i=n(5),r=n(6),o=n(29)(!1),s=n(32)("IE_PROTO");t.exports=function(t,e){var n,a=r(t),c=0,l=[];for(n in a)n!=s&&i(a,n)&&l.push(n);for(;e.length>c;)i(a,n=e[c++])&&(~o(l,n)||l.push(n));return l}},function(t,e){var n={}.toString;t.exports=function(t){return n.call(t).slice(8,-1)}},function(t,e,n){var i=n(6),r=n(30),o=n(31);t.exports=function(t){return function(e,n,s){var a,c=i(e),l=r(c.length),u=o(s,l);if(t&&n!=n){for(;l>u;)if((a=c[u++])!=a)return!0}else for(;l>u;u++)if((t||u in c)&&c[u]===n)return t||u||0;return!t&&-1}}},function(t,e,n){var i=n(9),r=Math.min;t.exports=function(t){return t>0?r(i(t),9007199254740991):0}},function(t,e,n){var i=n(9),r=Math.max,o=Math.min;t.exports=function(t,e){return(t=i(t))<0?r(t+e,0):o(t,e)}},function(t,e,n){var i=n(33)("keys"),r=n(35);t.exports=function(t){return i[t]||(i[t]=r(t))}},function(t,e,n){var i=n(2),r=n(1),o=r["__core-js_shared__"]||(r["__core-js_shared__"]={});(t.exports=function(t,e){return o[t]||(o[t]=void 0!==e?e:{})})("versions",[]).push({version:i.version,mode:n(34)?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},function(t,e){t.exports=!0},function(t,e){var n=0,i=Math.random();t.exports=function(t){return"Symbol(".concat(void 0===t?"":t,")_",(++n+i).toString(36))}},function(t,e){t.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(t,e){e.f=Object.getOwnPropertySymbols},function(t,e){e.f={}.propertyIsEnumerable},function(t,e,n){var i=n(8);t.exports=function(t){return Object(i(t))}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.setTheme=function(t){r.THEMES[t]?s=t:(i.debug('Theme "'+t+'" not available - falling back to default'),s="default");o=r.THEMES[s]},e.getThemeProperty=function(t){if(!o[t])return void i.debug('Theme property "'+t+'" not available in '+s+" theme");return o[t]},e.getCurrentTheme=function(){return s};var i=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e.default=t,e}(n(41)),r=n(10);var o=r.THEMES.default,s="default"},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/logger.js")}])},"./node_modules/@splunk/highcharts-time-axis/lib/index.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=59)}([function(t,e){var n=Array.isArray;t.exports=n},function(t,e,n){var i=n(35),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();t.exports=o},function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},function(t,e,n){var i=n(9),r=n(61),o=n(62),s=i?i.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},function(t,e,n){var i=n(68),r=n(71);t.exports=function(t,e){var n=r(t,e);return i(n)?n:void 0}},function(t,e,n){var i=n(23),r=n(28);t.exports=function(t){return null!=t&&r(t.length)&&!i(t)}},function(t,e,n){var i=n(4),r=n(3);t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==i(t)}},function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},function(t,e,n){var i=n(1).Symbol;t.exports=i},function(t,e,n){var i=n(5)(Object,"create");t.exports=i},function(t,e,n){var i=n(76),r=n(77),o=n(78),s=n(79),a=n(80);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e,n){var i=n(8);t.exports=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1}},function(t,e,n){var i=n(82);t.exports=function(t,e){var n=t.__data__;return i(e)?n["string"==typeof e?"string":"hash"]:n.map}},function(t,e,n){var i=n(7);t.exports=function(t){if("string"==typeof t||i(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},function(t,e){var n=Object.prototype;t.exports=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||n)}},function(t,e,n){var i=n(103),r=n(3),o=Object.prototype,s=o.hasOwnProperty,a=o.propertyIsEnumerable,c=i(function(){return arguments}())?i:function(t){return r(t)&&s.call(t,"callee")&&!a.call(t,"callee")};t.exports=c},function(t,e,n){(function(t){var i=n(1),r=n(105),o="object"==typeof e&&e&&!e.nodeType&&e,s=o&&"object"==typeof t&&t&&!t.nodeType&&t,a=s&&s.exports===o?i.Buffer:void 0,c=(a?a.isBuffer:void 0)||r;t.exports=c}).call(e,n(27)(t))},function(t,e,n){var i=n(107),r=n(108),o=n(109),s=o&&o.isTypedArray,a=s?r(s):i;t.exports=a},function(t,e){t.exports=function(t){return t}},function(t,e,n){var i=n(47),r=n(48),o=n(6);t.exports=function(t){return o(t)?i(t):r(t)}},function(t,e,n){var i=n(0),r=n(7),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(i(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!r(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},function(t,e,n){var i=n(65),r=n(81),o=n(83),s=n(84),a=n(85);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e,n){var i=n(4),r=n(2);t.exports=function(t){if(!r(t))return!1;var e=i(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},function(t,e,n){var i=n(5)(n(1),"Map");t.exports=i},function(t,e,n){var i=n(11),r=n(90),o=n(91),s=n(92),a=n(93),c=n(94);function l(t){var e=this.__data__=new i(t);this.size=e.size}l.prototype.clear=r,l.prototype.delete=o,l.prototype.get=s,l.prototype.has=a,l.prototype.set=c,t.exports=l},function(t,e,n){var i=n(40);t.exports=function(t,e,n){"__proto__"==e&&i?i(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},function(t,e){t.exports=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},function(t,e){var n=/^(?:0|[1-9]\d*)$/;t.exports=function(t,e){var i=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==i||"symbol"!=i&&n.test(t))&&t>-1&&t%1==0&&t<e}},function(t,e,n){var i=n(8),r=n(6),o=n(29),s=n(2);t.exports=function(t,e,n){if(!s(n))return!1;var a=typeof e;return!!("number"==a?r(n)&&o(e,n.length):"string"==a&&e in n)&&i(n[e],t)}},function(t,e,n){var i=n(144),r=n(3);t.exports=function t(e,n,o,s,a){return e===n||(null==e||null==n||!r(e)&&!r(n)?e!=e&&n!=n:i(e,n,o,s,t,a))}},function(t,e,n){var i=n(33);t.exports=function(t,e,n){var r=null==t?void 0:i(t,e);return void 0===r?n:r}},function(t,e,n){var i=n(34),r=n(14);t.exports=function(t,e){for(var n=0,o=(e=i(e,t)).length;null!=t&&n<o;)t=t[r(e[n++])];return n&&n==o?t:void 0}},function(t,e,n){var i=n(0),r=n(21),o=n(63),s=n(86);t.exports=function(t,e){return i(t)?t:r(t,e)?[t]:o(s(t))}},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(e,n(60))},function(t,e,n){var i=n(22);function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var s=t.apply(this,i);return n.cache=o.set(r,s)||o,s};return n.cache=new(r.Cache||i),n}r.Cache=i,t.exports=r},function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r}},function(t,e,n){var i=n(26),r=n(8);t.exports=function(t,e,n){(void 0!==n&&!r(t[e],n)||void 0===n&&!(e in t))&&i(t,e,n)}},function(t,e,n){var i=n(5),r=function(){try{var t=i(Object,"defineProperty");return t({},"",{}),t}catch(t){}}();t.exports=r},function(t,e,n){var i=n(95)();t.exports=i},function(t,e,n){var i=n(1).Uint8Array;t.exports=i},function(t,e,n){var i=n(44)(Object.getPrototypeOf,Object);t.exports=i},function(t,e){t.exports=function(t,e){return function(n){return t(e(n))}}},function(t,e){t.exports=function(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}},function(t,e,n){var i=n(47),r=n(114),o=n(6);t.exports=function(t){return o(t)?i(t,!0):r(t)}},function(t,e,n){var i=n(113),r=n(16),o=n(0),s=n(17),a=n(29),c=n(18),l=Object.prototype.hasOwnProperty;t.exports=function(t,e){var n=o(t),u=!n&&r(t),d=!n&&!u&&s(t),h=!n&&!u&&!d&&c(t),p=n||u||d||h,f=p?i(t.length,String):[],m=f.length;for(var g in t)!e&&!l.call(t,g)||p&&("length"==g||d&&("offset"==g||"parent"==g)||h&&("buffer"==g||"byteLength"==g||"byteOffset"==g)||a(g,m))||f.push(g);return f}},function(t,e,n){var i=n(15),r=n(125),o=Object.prototype.hasOwnProperty;t.exports=function(t){if(!i(t))return r(t);var e=[];for(var n in Object(t))o.call(t,n)&&"constructor"!=n&&e.push(n);return e}},function(t,e,n){var i=n(126),r=n(24),o=n(127),s=n(128),a=n(129),c=n(4),l=n(37),u=l(i),d=l(r),h=l(o),p=l(s),f=l(a),m=c;(i&&"[object DataView]"!=m(new i(new ArrayBuffer(1)))||r&&"[object Map]"!=m(new r)||o&&"[object Promise]"!=m(o.resolve())||s&&"[object Set]"!=m(new s)||a&&"[object WeakMap]"!=m(new a))&&(m=function(t){var e=c(t),n="[object Object]"==e?t.constructor:void 0,i=n?l(n):"";if(i)switch(i){case u:return"[object DataView]";case d:return"[object Map]";case h:return"[object Promise]";case p:return"[object Set]";case f:return"[object WeakMap]"}return e}),t.exports=m},function(t,e,n){var i=n(131),r=n(132),o=n(133);t.exports=function(t,e,n){return e==e?o(t,e,n):i(t,r,n)}},function(t,e,n){var i=n(135);t.exports=function(t){var e=i(t),n=e%1;return e==e?n?e-n:e:0}},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(e(t[n],n,t))return!0;return!1}},function(t,e,n){var i=n(142),r=n(160),o=n(19),s=n(0),a=n(163);t.exports=function(t){return"function"==typeof t?t:null==t?o:"object"==typeof t?s(t)?r(t[0],t[1]):i(t):a(t)}},function(t,e,n){var i=n(145),r=n(52),o=n(148);t.exports=function(t,e,n,s,a,c){var l=1&n,u=t.length,d=e.length;if(u!=d&&!(l&&d>u))return!1;var h=c.get(t),p=c.get(e);if(h&&p)return h==e&&p==t;var f=-1,m=!0,g=2&n?new i:void 0;for(c.set(t,e),c.set(e,t);++f<u;){var y=t[f],b=e[f];if(s)var M=l?s(b,y,f,e,t,c):s(y,b,f,t,e,c);if(void 0!==M){if(M)continue;m=!1;break}if(g){if(!r(e,(function(t,e){if(!o(g,e)&&(y===t||a(y,t,n,s,c)))return g.push(e)}))){m=!1;break}}else if(y!==b&&!a(y,b,n,s,c)){m=!1;break}}return c.delete(t),c.delete(e),m}},function(t,e,n){var i=n(2);t.exports=function(t){return t==t&&!i(t)}},function(t,e){t.exports=function(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}}},function(t,e,n){var i=n(34),r=n(16),o=n(0),s=n(29),a=n(28),c=n(14);t.exports=function(t,e,n){for(var l=-1,u=(e=i(e,t)).length,d=!1;++l<u;){var h=c(e[l]);if(!(d=null!=t&&n(t,h)))break;t=t[h]}return d||++l!=u?d:!!(u=null==t?0:t.length)&&a(u)&&s(h,u)&&(o(t)||r(t))}},function(t,e,n){var i=n(167),r=n(168)(i);t.exports=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){var e=function(e){return parseInt(t.dateFormat("%L",e),10)},n=function(e){return parseInt(t.dateFormat("%S",e),10)},o=function(e){return parseInt(t.dateFormat("%M",e),10)},a=function(e){return parseInt(t.dateFormat("%k",e),10)},c=function(e){return parseInt(t.dateFormat("%e",e),10)-1},m=function(e){return parseInt(t.dateFormat("%m",e),10)-1},g=function(e){return parseInt(t.dateFormat("%Y",e),10)},_=(0,l.default)((function(t){var i=[],r=[],s=[],l=[],d=[],h=[];return t.forEach((function(t){i.push(e(t)),r.push(n(t)),s.push(o(t)),l.push(a(t)),d.push(c(t)),h.push(m(t))})),(0,u.default)(i,(function(t){return 0===t}))?(0,u.default)(r,(function(t){return 0===t}))?(0,u.default)(s,(function(t){return 0===t}))?(0,u.default)(l,(function(t){return 0===t}))?(0,u.default)(d,(function(t){return 0===t}))?(0,u.default)(h,(function(t){return 0===t}))?"year":"month":"day":"hour":"minute":"second":"millisecond"})),x=null,L=function(r,s,l){return x?x(function(t){return new Date(g(t),m(t),c(t)+1,a(t),o(t),n(t),e(t))}(r),r,s):"function"!=typeof(0,i.default)(l,["time","dateFormat"])||"function"!=typeof(0,i.default)(l,["time","options","getTimezoneOffset"])&&0===(0,i.default)(l,["time","options","timezoneOffset"],0)?t.dateFormat(b[s],r):l.time.dateFormat(b[s],r)},A={tickLength:6,minPadding:0,maxPadding:0,minRange:1,labels:{formatter:function(){var t=this.axis,e=t.tickPositions,n=t.options.maxLabelParts,i=_(e),r=null;this.isFirst||(r=e[(0,d.default)(e,this.value)-1]);return function(t){var e=t.value,n=t.previousValue,i=t.granularity,r=t.maxLabelParts,o=void 0===r?3:r,a=t.chart,l=(0,s.default)(["millisecond","second","minute","hour","day"],i),u=(0,s.default)(["millisecond","second","minute","hour"],i),d=(0,s.default)(["millisecond","second"],i),h="millisecond"===i?"LTMS":d?"LTS":"LT",p=l?"ddd MMM D":"MMMM";if("year"===i)return[L(e,"YYYY",a)];if(n&&g(n)===g(e)&&m(n)===m(e)&&c(n)===c(e))return[L(e,h,a)];var f=u?[L(e,h,a),L(e,p,a)]:[L(e,p,a)];return n&&g(n)===g(e)||f.push(L(e,"YYYY",a)),o?f.slice(Math.max(f.length-o,0)):f}({value:this.value,previousValue:r,granularity:i,maxLabelParts:n,chart:this.chart}).join(" <br /> ")},style:{whiteSpace:"nowrap",textOverflow:"none"}},units:[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,3,5,10,15,30]],["hour",[1,2,4,6,8,12]],["day",[1]],["week",[1,2]],["month",[1,2,3,4,6]],["year",[1,2,4]]],"splunk-tooltip":{formatter:function(t,i){return e(t)>0?L(t,"llms",i):n(t)>0?L(t,"lls",i):o(t)>0||a(t)>0?L(t,"lll",i):L(t,"ll",i)}}},w={labels:{align:"left",y:18}},T={labels:{y:5}},k=function(t){switch(t){case-45:return{align:"right",y:15};case 45:return{y:15};case-90:return{align:"right",y:12};case 90:return{y:12};case 0:default:return{}}};t.wrap(t.Axis.prototype,"setOptions",(function(t,e){var n=e;return"datetime"===e.type&&(n=(0,r.default)({},A,this.horiz?w:T,{labels:k(e.labels&&e.labels.rotation||0)},n)),t.call(this,n)})),t.wrap(t.Axis.prototype,"setTickPositions",(function(e){if("datetime"===this.options.type){this.options._initialUnits||(this.options._initialUnits=this.options.units,this.options._initialTickPixelInterval=this.options.tickPixelInterval),this.horiz&&this.len<=350||!this.horiz&&this.len<=245?(this.options.units=y,this.options.tickPixelInterval=50):(this.options.units=this.options._initialUnits,this.options.tickPixelInterval=this.options._initialTickPixelInterval);var n=(this.tickPositions||[]).slice();e.call(this),function(e){var n=t.defaultOptions.global;if(!n.useUTC||n.getTimezoneOffset){var i=e.dateTime.normalizeTimeTickInterval(e.tickInterval,e.options.units);if(!("hour"!==i.unitName||i.count>=12)&&t.time.getTimezoneOffset(e.min)!==t.time.getTimezoneOffset(e.max)){for(var r=[],o=e.tickPositions[0];o<=e.max;)r.push(o),o+=i.unitRange*i.count;e.tickPositions=r}}}(this),(0,h.default)(n,this.tickPositions)||(this.isDirty=!0)}else e.call(this)})),t.wrap(t.Axis.prototype,"render",(function(t){"datetime"===this.options.type&&(v(this),M(this)),t.call(this)})),t.setOptions({global:{useUTC:!1}});var S=function(e){t.setOptions({global:{useUTC:!0,getTimezoneOffset:e}})},O=function(t){x=t},j={"ddd MMM D":{de:"ddd, D. MMM","en-gb":"ddd, D MMM",en:"ddd, MMM D",fr:"ddd D MMM",it:"ddd, D MMM",ja:"MMMD日 dddd",ko:"MMM D일 dddd","zh-cn":"MMMD日dddd","zh-tw":"MMMD日dddd"},YYYY:{ja:"YYYY年",ko:"YYYY년","zh-cn":"YYYY年","zh-tw":"YYYY年"}};return{setTimezone:function(t){var e=(0,f.default)(t);S((function(t){var n=(0,p.default)(e.untils,t);return e.offsets[n]}))},useSplunkI18nLibrary:function(t){O((function(e,n,i){switch(i){case"LT":return t.format_time(e,"short");case"LTS":return t.format_time(e,"medium");case"LTMS":return t.format_time_microseconds(e,"medium");case"ddd MMM D":return t.format_date(e,"ccc MMM d");case"lll":return t.format_datetime(e,"medium","short");case"ll":return t.format_date(e,"MMM d, YYYY");case"lls":return t.format_datetime(e,"medium");case"llms":return t.format_datetime_microseconds(e,"medium");default:return t.format_date(e,i)}}))},useSplunkMoment:function(t,e){O((function(n,i,r){var o=function(t,e){return t?e().locale(t).locale():null}(e,t)||t.newSplunkTime().locale(),s=r;return j[s]&&j[s][o]&&(s=j[s][o]),t.newSplunkTime({time:i,locale:o}).splunkFormat(s)})),S((function(e){return-t.newSplunkTime({time:e}).utcOffset()}))}}};var i=g(n(32)),r=g(n(88)),o=g(n(124)),s=g(n(130)),a=g(n(141)),c=g(n(169)),l=g(n(36)),u=g(n(171)),d=g(n(174)),h=g(n(175)),p=g(n(176)),f=g(n(179)),m=n(180);function g(t){return t&&t.__esModule?t:{default:t}}var y=[["millisecond",[1,250,500]],["second",[1,15,30]],["minute",[1,15,30]],["hour",[1]],["day",[1]],["month",[1,6]],["year",[1,4]]],b={LT:"%l:%M %p",LTS:"%l:%M:%S %p",LTMS:"%l:%M:%S.%L %p","ddd MMM D":"%a %b %e",MMMM:"%B",YYYY:"%Y",ll:"%b %e, %Y",lll:"%b %e, %Y %l:%M %p",lls:"%b %e, %Y %l:%M:%S %p",llms:"%b %e, %Y %l:%M:%S.%L %p"},M=function(t){if(!(t.tickPositions.length<2||(0,o.default)(t.ticks)))for(var e=function(t){return t.tickPositions.length<2?t.len:Math.abs(t.translate(t.tickPositions[1])-t.translate(t.tickPositions[0]))}(t)-2,n=(t.options.labels||{}).rotation||0,i=e/Math.sin((0,m.degreeToRadian)(45+Math.abs(45-Math.abs(n%90)))),r=function(e){return!(!e.label||!(0,s.default)(e.axis.tickPositions,e.pos))&&(t.horiz?e.label.getBBox().width>i:e.label.getBBox().height>i)};t.tickPositions.length>2&&(0,a.default)(t.ticks,r);)t.tickPositions=t.tickPositions.filter((function(t,e){return e%2==0})),t.tickPositions.forEach((function(e){t.ticks[e].addLabel()})),i*=2},v=function(t){var e=t.options.labels;if((0,c.default)(e,"_userX")||(e._userX=e.x),(0,c.default)(e,"_userY")||(e._userY=e.y),"between"===t.options.tickmarkPlacement){var n=t.pointRange,i=Math.abs(t.translate(n)-t.translate(0));t.tickmarkOffset=-n/2,t.horiz?e.x=e._userX-i/2:e.y=e._userY-i/2}};t.exports=e.default},function(t,e){var n;n=function(){return this}();try{n=n||Function("return this")()||(0,eval)("this")}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var i=n(9),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=i?i.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),n=t[a];try{t[a]=void 0;var i=!0}catch(t){}var r=s.call(t);return i&&(e?t[a]=n:delete t[a]),r}},function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},function(t,e,n){var i=n(64),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,s=i((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(r,(function(t,n,i,r){e.push(i?r.replace(o,"$1"):n||t)})),e}));t.exports=s},function(t,e,n){var i=n(36);t.exports=function(t){var e=i(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}},function(t,e,n){var i=n(66),r=n(11),o=n(24);t.exports=function(){this.size=0,this.__data__={hash:new i,map:new(o||r),string:new i}}},function(t,e,n){var i=n(67),r=n(72),o=n(73),s=n(74),a=n(75);function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},function(t,e,n){var i=n(10);t.exports=function(){this.__data__=i?i(null):{},this.size=0}},function(t,e,n){var i=n(23),r=n(69),o=n(2),s=n(37),a=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,d=l.hasOwnProperty,h=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(i(t)?h:a).test(s(t))}},function(t,e,n){var i,r=n(70),o=(i=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";t.exports=function(t){return!!o&&o in t}},function(t,e,n){var i=n(1)["__core-js_shared__"];t.exports=i},function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},function(t,e,n){var i=n(10),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(i){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return r.call(e,t)?e[t]:void 0}},function(t,e,n){var i=n(10),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return i?void 0!==e[t]:r.call(e,t)}},function(t,e,n){var i=n(10);t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=i&&void 0===e?"__lodash_hash_undefined__":e,this}},function(t,e){t.exports=function(){this.__data__=[],this.size=0}},function(t,e,n){var i=n(12),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=i(e,t);return!(n<0)&&(n==e.length-1?e.pop():r.call(e,n,1),--this.size,!0)}},function(t,e,n){var i=n(12);t.exports=function(t){var e=this.__data__,n=i(e,t);return n<0?void 0:e[n][1]}},function(t,e,n){var i=n(12);t.exports=function(t){return i(this.__data__,t)>-1}},function(t,e,n){var i=n(12);t.exports=function(t,e){var n=this.__data__,r=i(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}},function(t,e,n){var i=n(13);t.exports=function(t){var e=i(this,t).delete(t);return this.size-=e?1:0,e}},function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},function(t,e,n){var i=n(13);t.exports=function(t){return i(this,t).get(t)}},function(t,e,n){var i=n(13);t.exports=function(t){return i(this,t).has(t)}},function(t,e,n){var i=n(13);t.exports=function(t,e){var n=i(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}},function(t,e,n){var i=n(87);t.exports=function(t){return null==t?"":i(t)}},function(t,e,n){var i=n(9),r=n(38),o=n(0),s=n(7),a=i?i.prototype:void 0,c=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return c?c.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},function(t,e,n){var i=n(89),r=n(116)((function(t,e,n){i(t,e,n)}));t.exports=r},function(t,e,n){var i=n(25),r=n(39),o=n(41),s=n(96),a=n(2),c=n(46),l=n(45);t.exports=function t(e,n,u,d,h){e!==n&&o(n,(function(o,c){if(h||(h=new i),a(o))s(e,n,c,u,t,d,h);else{var p=d?d(l(e,c),o,c+"",e,n,h):void 0;void 0===p&&(p=o),r(e,c,p)}}),c)}},function(t,e,n){var i=n(11);t.exports=function(){this.__data__=new i,this.size=0}},function(t,e){t.exports=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n}},function(t,e){t.exports=function(t){return this.__data__.get(t)}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e,n){var i=n(11),r=n(24),o=n(22);t.exports=function(t,e){var n=this.__data__;if(n instanceof i){var s=n.__data__;if(!r||s.length<199)return s.push([t,e]),this.size=++n.size,this;n=this.__data__=new o(s)}return n.set(t,e),this.size=n.size,this}},function(t,e){t.exports=function(t){return function(e,n,i){for(var r=-1,o=Object(e),s=i(e),a=s.length;a--;){var c=s[t?a:++r];if(!1===n(o[c],c,o))break}return e}}},function(t,e,n){var i=n(39),r=n(97),o=n(98),s=n(100),a=n(101),c=n(16),l=n(0),u=n(104),d=n(17),h=n(23),p=n(2),f=n(106),m=n(18),g=n(45),y=n(110);t.exports=function(t,e,n,b,M,v,_){var x=g(t,n),L=g(e,n),A=_.get(L);if(A)i(t,n,A);else{var w=v?v(x,L,n+"",t,e,_):void 0,T=void 0===w;if(T){var k=l(L),S=!k&&d(L),O=!k&&!S&&m(L);w=L,k||S||O?l(x)?w=x:u(x)?w=s(x):S?(T=!1,w=r(L,!0)):O?(T=!1,w=o(L,!0)):w=[]:f(L)||c(L)?(w=x,c(x)?w=y(x):p(x)&&!h(x)||(w=a(L))):T=!1}T&&(_.set(L,w),M(w,L,b,v,_),_.delete(L)),i(t,n,w)}}},function(t,e,n){(function(t){var i=n(1),r="object"==typeof e&&e&&!e.nodeType&&e,o=r&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===r?i.Buffer:void 0,a=s?s.allocUnsafe:void 0;t.exports=function(t,e){if(e)return t.slice();var n=t.length,i=a?a(n):new t.constructor(n);return t.copy(i),i}}).call(e,n(27)(t))},function(t,e,n){var i=n(99);t.exports=function(t,e){var n=e?i(t.buffer):t.buffer;return new t.constructor(n,t.byteOffset,t.length)}},function(t,e,n){var i=n(42);t.exports=function(t){var e=new t.constructor(t.byteLength);return new i(e).set(new i(t)),e}},function(t,e){t.exports=function(t,e){var n=-1,i=t.length;for(e||(e=Array(i));++n<i;)e[n]=t[n];return e}},function(t,e,n){var i=n(102),r=n(43),o=n(15);t.exports=function(t){return"function"!=typeof t.constructor||o(t)?{}:i(r(t))}},function(t,e,n){var i=n(2),r=Object.create,o=function(){function t(){}return function(e){if(!i(e))return{};if(r)return r(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();t.exports=o},function(t,e,n){var i=n(4),r=n(3);t.exports=function(t){return r(t)&&"[object Arguments]"==i(t)}},function(t,e,n){var i=n(6),r=n(3);t.exports=function(t){return r(t)&&i(t)}},function(t,e){t.exports=function(){return!1}},function(t,e,n){var i=n(4),r=n(43),o=n(3),s=Function.prototype,a=Object.prototype,c=s.toString,l=a.hasOwnProperty,u=c.call(Object);t.exports=function(t){if(!o(t)||"[object Object]"!=i(t))return!1;var e=r(t);if(null===e)return!0;var n=l.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&c.call(n)==u}},function(t,e,n){var i=n(4),r=n(28),o=n(3),s={};s["[object Float32Array]"]=s["[object Float64Array]"]=s["[object Int8Array]"]=s["[object Int16Array]"]=s["[object Int32Array]"]=s["[object Uint8Array]"]=s["[object Uint8ClampedArray]"]=s["[object Uint16Array]"]=s["[object Uint32Array]"]=!0,s["[object Arguments]"]=s["[object Array]"]=s["[object ArrayBuffer]"]=s["[object Boolean]"]=s["[object DataView]"]=s["[object Date]"]=s["[object Error]"]=s["[object Function]"]=s["[object Map]"]=s["[object Number]"]=s["[object Object]"]=s["[object RegExp]"]=s["[object Set]"]=s["[object String]"]=s["[object WeakMap]"]=!1,t.exports=function(t){return o(t)&&r(t.length)&&!!s[i(t)]}},function(t,e){t.exports=function(t){return function(e){return t(e)}}},function(t,e,n){(function(t){var i=n(35),r="object"==typeof e&&e&&!e.nodeType&&e,o=r&&"object"==typeof t&&t&&!t.nodeType&&t,s=o&&o.exports===r&&i.process,a=function(){try{var t=o&&o.require&&o.require("util").types;return t||s&&s.binding&&s.binding("util")}catch(t){}}();t.exports=a}).call(e,n(27)(t))},function(t,e,n){var i=n(111),r=n(46);t.exports=function(t){return i(t,r(t))}},function(t,e,n){var i=n(112),r=n(26);t.exports=function(t,e,n,o){var s=!n;n||(n={});for(var a=-1,c=e.length;++a<c;){var l=e[a],u=o?o(n[l],t[l],l,n,t):void 0;void 0===u&&(u=t[l]),s?r(n,l,u):i(n,l,u)}return n}},function(t,e,n){var i=n(26),r=n(8),o=Object.prototype.hasOwnProperty;t.exports=function(t,e,n){var s=t[e];o.call(t,e)&&r(s,n)&&(void 0!==n||e in t)||i(t,e,n)}},function(t,e){t.exports=function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i}},function(t,e,n){var i=n(2),r=n(15),o=n(115),s=Object.prototype.hasOwnProperty;t.exports=function(t){if(!i(t))return o(t);var e=r(t),n=[];for(var a in t)("constructor"!=a||!e&&s.call(t,a))&&n.push(a);return n}},function(t,e){t.exports=function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}},function(t,e,n){var i=n(117),r=n(30);t.exports=function(t){return i((function(e,n){var i=-1,o=n.length,s=o>1?n[o-1]:void 0,a=o>2?n[2]:void 0;for(s=t.length>3&&"function"==typeof s?(o--,s):void 0,a&&r(n[0],n[1],a)&&(s=o<3?void 0:s,o=1),e=Object(e);++i<o;){var c=n[i];c&&t(e,c,i,s)}return e}))}},function(t,e,n){var i=n(19),r=n(118),o=n(120);t.exports=function(t,e){return o(r(t,e,i),t+"")}},function(t,e,n){var i=n(119),r=Math.max;t.exports=function(t,e,n){return e=r(void 0===e?t.length-1:e,0),function(){for(var o=arguments,s=-1,a=r(o.length-e,0),c=Array(a);++s<a;)c[s]=o[e+s];s=-1;for(var l=Array(e+1);++s<e;)l[s]=o[s];return l[e]=n(c),i(t,this,l)}}},function(t,e){t.exports=function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}},function(t,e,n){var i=n(121),r=n(123)(i);t.exports=r},function(t,e,n){var i=n(122),r=n(40),o=n(19),s=r?function(t,e){return r(t,"toString",{configurable:!0,enumerable:!1,value:i(e),writable:!0})}:o;t.exports=s},function(t,e){t.exports=function(t){return function(){return t}}},function(t,e){var n=Date.now;t.exports=function(t){var e=0,i=0;return function(){var r=n(),o=16-(r-i);if(i=r,o>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}},function(t,e,n){var i=n(48),r=n(49),o=n(16),s=n(0),a=n(6),c=n(17),l=n(15),u=n(18),d=Object.prototype.hasOwnProperty;t.exports=function(t){if(null==t)return!0;if(a(t)&&(s(t)||"string"==typeof t||"function"==typeof t.splice||c(t)||u(t)||o(t)))return!t.length;var e=r(t);if("[object Map]"==e||"[object Set]"==e)return!t.size;if(l(t))return!i(t).length;for(var n in t)if(d.call(t,n))return!1;return!0}},function(t,e,n){var i=n(44)(Object.keys,Object);t.exports=i},function(t,e,n){var i=n(5)(n(1),"DataView");t.exports=i},function(t,e,n){var i=n(5)(n(1),"Promise");t.exports=i},function(t,e,n){var i=n(5)(n(1),"Set");t.exports=i},function(t,e,n){var i=n(5)(n(1),"WeakMap");t.exports=i},function(t,e,n){var i=n(50),r=n(6),o=n(134),s=n(51),a=n(139),c=Math.max;t.exports=function(t,e,n,l){t=r(t)?t:a(t),n=n&&!l?s(n):0;var u=t.length;return n<0&&(n=c(u+n,0)),o(t)?n<=u&&t.indexOf(e,n)>-1:!!u&&i(t,e,n)>-1}},function(t,e){t.exports=function(t,e,n,i){for(var r=t.length,o=n+(i?1:-1);i?o--:++o<r;)if(e(t[o],o,t))return o;return-1}},function(t,e){t.exports=function(t){return t!=t}},function(t,e){t.exports=function(t,e,n){for(var i=n-1,r=t.length;++i<r;)if(t[i]===e)return i;return-1}},function(t,e,n){var i=n(4),r=n(0),o=n(3);t.exports=function(t){return"string"==typeof t||!r(t)&&o(t)&&"[object String]"==i(t)}},function(t,e,n){var i=n(136);t.exports=function(t){return t?(t=i(t))===1/0||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},function(t,e,n){var i=n(137),r=n(2),o=n(7),s=/^[-+]0x[0-9a-f]+$/i,a=/^0b[01]+$/i,c=/^0o[0-7]+$/i,l=parseInt;t.exports=function(t){if("number"==typeof t)return t;if(o(t))return NaN;if(r(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=r(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=i(t);var n=a.test(t);return n||c.test(t)?l(t.slice(2),n?2:8):s.test(t)?NaN:+t}},function(t,e,n){var i=n(138),r=/^\s+/;t.exports=function(t){return t?t.slice(0,i(t)+1).replace(r,""):t}},function(t,e){var n=/\s/;t.exports=function(t){for(var e=t.length;e--&&n.test(t.charAt(e)););return e}},function(t,e,n){var i=n(140),r=n(20);t.exports=function(t){return null==t?[]:i(t,r(t))}},function(t,e,n){var i=n(38);t.exports=function(t,e){return i(e,(function(e){return t[e]}))}},function(t,e,n){var i=n(52),r=n(53),o=n(166),s=n(0),a=n(30);t.exports=function(t,e,n){var c=s(t)?i:o;return n&&a(t,e,n)&&(e=void 0),c(t,r(e,3))}},function(t,e,n){var i=n(143),r=n(159),o=n(56);t.exports=function(t){var e=r(t);return 1==e.length&&e[0][2]?o(e[0][0],e[0][1]):function(n){return n===t||i(n,t,e)}}},function(t,e,n){var i=n(25),r=n(31);t.exports=function(t,e,n,o){var s=n.length,a=s,c=!o;if(null==t)return!a;for(t=Object(t);s--;){var l=n[s];if(c&&l[2]?l[1]!==t[l[0]]:!(l[0]in t))return!1}for(;++s<a;){var u=(l=n[s])[0],d=t[u],h=l[1];if(c&&l[2]){if(void 0===d&&!(u in t))return!1}else{var p=new i;if(o)var f=o(d,h,u,t,e,p);if(!(void 0===f?r(h,d,3,o,p):f))return!1}}return!0}},function(t,e,n){var i=n(25),r=n(54),o=n(149),s=n(152),a=n(49),c=n(0),l=n(17),u=n(18),d="[object Object]",h=Object.prototype.hasOwnProperty;t.exports=function(t,e,n,p,f,m){var g=c(t),y=c(e),b=g?"[object Array]":a(t),M=y?"[object Array]":a(e),v=(b="[object Arguments]"==b?d:b)==d,_=(M="[object Arguments]"==M?d:M)==d,x=b==M;if(x&&l(t)){if(!l(e))return!1;g=!0,v=!1}if(x&&!v)return m||(m=new i),g||u(t)?r(t,e,n,p,f,m):o(t,e,b,n,p,f,m);if(!(1&n)){var L=v&&h.call(t,"__wrapped__"),A=_&&h.call(e,"__wrapped__");if(L||A){var w=L?t.value():t,T=A?e.value():e;return m||(m=new i),f(w,T,n,p,m)}}return!!x&&(m||(m=new i),s(t,e,n,p,f,m))}},function(t,e,n){var i=n(22),r=n(146),o=n(147);function s(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new i;++e<n;)this.add(t[e])}s.prototype.add=s.prototype.push=r,s.prototype.has=o,t.exports=s},function(t,e){t.exports=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this}},function(t,e){t.exports=function(t){return this.__data__.has(t)}},function(t,e){t.exports=function(t,e){return t.has(e)}},function(t,e,n){var i=n(9),r=n(42),o=n(8),s=n(54),a=n(150),c=n(151),l=i?i.prototype:void 0,u=l?l.valueOf:void 0;t.exports=function(t,e,n,i,l,d,h){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!d(new r(t),new r(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return o(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var p=a;case"[object Set]":var f=1&i;if(p||(p=c),t.size!=e.size&&!f)return!1;var m=h.get(t);if(m)return m==e;i|=2,h.set(t,e);var g=s(p(t),p(e),i,l,d,h);return h.delete(t),g;case"[object Symbol]":if(u)return u.call(t)==u.call(e)}return!1}},function(t,e){t.exports=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,i){n[++e]=[i,t]})),n}},function(t,e){t.exports=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}},function(t,e,n){var i=n(153),r=Object.prototype.hasOwnProperty;t.exports=function(t,e,n,o,s,a){var c=1&n,l=i(t),u=l.length;if(u!=i(e).length&&!c)return!1;for(var d=u;d--;){var h=l[d];if(!(c?h in e:r.call(e,h)))return!1}var p=a.get(t),f=a.get(e);if(p&&f)return p==e&&f==t;var m=!0;a.set(t,e),a.set(e,t);for(var g=c;++d<u;){var y=t[h=l[d]],b=e[h];if(o)var M=c?o(b,y,h,e,t,a):o(y,b,h,t,e,a);if(!(void 0===M?y===b||s(y,b,n,o,a):M)){m=!1;break}g||(g="constructor"==h)}if(m&&!g){var v=t.constructor,_=e.constructor;v==_||!("constructor"in t)||!("constructor"in e)||"function"==typeof v&&v instanceof v&&"function"==typeof _&&_ instanceof _||(m=!1)}return a.delete(t),a.delete(e),m}},function(t,e,n){var i=n(154),r=n(156),o=n(20);t.exports=function(t){return i(t,o,r)}},function(t,e,n){var i=n(155),r=n(0);t.exports=function(t,e,n){var o=e(t);return r(t)?o:i(o,n(t))}},function(t,e){t.exports=function(t,e){for(var n=-1,i=e.length,r=t.length;++n<i;)t[r+n]=e[n];return t}},function(t,e,n){var i=n(157),r=n(158),o=Object.prototype.propertyIsEnumerable,s=Object.getOwnPropertySymbols,a=s?function(t){return null==t?[]:(t=Object(t),i(s(t),(function(e){return o.call(t,e)})))}:r;t.exports=a},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length,r=0,o=[];++n<i;){var s=t[n];e(s,n,t)&&(o[r++]=s)}return o}},function(t,e){t.exports=function(){return[]}},function(t,e,n){var i=n(55),r=n(20);t.exports=function(t){for(var e=r(t),n=e.length;n--;){var o=e[n],s=t[o];e[n]=[o,s,i(s)]}return e}},function(t,e,n){var i=n(31),r=n(32),o=n(161),s=n(21),a=n(55),c=n(56),l=n(14);t.exports=function(t,e){return s(t)&&a(e)?c(l(t),e):function(n){var s=r(n,t);return void 0===s&&s===e?o(n,t):i(e,s,3)}}},function(t,e,n){var i=n(162),r=n(57);t.exports=function(t,e){return null!=t&&r(t,e,i)}},function(t,e){t.exports=function(t,e){return null!=t&&e in Object(t)}},function(t,e,n){var i=n(164),r=n(165),o=n(21),s=n(14);t.exports=function(t){return o(t)?i(s(t)):r(t)}},function(t,e){t.exports=function(t){return function(e){return null==e?void 0:e[t]}}},function(t,e,n){var i=n(33);t.exports=function(t){return function(e){return i(e,t)}}},function(t,e,n){var i=n(58);t.exports=function(t,e){var n;return i(t,(function(t,i,r){return!(n=e(t,i,r))})),!!n}},function(t,e,n){var i=n(41),r=n(20);t.exports=function(t,e){return t&&i(t,e,r)}},function(t,e,n){var i=n(6);t.exports=function(t,e){return function(n,r){if(null==n)return n;if(!i(n))return t(n,r);for(var o=n.length,s=e?o:-1,a=Object(n);(e?s--:++s<o)&&!1!==r(a[s],s,a););return n}}},function(t,e,n){var i=n(170),r=n(57);t.exports=function(t,e){return null!=t&&r(t,e,i)}},function(t,e){var n=Object.prototype.hasOwnProperty;t.exports=function(t,e){return null!=t&&n.call(t,e)}},function(t,e,n){var i=n(172),r=n(173),o=n(53),s=n(0),a=n(30);t.exports=function(t,e,n){var c=s(t)?i:r;return n&&a(t,e,n)&&(e=void 0),c(t,o(e,3))}},function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length;++n<i;)if(!e(t[n],n,t))return!1;return!0}},function(t,e,n){var i=n(58);t.exports=function(t,e){var n=!0;return i(t,(function(t,i,r){return n=!!e(t,i,r)})),n}},function(t,e,n){var i=n(50),r=n(51),o=Math.max;t.exports=function(t,e,n){var s=null==t?0:t.length;if(!s)return-1;var a=null==n?0:r(n);return a<0&&(a=o(s+a,0)),i(t,e,a)}},function(t,e,n){var i=n(31);t.exports=function(t,e){return i(t,e)}},function(t,e,n){var i=n(177);t.exports=function(t,e){return i(t,e,!0)}},function(t,e,n){var i=n(178),r=n(19),o=n(7);t.exports=function(t,e,n){var s=0,a=null==t?s:t.length;if("number"==typeof e&&e==e&&a<=2147483647){for(;s<a;){var c=s+a>>>1,l=t[c];null!==l&&!o(l)&&(n?l<=e:l<e)?s=c+1:a=c}return a}return i(t,e,r,n)}},function(t,e,n){var i=n(7),r=Math.floor,o=Math.min;t.exports=function(t,e,n,s){var a=0,c=null==t?0:t.length;if(0===c)return 0;for(var l=(e=n(e))!=e,u=null===e,d=i(e),h=void 0===e;a<c;){var p=r((a+c)/2),f=n(t[p]),m=void 0!==f,g=null===f,y=f==f,b=i(f);if(l)var M=s||y;else M=h?y&&(s||m):u?y&&m&&(s||!g):d?y&&m&&!g&&(s||!b):!g&&!b&&(s?f<=e:f<e);M?a=p+1:c=p}return o(c,4294967294)}},function(t,e){t.exports=n("./node_modules/@splunk/moment/convertSplunkTimezone.js")},function(t,e){t.exports=n("./node_modules/@splunk/charting-utils/math.js")}])},"./node_modules/@splunk/highcharts/highcharts-more.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=3)}([function(t,e){t.exports=n("./node_modules/highcharts/highcharts.js")},,,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(4),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default,t.exports=e.default},function(t,e,n){"use strict";var i,r;!function(o){"object"==typeof t&&t.exports?(o.default=o,t.exports=o):(i=[n(0)],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,i))||(t.exports=r))}((function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}e(t=t?t._modules:{},"Extensions/Pane.js",[t["Core/Chart/Chart.js"],t["Series/CenteredUtilities.js"],t["Core/Globals.js"],t["Core/Pointer.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){function o(t,e,n){return Math.sqrt(Math.pow(t-n[0],2)+Math.pow(e-n[1],2))<=n[2]/2}var s=r.addEvent,a=r.extend,c=r.merge,l=r.pick,u=r.splat;return t.prototype.collectionsWithUpdate.push("pane"),r=function(){function t(t,e){this.options=this.chart=this.center=this.background=void 0,this.coll="pane",this.defaultOptions={center:["50%","50%"],size:"85%",innerSize:"0%",startAngle:0},this.defaultBackgroundOptions={shape:"circle",borderWidth:1,borderColor:"#cccccc",backgroundColor:{linearGradient:{x1:0,y1:0,x2:0,y2:1},stops:[[0,"#ffffff"],[1,"#e6e6e6"]]},from:-Number.MAX_VALUE,innerRadius:0,to:Number.MAX_VALUE,outerRadius:"105%"},this.init(t,e)}return t.prototype.init=function(t,e){this.chart=e,this.background=[],e.pane.push(this),this.setOptions(t)},t.prototype.setOptions=function(t){this.options=c(this.defaultOptions,this.chart.angular?{background:{}}:void 0,t)},t.prototype.render=function(){var t=this.options,e=this.options.background,n=this.chart.renderer;if(this.group||(this.group=n.g("pane-group").attr({zIndex:t.zIndex||0}).add()),this.updateCenter(),e)for(e=u(e),t=Math.max(e.length,this.background.length||0),n=0;n<t;n++)e[n]&&this.axis?this.renderBackground(c(this.defaultBackgroundOptions,e[n]),n):this.background[n]&&(this.background[n]=this.background[n].destroy(),this.background.splice(n,1))},t.prototype.renderBackground=function(t,e){var n="animate",i={class:"highcharts-pane "+(t.className||"")};this.chart.styledMode||a(i,{fill:t.backgroundColor,stroke:t.borderColor,"stroke-width":t.borderWidth}),this.background[e]||(this.background[e]=this.chart.renderer.path().add(this.group),n="attr"),this.background[e][n]({d:this.axis.getPlotBandPath(t.from,t.to,t)}).attr(i)},t.prototype.updateCenter=function(t){this.center=(t||this.axis||{}).center=e.getCenter.call(this)},t.prototype.update=function(t,e){c(!0,this.options,t),this.setOptions(this.options),this.render(),this.chart.axes.forEach((function(t){t.pane===this&&(t.pane=null,t.update({},e))}),this)},t}(),t.prototype.getHoverPane=function(t){var e,n=this;return t&&n.pane.forEach((function(i){var r=t.chartX-n.plotLeft,s=t.chartY-n.plotTop;o(n.inverted?s:r,n.inverted?r:s,i.center)&&(e=i)})),e},s(t,"afterIsInsidePlot",(function(t){this.polar&&(t.isInsidePlot=this.pane.some((function(e){return o(t.x,t.y,e.center)})))})),s(i,"beforeGetHoverData",(function(t){var e=this.chart;e.polar?(e.hoverPane=e.getHoverPane(t),t.filter=function(n){return n.visible&&!(!t.shared&&n.directTouch)&&l(n.options.enableMouseTracking,!0)&&(!e.hoverPane||n.xAxis.pane===e.hoverPane)}):e.hoverPane=void 0})),s(i,"afterGetHoverData",(function(t){var e=this.chart;t.hoverPoint&&t.hoverPoint.plotX&&t.hoverPoint.plotY&&e.hoverPane&&!o(t.hoverPoint.plotX,t.hoverPoint.plotY,e.hoverPane.center)&&(t.hoverPoint=void 0)})),n.Pane=r,n.Pane})),e(t,"Core/Axis/RadialAxis.js",[t["Core/Axis/AxisDefaults.js"],t["Core/DefaultOptions.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r,o=e.defaultOptions,s=n.noop,a=i.addEvent,c=i.correctFloat,l=i.defined,u=i.extend,d=i.fireEvent,h=i.merge,p=i.pick,f=i.relativeLength,m=i.wrap;return function(e){function n(){this.autoConnect=this.isCircular&&void 0===p(this.userMax,this.options.max)&&c(this.endAngleRad-this.startAngleRad)===c(2*Math.PI),!this.isCircular&&this.chart.inverted&&this.max++,this.autoConnect&&(this.max+=(this.categories?1:this.pointRange)||this.closestPointRange||0)}function i(){var t=this;return function(){if(t.isRadial&&t.tickPositions&&t.options.labels&&!0!==t.options.labels.allowOverlap)return t.tickPositions.map((function(e){return t.ticks[e]&&t.ticks[e].label})).filter((function(t){return!!t}))}}function r(){return s}function g(t,e,n){var i=this.pane.center,r=t.value;if(this.isCircular){if(l(r))t.point&&((o=t.point.shapeArgs||{}).start&&(r=this.chart.inverted?this.translate(t.point.rectPlotY,!0):t.point.x));else{var o=t.chartX||0,s=t.chartY||0;r=this.translate(Math.atan2(s-n,o-e)-this.startAngleRad,!0)}o=(t=this.getPosition(r)).x,s=t.y}else l(r)||(o=t.chartX,s=t.chartY),l(o)&&l(s)&&(n=i[1]+this.chart.plotTop,r=this.translate(Math.min(Math.sqrt(Math.pow(o-e,2)+Math.pow(s-n,2)),i[2]/2)-i[3]/2,!0));return[r,o||0,s||0]}function y(t,e,n){t=this.pane.center;var i=this.chart,r=this.left||0,o=this.top||0,s=p(e,t[2]/2-this.offset);return void 0===n&&(n=this.horiz?0:this.center&&-this.center[3]/2),n&&(s+=n),this.isCircular||void 0!==e?((e=this.chart.renderer.symbols.arc(r+t[0],o+t[1],s,s,{start:this.startAngleRad,end:this.endAngleRad,open:!0,innerR:0})).xBounds=[r+t[0]],e.yBounds=[o+t[1]-s]):(e=this.postTranslate(this.angleRad,s),e=[["M",this.center[0]+i.plotLeft,this.center[1]+i.plotTop],["L",e.x,e.y]]),e}function b(){this.constructor.prototype.getOffset.call(this),this.chart.axisOffset[this.side]=0}function M(t,e,n){var i=this.chart,r=function(t){if("string"==typeof t){var e=parseInt(t,10);return d.test(t)&&(e=e*a/100),e}return t},o=this.center,s=this.startAngleRad,a=o[2]/2,c=Math.min(this.offset,0),l=this.left||0,u=this.top||0,d=/%$/,h=this.isCircular,f=p(r(n.outerRadius),a),m=r(n.innerRadius);if(r=p(r(n.thickness),10),"polygon"===this.options.gridLineInterpolation)c=this.getPlotLinePath({value:t}).concat(this.getPlotLinePath({value:e,reverse:!0}));else{if(t=Math.max(t,this.min),e=Math.min(e,this.max),t=this.translate(t),e=this.translate(e),h||(f=t||0,m=e||0),"circle"!==n.shape&&h)n=s+(t||0),s+=e||0;else{n=-Math.PI/2,s=1.5*Math.PI;var g=!0}f-=c,c=i.renderer.symbols.arc(l+o[0],u+o[1],f,f,{start:Math.min(n,s),end:Math.max(n,s),innerR:p(m,f-(r-c)),open:g}),h&&(h=(s+n)/2,l=l+o[0]+o[2]/2*Math.cos(h),c.xBounds=h>-Math.PI/2&&h<Math.PI/2?[l,i.plotWidth]:[0,l],c.yBounds=[u+o[1]+o[2]/2*Math.sin(h)],c.yBounds[0]+=h>-Math.PI&&0>h||h>Math.PI?-10:10)}return c}function v(t){var e=this,n=this.pane.center,i=this.chart,r=i.inverted,o=t.reverse,s=this.pane.options.background?this.pane.options.background[0]||this.pane.options.background:{},a=s.innerRadius||"0%",c=s.outerRadius||"100%",l=n[0]+i.plotLeft,u=n[1]+i.plotTop,d=this.height,h=t.isCrosshair;s=n[3]/2;var p,m=t.value,g=this.getPosition(m),y=g.x;if(g=g.y,h&&(m=(g=this.getCrosshairPosition(t,l,u))[0],y=g[1],g=g[2]),this.isCircular)m=Math.sqrt(Math.pow(y-l,2)+Math.pow(g-u,2)),o="string"==typeof a?f(a,1):a/m,i="string"==typeof c?f(c,1):c/m,n&&s&&(o<(s/=m)&&(o=s),i<s&&(i=s)),n=[["M",l+o*(y-l),u-o*(u-g)],["L",y-(1-i)*(y-l),g+(1-i)*(u-g)]];else if((m=this.translate(m))&&(0>m||m>d)&&(m=0),"circle"===this.options.gridLineInterpolation)n=this.getLinePath(0,m,s);else if(n=[],i[r?"yAxis":"xAxis"].forEach((function(t){t.pane===e.pane&&(p=t)})),p)for(l=p.tickPositions,p.autoConnect&&(l=l.concat([l[0]])),o&&(l=l.slice().reverse()),m&&(m+=s),u=0;u<l.length;u++)s=p.getPosition(l[u],m),n.push(u?["L",s.x,s.y]:["M",s.x,s.y]);return n}function _(t,e){return t=this.translate(t),this.postTranslate(this.isCircular?t:this.angleRad,p(this.isCircular?e:0>t?0:t,this.center[2]/2)-this.offset)}function x(){var t=this.center,e=this.chart,n=this.options.title;return{x:e.plotLeft+t[0]+(n.x||0),y:e.plotTop+t[1]-{high:.5,middle:.25,low:0}[n.align]*t[2]+(n.y||0)}}function L(t){t.beforeSetTickPositions=n,t.createLabelCollector=i,t.getCrosshairPosition=g,t.getLinePath=y,t.getOffset=b,t.getPlotBandPath=M,t.getPlotLinePath=v,t.getPosition=_,t.getTitlePosition=x,t.postTranslate=z,t.setAxisSize=D,t.setAxisTranslation=P,t.setOptions=E}function A(){var t=this.chart,e=this.options,n=this.pane,i=n&&n.options;t.angular&&this.isXAxis||!n||!t.angular&&!t.polar||(this.angleRad=(e.angle||0)*Math.PI/180,this.startAngleRad=(i.startAngle-90)*Math.PI/180,this.endAngleRad=(p(i.endAngle,i.startAngle+360)-90)*Math.PI/180,this.offset=e.offset||0)}function w(t){this.isRadial&&(t.align=void 0,t.preventDefault())}function T(){if(this.chart&&this.chart.labelCollectors){var t=this.labelCollector?this.chart.labelCollectors.indexOf(this.labelCollector):-1;0<=t&&this.chart.labelCollectors.splice(t,1)}}function k(e){var n,i=this.chart,o=i.inverted,a=i.angular,c=i.polar,l=this.isXAxis,u=this.coll,d=a&&l,p=i.options;e=e.userOptions.pane||0,e=this.pane=i.pane&&i.pane[e],"colorAxis"===u?this.isRadial=!1:(a?(d?(this.isHidden=!0,this.createLabelCollector=r,this.getOffset=s,this.render=this.redraw=C,this.setTitle=this.setCategories=this.setScale=s):L(this),(n=!l)&&(this.defaultPolarOptions=B)):c&&(L(this),this.defaultPolarOptions=(n=this.horiz)?W:h("xAxis"===u?t.defaultXAxisOptions:t.defaultYAxisOptions,H),o&&"yAxis"===u&&(this.defaultPolarOptions.stackLabels=t.defaultYAxisOptions.stackLabels,this.defaultPolarOptions.reversedStacks=!0)),a||c?(this.isRadial=!0,p.chart.zoomType=null,this.labelCollector||(this.labelCollector=this.createLabelCollector()),this.labelCollector&&i.labelCollectors.push(this.labelCollector)):this.isRadial=!1,e&&n&&(e.axis=this),this.isCircular=n)}function S(){this.isRadial&&this.beforeSetTickPositions()}function O(t){var e=this.label;if(e){var n=this.axis,i=e.getBBox(),r=n.options.labels,o=(n.translate(this.pos)+n.startAngleRad+Math.PI/2)/Math.PI*180%360,s=Math.round(o),a=l(r.y)?0:.3*-i.height,c=r.y,u=20,d=r.align,h="end",m=0>s?s+360:s,g=m,y=0,b=0;if(n.isRadial){var M=n.getPosition(this.pos,n.center[2]/2+f(p(r.distance,-25),n.center[2]/2,-n.center[2]/2));"auto"===r.rotation?e.attr({rotation:o}):l(c)||(c=n.chart.renderer.fontMetrics(e.styles&&e.styles.fontSize).b-i.height/2),l(d)||(n.isCircular?(i.width>n.len*n.tickInterval/(n.max-n.min)&&(u=0),d=o>u&&o<180-u?"left":o>180+u&&o<360-u?"right":"center"):d="center",e.attr({align:d})),"auto"===d&&2===n.tickPositions.length&&n.isCircular&&(90<m&&180>m?m=180-m:270<m&&360>=m&&(m=540-m),180<g&&360>=g&&(g=360-g),n.pane.options.startAngle!==s&&n.pane.options.startAngle!==s+360&&n.pane.options.startAngle!==s-360||(h="start"),d=-90<=s&&90>=s||-360<=s&&-270>=s||270<=s&&360>=s?"start"===h?"right":"left":"start"===h?"left":"right",70<g&&110>g&&(d="center"),15>m||180<=m&&195>m?y=.3*i.height:15<=m&&35>=m?y="start"===h?0:.75*i.height:195<=m&&215>=m?y="start"===h?.75*i.height:0:35<m&&90>=m?y="start"===h?.25*-i.height:i.height:215<m&&270>=m&&(y="start"===h?i.height:.25*-i.height),15>g?b="start"===h?.15*-i.height:.15*i.height:165<g&&180>=g&&(b="start"===h?.15*i.height:.15*-i.height),e.attr({align:d}),e.translate(b,y+a)),t.pos.x=M.x+(r.x||0),t.pos.y=M.y+(c||0)}}}function j(t){this.axis.getPosition&&u(t.pos,this.axis.getPosition(this.pos))}function z(t,e){var n=this.chart,i=this.center;return t=this.startAngleRad+t,{x:n.plotLeft+i[0]+Math.cos(t)*e,y:n.plotTop+i[1]+Math.sin(t)*e}}function C(){this.isDirty=!1}function D(){if(this.constructor.prototype.setAxisSize.call(this),this.isRadial){this.pane.updateCenter(this);var t=this.center=this.pane.center.slice();if(this.isCircular)this.sector=this.endAngleRad-this.startAngleRad;else{var e=this.postTranslate(this.angleRad,t[3]/2);t[0]=e.x-this.chart.plotLeft,t[1]=e.y-this.chart.plotTop}this.len=this.width=this.height=(t[2]-t[3])*p(this.sector,1)/2}}function P(){this.constructor.prototype.setAxisTranslation.call(this),this.center&&(this.transA=this.isCircular?(this.endAngleRad-this.startAngleRad)/(this.max-this.min||1):(this.center[2]-this.center[3])/2/(this.max-this.min||1),this.minPixelPadding=this.isXAxis?this.transA*this.minPointOffset:0)}function E(t){(t=this.options=h(this.constructor.defaultOptions,this.defaultPolarOptions,o[this.coll],t)).plotBands||(t.plotBands=[]),d(this,"afterSetOptions")}function N(t,e,n,i,r,o,s){var a=this.axis;return a.isRadial?e=["M",e,n,"L",(t=a.getPosition(this.pos,a.center[2]/2+i)).x,t.y]:e=t.call(this,e,n,i,r,o,s),e}var Y=[],W={gridLineWidth:1,labels:{align:void 0,distance:15,x:0,y:void 0,style:{textOverflow:"none"}},maxPadding:0,minPadding:0,showLastLabel:!1,tickLength:0},B={labels:{align:"center",x:0,y:void 0},minorGridLineWidth:0,minorTickInterval:"auto",minorTickLength:10,minorTickPosition:"inside",minorTickWidth:1,tickLength:10,tickPosition:"inside",tickWidth:2,title:{rotation:0},zIndex:2},H={gridLineInterpolation:"circle",gridLineWidth:1,labels:{align:"right",x:-3,y:-2},showLastLabel:!1,title:{x:4,text:null,rotation:90}};e.compose=function(t,e){return-1===Y.indexOf(t)&&(Y.push(t),a(t,"afterInit",A),a(t,"autoLabelAlign",w),a(t,"destroy",T),a(t,"init",k),a(t,"initialAxisTranslation",S)),-1===Y.indexOf(e)&&(Y.push(e),a(e,"afterGetLabelPosition",O),a(e,"afterGetPosition",j),m(e.prototype,"getMarkPath",N)),t}}(r||(r={})),r})),e(t,"Series/AreaRange/AreaRangePoint.js",[t["Series/Area/AreaSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=e.prototype,o=n.defined,s=n.isNumber;return function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.high=void 0,e.low=void 0,e.options=void 0,e.plotHigh=void 0,e.plotLow=void 0,e.plotHighX=void 0,e.plotLowX=void 0,e.plotX=void 0,e.series=void 0,e}return i(e,t),e.prototype.setState=function(){var t=this.state,e=this.series,n=e.chart.polar;o(this.plotHigh)||(this.plotHigh=e.yAxis.toPixels(this.high,!0)),o(this.plotLow)||(this.plotLow=this.plotY=e.yAxis.toPixels(this.low,!0)),e.stateMarkerGraphic&&(e.lowerStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.upperStateMarkerGraphic),this.graphic=this.upperGraphic,this.plotY=this.plotHigh,n&&(this.plotX=this.plotHighX),r.setState.apply(this,arguments),this.state=t,this.plotY=this.plotLow,this.graphic=this.lowerGraphic,n&&(this.plotX=this.plotLowX),e.stateMarkerGraphic&&(e.upperStateMarkerGraphic=e.stateMarkerGraphic,e.stateMarkerGraphic=e.lowerStateMarkerGraphic,e.lowerStateMarkerGraphic=void 0),r.setState.apply(this,arguments)},e.prototype.haloPath=function(){var t=this.series.chart.polar,e=[];return this.plotY=this.plotLow,t&&(this.plotX=this.plotLowX),this.isInside&&(e=r.haloPath.apply(this,arguments)),this.plotY=this.plotHigh,t&&(this.plotX=this.plotHighX),this.isTopInside&&(e=e.concat(r.haloPath.apply(this,arguments))),e},e.prototype.isValid=function(){return s(this.low)&&s(this.high)},e}(t.prototype.pointClass)})),e(t,"Series/AreaRange/AreaRangeSeries.js",[t["Series/AreaRange/AreaRangePoint.js"],t["Series/Area/AreaSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,s){var a=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),c=e.prototype,l=n.prototype;n=i.noop;var u=r.prototype,d=s.defined,h=s.extend,p=s.isArray,f=s.pick,m=s.merge;return r=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e.lowerStateMarkerGraphic=void 0,e.xAxis=void 0,e}return a(n,t),n.prototype.toYData=function(t){return[t.low,t.high]},n.prototype.highToXY=function(t){var e=this.chart,n=this.xAxis.postTranslate(t.rectPlotX||0,this.yAxis.len-t.plotHigh);t.plotHighX=n.x-e.plotLeft,t.plotHigh=n.y-e.plotTop,t.plotLowX=t.plotX},n.prototype.translate=function(){var t=this,e=t.yAxis;c.translate.apply(t),t.points.forEach((function(n){var i=n.high,r=n.plotY;n.isNull?n.plotY=null:(n.plotLow=r,n.plotHigh=e.translate(t.dataModify?t.dataModify.modifyValue(i):i,0,1,0,1),t.dataModify&&(n.yBottom=n.plotHigh))})),this.chart.polar&&this.points.forEach((function(e){t.highToXY(e),e.tooltipPos=[(e.plotHighX+e.plotLowX)/2,(e.plotHigh+e.plotLow)/2]}))},n.prototype.getGraphPath=function(t){var e,n=[],i=[],r=c.getGraphPath,o=this.options,s=this.chart.polar,a=s&&!1!==o.connectEnds,l=o.connectNulls,u=o.step;for(e=(t=t||this.points).length;e--;){var d=t[e],h=s?{plotX:d.rectPlotX,plotY:d.yBottom,doCurve:!1}:{plotX:d.plotX,plotY:d.plotY,doCurve:!1};d.isNull||a||l||t[e+1]&&!t[e+1].isNull||i.push(h);var p={polarPlotY:d.polarPlotY,rectPlotX:d.rectPlotX,yBottom:d.yBottom,plotX:f(d.plotHighX,d.plotX),plotY:d.plotHigh,isNull:d.isNull};i.push(p),n.push(p),d.isNull||a||l||t[e-1]&&!t[e-1].isNull||i.push(h)}return t=r.call(this,t),u&&(!0===u&&(u="left"),o.step={left:"right",center:"center",right:"left"}[u]),n=r.call(this,n),i=r.call(this,i),o.step=u,o=[].concat(t,n),!this.chart.polar&&i[0]&&"M"===i[0][0]&&(i[0]=["L",i[0][1],i[0][2]]),this.graphPath=o,this.areaPath=t.concat(i),o.isArea=!0,o.xMap=t.xMap,this.areaPath.xMap=t.xMap,o},n.prototype.drawDataLabels=function(){var t,e,n=this.points,i=n.length,r=[],o=this.options.dataLabels,s=this.chart.inverted;if(o){if(p(o))var a=o[0]||{enabled:!1},c=o[1]||{enabled:!1};else(a=h({},o)).x=o.xHigh,a.y=o.yHigh,(c=h({},o)).x=o.xLow,c.y=o.yLow;if(a.enabled||this._hasPointLabels){for(t=i;t--;)if(e=n[t]){var l=a.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow;e.y=e.high,e._plotY=e.plotY,e.plotY=e.plotHigh,r[t]=e.dataLabel,e.dataLabel=e.dataLabelUpper,e.below=l,s?a.align||(a.align=l?"right":"left"):a.verticalAlign||(a.verticalAlign=l?"top":"bottom")}for(this.options.dataLabels=a,u.drawDataLabels&&u.drawDataLabels.apply(this,arguments),t=i;t--;)(e=n[t])&&(e.dataLabelUpper=e.dataLabel,e.dataLabel=r[t],delete e.dataLabels,e.y=e.low,e.plotY=e._plotY)}if(c.enabled||this._hasPointLabels){for(t=i;t--;)(e=n[t])&&(l=c.inside?e.plotHigh<e.plotLow:e.plotHigh>e.plotLow,e.below=!l,s?c.align||(c.align=l?"left":"right"):c.verticalAlign||(c.verticalAlign=l?"bottom":"top"));this.options.dataLabels=c,u.drawDataLabels&&u.drawDataLabels.apply(this,arguments)}if(a.enabled)for(t=i;t--;)(e=n[t])&&(e.dataLabels=[e.dataLabelUpper,e.dataLabel].filter((function(t){return!!t})));this.options.dataLabels=o}},n.prototype.alignDataLabel=function(){l.alignDataLabel.apply(this,arguments)},n.prototype.drawPoints=function(){var t,e=this.points.length;for(u.drawPoints.apply(this,arguments),t=0;t<e;){var n=this.points[t];n.origProps={plotY:n.plotY,plotX:n.plotX,isInside:n.isInside,negative:n.negative,zone:n.zone,y:n.y},n.lowerGraphic=n.graphic,n.graphic=n.upperGraphic,n.plotY=n.plotHigh,d(n.plotHighX)&&(n.plotX=n.plotHighX),n.y=f(n.high,n.origProps.y),n.negative=n.y<(this.options.threshold||0),this.zones.length&&(n.zone=n.getZone()),this.chart.polar||(n.isInside=n.isTopInside=void 0!==n.plotY&&0<=n.plotY&&n.plotY<=this.yAxis.len&&0<=n.plotX&&n.plotX<=this.xAxis.len),t++}for(u.drawPoints.apply(this,arguments),t=0;t<e;)(n=this.points[t]).upperGraphic=n.graphic,n.graphic=n.lowerGraphic,n.origProps&&(h(n,n.origProps),delete n.origProps),t++},n.defaultOptions=m(e.defaultOptions,{lineWidth:1,threshold:null,tooltip:{pointFormat:'<span style="color:{series.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},trackByArea:!0,dataLabels:{align:void 0,verticalAlign:void 0,xLow:0,xHigh:0,yLow:0,yHigh:0}}),n}(e),h(r.prototype,{pointArrayMap:["low","high"],pointValKey:"low",deferTranslatePolar:!0,pointClass:t,setStackedPoints:n}),o.registerSeriesType("arearange",r),r})),e(t,"Series/AreaSplineRange/AreaSplineRangeSeries.js",[t["Series/AreaRange/AreaRangeSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=e.seriesTypes.spline,o=n.merge;n=n.extend;var s=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.data=void 0,t.points=void 0,t}return i(n,e),n.defaultOptions=o(t.defaultOptions),n}(t);return n(s.prototype,{getPointSpline:r.prototype.getPointSpline}),e.registerSeriesType("areasplinerange",s),s})),e(t,"Series/BoxPlot/BoxPlotSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=i.extend,s=i.merge,a=i.pick;return o((i=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(n,e),n.prototype.pointAttribs=function(){return{}},n.prototype.translate=function(){var t=this.yAxis,n=this.pointArrayMap;e.prototype.translate.apply(this),this.points.forEach((function(e){n.forEach((function(n){null!==e[n]&&(e[n+"Plot"]=t.translate(e[n],0,1,0,1))})),e.plotHigh=e.highPlot}))},n.prototype.drawPoints=function(){var t,e,n,i,r,o,s,c,l,u,d,h=this,p=h.options,f=h.chart,m=f.renderer,g=0,y=!1!==h.doQuartiles,b=h.options.whiskerLength;h.points.forEach((function(M){var v=M.graphic,_=v?"animate":"attr",x=M.shapeArgs,L={},A={},w={},T={},k=M.color||h.color;void 0!==M.plotY&&(s=Math.round(x.width),c=Math.floor(x.x),l=c+s,u=Math.round(s/2),t=Math.floor(y?M.q1Plot:M.lowPlot),e=Math.floor(y?M.q3Plot:M.lowPlot),n=Math.floor(M.highPlot),i=Math.floor(M.lowPlot),v||(M.graphic=v=m.g("point").add(h.group),M.stem=m.path().addClass("highcharts-boxplot-stem").add(v),b&&(M.whiskers=m.path().addClass("highcharts-boxplot-whisker").add(v)),y&&(M.box=m.path(void 0).addClass("highcharts-boxplot-box").add(v)),M.medianShape=m.path(void 0).addClass("highcharts-boxplot-median").add(v)),f.styledMode||(A.stroke=M.stemColor||p.stemColor||k,A["stroke-width"]=a(M.stemWidth,p.stemWidth,p.lineWidth),A.dashstyle=M.stemDashStyle||p.stemDashStyle||p.dashStyle,M.stem.attr(A),b&&(w.stroke=M.whiskerColor||p.whiskerColor||k,w["stroke-width"]=a(M.whiskerWidth,p.whiskerWidth,p.lineWidth),w.dashstyle=M.whiskerDashStyle||p.whiskerDashStyle||p.dashStyle,M.whiskers.attr(w)),y&&(L.fill=M.fillColor||p.fillColor||k,L.stroke=p.lineColor||k,L["stroke-width"]=p.lineWidth||0,L.dashstyle=M.boxDashStyle||p.boxDashStyle||p.dashStyle,M.box.attr(L)),T.stroke=M.medianColor||p.medianColor||k,T["stroke-width"]=a(M.medianWidth,p.medianWidth,p.lineWidth),T.dashstyle=M.medianDashStyle||p.medianDashStyle||p.dashStyle,M.medianShape.attr(T)),o=M.stem.strokeWidth()%2/2,v=[["M",g=c+u+o,e],["L",g,n],["M",g,t],["L",g,i]],M.stem[_]({d:v}),y&&(o=M.box.strokeWidth()%2/2,t=Math.floor(t)+o,e=Math.floor(e)+o,v=[["M",c+=o,e],["L",c,t],["L",l+=o,t],["L",l,e],["L",c,e],["Z"]],M.box[_]({d:v})),b&&(o=M.whiskers.strokeWidth()%2/2,n+=o,i+=o,d=/%$/.test(b)?u*parseFloat(b)/100:b/2,v=[["M",g-d,n],["L",g+d,n],["M",g-d,i],["L",g+d,i]],M.whiskers[_]({d:v})),r=Math.round(M.medianPlot),o=M.medianShape.strokeWidth()%2/2,v=[["M",c,r+=o],["L",l,r]],M.medianShape[_]({d:v}))}))},n.prototype.toYData=function(t){return[t.low,t.q1,t.median,t.q3,t.high]},n.defaultOptions=s(t.defaultOptions,{threshold:null,tooltip:{pointFormat:'<span style="color:{point.color}">●</span> <b> {series.name}</b><br/>Maximum: {point.high}<br/>Upper quartile: {point.q3}<br/>Median: {point.median}<br/>Lower quartile: {point.q1}<br/>Minimum: {point.low}<br/>'},whiskerLength:"50%",fillColor:"#ffffff",lineWidth:1,medianWidth:2,whiskerWidth:2}),n}(t)).prototype,{pointArrayMap:["low","q1","median","q3","high"],pointValKey:"high",drawDataLabels:e,setStackedPoints:e}),n.registerSeriesType("boxplot",i),i})),e(t,"Series/Bubble/BubbleLegendDefaults.js",[],(function(){return{borderColor:void 0,borderWidth:2,className:void 0,color:void 0,connectorClassName:void 0,connectorColor:void 0,connectorDistance:60,connectorWidth:1,enabled:!1,labels:{className:void 0,allowOverlap:!1,format:"",formatter:void 0,align:"right",style:{fontSize:"10px",color:"#000000"},x:0,y:0},maxSize:60,minSize:10,legendIndex:0,ranges:{value:void 0,borderColor:void 0,color:void 0,connectorColor:void 0},sizeBy:"area",sizeByAbsoluteValue:!1,zIndex:1,zThreshold:0}})),e(t,"Series/Bubble/BubbleLegendItem.js",[t["Core/Color/Color.js"],t["Core/FormatUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=t.parse,o=n.noop,s=i.arrayMax,a=i.arrayMin,c=i.isNumber,l=i.merge,u=i.pick,d=i.stableSort;return function(){function t(t,e){this.options=this.symbols=this.visible=this.selected=this.ranges=this.movementX=this.maxLabel=this.legendSymbol=this.legendItemWidth=this.legendItemHeight=this.legendItem=this.legendGroup=this.legend=this.fontMetrics=this.chart=void 0,this.setState=o,this.init(t,e)}return t.prototype.init=function(t,e){this.options=t,this.visible=!0,this.chart=e.chart,this.legend=e},t.prototype.addToLegend=function(t){t.splice(this.options.legendIndex,0,this)},t.prototype.drawLegendSymbol=function(t){var e=this.chart,n=this.options,i=u(t.options.itemDistance,20),r=n.ranges,o=n.connectorDistance;this.fontMetrics=e.renderer.fontMetrics(n.labels.style.fontSize),r&&r.length&&c(r[0].value)?(d(r,(function(t,e){return e.value-t.value})),this.ranges=r,this.setOptions(),this.render(),t=this.getMaxLabelSize(),e=2*(r=this.ranges[0].radius),o=0<(o=o-r+t.width)?o:0,this.maxLabel=t,this.movementX="left"===n.labels.align?o:0,this.legendItemWidth=e+o+i,this.legendItemHeight=e+this.fontMetrics.h/2):t.options.bubbleLegend.autoRanges=!0},t.prototype.setOptions=function(){var t=this.ranges,e=this.options,n=this.chart.series[e.seriesIndex],i=this.legend.baseline,o={zIndex:e.zIndex,"stroke-width":e.borderWidth},s={zIndex:e.zIndex,"stroke-width":e.connectorWidth},a={align:this.legend.options.rtl||"left"===e.labels.align?"right":"left",zIndex:e.zIndex},c=n.options.marker.fillOpacity,d=this.chart.styledMode;t.forEach((function(h,p){d||(o.stroke=u(h.borderColor,e.borderColor,n.color),o.fill=u(h.color,e.color,1!==c?r(n.color).setOpacity(c).get("rgba"):n.color),s.stroke=u(h.connectorColor,e.connectorColor,n.color)),t[p].radius=this.getRangeRadius(h.value),t[p]=l(t[p],{center:t[0].radius-t[p].radius+i}),d||l(!0,t[p],{bubbleAttribs:l(o),connectorAttribs:l(s),labelAttribs:a})}),this)},t.prototype.getRangeRadius=function(t){var e=this.options;return this.chart.series[this.options.seriesIndex].getRadius.call(this,e.ranges[e.ranges.length-1].value,e.ranges[0].value,e.minSize,e.maxSize,t)},t.prototype.render=function(){var t=this.chart.renderer,e=this.options.zThreshold;this.symbols||(this.symbols={connectors:[],bubbleItems:[],labels:[]}),this.legendSymbol=t.g("bubble-legend"),this.legendItem=t.g("bubble-legend-item"),this.legendSymbol.translateX=0,this.legendSymbol.translateY=0,this.ranges.forEach((function(t){t.value>=e&&this.renderRange(t)}),this),this.legendSymbol.add(this.legendItem),this.legendItem.add(this.legendGroup),this.hideOverlappingLabels()},t.prototype.renderRange=function(t){var e=this.options,n=e.labels,i=this.chart,r=i.series[e.seriesIndex],o=i.renderer,s=this.symbols;i=s.labels;var a=t.center,c=Math.abs(t.radius),l=e.connectorDistance||0,u=n.align,d=e.connectorWidth,h=this.ranges[0].radius||0,p=a-c-e.borderWidth/2+d/2,f=this.fontMetrics;f=f.f/2-(f.h-f.f)/2;var m=o.styledMode;l=this.legend.options.rtl||"left"===u?-l:l,"center"===u&&(l=0,e.connectorDistance=0,t.labelAttribs.align="center"),u=p+e.labels.y;var g=h+l+e.labels.x;s.bubbleItems.push(o.circle(h,a+((p%1?1:.5)-(d%2?0:.5)),c).attr(m?{}:t.bubbleAttribs).addClass((m?"highcharts-color-"+r.colorIndex+" ":"")+"highcharts-bubble-legend-symbol "+(e.className||"")).add(this.legendSymbol)),s.connectors.push(o.path(o.crispLine([["M",h,p],["L",h+l,p]],e.connectorWidth)).attr(m?{}:t.connectorAttribs).addClass((m?"highcharts-color-"+this.options.seriesIndex+" ":"")+"highcharts-bubble-legend-connectors "+(e.connectorClassName||"")).add(this.legendSymbol)),t=o.text(this.formatLabel(t),g,u+f).attr(m?{}:t.labelAttribs).css(m?{}:n.style).addClass("highcharts-bubble-legend-labels "+(e.labels.className||"")).add(this.legendSymbol),i.push(t),t.placed=!0,t.alignAttr={x:g,y:u+f}},t.prototype.getMaxLabelSize=function(){var t,e;return this.symbols.labels.forEach((function(n){e=n.getBBox(!0),t=t?e.width>t.width?e:t:e})),t||{}},t.prototype.formatLabel=function(t){var n=this.options,i=n.labels.formatter;n=n.labels.format;var r=this.chart.numberFormatter;return n?e.format(n,t):i?i.call(t):r(t.value,1)},t.prototype.hideOverlappingLabels=function(){var t=this.chart,e=this.symbols;!this.options.labels.allowOverlap&&e&&(t.hideOverlappingLabels(e.labels),e.labels.forEach((function(t,n){t.newOpacity?t.newOpacity!==t.oldOpacity&&e.connectors[n].show():e.connectors[n].hide()})))},t.prototype.getRanges=function(){var t,e=this.legend.bubbleLegend,n=e.options.ranges,i=Number.MAX_VALUE,r=-Number.MAX_VALUE;e.chart.series.forEach((function(e){e.isBubble&&!e.ignoreSeries&&((t=e.zData.filter(c)).length&&(i=u(e.options.zMin,Math.min(i,Math.max(a(t),!1===e.options.displayNegative?e.options.zThreshold:-Number.MAX_VALUE))),r=u(e.options.zMax,Math.max(r,s(t)))))}));var o=i===r?[{value:r}]:[{value:i},{value:(i+r)/2},{value:r,autoRanges:!0}];return n.length&&n[0].radius&&o.reverse(),o.forEach((function(t,e){n&&n[e]&&(o[e]=l(n[e],t))})),o},t.prototype.predictBubbleSizes=function(){var t=this.chart,e=this.fontMetrics,n=t.legend.options,i=n.floating,r=(n="horizontal"===n.layout)?t.legend.lastLineHeight:0,o=t.plotSizeX,s=t.plotSizeY,a=t.series[this.options.seriesIndex],c=a.getPxExtremes();t=Math.ceil(c.minPxSize),c=Math.ceil(c.maxPxSize);var l=Math.min(s,o);return a=a.options.maxSize,i||!/%$/.test(a)?e=c:(a=parseFloat(a),e=(l+r-e.h/2)*a/100/(a/100+1),(n&&s-e>=o||!n&&o-e>=s)&&(e=c)),[t,Math.ceil(e)]},t.prototype.updateRanges=function(t,e){var n=this.legend.options.bubbleLegend;n.minSize=t,n.maxSize=e,n.ranges=this.getRanges()},t.prototype.correctSizes=function(){var t=this.legend,e=this.chart.series[this.options.seriesIndex].getPxExtremes();1<Math.abs(Math.ceil(e.maxPxSize)-this.options.maxSize)&&(this.updateRanges(this.options.minSize,e.maxPxSize),t.render())},t}()})),e(t,"Series/Bubble/BubbleLegendComposition.js",[t["Series/Bubble/BubbleLegendDefaults.js"],t["Series/Bubble/BubbleLegendItem.js"],t["Core/DefaultOptions.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r,o=n.setOptions,s=i.addEvent,a=i.objectEach,c=i.wrap;return function(n){function i(t,e,n){var i=this.legend,o=0<=r(this);if(i&&i.options.enabled&&i.bubbleLegend&&i.options.bubbleLegend.autoRanges&&o){var s=i.bubbleLegend.options;o=i.bubbleLegend.predictBubbleSizes(),i.bubbleLegend.updateRanges(o[0],o[1]),s.placed||(i.group.placed=!1,i.allItems.forEach((function(t){t.legendGroup.translateY=null}))),i.render(),this.getMargins(),this.axes.forEach((function(t){t.visible&&t.render(),s.placed||(t.setScale(),t.updateNames(),a(t.ticks,(function(t){t.isNew=!0,t.isNewLabel=!0})))})),s.placed=!0,this.getMargins(),t.call(this,e,n),i.bubbleLegend.correctSizes(),h(i,l(i))}else t.call(this,e,n),i&&i.options.enabled&&i.bubbleLegend&&(i.render(),h(i,l(i)))}function r(t){t=t.series;for(var e=0;e<t.length;){if(t[e]&&t[e].isBubble&&t[e].visible&&t[e].zData.length)return e;e++}return-1}function l(t){var e,n=[],i=(t=t.allItems).length,r=0;for(e=0;e<i;e++)if(t[e].legendItemHeight&&(t[e].itemHeight=t[e].legendItemHeight),t[e]===t[i-1]||t[e+1]&&t[e]._legendItemPos[1]!==t[e+1]._legendItemPos[1]){n.push({height:0});for(var o=n[n.length-1];r<=e;r++)t[r].itemHeight>o.height&&(o.height=t[r].itemHeight);o.step=e}return n}function u(t){var n=this.bubbleLegend,i=this.options,o=i.bubbleLegend,s=r(this.chart);n&&n.ranges&&n.ranges.length&&(o.ranges.length&&(o.autoRanges=!!o.ranges[0].autoRanges),this.destroyItem(n)),0<=s&&i.enabled&&o.enabled&&(o.seriesIndex=s,this.bubbleLegend=new e(o,this),this.bubbleLegend.addToLegend(t.allItems))}function d(){var t=this.chart,e=this.visible,n=this.chart.legend;n&&n.bubbleLegend&&(this.visible=!e,this.ignoreSeries=e,t=0<=r(t),n.bubbleLegend.visible!==t&&(n.update({bubbleLegend:{enabled:t}}),n.bubbleLegend.visible=t),this.visible=e)}function h(t,e){var n,i,r,o=t.options.rtl,s=0;t.allItems.forEach((function(t,a){n=t.legendGroup.translateX,i=t._legendItemPos[1],((r=t.movementX)||o&&t.ranges)&&(r=o?n-t.options.maxSize/2:n+r,t.legendGroup.attr({translateX:r})),a>e[s].step&&s++,t.legendGroup.attr({translateY:Math.round(i+e[s].height/2)}),t._legendItemPos[1]=i+e[s].height/2}))}var p=[];n.compose=function(e,n,r){-1===p.indexOf(e)&&(p.push(e),o({legend:{bubbleLegend:t}}),c(e.prototype,"drawChartBox",i)),-1===p.indexOf(n)&&(p.push(n),s(n,"afterGetAllItems",u)),-1===p.indexOf(r)&&(p.push(r),s(r,"legendItemClick",d))}}(r||(r={})),r})),e(t,"Series/Bubble/BubblePoint.js",[t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return(n=n.extend)((e=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.options=void 0,t.series=void 0,t}return i(n,e),n.prototype.haloPath=function(e){return t.prototype.haloPath.call(this,0===e?0:(this.marker&&this.marker.radius||0)+e)},n}(e.seriesTypes.scatter.prototype.pointClass)).prototype,{ttBelow:!1}),e})),e(t,"Series/Bubble/BubbleSeries.js",[t["Core/Axis/Axis.js"],t["Series/Bubble/BubbleLegendComposition.js"],t["Series/Bubble/BubblePoint.js"],t["Core/Color/Color.js"],t["Core/Globals.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a){var c=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),l=i.parse;i=r.noop;var u=s.seriesTypes;r=u.column;var d=u.scatter;u=a.addEvent;var h=a.arrayMax,p=a.arrayMin,f=a.clamp,m=a.extend,g=a.isNumber,y=a.merge,b=a.pick;return a=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.maxPxSize=void 0,e.minPxSize=void 0,e.options=void 0,e.points=void 0,e.radii=void 0,e.yData=void 0,e.zData=void 0,e}return c(n,t),n.prototype.animate=function(t){!t&&this.points.length<this.options.animationLimit&&this.points.forEach((function(t){var e=t.graphic;e&&e.width&&(this.hasRendered||e.attr({x:t.plotX,y:t.plotY,width:1,height:1}),e.animate(this.markerAttribs(t),this.options.animation))}),this)},n.prototype.getRadii=function(){var t=this,e=this.zData,n=this.yData,i=[],r=this.chart.bubbleZExtremes,o=this.getPxExtremes(),s=o.minPxSize,a=o.maxPxSize;if(!r){var c,l=Number.MAX_VALUE,u=-Number.MAX_VALUE;this.chart.series.forEach((function(e){e.bubblePadding&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&(e=e.getZExtremes())&&(l=Math.min(l||e.zMin,e.zMin),u=Math.max(u||e.zMax,e.zMax),c=!0)})),c?(r={zMin:l,zMax:u},this.chart.bubbleZExtremes=r):r={zMin:0,zMax:0}}var d=0;for(o=e.length;d<o;d++){var h=e[d];i.push(this.getRadius(r.zMin,r.zMax,s,a,h,n[d]))}this.radii=i},n.prototype.getRadius=function(t,e,n,i,r,o){var s=this.options,a="width"!==s.sizeBy,c=s.zThreshold,l=e-t,u=.5;if(null===o||null===r)return null;if(g(r)){if(s.sizeByAbsoluteValue&&(r=Math.abs(r-c),l=Math.max(e-c,Math.abs(t-c)),t=0),r<t)return n/2-1;0<l&&(u=(r-t)/l)}return a&&0<=u&&(u=Math.sqrt(u)),Math.ceil(n+u*(i-n))/2},n.prototype.hasData=function(){return!!this.processedXData.length},n.prototype.pointAttribs=function(t,e){var n=this.options.marker.fillOpacity;return t=o.prototype.pointAttribs.call(this,t,e),1!==n&&(t.fill=l(t.fill).setOpacity(n).get("rgba")),t},n.prototype.translate=function(){t.prototype.translate.call(this),this.getRadii(),this.translateBubble()},n.prototype.translateBubble=function(){for(var t=this.data,e=this.radii,n=this.getPxExtremes().minPxSize,i=t.length;i--;){var r=t[i],o=e?e[i]:0;g(o)&&o>=n/2?(r.marker=m(r.marker,{radius:o,width:2*o,height:2*o}),r.dlBox={x:r.plotX-o,y:r.plotY-o,width:2*o,height:2*o}):r.shapeArgs=r.plotY=r.dlBox=void 0}},n.prototype.getPxExtremes=function(){var t=Math.min(this.chart.plotWidth,this.chart.plotHeight),e=function(e){if("string"==typeof e){var n=/%$/.test(e);e=parseInt(e,10)}return n?t*e/100:e},n=e(b(this.options.minSize,8));return{minPxSize:n,maxPxSize:e=Math.max(e(b(this.options.maxSize,"20%")),n)}},n.prototype.getZExtremes=function(){var t=this.options,e=(this.zData||[]).filter(g);if(e.length){var n=b(t.zMin,f(p(e),!1===t.displayNegative?t.zThreshold||0:-Number.MAX_VALUE,Number.MAX_VALUE));if(t=b(t.zMax,h(e)),g(n)&&g(t))return{zMin:n,zMax:t}}},n.compose=e.compose,n.defaultOptions=y(d.defaultOptions,{dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.z;return g(e)?t(e,-1):""},inside:!0,verticalAlign:"middle"},animationLimit:250,marker:{lineColor:null,lineWidth:1,fillOpacity:.5,radius:null,states:{hover:{radiusPlus:0}},symbol:"circle"},minSize:8,maxSize:"20%",softThreshold:!1,states:{hover:{halo:{size:5}}},tooltip:{pointFormat:"({point.x}, {point.y}), Size: {point.z}"},turboThreshold:0,zThreshold:0,zoneAxis:"z"}),n}(d),m(a.prototype,{alignDataLabel:r.prototype.alignDataLabel,applyZones:i,bubblePadding:!0,buildKDTree:i,directTouch:!0,isBubble:!0,pointArrayMap:["y","z"],pointClass:n,parallelArrays:["x","y","z"],trackerGroups:["group","dataLabelsGroup"],specialGroup:"group",zoneAxis:"z"}),u(a,"updatedData",(function(t){delete t.target.chart.bubbleZExtremes})),t.prototype.beforePadding=function(){var t,e=this,n=this.len,i=this.chart,r=0,o=n,s=this.isXAxis,a=s?"xData":"yData",c=this.min,l=this.max-c,u=n/l;this.series.forEach((function(n){if(n.bubblePadding&&(n.visible||!i.options.chart.ignoreHiddenSeries)){t=e.allowZoomOutside=!0;var d=n[a];if(s&&n.getRadii(0,0,n),0<l)for(var h=d.length;h--;)if(g(d[h])&&e.dataMin<=d[h]&&d[h]<=e.max){var p=n.radii&&n.radii[h]||0;r=Math.min((d[h]-c)*u-p,r),o=Math.max((d[h]-c)*u+p,o)}}})),t&&0<l&&!this.logarithmic&&(o-=n,u*=(n+Math.max(0,r)-Math.min(o,n))/n,[["min","userMin",r],["max","userMax",o]].forEach((function(t){void 0===b(e.options[t[0]],e[t[1]])&&(e[t[0]]+=t[2]/u)})))},s.registerSeriesType("bubble",a),a})),e(t,"Series/ColumnRange/ColumnRangePoint.js",[t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=t.seriesTypes;t=i.column.prototype.pointClass;var r=e.extend,o=e.isNumber;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.series=void 0,e.options=void 0,e.barX=void 0,e.pointWidth=void 0,e.shapeType=void 0,e}return n(e,t),e.prototype.isValid=function(){return o(this.low)},e}(i.arearange.prototype.pointClass),r(e.prototype,{setState:t.prototype.setState}),e})),e(t,"Series/ColumnRange/ColumnRangeSeries.js",[t["Series/ColumnRange/ColumnRangePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=n.seriesTypes,s=o.arearange,a=o.column,c=a.prototype,l=s.prototype,u=i.clamp,d=i.merge,h=i.pick;i=i.extend;var p={pointRange:null,marker:null,states:{hover:{halo:!1}}};return o=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e}return r(e,t),e.prototype.setOptions=function(){return d(!0,arguments[0],{stacking:void 0}),l.setOptions.apply(this,arguments)},e.prototype.translate=function(){var t,e,n=this,i=n.yAxis,r=n.xAxis,o=r.startAngleRad,s=n.chart,a=n.xAxis.isRadial,l=Math.max(s.chartWidth,s.chartHeight)+999;c.translate.apply(n),n.points.forEach((function(c){var d=c.shapeArgs||{},p=n.options.minPointLength;c.plotHigh=e=u(i.translate(c.high,0,1,0,1),-l,l),c.plotLow=u(c.plotY,-l,l);var f=e,m=h(c.rectPlotY,c.plotY)-e;Math.abs(m)<p?(m+=p-=m,f-=p/2):0>m&&(f-=m*=-1),a?(t=c.barX+o,c.shapeType="arc",c.shapeArgs=n.polarArc(f+m,f,t,t+c.pointWidth)):(d.height=m,d.y=f,p=void 0===(p=d.x)?0:p,d=void 0===(d=d.width)?0:d,c.tooltipPos=s.inverted?[i.len+i.pos-s.plotLeft-f-m/2,r.len+r.pos-s.plotTop-p-d/2,m]:[r.left-s.plotLeft+p+d/2,i.pos-s.plotTop+f+m/2,m])}))},e.prototype.crispCol=function(){return c.crispCol.apply(this,arguments)},e.prototype.drawPoints=function(){return c.drawPoints.apply(this,arguments)},e.prototype.drawTracker=function(){return c.drawTracker.apply(this,arguments)},e.prototype.getColumnMetrics=function(){return c.getColumnMetrics.apply(this,arguments)},e.prototype.pointAttribs=function(){return c.pointAttribs.apply(this,arguments)},e.prototype.adjustForMissingColumns=function(){return c.adjustForMissingColumns.apply(this,arguments)},e.prototype.animate=function(){return c.animate.apply(this,arguments)},e.prototype.translate3dPoints=function(){return c.translate3dPoints.apply(this,arguments)},e.prototype.translate3dShapes=function(){return c.translate3dShapes.apply(this,arguments)},e.defaultOptions=d(a.defaultOptions,s.defaultOptions,p),e}(s),i(o.prototype,{directTouch:!0,trackerGroups:["group","dataLabelsGroup"],drawGraph:e,getSymbol:e,polarArc:function(){return c.polarArc.apply(this,arguments)},pointClass:t}),n.registerSeriesType("columnrange",o),o})),e(t,"Series/ColumnPyramid/ColumnPyramidSeries.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.prototype,o=n.clamp,s=n.merge,a=n.pick;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.prototype.translate=function(){var t=this,e=t.chart,n=t.options,i=t.dense=2>t.closestPointRange*t.xAxis.transA;i=t.borderWidth=a(n.borderWidth,i?0:1);var s=t.yAxis,c=n.threshold,l=t.translatedThreshold=s.getThreshold(c),u=a(n.minPointLength,5),d=t.getColumnMetrics(),h=d.width,p=t.barW=Math.max(h,1+2*i),f=t.pointXOffset=d.offset;e.inverted&&(l-=.5),n.pointPadding&&(p=Math.ceil(p)),r.translate.apply(t),t.points.forEach((function(i){var r=a(i.yBottom,l),d=999+Math.abs(r),m=o(i.plotY,-d,s.len+d);d=i.plotX+f;var g,y=p/2,b=Math.min(m,r);r=Math.max(m,r)-b,i.barX=d,i.pointWidth=h,i.tooltipPos=e.inverted?[s.len+s.pos-e.plotLeft-m,t.xAxis.len-d-y,r]:[d+y,m+s.pos-e.plotTop,r],m=c+(i.total||i.y),"percent"===n.stacking&&(m=c+(0>i.y)?-100:100),m=s.toPixels(m,!0);var M=(g=e.plotHeight-m-(e.plotHeight-l))?y*(b-m)/g:0,v=g?y*(b+r-m)/g:0;g=d-M+y,M=d+M+y;var _=d+v+y;v=d-v+y;var x=b-u,L=b+r;0>i.y&&(x=b,L=b+r+u),e.inverted&&(v=y*(m-((_=s.width-b)-r))/(g=m-(s.width-l)),M=(g=d+y+(M=y*(m-_)/g))-2*M,_=d-v+y,v=d+v+y,x=b,L=b+r-u,0>i.y&&(L=b+r+u)),i.shapeType="path",i.shapeArgs={x:g,y:x,width:M-g,height:r,d:[["M",g,x],["L",M,x],["L",_,L],["L",v,L],["Z"]]}}))},n.defaultOptions=s(t.defaultOptions,{}),n}(t),e.registerSeriesType("columnpyramid",n),n})),e(t,"Series/ErrorBar/ErrorBarSeries.js",[t["Series/BoxPlot/BoxPlotSeries.js"],t["Series/Column/ColumnSeries.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=n.seriesTypes.arearange,s=i.merge;i=i.extend;var a=function(n){function i(){var t=null!==n&&n.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return r(i,n),i.prototype.getColumnMetrics=function(){return this.linkedParent&&this.linkedParent.columnMetrics||e.prototype.getColumnMetrics.call(this)},i.prototype.drawDataLabels=function(){var t=this.pointValKey;o&&(o.prototype.drawDataLabels.call(this),this.data.forEach((function(e){e.y=e[t]})))},i.prototype.toYData=function(t){return[t.low,t.high]},i.defaultOptions=s(t.defaultOptions,{color:"#000000",grouping:!1,linkedTo:":previous",tooltip:{pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.low}</b> - <b>{point.high}</b><br/>'},whiskerWidth:null}),i}(t);return i(a.prototype,{pointArrayMap:["low","high"],pointValKey:"high",doQuartiles:!1}),n.registerSeriesType("errorbar",a),a})),e(t,"Series/Gauge/GaugePoint.js",[t["Core/Series/SeriesRegistry.js"]],(function(t){var e=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e.shapeArgs=void 0,e}return e(n,t),n.prototype.setState=function(t){this.state=t},n}(t.series.prototype.pointClass)})),e(t,"Series/Gauge/GaugeSeries.js",[t["Series/Gauge/GaugePoint.js"],t["Core/Globals.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();e=e.noop;var o=n.series,s=n.seriesTypes.column,a=i.clamp,c=i.isNumber,l=i.extend,u=i.merge,d=i.pick,h=i.pInt;return l((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.points=void 0,e.options=void 0,e.yAxis=void 0,e}return r(e,t),e.prototype.translate=function(){var t=this.yAxis,e=this.options,n=t.center;this.generatePoints(),this.points.forEach((function(i){var r=u(e.dial,i.dial),o=h(d(r.radius,"80%"))*n[2]/200,s=h(d(r.baseLength,"70%"))*o/100,l=h(d(r.rearLength,"10%"))*o/100,p=r.baseWidth||3,f=r.topWidth||1,m=e.overshoot,g=t.startAngleRad+t.translate(i.y,null,null,null,!0);(c(m)||!1===e.wrap)&&(m=c(m)?m/180*Math.PI:0,g=a(g,t.startAngleRad-m,t.endAngleRad+m)),g=180*g/Math.PI,i.shapeType="path",i.shapeArgs={d:r.path||[["M",-l,-p/2],["L",s,-p/2],["L",o,-f/2],["L",o,f/2],["L",s,p/2],["L",-l,p/2],["Z"]],translateX:n[0],translateY:n[1],rotation:g},i.plotX=n[0],i.plotY=n[1]}))},e.prototype.drawPoints=function(){var t=this,e=t.chart,n=t.yAxis.center,i=t.pivot,r=t.options,o=r.pivot,s=e.renderer;t.points.forEach((function(n){var i=n.graphic,o=n.shapeArgs,a=o.d,c=u(r.dial,n.dial);i?(i.animate(o),o.d=a):n.graphic=s[n.shapeType](o).attr({rotation:o.rotation,zIndex:1}).addClass("highcharts-dial").add(t.group),e.styledMode||n.graphic[i?"animate":"attr"]({stroke:c.borderColor||"none","stroke-width":c.borderWidth||0,fill:c.backgroundColor||"#000000"})})),i?i.animate({translateX:n[0],translateY:n[1]}):(t.pivot=s.circle(0,0,d(o.radius,5)).attr({zIndex:2}).addClass("highcharts-pivot").translate(n[0],n[1]).add(t.group),e.styledMode||t.pivot.attr({"stroke-width":o.borderWidth||0,stroke:o.borderColor||"#cccccc",fill:o.backgroundColor||"#000000"}))},e.prototype.animate=function(t){var e=this;t||e.points.forEach((function(t){var n=t.graphic;n&&(n.attr({rotation:180*e.yAxis.startAngleRad/Math.PI}),n.animate({rotation:t.shapeArgs.rotation},e.options.animation))}))},e.prototype.render=function(){this.group=this.plotGroup("group","series",this.visible?"visible":"hidden",this.options.zIndex,this.chart.seriesGroup),o.prototype.render.call(this),this.group.clip(this.chart.clipRect)},e.prototype.setData=function(t,e){o.prototype.setData.call(this,t,!1),this.processData(),this.generatePoints(),d(e,!0)&&this.chart.redraw()},e.prototype.hasData=function(){return!!this.points.length},e.defaultOptions=u(o.defaultOptions,{dataLabels:{borderColor:"#cccccc",borderRadius:3,borderWidth:1,crop:!1,defer:!1,enabled:!0,verticalAlign:"top",y:15,zIndex:2},dial:{},pivot:{},tooltip:{headerFormat:""},showInLegend:!1}),e}(o)).prototype,{angular:!0,directTouch:!0,drawGraph:e,drawTracker:s.prototype.drawTracker,fixedBox:!0,forceDL:!0,noSharedTooltip:!0,pointClass:t,trackerGroups:["group","dataLabelsGroup"]}),n.registerSeriesType("gauge",i),i})),e(t,"Series/PackedBubble/PackedBubblePoint.js",[t["Core/Chart/Chart.js"],t["Core/Series/Point.js"],t["Core/Series/SeriesRegistry.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();return function(n){function r(){var t=null!==n&&n.apply(this,arguments)||this;return t.degree=NaN,t.mass=NaN,t.radius=NaN,t.options=void 0,t.series=void 0,t.value=null,t}return i(r,n),r.prototype.destroy=function(){return this.series.layout&&this.series.layout.removeElementFromCollection(this,this.series.layout.nodes),e.prototype.destroy.apply(this,arguments)},r.prototype.firePointEvent=function(){var t=this.series.options;if(this.isParentNode&&t.parentNode){var n=t.allowPointSelect;t.allowPointSelect=t.parentNode.allowPointSelect,e.prototype.firePointEvent.apply(this,arguments),t.allowPointSelect=n}else e.prototype.firePointEvent.apply(this,arguments)},r.prototype.select=function(){var n=this.series.chart;this.isParentNode?(n.getSelectedPoints=n.getSelectedParentNodes,e.prototype.select.apply(this,arguments),n.getSelectedPoints=t.prototype.getSelectedPoints):e.prototype.select.apply(this,arguments)},r}(n.seriesTypes.bubble.prototype.pointClass)})),e(t,"Series/Networkgraph/DraggableNodes.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=n.addEvent;e.dragNodesMixin={onMouseDown:function(t,e){e=this.chart.pointer.normalize(e),t.fixedPosition={chartX:e.chartX,chartY:e.chartY,plotX:t.plotX,plotY:t.plotY},t.inDragMode=!0},onMouseMove:function(t,e){if(t.fixedPosition&&t.inDragMode){var n=this.chart,i=n.pointer.normalize(e);e=t.fixedPosition.chartX-i.chartX,i=t.fixedPosition.chartY-i.chartY;var r=void 0,o=void 0,s=n.graphLayoutsLookup;(5<Math.abs(e)||5<Math.abs(i))&&(r=t.fixedPosition.plotX-e,o=t.fixedPosition.plotY-i,n.isInsidePlot(r,o)&&(t.plotX=r,t.plotY=o,t.hasDragged=!0,this.redrawHalo(t),s.forEach((function(t){t.restartSimulation()}))))}},onMouseUp:function(t,e){t.fixedPosition&&(t.hasDragged&&(this.layout.enableSimulation?this.layout.start():this.chart.redraw()),t.inDragMode=t.hasDragged=!1,this.options.fixedDraggable||delete t.fixedPosition)},redrawHalo:function(t){t&&this.halo&&this.halo.attr({d:t.haloPath(this.options.states.hover.halo.size)})}},i(t,"load",(function(){var t,e,n,r=this;r.container&&(t=i(r.container,"mousedown",(function(t){var o=r.hoverPoint;o&&o.series&&o.series.hasDraggableNodes&&o.series.options.draggable&&(o.series.onMouseDown(o,t),e=i(r.container,"mousemove",(function(t){return o&&o.series&&o.series.onMouseMove(o,t)})),n=i(r.container.ownerDocument,"mouseup",(function(t){return e(),n(),o&&o.series&&o.series.onMouseUp(o,t)})))}))),i(r,"destroy",(function(){t()}))}))})),e(t,"Series/Networkgraph/Integrations.js",[t["Core/Globals.js"]],(function(t){t.networkgraphIntegrations={verlet:{attractiveForceFunction:function(t,e){return(e-t)/t},repulsiveForceFunction:function(t,e){return(e-t)/t*(e>t?1:0)},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,n=this.barycenter.yFactor;e=(e-(this.box.left+this.box.width)/2)*t,n=(n-(this.box.top+this.box.height)/2)*t,this.nodes.forEach((function(t){t.fixedPosition||(t.plotX-=e/t.mass/t.degree,t.plotY-=n/t.mass/t.degree)}))},repulsive:function(t,e,n){e=e*this.diffTemperature/t.mass/t.degree,t.fixedPosition||(t.plotX+=n.x*e,t.plotY+=n.y*e)},attractive:function(t,e,n){var i=t.getMass(),r=-n.x*e*this.diffTemperature;e=-n.y*e*this.diffTemperature,t.fromNode.fixedPosition||(t.fromNode.plotX-=r*i.fromNode/t.fromNode.degree,t.fromNode.plotY-=e*i.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.plotX+=r*i.toNode/t.toNode.degree,t.toNode.plotY+=e*i.toNode/t.toNode.degree)},integrate:function(t,e){var n=-t.options.friction,i=t.options.maxSpeed,r=(e.plotX+e.dispX-e.prevX)*n;n*=e.plotY+e.dispY-e.prevY;var o=Math.abs,s=o(r)/(r||1);o=o(n)/(n||1),r=s*Math.min(i,Math.abs(r)),n=o*Math.min(i,Math.abs(n)),e.prevX=e.plotX+e.dispX,e.prevY=e.plotY+e.dispY,e.plotX+=r,e.plotY+=n,e.temperature=t.vectorLength({x:r,y:n})},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.5)}},euler:{attractiveForceFunction:function(t,e){return t*t/e},repulsiveForceFunction:function(t,e){return e*e/t},barycenter:function(){var t=this.options.gravitationalConstant,e=this.barycenter.xFactor,n=this.barycenter.yFactor;this.nodes.forEach((function(i){if(!i.fixedPosition){var r=i.getDegree();r*=1+r/2,i.dispX+=(e-i.plotX)*t*r/i.degree,i.dispY+=(n-i.plotY)*t*r/i.degree}}))},repulsive:function(t,e,n,i){t.dispX+=n.x/i*e/t.degree,t.dispY+=n.y/i*e/t.degree},attractive:function(t,e,n,i){var r=t.getMass(),o=n.x/i*e;e*=n.y/i,t.fromNode.fixedPosition||(t.fromNode.dispX-=o*r.fromNode/t.fromNode.degree,t.fromNode.dispY-=e*r.fromNode/t.fromNode.degree),t.toNode.fixedPosition||(t.toNode.dispX+=o*r.toNode/t.toNode.degree,t.toNode.dispY+=e*r.toNode/t.toNode.degree)},integrate:function(t,e){e.dispX+=e.dispX*t.options.friction,e.dispY+=e.dispY*t.options.friction;var n=e.temperature=t.vectorLength({x:e.dispX,y:e.dispY});0!==n&&(e.plotX+=e.dispX/n*Math.min(Math.abs(e.dispX),t.temperature),e.plotY+=e.dispY/n*Math.min(Math.abs(e.dispY),t.temperature))},getK:function(t){return Math.pow(t.box.width*t.box.height/t.nodes.length,.3)}}}})),e(t,"Series/Networkgraph/QuadTree.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){e=e.extend;var n=t.QuadTreeNode=function(t){this.box=t,this.boxSize=Math.min(t.width,t.height),this.nodes=[],this.body=this.isInternal=!1,this.isEmpty=!0};e(n.prototype,{insert:function(t,e){this.isInternal?this.nodes[this.getBoxPosition(t)].insert(t,e-1):(this.isEmpty=!1,this.body?e?(this.isInternal=!0,this.divideBox(),!0!==this.body&&(this.nodes[this.getBoxPosition(this.body)].insert(this.body,e-1),this.body=!0),this.nodes[this.getBoxPosition(t)].insert(t,e-1)):((e=new n({top:t.plotX,left:t.plotY,width:.1,height:.1})).body=t,e.isInternal=!1,this.nodes.push(e)):(this.isInternal=!1,this.body=t))},updateMassAndCenter:function(){var t=0,e=0,n=0;this.isInternal?(this.nodes.forEach((function(i){i.isEmpty||(t+=i.mass,e+=i.plotX*i.mass,n+=i.plotY*i.mass)})),e/=t,n/=t):this.body&&(t=this.body.mass,e=this.body.plotX,n=this.body.plotY),this.mass=t,this.plotX=e,this.plotY=n},divideBox:function(){var t=this.box.width/2,e=this.box.height/2;this.nodes[0]=new n({left:this.box.left,top:this.box.top,width:t,height:e}),this.nodes[1]=new n({left:this.box.left+t,top:this.box.top,width:t,height:e}),this.nodes[2]=new n({left:this.box.left+t,top:this.box.top+e,width:t,height:e}),this.nodes[3]=new n({left:this.box.left,top:this.box.top+e,width:t,height:e})},getBoxPosition:function(t){var e=t.plotY<this.box.top+this.box.height/2;return t.plotX<this.box.left+this.box.width/2?e?0:3:e?1:2}}),e((t=t.QuadTree=function(t,e,i,r){this.box={left:t,top:e,width:i,height:r},this.maxDepth=25,this.root=new n(this.box,"0"),this.root.isInternal=!0,this.root.isRoot=!0,this.root.divideBox()}).prototype,{insertNodes:function(t){t.forEach((function(t){this.root.insert(t,this.maxDepth)}),this)},visitNodeRecursive:function(t,e,n){var i;t||(t=this.root),t===this.root&&e&&(i=e(t)),!1!==i&&(t.nodes.forEach((function(t){if(t.isInternal){if(e&&(i=e(t)),!1===i)return;this.visitNodeRecursive(t,e,n)}else t.body&&e&&e(t.body);n&&n(t)}),this),t===this.root&&n&&n(t))},calculateMassAndCenter:function(){this.visitNodeRecursive(null,null,(function(t){t.updateMassAndCenter()}))}})})),e(t,"Series/Networkgraph/Layouts.js",[t["Core/Chart/Chart.js"],t["Core/Animation/AnimationUtilities.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=e.setAnimation;e=i.addEvent;var o=i.clamp,s=i.defined,a=i.extend,c=i.isFunction,l=i.pick;n.layouts={"reingold-fruchterman":function(){}},a(n.layouts["reingold-fruchterman"].prototype,{init:function(t){this.options=t,this.nodes=[],this.links=[],this.series=[],this.box={x:0,y:0,width:0,height:0},this.setInitialRendering(!0),this.integration=n.networkgraphIntegrations[t.integration],this.enableSimulation=t.enableSimulation,this.attractiveForce=l(t.attractiveForce,this.integration.attractiveForceFunction),this.repulsiveForce=l(t.repulsiveForce,this.integration.repulsiveForceFunction),this.approximation=t.approximation},updateSimulation:function(t){this.enableSimulation=l(t,this.options.enableSimulation)},start:function(){var t=this.series,e=this.options;this.currentStep=0,this.forces=t[0]&&t[0].forces||[],this.chart=t[0]&&t[0].chart,this.initialRendering&&(this.initPositions(),t.forEach((function(t){t.finishedAnimating=!0,t.render()}))),this.setK(),this.resetSimulation(e),this.enableSimulation&&this.step()},step:function(){var t=this,e=this.series;t.currentStep++,"barnes-hut"===t.approximation&&(t.createQuadTree(),t.quadTree.calculateMassAndCenter()),t.forces.forEach((function(e){t[e+"Forces"](t.temperature)})),t.applyLimits(t.temperature),t.temperature=t.coolDown(t.startTemperature,t.diffTemperature,t.currentStep),t.prevSystemTemperature=t.systemTemperature,t.systemTemperature=t.getSystemTemperature(),t.enableSimulation&&(e.forEach((function(t){t.chart&&t.render()})),t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()?(t.simulation&&n.win.cancelAnimationFrame(t.simulation),t.simulation=n.win.requestAnimationFrame((function(){t.step()}))):t.simulation=!1)},stop:function(){this.simulation&&n.win.cancelAnimationFrame(this.simulation)},setArea:function(t,e,n,i){this.box={left:t,top:e,width:n,height:i}},setK:function(){this.k=this.options.linkLength||this.integration.getK(this)},addElementsToCollection:function(t,e){t.forEach((function(t){-1===e.indexOf(t)&&e.push(t)}))},removeElementFromCollection:function(t,e){-1!==(t=e.indexOf(t))&&e.splice(t,1)},clear:function(){this.nodes.length=0,this.links.length=0,this.series.length=0,this.resetSimulation()},resetSimulation:function(){this.forcedStop=!1,this.systemTemperature=0,this.setMaxIterations(),this.setTemperature(),this.setDiffTemperature()},restartSimulation:function(){this.simulation?this.resetSimulation():(this.setInitialRendering(!1),this.enableSimulation?this.start():this.setMaxIterations(1),this.chart&&this.chart.redraw(),this.setInitialRendering(!0))},setMaxIterations:function(t){this.maxIterations=l(t,this.options.maxIterations)},setTemperature:function(){this.temperature=this.startTemperature=Math.sqrt(this.nodes.length)},setDiffTemperature:function(){this.diffTemperature=this.startTemperature/(this.options.maxIterations+1)},setInitialRendering:function(t){this.initialRendering=t},createQuadTree:function(){this.quadTree=new n.QuadTree(this.box.left,this.box.top,this.box.width,this.box.height),this.quadTree.insertNodes(this.nodes)},initPositions:function(){var t=this.options.initialPositions;c(t)?(t.call(this),this.nodes.forEach((function(t){s(t.prevX)||(t.prevX=t.plotX),s(t.prevY)||(t.prevY=t.plotY),t.dispX=0,t.dispY=0}))):"circle"===t?this.setCircularPositions():this.setRandomPositions()},setCircularPositions:function(){var t=this.box,e=this.nodes,n=2*Math.PI/(e.length+1),i=e.filter((function(t){return 0===t.linksTo.length})),r=[],o={},s=this.options.initialPositionRadius;i.forEach((function(t){r.push(t),function t(e){e.linksFrom.forEach((function(e){o[e.toNode.id]||(o[e.toNode.id]=!0,r.push(e.toNode),t(e.toNode))}))}(t)})),r.length?e.forEach((function(t){-1===r.indexOf(t)&&r.push(t)})):r=e,r.forEach((function(e,i){e.plotX=e.prevX=l(e.plotX,t.width/2+s*Math.cos(i*n)),e.plotY=e.prevY=l(e.plotY,t.height/2+s*Math.sin(i*n)),e.dispX=0,e.dispY=0}))},setRandomPositions:function(){function t(t){return(t=t*t/Math.PI)-Math.floor(t)}var e=this.box,n=this.nodes,i=n.length+1;n.forEach((function(n,r){n.plotX=n.prevX=l(n.plotX,e.width*t(r)),n.plotY=n.prevY=l(n.plotY,e.height*t(i+r)),n.dispX=0,n.dispY=0}))},force:function(t){this.integration[t].apply(this,Array.prototype.slice.call(arguments,1))},barycenterForces:function(){this.getBarycenter(),this.force("barycenter")},getBarycenter:function(){var t=0,e=0,n=0;return this.nodes.forEach((function(i){e+=i.plotX*i.mass,n+=i.plotY*i.mass,t+=i.mass})),this.barycenter={x:e,y:n,xFactor:e/t,yFactor:n/t}},barnesHutApproximation:function(t,e){var n=this.getDistXY(t,e),i=this.vectorLength(n);if(t!==e&&0!==i)if(e.isInternal)if(e.boxSize/i<this.options.theta&&0!==i){var r=this.repulsiveForce(i,this.k);this.force("repulsive",t,r*e.mass,n,i);var o=!1}else o=!0;else r=this.repulsiveForce(i,this.k),this.force("repulsive",t,r*e.mass,n,i);return o},repulsiveForces:function(){var t=this;"barnes-hut"===t.approximation?t.nodes.forEach((function(e){t.quadTree.visitNodeRecursive(null,(function(n){return t.barnesHutApproximation(e,n)}))})):t.nodes.forEach((function(e){t.nodes.forEach((function(n){if(e!==n&&!e.fixedPosition){var i=t.getDistXY(e,n),r=t.vectorLength(i);if(0!==r){var o=t.repulsiveForce(r,t.k);t.force("repulsive",e,o*n.mass,i,r)}}}))}))},attractiveForces:function(){var t,e,n,i=this;i.links.forEach((function(r){r.fromNode&&r.toNode&&(t=i.getDistXY(r.fromNode,r.toNode),0!==(e=i.vectorLength(t))&&(n=i.attractiveForce(e,i.k),i.force("attractive",r,n,t,e)))}))},applyLimits:function(){var t=this;t.nodes.forEach((function(e){e.fixedPosition||(t.integration.integrate(t,e),t.applyLimitBox(e,t.box),e.dispX=0,e.dispY=0)}))},applyLimitBox:function(t,e){var n=t.radius;t.plotX=o(t.plotX,e.left+n,e.width-n),t.plotY=o(t.plotY,e.top+n,e.height-n)},coolDown:function(t,e,n){return t-e*n},isStable:function(){return 1e-5>Math.abs(this.systemTemperature-this.prevSystemTemperature)||0>=this.temperature},getSystemTemperature:function(){return this.nodes.reduce((function(t,e){return t+e.temperature}),0)},vectorLength:function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},getDistR:function(t,e){return t=this.getDistXY(t,e),this.vectorLength(t)},getDistXY:function(t,e){var n=t.plotX-e.plotX;return{x:n,y:t=t.plotY-e.plotY,absX:Math.abs(n),absY:Math.abs(t)}}}),e(t,"predraw",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.stop()}))})),e(t,"render",(function(){function t(t){t.maxIterations--&&isFinite(t.temperature)&&!t.isStable()&&!t.enableSimulation&&(t.beforeStep&&t.beforeStep(),t.step(),n=!1,e=!0)}var e=!1;if(this.graphLayoutsLookup){for(r(!1,this),this.graphLayoutsLookup.forEach((function(t){t.start()}));!n;){var n=!0;this.graphLayoutsLookup.forEach(t)}e&&this.series.forEach((function(t){t&&t.layout&&t.render()}))}})),e(t,"beforePrint",(function(){this.graphLayoutsLookup&&(this.graphLayoutsLookup.forEach((function(t){t.updateSimulation(!1)})),this.redraw())})),e(t,"afterPrint",(function(){this.graphLayoutsLookup&&this.graphLayoutsLookup.forEach((function(t){t.updateSimulation()})),this.redraw()}))})),e(t,"Series/PackedBubble/PackedBubbleComposition.js",[t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=e.layouts["reingold-fruchterman"],r=n.addEvent,o=n.extendClass,s=n.pick;t.prototype.getSelectedParentNodes=function(){var t=[];return this.series.forEach((function(e){e.parentNode&&e.parentNode.selected&&t.push(e.parentNode)})),t},e.networkgraphIntegrations.packedbubble={repulsiveForceFunction:function(t,e,n,i){return Math.min(t,(n.marker.radius+i.marker.radius)/2)},barycenter:function(){var t,e,n=this,i=n.options.gravitationalConstant,r=n.box,o=n.nodes;o.forEach((function(s){n.options.splitSeries&&!s.isParentNode?(t=s.series.parentNode.plotX,e=s.series.parentNode.plotY):(t=r.width/2,e=r.height/2),s.fixedPosition||(s.plotX-=(s.plotX-t)*i/(s.mass*Math.sqrt(o.length)),s.plotY-=(s.plotY-e)*i/(s.mass*Math.sqrt(o.length)))}))},repulsive:function(t,e,n,i){var r=e*this.diffTemperature/t.mass/t.degree;e=n.x*r,n=n.y*r,t.fixedPosition||(t.plotX+=e,t.plotY+=n),i.fixedPosition||(i.plotX-=e,i.plotY-=n)},integrate:e.networkgraphIntegrations.verlet.integrate,getK:e.noop},e.layouts.packedbubble=o(i,{beforeStep:function(){this.options.marker&&this.series.forEach((function(t){t&&t.calculateParentRadius()}))},isStable:function(){var t=Math.abs(this.prevSystemTemperature-this.systemTemperature);return 1>Math.abs(10*this.systemTemperature/Math.sqrt(this.nodes.length))&&1e-5>t||0>=this.temperature},setCircularPositions:function(){var t,e,n=this,i=n.box,r=n.nodes,o=2*Math.PI/(r.length+1),a=n.options.initialPositionRadius;r.forEach((function(r,c){n.options.splitSeries&&!r.isParentNode?(t=r.series.parentNode.plotX,e=r.series.parentNode.plotY):(t=i.width/2,e=i.height/2),r.plotX=r.prevX=s(r.plotX,t+a*Math.cos(r.index||c*o)),r.plotY=r.prevY=s(r.plotY,e+a*Math.sin(r.index||c*o)),r.dispX=0,r.dispY=0}))},repulsiveForces:function(){var t,e,n,i=this,r=i.options.bubblePadding;i.nodes.forEach((function(o){o.degree=o.mass,o.neighbours=0,i.nodes.forEach((function(s){t=0,o===s||o.fixedPosition||!i.options.seriesInteraction&&o.series!==s.series||(n=i.getDistXY(o,s),0>(e=i.vectorLength(n)-(o.marker.radius+s.marker.radius+r))&&(o.degree+=.01,o.neighbours++,t=i.repulsiveForce(-e/Math.sqrt(o.neighbours),i.k,o,s)),i.force("repulsive",o,t*s.mass,n,s,e))}))}))},applyLimitBox:function(t){if(this.options.splitSeries&&!t.isParentNode&&this.options.parentNodeLimit){var e=this.getDistXY(t,t.series.parentNode),n=t.series.parentNodeRadius-t.marker.radius-this.vectorLength(e);0>n&&n>-2*t.marker.radius&&(t.plotX-=.01*e.x,t.plotY-=.01*e.y)}i.prototype.applyLimitBox.apply(this,arguments)}}),r(t,"beforeRedraw",(function(){this.allDataPoints&&delete this.allDataPoints}))})),e(t,"Series/PackedBubble/PackedBubbleSeries.js",[t["Core/Color/Color.js"],t["Core/Globals.js"],t["Series/PackedBubble/PackedBubblePoint.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=t.parse,a=i.series,c=i.seriesTypes.bubble,l=r.addEvent,u=r.clamp,d=r.defined,h=r.extend,p=r.fireEvent,f=r.isArray,m=r.isNumber,g=r.merge,y=r.pick,b=e.dragNodesMixin;return t=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.layout=void 0,e.options=void 0,e.points=void 0,e.xData=void 0,e}return o(n,t),n.prototype.accumulateAllPoints=function(t){var e,n,i=t.chart,r=[];for(e=0;e<i.series.length;e++)if((t=i.series[e]).is("packedbubble")&&t.visible||!i.options.chart.ignoreHiddenSeries)for(n=0;n<t.yData.length;n++)r.push([null,null,t.yData[n],t.index,n,{id:n,marker:{radius:0}}]);return r},n.prototype.addLayout=function(){var t=this.options.layoutAlgorithm,n=this.chart.graphLayoutsStorage,i=this.chart.graphLayoutsLookup,r=this.chart.options.chart;n||(this.chart.graphLayoutsStorage=n={},this.chart.graphLayoutsLookup=i=[]);var o=n[t.type];o||(t.enableSimulation=d(r.forExport)?!r.forExport:t.enableSimulation,n[t.type]=o=new e.layouts[t.type],o.init(t),i.splice(o.index,0,o)),this.layout=o,this.points.forEach((function(t){t.mass=2,t.degree=1,t.collisionNmb=1})),o.setArea(0,0,this.chart.plotWidth,this.chart.plotHeight),o.addElementsToCollection([this],o.series),o.addElementsToCollection(this.points,o.nodes)},n.prototype.addSeriesLayout=function(){var t=this.options.layoutAlgorithm,n=this.chart.graphLayoutsStorage,i=this.chart.graphLayoutsLookup,r=g(t,t.parentNodeOptions,{enableSimulation:this.layout.options.enableSimulation}),o=n[t.type+"-series"];o||(n[t.type+"-series"]=o=new e.layouts[t.type],o.init(r),i.splice(o.index,0,o)),this.parentNodeLayout=o,this.createParentNodes()},n.prototype.calculateParentRadius=function(){var t=this.seriesBox();this.parentNodeRadius=u(Math.sqrt(2*this.parentNodeMass/Math.PI)+20,20,t?Math.max(Math.sqrt(Math.pow(t.width,2)+Math.pow(t.height,2))/2+20,20):Math.sqrt(2*this.parentNodeMass/Math.PI)+20),this.parentNode&&(this.parentNode.marker.radius=this.parentNode.radius=this.parentNodeRadius)},n.prototype.calculateZExtremes=function(){var t=this.options.zMin,e=this.options.zMax,n=1/0,i=-1/0;return t&&e?[t,e]:(this.chart.series.forEach((function(t){t.yData.forEach((function(t){d(t)&&(t>i&&(i=t),t<n&&(n=t))}))})),[t=y(t,n),e=y(e,i)])},n.prototype.checkOverlap=function(t,e){var n=t[0]-e[0],i=t[1]-e[1];return-.001>Math.sqrt(n*n+i*i)-Math.abs(t[2]+e[2])},n.prototype.createParentNodes=function(){var t,e=this,n=e.chart,i=e.parentNodeLayout,r=e.parentNode,o=e.pointClass,a=e.layout.options,c={radius:e.parentNodeRadius,lineColor:e.color,fillColor:s(e.color).brighten(.4).get()};a.parentNodeOptions&&(c=g(a.parentNodeOptions.marker||{},c)),e.parentNodeMass=0,e.points.forEach((function(t){e.parentNodeMass+=Math.PI*Math.pow(t.marker.radius,2)})),e.calculateParentRadius(),i.nodes.forEach((function(n){n.seriesIndex===e.index&&(t=!0)})),i.setArea(0,0,n.plotWidth,n.plotHeight),t||(r||(r=(new o).init(this,{mass:e.parentNodeRadius/2,marker:c,dataLabels:{inside:!1},states:{normal:{marker:c},hover:{marker:c}},dataLabelOnNull:!0,degree:e.parentNodeRadius,isParentNode:!0,seriesIndex:e.index})),e.parentNode&&(r.plotX=e.parentNode.plotX,r.plotY=e.parentNode.plotY),e.parentNode=r,i.addElementsToCollection([e],i.series),i.addElementsToCollection([r],i.nodes))},n.prototype.deferLayout=function(){var t=this.options.layoutAlgorithm;this.visible&&(this.addLayout(),t.splitSeries&&this.addSeriesLayout())},n.prototype.destroy=function(){this.chart.graphLayoutsLookup&&this.chart.graphLayoutsLookup.forEach((function(t){t.removeElementFromCollection(this,t.series)}),this),this.parentNode&&this.parentNodeLayout&&(this.parentNodeLayout.removeElementFromCollection(this.parentNode,this.parentNodeLayout.nodes),this.parentNode.dataLabel&&(this.parentNode.dataLabel=this.parentNode.dataLabel.destroy())),a.prototype.destroy.apply(this,arguments)},n.prototype.drawDataLabels=function(){var t=this.options.dataLabels.textPath,e=this.points;a.prototype.drawDataLabels.apply(this,arguments),this.parentNode&&(this.parentNode.formatPrefix="parentNode",this.points=[this.parentNode],this.options.dataLabels.textPath=this.options.dataLabels.parentNodeTextPath,a.prototype.drawDataLabels.apply(this,arguments),this.points=e,this.options.dataLabels.textPath=t)},n.prototype.drawGraph=function(){if(this.layout&&this.layout.options.splitSeries){var t=this.chart,e=this.layout.options.parentNodeOptions.marker,n={fill:e.fillColor||s(this.color).brighten(.4).get(),opacity:e.fillOpacity,stroke:e.lineColor||this.color,"stroke-width":y(e.lineWidth,this.options.lineWidth)};this.parentNodesGroup||(this.parentNodesGroup=this.plotGroup("parentNodesGroup","parentNode",this.visible?"inherit":"hidden",.1,t.seriesGroup),this.group.attr({zIndex:2})),this.calculateParentRadius(),e=g({x:this.parentNode.plotX-this.parentNodeRadius,y:this.parentNode.plotY-this.parentNodeRadius,width:2*this.parentNodeRadius,height:2*this.parentNodeRadius},n),this.parentNode.graphic||(this.graph=this.parentNode.graphic=t.renderer.symbol(n.symbol).add(this.parentNodesGroup)),this.parentNode.graphic.attr(e)}},n.prototype.drawTracker=function(){var e=this.parentNode;if(t.prototype.drawTracker.call(this),e){var n=f(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[];e.graphic&&(e.graphic.element.point=e),n.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))}},n.prototype.getPointRadius=function(){var t,e,n,i,r=this,o=r.chart,s=r.options,a=s.useSimulation,c=Math.min(o.plotWidth,o.plotHeight),l={},d=[],h=o.allDataPoints;["minSize","maxSize"].forEach((function(t){var e=parseInt(s[t],10),n=/%$/.test(s[t]);l[t]=n?c*e/100:e*Math.sqrt(h.length)})),o.minRadius=t=l.minSize/Math.sqrt(h.length),o.maxRadius=e=l.maxSize/Math.sqrt(h.length);var p=a?r.calculateZExtremes():[t,e];(h||[]).forEach((function(o,s){n=a?u(o[2],p[0],p[1]):o[2],0===(i=r.getRadius(p[0],p[1],t,e,n))&&(i=null),h[s][2]=i,d.push(i)})),r.radii=d},n.prototype.init=function(){return a.prototype.init.apply(this,arguments),this.eventsToUnbind.push(l(this,"updatedData",(function(){this.chart.series.forEach((function(t){t.type===this.type&&(t.isDirty=!0)}),this)}))),this},n.prototype.onMouseUp=function(t){if(t.fixedPosition&&!t.removed){var e,n=this.layout,i=this.parentNodeLayout;i&&n.options.dragBetweenSeries&&i.nodes.forEach((function(i){t&&t.marker&&i!==t.series.parentNode&&(e=n.getDistXY(t,i),0>n.vectorLength(e)-i.marker.radius-t.marker.radius&&(i.series.addPoint(g(t.options,{plotX:t.plotX,plotY:t.plotY}),!1),n.removeElementFromCollection(t,n.nodes),t.remove()))})),b.onMouseUp.apply(this,arguments)}},n.prototype.placeBubbles=function(t){var e,n=this.checkOverlap,i=this.positionBubble,r=[],o=1,s=0,a=0,c=[];if((t=t.sort((function(t,e){return e[2]-t[2]}))).length){if(r.push([[0,0,t[0][2],t[0][3],t[0][4]]]),1<t.length)for(r.push([[0,0-t[1][2]-t[0][2],t[1][2],t[1][3],t[1][4]]]),e=2;e<t.length;e++)t[e][2]=t[e][2]||1,n(c=i(r[o][s],r[o-1][a],t[e]),r[o][0])?(r.push([]),a=0,r[o+1].push(i(r[o][s],r[o][0],t[e])),o++,s=0):1<o&&r[o-1][a+1]&&n(c,r[o-1][a+1])?(a++,r[o].push(i(r[o][s],r[o-1][a],t[e])),s++):(s++,r[o].push(c));this.chart.stages=r,this.chart.rawPositions=[].concat.apply([],r),this.resizeRadius(),c=this.chart.rawPositions}return c},n.prototype.pointAttribs=function(t,e){var n=this.options,i=n.marker;return t&&t.isParentNode&&n.layoutAlgorithm&&n.layoutAlgorithm.parentNodeOptions&&(i=n.layoutAlgorithm.parentNodeOptions.marker),n=i.fillOpacity,t=a.prototype.pointAttribs.call(this,t,e),1!==n&&(t["fill-opacity"]=n),t},n.prototype.positionBubble=function(t,e,n){var i=Math.sqrt,r=Math.asin,o=Math.acos,s=Math.pow,a=Math.abs;return i=i(s(t[0]-e[0],2)+s(t[1]-e[1],2)),o=o((s(i,2)+s(n[2]+e[2],2)-s(n[2]+t[2],2))/(2*(n[2]+e[2])*i)),r=r(a(t[0]-e[0])/i),t=(0>t[1]-e[1]?0:Math.PI)+o+r*(0>(t[0]-e[0])*(t[1]-e[1])?1:-1),[e[0]+(e[2]+n[2])*Math.sin(t),e[1]-(e[2]+n[2])*Math.cos(t),n[2],n[3],n[4]]},n.prototype.render=function(){var t=[];a.prototype.render.apply(this,arguments),this.options.dataLabels.allowOverlap||(this.data.forEach((function(e){f(e.dataLabels)&&e.dataLabels.forEach((function(e){t.push(e)}))})),this.options.useSimulation&&this.chart.hideOverlappingLabels(t))},n.prototype.resizeRadius=function(){var t,e,n,i=this.chart,r=i.rawPositions,o=Math.min,s=Math.max,a=i.plotLeft,c=i.plotTop,l=i.plotHeight,u=i.plotWidth,d=t=Number.POSITIVE_INFINITY,h=e=Number.NEGATIVE_INFINITY;for(n=0;n<r.length;n++){var p=r[n][2];d=o(d,r[n][0]-p),h=s(h,r[n][0]+p),t=o(t,r[n][1]-p),e=s(e,r[n][1]+p)}if(n=[h-d,e-t],o=o.apply([],[(u-a)/n[0],(l-c)/n[1]]),1e-10<Math.abs(o-1)){for(n=0;n<r.length;n++)r[n][2]*=o;this.placeBubbles(r)}else i.diffY=l/2+c-t-(e-t)/2,i.diffX=u/2+a-d-(h-d)/2},n.prototype.seriesBox=function(){var t,e=this.chart,n=Math.max,i=Math.min,r=[e.plotLeft,e.plotLeft+e.plotWidth,e.plotTop,e.plotTop+e.plotHeight];return this.data.forEach((function(e){d(e.plotX)&&d(e.plotY)&&e.marker.radius&&(t=e.marker.radius,r[0]=i(r[0],e.plotX-t),r[1]=n(r[1],e.plotX+t),r[2]=i(r[2],e.plotY-t),r[3]=n(r[3],e.plotY+t))})),m(r.width/r.height)?r:null},n.prototype.setVisible=function(){var t=this;a.prototype.setVisible.apply(t,arguments),t.parentNodeLayout&&t.graph?t.visible?(t.graph.show(),t.parentNode.dataLabel&&t.parentNode.dataLabel.show()):(t.graph.hide(),t.parentNodeLayout.removeElementFromCollection(t.parentNode,t.parentNodeLayout.nodes),t.parentNode.dataLabel&&t.parentNode.dataLabel.hide()):t.layout&&(t.visible?t.layout.addElementsToCollection(t.points,t.layout.nodes):t.points.forEach((function(e){t.layout.removeElementFromCollection(e,t.layout.nodes)})))},n.prototype.translate=function(){var t,e=this.chart,n=this.data,i=this.index,r=this.options.useSimulation;if(this.processedXData=this.xData,this.generatePoints(),d(e.allDataPoints)||(e.allDataPoints=this.accumulateAllPoints(this),this.getPointRadius()),r)var o=e.allDataPoints;else o=this.placeBubbles(e.allDataPoints),this.options.draggable=!1;for(t=0;t<o.length;t++)if(o[t][3]===i){var s=n[o[t][4]],a=y(o[t][2],void 0);r||(s.plotX=o[t][0]-e.plotLeft+e.diffX,s.plotY=o[t][1]-e.plotTop+e.diffY),m(a)&&(s.marker=h(s.marker,{radius:a,width:2*a,height:2*a}),s.radius=a)}r&&this.deferLayout(),p(this,"afterTranslate")},n.defaultOptions=g(c.defaultOptions,{minSize:"10%",maxSize:"50%",sizeBy:"area",zoneAxis:"y",crisp:!1,tooltip:{pointFormat:"Value: {point.value}"},draggable:!0,useSimulation:!0,parentNode:{allowPointSelect:!1},dataLabels:{formatter:function(){var t=this.series.chart.numberFormatter,e=this.point.value;return m(e)?t(e,-1):""},parentNodeFormatter:function(){return this.name},parentNodeTextPath:{enabled:!0},padding:0,style:{transition:"opacity 2000ms"}},layoutAlgorithm:{initialPositions:"circle",initialPositionRadius:20,bubblePadding:5,parentNodeLimit:!1,seriesInteraction:!0,dragBetweenSeries:!1,parentNodeOptions:{maxIterations:400,gravitationalConstant:.03,maxSpeed:50,initialPositionRadius:100,seriesInteraction:!0,marker:{fillColor:null,fillOpacity:1,lineWidth:null,lineColor:null,symbol:"circle"}},enableSimulation:!0,type:"packedbubble",integration:"packedbubble",maxIterations:1e3,splitSeries:!1,maxSpeed:5,gravitationalConstant:.01,friction:-.981}}),n}(c),h(t.prototype,{alignDataLabel:a.prototype.alignDataLabel,axisTypes:[],directTouch:!0,forces:["barycenter","repulsive"],hasDraggableNodes:!0,isCartesian:!1,noSharedTooltip:!0,onMouseDown:b.onMouseDown,onMouseMove:b.onMouseMove,pointArrayMap:["value"],pointClass:n,pointValKey:"value",redrawHalo:b.redrawHalo,requireSorting:!1,searchPoint:e.noop,trackerGroups:["group","dataLabelsGroup","parentNodesGroup"]}),i.registerSeriesType("packedbubble",t),t})),e(t,"Series/Polygon/PolygonSeries.js",[t["Core/Globals.js"],t["Core/Legend/LegendSymbol.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}();t=t.noop;var o=n.series,s=n.seriesTypes,a=s.area,c=s.line,l=s.scatter;s=i.extend;var u=i.merge;return s((i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.getGraphPath=function(){for(var t=c.prototype.getGraphPath.call(this),e=t.length+1;e--;)(e===t.length||"M"===t[e][0])&&0<e&&t.splice(e,0,["Z"]);return this.areaPath=t},e.prototype.drawGraph=function(){this.options.fillColor=this.color,a.prototype.drawGraph.call(this)},e.defaultOptions=u(l.defaultOptions,{marker:{enabled:!1,states:{hover:{enabled:!1}}},stickyTracking:!1,tooltip:{followPointer:!0,pointFormat:""},trackByArea:!0}),e}(l)).prototype,{type:"polygon",drawLegendSymbol:e.drawRectangle,drawTracker:o.prototype.drawTracker,setStackedPoints:t}),n.registerSeriesType("polygon",i),i})),e(t,"Core/Axis/WaterfallAxis.js",[t["Extensions/Stacking.js"],t["Core/Utilities.js"]],(function(t,e){var n,i=e.addEvent,r=e.objectEach;return function(e){function n(){var t=this.waterfall.stacks;t&&(t.changed=!1,delete t.alreadyChanged)}function o(){var t=this.options.stackLabels;t&&t.enabled&&this.waterfall.stacks&&this.waterfall.renderStackTotals()}function s(){for(var t=this.axes,e=this.series,n=e.length;n--;)e[n].options.stacking&&(t.forEach((function(t){t.isXAxis||(t.waterfall.stacks.changed=!0)})),n=0)}function a(){this.waterfall||(this.waterfall=new c(this))}var c=function(){function e(t){this.axis=t,this.stacks={changed:!1}}return e.prototype.renderStackTotals=function(){var e=this.axis,n=e.waterfall.stacks,i=e.stacking&&e.stacking.stackTotalGroup,o=new t(e,e.options.stackLabels,!1,0,void 0);this.dummyStackItem=o,r(n,(function(e){r(e,(function(e){o.total=e.stackTotal,e.label&&(o.label=e.label),t.prototype.render.call(o,i),e.label=o.label,delete o.label}))})),o.total=null},e}();e.Composition=c,e.compose=function(t,e){i(t,"init",a),i(t,"afterBuildStacks",n),i(t,"afterRender",o),i(e,"beforeRedraw",s)}}(n||(n={})),n})),e(t,"Series/Waterfall/WaterfallPoint.js",[t["Series/Column/ColumnSeries.js"],t["Core/Series/Point.js"],t["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.isNumber;return function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.options=void 0,e.series=void 0,e}return i(n,t),n.prototype.getClassName=function(){var t=e.prototype.getClassName.call(this);return this.isSum?t+=" highcharts-sum":this.isIntermediateSum&&(t+=" highcharts-intermediate-sum"),t},n.prototype.isValid=function(){return r(this.y)||this.isSum||!!this.isIntermediateSum},n}(t.prototype.pointClass)})),e(t,"Series/Waterfall/WaterfallSeries.js",[t["Core/Axis/Axis.js"],t["Core/Chart/Chart.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Utilities.js"],t["Core/Axis/WaterfallAxis.js"],t["Series/Waterfall/WaterfallPoint.js"]],(function(t,e,n,i,r,o){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=n.seriesTypes,c=a.column,l=a.line,u=i.arrayMax,d=i.arrayMin,h=i.correctFloat;a=i.extend;var p=i.isNumber,f=i.merge,m=i.objectEach,g=i.pick;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.chart=void 0,e.data=void 0,e.options=void 0,e.points=void 0,e.stackedYNeg=void 0,e.stackedYPos=void 0,e.stackKey=void 0,e.xData=void 0,e.yAxis=void 0,e.yData=void 0,e}return s(e,t),e.prototype.generatePoints=function(){var t;c.prototype.generatePoints.apply(this);var e=0;for(t=this.points.length;e<t;e++){var n=this.points[e],i=this.processedYData[e];(n.isIntermediateSum||n.isSum)&&(n.y=h(i))}},e.prototype.translate=function(){var t=this.options,e=this.yAxis,n=g(t.minPointLength,5),i=n/2,r=t.threshold||0,o=r,s=r;t=t.stacking;var a=e.waterfall.stacks[this.stackKey];c.prototype.translate.apply(this);for(var l=this.points,u=0;u<l.length;u++){var d=l[u],h=this.processedYData[u],f=d.shapeArgs;if(f&&p(h)){var m=[0,h],y=d.y;if(t){if(a){if(m=a[u],"overlap"===t){var b=m.stackState[m.stateIndex--];b=0<=y?b:b-y,Object.hasOwnProperty.call(m,"absolutePos")&&delete m.absolutePos,Object.hasOwnProperty.call(m,"absoluteNeg")&&delete m.absoluteNeg}else 0<=y?(b=m.threshold+m.posTotal,m.posTotal-=y):(b=m.threshold+m.negTotal,m.negTotal-=y,b-=y),!m.posTotal&&Object.hasOwnProperty.call(m,"absolutePos")&&(m.posTotal=m.absolutePos,delete m.absolutePos),!m.negTotal&&Object.hasOwnProperty.call(m,"absoluteNeg")&&(m.negTotal=m.absoluteNeg,delete m.absoluteNeg);d.isSum||(m.connectorThreshold=m.threshold+m.stackTotal),e.reversed?(h=0<=y?b-y:b+y,y=b):(h=b,y=b-y),d.below=h<=r,f.y=e.translate(h,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-(e.translate(y,!1,!0,!1,!0)||0)),(y=e.waterfall.dummyStackItem)&&(y.x=u,y.label=a[u].label,y.setOffset(this.pointXOffset||0,this.barW||0,this.stackedYNeg[u],this.stackedYPos[u]))}}else b=Math.max(o,o+y)+m[0],f.y=e.translate(b,!1,!0,!1,!0)||0,d.isSum?(f.y=e.translate(m[1],!1,!0,!1,!0)||0,f.height=Math.min(e.translate(m[0],!1,!0,!1,!0)||0,e.len)-f.y,d.below=m[1]<=r):d.isIntermediateSum?(0<=y?(h=m[1]+s,y=s):(h=s,y=m[1]+s),e.reversed&&(h^=y,h^=y^=h),f.y=e.translate(h,!1,!0,!1,!0)||0,f.height=Math.abs(f.y-Math.min(e.translate(y,!1,!0,!1,!0)||0,e.len)),s+=m[1],d.below=h<=r):(f.height=0<h?(e.translate(o,!1,!0,!1,!0)||0)-f.y:(e.translate(o,!1,!0,!1,!0)||0)-(e.translate(o-h,!1,!0,!1,!0)||0),o+=h,d.below=o<r),0>f.height&&(f.y+=f.height,f.height*=-1);d.plotY=f.y=Math.round(f.y||0)-this.borderWidth%2/2,f.height=Math.max(Math.round(f.height||0),.001),d.yBottom=f.y+f.height,f.height<=n&&!d.isNull?(f.height=n,f.y-=i,d.plotY=f.y,d.minPointLengthOffset=0>d.y?-i:i):(d.isNull&&(f.width=0),d.minPointLengthOffset=0),y=d.plotY+(d.negative?f.height:0),d.below&&(d.plotY+=f.height),d.tooltipPos&&(this.chart.inverted?d.tooltipPos[0]=e.len-y:d.tooltipPos[1]=y)}}},e.prototype.processData=function(e){var n,i,r,o,s,a=this.options,c=this.yData,l=a.data,u=c.length,d=a.threshold||0;for(s=i=n=r=o=0;s<u;s++){var p=c[s],f=l&&l[s]?l[s]:{};"sum"===p||f.isSum?c[s]=h(i):"intermediateSum"===p||f.isIntermediateSum?(c[s]=h(n),n=0):(i+=p,n+=p),r=Math.min(i,r),o=Math.max(i,o)}t.prototype.processData.call(this,e),a.stacking||(this.dataMin=r+d,this.dataMax=o)},e.prototype.toYData=function(t){return t.isSum?"sum":t.isIntermediateSum?"intermediateSum":t.y},e.prototype.updateParallelArrays=function(e,n){t.prototype.updateParallelArrays.call(this,e,n),"sum"!==this.yData[0]&&"intermediateSum"!==this.yData[0]||(this.yData[0]=null)},e.prototype.pointAttribs=function(t,e){var n=this.options.upColor;return n&&!t.options.color&&(t.color=0<t.y?n:null),delete(t=c.prototype.pointAttribs.call(this,t,e)).dashstyle,t},e.prototype.getGraphPath=function(){return[["M",0,0]]},e.prototype.getCrispPath=function(){var t,e=this.data,n=this.yAxis,i=e.length,r=Math.round(this.graph.strokeWidth())%2/2,o=Math.round(this.borderWidth)%2/2,s=this.xAxis.reversed,a=this.yAxis.reversed,c=this.options.stacking,l=[];for(t=1;t<i;t++){var u=e[t].shapeArgs,d=e[t-1],h=e[t-1].shapeArgs,p=n.waterfall.stacks[this.stackKey],f=0<d.y?-h.height:0;p&&h&&u&&(p=p[t-1],c?(p=p.connectorThreshold,f=Math.round(n.translate(p,0,1,0,1)+(a?f:0))-r):f=h.y+d.minPointLengthOffset+o-r,l.push(["M",(h.x||0)+(s?0:h.width||0),f],["L",(u.x||0)+(s&&u.width||0),f])),h&&l.length&&(!c&&0>d.y&&!a||0<d.y&&a)&&((d=l[l.length-2])&&"number"==typeof d[2]&&(d[2]+=h.height||0),(d=l[l.length-1])&&"number"==typeof d[2]&&(d[2]+=h.height||0))}return l},e.prototype.drawGraph=function(){l.prototype.drawGraph.call(this),this.graph.attr({d:this.getCrispPath()})},e.prototype.setStackedPoints=function(){function t(t,e,n,i){if(v)for(;n<v;n++)g.stackState[n]+=i;else g.stackState[0]=t,v=g.stackState.length;g.stackState.push(g.stackState[v-1]+e)}var e,n,i,r=this.options,o=this.yAxis.waterfall.stacks,s=r.threshold,a=s||0,c=a,l=this.stackKey,u=this.xData,d=u.length;this.yAxis.stacking.usePercentage=!1;var h=n=i=a;if(this.visible||!this.chart.options.chart.ignoreHiddenSeries){var p=o.changed;(e=o.alreadyChanged)&&0>e.indexOf(l)&&(p=!0),o[l]||(o[l]={}),e=o[l];for(var f=0;f<d;f++){var m=u[f];e[m]&&!p||(e[m]={negTotal:0,posTotal:0,stackTotal:0,threshold:0,stateIndex:0,stackState:[],label:p&&e[m]?e[m].label:void 0});var g=e[m],y=this.yData[f];0<=y?g.posTotal+=y:g.negTotal+=y;var b=r.data[f];m=g.absolutePos=g.posTotal;var M=g.absoluteNeg=g.negTotal;g.stackTotal=m+M;var v=g.stackState.length;b&&b.isIntermediateSum?(t(i,n,0,i),i=n,n=s,a^=c,a^=c^=a):b&&b.isSum?(t(s,h,v),a=s):(t(a,y,0,h),b&&(h+=y,n+=y)),g.stateIndex++,g.threshold=a,a+=g.stackTotal}o.changed=!1,o.alreadyChanged||(o.alreadyChanged=[]),o.alreadyChanged.push(l)}},e.prototype.getExtremes=function(){var t=this.options.stacking;if(t){var e=this.yAxis;e=e.waterfall.stacks;var n=this.stackedYNeg=[],i=this.stackedYPos=[];return m(e[this.stackKey],"overlap"===t?function(t){n.push(d(t.stackState)),i.push(u(t.stackState))}:function(t){n.push(t.negTotal+t.threshold),i.push(t.posTotal+t.threshold)}),{dataMin:d(n),dataMax:u(i)}}return{dataMin:this.dataMin,dataMax:this.dataMax}},e.defaultOptions=f(c.defaultOptions,{dataLabels:{inside:!0},lineWidth:1,lineColor:"#333333",dashStyle:"Dot",borderColor:"#333333",states:{hover:{lineWidthPlus:0}}}),e}(c),a(i.prototype,{getZonesGraphs:l.prototype.getZonesGraphs,pointValKey:"y",showLine:!0,pointClass:o}),n.registerSeriesType("waterfall",i),r.compose(t,e),i})),e(t,"Extensions/Polar.js",[t["Core/Animation/AnimationUtilities.js"],t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Extensions/Pane.js"],t["Core/Pointer.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Renderer/SVG/SVGRenderer.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a,c){var l=t.animObject;s=s.seriesTypes;var u=c.addEvent,d=c.defined,h=c.find,p=c.isNumber,f=c.pick,m=c.splat,g=c.uniqueKey;t=c.wrap;var y=o.prototype;r=r.prototype,y.searchPointByAngle=function(t){var e=this.chart,n=this.xAxis.pane.center;return this.searchKDTree({clientX:180+-180/Math.PI*Math.atan2(t.chartX-n[0]-e.plotLeft,t.chartY-n[1]-e.plotTop)})},y.getConnectors=function(t,e,n,i){var r=i?1:0,o=0<=e&&e<=t.length-1?e:0>e?t.length-1+e:0;e=0>o-1?t.length-(1+r):o-1,r=o+1>t.length-1?r:o+1;var s=t[e];r=t[r];var a=s.plotX;s=s.plotY;var c=r.plotX,l=r.plotY;a=(1.5*(r=t[o].plotX)+a)/2.5,s=(1.5*(o=t[o].plotY)+s)/2.5,c=(1.5*r+c)/2.5;var u=(1.5*o+l)/2.5;l=Math.sqrt(Math.pow(a-r,2)+Math.pow(s-o,2));var d=Math.sqrt(Math.pow(c-r,2)+Math.pow(u-o,2));return a=Math.atan2(s-o,a-r),u=Math.PI/2+(a+Math.atan2(u-o,c-r))/2,Math.abs(a-u)>Math.PI/2&&(u-=Math.PI),a=r+Math.cos(u)*l,s=o+Math.sin(u)*l,r={rightContX:c=r+Math.cos(Math.PI+u)*d,rightContY:u=o+Math.sin(Math.PI+u)*d,leftContX:a,leftContY:s,plotX:r,plotY:o},n&&(r.prevPointCont=this.getConnectors(t,e,!1,i)),r},y.toXY=function(t){var e=this.chart,n=this.xAxis,i=this.yAxis,r=t.plotX,o=t.plotY,s=t.series,a=e.inverted,c=t.y,l=a?r:i.len-o;a&&s&&!s.isRadialBar&&(t.plotY=o="number"==typeof c&&i.translate(c)||0),t.rectPlotX=r,t.rectPlotY=o,i.center&&(l+=i.center[3]/2),p(o)&&(i=a?i.postTranslate(o,l):n.postTranslate(r,l),t.plotX=t.polarPlotX=i.x-e.plotLeft,t.plotY=t.polarPlotY=i.y-e.plotTop),this.kdByAngle?(0>(e=(r/Math.PI*180+n.pane.options.startAngle)%360)&&(e+=360),t.clientX=e):t.clientX=t.plotX},s.spline&&(t(s.spline.prototype,"getPointSpline",(function(t,e,n,i){return this.chart.polar?i?(e=(t=this.getConnectors(e,i,!0,this.connectEnds)).prevPointCont&&t.prevPointCont.rightContX,n=t.prevPointCont&&t.prevPointCont.rightContY,t=["C",p(e)?e:t.plotX,p(n)?n:t.plotY,p(t.leftContX)?t.leftContX:t.plotX,p(t.leftContY)?t.leftContY:t.plotY,t.plotX,t.plotY]):t=["M",n.plotX,n.plotY]:t=t.call(this,e,n,i),t})),s.areasplinerange&&(s.areasplinerange.prototype.getPointSpline=s.spline.prototype.getPointSpline)),u(o,"afterTranslate",(function(){var t=this.chart;if(t.polar&&this.xAxis){if((this.kdByAngle=t.tooltip&&t.tooltip.shared)?this.searchPoint=this.searchPointByAngle:this.options.findNearestPointBy="xy",!this.preventPostTranslate)for(var e=this.points,i=e.length;i--;)this.toXY(e[i]),!t.hasParallelCoordinates&&!this.yAxis.reversed&&e[i].y<this.yAxis.min&&(e[i].isNull=!0);this.hasClipCircleSetter||(this.hasClipCircleSetter=!!this.eventsToUnbind.push(u(this,"afterRender",(function(){if(t.polar){var e=this.yAxis.pane.center;this.clipCircle?this.clipCircle.animate({x:e[0],y:e[1],r:e[2]/2,innerR:e[3]/2}):this.clipCircle=t.renderer.clipCircle(e[0],e[1],e[2]/2,e[3]/2),this.group.clip(this.clipCircle),this.setClip=n.noop}}))))}}),{order:2}),t(s.line.prototype,"getGraphPath",(function(t,e){var n,i=this;if(this.chart.polar){for(e=e||this.points,n=0;n<e.length;n++)if(!e[n].isNull){var r=n;break}if(!1!==this.options.connectEnds&&void 0!==r){this.connectEnds=!0,e.splice(e.length,0,e[r]);var o=!0}e.forEach((function(t){void 0===t.polarPlotY&&i.toXY(t)}))}return n=t.apply(this,[].slice.call(arguments,1)),o&&e.pop(),n}));var b=function(t,e){var i,r,o,s,a=this,c=this.chart,u=this.options.animation,d=this.group,h=this.markerGroup,p=this.xAxis&&this.xAxis.center,m=c.plotLeft,g=c.plotTop;if(c.polar){if(a.isRadialBar)e||(a.startAngleRad=f(a.translatedThreshold,a.xAxis.startAngleRad),n.seriesTypes.pie.prototype.animate.call(a,e));else if(c.renderer.isSVG)if(u=l(u),a.is("column")){if(!e){var y=p[3]/2;a.points.forEach((function(t){i=t.graphic,o=(r=t.shapeArgs)&&r.r,s=r&&r.innerR,i&&r&&(i.attr({r:y,innerR:y}),i.animate({r:o,innerR:s},a.options.animation))}))}}else e?(t={translateX:p[0]+m,translateY:p[1]+g,scaleX:.001,scaleY:.001},d.attr(t),h&&h.attr(t)):(t={translateX:m,translateY:g,scaleX:1,scaleY:1},d.animate(t,u),h&&h.animate(t,u))}else t.call(this,e)};if(t(y,"animate",b),s.column){var M=s.arearange.prototype;(s=s.column.prototype).polarArc=function(t,e,n,i){var r=this.xAxis.center,o=this.yAxis.len,s=r[3]/2;return e=o-e+s,t=o-f(t,o)+s,this.yAxis.reversed&&(0>e&&(e=s),0>t&&(t=s)),{x:r[0],y:r[1],r:e,innerR:t,start:n,end:i}},t(s,"animate",b),t(s,"translate",(function(t){var e=this.options,n=e.stacking,i=this.chart,r=this.xAxis,o=this.yAxis,s=o.reversed,a=o.center,l=r.startAngleRad,u=r.endAngleRad-l;if(this.preventPostTranslate=!0,t.call(this),r.isRadial){r=(t=this.points).length;var h=o.translate(o.min),f=o.translate(o.max);if(e=e.threshold||0,i.inverted&&p(e)){var m=o.translate(e);d(m)&&(0>m?m=0:m>u&&(m=u),this.translatedThreshold=m+l)}for(;r--;){var g=(e=t[r]).barX,y=e.x,b=e.y;if(e.shapeType="arc",i.inverted){if(e.plotY=o.translate(b),n&&o.stacking){if(b=o.stacking.stacks[(0>b?"-":"")+this.stackKey],this.visible&&b&&b[y]&&!e.isNull){var M=b[y].points[this.getStackIndicator(void 0,y,this.index).key],v=o.translate(M[0]);M=o.translate(M[1]),d(v)&&(v=c.clamp(v,0,u))}}else v=m,M=e.plotY;v>M&&(M=[v,v=M][0]),s?M>h?M=h:v<f?v=f:(v>h||M<f)&&(v=M=u):v<h?v=h:M>f?M=f:(M<h||v>f)&&(v=M=0),o.min>o.max&&(v=M=s?u:0),v+=l,M+=l,a&&(e.barX=g+=a[3]/2),y=Math.max(g,0),b=Math.max(g+e.pointWidth,0),e.shapeArgs={x:a&&a[0],y:a&&a[1],r:b,innerR:y,start:v,end:M},e.opacity=v===M?0:void 0,e.plotY=(d(this.translatedThreshold)&&(v<this.translatedThreshold?v:M))-l}else v=g+l,e.shapeArgs=this.polarArc(e.yBottom,e.plotY,v,v+e.pointWidth);this.toXY(e),i.inverted?(g=o.postTranslate(e.rectPlotY,g+e.pointWidth/2),e.tooltipPos=[g.x-i.plotLeft,g.y-i.plotTop]):e.tooltipPos=[e.plotX,e.plotY],a&&(e.ttBelow=e.plotY>a[1])}}})),s.findAlignments=function(t,e){return null===e.align&&(e.align=20<t&&160>t?"left":200<t&&340>t?"right":"center"),null===e.verticalAlign&&(e.verticalAlign=45>t||315<t?"bottom":135<t&&225>t?"top":"middle"),e},M&&(M.findAlignments=s.findAlignments),t(s,"alignDataLabel",(function(t,e,n,i,r,o){var s=this.chart,a=f(i.inside,!!this.options.stacking);s.polar?(t=e.rectPlotX/Math.PI*180,s.inverted?(this.forceDL=s.isInsidePlot(e.plotX,Math.round(e.plotY)),a&&e.shapeArgs?(r=e.shapeArgs,r={x:(r=this.yAxis.postTranslate(((r.start||0)+(r.end||0))/2-this.xAxis.startAngleRad,e.barX+e.pointWidth/2)).x-s.plotLeft,y:r.y-s.plotTop}):e.tooltipPos&&(r={x:e.tooltipPos[0],y:e.tooltipPos[1]}),i.align=f(i.align,"center"),i.verticalAlign=f(i.verticalAlign,"middle")):this.findAlignments&&(i=this.findAlignments(t,i)),y.alignDataLabel.call(this,e,n,i,r,o),this.isRadialBar&&e.shapeArgs&&e.shapeArgs.start===e.shapeArgs.end&&n.hide(!0)):t.call(this,e,n,i,r,o)}))}t(r,"getCoordinates",(function(t,e){var n=this.chart,i={xAxis:[],yAxis:[]};return n.polar?n.axes.forEach((function(t){var r=t.isXAxis,o=t.center;if("colorAxis"!==t.coll){var s=e.chartX-o[0]-n.plotLeft;o=e.chartY-o[1]-n.plotTop,i[r?"xAxis":"yAxis"].push({axis:t,value:t.translate(r?Math.PI-Math.atan2(s,o):Math.sqrt(Math.pow(s,2)+Math.pow(o,2)),!0)})}})):i=t.call(this,e),i})),a.prototype.clipCircle=function(t,e,n,i){var r=g(),o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=i?this.arc(t,e,n,i,0,2*Math.PI).add(o):this.circle(t,e,n).add(o)).id=r,t.clipPath=o,t},u(e,"getAxes",(function(){this.pane||(this.pane=[]),this.options.pane=m(this.options.pane),this.options.pane.forEach((function(t){new i(t,this)}),this)})),u(e,"afterDrawChartBox",(function(){this.pane.forEach((function(t){t.render()}))})),u(o,"afterInit",(function(){var t=this.chart;t.inverted&&t.polar&&(this.isRadialSeries=!0,this.is("column")&&(this.isRadialBar=!0))})),t(e.prototype,"get",(function(t,e){return h(this.pane||[],(function(t){return t.options.id===e}))||t.call(this,e)}))})),e(t,"masters/highcharts-more.src.js",[t["Core/Globals.js"],t["Core/Axis/RadialAxis.js"],t["Series/Bubble/BubbleSeries.js"]],(function(t,e,n){e.compose(t.Axis,t.Tick),n.compose(t.Chart,t.Legend,t.Series)}))}))}])},"./node_modules/@splunk/highcharts/highcharts.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=2)}([function(t,e){t.exports=n("./node_modules/highcharts/highcharts.js")},,function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(0),o=(i=r)&&i.__esModule?i:{default:i};var s=function(){return o.default},a=s();a.noConflict=function(){return s()},e.default=a,t.exports=e.default}])},"./node_modules/@splunk/highcharts/modules/accessibility.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=17)}({0:function(t,e){t.exports=n("./node_modules/highcharts/highcharts.js")},17:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var i,r=n(18),o=(i=r)&&i.__esModule?i:{default:i};e.default=o.default,t.exports=e.default},18:function(t,e,n){"use strict";var i,r;!function(o){"object"==typeof t&&t.exports?(o.default=o,t.exports=o):(i=[n(0)],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,i))||(t.exports=r))}((function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}e(t=t?t._modules:{},"Accessibility/A11yI18n.js",[t["Core/FormatUtilities.js"],t["Core/Utilities.js"]],(function(t,e){var n,i=t.format,r=e.pick;return function(t){function e(t,e,n){var o=function(t,e){var n=(t=t.slice(e||0)).indexOf("{"),i=t.indexOf("}");if(-1<n&&i>n)return{statement:t.substring(n+1,i),begin:e+n+1,end:e+i}},s=[],a=0;do{var c=o(t,a),l=t.substring(a,c&&c.begin-1);l.length&&s.push({value:l,type:"constant"}),c&&s.push({value:c.statement,type:"statement"}),a=c?c.end+1:a+1}while(c);return s.forEach((function(t){"statement"===t.type&&(t.value=function(t,e){var n=t.indexOf("#each("),i=t.indexOf("#plural("),o=t.indexOf("["),s=t.indexOf("]");if(-1<n){if(s=t.slice(n).indexOf(")")+n,i=t.substring(0,n),o=t.substring(s+1),s=t.substring(n+6,s).split(","),n=Number(s[1]),t="",e=e[s[0]])for(n=0>(n=isNaN(n)?e.length:n)?e.length+n:Math.min(n,e.length),s=0;s<n;++s)t+=i+e[s]+o;return t.length?t:""}if(-1<i){switch(o=t.slice(i).indexOf(")")+i,i=t.substring(i+8,o).split(","),Number(e[i[0]])){case 0:t=r(i[4],i[1]);break;case 1:t=r(i[2],i[1]);break;case 2:t=r(i[3],i[1]);break;default:t=i[1]}return t?e=(e=t).trim&&e.trim()||e.replace(/^\s+|\s+$/g,""):e="",e}return-1<o?(i=t.substring(0,o),o=Number(t.substring(o+1,s)),t=void 0,e=e[i],!isNaN(o)&&e&&(0>o?void 0===(t=e[e.length+o])&&(t=e[0]):void 0===(t=e[o])&&(t=e[e.length-1])),void 0!==t?t:""):"{"+t+"}"}(t.value,e))})),i(s.reduce((function(t,e){return t+e.value}),""),e,n)}function n(t,n){t=t.split(".");for(var i=this.options.lang,r=0;r<t.length;++r)i=i&&i[t[r]];return"string"==typeof i?e(i,n,this):""}var o=[];t.compose=function(t){return-1===o.indexOf(t)&&(o.push(t),t.prototype.langFormat=n),t},t.i18nFormat=e}(n||(n={})),n})),e(t,"Accessibility/Utils/HTMLUtilities.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){function n(t){if("function"==typeof o.MouseEvent)return new o.MouseEvent(t.type,t);if(r.createEvent){var e=r.createEvent("MouseEvent");if(e.initMouseEvent)return e.initMouseEvent(t.type,t.bubbles,t.cancelable,t.view||o,t.detail,t.screenX,t.screenY,t.clientX,t.clientY,t.ctrlKey,t.altKey,t.shiftKey,t.metaKey,t.button,t.relatedTarget),e}return i(t.type)}function i(t,e){if(e=e||{x:0,y:0},"function"==typeof o.MouseEvent)return new o.MouseEvent(t,{bubbles:!0,cancelable:!0,composed:!0,view:o,detail:"click"===t?1:0,screenX:e.x,screenY:e.y,clientX:e.x,clientY:e.y});if(r.createEvent){var n=r.createEvent("MouseEvent");if(n.initMouseEvent)return n.initMouseEvent(t,!0,!0,o,"click"===t?1:0,e.x,e.y,e.x,e.y,!1,!1,!1,!1,0,null),n}return{type:t}}var r=t.doc,o=t.win,s=e.css;return{addClass:function(t,e){t.classList?t.classList.add(e):0>t.className.indexOf(e)&&(t.className+=" "+e)},cloneMouseEvent:n,cloneTouchEvent:function(t){var e=function(t){for(var e=[],n=0;n<t.length;++n){var i=t.item(n);i&&e.push(i)}return e};return"function"==typeof o.TouchEvent?(e=new o.TouchEvent(t.type,{touches:e(t.touches),targetTouches:e(t.targetTouches),changedTouches:e(t.changedTouches),ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,bubbles:t.bubbles,cancelable:t.cancelable,composed:t.composed,detail:t.detail,view:t.view}),t.defaultPrevented&&e.preventDefault(),e):((e=n(t)).touches=t.touches,e.changedTouches=t.changedTouches,e.targetTouches=t.targetTouches,e)},escapeStringForHTML:function(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")},getElement:function(t){return r.getElementById(t)},getFakeMouseEvent:i,getHeadingTagNameForElement:function(t){var e=function(t){return t=parseInt(t.slice(1),10),"h"+Math.min(6,t+1)},n=function(t){var i;t:{for(i=t;i=i.previousSibling;){var r=i.tagName||"";if(/H[1-6]/.test(r)){i=r;break t}}i=""}return i?e(i):(t=t.parentElement)?(i=t.tagName,/H[1-6]/.test(i)?e(i):n(t)):"p"};return n(t)},removeChildNodes:function(t){for(;t.lastChild;)t.removeChild(t.lastChild)},removeClass:function(t,e){t.classList?t.classList.remove(e):t.className=t.className.replace(new RegExp(e,"g"),"")},removeElement:function(t){t&&t.parentNode&&t.parentNode.removeChild(t)},reverseChildNodes:function(t){for(var e=t.childNodes.length;e--;)t.appendChild(t.childNodes[e])},stripHTMLTagsFromString:function(t){return"string"==typeof t?t.replace(/<\/?[^>]+(>|$)/g,""):t},visuallyHideElement:function(t){s(t,{position:"absolute",width:"1px",height:"1px",overflow:"hidden",whiteSpace:"nowrap",clip:"rect(1px, 1px, 1px, 1px)",marginTop:"-3px","-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)",filter:"alpha(opacity=1)",opacity:.01})}}})),e(t,"Accessibility/Utils/ChartUtilities.js",[t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,n){function i(t){if(t.points&&t.points.length)return(t=c(t.points,(function(t){return!!t.graphic})))&&t.graphic&&t.graphic.element}function r(t){var e=i(t);return e&&e.parentNode||t.graph&&t.graph.element||t.group&&t.group.element}var o=t.doc,s=e.stripHTMLTagsFromString,a=n.defined,c=n.find,l=n.fireEvent;return{fireEventOnWrappedOrUnwrappedElement:function t(e,n){var i=n.type,r=e.hcEvents;o.createEvent&&(e.dispatchEvent||e.fireEvent)?e.dispatchEvent?e.dispatchEvent(n):e.fireEvent(i,n):r&&r[i]?l(e,i,n):e.element&&t(e.element,n)},getChartTitle:function(t){return s(t.options.title.text||t.langFormat("accessibility.defaultChartTitle",{chart:t}))},getAxisDescription:function(t){return t&&(t.userOptions&&t.userOptions.accessibility&&t.userOptions.accessibility.description||t.axisTitle&&t.axisTitle.textStr||t.options.id||t.categories&&"categories"||t.dateTime&&"Time"||"values")},getAxisRangeDescription:function(t){var e=t.options||{};return e.accessibility&&void 0!==e.accessibility.rangeDescription?e.accessibility.rangeDescription:t.categories?(e=t.chart,t=t.dataMax&&t.dataMin?e.langFormat("accessibility.axis.rangeCategories",{chart:e,axis:t,numCategories:t.dataMax-t.dataMin+1}):""):!t.dateTime||0!==t.min&&0!==t.dataMin?function(t){var e=t.chart,n=e.options,i=n&&n.accessibility&&n.accessibility.screenReaderSection.axisRangeDateFormat||"";return n=function(n){return t.dateTime?e.time.dateFormat(i,t[n]):t[n]},e.langFormat("accessibility.axis.rangeFromTo",{chart:e,axis:t,rangeFrom:n("min"),rangeTo:n("max")})}(t):function(t){var e=t.chart,n={},i="Seconds";n.Seconds=((t.max||0)-(t.min||0))/1e3,n.Minutes=n.Seconds/60,n.Hours=n.Minutes/60,n.Days=n.Hours/24,["Minutes","Hours","Days"].forEach((function(t){2<n[t]&&(i=t)}));var r=n[i].toFixed("Seconds"!==i&&"Minutes"!==i?1:0);return e.langFormat("accessibility.axis.timeRange"+i,{chart:e,axis:t,range:r.replace(".0","")})}(t)},getPointFromXY:function(t,e,n){for(var i,r=t.length;r--;)if(i=c(t[r].points||[],(function(t){return t.x===e&&t.y===n})))return i},getSeriesFirstPointElement:i,getSeriesFromName:function(t,e){return e?(t.series||[]).filter((function(t){return t.name===e})):t.series},getSeriesA11yElement:r,unhideChartElementFromAT:function t(e,n){n.setAttribute("aria-hidden",!1),n!==e.renderTo&&n.parentNode&&n.parentNode!==o.body&&(Array.prototype.forEach.call(n.parentNode.childNodes,(function(t){t.hasAttribute("aria-hidden")||t.setAttribute("aria-hidden",!0)})),t(e,n.parentNode))},hideSeriesFromAT:function(t){(t=r(t))&&t.setAttribute("aria-hidden",!0)},scrollToPoint:function(t){var e=t.series.xAxis,n=t.series.yAxis,i=e&&e.scrollbar?e:n;if((e=i&&i.scrollbar)&&a(e.to)&&a(e.from)){if(n=e.to-e.from,a(i.dataMin)&&a(i.dataMax)){var r=i.toPixels(i.dataMin),o=i.toPixels(i.dataMax);t=(i.toPixels(t["xAxis"===i.coll?"x":"y"]||0)-r)/(o-r)}else t=0;e.updatePosition(t-n/2,t+n/2),l(e,"changed",{from:e.from,to:e.to,trigger:"scrollbar",DOMEvent:null})}}}})),e(t,"Accessibility/Utils/DOMElementProvider.js",[t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e){var n=t.doc,i=e.removeElement;return function(){function t(){this.elements=[]}return t.prototype.createElement=function(){var t=n.createElement.apply(n,arguments);return this.elements.push(t),t},t.prototype.destroyCreatedElements=function(){this.elements.forEach((function(t){i(t)})),this.elements=[]},t}()})),e(t,"Accessibility/Utils/EventProvider.js",[t["Core/Globals.js"],t["Core/Utilities.js"]],(function(t,e){var n=e.addEvent;return function(){function e(){this.eventRemovers=[]}return e.prototype.addEvent=function(){var e=n.apply(t,arguments);return this.eventRemovers.push(e),e},e.prototype.removeAddedEvents=function(){this.eventRemovers.forEach((function(t){return t()})),this.eventRemovers=[]},e}()})),e(t,"Accessibility/AccessibilityComponent.js",[t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/DOMElementProvider.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.fireEventOnWrappedOrUnwrappedElement,s=i.getFakeMouseEvent;return t=r.extend,i=function(){function t(){this.proxyProvider=this.keyCodes=this.eventProvider=this.domElementProvider=this.chart=void 0}return t.prototype.initBase=function(t,i){this.chart=t,this.eventProvider=new n,this.domElementProvider=new e,this.proxyProvider=i,this.keyCodes={left:37,right:39,up:38,down:40,enter:13,space:32,esc:27,tab:9,pageUp:33,pageDown:34,end:35,home:36}},t.prototype.addEvent=function(t,e,n,i){return this.eventProvider.addEvent(t,e,n,i)},t.prototype.createElement=function(t,e){return this.domElementProvider.createElement(t,e)},t.prototype.fakeClickEvent=function(t){var e=s("click");o(t,e)},t.prototype.destroyBase=function(){this.domElementProvider.destroyCreatedElements(),this.eventProvider.removeAddedEvents()},t}(),t(i.prototype,{init:function(){},getKeyboardNavigation:function(){},onChartUpdate:function(){},onChartRender:function(){},destroy:function(){}}),i})),e(t,"Accessibility/KeyboardNavigationHandler.js",[t["Core/Utilities.js"]],(function(t){var e=t.find;return t=function(){function t(t,e){this.chart=t,this.keyCodeMap=e.keyCodeMap||[],this.validate=e.validate,this.init=e.init,this.terminate=e.terminate,this.response={success:1,prev:2,next:3,noHandler:4,fail:5}}return t.prototype.run=function(t){var n=t.which||t.keyCode,i=this.response.noHandler,r=e(this.keyCodeMap,(function(t){return-1<t[0].indexOf(n)}));return r?i=r[1].call(this,n,t):9===n&&(i=this.response[t.shiftKey?"prev":"next"]),i},t}()})),e(t,"Accessibility/Components/ContainerComponent.js",[t["Accessibility/AccessibilityComponent.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=n.unhideChartElementFromAT,a=n.getChartTitle,c=i.doc,l=r.stripHTMLTagsFromString;return function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return o(n,t),n.prototype.onChartUpdate=function(){this.handleSVGTitleElement(),this.setSVGContainerLabel(),this.setGraphicContainerAttrs(),this.setRenderToAttrs(),this.makeCreditsAccessible()},n.prototype.handleSVGTitleElement=function(){var t=this.chart,e="highcharts-title-"+t.index,n=l(t.langFormat("accessibility.svgContainerTitle",{chartTitle:a(t)}));if(n.length){var i=this.svgTitleElement=this.svgTitleElement||c.createElementNS("http://www.w3.org/2000/svg","title");i.textContent=n,i.id=e,t.renderTo.insertBefore(i,t.renderTo.firstChild)}},n.prototype.setSVGContainerLabel=function(){var t=this.chart,e=t.langFormat("accessibility.svgContainerLabel",{chartTitle:a(t)});t.renderer.box&&e.length&&t.renderer.box.setAttribute("aria-label",e)},n.prototype.setGraphicContainerAttrs=function(){var t=this.chart,e=t.langFormat("accessibility.graphicContainerLabel",{chartTitle:a(t)});e.length&&t.container.setAttribute("aria-label",e)},n.prototype.setRenderToAttrs=function(){var t=this.chart;"disabled"!==t.options.accessibility.landmarkVerbosity?t.renderTo.setAttribute("role","region"):t.renderTo.removeAttribute("role"),t.renderTo.setAttribute("aria-label",t.langFormat("accessibility.chartContainerLabel",{title:a(t),chart:t}))},n.prototype.makeCreditsAccessible=function(){var t=this.chart,e=t.credits;e&&(e.textStr&&e.element.setAttribute("aria-label",t.langFormat("accessibility.credits",{creditsStr:l(e.textStr)})),s(t,e.element))},n.prototype.getKeyboardNavigation=function(){var t=this.chart;return new e(t,{keyCodeMap:[],validate:function(){return!0},init:function(){var e=t.accessibility;e&&e.keyboardNavigation.tabindexContainer.focus()}})},n.prototype.destroy=function(){this.chart.renderTo.setAttribute("aria-hidden",!0)},n}(t)})),e(t,"Accessibility/FocusBorder.js",[t["Core/Renderer/SVG/SVGLabel.js"],t["Core/Utilities.js"]],(function(t,e){var n,i=e.addEvent,r=e.pick;return function(e){function n(){var t=this.focusElement,e=this.options.accessibility.keyboardNavigation.focusBorder;t&&(t.removeFocusBorder(),e.enabled&&t.addFocusBorder(e.margin,{stroke:e.style.color,strokeWidth:e.style.lineWidth,r:e.style.borderRadius}))}function o(t,e){var n=this.options.accessibility.keyboardNavigation.focusBorder;(e=e||t.element)&&e.focus&&(e.hcEvents&&e.hcEvents.focusin||i(e,"focusin",(function(){})),e.focus(),n.hideBrowserFocusOutline&&(e.style.outline="none")),this.focusElement&&this.focusElement.removeFocusBorder(),this.focusElement=t,this.renderFocusBorder()}function s(e,n){this.focusBorder&&this.removeFocusBorder();var i=this.getBBox(),o=r(e,3);i.x+=this.translateX?this.translateX:0,i.y+=this.translateY?this.translateY:0;var s=i.x-o,c=i.y-o,l=i.width+2*o,u=i.height+2*o,d=this instanceof t;if("text"===this.element.nodeName||d){var h=!!this.rotation;if(d)var p={x:h?1:0,y:0};else{var f=p=0;"middle"===this.attr("text-anchor")?p=f=.5:this.rotation?p=.25:f=.75,p={x:p,y:f}}f=+this.attr("x");var m=+this.attr("y");isNaN(f)||(s=f-i.width*p.x-o),isNaN(m)||(c=m-i.height*p.y-o),d&&h&&(d=l,l=u,u=d,isNaN(f)||(s=f-i.height*p.x-o),isNaN(m)||(c=m-i.width*p.y-o))}this.focusBorder=this.renderer.rect(s,c,l,u,parseInt((n&&n.r||0).toString(),10)).addClass("highcharts-focus-border").attr({zIndex:99}).add(this.parentGroup),this.renderer.styledMode||this.focusBorder.attr({stroke:n&&n.stroke,"stroke-width":n&&n.strokeWidth}),a(this,e,n),function(t){if(!t.focusBorderDestroyHook){var e=t.destroy;t.destroy=function(){return t.focusBorder&&t.focusBorder.destroy&&t.focusBorder.destroy(),e.apply(t,arguments)},t.focusBorderDestroyHook=e}}(this)}function a(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];t.focusBorderUpdateHooks||(t.focusBorderUpdateHooks={},u.forEach((function(n){var i=t[n+="Setter"]||t._defaultSetter;t.focusBorderUpdateHooks[n]=i,t[n]=function(){var n=i.apply(t,arguments);return t.addFocusBorder.apply(t,e),n}})))}function c(){!function(t){t.focusBorderUpdateHooks&&(Object.keys(t.focusBorderUpdateHooks).forEach((function(e){var n=t.focusBorderUpdateHooks[e];n===t._defaultSetter?delete t[e]:t[e]=n})),delete t.focusBorderUpdateHooks)}(this),this.focusBorderDestroyHook&&(this.destroy=this.focusBorderDestroyHook,delete this.focusBorderDestroyHook),this.focusBorder&&(this.focusBorder.destroy(),delete this.focusBorder)}var l=[],u="x y transform width height r d stroke-width".split(" ");e.compose=function(t,e){-1===l.indexOf(t)&&(l.push(t),(t=t.prototype).renderFocusBorder=n,t.setFocusToElement=o),-1===l.indexOf(e)&&(l.push(e),(e=e.prototype).addFocusBorder=s,e.removeFocusBorder=c)}}(n||(n={})),n})),e(t,"Accessibility/Utils/Announcer.js",[t["Core/Renderer/HTML/AST.js"],t["Accessibility/Utils/DOMElementProvider.js"],t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){var o=n.doc,s=i.addClass,a=i.visuallyHideElement,c=r.attr;return function(){function n(t,n){this.chart=t,this.domElementProvider=new e,this.announceRegion=this.addAnnounceRegion(n)}return n.prototype.destroy=function(){this.domElementProvider.destroyCreatedElements()},n.prototype.announce=function(e){var n=this;t.setElementHTML(this.announceRegion,e),this.clearAnnouncementRegionTimer&&clearTimeout(this.clearAnnouncementRegionTimer),this.clearAnnouncementRegionTimer=setTimeout((function(){n.announceRegion.innerHTML=t.emptyHTML,delete n.clearAnnouncementRegionTimer}),1e3)},n.prototype.addAnnounceRegion=function(t){var e=this.chart.announcerContainer||this.createAnnouncerContainer(),n=this.domElementProvider.createElement("div");return c(n,{"aria-hidden":!1,"aria-live":t}),this.chart.styledMode?s(n,"highcharts-visually-hidden"):a(n),e.appendChild(n),n},n.prototype.createAnnouncerContainer=function(){var t=this.chart,e=o.createElement("div");return c(e,{"aria-hidden":!1,class:"highcharts-announcer-container"}),e.style.position="relative",t.renderTo.insertBefore(e,t.renderTo.firstChild),t.announcerContainer=e},n}()})),e(t,"Accessibility/Components/AnnotationsA11y.js",[t["Accessibility/Utils/HTMLUtilities.js"]],(function(t){function e(t){return(t.annotations||[]).reduce((function(t,e){return e.options&&!1!==e.options.visible&&(t=t.concat(e.labels)),t}),[])}function n(t){return t.options&&t.options.accessibility&&t.options.accessibility.description||t.graphic&&t.graphic.text&&t.graphic.text.textStr||""}function i(t){var e=t.options&&t.options.accessibility&&t.options.accessibility.description;if(e)return e;e=t.chart;var i=n(t),r=t.points.filter((function(t){return!!t.graphic})).map((function(t){var e=t.accessibility&&t.accessibility.valueDescription||t.graphic&&t.graphic.element&&t.graphic.element.getAttribute("aria-label")||"";return((t=t&&t.series.name||"")?t+", ":"")+"data point "+e})).filter((function(t){return!!t})),o=r.length,s="accessibility.screenReaderSection.annotations.description"+(1<o?"MultiplePoints":o?"SinglePoint":"NoPoints");return t={annotationText:i,annotation:t,numPoints:o,annotationPoint:r[0],additionalAnnotationPoints:r.slice(1)},e.langFormat(s,t)}function r(t){return e(t).map((function(t){return(t=o(s(i(t))))?"<li>"+t+"</li>":""}))}var o=t.escapeStringForHTML,s=t.stripHTMLTagsFromString;return{getAnnotationsInfoHTML:function(t){var e=t.annotations;return e&&e.length?'<ul style="list-style-type: none">'+r(t).join(" ")+"</ul>":""},getAnnotationLabelDescription:i,getAnnotationListItems:r,getPointAnnotationTexts:function(t){var i=e(t.series.chart).filter((function(e){return-1<e.points.indexOf(t)}));return i.length?i.map((function(t){return""+n(t)})):[]}}})),e(t,"Accessibility/Components/InfoRegionsComponent.js",[t["Accessibility/A11yI18n.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/Announcer.js"],t["Accessibility/Components/AnnotationsA11y.js"],t["Core/Renderer/HTML/AST.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/FormatUtilities.js"],t["Core/Globals.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a,c,l){var u=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),d=i.getAnnotationsInfoHTML,h=o.getAxisDescription,p=o.getAxisRangeDescription,f=o.getChartTitle,m=o.unhideChartElementFromAT,g=s.format,y=a.doc,b=c.addClass,M=c.getElement,v=c.getHeadingTagNameForElement,_=c.stripHTMLTagsFromString,x=c.visuallyHideElement,L=l.attr,A=l.pick;return function(e){function i(){var t=null!==e&&e.apply(this,arguments)||this;return t.announcer=void 0,t.screenReaderSections={},t}return u(i,e),i.prototype.init=function(){var t=this.chart,e=this;this.initRegionsDefinitions(),this.addEvent(t,"aftergetTableAST",(function(t){e.onDataTableCreated(t)})),this.addEvent(t,"afterViewData",(function(t){e.dataTableDiv=t,setTimeout((function(){e.focusDataTable()}),300)})),this.announcer=new n(t,"assertive")},i.prototype.initRegionsDefinitions=function(){var t=this;this.screenReaderSections={before:{element:null,buildContent:function(e){var n=e.options.accessibility.screenReaderSection.beforeChartFormatter;return n?n(e):t.defaultBeforeChartFormatter(e)},insertIntoDOM:function(t,e){e.renderTo.insertBefore(t,e.renderTo.firstChild)},afterInserted:function(){void 0!==t.sonifyButtonId&&t.initSonifyButton(t.sonifyButtonId),void 0!==t.dataTableButtonId&&t.initDataTableButton(t.dataTableButtonId)}},after:{element:null,buildContent:function(e){var n=e.options.accessibility.screenReaderSection.afterChartFormatter;return n?n(e):t.defaultAfterChartFormatter()},insertIntoDOM:function(t,e){e.renderTo.insertBefore(t,e.container.nextSibling)},afterInserted:function(){t.chart.accessibility&&t.chart.accessibility.keyboardNavigation.updateExitAnchor()}}}},i.prototype.onChartRender=function(){var t=this;this.linkedDescriptionElement=this.getLinkedDescriptionElement(),this.setLinkedDescriptionAttrs(),Object.keys(this.screenReaderSections).forEach((function(e){t.updateScreenReaderSection(e)}))},i.prototype.getLinkedDescriptionElement=function(){var t=this.chart.options.accessibility.linkedDescription;if(t){if("string"!=typeof t)return t;if(t=g(t,this.chart),1===(t=y.querySelectorAll(t)).length)return t[0]}},i.prototype.setLinkedDescriptionAttrs=function(){var t=this.linkedDescriptionElement;t&&(t.setAttribute("aria-hidden","true"),b(t,"highcharts-linked-description"))},i.prototype.updateScreenReaderSection=function(t){var e=this.chart,n=this.screenReaderSections[t],i=n.buildContent(e),o=n.element=n.element||this.createElement("div"),s=o.firstChild||this.createElement("div");i?(this.setScreenReaderSectionAttribs(o,t),r.setElementHTML(s,i),o.appendChild(s),n.insertIntoDOM(o,e),e.styledMode?b(s,"highcharts-visually-hidden"):x(s),m(e,s),n.afterInserted&&n.afterInserted()):(o.parentNode&&o.parentNode.removeChild(o),delete n.element)},i.prototype.setScreenReaderSectionAttribs=function(t,e){var n=this.chart,i=n.langFormat("accessibility.screenReaderSection."+e+"RegionLabel",{chart:n,chartTitle:f(n)});L(t,{id:"highcharts-screen-reader-region-"+e+"-"+n.index,"aria-label":i}),t.style.position="relative","all"===n.options.accessibility.landmarkVerbosity&&i&&t.setAttribute("role","region")},i.prototype.defaultBeforeChartFormatter=function(){var e=this.chart,n=e.options.accessibility.screenReaderSection.beforeChartFormat;if(!n)return"";var i=this.getAxesDescription(),r=e.sonify&&e.options.sonification&&e.options.sonification.enabled,o="highcharts-a11y-sonify-data-btn-"+e.index,s="hc-linkto-highcharts-data-table-"+e.index,a=d(e),c=e.langFormat("accessibility.screenReaderSection.annotations.heading",{chart:e});return i={headingTagName:v(e.renderTo),chartTitle:f(e),typeDescription:this.getTypeDescriptionText(),chartSubtitle:this.getSubtitleText(),chartLongdesc:this.getLongdescText(),xAxisDescription:i.xAxis,yAxisDescription:i.yAxis,playAsSoundButton:r?this.getSonifyButtonText(o):"",viewTableButton:e.getCSV?this.getDataTableButtonText(s):"",annotationsTitle:a?c:"",annotationsList:a},e=t.i18nFormat(n,i,e),this.dataTableButtonId=s,this.sonifyButtonId=o,e.replace(/<(\w+)[^>]*?>\s*<\/\1>/g,"")},i.prototype.defaultAfterChartFormatter=function(){var e=this.chart,n=e.options.accessibility.screenReaderSection.afterChartFormat;if(!n)return"";var i={endOfChartMarker:this.getEndOfChartMarkerText()};return t.i18nFormat(n,i,e).replace(/<(\w+)[^>]*?>\s*<\/\1>/g,"")},i.prototype.getLinkedDescription=function(){var t=this.linkedDescriptionElement;return _(t&&t.innerHTML||"")},i.prototype.getLongdescText=function(){var t=this.chart.options,e=t.caption;e=e&&e.text;var n=this.getLinkedDescription();return t.accessibility.description||n||e||""},i.prototype.getTypeDescriptionText=function(){var t=this.chart;return t.types?t.options.accessibility.typeDescription||function(t,e){var n=e[0],i=t.series&&t.series[0]||{};if(i={numSeries:t.series.length,numPoints:i.points&&i.points.length,chart:t,mapTitle:i.mapTitle},!n)return t.langFormat("accessibility.chartTypes.emptyChart",i);if("map"===n)return i.mapTitle?t.langFormat("accessibility.chartTypes.mapTypeDescription",i):t.langFormat("accessibility.chartTypes.unknownMap",i);if(1<t.types.length)return t.langFormat("accessibility.chartTypes.combinationChart",i);e=e[0],n=t.langFormat("accessibility.seriesTypeDescriptions."+e,i);var r=t.series&&2>t.series.length?"Single":"Multiple";return(t.langFormat("accessibility.chartTypes."+e+r,i)||t.langFormat("accessibility.chartTypes.default"+r,i))+(n?" "+n:"")}(t,t.types):""},i.prototype.getDataTableButtonText=function(t){var e=this.chart;return'<button id="'+t+'">'+(e=e.langFormat("accessibility.table.viewAsDataTableButtonText",{chart:e,chartTitle:f(e)}))+"</button>"},i.prototype.getSonifyButtonText=function(t){var e=this.chart;return e.options.sonification&&!1===e.options.sonification.enabled?"":'<button id="'+t+'">'+(e=e.langFormat("accessibility.sonification.playAsSoundButtonText",{chart:e,chartTitle:f(e)}))+"</button>"},i.prototype.getSubtitleText=function(){var t=this.chart.options.subtitle;return _(t&&t.text||"")},i.prototype.getEndOfChartMarkerText=function(){var t=this.chart,e=t.langFormat("accessibility.screenReaderSection.endOfChartMarker",{chart:t});return'<div id="highcharts-end-of-chart-marker-'+t.index+'">'+e+"</div>"},i.prototype.onDataTableCreated=function(t){var e=this.chart;if(e.options.accessibility.enabled){this.viewDataTableButton&&this.viewDataTableButton.setAttribute("aria-expanded","true");var n=t.tree.attributes||{};n.tabindex=-1,n.summary=e.langFormat("accessibility.table.tableSummary",{chart:e}),t.tree.attributes=n}},i.prototype.focusDataTable=function(){var t=this.dataTableDiv;(t=t&&t.getElementsByTagName("table")[0])&&t.focus&&t.focus()},i.prototype.initSonifyButton=function(t){var e=this,n=this.sonifyButton=M(t),i=this.chart,r=function(t){n&&(n.setAttribute("aria-hidden","true"),n.setAttribute("aria-label","")),t.preventDefault(),t.stopPropagation(),t=i.langFormat("accessibility.sonification.playAsSoundClickAnnouncement",{chart:i}),e.announcer.announce(t),setTimeout((function(){n&&(n.removeAttribute("aria-hidden"),n.removeAttribute("aria-label")),i.sonify&&i.sonify()}),1e3)};n&&i&&(n.setAttribute("tabindex",-1),n.onclick=function(t){(i.options.accessibility&&i.options.accessibility.screenReaderSection.onPlayAsSoundClick||r).call(this,t,i)})},i.prototype.initDataTableButton=function(t){var e=this.viewDataTableButton=M(t),n=this.chart;t=t.replace("hc-linkto-",""),e&&(L(e,{tabindex:-1,"aria-expanded":!!M(t)}),e.onclick=n.options.accessibility.screenReaderSection.onViewDataTableClick||function(){n.viewData()})},i.prototype.getAxesDescription=function(){var t=this.chart,e=function(e,n){return 1<(e=t[e]).length||e[0]&&A(e[0].options.accessibility&&e[0].options.accessibility.enabled,n)},n=!!t.types&&0>t.types.indexOf("map"),i=!!t.hasCartesianSeries,r=e("xAxis",!t.angular&&i&&n);return e=e("yAxis",i&&n),n={},r&&(n.xAxis=this.getAxisDescriptionText("xAxis")),e&&(n.yAxis=this.getAxisDescriptionText("yAxis")),n},i.prototype.getAxisDescriptionText=function(t){var e=this.chart,n=e[t];return e.langFormat("accessibility.axis."+t+"Description"+(1<n.length?"Plural":"Singular"),{chart:e,names:n.map((function(t){return h(t)})),ranges:n.map((function(t){return p(t)})),numAxes:n.length})},i.prototype.destroy=function(){this.announcer&&this.announcer.destroy()},i}(e)})),e(t,"Accessibility/Components/MenuComponent.js",[t["Core/Chart/Chart.js"],t["Core/Utilities.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,n,i,r,o){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=e.attr,c=r.getChartTitle,l=r.unhideChartElementFromAT,u=o.getFakeMouseEvent;return function(e){function n(){var t=this.exportSVGElements&&this.exportSVGElements[0];t&&(t=t.element).onclick&&t.onclick(u("click"))}function i(){var t=this.exportDivElements;t&&this.exportContextMenu&&(t.forEach((function(t){t&&"highcharts-menu-item"===t.className&&t.onmouseout&&t.onmouseout(u("mouseout"))})),this.highlightedExportItemIx=0,this.exportContextMenu.hideMenu(),this.container.focus())}function r(t){var e=this.exportDivElements&&this.exportDivElements[t],n=this.exportDivElements&&this.exportDivElements[this.highlightedExportItemIx];if(e&&"LI"===e.tagName&&(!e.children||!e.children.length)){var i=!!(this.renderTo.getElementsByTagName("g")[0]||{}).focus;return e.focus&&i&&e.focus(),n&&n.onmouseout&&n.onmouseout(u("mouseout")),e.onmouseover&&e.onmouseover(u("mouseover")),this.highlightedExportItemIx=t,!0}return!1}function o(){if(this.exportDivElements)for(var t=this.exportDivElements.length;t--;)if(this.highlightExportItem(t))return!0;return!1}var s=[];e.compose=function(e){-1===s.indexOf(e)&&(s.push(e),(e=t.prototype).hideExportMenu=i,e.highlightExportItem=r,e.highlightLastExportItem=o,e.showExportMenu=n)}}((e=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return s(e,t),e.prototype.init=function(){var t=this.chart,e=this;this.addEvent(t,"exportMenuShown",(function(){e.onMenuShown()})),this.addEvent(t,"exportMenuHidden",(function(){e.onMenuHidden()})),this.createProxyGroup()},e.prototype.onMenuHidden=function(){var t=this.chart.exportContextMenu;t&&t.setAttribute("aria-hidden","true"),this.isExportMenuShown=!1,this.setExportButtonExpandedState("false")},e.prototype.onMenuShown=function(){var t=this.chart,e=t.exportContextMenu;e&&(this.addAccessibleContextMenuAttribs(),l(t,e)),this.isExportMenuShown=!0,this.setExportButtonExpandedState("true")},e.prototype.setExportButtonExpandedState=function(t){this.exportButtonProxy&&this.exportButtonProxy.buttonElement.setAttribute("aria-expanded",t)},e.prototype.onChartRender=function(){var t=this.chart,e=t.focusElement,n=t.accessibility;this.proxyProvider.clearGroup("chartMenu"),this.proxyMenuButton(),this.exportButtonProxy&&e&&e===t.exportingGroup&&(e.focusBorder?t.setFocusToElement(e,this.exportButtonProxy.buttonElement):n&&n.keyboardNavigation.tabindexContainer.focus())},e.prototype.proxyMenuButton=function(){var t=this.chart,e=this.proxyProvider,n=t.exportSVGElements&&t.exportSVGElements[0],i=t.options.exporting,r=t.exportSVGElements&&t.exportSVGElements[0];i&&!1!==i.enabled&&i.accessibility&&i.accessibility.enabled&&r&&r.element&&n&&(this.exportButtonProxy=e.addProxyElement("chartMenu",{click:n},{"aria-label":t.langFormat("accessibility.exporting.menuButtonLabel",{chart:t,chartTitle:c(t)}),"aria-expanded":!1}))},e.prototype.createProxyGroup=function(){this.chart&&this.proxyProvider&&this.proxyProvider.addGroup("chartMenu","div")},e.prototype.addAccessibleContextMenuAttribs=function(){var t=this.chart,e=t.exportDivElements;e&&e.length&&(e.forEach((function(t){t&&("LI"!==t.tagName||t.children&&t.children.length?t.setAttribute("aria-hidden","true"):t.setAttribute("tabindex",-1))})),(e=e[0]&&e[0].parentNode)&&a(e,{"aria-hidden":void 0,"aria-label":t.langFormat("accessibility.exporting.chartMenuLabel",{chart:t}),role:"list"}))},e.prototype.getKeyboardNavigation=function(){var t=this.keyCodes,e=this.chart,n=this;return new i(e,{keyCodeMap:[[[t.left,t.up],function(){return n.onKbdPrevious(this)}],[[t.right,t.down],function(){return n.onKbdNext(this)}],[[t.enter,t.space],function(){return n.onKbdClick(this)}]],validate:function(){return!!e.exporting&&!1!==e.options.exporting.enabled&&!1!==e.options.exporting.accessibility.enabled},init:function(){var t=n.exportButtonProxy,i=n.chart.exportingGroup;t&&i&&e.setFocusToElement(i,t.buttonElement)},terminate:function(){e.hideExportMenu()}})},e.prototype.onKbdPrevious=function(t){var e=this.chart,n=e.options.accessibility;t=t.response;for(var i=e.highlightedExportItemIx||0;i--;)if(e.highlightExportItem(i))return t.success;return n.keyboardNavigation.wrapAround?(e.highlightLastExportItem(),t.success):t.prev},e.prototype.onKbdNext=function(t){var e=this.chart,n=e.options.accessibility;t=t.response;for(var i=(e.highlightedExportItemIx||0)+1;i<e.exportDivElements.length;++i)if(e.highlightExportItem(i))return t.success;return n.keyboardNavigation.wrapAround?(e.highlightExportItem(0),t.success):t.next},e.prototype.onKbdClick=function(t){var e=this.chart,n=e.exportDivElements[e.highlightedExportItemIx],i=(e.exportSVGElements&&e.exportSVGElements[0]).element;return this.isExportMenuShown?this.fakeClickEvent(n):(this.fakeClickEvent(i),e.highlightExportItem(0)),t.response.success},e}(n))||(e={})),e})),e(t,"Accessibility/KeyboardNavigation.js",[t["Core/Globals.js"],t["Accessibility/Components/MenuComponent.js"],t["Core/Utilities.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,n,i,r){var o=t.doc,s=t.win,a=n.addEvent,c=n.fireEvent,l=r.getElement;return function(n){function i(){var t=this;c(this,"dismissPopupContent",{},(function(){t.tooltip&&t.tooltip.hide(0),t.hideExportMenu()}))}function r(e){27===(e.which||e.keyCode)&&t.charts&&t.charts.forEach((function(t){t&&t.dismissPopupContent&&t.dismissPopupContent()}))}var s=[];n.compose=function(t){return e.compose(t),-1===s.indexOf(t)&&(s.push(t),t.prototype.dismissPopupContent=i),-1===s.indexOf(o)&&(s.push(o),a(o,"keydown",r)),t}}((n=function(){function t(t,e){this.components=this.chart=void 0,this.currentModuleIx=NaN,this.exitAnchor=this.eventProvider=void 0,this.modules=[],this.tabindexContainer=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var n=this,r=this.eventProvider=new i;this.chart=t,this.components=e,this.modules=[],this.currentModuleIx=0,this.update(),r.addEvent(this.tabindexContainer,"keydown",(function(t){return n.onKeydown(t)})),r.addEvent(this.tabindexContainer,"focus",(function(t){return n.onFocus(t)})),["mouseup","touchend"].forEach((function(t){return r.addEvent(o,t,(function(){return n.onMouseUp()}))})),["mousedown","touchstart"].forEach((function(e){return r.addEvent(t.renderTo,e,(function(){n.isClickingChart=!0}))})),r.addEvent(t.renderTo,"mouseover",(function(){n.pointerIsOverChart=!0})),r.addEvent(t.renderTo,"mouseout",(function(){n.pointerIsOverChart=!1}))},t.prototype.update=function(t){var e=this.chart.options.accessibility;e=e&&e.keyboardNavigation;var n=this.components;this.updateContainerTabindex(),e&&e.enabled&&t&&t.length?(this.modules=t.reduce((function(t,e){return e=n[e].getKeyboardNavigation(),t.concat(e)}),[]),this.updateExitAnchor()):(this.modules=[],this.currentModuleIx=0,this.removeExitAnchor())},t.prototype.onFocus=function(t){var e=this.chart;t=t.relatedTarget&&e.container.contains(t.relatedTarget),this.exiting||this.tabbingInBackwards||this.isClickingChart||t||!this.modules[0]||this.modules[0].init(1),this.exiting=!1},t.prototype.onMouseUp=function(){if(delete this.isClickingChart,!this.keyboardReset&&!this.pointerIsOverChart){var t=this.chart,e=this.modules&&this.modules[this.currentModuleIx||0];e&&e.terminate&&e.terminate(),t.focusElement&&t.focusElement.removeFocusBorder(),this.currentModuleIx=0,this.keyboardReset=!0}},t.prototype.onKeydown=function(t){t=t||s.event;var e,n=this.modules&&this.modules.length&&this.modules[this.currentModuleIx];if(this.exiting=this.keyboardReset=!1,n){var i=n.run(t);i===n.response.success?e=!0:i===n.response.prev?e=this.prev():i===n.response.next&&(e=this.next()),e&&(t.preventDefault(),t.stopPropagation())}},t.prototype.prev=function(){return this.move(-1)},t.prototype.next=function(){return this.move(1)},t.prototype.move=function(t){var e=this.modules&&this.modules[this.currentModuleIx];if(e&&e.terminate&&e.terminate(t),this.chart.focusElement&&this.chart.focusElement.removeFocusBorder(),this.currentModuleIx+=t,e=this.modules&&this.modules[this.currentModuleIx]){if(e.validate&&!e.validate())return this.move(t);if(e.init)return e.init(t),!0}return this.currentModuleIx=0,this.exiting=!0,0<t?this.exitAnchor.focus():this.tabindexContainer.focus(),!1},t.prototype.updateExitAnchor=function(){var t=l("highcharts-end-of-chart-marker-"+this.chart.index);this.removeExitAnchor(),t?(this.makeElementAnExitAnchor(t),this.exitAnchor=t):this.createExitAnchor()},t.prototype.updateContainerTabindex=function(){var t=this.chart.options.accessibility;t=!((t=t&&t.keyboardNavigation)&&!1===t.enabled);var e=this.chart,n=e.container;e.renderTo.hasAttribute("tabindex")&&(n.removeAttribute("tabindex"),n=e.renderTo),this.tabindexContainer=n;var i=n.getAttribute("tabindex");t&&!i?n.setAttribute("tabindex","0"):t||e.container.removeAttribute("tabindex")},t.prototype.makeElementAnExitAnchor=function(t){var e=this.tabindexContainer.getAttribute("tabindex")||0;t.setAttribute("class","highcharts-exit-anchor"),t.setAttribute("tabindex",e),t.setAttribute("aria-hidden",!1),this.addExitAnchorEventsToEl(t)},t.prototype.createExitAnchor=function(){var t=this.chart,e=this.exitAnchor=o.createElement("div");t.renderTo.appendChild(e),this.makeElementAnExitAnchor(e)},t.prototype.removeExitAnchor=function(){this.exitAnchor&&this.exitAnchor.parentNode&&(this.exitAnchor.parentNode.removeChild(this.exitAnchor),delete this.exitAnchor)},t.prototype.addExitAnchorEventsToEl=function(t){var e=this.chart,n=this;this.eventProvider.addEvent(t,"focus",(function(t){(t=t||s.event).relatedTarget&&e.container.contains(t.relatedTarget)||n.exiting?n.exiting=!1:(n.tabbingInBackwards=!0,n.tabindexContainer.focus(),delete n.tabbingInBackwards,t.preventDefault(),n.modules&&n.modules.length&&(n.currentModuleIx=n.modules.length-1,(t=n.modules[n.currentModuleIx])&&t.validate&&!t.validate()?n.prev():t&&t.init(-1)))}))},t.prototype.destroy=function(){this.removeExitAnchor(),this.eventProvider.removeAddedEvents(),this.chart.container.removeAttribute("tabindex")},t}())||(n={})),n})),e(t,"Accessibility/Components/LegendComponent.js",[t["Core/Animation/AnimationUtilities.js"],t["Core/Globals.js"],t["Core/Legend/Legend.js"],t["Core/Utilities.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,n,i,r,o,s,a){function c(t){var e=t.legend&&t.legend.allItems,n=t.options.legend.accessibility||{};return!(!e||!e.length||t.colorAxis&&t.colorAxis.length||!1===n.enabled)}var l=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),u=t.animObject,d=i.addEvent,h=i.fireEvent,p=i.isNumber,f=i.pick,m=i.syncTimeout,g=s.getChartTitle,y=a.stripHTMLTagsFromString,b=a.addClass,M=a.removeClass;return function(t){function e(t){var e=this.legend.allItems,n=this.accessibility&&this.accessibility.components.legend.highlightedLegendItemIx,i=e[t];return!!i&&(p(n)&&e[n]&&h(e[n].legendGroup.element,"mouseout"),t=(e=this.legend).allItems[t].pageIx,n=e.currentPage,void 0!==t&&t+1!==n&&e.scroll(1+t-n),t=i.legendItem,e=i.a11yProxyElement&&i.a11yProxyElement.buttonElement,t&&t.element&&e&&this.setFocusToElement(t,e),i.legendGroup&&h(i.legendGroup.element,"mouseover"),!0)}function n(t){var e=t.item;this.chart.options.accessibility.enabled&&e&&e.a11yProxyElement&&e.a11yProxyElement.buttonElement.setAttribute("aria-pressed",t.visible?"true":"false")}var i=[];t.compose=function(t,r){-1===i.indexOf(t)&&(i.push(t),t.prototype.highlightLegendItem=e),-1===i.indexOf(r)&&(i.push(r),d(r,"afterColorizeItem",n))}}((t=function(t){function i(){var e=null!==t&&t.apply(this,arguments)||this;return e.highlightedLegendItemIx=NaN,e}return l(i,t),i.prototype.init=function(){var t=this;this.recreateProxies(),this.addEvent(n,"afterScroll",(function(){this.chart===t.chart&&(t.proxyProvider.updateGroupProxyElementPositions("legend"),t.updateLegendItemProxyVisibility(),-1<t.highlightedLegendItemIx&&this.chart.highlightLegendItem(t.highlightedLegendItemIx))})),this.addEvent(n,"afterPositionItem",(function(e){this.chart===t.chart&&this.chart.renderer&&t.updateProxyPositionForItem(e.item)})),this.addEvent(n,"afterRender",(function(){this.chart===t.chart&&this.chart.renderer&&t.recreateProxies()&&m((function(){return t.proxyProvider.updateGroupProxyElementPositions("legend")}),u(f(this.chart.renderer.globalAnimation,!0)).duration)}))},i.prototype.updateLegendItemProxyVisibility=function(){var t=this.chart,e=t.legend,n=e.currentPage||1,i=e.clipHeight||0;(e.allItems||[]).forEach((function(r){if(r.a11yProxyElement){var o=r.a11yProxyElement.element,s=!1;if(e.pages&&e.pages.length)s=r.pageIx||0,s=(r._legendItemPos?r._legendItemPos[1]:0)+(r=r.legendItem?Math.round(r.legendItem.getBBox().height):0)-e.pages[s]>i||s!==n-1;s?t.styledMode?b(o,"highcharts-a11y-invisible"):o.style.visibility="hidden":(M(o,"highcharts-a11y-invisible"),o.style.visibility="")}}))},i.prototype.onChartRender=function(){c(this.chart)||this.removeProxies()},i.prototype.highlightAdjacentLegendPage=function(t){var e=this.chart,n=e.legend;t=(n.currentPage||1)+t;var i=n.pages||[];if(0<t&&t<=i.length){i=n.allItems.length;for(var r=0;r<i;++r)if(n.allItems[r].pageIx+1===t){e.highlightLegendItem(r)&&(this.highlightedLegendItemIx=r);break}}},i.prototype.updateProxyPositionForItem=function(t){t.a11yProxyElement&&t.a11yProxyElement.refreshPosition()},i.prototype.recreateProxies=function(){return this.removeProxies(),!!c(this.chart)&&(this.addLegendProxyGroup(),this.proxyLegendItems(),this.updateLegendItemProxyVisibility(),this.updateLegendTitle(),!0)},i.prototype.removeProxies=function(){this.proxyProvider.removeGroup("legend")},i.prototype.updateLegendTitle=function(){var t=this.chart,e=y((t.legend&&t.legend.options.title&&t.legend.options.title.text||"").replace(/<br ?\/?>/g," "));t=t.langFormat("accessibility.legend.legendLabel"+(e?"":"NoTitle"),{chart:t,legendTitle:e,chartTitle:g(t)}),this.proxyProvider.updateGroupAttrs("legend",{"aria-label":t})},i.prototype.addLegendProxyGroup=function(){this.proxyProvider.addGroup("legend","ul",{"aria-label":"_placeholder_",role:"all"===this.chart.options.accessibility.landmarkVerbosity?"region":null})},i.prototype.proxyLegendItems=function(){var t=this;(this.chart.legend&&this.chart.legend.allItems||[]).forEach((function(e){e.legendItem&&e.legendItem.element&&t.proxyLegendItem(e)}))},i.prototype.proxyLegendItem=function(t){if(t.legendItem&&t.legendGroup){var e=this.chart.langFormat("accessibility.legend.legendItem",{chart:this.chart,itemName:y(t.name),item:t});t.a11yProxyElement=this.proxyProvider.addProxyElement("legend",{click:t.legendItem,visual:(t.legendGroup.div?t.legendItem:t.legendGroup).element},{tabindex:-1,"aria-pressed":t.visible,"aria-label":e})}},i.prototype.getKeyboardNavigation=function(){var t=this.keyCodes,n=this,i=this.chart;return new o(i,{keyCodeMap:[[[t.left,t.right,t.up,t.down],function(t){return n.onKbdArrowKey(this,t)}],[[t.enter,t.space],function(i){return e.isFirefox&&i===t.space?this.response.success:n.onKbdClick(this)}],[[t.pageDown,t.pageUp],function(e){return n.highlightAdjacentLegendPage(e===t.pageDown?1:-1),this.response.success}]],validate:function(){return n.shouldHaveLegendNavigation()},init:function(t){return n.onKbdNavigationInit(t)},terminate:function(){n.highlightedLegendItemIx=-1,i.legend.allItems.forEach((function(t){return t.setState("",!0)}))}})},i.prototype.onKbdArrowKey=function(t,e){var n=this.keyCodes,i=t.response,r=this.chart,o=r.options.accessibility,s=r.legend.allItems.length;return e=e===n.left||e===n.up?-1:1,r.highlightLegendItem(this.highlightedLegendItemIx+e)?(this.highlightedLegendItemIx+=e,i.success):1<s&&o.keyboardNavigation.wrapAround?(t.init(e),i.success):i[0<e?"next":"prev"]},i.prototype.onKbdClick=function(t){var e=this.chart.legend.allItems[this.highlightedLegendItemIx];return e&&e.a11yProxyElement&&e.a11yProxyElement.click(),t.response.success},i.prototype.shouldHaveLegendNavigation=function(){var t=this.chart,e=t.colorAxis&&t.colorAxis.length,n=(t.options.legend||{}).accessibility||{};return!!(t.legend&&t.legend.allItems&&t.legend.display&&!e&&n.enabled&&n.keyboardNavigation&&n.keyboardNavigation.enabled)},i.prototype.onKbdNavigationInit=function(t){var e=this.chart,n=e.legend.allItems.length-1;t=0<t?0:n,e.highlightLegendItem(t),this.highlightedLegendItemIx=t},i}(r))||(t={})),t})),e(t,"Accessibility/Components/SeriesComponent/SeriesDescriber.js",[t["Accessibility/Components/AnnotationsA11y.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/FormatUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){function o(t){var e=t.index;return t.series&&t.series.data&&A(e)&&_(t.series.data,(function(t){return!!(t&&void 0!==t.index&&t.index>e&&t.graphic&&t.graphic.element)}))||null}function s(t){var e=t.chart.options.accessibility.series.pointDescriptionEnabledThreshold;return!!(!1!==e&&t.points&&t.points.length>=e)}function a(t,e){var n=t.series,i=n.chart;t=i.options.accessibility.point||{};var r=n.options.accessibility&&n.options.accessibility.point||{};return n=n.tooltipOptions||{},i=i.options.lang,x(e)?b(e,r.valueDecimals||t.valueDecimals||n.valueDecimals||-1,i.decimalPoint,i.accessibility.thousandsSep||i.thousandsSep):e}function c(t,e){return t.chart.langFormat("accessibility.series."+e+"Description",{name:p(t[e]),series:t})}function l(t){var e=t.series,n=e.chart,i=t.series,r=i.chart,o=i.options.accessibility;if(o=o&&o.point&&o.point.valueDescriptionFormat||r.options.accessibility.point.valueDescriptionFormat,i=L(i.xAxis&&i.xAxis.options.accessibility&&i.xAxis.options.accessibility.enabled,!r.angular)){var s=t.series,c=s.chart,l=s.options.accessibility&&s.options.accessibility.point||{},u=c.options.accessibility.point||{};(s=s.xAxis&&s.xAxis.dateTime)?(s=s.getXDateFormat(t.x||0,c.options.tooltip.dateTimeLabelFormats),l=l.dateFormatter&&l.dateFormatter(t)||u.dateFormatter&&u.dateFormatter(t)||l.dateFormat||u.dateFormat||s,c=c.time.dateFormat(l,t.x||0,void 0)):c=void 0,l=(t.series.xAxis||{}).categories&&A(t.category)&&(""+t.category).replace("<br/>"," "),u=t.id&&0>t.id.indexOf("highcharts-"),s="x, "+t.x,c=t.name||c||l||(u?t.id:s)}else c="";l=A(t.index)?t.index+1:"";var d=(u=t.series).chart.options.accessibility.point||{},p=u.chart.options.accessibility&&u.chart.options.accessibility.point||{},f=u.tooltipOptions||{};return s=p.valuePrefix||d.valuePrefix||f.valuePrefix||"",d=p.valueSuffix||d.valueSuffix||f.valueSuffix||"",p=a(t,t[void 0!==t.value?"value":"y"]),u=t.isNull?u.chart.langFormat("accessibility.series.nullPointValue",{point:t}):u.pointArrayMap?function(t,e,n){var i=e||"",r=n||"";return t.series.pointArrayMap.reduce((function(e,n){e+=e.length?", ":"";var o=a(t,L(t[n],t.options[n]));return e+(n+": ")+i+o+r}),"")}(t,s,d):s+p+d,r=y(o,{point:t,index:l,xDescription:c,value:u,separator:i?", ":""},r),o=(o=t.options&&t.options.accessibility&&t.options.accessibility.description)?" "+o:"",e=1<n.series.length&&e.name?" "+e.name+".":"",n=t.series.chart,c={point:t,annotations:i=h(t)},n=i.length?n.langFormat("accessibility.series.pointAnnotationsDescription",c):"",t.accessibility=t.accessibility||{},t.accessibility.valueDescription=r,r+o+e+(n?" "+n:"")}function u(t){var e=function(t){var e=t.options.accessibility||{};return!s(t)&&!e.exposeAsGroupOnly}(t),n=function(t){var e=t.chart.options.accessibility.keyboardNavigation.seriesNavigation;return!(!t.points||!(t.points.length<e.pointNavigationEnabledThreshold||!1===e.pointNavigationEnabledThreshold))}(t);(e||n)&&t.points.forEach((function(n){var i;if(!(i=n.graphic&&n.graphic.element)&&(i=n.series&&n.series.is("sunburst"),i=n.isNull&&!i)){var r=n.series,s=o(n);r=(i=s&&s.graphic)?i.parentGroup:r.graph||r.group,s=s?{x:L(n.plotX,s.plotX,0),y:L(n.plotY,s.plotY,0)}:{x:L(n.plotX,0),y:L(n.plotY,0)},(s=n.series.chart.renderer.rect(s.x,s.y,1,1)).attr({class:"highcharts-a11y-dummy-point",fill:"none",opacity:0,"fill-opacity":0,"stroke-opacity":0}),r&&r.element?(n.graphic=s,n.hasDummyGraphic=!0,s.add(r),r.element.insertBefore(s.element,i?i.element:null),i=s.element):i=void 0}r=n.options&&n.options.accessibility&&!1===n.options.accessibility.enabled,i&&(i.setAttribute("tabindex","-1"),t.chart.styledMode||(i.style.outline="none"),e&&!r?(r=(s=n.series).chart.options.accessibility.point||{},s=s.options.accessibility&&s.options.accessibility.point||{},n=v(s.descriptionFormatter&&s.descriptionFormatter(n)||r.descriptionFormatter&&r.descriptionFormatter(n)||l(n)),i.setAttribute("role","img"),i.setAttribute("aria-label",n)):i.setAttribute("aria-hidden",!0))}))}function d(t){var e=t.chart,n=e.types||[],i=function(t){var e=(t.options.accessibility||{}).description;return e&&t.chart.langFormat("accessibility.series.description",{description:e,series:t})||""}(t),r=function(n){return e[n]&&1<e[n].length&&t[n]},o=c(t,"xAxis"),s=c(t,"yAxis"),a={name:t.name||"",ix:t.index+1,numSeries:e.series&&e.series.length,numPoints:t.points&&t.points.length,series:t};return n=1<n.length?"Combination":"",(e.langFormat("accessibility.series.summary."+t.type+n,a)||e.langFormat("accessibility.series.summary.default"+n,a))+(i?" "+i:"")+(r("yAxis")?" "+s:"")+(r("xAxis")?" "+o:"")}var h=t.getPointAnnotationTexts,p=e.getAxisDescription,f=e.getSeriesFirstPointElement,m=e.getSeriesA11yElement,g=e.unhideChartElementFromAT,y=n.format,b=n.numberFormat,M=i.reverseChildNodes,v=i.stripHTMLTagsFromString,_=r.find,x=r.isNumber,L=r.pick,A=r.defined;return{defaultPointDescriptionFormatter:l,defaultSeriesDescriptionFormatter:d,describeSeries:function(t){var e=t.chart,n=f(t),i=m(t),r=e.is3d&&e.is3d();if(i){i.lastChild!==n||r||M(i),u(t),g(e,i),e=(r=t.chart).options.chart,n=1<r.series.length,r=r.options.accessibility.series.describeSingleSeries;var o=(t.options.accessibility||{}).exposeAsGroupOnly;e.options3d&&e.options3d.enabled&&n||!(n||r||o||s(t))?i.setAttribute("aria-label",""):(n=(e=t.chart.options.accessibility).landmarkVerbosity,(t.options.accessibility||{}).exposeAsGroupOnly?i.setAttribute("role","img"):"all"===n&&i.setAttribute("role","region"),i.setAttribute("tabindex","-1"),t.chart.styledMode||(i.style.outline="none"),i.setAttribute("aria-label",v(e.series.descriptionFormatter&&e.series.descriptionFormatter(t)||d(t))))}}}})),e(t,"Accessibility/Components/SeriesComponent/NewDataAnnouncer.js",[t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/Utils/Announcer.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Components/SeriesComponent/SeriesDescriber.js"]],(function(t,e,n,i,r,o){var s=e.addEvent,a=e.defined,c=i.getChartTitle,l=o.defaultPointDescriptionFormatter,u=o.defaultSeriesDescriptionFormatter;return function(t){function e(t){var e=this.chart,n=this.newDataAnnouncer;n&&n.chart===e&&e.options.accessibility.announceNewData.enabled&&(n.dirty.newPoint=a(n.dirty.newPoint)?void 0:t.point)}function n(){var t=this.chart,e=this.newDataAnnouncer;e&&e.chart===t&&t.options.accessibility.announceNewData.enabled&&(e.dirty.hasDirty=!0,e.dirty.allSeries[this.name+this.index]=this)}t.composedClasses=[],t.compose=function(i){-1===t.composedClasses.indexOf(i)&&(t.composedClasses.push(i),s(i,"addPoint",e),s(i,"updatedData",n))}}((e=function(){function e(t){this.announcer=void 0,this.dirty={allSeries:{}},this.eventProvider=void 0,this.lastAnnouncementTime=0,this.chart=t}return e.prototype.init=function(){var t=this.chart,e=t.options.accessibility.announceNewData.interruptUser?"assertive":"polite";this.lastAnnouncementTime=0,this.dirty={allSeries:{}},this.eventProvider=new r,this.announcer=new n(t,e),this.addEventListeners()},e.prototype.destroy=function(){this.eventProvider.removeAddedEvents(),this.announcer.destroy()},e.prototype.addEventListeners=function(){var t=this,e=this.chart,n=this.eventProvider;n.addEvent(e,"afterDrilldown",(function(){t.lastAnnouncementTime=0})),n.addEvent(e,"afterAddSeries",(function(e){t.onSeriesAdded(e.series)})),n.addEvent(e,"redraw",(function(){t.announceDirtyData()}))},e.prototype.onSeriesAdded=function(t){this.chart.options.accessibility.announceNewData.enabled&&(this.dirty.hasDirty=!0,this.dirty.allSeries[t.name+t.index]=t,this.dirty.newSeries=a(this.dirty.newSeries)?void 0:t)},e.prototype.announceDirtyData=function(){var t=this;if(this.chart.options.accessibility.announceNewData&&this.dirty.hasDirty){var e=this.dirty.newPoint;e&&(e=function(t){var e=t.series.data.filter((function(e){return t.x===e.x&&t.y===e.y}));return 1===e.length?e[0]:t}(e)),this.queueAnnouncement(Object.keys(this.dirty.allSeries).map((function(e){return t.dirty.allSeries[e]})),this.dirty.newSeries,e),this.dirty={allSeries:{}}}},e.prototype.queueAnnouncement=function(t,e,n){var i=this,r=this.chart.options.accessibility.announceNewData;if(r.enabled){var o=+new Date;r=Math.max(0,r.minAnnounceInterval-(o-this.lastAnnouncementTime)),t=function(t,e){var n=(t||[]).concat(e||[]).reduce((function(t,e){return t[e.name+e.index]=e,t}),{});return Object.keys(n).map((function(t){return n[t]}))}(this.queuedAnnouncement&&this.queuedAnnouncement.series,t),(e=this.buildAnnouncementMessage(t,e,n))&&(this.queuedAnnouncement&&clearTimeout(this.queuedAnnouncementTimer),this.queuedAnnouncement={time:o,message:e,series:t},this.queuedAnnouncementTimer=setTimeout((function(){i&&i.announcer&&(i.lastAnnouncementTime=+new Date,i.announcer.announce(i.queuedAnnouncement.message),delete i.queuedAnnouncement,delete i.queuedAnnouncementTimer)}),r))}},e.prototype.buildAnnouncementMessage=function(e,n,i){var r=this.chart,o=r.options.accessibility.announceNewData;return o.announcementFormatter&&!1!==(e=o.announcementFormatter(e,n,i))?e.length?e:null:(e=t.charts&&1<t.charts.length?"Multiple":"Single",e=n?"newSeriesAnnounce"+e:i?"newPointAnnounce"+e:"newDataAnnounce",o=c(r),r.langFormat("accessibility.announceNewData."+e,{chartTitle:o,seriesDesc:n?u(n):null,pointDesc:i?l(i):null,point:i,series:n}))},e}())||(e={})),e})),e(t,"Accessibility/ProxyElement.js",[t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"]],(function(t,e,n,i,r){var o=t.doc,s=e.attr,a=e.css,c=e.merge,l=i.fireEventOnWrappedOrUnwrappedElement,u=r.cloneMouseEvent,d=r.cloneTouchEvent,h=r.getFakeMouseEvent,p=r.removeElement;return function(){function t(t,e,i,r){this.chart=t,this.target=e,this.groupType=i,i="ul"===i,this.eventProvider=new n;var s=i?o.createElement("li"):null,a=this.buttonElement=o.createElement("button");t.styledMode||this.hideButtonVisually(a),s?(i&&!t.styledMode&&(s.style.listStyle="none"),s.appendChild(a),this.element=s):this.element=a,this.updateTarget(e,r)}return t.prototype.click=function(){var t=this.getTargetPosition();t.x+=t.width/2,t.y+=t.height/2,t=h("click",t),l(this.target.click,t)},t.prototype.updateTarget=function(t,e){this.target=t,this.updateCSSClassName(),s(this.buttonElement,c({"aria-label":this.getTargetAttr(t.click,"aria-label")},e)),this.eventProvider.removeAddedEvents(),this.addProxyEventsToButton(this.buttonElement,t.click),this.refreshPosition()},t.prototype.refreshPosition=function(){var t=this.getTargetPosition();a(this.buttonElement,{width:(t.width||1)+"px",height:(t.height||1)+"px",left:(Math.round(t.x)||0)+"px",top:(Math.round(t.y)||0)+"px"})},t.prototype.remove=function(){this.eventProvider.removeAddedEvents(),p(this.element)},t.prototype.updateCSSClassName=function(){var t=this.chart.legend;t=-1<((t=t.group&&t.group.div)&&t.className||"").indexOf("highcharts-no-tooltip");var e=-1<(this.getTargetAttr(this.target.click,"class")||"").indexOf("highcharts-no-tooltip");this.buttonElement.className=t||e?"highcharts-a11y-proxy-button highcharts-no-tooltip":"highcharts-a11y-proxy-button"},t.prototype.addProxyEventsToButton=function(t,e){var n=this;"click touchstart touchend touchcancel touchmove mouseover mouseenter mouseleave mouseout".split(" ").forEach((function(i){var r=0===i.indexOf("touch");n.eventProvider.addEvent(t,i,(function(t){var n=r?d(t):u(t);e&&l(e,n),t.stopPropagation(),r||t.preventDefault()}),{passive:!1})}))},t.prototype.hideButtonVisually=function(t){a(t,{borderWidth:0,backgroundColor:"transparent",cursor:"pointer",outline:"none",opacity:.001,filter:"alpha(opacity=1)",zIndex:999,overflow:"hidden",padding:0,margin:0,display:"block",position:"absolute","-ms-filter":"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"})},t.prototype.getTargetPosition=function(){var t=this.target.click;t=t.element?t.element:t;var e=this.target.visual||t;return(t=this.chart.renderTo)&&e&&e.getBoundingClientRect?(e=e.getBoundingClientRect(),t=t.getBoundingClientRect(),{x:e.left-t.left,y:e.top-t.top,width:e.right-e.left,height:e.bottom-e.top}):{x:0,y:0,width:1,height:1}},t.prototype.getTargetAttr=function(t,e){return t.element?t.element.getAttribute(e):t.getAttribute(e)},t}()})),e(t,"Accessibility/ProxyProvider.js",[t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/DOMElementProvider.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Accessibility/ProxyElement.js"]],(function(t,e,n,i,r,o){var s=t.doc,a=e.attr,c=e.css,l=n.unhideChartElementFromAT,u=r.removeElement,d=r.removeChildNodes;return function(){function t(t){this.chart=t,this.domElementProvider=new i,this.groups={},this.groupOrder=[],this.beforeChartProxyPosContainer=this.createProxyPosContainer("before"),this.afterChartProxyPosContainer=this.createProxyPosContainer("after"),this.update()}return t.prototype.addProxyElement=function(t,e,n){var i=this.groups[t];if(!i)throw Error("ProxyProvider.addProxyElement: Invalid group key "+t);return t=new o(this.chart,e,i.type,n),i.proxyContainerElement.appendChild(t.element),i.proxyElements.push(t),t},t.prototype.addGroup=function(t,e,n){if(!this.groups[t]){var i=this.domElementProvider.createElement(e);if(n&&n.role&&"div"!==e){var r=this.domElementProvider.createElement("div");r.appendChild(i)}else r=i;r.className="highcharts-a11y-proxy-group highcharts-a11y-proxy-group-"+t.replace(/\W/g,"-"),this.groups[t]={proxyContainerElement:i,groupElement:r,type:e,proxyElements:[]},a(r,n||{}),"ul"===e&&i.setAttribute("role","list"),this.afterChartProxyPosContainer.appendChild(r),this.updateGroupOrder(this.groupOrder)}},t.prototype.updateGroupAttrs=function(t,e){var n=this.groups[t];if(!n)throw Error("ProxyProvider.updateGroupAttrs: Invalid group key "+t);a(n.groupElement,e)},t.prototype.updateGroupOrder=function(t){var e=this;if(this.groupOrder=t.slice(),!this.isDOMOrderGroupOrder()){var n=t.indexOf("series"),i=-1<n?t.slice(0,n):t,r=-1<n?t.slice(n+1):[];t=s.activeElement,["before","after"].forEach((function(t){var n=e["before"===t?"beforeChartProxyPosContainer":"afterChartProxyPosContainer"];t="before"===t?i:r,d(n),t.forEach((function(t){(t=e.groups[t])&&n.appendChild(t.groupElement)}))})),(this.beforeChartProxyPosContainer.contains(t)||this.afterChartProxyPosContainer.contains(t))&&t&&t.focus&&t.focus()}},t.prototype.clearGroup=function(t){var e=this.groups[t];if(!e)throw Error("ProxyProvider.clearGroup: Invalid group key "+t);d(e.proxyContainerElement)},t.prototype.removeGroup=function(t){var e=this.groups[t];e&&(u(e.groupElement),delete this.groups[t])},t.prototype.update=function(){this.updatePosContainerPositions(),this.updateGroupOrder(this.groupOrder),this.updateProxyElementPositions()},t.prototype.updateProxyElementPositions=function(){Object.keys(this.groups).forEach(this.updateGroupProxyElementPositions.bind(this))},t.prototype.updateGroupProxyElementPositions=function(t){(t=this.groups[t])&&t.proxyElements.forEach((function(t){return t.refreshPosition()}))},t.prototype.destroy=function(){this.domElementProvider.destroyCreatedElements()},t.prototype.createProxyPosContainer=function(t){var e=this.domElementProvider.createElement("div");return e.setAttribute("aria-hidden","false"),e.className="highcharts-a11y-proxy-container"+(t?"-"+t:""),c(e,{top:"0",left:"0"}),this.chart.styledMode||(e.style.whiteSpace="nowrap",e.style.position="absolute"),e},t.prototype.getCurrentGroupOrderInDOM=function(){var t=this,e=function(e){var n=[];e=e.children;for(var i=0;i<e.length;++i){t:{for(var r=e[i],o=Object.keys(t.groups),s=o.length;s--;){var a=o[s],c=t.groups[a];if(c&&r===c.groupElement){r=a;break t}}r=void 0}r&&n.push(r)}return n},n=e(this.beforeChartProxyPosContainer);return e=e(this.afterChartProxyPosContainer),n.push("series"),n.concat(e)},t.prototype.isDOMOrderGroupOrder=function(){var t=this,e=this.getCurrentGroupOrderInDOM(),n=this.groupOrder.filter((function(e){return"series"===e||!!t.groups[e]})),i=e.length;if(i!==n.length)return!1;for(;i--;)if(e[i]!==n[i])return!1;return!0},t.prototype.updatePosContainerPositions=function(){var t=this.chart,e=t.renderer.box;t.container.insertBefore(this.afterChartProxyPosContainer,e.nextSibling),t.container.insertBefore(this.beforeChartProxyPosContainer,e),l(this.chart,this.afterChartProxyPosContainer),l(this.chart,this.beforeChartProxyPosContainer)},t}()})),e(t,"Extensions/RangeSelector.js",[t["Core/Axis/Axis.js"],t["Core/Chart/Chart.js"],t["Core/Globals.js"],t["Core/DefaultOptions.js"],t["Core/Renderer/SVG/SVGElement.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o){var s=i.defaultOptions,a=o.addEvent,c=o.createElement,l=o.css,u=o.defined,d=o.destroyObjectProperties,h=o.discardElement,p=o.extend,f=o.find,m=o.fireEvent,g=o.isNumber,y=o.merge,b=o.objectEach,M=o.pad,v=o.pick,_=o.pInt,x=o.splat;p(s,{rangeSelector:{allButtonsEnabled:!1,buttons:void 0,buttonSpacing:5,dropdown:"responsive",enabled:void 0,verticalAlign:"top",buttonTheme:{width:28,height:18,padding:2,zIndex:7},floating:!1,x:0,y:0,height:void 0,inputBoxBorderColor:"none",inputBoxHeight:17,inputBoxWidth:void 0,inputDateFormat:"%b %e, %Y",inputDateParser:void 0,inputEditDateFormat:"%Y-%m-%d",inputEnabled:!0,inputPosition:{align:"right",x:0,y:0},inputSpacing:5,selected:void 0,buttonPosition:{align:"left",x:0,y:0},inputStyle:{color:"#335cad",cursor:"pointer"},labelStyle:{color:"#666666"}}}),p(s.lang,{rangeSelectorZoom:"Zoom",rangeSelectorFrom:"",rangeSelectorTo:"→"});var L=function(){function e(t){this.buttons=void 0,this.buttonOptions=e.prototype.defaultButtons,this.initialButtonGroupWidth=0,this.options=void 0,this.chart=t,this.init(t)}return e.prototype.clickButton=function(e,n){var i=this.chart,r=this.buttonOptions[e],o=i.xAxis[0],s=i.scroller&&i.scroller.getUnionExtremes()||o||{},c=s.dataMin,l=s.dataMax,d=o&&Math.round(Math.min(o.max,v(l,o.max))),h=r.type;s=r._range;var p,f=r.dataGrouping;if(null!==c&&null!==l){if(i.fixedRange=s,this.setSelected(e),f&&(this.forcedDataGrouping=!0,t.prototype.setDataGrouping.call(o||{chart:this.chart},f,!1),this.frozenStates=r.preserveDataGrouping),"month"===h||"year"===h)if(o){h={range:r,max:d,chart:i,dataMin:c,dataMax:l};var y=o.minFromRange.call(h);g(h.newMax)&&(d=h.newMax)}else s=r;else if(s)y=Math.max(d-s,c),d=Math.min(y+s,l);else if("ytd"===h){if(!o)return void(this.deferredYTDClick=e);void 0===l&&(c=Number.MAX_VALUE,l=Number.MIN_VALUE,i.series.forEach((function(t){t=t.xData,c=Math.min(t[0],c),l=Math.max(t[t.length-1],l)})),n=!1),y=p=(d=this.getYTDExtremes(l,c,i.time.useUTC)).min,d=d.max}else"all"===h&&o&&(i.navigator&&i.navigator.baseSeries[0]&&(i.navigator.baseSeries[0].xAxis.options.range=void 0),y=c,d=l);if(u(y)&&(y+=r._offsetMin),u(d)&&(d+=r._offsetMax),this.dropdown&&(this.dropdown.selectedIndex=e+1),o)o.setExtremes(y,d,v(n,!0),void 0,{trigger:"rangeSelectorButton",rangeSelectorButton:r});else{var b=x(i.options.xAxis)[0],M=b.range;b.range=s;var _=b.min;b.min=p,a(i,"load",(function(){b.range=M,b.min=_}))}m(this,"afterBtnClick")}},e.prototype.setSelected=function(t){this.selected=this.options.selected=t},e.prototype.init=function(t){var e=this,n=t.options.rangeSelector,i=n.buttons||e.defaultButtons.slice(),r=n.selected,o=function(){var t=e.minInput,n=e.maxInput;t&&t.blur&&m(t,"blur"),n&&n.blur&&m(n,"blur")};e.chart=t,e.options=n,e.buttons=[],e.buttonOptions=i,this.eventsToUnbind=[],this.eventsToUnbind.push(a(t.container,"mousedown",o)),this.eventsToUnbind.push(a(t,"resize",o)),i.forEach(e.computeButtonRange),void 0!==r&&i[r]&&this.clickButton(r,!1),this.eventsToUnbind.push(a(t,"load",(function(){t.xAxis&&t.xAxis[0]&&a(t.xAxis[0],"setExtremes",(function(n){this.max-this.min!==t.fixedRange&&"rangeSelectorButton"!==n.trigger&&"updatedData"!==n.trigger&&e.forcedDataGrouping&&!e.frozenStates&&this.setDataGrouping(!1,!1)}))})))},e.prototype.updateButtonStates=function(){var t=this,e=this.chart,n=this.dropdown,i=e.xAxis[0],r=Math.round(i.max-i.min),o=!i.hasVisibleSeries,s=e.scroller&&e.scroller.getUnionExtremes()||i,a=s.dataMin,c=s.dataMax,l=(e=t.getYTDExtremes(c,a,e.time.useUTC)).min,u=e.max,d=t.selected,h=g(d),p=t.options.allButtonsEnabled,f=t.buttons;t.buttonOptions.forEach((function(e,s){var m=e._range,g=e.type,y=e.count||1,b=f[s],M=0,v=e._offsetMax-e._offsetMin;e=s===d;var _=m>c-a,x=m<i.minRange,L=!1,A=!1;m=m===r,("month"===g||"year"===g)&&r+36e5>=864e5*{month:28,year:365}[g]*y-v&&r-36e5<=864e5*{month:31,year:366}[g]*y+v?m=!0:"ytd"===g?(m=u-l+v===r,L=!e):"all"===g&&(m=i.max-i.min>=c-a,A=!e&&h&&m),g=!p&&(_||x||A||o),y=e&&m||m&&!h&&!L||e&&t.frozenStates,g?M=3:y&&(h=!0,M=2),b.state!==M&&(b.setState(M),n&&(n.options[s+1].disabled=g,2===M&&(n.selectedIndex=s+1)),0===M&&d===s&&t.setSelected())}))},e.prototype.computeButtonRange=function(t){var e=t.type,n=t.count||1,i={millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5};i[e]?t._range=i[e]*n:"month"!==e&&"year"!==e||(t._range=864e5*{month:30,year:365}[e]*n),t._offsetMin=v(t.offsetMin,0),t._offsetMax=v(t.offsetMax,0),t._range+=t._offsetMax-t._offsetMin},e.prototype.getInputValue=function(t){t="min"===t?this.minInput:this.maxInput;var e=this.chart.options.rangeSelector,n=this.chart.time;return t?("text"===t.type&&e.inputDateParser||this.defaultInputDateParser)(t.value,n.useUTC,n):0},e.prototype.setInputValue=function(t,e){var n=this.options,i=this.chart.time,r="min"===t?this.minInput:this.maxInput;if(t="min"===t?this.minDateBox:this.maxDateBox,r){var o=r.getAttribute("data-hc-time");o=u(o)?Number(o):void 0,u(e)&&(u(o)&&r.setAttribute("data-hc-time-previous",o),r.setAttribute("data-hc-time",e),o=e),r.value=i.dateFormat(this.inputTypeFormats[r.type]||n.inputEditDateFormat,o),t&&t.attr({text:i.dateFormat(n.inputDateFormat,o)})}},e.prototype.setInputExtremes=function(t,e,n){if(t="min"===t?this.minInput:this.maxInput){var i=this.inputTypeFormats[t.type],r=this.chart.time;i&&(e=r.dateFormat(i,e),t.min!==e&&(t.min=e),n=r.dateFormat(i,n),t.max!==n&&(t.max=n))}},e.prototype.showInput=function(t){var e="min"===t?this.minDateBox:this.maxDateBox;if((t="min"===t?this.minInput:this.maxInput)&&e&&this.inputGroup){var n="text"===t.type,i=this.inputGroup,r=i.translateX;i=i.translateY;var o=this.options.inputBoxWidth;l(t,{width:n?e.width+(o?-2:20)+"px":"auto",height:n?e.height-2+"px":"auto",border:"2px solid silver"}),l(t,n&&o?{left:r+e.x+"px",top:i+"px"}:{left:Math.min(Math.round(e.x+r-(t.offsetWidth-e.width)/2),this.chart.chartWidth-t.offsetWidth)+"px",top:i-(t.offsetHeight-e.height)/2+"px"})}},e.prototype.hideInput=function(t){(t="min"===t?this.minInput:this.maxInput)&&l(t,{top:"-9999em",border:0,width:"1px",height:"1px"})},e.prototype.defaultInputDateParser=function(t,e,i){var r,o=t.split("/").join("-").split(" ").join("T");(-1===o.indexOf("T")&&(o+="T00:00"),e)?o+="Z":((r=n.isSafari)&&(r=!(6<(r=o).length&&(r.lastIndexOf("-")===r.length-6||r.lastIndexOf("+")===r.length-6))),r&&(o+=0>=(r=new Date(o).getTimezoneOffset()/60)?"+"+M(-r)+":00":"-"+M(r)+":00"));return o=Date.parse(o),g(o)||(t=t.split("-"),o=Date.UTC(_(t[0]),_(t[1])-1,_(t[2]))),i&&e&&g(o)&&(o+=i.getTimezoneOffset(o)),o},e.prototype.drawInput=function(t){function e(){var e=a.getInputValue(t),n=i.xAxis[0],r=i.scroller&&i.scroller.xAxis?i.scroller.xAxis:n,o=r.dataMin;r=r.dataMax;var s=a.maxInput,c=a.minInput;e!==Number(b.getAttribute("data-hc-time-previous"))&&g(e)&&(b.setAttribute("data-hc-time-previous",e),f&&s&&g(o)?e>Number(s.getAttribute("data-hc-time"))?e=void 0:e<o&&(e=o):c&&g(r)&&(e<Number(c.getAttribute("data-hc-time"))?e=void 0:e>r&&(e=r)),void 0!==e&&n.setExtremes(f?e:n.min,f?n.max:e,void 0,void 0,{trigger:"rangeSelectorInput"}))}var i=this.chart,r=this.div,o=this.inputGroup,a=this,u=i.renderer.style||{},d=i.renderer,h=i.options.rangeSelector,f="min"===t,m=s.lang[f?"rangeSelectorFrom":"rangeSelectorTo"]||"";m=d.label(m,0).addClass("highcharts-range-label").attr({padding:m?2:0,height:m?h.inputBoxHeight:0}).add(o),d=d.label("",0).addClass("highcharts-range-input").attr({padding:2,width:h.inputBoxWidth,height:h.inputBoxHeight,"text-align":"center"}).on("click",(function(){a.showInput(t),a[t+"Input"].focus()})),i.styledMode||d.attr({stroke:h.inputBoxBorderColor,"stroke-width":1}),d.add(o);var b=c("input",{name:t,className:"highcharts-range-selector"},void 0,r);b.setAttribute("type",function(t){if(-1!==t.indexOf("%L"))return"text";var e="aAdewbBmoyY".split("").some((function(e){return-1!==t.indexOf("%"+e)})),n="HkIlMS".split("").some((function(e){return-1!==t.indexOf("%"+e)}));return e&&n?"datetime-local":e?"date":n?"time":"text"}(h.inputDateFormat||"%b %e, %Y")),i.styledMode||(m.css(y(u,h.labelStyle)),d.css(y({color:"#333333"},u,h.inputStyle)),l(b,p({position:"absolute",border:0,boxShadow:"0 0 15px rgba(0,0,0,0.3)",width:"1px",height:"1px",padding:0,textAlign:"center",fontSize:u.fontSize,fontFamily:u.fontFamily,top:"-9999em"},h.inputStyle))),b.onfocus=function(){a.showInput(t)},b.onblur=function(){b===n.doc.activeElement&&e(),a.hideInput(t),a.setInputValue(t),b.blur()};var M=!1;return b.onchange=function(){M||(e(),a.hideInput(t),b.blur())},b.onkeypress=function(t){13===t.keyCode&&e()},b.onkeydown=function(t){M=!0,38!==t.keyCode&&40!==t.keyCode||e()},b.onkeyup=function(){M=!1},{dateBox:d,input:b,label:m}},e.prototype.getPosition=function(){var t=this.chart,e=t.options.rangeSelector;return{buttonTop:(t="top"===e.verticalAlign?t.plotTop-t.axisOffset[0]:0)+e.buttonPosition.y,inputTop:t+e.inputPosition.y-10}},e.prototype.getYTDExtremes=function(t,e,n){var i=this.chart.time,r=new i.Date(t),o=i.get("FullYear",r);return n=n?i.Date.UTC(o,0,1):+new i.Date(o,0,1),e=Math.max(e,n),r=r.getTime(),{max:Math.min(t||r,r),min:e}},e.prototype.render=function(t,e){var n=this.chart,i=n.renderer,r=n.container,o=n.options,s=o.rangeSelector,a=v(o.chart.style&&o.chart.style.zIndex,0)+1;if(o=s.inputEnabled,!1!==s.enabled){if(this.rendered||(this.group=i.g("range-selector-group").attr({zIndex:7}).add(),this.div=c("div",void 0,{position:"relative",height:0,zIndex:a}),this.buttonOptions.length&&this.renderButtons(),r.parentNode&&r.parentNode.insertBefore(this.div,r),o&&(this.inputGroup=i.g("input-group").add(this.group),i=this.drawInput("min"),this.minDateBox=i.dateBox,this.minLabel=i.label,this.minInput=i.input,i=this.drawInput("max"),this.maxDateBox=i.dateBox,this.maxLabel=i.label,this.maxInput=i.input)),o&&(this.setInputValue("min",t),this.setInputValue("max",e),t=n.scroller&&n.scroller.getUnionExtremes()||n.xAxis[0]||{},u(t.dataMin)&&u(t.dataMax)&&(n=n.xAxis[0].minRange||0,this.setInputExtremes("min",t.dataMin,Math.min(t.dataMax,this.getInputValue("max"))-n),this.setInputExtremes("max",Math.max(t.dataMin,this.getInputValue("min"))+n,t.dataMax)),this.inputGroup)){var l=0;[this.minLabel,this.minDateBox,this.maxLabel,this.maxDateBox].forEach((function(t){if(t){var e=t.getBBox().width;e&&(t.attr({x:l}),l+=e+s.inputSpacing)}}))}this.alignElements(),this.rendered=!0}},e.prototype.renderButtons=function(){var t=this,e=this.buttons,i=this.options,r=s.lang,o=this.chart.renderer,l=y(i.buttonTheme),u=l&&l.states,d=l.width||28;delete l.width,delete l.states,this.buttonGroup=o.g("range-selector-buttons").add(this.group);var h=this.dropdown=c("select",void 0,{position:"absolute",width:"1px",height:"1px",padding:0,border:0,top:"-9999em",cursor:"pointer",opacity:1e-4},this.div);a(h,"touchstart",(function(){h.style.fontSize="16px"})),[[n.isMS?"mouseover":"mouseenter"],[n.isMS?"mouseout":"mouseleave"],["change","click"]].forEach((function(n){var i=n[0],r=n[1];a(h,i,(function(){var n=e[t.currentButtonIndex()];n&&m(n.element,r||i)}))})),this.zoomText=o.label(r&&r.rangeSelectorZoom||"",0).attr({padding:i.buttonTheme.padding,height:i.buttonTheme.height,paddingLeft:0,paddingRight:0}).add(this.buttonGroup),this.chart.styledMode||(this.zoomText.css(i.labelStyle),l["stroke-width"]=v(l["stroke-width"],0)),c("option",{textContent:this.zoomText.textStr,disabled:!0},void 0,h),this.buttonOptions.forEach((function(n,i){c("option",{textContent:n.title||n.text},void 0,h),e[i]=o.button(n.text,0,0,(function(e){var r,o=n.events&&n.events.click;o&&(r=o.call(n,e)),!1!==r&&t.clickButton(i),t.isActive=!0}),l,u&&u.hover,u&&u.select,u&&u.disabled).attr({"text-align":"center",width:d}).add(t.buttonGroup),n.title&&e[i].attr("title",n.title)}))},e.prototype.alignElements=function(){var t=this,e=this.buttonGroup,n=this.buttons,i=this.chart,r=this.group,o=this.inputGroup,s=this.options,a=this.zoomText,c=i.options,l=c.exporting&&!1!==c.exporting.enabled&&c.navigation&&c.navigation.buttonOptions;c=s.buttonPosition;var u=s.inputPosition,d=s.verticalAlign,h=function(e,n){return l&&t.titleCollision(i)&&"top"===d&&"right"===n.align&&n.y-e.getBBox().height-12<(l.y||0)+(l.height||0)+i.spacing[0]?-40:0},p=i.plotLeft;if(r&&c&&u){var f=c.x-i.spacing[3];if(e){if(this.positionButtons(),!this.initialButtonGroupWidth){var m=0;a&&(m+=a.getBBox().width+5),n.forEach((function(t,e){m+=t.width,e!==n.length-1&&(m+=s.buttonSpacing)})),this.initialButtonGroupWidth=m}p-=i.spacing[3],this.updateButtonStates(),a=h(e,c),this.alignButtonGroup(a),r.placed=e.placed=i.hasLoaded}e=0,o&&(e=h(o,u),"left"===u.align?f=p:"right"===u.align&&(f=-Math.max(i.axisOffset[1],-e)),o.align({y:u.y,width:o.getBBox().width,align:u.align,x:u.x+f-2},!0,i.spacingBox),o.placed=i.hasLoaded),this.handleCollision(e),r.align({verticalAlign:d},!0,i.spacingBox),o=r.alignAttr.translateY,e=r.getBBox().height+20,h=0,"bottom"===d&&(h=o-(e=e+(h=(h=i.legend&&i.legend.options)&&"bottom"===h.verticalAlign&&h.enabled&&!h.floating?i.legend.legendHeight+v(h.margin,10):0)-20)-(s.floating?0:s.y)-(i.titleOffset?i.titleOffset[2]:0)-10),"top"===d?(s.floating&&(h=0),i.titleOffset&&i.titleOffset[0]&&(h=i.titleOffset[0]),h+=i.margin[0]-i.spacing[0]||0):"middle"===d&&(u.y===c.y?h=o:(u.y||c.y)&&(h=0>u.y||0>c.y?h-Math.min(u.y,c.y):o-e)),r.translate(s.x,s.y+Math.floor(h)),c=this.minInput,u=this.maxInput,o=this.dropdown,s.inputEnabled&&c&&u&&(c.style.marginTop=r.translateY+"px",u.style.marginTop=r.translateY+"px"),o&&(o.style.marginTop=r.translateY+"px")}},e.prototype.alignButtonGroup=function(t,e){var n=this.chart,i=this.buttonGroup,r=this.options.buttonPosition,o=n.plotLeft-n.spacing[3],s=r.x-n.spacing[3];"right"===r.align?s+=t-o:"center"===r.align&&(s-=o/2),i&&i.align({y:r.y,width:v(e,this.initialButtonGroupWidth),align:r.align,x:s},!0,n.spacingBox)},e.prototype.positionButtons=function(){var t=this.buttons,e=this.chart,n=this.options,i=this.zoomText,r=e.hasLoaded?"animate":"attr",o=n.buttonPosition,s=e.plotLeft,a=s;i&&"hidden"!==i.visibility&&(i[r]({x:v(s+o.x,s)}),a+=o.x+i.getBBox().width+5),this.buttonOptions.forEach((function(e,i){"hidden"!==t[i].visibility?(t[i][r]({x:a}),a+=t[i].width+n.buttonSpacing):t[i][r]({x:s})}))},e.prototype.handleCollision=function(t){var e=this,n=this.chart,i=this.buttonGroup,r=this.inputGroup,o=this.options,s=o.buttonPosition,a=o.dropdown,c=o.inputPosition;o=function(){var t=0;return e.buttons.forEach((function(e){(e=e.getBBox()).width>t&&(t=e.width)})),t};var l=function(e){if(r&&i){var n=r.alignAttr.translateX+r.alignOptions.x-t+r.getBBox().x+2,o=r.alignOptions.width,a=i.alignAttr.translateX+i.getBBox().x;return a+e>n&&n+o>a&&s.y<c.y+r.getBBox().height}return!1},u=function(){r&&i&&r.attr({translateX:r.alignAttr.translateX+(n.axisOffset[1]>=-t?0:-t),translateY:r.alignAttr.translateY+i.getBBox().height+10})};if(i){if("always"===a)return this.collapseButtons(t),void(l(o())&&u());"never"===a&&this.expandButtons()}r&&i?c.align===s.align||l(this.initialButtonGroupWidth+20)?"responsive"===a?(this.collapseButtons(t),l(o())&&u()):u():"responsive"===a&&this.expandButtons():i&&"responsive"===a&&(this.initialButtonGroupWidth>n.plotWidth?this.collapseButtons(t):this.expandButtons())},e.prototype.collapseButtons=function(t){var e=this.buttons,n=this.buttonOptions,i=this.chart,r=this.dropdown,o=this.options,s=this.zoomText,a=i.userOptions.rangeSelector&&i.userOptions.rangeSelector.buttonTheme||{},c=function(t){return{text:t?t+" ▾":"▾",width:"auto",paddingLeft:v(o.buttonTheme.paddingLeft,a.padding,8),paddingRight:v(o.buttonTheme.paddingRight,a.padding,8)}};s&&s.hide();var l=!1;n.forEach((function(t,n){2!==(n=e[n]).state?n.hide():(n.show(),n.attr(c(t.text)),l=!0)})),l||(r&&(r.selectedIndex=0),e[0].show(),e[0].attr(c(this.zoomText&&this.zoomText.textStr))),n=o.buttonPosition.align,this.positionButtons(),"right"!==n&&"center"!==n||this.alignButtonGroup(t,e[this.currentButtonIndex()].getBBox().width),this.showDropdown()},e.prototype.expandButtons=function(){var t=this.buttons,e=this.buttonOptions,n=this.options,i=this.zoomText;this.hideDropdown(),i&&i.show(),e.forEach((function(e,i){(i=t[i]).show(),i.attr({text:e.text,width:n.buttonTheme.width||28,paddingLeft:v(n.buttonTheme.paddingLeft,"unset"),paddingRight:v(n.buttonTheme.paddingRight,"unset")}),2>i.state&&i.setState(0)})),this.positionButtons()},e.prototype.currentButtonIndex=function(){var t=this.dropdown;return t&&0<t.selectedIndex?t.selectedIndex-1:0},e.prototype.showDropdown=function(){var t=this.buttonGroup,e=this.buttons,n=this.chart,i=this.dropdown;if(t&&i){var r=t.translateX;t=t.translateY,e=e[this.currentButtonIndex()].getBBox(),l(i,{left:n.plotLeft+r+"px",top:t+.5+"px",width:e.width+"px",height:e.height+"px"}),this.hasVisibleDropdown=!0}},e.prototype.hideDropdown=function(){var t=this.dropdown;t&&(l(t,{top:"-9999em",width:"1px",height:"1px"}),this.hasVisibleDropdown=!1)},e.prototype.getHeight=function(){var t=this.options,e=this.group,n=t.y,i=t.buttonPosition.y,r=t.inputPosition.y;return t.height?t.height:(this.alignElements(),t=e?e.getBBox(!0).height+13+n:0,e=Math.min(r,i),(0>r&&0>i||0<r&&0<i)&&(t+=Math.abs(e)),t)},e.prototype.titleCollision=function(t){return!(t.options.title.text||t.options.subtitle.text)},e.prototype.update=function(t){var e=this.chart;y(!0,e.options.rangeSelector,t),this.destroy(),this.init(e),this.render()},e.prototype.destroy=function(){var t=this,n=t.minInput,i=t.maxInput;t.eventsToUnbind&&(t.eventsToUnbind.forEach((function(t){return t()})),t.eventsToUnbind=void 0),d(t.buttons),n&&(n.onfocus=n.onblur=n.onchange=null),i&&(i.onfocus=i.onblur=i.onchange=null),b(t,(function(n,i){n&&"chart"!==i&&(n instanceof r?n.destroy():n instanceof window.HTMLElement&&h(n)),n!==e.prototype[i]&&(t[i]=null)}),this)},e}();if(L.prototype.defaultButtons=[{type:"month",count:1,text:"1m",title:"View 1 month"},{type:"month",count:3,text:"3m",title:"View 3 months"},{type:"month",count:6,text:"6m",title:"View 6 months"},{type:"ytd",text:"YTD",title:"View year to date"},{type:"year",count:1,text:"1y",title:"View 1 year"},{type:"all",text:"All",title:"View all"}],L.prototype.inputTypeFormats={"datetime-local":"%Y-%m-%dT%H:%M:%S",date:"%Y-%m-%d",time:"%H:%M:%S"},t.prototype.minFromRange=function(){var t=this.range,e=t.type,n=this.max,i=this.chart.time,r=function(t,n){var r="year"===e?"FullYear":"Month",o=new i.Date(t),s=i.get(r,o);return i.set(r,o,s+n),s===i.get(r,o)&&i.set("Date",o,0),o.getTime()-t};if(g(t))var o=n-t,s=t;else o=n+r(n,-t.count),this.chart&&(this.chart.fixedRange=n-o);var a=v(this.dataMin,Number.MIN_VALUE);return g(o)||(o=a),o<=a&&(o=a,void 0===s&&(s=r(o,t.count)),this.newMax=Math.min(o+s,this.dataMax)),g(n)||(o=void 0),o},!n.RangeSelector){var A=[],w=function(t){function e(){s&&(n=t.xAxis[0].getExtremes(),i=t.legend,o=s&&s.options.verticalAlign,g(n.min)&&s.render(n.min,n.max),i.display&&"top"===o&&o===i.options.verticalAlign&&((r=y(t.spacingBox)).y="vertical"===i.options.layout?t.plotTop:r.y+s.getHeight(),i.group.placed=!1,i.align(r)))}var n,i,r,o,s=t.rangeSelector;s&&(f(A,(function(e){return e[0]===t}))||A.push([t,[a(t.xAxis[0],"afterSetExtremes",(function(t){s&&s.render(t.min,t.max)})),a(t,"redraw",e)]]),e())};a(e,"afterGetContainer",(function(){this.options.rangeSelector&&this.options.rangeSelector.enabled&&(this.rangeSelector=new L(this))})),a(e,"beforeRender",(function(){var t=this.axes,e=this.rangeSelector;e&&(g(e.deferredYTDClick)&&(e.clickButton(e.deferredYTDClick),delete e.deferredYTDClick),t.forEach((function(t){t.updateNames(),t.setScale()})),this.getAxisMargins(),e.render(),t=e.options.verticalAlign,e.options.floating||("bottom"===t?this.extraBottomMargin=!0:"middle"!==t&&(this.extraTopMargin=!0)))})),a(e,"update",(function(t){var e=t.options.rangeSelector;t=this.rangeSelector;var n=this.extraBottomMargin,i=this.extraTopMargin;e&&e.enabled&&!u(t)&&this.options.rangeSelector&&(this.options.rangeSelector.enabled=!0,this.rangeSelector=t=new L(this)),this.extraTopMargin=this.extraBottomMargin=!1,t&&(w(this),e=e&&e.verticalAlign||t.options&&t.options.verticalAlign,t.options.floating||("bottom"===e?this.extraBottomMargin=!0:"middle"!==e&&(this.extraTopMargin=!0)),this.extraBottomMargin!==n||this.extraTopMargin!==i)&&(this.isDirtyBox=!0)})),a(e,"render",(function(){var t=this.rangeSelector;t&&!t.options.floating&&(t.render(),"bottom"===(t=t.options.verticalAlign)?this.extraBottomMargin=!0:"middle"!==t&&(this.extraTopMargin=!0))})),a(e,"getMargins",(function(){var t=this.rangeSelector;t&&(t=t.getHeight(),this.extraTopMargin&&(this.plotTop+=t),this.extraBottomMargin&&(this.marginBottom+=t))})),e.prototype.callbacks.push(w),a(e,"destroy",(function(){for(var t=0;t<A.length;t++){var e=A[t];if(e[0]===this){e[1].forEach((function(t){return t()})),A.splice(t,1);break}}})),n.RangeSelector=L}return L})),e(t,"Accessibility/Components/RangeSelectorComponent.js",[t["Extensions/RangeSelector.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/Announcer.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r,o){var s=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),a=n.unhideChartElementFromAT,c=n.getAxisRangeDescription,l=o.addEvent,u=o.attr;return function(e){function n(t){var e=this.rangeSelector&&this.rangeSelector.buttons||[],n=this.highlightedRangeSelectorItemIx,i=this.rangeSelector&&this.rangeSelector.selected;return void 0!==n&&e[n]&&n!==i&&e[n].setState(this.oldRangeSelectorItemState||0),this.highlightedRangeSelectorItemIx=t,!!e[t]&&(this.setFocusToElement(e[t].box,e[t].element),t!==i&&(this.oldRangeSelectorItemState=e[t].state,e[t].setState(1)),!0)}function i(){var t=this.chart.accessibility;if(t&&t.components.rangeSelector)return t.components.rangeSelector.onAfterBtnClick()}var r=[];e.compose=function(e,o){-1===r.indexOf(e)&&(r.push(e),e.prototype.highlightRangeSelectorButton=n),-1===r.indexOf(o)&&(r.push(o),l(t,"afterBtnClick",i))}}((e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.announcer=void 0,e}return s(e,t),e.prototype.init=function(){this.announcer=new i(this.chart,"polite")},e.prototype.onChartUpdate=function(){var t=this.chart,e=this,n=t.rangeSelector;n&&(this.updateSelectorVisibility(),this.setDropdownAttrs(),n.buttons&&n.buttons.length&&n.buttons.forEach((function(t){e.setRangeButtonAttrs(t)})),n.maxInput&&n.minInput&&["minInput","maxInput"].forEach((function(i,r){(i=n[i])&&(a(t,i),e.setRangeInputAttrs(i,"accessibility.rangeSelector."+(r?"max":"min")+"InputLabel"))})))},e.prototype.updateSelectorVisibility=function(){var t=this.chart,e=t.rangeSelector,n=e&&e.dropdown,i=e&&e.buttons||[];e&&e.hasVisibleDropdown&&n?(a(t,n),i.forEach((function(t){return t.element.setAttribute("aria-hidden",!0)}))):(n&&n.setAttribute("aria-hidden",!0),i.forEach((function(e){return a(t,e.element)})))},e.prototype.setDropdownAttrs=function(){var t=this.chart,e=t.rangeSelector&&t.rangeSelector.dropdown;e&&(t=t.langFormat("accessibility.rangeSelector.dropdownLabel",{rangeTitle:t.options.lang.rangeSelectorZoom}),e.setAttribute("aria-label",t),e.setAttribute("tabindex",-1))},e.prototype.setRangeButtonAttrs=function(t){u(t.element,{tabindex:-1,role:"button"})},e.prototype.setRangeInputAttrs=function(t,e){var n=this.chart;u(t,{tabindex:-1,"aria-label":n.langFormat(e,{chart:n})})},e.prototype.onButtonNavKbdArrowKey=function(t,e){var n=t.response,i=this.keyCodes,r=this.chart,o=r.options.accessibility.keyboardNavigation.wrapAround;return e=e===i.left||e===i.up?-1:1,r.highlightRangeSelectorButton(r.highlightedRangeSelectorItemIx+e)?n.success:o?(t.init(e),n.success):n[0<e?"next":"prev"]},e.prototype.onButtonNavKbdClick=function(t){t=t.response;var e=this.chart;return 3!==e.oldRangeSelectorItemState&&this.fakeClickEvent(e.rangeSelector.buttons[e.highlightedRangeSelectorItemIx].element),t.success},e.prototype.onAfterBtnClick=function(){var t=this.chart,e=c(t.xAxis[0]);(t=t.langFormat("accessibility.rangeSelector.clickButtonAnnouncement",{chart:t,axisRangeDescription:e}))&&this.announcer.announce(t)},e.prototype.onInputKbdMove=function(t){var e=this.chart,n=e.rangeSelector,i=e.highlightedInputRangeIx=(e.highlightedInputRangeIx||0)+t;1<i||0>i?e.accessibility&&(e.accessibility.keyboardNavigation.tabindexContainer.focus(),e.accessibility.keyboardNavigation[0>t?"prev":"next"]()):n&&(t=n[i?"maxDateBox":"minDateBox"],n=n[i?"maxInput":"minInput"],t&&n&&e.setFocusToElement(t,n))},e.prototype.onInputNavInit=function(t){var e=this,n=this,i=this.chart,r=0<t?0:1,o=i.rangeSelector,s=o&&o[r?"maxDateBox":"minDateBox"];if(t=o&&o.minInput,o=o&&o.maxInput,i.highlightedInputRangeIx=r,s&&t&&o){i.setFocusToElement(s,r?o:t),this.removeInputKeydownHandler&&this.removeInputKeydownHandler(),i=function(t){(t.which||t.keyCode)===e.keyCodes.tab&&(t.preventDefault(),t.stopPropagation(),n.onInputKbdMove(t.shiftKey?-1:1))};var a=l(t,"keydown",i),c=l(o,"keydown",i);this.removeInputKeydownHandler=function(){a(),c()}}},e.prototype.onInputNavTerminate=function(){var t=this.chart.rangeSelector||{};t.maxInput&&t.hideInput("max"),t.minInput&&t.hideInput("min"),this.removeInputKeydownHandler&&(this.removeInputKeydownHandler(),delete this.removeInputKeydownHandler)},e.prototype.initDropdownNav=function(){var t=this,e=this.chart,n=e.rangeSelector,i=n&&n.dropdown;n&&i&&(e.setFocusToElement(n.buttonGroup,i),this.removeDropdownKeydownHandler&&this.removeDropdownKeydownHandler(),this.removeDropdownKeydownHandler=l(i,"keydown",(function(n){var i=e.accessibility;(n.which||n.keyCode)===t.keyCodes.tab&&(n.preventDefault(),n.stopPropagation(),i&&(i.keyboardNavigation.tabindexContainer.focus(),i.keyboardNavigation[n.shiftKey?"prev":"next"]()))})))},e.prototype.getRangeSelectorButtonNavigation=function(){var t=this.chart,e=this.keyCodes,n=this;return new r(t,{keyCodeMap:[[[e.left,e.right,e.up,e.down],function(t){return n.onButtonNavKbdArrowKey(this,t)}],[[e.enter,e.space],function(){return n.onButtonNavKbdClick(this)}]],validate:function(){return!!(t.rangeSelector&&t.rangeSelector.buttons&&t.rangeSelector.buttons.length)},init:function(e){var i=t.rangeSelector;i&&i.hasVisibleDropdown?n.initDropdownNav():i&&(i=i.buttons.length-1,t.highlightRangeSelectorButton(0<e?0:i))},terminate:function(){n.removeDropdownKeydownHandler&&(n.removeDropdownKeydownHandler(),delete n.removeDropdownKeydownHandler)}})},e.prototype.getRangeSelectorInputNavigation=function(){var t=this.chart,e=this;return new r(t,{keyCodeMap:[],validate:function(){return!!(t.rangeSelector&&t.rangeSelector.inputGroup&&"hidden"!==t.rangeSelector.inputGroup.element.style.visibility&&!1!==t.options.rangeSelector.inputEnabled&&t.rangeSelector.minInput&&t.rangeSelector.maxInput)},init:function(t){e.onInputNavInit(t)},terminate:function(){e.onInputNavTerminate()}})},e.prototype.getKeyboardNavigation=function(){return[this.getRangeSelectorButtonNavigation(),this.getRangeSelectorInputNavigation()]},e.prototype.destroy=function(){this.removeDropdownKeydownHandler&&this.removeDropdownKeydownHandler(),this.removeInputKeydownHandler&&this.removeInputKeydownHandler(),this.announcer&&this.announcer.destroy()},e}(e))||(e={})),e})),e(t,"Accessibility/Components/SeriesComponent/ForcedMarkers.js",[t["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.merge;return function(t){function e(t){i(!0,t,{marker:{enabled:!0,states:{normal:{opacity:0}}}})}function r(t){return t.marker.states&&t.marker.states.normal&&t.marker.states.normal.opacity}function o(){this.chart.styledMode&&(this.markerGroup&&this.markerGroup[this.a11yMarkersForced?"addClass":"removeClass"]("highcharts-a11y-markers-hidden"),this._hasPointMarkers&&this.points&&this.points.length&&this.points.forEach((function(t){t.graphic&&(t.graphic[t.hasForcedA11yMarker?"addClass":"removeClass"]("highcharts-a11y-marker-hidden"),t.graphic[!1===t.hasForcedA11yMarker?"addClass":"removeClass"]("highcharts-a11y-marker-visible"))})))}function s(t){this.resetA11yMarkerOptions=i(t.options.marker||{},this.userOptions.marker||{})}function a(){var t=this.options,n=!1!==(this.options.accessibility&&this.options.accessibility.enabled);if((n=this.chart.options.accessibility.enabled&&n)&&(n=this.chart.options.accessibility,n=this.points.length<n.series.pointDescriptionEnabledThreshold||!1===n.series.pointDescriptionEnabledThreshold),n){if(t.marker&&!1===t.marker.enabled&&(this.a11yMarkersForced=!0,e(this.options)),this._hasPointMarkers&&this.points&&this.points.length)for(t=this.points.length;t--;){var o=(n=this.points[t]).options,s=n.hasForcedA11yMarker;delete n.hasForcedA11yMarker,o.marker&&(s=s&&0===r(o),o.marker.enabled&&!s?(i(!0,o.marker,{states:{normal:{opacity:r(o)||1}}}),n.hasForcedA11yMarker=!1):!1===o.marker.enabled&&(e(o),n.hasForcedA11yMarker=!0))}}else this.a11yMarkersForced&&(delete this.a11yMarkersForced,(t=this.resetA11yMarkerOptions)&&i(!0,this.options,{marker:{enabled:t.enabled,states:{normal:{opacity:t.states&&t.states.normal&&t.states.normal.opacity}}}}))}var c=[];t.compose=function(t){-1===c.indexOf(t)&&(c.push(t),n(t,"afterSetOptions",s),n(t,"render",a),n(t,"afterRender",o))}}(e||(e={})),e})),e(t,"Accessibility/Components/SeriesComponent/SeriesKeyboardNavigation.js",[t["Core/Series/Point.js"],t["Core/Series/Series.js"],t["Core/Series/SeriesRegistry.js"],t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Utils/EventProvider.js"],t["Accessibility/Utils/ChartUtilities.js"]],(function(t,e,n,i,r,o,s,a){function c(t){var e=t.index,n=t.series.points,i=n.length;if(n[e]===t)return e;for(;i--;)if(n[i]===t)return i}function l(t){var e=t.chart.options.accessibility.keyboardNavigation.seriesNavigation,n=t.options.accessibility||{},i=n.keyboardNavigation;return i&&!1===i.enabled||!1===n.enabled||!1===t.options.enableMouseTracking||!t.visible||e.pointNavigationEnabledThreshold&&e.pointNavigationEnabledThreshold<=t.points.length}function u(t){var e=t.series.chart.options.accessibility,n=t.options.accessibility&&!1===t.options.accessibility.enabled;return t.isNull&&e.keyboardNavigation.seriesNavigation.skipNullPoints||!1===t.visible||!1===t.isInside||n||l(t.series)}function d(t){return delete t.highlightedPoint,t.series.reduce((function(t,e){return t||e.highlightFirstValidPoint()}),!1)}var h=n.seriesTypes,p=i.doc,f=r.defined,m=r.fireEvent,g=a.getPointFromXY,y=a.getSeriesFromName,b=a.scrollToPoint;return function(t){function e(t){var e=this.series,n=this.highlightedPoint,i=n&&c(n)||0,r=n&&n.series.points||[],o=this.series&&this.series[this.series.length-1];if(o=o&&o.points&&o.points[o.points.length-1],!e[0]||!e[0].points)return!1;if(n){if(e=e[n.series.index+(t?1:-1)],!(i=r[i+(t?1:-1)])&&e&&(i=e.points[t?0:e.points.length-1]),!i)return!1}else i=t?e[0].points[0]:o;return u(i)?(l(e=i.series)?this.highlightedPoint=t?e.points[e.points.length-1]:e.points[0]:this.highlightedPoint=i,this.highlightAdjacentPoint(t)):i.highlight()}function n(t){var e,n=this.highlightedPoint,i=1/0;return!(!f(n.plotX)||!f(n.plotY))&&(this.series.forEach((function(r){l(r)||r.points.forEach((function(o){if(f(o.plotY)&&f(o.plotX)&&o!==n){var s=o.plotY-n.plotY,a=Math.abs(o.plotX-n.plotX);a=Math.abs(s)*Math.abs(s)+a*a*4,r.yAxis&&r.yAxis.reversed&&(s*=-1),!(0>=s&&t||0<=s&&!t||5>a||u(o))&&a<i&&(i=a,e=o)}}))})),!!e&&e.highlight())}function i(t){var e=this.highlightedPoint,n=this.series&&this.series[this.series.length-1],i=n&&n.points&&n.points[n.points.length-1];return this.highlightedPoint?!!(n=this.series[e.series.index+(t?-1:1)])&&(!!(i=r(e,n,4))&&(l(n)?(i.highlight(),(t=this.highlightAdjacentSeries(t))||(e.highlight(),!1)):(i.highlight(),i.series.highlightFirstValidPoint()))):(n=t?this.series&&this.series[0]:n,!!(i=t?n&&n.points&&n.points[0]:i)&&i.highlight())}function r(t,e,n,i){var r=1/0,o=e.points.length,s=function(t){return!(f(t.plotX)&&f(t.plotY))};if(!s(t)){for(;o--;){var a=e.points[o];if(!s(a)&&(a=(t.plotX-a.plotX)*(t.plotX-a.plotX)*(n||1)+(t.plotY-a.plotY)*(t.plotY-a.plotY)*(i||1))<r){r=a;var c=o}}return f(c)?e.points[c]:void 0}}function o(){var t=this.series.chart;return this.isNull?t.tooltip&&t.tooltip.hide(0):this.onMouseOver(),b(this),this.graphic&&t.setFocusToElement(this.graphic),t.highlightedPoint=this,this}function s(){var t=this.chart.highlightedPoint,e=(t&&t.series)===this?c(t):0,n=(t=this.points).length;if(t&&n){for(var i=e;i<n;++i)if(!u(t[i]))return t[i].highlight();for(;0<=e;--e)if(!u(t[e]))return t[e].highlight()}return!1}var a=[];t.compose=function(t,r,c){-1===a.indexOf(t)&&(a.push(t),(t=t.prototype).highlightAdjacentPoint=e,t.highlightAdjacentPointVertical=n,t.highlightAdjacentSeries=i),-1===a.indexOf(r)&&(a.push(r),r.prototype.highlight=o),-1===a.indexOf(c)&&(a.push(c),(r=c.prototype).keyboardMoveVertical=!0,["column","gantt","pie"].forEach((function(t){h[t]&&(h[t].prototype.keyboardMoveVertical=!1)})),r.highlightFirstValidPoint=s)}}((n=function(){function n(t,e){this.keyCodes=e,this.chart=t}return n.prototype.init=function(){var n=this,i=this.chart,r=this.eventProvider=new s;r.addEvent(e,"destroy",(function(){return n.onSeriesDestroy(this)})),r.addEvent(i,"afterDrilldown",(function(){d(this),this.focusElement&&this.focusElement.removeFocusBorder()})),r.addEvent(i,"drilldown",(function(t){var e=(t=t.point).series;n.lastDrilledDownPoint={x:t.x,y:t.y,seriesName:e?e.name:""}})),r.addEvent(i,"drillupall",(function(){setTimeout((function(){n.onDrillupAll()}),10)})),r.addEvent(t,"afterSetState",(function(){var t=this.graphic&&this.graphic.element,e=p.activeElement,n=e&&e.getAttribute("class");n=n&&-1<n.indexOf("highcharts-a11y-proxy-button"),i.highlightedPoint===this&&e!==t&&!n&&t&&t.focus&&t.focus()}))},n.prototype.onDrillupAll=function(){var t,e=this.lastDrilledDownPoint,n=this.chart,i=e&&y(n,e.seriesName);e&&i&&f(e.x)&&f(e.y)&&(t=g(i,e.x,e.y)),n.container&&n.container.focus(),t&&t.highlight&&t.highlight(),n.focusElement&&n.focusElement.removeFocusBorder()},n.prototype.getKeyboardNavigationHandler=function(){var t=this,e=this.keyCodes,n=this.chart,i=n.inverted;return new o(n,{keyCodeMap:[[i?[e.up,e.down]:[e.left,e.right],function(e){return t.onKbdSideways(this,e)}],[i?[e.left,e.right]:[e.up,e.down],function(e){return t.onKbdVertical(this,e)}],[[e.enter,e.space],function(t,e){return(t=n.highlightedPoint)&&(e.point=t,m(t.series,"click",e),t.firePointEvent("click")),this.response.success}],[[e.home],function(){return d(n),this.response.success}],[[e.end],function(){for(var t=n.series.length;t--&&(n.highlightedPoint=n.series[t].points[n.series[t].points.length-1],!n.series[t].highlightFirstValidPoint()););return this.response.success}],[[e.pageDown,e.pageUp],function(t){return n.highlightAdjacentSeries(t===e.pageDown),this.response.success}]],init:function(){return d(n),this.response.success},terminate:function(){return t.onHandlerTerminate()}})},n.prototype.onKbdSideways=function(t,e){var n=this.keyCodes;return this.attemptHighlightAdjacentPoint(t,e===n.right||e===n.down)},n.prototype.onKbdVertical=function(t,e){var n=this.chart,i=this.keyCodes;return e=e===i.down||e===i.right,(i=n.options.accessibility.keyboardNavigation.seriesNavigation).mode&&"serialize"===i.mode?this.attemptHighlightAdjacentPoint(t,e):(n[n.highlightedPoint&&n.highlightedPoint.series.keyboardMoveVertical?"highlightAdjacentPointVertical":"highlightAdjacentSeries"](e),t.response.success)},n.prototype.onHandlerTerminate=function(){var t=this.chart;t.tooltip&&t.tooltip.hide(0);var e=t.highlightedPoint&&t.highlightedPoint.series;e&&e.onMouseOut&&e.onMouseOut(),t.highlightedPoint&&t.highlightedPoint.onMouseOut&&t.highlightedPoint.onMouseOut(),delete t.highlightedPoint},n.prototype.attemptHighlightAdjacentPoint=function(t,e){var n=this.chart,i=n.options.accessibility.keyboardNavigation.wrapAround;return n.highlightAdjacentPoint(e)?t.response.success:i?t.init(e?1:-1):t.response[e?"next":"prev"]},n.prototype.onSeriesDestroy=function(t){var e=this.chart;e.highlightedPoint&&e.highlightedPoint.series===t&&(delete e.highlightedPoint,e.focusElement&&e.focusElement.removeFocusBorder())},n.prototype.destroy=function(){this.eventProvider.removeAddedEvents()},n}())||(n={})),n})),e(t,"Accessibility/Components/SeriesComponent/SeriesComponent.js",[t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Components/SeriesComponent/ForcedMarkers.js"],t["Accessibility/Components/SeriesComponent/NewDataAnnouncer.js"],t["Accessibility/Components/SeriesComponent/SeriesDescriber.js"],t["Accessibility/Components/SeriesComponent/SeriesKeyboardNavigation.js"],t["Core/Tooltip.js"]],(function(t,e,n,i,r,o,s){var a=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),c=e.hideSeriesFromAT,l=r.describeSeries;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return a(e,t),e.compose=function(t,e,r){i.compose(r),n.compose(r),o.compose(t,e,r)},e.prototype.init=function(){this.newDataAnnouncer=new i(this.chart),this.newDataAnnouncer.init(),this.keyboardNavigation=new o(this.chart,this.keyCodes),this.keyboardNavigation.init(),this.hideTooltipFromATWhenShown(),this.hideSeriesLabelsFromATWhenShown()},e.prototype.hideTooltipFromATWhenShown=function(){var t=this;this.addEvent(s,"refresh",(function(){this.chart===t.chart&&this.label&&this.label.element&&this.label.element.setAttribute("aria-hidden",!0)}))},e.prototype.hideSeriesLabelsFromATWhenShown=function(){this.addEvent(this.chart,"afterDrawSeriesLabels",(function(){this.series.forEach((function(t){t.labelBySeries&&t.labelBySeries.attr("aria-hidden",!0)}))}))},e.prototype.onChartRender=function(){this.chart.series.forEach((function(t){!1!==(t.options.accessibility&&t.options.accessibility.enabled)&&t.visible?l(t):c(t)}))},e.prototype.getKeyboardNavigation=function(){return this.keyboardNavigation.getKeyboardNavigationHandler()},e.prototype.destroy=function(){this.newDataAnnouncer.destroy(),this.keyboardNavigation.destroy()},e}(t)})),e(t,"Accessibility/Components/ZoomComponent.js",[t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Core/Globals.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=e.unhideChartElementFromAT,a=r.attr,c=r.pick;return function(t){function e(t,e){var n=e||3,i=((e=this.getExtremes()).max-e.min)/n*t,r=(n=e.max+i)-(i=e.min+i);0>t&&i<e.dataMin?n=(i=e.dataMin)+r:0<t&&n>e.dataMax&&(i=(n=e.dataMax)-r),this.setExtremes(i,n)}t.composedClasses=[],t.compose=function(n){-1===t.composedClasses.indexOf(n)&&(t.composedClasses.push(n),n.prototype.panStep=e)}}((t=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.focusedMapNavButtonIx=-1,e}return o(e,t),e.prototype.init=function(){var t=this,e=this.chart;this.proxyProvider.addGroup("zoom","div"),["afterShowResetZoom","afterDrilldown","drillupall"].forEach((function(n){t.addEvent(e,n,(function(){t.updateProxyOverlays()}))}))},e.prototype.onChartUpdate=function(){var t=this.chart,e=this;t.mapNavButtons&&t.mapNavButtons.forEach((function(n,i){s(t,n.element),e.setMapNavButtonAttrs(n.element,"accessibility.zoom.mapZoom"+(i?"Out":"In"))}))},e.prototype.setMapNavButtonAttrs=function(t,e){var n=this.chart;e=n.langFormat(e,{chart:n}),a(t,{tabindex:-1,role:"button","aria-label":e})},e.prototype.onChartRender=function(){this.updateProxyOverlays()},e.prototype.updateProxyOverlays=function(){var t=this.chart;this.proxyProvider.clearGroup("zoom"),t.resetZoomButton&&this.createZoomProxyButton(t.resetZoomButton,"resetZoomProxyButton",t.langFormat("accessibility.zoom.resetZoomButton",{chart:t})),t.drillUpButton&&this.createZoomProxyButton(t.drillUpButton,"drillUpProxyButton",t.langFormat("accessibility.drillUpButton",{chart:t,buttonText:t.getDrilldownBackText()}))},e.prototype.createZoomProxyButton=function(t,e,n){this[e]=this.proxyProvider.addProxyElement("zoom",{click:t},{"aria-label":n,tabindex:-1})},e.prototype.getMapZoomNavigation=function(){var t=this.keyCodes,e=this.chart,n=this;return new i(e,{keyCodeMap:[[[t.up,t.down,t.left,t.right],function(t){return n.onMapKbdArrow(this,t)}],[[t.tab],function(t,e){return n.onMapKbdTab(this,e)}],[[t.space,t.enter],function(){return n.onMapKbdClick(this)}]],validate:function(){return!!(e.mapZoom&&e.mapNavButtons&&e.mapNavButtons.length)},init:function(t){return n.onMapNavInit(t)}})},e.prototype.onMapKbdArrow=function(t,e){var n=this.keyCodes;return this.chart[e===n.up||e===n.down?"yAxis":"xAxis"][0].panStep(e===n.left||e===n.up?-1:1),t.response.success},e.prototype.onMapKbdTab=function(t,e){var n=this.chart;t=t.response;var i=(e=e.shiftKey)&&!this.focusedMapNavButtonIx||!e&&this.focusedMapNavButtonIx;return n.mapNavButtons[this.focusedMapNavButtonIx].setState(0),i?(n.mapZoom(),t[e?"prev":"next"]):(this.focusedMapNavButtonIx+=e?-1:1,e=n.mapNavButtons[this.focusedMapNavButtonIx],n.setFocusToElement(e.box,e.element),e.setState(2),t.success)},e.prototype.onMapKbdClick=function(t){return this.fakeClickEvent(this.chart.mapNavButtons[this.focusedMapNavButtonIx].element),t.response.success},e.prototype.onMapNavInit=function(t){var e=this.chart,n=e.mapNavButtons[0],i=e.mapNavButtons[1];n=0<t?n:i,e.setFocusToElement(n.box,n.element),n.setState(2),this.focusedMapNavButtonIx=0<t?0:1},e.prototype.simpleButtonNavigation=function(t,e,n){var r=this.keyCodes,o=this,s=this.chart;return new i(s,{keyCodeMap:[[[r.tab,r.up,r.down,r.left,r.right],function(t,e){return this.response[t===r.tab&&e.shiftKey||t===r.left||t===r.up?"prev":"next"]}],[[r.space,r.enter],function(){var t=n(this,s);return c(t,this.response.success)}]],validate:function(){return s[t]&&s[t].box&&o[e].buttonElement},init:function(){s.setFocusToElement(s[t].box,o[e].buttonElement)}})},e.prototype.getKeyboardNavigation=function(){return[this.simpleButtonNavigation("resetZoomButton","resetZoomProxyButton",(function(t,e){e.zoomOut()})),this.simpleButtonNavigation("drillUpButton","drillUpProxyButton",(function(t,e){return e.drillUp(),t.response.prev})),this.getMapZoomNavigation()]},e}(t))||(t={})),t})),e(t,"Accessibility/HighContrastMode.js",[t["Core/Globals.js"]],(function(t){var e=t.doc,n=t.isMS,i=t.win;return{isHighContrastModeActive:function(){var t=/(Edg)/.test(i.navigator.userAgent);if(i.matchMedia&&t)return i.matchMedia("(-ms-high-contrast: active)").matches;if(n&&i.getComputedStyle){(t=e.createElement("div")).style.backgroundImage="url(data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==)",e.body.appendChild(t);var r=(t.currentStyle||i.getComputedStyle(t)).backgroundImage;return e.body.removeChild(t),"none"===r}return!1},setHighContrastTheme:function(t){t.highContrastModeActive=!0;var e=t.options.accessibility.highContrastTheme;t.update(e,!1),t.series.forEach((function(t){var n=e.plotOptions[t.type]||{};t.update({color:n.color||"windowText",colors:[n.color||"windowText"],borderColor:n.borderColor||"window"}),t.points.forEach((function(t){t.options&&t.options.color&&t.update({color:n.color||"windowText",borderColor:n.borderColor||"window"},!1)}))})),t.redraw()}}})),e(t,"Accessibility/HighContrastTheme.js",[],(function(){return{chart:{backgroundColor:"window"},title:{style:{color:"windowText"}},subtitle:{style:{color:"windowText"}},colorAxis:{minColor:"windowText",maxColor:"windowText",stops:[]},colors:["windowText"],xAxis:{gridLineColor:"windowText",labels:{style:{color:"windowText"}},lineColor:"windowText",minorGridLineColor:"windowText",tickColor:"windowText",title:{style:{color:"windowText"}}},yAxis:{gridLineColor:"windowText",labels:{style:{color:"windowText"}},lineColor:"windowText",minorGridLineColor:"windowText",tickColor:"windowText",title:{style:{color:"windowText"}}},tooltip:{backgroundColor:"window",borderColor:"windowText",style:{color:"windowText"}},plotOptions:{series:{lineColor:"windowText",fillColor:"window",borderColor:"windowText",edgeColor:"windowText",borderWidth:1,dataLabels:{connectorColor:"windowText",color:"windowText",style:{color:"windowText",textOutline:"none"}},marker:{lineColor:"windowText",fillColor:"windowText"}},pie:{color:"window",colors:["window"],borderColor:"windowText",borderWidth:1},boxplot:{fillColor:"window"},candlestick:{lineColor:"windowText",fillColor:"window"},errorbar:{fillColor:"window"}},legend:{backgroundColor:"window",itemStyle:{color:"windowText"},itemHoverStyle:{color:"windowText"},itemHiddenStyle:{color:"#555"},title:{style:{color:"windowText"}}},credits:{style:{color:"windowText"}},labels:{style:{color:"windowText"}},drilldown:{activeAxisLabelStyle:{color:"windowText"},activeDataLabelStyle:{color:"windowText"}},navigation:{buttonOptions:{symbolStroke:"windowText",theme:{fill:"window"}}},rangeSelector:{buttonTheme:{fill:"window",stroke:"windowText",style:{color:"windowText"},states:{hover:{fill:"window",stroke:"windowText",style:{color:"windowText"}},select:{fill:"#444",stroke:"windowText",style:{color:"windowText"}}}},inputBoxBorderColor:"windowText",inputStyle:{backgroundColor:"window",color:"windowText"},labelStyle:{color:"windowText"}},navigator:{handles:{backgroundColor:"window",borderColor:"windowText"},outlineColor:"windowText",maskFill:"transparent",series:{color:"windowText",lineColor:"windowText"},xAxis:{gridLineColor:"windowText"}},scrollbar:{barBackgroundColor:"#444",barBorderColor:"windowText",buttonArrowColor:"windowText",buttonBackgroundColor:"window",buttonBorderColor:"windowText",rifleColor:"windowText",trackBackgroundColor:"window",trackBorderColor:"windowText"}}})),e(t,"Accessibility/Options/Options.js",[],(function(){return{accessibility:{enabled:!0,screenReaderSection:{beforeChartFormat:"<{headingTagName}>{chartTitle}</{headingTagName}><div>{typeDescription}</div><div>{chartSubtitle}</div><div>{chartLongdesc}</div><div>{playAsSoundButton}</div><div>{viewTableButton}</div><div>{xAxisDescription}</div><div>{yAxisDescription}</div><div>{annotationsTitle}{annotationsList}</div>",afterChartFormat:"{endOfChartMarker}",axisRangeDateFormat:"%Y-%m-%d %H:%M:%S"},series:{describeSingleSeries:!1,pointDescriptionEnabledThreshold:200},point:{valueDescriptionFormat:"{index}. {xDescription}{separator}{value}."},landmarkVerbosity:"all",linkedDescription:'*[data-highcharts-chart="{index}"] + .highcharts-description',keyboardNavigation:{enabled:!0,focusBorder:{enabled:!0,hideBrowserFocusOutline:!0,style:{color:"#335cad",lineWidth:2,borderRadius:3},margin:2},order:["series","zoom","rangeSelector","legend","chartMenu"],wrapAround:!0,seriesNavigation:{skipNullPoints:!0,pointNavigationEnabledThreshold:!1}},announceNewData:{enabled:!1,minAnnounceInterval:5e3,interruptUser:!1}},legend:{accessibility:{enabled:!0,keyboardNavigation:{enabled:!0}}},exporting:{accessibility:{enabled:!0}}}})),e(t,"Accessibility/Options/LangOptions.js",[],(function(){return{accessibility:{defaultChartTitle:"Chart",chartContainerLabel:"{title}. Highcharts interactive chart.",svgContainerLabel:"Interactive chart",drillUpButton:"{buttonText}",credits:"Chart credits: {creditsStr}",thousandsSep:",",svgContainerTitle:"",graphicContainerLabel:"",screenReaderSection:{beforeRegionLabel:"Chart screen reader information, {chartTitle}.",afterRegionLabel:"",annotations:{heading:"Chart annotations summary",descriptionSinglePoint:"{annotationText}. Related to {annotationPoint}",descriptionMultiplePoints:"{annotationText}. Related to {annotationPoint}{ Also related to, #each(additionalAnnotationPoints)}",descriptionNoPoints:"{annotationText}"},endOfChartMarker:"End of interactive chart."},sonification:{playAsSoundButtonText:"Play as sound, {chartTitle}",playAsSoundClickAnnouncement:"Play"},legend:{legendLabelNoTitle:"Toggle series visibility, {chartTitle}",legendLabel:"Chart legend: {legendTitle}",legendItem:"Show {itemName}"},zoom:{mapZoomIn:"Zoom chart",mapZoomOut:"Zoom out chart",resetZoomButton:"Reset zoom"},rangeSelector:{dropdownLabel:"{rangeTitle}",minInputLabel:"Select start date.",maxInputLabel:"Select end date.",clickButtonAnnouncement:"Viewing {axisRangeDescription}"},table:{viewAsDataTableButtonText:"View as data table, {chartTitle}",tableSummary:"Table representation of chart."},announceNewData:{newDataAnnounce:"Updated data for chart {chartTitle}",newSeriesAnnounceSingle:"New data series: {seriesDesc}",newPointAnnounceSingle:"New data point: {pointDesc}",newSeriesAnnounceMultiple:"New data series in chart {chartTitle}: {seriesDesc}",newPointAnnounceMultiple:"New data point in chart {chartTitle}: {pointDesc}"},seriesTypeDescriptions:{boxplot:"Box plot charts are typically used to display groups of statistical data. Each data point in the chart can have up to 5 values: minimum, lower quartile, median, upper quartile, and maximum.",arearange:"Arearange charts are line charts displaying a range between a lower and higher value for each point.",areasplinerange:"These charts are line charts displaying a range between a lower and higher value for each point.",bubble:"Bubble charts are scatter charts where each data point also has a size value.",columnrange:"Columnrange charts are column charts displaying a range between a lower and higher value for each point.",errorbar:"Errorbar series are used to display the variability of the data.",funnel:"Funnel charts are used to display reduction of data in stages.",pyramid:"Pyramid charts consist of a single pyramid with item heights corresponding to each point value.",waterfall:"A waterfall chart is a column chart where each column contributes towards a total end value."},chartTypes:{emptyChart:"Empty chart",mapTypeDescription:"Map of {mapTitle} with {numSeries} data series.",unknownMap:"Map of unspecified region with {numSeries} data series.",combinationChart:"Combination chart with {numSeries} data series.",defaultSingle:"Chart with {numPoints} data {#plural(numPoints, points, point)}.",defaultMultiple:"Chart with {numSeries} data series.",splineSingle:"Line chart with {numPoints} data {#plural(numPoints, points, point)}.",splineMultiple:"Line chart with {numSeries} lines.",lineSingle:"Line chart with {numPoints} data {#plural(numPoints, points, point)}.",lineMultiple:"Line chart with {numSeries} lines.",columnSingle:"Bar chart with {numPoints} {#plural(numPoints, bars, bar)}.",columnMultiple:"Bar chart with {numSeries} data series.",barSingle:"Bar chart with {numPoints} {#plural(numPoints, bars, bar)}.",barMultiple:"Bar chart with {numSeries} data series.",pieSingle:"Pie chart with {numPoints} {#plural(numPoints, slices, slice)}.",pieMultiple:"Pie chart with {numSeries} pies.",scatterSingle:"Scatter chart with {numPoints} {#plural(numPoints, points, point)}.",scatterMultiple:"Scatter chart with {numSeries} data series.",boxplotSingle:"Boxplot with {numPoints} {#plural(numPoints, boxes, box)}.",boxplotMultiple:"Boxplot with {numSeries} data series.",bubbleSingle:"Bubble chart with {numPoints} {#plural(numPoints, bubbles, bubble)}.",bubbleMultiple:"Bubble chart with {numSeries} data series."},axis:{xAxisDescriptionSingular:"The chart has 1 X axis displaying {names[0]}. {ranges[0]}",xAxisDescriptionPlural:"The chart has {numAxes} X axes displaying {#each(names, -1) }and {names[-1]}.",yAxisDescriptionSingular:"The chart has 1 Y axis displaying {names[0]}. {ranges[0]}",yAxisDescriptionPlural:"The chart has {numAxes} Y axes displaying {#each(names, -1) }and {names[-1]}.",timeRangeDays:"Range: {range} days.",timeRangeHours:"Range: {range} hours.",timeRangeMinutes:"Range: {range} minutes.",timeRangeSeconds:"Range: {range} seconds.",rangeFromTo:"Range: {rangeFrom} to {rangeTo}.",rangeCategories:"Range: {numCategories} categories."},exporting:{chartMenuLabel:"Chart menu",menuButtonLabel:"View chart menu, {chartTitle}"},series:{summary:{default:"{name}, series {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",defaultCombination:"{name}, series {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",line:"{name}, line {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",lineCombination:"{name}, series {ix} of {numSeries}. Line with {numPoints} data {#plural(numPoints, points, point)}.",spline:"{name}, line {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",splineCombination:"{name}, series {ix} of {numSeries}. Line with {numPoints} data {#plural(numPoints, points, point)}.",column:"{name}, bar series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bars, bar)}.",columnCombination:"{name}, series {ix} of {numSeries}. Bar series with {numPoints} {#plural(numPoints, bars, bar)}.",bar:"{name}, bar series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bars, bar)}.",barCombination:"{name}, series {ix} of {numSeries}. Bar series with {numPoints} {#plural(numPoints, bars, bar)}.",pie:"{name}, pie {ix} of {numSeries} with {numPoints} {#plural(numPoints, slices, slice)}.",pieCombination:"{name}, series {ix} of {numSeries}. Pie with {numPoints} {#plural(numPoints, slices, slice)}.",scatter:"{name}, scatter plot {ix} of {numSeries} with {numPoints} {#plural(numPoints, points, point)}.",scatterCombination:"{name}, series {ix} of {numSeries}, scatter plot with {numPoints} {#plural(numPoints, points, point)}.",boxplot:"{name}, boxplot {ix} of {numSeries} with {numPoints} {#plural(numPoints, boxes, box)}.",boxplotCombination:"{name}, series {ix} of {numSeries}. Boxplot with {numPoints} {#plural(numPoints, boxes, box)}.",bubble:"{name}, bubble series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bubbles, bubble)}.",bubbleCombination:"{name}, series {ix} of {numSeries}. Bubble series with {numPoints} {#plural(numPoints, bubbles, bubble)}.",map:"{name}, map {ix} of {numSeries} with {numPoints} {#plural(numPoints, areas, area)}.",mapCombination:"{name}, series {ix} of {numSeries}. Map with {numPoints} {#plural(numPoints, areas, area)}.",mapline:"{name}, line {ix} of {numSeries} with {numPoints} data {#plural(numPoints, points, point)}.",maplineCombination:"{name}, series {ix} of {numSeries}. Line with {numPoints} data {#plural(numPoints, points, point)}.",mapbubble:"{name}, bubble series {ix} of {numSeries} with {numPoints} {#plural(numPoints, bubbles, bubble)}.",mapbubbleCombination:"{name}, series {ix} of {numSeries}. Bubble series with {numPoints} {#plural(numPoints, bubbles, bubble)}."},description:"{description}",xAxisDescription:"X axis, {name}",yAxisDescription:"Y axis, {name}",nullPointValue:"No value",pointAnnotationsDescription:"{Annotation: #each(annotations). }"}}}})),e(t,"Accessibility/Options/DeprecatedOptions.js",[t["Core/Utilities.js"]],(function(t){function e(t,e,n){for(var i,o=0;o<e.length-1;++o)t=t[i=e[o]]=r(t[i],{});t[e[e.length-1]]=n}function n(t,n,r,o){function s(t,e){return e.reduce((function(t,e){return t[e]}),t)}var a=s(t.options,n),c=s(t.options,r);Object.keys(o).forEach((function(s){var l,u=a[s];void 0!==u&&(e(c,o[s],u),i(32,!1,t,((l={})[n.join(".")+"."+s]=r.join(".")+"."+o[s].join("."),l)))}))}var i=t.error,r=t.pick;return function(t){!function(t){var e=t.options.chart,n=t.options.accessibility||{};["description","typeDescription"].forEach((function(r){var o;e[r]&&(n[r]=e[r],i(32,!1,t,((o={})["chart."+r]="use accessibility."+r,o)))}))}(t),function(t){t.axes.forEach((function(e){(e=e.options)&&e.description&&(e.accessibility=e.accessibility||{},e.accessibility.description=e.description,i(32,!1,t,{"axis.description":"use axis.accessibility.description"}))}))}(t),t.series&&function(t){var n={description:["accessibility","description"],exposeElementToA11y:["accessibility","exposeAsGroupOnly"],pointDescriptionFormatter:["accessibility","point","descriptionFormatter"],skipKeyboardNavigation:["accessibility","keyboardNavigation","enabled"],"accessibility.pointDescriptionFormatter":["accessibility","point","descriptionFormatter"]};t.series.forEach((function(r){Object.keys(n).forEach((function(o){var s,a=r.options[o];"accessibility.pointDescriptionFormatter"===o&&(a=r.options.accessibility&&r.options.accessibility.pointDescriptionFormatter),void 0!==a&&(e(r.options,n[o],"skipKeyboardNavigation"===o?!a:a),i(32,!1,t,((s={})["series."+o]="series."+n[o].join("."),s)))}))}))}(t),n(t,["accessibility"],["accessibility"],{pointDateFormat:["point","dateFormat"],pointDateFormatter:["point","dateFormatter"],pointDescriptionFormatter:["point","descriptionFormatter"],pointDescriptionThreshold:["series","pointDescriptionEnabledThreshold"],pointNavigationThreshold:["keyboardNavigation","seriesNavigation","pointNavigationEnabledThreshold"],pointValueDecimals:["point","valueDecimals"],pointValuePrefix:["point","valuePrefix"],pointValueSuffix:["point","valueSuffix"],screenReaderSectionFormatter:["screenReaderSection","beforeChartFormatter"],describeSingleSeries:["series","describeSingleSeries"],seriesDescriptionFormatter:["series","descriptionFormatter"],onTableAnchorClick:["screenReaderSection","onViewDataTableClick"],axisRangeDateFormat:["screenReaderSection","axisRangeDateFormat"]}),n(t,["accessibility","keyboardNavigation"],["accessibility","keyboardNavigation","seriesNavigation"],{skipNullPoints:["skipNullPoints"],mode:["mode"]}),n(t,["lang","accessibility"],["lang","accessibility"],{legendItem:["legend","legendItem"],legendLabel:["legend","legendLabel"],mapZoomIn:["zoom","mapZoomIn"],mapZoomOut:["zoom","mapZoomOut"],resetZoomButton:["zoom","resetZoomButton"],screenReaderRegionLabel:["screenReaderSection","beforeRegionLabel"],rangeSelectorButton:["rangeSelector","buttonText"],rangeSelectorMaxInput:["rangeSelector","maxInputLabel"],rangeSelectorMinInput:["rangeSelector","minInputLabel"],svgContainerEnd:["screenReaderSection","endOfChartMarker"],viewAsDataTable:["table","viewAsDataTableButtonText"],tableSummary:["table","tableSummary"]})}})),e(t,"Accessibility/Accessibility.js",[t["Core/DefaultOptions.js"],t["Core/Globals.js"],t["Core/Utilities.js"],t["Accessibility/A11yI18n.js"],t["Accessibility/Components/ContainerComponent.js"],t["Accessibility/FocusBorder.js"],t["Accessibility/Components/InfoRegionsComponent.js"],t["Accessibility/KeyboardNavigation.js"],t["Accessibility/Components/LegendComponent.js"],t["Accessibility/Components/MenuComponent.js"],t["Accessibility/Components/SeriesComponent/NewDataAnnouncer.js"],t["Accessibility/ProxyProvider.js"],t["Accessibility/Components/RangeSelectorComponent.js"],t["Accessibility/Components/SeriesComponent/SeriesComponent.js"],t["Accessibility/Components/ZoomComponent.js"],t["Accessibility/HighContrastMode.js"],t["Accessibility/HighContrastTheme.js"],t["Accessibility/Options/Options.js"],t["Accessibility/Options/LangOptions.js"],t["Accessibility/Options/DeprecatedOptions.js"]],(function(t,e,n,i,r,o,s,a,c,l,u,d,h,p,f,m,g,y,b,M){t=t.defaultOptions;var v=e.doc,_=n.addEvent,x=n.extend,L=n.fireEvent,A=n.merge;return function(t){function e(){this.accessibility&&this.accessibility.destroy()}function n(){this.a11yDirty&&this.renderTo&&(delete this.a11yDirty,this.updateA11yEnabled());var t=this.accessibility;t&&!t.zombie&&(t.proxyProvider.updateProxyElementPositions(),t.getComponentOrder().forEach((function(e){t.components[e].onChartRender()})))}function r(t){(t=t.options.accessibility)&&(t.customComponents&&(this.options.accessibility.customComponents=t.customComponents,delete t.customComponents),A(!0,this.options.accessibility,t),this.accessibility&&this.accessibility.destroy&&(this.accessibility.destroy(),delete this.accessibility)),this.a11yDirty=!0}function s(){var e=this.accessibility,n=this.options.accessibility;n&&n.enabled?e&&!e.zombie?e.update():(this.accessibility=e=new t(this),!e.zombie&&e.update()):e?(e.destroy&&e.destroy(),delete this.accessibility):this.renderTo.setAttribute("aria-hidden",!0)}function d(){this.series.chart.accessibility&&(this.series.chart.a11yDirty=!0)}var m=[];t.i18nFormat=i.i18nFormat,t.compose=function(t,g,y,b,M,v,x){a.compose(g),u.compose(M),c.compose(g,y),l.compose(g),p.compose(g,b,M),f.compose(t),i.compose(g),o.compose(g,v),x&&h.compose(g,x),-1===m.indexOf(g)&&(m.push(g),g.prototype.updateA11yEnabled=s,_(g,"destroy",e),_(g,"render",n),_(g,"update",r),["addSeries","init"].forEach((function(t){_(g,t,(function(){this.a11yDirty=!0}))})),["afterDrilldown","drillupall"].forEach((function(t){_(g,t,(function(){var t=this.accessibility;t&&!t.zombie&&t.update()}))}))),-1===m.indexOf(b)&&(m.push(b),_(b,"update",d)),-1===m.indexOf(M)&&(m.push(M),["update","updatedData","remove"].forEach((function(t){_(M,t,(function(){this.chart.accessibility&&(this.chart.a11yDirty=!0)}))})))}}((e=function(){function t(t){this.proxyProvider=this.keyboardNavigation=this.components=this.chart=void 0,this.init(t)}return t.prototype.init=function(t){this.chart=t,v.addEventListener&&t.renderer.isSVG?(M(t),this.proxyProvider=new d(this.chart),this.initComponents(),this.keyboardNavigation=new a(t,this.components)):(this.zombie=!0,this.components={},t.renderTo.setAttribute("aria-hidden",!0))},t.prototype.initComponents=function(){var t=this.chart,e=this.proxyProvider,n=t.options.accessibility;this.components={container:new r,infoRegions:new s,legend:new c,chartMenu:new l,rangeSelector:new h,series:new p,zoom:new f},n.customComponents&&x(this.components,n.customComponents);var i=this.components;this.getComponentOrder().forEach((function(n){i[n].initBase(t,e),i[n].init()}))},t.prototype.getComponentOrder=function(){if(!this.components)return[];if(!this.components.series)return Object.keys(this.components);var t=Object.keys(this.components).filter((function(t){return"series"!==t}));return["series"].concat(t)},t.prototype.update=function(){var t=this.components,e=this.chart,n=e.options.accessibility;L(e,"beforeA11yUpdate"),e.types=this.getChartTypes(),n=n.keyboardNavigation.order,this.proxyProvider.updateGroupOrder(n),this.getComponentOrder().forEach((function(n){t[n].onChartUpdate(),L(e,"afterA11yComponentUpdate",{name:n,component:t[n]})})),this.keyboardNavigation.update(n),!e.highContrastModeActive&&m.isHighContrastModeActive()&&m.setHighContrastTheme(e),L(e,"afterA11yUpdate",{accessibility:this})},t.prototype.destroy=function(){var t=this.chart||{},e=this.components;Object.keys(e).forEach((function(t){e[t].destroy(),e[t].destroyBase()})),this.proxyProvider&&this.proxyProvider.destroy(),this.keyboardNavigation&&this.keyboardNavigation.destroy(),t.renderTo&&t.renderTo.setAttribute("aria-hidden",!0),t.focusElement&&t.focusElement.removeFocusBorder()},t.prototype.getChartTypes=function(){var t={};return this.chart.series.forEach((function(e){t[e.type]=1})),Object.keys(t)},t}())||(e={})),A(!0,t,y,{accessibility:{highContrastTheme:g},lang:b}),e})),e(t,"masters/modules/accessibility.src.js",[t["Core/Globals.js"],t["Accessibility/Accessibility.js"],t["Accessibility/AccessibilityComponent.js"],t["Accessibility/Utils/ChartUtilities.js"],t["Accessibility/Utils/HTMLUtilities.js"],t["Accessibility/KeyboardNavigationHandler.js"],t["Accessibility/Components/SeriesComponent/SeriesDescriber.js"]],(function(t,e,n,i,r,o,s){t.i18nFormat=e.i18nFormat,t.A11yChartUtilities=i,t.A11yHTMLUtilities=r,t.AccessibilityComponent=n,t.KeyboardNavigationHandler=o,t.SeriesAccessibilityDescriber=s,e.compose(t.Axis,t.Chart,t.Legend,t.Point,t.Series,t.SVGElement,t.RangeSelector)}))}))}})},"./node_modules/@splunk/moment/convertSplunkTimezone.js":function(t,e){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=6)}([,function(t,e,n){var i=n(2).isFinite;t.exports=function(t){return"number"==typeof t&&i(t)}},function(t,e,n){var i=n(8),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();t.exports=o},,,,function(t,e,n){"use strict";n.r(e);var i=n(1),r=n.n(i);function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){a(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}e.default=function(t,e){var n={abbrs:[],offsets:[],starts:[]};t.split(";").forEach((function(t){switch(t.charAt(0)){case"C":break;case"Y":n=function(t,e){var n=t.split(" ");if(n.length<5)return e;var i=parseInt(n[0],10);if(!r()(i))return e;var o=n.splice(2).reduce((function(t,e){var n=String.fromCharCode(parseInt(e,16));return"".concat(t).concat(n)}),"");return s(s({},e),{},{abbrs:e.abbrs.concat([o]),offsets:e.offsets.concat([-i/60])})}(t.substring(1,t.length),n);break;case"@":n=function(t,e){var n=t.split(" ");if(n.length<2)return e;var i=parseInt(n[0],10);if(!r()(i))return e;var o=parseInt(n[1],10);return!r()(o)||o<0||o>=e.offsets.length?e:s(s({},e),{},{starts:e.starts.concat([{time:1e3*i,abbr:e.abbrs[o],offset:e.offsets[o]}])})}(t.substring(1,t.length),n)}}));var i={name:e,abbrs:[],offsets:[],untils:[]};if(0===n.starts.length)return i.abbrs.push(n.abbrs[0]),i.offsets.push(n.offsets[0]),i.untils.push(null),i;var o=n.starts[0],a=n.starts[n.starts.length-1];return n.starts.forEach((function(t,e){t===o?(i.abbrs.push(a.abbr),i.offsets.push(a.offset),i.untils.push(t.time)):(i.abbrs.push(n.starts[e-1].abbr),i.offsets.push(n.starts[e-1].offset),i.untils.push(t.time)),t===a&&(i.abbrs.push(t.abbr),i.offsets.push(t.offset),i.untils.push(null))})),i}},,function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(9))},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n}])},"./node_modules/@splunk/moment/index.js":function(t,e,n){t.exports=function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=178)}([function(t,e,n){(function(t){t.exports=function(){"use strict";var e,i;function r(){return e.apply(null,arguments)}function o(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function s(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function a(t){return void 0===t}function c(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function l(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function u(t,e){var n,i=[];for(n=0;n<t.length;++n)i.push(e(t[n],n));return i}function d(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function h(t,e){for(var n in e)d(e,n)&&(t[n]=e[n]);return d(e,"toString")&&(t.toString=e.toString),d(e,"valueOf")&&(t.valueOf=e.valueOf),t}function p(t,e,n,i){return Ae(t,e,n,i,!0).utc()}function f(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function m(t){if(null==t._isValid){var e=f(t),n=i.call(e.parsedDateParts,(function(t){return null!=t})),r=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&n);if(t._strict&&(r=r&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function g(t){var e=p(NaN);return null!=t?h(f(e),t):f(e).userInvalidated=!0,e}i=Array.prototype.some?Array.prototype.some:function(t){for(var e=Object(this),n=e.length>>>0,i=0;i<n;i++)if(i in e&&t.call(this,e[i],i,e))return!0;return!1};var y=r.momentProperties=[];function b(t,e){var n,i,r;if(a(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),a(e._i)||(t._i=e._i),a(e._f)||(t._f=e._f),a(e._l)||(t._l=e._l),a(e._strict)||(t._strict=e._strict),a(e._tzm)||(t._tzm=e._tzm),a(e._isUTC)||(t._isUTC=e._isUTC),a(e._offset)||(t._offset=e._offset),a(e._pf)||(t._pf=f(e)),a(e._locale)||(t._locale=e._locale),y.length>0)for(n=0;n<y.length;n++)a(r=e[i=y[n]])||(t[i]=r);return t}var M=!1;function v(t){b(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===M&&(M=!0,r.updateOffset(this),M=!1)}function _(t){return t instanceof v||null!=t&&null!=t._isAMomentObject}function x(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function L(t){var e=+t,n=0;return 0!==e&&isFinite(e)&&(n=x(e)),n}function A(t,e,n){var i,r=Math.min(t.length,e.length),o=Math.abs(t.length-e.length),s=0;for(i=0;i<r;i++)(n&&t[i]!==e[i]||!n&&L(t[i])!==L(e[i]))&&s++;return s+o}function w(t){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function T(t,e){var n=!0;return h((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,t),n){for(var i,o=[],s=0;s<arguments.length;s++){if(i="","object"==typeof arguments[s]){for(var a in i+="\n["+s+"] ",arguments[0])i+=a+": "+arguments[0][a]+", ";i=i.slice(0,-2)}else i=arguments[s];o.push(i)}w(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),n=!1}return e.apply(this,arguments)}),e)}var k,S={};function O(t,e){null!=r.deprecationHandler&&r.deprecationHandler(t,e),S[t]||(w(e),S[t]=!0)}function j(t){return t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function z(t,e){var n,i=h({},t);for(n in e)d(e,n)&&(s(t[n])&&s(e[n])?(i[n]={},h(i[n],t[n]),h(i[n],e[n])):null!=e[n]?i[n]=e[n]:delete i[n]);for(n in t)d(t,n)&&!d(e,n)&&s(t[n])&&(i[n]=h({},i[n]));return i}function C(t){null!=t&&this.set(t)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,k=Object.keys?Object.keys:function(t){var e,n=[];for(e in t)d(t,e)&&n.push(e);return n};var D={};function P(t,e){var n=t.toLowerCase();D[n]=D[n+"s"]=D[e]=t}function E(t){return"string"==typeof t?D[t]||D[t.toLowerCase()]:void 0}function N(t){var e,n,i={};for(n in t)d(t,n)&&(e=E(n))&&(i[e]=t[n]);return i}var Y={};function W(t,e){Y[t]=e}function B(t,e,n){var i=""+Math.abs(t),r=e-i.length;return(t>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+i}var H=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,R=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,I={},q={};function X(t,e,n,i){var r=i;"string"==typeof i&&(r=function(){return this[i]()}),t&&(q[t]=r),e&&(q[e[0]]=function(){return B(r.apply(this,arguments),e[1],e[2])}),n&&(q[n]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function F(t,e){return t.isValid()?(e=G(e,t.localeData()),I[e]=I[e]||function(t){var e,n,i,r=t.match(H);for(e=0,n=r.length;e<n;e++)q[r[e]]?r[e]=q[r[e]]:r[e]=(i=r[e]).match(/\[[\s\S]/)?i.replace(/^\[|\]$/g,""):i.replace(/\\/g,"");return function(e){var i,o="";for(i=0;i<n;i++)o+=j(r[i])?r[i].call(e,t):r[i];return o}}(e),I[e](t)):t.localeData().invalidDate()}function G(t,e){var n=5;function i(t){return e.longDateFormat(t)||t}for(R.lastIndex=0;n>=0&&R.test(t);)t=t.replace(R,i),R.lastIndex=0,n-=1;return t}var U=/\d/,V=/\d\d/,K=/\d{3}/,J=/\d{4}/,$=/[+-]?\d{6}/,Z=/\d\d?/,Q=/\d\d\d\d?/,tt=/\d\d\d\d\d\d?/,et=/\d{1,3}/,nt=/\d{1,4}/,it=/[+-]?\d{1,6}/,rt=/\d+/,ot=/[+-]?\d+/,st=/Z|[+-]\d\d:?\d\d/gi,at=/Z|[+-]\d\d(?::?\d\d)?/gi,ct=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,lt={};function ut(t,e,n){lt[t]=j(e)?e:function(t,i){return t&&n?n:e}}function dt(t,e){return d(lt,t)?lt[t](e._strict,e._locale):new RegExp(ht(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,n,i,r){return e||n||i||r}))))}function ht(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}var pt={};function ft(t,e){var n,i=e;for("string"==typeof t&&(t=[t]),c(e)&&(i=function(t,n){n[e]=L(t)}),n=0;n<t.length;n++)pt[t[n]]=i}function mt(t,e){ft(t,(function(t,n,i,r){i._w=i._w||{},e(t,i._w,i,r)}))}function gt(t,e,n){null!=e&&d(pt,t)&&pt[t](e,n._a,n,t)}function yt(t){return bt(t)?366:365}function bt(t){return t%4==0&&t%100!=0||t%400==0}X("Y",0,0,(function(){var t=this.year();return t<=9999?""+t:"+"+t})),X(0,["YY",2],0,(function(){return this.year()%100})),X(0,["YYYY",4],0,"year"),X(0,["YYYYY",5],0,"year"),X(0,["YYYYYY",6,!0],0,"year"),P("year","y"),W("year",1),ut("Y",ot),ut("YY",Z,V),ut("YYYY",nt,J),ut("YYYYY",it,$),ut("YYYYYY",it,$),ft(["YYYYY","YYYYYY"],0),ft("YYYY",(function(t,e){e[0]=2===t.length?r.parseTwoDigitYear(t):L(t)})),ft("YY",(function(t,e){e[0]=r.parseTwoDigitYear(t)})),ft("Y",(function(t,e){e[0]=parseInt(t,10)})),r.parseTwoDigitYear=function(t){return L(t)+(L(t)>68?1900:2e3)};var Mt,vt=_t("FullYear",!0);function _t(t,e){return function(n){return null!=n?(Lt(this,t,n),r.updateOffset(this,e),this):xt(this,t)}}function xt(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function Lt(t,e,n){t.isValid()&&!isNaN(n)&&("FullYear"===e&&bt(t.year())&&1===t.month()&&29===t.date()?t._d["set"+(t._isUTC?"UTC":"")+e](n,t.month(),At(n,t.month())):t._d["set"+(t._isUTC?"UTC":"")+e](n))}function At(t,e){if(isNaN(t)||isNaN(e))return NaN;var n=(e%12+12)%12;return t+=(e-n)/12,1===n?bt(t)?29:28:31-n%7%2}Mt=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},X("M",["MM",2],"Mo",(function(){return this.month()+1})),X("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),X("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),P("month","M"),W("month",8),ut("M",Z),ut("MM",Z,V),ut("MMM",(function(t,e){return e.monthsShortRegex(t)})),ut("MMMM",(function(t,e){return e.monthsRegex(t)})),ft(["M","MM"],(function(t,e){e[1]=L(t)-1})),ft(["MMM","MMMM"],(function(t,e,n,i){var r=n._locale.monthsParse(t,i,n._strict);null!=r?e[1]=r:f(n).invalidMonth=t}));var wt=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Tt="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),kt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_");function St(t,e,n){var i,r,o,s=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],i=0;i<12;++i)o=p([2e3,i]),this._shortMonthsParse[i]=this.monthsShort(o,"").toLocaleLowerCase(),this._longMonthsParse[i]=this.months(o,"").toLocaleLowerCase();return n?"MMM"===e?-1!==(r=Mt.call(this._shortMonthsParse,s))?r:null:-1!==(r=Mt.call(this._longMonthsParse,s))?r:null:"MMM"===e?-1!==(r=Mt.call(this._shortMonthsParse,s))||-1!==(r=Mt.call(this._longMonthsParse,s))?r:null:-1!==(r=Mt.call(this._longMonthsParse,s))||-1!==(r=Mt.call(this._shortMonthsParse,s))?r:null}function Ot(t,e){var n;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=L(e);else if(!c(e=t.localeData().monthsParse(e)))return t;return n=Math.min(t.date(),At(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,n),t}function jt(t){return null!=t?(Ot(this,t),r.updateOffset(this,!0),this):xt(this,"Month")}var zt=ct,Ct=ct;function Dt(){function t(t,e){return e.length-t.length}var e,n,i=[],r=[],o=[];for(e=0;e<12;e++)n=p([2e3,e]),i.push(this.monthsShort(n,"")),r.push(this.months(n,"")),o.push(this.months(n,"")),o.push(this.monthsShort(n,""));for(i.sort(t),r.sort(t),o.sort(t),e=0;e<12;e++)i[e]=ht(i[e]),r[e]=ht(r[e]);for(e=0;e<24;e++)o[e]=ht(o[e]);this._monthsRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+i.join("|")+")","i")}function Pt(t,e,n,i,r,o,s){var a;return t<100&&t>=0?(a=new Date(t+400,e,n,i,r,o,s),isFinite(a.getFullYear())&&a.setFullYear(t)):a=new Date(t,e,n,i,r,o,s),a}function Et(t){var e;if(t<100&&t>=0){var n=Array.prototype.slice.call(arguments);n[0]=t+400,e=new Date(Date.UTC.apply(null,n)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)}else e=new Date(Date.UTC.apply(null,arguments));return e}function Nt(t,e,n){var i=7+e-n;return-(7+Et(t,0,i).getUTCDay()-e)%7+i-1}function Yt(t,e,n,i,r){var o,s,a=1+7*(e-1)+(7+n-i)%7+Nt(t,i,r);return a<=0?s=yt(o=t-1)+a:a>yt(t)?(o=t+1,s=a-yt(t)):(o=t,s=a),{year:o,dayOfYear:s}}function Wt(t,e,n){var i,r,o=Nt(t.year(),e,n),s=Math.floor((t.dayOfYear()-o-1)/7)+1;return s<1?i=s+Bt(r=t.year()-1,e,n):s>Bt(t.year(),e,n)?(i=s-Bt(t.year(),e,n),r=t.year()+1):(r=t.year(),i=s),{week:i,year:r}}function Bt(t,e,n){var i=Nt(t,e,n),r=Nt(t+1,e,n);return(yt(t)-i+r)/7}function Ht(t,e){return t.slice(e,7).concat(t.slice(0,e))}X("w",["ww",2],"wo","week"),X("W",["WW",2],"Wo","isoWeek"),P("week","w"),P("isoWeek","W"),W("week",5),W("isoWeek",5),ut("w",Z),ut("ww",Z,V),ut("W",Z),ut("WW",Z,V),mt(["w","ww","W","WW"],(function(t,e,n,i){e[i.substr(0,1)]=L(t)})),X("d",0,"do","day"),X("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),X("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),X("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),X("e",0,0,"weekday"),X("E",0,0,"isoWeekday"),P("day","d"),P("weekday","e"),P("isoWeekday","E"),W("day",11),W("weekday",11),W("isoWeekday",11),ut("d",Z),ut("e",Z),ut("E",Z),ut("dd",(function(t,e){return e.weekdaysMinRegex(t)})),ut("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),ut("dddd",(function(t,e){return e.weekdaysRegex(t)})),mt(["dd","ddd","dddd"],(function(t,e,n,i){var r=n._locale.weekdaysParse(t,i,n._strict);null!=r?e.d=r:f(n).invalidWeekday=t})),mt(["d","e","E"],(function(t,e,n,i){e[i]=L(t)}));var Rt="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),It="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),qt="Su_Mo_Tu_We_Th_Fr_Sa".split("_");function Xt(t,e,n){var i,r,o,s=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],i=0;i<7;++i)o=p([2e3,1]).day(i),this._minWeekdaysParse[i]=this.weekdaysMin(o,"").toLocaleLowerCase(),this._shortWeekdaysParse[i]=this.weekdaysShort(o,"").toLocaleLowerCase(),this._weekdaysParse[i]=this.weekdays(o,"").toLocaleLowerCase();return n?"dddd"===e?-1!==(r=Mt.call(this._weekdaysParse,s))?r:null:"ddd"===e?-1!==(r=Mt.call(this._shortWeekdaysParse,s))?r:null:-1!==(r=Mt.call(this._minWeekdaysParse,s))?r:null:"dddd"===e?-1!==(r=Mt.call(this._weekdaysParse,s))||-1!==(r=Mt.call(this._shortWeekdaysParse,s))||-1!==(r=Mt.call(this._minWeekdaysParse,s))?r:null:"ddd"===e?-1!==(r=Mt.call(this._shortWeekdaysParse,s))||-1!==(r=Mt.call(this._weekdaysParse,s))||-1!==(r=Mt.call(this._minWeekdaysParse,s))?r:null:-1!==(r=Mt.call(this._minWeekdaysParse,s))||-1!==(r=Mt.call(this._weekdaysParse,s))||-1!==(r=Mt.call(this._shortWeekdaysParse,s))?r:null}var Ft=ct,Gt=ct,Ut=ct;function Vt(){function t(t,e){return e.length-t.length}var e,n,i,r,o,s=[],a=[],c=[],l=[];for(e=0;e<7;e++)n=p([2e3,1]).day(e),i=this.weekdaysMin(n,""),r=this.weekdaysShort(n,""),o=this.weekdays(n,""),s.push(i),a.push(r),c.push(o),l.push(i),l.push(r),l.push(o);for(s.sort(t),a.sort(t),c.sort(t),l.sort(t),e=0;e<7;e++)a[e]=ht(a[e]),c[e]=ht(c[e]),l[e]=ht(l[e]);this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Kt(){return this.hours()%12||12}function Jt(t,e){X(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function $t(t,e){return e._meridiemParse}X("H",["HH",2],0,"hour"),X("h",["hh",2],0,Kt),X("k",["kk",2],0,(function(){return this.hours()||24})),X("hmm",0,0,(function(){return""+Kt.apply(this)+B(this.minutes(),2)})),X("hmmss",0,0,(function(){return""+Kt.apply(this)+B(this.minutes(),2)+B(this.seconds(),2)})),X("Hmm",0,0,(function(){return""+this.hours()+B(this.minutes(),2)})),X("Hmmss",0,0,(function(){return""+this.hours()+B(this.minutes(),2)+B(this.seconds(),2)})),Jt("a",!0),Jt("A",!1),P("hour","h"),W("hour",13),ut("a",$t),ut("A",$t),ut("H",Z),ut("h",Z),ut("k",Z),ut("HH",Z,V),ut("hh",Z,V),ut("kk",Z,V),ut("hmm",Q),ut("hmmss",tt),ut("Hmm",Q),ut("Hmmss",tt),ft(["H","HH"],3),ft(["k","kk"],(function(t,e,n){var i=L(t);e[3]=24===i?0:i})),ft(["a","A"],(function(t,e,n){n._isPm=n._locale.isPM(t),n._meridiem=t})),ft(["h","hh"],(function(t,e,n){e[3]=L(t),f(n).bigHour=!0})),ft("hmm",(function(t,e,n){var i=t.length-2;e[3]=L(t.substr(0,i)),e[4]=L(t.substr(i)),f(n).bigHour=!0})),ft("hmmss",(function(t,e,n){var i=t.length-4,r=t.length-2;e[3]=L(t.substr(0,i)),e[4]=L(t.substr(i,2)),e[5]=L(t.substr(r)),f(n).bigHour=!0})),ft("Hmm",(function(t,e,n){var i=t.length-2;e[3]=L(t.substr(0,i)),e[4]=L(t.substr(i))})),ft("Hmmss",(function(t,e,n){var i=t.length-4,r=t.length-2;e[3]=L(t.substr(0,i)),e[4]=L(t.substr(i,2)),e[5]=L(t.substr(r))}));var Zt,Qt=_t("Hours",!0),te={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:Tt,monthsShort:kt,week:{dow:0,doy:6},weekdays:Rt,weekdaysMin:qt,weekdaysShort:It,meridiemParse:/[ap]\.?m?\.?/i},ee={},ne={};function ie(t){return t?t.toLowerCase().replace("_","-"):t}function re(e){var i=null;if(!ee[e]&&void 0!==t&&t&&t.exports)try{i=Zt._abbr,n(144)("./"+e),oe(i)}catch(t){}return ee[e]}function oe(t,e){var n;return t&&((n=a(e)?ae(t):se(t,e))?Zt=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Zt._abbr}function se(t,e){if(null!==e){var n,i=te;if(e.abbr=t,null!=ee[t])O("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),i=ee[t]._config;else if(null!=e.parentLocale)if(null!=ee[e.parentLocale])i=ee[e.parentLocale]._config;else{if(null==(n=re(e.parentLocale)))return ne[e.parentLocale]||(ne[e.parentLocale]=[]),ne[e.parentLocale].push({name:t,config:e}),null;i=n._config}return ee[t]=new C(z(i,e)),ne[t]&&ne[t].forEach((function(t){se(t.name,t.config)})),oe(t),ee[t]}return delete ee[t],null}function ae(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Zt;if(!o(t)){if(e=re(t))return e;t=[t]}return function(t){for(var e,n,i,r,o=0;o<t.length;){for(e=(r=ie(t[o]).split("-")).length,n=(n=ie(t[o+1]))?n.split("-"):null;e>0;){if(i=re(r.slice(0,e).join("-")))return i;if(n&&n.length>=e&&A(r,n,!0)>=e-1)break;e--}o++}return Zt}(t)}function ce(t){var e,n=t._a;return n&&-2===f(t).overflow&&(e=n[1]<0||n[1]>11?1:n[2]<1||n[2]>At(n[0],n[1])?2:n[3]<0||n[3]>24||24===n[3]&&(0!==n[4]||0!==n[5]||0!==n[6])?3:n[4]<0||n[4]>59?4:n[5]<0||n[5]>59?5:n[6]<0||n[6]>999?6:-1,f(t)._overflowDayOfYear&&(e<0||e>2)&&(e=2),f(t)._overflowWeeks&&-1===e&&(e=7),f(t)._overflowWeekday&&-1===e&&(e=8),f(t).overflow=e),t}function le(t,e,n){return null!=t?t:null!=e?e:n}function ue(t){var e,n,i,o,s,a=[];if(!t._d){for(i=function(t){var e=new Date(r.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[2]&&null==t._a[1]&&function(t){var e,n,i,r,o,s,a,c;if(null!=(e=t._w).GG||null!=e.W||null!=e.E)o=1,s=4,n=le(e.GG,t._a[0],Wt(we(),1,4).year),i=le(e.W,1),((r=le(e.E,1))<1||r>7)&&(c=!0);else{o=t._locale._week.dow,s=t._locale._week.doy;var l=Wt(we(),o,s);n=le(e.gg,t._a[0],l.year),i=le(e.w,l.week),null!=e.d?((r=e.d)<0||r>6)&&(c=!0):null!=e.e?(r=e.e+o,(e.e<0||e.e>6)&&(c=!0)):r=o}i<1||i>Bt(n,o,s)?f(t)._overflowWeeks=!0:null!=c?f(t)._overflowWeekday=!0:(a=Yt(n,i,r,o,s),t._a[0]=a.year,t._dayOfYear=a.dayOfYear)}(t),null!=t._dayOfYear&&(s=le(t._a[0],i[0]),(t._dayOfYear>yt(s)||0===t._dayOfYear)&&(f(t)._overflowDayOfYear=!0),n=Et(s,0,t._dayOfYear),t._a[1]=n.getUTCMonth(),t._a[2]=n.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=a[e]=i[e];for(;e<7;e++)t._a[e]=a[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[3]&&0===t._a[4]&&0===t._a[5]&&0===t._a[6]&&(t._nextDay=!0,t._a[3]=0),t._d=(t._useUTC?Et:Pt).apply(null,a),o=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[3]=24),t._w&&void 0!==t._w.d&&t._w.d!==o&&(f(t).weekdayMismatch=!0)}}var de=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,he=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,pe=/Z|[+-]\d\d(?::?\d\d)?/,fe=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],me=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ge=/^\/?Date\((\-?\d+)/i;function ye(t){var e,n,i,r,o,s,a=t._i,c=de.exec(a)||he.exec(a);if(c){for(f(t).iso=!0,e=0,n=fe.length;e<n;e++)if(fe[e][1].exec(c[1])){r=fe[e][0],i=!1!==fe[e][2];break}if(null==r)return void(t._isValid=!1);if(c[3]){for(e=0,n=me.length;e<n;e++)if(me[e][1].exec(c[3])){o=(c[2]||" ")+me[e][0];break}if(null==o)return void(t._isValid=!1)}if(!i&&null!=o)return void(t._isValid=!1);if(c[4]){if(!pe.exec(c[4]))return void(t._isValid=!1);s="Z"}t._f=r+(o||"")+(s||""),xe(t)}else t._isValid=!1}var be=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/;function Me(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}var ve={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function _e(t){var e,n,i,r,o,s,a,c=be.exec(t._i.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,""));if(c){var l=(e=c[4],n=c[3],i=c[2],r=c[5],o=c[6],s=c[7],a=[Me(e),kt.indexOf(n),parseInt(i,10),parseInt(r,10),parseInt(o,10)],s&&a.push(parseInt(s,10)),a);if(!function(t,e,n){return!t||It.indexOf(t)===new Date(e[0],e[1],e[2]).getDay()||(f(n).weekdayMismatch=!0,n._isValid=!1,!1)}(c[1],l,t))return;t._a=l,t._tzm=function(t,e,n){if(t)return ve[t];if(e)return 0;var i=parseInt(n,10),r=i%100;return(i-r)/100*60+r}(c[8],c[9],c[10]),t._d=Et.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),f(t).rfc2822=!0}else t._isValid=!1}function xe(t){if(t._f!==r.ISO_8601)if(t._f!==r.RFC_2822){t._a=[],f(t).empty=!0;var e,n,i,o,s,a=""+t._i,c=a.length,l=0;for(i=G(t._f,t._locale).match(H)||[],e=0;e<i.length;e++)o=i[e],(n=(a.match(dt(o,t))||[])[0])&&((s=a.substr(0,a.indexOf(n))).length>0&&f(t).unusedInput.push(s),a=a.slice(a.indexOf(n)+n.length),l+=n.length),q[o]?(n?f(t).empty=!1:f(t).unusedTokens.push(o),gt(o,n,t)):t._strict&&!n&&f(t).unusedTokens.push(o);f(t).charsLeftOver=c-l,a.length>0&&f(t).unusedInput.push(a),t._a[3]<=12&&!0===f(t).bigHour&&t._a[3]>0&&(f(t).bigHour=void 0),f(t).parsedDateParts=t._a.slice(0),f(t).meridiem=t._meridiem,t._a[3]=function(t,e,n){var i;return null==n?e:null!=t.meridiemHour?t.meridiemHour(e,n):null!=t.isPM?((i=t.isPM(n))&&e<12&&(e+=12),i||12!==e||(e=0),e):e}(t._locale,t._a[3],t._meridiem),ue(t),ce(t)}else _e(t);else ye(t)}function Le(t){var e=t._i,n=t._f;return t._locale=t._locale||ae(t._l),null===e||void 0===n&&""===e?g({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),_(e)?new v(ce(e)):(l(e)?t._d=e:o(n)?function(t){var e,n,i,r,o;if(0===t._f.length)return f(t).invalidFormat=!0,void(t._d=new Date(NaN));for(r=0;r<t._f.length;r++)o=0,e=b({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[r],xe(e),m(e)&&(o+=f(e).charsLeftOver,o+=10*f(e).unusedTokens.length,f(e).score=o,(null==i||o<i)&&(i=o,n=e));h(t,n||e)}(t):n?xe(t):function(t){var e=t._i;a(e)?t._d=new Date(r.now()):l(e)?t._d=new Date(e.valueOf()):"string"==typeof e?function(t){var e=ge.exec(t._i);null===e?(ye(t),!1===t._isValid&&(delete t._isValid,_e(t),!1===t._isValid&&(delete t._isValid,r.createFromInputFallback(t)))):t._d=new Date(+e[1])}(t):o(e)?(t._a=u(e.slice(0),(function(t){return parseInt(t,10)})),ue(t)):s(e)?function(t){if(!t._d){var e=N(t._i);t._a=u([e.year,e.month,e.day||e.date,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),ue(t)}}(t):c(e)?t._d=new Date(e):r.createFromInputFallback(t)}(t),m(t)||(t._d=null),t))}function Ae(t,e,n,i,r){var a,c={};return!0!==n&&!1!==n||(i=n,n=void 0),(s(t)&&function(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(t.hasOwnProperty(e))return!1;return!0}(t)||o(t)&&0===t.length)&&(t=void 0),c._isAMomentObject=!0,c._useUTC=c._isUTC=r,c._l=n,c._i=t,c._f=e,c._strict=i,(a=new v(ce(Le(c))))._nextDay&&(a.add(1,"d"),a._nextDay=void 0),a}function we(t,e,n,i){return Ae(t,e,n,i,!1)}r.createFromInputFallback=T("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Te=T("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=we.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:g()})),ke=T("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=we.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:g()}));function Se(t,e){var n,i;if(1===e.length&&o(e[0])&&(e=e[0]),!e.length)return we();for(n=e[0],i=1;i<e.length;++i)e[i].isValid()&&!e[i][t](n)||(n=e[i]);return n}var Oe=["year","quarter","month","week","day","hour","minute","second","millisecond"];function je(t){var e=N(t),n=e.year||0,i=e.quarter||0,r=e.month||0,o=e.week||e.isoWeek||0,s=e.day||0,a=e.hour||0,c=e.minute||0,l=e.second||0,u=e.millisecond||0;this._isValid=function(t){for(var e in t)if(-1===Mt.call(Oe,e)||null!=t[e]&&isNaN(t[e]))return!1;for(var n=!1,i=0;i<Oe.length;++i)if(t[Oe[i]]){if(n)return!1;parseFloat(t[Oe[i]])!==L(t[Oe[i]])&&(n=!0)}return!0}(e),this._milliseconds=+u+1e3*l+6e4*c+1e3*a*60*60,this._days=+s+7*o,this._months=+r+3*i+12*n,this._data={},this._locale=ae(),this._bubble()}function ze(t){return t instanceof je}function Ce(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function De(t,e){X(t,0,0,(function(){var t=this.utcOffset(),n="+";return t<0&&(t=-t,n="-"),n+B(~~(t/60),2)+e+B(~~t%60,2)}))}De("Z",":"),De("ZZ",""),ut("Z",at),ut("ZZ",at),ft(["Z","ZZ"],(function(t,e,n){n._useUTC=!0,n._tzm=Ee(at,t)}));var Pe=/([\+\-]|\d\d)/gi;function Ee(t,e){var n=(e||"").match(t);if(null===n)return null;var i=((n[n.length-1]||[])+"").match(Pe)||["-",0,0],r=60*i[1]+L(i[2]);return 0===r?0:"+"===i[0]?r:-r}function Ne(t,e){var n,i;return e._isUTC?(n=e.clone(),i=(_(t)||l(t)?t.valueOf():we(t).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+i),r.updateOffset(n,!1),n):we(t).local()}function Ye(t){return 15*-Math.round(t._d.getTimezoneOffset()/15)}function We(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Be=/^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,He=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Re(t,e){var n,i,r,o,s,a,l=t,u=null;return ze(t)?l={ms:t._milliseconds,d:t._days,M:t._months}:c(t)?(l={},e?l[e]=t:l.milliseconds=t):(u=Be.exec(t))?(n="-"===u[1]?-1:1,l={y:0,d:L(u[2])*n,h:L(u[3])*n,m:L(u[4])*n,s:L(u[5])*n,ms:L(Ce(1e3*u[6]))*n}):(u=He.exec(t))?(n="-"===u[1]?-1:1,l={y:Ie(u[2],n),M:Ie(u[3],n),w:Ie(u[4],n),d:Ie(u[5],n),h:Ie(u[6],n),m:Ie(u[7],n),s:Ie(u[8],n)}):null==l?l={}:"object"==typeof l&&("from"in l||"to"in l)&&(o=we(l.from),s=we(l.to),r=o.isValid()&&s.isValid()?(s=Ne(s,o),o.isBefore(s)?a=qe(o,s):((a=qe(s,o)).milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0},(l={}).ms=r.milliseconds,l.M=r.months),i=new je(l),ze(t)&&d(t,"_locale")&&(i._locale=t._locale),i}function Ie(t,e){var n=t&&parseFloat(t.replace(",","."));return(isNaN(n)?0:n)*e}function qe(t,e){var n={};return n.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(n.months,"M").isAfter(e)&&--n.months,n.milliseconds=+e-+t.clone().add(n.months,"M"),n}function Xe(t,e){return function(n,i){var r;return null===i||isNaN(+i)||(O(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=n,n=i,i=r),Fe(this,Re(n="string"==typeof n?+n:n,i),t),this}}function Fe(t,e,n,i){var o=e._milliseconds,s=Ce(e._days),a=Ce(e._months);t.isValid()&&(i=null==i||i,a&&Ot(t,xt(t,"Month")+a*n),s&&Lt(t,"Date",xt(t,"Date")+s*n),o&&t._d.setTime(t._d.valueOf()+o*n),i&&r.updateOffset(t,s||a))}Re.fn=je.prototype,Re.invalid=function(){return Re(NaN)};var Ge=Xe(1,"add"),Ue=Xe(-1,"subtract");function Ve(t,e){var n=12*(e.year()-t.year())+(e.month()-t.month()),i=t.clone().add(n,"months");return-(n+(e-i<0?(e-i)/(i-t.clone().add(n-1,"months")):(e-i)/(t.clone().add(n+1,"months")-i)))||0}function Ke(t){var e;return void 0===t?this._locale._abbr:(null!=(e=ae(t))&&(this._locale=e),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Je=T("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function $e(){return this._locale}function Ze(t,e){return(t%e+e)%e}function Qe(t,e,n){return t<100&&t>=0?new Date(t+400,e,n)-126227808e5:new Date(t,e,n).valueOf()}function tn(t,e,n){return t<100&&t>=0?Date.UTC(t+400,e,n)-126227808e5:Date.UTC(t,e,n)}function en(t,e){X(0,[t,t.length],0,e)}function nn(t,e,n,i,r){var o;return null==t?Wt(this,i,r).year:(e>(o=Bt(t,i,r))&&(e=o),rn.call(this,t,e,n,i,r))}function rn(t,e,n,i,r){var o=Yt(t,e,n,i,r),s=Et(o.year,0,o.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}X(0,["gg",2],0,(function(){return this.weekYear()%100})),X(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),en("gggg","weekYear"),en("ggggg","weekYear"),en("GGGG","isoWeekYear"),en("GGGGG","isoWeekYear"),P("weekYear","gg"),P("isoWeekYear","GG"),W("weekYear",1),W("isoWeekYear",1),ut("G",ot),ut("g",ot),ut("GG",Z,V),ut("gg",Z,V),ut("GGGG",nt,J),ut("gggg",nt,J),ut("GGGGG",it,$),ut("ggggg",it,$),mt(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,n,i){e[i.substr(0,2)]=L(t)})),mt(["gg","GG"],(function(t,e,n,i){e[i]=r.parseTwoDigitYear(t)})),X("Q",0,"Qo","quarter"),P("quarter","Q"),W("quarter",7),ut("Q",U),ft("Q",(function(t,e){e[1]=3*(L(t)-1)})),X("D",["DD",2],"Do","date"),P("date","D"),W("date",9),ut("D",Z),ut("DD",Z,V),ut("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),ft(["D","DD"],2),ft("Do",(function(t,e){e[2]=L(t.match(Z)[0])}));var on=_t("Date",!0);X("DDD",["DDDD",3],"DDDo","dayOfYear"),P("dayOfYear","DDD"),W("dayOfYear",4),ut("DDD",et),ut("DDDD",K),ft(["DDD","DDDD"],(function(t,e,n){n._dayOfYear=L(t)})),X("m",["mm",2],0,"minute"),P("minute","m"),W("minute",14),ut("m",Z),ut("mm",Z,V),ft(["m","mm"],4);var sn=_t("Minutes",!1);X("s",["ss",2],0,"second"),P("second","s"),W("second",15),ut("s",Z),ut("ss",Z,V),ft(["s","ss"],5);var an,cn=_t("Seconds",!1);for(X("S",0,0,(function(){return~~(this.millisecond()/100)})),X(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),X(0,["SSS",3],0,"millisecond"),X(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),X(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),X(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),X(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),X(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),X(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),P("millisecond","ms"),W("millisecond",16),ut("S",et,U),ut("SS",et,V),ut("SSS",et,K),an="SSSS";an.length<=9;an+="S")ut(an,rt);function ln(t,e){e[6]=L(1e3*("0."+t))}for(an="S";an.length<=9;an+="S")ft(an,ln);var un=_t("Milliseconds",!1);X("z",0,0,"zoneAbbr"),X("zz",0,0,"zoneName");var dn=v.prototype;function hn(t){return t}dn.add=Ge,dn.calendar=function(t,e){var n=t||we(),i=Ne(n,this).startOf("day"),o=r.calendarFormat(this,i)||"sameElse",s=e&&(j(e[o])?e[o].call(this,n):e[o]);return this.format(s||this.localeData().calendar(o,this,we(n)))},dn.clone=function(){return new v(this)},dn.diff=function(t,e,n){var i,r,o;if(!this.isValid())return NaN;if(!(i=Ne(t,this)).isValid())return NaN;switch(r=6e4*(i.utcOffset()-this.utcOffset()),e=E(e)){case"year":o=Ve(this,i)/12;break;case"month":o=Ve(this,i);break;case"quarter":o=Ve(this,i)/3;break;case"second":o=(this-i)/1e3;break;case"minute":o=(this-i)/6e4;break;case"hour":o=(this-i)/36e5;break;case"day":o=(this-i-r)/864e5;break;case"week":o=(this-i-r)/6048e5;break;default:o=this-i}return n?o:x(o)},dn.endOf=function(t){var e;if(void 0===(t=E(t))||"millisecond"===t||!this.isValid())return this;var n=this._isUTC?tn:Qe;switch(t){case"year":e=n(this.year()+1,0,1)-1;break;case"quarter":e=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=n(this.year(),this.month()+1,1)-1;break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=36e5-Ze(e+(this._isUTC?0:6e4*this.utcOffset()),36e5)-1;break;case"minute":e=this._d.valueOf(),e+=6e4-Ze(e,6e4)-1;break;case"second":e=this._d.valueOf(),e+=1e3-Ze(e,1e3)-1}return this._d.setTime(e),r.updateOffset(this,!0),this},dn.format=function(t){t||(t=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var e=F(this,t);return this.localeData().postformat(e)},dn.from=function(t,e){return this.isValid()&&(_(t)&&t.isValid()||we(t).isValid())?Re({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},dn.fromNow=function(t){return this.from(we(),t)},dn.to=function(t,e){return this.isValid()&&(_(t)&&t.isValid()||we(t).isValid())?Re({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},dn.toNow=function(t){return this.to(we(),t)},dn.get=function(t){return j(this[t=E(t)])?this[t]():this},dn.invalidAt=function(){return f(this).overflow},dn.isAfter=function(t,e){var n=_(t)?t:we(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=E(e)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(e).valueOf())},dn.isBefore=function(t,e){var n=_(t)?t:we(t);return!(!this.isValid()||!n.isValid())&&("millisecond"===(e=E(e)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(e).valueOf()<n.valueOf())},dn.isBetween=function(t,e,n,i){var r=_(t)?t:we(t),o=_(e)?e:we(e);return!!(this.isValid()&&r.isValid()&&o.isValid())&&("("===(i=i||"()")[0]?this.isAfter(r,n):!this.isBefore(r,n))&&(")"===i[1]?this.isBefore(o,n):!this.isAfter(o,n))},dn.isSame=function(t,e){var n,i=_(t)?t:we(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(e=E(e)||"millisecond")?this.valueOf()===i.valueOf():(n=i.valueOf(),this.clone().startOf(e).valueOf()<=n&&n<=this.clone().endOf(e).valueOf()))},dn.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},dn.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},dn.isValid=function(){return m(this)},dn.lang=Je,dn.locale=Ke,dn.localeData=$e,dn.max=ke,dn.min=Te,dn.parsingFlags=function(){return h({},f(this))},dn.set=function(t,e){if("object"==typeof t)for(var n=function(t){var e=[];for(var n in t)e.push({unit:n,priority:Y[n]});return e.sort((function(t,e){return t.priority-e.priority})),e}(t=N(t)),i=0;i<n.length;i++)this[n[i].unit](t[n[i].unit]);else if(j(this[t=E(t)]))return this[t](e);return this},dn.startOf=function(t){var e;if(void 0===(t=E(t))||"millisecond"===t||!this.isValid())return this;var n=this._isUTC?tn:Qe;switch(t){case"year":e=n(this.year(),0,1);break;case"quarter":e=n(this.year(),this.month()-this.month()%3,1);break;case"month":e=n(this.year(),this.month(),1);break;case"week":e=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=n(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=Ze(e+(this._isUTC?0:6e4*this.utcOffset()),36e5);break;case"minute":e=this._d.valueOf(),e-=Ze(e,6e4);break;case"second":e=this._d.valueOf(),e-=Ze(e,1e3)}return this._d.setTime(e),r.updateOffset(this,!0),this},dn.subtract=Ue,dn.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},dn.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},dn.toDate=function(){return new Date(this.valueOf())},dn.toISOString=function(t){if(!this.isValid())return null;var e=!0!==t,n=e?this.clone().utc():this;return n.year()<0||n.year()>9999?F(n,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):j(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",F(n,"Z")):F(n,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},dn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t="moment",e="";this.isLocal()||(t=0===this.utcOffset()?"moment.utc":"moment.parseZone",e="Z");var n="["+t+'("]',i=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",r=e+'[")]';return this.format(n+i+"-MM-DD[T]HH:mm:ss.SSS"+r)},dn.toJSON=function(){return this.isValid()?this.toISOString():null},dn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dn.unix=function(){return Math.floor(this.valueOf()/1e3)},dn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},dn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},dn.year=vt,dn.isLeapYear=function(){return bt(this.year())},dn.weekYear=function(t){return nn.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},dn.isoWeekYear=function(t){return nn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},dn.quarter=dn.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},dn.month=jt,dn.daysInMonth=function(){return At(this.year(),this.month())},dn.week=dn.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},dn.isoWeek=dn.isoWeeks=function(t){var e=Wt(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},dn.weeksInYear=function(){var t=this.localeData()._week;return Bt(this.year(),t.dow,t.doy)},dn.isoWeeksInYear=function(){return Bt(this.year(),1,4)},dn.date=on,dn.day=dn.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},dn.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},dn.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},dn.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},dn.hour=dn.hours=Qt,dn.minute=dn.minutes=sn,dn.second=dn.seconds=cn,dn.millisecond=dn.milliseconds=un,dn.utcOffset=function(t,e,n){var i,o=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ee(at,t)))return this}else Math.abs(t)<16&&!n&&(t*=60);return!this._isUTC&&e&&(i=Ye(this)),this._offset=t,this._isUTC=!0,null!=i&&this.add(i,"m"),o!==t&&(!e||this._changeInProgress?Fe(this,Re(t-o,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?o:Ye(this)},dn.utc=function(t){return this.utcOffset(0,t)},dn.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ye(this),"m")),this},dn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ee(st,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},dn.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?we(t).utcOffset():0,(this.utcOffset()-t)%60==0)},dn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dn.isLocal=function(){return!!this.isValid()&&!this._isUTC},dn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},dn.isUtc=We,dn.isUTC=We,dn.zoneAbbr=function(){return this._isUTC?"UTC":""},dn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dn.dates=T("dates accessor is deprecated. Use date instead.",on),dn.months=T("months accessor is deprecated. Use month instead",jt),dn.years=T("years accessor is deprecated. Use year instead",vt),dn.zone=T("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()})),dn.isDSTShifted=T("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!a(this._isDSTShifted))return this._isDSTShifted;var t={};if(b(t,this),(t=Le(t))._a){var e=t._isUTC?p(t._a):we(t._a);this._isDSTShifted=this.isValid()&&A(t._a,e.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}));var pn=C.prototype;function fn(t,e,n,i){var r=ae(),o=p().set(i,e);return r[n](o,t)}function mn(t,e,n){if(c(t)&&(e=t,t=void 0),t=t||"",null!=e)return fn(t,e,n,"month");var i,r=[];for(i=0;i<12;i++)r[i]=fn(t,i,n,"month");return r}function gn(t,e,n,i){"boolean"==typeof t?(c(e)&&(n=e,e=void 0),e=e||""):(n=e=t,t=!1,c(e)&&(n=e,e=void 0),e=e||"");var r,o=ae(),s=t?o._week.dow:0;if(null!=n)return fn(e,(n+s)%7,i,"day");var a=[];for(r=0;r<7;r++)a[r]=fn(e,(r+s)%7,i,"day");return a}pn.calendar=function(t,e,n){var i=this._calendar[t]||this._calendar.sameElse;return j(i)?i.call(e,n):i},pn.longDateFormat=function(t){var e=this._longDateFormat[t],n=this._longDateFormat[t.toUpperCase()];return e||!n?e:(this._longDateFormat[t]=n.replace(/MMMM|MM|DD|dddd/g,(function(t){return t.slice(1)})),this._longDateFormat[t])},pn.invalidDate=function(){return this._invalidDate},pn.ordinal=function(t){return this._ordinal.replace("%d",t)},pn.preparse=hn,pn.postformat=hn,pn.relativeTime=function(t,e,n,i){var r=this._relativeTime[n];return j(r)?r(t,e,n,i):r.replace(/%d/i,t)},pn.pastFuture=function(t,e){var n=this._relativeTime[t>0?"future":"past"];return j(n)?n(e):n.replace(/%s/i,e)},pn.set=function(t){var e,n;for(n in t)j(e=t[n])?this[n]=e:this["_"+n]=e;this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},pn.months=function(t,e){return t?o(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||wt).test(e)?"format":"standalone"][t.month()]:o(this._months)?this._months:this._months.standalone},pn.monthsShort=function(t,e){return t?o(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[wt.test(e)?"format":"standalone"][t.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},pn.monthsParse=function(t,e,n){var i,r,o;if(this._monthsParseExact)return St.call(this,t,e,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),i=0;i<12;i++){if(r=p([2e3,i]),n&&!this._longMonthsParse[i]&&(this._longMonthsParse[i]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[i]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),n||this._monthsParse[i]||(o="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[i]=new RegExp(o.replace(".",""),"i")),n&&"MMMM"===e&&this._longMonthsParse[i].test(t))return i;if(n&&"MMM"===e&&this._shortMonthsParse[i].test(t))return i;if(!n&&this._monthsParse[i].test(t))return i}},pn.monthsRegex=function(t){return this._monthsParseExact?(d(this,"_monthsRegex")||Dt.call(this),t?this._monthsStrictRegex:this._monthsRegex):(d(this,"_monthsRegex")||(this._monthsRegex=Ct),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},pn.monthsShortRegex=function(t){return this._monthsParseExact?(d(this,"_monthsRegex")||Dt.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(d(this,"_monthsShortRegex")||(this._monthsShortRegex=zt),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},pn.week=function(t){return Wt(t,this._week.dow,this._week.doy).week},pn.firstDayOfYear=function(){return this._week.doy},pn.firstDayOfWeek=function(){return this._week.dow},pn.weekdays=function(t,e){var n=o(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?Ht(n,this._week.dow):t?n[t.day()]:n},pn.weekdaysMin=function(t){return!0===t?Ht(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},pn.weekdaysShort=function(t){return!0===t?Ht(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},pn.weekdaysParse=function(t,e,n){var i,r,o;if(this._weekdaysParseExact)return Xt.call(this,t,e,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),i=0;i<7;i++){if(r=p([2e3,1]).day(i),n&&!this._fullWeekdaysParse[i]&&(this._fullWeekdaysParse[i]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[i]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[i]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[i]||(o="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[i]=new RegExp(o.replace(".",""),"i")),n&&"dddd"===e&&this._fullWeekdaysParse[i].test(t))return i;if(n&&"ddd"===e&&this._shortWeekdaysParse[i].test(t))return i;if(n&&"dd"===e&&this._minWeekdaysParse[i].test(t))return i;if(!n&&this._weekdaysParse[i].test(t))return i}},pn.weekdaysRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Vt.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(d(this,"_weekdaysRegex")||(this._weekdaysRegex=Ft),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},pn.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Vt.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(d(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Gt),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},pn.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(d(this,"_weekdaysRegex")||Vt.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(d(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ut),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},pn.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},pn.meridiem=function(t,e,n){return t>11?n?"pm":"PM":n?"am":"AM"},oe("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===L(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),r.lang=T("moment.lang is deprecated. Use moment.locale instead.",oe),r.langData=T("moment.langData is deprecated. Use moment.localeData instead.",ae);var yn=Math.abs;function bn(t,e,n,i){var r=Re(e,n);return t._milliseconds+=i*r._milliseconds,t._days+=i*r._days,t._months+=i*r._months,t._bubble()}function Mn(t){return t<0?Math.floor(t):Math.ceil(t)}function vn(t){return 4800*t/146097}function _n(t){return 146097*t/4800}function xn(t){return function(){return this.as(t)}}var Ln=xn("ms"),An=xn("s"),wn=xn("m"),Tn=xn("h"),kn=xn("d"),Sn=xn("w"),On=xn("M"),jn=xn("Q"),zn=xn("y");function Cn(t){return function(){return this.isValid()?this._data[t]:NaN}}var Dn=Cn("milliseconds"),Pn=Cn("seconds"),En=Cn("minutes"),Nn=Cn("hours"),Yn=Cn("days"),Wn=Cn("months"),Bn=Cn("years"),Hn=Math.round,Rn={ss:44,s:45,m:45,h:22,d:26,M:11};function In(t,e,n,i,r){return r.relativeTime(e||1,!!n,t,i)}var qn=Math.abs;function Xn(t){return(t>0)-(t<0)||+t}function Fn(){if(!this.isValid())return this.localeData().invalidDate();var t,e,n=qn(this._milliseconds)/1e3,i=qn(this._days),r=qn(this._months);t=x(n/60),e=x(t/60),n%=60,t%=60;var o=x(r/12),s=r%=12,a=i,c=e,l=t,u=n?n.toFixed(3).replace(/\.?0+$/,""):"",d=this.asSeconds();if(!d)return"P0D";var h=d<0?"-":"",p=Xn(this._months)!==Xn(d)?"-":"",f=Xn(this._days)!==Xn(d)?"-":"",m=Xn(this._milliseconds)!==Xn(d)?"-":"";return h+"P"+(o?p+o+"Y":"")+(s?p+s+"M":"")+(a?f+a+"D":"")+(c||l||u?"T":"")+(c?m+c+"H":"")+(l?m+l+"M":"")+(u?m+u+"S":"")}var Gn=je.prototype;return Gn.isValid=function(){return this._isValid},Gn.abs=function(){var t=this._data;return this._milliseconds=yn(this._milliseconds),this._days=yn(this._days),this._months=yn(this._months),t.milliseconds=yn(t.milliseconds),t.seconds=yn(t.seconds),t.minutes=yn(t.minutes),t.hours=yn(t.hours),t.months=yn(t.months),t.years=yn(t.years),this},Gn.add=function(t,e){return bn(this,t,e,1)},Gn.subtract=function(t,e){return bn(this,t,e,-1)},Gn.as=function(t){if(!this.isValid())return NaN;var e,n,i=this._milliseconds;if("month"===(t=E(t))||"quarter"===t||"year"===t)switch(e=this._days+i/864e5,n=this._months+vn(e),t){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(e=this._days+Math.round(_n(this._months)),t){case"week":return e/7+i/6048e5;case"day":return e+i/864e5;case"hour":return 24*e+i/36e5;case"minute":return 1440*e+i/6e4;case"second":return 86400*e+i/1e3;case"millisecond":return Math.floor(864e5*e)+i;default:throw new Error("Unknown unit "+t)}},Gn.asMilliseconds=Ln,Gn.asSeconds=An,Gn.asMinutes=wn,Gn.asHours=Tn,Gn.asDays=kn,Gn.asWeeks=Sn,Gn.asMonths=On,Gn.asQuarters=jn,Gn.asYears=zn,Gn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*L(this._months/12):NaN},Gn._bubble=function(){var t,e,n,i,r,o=this._milliseconds,s=this._days,a=this._months,c=this._data;return o>=0&&s>=0&&a>=0||o<=0&&s<=0&&a<=0||(o+=864e5*Mn(_n(a)+s),s=0,a=0),c.milliseconds=o%1e3,t=x(o/1e3),c.seconds=t%60,e=x(t/60),c.minutes=e%60,n=x(e/60),c.hours=n%24,s+=x(n/24),a+=r=x(vn(s)),s-=Mn(_n(r)),i=x(a/12),a%=12,c.days=s,c.months=a,c.years=i,this},Gn.clone=function(){return Re(this)},Gn.get=function(t){return t=E(t),this.isValid()?this[t+"s"]():NaN},Gn.milliseconds=Dn,Gn.seconds=Pn,Gn.minutes=En,Gn.hours=Nn,Gn.days=Yn,Gn.weeks=function(){return x(this.days()/7)},Gn.months=Wn,Gn.years=Bn,Gn.humanize=function(t){if(!this.isValid())return this.localeData().invalidDate();var e=this.localeData(),n=function(t,e,n){var i=Re(t).abs(),r=Hn(i.as("s")),o=Hn(i.as("m")),s=Hn(i.as("h")),a=Hn(i.as("d")),c=Hn(i.as("M")),l=Hn(i.as("y")),u=r<=Rn.ss&&["s",r]||r<Rn.s&&["ss",r]||o<=1&&["m"]||o<Rn.m&&["mm",o]||s<=1&&["h"]||s<Rn.h&&["hh",s]||a<=1&&["d"]||a<Rn.d&&["dd",a]||c<=1&&["M"]||c<Rn.M&&["MM",c]||l<=1&&["y"]||["yy",l];return u[2]=e,u[3]=+t>0,u[4]=n,In.apply(null,u)}(this,!t,e);return t&&(n=e.pastFuture(+this,n)),e.postformat(n)},Gn.toISOString=Fn,Gn.toString=Fn,Gn.toJSON=Fn,Gn.locale=Ke,Gn.localeData=$e,Gn.toIsoString=T("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Fn),Gn.lang=Je,X("X",0,0,"unix"),X("x",0,0,"valueOf"),ut("x",ot),ut("X",/[+-]?\d+(\.\d{1,3})?/),ft("X",(function(t,e,n){n._d=new Date(1e3*parseFloat(t,10))})),ft("x",(function(t,e,n){n._d=new Date(L(t))})),r.version="2.24.0",e=we,r.fn=dn,r.min=function(){var t=[].slice.call(arguments,0);return Se("isBefore",t)},r.max=function(){var t=[].slice.call(arguments,0);return Se("isAfter",t)},r.now=function(){return Date.now?Date.now():+new Date},r.utc=p,r.unix=function(t){return we(1e3*t)},r.months=function(t,e){return mn(t,e,"months")},r.isDate=l,r.locale=oe,r.invalid=g,r.duration=Re,r.isMoment=_,r.weekdays=function(t,e,n){return gn(t,e,n,"weekdays")},r.parseZone=function(){return we.apply(null,arguments).parseZone()},r.localeData=ae,r.isDuration=ze,r.monthsShort=function(t,e){return mn(t,e,"monthsShort")},r.weekdaysMin=function(t,e,n){return gn(t,e,n,"weekdaysMin")},r.defineLocale=se,r.updateLocale=function(t,e){if(null!=e){var n,i,r=te;null!=(i=re(t))&&(r=i._config),(n=new C(e=z(r,e))).parentLocale=ee[t],ee[t]=n,oe(t)}else null!=ee[t]&&(null!=ee[t].parentLocale?ee[t]=ee[t].parentLocale:null!=ee[t]&&delete ee[t]);return ee[t]},r.locales=function(){return k(ee)},r.weekdaysShort=function(t,e,n){return gn(t,e,n,"weekdaysShort")},r.normalizeUnits=E,r.relativeTimeRounding=function(t){return void 0===t?Hn:"function"==typeof t&&(Hn=t,!0)},r.relativeTimeThreshold=function(t,e){return void 0!==Rn[t]&&(void 0===e?Rn[t]:(Rn[t]=e,"s"===t&&(Rn.ss=e-1),!0))},r.calendarFormat=function(t,e){var n=t.diff(e,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"},r.prototype=dn,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()}).call(this,n(143)(t))},function(t,e,n){var i=n(2).isFinite;t.exports=function(t){return"number"==typeof t&&i(t)}},function(t,e,n){var i=n(8),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();t.exports=o},function(t,e,n){var i=n(139)(Object,"create");t.exports=i},function(t,e,n){var i=n(168);t.exports=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1}},function(t,e,n){var i=n(174);t.exports=function(t,e){var n=t.__data__;return i(e)?n["string"==typeof e?"string":"hash"]:n.map}},function(t,e,n){"use strict";n.r(e);var i=n(1),r=n.n(i);function o(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?o(Object(n),!0).forEach((function(e){a(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}e.default=function(t,e){var n={abbrs:[],offsets:[],starts:[]};t.split(";").forEach((function(t){switch(t.charAt(0)){case"C":break;case"Y":n=function(t,e){var n=t.split(" ");if(n.length<5)return e;var i=parseInt(n[0],10);if(!r()(i))return e;var o=n.splice(2).reduce((function(t,e){var n=String.fromCharCode(parseInt(e,16));return"".concat(t).concat(n)}),"");return s(s({},e),{},{abbrs:e.abbrs.concat([o]),offsets:e.offsets.concat([-i/60])})}(t.substring(1,t.length),n);break;case"@":n=function(t,e){var n=t.split(" ");if(n.length<2)return e;var i=parseInt(n[0],10);if(!r()(i))return e;var o=parseInt(n[1],10);return!r()(o)||o<0||o>=e.offsets.length?e:s(s({},e),{},{starts:e.starts.concat([{time:1e3*i,abbr:e.abbrs[o],offset:e.offsets[o]}])})}(t.substring(1,t.length),n)}}));var i={name:e,abbrs:[],offsets:[],untils:[]};if(0===n.starts.length)return i.abbrs.push(n.abbrs[0]),i.offsets.push(n.offsets[0]),i.untils.push(null),i;var o=n.starts[0],a=n.starts[n.starts.length-1];return n.starts.forEach((function(t,e){t===o?(i.abbrs.push(a.abbr),i.offsets.push(a.offset),i.untils.push(t.time)):(i.abbrs.push(n.starts[e-1].abbr),i.offsets.push(n.starts[e-1].offset),i.untils.push(t.time)),t===a&&(i.abbrs.push(t.abbr),i.offsets.push(t.offset),i.untils.push(null))})),i}},function(t,e){t.exports=n("./node_modules/@splunk/moment/node_modules/@splunk/splunk-utils/config.js")},function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n(9))},function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},function(t,e,n){var i=n(148);function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var s=t.apply(this,i);return n.cache=o.set(r,s)||o,s};return n.cache=new(r.Cache||i),n}r.Cache=i,t.exports=r},function(t,e,n){!function(t){"use strict";t.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(t){return/^nm$/i.test(t)},meridiem:function(t,e,n){return t<12?n?"vm":"VM":n?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},i=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},o=function(t){return function(e,n,o,s){var a=i(e),c=r[t][i(e)];return 2===a&&(c=c[n?0:1]),c.replace(/%d/i,e)}},s=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];t.defineLocale("ar",{months:s,monthsShort:s,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,n){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:o("s"),ss:o("s"),m:o("m"),mm:o("m"),h:o("h"),hh:o("h"),d:o("d"),dd:o("d"),M:o("M"),MM:o("M"),y:o("y"),yy:o("y")},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(t){return n[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ar-dz",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"أح_إث_ثلا_أر_خم_جم_سب".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},n=function(t){return 0===t?0:1===t?1:2===t?2:t%100>=3&&t%100<=10?3:t%100>=11?4:5},i={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(t){return function(e,r,o,s){var a=n(e),c=i[t][n(e)];return 2===a&&(c=c[r?0:1]),c.replace(/%d/i,e)}},o=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"];t.defineLocale("ar-ly",{months:o,monthsShort:o,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,n){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"};t.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(t){return"م"===t},meridiem:function(t,e,n){return t<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(t){return n[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"};t.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"birneçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(t){return/^(gündüz|axşam)$/.test(t)},meridiem:function(t,e,n){return t<4?"gecə":t<12?"səhər":t<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(t){if(0===t)return t+"-ıncı";var n=t%10;return t+(e[n]||e[t%100-n]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){var i,r;return"m"===n?e?"хвіліна":"хвіліну":"h"===n?e?"гадзіна":"гадзіну":t+" "+(i=+t,r={ss:e?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:e?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:e?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}t.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:e,mm:e,h:e,hh:e,d:"дзень",dd:e,M:"месяц",MM:e,y:"год",yy:e},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(t){return/^(дня|вечара)$/.test(t)},meridiem:function(t,e,n){return t<4?"ночы":t<12?"раніцы":t<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t%10!=2&&t%10!=3||t%100==12||t%100==13?t+"-ы":t+"-і";case"D":return t+"-га";default:return t}},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"янр_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[В изминалата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[В изминалия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дни",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(t){var e=t%10,n=t%100;return 0===t?t+"-ев":0===n?t+"-ен":n>10&&n<20?t+"-ти":1===e?t+"-ви":2===e?t+"-ри":7===e||8===e?t+"-ми":t+"-ти"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},n={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"};t.defineLocale("bn",{months:"জানুয়ারী_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব_মার্চ_এপ্র_মে_জুন_জুল_আগ_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গ_বুধ_বৃহঃ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(t){return t.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(t,e){return 12===t&&(t=0),"রাত"===e&&t>=4||"দুপুর"===e&&t<5||"বিকাল"===e?t+12:t},meridiem:function(t,e,n){return t<4?"রাত":t<10?"সকাল":t<17?"দুপুর":t<20?"বিকাল":"রাত"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},n={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"};t.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(t){return t.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(t,e){return 12===t&&(t=0),"མཚན་མོ"===e&&t>=4||"ཉིན་གུང"===e&&t<5||"དགོང་དག"===e?t+12:t},meridiem:function(t,e,n){return t<4?"མཚན་མོ":t<10?"ཞོགས་ཀས":t<17?"ཉིན་གུང":t<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){return t+" "+function(t,e){return 2===e?function(t){var e={m:"v",b:"v",d:"z"};return void 0===e[t.charAt(0)]?t:e[t.charAt(0)]+t.substring(1)}(t):t}({mm:"munutenn",MM:"miz",dd:"devezh"}[n],t)}t.defineLocale("br",{months:"Genver_C'hwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_C'hwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Merc'her_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h[e]mm A",LTS:"h[e]mm:ss A",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY h[e]mm A",LLLL:"dddd, D [a viz] MMMM YYYY h[e]mm A"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warc'hoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Dec'h da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s 'zo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:e,h:"un eur",hh:"%d eur",d:"un devezh",dd:e,M:"ur miz",MM:e,y:"ur bloaz",yy:function(t){switch(function t(e){return e>9?t(e%10):e}(t)){case 1:case 3:case 4:case 5:case 9:return t+" bloaz";default:return t+" vloaz"}}},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(t){return t+(1===t?"añ":"vet")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){var i=t+" ";switch(n){case"ss":return i+(1===t?"sekunda":2===t||3===t||4===t?"sekunde":"sekundi");case"m":return e?"jedna minuta":"jedne minute";case"mm":return i+(1===t?"minuta":2===t||3===t||4===t?"minute":"minuta");case"h":return e?"jedan sat":"jednog sata";case"hh":return i+(1===t?"sat":2===t||3===t||4===t?"sata":"sati");case"dd":return i+(1===t?"dan":"dana");case"MM":return i+(1===t?"mjesec":2===t||3===t||4===t?"mjeseca":"mjeseci");case"yy":return i+(1===t?"godina":2===t||3===t||4===t?"godine":"godina")}}t.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:e,m:e,mm:e,h:e,hh:e,d:"dan",dd:e,M:"mjesec",MM:e,y:"godinu",yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(t,e){var n=1===t?"r":2===t?"n":3===t?"r":4===t?"t":"è";return"w"!==e&&"W"!==e||(n="a"),t+n},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),n="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),i=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function o(t){return t>1&&t<5&&1!=~~(t/10)}function s(t,e,n,i){var r=t+" ";switch(n){case"s":return e||i?"pár sekund":"pár sekundami";case"ss":return e||i?r+(o(t)?"sekundy":"sekund"):r+"sekundami";case"m":return e?"minuta":i?"minutu":"minutou";case"mm":return e||i?r+(o(t)?"minuty":"minut"):r+"minutami";case"h":return e?"hodina":i?"hodinu":"hodinou";case"hh":return e||i?r+(o(t)?"hodiny":"hodin"):r+"hodinami";case"d":return e||i?"den":"dnem";case"dd":return e||i?r+(o(t)?"dny":"dní"):r+"dny";case"M":return e||i?"měsíc":"měsícem";case"MM":return e||i?r+(o(t)?"měsíce":"měsíců"):r+"měsíci";case"y":return e||i?"rok":"rokem";case"yy":return e||i?r+(o(t)?"roky":"let"):r+"lety"}}t.defineLocale("cs",{months:e,monthsShort:n,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(t){return t+(/сехет$/i.exec(t)?"рен":/ҫул$/i.exec(t)?"тан":"ран")},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(t){var e="";return t>20?e=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(e=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"][t]),t+e},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?r[n][0]:r[n][1]}t.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?r[n][0]:r[n][1]}t.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[t+" Tage",t+" Tagen"],M:["ein Monat","einem Monat"],MM:[t+" Monate",t+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[t+" Jahre",t+" Jahren"]};return e?r[n][0]:r[n][1]}t.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:e,mm:"%d Minuten",h:e,hh:"%d Stunden",d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],n=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"];t.defineLocale("dv",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(t){return"މފ"===t},meridiem:function(t,e,n){return t<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:7,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(t,e){return t?"string"==typeof e&&/D/.test(e.substring(0,e.indexOf("MMMM")))?this._monthsGenitiveEl[t.month()]:this._monthsNominativeEl[t.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(t,e,n){return t>11?n?"μμ":"ΜΜ":n?"πμ":"ΠΜ"},isPM:function(t){return"μ"===(t+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(t,e){var n,i=this._calendarEl[t],r=e&&e.hours();return((n=i)instanceof Function||"[object Function]"===Object.prototype.toString.call(n))&&(i=i.apply(e)),i.replace("{}",r%12==1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-SG",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aŭg_sep_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D[-a de] MMMM, YYYY",LLL:"D[-a de] MMMM, YYYY HH:mm",LLLL:"dddd, [la] D[-a de] MMMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(t){return"p"===t.charAt(0).toLowerCase()},meridiem:function(t,e,n){return t>11?n?"p.t.m.":"P.T.M.":n?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd [je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasinta] dddd [je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"sekundoj",ss:"%d sekundoj",m:"minuto",mm:"%d minutoj",h:"horo",hh:"%d horoj",d:"tago",dd:"%d tagoj",M:"monato",MM:"%d monatoj",y:"jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),n="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),i=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i;t.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[t+"sekundi",t+"sekundit"],m:["ühe minuti","üks minut"],mm:[t+" minuti",t+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[t+" tunni",t+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[t+" kuu",t+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[t+" aasta",t+" aastat"]};return e?r[n][2]?r[n][2]:r[n][1]:i?r[n][0]:r[n][1]}t.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:"%d päeva",M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},n={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"};t.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysShort:"یکشنبه_دوشنبه_سهشنبه_چهارشنبه_پنجشنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(t){return/بعد از ظهر/.test(t)},meridiem:function(t,e,n){return t<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"ثانیه d%",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(t){return t.replace(/[۰-۹]/g,(function(t){return n[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),n=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",e[7],e[8],e[9]];function i(t,i,r,o){var s="";switch(r){case"s":return o?"muutaman sekunnin":"muutama sekunti";case"ss":return o?"sekunnin":"sekuntia";case"m":return o?"minuutin":"minuutti";case"mm":s=o?"minuutin":"minuuttia";break;case"h":return o?"tunnin":"tunti";case"hh":s=o?"tunnin":"tuntia";break;case"d":return o?"päivän":"päivä";case"dd":s=o?"päivän":"päivää";break;case"M":return o?"kuukauden":"kuukausi";case"MM":s=o?"kuukauden":"kuukautta";break;case"y":return o?"vuoden":"vuosi";case"yy":s=o?"vuoden":"vuotta"}return function(t,i){return t<10?i?n[t]:e[t]:t}(t,o)+" "+s}t.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(t,e){switch(e){case"D":return t+(1===t?"er":"");default:case"M":case"Q":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(t,e){switch(e){default:case"M":case"Q":case"D":case"DDD":case"d":return t+(1===t?"er":"e");case"w":case"W":return t+(1===t?"re":"e")}},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),n="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_");t.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ga",{months:["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Méitheamh","Iúil","Lúnasa","Meán Fómhair","Deaireadh Fómhair","Samhain","Nollaig"],monthsShort:["Eaná","Feab","Márt","Aibr","Beal","Méit","Iúil","Lúna","Meán","Deai","Samh","Noll"],monthsParseExact:!0,weekdays:["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Satharn"],weekdaysShort:["Dom","Lua","Mái","Céa","Déa","hAo","Sat"],weekdaysMin:["Do","Lu","Má","Ce","Dé","hA","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné aig] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d mí",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(t){return t+(1===t?"d":t%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("gd",{months:["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],monthsShort:["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],monthsParseExact:!0,weekdays:["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],weekdaysShort:["Did","Dil","Dim","Dic","Dia","Dih","Dis"],weekdaysMin:["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(t){return t+(1===t?"d":t%10==2?"na":"mh")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(t){return 0===t.indexOf("un")?"n"+t:"en "+t},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={s:["thodde secondanim","thodde second"],ss:[t+" secondanim",t+" second"],m:["eka mintan","ek minute"],mm:[t+" mintanim",t+" mintam"],h:["eka voran","ek vor"],hh:[t+" voranim",t+" voram"],d:["eka disan","ek dis"],dd:[t+" disanim",t+" dis"],M:["eka mhoinean","ek mhoino"],MM:[t+" mhoineanim",t+" mhoine"],y:["eka vorsan","ek voros"],yy:[t+" vorsanim",t+" vorsam"]};return e?r[n][0]:r[n][1]}t.defineLocale("gom-latn",{months:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budvar_Brestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM[achea] Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Ieta to] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fatlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(t,e){switch(e){case"D":return t+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return t}},week:{dow:1,doy:4},meridiemParse:/rati|sokalli|donparam|sanje/,meridiemHour:function(t,e){return 12===t&&(t=0),"rati"===e?t<4?t:t+12:"sokalli"===e?t:"donparam"===e?t>12?t:t+12:"sanje"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"rati":t<12?"sokalli":t<16?"donparam":t<20?"sanje":"rati"}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},n={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"};t.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પેહલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(t){return t.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(t,e){return 12===t&&(t=0),"રાત"===e?t<4?t:t+12:"સવાર"===e?t:"બપોર"===e?t>=10?t:t+12:"સાંજ"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"રાત":t<10?"સવાર":t<17?"બપોર":t<20?"સાંજ":"રાત"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(t){return 2===t?"שעתיים":t+" שעות"},d:"יום",dd:function(t){return 2===t?"יומיים":t+" ימים"},M:"חודש",MM:function(t){return 2===t?"חודשיים":t+" חודשים"},y:"שנה",yy:function(t){return 2===t?"שנתיים":t%10==0&&10!==t?t+" שנה":t+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(t){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(t)},meridiem:function(t,e,n){return t<5?"לפנות בוקר":t<10?"בבוקר":t<12?n?'לפנה"צ':"לפני הצהריים":t<18?n?'אחה"צ':"אחרי הצהריים":"בערב"}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};t.defineLocale("hi",{months:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(t,e){return 12===t&&(t=0),"रात"===e?t<4?t:t+12:"सुबह"===e?t:"दोपहर"===e?t>=10?t:t+12:"शाम"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"रात":t<10?"सुबह":t<17?"दोपहर":t<20?"शाम":"रात"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){var i=t+" ";switch(n){case"ss":return i+(1===t?"sekunda":2===t||3===t||4===t?"sekunde":"sekundi");case"m":return e?"jedna minuta":"jedne minute";case"mm":return i+(1===t?"minuta":2===t||3===t||4===t?"minute":"minuta");case"h":return e?"jedan sat":"jednog sata";case"hh":return i+(1===t?"sat":2===t||3===t||4===t?"sata":"sati");case"dd":return i+(1===t?"dan":"dana");case"MM":return i+(1===t?"mjesec":2===t||3===t||4===t?"mjeseca":"mjeseci");case"yy":return i+(1===t?"godina":2===t||3===t||4===t?"godine":"godina")}}t.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:e,m:e,mm:e,h:e,hh:e,d:"dan",dd:e,M:"mjesec",MM:e,y:"godinu",yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function n(t,e,n,i){var r=t;switch(n){case"s":return i||e?"néhány másodperc":"néhány másodperce";case"ss":return r+(i||e)?" másodperc":" másodperce";case"m":return"egy"+(i||e?" perc":" perce");case"mm":return r+(i||e?" perc":" perce");case"h":return"egy"+(i||e?" óra":" órája");case"hh":return r+(i||e?" óra":" órája");case"d":return"egy"+(i||e?" nap":" napja");case"dd":return r+(i||e?" nap":" napja");case"M":return"egy"+(i||e?" hónap":" hónapja");case"MM":return r+(i||e?" hónap":" hónapja");case"y":return"egy"+(i||e?" év":" éve");case"yy":return r+(i||e?" év":" éve")}return""}function i(t){return(t?"":"[múlt] ")+"["+e[this.day()]+"] LT[-kor]"}t.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan_feb_márc_ápr_máj_jún_júl_aug_szept_okt_nov_dec".split("_"),weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(t){return"u"===t.charAt(1).toLowerCase()},meridiem:function(t,e,n){return t<12?!0===n?"de":"DE":!0===n?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return i.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return i.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(t){return/^(ցերեկվա|երեկոյան)$/.test(t)},meridiem:function(t){return t<4?"գիշերվա":t<12?"առավոտվա":t<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(t,e){switch(e){case"DDD":case"w":case"W":case"DDDo":return 1===t?t+"-ին":t+"-րդ";default:return t}},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"siang"===e?t>=11?t:t+12:"sore"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"siang":t<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t){return t%100==11||t%10!=1}function n(t,n,i,r){var o=t+" ";switch(i){case"s":return n||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return e(t)?o+(n||r?"sekúndur":"sekúndum"):o+"sekúnda";case"m":return n?"mínúta":"mínútu";case"mm":return e(t)?o+(n||r?"mínútur":"mínútum"):n?o+"mínúta":o+"mínútu";case"hh":return e(t)?o+(n||r?"klukkustundir":"klukkustundum"):o+"klukkustund";case"d":return n?"dagur":r?"dag":"degi";case"dd":return e(t)?n?o+"dagar":o+(r?"daga":"dögum"):n?o+"dagur":o+(r?"dag":"degi");case"M":return n?"mánuður":r?"mánuð":"mánuði";case"MM":return e(t)?n?o+"mánuðir":o+(r?"mánuði":"mánuðum"):n?o+"mánuður":o+(r?"mánuð":"mánuði");case"y":return n||r?"ár":"ári";case"yy":return e(t)?o+(n||r?"ár":"árum"):o+(n||r?"ár":"ári")}}t.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:n,ss:n,m:n,mm:n,h:"klukkustund",hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(t){return(/^[0-9].+$/.test(t)?"tra":"in")+" "+t},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(t){return(/^[0-9].+$/.test(t)?"tra":"in")+" "+t},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ja",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(t){return"午後"===t},meridiem:function(t,e,n){return t<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(t){return t.week()<this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(t){return this.week()<t.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";default:return t}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(t,e){return 12===t&&(t=0),"enjing"===e?t:"siyang"===e?t>=11?t:t+12:"sonten"===e||"ndalu"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"enjing":t<15?"siyang":t<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ka",{months:{standalone:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),format:"იანვარს_თებერვალს_მარტს_აპრილის_მაისს_ივნისს_ივლისს_აგვისტს_სექტემბერს_ოქტომბერს_ნოემბერს_დეკემბერს".split("_")},monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(t){return/(წამი|წუთი|საათი|წელი)/.test(t)?t.replace(/ი$/,"ში"):t+"ში"},past:function(t){return/(წამი|წუთი|საათი|დღე|თვე)/.test(t)?t.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(t)?t.replace(/წელი$/,"წლის წინ"):void 0},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(t){return 0===t?t:1===t?t+"-ლი":t<20||t<=100&&t%20==0||t%100==0?"მე-"+t:t+"-ე"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"};t.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},n={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"};t.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(t){return"ល្ងាច"===t},meridiem:function(t,e,n){return t<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(t){return t.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},n={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"};t.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(t){return t.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(t,e){return 12===t&&(t=0),"ರಾತ್ರಿ"===e?t<4?t:t+12:"ಬೆಳಿಗ್ಗೆ"===e?t:"ಮಧ್ಯಾಹ್ನ"===e?t>=10?t:t+12:"ಸಂಜೆ"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"ರಾತ್ರಿ":t<10?"ಬೆಳಿಗ್ಗೆ":t<17?"ಮಧ್ಯಾಹ್ನ":t<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(t){return t+"ನೇ"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"일";case"M":return t+"월";case"w":case"W":return t+"주";default:return t}},meridiemParse:/오전|오후/,isPM:function(t){return"오후"===t},meridiem:function(t,e,n){return t<12?"오전":"오후"}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},n={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},i=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"];t.defineLocale("ku",{months:i,monthsShort:i,weekdays:"یهكشهممه_دووشهممه_سێشهممه_چوارشهممه_پێنجشهممه_ههینی_شهممه".split("_"),weekdaysShort:"یهكشهم_دووشهم_سێشهم_چوارشهم_پێنجشهم_ههینی_شهممه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره|بهیانی/,isPM:function(t){return/ئێواره/.test(t)},meridiem:function(t,e,n){return t<12?"بهیانی":"ئێواره"},calendar:{sameDay:"[ئهمرۆ كاتژمێر] LT",nextDay:"[بهیانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له %s",past:"%s",s:"چهند چركهیهك",ss:"چركه %d",m:"یهك خولهك",mm:"%d خولهك",h:"یهك كاتژمێر",hh:"%d كاتژمێر",d:"یهك ڕۆژ",dd:"%d ڕۆژ",M:"یهك مانگ",MM:"%d مانگ",y:"یهك ساڵ",yy:"%d ساڵ"},preparse:function(t){return t.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(t){return n[t]})).replace(/،/g,",")},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]})).replace(/,/g,"،")},week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"};t.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return e?r[n][0]:r[n][1]}function n(t){if(t=parseInt(t,10),isNaN(t))return!1;if(t<0)return!0;if(t<10)return 4<=t&&t<=7;if(t<100){var e=t%10;return n(0===e?t/10:e)}if(t<1e4){for(;t>=10;)t/=10;return n(t)}return n(t/=1e3)}t.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:function(t){return n(t.substr(0,t.indexOf(" ")))?"a "+t:"an "+t},past:function(t){return n(t.substr(0,t.indexOf(" ")))?"viru "+t:"virun "+t},s:"e puer Sekonnen",ss:"%d Sekonnen",m:e,mm:"%d Minutten",h:e,hh:"%d Stonnen",d:e,dd:"%d Deeg",M:e,MM:"%d Méint",y:e,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(t){return"ຕອນແລງ"===t},meridiem:function(t,e,n){return t<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(t){return"ທີ່"+t}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function n(t,e,n,i){return e?r(n)[0]:i?r(n)[1]:r(n)[2]}function i(t){return t%10==0||t>10&&t<20}function r(t){return e[t].split("_")}function o(t,e,o,s){var a=t+" ";return 1===t?a+n(0,e,o[0],s):e?a+(i(t)?r(o)[1]:r(o)[0]):s?a+r(o)[1]:a+(i(t)?r(o)[1]:r(o)[2])}t.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:function(t,e,n,i){return e?"kelios sekundės":i?"kelių sekundžių":"kelias sekundes"},ss:o,m:n,mm:o,h:n,hh:o,d:n,dd:o,M:n,MM:o,y:n,yy:o},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(t){return t+"-oji"},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function n(t,e,n){return n?e%10==1&&e%100!=11?t[2]:t[3]:e%10==1&&e%100!=11?t[0]:t[1]}function i(t,i,r){return t+" "+n(e[r],t,i)}function r(t,i,r){return n(e[r],t,i)}t.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:function(t,e){return e?"dažas sekundes":"dažām sekundēm"},ss:i,m:r,mm:i,h:r,hh:i,d:r,dd:i,M:r,MM:i,y:r,yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,i){var r=e.words[i];return 1===i.length?n?r[0]:r[1]:t+" "+e.correctGrammaticalCase(t,r)}};t.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mjesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"после %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",M:"месец",MM:"%d месеци",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(t){var e=t%10,n=t%100;return 0===t?t+"-ев":0===n?t+"-ен":n>10&&n<20?t+"-ти":1===e?t+"-ви":2===e?t+"-ри":7===e||8===e?t+"-ми":t+"-ти"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(t,e){return 12===t&&(t=0),"രാത്രി"===e&&t>=4||"ഉച്ച കഴിഞ്ഞ്"===e||"വൈകുന്നേരം"===e?t+12:t},meridiem:function(t,e,n){return t<4?"രാത്രി":t<12?"രാവിലെ":t<17?"ഉച്ച കഴിഞ്ഞ്":t<20?"വൈകുന്നേരം":"രാത്രി"}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){switch(n){case"s":return e?"хэдхэн секунд":"хэдхэн секундын";case"ss":return t+(e?" секунд":" секундын");case"m":case"mm":return t+(e?" минут":" минутын");case"h":case"hh":return t+(e?" цаг":" цагийн");case"d":case"dd":return t+(e?" өдөр":" өдрийн");case"M":case"MM":return t+(e?" сар":" сарын");case"y":case"yy":return t+(e?" жил":" жилийн");default:return t}}t.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(t){return"ҮХ"===t},meridiem:function(t,e,n){return t<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+" өдөр";default:return t}}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function i(t,e,n,i){var r="";if(e)switch(n){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे"}else switch(n){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां"}return r.replace(/%d/i,t)}t.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:i,ss:i,m:i,mm:i,h:i,hh:i,d:i,dd:i,M:i,MM:i,y:i,yy:i},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/रात्री|सकाळी|दुपारी|सायंकाळी/,meridiemHour:function(t,e){return 12===t&&(t=0),"रात्री"===e?t<4?t:t+12:"सकाळी"===e?t:"दुपारी"===e?t>=10?t:t+12:"सायंकाळी"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"रात्री":t<10?"सकाळी":t<17?"दुपारी":t<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(t,e){return 12===t&&(t=0),"pagi"===e?t:"tengahari"===e?t>=11?t:t+12:"petang"===e||"malam"===e?t+12:void 0},meridiem:function(t,e,n){return t<11?"pagi":t<15?"tengahari":t<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},n={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"};t.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(t){return t.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_april_mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};t.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(t){return t.replace(/[१२३४५६७८९०]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(t,e){return 12===t&&(t=0),"राति"===e?t<4?t:t+12:"बिहान"===e?t:"दिउँसो"===e?t>=10?t:t+12:"साँझ"===e?t+12:void 0},meridiem:function(t,e,n){return t<3?"राति":t<12?"बिहान":t<16?"दिउँसो":t<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;t.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),n="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),i=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i;t.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(t,i){return t?/-MMM-/.test(i)?n[t.month()]:e[t.month()]:e},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:i,longMonthsParse:i,shortMonthsParse:i,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(t){return t+(1===t||8===t||t>=20?"ste":"de")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"sun_mån_tys_ons_tor_fre_lau".split("_"),weekdaysMin:"su_må_ty_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},n={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"};t.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(t){return t.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(t,e){return 12===t&&(t=0),"ਰਾਤ"===e?t<4?t:t+12:"ਸਵੇਰ"===e?t:"ਦੁਪਹਿਰ"===e?t>=10?t:t+12:"ਸ਼ਾਮ"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"ਰਾਤ":t<10?"ਸਵੇਰ":t<17?"ਦੁਪਹਿਰ":t<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),n="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_");function i(t){return t%10<5&&t%10>1&&~~(t/10)%10!=1}function r(t,e,n){var r=t+" ";switch(n){case"ss":return r+(i(t)?"sekundy":"sekund");case"m":return e?"minuta":"minutę";case"mm":return r+(i(t)?"minuty":"minut");case"h":return e?"godzina":"godzinę";case"hh":return r+(i(t)?"godziny":"godzin");case"MM":return r+(i(t)?"miesiące":"miesięcy");case"yy":return r+(i(t)?"lata":"lat")}}t.defineLocale("pl",{months:function(t,i){return t?""===i?"("+n[t.month()]+"|"+e[t.month()]+")":/D MMMM/.test(i)?n[t.month()]:e[t.month()]:e},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:r,m:r,mm:r,h:r,hh:r,d:"1 dzień",dd:"%d dni",M:"miesiąc",MM:r,y:"rok",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("pt",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("pt-br",{months:"Janeiro_Fevereiro_Março_Abril_Maio_Junho_Julho_Agosto_Setembro_Outubro_Novembro_Dezembro".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº"})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){var i=" ";return(t%100>=20||t>=100&&t%100==0)&&(i=" de "),t+i+{ss:"secunde",mm:"minute",hh:"ore",dd:"zile",MM:"luni",yy:"ani"}[n]}t.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._febr._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:e,m:"un minut",mm:e,h:"o oră",hh:e,d:"o zi",dd:e,M:"o lună",MM:e,y:"un an",yy:e},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){var i,r;return"m"===n?e?"минута":"минуту":t+" "+(i=+t,r={ss:e?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:e?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",MM:"месяц_месяца_месяцев",yy:"год_года_лет"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i];t.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?\] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(t){if(t.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:e,m:e,mm:e,h:"час",hh:e,d:"день",dd:e,M:"месяц",MM:e,y:"год",yy:e},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(t){return/^(дня|вечера)$/.test(t)},meridiem:function(t,e,n){return t<4?"ночи":t<12?"утра":t<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":return t+"-й";case"D":return t+"-го";case"w":case"W":return t+"-я";default:return t}},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],n=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"];t.defineLocale("sd",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(t){return"شام"===t},meridiem:function(t,e,n){return t<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(t){return t+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(t){return"ප.ව."===t||"පස් වරු"===t},meridiem:function(t,e,n){return t>11?n?"ප.ව.":"පස් වරු":n?"පෙ.ව.":"පෙර වරු"}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),n="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function i(t){return t>1&&t<5}function r(t,e,n,r){var o=t+" ";switch(n){case"s":return e||r?"pár sekúnd":"pár sekundami";case"ss":return e||r?o+(i(t)?"sekundy":"sekúnd"):o+"sekundami";case"m":return e?"minúta":r?"minútu":"minútou";case"mm":return e||r?o+(i(t)?"minúty":"minút"):o+"minútami";case"h":return e?"hodina":r?"hodinu":"hodinou";case"hh":return e||r?o+(i(t)?"hodiny":"hodín"):o+"hodinami";case"d":return e||r?"deň":"dňom";case"dd":return e||r?o+(i(t)?"dni":"dní"):o+"dňami";case"M":return e||r?"mesiac":"mesiacom";case"MM":return e||r?o+(i(t)?"mesiace":"mesiacov"):o+"mesiacmi";case"y":return e||r?"rok":"rokom";case"yy":return e||r?o+(i(t)?"roky":"rokov"):o+"rokmi"}}t.defineLocale("sk",{months:e,monthsShort:n,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r=t+" ";switch(n){case"s":return e||i?"nekaj sekund":"nekaj sekundami";case"ss":return r+(1===t?e?"sekundo":"sekundi":2===t?e||i?"sekundi":"sekundah":t<5?e||i?"sekunde":"sekundah":"sekund");case"m":return e?"ena minuta":"eno minuto";case"mm":return r+(1===t?e?"minuta":"minuto":2===t?e||i?"minuti":"minutama":t<5?e||i?"minute":"minutami":e||i?"minut":"minutami");case"h":return e?"ena ura":"eno uro";case"hh":return r+(1===t?e?"ura":"uro":2===t?e||i?"uri":"urama":t<5?e||i?"ure":"urami":e||i?"ur":"urami");case"d":return e||i?"en dan":"enim dnem";case"dd":return r+(1===t?e||i?"dan":"dnem":2===t?e||i?"dni":"dnevoma":e||i?"dni":"dnevi");case"M":return e||i?"en mesec":"enim mesecem";case"MM":return r+(1===t?e||i?"mesec":"mesecem":2===t?e||i?"meseca":"mesecema":t<5?e||i?"mesece":"meseci":e||i?"mesecev":"meseci");case"y":return e||i?"eno leto":"enim letom";case"yy":return r+(1===t?e||i?"leto":"letom":2===t?e||i?"leti":"letoma":t<5?e||i?"leta":"leti":e||i?"let":"leti")}}t.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(t){return"M"===t.charAt(0)},meridiem:function(t,e,n){return t<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,i){var r=e.words[i];return 1===i.length?n?r[0]:r[1]:t+" "+e.correctGrammaticalCase(t,r)}};t.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){return["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"dan",dd:e.translate,M:"mesec",MM:e.translate,y:"godinu",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(t,e){return 1===t?e[0]:t>=2&&t<=4?e[1]:e[2]},translate:function(t,n,i){var r=e.words[i];return 1===i.length?n?r[0]:r[1]:t+" "+e.correctGrammaticalCase(t,r)}};t.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){return["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"][this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:e.translate,m:e.translate,mm:e.translate,h:e.translate,hh:e.translate,d:"дан",dd:e.translate,M:"месец",MM:e.translate,y:"годину",yy:e.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(t,e,n){return t<11?"ekuseni":t<15?"emini":t<19?"entsambama":"ebusuku"},meridiemHour:function(t,e){return 12===t&&(t=0),"ekuseni"===e?t:"emini"===e?t>=11?t:t+12:"entsambama"===e||"ebusuku"===e?0===t?0:t+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(e|a)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"e":1===e||2===e?"a":"e")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"masiku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},n={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"};t.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(t){return t+"வது"},preparse:function(t){return t.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(t){return n[t]}))},postformat:function(t){return t.replace(/\d/g,(function(t){return e[t]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(t,e,n){return t<2?" யாமம்":t<6?" வைகறை":t<10?" காலை":t<14?" நண்பகல்":t<18?" எற்பாடு":t<22?" மாலை":" யாமம்"},meridiemHour:function(t,e){return 12===t&&(t=0),"யாமம்"===e?t<2?t:t+12:"வைகறை"===e||"காலை"===e||"நண்பகல்"===e&&t>=10?t:t+12},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(t,e){return 12===t&&(t=0),"రాత్రి"===e?t<4?t:t+12:"ఉదయం"===e?t:"మధ్యాహ్నం"===e?t>=10?t:t+12:"సాయంత్రం"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"రాత్రి":t<10?"ఉదయం":t<17?"మధ్యాహ్నం":t<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"minutu balun",ss:"minutu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"};t.defineLocale("tg",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Пагоҳ соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(t,e){return 12===t&&(t=0),"шаб"===e?t<4?t:t+12:"субҳ"===e?t:"рӯз"===e?t>=11?t:t+12:"бегоҳ"===e?t+12:void 0},meridiem:function(t,e,n){return t<4?"шаб":t<11?"субҳ":t<16?"рӯз":t<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(t){return t+(e[t]||e[t%10]||e[t>=100?100:null])},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(t){return"หลังเที่ยง"===t},meridiem:function(t,e,n){return t<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function n(t,n,i,r){var o=function(t){var n=Math.floor(t%1e3/100),i=Math.floor(t%100/10),r=t%10,o="";return n>0&&(o+=e[n]+"vatlh"),i>0&&(o+=(""!==o?" ":"")+e[i]+"maH"),r>0&&(o+=(""!==o?" ":"")+e[r]),""===o?"pagh":o}(t);switch(i){case"ss":return o+" lup";case"mm":return o+" tup";case"hh":return o+" rep";case"dd":return o+" jaj";case"MM":return o+" jar";case"yy":return o+" DIS"}}t.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:function(t){var e=t;return-1!==t.indexOf("jaj")?e.slice(0,-3)+"leS":-1!==t.indexOf("jar")?e.slice(0,-3)+"waQ":-1!==t.indexOf("DIS")?e.slice(0,-3)+"nem":e+" pIq"},past:function(t){var e=t;return-1!==t.indexOf("jaj")?e.slice(0,-3)+"Hu’":-1!==t.indexOf("jar")?e.slice(0,-3)+"wen":-1!==t.indexOf("DIS")?e.slice(0,-3)+"ben":e+" ret"},s:"puS lup",ss:n,m:"wa’ tup",mm:n,h:"wa’ rep",hh:n,d:"wa’ jaj",dd:n,M:"wa’ jar",MM:n,y:"wa’ DIS",yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";var e={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"};t.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(t,n){switch(n){case"d":case"D":case"Do":case"DD":return t;default:if(0===t)return t+"'ıncı";var i=t%10;return t+(e[i]||e[t%100-i]||e[t>=100?100:null])}},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n,i){var r={s:["viensas secunds","'iensas secunds"],ss:[t+" secunds",t+" secunds"],m:["'n míut","'iens míut"],mm:[t+" míuts",t+" míuts"],h:["'n þora","'iensa þora"],hh:[t+" þoras",t+" þoras"],d:["'n ziua","'iensa ziua"],dd:[t+" ziuas",t+" ziuas"],M:["'n mes","'iens mes"],MM:[t+" mesen",t+" mesen"],y:["'n ar","'iens ar"],yy:[t+" ars",t+" ars"]};return i||e?r[n][0]:r[n][1]}t.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(t){return"d'o"===t.toLowerCase()},meridiem:function(t,e,n){return t>11?n?"d'o":"D'O":n?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:e,ss:e,m:e,mm:e,h:e,hh:e,d:e,dd:e,M:e,MM:e,y:e,yy:e},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(t,e){return 12===t&&(t=0),"يېرىم كېچە"===e||"سەھەر"===e||"چۈشتىن بۇرۇن"===e?t:"چۈشتىن كېيىن"===e||"كەچ"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,n){var i=100*t+e;return i<600?"يېرىم كېچە":i<900?"سەھەر":i<1130?"چۈشتىن بۇرۇن":i<1230?"چۈش":i<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"-كۈنى";case"w":case"W":return t+"-ھەپتە";default:return t}},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";function e(t,e,n){var i,r;return"m"===n?e?"хвилина":"хвилину":"h"===n?e?"година":"годину":t+" "+(i=+t,r={ss:e?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:e?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:e?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"}[n].split("_"),i%10==1&&i%100!=11?r[0]:i%10>=2&&i%10<=4&&(i%100<10||i%100>=20)?r[1]:r[2])}function n(t){return function(){return t+"о"+(11===this.hours()?"б":"")+"] LT"}}t.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:function(t,e){var n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===t?n.nominative.slice(1,7).concat(n.nominative.slice(0,1)):t?n[/(\[[ВвУу]\]) ?dddd/.test(e)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(e)?"genitive":"nominative"][t.day()]:n.nominative},weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:n("[Сьогодні "),nextDay:n("[Завтра "),lastDay:n("[Вчора "),nextWeek:n("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return n("[Минулої] dddd [").call(this);case 1:case 2:case 4:return n("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:e,m:e,mm:e,h:"годину",hh:e,d:"день",dd:e,M:"місяць",MM:e,y:"рік",yy:e},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(t){return/^(дня|вечора)$/.test(t)},meridiem:function(t,e,n){return t<4?"ночі":t<12?"ранку":t<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(t,e){switch(e){case"M":case"d":case"DDD":case"w":case"W":return t+"-й";case"D":return t+"-го";default:return t}},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";var e=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],n=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"];t.defineLocale("ur",{months:e,monthsShort:e,weekdays:n,weekdaysShort:n,weekdaysMin:n,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(t){return"شام"===t},meridiem:function(t,e,n){return t<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(t){return t.replace(/،/g,",")},postformat:function(t){return t.replace(/,/g,"،")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Th01_Th02_Th03_Th04_Th05_Th06_Th07_Th08_Th09_Th10_Th11_Th12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(t){return/^ch$/i.test(t)},meridiem:function(t,e,n){return t<12?n?"sa":"SA":n?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần rồi lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(t){return t},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1==~~(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"下午"===e||"晚上"===e?t+12:t>=11?t:t+12},meridiem:function(t,e,n){var i=100*t+e;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"周";default:return t}},relativeTime:{future:"%s内",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"中午"===e?t>=11?t:t+12:"下午"===e||"晚上"===e?t+12:void 0},meridiem:function(t,e,n){var i=100*t+e;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"週";default:return t}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(0))},function(t,e,n){!function(t){"use strict";t.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(t,e){return 12===t&&(t=0),"凌晨"===e||"早上"===e||"上午"===e?t:"中午"===e?t>=11?t:t+12:"下午"===e||"晚上"===e?t+12:void 0},meridiem:function(t,e,n){var i=100*t+e;return i<600?"凌晨":i<900?"早上":i<1130?"上午":i<1230?"中午":i<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(t,e){switch(e){case"d":case"D":case"DDD":return t+"日";case"M":return t+"月";case"w":case"W":return t+"週";default:return t}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}})}(n(0))},function(t,e,n){var i,r,o;//! moment-timezone.js
|
|
|
*/void 0===(i=function(t,e,i){return n("contrib/jg_lib/Class")(i.i,(function(t){t.PRECISION=function(){for(var t=0,e=9,n=0;e%10==9&&(t++,e=10*e+9,!(++n>100)););return t}(),t.EPSILON=function(){for(var t=1,e=1,n=0;1+e>1&&(t=e,e/=2,!(++n>100)););return t}(),t.interpolate=function(t,e,n){return t*(1-n)+e*n},t.minMax=function(t,e,n){return(t=+t)<(e=+e)&&(t=e),t>(n=+n)&&(t=n),t},t.maxMin=function(t,e,n){return(t=+t)>(e=+e)&&(t=e),t<(n=+n)&&(t=n),t},t.roundTo=function(e,n){return e=+e,(n=null!=n?+n:1)>0&&(e=Math.round(e/n)*n),t.toPrecision(e)},t.floorTo=function(e,n){return e=+e,(n=null!=n?+n:1)>0&&(e=Math.floor(e/n)*n),t.toPrecision(e)},t.ceilTo=function(e,n){return e=+e,(n=null!=n?+n:1)>0&&(e=Math.ceil(e/n)*n),t.toPrecision(e)},t.toPrecision=function(e,n){return e=+e,(n=(n=null!=n?+n:0)>0?Math.floor(n):n<0?t.PRECISION+Math.ceil(n):t.PRECISION)<1?n=1:n>21&&(n=21),+e.toPrecision(n)},t.approxZero=function(e,n){return 0==(e=+e)||(n=null!=n?+n:t.EPSILON,e<0?-e<n:e<n)},t.approxOne=function(e,n){return 1==(e=+e)||(n=null!=n?+n:t.EPSILON,(e-=1)<0?-e<n:e<n)},t.approxEqual=function(e,n,i){return(e=+e)==(n=+n)||(i=null!=i?+i:t.EPSILON,(e-=n)<0?-e<i:e<i)},t.approxLessThan=function(e,n,i){return(e=+e)<(n=+n)&&!t.approxEqual(e,n,i)},t.approxLessThanOrEqual=function(e,n,i){return(e=+e)<(n=+n)||t.approxEqual(e,n,i)},t.approxGreaterThan=function(e,n,i){return(e=+e)>(n=+n)&&!t.approxEqual(e,n,i)},t.approxGreaterThanOrEqual=function(e,n,i){return(e=+e)>(n=+n)||t.approxEqual(e,n,i)}}))}.call(e,n,e,t))||(t.exports=i)},"contrib/strftime":function(t,e){Number.prototype.pad=function(t,e){var n=""+this;for(e=e||"0";n.length<t;)n=e+n;return n},Date.prototype.months=["January","February","March","April","May","June","July","August","September","October","November","December"],Date.prototype.weekdays=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],Date.prototype.dpm=[31,28,31,30,31,30,31,31,30,31,30,31],Date.prototype.strftime_f={A:function(t){return t.weekdays[t.getDay()]},a:function(t){return t.weekdays[t.getDay()].substring(0,3)},B:function(t){return t.months[t.getMonth()]},b:function(t){return t.months[t.getMonth()].substring(0,3)},C:function(t){return Math.floor(t.getFullYear()/100)},c:function(t){return t.toString()},D:function(t){return t.strftime_f.m(t)+"/"+t.strftime_f.d(t)+"/"+t.strftime_f.y(t)},d:function(t){return t.getDate().pad(2,"0")},e:function(t){return t.getDate()},F:function(t){return t.strftime_f.Y(t)+"-"+t.strftime_f.m(t)+"-"+t.strftime_f.d(t)},H:function(t){return t.getHours().pad(2,"0")},I:function(t){return(t.getHours()%12||12).pad(2)},j:function(t){var e=t.getDate(),n=t.getMonth()-1;if(n>1){var i=t.getYear();(i%100==0&&i%400==0||i%4==0)&&++e}for(;n>-1;)e+=t.dpm[n--];return e.pad(3,"0")},k:function(t){return t.getHours().pad(2," ")},l:function(t){return t.getHours()%12||12},M:function(t){return t.getMinutes().pad(2,"0")},m:function(t){return(t.getMonth()+1).pad(2,"0")},n:function(t){return"\n"},p:function(t){return t.getHours()>11?"PM":"AM"},Q:function(t){return 0==t.getMilliseconds()?"000":t.getMilliseconds().pad(3,"0")},R:function(t){return t.strftime_f.H(t)+":"+t.strftime_f.M(t)},r:function(t){return t.strftime_f.I(t)+":"+t.strftime_f.M(t)+":"+t.strftime_f.S(t)+" "+t.strftime_f.p(t)},S:function(t){return t.getSeconds().pad(2,"0")},s:function(t){return Math.floor(t.getTime()/1e3)},T:function(t){return t.strftime_f.H(t)+":"+t.strftime_f.M(t)+":"+t.strftime_f.S(t)},t:function(t){return"\t"},u:function(t){return t.getDay()||7},v:function(t){return t.strftime_f.e(t)+"-"+t.strftime_f.b(t)+"-"+t.strftime_f.Y(t)},w:function(t){return t.getDay()},X:function(t){return t.toTimeString()},x:function(t){return t.toDateString()},Y:function(t){return t.getFullYear()},y:function(t){return(t.getYear()%100).pad(2)},z:function(t){return""},Z:function(t){return""},"%":function(t){return"%"}},Date.prototype.strftime_f["+"]=Date.prototype.strftime_f.c,Date.prototype.strftime_f.h=Date.prototype.strftime_f.b,Date.prototype.strftime=function(t){var e;if(e=this[t])return e;for(var n=[],i=0;i<t.length;){var r=t.charAt(i);"%"==r?(r=t.charAt(++i),n.push(this.strftime_f[r]?this.strftime_f[r](this):r)):n.push(r),++i}return this[t]=n.join("")}},"contrib/underscore":function(t,e,n){var i;(function(){var n=this,r=n._,o={},s=Array.prototype,a=Object.prototype,c=Function.prototype,l=s.push,u=s.slice,d=s.concat,h=a.toString,p=a.hasOwnProperty,f=s.forEach,m=s.map,g=s.reduce,y=s.reduceRight,b=s.filter,M=s.every,v=s.some,_=s.indexOf,x=s.lastIndexOf,L=Array.isArray,A=Object.keys,w=c.bind,T=function(t){return t instanceof T?t:this instanceof T?void(this._wrapped=t):new T(t)};t.exports&&(e=t.exports=T),e._=T,T.VERSION="1.6.0";var k=T.each=T.forEach=function(t,e,n){if(null==t)return t;if(f&&t.forEach===f)t.forEach(e,n);else if(t.length===+t.length){for(var i=0,r=t.length;i<r;i++)if(e.call(n,t[i],i,t)===o)return}else{var s=T.keys(t);for(i=0,r=s.length;i<r;i++)if(e.call(n,t[s[i]],s[i],t)===o)return}return t};T.map=T.collect=function(t,e,n){var i=[];return null==t?i:m&&t.map===m?t.map(e,n):(k(t,(function(t,r,o){i.push(e.call(n,t,r,o))})),i)};var S="Reduce of empty array with no initial value";T.reduce=T.foldl=T.inject=function(t,e,n,i){var r=arguments.length>2;if(null==t&&(t=[]),g&&t.reduce===g)return i&&(e=T.bind(e,i)),r?t.reduce(e,n):t.reduce(e);if(k(t,(function(t,o,s){r?n=e.call(i,n,t,o,s):(n=t,r=!0)})),!r)throw new TypeError(S);return n},T.reduceRight=T.foldr=function(t,e,n,i){var r=arguments.length>2;if(null==t&&(t=[]),y&&t.reduceRight===y)return i&&(e=T.bind(e,i)),r?t.reduceRight(e,n):t.reduceRight(e);var o=t.length;if(o!==+o){var s=T.keys(t);o=s.length}if(k(t,(function(a,c,l){c=s?s[--o]:--o,r?n=e.call(i,n,t[c],c,l):(n=t[c],r=!0)})),!r)throw new TypeError(S);return n},T.find=T.detect=function(t,e,n){var i;return O(t,(function(t,r,o){if(e.call(n,t,r,o))return i=t,!0})),i},T.filter=T.select=function(t,e,n){var i=[];return null==t?i:b&&t.filter===b?t.filter(e,n):(k(t,(function(t,r,o){e.call(n,t,r,o)&&i.push(t)})),i)},T.reject=function(t,e,n){return T.filter(t,(function(t,i,r){return!e.call(n,t,i,r)}),n)},T.every=T.all=function(t,e,n){e||(e=T.identity);var i=!0;return null==t?i:M&&t.every===M?t.every(e,n):(k(t,(function(t,r,s){if(!(i=i&&e.call(n,t,r,s)))return o})),!!i)};var O=T.some=T.any=function(t,e,n){e||(e=T.identity);var i=!1;return null==t?i:v&&t.some===v?t.some(e,n):(k(t,(function(t,r,s){if(i||(i=e.call(n,t,r,s)))return o})),!!i)};T.contains=T.include=function(t,e){return null!=t&&(_&&t.indexOf===_?-1!=t.indexOf(e):O(t,(function(t){return t===e})))},T.invoke=function(t,e){var n=u.call(arguments,2),i=T.isFunction(e);return T.map(t,(function(t){return(i?e:t[e]).apply(t,n)}))},T.pluck=function(t,e){return T.map(t,T.property(e))},T.where=function(t,e){return T.filter(t,T.matches(e))},T.findWhere=function(t,e){return T.find(t,T.matches(e))},T.max=function(t,e,n){if(!e&&T.isArray(t)&&t[0]===+t[0]&&t.length<65535)return Math.max.apply(Math,t);var i=-1/0,r=-1/0;return k(t,(function(t,o,s){var a=e?e.call(n,t,o,s):t;a>r&&(i=t,r=a)})),i},T.min=function(t,e,n){if(!e&&T.isArray(t)&&t[0]===+t[0]&&t.length<65535)return Math.min.apply(Math,t);var i=1/0,r=1/0;return k(t,(function(t,o,s){var a=e?e.call(n,t,o,s):t;a<r&&(i=t,r=a)})),i},T.shuffle=function(t){var e,n=0,i=[];return k(t,(function(t){e=T.random(n++),i[n-1]=i[e],i[e]=t})),i},T.sample=function(t,e,n){return null==e||n?(t.length!==+t.length&&(t=T.values(t)),t[T.random(t.length-1)]):T.shuffle(t).slice(0,Math.max(0,e))};var j=function(t){return null==t?T.identity:T.isFunction(t)?t:T.property(t)};T.sortBy=function(t,e,n){return e=j(e),T.pluck(T.map(t,(function(t,i,r){return{value:t,index:i,criteria:e.call(n,t,i,r)}})).sort((function(t,e){var n=t.criteria,i=e.criteria;if(n!==i){if(n>i||void 0===n)return 1;if(n<i||void 0===i)return-1}return t.index-e.index})),"value")};var z=function(t){return function(e,n,i){var r={};return n=j(n),k(e,(function(o,s){var a=n.call(i,o,s,e);t(r,a,o)})),r}};T.groupBy=z((function(t,e,n){T.has(t,e)?t[e].push(n):t[e]=[n]})),T.indexBy=z((function(t,e,n){t[e]=n})),T.countBy=z((function(t,e){T.has(t,e)?t[e]++:t[e]=1})),T.sortedIndex=function(t,e,n,i){for(var r=(n=j(n)).call(i,e),o=0,s=t.length;o<s;){var a=o+s>>>1;n.call(i,t[a])<r?o=a+1:s=a}return o},T.toArray=function(t){return t?T.isArray(t)?u.call(t):t.length===+t.length?T.map(t,T.identity):T.values(t):[]},T.size=function(t){return null==t?0:t.length===+t.length?t.length:T.keys(t).length},T.first=T.head=T.take=function(t,e,n){if(null!=t)return null==e||n?t[0]:e<0?[]:u.call(t,0,e)},T.initial=function(t,e,n){return u.call(t,0,t.length-(null==e||n?1:e))},T.last=function(t,e,n){if(null!=t)return null==e||n?t[t.length-1]:u.call(t,Math.max(t.length-e,0))},T.rest=T.tail=T.drop=function(t,e,n){return u.call(t,null==e||n?1:e)},T.compact=function(t){return T.filter(t,T.identity)};var C=function(t,e,n){return e&&T.every(t,T.isArray)?d.apply(n,t):(k(t,(function(t){T.isArray(t)||T.isArguments(t)?e?l.apply(n,t):C(t,e,n):n.push(t)})),n)};T.flatten=function(t,e){return C(t,e,[])},T.without=function(t){return T.difference(t,u.call(arguments,1))},T.partition=function(t,e,n){e=j(e);var i=[],r=[];return k(t,(function(t){(e.call(n,t)?i:r).push(t)})),[i,r]},T.uniq=T.unique=function(t,e,n,i){T.isFunction(e)&&(i=n,n=e,e=!1);var r=n?T.map(t,n,i):t,o=[],s=[];return k(r,(function(n,i){(e?i&&s[s.length-1]===n:T.contains(s,n))||(s.push(n),o.push(t[i]))})),o},T.union=function(){return T.uniq(T.flatten(arguments,!0))},T.intersection=function(t){var e=u.call(arguments,1);return T.filter(T.uniq(t),(function(t){return T.every(e,(function(e){return T.contains(e,t)}))}))},T.difference=function(t){var e=d.apply(s,u.call(arguments,1));return T.filter(t,(function(t){return!T.contains(e,t)}))},T.zip=function(){for(var t=T.max(T.pluck(arguments,"length").concat(0)),e=new Array(t),n=0;n<t;n++)e[n]=T.pluck(arguments,""+n);return e},T.object=function(t,e){if(null==t)return{};for(var n={},i=0,r=t.length;i<r;i++)e?n[t[i]]=e[i]:n[t[i][0]]=t[i][1];return n},T.indexOf=function(t,e,n){if(null==t)return-1;var i=0,r=t.length;if(n){if("number"!=typeof n)return t[i=T.sortedIndex(t,e)]===e?i:-1;i=n<0?Math.max(0,r+n):n}if(_&&t.indexOf===_)return t.indexOf(e,n);for(;i<r;i++)if(t[i]===e)return i;return-1},T.lastIndexOf=function(t,e,n){if(null==t)return-1;var i=null!=n;if(x&&t.lastIndexOf===x)return i?t.lastIndexOf(e,n):t.lastIndexOf(e);for(var r=i?n:t.length;r--;)if(t[r]===e)return r;return-1},T.range=function(t,e,n){arguments.length<=1&&(e=t||0,t=0),n=arguments[2]||1;for(var i=Math.max(Math.ceil((e-t)/n),0),r=0,o=new Array(i);r<i;)o[r++]=t,t+=n;return o};var D=function(){};T.bind=function(t,e){var n,i;if(w&&t.bind===w)return w.apply(t,u.call(arguments,1));if(!T.isFunction(t))throw new TypeError;return n=u.call(arguments,2),i=function(){if(!(this instanceof i))return t.apply(e,n.concat(u.call(arguments)));D.prototype=t.prototype;var r=new D;D.prototype=null;var o=t.apply(r,n.concat(u.call(arguments)));return Object(o)===o?o:r}},T.partial=function(t){var e=u.call(arguments,1);return function(){for(var n=0,i=e.slice(),r=0,o=i.length;r<o;r++)i[r]===T&&(i[r]=arguments[n++]);for(;n<arguments.length;)i.push(arguments[n++]);return t.apply(this,i)}},T.bindAll=function(t){var e=u.call(arguments,1);if(0===e.length)throw new Error("bindAll must be passed function names");return k(e,(function(e){t[e]=T.bind(t[e],t)})),t},T.memoize=function(t,e){var n={};return e||(e=T.identity),function(){var i=e.apply(this,arguments);return T.has(n,i)?n[i]:n[i]=t.apply(this,arguments)}},T.delay=function(t,e){var n=u.call(arguments,2);return setTimeout((function(){return t.apply(null,n)}),e)},T.defer=function(t){return T.delay.apply(T,[t,1].concat(u.call(arguments,1)))},T.throttle=function(t,e,n){var i,r,o,s=null,a=0;n||(n={});var c=function(){a=!1===n.leading?0:T.now(),s=null,o=t.apply(i,r),i=r=null};return function(){var l=T.now();a||!1!==n.leading||(a=l);var u=e-(l-a);return i=this,r=arguments,u<=0?(clearTimeout(s),s=null,a=l,o=t.apply(i,r),i=r=null):s||!1===n.trailing||(s=setTimeout(c,u)),o}},T.debounce=function(t,e,n){var i,r,o,s,a,c=function(){var l=T.now()-s;l<e?i=setTimeout(c,e-l):(i=null,n||(a=t.apply(o,r),o=r=null))};return function(){o=this,r=arguments,s=T.now();var l=n&&!i;return i||(i=setTimeout(c,e)),l&&(a=t.apply(o,r),o=r=null),a}},T.once=function(t){var e,n=!1;return function(){return n||(n=!0,e=t.apply(this,arguments),t=null),e}},T.wrap=function(t,e){return T.partial(e,t)},T.compose=function(){var t=arguments;return function(){for(var e=arguments,n=t.length-1;n>=0;n--)e=[t[n].apply(this,e)];return e[0]}},T.after=function(t,e){return function(){if(--t<1)return e.apply(this,arguments)}},T.keys=function(t){if(!T.isObject(t))return[];if(A)return A(t);var e=[];for(var n in t)T.has(t,n)&&e.push(n);return e},T.values=function(t){for(var e=T.keys(t),n=e.length,i=new Array(n),r=0;r<n;r++)i[r]=t[e[r]];return i},T.pairs=function(t){for(var e=T.keys(t),n=e.length,i=new Array(n),r=0;r<n;r++)i[r]=[e[r],t[e[r]]];return i},T.invert=function(t){for(var e={},n=T.keys(t),i=0,r=n.length;i<r;i++)e[t[n[i]]]=n[i];return e},T.functions=T.methods=function(t){var e=[];for(var n in t)T.isFunction(t[n])&&e.push(n);return e.sort()},T.extend=function(t){return k(u.call(arguments,1),(function(e){if(e)for(var n in e)t[n]=e[n]})),t},T.pick=function(t){var e={},n=d.apply(s,u.call(arguments,1));return k(n,(function(n){n in t&&(e[n]=t[n])})),e},T.omit=function(t){var e={},n=d.apply(s,u.call(arguments,1));for(var i in t)T.contains(n,i)||(e[i]=t[i]);return e},T.defaults=function(t){return k(u.call(arguments,1),(function(e){if(e)for(var n in e)void 0===t[n]&&(t[n]=e[n])})),t},T.clone=function(t){return T.isObject(t)?T.isArray(t)?t.slice():T.extend({},t):t},T.tap=function(t,e){return e(t),t};var P=function(t,e,n,i){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return t===e;t instanceof T&&(t=t._wrapped),e instanceof T&&(e=e._wrapped);var r=h.call(t);if(r!=h.call(e))return!1;switch(r){case"[object String]":return t==String(e);case"[object Number]":return t!=+t?e!=+e:0==t?1/t==1/e:t==+e;case"[object Date]":case"[object Boolean]":return+t==+e;case"[object RegExp]":return t.source==e.source&&t.global==e.global&&t.multiline==e.multiline&&t.ignoreCase==e.ignoreCase}if("object"!=typeof t||"object"!=typeof e)return!1;for(var o=n.length;o--;)if(n[o]==t)return i[o]==e;var s=t.constructor,a=e.constructor;if(s!==a&&!(T.isFunction(s)&&s instanceof s&&T.isFunction(a)&&a instanceof a)&&"constructor"in t&&"constructor"in e)return!1;n.push(t),i.push(e);var c=0,l=!0;if("[object Array]"==r){if(l=(c=t.length)==e.length)for(;c--&&(l=P(t[c],e[c],n,i)););}else{for(var u in t)if(T.has(t,u)&&(c++,!(l=T.has(e,u)&&P(t[u],e[u],n,i))))break;if(l){for(u in e)if(T.has(e,u)&&!c--)break;l=!c}}return n.pop(),i.pop(),l};T.isEqual=function(t,e){return P(t,e,[],[])},T.isEmpty=function(t){if(null==t)return!0;if(T.isArray(t)||T.isString(t))return 0===t.length;for(var e in t)if(T.has(t,e))return!1;return!0},T.isElement=function(t){return!(!t||1!==t.nodeType)},T.isArray=L||function(t){return"[object Array]"==h.call(t)},T.isObject=function(t){return t===Object(t)},k(["Arguments","Function","String","Number","Date","RegExp"],(function(t){T["is"+t]=function(e){return h.call(e)=="[object "+t+"]"}})),T.isArguments(arguments)||(T.isArguments=function(t){return!(!t||!T.has(t,"callee"))}),T.isFunction=function(t){return"function"==typeof t},T.isFinite=function(t){return isFinite(t)&&!isNaN(parseFloat(t))},T.isNaN=function(t){return T.isNumber(t)&&t!=+t},T.isBoolean=function(t){return!0===t||!1===t||"[object Boolean]"==h.call(t)},T.isNull=function(t){return null===t},T.isUndefined=function(t){return void 0===t},T.has=function(t,e){return p.call(t,e)},T.noConflict=function(){return n._=r,this},T.identity=function(t){return t},T.constant=function(t){return function(){return t}},T.property=function(t){return function(e){return e[t]}},T.matches=function(t){return function(e){if(e===t)return!0;for(var n in t)if(t[n]!==e[n])return!1;return!0}},T.times=function(t,e,n){for(var i=Array(Math.max(0,t)),r=0;r<t;r++)i[r]=e.call(n,r);return i},T.random=function(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))},T.now=Date.now||function(){return(new Date).getTime()};var E={escape:{"&":"&","<":"<",">":">",'"':""","'":"'"}};E.unescape=T.invert(E.escape);var N={escape:new RegExp("["+T.keys(E.escape).join("")+"]","g"),unescape:new RegExp("("+T.keys(E.unescape).join("|")+")","g")};T.each(["escape","unescape"],(function(t){T[t]=function(e){return null==e?"":(""+e).replace(N[t],(function(e){return E[t][e]}))}})),T.result=function(t,e){if(null!=t){var n=t[e];return T.isFunction(n)?n.call(t):n}},T.mixin=function(t){k(T.functions(t),(function(e){var n=T[e]=t[e];T.prototype[e]=function(){var t=[this._wrapped];return l.apply(t,arguments),I.call(this,n.apply(T,t))}}))};var Y=0;T.uniqueId=function(t){var e=++Y+"";return t?t+e:e},T.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var W=/(.)^/,B={"'":"'","\\":"\\","\r":"r","\n":"n","\t":"t","\u2028":"u2028","\u2029":"u2029"},H=/\\|'|\r|\n|\t|\u2028|\u2029/g,R=/^\s*(\w|\$)+\s*$/;T.template=function(t,e,n){var i;n=T.defaults({},n,T.templateSettings);var r=new RegExp([(n.escape||W).source,(n.interpolate||W).source,(n.evaluate||W).source].join("|")+"|$","g"),o=0,s="__p+='";t.replace(r,(function(e,n,i,r,a){return s+=t.slice(o,a).replace(H,(function(t){return"\\"+B[t]})),n&&(s+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'"),i&&(s+="'+\n((__t=("+i+"))==null?'':__t)+\n'"),r&&(s+="';\n"+r+"\n__p+='"),o=a+e.length,e})),s+="';\n";var a=n.variable;if(a){if(!R.test(a))throw new Error("variable is not a bare identifier: "+a)}else s="with(obj||{}){\n"+s+"}\n",a="obj";s="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+s+"return __p;\n";try{i=new Function(a,"_",s)}catch(t){throw t.source=s,t}if(e)return i(e,T);var c=function(t){return i.call(this,t,T)};return c.source="function("+a+"){\n"+s+"}",c},T.chain=function(t){return T(t).chain()};var I=function(t){return this._chain?T(t).chain():t};T.mixin(T),k(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=s[t];T.prototype[t]=function(){var n=this._wrapped;return e.apply(n,arguments),"shift"!=t&&"splice"!=t||0!==n.length||delete n[0],I.call(this,n)}})),k(["concat","join","slice"],(function(t){var e=s[t];T.prototype[t]=function(){return I.call(this,e.apply(this._wrapped,arguments))}})),T.extend(T.prototype,{chain:function(){return this._chain=!0,this},value:function(){return this._wrapped}}),void 0===(i=function(){return T}.apply(e,[]))||(t.exports=i)}).call(this)},"require/backbone":function(t,e,n){var i,r;i=[n("shim/jquery"),n("require/underscore"),n("contrib/backbone")],void 0===(r=function(t,e,n){return n.$=t,n.noConflict()}.apply(e,i))||(t.exports=r)},"require/underscore":function(t,e,n){var i,r;i=[n("contrib/underscore"),n("stubs/i18n")],void 0===(r=function(t,e){return t.mixin({t:function(t){return e._(t)}}),t.noConflict()}.apply(e,i))||(t.exports=r)},"shim/jquery":function(t,e,n){var i,r;i=[n(291)],void 0===(r=function(t){window.$||(window.$=t,window.jQuery=t);var e=setInterval((function(){window._splunk_metrics_events&&!Array.isArray(window._splunk_metrics_events)&&(clearInterval(e),window._splunk_metrics_events.push({type:"jquery",data:{library:"jquery-"+t.fn.jquery}}))}),500);return t}.apply(e,i))||(t.exports=r)},"shim/splunk":function(t,e,n){var i,r;i=[n(292)],void 0===(r=function(){return window.Splunk}.apply(e,i))||(t.exports=r)},"shim/splunk.util":function(t,e,n){var i,r;i=[n("shim/splunk"),n("util/sprintf"),n("shim/jquery"),n("stubs/splunk.config"),n(294)],void 0===(r=function(t,e){return t.util.sprintf=e,t.util}.apply(e,i))||(t.exports=r)},"stubs/i18n":function(t,e,n){var i,r;i=[n("contrib/strftime"),n("shim/splunk.util")],void 0===(r=function(){window.locale_name()in{ko_KR:!0,zh_CN:!0,zh_TW:!0}&&(window._i18n_locale.date_formats.short={pattern:"yy/MM/dd",format:"%(yy)s/%(MM)s/%(dd)s"},window._i18n_locale.date_formats.medium={pattern:"yyyy/MM/dd",format:"%(yyyy)s/%(MM)s/%(dd)s"},window._i18n_locale.time_formats.short={pattern:"H:mm",format:"%(H)s:%(mm)s"},window._i18n_locale.time_formats.medium={pattern:"H:mm:ss",format:"%(H)s:%(mm)s:%(ss)s"});var t=[[/^ccc MMM d$/,"M/d (ccc)"],[/^YYYY-MM/,"YYYY/MM"],[/MM-dd/,"MM/dd"]],e={ja_JP:t,ko_KR:t,zh_CN:t,zh_TW:t},n=[["MMM d","d MMM"]],i=window.format_date;return window.format_date=function(t,r){var o,s;r=r||"medium";var a=window.locale_name();if(r&&"string"==typeof r&&window.locale_uses_day_before_month())for(s=n,o=0;o<s.length;o++)r=r.replace(s[o][0],s[o][1]);if(r&&"string"==typeof r&&a in e)for(s=e[a],o=0;o<s.length;o++){var c=s[o];r=r.replace(c[0],c[1])}return i(t,r)},{_:window.gettext,ungettext:window.ungettext,format_decimal:window.format_decimal,format_number:window.format_number,format_percent:window.format_percent,format_scientific:window.format_scientific,format_date:window.format_date,format_datetime:window.format_datetime,format_time:window.format_time,format_datetime_microseconds:window.format_datetime_microseconds,format_time_microseconds:window.format_time_microseconds,locale_uses_day_before_month:window.locale_uses_day_before_month,format_datetime_range:window.format_datetime_range,locale_name:window.locale_name,DateTime:window.DateTime,moment_install:window.moment_install,numeral_install:window.numeral_install,jQuery_ui_datepicker_install:window.jQuery_ui_datepicker_install}}.apply(e,i))||(t.exports=r)},"stubs/splunk.config":function(t,e,n){var i;void 0===(i=function(){return window.$C}.call(e,n,e,t))||(t.exports=i)},"util/sprintf":function(t,e,n){var i,r;i=[n(293)],void 0===(r=function(t){return t}.apply(e,i))||(t.exports=r)}})},"./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/amd-define.js":function(t,e){t.exports=function(){throw new Error("define cannot be used indirect")}},"./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js":function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},"./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/module.js":function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children||(t.children=[]),Object.defineProperty(t,"loaded",{enumerable:!0,get:function(){return t.l}}),Object.defineProperty(t,"id",{enumerable:!0,get:function(){return t.i}}),t.webpackPolyfill=1),t}},"./node_modules/@splunk/themes/base.js":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i,r=(i=n("./node_modules/tinycolor2/cjs/tinycolor.js"))&&i.__esModule?i:{default:i};function o(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var s={white:"#ffffff",gray98:"#f7f8fa",gray96:"#f2f4f5",gray92:"#e1e6eb",gray80:"#c3cbd4",gray60:"#818d99",gray45:"#5c6773",gray30:"#3c444d",gray25:"#31373e",gray22:"#2b3033",gray20:"#171d21",black:"#000000"},a={accentColorL50:"#ecf8ff",accentColorL40:"#bfe9ff",accentColorL30:"#7ed2ff",accentColorL20:"#3ebcff",accentColorL10:"#00a4fd",accentColor:"#007abd",accentColorD10:"#006eaa",accentColorD20:"#006297",accentColorD30:"#005684",accentColorD40:"#004a71",accentColorD50:"#003d5e"},c={textColor:s.gray30,textGray:"#6b7785",textDisabledColor:s.gray80,linkColor:a.accentColorD10,linkColorHover:a.accentColor,borderLightColor:s.gray92,borderColor:s.gray80,focusColor:a.accentColorL10,backgroundColorHover:s.gray96,backgroundColor:s.white},l={focusShadow:"0 0 1px 2px ".concat((0,r.default)(c.focusColor).setAlpha(.6).toRgbString()),focusShadowInset:"inset 0 0 2px 1px ".concat(s.white,", inset 0 0 0 2px ").concat(c.focusColor),overlayShadow:"0 4px 8px rgba(0, 0, 0, 0.2)"},u="'Splunk Platform Sans', 'Proxima Nova', Roboto, Droid, 'Helvetica Neue', Helvetica, Arial, sans-serif",d=function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),i.forEach((function(e){o(t,e,n[e])}))}return t}({},s,a,{errorColorL50:"#fcedec",errorColorL40:"#f8dcd9",errorColorL30:"#f1b9b3",errorColorL20:"#ea958d",errorColorL10:"#e37267",errorColor:"#dc4e41",errorColorD10:"#c84535",errorColorD20:"#b23d30",errorColorD30:"#9c3529",errorColorD40:"#852d24",errorColorD50:"#6f261d"},{alertColorL50:"#fef3ec",alertColorL40:"#fde6d9",alertColorL30:"#facdb3",alertColorL20:"#f7b48c",alertColorL10:"#f49b66",alertColor:"#f1813f",alertColorD10:"#da742e",alertColorD20:"#c2672a",alertColorD30:"#aa5a25",alertColorD40:"#914d1f",alertColorD50:"#79401a"},{warningColorL50:"#fff9eb",warningColorL40:"#fef2d7",warningColorL30:"#fde5ae",warningColorL20:"#fbd886",warningColorL10:"#facb5d",warningColor:"#f8be34",warningColorD10:"#e0ac16",warningColorD20:"#c79915",warningColorD30:"#ae8613",warningColorD40:"#957312",warningColorD50:"#7d600f"},{successColorL50:"#eef6ee",successColorL40:"#ddecdd",successColorL30:"#bbd9ba",successColorL20:"#98c697",successColorL10:"#76b374",successColor:"#53a051",successColorD10:"#479144",successColorD20:"#40813d",successColorD30:"#387135",successColorD40:"#2f612e",successColorD50:"#275126"},{infoColorL50:"#e5f0f5",infoColorL40:"#cce2eb",infoColorL30:"#99c5d7",infoColorL20:"#66a7c4",infoColorL10:"#338ab0",infoColor:"#006d9c",infoColorD10:"#00577c",infoColorD20:"#004c6c",infoColorD30:"#00415d",infoColorD40:"#00364d",infoColorD50:"#002b3e"},{cat1Color:"#297ba5",cat1ColorL:"#78b9d6",cat2Color:"#4fa484",cat2ColorL:"#74d5c2",cat3Color:"#b6c75a",cat3ColorL:"#dce6a5",cat4Color:"#3c6188",cat4ColorL:"#a0b2ca",cat5Color:"#ec9960",cat5ColorL:"#fac9a7",cat6Color:"#a65c7d",cat6ColorL:"#d3a7ba",cat7Color:"#708794",cat7ColorL:"#b2c0c8",cat8Color:"#38b8bf",cat8ColorL:"#92dde2",cat9Color:"#ffde63",cat9ColorL:"#ffeeae",cat10Color:"#c19975",cat10ColorL:"#d7bfab",cat11Color:"#5a4575",cat11ColorL:"#b7acca",cat12Color:"#7ea77b",cat12ColorL:"#b2cab0",cat13Color:"#576d83",cat13ColorL:"#a5b2bf",cat14Color:"#d7c6b7",cat14ColorL:"#e9ddd4",cat15Color:"#339bb2",cat15ColorL:"#66c3d0",cat16Color:"#236d9b",cat16ColorL:"#66a7c2",cat17Color:"#e5dc80",cat17ColorL:"#f1eab7",cat18Color:"#96907f",cat18ColorL:"#c1bcb3",cat19Color:"#87bc65",cat19ColorL:"#b6d7a3",cat20Color:"#cf7e60",cat20ColorL:"#e1b2a1",cat21Color:"#7b5547",cat21ColorL:"#dec4ba",cat22Color:"#77d6d8",cat22ColorL:"#abe6e8",cat23Color:"#4a7f2c",cat23ColorL:"#91b282",cat24Color:"#f589ad",cat24ColorL:"#f8b7ce",cat25Color:"#6a2c5d",cat25ColorL:"#cba3c2",cat26Color:"#aaabae",cat26ColorL:"#cccdce",cat27Color:"#9a7438",cat27ColorL:"#c3ab89",cat28Color:"#a4d563",cat28ColorL:"#c7e6a3",cat29Color:"#7672a4",cat29ColorL:"#ada9c8",cat30Color:"#184b81",cat30ColorL:"#a4bbe0"},{diverging1ColorA:"#006d9c",diverging1ColorB:"#ec9960",diverging2ColorA:"#af575a",diverging2ColorB:"#62b3b2",diverging3ColorA:"#4fa484",diverging3ColorB:"#f8be34",diverging4ColorA:"#5a4575",diverging4ColorB:"#708794",diverging5ColorA:"#294e70",diverging5ColorB:"#b6c75a"},{syntaxBlue:"#2662fc",syntaxBlueLight:"#006d9c",syntaxBrown:"#a67f59",syntaxGray:"#8293a7",syntaxGreen:"#5ca300",syntaxGreenLight:"#5ba383",syntaxOrange:"#f58220",syntaxPink:"#cf00cf",syntaxPurple:"#7738ff",syntaxPurpleLight:"#b19cd9",syntaxRed:"#d90700",syntaxRedLight:"#af575a",syntaxTeal:"#00a8ab"},{spacing:"20px",spacingHalf:"10px",spacingQuarter:"5px",fontSize:"14px",fontSizeXSmall:"11px",fontSizeSmall:"12px",fontSizeLarge:"16px",fontSizeXLarge:"18px",fontSizeXXLarge:"24px",lineHeight:"20px",inputHeight:"32px",inputHeightSmall:"28px",inputHeightLarge:"38px",toastContainerWidth:"500px"},{sansFontFamily:u,serifFontFamily:"Georgia, 'Times New Roman', Times, serif",monoFontFamily:"'Splunk Platform Mono', Inconsolata, Consolas, 'Droid Sans Mono', Monaco, 'Courier New', Courier, monospace",fontFamily:u,fontWeightBold:"700",fontWeightSemiBold:"500"},c,{draggableBackground:"url('data:image/png;base64,".concat("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAG0lEQVR4AWMAgioUjAoIyg9xAxBgFIymg1EAAD/iHoHfZJ8OAAAAAElFTkSuQmCC","') 0 0 / 8px 8px repeat")},l,{borderRadius:"3px",border:"1px solid ".concat(c.borderColor)},{zindexFixedNavbar:1030,zindexModalBackdrop:1040,zindexModal:1050,zindexPopover:1060,zindexToastMessages:2e3});e.default=d},"./node_modules/@splunk/themes/enterprise.js":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i,r=(i=n("./node_modules/@splunk/themes/base.js"))&&i.__esModule?i:{default:i},o=n("./node_modules/@splunk/themes/mixins.js");function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),i.forEach((function(e){a(t,e,n[e])}))}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c=s({},r.default,{brandColorL50:"#f5fbf5",brandColorL40:"#dff2df",brandColorL30:"#bee6be",brandColorL20:"#9ed99e",brandColorL10:"#7ecd7e",brandColor:"#5cc05c",brandColorD10:"#49b849",brandColorD20:"#40a540",brandColorD30:"#389038",brandColorD40:"#307b30",brandColorD50:"#286728"}),l=s({},c,{mixins:{reset:(0,o.createReset)(c),clearfix:o.clearfix,ellipsis:o.ellipsis,printWidth100Percent:o.printWidth100Percent,printHide:o.printHide,printNoBackground:o.printNoBackground,printWrapAll:o.printWrapAll,screenReaderContent:o.screenReaderContent}});e.default=l},"./node_modules/@splunk/themes/enterpriseDark.js":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i,r=(i=n("./node_modules/@splunk/themes/enterprise.js"))&&i.__esModule?i:{default:i},o=n("./node_modules/@splunk/themes/mixins.js");function s(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),i.forEach((function(e){a(t,e,n[e])}))}return t}function a(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var c={backgroundColor:r.default.gray25,backgroundColorHover:r.default.gray30,borderColor:r.default.gray22,borderDarkColor:r.default.black,borderLightColor:r.default.gray60,textColor:r.default.white,textGray:r.default.gray92,textDisabledColor:r.default.gray45,linkColor:r.default.accentColorL10,linkColorHover:r.default.accentColorL20,border:"1px solid ".concat(r.default.gray22),borderDark:"1px solid ".concat(r.default.black),borderLight:"1px solid ".concat(r.default.gray60),focusShadowInset:"inset 0 0 2px 1px ".concat(r.default.gray25,", inset 0 0 0 2px ").concat(r.default.focusColor),draggableBackground:"url('data:image/png;base64,".concat("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAXEgAAFxIBZ5/SUgAAAW5pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IlhNUCBDb3JlIDUuNC4wIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4KICAgICAgICAgPGRjOnN1YmplY3Q+CiAgICAgICAgICAgIDxyZGY6QmFnLz4KICAgICAgICAgPC9kYzpzdWJqZWN0PgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4K72CKvQAAADdJREFUOBFj/PDp00cGJCDAx8ePxGUgJM+ErJgc9sAbQI6rh5seRkLxTEh+4KORYhcMtzglxz8AtKEQD3hiWXMAAAAASUVORK5CYII=","') 0 0 / 8px 8px repeat")},l=s({},r.default,c),u=s({},l,{mixins:s({},l.mixins,{reset:(0,o.createReset)(l)})});e.default=u},"./node_modules/@splunk/themes/mixins.js":function(t,e,n){"use strict";function i(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter((function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable})))),i.forEach((function(e){r(t,e,n[e])}))}return t}function r(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(e,"__esModule",{value:!0}),e.createReset=function(t){var e={animation:"none 0s ease 0s 1 normal none running",backfaceVisibility:"visible",background:"transparent none repeat 0 0 / auto auto padding-box border-box scroll",border:"medium none currentColor",borderCollapse:"separate",borderImage:"none",borderRadius:0,borderSpacing:0,bottom:"auto",boxShadow:"none",captionSide:"top",clear:"none",clip:"auto",columns:"auto",columnCount:"auto",columnFill:"balance",columnGap:"normal",columnRule:"medium none currentColor",columnSpan:1,columnWidth:"auto",content:"normal",counterIncrement:"none",counterReset:"none",cursor:"auto",emptyCells:"show",float:"none",fontStyle:"normal",fontVariant:"normal",fontWeight:"normal",fontStretch:"normal",height:"auto",hyphens:"none",left:"auto",letterSpacing:"normal",listStyle:"disc outside none",margin:0,maxHeight:"none",maxWidth:"none",minHeight:0,minWidth:0,opacity:1,orphans:2,overflow:"visible",overflowX:"visible",overflowY:"visible",padding:0,pageBreakAfter:"auto",pageBreakBefore:"auto",pageBreakInside:"auto",perspective:"none",perspectiveOrigin:"50% 50%",pointerEvents:"auto",position:"static",right:"auto",tabSize:8,tableLayout:"auto",textAlign:"left",textAlignLast:"auto",textDecoration:"none",textIndent:0,textShadow:"none",textTransform:"none",top:"auto",transform:"none",transformOrigin:"50% 50% 0",transformStyle:"flat",transition:"none 0s ease 0s",userSelect:"auto",verticalAlign:"baseline",whiteSpace:"normal",widows:2,width:"auto",wordSpacing:"normal",zIndex:"auto"};return function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"inline",r=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],o=arguments.length>2&&void 0!==arguments[2]&&arguments[2];return i({},r?e:{},o?{all:o}:{},{fontFamily:t.fontFamily,fontSize:t.fontSize,lineHeight:t.lineHeight,color:t.textColor,boxSizing:"border-box",display:n,borderWidth:"1px",visibility:"inherit",outline:"medium none ".concat(t.focusColor)})}},e.clearfix=function(){return{"&::after":{display:"table",content:'""',clear:"both"}}},e.ellipsis=function(){return{overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"}},e.printWidth100Percent=function(){return{maxWidth:"100% !important",width:"100% !important",overflow:"hidden !important"}},e.printHide=function(){return{display:"none !important"}},e.printNoBackground=function(){return{background:"none !important"}},e.printWrapAll=function(){return{wordBreak:"break-all !important",wordWrap:"break-word !important",overflowWrap:"break-word !important",whiteSpace:"normal !important"}},e.screenReaderContent=function(){return{position:"absolute",overflow:"hidden",clip:"rect(0 0 0 0)",height:"1px",width:"1px",margin:"-1px",padding:0,border:0}}},"./node_modules/@splunk/ui-utils/boolean.js":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.normalizeBoolean=function(t){switch("string"==typeof t?t.toLowerCase():t){case!0:case 1:case"1":case"yes":case"on":case"true":return!0;case!1:case 0:case"0":case"no":case"off":case"false":return!1;default:return}}},"./node_modules/@splunk/ui-utils/cookie.js":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getEntry=function(t){if("undefined"==typeof document)return null;var e=new RegExp("(^|; ?)".concat(t,"=([^;]+)")),n=null;try{var i=document.cookie.match(e);n=i?i[2]:null}catch(t){}return n}},"./node_modules/@splunk/ui-utils/i18n.js":function(t,e,n){"use strict";var i;function r(t){i=t}function o(){r("undefined"!=typeof window&&window.gettext||function(t){return t})}Object.defineProperty(e,"__esModule",{value:!0}),e.gettext=function(){return i.apply(void 0,arguments)},e._=function(){return i.apply(void 0,arguments)},e.setSharedTranslator=r,e.resetSharedTranslator=o,o()},"./node_modules/@splunk/ui-utils/id.js":function(t,e,n){"use strict";function i(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(t){var e=Math.floor(16*Math.random());return("x"===t?e:e%4+8).toString(16)}))}Object.defineProperty(e,"__esModule",{value:!0}),e.createGUID=i,e.createDOMID=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"id";if(t.match(/^[a-zA-Z][\w-]*$/))return"".concat(t,"-").concat(i());throw new Error("createDOMID: Prefix must start with a letter and may only contain letters, digits, hyphens and underscores")}},"./node_modules/bowser/src/bowser.js":function(t,e,n){var i;i=function(){var t=!0;function e(e){function n(t){var n=e.match(t);return n&&n.length>1&&n[1]||""}function i(t){var n=e.match(t);return n&&n.length>1&&n[2]||""}var r,s=n(/(ipod|iphone|ipad)/i).toLowerCase(),a=!/like android/i.test(e)&&/android/i.test(e),c=/nexus\s*[0-6]\s*/i.test(e),l=!c&&/nexus\s*[0-9]+/i.test(e),u=/CrOS/.test(e),d=/silk/i.test(e),h=/sailfish/i.test(e),p=/tizen/i.test(e),f=/(web|hpw)(o|0)s/i.test(e),m=/windows phone/i.test(e),g=(/SamsungBrowser/i.test(e),!m&&/windows/i.test(e)),y=!s&&!d&&/macintosh/i.test(e),b=!a&&!h&&!p&&!f&&/linux/i.test(e),M=i(/edg([ea]|ios)\/(\d+(\.\d+)?)/i),v=n(/version\/(\d+(\.\d+)?)/i),_=/tablet/i.test(e)&&!/tablet pc/i.test(e),x=!_&&/[^-]mobi/i.test(e),L=/xbox/i.test(e);/opera/i.test(e)?r={name:"Opera",opera:t,version:v||n(/(?:opera|opr|opios)[\s\/](\d+(\.\d+)?)/i)}:/opr\/|opios/i.test(e)?r={name:"Opera",opera:t,version:n(/(?:opr|opios)[\s\/](\d+(\.\d+)?)/i)||v}:/SamsungBrowser/i.test(e)?r={name:"Samsung Internet for Android",samsungBrowser:t,version:v||n(/(?:SamsungBrowser)[\s\/](\d+(\.\d+)?)/i)}:/Whale/i.test(e)?r={name:"NAVER Whale browser",whale:t,version:n(/(?:whale)[\s\/](\d+(?:\.\d+)+)/i)}:/MZBrowser/i.test(e)?r={name:"MZ Browser",mzbrowser:t,version:n(/(?:MZBrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/coast/i.test(e)?r={name:"Opera Coast",coast:t,version:v||n(/(?:coast)[\s\/](\d+(\.\d+)?)/i)}:/focus/i.test(e)?r={name:"Focus",focus:t,version:n(/(?:focus)[\s\/](\d+(?:\.\d+)+)/i)}:/yabrowser/i.test(e)?r={name:"Yandex Browser",yandexbrowser:t,version:v||n(/(?:yabrowser)[\s\/](\d+(\.\d+)?)/i)}:/ucbrowser/i.test(e)?r={name:"UC Browser",ucbrowser:t,version:n(/(?:ucbrowser)[\s\/](\d+(?:\.\d+)+)/i)}:/mxios/i.test(e)?r={name:"Maxthon",maxthon:t,version:n(/(?:mxios)[\s\/](\d+(?:\.\d+)+)/i)}:/epiphany/i.test(e)?r={name:"Epiphany",epiphany:t,version:n(/(?:epiphany)[\s\/](\d+(?:\.\d+)+)/i)}:/puffin/i.test(e)?r={name:"Puffin",puffin:t,version:n(/(?:puffin)[\s\/](\d+(?:\.\d+)?)/i)}:/sleipnir/i.test(e)?r={name:"Sleipnir",sleipnir:t,version:n(/(?:sleipnir)[\s\/](\d+(?:\.\d+)+)/i)}:/k-meleon/i.test(e)?r={name:"K-Meleon",kMeleon:t,version:n(/(?:k-meleon)[\s\/](\d+(?:\.\d+)+)/i)}:m?(r={name:"Windows Phone",osname:"Windows Phone",windowsphone:t},M?(r.msedge=t,r.version=M):(r.msie=t,r.version=n(/iemobile\/(\d+(\.\d+)?)/i))):/msie|trident/i.test(e)?r={name:"Internet Explorer",msie:t,version:n(/(?:msie |rv:)(\d+(\.\d+)?)/i)}:u?r={name:"Chrome",osname:"Chrome OS",chromeos:t,chromeBook:t,chrome:t,version:n(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:/edg([ea]|ios)/i.test(e)?r={name:"Microsoft Edge",msedge:t,version:M}:/vivaldi/i.test(e)?r={name:"Vivaldi",vivaldi:t,version:n(/vivaldi\/(\d+(\.\d+)?)/i)||v}:h?r={name:"Sailfish",osname:"Sailfish OS",sailfish:t,version:n(/sailfish\s?browser\/(\d+(\.\d+)?)/i)}:/seamonkey\//i.test(e)?r={name:"SeaMonkey",seamonkey:t,version:n(/seamonkey\/(\d+(\.\d+)?)/i)}:/firefox|iceweasel|fxios/i.test(e)?(r={name:"Firefox",firefox:t,version:n(/(?:firefox|iceweasel|fxios)[ \/](\d+(\.\d+)?)/i)},/\((mobile|tablet);[^\)]*rv:[\d\.]+\)/i.test(e)&&(r.firefoxos=t,r.osname="Firefox OS")):d?r={name:"Amazon Silk",silk:t,version:n(/silk\/(\d+(\.\d+)?)/i)}:/phantom/i.test(e)?r={name:"PhantomJS",phantom:t,version:n(/phantomjs\/(\d+(\.\d+)?)/i)}:/slimerjs/i.test(e)?r={name:"SlimerJS",slimer:t,version:n(/slimerjs\/(\d+(\.\d+)?)/i)}:/blackberry|\bbb\d+/i.test(e)||/rim\stablet/i.test(e)?r={name:"BlackBerry",osname:"BlackBerry OS",blackberry:t,version:v||n(/blackberry[\d]+\/(\d+(\.\d+)?)/i)}:f?(r={name:"WebOS",osname:"WebOS",webos:t,version:v||n(/w(?:eb)?osbrowser\/(\d+(\.\d+)?)/i)},/touchpad\//i.test(e)&&(r.touchpad=t)):/bada/i.test(e)?r={name:"Bada",osname:"Bada",bada:t,version:n(/dolfin\/(\d+(\.\d+)?)/i)}:p?r={name:"Tizen",osname:"Tizen",tizen:t,version:n(/(?:tizen\s?)?browser\/(\d+(\.\d+)?)/i)||v}:/qupzilla/i.test(e)?r={name:"QupZilla",qupzilla:t,version:n(/(?:qupzilla)[\s\/](\d+(?:\.\d+)+)/i)||v}:/chromium/i.test(e)?r={name:"Chromium",chromium:t,version:n(/(?:chromium)[\s\/](\d+(?:\.\d+)?)/i)||v}:/chrome|crios|crmo/i.test(e)?r={name:"Chrome",chrome:t,version:n(/(?:chrome|crios|crmo)\/(\d+(\.\d+)?)/i)}:a?r={name:"Android",version:v}:/safari|applewebkit/i.test(e)?(r={name:"Safari",safari:t},v&&(r.version=v)):s?(r={name:"iphone"==s?"iPhone":"ipad"==s?"iPad":"iPod"},v&&(r.version=v)):r=/googlebot/i.test(e)?{name:"Googlebot",googlebot:t,version:n(/googlebot\/(\d+(\.\d+))/i)||v}:{name:n(/^(.*)\/(.*) /),version:i(/^(.*)\/(.*) /)},!r.msedge&&/(apple)?webkit/i.test(e)?(/(apple)?webkit\/537\.36/i.test(e)?(r.name=r.name||"Blink",r.blink=t):(r.name=r.name||"Webkit",r.webkit=t),!r.version&&v&&(r.version=v)):!r.opera&&/gecko\//i.test(e)&&(r.name=r.name||"Gecko",r.gecko=t,r.version=r.version||n(/gecko\/(\d+(\.\d+)?)/i)),r.windowsphone||!a&&!r.silk?!r.windowsphone&&s?(r[s]=t,r.ios=t,r.osname="iOS"):y?(r.mac=t,r.osname="macOS"):L?(r.xbox=t,r.osname="Xbox"):g?(r.windows=t,r.osname="Windows"):b&&(r.linux=t,r.osname="Linux"):(r.android=t,r.osname="Android");var A="";r.windows?A=function(t){switch(t){case"NT":return"NT";case"XP":return"XP";case"NT 5.0":return"2000";case"NT 5.1":return"XP";case"NT 5.2":return"2003";case"NT 6.0":return"Vista";case"NT 6.1":return"7";case"NT 6.2":return"8";case"NT 6.3":return"8.1";case"NT 10.0":return"10";default:return}}(n(/Windows ((NT|XP)( \d\d?.\d)?)/i)):r.windowsphone?A=n(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i):r.mac?A=(A=n(/Mac OS X (\d+([_\.\s]\d+)*)/i)).replace(/[_\s]/g,"."):s?A=(A=n(/os (\d+([_\s]\d+)*) like mac os x/i)).replace(/[_\s]/g,"."):a?A=n(/android[ \/-](\d+(\.\d+)*)/i):r.webos?A=n(/(?:web|hpw)os\/(\d+(\.\d+)*)/i):r.blackberry?A=n(/rim\stablet\sos\s(\d+(\.\d+)*)/i):r.bada?A=n(/bada\/(\d+(\.\d+)*)/i):r.tizen&&(A=n(/tizen[\/\s](\d+(\.\d+)*)/i)),A&&(r.osversion=A);var w=!r.windows&&A.split(".")[0];return _||l||"ipad"==s||a&&(3==w||w>=4&&!x)||r.silk?r.tablet=t:(x||"iphone"==s||"ipod"==s||a||c||r.blackberry||r.webos||r.bada)&&(r.mobile=t),r.msedge||r.msie&&r.version>=10||r.yandexbrowser&&r.version>=15||r.vivaldi&&r.version>=1||r.chrome&&r.version>=20||r.samsungBrowser&&r.version>=4||r.whale&&1===o([r.version,"1.0"])||r.mzbrowser&&1===o([r.version,"6.0"])||r.focus&&1===o([r.version,"1.0"])||r.firefox&&r.version>=20||r.safari&&r.version>=6||r.opera&&r.version>=10||r.ios&&r.osversion&&r.osversion.split(".")[0]>=6||r.blackberry&&r.version>=10.1||r.chromium&&r.version>=20?r.a=t:r.msie&&r.version<10||r.chrome&&r.version<20||r.firefox&&r.version<20||r.safari&&r.version<6||r.opera&&r.version<10||r.ios&&r.osversion&&r.osversion.split(".")[0]<6||r.chromium&&r.version<20?r.c=t:r.x=t,r}var n=e("undefined"!=typeof navigator&&navigator.userAgent||"");function i(t){return t.split(".").length}function r(t,e){var n,i=[];if(Array.prototype.map)return Array.prototype.map.call(t,e);for(n=0;n<t.length;n++)i.push(e(t[n]));return i}function o(t){for(var e=Math.max(i(t[0]),i(t[1])),n=r(t,(function(t){var n=e-i(t);return r((t+=new Array(n+1).join(".0")).split("."),(function(t){return new Array(20-t.length).join("0")+t})).reverse()}));--e>=0;){if(n[0][e]>n[1][e])return 1;if(n[0][e]!==n[1][e])return-1;if(0===e)return 0}}function s(t,i,r){var s=n;"string"==typeof i&&(r=i,i=void 0),void 0===i&&(i=!1),r&&(s=e(r));var a=""+s.version;for(var c in t)if(t.hasOwnProperty(c)&&s[c]){if("string"!=typeof t[c])throw new Error("Browser version in the minVersion map should be a string: "+c+": "+String(t));return o([a,t[c]])<0}return i}return n.test=function(t){for(var e=0;e<t.length;++e){var i=t[e];if("string"==typeof i&&i in n)return!0}return!1},n.isUnsupportedBrowser=s,n.compareVersions=o,n.check=function(t,e,n){return!s(t,e,n)},n._detect=e,n.detect=e,n},t.exports?t.exports=i():n("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/amd-define.js")("bowser",i)},"./node_modules/core-js/internals/a-callable.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-callable.js"),r=n("./node_modules/core-js/internals/try-to-string.js"),o=TypeError;t.exports=function(t){if(i(t))return t;throw new o(r(t)+" is not a function")}},"./node_modules/core-js/internals/a-possible-prototype.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-possible-prototype.js"),r=String,o=TypeError;t.exports=function(t){if(i(t))return t;throw new o("Can't set "+r(t)+" as a prototype")}},"./node_modules/core-js/internals/a-weak-map.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/weak-map-helpers.js").has;t.exports=function(t){return i(t),t}},"./node_modules/core-js/internals/add-to-unscopables.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/well-known-symbol.js"),r=n("./node_modules/core-js/internals/object-create.js"),o=n("./node_modules/core-js/internals/object-define-property.js").f,s=i("unscopables"),a=Array.prototype;void 0===a[s]&&o(a,s,{configurable:!0,value:r(null)}),t.exports=function(t){a[s][t]=!0}},"./node_modules/core-js/internals/advance-string-index.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/string-multibyte.js").charAt;t.exports=function(t,e,n){return e+(n?i(t,e).length:1)}},"./node_modules/core-js/internals/an-instance.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/object-is-prototype-of.js"),r=TypeError;t.exports=function(t,e){if(i(e,t))return t;throw new r("Incorrect invocation")}},"./node_modules/core-js/internals/an-object.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-object.js"),r=String,o=TypeError;t.exports=function(t){if(i(t))return t;throw new o(r(t)+" is not an object")}},"./node_modules/core-js/internals/array-buffer-non-extensible.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js");t.exports=i((function(){if("function"==typeof ArrayBuffer){var t=new ArrayBuffer(8);Object.isExtensible(t)&&Object.defineProperty(t,"a",{value:8})}}))},"./node_modules/core-js/internals/array-for-each.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/array-iteration.js").forEach,r=n("./node_modules/core-js/internals/array-method-is-strict.js")("forEach");t.exports=r?[].forEach:function(t){return i(this,t,arguments.length>1?arguments[1]:void 0)}},"./node_modules/core-js/internals/array-from.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-bind-context.js"),r=n("./node_modules/core-js/internals/function-call.js"),o=n("./node_modules/core-js/internals/to-object.js"),s=n("./node_modules/core-js/internals/call-with-safe-iteration-closing.js"),a=n("./node_modules/core-js/internals/is-array-iterator-method.js"),c=n("./node_modules/core-js/internals/is-constructor.js"),l=n("./node_modules/core-js/internals/length-of-array-like.js"),u=n("./node_modules/core-js/internals/create-property.js"),d=n("./node_modules/core-js/internals/get-iterator.js"),h=n("./node_modules/core-js/internals/get-iterator-method.js"),p=Array;t.exports=function(t){var e=o(t),n=c(this),f=arguments.length,m=f>1?arguments[1]:void 0,g=void 0!==m;g&&(m=i(m,f>2?arguments[2]:void 0));var y,b,M,v,_,x,L=h(e),A=0;if(!L||this===p&&a(L))for(y=l(e),b=n?new this(y):p(y);y>A;A++)x=g?m(e[A],A):e[A],u(b,A,x);else for(b=n?new this:[],_=(v=d(e,L)).next;!(M=r(_,v)).done;A++)x=g?s(v,m,[M.value,A],!0):M.value,u(b,A,x);return b.length=A,b}},"./node_modules/core-js/internals/array-includes.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-indexed-object.js"),r=n("./node_modules/core-js/internals/to-absolute-index.js"),o=n("./node_modules/core-js/internals/length-of-array-like.js"),s=function(t){return function(e,n,s){var a=i(e),c=o(a);if(0===c)return!t&&-1;var l,u=r(s,c);if(t&&n!=n){for(;c>u;)if((l=a[u++])!=l)return!0}else for(;c>u;u++)if((t||u in a)&&a[u]===n)return t||u||0;return!t&&-1}};t.exports={includes:s(!0),indexOf:s(!1)}},"./node_modules/core-js/internals/array-iteration.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-bind-context.js"),r=n("./node_modules/core-js/internals/function-uncurry-this.js"),o=n("./node_modules/core-js/internals/indexed-object.js"),s=n("./node_modules/core-js/internals/to-object.js"),a=n("./node_modules/core-js/internals/length-of-array-like.js"),c=n("./node_modules/core-js/internals/array-species-create.js"),l=r([].push),u=function(t){var e=1===t,n=2===t,r=3===t,u=4===t,d=6===t,h=7===t,p=5===t||d;return function(f,m,g,y){for(var b,M,v=s(f),_=o(v),x=a(_),L=i(m,g),A=0,w=y||c,T=e?w(f,x):n||h?w(f,0):void 0;x>A;A++)if((p||A in _)&&(M=L(b=_[A],A,v),t))if(e)T[A]=M;else if(M)switch(t){case 3:return!0;case 5:return b;case 6:return A;case 2:l(T,b)}else switch(t){case 4:return!1;case 7:l(T,b)}return d?-1:r||u?u:T}};t.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},"./node_modules/core-js/internals/array-method-has-species-support.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js"),r=n("./node_modules/core-js/internals/well-known-symbol.js"),o=n("./node_modules/core-js/internals/engine-v8-version.js"),s=r("species");t.exports=function(t){return o>=51||!i((function(){var e=[];return(e.constructor={})[s]=function(){return{foo:1}},1!==e[t](Boolean).foo}))}},"./node_modules/core-js/internals/array-method-is-strict.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js");t.exports=function(t,e){var n=[][t];return!!n&&i((function(){n.call(null,e||function(){return 1},1)}))}},"./node_modules/core-js/internals/array-slice.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=i([].slice)},"./node_modules/core-js/internals/array-sort.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/array-slice.js"),r=Math.floor,o=function(t,e){var n=t.length;if(n<8)for(var s,a,c=1;c<n;){for(a=c,s=t[c];a&&e(t[a-1],s)>0;)t[a]=t[--a];a!==c++&&(t[a]=s)}else for(var l=r(n/2),u=o(i(t,0,l),e),d=o(i(t,l),e),h=u.length,p=d.length,f=0,m=0;f<h||m<p;)t[f+m]=f<h&&m<p?e(u[f],d[m])<=0?u[f++]:d[m++]:f<h?u[f++]:d[m++];return t};t.exports=o},"./node_modules/core-js/internals/array-species-constructor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-array.js"),r=n("./node_modules/core-js/internals/is-constructor.js"),o=n("./node_modules/core-js/internals/is-object.js"),s=n("./node_modules/core-js/internals/well-known-symbol.js")("species"),a=Array;t.exports=function(t){var e;return i(t)&&(e=t.constructor,(r(e)&&(e===a||i(e.prototype))||o(e)&&null===(e=e[s]))&&(e=void 0)),void 0===e?a:e}},"./node_modules/core-js/internals/array-species-create.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/array-species-constructor.js");t.exports=function(t,e){return new(i(t))(0===e?0:e)}},"./node_modules/core-js/internals/call-with-safe-iteration-closing.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/an-object.js"),r=n("./node_modules/core-js/internals/iterator-close.js");t.exports=function(t,e,n,o){try{return o?e(i(n)[0],n[1]):e(n)}catch(e){r(t,"throw",e)}}},"./node_modules/core-js/internals/check-correctness-of-iteration.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/well-known-symbol.js")("iterator"),r=!1;try{var o=0,s={next:function(){return{done:!!o++}},return:function(){r=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(t){}t.exports=function(t,e){try{if(!e&&!r)return!1}catch(t){return!1}var n=!1;try{var o={};o[i]=function(){return{next:function(){return{done:n=!0}}}},t(o)}catch(t){}return n}},"./node_modules/core-js/internals/classof-raw.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=i({}.toString),o=i("".slice);t.exports=function(t){return o(r(t),8,-1)}},"./node_modules/core-js/internals/classof.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-string-tag-support.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=n("./node_modules/core-js/internals/classof-raw.js"),s=n("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag"),a=Object,c="Arguments"===o(function(){return arguments}());t.exports=i?o:function(t){var e,n,i;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(n=function(t,e){try{return t[e]}catch(t){}}(e=a(t),s))?n:c?o(e):"Object"===(i=o(e))&&r(e.callee)?"Arguments":i}},"./node_modules/core-js/internals/collection-weak.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/define-built-ins.js"),o=n("./node_modules/core-js/internals/internal-metadata.js").getWeakData,s=n("./node_modules/core-js/internals/an-instance.js"),a=n("./node_modules/core-js/internals/an-object.js"),c=n("./node_modules/core-js/internals/is-null-or-undefined.js"),l=n("./node_modules/core-js/internals/is-object.js"),u=n("./node_modules/core-js/internals/iterate.js"),d=n("./node_modules/core-js/internals/array-iteration.js"),h=n("./node_modules/core-js/internals/has-own-property.js"),p=n("./node_modules/core-js/internals/internal-state.js"),f=p.set,m=p.getterFor,g=d.find,y=d.findIndex,b=i([].splice),M=0,v=function(t){return t.frozen||(t.frozen=new _)},_=function(){this.entries=[]},x=function(t,e){return g(t.entries,(function(t){return t[0]===e}))};_.prototype={get:function(t){var e=x(this,t);if(e)return e[1]},has:function(t){return!!x(this,t)},set:function(t,e){var n=x(this,t);n?n[1]=e:this.entries.push([t,e])},delete:function(t){var e=y(this.entries,(function(e){return e[0]===t}));return~e&&b(this.entries,e,1),!!~e}},t.exports={getConstructor:function(t,e,n,i){var d=t((function(t,r){s(t,p),f(t,{type:e,id:M++,frozen:void 0}),c(r)||u(r,t[i],{that:t,AS_ENTRIES:n})})),p=d.prototype,g=m(e),y=function(t,e,n){var i=g(t),r=o(a(e),!0);return!0===r?v(i).set(e,n):r[i.id]=n,t};return r(p,{delete:function(t){var e=g(this);if(!l(t))return!1;var n=o(t);return!0===n?v(e).delete(t):n&&h(n,e.id)&&delete n[e.id]},has:function(t){var e=g(this);if(!l(t))return!1;var n=o(t);return!0===n?v(e).has(t):n&&h(n,e.id)}}),r(p,n?{get:function(t){var e=g(this);if(l(t)){var n=o(t);return!0===n?v(e).get(t):n?n[e.id]:void 0}},set:function(t,e){return y(this,t,e)}}:{add:function(t){return y(this,t,!0)}}),d}}},"./node_modules/core-js/internals/collection.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/global.js"),o=n("./node_modules/core-js/internals/function-uncurry-this.js"),s=n("./node_modules/core-js/internals/is-forced.js"),a=n("./node_modules/core-js/internals/define-built-in.js"),c=n("./node_modules/core-js/internals/internal-metadata.js"),l=n("./node_modules/core-js/internals/iterate.js"),u=n("./node_modules/core-js/internals/an-instance.js"),d=n("./node_modules/core-js/internals/is-callable.js"),h=n("./node_modules/core-js/internals/is-null-or-undefined.js"),p=n("./node_modules/core-js/internals/is-object.js"),f=n("./node_modules/core-js/internals/fails.js"),m=n("./node_modules/core-js/internals/check-correctness-of-iteration.js"),g=n("./node_modules/core-js/internals/set-to-string-tag.js"),y=n("./node_modules/core-js/internals/inherit-if-required.js");t.exports=function(t,e,n){var b=-1!==t.indexOf("Map"),M=-1!==t.indexOf("Weak"),v=b?"set":"add",_=r[t],x=_&&_.prototype,L=_,A={},w=function(t){var e=o(x[t]);a(x,t,"add"===t?function(t){return e(this,0===t?0:t),this}:"delete"===t?function(t){return!(M&&!p(t))&&e(this,0===t?0:t)}:"get"===t?function(t){return M&&!p(t)?void 0:e(this,0===t?0:t)}:"has"===t?function(t){return!(M&&!p(t))&&e(this,0===t?0:t)}:function(t,n){return e(this,0===t?0:t,n),this})};if(s(t,!d(_)||!(M||x.forEach&&!f((function(){(new _).entries().next()})))))L=n.getConstructor(e,t,b,v),c.enable();else if(s(t,!0)){var T=new L,k=T[v](M?{}:-0,1)!==T,S=f((function(){T.has(1)})),O=m((function(t){new _(t)})),j=!M&&f((function(){for(var t=new _,e=5;e--;)t[v](e,e);return!t.has(-0)}));O||((L=e((function(t,e){u(t,x);var n=y(new _,t,L);return h(e)||l(e,n[v],{that:n,AS_ENTRIES:b}),n}))).prototype=x,x.constructor=L),(S||j)&&(w("delete"),w("has"),b&&w("get")),(j||k)&&w(v),M&&x.clear&&delete x.clear}return A[t]=L,i({global:!0,constructor:!0,forced:L!==_},A),g(L,t),M||n.setStrong(L,t,b),L}},"./node_modules/core-js/internals/copy-constructor-properties.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/has-own-property.js"),r=n("./node_modules/core-js/internals/own-keys.js"),o=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),s=n("./node_modules/core-js/internals/object-define-property.js");t.exports=function(t,e,n){for(var a=r(e),c=s.f,l=o.f,u=0;u<a.length;u++){var d=a[u];i(t,d)||n&&i(n,d)||c(t,d,l(e,d))}}},"./node_modules/core-js/internals/correct-prototype-getter.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js");t.exports=!i((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},"./node_modules/core-js/internals/create-iter-result-object.js":function(t,e,n){"use strict";t.exports=function(t,e){return{value:t,done:e}}},"./node_modules/core-js/internals/create-non-enumerable-property.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/object-define-property.js"),o=n("./node_modules/core-js/internals/create-property-descriptor.js");t.exports=i?function(t,e,n){return r.f(t,e,o(1,n))}:function(t,e,n){return t[e]=n,t}},"./node_modules/core-js/internals/create-property-descriptor.js":function(t,e,n){"use strict";t.exports=function(t,e){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:e}}},"./node_modules/core-js/internals/create-property.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/object-define-property.js"),o=n("./node_modules/core-js/internals/create-property-descriptor.js");t.exports=function(t,e,n){i?r.f(t,e,o(0,n)):t[e]=n}},"./node_modules/core-js/internals/date-to-primitive.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/an-object.js"),r=n("./node_modules/core-js/internals/ordinary-to-primitive.js"),o=TypeError;t.exports=function(t){if(i(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw new o("Incorrect hint");return r(this,t)}},"./node_modules/core-js/internals/define-built-in-accessor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/make-built-in.js"),r=n("./node_modules/core-js/internals/object-define-property.js");t.exports=function(t,e,n){return n.get&&i(n.get,e,{getter:!0}),n.set&&i(n.set,e,{setter:!0}),r.f(t,e,n)}},"./node_modules/core-js/internals/define-built-in.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-callable.js"),r=n("./node_modules/core-js/internals/object-define-property.js"),o=n("./node_modules/core-js/internals/make-built-in.js"),s=n("./node_modules/core-js/internals/define-global-property.js");t.exports=function(t,e,n,a){a||(a={});var c=a.enumerable,l=void 0!==a.name?a.name:e;if(i(n)&&o(n,l,a),a.global)c?t[e]=n:s(e,n);else{try{a.unsafe?t[e]&&(c=!0):delete t[e]}catch(t){}c?t[e]=n:r.f(t,e,{value:n,enumerable:!1,configurable:!a.nonConfigurable,writable:!a.nonWritable})}return t}},"./node_modules/core-js/internals/define-built-ins.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/define-built-in.js");t.exports=function(t,e,n){for(var r in e)i(t,r,e[r],n);return t}},"./node_modules/core-js/internals/define-global-property.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=Object.defineProperty;t.exports=function(t,e){try{r(i,t,{value:e,configurable:!0,writable:!0})}catch(n){i[t]=e}return e}},"./node_modules/core-js/internals/delete-property-or-throw.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/try-to-string.js"),r=TypeError;t.exports=function(t,e){if(!delete t[e])throw new r("Cannot delete property "+i(e)+" of "+i(t))}},"./node_modules/core-js/internals/descriptors.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js");t.exports=!i((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"./node_modules/core-js/internals/document-create-element.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/is-object.js"),o=i.document,s=r(o)&&r(o.createElement);t.exports=function(t){return s?o.createElement(t):{}}},"./node_modules/core-js/internals/does-not-exceed-safe-integer.js":function(t,e,n){"use strict";var i=TypeError;t.exports=function(t){if(t>9007199254740991)throw i("Maximum allowed index exceeded");return t}},"./node_modules/core-js/internals/dom-iterables.js":function(t,e,n){"use strict";t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},"./node_modules/core-js/internals/dom-token-list-prototype.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/document-create-element.js")("span").classList,r=i&&i.constructor&&i.constructor.prototype;t.exports=r===Object.prototype?void 0:r},"./node_modules/core-js/internals/engine-ff-version.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/engine-user-agent.js").match(/firefox\/(\d+)/i);t.exports=!!i&&+i[1]},"./node_modules/core-js/internals/engine-is-ie-or-edge.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/engine-user-agent.js");t.exports=/MSIE|Trident/.test(i)},"./node_modules/core-js/internals/engine-user-agent.js":function(t,e,n){"use strict";t.exports="undefined"!=typeof navigator&&String(navigator.userAgent)||""},"./node_modules/core-js/internals/engine-v8-version.js":function(t,e,n){"use strict";var i,r,o=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/engine-user-agent.js"),a=o.process,c=o.Deno,l=a&&a.versions||c&&c.version,u=l&&l.v8;u&&(r=(i=u.split("."))[0]>0&&i[0]<4?1:+(i[0]+i[1])),!r&&s&&(!(i=s.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=s.match(/Chrome\/(\d+)/))&&(r=+i[1]),t.exports=r},"./node_modules/core-js/internals/engine-webkit-version.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/engine-user-agent.js").match(/AppleWebKit\/(\d+)\./);t.exports=!!i&&+i[1]},"./node_modules/core-js/internals/enum-bug-keys.js":function(t,e,n){"use strict";t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},"./node_modules/core-js/internals/export.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,o=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),s=n("./node_modules/core-js/internals/define-built-in.js"),a=n("./node_modules/core-js/internals/define-global-property.js"),c=n("./node_modules/core-js/internals/copy-constructor-properties.js"),l=n("./node_modules/core-js/internals/is-forced.js");t.exports=function(t,e){var n,u,d,h,p,f=t.target,m=t.global,g=t.stat;if(n=m?i:g?i[f]||a(f,{}):i[f]&&i[f].prototype)for(u in e){if(h=e[u],d=t.dontCallGetSet?(p=r(n,u))&&p.value:n[u],!l(m?u:f+(g?".":"#")+u,t.forced)&&void 0!==d){if(typeof h==typeof d)continue;c(h,d)}(t.sham||d&&d.sham)&&o(h,"sham",!0),s(n,u,h,t)}}},"./node_modules/core-js/internals/fails.js":function(t,e,n){"use strict";t.exports=function(t){try{return!!t()}catch(t){return!0}}},"./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js":function(t,e,n){"use strict";n("./node_modules/core-js/modules/es.regexp.exec.js");var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/define-built-in.js"),o=n("./node_modules/core-js/internals/regexp-exec.js"),s=n("./node_modules/core-js/internals/fails.js"),a=n("./node_modules/core-js/internals/well-known-symbol.js"),c=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),l=a("species"),u=RegExp.prototype;t.exports=function(t,e,n,d){var h=a(t),p=!s((function(){var e={};return e[h]=function(){return 7},7!==""[t](e)})),f=p&&!s((function(){var e=!1,n=/a/;return"split"===t&&((n={}).constructor={},n.constructor[l]=function(){return n},n.flags="",n[h]=/./[h]),n.exec=function(){return e=!0,null},n[h](""),!e}));if(!p||!f||n){var m=/./[h],g=e(h,""[t],(function(t,e,n,r,s){var a=e.exec;return a===o||a===u.exec?p&&!s?{done:!0,value:i(m,e,n,r)}:{done:!0,value:i(t,n,e,r)}:{done:!1}}));r(String.prototype,t,g[0]),r(u,h,g[1])}d&&c(u[h],"sham",!0)}},"./node_modules/core-js/internals/flatten-into-array.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-array.js"),r=n("./node_modules/core-js/internals/length-of-array-like.js"),o=n("./node_modules/core-js/internals/does-not-exceed-safe-integer.js"),s=n("./node_modules/core-js/internals/function-bind-context.js"),a=function(t,e,n,c,l,u,d,h){for(var p,f,m=l,g=0,y=!!d&&s(d,h);g<c;)g in n&&(p=y?y(n[g],g,e):n[g],u>0&&i(p)?(f=r(p),m=a(t,e,p,f,m,u-1)-1):(o(m+1),t[m]=p),m++),g++;return m};t.exports=a},"./node_modules/core-js/internals/freezing.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js");t.exports=!i((function(){return Object.isExtensible(Object.preventExtensions({}))}))},"./node_modules/core-js/internals/function-apply.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-bind-native.js"),r=Function.prototype,o=r.apply,s=r.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?s.bind(o):function(){return s.apply(o,arguments)})},"./node_modules/core-js/internals/function-bind-context.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this-clause.js"),r=n("./node_modules/core-js/internals/a-callable.js"),o=n("./node_modules/core-js/internals/function-bind-native.js"),s=i(i.bind);t.exports=function(t,e){return r(t),void 0===e?t:o?s(t,e):function(){return t.apply(e,arguments)}}},"./node_modules/core-js/internals/function-bind-native.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js");t.exports=!i((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},"./node_modules/core-js/internals/function-call.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-bind-native.js"),r=Function.prototype.call;t.exports=i?r.bind(r):function(){return r.apply(r,arguments)}},"./node_modules/core-js/internals/function-name.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/has-own-property.js"),o=Function.prototype,s=i&&Object.getOwnPropertyDescriptor,a=r(o,"name"),c=a&&"something"===function(){}.name,l=a&&(!i||i&&s(o,"name").configurable);t.exports={EXISTS:a,PROPER:c,CONFIGURABLE:l}},"./node_modules/core-js/internals/function-uncurry-this-accessor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/a-callable.js");t.exports=function(t,e,n){try{return i(r(Object.getOwnPropertyDescriptor(t,e)[n]))}catch(t){}}},"./node_modules/core-js/internals/function-uncurry-this-clause.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/classof-raw.js"),r=n("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=function(t){if("Function"===i(t))return r(t)}},"./node_modules/core-js/internals/function-uncurry-this.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-bind-native.js"),r=Function.prototype,o=r.call,s=i&&r.bind.bind(o,o);t.exports=i?s:function(t){return function(){return o.apply(t,arguments)}}},"./node_modules/core-js/internals/get-built-in.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=function(t){return r(t)?t:void 0};t.exports=function(t,e){return arguments.length<2?o(i[t]):i[t]&&i[t][e]}},"./node_modules/core-js/internals/get-iterator-method.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/classof.js"),r=n("./node_modules/core-js/internals/get-method.js"),o=n("./node_modules/core-js/internals/is-null-or-undefined.js"),s=n("./node_modules/core-js/internals/iterators.js"),a=n("./node_modules/core-js/internals/well-known-symbol.js")("iterator");t.exports=function(t){if(!o(t))return r(t,a)||r(t,"@@iterator")||s[i(t)]}},"./node_modules/core-js/internals/get-iterator.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/a-callable.js"),o=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/try-to-string.js"),a=n("./node_modules/core-js/internals/get-iterator-method.js"),c=TypeError;t.exports=function(t,e){var n=arguments.length<2?a(t):e;if(r(n))return o(i(n,t));throw new c(s(t)+" is not iterable")}},"./node_modules/core-js/internals/get-json-replacer-function.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/is-array.js"),o=n("./node_modules/core-js/internals/is-callable.js"),s=n("./node_modules/core-js/internals/classof-raw.js"),a=n("./node_modules/core-js/internals/to-string.js"),c=i([].push);t.exports=function(t){if(o(t))return t;if(r(t)){for(var e=t.length,n=[],i=0;i<e;i++){var l=t[i];"string"==typeof l?c(n,l):"number"!=typeof l&&"Number"!==s(l)&&"String"!==s(l)||c(n,a(l))}var u=n.length,d=!0;return function(t,e){if(d)return d=!1,e;if(r(this))return e;for(var i=0;i<u;i++)if(n[i]===t)return e}}}},"./node_modules/core-js/internals/get-method.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/a-callable.js"),r=n("./node_modules/core-js/internals/is-null-or-undefined.js");t.exports=function(t,e){var n=t[e];return r(n)?void 0:i(n)}},"./node_modules/core-js/internals/get-substitution.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/to-object.js"),o=Math.floor,s=i("".charAt),a=i("".replace),c=i("".slice),l=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,u=/\$([$&'`]|\d{1,2})/g;t.exports=function(t,e,n,i,d,h){var p=n+t.length,f=i.length,m=u;return void 0!==d&&(d=r(d),m=l),a(h,m,(function(r,a){var l;switch(s(a,0)){case"$":return"$";case"&":return t;case"`":return c(e,0,n);case"'":return c(e,p);case"<":l=d[c(a,1,-1)];break;default:var u=+a;if(0===u)return r;if(u>f){var h=o(u/10);return 0===h?r:h<=f?void 0===i[h-1]?s(a,1):i[h-1]+s(a,1):r}l=i[u-1]}return void 0===l?"":l}))}},"./node_modules/core-js/internals/global.js":function(t,e,n){"use strict";(function(e){var n=function(t){return t&&t.Math===Math&&t};t.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof e&&e)||n("object"==typeof this&&this)||function(){return this}()||Function("return this")()}).call(this,n("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/core-js/internals/has-own-property.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/to-object.js"),o=i({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,e){return o(r(t),e)}},"./node_modules/core-js/internals/hidden-keys.js":function(t,e,n){"use strict";t.exports={}},"./node_modules/core-js/internals/html.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/get-built-in.js");t.exports=i("document","documentElement")},"./node_modules/core-js/internals/ie8-dom-define.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/document-create-element.js");t.exports=!i&&!r((function(){return 7!==Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"./node_modules/core-js/internals/indexed-object.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/classof-raw.js"),s=Object,a=i("".split);t.exports=r((function(){return!s("z").propertyIsEnumerable(0)}))?function(t){return"String"===o(t)?a(t,""):s(t)}:s},"./node_modules/core-js/internals/inherit-if-required.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-callable.js"),r=n("./node_modules/core-js/internals/is-object.js"),o=n("./node_modules/core-js/internals/object-set-prototype-of.js");t.exports=function(t,e,n){var s,a;return o&&i(s=e.constructor)&&s!==n&&r(a=s.prototype)&&a!==n.prototype&&o(t,a),t}},"./node_modules/core-js/internals/inspect-source.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=n("./node_modules/core-js/internals/shared-store.js"),s=i(Function.toString);r(o.inspectSource)||(o.inspectSource=function(t){return s(t)}),t.exports=o.inspectSource},"./node_modules/core-js/internals/internal-metadata.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/function-uncurry-this.js"),o=n("./node_modules/core-js/internals/hidden-keys.js"),s=n("./node_modules/core-js/internals/is-object.js"),a=n("./node_modules/core-js/internals/has-own-property.js"),c=n("./node_modules/core-js/internals/object-define-property.js").f,l=n("./node_modules/core-js/internals/object-get-own-property-names.js"),u=n("./node_modules/core-js/internals/object-get-own-property-names-external.js"),d=n("./node_modules/core-js/internals/object-is-extensible.js"),h=n("./node_modules/core-js/internals/uid.js"),p=n("./node_modules/core-js/internals/freezing.js"),f=!1,m=h("meta"),g=0,y=function(t){c(t,m,{value:{objectID:"O"+g++,weakData:{}}})},b=t.exports={enable:function(){b.enable=function(){},f=!0;var t=l.f,e=r([].splice),n={};n[m]=1,t(n).length&&(l.f=function(n){for(var i=t(n),r=0,o=i.length;r<o;r++)if(i[r]===m){e(i,r,1);break}return i},i({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:u.f}))},fastKey:function(t,e){if(!s(t))return"symbol"==typeof t?t:("string"==typeof t?"S":"P")+t;if(!a(t,m)){if(!d(t))return"F";if(!e)return"E";y(t)}return t[m].objectID},getWeakData:function(t,e){if(!a(t,m)){if(!d(t))return!0;if(!e)return!1;y(t)}return t[m].weakData},onFreeze:function(t){return p&&f&&d(t)&&!a(t,m)&&y(t),t}};o[m]=!0},"./node_modules/core-js/internals/internal-state.js":function(t,e,n){"use strict";var i,r,o,s=n("./node_modules/core-js/internals/weak-map-basic-detection.js"),a=n("./node_modules/core-js/internals/global.js"),c=n("./node_modules/core-js/internals/is-object.js"),l=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),u=n("./node_modules/core-js/internals/has-own-property.js"),d=n("./node_modules/core-js/internals/shared-store.js"),h=n("./node_modules/core-js/internals/shared-key.js"),p=n("./node_modules/core-js/internals/hidden-keys.js"),f=a.TypeError,m=a.WeakMap;if(s||d.state){var g=d.state||(d.state=new m);g.get=g.get,g.has=g.has,g.set=g.set,i=function(t,e){if(g.has(t))throw new f("Object already initialized");return e.facade=t,g.set(t,e),e},r=function(t){return g.get(t)||{}},o=function(t){return g.has(t)}}else{var y=h("state");p[y]=!0,i=function(t,e){if(u(t,y))throw new f("Object already initialized");return e.facade=t,l(t,y,e),e},r=function(t){return u(t,y)?t[y]:{}},o=function(t){return u(t,y)}}t.exports={set:i,get:r,has:o,enforce:function(t){return o(t)?r(t):i(t,{})},getterFor:function(t){return function(e){var n;if(!c(e)||(n=r(e)).type!==t)throw new f("Incompatible receiver, "+t+" required");return n}}}},"./node_modules/core-js/internals/is-array-iterator-method.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/well-known-symbol.js"),r=n("./node_modules/core-js/internals/iterators.js"),o=i("iterator"),s=Array.prototype;t.exports=function(t){return void 0!==t&&(r.Array===t||s[o]===t)}},"./node_modules/core-js/internals/is-array.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/classof-raw.js");t.exports=Array.isArray||function(t){return"Array"===i(t)}},"./node_modules/core-js/internals/is-callable.js":function(t,e,n){"use strict";var i="object"==typeof document&&document.all;t.exports=void 0===i&&void 0!==i?function(t){return"function"==typeof t||t===i}:function(t){return"function"==typeof t}},"./node_modules/core-js/internals/is-constructor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/is-callable.js"),s=n("./node_modules/core-js/internals/classof.js"),a=n("./node_modules/core-js/internals/get-built-in.js"),c=n("./node_modules/core-js/internals/inspect-source.js"),l=function(){},u=a("Reflect","construct"),d=/^\s*(?:class|function)\b/,h=i(d.exec),p=!d.test(l),f=function(t){if(!o(t))return!1;try{return u(l,[],t),!0}catch(t){return!1}},m=function(t){if(!o(t))return!1;switch(s(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return p||!!h(d,c(t))}catch(t){return!0}};m.sham=!0,t.exports=!u||r((function(){var t;return f(f.call)||!f(Object)||!f((function(){t=!0}))||t}))?m:f},"./node_modules/core-js/internals/is-forced.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=/#|\.prototype\./,s=function(t,e){var n=c[a(t)];return n===u||n!==l&&(r(e)?i(e):!!e)},a=s.normalize=function(t){return String(t).replace(o,".").toLowerCase()},c=s.data={},l=s.NATIVE="N",u=s.POLYFILL="P";t.exports=s},"./node_modules/core-js/internals/is-integral-number.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-object.js"),r=Math.floor;t.exports=Number.isInteger||function(t){return!i(t)&&isFinite(t)&&r(t)===t}},"./node_modules/core-js/internals/is-null-or-undefined.js":function(t,e,n){"use strict";t.exports=function(t){return null==t}},"./node_modules/core-js/internals/is-object.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-callable.js");t.exports=function(t){return"object"==typeof t?null!==t:i(t)}},"./node_modules/core-js/internals/is-possible-prototype.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-object.js");t.exports=function(t){return i(t)||null===t}},"./node_modules/core-js/internals/is-pure.js":function(t,e,n){"use strict";t.exports=!1},"./node_modules/core-js/internals/is-symbol.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/get-built-in.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=n("./node_modules/core-js/internals/object-is-prototype-of.js"),s=n("./node_modules/core-js/internals/use-symbol-as-uid.js"),a=Object;t.exports=s?function(t){return"symbol"==typeof t}:function(t){var e=i("Symbol");return r(e)&&o(e.prototype,a(t))}},"./node_modules/core-js/internals/iterate.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-bind-context.js"),r=n("./node_modules/core-js/internals/function-call.js"),o=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/try-to-string.js"),a=n("./node_modules/core-js/internals/is-array-iterator-method.js"),c=n("./node_modules/core-js/internals/length-of-array-like.js"),l=n("./node_modules/core-js/internals/object-is-prototype-of.js"),u=n("./node_modules/core-js/internals/get-iterator.js"),d=n("./node_modules/core-js/internals/get-iterator-method.js"),h=n("./node_modules/core-js/internals/iterator-close.js"),p=TypeError,f=function(t,e){this.stopped=t,this.result=e},m=f.prototype;t.exports=function(t,e,n){var g,y,b,M,v,_,x,L=n&&n.that,A=!(!n||!n.AS_ENTRIES),w=!(!n||!n.IS_RECORD),T=!(!n||!n.IS_ITERATOR),k=!(!n||!n.INTERRUPTED),S=i(e,L),O=function(t){return g&&h(g,"normal",t),new f(!0,t)},j=function(t){return A?(o(t),k?S(t[0],t[1],O):S(t[0],t[1])):k?S(t,O):S(t)};if(w)g=t.iterator;else if(T)g=t;else{if(!(y=d(t)))throw new p(s(t)+" is not iterable");if(a(y)){for(b=0,M=c(t);M>b;b++)if((v=j(t[b]))&&l(m,v))return v;return new f(!1)}g=u(t,y)}for(_=w?t.next:g.next;!(x=r(_,g)).done;){try{v=j(x.value)}catch(t){h(g,"throw",t)}if("object"==typeof v&&v&&l(m,v))return v}return new f(!1)}},"./node_modules/core-js/internals/iterator-close.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/an-object.js"),o=n("./node_modules/core-js/internals/get-method.js");t.exports=function(t,e,n){var s,a;r(t);try{if(!(s=o(t,"return"))){if("throw"===e)throw n;return n}s=i(s,t)}catch(t){a=!0,s=t}if("throw"===e)throw n;if(a)throw s;return r(s),n}},"./node_modules/core-js/internals/iterator-create-constructor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/iterators-core.js").IteratorPrototype,r=n("./node_modules/core-js/internals/object-create.js"),o=n("./node_modules/core-js/internals/create-property-descriptor.js"),s=n("./node_modules/core-js/internals/set-to-string-tag.js"),a=n("./node_modules/core-js/internals/iterators.js"),c=function(){return this};t.exports=function(t,e,n,l){var u=e+" Iterator";return t.prototype=r(i,{next:o(+!l,n)}),s(t,u,!1,!0),a[u]=c,t}},"./node_modules/core-js/internals/iterator-define.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/function-call.js"),o=n("./node_modules/core-js/internals/is-pure.js"),s=n("./node_modules/core-js/internals/function-name.js"),a=n("./node_modules/core-js/internals/is-callable.js"),c=n("./node_modules/core-js/internals/iterator-create-constructor.js"),l=n("./node_modules/core-js/internals/object-get-prototype-of.js"),u=n("./node_modules/core-js/internals/object-set-prototype-of.js"),d=n("./node_modules/core-js/internals/set-to-string-tag.js"),h=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),p=n("./node_modules/core-js/internals/define-built-in.js"),f=n("./node_modules/core-js/internals/well-known-symbol.js"),m=n("./node_modules/core-js/internals/iterators.js"),g=n("./node_modules/core-js/internals/iterators-core.js"),y=s.PROPER,b=s.CONFIGURABLE,M=g.IteratorPrototype,v=g.BUGGY_SAFARI_ITERATORS,_=f("iterator"),x=function(){return this};t.exports=function(t,e,n,s,f,g,L){c(n,e,s);var A,w,T,k=function(t){if(t===f&&C)return C;if(!v&&t&&t in j)return j[t];switch(t){case"keys":case"values":case"entries":return function(){return new n(this,t)}}return function(){return new n(this)}},S=e+" Iterator",O=!1,j=t.prototype,z=j[_]||j["@@iterator"]||f&&j[f],C=!v&&z||k(f),D="Array"===e&&j.entries||z;if(D&&(A=l(D.call(new t)))!==Object.prototype&&A.next&&(o||l(A)===M||(u?u(A,M):a(A[_])||p(A,_,x)),d(A,S,!0,!0),o&&(m[S]=x)),y&&"values"===f&&z&&"values"!==z.name&&(!o&&b?h(j,"name","values"):(O=!0,C=function(){return r(z,this)})),f)if(w={values:k("values"),keys:g?C:k("keys"),entries:k("entries")},L)for(T in w)(v||O||!(T in j))&&p(j,T,w[T]);else i({target:e,proto:!0,forced:v||O},w);return o&&!L||j[_]===C||p(j,_,C,{name:f}),m[e]=C,w}},"./node_modules/core-js/internals/iterators-core.js":function(t,e,n){"use strict";var i,r,o,s=n("./node_modules/core-js/internals/fails.js"),a=n("./node_modules/core-js/internals/is-callable.js"),c=n("./node_modules/core-js/internals/is-object.js"),l=n("./node_modules/core-js/internals/object-create.js"),u=n("./node_modules/core-js/internals/object-get-prototype-of.js"),d=n("./node_modules/core-js/internals/define-built-in.js"),h=n("./node_modules/core-js/internals/well-known-symbol.js"),p=n("./node_modules/core-js/internals/is-pure.js"),f=h("iterator"),m=!1;[].keys&&("next"in(o=[].keys())?(r=u(u(o)))!==Object.prototype&&(i=r):m=!0),!c(i)||s((function(){var t={};return i[f].call(t)!==t}))?i={}:p&&(i=l(i)),a(i[f])||d(i,f,(function(){return this})),t.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:m}},"./node_modules/core-js/internals/iterators.js":function(t,e,n){"use strict";t.exports={}},"./node_modules/core-js/internals/length-of-array-like.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-length.js");t.exports=function(t){return i(t.length)}},"./node_modules/core-js/internals/make-built-in.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/is-callable.js"),s=n("./node_modules/core-js/internals/has-own-property.js"),a=n("./node_modules/core-js/internals/descriptors.js"),c=n("./node_modules/core-js/internals/function-name.js").CONFIGURABLE,l=n("./node_modules/core-js/internals/inspect-source.js"),u=n("./node_modules/core-js/internals/internal-state.js"),d=u.enforce,h=u.get,p=String,f=Object.defineProperty,m=i("".slice),g=i("".replace),y=i([].join),b=a&&!r((function(){return 8!==f((function(){}),"length",{value:8}).length})),M=String(String).split("String"),v=t.exports=function(t,e,n){"Symbol("===m(p(e),0,7)&&(e="["+g(p(e),/^Symbol\(([^)]*)\).*$/,"$1")+"]"),n&&n.getter&&(e="get "+e),n&&n.setter&&(e="set "+e),(!s(t,"name")||c&&t.name!==e)&&(a?f(t,"name",{value:e,configurable:!0}):t.name=e),b&&n&&s(n,"arity")&&t.length!==n.arity&&f(t,"length",{value:n.arity});try{n&&s(n,"constructor")&&n.constructor?a&&f(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(t){}var i=d(t);return s(i,"source")||(i.source=y(M,"string"==typeof e?e:"")),t};Function.prototype.toString=v((function(){return o(this)&&h(this).source||l(this)}),"toString")},"./node_modules/core-js/internals/math-trunc.js":function(t,e,n){"use strict";var i=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(t){var e=+t;return(e>0?r:i)(e)}},"./node_modules/core-js/internals/object-create.js":function(t,e,n){"use strict";var i,r=n("./node_modules/core-js/internals/an-object.js"),o=n("./node_modules/core-js/internals/object-define-properties.js"),s=n("./node_modules/core-js/internals/enum-bug-keys.js"),a=n("./node_modules/core-js/internals/hidden-keys.js"),c=n("./node_modules/core-js/internals/html.js"),l=n("./node_modules/core-js/internals/document-create-element.js"),u=n("./node_modules/core-js/internals/shared-key.js"),d=u("IE_PROTO"),h=function(){},p=function(t){return"<script>"+t+"<\/script>"},f=function(t){t.write(p("")),t.close();var e=t.parentWindow.Object;return t=null,e},m=function(){try{i=new ActiveXObject("htmlfile")}catch(t){}var t,e;m="undefined"!=typeof document?document.domain&&i?f(i):((e=l("iframe")).style.display="none",c.appendChild(e),e.src=String("javascript:"),(t=e.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F):f(i);for(var n=s.length;n--;)delete m.prototype[s[n]];return m()};a[d]=!0,t.exports=Object.create||function(t,e){var n;return null!==t?(h.prototype=r(t),n=new h,h.prototype=null,n[d]=t):n=m(),void 0===e?n:o.f(n,e)}},"./node_modules/core-js/internals/object-define-properties.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/v8-prototype-define-bug.js"),o=n("./node_modules/core-js/internals/object-define-property.js"),s=n("./node_modules/core-js/internals/an-object.js"),a=n("./node_modules/core-js/internals/to-indexed-object.js"),c=n("./node_modules/core-js/internals/object-keys.js");e.f=i&&!r?Object.defineProperties:function(t,e){s(t);for(var n,i=a(e),r=c(e),l=r.length,u=0;l>u;)o.f(t,n=r[u++],i[n]);return t}},"./node_modules/core-js/internals/object-define-property.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/ie8-dom-define.js"),o=n("./node_modules/core-js/internals/v8-prototype-define-bug.js"),s=n("./node_modules/core-js/internals/an-object.js"),a=n("./node_modules/core-js/internals/to-property-key.js"),c=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor;e.f=i?o?function(t,e,n){if(s(t),e=a(e),s(n),"function"==typeof t&&"prototype"===e&&"value"in n&&"writable"in n&&!n.writable){var i=u(t,e);i&&i.writable&&(t[e]=n.value,n={configurable:"configurable"in n?n.configurable:i.configurable,enumerable:"enumerable"in n?n.enumerable:i.enumerable,writable:!1})}return l(t,e,n)}:l:function(t,e,n){if(s(t),e=a(e),s(n),r)try{return l(t,e,n)}catch(t){}if("get"in n||"set"in n)throw new c("Accessors not supported");return"value"in n&&(t[e]=n.value),t}},"./node_modules/core-js/internals/object-get-own-property-descriptor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/function-call.js"),o=n("./node_modules/core-js/internals/object-property-is-enumerable.js"),s=n("./node_modules/core-js/internals/create-property-descriptor.js"),a=n("./node_modules/core-js/internals/to-indexed-object.js"),c=n("./node_modules/core-js/internals/to-property-key.js"),l=n("./node_modules/core-js/internals/has-own-property.js"),u=n("./node_modules/core-js/internals/ie8-dom-define.js"),d=Object.getOwnPropertyDescriptor;e.f=i?d:function(t,e){if(t=a(t),e=c(e),u)try{return d(t,e)}catch(t){}if(l(t,e))return s(!r(o.f,t,e),t[e])}},"./node_modules/core-js/internals/object-get-own-property-names-external.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/classof-raw.js"),r=n("./node_modules/core-js/internals/to-indexed-object.js"),o=n("./node_modules/core-js/internals/object-get-own-property-names.js").f,s=n("./node_modules/core-js/internals/array-slice.js"),a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];t.exports.f=function(t){return a&&"Window"===i(t)?function(t){try{return o(t)}catch(t){return s(a)}}(t):o(r(t))}},"./node_modules/core-js/internals/object-get-own-property-names.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/object-keys-internal.js"),r=n("./node_modules/core-js/internals/enum-bug-keys.js").concat("length","prototype");e.f=Object.getOwnPropertyNames||function(t){return i(t,r)}},"./node_modules/core-js/internals/object-get-own-property-symbols.js":function(t,e,n){"use strict";e.f=Object.getOwnPropertySymbols},"./node_modules/core-js/internals/object-get-prototype-of.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/has-own-property.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=n("./node_modules/core-js/internals/to-object.js"),s=n("./node_modules/core-js/internals/shared-key.js"),a=n("./node_modules/core-js/internals/correct-prototype-getter.js"),c=s("IE_PROTO"),l=Object,u=l.prototype;t.exports=a?l.getPrototypeOf:function(t){var e=o(t);if(i(e,c))return e[c];var n=e.constructor;return r(n)&&e instanceof n?n.prototype:e instanceof l?u:null}},"./node_modules/core-js/internals/object-is-extensible.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js"),r=n("./node_modules/core-js/internals/is-object.js"),o=n("./node_modules/core-js/internals/classof-raw.js"),s=n("./node_modules/core-js/internals/array-buffer-non-extensible.js"),a=Object.isExtensible,c=i((function(){a(1)}));t.exports=c||s?function(t){return!!r(t)&&((!s||"ArrayBuffer"!==o(t))&&(!a||a(t)))}:a},"./node_modules/core-js/internals/object-is-prototype-of.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=i({}.isPrototypeOf)},"./node_modules/core-js/internals/object-keys-internal.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/has-own-property.js"),o=n("./node_modules/core-js/internals/to-indexed-object.js"),s=n("./node_modules/core-js/internals/array-includes.js").indexOf,a=n("./node_modules/core-js/internals/hidden-keys.js"),c=i([].push);t.exports=function(t,e){var n,i=o(t),l=0,u=[];for(n in i)!r(a,n)&&r(i,n)&&c(u,n);for(;e.length>l;)r(i,n=e[l++])&&(~s(u,n)||c(u,n));return u}},"./node_modules/core-js/internals/object-keys.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/object-keys-internal.js"),r=n("./node_modules/core-js/internals/enum-bug-keys.js");t.exports=Object.keys||function(t){return i(t,r)}},"./node_modules/core-js/internals/object-property-is-enumerable.js":function(t,e,n){"use strict";var i={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!i.call({1:2},1);e.f=o?function(t){var e=r(this,t);return!!e&&e.enumerable}:i},"./node_modules/core-js/internals/object-set-prototype-of.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this-accessor.js"),r=n("./node_modules/core-js/internals/is-object.js"),o=n("./node_modules/core-js/internals/require-object-coercible.js"),s=n("./node_modules/core-js/internals/a-possible-prototype.js");t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,e=!1,n={};try{(t=i(Object.prototype,"__proto__","set"))(n,[]),e=n instanceof Array}catch(t){}return function(n,i){return o(n),s(i),r(n)?(e?t(n,i):n.__proto__=i,n):n}}():void 0)},"./node_modules/core-js/internals/object-to-array.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/function-uncurry-this.js"),s=n("./node_modules/core-js/internals/object-get-prototype-of.js"),a=n("./node_modules/core-js/internals/object-keys.js"),c=n("./node_modules/core-js/internals/to-indexed-object.js"),l=o(n("./node_modules/core-js/internals/object-property-is-enumerable.js").f),u=o([].push),d=i&&r((function(){var t=Object.create(null);return t[2]=2,!l(t,2)})),h=function(t){return function(e){for(var n,r=c(e),o=a(r),h=d&&null===s(r),p=o.length,f=0,m=[];p>f;)n=o[f++],i&&!(h?n in r:l(r,n))||u(m,t?[n,r[n]]:r[n]);return m}};t.exports={entries:h(!0),values:h(!1)}},"./node_modules/core-js/internals/object-to-string.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-string-tag-support.js"),r=n("./node_modules/core-js/internals/classof.js");t.exports=i?{}.toString:function(){return"[object "+r(this)+"]"}},"./node_modules/core-js/internals/ordinary-to-primitive.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=n("./node_modules/core-js/internals/is-object.js"),s=TypeError;t.exports=function(t,e){var n,a;if("string"===e&&r(n=t.toString)&&!o(a=i(n,t)))return a;if(r(n=t.valueOf)&&!o(a=i(n,t)))return a;if("string"!==e&&r(n=t.toString)&&!o(a=i(n,t)))return a;throw new s("Can't convert object to primitive value")}},"./node_modules/core-js/internals/own-keys.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/get-built-in.js"),r=n("./node_modules/core-js/internals/function-uncurry-this.js"),o=n("./node_modules/core-js/internals/object-get-own-property-names.js"),s=n("./node_modules/core-js/internals/object-get-own-property-symbols.js"),a=n("./node_modules/core-js/internals/an-object.js"),c=r([].concat);t.exports=i("Reflect","ownKeys")||function(t){var e=o.f(a(t)),n=s.f;return n?c(e,n(t)):e}},"./node_modules/core-js/internals/path.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js");t.exports=i},"./node_modules/core-js/internals/regexp-exec-abstract.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/an-object.js"),o=n("./node_modules/core-js/internals/is-callable.js"),s=n("./node_modules/core-js/internals/classof-raw.js"),a=n("./node_modules/core-js/internals/regexp-exec.js"),c=TypeError;t.exports=function(t,e){var n=t.exec;if(o(n)){var l=i(n,t,e);return null!==l&&r(l),l}if("RegExp"===s(t))return i(a,t,e);throw new c("RegExp#exec called on incompatible receiver")}},"./node_modules/core-js/internals/regexp-exec.js":function(t,e,n){"use strict";var i,r,o=n("./node_modules/core-js/internals/function-call.js"),s=n("./node_modules/core-js/internals/function-uncurry-this.js"),a=n("./node_modules/core-js/internals/to-string.js"),c=n("./node_modules/core-js/internals/regexp-flags.js"),l=n("./node_modules/core-js/internals/regexp-sticky-helpers.js"),u=n("./node_modules/core-js/internals/shared.js"),d=n("./node_modules/core-js/internals/object-create.js"),h=n("./node_modules/core-js/internals/internal-state.js").get,p=n("./node_modules/core-js/internals/regexp-unsupported-dot-all.js"),f=n("./node_modules/core-js/internals/regexp-unsupported-ncg.js"),m=u("native-string-replace",String.prototype.replace),g=RegExp.prototype.exec,y=g,b=s("".charAt),M=s("".indexOf),v=s("".replace),_=s("".slice),x=(r=/b*/g,o(g,i=/a/,"a"),o(g,r,"a"),0!==i.lastIndex||0!==r.lastIndex),L=l.BROKEN_CARET,A=void 0!==/()??/.exec("")[1];(x||A||L||p||f)&&(y=function(t){var e,n,i,r,s,l,u,p=this,f=h(p),w=a(t),T=f.raw;if(T)return T.lastIndex=p.lastIndex,e=o(y,T,w),p.lastIndex=T.lastIndex,e;var k=f.groups,S=L&&p.sticky,O=o(c,p),j=p.source,z=0,C=w;if(S&&(O=v(O,"y",""),-1===M(O,"g")&&(O+="g"),C=_(w,p.lastIndex),p.lastIndex>0&&(!p.multiline||p.multiline&&"\n"!==b(w,p.lastIndex-1))&&(j="(?: "+j+")",C=" "+C,z++),n=new RegExp("^(?:"+j+")",O)),A&&(n=new RegExp("^"+j+"$(?!\\s)",O)),x&&(i=p.lastIndex),r=o(g,S?n:p,C),S?r?(r.input=_(r.input,z),r[0]=_(r[0],z),r.index=p.lastIndex,p.lastIndex+=r[0].length):p.lastIndex=0:x&&r&&(p.lastIndex=p.global?r.index+r[0].length:i),A&&r&&r.length>1&&o(m,r[0],n,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(r[s]=void 0)})),r&&k)for(r.groups=l=d(null),s=0;s<k.length;s++)l[(u=k[s])[0]]=r[u[1]];return r}),t.exports=y},"./node_modules/core-js/internals/regexp-flags.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/an-object.js");t.exports=function(){var t=i(this),e="";return t.hasIndices&&(e+="d"),t.global&&(e+="g"),t.ignoreCase&&(e+="i"),t.multiline&&(e+="m"),t.dotAll&&(e+="s"),t.unicode&&(e+="u"),t.unicodeSets&&(e+="v"),t.sticky&&(e+="y"),e}},"./node_modules/core-js/internals/regexp-get-flags.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/has-own-property.js"),o=n("./node_modules/core-js/internals/object-is-prototype-of.js"),s=n("./node_modules/core-js/internals/regexp-flags.js"),a=RegExp.prototype;t.exports=function(t){var e=t.flags;return void 0!==e||"flags"in a||r(t,"flags")||!o(a,t)?e:i(s,t)}},"./node_modules/core-js/internals/regexp-sticky-helpers.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js"),r=n("./node_modules/core-js/internals/global.js").RegExp,o=i((function(){var t=r("a","y");return t.lastIndex=2,null!==t.exec("abcd")})),s=o||i((function(){return!r("a","y").sticky})),a=o||i((function(){var t=r("^r","gy");return t.lastIndex=2,null!==t.exec("str")}));t.exports={BROKEN_CARET:a,MISSED_STICKY:s,UNSUPPORTED_Y:o}},"./node_modules/core-js/internals/regexp-unsupported-dot-all.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js"),r=n("./node_modules/core-js/internals/global.js").RegExp;t.exports=i((function(){var t=r(".","s");return!(t.dotAll&&t.test("\n")&&"s"===t.flags)}))},"./node_modules/core-js/internals/regexp-unsupported-ncg.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/fails.js"),r=n("./node_modules/core-js/internals/global.js").RegExp;t.exports=i((function(){var t=r("(?<a>b)","g");return"b"!==t.exec("b").groups.a||"bc"!=="b".replace(t,"$<a>c")}))},"./node_modules/core-js/internals/require-object-coercible.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-null-or-undefined.js"),r=TypeError;t.exports=function(t){if(i(t))throw new r("Can't call method on "+t);return t}},"./node_modules/core-js/internals/set-to-string-tag.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/object-define-property.js").f,r=n("./node_modules/core-js/internals/has-own-property.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag");t.exports=function(t,e,n){t&&!n&&(t=t.prototype),t&&!r(t,o)&&i(t,o,{configurable:!0,value:e})}},"./node_modules/core-js/internals/shared-key.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/shared.js"),r=n("./node_modules/core-js/internals/uid.js"),o=i("keys");t.exports=function(t){return o[t]||(o[t]=r(t))}},"./node_modules/core-js/internals/shared-store.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/is-pure.js"),r=n("./node_modules/core-js/internals/global.js"),o=n("./node_modules/core-js/internals/define-global-property.js"),s=t.exports=r["__core-js_shared__"]||o("__core-js_shared__",{});(s.versions||(s.versions=[])).push({version:"3.37.1",mode:i?"pure":"global",copyright:"© 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.37.1/LICENSE",source:"https://github.com/zloirock/core-js"})},"./node_modules/core-js/internals/shared.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/shared-store.js");t.exports=function(t,e){return i[t]||(i[t]=e||{})}},"./node_modules/core-js/internals/string-multibyte.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/to-integer-or-infinity.js"),o=n("./node_modules/core-js/internals/to-string.js"),s=n("./node_modules/core-js/internals/require-object-coercible.js"),a=i("".charAt),c=i("".charCodeAt),l=i("".slice),u=function(t){return function(e,n){var i,u,d=o(s(e)),h=r(n),p=d.length;return h<0||h>=p?t?"":void 0:(i=c(d,h))<55296||i>56319||h+1===p||(u=c(d,h+1))<56320||u>57343?t?a(d,h):i:t?l(d,h,h+2):u-56320+(i-55296<<10)+65536}};t.exports={codeAt:u(!1),charAt:u(!0)}},"./node_modules/core-js/internals/string-trim.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=n("./node_modules/core-js/internals/require-object-coercible.js"),o=n("./node_modules/core-js/internals/to-string.js"),s=n("./node_modules/core-js/internals/whitespaces.js"),a=i("".replace),c=RegExp("^["+s+"]+"),l=RegExp("(^|[^"+s+"])["+s+"]+$"),u=function(t){return function(e){var n=o(r(e));return 1&t&&(n=a(n,c,"")),2&t&&(n=a(n,l,"$1")),n}};t.exports={start:u(1),end:u(2),trim:u(3)}},"./node_modules/core-js/internals/symbol-constructor-detection.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/engine-v8-version.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/global.js").String;t.exports=!!Object.getOwnPropertySymbols&&!r((function(){var t=Symbol("symbol detection");return!o(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&i&&i<41}))},"./node_modules/core-js/internals/symbol-define-to-primitive.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/get-built-in.js"),o=n("./node_modules/core-js/internals/well-known-symbol.js"),s=n("./node_modules/core-js/internals/define-built-in.js");t.exports=function(){var t=r("Symbol"),e=t&&t.prototype,n=e&&e.valueOf,a=o("toPrimitive");e&&!e[a]&&s(e,a,(function(t){return i(n,this)}),{arity:1})}},"./node_modules/core-js/internals/symbol-registry-detection.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/symbol-constructor-detection.js");t.exports=i&&!!Symbol.for&&!!Symbol.keyFor},"./node_modules/core-js/internals/this-number-value.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js");t.exports=i(1..valueOf)},"./node_modules/core-js/internals/to-absolute-index.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-integer-or-infinity.js"),r=Math.max,o=Math.min;t.exports=function(t,e){var n=i(t);return n<0?r(n+e,0):o(n,e)}},"./node_modules/core-js/internals/to-indexed-object.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/indexed-object.js"),r=n("./node_modules/core-js/internals/require-object-coercible.js");t.exports=function(t){return i(r(t))}},"./node_modules/core-js/internals/to-integer-or-infinity.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/math-trunc.js");t.exports=function(t){var e=+t;return e!=e||0===e?0:i(e)}},"./node_modules/core-js/internals/to-length.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-integer-or-infinity.js"),r=Math.min;t.exports=function(t){var e=i(t);return e>0?r(e,9007199254740991):0}},"./node_modules/core-js/internals/to-object.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/require-object-coercible.js"),r=Object;t.exports=function(t){return r(i(t))}},"./node_modules/core-js/internals/to-primitive.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/is-object.js"),o=n("./node_modules/core-js/internals/is-symbol.js"),s=n("./node_modules/core-js/internals/get-method.js"),a=n("./node_modules/core-js/internals/ordinary-to-primitive.js"),c=n("./node_modules/core-js/internals/well-known-symbol.js"),l=TypeError,u=c("toPrimitive");t.exports=function(t,e){if(!r(t)||o(t))return t;var n,c=s(t,u);if(c){if(void 0===e&&(e="default"),n=i(c,t,e),!r(n)||o(n))return n;throw new l("Can't convert object to primitive value")}return void 0===e&&(e="number"),a(t,e)}},"./node_modules/core-js/internals/to-property-key.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-primitive.js"),r=n("./node_modules/core-js/internals/is-symbol.js");t.exports=function(t){var e=i(t,"string");return r(e)?e:e+""}},"./node_modules/core-js/internals/to-string-tag-support.js":function(t,e,n){"use strict";var i={};i[n("./node_modules/core-js/internals/well-known-symbol.js")("toStringTag")]="z",t.exports="[object z]"===String(i)},"./node_modules/core-js/internals/to-string.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/classof.js"),r=String;t.exports=function(t){if("Symbol"===i(t))throw new TypeError("Cannot convert a Symbol value to a string");return r(t)}},"./node_modules/core-js/internals/try-to-string.js":function(t,e,n){"use strict";var i=String;t.exports=function(t){try{return i(t)}catch(t){return"Object"}}},"./node_modules/core-js/internals/uid.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=0,o=Math.random(),s=i(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+s(++r+o,36)}},"./node_modules/core-js/internals/use-symbol-as-uid.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/symbol-constructor-detection.js");t.exports=i&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},"./node_modules/core-js/internals/v8-prototype-define-bug.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/fails.js");t.exports=i&&r((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},"./node_modules/core-js/internals/weak-map-basic-detection.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/is-callable.js"),o=i.WeakMap;t.exports=r(o)&&/native code/.test(String(o))},"./node_modules/core-js/internals/weak-map-helpers.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-uncurry-this.js"),r=WeakMap.prototype;t.exports={WeakMap:WeakMap,set:i(r.set),get:i(r.get),has:i(r.has),remove:i(r.delete)}},"./node_modules/core-js/internals/well-known-symbol-define.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/path.js"),r=n("./node_modules/core-js/internals/has-own-property.js"),o=n("./node_modules/core-js/internals/well-known-symbol-wrapped.js"),s=n("./node_modules/core-js/internals/object-define-property.js").f;t.exports=function(t){var e=i.Symbol||(i.Symbol={});r(e,t)||s(e,t,{value:o.f(t)})}},"./node_modules/core-js/internals/well-known-symbol-wrapped.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/well-known-symbol.js");e.f=i},"./node_modules/core-js/internals/well-known-symbol.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/shared.js"),o=n("./node_modules/core-js/internals/has-own-property.js"),s=n("./node_modules/core-js/internals/uid.js"),a=n("./node_modules/core-js/internals/symbol-constructor-detection.js"),c=n("./node_modules/core-js/internals/use-symbol-as-uid.js"),l=i.Symbol,u=r("wks"),d=c?l.for||l:l&&l.withoutSetter||s;t.exports=function(t){return o(u,t)||(u[t]=a&&o(l,t)?l[t]:d("Symbol."+t)),u[t]}},"./node_modules/core-js/internals/whitespaces.js":function(t,e,n){"use strict";t.exports="\t\n\v\f\r \u2028\u2029\ufeff"},"./node_modules/core-js/modules/es.array.concat.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/is-array.js"),s=n("./node_modules/core-js/internals/is-object.js"),a=n("./node_modules/core-js/internals/to-object.js"),c=n("./node_modules/core-js/internals/length-of-array-like.js"),l=n("./node_modules/core-js/internals/does-not-exceed-safe-integer.js"),u=n("./node_modules/core-js/internals/create-property.js"),d=n("./node_modules/core-js/internals/array-species-create.js"),h=n("./node_modules/core-js/internals/array-method-has-species-support.js"),p=n("./node_modules/core-js/internals/well-known-symbol.js"),f=n("./node_modules/core-js/internals/engine-v8-version.js"),m=p("isConcatSpreadable"),g=f>=51||!r((function(){var t=[];return t[m]=!1,t.concat()[0]!==t})),y=function(t){if(!s(t))return!1;var e=t[m];return void 0!==e?!!e:o(t)};i({target:"Array",proto:!0,arity:1,forced:!g||!h("concat")},{concat:function(t){var e,n,i,r,o,s=a(this),h=d(s,0),p=0;for(e=-1,i=arguments.length;e<i;e++)if(y(o=-1===e?s:arguments[e]))for(r=c(o),l(p+r),n=0;n<r;n++,p++)n in o&&u(h,p,o[n]);else l(p+1),u(h,p++,o);return h.length=p,h}})},"./node_modules/core-js/modules/es.array.filter.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/array-iteration.js").filter;i({target:"Array",proto:!0,forced:!n("./node_modules/core-js/internals/array-method-has-species-support.js")("filter")},{filter:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},"./node_modules/core-js/modules/es.array.flat.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/flatten-into-array.js"),o=n("./node_modules/core-js/internals/to-object.js"),s=n("./node_modules/core-js/internals/length-of-array-like.js"),a=n("./node_modules/core-js/internals/to-integer-or-infinity.js"),c=n("./node_modules/core-js/internals/array-species-create.js");i({target:"Array",proto:!0},{flat:function(){var t=arguments.length?arguments[0]:void 0,e=o(this),n=s(e),i=c(e,0);return i.length=r(i,e,e,n,0,void 0===t?1:a(t)),i}})},"./node_modules/core-js/modules/es.array.from.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/array-from.js");i({target:"Array",stat:!0,forced:!n("./node_modules/core-js/internals/check-correctness-of-iteration.js")((function(t){Array.from(t)}))},{from:r})},"./node_modules/core-js/modules/es.array.iterator.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-indexed-object.js"),r=n("./node_modules/core-js/internals/add-to-unscopables.js"),o=n("./node_modules/core-js/internals/iterators.js"),s=n("./node_modules/core-js/internals/internal-state.js"),a=n("./node_modules/core-js/internals/object-define-property.js").f,c=n("./node_modules/core-js/internals/iterator-define.js"),l=n("./node_modules/core-js/internals/create-iter-result-object.js"),u=n("./node_modules/core-js/internals/is-pure.js"),d=n("./node_modules/core-js/internals/descriptors.js"),h=s.set,p=s.getterFor("Array Iterator");t.exports=c(Array,"Array",(function(t,e){h(this,{type:"Array Iterator",target:i(t),index:0,kind:e})}),(function(){var t=p(this),e=t.target,n=t.index++;if(!e||n>=e.length)return t.target=void 0,l(void 0,!0);switch(t.kind){case"keys":return l(n,!1);case"values":return l(e[n],!1)}return l([n,e[n]],!1)}),"values");var f=o.Arguments=o.Array;if(r("keys"),r("values"),r("entries"),!u&&d&&"values"!==f.name)try{a(f,"name",{value:"values"})}catch(t){}},"./node_modules/core-js/modules/es.array.join.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/function-uncurry-this.js"),o=n("./node_modules/core-js/internals/indexed-object.js"),s=n("./node_modules/core-js/internals/to-indexed-object.js"),a=n("./node_modules/core-js/internals/array-method-is-strict.js"),c=r([].join);i({target:"Array",proto:!0,forced:o!==Object||!a("join",",")},{join:function(t){return c(s(this),void 0===t?",":t)}})},"./node_modules/core-js/modules/es.array.map.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/array-iteration.js").map;i({target:"Array",proto:!0,forced:!n("./node_modules/core-js/internals/array-method-has-species-support.js")("map")},{map:function(t){return r(this,t,arguments.length>1?arguments[1]:void 0)}})},"./node_modules/core-js/modules/es.array.slice.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/is-array.js"),o=n("./node_modules/core-js/internals/is-constructor.js"),s=n("./node_modules/core-js/internals/is-object.js"),a=n("./node_modules/core-js/internals/to-absolute-index.js"),c=n("./node_modules/core-js/internals/length-of-array-like.js"),l=n("./node_modules/core-js/internals/to-indexed-object.js"),u=n("./node_modules/core-js/internals/create-property.js"),d=n("./node_modules/core-js/internals/well-known-symbol.js"),h=n("./node_modules/core-js/internals/array-method-has-species-support.js"),p=n("./node_modules/core-js/internals/array-slice.js"),f=h("slice"),m=d("species"),g=Array,y=Math.max;i({target:"Array",proto:!0,forced:!f},{slice:function(t,e){var n,i,d,h=l(this),f=c(h),b=a(t,f),M=a(void 0===e?f:e,f);if(r(h)&&(n=h.constructor,(o(n)&&(n===g||r(n.prototype))||s(n)&&null===(n=n[m]))&&(n=void 0),n===g||void 0===n))return p(h,b,M);for(i=new(void 0===n?g:n)(y(M-b,0)),d=0;b<M;b++,d++)b in h&&u(i,d,h[b]);return i.length=d,i}})},"./node_modules/core-js/modules/es.array.sort.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/function-uncurry-this.js"),o=n("./node_modules/core-js/internals/a-callable.js"),s=n("./node_modules/core-js/internals/to-object.js"),a=n("./node_modules/core-js/internals/length-of-array-like.js"),c=n("./node_modules/core-js/internals/delete-property-or-throw.js"),l=n("./node_modules/core-js/internals/to-string.js"),u=n("./node_modules/core-js/internals/fails.js"),d=n("./node_modules/core-js/internals/array-sort.js"),h=n("./node_modules/core-js/internals/array-method-is-strict.js"),p=n("./node_modules/core-js/internals/engine-ff-version.js"),f=n("./node_modules/core-js/internals/engine-is-ie-or-edge.js"),m=n("./node_modules/core-js/internals/engine-v8-version.js"),g=n("./node_modules/core-js/internals/engine-webkit-version.js"),y=[],b=r(y.sort),M=r(y.push),v=u((function(){y.sort(void 0)})),_=u((function(){y.sort(null)})),x=h("sort"),L=!u((function(){if(m)return m<70;if(!(p&&p>3)){if(f)return!0;if(g)return g<603;var t,e,n,i,r="";for(t=65;t<76;t++){switch(e=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(i=0;i<47;i++)y.push({k:e+i,v:n})}for(y.sort((function(t,e){return e.v-t.v})),i=0;i<y.length;i++)e=y[i].k.charAt(0),r.charAt(r.length-1)!==e&&(r+=e);return"DGBEFHACIJK"!==r}}));i({target:"Array",proto:!0,forced:v||!_||!x||!L},{sort:function(t){void 0!==t&&o(t);var e=s(this);if(L)return void 0===t?b(e):b(e,t);var n,i,r=[],u=a(e);for(i=0;i<u;i++)i in e&&M(r,e[i]);for(d(r,function(t){return function(e,n){return void 0===n?-1:void 0===e?1:void 0!==t?+t(e,n)||0:l(e)>l(n)?1:-1}}(t)),n=a(r),i=0;i<n;)e[i]=r[i++];for(;i<u;)c(e,i++);return e}})},"./node_modules/core-js/modules/es.array.unscopables.flat.js":function(t,e,n){"use strict";n("./node_modules/core-js/internals/add-to-unscopables.js")("flat")},"./node_modules/core-js/modules/es.date.to-primitive.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/has-own-property.js"),r=n("./node_modules/core-js/internals/define-built-in.js"),o=n("./node_modules/core-js/internals/date-to-primitive.js"),s=n("./node_modules/core-js/internals/well-known-symbol.js")("toPrimitive"),a=Date.prototype;i(a,s)||r(a,s,o)},"./node_modules/core-js/modules/es.function.name.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/descriptors.js"),r=n("./node_modules/core-js/internals/function-name.js").EXISTS,o=n("./node_modules/core-js/internals/function-uncurry-this.js"),s=n("./node_modules/core-js/internals/define-built-in-accessor.js"),a=Function.prototype,c=o(a.toString),l=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,u=o(l.exec);i&&!r&&s(a,"name",{configurable:!0,get:function(){try{return u(l,c(this))[1]}catch(t){return""}}})},"./node_modules/core-js/modules/es.json.stringify.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/get-built-in.js"),o=n("./node_modules/core-js/internals/function-apply.js"),s=n("./node_modules/core-js/internals/function-call.js"),a=n("./node_modules/core-js/internals/function-uncurry-this.js"),c=n("./node_modules/core-js/internals/fails.js"),l=n("./node_modules/core-js/internals/is-callable.js"),u=n("./node_modules/core-js/internals/is-symbol.js"),d=n("./node_modules/core-js/internals/array-slice.js"),h=n("./node_modules/core-js/internals/get-json-replacer-function.js"),p=n("./node_modules/core-js/internals/symbol-constructor-detection.js"),f=String,m=r("JSON","stringify"),g=a(/./.exec),y=a("".charAt),b=a("".charCodeAt),M=a("".replace),v=a(1..toString),_=/[\uD800-\uDFFF]/g,x=/^[\uD800-\uDBFF]$/,L=/^[\uDC00-\uDFFF]$/,A=!p||c((function(){var t=r("Symbol")("stringify detection");return"[null]"!==m([t])||"{}"!==m({a:t})||"{}"!==m(Object(t))})),w=c((function(){return'"\\udf06\\ud834"'!==m("\udf06\ud834")||'"\\udead"'!==m("\udead")})),T=function(t,e){var n=d(arguments),i=h(e);if(l(i)||void 0!==t&&!u(t))return n[1]=function(t,e){if(l(i)&&(e=s(i,this,f(t),e)),!u(e))return e},o(m,null,n)},k=function(t,e,n){var i=y(n,e-1),r=y(n,e+1);return g(x,t)&&!g(L,r)||g(L,t)&&!g(x,i)?"\\u"+v(b(t,0),16):t};m&&i({target:"JSON",stat:!0,arity:3,forced:A||w},{stringify:function(t,e,n){var i=d(arguments),r=o(A?T:m,null,i);return w&&"string"==typeof r?M(r,_,k):r}})},"./node_modules/core-js/modules/es.number.constructor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/is-pure.js"),o=n("./node_modules/core-js/internals/descriptors.js"),s=n("./node_modules/core-js/internals/global.js"),a=n("./node_modules/core-js/internals/path.js"),c=n("./node_modules/core-js/internals/function-uncurry-this.js"),l=n("./node_modules/core-js/internals/is-forced.js"),u=n("./node_modules/core-js/internals/has-own-property.js"),d=n("./node_modules/core-js/internals/inherit-if-required.js"),h=n("./node_modules/core-js/internals/object-is-prototype-of.js"),p=n("./node_modules/core-js/internals/is-symbol.js"),f=n("./node_modules/core-js/internals/to-primitive.js"),m=n("./node_modules/core-js/internals/fails.js"),g=n("./node_modules/core-js/internals/object-get-own-property-names.js").f,y=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,b=n("./node_modules/core-js/internals/object-define-property.js").f,M=n("./node_modules/core-js/internals/this-number-value.js"),v=n("./node_modules/core-js/internals/string-trim.js").trim,_=s.Number,x=a.Number,L=_.prototype,A=s.TypeError,w=c("".slice),T=c("".charCodeAt),k=function(t){var e=f(t,"number");return"bigint"==typeof e?e:S(e)},S=function(t){var e,n,i,r,o,s,a,c,l=f(t,"number");if(p(l))throw new A("Cannot convert a Symbol value to a number");if("string"==typeof l&&l.length>2)if(l=v(l),43===(e=T(l,0))||45===e){if(88===(n=T(l,2))||120===n)return NaN}else if(48===e){switch(T(l,1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+l}for(s=(o=w(l,2)).length,a=0;a<s;a++)if((c=T(o,a))<48||c>r)return NaN;return parseInt(o,i)}return+l},O=l("Number",!_(" 0o1")||!_("0b1")||_("+0x1")),j=function(t){return h(L,t)&&m((function(){M(t)}))},z=function(t){var e=arguments.length<1?0:_(k(t));return j(this)?d(Object(e),this,z):e};z.prototype=L,O&&!r&&(L.constructor=z),i({global:!0,constructor:!0,wrap:!0,forced:O},{Number:z});var C=function(t,e){for(var n,i=o?g(e):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),r=0;i.length>r;r++)u(e,n=i[r])&&!u(t,n)&&b(t,n,y(e,n))};r&&x&&C(a.Number,x),(O||r)&&C(a.Number,_)},"./node_modules/core-js/modules/es.number.is-integer.js":function(t,e,n){"use strict";n("./node_modules/core-js/internals/export.js")({target:"Number",stat:!0},{isInteger:n("./node_modules/core-js/internals/is-integral-number.js")})},"./node_modules/core-js/modules/es.object.entries.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/object-to-array.js").entries;i({target:"Object",stat:!0},{entries:function(t){return r(t)}})},"./node_modules/core-js/modules/es.object.get-own-property-descriptor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/fails.js"),o=n("./node_modules/core-js/internals/to-indexed-object.js"),s=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js").f,a=n("./node_modules/core-js/internals/descriptors.js");i({target:"Object",stat:!0,forced:!a||r((function(){s(1)})),sham:!a},{getOwnPropertyDescriptor:function(t,e){return s(o(t),e)}})},"./node_modules/core-js/modules/es.object.get-own-property-descriptors.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/descriptors.js"),o=n("./node_modules/core-js/internals/own-keys.js"),s=n("./node_modules/core-js/internals/to-indexed-object.js"),a=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),c=n("./node_modules/core-js/internals/create-property.js");i({target:"Object",stat:!0,sham:!r},{getOwnPropertyDescriptors:function(t){for(var e,n,i=s(t),r=a.f,l=o(i),u={},d=0;l.length>d;)void 0!==(n=r(i,e=l[d++]))&&c(u,e,n);return u}})},"./node_modules/core-js/modules/es.object.get-own-property-symbols.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/symbol-constructor-detection.js"),o=n("./node_modules/core-js/internals/fails.js"),s=n("./node_modules/core-js/internals/object-get-own-property-symbols.js"),a=n("./node_modules/core-js/internals/to-object.js");i({target:"Object",stat:!0,forced:!r||o((function(){s.f(1)}))},{getOwnPropertySymbols:function(t){var e=s.f;return e?e(a(t)):[]}})},"./node_modules/core-js/modules/es.object.keys.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/to-object.js"),o=n("./node_modules/core-js/internals/object-keys.js");i({target:"Object",stat:!0,forced:n("./node_modules/core-js/internals/fails.js")((function(){o(1)}))},{keys:function(t){return o(r(t))}})},"./node_modules/core-js/modules/es.object.to-string.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/to-string-tag-support.js"),r=n("./node_modules/core-js/internals/define-built-in.js"),o=n("./node_modules/core-js/internals/object-to-string.js");i||r(Object.prototype,"toString",o,{unsafe:!0})},"./node_modules/core-js/modules/es.regexp.exec.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/regexp-exec.js");i({target:"RegExp",proto:!0,forced:/./.exec!==r},{exec:r})},"./node_modules/core-js/modules/es.regexp.to-string.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-name.js").PROPER,r=n("./node_modules/core-js/internals/define-built-in.js"),o=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/to-string.js"),a=n("./node_modules/core-js/internals/fails.js"),c=n("./node_modules/core-js/internals/regexp-get-flags.js"),l=RegExp.prototype,u=l.toString,d=a((function(){return"/a/b"!==u.call({source:"a",flags:"b"})})),h=i&&"toString"!==u.name;(d||h)&&r(l,"toString",(function(){var t=o(this);return"/"+s(t.source)+"/"+s(c(t))}),{unsafe:!0})},"./node_modules/core-js/modules/es.string.iterator.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/string-multibyte.js").charAt,r=n("./node_modules/core-js/internals/to-string.js"),o=n("./node_modules/core-js/internals/internal-state.js"),s=n("./node_modules/core-js/internals/iterator-define.js"),a=n("./node_modules/core-js/internals/create-iter-result-object.js"),c=o.set,l=o.getterFor("String Iterator");s(String,"String",(function(t){c(this,{type:"String Iterator",string:r(t),index:0})}),(function(){var t,e=l(this),n=e.string,r=e.index;return r>=n.length?a(void 0,!0):(t=i(n,r),e.index+=t.length,a(t,!1))}))},"./node_modules/core-js/modules/es.string.match.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-call.js"),r=n("./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"),o=n("./node_modules/core-js/internals/an-object.js"),s=n("./node_modules/core-js/internals/is-null-or-undefined.js"),a=n("./node_modules/core-js/internals/to-length.js"),c=n("./node_modules/core-js/internals/to-string.js"),l=n("./node_modules/core-js/internals/require-object-coercible.js"),u=n("./node_modules/core-js/internals/get-method.js"),d=n("./node_modules/core-js/internals/advance-string-index.js"),h=n("./node_modules/core-js/internals/regexp-exec-abstract.js");r("match",(function(t,e,n){return[function(e){var n=l(this),r=s(e)?void 0:u(e,t);return r?i(r,e,n):new RegExp(e)[t](c(n))},function(t){var i=o(this),r=c(t),s=n(e,i,r);if(s.done)return s.value;if(!i.global)return h(i,r);var l=i.unicode;i.lastIndex=0;for(var u,p=[],f=0;null!==(u=h(i,r));){var m=c(u[0]);p[f]=m,""===m&&(i.lastIndex=d(r,a(i.lastIndex),l)),f++}return 0===f?null:p}]}))},"./node_modules/core-js/modules/es.string.replace.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/function-apply.js"),r=n("./node_modules/core-js/internals/function-call.js"),o=n("./node_modules/core-js/internals/function-uncurry-this.js"),s=n("./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"),a=n("./node_modules/core-js/internals/fails.js"),c=n("./node_modules/core-js/internals/an-object.js"),l=n("./node_modules/core-js/internals/is-callable.js"),u=n("./node_modules/core-js/internals/is-null-or-undefined.js"),d=n("./node_modules/core-js/internals/to-integer-or-infinity.js"),h=n("./node_modules/core-js/internals/to-length.js"),p=n("./node_modules/core-js/internals/to-string.js"),f=n("./node_modules/core-js/internals/require-object-coercible.js"),m=n("./node_modules/core-js/internals/advance-string-index.js"),g=n("./node_modules/core-js/internals/get-method.js"),y=n("./node_modules/core-js/internals/get-substitution.js"),b=n("./node_modules/core-js/internals/regexp-exec-abstract.js"),M=n("./node_modules/core-js/internals/well-known-symbol.js")("replace"),v=Math.max,_=Math.min,x=o([].concat),L=o([].push),A=o("".indexOf),w=o("".slice),T="$0"==="a".replace(/./,"$0"),k=!!/./[M]&&""===/./[M]("a","$0");s("replace",(function(t,e,n){var o=k?"$":"$0";return[function(t,n){var i=f(this),o=u(t)?void 0:g(t,M);return o?r(o,t,i,n):r(e,p(i),t,n)},function(t,r){var s=c(this),a=p(t);if("string"==typeof r&&-1===A(r,o)&&-1===A(r,"$<")){var u=n(e,s,a,r);if(u.done)return u.value}var f=l(r);f||(r=p(r));var g,M=s.global;M&&(g=s.unicode,s.lastIndex=0);for(var T,k=[];null!==(T=b(s,a))&&(L(k,T),M);){""===p(T[0])&&(s.lastIndex=m(a,h(s.lastIndex),g))}for(var S,O="",j=0,z=0;z<k.length;z++){for(var C,D=p((T=k[z])[0]),P=v(_(d(T.index),a.length),0),E=[],N=1;N<T.length;N++)L(E,void 0===(S=T[N])?S:String(S));var Y=T.groups;if(f){var W=x([D],E,P,a);void 0!==Y&&L(W,Y),C=p(i(r,void 0,W))}else C=y(D,a,P,E,Y,r);P>=j&&(O+=w(a,j,P)+C,j=P+D.length)}return O+w(a,j)}]}),!!a((function(){var t=/./;return t.exec=function(){var t=[];return t.groups={a:"7"},t},"7"!=="".replace(t,"$<a>")}))||!T||k)},"./node_modules/core-js/modules/es.symbol.constructor.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/global.js"),o=n("./node_modules/core-js/internals/function-call.js"),s=n("./node_modules/core-js/internals/function-uncurry-this.js"),a=n("./node_modules/core-js/internals/is-pure.js"),c=n("./node_modules/core-js/internals/descriptors.js"),l=n("./node_modules/core-js/internals/symbol-constructor-detection.js"),u=n("./node_modules/core-js/internals/fails.js"),d=n("./node_modules/core-js/internals/has-own-property.js"),h=n("./node_modules/core-js/internals/object-is-prototype-of.js"),p=n("./node_modules/core-js/internals/an-object.js"),f=n("./node_modules/core-js/internals/to-indexed-object.js"),m=n("./node_modules/core-js/internals/to-property-key.js"),g=n("./node_modules/core-js/internals/to-string.js"),y=n("./node_modules/core-js/internals/create-property-descriptor.js"),b=n("./node_modules/core-js/internals/object-create.js"),M=n("./node_modules/core-js/internals/object-keys.js"),v=n("./node_modules/core-js/internals/object-get-own-property-names.js"),_=n("./node_modules/core-js/internals/object-get-own-property-names-external.js"),x=n("./node_modules/core-js/internals/object-get-own-property-symbols.js"),L=n("./node_modules/core-js/internals/object-get-own-property-descriptor.js"),A=n("./node_modules/core-js/internals/object-define-property.js"),w=n("./node_modules/core-js/internals/object-define-properties.js"),T=n("./node_modules/core-js/internals/object-property-is-enumerable.js"),k=n("./node_modules/core-js/internals/define-built-in.js"),S=n("./node_modules/core-js/internals/define-built-in-accessor.js"),O=n("./node_modules/core-js/internals/shared.js"),j=n("./node_modules/core-js/internals/shared-key.js"),z=n("./node_modules/core-js/internals/hidden-keys.js"),C=n("./node_modules/core-js/internals/uid.js"),D=n("./node_modules/core-js/internals/well-known-symbol.js"),P=n("./node_modules/core-js/internals/well-known-symbol-wrapped.js"),E=n("./node_modules/core-js/internals/well-known-symbol-define.js"),N=n("./node_modules/core-js/internals/symbol-define-to-primitive.js"),Y=n("./node_modules/core-js/internals/set-to-string-tag.js"),W=n("./node_modules/core-js/internals/internal-state.js"),B=n("./node_modules/core-js/internals/array-iteration.js").forEach,H=j("hidden"),R=W.set,I=W.getterFor("Symbol"),q=Object.prototype,X=r.Symbol,F=X&&X.prototype,G=r.RangeError,U=r.TypeError,V=r.QObject,K=L.f,J=A.f,$=_.f,Z=T.f,Q=s([].push),tt=O("symbols"),et=O("op-symbols"),nt=O("wks"),it=!V||!V.prototype||!V.prototype.findChild,rt=function(t,e,n){var i=K(q,e);i&&delete q[e],J(t,e,n),i&&t!==q&&J(q,e,i)},ot=c&&u((function(){return 7!==b(J({},"a",{get:function(){return J(this,"a",{value:7}).a}})).a}))?rt:J,st=function(t,e){var n=tt[t]=b(F);return R(n,{type:"Symbol",tag:t,description:e}),c||(n.description=e),n},at=function(t,e,n){t===q&&at(et,e,n),p(t);var i=m(e);return p(n),d(tt,i)?(n.enumerable?(d(t,H)&&t[H][i]&&(t[H][i]=!1),n=b(n,{enumerable:y(0,!1)})):(d(t,H)||J(t,H,y(1,b(null))),t[H][i]=!0),ot(t,i,n)):J(t,i,n)},ct=function(t,e){p(t);var n=f(e),i=M(n).concat(ht(n));return B(i,(function(e){c&&!o(lt,n,e)||at(t,e,n[e])})),t},lt=function(t){var e=m(t),n=o(Z,this,e);return!(this===q&&d(tt,e)&&!d(et,e))&&(!(n||!d(this,e)||!d(tt,e)||d(this,H)&&this[H][e])||n)},ut=function(t,e){var n=f(t),i=m(e);if(n!==q||!d(tt,i)||d(et,i)){var r=K(n,i);return!r||!d(tt,i)||d(n,H)&&n[H][i]||(r.enumerable=!0),r}},dt=function(t){var e=$(f(t)),n=[];return B(e,(function(t){d(tt,t)||d(z,t)||Q(n,t)})),n},ht=function(t){var e=t===q,n=$(e?et:f(t)),i=[];return B(n,(function(t){!d(tt,t)||e&&!d(q,t)||Q(i,tt[t])})),i};l||(k(F=(X=function(){if(h(F,this))throw new U("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?g(arguments[0]):void 0,e=C(t),n=function(t){var i=void 0===this?r:this;i===q&&o(n,et,t),d(i,H)&&d(i[H],e)&&(i[H][e]=!1);var s=y(1,t);try{ot(i,e,s)}catch(t){if(!(t instanceof G))throw t;rt(i,e,s)}};return c&&it&&ot(q,e,{configurable:!0,set:n}),st(e,t)}).prototype,"toString",(function(){return I(this).tag})),k(X,"withoutSetter",(function(t){return st(C(t),t)})),T.f=lt,A.f=at,w.f=ct,L.f=ut,v.f=_.f=dt,x.f=ht,P.f=function(t){return st(D(t),t)},c&&(S(F,"description",{configurable:!0,get:function(){return I(this).description}}),a||k(q,"propertyIsEnumerable",lt,{unsafe:!0}))),i({global:!0,constructor:!0,wrap:!0,forced:!l,sham:!l},{Symbol:X}),B(M(nt),(function(t){E(t)})),i({target:"Symbol",stat:!0,forced:!l},{useSetter:function(){it=!0},useSimple:function(){it=!1}}),i({target:"Object",stat:!0,forced:!l,sham:!c},{create:function(t,e){return void 0===e?b(t):ct(b(t),e)},defineProperty:at,defineProperties:ct,getOwnPropertyDescriptor:ut}),i({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:dt}),N(),Y(X,"Symbol"),z[H]=!0},"./node_modules/core-js/modules/es.symbol.description.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/descriptors.js"),o=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/function-uncurry-this.js"),a=n("./node_modules/core-js/internals/has-own-property.js"),c=n("./node_modules/core-js/internals/is-callable.js"),l=n("./node_modules/core-js/internals/object-is-prototype-of.js"),u=n("./node_modules/core-js/internals/to-string.js"),d=n("./node_modules/core-js/internals/define-built-in-accessor.js"),h=n("./node_modules/core-js/internals/copy-constructor-properties.js"),p=o.Symbol,f=p&&p.prototype;if(r&&c(p)&&(!("description"in f)||void 0!==p().description)){var m={},g=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:u(arguments[0]),e=l(f,this)?new p(t):void 0===t?p():p(t);return""===t&&(m[e]=!0),e};h(g,p),g.prototype=f,f.constructor=g;var y="Symbol(description detection)"===String(p("description detection")),b=s(f.valueOf),M=s(f.toString),v=/^Symbol\((.*)\)[^)]+$/,_=s("".replace),x=s("".slice);d(f,"description",{configurable:!0,get:function(){var t=b(this);if(a(m,t))return"";var e=M(t),n=y?x(e,7,-1):_(e,v,"$1");return""===n?void 0:n}}),i({global:!0,constructor:!0,forced:!0},{Symbol:g})}},"./node_modules/core-js/modules/es.symbol.for.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/get-built-in.js"),o=n("./node_modules/core-js/internals/has-own-property.js"),s=n("./node_modules/core-js/internals/to-string.js"),a=n("./node_modules/core-js/internals/shared.js"),c=n("./node_modules/core-js/internals/symbol-registry-detection.js"),l=a("string-to-symbol-registry"),u=a("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!c},{for:function(t){var e=s(t);if(o(l,e))return l[e];var n=r("Symbol")(e);return l[e]=n,u[n]=e,n}})},"./node_modules/core-js/modules/es.symbol.iterator.js":function(t,e,n){"use strict";n("./node_modules/core-js/internals/well-known-symbol-define.js")("iterator")},"./node_modules/core-js/modules/es.symbol.js":function(t,e,n){"use strict";n("./node_modules/core-js/modules/es.symbol.constructor.js"),n("./node_modules/core-js/modules/es.symbol.for.js"),n("./node_modules/core-js/modules/es.symbol.key-for.js"),n("./node_modules/core-js/modules/es.json.stringify.js"),n("./node_modules/core-js/modules/es.object.get-own-property-symbols.js")},"./node_modules/core-js/modules/es.symbol.key-for.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/has-own-property.js"),o=n("./node_modules/core-js/internals/is-symbol.js"),s=n("./node_modules/core-js/internals/try-to-string.js"),a=n("./node_modules/core-js/internals/shared.js"),c=n("./node_modules/core-js/internals/symbol-registry-detection.js"),l=a("symbol-to-string-registry");i({target:"Symbol",stat:!0,forced:!c},{keyFor:function(t){if(!o(t))throw new TypeError(s(t)+" is not a symbol");if(r(l,t))return l[t]}})},"./node_modules/core-js/modules/es.symbol.to-primitive.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/well-known-symbol-define.js"),r=n("./node_modules/core-js/internals/symbol-define-to-primitive.js");i("toPrimitive"),r()},"./node_modules/core-js/modules/es.weak-map.constructor.js":function(t,e,n){"use strict";var i,r=n("./node_modules/core-js/internals/freezing.js"),o=n("./node_modules/core-js/internals/global.js"),s=n("./node_modules/core-js/internals/function-uncurry-this.js"),a=n("./node_modules/core-js/internals/define-built-ins.js"),c=n("./node_modules/core-js/internals/internal-metadata.js"),l=n("./node_modules/core-js/internals/collection.js"),u=n("./node_modules/core-js/internals/collection-weak.js"),d=n("./node_modules/core-js/internals/is-object.js"),h=n("./node_modules/core-js/internals/internal-state.js").enforce,p=n("./node_modules/core-js/internals/fails.js"),f=n("./node_modules/core-js/internals/weak-map-basic-detection.js"),m=Object,g=Array.isArray,y=m.isExtensible,b=m.isFrozen,M=m.isSealed,v=m.freeze,_=m.seal,x=!o.ActiveXObject&&"ActiveXObject"in o,L=function(t){return function(){return t(this,arguments.length?arguments[0]:void 0)}},A=l("WeakMap",L,u),w=A.prototype,T=s(w.set);if(f)if(x){i=u.getConstructor(L,"WeakMap",!0),c.enable();var k=s(w.delete),S=s(w.has),O=s(w.get);a(w,{delete:function(t){if(d(t)&&!y(t)){var e=h(this);return e.frozen||(e.frozen=new i),k(this,t)||e.frozen.delete(t)}return k(this,t)},has:function(t){if(d(t)&&!y(t)){var e=h(this);return e.frozen||(e.frozen=new i),S(this,t)||e.frozen.has(t)}return S(this,t)},get:function(t){if(d(t)&&!y(t)){var e=h(this);return e.frozen||(e.frozen=new i),S(this,t)?O(this,t):e.frozen.get(t)}return O(this,t)},set:function(t,e){if(d(t)&&!y(t)){var n=h(this);n.frozen||(n.frozen=new i),S(this,t)?T(this,t,e):n.frozen.set(t,e)}else T(this,t,e);return this}})}else r&&p((function(){var t=v([]);return T(new A,t,1),!b(t)}))&&a(w,{set:function(t,e){var n;return g(t)&&(b(t)?n=v:M(t)&&(n=_)),T(this,t,e),n&&n(t),this}})},"./node_modules/core-js/modules/es.weak-map.js":function(t,e,n){"use strict";n("./node_modules/core-js/modules/es.weak-map.constructor.js")},"./node_modules/core-js/modules/esnext.weak-map.delete-all.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/export.js"),r=n("./node_modules/core-js/internals/a-weak-map.js"),o=n("./node_modules/core-js/internals/weak-map-helpers.js").remove;i({target:"WeakMap",proto:!0,real:!0,forced:!0},{deleteAll:function(){for(var t,e=r(this),n=!0,i=0,s=arguments.length;i<s;i++)t=o(e,arguments[i]),n=n&&t;return!!n}})},"./node_modules/core-js/modules/web.dom-collections.for-each.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/dom-iterables.js"),o=n("./node_modules/core-js/internals/dom-token-list-prototype.js"),s=n("./node_modules/core-js/internals/array-for-each.js"),a=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=function(t){if(t&&t.forEach!==s)try{a(t,"forEach",s)}catch(e){t.forEach=s}};for(var l in r)r[l]&&c(i[l]&&i[l].prototype);c(o)},"./node_modules/core-js/modules/web.dom-collections.iterator.js":function(t,e,n){"use strict";var i=n("./node_modules/core-js/internals/global.js"),r=n("./node_modules/core-js/internals/dom-iterables.js"),o=n("./node_modules/core-js/internals/dom-token-list-prototype.js"),s=n("./node_modules/core-js/modules/es.array.iterator.js"),a=n("./node_modules/core-js/internals/create-non-enumerable-property.js"),c=n("./node_modules/core-js/internals/set-to-string-tag.js"),l=n("./node_modules/core-js/internals/well-known-symbol.js")("iterator"),u=s.values,d=function(t,e){if(t){if(t[l]!==u)try{a(t,l,u)}catch(e){t[l]=u}if(c(t,e,!0),r[e])for(var n in s)if(t[n]!==s[n])try{a(t,n,s[n])}catch(e){t[n]=s[n]}}};for(var h in r)d(i[h]&&i[h].prototype,h);d(o,"DOMTokenList")},"./node_modules/highcharts/highcharts.js":function(t,e,n){"use strict";var i;!function(r,o){t.exports?(o.default=o,t.exports=r.document?o(r):o):void 0===(i=function(){return o(r)}.call(e,n,e,t))||(t.exports=i)}("undefined"!=typeof window?window:this,(function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}var n={};return e(n,"Core/Globals.js",[],(function(){var e,n=void 0!==t?t:"undefined"!=typeof window?window:{};return function(t){t.SVG_NS="http://www.w3.org/2000/svg",t.product="Highcharts",t.version="9.3.3",t.win=n,t.doc=t.win.document,t.svg=t.doc&&t.doc.createElementNS&&!!t.doc.createElementNS(t.SVG_NS,"svg").createSVGRect,t.userAgent=t.win.navigator&&t.win.navigator.userAgent||"",t.isChrome=-1!==t.userAgent.indexOf("Chrome"),t.isFirefox=-1!==t.userAgent.indexOf("Firefox"),t.isMS=/(edge|msie|trident)/i.test(t.userAgent)&&!t.win.opera,t.isSafari=!t.isChrome&&-1!==t.userAgent.indexOf("Safari"),t.isTouchDevice=/(Mobile|Android|Windows Phone)/.test(t.userAgent),t.isWebKit=-1!==t.userAgent.indexOf("AppleWebKit"),t.deg2rad=2*Math.PI/360,t.hasBidiBug=t.isFirefox&&4>parseInt(t.userAgent.split("Firefox/")[1],10),t.hasTouch=!!t.win.TouchEvent,t.marginNames=["plotTop","marginRight","marginBottom","plotLeft"],t.noop=function(){},t.supportsPassiveEvents=function(){var e=!1;if(!t.isMS){var n=Object.defineProperty({},"passive",{get:function(){e=!0}});t.win.addEventListener&&t.win.removeEventListener&&(t.win.addEventListener("testPassive",t.noop,n),t.win.removeEventListener("testPassive",t.noop,n))}return e}(),t.charts=[],t.dateFormats={},t.seriesTypes={},t.symbolSizes={},t.chartCount=0}(e||(e={})),e})),e(n,"Core/Utilities.js",[n["Core/Globals.js"]],(function(t){function e(n,i,r,o){var s=i?"Highcharts error":"Highcharts warning";32===n&&(n=s+": Deprecated member");var a=c(n),l=a?s+" #"+n+": www.highcharts.com/errors/"+n+"/":n.toString();if(void 0!==o){var u="";a&&(l+="?"),m(o,(function(t,e){u+="\n - "+e+": "+t,a&&(l+=encodeURI(e)+"="+encodeURI(t))})),l+=u}y(t,"displayError",{chart:r,code:n,message:l,params:o},(function(){if(i)throw Error(l);v.console&&-1===e.messages.indexOf(l)&&console.warn(l)})),e.messages.push(l)}function n(t,e){return parseInt(t,e||10)}function i(t){return"string"==typeof t}function r(t){return"[object Array]"===(t=Object.prototype.toString.call(t))||"[object Array Iterator]"===t}function o(t,e){return!(!t||"object"!=typeof t||e&&r(t))}function s(t){return o(t)&&"number"==typeof t.nodeType}function a(t){var e=t&&t.constructor;return!(!o(t,!0)||s(t)||!e||!e.name||"Object"===e.name)}function c(t){return"number"==typeof t&&!isNaN(t)&&1/0>t&&-1/0<t}function l(t){return null!=t}function u(t,e,n){var r;return i(e)?l(n)?t.setAttribute(e,n):t&&t.getAttribute&&((r=t.getAttribute(e))||"class"!==e||(r=t.getAttribute(e+"Name"))):m(e,(function(e,n){l(e)?t.setAttribute(n,e):t.removeAttribute(n)})),r}function d(t,e){var n;for(n in t||(t={}),e)t[n]=e[n];return t}function h(){for(var t=arguments,e=t.length,n=0;n<e;n++){var i=t[n];if(null!=i)return i}}function p(e,n){t.isMS&&!t.svg&&n&&void 0!==n.opacity&&(n.filter="alpha(opacity="+100*n.opacity+")"),d(e.style,n)}function f(t,e){return 1e14<t?t:parseFloat(t.toPrecision(e||14))}function m(t,e,n){for(var i in t)Object.hasOwnProperty.call(t,i)&&e.call(n||t[i],t[i],i,t)}function g(e,n,i){function r(n,i){var r=e.removeEventListener||t.removeEventListenerPolyfill;r&&r.call(e,n,i,!1)}function o(t){var i;if(e.nodeName){if(n){var o={};o[n]=!0}else o=t;m(o,(function(e,n){if(t[n])for(i=t[n].length;i--;)r(n,t[n][i].fn)}))}}var s="function"==typeof e&&e.prototype||e;if(Object.hasOwnProperty.call(s,"hcEvents")){var a=s.hcEvents;n?(s=a[n]||[],i?(a[n]=s.filter((function(t){return i!==t.fn})),r(n,i)):(o(a),a[n]=[])):(o(a),delete s.hcEvents)}}function y(e,n,i,r){if(i=i||{},M.createEvent&&(e.dispatchEvent||e.fireEvent&&e!==t)){var o=M.createEvent("Events");o.initEvent(n,!0,!0),i=d(o,i),e.dispatchEvent?e.dispatchEvent(i):e.fireEvent(n,i)}else if(e.hcEvents){i.target||d(i,{preventDefault:function(){i.defaultPrevented=!0},target:e,type:n}),o=[];for(var s=e,a=!1;s.hcEvents;)Object.hasOwnProperty.call(s,"hcEvents")&&s.hcEvents[n]&&(o.length&&(a=!0),o.unshift.apply(o,s.hcEvents[n])),s=Object.getPrototypeOf(s);a&&o.sort((function(t,e){return t.order-e.order})),o.forEach((function(t){!1===t.fn.call(e,i)&&i.preventDefault()}))}r&&!i.defaultPrevented&&r.call(e,i)}var b=t.charts,M=t.doc,v=t.win;(e||(e={})).messages=[],Math.easeInOutSine=function(t){return-.5*(Math.cos(Math.PI*t)-1)};var _=Array.prototype.find?function(t,e){return t.find(e)}:function(t,e){var n,i=t.length;for(n=0;n<i;n++)if(e(t[n],n))return t[n]};m({map:"map",each:"forEach",grep:"filter",reduce:"reduce",some:"some"},(function(n,i){t[i]=function(t){var r;return e(32,!1,void 0,((r={})["Highcharts."+i]="use Array."+n,r)),Array.prototype[n].apply(t,[].slice.call(arguments,1))}}));var x,L=function(){var t=Math.random().toString(36).substring(2,9)+"-",e=0;return function(){return"highcharts-"+(x?"":t)+e++}}();return v.jQuery&&(v.jQuery.fn.highcharts=function(){var e=[].slice.call(arguments);if(this[0])return e[0]?(new(t[i(e[0])?e.shift():"Chart"])(this[0],e[0],e[1]),this):b[u(this[0],"data-highcharts-chart")]}),_={addEvent:function(e,n,i,r){void 0===r&&(r={});var o="function"==typeof e&&e.prototype||e;Object.hasOwnProperty.call(o,"hcEvents")||(o.hcEvents={}),o=o.hcEvents,t.Point&&e instanceof t.Point&&e.series&&e.series.chart&&(e.series.chart.runTrackerClick=!0);var s=e.addEventListener||t.addEventListenerPolyfill;return s&&s.call(e,n,i,!!t.supportsPassiveEvents&&{passive:void 0===r.passive?-1!==n.indexOf("touch"):r.passive,capture:!1}),o[n]||(o[n]=[]),o[n].push({fn:i,order:"number"==typeof r.order?r.order:1/0}),o[n].sort((function(t,e){return t.order-e.order})),function(){g(e,n,i)}},arrayMax:function(t){for(var e=t.length,n=t[0];e--;)t[e]>n&&(n=t[e]);return n},arrayMin:function(t){for(var e=t.length,n=t[0];e--;)t[e]<n&&(n=t[e]);return n},attr:u,clamp:function(t,e,n){return t>e?t<n?t:n:e},cleanRecursively:function t(e,n){var i={};return m(e,(function(r,s){o(e[s],!0)&&!e.nodeType&&n[s]?(r=t(e[s],n[s]),Object.keys(r).length&&(i[s]=r)):(o(e[s])||e[s]!==n[s])&&(i[s]=e[s])})),i},clearTimeout:function(t){l(t)&&clearTimeout(t)},correctFloat:f,createElement:function(t,e,n,i,r){return t=M.createElement(t),e&&d(t,e),r&&p(t,{padding:"0",border:"none",margin:"0"}),n&&p(t,n),i&&i.appendChild(t),t},css:p,defined:l,destroyObjectProperties:function(t,e){m(t,(function(n,i){n&&n!==e&&n.destroy&&n.destroy(),delete t[i]}))},discardElement:function(t){t&&t.parentElement&&t.parentElement.removeChild(t)},erase:function(t,e){for(var n=t.length;n--;)if(t[n]===e){t.splice(n,1);break}},error:e,extend:d,extendClass:function(t,e){var n=function(){};return d(n.prototype=new t,e),n},find:_,fireEvent:y,getMagnitude:function(t){return Math.pow(10,Math.floor(Math.log(t)/Math.LN10))},getNestedProperty:function(t,e){for(t=t.split(".");t.length&&l(e);){var n=t.shift();if(void 0===n||"__proto__"===n)return;if(!l(e=e[n])||"function"==typeof e||"number"==typeof e.nodeType||e===v)return}return e},getStyle:function i(r,o,s){var a=t.getStyle||i;if("width"===o)return o=Math.min(r.offsetWidth,r.scrollWidth),(s=r.getBoundingClientRect&&r.getBoundingClientRect().width)<o&&s>=o-1&&(o=Math.floor(s)),Math.max(0,o-(a(r,"padding-left",!0)||0)-(a(r,"padding-right",!0)||0));if("height"===o)return Math.max(0,Math.min(r.offsetHeight,r.scrollHeight)-(a(r,"padding-top",!0)||0)-(a(r,"padding-bottom",!0)||0));if(v.getComputedStyle||e(27,!0),r=v.getComputedStyle(r,void 0)){var c=r.getPropertyValue(o);h(s,"opacity"!==o)&&(c=n(c))}return c},inArray:function(t,n,i){return e(32,!1,void 0,{"Highcharts.inArray":"use Array.indexOf"}),n.indexOf(t,i)},isArray:r,isClass:a,isDOMElement:s,isFunction:function(t){return"function"==typeof t},isNumber:c,isObject:o,isString:i,keys:function(t){return e(32,!1,void 0,{"Highcharts.keys":"use Object.keys"}),Object.keys(t)},merge:function(){var t,e=arguments,n={},i=function(t,e){return"object"!=typeof t&&(t={}),m(e,(function(n,r){"__proto__"!==r&&"constructor"!==r&&(!o(n,!0)||a(n)||s(n)?t[r]=e[r]:t[r]=i(t[r]||{},n))})),t};!0===e[0]&&(n=e[1],e=Array.prototype.slice.call(e,2));var r=e.length;for(t=0;t<r;t++)n=i(n,e[t]);return n},normalizeTickInterval:function(t,e,n,i,r){var o=t,s=t/(n=h(n,1));for(e||(e=r?[1,1.2,1.5,2,2.5,3,4,5,6,8,10]:[1,2,2.5,5,10],!1===i&&(1===n?e=e.filter((function(t){return 0==t%1})):.1>=n&&(e=[1/n]))),i=0;i<e.length&&(o=e[i],!(r&&o*n>=t||!r&&s<=(e[i]+(e[i+1]||e[i]))/2));i++);return f(o*n,-Math.round(Math.log(.001)/Math.LN10))},objectEach:m,offset:function(t){var e=M.documentElement;return{top:(t=t.parentElement||t.parentNode?t.getBoundingClientRect():{top:0,left:0,width:0,height:0}).top+(v.pageYOffset||e.scrollTop)-(e.clientTop||0),left:t.left+(v.pageXOffset||e.scrollLeft)-(e.clientLeft||0),width:t.width,height:t.height}},pad:function(t,e,n){return Array((e||2)+1-String(t).replace("-","").length).join(n||"0")+t},pick:h,pInt:n,relativeLength:function(t,e,n){return/%$/.test(t)?e*parseFloat(t)/100+(n||0):parseFloat(t)},removeEvent:g,splat:function(t){return r(t)?t:[t]},stableSort:function(t,e){var n,i,r=t.length;for(i=0;i<r;i++)t[i].safeI=i;for(t.sort((function(t,i){return 0===(n=e(t,i))?t.safeI-i.safeI:n})),i=0;i<r;i++)delete t[i].safeI},syncTimeout:function(t,e,n){return 0<e?setTimeout(t,e,n):(t.call(0,n),-1)},timeUnits:{millisecond:1,second:1e3,minute:6e4,hour:36e5,day:864e5,week:6048e5,month:24192e5,year:314496e5},uniqueKey:L,useSerialIds:function(t){return x=h(t,x)},wrap:function(t,e,n){var i=t[e];t[e]=function(){var t=Array.prototype.slice.call(arguments),e=arguments,r=this;return r.proceed=function(){i.apply(r,arguments.length?arguments:e)},t.unshift(i),t=n.apply(this,t),r.proceed=null,t}}}})),e(n,"Core/Chart/ChartDefaults.js",[],(function(){return{panning:{enabled:!1,type:"x"},styledMode:!1,borderRadius:0,colorCount:10,defaultSeriesType:"line",ignoreHiddenSeries:!0,spacing:[10,10,15,10],resetZoomButton:{theme:{zIndex:6},position:{align:"right",x:-10,y:10}},zoomBySingleTouch:!1,width:null,height:null,borderColor:"#335cad",backgroundColor:"#ffffff",plotBorderColor:"#cccccc"}})),e(n,"Core/Color/Color.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=e.isNumber,i=e.merge,r=e.pInt;return e=function(){function e(n){this.rgba=[NaN,NaN,NaN,NaN],this.input=n;var i=t.Color;return i&&i!==e?new i(n):this instanceof e?void this.init(n):new e(n)}return e.parse=function(t){return t?new e(t):e.None},e.prototype.init=function(t){var n;if("object"==typeof t&&void 0!==t.stops)this.stops=t.stops.map((function(t){return new e(t[1])}));else if("string"==typeof t){if(this.input=t=e.names[t.toLowerCase()]||t,"#"===t.charAt(0)){var i=t.length,r=parseInt(t.substr(1),16);7===i?n=[(16711680&r)>>16,(65280&r)>>8,255&r,1]:4===i&&(n=[(3840&r)>>4|(3840&r)>>8,(240&r)>>4|240&r,(15&r)<<4|15&r,1])}if(!n)for(r=e.parsers.length;r--&&!n;){var o=e.parsers[r];(i=o.regex.exec(t))&&(n=o.parse(i))}}n&&(this.rgba=n)},e.prototype.get=function(t){var e=this.input,r=this.rgba;if("object"==typeof e&&void 0!==this.stops){var o=i(e);return o.stops=[].slice.call(o.stops),this.stops.forEach((function(e,n){o.stops[n]=[o.stops[n][0],e.get(t)]})),o}return r&&n(r[0])?"rgb"===t||!t&&1===r[3]?"rgb("+r[0]+","+r[1]+","+r[2]+")":"a"===t?""+r[3]:"rgba("+r.join(",")+")":e},e.prototype.brighten=function(t){var e=this.rgba;if(this.stops)this.stops.forEach((function(e){e.brighten(t)}));else if(n(t)&&0!==t)for(var i=0;3>i;i++)e[i]+=r(255*t),0>e[i]&&(e[i]=0),255<e[i]&&(e[i]=255);return this},e.prototype.setOpacity=function(t){return this.rgba[3]=t,this},e.prototype.tweenTo=function(t,e){var i=this.rgba,r=t.rgba;return n(i[0])&&n(r[0])?((t=1!==r[3]||1!==i[3])?"rgba(":"rgb(")+Math.round(r[0]+(i[0]-r[0])*(1-e))+","+Math.round(r[1]+(i[1]-r[1])*(1-e))+","+Math.round(r[2]+(i[2]-r[2])*(1-e))+(t?","+(r[3]+(i[3]-r[3])*(1-e)):"")+")":t.input||"none"},e.names={white:"#ffffff",black:"#000000"},e.parsers=[{regex:/rgba\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]?(?:\.[0-9]+)?)\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),parseFloat(t[4],10)]}},{regex:/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/,parse:function(t){return[r(t[1]),r(t[2]),r(t[3]),1]}}],e.None=new e(""),e}()})),e(n,"Core/Color/Palettes.js",[],(function(){return{colors:"#7cb5ec #434348 #90ed7d #f7a35c #8085e9 #f15c80 #e4d354 #2b908f #f45b5b #91e8e1".split(" ")}})),e(n,"Core/Time.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=t.win,i=e.defined,r=e.error,o=e.extend,s=e.isObject,a=e.merge,c=e.objectEach,l=e.pad,u=e.pick,d=e.splat,h=e.timeUnits,p=t.isSafari&&n.Intl&&n.Intl.DateTimeFormat.prototype.formatRange,f=t.isSafari&&n.Intl&&!n.Intl.DateTimeFormat.prototype.formatRange;return e=function(){function e(t){this.options={},this.variableTimezone=this.useUTC=!1,this.Date=n.Date,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.update(t)}return e.prototype.get=function(t,e){if(this.variableTimezone||this.timezoneOffset){var n=e.getTime(),i=n-this.getTimezoneOffset(e);return e.setTime(i),t=e["getUTC"+t](),e.setTime(n),t}return this.useUTC?e["getUTC"+t]():e["get"+t]()},e.prototype.set=function(t,e,n){if(this.variableTimezone||this.timezoneOffset){if("Milliseconds"===t||"Seconds"===t||"Minutes"===t&&0==this.getTimezoneOffset(e)%36e5)return e["setUTC"+t](n);var i=this.getTimezoneOffset(e);return i=e.getTime()-i,e.setTime(i),e["setUTC"+t](n),t=this.getTimezoneOffset(e),i=e.getTime()+t,e.setTime(i)}return this.useUTC||p&&"FullYear"===t?e["setUTC"+t](n):e["set"+t](n)},e.prototype.update=function(t){var e=u(t&&t.useUTC,!0);this.options=t=a(!0,this.options||{},t),this.Date=t.Date||n.Date||Date,this.timezoneOffset=(this.useUTC=e)&&t.timezoneOffset,this.getTimezoneOffset=this.timezoneOffsetFunction(),this.variableTimezone=e&&!(!t.getTimezoneOffset&&!t.timezone)},e.prototype.makeTime=function(t,e,n,i,r,o){if(this.useUTC){var s=this.Date.UTC.apply(0,arguments),a=this.getTimezoneOffset(s);s+=a;var c=this.getTimezoneOffset(s);a!==c?s+=c-a:a-36e5!==this.getTimezoneOffset(s-36e5)||f||(s-=36e5)}else s=new this.Date(t,e,u(n,1),u(i,0),u(r,0),u(o,0)).getTime();return s},e.prototype.timezoneOffsetFunction=function(){var t=this,e=this.options,i=e.getTimezoneOffset,o=e.moment||n.moment;if(!this.useUTC)return function(t){return 6e4*new Date(t.toString()).getTimezoneOffset()};if(e.timezone){if(o)return function(t){return 6e4*-o.tz(t,e.timezone).utcOffset()};r(25)}return this.useUTC&&i?function(t){return 6e4*i(t.valueOf())}:function(){return 6e4*(t.timezoneOffset||0)}},e.prototype.dateFormat=function(e,n,r){if(!i(n)||isNaN(n))return t.defaultOptions.lang&&t.defaultOptions.lang.invalidDate||"";e=u(e,"%Y-%m-%d %H:%M:%S");var s=this,a=new this.Date(n),d=this.get("Hours",a),h=this.get("Day",a),p=this.get("Date",a),f=this.get("Month",a),m=this.get("FullYear",a),g=t.defaultOptions.lang,y=g&&g.weekdays,b=g&&g.shortWeekdays;return a=o({a:b?b[h]:y[h].substr(0,3),A:y[h],d:l(p),e:l(p,2," "),w:h,b:g.shortMonths[f],B:g.months[f],m:l(f+1),o:f+1,y:m.toString().substr(2,2),Y:m,H:l(d),k:d,I:l(d%12||12),l:d%12||12,M:l(this.get("Minutes",a)),p:12>d?"AM":"PM",P:12>d?"am":"pm",S:l(a.getSeconds()),L:l(Math.floor(n%1e3),3)},t.dateFormats),c(a,(function(t,i){for(;-1!==e.indexOf("%"+i);)e=e.replace("%"+i,"function"==typeof t?t.call(s,n):t)})),r?e.substr(0,1).toUpperCase()+e.substr(1):e},e.prototype.resolveDTLFormat=function(t){return s(t,!0)?t:{main:(t=d(t))[0],from:t[1],to:t[2]}},e.prototype.getTimeTicks=function(t,e,n,r){var s,a=this,c=[],l={},d=new a.Date(e),p=t.unitRange,f=t.count||1;if(r=u(r,1),i(e)){if(a.set("Milliseconds",d,p>=h.second?0:f*Math.floor(a.get("Milliseconds",d)/f)),p>=h.second&&a.set("Seconds",d,p>=h.minute?0:f*Math.floor(a.get("Seconds",d)/f)),p>=h.minute&&a.set("Minutes",d,p>=h.hour?0:f*Math.floor(a.get("Minutes",d)/f)),p>=h.hour&&a.set("Hours",d,p>=h.day?0:f*Math.floor(a.get("Hours",d)/f)),p>=h.day&&a.set("Date",d,p>=h.month?1:Math.max(1,f*Math.floor(a.get("Date",d)/f))),p>=h.month){a.set("Month",d,p>=h.year?0:f*Math.floor(a.get("Month",d)/f));var m=a.get("FullYear",d)}p>=h.year&&a.set("FullYear",d,m-m%f),p===h.week&&(m=a.get("Day",d),a.set("Date",d,a.get("Date",d)-m+r+(m<r?-7:0))),m=a.get("FullYear",d),r=a.get("Month",d);var g=a.get("Date",d),y=a.get("Hours",d);for(e=d.getTime(),!a.variableTimezone&&a.useUTC||!i(n)||(s=n-e>4*h.month||a.getTimezoneOffset(e)!==a.getTimezoneOffset(n)),e=d.getTime(),d=1;e<n;)c.push(e),e=p===h.year?a.makeTime(m+d*f,0):p===h.month?a.makeTime(m,r+d*f):!s||p!==h.day&&p!==h.week?s&&p===h.hour&&1<f?a.makeTime(m,r,g,y+d*f):e+p*f:a.makeTime(m,r,g+d*f*(p===h.day?1:7)),d++;c.push(e),p<=h.hour&&1e4>c.length&&c.forEach((function(t){0==t%18e5&&"000000000"===a.dateFormat("%H%M%S%L",t)&&(l[t]="day")}))}return c.info=o(t,{higherRanks:l,totalRange:p*f}),c},e.prototype.getDateFormat=function(t,e,n,i){var r=this.dateFormat("%m-%d %H:%M:%S.%L",e),o={millisecond:15,second:12,minute:9,hour:6,day:3},s="millisecond";for(a in h){if(t===h.week&&+this.dateFormat("%w",e)===n&&"00:00:00.000"===r.substr(6)){var a="week";break}if(h[a]>t){a=s;break}if(o[a]&&r.substr(o[a])!=="01-01 00:00:00.000".substr(o[a]))break;"week"!==a&&(s=a)}if(a)var c=this.resolveDTLFormat(i[a]).main;return c},e}()})),e(n,"Core/DefaultOptions.js",[n["Core/Chart/ChartDefaults.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Color/Palettes.js"],n["Core/Time.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){e=e.parse;var s=o.merge,a={colors:i.colors,symbols:["circle","diamond","square","triangle","triangle-down"],lang:{loading:"Loading...",months:"January February March April May June July August September October November December".split(" "),shortMonths:"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec".split(" "),weekdays:"Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),decimalPoint:".",numericSymbols:"kMGTPE".split(""),resetZoom:"Reset zoom",resetZoomTitle:"Reset zoom level 1:1",thousandsSep:" "},global:{},time:{Date:void 0,getTimezoneOffset:void 0,timezone:void 0,timezoneOffset:0,useUTC:!0},chart:t,title:{text:"Chart title",align:"center",margin:15,widthAdjust:-44},subtitle:{text:"",align:"center",widthAdjust:-44},caption:{margin:15,text:"",align:"left",verticalAlign:"bottom"},plotOptions:{},labels:{style:{position:"absolute",color:"#333333"}},legend:{enabled:!0,align:"center",alignColumns:!0,className:"highcharts-no-tooltip",layout:"horizontal",labelFormatter:function(){return this.name},borderColor:"#999999",borderRadius:0,navigation:{activeColor:"#003399",inactiveColor:"#cccccc"},itemStyle:{color:"#333333",cursor:"pointer",fontSize:"12px",fontWeight:"bold",textOverflow:"ellipsis"},itemHoverStyle:{color:"#000000"},itemHiddenStyle:{color:"#cccccc"},shadow:!1,itemCheckboxStyle:{position:"absolute",width:"13px",height:"13px"},squareSymbol:!0,symbolPadding:5,verticalAlign:"bottom",x:0,y:0,title:{style:{fontWeight:"bold"}}},loading:{labelStyle:{fontWeight:"bold",position:"relative",top:"45%"},style:{position:"absolute",backgroundColor:"#ffffff",opacity:.5,textAlign:"center"}},tooltip:{enabled:!0,animation:n.svg,borderRadius:3,dateTimeLabelFormats:{millisecond:"%A, %b %e, %H:%M:%S.%L",second:"%A, %b %e, %H:%M:%S",minute:"%A, %b %e, %H:%M",hour:"%A, %b %e, %H:%M",day:"%A, %b %e, %Y",week:"Week from %A, %b %e, %Y",month:"%B %Y",year:"%Y"},footerFormat:"",headerShape:"callout",hideDelay:500,padding:8,shape:"callout",shared:!1,snap:n.isTouchDevice?25:10,headerFormat:'<span style="font-size: 10px">{point.key}</span><br/>',pointFormat:'<span style="color:{point.color}">●</span> {series.name}: <b>{point.y}</b><br/>',backgroundColor:e("#f7f7f7").setOpacity(.85).get(),borderWidth:1,shadow:!0,stickOnContact:!1,style:{color:"#333333",cursor:"default",fontSize:"12px",whiteSpace:"nowrap"},useHTML:!1},credits:{enabled:!0,href:"https://www.highcharts.com?credits",position:{align:"right",x:-10,verticalAlign:"bottom",y:-5},style:{cursor:"pointer",color:"#999999",fontSize:"9px"},text:"Highcharts.com"}};a.chart.styledMode=!1;var c=new r(s(a.global,a.time));return t={defaultOptions:a,defaultTime:c,getOptions:function(){return a},setOptions:function(t){return s(!0,a,t),(t.time||t.global)&&(n.time?n.time.update(s(a.global,a.time,t.global,t.time)):n.time=c),a}}})),e(n,"Core/Animation/Fx.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=t.parse,r=e.win,o=n.isNumber,s=n.objectEach;return function(){function t(t,e,n){this.pos=NaN,this.options=e,this.elem=t,this.prop=n}return t.prototype.dSetter=function(){var t=this.paths,e=t&&t[0];t=t&&t[1];var n=this.now||0,i=[];if(1!==n&&e&&t)if(e.length===t.length&&1>n)for(var r=0;r<t.length;r++){for(var s=e[r],a=t[r],c=[],l=0;l<a.length;l++){var u=s[l],d=a[l];o(u)&&o(d)&&("A"!==a[0]||4!==l&&5!==l)?c[l]=u+n*(d-u):c[l]=d}i.push(c)}else i=t;else i=this.toD||[];this.elem.attr("d",i,void 0,!0)},t.prototype.update=function(){var t=this.elem,e=this.prop,n=this.now,i=this.options.step;this[e+"Setter"]?this[e+"Setter"]():t.attr?t.element&&t.attr(e,n,null,!0):t.style[e]=n+this.unit,i&&i.call(t,n,this)},t.prototype.run=function(e,n,i){var o=this,s=o.options,a=function(t){return!a.stopped&&o.step(t)},c=r.requestAnimationFrame||function(t){setTimeout(t,13)},l=function(){for(var e=0;e<t.timers.length;e++)t.timers[e]()||t.timers.splice(e--,1);t.timers.length&&c(l)};e!==n||this.elem["forceAnimate:"+this.prop]?(this.startTime=+new Date,this.start=e,this.end=n,this.unit=i,this.now=this.start,this.pos=0,a.elem=this.elem,a.prop=this.prop,a()&&1===t.timers.push(a)&&c(l)):(delete s.curAnim[this.prop],s.complete&&0===Object.keys(s.curAnim).length&&s.complete.call(this.elem))},t.prototype.step=function(t){var e=+new Date,n=this.options,i=this.elem,r=n.complete,o=n.duration,a=n.curAnim;if(i.attr&&!i.element)t=!1;else if(t||e>=o+this.startTime){this.now=this.end,this.pos=1,this.update();var c=a[this.prop]=!0;s(a,(function(t){!0!==t&&(c=!1)})),c&&r&&r.call(i),t=!1}else this.pos=n.easing((e-this.startTime)/o),this.now=this.start+(this.end-this.start)*this.pos,this.update(),t=!0;return t},t.prototype.initPath=function(t,e,n){function i(t,e){for(;t.length<h;){var n=t[0],i=e[h-t.length];i&&"M"===n[0]&&(t[0]="C"===i[0]?["C",n[1],n[2],n[1],n[2],n[1],n[2]]:["L",n[1],n[2]]),t.unshift(n),c&&(n=t.pop(),t.push(t[t.length-1],n))}}function r(t,e){for(;t.length<h;)if("C"===(e=t[Math.floor(t.length/l)-1].slice())[0]&&(e[1]=e[5],e[2]=e[6]),c){var n=t[Math.floor(t.length/l)].slice();t.splice(t.length/2,0,e,n)}else t.push(e)}var s=t.startX,a=t.endX;n=n.slice();var c=t.isArea,l=c?2:1;if(!(e=e&&e.slice()))return[n,n];if(s&&a&&a.length){for(t=0;t<s.length;t++){if(s[t]===a[0]){var u=t;break}if(s[0]===a[a.length-s.length+t]){u=t;var d=!0;break}if(s[s.length-1]===a[a.length-s.length+t]){u=s.length-t;break}}void 0===u&&(e=[])}if(e.length&&o(u)){var h=n.length+u*l;d?(i(e,n),r(n,e)):(i(n,e),r(e,n))}return[e,n]},t.prototype.fillSetter=function(){t.prototype.strokeSetter.apply(this,arguments)},t.prototype.strokeSetter=function(){this.elem.attr(this.prop,i(this.start).tweenTo(i(this.end),this.pos),void 0,!0)},t.timers=[],t}()})),e(n,"Core/Animation/AnimationUtilities.js",[n["Core/Animation/Fx.js"],n["Core/Utilities.js"]],(function(t,e){function n(t){return c(t)?l({duration:500,defer:0},t):{duration:t?500:0,defer:0}}function i(e,n){for(var i=t.timers.length;i--;)t.timers[i].elem!==e||n&&n!==t.timers[i].prop||(t.timers[i].stopped=!0)}var r=e.defined,o=e.getStyle,s=e.isArray,a=e.isNumber,c=e.isObject,l=e.merge,u=e.objectEach,d=e.pick;return{animate:function(e,n,r){var d,h,p,f="";if(!c(r)){var m=arguments;r={duration:m[2],easing:m[3],complete:m[4]}}a(r.duration)||(r.duration=400),r.easing="function"==typeof r.easing?r.easing:Math[r.easing]||Math.easeInOutSine,r.curAnim=l(n),u(n,(function(a,c){i(e,c),p=new t(e,r,c),h=void 0,"d"===c&&s(n.d)?(p.paths=p.initPath(e,e.pathArray,n.d),p.toD=n.d,d=0,h=1):e.attr?d=e.attr(c):(d=parseFloat(o(e,c))||0,"opacity"!==c&&(f="px")),h||(h=a),"string"==typeof h&&h.match("px")&&(h=h.replace(/px/g,"")),p.run(d,h,f)}))},animObject:n,getDeferredAnimation:function(t,e,i){var o=n(e),s=0,a=0;return(i?[i]:t.series).forEach((function(t){t=n(t.options.animation),s=e&&r(e.defer)?o.defer:Math.max(s,t.duration+t.defer),a=Math.min(o.duration,t.duration)})),t.renderer.forExport&&(s=0),{defer:Math.max(0,s-a),duration:Math.min(s,a)}},setAnimation:function(t,e){e.renderer.globalAnimation=d(t,e.options.chart.animation,!0)},stop:i}})),e(n,"Core/Renderer/HTML/AST.js",[n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e){var n=t.SVG_NS,i=e.attr,r=e.createElement,o=e.error,s=e.isFunction,a=e.isString,c=e.objectEach,l=e.splat,u=(e=t.win.trustedTypes)&&s(e.createPolicy)&&e.createPolicy("highcharts",{createHTML:function(t){return t}}),d=u?u.createHTML(""):"";try{var h=!!(new DOMParser).parseFromString(d,"text/html")}catch(t){h=!1}return s=function(){function e(t){this.nodes="string"==typeof t?this.parseMarkup(t):t}return e.filterUserAttributes=function(t){return c(t,(function(n,i){var r=!0;-1===e.allowedAttributes.indexOf(i)&&(r=!1),-1!==["background","dynsrc","href","lowsrc","src"].indexOf(i)&&(r=a(n)&&e.allowedReferences.some((function(t){return 0===n.indexOf(t)}))),r||(o("Highcharts warning: Invalid attribute '"+i+"' in config"),delete t[i])})),t},e.setElementHTML=function(t,n){t.innerHTML=e.emptyHTML,n&&new e(n).addToDOM(t)},e.prototype.addToDOM=function(r){return function r(s,a){var u;return l(s).forEach((function(s){var l=s.tagName,d=s.textContent?t.doc.createTextNode(s.textContent):void 0;if(l)if("#text"===l)var h=d;else if(-1!==e.allowedTags.indexOf(l)){l=t.doc.createElementNS("svg"===l?n:a.namespaceURI||n,l);var p=s.attributes||{};c(s,(function(t,e){"tagName"!==e&&"attributes"!==e&&"children"!==e&&"textContent"!==e&&(p[e]=t)})),i(l,e.filterUserAttributes(p)),d&&l.appendChild(d),r(s.children||[],l),h=l}else o("Highcharts warning: Invalid tagName "+l+" in config");h&&a.appendChild(h),u=h})),u}(this.nodes,r)},e.prototype.parseMarkup=function(t){var e=[];if(t=t.trim(),h)t=(new DOMParser).parseFromString(u?u.createHTML(t):t,"text/html");else{var n=r("div");n.innerHTML=t,t={body:n}}var i=function(t,e){var n=t.nodeName.toLowerCase(),r={tagName:n};if("#text"===n&&(r.textContent=t.textContent||""),n=t.attributes){var o={};[].forEach.call(n,(function(t){o[t.name]=t.value})),r.attributes=o}if(t.childNodes.length){var s=[];[].forEach.call(t.childNodes,(function(t){i(t,s)})),s.length&&(r.children=s)}e.push(r)};return[].forEach.call(t.body.childNodes,(function(t){return i(t,e)})),e},e.allowedAttributes="aria-controls aria-describedby aria-expanded aria-haspopup aria-hidden aria-label aria-labelledby aria-live aria-pressed aria-readonly aria-roledescription aria-selected class clip-path color colspan cx cy d dx dy disabled fill height href id in markerHeight markerWidth offset opacity orient padding paddingLeft paddingRight patternUnits r refX refY role scope slope src startOffset stdDeviation stroke stroke-linecap stroke-width style tableValues result rowspan summary target tabindex text-align textAnchor textLength title type valign width x x1 x2 y y1 y2 zIndex".split(" "),e.allowedReferences="https:// http:// mailto: / ../ ./ #".split(" "),e.allowedTags="a abbr b br button caption circle clipPath code dd defs div dl dt em feComponentTransfer feFuncA feFuncB feFuncG feFuncR feGaussianBlur feOffset feMerge feMergeNode filter h1 h2 h3 h4 h5 h6 hr i img li linearGradient marker ol p path pattern pre rect small span stop strong style sub sup svg table text thead tbody tspan td th tr u ul #text".split(" "),e.emptyHTML=d,e}()})),e(n,"Core/FormatUtilities.js",[n["Core/DefaultOptions.js"],n["Core/Utilities.js"]],(function(t,e){function n(t,e,n,r){t=+t||0,e=+e;var o=i.lang,l=(t.toString().split(".")[1]||"").split("e")[0].length,u=t.toString().split("e"),d=e;if(-1===e)e=Math.min(l,20);else if(s(e)){if(e&&u[1]&&0>u[1]){var h=e+ +u[1];0<=h?(u[0]=(+u[0]).toExponential(h).split("e")[0],e=h):(u[0]=u[0].split(".")[0]||0,t=20>e?(u[0]*Math.pow(10,u[1])).toFixed(e):0,u[1]=0)}}else e=2;h=(Math.abs(u[1]?u[0]:t)+Math.pow(10,-Math.max(e,l)-1)).toFixed(e);var p=3<(l=String(c(h))).length?l.length%3:0;return n=a(n,o.decimalPoint),r=a(r,o.thousandsSep),t=(0>t?"-":"")+(p?l.substr(0,p)+r:""),t=0>+u[1]&&!d?"0":t+l.substr(p).replace(/(\d{3})(?=\d)/g,"$1"+r),e&&(t+=n+h.slice(-e)),u[1]&&0!=+t&&(t+="e"+u[1]),t}var i=t.defaultOptions,r=t.defaultTime,o=e.getNestedProperty,s=e.isNumber,a=e.pick,c=e.pInt;return{dateFormat:function(t,e,n){return r.dateFormat(t,e,n)},format:function(t,e,s){var a="{",c=!1,l=/f$/,u=/\.([0-9])/,d=i.lang,h=s&&s.time||r;s=s&&s.numberFormatter||n;for(var p=[];t;){var f=t.indexOf(a);if(-1===f)break;var m=t.slice(0,f);if(c){if(m=m.split(":"),a=o(m.shift()||"",e),m.length&&"number"==typeof a)if(m=m.join(":"),l.test(m)){var g=parseInt((m.match(u)||["","-1"])[1],10);null!==a&&(a=s(a,g,d.decimalPoint,-1<m.indexOf(",")?d.thousandsSep:""))}else a=h.dateFormat(m,a);p.push(a)}else p.push(m);t=t.slice(f+1),a=(c=!c)?"}":"{"}return p.push(t),p.join("")},numberFormat:n}})),e(n,"Core/Renderer/RendererUtilities.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.clamp,i=t.pick,r=t.stableSort;return function(t){t.distribute=function t(e,o,s){var a,c=e,l=c.reducedLen||o,u=function(t,e){return(e.rank||0)-(t.rank||0)},d=function(t,e){return t.target-e.target},h=!0,p=[],f=0;for(a=e.length;a--;)f+=e[a].size;if(f>l){for(r(e,u),f=a=0;f<=l;)f+=e[a].size,a++;p=e.splice(a-1,e.length)}for(r(e,d),e=e.map((function(t){return{size:t.size,targets:[t.target],align:i(t.align,.5)}}));h;){for(a=e.length;a--;)l=e[a],u=(Math.min.apply(0,l.targets)+Math.max.apply(0,l.targets))/2,l.pos=n(u-l.size*l.align,0,o-l.size);for(a=e.length,h=!1;a--;)0<a&&e[a-1].pos+e[a-1].size>e[a].pos&&(e[a-1].size+=e[a].size,e[a-1].targets=e[a-1].targets.concat(e[a].targets),e[a-1].align=.5,e[a-1].pos+e[a-1].size>o&&(e[a-1].pos=o-e[a-1].size),e.splice(a,1),h=!0)}return c.push.apply(c,p),a=0,e.some((function(e){var n=0;return(e.targets||[]).some((function(){return c[a].pos=e.pos+n,void 0!==s&&Math.abs(c[a].pos-c[a].target)>s?(c.slice(0,a+1).forEach((function(t){return delete t.pos})),c.reducedLen=(c.reducedLen||o)-.1*o,c.reducedLen>.1*o&&t(c,o,s),!0):(n+=c[a].size,a++,!1)}))})),r(c,d),c}}(e||(e={})),e})),e(n,"Core/Renderer/SVG/SVGElement.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Renderer/HTML/AST.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.animate,s=t.animObject,a=t.stop,c=i.deg2rad,l=i.doc,u=i.noop,d=i.svg,h=i.SVG_NS,p=i.win,f=r.addEvent,m=r.attr,g=r.createElement,y=r.css,b=r.defined,M=r.erase,v=r.extend,_=r.fireEvent,x=r.isArray,L=r.isFunction,A=r.isNumber,w=r.isString,T=r.merge,k=r.objectEach,S=r.pick,O=r.pInt,j=r.syncTimeout,z=r.uniqueKey;return(t=function(){function t(){this.element=void 0,this.onEvents={},this.opacity=1,this.renderer=void 0,this.SVG_NS=h,this.symbolCustomAttribs="x y width height r start end innerR anchorX anchorY rounded".split(" ")}return t.prototype._defaultGetter=function(t){return t=S(this[t+"Value"],this[t],this.element?this.element.getAttribute(t):null,0),/^[\-0-9\.]+$/.test(t)&&(t=parseFloat(t)),t},t.prototype._defaultSetter=function(t,e,n){n.setAttribute(e,t)},t.prototype.add=function(t){var e=this.renderer,n=this.element;if(t&&(this.parentGroup=t),this.parentInverted=t&&t.inverted,void 0!==this.textStr&&"text"===this.element.nodeName&&e.buildText(this),this.added=!0,!t||t.handleZ||this.zIndex)var i=this.zIndexSetter();return i||(t?t.element:e.box).appendChild(n),this.onAdd&&this.onAdd(),this},t.prototype.addClass=function(t,e){var n=e?"":this.attr("class")||"";return(t=(t||"").split(/ /g).reduce((function(t,e){return-1===n.indexOf(e)&&t.push(e),t}),n?[n]:[]).join(" "))!==n&&this.attr("class",t),this},t.prototype.afterSetters=function(){this.doTransform&&(this.updateTransform(),this.doTransform=!1)},t.prototype.align=function(t,e,n){var i,r,o,s={},a=this.renderer,c=a.alignedObjects;t?(this.alignOptions=t,this.alignByTranslate=e,(!n||w(n))&&(this.alignTo=i=n||"renderer",M(c,this),c.push(this),n=void 0)):(t=this.alignOptions,e=this.alignByTranslate,i=this.alignTo),n=S(n,a[i],"scrollablePlotBox"===i?a.plotBox:void 0,a),i=t.align;var l=t.verticalAlign;return a=(n.x||0)+(t.x||0),c=(n.y||0)+(t.y||0),"right"===i?r=1:"center"===i&&(r=2),r&&(a+=(n.width-(t.width||0))/r),s[e?"translateX":"x"]=Math.round(a),"bottom"===l?o=1:"middle"===l&&(o=2),o&&(c+=(n.height-(t.height||0))/o),s[e?"translateY":"y"]=Math.round(c),this[this.placed?"animate":"attr"](s),this.placed=!0,this.alignAttr=s,this},t.prototype.alignSetter=function(t){var e={left:"start",center:"middle",right:"end"};e[t]&&(this.alignValue=t,this.element.setAttribute("text-anchor",e[t]))},t.prototype.animate=function(t,e,n){var i=this,r=s(S(e,this.renderer.globalAnimation,!0));return e=r.defer,S(l.hidden,l.msHidden,l.webkitHidden,!1)&&(r.duration=0),0!==r.duration?(n&&(r.complete=n),j((function(){i.element&&o(i,t,r)}),e)):(this.attr(t,void 0,n),k(t,(function(t,e){r.step&&r.step.call(this,t,{prop:e,pos:1,elem:this})}),this)),this},t.prototype.applyTextOutline=function(t){var e=this.element;-1!==t.indexOf("contrast")&&(t=t.replace(/contrast/g,this.renderer.getContrast(e.style.fill)));var n=t.split(" ");if(t=n[n.length-1],(n=n[0])&&"none"!==n&&i.svg){this.fakeTS=!0,this.ySetter=this.xSetter,n=n.replace(/(^[\d\.]+)(.*?)$/g,(function(t,e,n){return 2*Number(e)+n})),this.removeTextOutline();var r=l.createElementNS(h,"tspan");m(r,{class:"highcharts-text-outline",fill:t,stroke:t,"stroke-width":n,"stroke-linejoin":"round"}),[].forEach.call(e.childNodes,(function(t){var e=t.cloneNode(!0);e.removeAttribute&&["fill","stroke","stroke-width","stroke"].forEach((function(t){return e.removeAttribute(t)})),r.appendChild(e)}));var o=l.createElementNS(h,"tspan");o.textContent="",["x","y"].forEach((function(t){var n=e.getAttribute(t);n&&o.setAttribute(t,n)})),r.appendChild(o),e.insertBefore(r,e.firstChild)}},t.prototype.attr=function(t,e,n,i){var r,o,s,c=this.element,l=this.symbolCustomAttribs,u=this;if("string"==typeof t&&void 0!==e){var d=t;(t={})[d]=e}return"string"==typeof t?u=(this[t+"Getter"]||this._defaultGetter).call(this,t,c):(k(t,(function(e,n){o=!1,i||a(this,n),this.symbolName&&-1!==l.indexOf(n)&&(r||(this.symbolAttr(t),r=!0),o=!0),!this.rotation||"x"!==n&&"y"!==n||(this.doTransform=!0),o||((s=this[n+"Setter"]||this._defaultSetter).call(this,e,n,c),!this.styledMode&&this.shadows&&/^(width|height|visibility|x|y|d|transform|cx|cy|r)$/.test(n)&&this.updateShadows(n,e,s))}),this),this.afterSetters()),n&&n.call(this),u},t.prototype.clip=function(t){return this.attr("clip-path",t?"url("+this.renderer.url+"#"+t.id+")":"none")},t.prototype.crisp=function(t,e){e=e||t.strokeWidth||0;var n=Math.round(e)%2/2;return t.x=Math.floor(t.x||this.x||0)+n,t.y=Math.floor(t.y||this.y||0)+n,t.width=Math.floor((t.width||this.width||0)-2*n),t.height=Math.floor((t.height||this.height||0)-2*n),b(t.strokeWidth)&&(t.strokeWidth=e),t},t.prototype.complexColor=function(t,e,i){var r,o,s,a,c,l,u,d,h,p,f,m=this.renderer,g=[];_(this.renderer,"complexColor",{args:arguments},(function(){if(t.radialGradient?o="radialGradient":t.linearGradient&&(o="linearGradient"),o){if(s=t[o],c=m.gradients,l=t.stops,h=i.radialReference,x(s)&&(t[o]=s={x1:s[0],y1:s[1],x2:s[2],y2:s[3],gradientUnits:"userSpaceOnUse"}),"radialGradient"===o&&h&&!b(s.gradientUnits)&&(a=s,s=T(s,m.getRadialAttr(h,a),{gradientUnits:"userSpaceOnUse"})),k(s,(function(t,e){"id"!==e&&g.push(e,t)})),k(l,(function(t){g.push(t)})),g=g.join(","),c[g])p=c[g].attr("id");else{s.id=p=z();var y=c[g]=m.createElement(o).attr(s).add(m.defs);y.radAttr=a,y.stops=[],l.forEach((function(t){0===t[1].indexOf("rgba")?(r=n.parse(t[1]),u=r.get("rgb"),d=r.get("a")):(u=t[1],d=1),t=m.createElement("stop").attr({offset:t[0],"stop-color":u,"stop-opacity":d}).add(y),y.stops.push(t)}))}f="url("+m.url+"#"+p+")",i.setAttribute(e,f),i.gradient=g,t.toString=function(){return f}}}))},t.prototype.css=function(t){var e=this.styles,n={},i=this.element,r=["textOutline","textOverflow","width"],o="",s=!e;if(t&&t.color&&(t.fill=t.color),e&&k(t,(function(t,i){e&&e[i]!==t&&(n[i]=t,s=!0)})),s){if(e&&(t=v(e,n)),t)if(null===t.width||"auto"===t.width)delete this.textWidth;else if("text"===i.nodeName.toLowerCase()&&t.width)var a=this.textWidth=O(t.width);if(this.styles=t,a&&!d&&this.renderer.forExport&&delete t.width,i.namespaceURI===this.SVG_NS){var c=function(t,e){return"-"+e.toLowerCase()};k(t,(function(t,e){-1===r.indexOf(e)&&(o+=e.replace(/([A-Z])/g,c)+":"+t+";")})),o&&m(i,"style",o)}else y(i,t);this.added&&("text"===this.element.nodeName&&this.renderer.buildText(this),t&&t.textOutline&&this.applyTextOutline(t.textOutline))}return this},t.prototype.dashstyleSetter=function(t){var e=this["stroke-width"];if("inherit"===e&&(e=1),t=t&&t.toLowerCase()){var n=t.replace("shortdashdotdot","3,1,1,1,1,1,").replace("shortdashdot","3,1,1,1").replace("shortdot","1,1,").replace("shortdash","3,1,").replace("longdash","8,3,").replace(/dot/g,"1,3,").replace("dash","4,3,").replace(/,$/,"").split(",");for(t=n.length;t--;)n[t]=""+O(n[t])*S(e,NaN);t=n.join(",").replace(/NaN/g,"none"),this.element.setAttribute("stroke-dasharray",t)}},t.prototype.destroy=function(){var t=this,e=t.element||{},n=t.renderer,i=e.ownerSVGElement,r=n.isSVG&&"SPAN"===e.nodeName&&t.parentGroup||void 0;if(e.onclick=e.onmouseout=e.onmouseover=e.onmousemove=e.point=null,a(t),t.clipPath&&i){var o=t.clipPath;[].forEach.call(i.querySelectorAll("[clip-path],[CLIP-PATH]"),(function(t){-1<t.getAttribute("clip-path").indexOf(o.element.id)&&t.removeAttribute("clip-path")})),t.clipPath=o.destroy()}if(t.stops){for(i=0;i<t.stops.length;i++)t.stops[i].destroy();t.stops.length=0,t.stops=void 0}for(t.safeRemoveChild(e),n.styledMode||t.destroyShadows();r&&r.div&&0===r.div.childNodes.length;)e=r.parentGroup,t.safeRemoveChild(r.div),delete r.div,r=e;t.alignTo&&M(n.alignedObjects,t),k(t,(function(e,n){t[n]&&t[n].parentGroup===t&&t[n].destroy&&t[n].destroy(),delete t[n]}))},t.prototype.destroyShadows=function(){(this.shadows||[]).forEach((function(t){this.safeRemoveChild(t)}),this),this.shadows=void 0},t.prototype.destroyTextPath=function(t,e){var n=t.getElementsByTagName("text")[0];if(n){if(n.removeAttribute("dx"),n.removeAttribute("dy"),e.element.setAttribute("id",""),this.textPathWrapper&&n.getElementsByTagName("textPath").length){for(t=this.textPathWrapper.element.childNodes;t.length;)n.appendChild(t[0]);n.removeChild(this.textPathWrapper.element)}}else(t.getAttribute("dx")||t.getAttribute("dy"))&&(t.removeAttribute("dx"),t.removeAttribute("dy"));this.textPathWrapper&&(this.textPathWrapper=this.textPathWrapper.destroy())},t.prototype.dSetter=function(t,e,n){x(t)&&("string"==typeof t[0]&&(t=this.renderer.pathToSegments(t)),this.pathArray=t,t=t.reduce((function(t,e,n){return e&&e.join?(n?t+" ":"")+e.join(" "):(e||"").toString()}),"")),/(NaN| {2}|^$)/.test(t)&&(t="M 0 0"),this[e]!==t&&(n.setAttribute(e,t),this[e]=t)},t.prototype.fadeOut=function(t){var e=this;e.animate({opacity:0},{duration:S(t,150),complete:function(){e.attr({y:-9999}).hide()}})},t.prototype.fillSetter=function(t,e,n){"string"==typeof t?n.setAttribute(e,t):t&&this.complexColor(t,e,n)},t.prototype.getBBox=function(e,n){var i=this.renderer,r=this.element,o=this.styles,s=this.textStr,a=i.cache,l=i.cacheKeys,u=r.namespaceURI===this.SVG_NS;n=S(n,this.rotation,0);var d,h=i.styledMode?r&&t.prototype.getStyle.call(r,"font-size"):o&&o.fontSize;if(b(s)){var p=s.toString();-1===p.indexOf("<")&&(p=p.replace(/[0-9]/g,"0")),p+=["",n,h,this.textWidth,o&&o.textOverflow,o&&o.fontWeight].join()}if(p&&!e&&(d=a[p]),!d){if(u||i.forExport){try{var f=this.fakeTS&&function(t){var e=r.querySelector(".highcharts-text-outline");e&&y(e,{display:t})};L(f)&&f("none"),d=r.getBBox?v({},r.getBBox()):{width:r.offsetWidth,height:r.offsetHeight},L(f)&&f("")}catch(t){}(!d||0>d.width)&&(d={width:0,height:0})}else d=this.htmlGetBBox();if(i.isSVG&&(e=d.width,i=d.height,u&&(d.height=i={"11px,17":14,"13px,20":16}[(h||"")+","+Math.round(i)]||i),n&&(u=n*c,d.width=Math.abs(i*Math.sin(u))+Math.abs(e*Math.cos(u)),d.height=Math.abs(i*Math.cos(u))+Math.abs(e*Math.sin(u)))),p&&(""===s||0<d.height)){for(;250<l.length;)delete a[l.shift()];a[p]||l.push(p),a[p]=d}}return d},t.prototype.getStyle=function(t){return p.getComputedStyle(this.element||this,"").getPropertyValue(t)},t.prototype.hasClass=function(t){return-1!==(""+this.attr("class")).split(" ").indexOf(t)},t.prototype.hide=function(t){return t?this.attr({y:-9999}):this.attr({visibility:"hidden"}),this},t.prototype.htmlGetBBox=function(){return{height:0,width:0,x:0,y:0}},t.prototype.init=function(t,e){this.element="span"===e?g(e):l.createElementNS(this.SVG_NS,e),this.renderer=t,_(this,"afterInit")},t.prototype.invert=function(t){return this.inverted=t,this.updateTransform(),this},t.prototype.on=function(t,e){var n=this.onEvents;return n[t]&&n[t](),n[t]=f(this.element,t,e),this},t.prototype.opacitySetter=function(t,e,n){this.opacity=t=Number(Number(t).toFixed(3)),n.setAttribute(e,t)},t.prototype.removeClass=function(t){return this.attr("class",(""+this.attr("class")).replace(w(t)?new RegExp("(^| )"+t+"( |$)"):t," ").replace(/ +/g," ").trim())},t.prototype.removeTextOutline=function(){var t=this.element.querySelector("tspan.highcharts-text-outline");t&&this.safeRemoveChild(t)},t.prototype.safeRemoveChild=function(t){var e=t.parentNode;e&&e.removeChild(t)},t.prototype.setRadialReference=function(t){var e=this.element.gradient&&this.renderer.gradients[this.element.gradient];return this.element.radialReference=t,e&&e.radAttr&&e.animate(this.renderer.getRadialAttr(t,e.radAttr)),this},t.prototype.setTextPath=function(t,n){var i=this.element,r=this.text?this.text.element:i,o={textAnchor:"text-anchor"},s=!1,a=this.textPathWrapper,c=!a;n=T(!0,{enabled:!0,attributes:{dy:-5,startOffset:"50%",textAnchor:"middle"}},n);var l=e.filterUserAttributes(n.attributes);if(t&&n&&n.enabled){a&&null===a.element.parentNode?(c=!0,a=a.destroy()):a&&this.removeTextOutline.call(a.parentGroup),this.options&&this.options.padding&&(l.dx=-this.options.padding),a||(this.textPathWrapper=a=this.renderer.createElement("textPath"),s=!0);var d=a.element;if((n=t.element.getAttribute("id"))||t.element.setAttribute("id",n=z()),c)for(r.setAttribute("y",0),A(l.dx)&&r.setAttribute("x",-l.dx),t=[].slice.call(r.childNodes),c=0;c<t.length;c++){var h=t[c];h.nodeType!==p.Node.TEXT_NODE&&"tspan"!==h.nodeName||d.appendChild(h)}s&&a&&a.add({element:r}),d.setAttributeNS("http://www.w3.org/1999/xlink","href",this.renderer.url+"#"+n),b(l.dy)&&(d.parentNode.setAttribute("dy",l.dy),delete l.dy),b(l.dx)&&(d.parentNode.setAttribute("dx",l.dx),delete l.dx),k(l,(function(t,e){d.setAttribute(o[e]||e,t)})),i.removeAttribute("transform"),this.removeTextOutline.call(a),this.text&&!this.renderer.styledMode&&this.attr({fill:"none","stroke-width":0}),this.applyTextOutline=this.updateTransform=u}else a&&(delete this.updateTransform,delete this.applyTextOutline,this.destroyTextPath(i,t),this.updateTransform(),this.options&&this.options.rotation&&this.applyTextOutline(this.options.style.textOutline));return this},t.prototype.shadow=function(t,e,n){var i,r=[],o=this.element,s=this.oldShadowOptions,a={color:"#000000",offsetX:this.parentInverted?-1:1,offsetY:this.parentInverted?-1:1,opacity:.15,width:3},c=!1;if(!0===t?i=a:"object"==typeof t&&(i=v(a,t)),i&&(i&&s&&k(i,(function(t,e){t!==s[e]&&(c=!0)})),c&&this.destroyShadows(),this.oldShadowOptions=i),i){if(!this.shadows){var l=i.opacity/i.width,u=this.parentInverted?"translate("+i.offsetY+", "+i.offsetX+")":"translate("+i.offsetX+", "+i.offsetY+")";for(a=1;a<=i.width;a++){var d=o.cloneNode(!1),h=2*i.width+1-2*a;m(d,{stroke:t.color||"#000000","stroke-opacity":l*a,"stroke-width":h,transform:u,fill:"none"}),d.setAttribute("class",(d.getAttribute("class")||"")+" highcharts-shadow"),n&&(m(d,"height",Math.max(m(d,"height")-h,0)),d.cutHeight=h),e?e.element.appendChild(d):o.parentNode&&o.parentNode.insertBefore(d,o),r.push(d)}this.shadows=r}}else this.destroyShadows();return this},t.prototype.show=function(t){return this.attr({visibility:t?"inherit":"visible"})},t.prototype.strokeSetter=function(e,n,i){this[n]=e,this.stroke&&this["stroke-width"]?(t.prototype.fillSetter.call(this,this.stroke,"stroke",i),i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0):"stroke-width"===n&&0===e&&this.hasStroke?(i.removeAttribute("stroke"),this.hasStroke=!1):this.renderer.styledMode&&this["stroke-width"]&&(i.setAttribute("stroke-width",this["stroke-width"]),this.hasStroke=!0)},t.prototype.strokeWidth=function(){if(!this.renderer.styledMode)return this["stroke-width"]||0;var t=this.getStyle("stroke-width"),e=0;if(t.indexOf("px")===t.length-2)e=O(t);else if(""!==t){var n=l.createElementNS(h,"rect");m(n,{width:t,"stroke-width":0}),this.element.parentNode.appendChild(n),e=n.getBBox().width,n.parentNode.removeChild(n)}return e},t.prototype.symbolAttr=function(t){var e=this;"x y r start end width height innerR anchorX anchorY clockwise".split(" ").forEach((function(n){e[n]=S(t[n],e[n])})),e.attr({d:e.renderer.symbols[e.symbolName](e.x,e.y,e.width,e.height,e)})},t.prototype.textSetter=function(t){t!==this.textStr&&(delete this.textPxLength,this.textStr=t,this.added&&this.renderer.buildText(this))},t.prototype.titleSetter=function(t){var e=this.element,n=e.getElementsByTagName("title")[0]||l.createElementNS(this.SVG_NS,"title");e.insertBefore?e.insertBefore(n,e.firstChild):e.appendChild(n),n.textContent=String(S(t,"")).replace(/<[^>]*>/g,"").replace(/</g,"<").replace(/>/g,">")},t.prototype.toFront=function(){var t=this.element;return t.parentNode.appendChild(t),this},t.prototype.translate=function(t,e){return this.attr({translateX:t,translateY:e})},t.prototype.updateShadows=function(t,e,n){var i=this.shadows;if(i)for(var r=i.length;r--;)n.call(i[r],"height"===t?Math.max(e-(i[r].cutHeight||0),0):"d"===t?this.d:e,t,i[r])},t.prototype.updateTransform=function(){var t=this.scaleX,e=this.scaleY,n=this.inverted,i=this.rotation,r=this.matrix,o=this.element,s=this.translateX||0,a=this.translateY||0;n&&(s+=this.width,a+=this.height),s=["translate("+s+","+a+")"],b(r)&&s.push("matrix("+r.join(",")+")"),n?s.push("rotate(90) scale(-1,1)"):i&&s.push("rotate("+i+" "+S(this.rotationOriginX,o.getAttribute("x"),0)+" "+S(this.rotationOriginY,o.getAttribute("y")||0)+")"),(b(t)||b(e))&&s.push("scale("+S(t,1)+" "+S(e,1)+")"),s.length&&o.setAttribute("transform",s.join(" "))},t.prototype.visibilitySetter=function(t,e,n){"inherit"===t?n.removeAttribute(e):this[e]!==t&&n.setAttribute(e,t),this[e]=t},t.prototype.xGetter=function(t){return"circle"===this.element.nodeName&&("x"===t?t="cx":"y"===t&&(t="cy")),this._defaultGetter(t)},t.prototype.zIndexSetter=function(t,e){var n=this.renderer,i=this.parentGroup,r=(i||n).element||n.box,o=this.element;n=r===n.box;var s,a=!1,c=this.added;if(b(t)?(o.setAttribute("data-z-index",t),t=+t,this[e]===t&&(c=!1)):b(this[e])&&o.removeAttribute("data-z-index"),this[e]=t,c){for((t=this.zIndex)&&i&&(i.handleZ=!0),s=(e=r.childNodes).length-1;0<=s&&!a;s--){c=(i=e[s]).getAttribute("data-z-index");var l=!b(c);i!==o&&(0>t&&l&&!n&&!s?(r.insertBefore(o,e[s]),a=!0):(O(c)<=t||l&&(!b(t)||0<=t))&&(r.insertBefore(o,e[s+1]||null),a=!0))}a||(r.insertBefore(o,e[n?3:0]||null),a=!0)}return a},t}()).prototype["stroke-widthSetter"]=t.prototype.strokeSetter,t.prototype.yGetter=t.prototype.xGetter,t.prototype.matrixSetter=t.prototype.rotationOriginXSetter=t.prototype.rotationOriginYSetter=t.prototype.rotationSetter=t.prototype.scaleXSetter=t.prototype.scaleYSetter=t.prototype.translateXSetter=t.prototype.translateYSetter=t.prototype.verticalAlignSetter=function(t,e){this[e]=t,this.doTransform=!0},t})),e(n,"Core/Renderer/RendererRegistry.js",[n["Core/Globals.js"]],(function(t){var e;return function(e){var n;e.rendererTypes={},e.getRendererType=function(t){return void 0===t&&(t=n),e.rendererTypes[t]||e.rendererTypes[n]},e.registerRendererType=function(i,r,o){e.rendererTypes[i]=r,n&&!o||(n=i,t.Renderer=r)}}(e||(e={})),e})),e(n,"Core/Renderer/SVG/SVGLabel.js",[n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=e.defined,r=e.extend,o=e.isNumber,s=e.merge,a=e.pick,c=e.removeEvent;return function(e){function l(t,n,i,r,o,s,a,c,u,d){var h,p=e.call(this)||this;return p.paddingLeftSetter=p.paddingSetter,p.paddingRightSetter=p.paddingSetter,p.init(t,"g"),p.textStr=n,p.x=i,p.y=r,p.anchorX=s,p.anchorY=a,p.baseline=u,p.className=d,p.addClass("button"===d?"highcharts-no-tooltip":"highcharts-label"),d&&p.addClass("highcharts-"+d),p.text=t.text(void 0,0,0,c).attr({zIndex:1}),"string"==typeof o&&((h=/^url\((.*?)\)$/.test(o))||p.renderer.symbols[o])&&(p.symbolKey=o),p.bBox=l.emptyBBox,p.padding=3,p.baselineOffset=0,p.needsBox=t.styledMode||h,p.deferredAttr={},p.alignFactor=0,p}return n(l,e),l.prototype.alignSetter=function(t){(t={left:0,center:.5,right:1}[t])!==this.alignFactor&&(this.alignFactor=t,this.bBox&&o(this.xSetting)&&this.attr({x:this.xSetting}))},l.prototype.anchorXSetter=function(t,e){this.anchorX=t,this.boxAttr(e,Math.round(t)-this.getCrispAdjust()-this.xSetting)},l.prototype.anchorYSetter=function(t,e){this.anchorY=t,this.boxAttr(e,t-this.ySetting)},l.prototype.boxAttr=function(t,e){this.box?this.box.attr(t,e):this.deferredAttr[t]=e},l.prototype.css=function(e){if(e){var n={};e=s(e),l.textProps.forEach((function(t){void 0!==e[t]&&(n[t]=e[t],delete e[t])})),this.text.css(n);var i="width"in n;"fontSize"in n||"fontWeight"in n?this.updateTextPadding():i&&this.updateBoxSize()}return t.prototype.css.call(this,e)},l.prototype.destroy=function(){c(this.element,"mouseenter"),c(this.element,"mouseleave"),this.text&&this.text.destroy(),this.box&&(this.box=this.box.destroy()),t.prototype.destroy.call(this)},l.prototype.fillSetter=function(t,e){t&&(this.needsBox=!0),this.fill=t,this.boxAttr(e,t)},l.prototype.getBBox=function(){this.textStr&&0===this.bBox.width&&0===this.bBox.height&&this.updateBoxSize();var t=this.padding,e=a(this.paddingLeft,t);return{width:this.width,height:this.height,x:this.bBox.x-e,y:this.bBox.y-t}},l.prototype.getCrispAdjust=function(){return this.renderer.styledMode&&this.box?this.box.strokeWidth()%2/2:(this["stroke-width"]?parseInt(this["stroke-width"],10):0)%2/2},l.prototype.heightSetter=function(t){this.heightSetting=t},l.prototype.onAdd=function(){var t=this.textStr;this.text.add(this),this.attr({text:i(t)?t:"",x:this.x,y:this.y}),this.box&&i(this.anchorX)&&this.attr({anchorX:this.anchorX,anchorY:this.anchorY})},l.prototype.paddingSetter=function(t,e){o(t)?t!==this[e]&&(this[e]=t,this.updateTextPadding()):this[e]=void 0},l.prototype.rSetter=function(t,e){this.boxAttr(e,t)},l.prototype.shadow=function(t){return t&&!this.renderer.styledMode&&(this.updateBoxSize(),this.box&&this.box.shadow(t)),this},l.prototype.strokeSetter=function(t,e){this.stroke=t,this.boxAttr(e,t)},l.prototype["stroke-widthSetter"]=function(t,e){t&&(this.needsBox=!0),this["stroke-width"]=t,this.boxAttr(e,t)},l.prototype["text-alignSetter"]=function(t){this.textAlign=t},l.prototype.textSetter=function(t){void 0!==t&&this.text.attr({text:t}),this.updateTextPadding()},l.prototype.updateBoxSize=function(){var t=this.text.element.style,e={},n=this.padding,s=this.bBox=o(this.widthSetting)&&o(this.heightSetting)&&!this.textAlign||!i(this.text.textStr)?l.emptyBBox:this.text.getBBox();this.width=this.getPaddedWidth(),this.height=(this.heightSetting||s.height||0)+2*n,t=this.renderer.fontMetrics(t&&t.fontSize,this.text),this.baselineOffset=n+Math.min((this.text.firstLineMetrics||t).b,s.height||1/0),this.heightSetting&&(this.baselineOffset+=(this.heightSetting-t.h)/2),this.needsBox&&(this.box||((n=this.box=this.symbolKey?this.renderer.symbol(this.symbolKey):this.renderer.rect()).addClass(("button"===this.className?"":"highcharts-label-box")+(this.className?" highcharts-"+this.className+"-box":"")),n.add(this)),n=this.getCrispAdjust(),e.x=n,e.y=(this.baseline?-this.baselineOffset:0)+n,e.width=Math.round(this.width),e.height=Math.round(this.height),this.box.attr(r(e,this.deferredAttr)),this.deferredAttr={})},l.prototype.updateTextPadding=function(){var t=this.text;this.updateBoxSize();var e=this.baseline?0:this.baselineOffset,n=a(this.paddingLeft,this.padding);i(this.widthSetting)&&this.bBox&&("center"===this.textAlign||"right"===this.textAlign)&&(n+={center:.5,right:1}[this.textAlign]*(this.widthSetting-this.bBox.width)),n===t.x&&e===t.y||(t.attr("x",n),t.hasBoxWidthChanged&&(this.bBox=t.getBBox(!0)),void 0!==e&&t.attr("y",e)),t.x=n,t.y=e},l.prototype.widthSetter=function(t){this.widthSetting=o(t)?t:void 0},l.prototype.getPaddedWidth=function(){var t=this.padding,e=a(this.paddingLeft,t);return t=a(this.paddingRight,t),(this.widthSetting||this.bBox.width||0)+e+t},l.prototype.xSetter=function(t){this.x=t,this.alignFactor&&(t-=this.alignFactor*this.getPaddedWidth(),this["forceAnimate:x"]=!0),this.xSetting=Math.round(t),this.attr("translateX",this.xSetting)},l.prototype.ySetter=function(t){this.ySetting=this.y=Math.round(t),this.attr("translateY",this.ySetting)},l.emptyBBox={width:0,height:0,x:0,y:0},l.textProps="color direction fontFamily fontSize fontStyle fontWeight lineHeight textAlign textDecoration textOutline textOverflow width".split(" "),l}(t)})),e(n,"Core/Renderer/SVG/Symbols.js",[n["Core/Utilities.js"]],(function(t){function e(t,e,n,i,o){var a=[];if(o){var c=o.start||0,l=s(o.r,n);n=s(o.r,i||n);var u=(o.end||0)-.001;i=o.innerR;var d=s(o.open,.001>Math.abs((o.end||0)-c-2*Math.PI)),h=Math.cos(c),p=Math.sin(c),f=Math.cos(u),m=Math.sin(u);c=s(o.longArc,.001>u-c-Math.PI?0:1),a.push(["M",t+l*h,e+n*p],["A",l,n,0,c,s(o.clockwise,1),t+l*f,e+n*m]),r(i)&&a.push(d?["M",t+i*f,e+i*m]:["L",t+i*f,e+i*m],["A",i,i,0,c,r(o.clockwise)?1-o.clockwise:0,t+i*h,e+i*p]),d||a.push(["Z"])}return a}function n(t,e,n,r,o){return o&&o.r?i(t,e,n,r,o):[["M",t,e],["L",t+n,e],["L",t+n,e+r],["L",t,e+r],["Z"]]}function i(t,e,n,i,r){return[["M",t+(r=r&&r.r||0),e],["L",t+n-r,e],["C",t+n,e,t+n,e,t+n,e+r],["L",t+n,e+i-r],["C",t+n,e+i,t+n,e+i,t+n-r,e+i],["L",t+r,e+i],["C",t,e+i,t,e+i,t,e+i-r],["L",t,e+r],["C",t,e,t,e,t+r,e]]}var r=t.defined,o=t.isNumber,s=t.pick;return{arc:e,callout:function(t,e,n,r,s){var a=Math.min(s&&s.r||0,n,r),c=a+6,l=s&&s.anchorX;s=s&&s.anchorY||0;var u=i(t,e,n,r,{r:a});return o(l)?(t+l>=n?s>e+c&&s<e+r-c?u.splice(3,1,["L",t+n,s-6],["L",t+n+6,s],["L",t+n,s+6],["L",t+n,e+r-a]):u.splice(3,1,["L",t+n,r/2],["L",l,s],["L",t+n,r/2],["L",t+n,e+r-a]):0>=t+l?s>e+c&&s<e+r-c?u.splice(7,1,["L",t,s+6],["L",t-6,s],["L",t,s-6],["L",t,e+a]):u.splice(7,1,["L",t,r/2],["L",l,s],["L",t,r/2],["L",t,e+a]):s&&s>r&&l>t+c&&l<t+n-c?u.splice(5,1,["L",l+6,e+r],["L",l,e+r+6],["L",l-6,e+r],["L",t+a,e+r]):s&&0>s&&l>t+c&&l<t+n-c&&u.splice(1,1,["L",l-6,e],["L",l,e-6],["L",l+6,e],["L",n-a,e]),u):u},circle:function(t,n,i,r){return e(t+i/2,n+r/2,i/2,r/2,{start:.5*Math.PI,end:2.5*Math.PI,open:!1})},diamond:function(t,e,n,i){return[["M",t+n/2,e],["L",t+n,e+i/2],["L",t+n/2,e+i],["L",t,e+i/2],["Z"]]},rect:n,roundedRect:i,square:n,triangle:function(t,e,n,i){return[["M",t+n/2,e],["L",t+n,e+i],["L",t,e+i],["Z"]]},"triangle-down":function(t,e,n,i){return[["M",t,e],["L",t+n,e],["L",t+n/2,e+i],["Z"]]}}})),e(n,"Core/Renderer/SVG/TextBuilder.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=e.doc,r=e.SVG_NS,o=e.win,s=n.attr,a=n.isString,c=n.objectEach,l=n.pick;return function(){function e(t){var e=t.styles;this.renderer=t.renderer,this.svgElement=t,this.width=t.textWidth,this.textLineHeight=e&&e.lineHeight,this.textOutline=e&&e.textOutline,this.ellipsis=!(!e||"ellipsis"!==e.textOverflow),this.noWrap=!(!e||"nowrap"!==e.whiteSpace),this.fontSize=e&&e.fontSize}return e.prototype.buildSVG=function(){var e=this.svgElement,n=e.element,r=e.renderer,o=l(e.textStr,"").toString(),s=-1!==o.indexOf("<"),c=n.childNodes;r=this.width&&!e.added&&r.box;var u=[o,this.ellipsis,this.noWrap,this.textLineHeight,this.textOutline,this.fontSize,this.width].join();if(u!==e.textCache){for(e.textCache=u,delete e.actualWidth,u=c.length;u--;)n.removeChild(c[u]);s||this.ellipsis||this.width||-1!==o.indexOf(" ")&&(!this.noWrap||/<br.*?>/g.test(o))?""!==o&&(r&&r.appendChild(n),o=new t(o),this.modifyTree(o.nodes),o.addToDOM(e.element),this.modifyDOM(),this.ellipsis&&-1!==(n.textContent||"").indexOf("…")&&e.attr("title",this.unescapeEntities(e.textStr||"",["<",">"])),r&&r.removeChild(n)):n.appendChild(i.createTextNode(this.unescapeEntities(o))),a(this.textOutline)&&e.applyTextOutline&&e.applyTextOutline(this.textOutline)}},e.prototype.modifyDOM=function(){var t,e=this,n=this.svgElement,a=s(n.element,"x");for(n.firstLineMetrics=void 0;(t=n.element.firstChild)&&/^[\s\u200B]*$/.test(t.textContent||" ");)n.element.removeChild(t);[].forEach.call(n.element.querySelectorAll("tspan.highcharts-br"),(function(t,i){t.nextSibling&&t.previousSibling&&(0===i&&1===t.previousSibling.nodeType&&(n.firstLineMetrics=n.renderer.fontMetrics(void 0,t.previousSibling)),s(t,{dy:e.getLineHeight(t.nextSibling),x:a}))}));var c=this.width||0;if(c){var l=function(t,o){var l=t.textContent||"",u=l.replace(/([^\^])-/g,"$1- ").split(" "),d=!e.noWrap&&(1<u.length||1<n.element.childNodes.length),h=e.getLineHeight(o),p=0,f=n.actualWidth;if(e.ellipsis)l&&e.truncate(t,l,void 0,0,Math.max(0,c-parseInt(e.fontSize||12,10)),(function(t,e){return t.substring(0,e)+"…"}));else if(d){for(l=[],d=[];o.firstChild&&o.firstChild!==t;)d.push(o.firstChild),o.removeChild(o.firstChild);for(;u.length;)u.length&&!e.noWrap&&0<p&&(l.push(t.textContent||""),t.textContent=u.join(" ").replace(/- /g,"-")),e.truncate(t,void 0,u,0===p&&f||0,c,(function(t,e){return u.slice(0,e).join(" ").replace(/- /g,"-")})),f=n.actualWidth,p++;d.forEach((function(e){o.insertBefore(e,t)})),l.forEach((function(e){o.insertBefore(i.createTextNode(e),t),(e=i.createElementNS(r,"tspan")).textContent="",s(e,{dy:h,x:a}),o.insertBefore(e,t)}))}},u=function(t){[].slice.call(t.childNodes).forEach((function(e){e.nodeType===o.Node.TEXT_NODE?l(e,t):(-1!==e.className.baseVal.indexOf("highcharts-br")&&(n.actualWidth=0),u(e))}))};u(n.element)}},e.prototype.getLineHeight=function(t){var e;return t=t.nodeType===o.Node.TEXT_NODE?t.parentElement:t,this.renderer.styledMode||(e=t&&/(px|em)$/.test(t.style.fontSize)?t.style.fontSize:this.fontSize||this.renderer.style.fontSize||12),this.textLineHeight?parseInt(this.textLineHeight.toString(),10):this.renderer.fontMetrics(e,t||this.svgElement.element).h},e.prototype.modifyTree=function(t){var e=this,n=function(i,r){var o=i.attributes;o=void 0===o?{}:o;var s=i.children,c=i.tagName,l=e.renderer.styledMode;"b"===c||"strong"===c?l?o.class="highcharts-strong":o.style="font-weight:bold;"+(o.style||""):"i"!==c&&"em"!==c||(l?o.class="highcharts-emphasized":o.style="font-style:italic;"+(o.style||"")),a(o.style)&&(o.style=o.style.replace(/(;| |^)color([ :])/,"$1fill$2")),"br"===c?(o.class="highcharts-br",i.textContent="",(r=t[r+1])&&r.textContent&&(r.textContent=r.textContent.replace(/^ +/gm,""))):"a"===c&&s&&s.some((function(t){return"#text"===t.tagName}))&&(i.children=[{children:s,tagName:"tspan"}]),"#text"!==c&&"a"!==c&&(i.tagName="tspan"),i.attributes=o,s&&s.filter((function(t){return"#text"!==t.tagName})).forEach(n)};t.forEach(n)},e.prototype.truncate=function(t,e,n,i,r,o){var s,a=this.svgElement,c=a.renderer,l=a.rotation,u=[],d=n?1:0,h=(e||n||"").length,p=h,f=function(r,s){s=s||r;var l=t.parentNode;if(l&&void 0===u[s])if(l.getSubStringLength)try{u[s]=i+l.getSubStringLength(0,n?s+1:s)}catch(t){}else c.getSpanWidth&&(t.textContent=o(e||n,r),u[s]=i+c.getSpanWidth(a,t));return u[s]};a.rotation=0;var m=f(t.textContent.length);if(i+m>r){for(;d<=h;)p=Math.ceil((d+h)/2),n&&(s=o(n,p)),m=f(p,s&&s.length-1),d===h?d=h+1:m>r?h=p-1:d=p;0===h?t.textContent="":e&&h===e.length-1||(t.textContent=s||o(e||n,p))}n&&n.splice(0,p),a.actualWidth=m,a.rotation=l},e.prototype.unescapeEntities=function(t,e){return c(this.renderer.escapes,(function(n,i){e&&-1!==e.indexOf(n)||(t=t.toString().replace(new RegExp(n,"g"),i))})),t},e}()})),e(n,"Core/Renderer/SVG/SVGRenderer.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGLabel.js"],n["Core/Renderer/SVG/Symbols.js"],n["Core/Renderer/SVG/TextBuilder.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a,c){var l,u=n.charts,d=n.deg2rad,h=n.doc,p=n.isFirefox,f=n.isMS,m=n.isWebKit,g=n.noop,y=n.SVG_NS,b=n.symbolSizes,M=n.win,v=c.addEvent,_=c.attr,x=c.createElement,L=c.css,A=c.defined,w=c.destroyObjectProperties,T=c.extend,k=c.isArray,S=c.isNumber,O=c.isObject,j=c.isString,z=c.merge,C=c.pick,D=c.pInt,P=c.uniqueKey;return n=function(){function n(t,e,n,i,r,o,s){this.width=this.url=this.style=this.isSVG=this.imgCount=this.height=this.gradients=this.globalAnimation=this.defs=this.chartIndex=this.cacheKeys=this.cache=this.boxWrapper=this.box=this.alignedObjects=void 0,this.init(t,e,n,i,r,o,s)}return n.prototype.init=function(t,e,n,i,r,o,s){var a,c=this.createElement("svg").attr({version:"1.1",class:"highcharts-root"}),l=c.element;s||c.css(this.getStyle(i)),t.appendChild(l),_(t,"dir","ltr"),-1===t.innerHTML.indexOf("xmlns")&&_(l,"xmlns",this.SVG_NS),this.isSVG=!0,this.box=l,this.boxWrapper=c,this.alignedObjects=[],this.url=this.getReferenceURL(),this.createElement("desc").add().element.appendChild(h.createTextNode("Created with Highcharts 9.3.3")),this.defs=this.createElement("defs").add(),this.allowHTML=o,this.forExport=r,this.styledMode=s,this.gradients={},this.cache={},this.cacheKeys=[],this.imgCount=0,this.setSize(e,n,!1),p&&t.getBoundingClientRect&&((e=function(){L(t,{left:0,top:0}),a=t.getBoundingClientRect(),L(t,{left:Math.ceil(a.left)-a.left+"px",top:Math.ceil(a.top)-a.top+"px"})})(),this.unSubPixelFix=v(M,"resize",e))},n.prototype.definition=function(e){return new t([e]).addToDOM(this.defs.element)},n.prototype.getReferenceURL=function(){if((p||m)&&h.getElementsByTagName("base").length){if(!A(l)){var e=P();e=new t([{tagName:"svg",attributes:{width:8,height:8},children:[{tagName:"defs",children:[{tagName:"clipPath",attributes:{id:e},children:[{tagName:"rect",attributes:{width:4,height:4}}]}]},{tagName:"rect",attributes:{id:"hitme",width:8,height:8,"clip-path":"url(#"+e+")",fill:"rgba(0,0,0,0.001)"}}]}]).addToDOM(h.body),L(e,{position:"fixed",top:0,left:0,zIndex:9e5});var n=h.elementFromPoint(6,6);l="hitme"===(n&&n.id),h.body.removeChild(e)}if(l)return M.location.href.split("#")[0].replace(/<[^>]*>/g,"").replace(/([\('\)])/g,"\\$1").replace(/ /g,"%20")}return""},n.prototype.getStyle=function(t){return this.style=T({fontFamily:'"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif',fontSize:"12px"},t)},n.prototype.setStyle=function(t){this.boxWrapper.css(this.getStyle(t))},n.prototype.isHidden=function(){return!this.boxWrapper.getBBox().width},n.prototype.destroy=function(){var t=this.defs;return this.box=null,this.boxWrapper=this.boxWrapper.destroy(),w(this.gradients||{}),this.gradients=null,t&&(this.defs=t.destroy()),this.unSubPixelFix&&this.unSubPixelFix(),this.alignedObjects=null},n.prototype.createElement=function(t){var e=new this.Element;return e.init(this,t),e},n.prototype.getRadialAttr=function(t,e){return{cx:t[0]-t[2]/2+(e.cx||0)*t[2],cy:t[1]-t[2]/2+(e.cy||0)*t[2],r:(e.r||0)*t[2]}},n.prototype.buildText=function(t){new a(t).buildSVG()},n.prototype.getContrast=function(t){return(t=e.parse(t).rgba)[0]*=1,t[1]*=1.2,t[2]*=.5,459<t[0]+t[1]+t[2]?"#000000":"#FFFFFF"},n.prototype.button=function(e,n,i,r,o,s,a,c,l,u){var d=this.label(e,n,i,l,void 0,void 0,u,void 0,"button"),h=this.styledMode,p=0,m=o?z(o):{};if(e=m&&m.style||{},m=t.filterUserAttributes(m),d.attr(z({padding:8,r:2},m)),!h){var g=(m=z({fill:"#f7f7f7",stroke:"#cccccc","stroke-width":1,style:{color:"#333333",cursor:"pointer",fontWeight:"normal"}},{style:e},m)).style;delete m.style;var y=(s=z(m,{fill:"#e6e6e6"},t.filterUserAttributes(s||{}))).style;delete s.style;var b=(a=z(m,{fill:"#e6ebf5",style:{color:"#000000",fontWeight:"bold"}},t.filterUserAttributes(a||{}))).style;delete a.style;var M=(c=z(m,{style:{color:"#cccccc"}},t.filterUserAttributes(c||{}))).style;delete c.style}return v(d.element,f?"mouseover":"mouseenter",(function(){3!==p&&d.setState(1)})),v(d.element,f?"mouseout":"mouseleave",(function(){3!==p&&d.setState(p)})),d.setState=function(t){1!==t&&(d.state=p=t),d.removeClass(/highcharts-button-(normal|hover|pressed|disabled)/).addClass("highcharts-button-"+["normal","hover","pressed","disabled"][t||0]),h||d.attr([m,s,a,c][t||0]).css([g,y,b,M][t||0])},h||d.attr(m).css(T({cursor:"default"},g)),d.on("touchstart",(function(t){return t.stopPropagation()})).on("click",(function(t){3!==p&&r.call(d,t)}))},n.prototype.crispLine=function(t,e,n){void 0===n&&(n="round");var i=t[0],r=t[1];return A(i[1])&&i[1]===r[1]&&(i[1]=r[1]=Math[n](i[1])-e%2/2),A(i[2])&&i[2]===r[2]&&(i[2]=r[2]=Math[n](i[2])+e%2/2),t},n.prototype.path=function(t){var e=this.styledMode?{}:{fill:"none"};return k(t)?e.d=t:O(t)&&T(e,t),this.createElement("path").attr(e)},n.prototype.circle=function(t,e,n){return t=O(t)?t:void 0===t?{}:{x:t,y:e,r:n},(e=this.createElement("circle")).xSetter=e.ySetter=function(t,e,n){n.setAttribute("c"+e,t)},e.attr(t)},n.prototype.arc=function(t,e,n,i,r,o){return O(t)?(e=(i=t).y,n=i.r,t=i.x):i={innerR:i,start:r,end:o},(t=this.symbol("arc",t,e,n,n,i)).r=n,t},n.prototype.rect=function(t,e,n,i,r,o){r=O(t)?t.r:r;var s=this.createElement("rect");return t=O(t)?t:void 0===t?{}:{x:t,y:e,width:Math.max(n,0),height:Math.max(i,0)},this.styledMode||(void 0!==o&&(t["stroke-width"]=o,t=s.crisp(t)),t.fill="none"),r&&(t.r=r),s.rSetter=function(t,e,n){s.r=t,_(n,{rx:t,ry:t})},s.rGetter=function(){return s.r||0},s.attr(t)},n.prototype.setSize=function(t,e,n){this.width=t,this.height=e,this.boxWrapper.animate({width:t,height:e},{step:function(){this.attr({viewBox:"0 0 "+this.attr("width")+" "+this.attr("height")})},duration:C(n,!0)?void 0:0}),this.alignElements()},n.prototype.g=function(t){var e=this.createElement("g");return t?e.attr({class:"highcharts-"+t}):e},n.prototype.image=function(t,e,n,i,r,o){var s={preserveAspectRatio:"none"},a=function(t,e){t.setAttributeNS?t.setAttributeNS("http://www.w3.org/1999/xlink","href",e):t.setAttribute("hc-svg-href",e)};S(e)&&(s.x=e),S(n)&&(s.y=n),S(i)&&(s.width=i),S(r)&&(s.height=r);var c=this.createElement("image").attr(s);return e=function(e){a(c.element,t),o.call(c,e)},o?(a(c.element,"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="),n=new M.Image,v(n,"load",e),n.src=t,n.complete&&e({})):a(c.element,t),c},n.prototype.symbol=function(t,e,n,i,r,o){var s,a=this,c=/^url\((.*?)\)$/,l=c.test(t),d=!l&&(this.symbols[t]?t:"circle"),p=d&&this.symbols[d];if(p){"number"==typeof e&&(s=p.call(this.symbols,Math.round(e||0),Math.round(n||0),i||0,r||0,o));var f=this.path(s);a.styledMode||f.attr("fill","none"),T(f,{symbolName:d||void 0,x:e,y:n,width:i,height:r}),o&&T(f,o)}else if(l){var m=t.match(c)[1],g=f=this.image(m);g.imgwidth=C(b[m]&&b[m].width,o&&o.width),g.imgheight=C(b[m]&&b[m].height,o&&o.height);var y=function(t){return t.attr({width:t.width,height:t.height})};["width","height"].forEach((function(t){g[t+"Setter"]=function(t,e){var n=this["img"+e];this[e]=t,A(n)&&(o&&"within"===o.backgroundSize&&this.width&&this.height&&(n=Math.round(n*Math.min(this.width/this.imgwidth,this.height/this.imgheight))),this.element&&this.element.setAttribute(e,n),this.alignByTranslate||(t=((this[e]||0)-n)/2,this.attr("width"===e?{translateX:t}:{translateY:t})))}})),A(e)&&g.attr({x:e,y:n}),g.isImg=!0,A(g.imgwidth)&&A(g.imgheight)?y(g):(g.attr({width:0,height:0}),x("img",{onload:function(){var t=u[a.chartIndex];0===this.width&&(L(this,{position:"absolute",top:"-999em"}),h.body.appendChild(this)),b[m]={width:this.width,height:this.height},g.imgwidth=this.width,g.imgheight=this.height,g.element&&y(g),this.parentNode&&this.parentNode.removeChild(this),a.imgCount--,a.imgCount||!t||t.hasLoaded||t.onload()},src:m}),this.imgCount++)}return f},n.prototype.clipRect=function(t,e,n,i){var r=P()+"-",o=this.createElement("clipPath").attr({id:r}).add(this.defs);return(t=this.rect(t,e,n,i,0).add(o)).id=r,t.clipPath=o,t.count=0,t},n.prototype.text=function(t,e,n,i){var r={};return!i||!this.allowHTML&&this.forExport?(r.x=Math.round(e||0),n&&(r.y=Math.round(n)),A(t)&&(r.text=t),t=this.createElement("text").attr(r),(!i||this.forExport&&!this.allowHTML)&&(t.xSetter=function(t,e,n){for(var i,r=n.getElementsByTagName("tspan"),o=n.getAttribute(e),s=0;s<r.length;s++)(i=r[s]).getAttribute(e)===o&&i.setAttribute(e,t);n.setAttribute(e,t)}),t):this.html(t,e,n)},n.prototype.fontMetrics=function(t,e){return t=!this.styledMode&&/px/.test(t)||!M.getComputedStyle?t||e&&e.style&&e.style.fontSize||this.style&&this.style.fontSize:e&&r.prototype.getStyle.call(e,"font-size"),{h:e=24>(t=/px/.test(t)?D(t):12)?t+3:Math.round(1.2*t),b:Math.round(.8*e),f:t}},n.prototype.rotCorr=function(t,e,n){var i=t;return e&&n&&(i=Math.max(i*Math.cos(e*d),4)),{x:-t/3*Math.sin(e*d),y:i}},n.prototype.pathToSegments=function(t){for(var e=[],n=[],i={A:8,C:7,H:2,L:3,M:3,Q:5,S:5,T:3,V:2},r=0;r<t.length;r++)j(n[0])&&S(t[r])&&n.length===i[n[0].toUpperCase()]&&t.splice(r,0,n[0].replace("M","L").replace("m","l")),"string"==typeof t[r]&&(n.length&&e.push(n.slice(0)),n.length=0),n.push(t[r]);return e.push(n.slice(0)),e},n.prototype.label=function(t,e,n,i,r,s,a,c,l){return new o(this,t,e,n,i,r,s,a,c,l)},n.prototype.alignElements=function(){this.alignedObjects.forEach((function(t){return t.align()}))},n}(),T(n.prototype,{Element:r,SVG_NS:y,escapes:{"&":"&","<":"<",">":">","'":"'",'"':"""},symbols:s,draw:g}),i.registerRendererType("svg",n,!0),n})),e(n,"Core/Renderer/HTML/HTMLElement.js",[n["Core/Globals.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.isFirefox,o=t.isMS,s=t.isWebKit,a=t.win,c=n.css,l=n.defined,u=n.extend,d=n.pick,h=n.pInt;return function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return i(e,t),e.compose=function(t){if(-1===e.composedClasses.indexOf(t)){e.composedClasses.push(t);var n=e.prototype,i=t.prototype;i.getSpanCorrection=n.getSpanCorrection,i.htmlCss=n.htmlCss,i.htmlGetBBox=n.htmlGetBBox,i.htmlUpdateTransform=n.htmlUpdateTransform,i.setSpanRotation=n.setSpanRotation}return t},e.prototype.getSpanCorrection=function(t,e,n){this.xCorr=-t*n,this.yCorr=-e},e.prototype.htmlCss=function(t){var e="SPAN"===this.element.tagName&&t&&"width"in t,n=d(e&&t.width,void 0);if(e){delete t.width,this.textWidth=n;var i=!0}return t&&"ellipsis"===t.textOverflow&&(t.whiteSpace="nowrap",t.overflow="hidden"),this.styles=u(this.styles,t),c(this.element,t),i&&this.htmlUpdateTransform(),this},e.prototype.htmlGetBBox=function(){var t=this.element;return{x:t.offsetLeft,y:t.offsetTop,width:t.offsetWidth,height:t.offsetHeight}},e.prototype.htmlUpdateTransform=function(){if(this.added){var t=this.renderer,e=this.element,n=this.translateX||0,i=this.translateY||0,r=this.x||0,o=this.y||0,s=this.textAlign||"left",a={left:0,center:.5,right:1}[s],u=this.styles;if(u=u&&u.whiteSpace,c(e,{marginLeft:n,marginTop:i}),!t.styledMode&&this.shadows&&this.shadows.forEach((function(t){c(t,{marginLeft:n+1,marginTop:i+1})})),this.inverted&&[].forEach.call(e.childNodes,(function(n){t.invertChild(n,e)})),"SPAN"===e.tagName){var d=this.rotation,p=this.textWidth&&h(this.textWidth),f=[d,s,e.innerHTML,this.textWidth,this.textAlign].join(),m=void 0;if(m=!1,p!==this.oldTextWidth){if(this.textPxLength)var g=this.textPxLength;else c(e,{width:"",whiteSpace:u||"nowrap"}),g=e.offsetWidth;(p>this.oldTextWidth||g>p)&&(/[ \-]/.test(e.textContent||e.innerText)||"ellipsis"===e.style.textOverflow)&&(c(e,{width:g>p||d?p+"px":"auto",display:"block",whiteSpace:u||"normal"}),this.oldTextWidth=p,m=!0)}this.hasBoxWidthChanged=m,f!==this.cTT&&(m=t.fontMetrics(e.style.fontSize,e).b,!l(d)||d===(this.oldRotation||0)&&s===this.oldAlign||this.setSpanRotation(d,a,m),this.getSpanCorrection(!l(d)&&this.textPxLength||e.offsetWidth,m,a,d,s)),c(e,{left:r+(this.xCorr||0)+"px",top:o+(this.yCorr||0)+"px"}),this.cTT=f,this.oldRotation=d,this.oldAlign=s}}else this.alignOnAdd=!0},e.prototype.setSpanRotation=function(t,e,n){var i={},l=o&&!/Edge/.test(a.navigator.userAgent)?"-ms-transform":s?"-webkit-transform":r?"MozTransform":a.opera?"-o-transform":void 0;l&&(i[l]=i.transform="rotate("+t+"deg)",i[l+(r?"Origin":"-origin")]=i.transformOrigin=100*e+"% "+n+"px",c(this.element,i))},e.composedClasses=[],e}(e)})),e(n,"Core/Renderer/HTML/HTMLRenderer.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=i.attr,s=i.createElement,a=i.extend,c=i.pick;return function(n){function i(){return null!==n&&n.apply(this,arguments)||this}return r(i,n),i.compose=function(t){return-1===i.composedClasses.indexOf(t)&&(i.composedClasses.push(t),t.prototype.html=i.prototype.html),t},i.prototype.html=function(n,i,r){var l=this.createElement("span"),u=l.element,d=l.renderer,h=d.isSVG,p=function(t,n){["opacity","visibility"].forEach((function(i){t[i+"Setter"]=function(r,o,s){var a=t.div?t.div.style:n;e.prototype[i+"Setter"].call(this,r,o,s),a&&(a[o]=r)}})),t.addedSetters=!0};return l.textSetter=function(e){e!==this.textStr&&(delete this.bBox,delete this.oldTextWidth,t.setElementHTML(this.element,c(e,"")),this.textStr=e,l.doTransform=!0)},h&&p(l,l.element.style),l.xSetter=l.ySetter=l.alignSetter=l.rotationSetter=function(t,e){"align"===e?l.alignValue=l.textAlign=t:l[e]=t,l.doTransform=!0},l.afterSetters=function(){this.doTransform&&(this.htmlUpdateTransform(),this.doTransform=!1)},l.attr({text:n,x:Math.round(i),y:Math.round(r)}).css({position:"absolute"}),d.styledMode||l.css({fontFamily:this.style.fontFamily,fontSize:this.style.fontSize}),u.style.whiteSpace="nowrap",l.css=l.htmlCss,h&&(l.add=function(t){var e=d.box.parentNode,n=[];if(this.parentGroup=t){var i=t.div;if(!i){for(;t;)n.push(t),t=t.parentGroup;n.reverse().forEach((function(t){function r(e,n){t[n]=e,"translateX"===n?d.left=e+"px":d.top=e+"px",t.doTransform=!0}var c=o(t.element,"class"),u=t.styles||{},d=(i=t.div=t.div||s("div",c?{className:c}:void 0,{position:"absolute",left:(t.translateX||0)+"px",top:(t.translateY||0)+"px",display:t.display,opacity:t.opacity,cursor:u.cursor,pointerEvents:u.pointerEvents,visibility:t.visibility},i||e)).style;a(t,{classSetter:function(t){return function(e){this.element.setAttribute("class",e),t.className=e}}(i),on:function(){return n[0].div&&l.on.apply({element:n[0].div,onEvents:t.onEvents},arguments),t},translateXSetter:r,translateYSetter:r}),t.addedSetters||p(t)}))}}else i=e;return i.appendChild(u),l.added=!0,l.alignOnAdd&&l.htmlUpdateTransform(),l}),l},i.composedClasses=[],i}(n)})),e(n,"Core/Axis/AxisDefaults.js",[],(function(){var t;return function(t){t.defaultXAxisOptions={alignTicks:!0,allowDecimals:void 0,panningEnabled:!0,zIndex:2,zoomEnabled:!0,dateTimeLabelFormats:{millisecond:{main:"%H:%M:%S.%L",range:!1},second:{main:"%H:%M:%S",range:!1},minute:{main:"%H:%M",range:!1},hour:{main:"%H:%M",range:!1},day:{main:"%e. %b"},week:{main:"%e. %b"},month:{main:"%b '%y"},year:{main:"%Y"}},endOnTick:!1,gridLineDashStyle:"Solid",gridZIndex:1,labels:{autoRotation:void 0,autoRotationLimit:80,distance:void 0,enabled:!0,indentation:10,overflow:"justify",padding:5,reserveSpace:void 0,rotation:void 0,staggerLines:0,step:0,useHTML:!1,x:0,zIndex:7,style:{color:"#666666",cursor:"default",fontSize:"11px"}},maxPadding:.01,minorGridLineDashStyle:"Solid",minorTickLength:2,minorTickPosition:"outside",minPadding:.01,offset:void 0,opposite:!1,reversed:void 0,reversedStacks:!1,showEmpty:!0,showFirstLabel:!0,showLastLabel:!0,startOfWeek:1,startOnTick:!1,tickLength:10,tickPixelInterval:100,tickmarkPlacement:"between",tickPosition:"outside",title:{align:"middle",rotation:0,useHTML:!1,x:0,y:0,style:{color:"#666666"}},type:"linear",uniqueNames:!0,visible:!0,minorGridLineColor:"#f2f2f2",minorGridLineWidth:1,minorTickColor:"#999999",lineColor:"#ccd6eb",lineWidth:1,gridLineColor:"#e6e6e6",gridLineWidth:void 0,tickColor:"#ccd6eb"},t.defaultYAxisOptions={reversedStacks:!0,endOnTick:!0,maxPadding:.05,minPadding:.05,tickPixelInterval:72,showLastLabel:!0,labels:{x:-8},startOnTick:!0,title:{rotation:270,text:"Values"},stackLabels:{animation:{},allowOverlap:!1,enabled:!1,crop:!0,overflow:"justify",formatter:function(){return(0,this.axis.chart.numberFormatter)(this.total,-1)},style:{color:"#000000",fontSize:"11px",fontWeight:"bold",textOutline:"1px contrast"}},gridLineWidth:1,lineWidth:0},t.defaultLeftAxisOptions={labels:{x:-15},title:{rotation:270}},t.defaultRightAxisOptions={labels:{x:15},title:{rotation:90}},t.defaultBottomAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}},t.defaultTopAxisOptions={labels:{autoRotation:[-45],x:0},margin:15,title:{rotation:0}}}(t||(t={})),t})),e(n,"Core/Foundation.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.isFunction,r=t.objectEach,o=t.removeEvent;return function(t){t.registerEventOptions=function(t,e){t.eventOptions=t.eventOptions||{},r(e.events,(function(e,r){t.eventOptions[r]!==e&&(t.eventOptions[r]&&(o(t,r,t.eventOptions[r]),delete t.eventOptions[r]),i(e)&&(t.eventOptions[r]=e,n(t,r,e)))}))}}(e||(e={})),e})),e(n,"Core/Axis/Tick.js",[n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=e.deg2rad,r=n.clamp,o=n.correctFloat,s=n.defined,a=n.destroyObjectProperties,c=n.extend,l=n.fireEvent,u=n.isNumber,d=n.merge,h=n.objectEach,p=n.pick;return e=function(){function e(t,e,n,i,r){this.isNewLabel=this.isNew=!0,this.axis=t,this.pos=e,this.type=n||"",this.parameters=r||{},this.tickmarkOffset=this.parameters.tickmarkOffset,this.options=this.parameters.options,l(this,"init"),n||i||this.addLabel()}return e.prototype.addLabel=function(){var e=this,n=e.axis,i=n.options,r=n.chart,a=n.categories,d=n.logarithmic,h=n.names,f=e.pos,m=p(e.options&&e.options.labels,i.labels),g=n.tickPositions,y=f===g[0],b=f===g[g.length-1],M=(!m.step||1===m.step)&&1===n.tickInterval;g=g.info;var v,_=e.label;if(a=this.parameters.category||(a?p(a[f],h[f],f):f),d&&u(a)&&(a=o(d.lin2log(a))),n.dateTime)if(g)var x=r.time.resolveDTLFormat(i.dateTimeLabelFormats[!i.grid&&g.higherRanks[f]||g.unitName]),L=x.main;else u(a)&&(L=n.dateTime.getXDateFormat(a,i.dateTimeLabelFormats||{}));e.isFirst=y,e.isLast=b;var A={axis:n,chart:r,dateTimeLabelFormat:L,isFirst:y,isLast:b,pos:f,tick:e,tickPositionInfo:g,value:a};l(this,"labelFormat",A);var w=function(e){return m.formatter?m.formatter.call(e,e):m.format?(e.text=n.defaultLabelFormatter.call(e),t.format(m.format,e,r)):n.defaultLabelFormatter.call(e,e)};i=w.call(A,A);var T=x&&x.list;e.shortenLabel=T?function(){for(v=0;v<T.length;v++)if(c(A,{dateTimeLabelFormat:T[v]}),_.attr({text:w.call(A,A)}),_.getBBox().width<n.getSlotWidth(e)-2*m.padding)return;_.attr({text:""})}:void 0,M&&n._addedPlotLB&&e.moveLabel(i,m),s(_)||e.movedLabel?_&&_.textStr!==i&&!M&&(!_.textWidth||m.style.width||_.styles.width||_.css({width:null}),_.attr({text:i}),_.textPxLength=_.getBBox().width):(e.label=_=e.createLabel({x:0,y:0},i,m),e.rotation=0)},e.prototype.createLabel=function(t,e,n){var i=this.axis,r=i.chart;return(t=s(e)&&n.enabled?r.renderer.text(e,t.x,t.y,n.useHTML).add(i.labelGroup):null)&&(r.styledMode||t.css(d(n.style)),t.textPxLength=t.getBBox().width),t},e.prototype.destroy=function(){a(this,this.axis)},e.prototype.getPosition=function(t,e,n,i){var s=this.axis,a=s.chart,c=i&&a.oldChartHeight||a.chartHeight;return(t={x:t?o(s.translate(e+n,null,null,i)+s.transB):s.left+s.offset+(s.opposite?(i&&a.oldChartWidth||a.chartWidth)-s.right-s.left:0),y:t?c-s.bottom+s.offset-(s.opposite?s.height:0):o(c-s.translate(e+n,null,null,i)-s.transB)}).y=r(t.y,-1e5,1e5),l(this,"afterGetPosition",{pos:t}),t},e.prototype.getLabelPosition=function(t,e,n,r,o,a,c,u){var d=this.axis,h=d.transA,p=d.isLinked&&d.linkedParent?d.linkedParent.reversed:d.reversed,f=d.staggerLines,m=d.tickRotCorr||{x:0,y:0},g=r||d.reserveSpaceDefault?0:-d.labelOffset*("center"===d.labelAlign?.5:1),y={},b=o.y;return s(b)||(b=0===d.side?n.rotation?-8:-n.getBBox().height:2===d.side?m.y+8:Math.cos(n.rotation*i)*(m.y-n.getBBox(!1,0).height/2)),t=t+o.x+g+m.x-(a&&r?a*h*(p?-1:1):0),e=e+b-(a&&!r?a*h*(p?1:-1):0),f&&(n=c/(u||1)%f,d.opposite&&(n=f-n-1),e+=d.labelOffset/f*n),y.x=t,y.y=Math.round(e),l(this,"afterGetLabelPosition",{pos:y,tickmarkOffset:a,index:c}),y},e.prototype.getLabelSize=function(){return this.label?this.label.getBBox()[this.axis.horiz?"height":"width"]:0},e.prototype.getMarkPath=function(t,e,n,i,r,o){return o.crispLine([["M",t,e],["L",t+(r?0:-n),e+(r?n:0)]],i)},e.prototype.handleOverflow=function(t){var e=this.axis,n=e.options.labels,r=t.x,o=e.chart.chartWidth,s=e.chart.spacing,a=p(e.labelLeft,Math.min(e.pos,s[3]));s=p(e.labelRight,Math.max(e.isRadial?0:e.pos+e.len,o-s[1]));var c,l=this.label,u=this.rotation,d={left:0,center:.5,right:1}[e.labelAlign||l.attr("align")],h=l.getBBox().width,f=e.getSlotWidth(this),m={},g=f,y=1;u||"justify"!==n.overflow?0>u&&r-d*h<a?c=Math.round(r/Math.cos(u*i)-a):0<u&&r+d*h>s&&(c=Math.round((o-r)/Math.cos(u*i))):(o=r+(1-d)*h,r-d*h<a?g=t.x+g*(1-d)-a:o>s&&(g=s-t.x+g*d,y=-1),(g=Math.min(f,g))<f&&"center"===e.labelAlign&&(t.x+=y*(f-g-d*(f-Math.min(h,g)))),(h>g||e.autoRotation&&(l.styles||{}).width)&&(c=g)),c&&(this.shortenLabel?this.shortenLabel():(m.width=Math.floor(c)+"px",(n.style||{}).textOverflow||(m.textOverflow="ellipsis"),l.css(m)))},e.prototype.moveLabel=function(t,e){var n=this,i=n.label,r=n.axis,o=r.reversed,s=!1;if(i&&i.textStr===t?(n.movedLabel=i,s=!0,delete n.label):h(r.ticks,(function(e){s||e.isNew||e===n||!e.label||e.label.textStr!==t||(n.movedLabel=e.label,s=!0,e.labelPos=n.movedLabel.xy,delete e.label)})),!s&&(n.labelPos||i)){var a=n.labelPos||i.xy;i=r.horiz?o?0:r.width+r.left:a.x,r=r.horiz?a.y:o?r.width+r.left:0,n.movedLabel=n.createLabel({x:i,y:r},t,e),n.movedLabel&&n.movedLabel.attr({opacity:0})}},e.prototype.render=function(t,e,n){var i=this.axis,r=i.horiz,o=this.pos,s=p(this.tickmarkOffset,i.tickmarkOffset);s=(o=this.getPosition(r,o,s,e)).x;var a=o.y;i=r&&s===i.pos+i.len||!r&&a===i.pos?-1:1,r=p(n,this.label&&this.label.newOpacity,1),n=p(n,1),this.isActive=!0,this.renderGridLine(e,n,i),this.renderMark(o,n,i),this.renderLabel(o,e,r,t),this.isNew=!1,l(this,"afterRender")},e.prototype.renderGridLine=function(t,e,n){var i=this.axis,r=i.options,o={},s=this.pos,a=this.type,c=p(this.tickmarkOffset,i.tickmarkOffset),l=i.chart.renderer,u=this.gridLine,d=r.gridLineWidth,h=r.gridLineColor,f=r.gridLineDashStyle;"minor"===this.type&&(d=r.minorGridLineWidth,h=r.minorGridLineColor,f=r.minorGridLineDashStyle),u||(i.chart.styledMode||(o.stroke=h,o["stroke-width"]=d||0,o.dashstyle=f),a||(o.zIndex=1),t&&(e=0),this.gridLine=u=l.path().attr(o).addClass("highcharts-"+(a?a+"-":"")+"grid-line").add(i.gridGroup)),u&&(n=i.getPlotLinePath({value:s+c,lineWidth:u.strokeWidth()*n,force:"pass",old:t}))&&u[t||this.isNew?"attr":"animate"]({d:n,opacity:e})},e.prototype.renderMark=function(t,e,n){var i=this.axis,r=i.options,o=i.chart.renderer,s=this.type,a=i.tickSize(s?s+"Tick":"tick"),c=t.x;t=t.y;var l=p(r["minor"!==s?"tickWidth":"minorTickWidth"],!s&&i.isXAxis?1:0);r=r["minor"!==s?"tickColor":"minorTickColor"];var u=this.mark,d=!u;a&&(i.opposite&&(a[0]=-a[0]),u||(this.mark=u=o.path().addClass("highcharts-"+(s?s+"-":"")+"tick").add(i.axisGroup),i.chart.styledMode||u.attr({stroke:r,"stroke-width":l})),u[d?"attr":"animate"]({d:this.getMarkPath(c,t,a[0],u.strokeWidth()*n,i.horiz,o),opacity:e}))},e.prototype.renderLabel=function(t,e,n,i){var r=this.axis,o=r.horiz,s=r.options,a=this.label,c=s.labels,l=c.step;r=p(this.tickmarkOffset,r.tickmarkOffset);var d=t.x;t=t.y;var h=!0;a&&u(d)&&(a.xy=t=this.getLabelPosition(d,t,a,o,c,r,i,l),this.isFirst&&!this.isLast&&!s.showFirstLabel||this.isLast&&!this.isFirst&&!s.showLastLabel?h=!1:!o||c.step||c.rotation||e||0===n||this.handleOverflow(t),l&&i%l&&(h=!1),h&&u(t.y)?(t.opacity=n,a[this.isNewLabel?"attr":"animate"](t),this.isNewLabel=!1):(a.attr("y",-9999),this.isNewLabel=!0))},e.prototype.replaceMovedLabel=function(){var t=this.label,e=this.axis,n=e.reversed;if(t&&!this.isNew){var i=e.horiz?n?e.left:e.width+e.left:t.xy.x;n=e.horiz?t.xy.y:n?e.width+e.top:e.top,t.animate({x:i,y:n,opacity:0},void 0,t.destroy),delete this.label}e.isDirty=!0,this.label=this.movedLabel,delete this.movedLabel},e}()})),e(n,"Core/Axis/Axis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/AxisDefaults.js"],n["Core/Color/Color.js"],n["Core/DefaultOptions.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Axis/Tick.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a){var c=t.animObject,l=i.defaultOptions,u=r.registerEventOptions,d=o.deg2rad,h=a.arrayMax,p=a.arrayMin,f=a.clamp,m=a.correctFloat,g=a.defined,y=a.destroyObjectProperties,b=a.erase,M=a.error,v=a.extend,_=a.fireEvent,x=a.getMagnitude,L=a.isArray,A=a.isNumber,w=a.isString,T=a.merge,k=a.normalizeTickInterval,S=a.objectEach,O=a.pick,j=a.relativeLength,z=a.removeEvent,C=a.splat,D=a.syncTimeout;return t=function(){function t(t,e){this.zoomEnabled=this.width=this.visible=this.userOptions=this.translationSlope=this.transB=this.transA=this.top=this.ticks=this.tickRotCorr=this.tickPositions=this.tickmarkOffset=this.tickInterval=this.tickAmount=this.side=this.series=this.right=this.positiveValuesOnly=this.pos=this.pointRangePadding=this.pointRange=this.plotLinesAndBandsGroups=this.plotLinesAndBands=this.paddedTicks=this.overlap=this.options=this.offset=this.names=this.minPixelPadding=this.minorTicks=this.minorTickInterval=this.min=this.maxLabelLength=this.max=this.len=this.left=this.labelFormatter=this.labelEdge=this.isLinked=this.height=this.hasVisibleSeries=this.hasNames=this.eventOptions=this.coll=this.closestPointRange=this.chart=this.categories=this.bottom=this.alternateBands=void 0,this.init(t,e)}return t.prototype.init=function(t,e){var n=e.isX;this.chart=t,this.horiz=t.inverted&&!this.isZAxis?!n:n,this.isXAxis=n,this.coll=this.coll||(n?"xAxis":"yAxis"),_(this,"init",{userOptions:e}),this.opposite=O(e.opposite,this.opposite),this.side=O(e.side,this.side,this.horiz?this.opposite?0:2:this.opposite?1:3),this.setOptions(e);var i=this.options,r=i.labels,o=i.type;this.userOptions=e,this.minPixelPadding=0,this.reversed=O(i.reversed,this.reversed),this.visible=i.visible,this.zoomEnabled=i.zoomEnabled,this.hasNames="category"===o||!0===i.categories,this.categories=i.categories||this.hasNames,this.names||(this.names=[],this.names.keys={}),this.plotLinesAndBandsGroups={},this.positiveValuesOnly=!!this.logarithmic,this.isLinked=g(i.linkedTo),this.ticks={},this.labelEdge=[],this.minorTicks={},this.plotLinesAndBands=[],this.alternateBands={},this.len=0,this.minRange=this.userMinRange=i.minRange||i.maxZoom,this.range=i.range,this.offset=i.offset||0,this.min=this.max=null,e=O(i.crosshair,C(t.options.tooltip.crosshairs)[n?0:1]),this.crosshair=!0===e?{}:e,-1===t.axes.indexOf(this)&&(n?t.axes.splice(t.xAxis.length,0,this):t.axes.push(this),t[this.coll].push(this)),this.series=this.series||[],t.inverted&&!this.isZAxis&&n&&void 0===this.reversed&&(this.reversed=!0),this.labelRotation=A(r.rotation)?r.rotation:void 0,u(this,i),_(this,"afterInit")},t.prototype.setOptions=function(t){this.options=T(e.defaultXAxisOptions,"yAxis"===this.coll&&e.defaultYAxisOptions,[e.defaultTopAxisOptions,e.defaultRightAxisOptions,e.defaultBottomAxisOptions,e.defaultLeftAxisOptions][this.side],T(l[this.coll],t)),_(this,"afterSetOptions",{userOptions:t})},t.prototype.defaultLabelFormatter=function(t){var e=this.axis;t=this.chart.numberFormatter;var n=A(this.value)?this.value:NaN,i=e.chart.time,r=this.dateTimeLabelFormat,o=l.lang,s=o.numericSymbols;o=o.numericSymbolMagnitude||1e3;var a=e.logarithmic?Math.abs(n):e.tickInterval,c=s&&s.length;if(e.categories)var u=""+this.value;else if(r)u=i.dateFormat(r,n);else if(c&&1e3<=a)for(;c--&&void 0===u;)a>=(e=Math.pow(o,c+1))&&0==10*n%e&&null!==s[c]&&0!==n&&(u=t(n/e,-1)+s[c]);return void 0===u&&(u=1e4<=Math.abs(n)?t(n,-1):t(n,-1,void 0,"")),u},t.prototype.getSeriesExtremes=function(){var t,e=this,n=e.chart;_(this,"getSeriesExtremes",null,(function(){e.hasVisibleSeries=!1,e.dataMin=e.dataMax=e.threshold=null,e.softThreshold=!e.isXAxis,e.stacking&&e.stacking.buildStacks(),e.series.forEach((function(i){if(i.visible||!n.options.chart.ignoreHiddenSeries){var r=i.options,o=r.threshold;if(e.hasVisibleSeries=!0,e.positiveValuesOnly&&0>=o&&(o=null),e.isXAxis){if((r=i.xData).length){r=e.logarithmic?r.filter(e.validatePositiveValue):r;var s=(t=i.getXExtremes(r)).min,a=t.max;A(s)||s instanceof Date||(r=r.filter(A),s=(t=i.getXExtremes(r)).min,a=t.max),r.length&&(e.dataMin=Math.min(O(e.dataMin,s),s),e.dataMax=Math.max(O(e.dataMax,a),a))}}else i=i.applyExtremes(),A(i.dataMin)&&(s=i.dataMin,e.dataMin=Math.min(O(e.dataMin,s),s)),A(i.dataMax)&&(a=i.dataMax,e.dataMax=Math.max(O(e.dataMax,a),a)),g(o)&&(e.threshold=o),(!r.softThreshold||e.positiveValuesOnly)&&(e.softThreshold=!1)}}))})),_(this,"afterGetSeriesExtremes")},t.prototype.translate=function(t,e,n,i,r,o){var s=this.linkedParent||this,a=i&&s.old?s.old.min:s.min,c=s.minPixelPadding;r=(s.isOrdinal||s.brokenAxis&&s.brokenAxis.hasBreaks||s.logarithmic&&r)&&s.lin2val;var l=1,u=0;return(i=i&&s.old?s.old.transA:s.transA)||(i=s.transA),n&&(l*=-1,u=s.len),s.reversed&&(u-=(l*=-1)*(s.sector||s.len)),e?(t=(t*l+u-c)/i+a,r&&(t=s.lin2val(t))):(r&&(t=s.val2lin(t)),t=A(a)?l*(t-a)*i+u+l*c+(A(o)?i*o:0):void 0),t},t.prototype.toPixels=function(t,e){return this.translate(t,!1,!this.horiz,null,!0)+(e?0:this.pos)},t.prototype.toValue=function(t,e){return this.translate(t-(e?0:this.pos),!0,!this.horiz,null,!0)},t.prototype.getPlotLinePath=function(t){function e(t,e,n){return("pass"!==M&&t<e||t>n)&&(M?t=f(t,e,n):s=!0),t}var n,i,r,o,s,a=this,c=a.chart,l=a.left,u=a.top,d=t.old,h=t.value,p=t.lineWidth,m=d&&c.oldChartHeight||c.chartHeight,g=d&&c.oldChartWidth||c.chartWidth,y=a.transB,b=t.translatedValue,M=t.force;return t={value:h,lineWidth:p,old:d,force:M,acrossPanes:t.acrossPanes,translatedValue:b},_(this,"getPlotLinePath",t,(function(t){b=O(b,a.translate(h,null,null,d)),b=f(b,-1e5,1e5),n=r=Math.round(b+y),i=o=Math.round(m-b-y),A(b)?a.horiz?(i=u,o=m-a.bottom,n=r=e(n,l,l+a.width)):(n=l,r=g-a.right,i=o=e(i,u,u+a.height)):(s=!0,M=!1),t.path=s&&!M?null:c.renderer.crispLine([["M",n,i],["L",r,o]],p||1)})),t.path},t.prototype.getLinearTickPositions=function(t,e,n){var i=m(Math.floor(e/t)*t);n=m(Math.ceil(n/t)*t);var r,o=[];if(m(i+t)===i&&(r=20),this.single)return[e];for(e=i;e<=n&&(o.push(e),(e=m(e+t,r))!==s);)var s=e;return o},t.prototype.getMinorTickInterval=function(){var t=this.options;return!0===t.minorTicks?O(t.minorTickInterval,"auto"):!1===t.minorTicks?null:t.minorTickInterval},t.prototype.getMinorTickPositions=function(){var t=this.options,e=this.tickPositions,n=this.minorTickInterval,i=this.pointRangePadding||0,r=this.min-i,o=(i=this.max+i)-r,s=[];if(o&&o/n<this.len/3){var a=this.logarithmic;if(a)this.paddedTicks.forEach((function(t,e,i){e&&s.push.apply(s,a.getLogTickPositions(n,i[e-1],i[e],!0))}));else if(this.dateTime&&"auto"===this.getMinorTickInterval())s=s.concat(this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(n),r,i,t.startOfWeek));else for(t=r+(e[0]-r)%n;t<=i&&t!==s[0];t+=n)s.push(t)}return 0!==s.length&&this.trimTicks(s),s},t.prototype.adjustForMinRange=function(){var t,e,n,i,r=this.options,o=this.logarithmic,s=this.min,a=this.max,c=0;if(this.isXAxis&&void 0===this.minRange&&!o&&(g(r.min)||g(r.max)||g(r.floor)||g(r.ceiling)?this.minRange=null:(this.series.forEach((function(r){if(n=r.xData,i=r.xIncrement?1:n.length-1,1<n.length)for(t=i;0<t;t--)e=n[t]-n[t-1],(!c||e<c)&&(c=e)})),this.minRange=Math.min(5*c,this.dataMax-this.dataMin))),a-s<this.minRange){var l=this.dataMax-this.dataMin>=this.minRange,u=this.minRange,d=(u-a+s)/2;d=[s-d,O(r.min,s-d)],l&&(d[2]=this.logarithmic?this.logarithmic.log2lin(this.dataMin):this.dataMin),a=[(s=h(d))+u,O(r.max,s+u)],l&&(a[2]=o?o.log2lin(this.dataMax):this.dataMax),(a=p(a))-s<u&&(d[0]=a-u,d[1]=O(r.min,a-u),s=h(d))}this.min=s,this.max=a},t.prototype.getClosest=function(){var t;return this.categories?t=1:this.series.forEach((function(e){var n=e.closestPointRange,i=e.visible||!e.chart.options.chart.ignoreHiddenSeries;!e.noSharedTooltip&&g(n)&&i&&(t=g(t)?Math.min(t,n):n)})),t},t.prototype.nameToX=function(t){var e=L(this.categories),n=e?this.categories:this.names,i=t.options.x;if(t.series.requireSorting=!1,g(i)||(i=this.options.uniqueNames?e?n.indexOf(t.name):O(n.keys[t.name],-1):t.series.autoIncrement()),-1===i){if(!e)var r=n.length}else r=i;return void 0!==r&&(this.names[r]=t.name,this.names.keys[t.name]=r),r},t.prototype.updateNames=function(){var t=this,e=this.names;0<e.length&&(Object.keys(e.keys).forEach((function(t){delete e.keys[t]})),e.length=0,this.minRange=this.userMinRange,(this.series||[]).forEach((function(e){e.xIncrement=null,e.points&&!e.isDirtyData||(t.max=Math.max(t.max,e.xData.length-1),e.processData(),e.generatePoints()),e.data.forEach((function(n,i){if(n&&n.options&&void 0!==n.name){var r=t.nameToX(n);void 0!==r&&r!==n.x&&(n.x=r,e.xData[i]=r)}}))})))},t.prototype.setAxisTranslation=function(){var t=this,e=t.max-t.min,n=t.linkedParent,i=!!t.categories,r=t.isXAxis,o=t.axisPointRange||0,s=0,a=0,c=t.transA;if(r||i||o){var l=t.getClosest();n?(s=n.minPointOffset,a=n.pointRangePadding):t.series.forEach((function(e){var n=i?1:r?O(e.options.pointRange,l,0):t.axisPointRange||0,c=e.options.pointPlacement;o=Math.max(o,n),t.single&&!i||(e=e.is("xrange")?!r:r,s=Math.max(s,e&&w(c)?0:n/2),a=Math.max(a,e&&"on"===c?0:n))})),n=t.ordinal&&t.ordinal.slope&&l?t.ordinal.slope/l:1,t.minPointOffset=s*=n,t.pointRangePadding=a*=n,t.pointRange=Math.min(o,t.single&&i?1:e),r&&(t.closestPointRange=l)}t.translationSlope=t.transA=c=t.staticScale||t.len/(e+a||1),t.transB=t.horiz?t.left:t.bottom,t.minPixelPadding=c*s,_(this,"afterSetAxisTranslation")},t.prototype.minFromRange=function(){return this.max-this.range},t.prototype.setTickInterval=function(t){var e=this.chart,n=this.logarithmic,i=this.options,r=this.isXAxis,o=this.isLinked,s=i.tickPixelInterval,a=this.categories,c=this.softThreshold,l=i.maxPadding,u=i.minPadding,d=A(i.tickInterval)&&0<=i.tickInterval?i.tickInterval:void 0,h=A(this.threshold)?this.threshold:null;this.dateTime||a||o||this.getTickAmount();var p=O(this.userMin,i.min),f=O(this.userMax,i.max);if(o){this.linkedParent=e[this.coll][i.linkedTo];var y=this.linkedParent.getExtremes();this.min=O(y.min,y.dataMin),this.max=O(y.max,y.dataMax),i.type!==this.linkedParent.options.type&&M(11,1,e)}else{if(c&&g(h))if(this.dataMin>=h)y=h,u=0;else if(this.dataMax<=h){var b=h;l=0}this.min=O(p,y,this.dataMin),this.max=O(f,b,this.dataMax)}if(n&&(this.positiveValuesOnly&&!t&&0>=Math.min(this.min,O(this.dataMin,this.min))&&M(10,1,e),this.min=m(n.log2lin(this.min),16),this.max=m(n.log2lin(this.max),16)),this.range&&g(this.max)&&(this.userMin=this.min=p=Math.max(this.dataMin,this.minFromRange()),this.userMax=f=this.max,this.range=null),_(this,"foundExtremes"),this.beforePadding&&this.beforePadding(),this.adjustForMinRange(),!(a||this.axisPointRange||this.stacking&&this.stacking.usePercentage||o)&&g(this.min)&&g(this.max)&&(e=this.max-this.min)&&(!g(p)&&u&&(this.min-=e*u),!g(f)&&l&&(this.max+=e*l)),A(this.userMin)||(A(i.softMin)&&i.softMin<this.min&&(this.min=p=i.softMin),A(i.floor)&&(this.min=Math.max(this.min,i.floor))),A(this.userMax)||(A(i.softMax)&&i.softMax>this.max&&(this.max=f=i.softMax),A(i.ceiling)&&(this.max=Math.min(this.max,i.ceiling))),c&&g(this.dataMin)&&(h=h||0,!g(p)&&this.min<h&&this.dataMin>=h?this.min=this.options.minRange?Math.min(h,this.max-this.minRange):h:!g(f)&&this.max>h&&this.dataMax<=h&&(this.max=this.options.minRange?Math.max(h,this.min+this.minRange):h)),A(this.min)&&A(this.max)&&!this.chart.polar&&this.min>this.max&&(g(this.options.min)?this.max=this.min:g(this.options.max)&&(this.min=this.max)),this.tickInterval=this.min===this.max||void 0===this.min||void 0===this.max?1:o&&this.linkedParent&&!d&&s===this.linkedParent.options.tickPixelInterval?d=this.linkedParent.tickInterval:O(d,this.tickAmount?(this.max-this.min)/Math.max(this.tickAmount-1,1):void 0,a?1:(this.max-this.min)*s/Math.max(this.len,s)),r&&!t){var v=this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max);this.series.forEach((function(t){t.forceCrop=t.forceCropping&&t.forceCropping(),t.processData(v)})),_(this,"postProcessData",{hasExtemesChanged:v})}this.setAxisTranslation(),_(this,"initialAxisTranslation"),this.pointRange&&!d&&(this.tickInterval=Math.max(this.pointRange,this.tickInterval)),t=O(i.minTickInterval,this.dateTime&&!this.series.some((function(t){return t.noSharedTooltip}))?this.closestPointRange:0),!d&&this.tickInterval<t&&(this.tickInterval=t),this.dateTime||this.logarithmic||d||(this.tickInterval=k(this.tickInterval,void 0,x(this.tickInterval),O(i.allowDecimals,.5>this.tickInterval||void 0!==this.tickAmount),!!this.tickAmount)),this.tickAmount||(this.tickInterval=this.unsquish()),this.setTickPositions()},t.prototype.setTickPositions=function(){var t=this.options,e=t.tickPositions,n=this.getMinorTickInterval(),i=this.hasVerticalPanning(),r="colorAxis"===this.coll,o=(r||!i)&&t.startOnTick;i=(r||!i)&&t.endOnTick,r=t.tickPositioner,this.tickmarkOffset=this.categories&&"between"===t.tickmarkPlacement&&1===this.tickInterval?.5:0,this.minorTickInterval="auto"===n&&this.tickInterval?this.tickInterval/5:n,this.single=this.min===this.max&&g(this.min)&&!this.tickAmount&&(parseInt(this.min,10)===this.min||!1!==t.allowDecimals),this.tickPositions=n=e&&e.slice(),!n&&(this.ordinal&&this.ordinal.positions||!((this.max-this.min)/this.tickInterval>Math.max(2*this.len,200))?n=this.dateTime?this.getTimeTicks(this.dateTime.normalizeTimeTickInterval(this.tickInterval,t.units),this.min,this.max,t.startOfWeek,this.ordinal&&this.ordinal.positions,this.closestPointRange,!0):this.logarithmic?this.logarithmic.getLogTickPositions(this.tickInterval,this.min,this.max):this.getLinearTickPositions(this.tickInterval,this.min,this.max):(n=[this.min,this.max],M(19,!1,this.chart)),n.length>this.len&&((n=[n[0],n.pop()])[0]===n[1]&&(n.length=1)),this.tickPositions=n,r&&(r=r.apply(this,[this.min,this.max])))&&(this.tickPositions=n=r),this.paddedTicks=n.slice(0),this.trimTicks(n,o,i),this.isLinked||(this.single&&2>n.length&&!this.categories&&!this.series.some((function(t){return t.is("heatmap")&&"between"===t.options.pointPlacement}))&&(this.min-=.5,this.max+=.5),e||r||this.adjustTickAmount()),_(this,"afterSetTickPositions")},t.prototype.trimTicks=function(t,e,n){var i=t[0],r=t[t.length-1],o=!this.isOrdinal&&this.minPointOffset||0;if(_(this,"trimTicks"),!this.isLinked){if(e&&-1/0!==i)this.min=i;else for(;this.min-o>t[0];)t.shift();if(n)this.max=r;else for(;this.max+o<t[t.length-1];)t.pop();0===t.length&&g(i)&&!this.options.tickPositions&&t.push((r+i)/2)}},t.prototype.alignToOthers=function(){var t,e={},n=this.options;return!1!==this.chart.options.chart.alignTicks&&n.alignTicks&&!1!==n.startOnTick&&!1!==n.endOnTick&&!this.logarithmic&&this.chart[this.coll].forEach((function(n){var i=n.options;i=[n.horiz?i.left:i.top,i.width,i.height,i.pane].join(),n.series.length&&(e[i]?t=!0:e[i]=1)})),t},t.prototype.getTickAmount=function(){var t=this.options,e=t.tickPixelInterval,n=t.tickAmount;!g(t.tickInterval)&&!n&&this.len<e&&!this.isRadial&&!this.logarithmic&&t.startOnTick&&t.endOnTick&&(n=2),!n&&this.alignToOthers()&&(n=Math.ceil(this.len/e)+1),4>n&&(this.finalTickAmt=n,n=5),this.tickAmount=n},t.prototype.adjustTickAmount=function(){var t=this.options,e=this.tickInterval,n=this.tickPositions,i=this.tickAmount,r=this.finalTickAmt,o=n&&n.length,s=O(this.threshold,this.softThreshold?0:null);if(this.hasData()&&A(this.min)&&A(this.max)){if(o<i){for(;n.length<i;)n.length%2||this.min===s?n.push(m(n[n.length-1]+e)):n.unshift(m(n[0]-e));this.transA*=(o-1)/(i-1),this.min=t.startOnTick?n[0]:Math.min(this.min,n[0]),this.max=t.endOnTick?n[n.length-1]:Math.max(this.max,n[n.length-1])}else o>i&&(this.tickInterval*=2,this.setTickPositions());if(g(r)){for(e=t=n.length;e--;)(3===r&&1==e%2||2>=r&&0<e&&e<t-1)&&n.splice(e,1);this.finalTickAmt=void 0}}},t.prototype.setScale=function(){var t=!1,e=!1;this.series.forEach((function(n){t=t||n.isDirtyData||n.isDirty,e=e||n.xAxis&&n.xAxis.isDirty||!1})),this.setAxisSize();var n=this.len!==(this.old&&this.old.len);n||t||e||this.isLinked||this.forceRedraw||this.userMin!==(this.old&&this.old.userMin)||this.userMax!==(this.old&&this.old.userMax)||this.alignToOthers()?(this.stacking&&this.stacking.resetStacks(),this.forceRedraw=!1,this.getSeriesExtremes(),this.setTickInterval(),this.isDirty||(this.isDirty=n||this.min!==(this.old&&this.old.min)||this.max!==(this.old&&this.old.max))):this.stacking&&this.stacking.cleanStacks(),t&&this.panningState&&(this.panningState.isDirty=!0),_(this,"afterSetScale")},t.prototype.setExtremes=function(t,e,n,i,r){var o=this,s=o.chart;n=O(n,!0),o.series.forEach((function(t){delete t.kdTree})),r=v(r,{min:t,max:e}),_(o,"setExtremes",r,(function(){o.userMin=t,o.userMax=e,o.eventArgs=r,n&&s.redraw(i)}))},t.prototype.zoom=function(t,e){var n=this,i=this.dataMin,r=this.dataMax,o=this.options,s=Math.min(i,O(o.min,i)),a=Math.max(r,O(o.max,r));return _(this,"zoom",t={newMin:t,newMax:e},(function(t){var e=t.newMin,o=t.newMax;e===n.min&&o===n.max||(n.allowZoomOutside||(g(i)&&(e<s&&(e=s),e>a&&(e=a)),g(r)&&(o<s&&(o=s),o>a&&(o=a))),n.displayBtn=void 0!==e||void 0!==o,n.setExtremes(e,o,!1,void 0,{trigger:"zoom"})),t.zoomed=!0})),t.zoomed},t.prototype.setAxisSize=function(){var t=this.chart,e=this.options,n=e.offsets||[0,0,0,0],i=this.horiz,r=this.width=Math.round(j(O(e.width,t.plotWidth-n[3]+n[1]),t.plotWidth)),o=this.height=Math.round(j(O(e.height,t.plotHeight-n[0]+n[2]),t.plotHeight)),s=this.top=Math.round(j(O(e.top,t.plotTop+n[0]),t.plotHeight,t.plotTop));e=this.left=Math.round(j(O(e.left,t.plotLeft+n[3]),t.plotWidth,t.plotLeft)),this.bottom=t.chartHeight-o-s,this.right=t.chartWidth-r-e,this.len=Math.max(i?r:o,0),this.pos=i?e:s},t.prototype.getExtremes=function(){var t=this.logarithmic;return{min:t?m(t.lin2log(this.min)):this.min,max:t?m(t.lin2log(this.max)):this.max,dataMin:this.dataMin,dataMax:this.dataMax,userMin:this.userMin,userMax:this.userMax}},t.prototype.getThreshold=function(t){var e=this.logarithmic,n=e?e.lin2log(this.min):this.min;return e=e?e.lin2log(this.max):this.max,null===t||-1/0===t?t=n:1/0===t?t=e:n>t?t=n:e<t&&(t=e),this.translate(t,0,1,0,1)},t.prototype.autoLabelAlign=function(t){var e=(O(t,0)-90*this.side+720)%360;return _(this,"autoLabelAlign",t={align:"center"},(function(t){15<e&&165>e?t.align="right":195<e&&345>e&&(t.align="left")})),t.align},t.prototype.tickSize=function(t){var e=this.options,n=O(e["tick"===t?"tickWidth":"minorTickWidth"],"tick"===t&&this.isXAxis&&!this.categories?1:0),i=e["tick"===t?"tickLength":"minorTickLength"];if(n&&i){"inside"===e[t+"Position"]&&(i=-i);var r=[i,n]}return _(this,"afterTickSize",t={tickSize:r}),t.tickSize},t.prototype.labelMetrics=function(){var t=this.tickPositions&&this.tickPositions[0]||0;return this.chart.renderer.fontMetrics(this.options.labels.style.fontSize,this.ticks[t]&&this.ticks[t].label)},t.prototype.unsquish=function(){var t,e,n=this.options.labels,i=this.horiz,r=this.tickInterval,o=this.len/(((this.categories?1:0)+this.max-this.min)/r),s=n.rotation,a=this.labelMetrics(),c=Math.max(this.max-this.min,0),l=function(t){var e=t/(o||1);return(e=1<e?Math.ceil(e):1)*r>c&&1/0!==t&&1/0!==o&&c&&(e=Math.ceil(c/r)),m(e*r)},u=r,h=Number.MAX_VALUE;if(i){if(!n.staggerLines&&!n.step)if(A(s))var p=[s];else o<n.autoRotationLimit&&(p=n.autoRotation);p&&p.forEach((function(n){if(n===s||n&&-90<=n&&90>=n){var i=(e=l(Math.abs(a.h/Math.sin(d*n))))+Math.abs(n/360);i<h&&(h=i,t=n,u=e)}}))}else n.step||(u=l(a.h));return this.autoRotation=p,this.labelRotation=O(t,A(s)?s:0),u},t.prototype.getSlotWidth=function(t){var e=this.chart,n=this.horiz,i=this.options.labels,r=Math.max(this.tickPositions.length-(this.categories?0:1),1),o=e.margin[3];if(t&&A(t.slotWidth))return t.slotWidth;if(n&&2>i.step)return i.rotation?0:(this.staggerLines||1)*this.len/r;if(!n){if(void 0!==(t=i.style.width))return parseInt(String(t),10);if(o)return o-e.spacing[3]}return.33*e.chartWidth},t.prototype.renderUnsquish=function(){var t=this.chart,e=t.renderer,n=this.tickPositions,i=this.ticks,r=this.options.labels,o=r.style,s=this.horiz,a=this.getSlotWidth(),c=Math.max(1,Math.round(a-2*r.padding)),l={},u=this.labelMetrics(),d=o.textOverflow,h=0;if(w(r.rotation)||(l.rotation=r.rotation||0),n.forEach((function(t){(t=i[t]).movedLabel&&t.replaceMovedLabel(),t&&t.label&&t.label.textPxLength>h&&(h=t.label.textPxLength)})),this.maxLabelLength=h,this.autoRotation)h>c&&h>u.h?l.rotation=this.labelRotation:this.labelRotation=0;else if(a){var p=c;if(!d){var f="clip";for(c=n.length;!s&&c--;){var m=n[c];(m=i[m].label)&&(m.styles&&"ellipsis"===m.styles.textOverflow?m.css({textOverflow:"clip"}):m.textPxLength>a&&m.css({width:a+"px"}),m.getBBox().height>this.len/n.length-(u.h-u.f)&&(m.specificTextOverflow="ellipsis"))}}}l.rotation&&(p=h>.5*t.chartHeight?.33*t.chartHeight:h,d||(f="ellipsis")),(this.labelAlign=r.align||this.autoLabelAlign(this.labelRotation))&&(l.align=this.labelAlign),n.forEach((function(t){var e=(t=i[t])&&t.label,n=o.width,r={};e&&(e.attr(l),t.shortenLabel?t.shortenLabel():p&&!n&&"nowrap"!==o.whiteSpace&&(p<e.textPxLength||"SPAN"===e.element.tagName)?(r.width=p+"px",d||(r.textOverflow=e.specificTextOverflow||f),e.css(r)):e.styles&&e.styles.width&&!r.width&&!n&&e.css({width:null}),delete e.specificTextOverflow,t.rotation=l.rotation)}),this),this.tickRotCorr=e.rotCorr(u.b,this.labelRotation||0,0!==this.side)},t.prototype.hasData=function(){return this.series.some((function(t){return t.hasData()}))||this.options.showEmpty&&g(this.min)&&g(this.max)},t.prototype.addTitle=function(t){var e,n=this.chart.renderer,i=this.horiz,r=this.opposite,o=this.options.title,s=this.chart.styledMode;this.axisTitle||((e=o.textAlign)||(e=(i?{low:"left",middle:"center",high:"right"}:{low:r?"right":"left",middle:"center",high:r?"left":"right"})[o.align]),this.axisTitle=n.text(o.text||"",0,0,o.useHTML).attr({zIndex:7,rotation:o.rotation,align:e}).addClass("highcharts-axis-title"),s||this.axisTitle.css(T(o.style)),this.axisTitle.add(this.axisGroup),this.axisTitle.isNew=!0),s||o.style.width||this.isRadial||this.axisTitle.css({width:this.len+"px"}),this.axisTitle[t?"show":"hide"](t)},t.prototype.generateTick=function(t){var e=this.ticks;e[t]?e[t].addLabel():e[t]=new s(this,t)},t.prototype.getOffset=function(){var t=this,e=this,n=e.chart,i=e.horiz,r=e.options,o=e.side,s=e.ticks,a=e.tickPositions,c=e.coll,l=e.axisParent,u=n.renderer,d=n.inverted&&!e.isZAxis?[1,0,3,2][o]:o,h=e.hasData(),p=r.title,f=r.labels,m=n.axisOffset;n=n.clipOffset;var y,b=[-1,1,1,-1][o],M=r.className,v=0,x=0,L=0;if(e.showAxis=y=h||r.showEmpty,e.staggerLines=e.horiz&&f.staggerLines||void 0,!e.axisGroup){var A=function(e,n,i){return u.g(e).attr({zIndex:i}).addClass("highcharts-"+c.toLowerCase()+n+" "+(t.isRadial?"highcharts-radial-axis"+n+" ":"")+(M||"")).add(l)};e.gridGroup=A("grid","-grid",r.gridZIndex),e.axisGroup=A("axis","",r.zIndex),e.labelGroup=A("axis-labels","-labels",f.zIndex)}if(h||e.isLinked?(a.forEach((function(t){e.generateTick(t)})),e.renderUnsquish(),e.reserveSpaceDefault=0===o||2===o||{1:"left",3:"right"}[o]===e.labelAlign,O(f.reserveSpace,"center"===e.labelAlign||null,e.reserveSpaceDefault)&&a.forEach((function(t){L=Math.max(s[t].getLabelSize(),L)})),e.staggerLines&&(L*=e.staggerLines),e.labelOffset=L*(e.opposite?-1:1)):S(s,(function(t,e){t.destroy(),delete s[e]})),p&&p.text&&!1!==p.enabled&&(e.addTitle(y),y&&!1!==p.reserveSpace)){e.titleOffset=v=e.axisTitle.getBBox()[i?"height":"width"];var w=p.offset;x=g(w)?0:O(p.margin,i?5:10)}e.renderLine(),e.offset=b*O(r.offset,m[o]?m[o]+(r.margin||0):0),e.tickRotCorr=e.tickRotCorr||{x:0,y:0},p=0===o?-e.labelMetrics().h:2===o?e.tickRotCorr.y:0,h=Math.abs(L)+x,L&&(h=h-p+b*(i?O(f.y,e.tickRotCorr.y+8*b):f.x)),e.axisTitleMargin=O(w,h),e.getMaxLabelDimensions&&(e.maxLabelDimensions=e.getMaxLabelDimensions(s,a)),"colorAxis"!==c&&(i=this.tickSize("tick"),m[o]=Math.max(m[o],(e.axisTitleMargin||0)+v+b*e.offset,h,a&&a.length&&i?i[0]+b*e.offset:0),r=!e.axisLine||r.offset?0:2*Math.floor(e.axisLine.strokeWidth()/2),n[d]=Math.max(n[d],r)),_(this,"afterGetOffset")},t.prototype.getLinePath=function(t){var e=this.chart,n=this.opposite,i=this.offset,r=this.horiz,o=this.left+(n?this.width:0)+i;return i=e.chartHeight-this.bottom-(n?this.height:0)+i,n&&(t*=-1),e.renderer.crispLine([["M",r?this.left:o,r?i:this.top],["L",r?e.chartWidth-this.right:o,r?i:e.chartHeight-this.bottom]],t)},t.prototype.renderLine=function(){this.axisLine||(this.axisLine=this.chart.renderer.path().addClass("highcharts-axis-line").add(this.axisGroup),this.chart.styledMode||this.axisLine.attr({stroke:this.options.lineColor,"stroke-width":this.options.lineWidth,zIndex:7}))},t.prototype.getTitlePosition=function(){var t=this.horiz,e=this.left,n=this.top,i=this.len,r=this.options.title,o=t?e:n,s=this.opposite,a=this.offset,c=r.x,l=r.y,u=this.axisTitle,d=this.chart.renderer.fontMetrics(r.style.fontSize,u);return u=Math.max(u.getBBox(null,0).height-d.h-1,0),i={low:o+(t?0:i),middle:o+i/2,high:o+(t?i:0)}[r.align],e=(t?n+this.height:e)+(t?1:-1)*(s?-1:1)*this.axisTitleMargin+[-u,u,d.f,-u][this.side],t={x:t?i+c:e+(s?this.width:0)+a+c,y:t?e+l-(s?this.height:0)+a:i+l},_(this,"afterGetTitlePosition",{titlePosition:t}),t},t.prototype.renderMinorTick=function(t,e){var n=this.minorTicks;n[t]||(n[t]=new s(this,t,"minor")),e&&n[t].isNew&&n[t].render(null,!0),n[t].render(null,!1,1)},t.prototype.renderTick=function(t,e,n){var i=this.ticks;(!this.isLinked||t>=this.min&&t<=this.max||this.grid&&this.grid.isColumn)&&(i[t]||(i[t]=new s(this,t)),n&&i[t].isNew&&i[t].render(e,!0,-1),i[t].render(e))},t.prototype.render=function(){var t,e,n=this,i=n.chart,r=n.logarithmic,a=n.options,l=n.isLinked,u=n.tickPositions,d=n.axisTitle,h=n.ticks,p=n.minorTicks,f=n.alternateBands,m=a.stackLabels,g=a.alternateGridColor,y=n.tickmarkOffset,b=n.axisLine,M=n.showAxis,v=c(i.renderer.globalAnimation);if(n.labelEdge.length=0,n.overlap=!1,[h,p,f].forEach((function(t){S(t,(function(t){t.isActive=!1}))})),n.hasData()||l){var x=n.chart.hasRendered&&n.old&&A(n.old.min);n.minorTickInterval&&!n.categories&&n.getMinorTickPositions().forEach((function(t){n.renderMinorTick(t,x)})),u.length&&(u.forEach((function(t,e){n.renderTick(t,e,x)})),y&&(0===n.min||n.single)&&(h[-1]||(h[-1]=new s(n,-1,null,!0)),h[-1].render(-1))),g&&u.forEach((function(s,a){e=void 0!==u[a+1]?u[a+1]+y:n.max-y,0==a%2&&s<n.max&&e<=n.max+(i.polar?-y:y)&&(f[s]||(f[s]=new o.PlotLineOrBand(n)),t=s+y,f[s].options={from:r?r.lin2log(t):t,to:r?r.lin2log(e):e,color:g,className:"highcharts-alternate-grid"},f[s].render(),f[s].isActive=!0)})),n._addedPlotLB||(n._addedPlotLB=!0,(a.plotLines||[]).concat(a.plotBands||[]).forEach((function(t){n.addPlotBandOrLine(t)})))}[h,p,f].forEach((function(t){var e=[],n=v.duration;S(t,(function(t,n){t.isActive||(t.render(n,!1,0),t.isActive=!1,e.push(n))})),D((function(){for(var n=e.length;n--;)t[e[n]]&&!t[e[n]].isActive&&(t[e[n]].destroy(),delete t[e[n]])}),t!==f&&i.hasRendered&&n?n:0)})),b&&(b[b.isPlaced?"animate":"attr"]({d:this.getLinePath(b.strokeWidth())}),b.isPlaced=!0,b[M?"show":"hide"](M)),d&&M&&(a=n.getTitlePosition(),A(a.y)?(d[d.isNew?"attr":"animate"](a),d.isNew=!1):(d.attr("y",-9999),d.isNew=!0)),m&&m.enabled&&n.stacking&&n.stacking.renderStackTotals(),n.old={len:n.len,max:n.max,min:n.min,transA:n.transA,userMax:n.userMax,userMin:n.userMin},n.isDirty=!1,_(this,"afterRender")},t.prototype.redraw=function(){this.visible&&(this.render(),this.plotLinesAndBands.forEach((function(t){t.render()}))),this.series.forEach((function(t){t.isDirty=!0}))},t.prototype.getKeepProps=function(){return this.keepProps||t.keepProps},t.prototype.destroy=function(t){var e=this,n=e.plotLinesAndBands,i=this.eventOptions;if(_(this,"destroy",{keepEvents:t}),t||z(e),[e.ticks,e.minorTicks,e.alternateBands].forEach((function(t){y(t)})),n)for(t=n.length;t--;)n[t].destroy();for(var r in"axisLine axisTitle axisGroup gridGroup labelGroup cross scrollbar".split(" ").forEach((function(t){e[t]&&(e[t]=e[t].destroy())})),e.plotLinesAndBandsGroups)e.plotLinesAndBandsGroups[r]=e.plotLinesAndBandsGroups[r].destroy();S(e,(function(t,n){-1===e.getKeepProps().indexOf(n)&&delete e[n]})),this.eventOptions=i},t.prototype.drawCrosshair=function(t,e){var i,r=this.crosshair,o=O(r&&r.snap,!0),s=this.chart,a=this.cross;if(_(this,"drawCrosshair",{e:t,point:e}),t||(t=this.cross&&this.cross.e),r&&!1!==(g(e)||!o)){if(o?g(e)&&(i=O("colorAxis"!==this.coll?e.crosshairPos:null,this.isXAxis?e.plotX:this.len-e.plotY)):i=t&&(this.horiz?t.chartX-this.pos:this.len-t.chartY+this.pos),g(i)){var c={value:e&&(this.isXAxis?e.x:O(e.stackY,e.y)),translatedValue:i};s.polar&&v(c,{isCrosshair:!0,chartX:t&&t.chartX,chartY:t&&t.chartY,point:e}),c=this.getPlotLinePath(c)||null}if(!g(c))return void this.hideCrosshair();o=this.categories&&!this.isRadial,a||(this.cross=a=s.renderer.path().addClass("highcharts-crosshair highcharts-crosshair-"+(o?"category ":"thin ")+(r.className||"")).attr({zIndex:O(r.zIndex,2)}).add(),s.styledMode||(a.attr({stroke:r.color||(o?n.parse("#ccd6eb").setOpacity(.25).get():"#cccccc"),"stroke-width":O(r.width,1)}).css({"pointer-events":"none"}),r.dashStyle&&a.attr({dashstyle:r.dashStyle}))),a.show().attr({d:c}),o&&!r.width&&a.attr({"stroke-width":this.transA}),this.cross.e=t}else this.hideCrosshair();_(this,"afterDrawCrosshair",{e:t,point:e})},t.prototype.hideCrosshair=function(){this.cross&&this.cross.hide(),_(this,"afterHideCrosshair")},t.prototype.hasVerticalPanning=function(){var t=this.chart.options.chart.panning;return!!(t&&t.enabled&&/y/.test(t.type))},t.prototype.validatePositiveValue=function(t){return A(t)&&0<t},t.prototype.update=function(t,e){var n=this.chart;t=T(this.userOptions,t),this.destroy(!0),this.init(n,t),n.isDirtyBox=!0,O(e,!0)&&n.redraw()},t.prototype.remove=function(t){for(var e=this.chart,n=this.coll,i=this.series,r=i.length;r--;)i[r]&&i[r].remove(!1);b(e.axes,this),b(e[n],this),e[n].forEach((function(t,e){t.options.index=t.userOptions.index=e})),this.destroy(),e.isDirtyBox=!0,O(t,!0)&&e.redraw()},t.prototype.setTitle=function(t,e){this.update({title:t},e)},t.prototype.setCategories=function(t,e){this.update({categories:t},e)},t.defaultOptions=e.defaultXAxisOptions,t.keepProps="extKey hcEvents names series userMax userMin".split(" "),t}()})),e(n,"Core/Axis/DateTimeAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.getMagnitude,r=t.normalizeTickInterval,o=t.timeUnits;return function(t){function e(){return this.chart.time.getTimeTicks.apply(this.chart.time,arguments)}function s(t){"datetime"!==t.userOptions.type?this.dateTime=void 0:this.dateTime||(this.dateTime=new c(this))}var a=[];t.compose=function(t){return-1===a.indexOf(t)&&(a.push(t),t.keepProps.push("dateTime"),t.prototype.getTimeTicks=e,n(t,"init",s)),t};var c=function(){function t(t){this.axis=t}return t.prototype.normalizeTimeTickInterval=function(t,e){var n=e||[["millisecond",[1,2,5,10,20,25,50,100,200,500]],["second",[1,2,5,10,15,30]],["minute",[1,2,5,10,15,30]],["hour",[1,2,3,4,6,8,12]],["day",[1,2]],["week",[1,2]],["month",[1,2,3,4,6]],["year",null]];e=n[n.length-1];var s,a=o[e[0]],c=e[1];for(s=0;s<n.length&&(e=n[s],a=o[e[0]],c=e[1],!(n[s+1]&&t<=(a*c[c.length-1]+o[n[s+1][0]])/2));s++);return a===o.year&&t<5*a&&(c=[1,2,5]),{unitRange:a,count:t=r(t/a,c,"year"===e[0]?Math.max(i(t/a),1):1),unitName:e[0]}},t.prototype.getXDateFormat=function(t,e){var n=this.axis;return n.closestPointRange?n.chart.time.getDateFormat(n.closestPointRange,t,n.options.startOfWeek,e)||e.year:e.day},t}();t.Additions=c}(e||(e={})),e})),e(n,"Core/Axis/LogarithmicAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.addEvent,i=t.getMagnitude,r=t.normalizeTickInterval,o=t.pick;return function(t){function e(t){var e=this.logarithmic;"logarithmic"!==t.userOptions.type?this.logarithmic=void 0:e||(this.logarithmic=new c(this))}function s(){var t=this.logarithmic;t&&(this.lin2val=function(e){return t.lin2log(e)},this.val2lin=function(e){return t.log2lin(e)})}var a=[];t.compose=function(t){return-1===a.indexOf(t)&&(a.push(t),t.keepProps.push("logarithmic"),n(t,"init",e),n(t,"afterInit",s)),t};var c=function(){function t(t){this.axis=t}return t.prototype.getLogTickPositions=function(t,e,n,s){var a=this.axis,c=a.len,l=a.options,u=[];if(s||(this.minorAutoInterval=void 0),.5<=t)t=Math.round(t),u=a.getLinearTickPositions(t,e,n);else if(.08<=t){var d,h=Math.floor(e),p=l=void 0;for(c=.3<t?[1,2,4]:.15<t?[1,2,4,6,8]:[1,2,3,4,5,6,7,8,9];h<n+1&&!p;h++){var f=c.length;for(d=0;d<f&&!p;d++){var m=this.log2lin(this.lin2log(h)*c[d]);m>e&&(!s||l<=n)&&void 0!==l&&u.push(l),l>n&&(p=!0),l=m}}}else e=this.lin2log(e),n=this.lin2log(n),t=s?a.getMinorTickInterval():l.tickInterval,t=o("auto"===t?null:t,this.minorAutoInterval,l.tickPixelInterval/(s?5:1)*(n-e)/((s?c/a.tickPositions.length:c)||1)),t=r(t,void 0,i(t)),u=a.getLinearTickPositions(t,e,n).map(this.log2lin),s||(this.minorAutoInterval=t/5);return s||(a.tickInterval=t),u},t.prototype.lin2log=function(t){return Math.pow(10,t)},t.prototype.log2lin=function(t){return Math.log(t)/Math.LN10},t}();t.Additions=c}(e||(e={})),e})),e(n,"Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.erase,i=t.extend,r=t.isNumber;return function(t){var e,o=[];t.compose=function(t,n){return e||(e=t),-1===o.indexOf(n)&&(o.push(n),i(n.prototype,s.prototype)),n};var s=function(){function t(){}return t.prototype.getPlotBandPath=function(t,e,n){void 0===n&&(n=this.options);var i=this.getPlotLinePath({value:e,force:!0,acrossPanes:n.acrossPanes}),o=[],s=this.horiz;if(e=!r(this.min)||!r(this.max)||t<this.min&&e<this.min||t>this.max&&e>this.max,t=this.getPlotLinePath({value:t,force:!0,acrossPanes:n.acrossPanes}),n=1,t&&i){if(e){var a=t.toString()===i.toString();n=0}for(e=0;e<t.length;e+=2){var c=t[e],l=t[e+1],u=i[e],d=i[e+1];"M"!==c[0]&&"L"!==c[0]||"M"!==l[0]&&"L"!==l[0]||"M"!==u[0]&&"L"!==u[0]||"M"!==d[0]&&"L"!==d[0]||(s&&u[1]===c[1]?(u[1]+=n,d[1]+=n):s||u[2]!==c[2]||(u[2]+=n,d[2]+=n),o.push(["M",c[1],c[2]],["L",l[1],l[2]],["L",d[1],d[2]],["L",u[1],u[2]],["Z"])),o.isFlat=a}}return o},t.prototype.addPlotBand=function(t){return this.addPlotBandOrLine(t,"plotBands")},t.prototype.addPlotLine=function(t){return this.addPlotBandOrLine(t,"plotLines")},t.prototype.addPlotBandOrLine=function(t,n){var i=this,r=this.userOptions,o=new e(this,t);if(this.visible&&(o=o.render()),o){if(this._addedPlotLB||(this._addedPlotLB=!0,(r.plotLines||[]).concat(r.plotBands||[]).forEach((function(t){i.addPlotBandOrLine(t)}))),n){var s=r[n]||[];s.push(t),r[n]=s}this.plotLinesAndBands.push(o)}return o},t.prototype.removePlotBandOrLine=function(t){var e=this.plotLinesAndBands,i=this.options,r=this.userOptions;if(e){for(var o=e.length;o--;)e[o].id===t&&e[o].destroy();[i.plotLines||[],r.plotLines||[],i.plotBands||[],r.plotBands||[]].forEach((function(e){for(o=e.length;o--;)(e[o]||{}).id===t&&n(e,e[o])}))}},t.prototype.removePlotBand=function(t){this.removePlotBandOrLine(t)},t.prototype.removePlotLine=function(t){this.removePlotBandOrLine(t)},t}()}(e||(e={})),e})),e(n,"Core/Axis/PlotLineOrBand/PlotLineOrBand.js",[n["Core/Axis/PlotLineOrBand/PlotLineOrBandAxis.js"],n["Core/Utilities.js"]],(function(t,e){var n=e.arrayMax,i=e.arrayMin,r=e.defined,o=e.destroyObjectProperties,s=e.erase,a=e.fireEvent,c=e.merge,l=e.objectEach,u=e.pick;return e=function(){function e(t,e){this.axis=t,e&&(this.options=e,this.id=e.id)}return e.compose=function(n){return t.compose(e,n)},e.prototype.render=function(){a(this,"render");var t=this,e=t.axis,n=e.horiz,i=e.logarithmic,o=t.options,s=o.color,d=u(o.zIndex,0),h=o.events,p={},f=e.chart.renderer,m=o.label,g=t.label,y=o.to,b=o.from,M=o.value,v=t.svgElem,_=[],x=r(b)&&r(y);_=r(M);var L=!v,A={class:"highcharts-plot-"+(x?"band ":"line ")+(o.className||"")},w=x?"bands":"lines";if(i&&(b=i.log2lin(b),y=i.log2lin(y),M=i.log2lin(M)),e.chart.styledMode||(_?(A.stroke=s||"#999999",A["stroke-width"]=u(o.width,1),o.dashStyle&&(A.dashstyle=o.dashStyle)):x&&(A.fill=s||"#e6ebf5",o.borderWidth&&(A.stroke=o.borderColor,A["stroke-width"]=o.borderWidth))),p.zIndex=d,w+="-"+d,(i=e.plotLinesAndBandsGroups[w])||(e.plotLinesAndBandsGroups[w]=i=f.g("plot-"+w).attr(p).add()),L&&(t.svgElem=v=f.path().attr(A).add(i)),_)_=e.getPlotLinePath({value:M,lineWidth:v.strokeWidth(),acrossPanes:o.acrossPanes});else{if(!x)return;_=e.getPlotBandPath(b,y,o)}return!t.eventsAdded&&h&&(l(h,(function(e,n){v.on(n,(function(e){h[n].apply(t,[e])}))})),t.eventsAdded=!0),(L||!v.d)&&_&&_.length?v.attr({d:_}):v&&(_?(v.show(!0),v.animate({d:_})):v.d&&(v.hide(),g&&(t.label=g=g.destroy()))),m&&(r(m.text)||r(m.formatter))&&_&&_.length&&0<e.width&&0<e.height&&!_.isFlat?(m=c({align:n&&x&&"center",x:n?!x&&4:10,verticalAlign:!n&&x&&"middle",y:n?x?16:10:x?6:-4,rotation:n&&!x&&90},m),this.renderLabel(m,_,x,d)):g&&g.hide(),t},e.prototype.renderLabel=function(t,e,r,o){var s=this.axis,a=s.chart.renderer,l=this.label;l||(this.label=l=a.text(this.getLabelText(t),0,0,t.useHTML).attr({align:t.textAlign||t.align,rotation:t.rotation,class:"highcharts-plot-"+(r?"band":"line")+"-label "+(t.className||""),zIndex:o}).add(),s.chart.styledMode||l.css(c({textOverflow:"ellipsis"},t.style))),o=e.xBounds||[e[0][1],e[1][1],r?e[2][1]:e[0][1]],e=e.yBounds||[e[0][2],e[1][2],r?e[2][2]:e[0][2]],r=i(o),a=i(e),l.align(t,!1,{x:r,y:a,width:n(o)-r,height:n(e)-a}),l.alignValue&&"left"!==l.alignValue||l.css({width:(90===l.rotation?s.height-(l.alignAttr.y-s.top):s.width-(l.alignAttr.x-s.left))+"px"}),l.show(!0)},e.prototype.getLabelText=function(t){return r(t.formatter)?t.formatter.call(this):t.text},e.prototype.destroy=function(){s(this.axis.plotLinesAndBands,this),delete this.axis,o(this)},e}()})),e(n,"Core/Tooltip.js",[n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=t.format,s=e.doc,a=n.distribute,c=r.addEvent,l=r.clamp,u=r.css,d=r.defined,h=r.discardElement,p=r.extend,f=r.fireEvent,m=r.isArray,g=r.isNumber,y=r.isString,b=r.merge,M=r.pick,v=r.splat,_=r.syncTimeout;return t=function(){function t(t,e){this.allowShared=!0,this.container=void 0,this.crosshairs=[],this.distance=0,this.isHidden=!0,this.isSticky=!1,this.now={},this.options={},this.outside=!1,this.chart=t,this.init(t,e)}return t.prototype.applyFilter=function(){var t=this.chart;t.renderer.definition({tagName:"filter",attributes:{id:"drop-shadow-"+t.index,opacity:.5},children:[{tagName:"feGaussianBlur",attributes:{in:"SourceAlpha",stdDeviation:1}},{tagName:"feOffset",attributes:{dx:1,dy:1}},{tagName:"feComponentTransfer",children:[{tagName:"feFuncA",attributes:{type:"linear",slope:.3}}]},{tagName:"feMerge",children:[{tagName:"feMergeNode"},{tagName:"feMergeNode",attributes:{in:"SourceGraphic"}}]}]})},t.prototype.bodyFormatter=function(t){return t.map((function(t){var e=t.series.tooltipOptions;return(e[(t.point.formatPrefix||"point")+"Formatter"]||t.point.tooltipFormatter).call(t.point,e[(t.point.formatPrefix||"point")+"Format"]||"")}))},t.prototype.cleanSplit=function(t){this.chart.series.forEach((function(e){var n=e&&e.tt;n&&(!n.isActive||t?e.tt=n.destroy():n.isActive=!1)}))},t.prototype.defaultFormatter=function(t){var e=this.points||v(this),n=[t.tooltipFooterHeaderFormatter(e[0])];return(n=n.concat(t.bodyFormatter(e))).push(t.tooltipFooterHeaderFormatter(e[0],!0)),n},t.prototype.destroy=function(){this.label&&(this.label=this.label.destroy()),this.split&&this.tt&&(this.cleanSplit(!0),this.tt=this.tt.destroy()),this.renderer&&(this.renderer=this.renderer.destroy(),h(this.container)),r.clearTimeout(this.hideTimer),r.clearTimeout(this.tooltipTimeout)},t.prototype.getAnchor=function(t,e){var n,i,r=this.chart,o=r.pointer,s=r.inverted,a=r.plotTop,c=r.plotLeft,l=0,u=0;return t=v(t),this.followPointer&&e?(void 0===e.chartX&&(e=o.normalize(e)),o=[e.chartX-c,e.chartY-a]):t[0].tooltipPos?o=t[0].tooltipPos:(t.forEach((function(t){n=t.series.yAxis,i=t.series.xAxis,l+=t.plotX||0,u+=t.plotLow?(t.plotLow+(t.plotHigh||0))/2:t.plotY||0,i&&n&&(s?(l+=a+r.plotHeight-i.len-i.pos,u+=c+r.plotWidth-n.len-n.pos):(l+=i.pos-c,u+=n.pos-a))})),l/=t.length,u/=t.length,o=[s?r.plotWidth-u:l,s?r.plotHeight-l:u],this.shared&&1<t.length&&e&&(s?o[0]=e.chartX-c:o[1]=e.chartY-a)),o.map(Math.round)},t.prototype.getLabel=function(){var t,n=this,r=this.chart.styledMode,o=this.options,s=this.split&&this.allowShared,a="tooltip"+(d(o.className)?" "+o.className:""),l=o.style.pointerEvents||(!this.followPointer&&o.stickOnContact?"auto":"none"),h=function(){n.inContact=!0},p=function(t){var e=n.chart.hoverSeries;n.inContact=n.shouldStickOnContact()&&n.chart.pointer.inClass(t.relatedTarget,"highcharts-tooltip"),!n.inContact&&e&&e.onMouseOut&&e.onMouseOut()},f=this.chart.renderer;if(n.label){var m=!n.label.hasClass("highcharts-label");(s&&!m||!s&&m)&&n.destroy()}if(!this.label){if(this.outside){m=this.chart.options.chart.style;var g=i.getRendererType();this.container=t=e.doc.createElement("div"),t.className="highcharts-tooltip-container",u(t,{position:"absolute",top:"1px",pointerEvents:l,zIndex:Math.max(this.options.style.zIndex||0,(m&&m.zIndex||0)+3)}),c(t,"mouseenter",h),c(t,"mouseleave",p),e.doc.body.appendChild(t),this.renderer=f=new g(t,0,0,m,void 0,void 0,f.styledMode)}if(s?this.label=f.g(a):(this.label=f.label("",0,0,o.shape,void 0,void 0,o.useHTML,void 0,a).attr({padding:o.padding,r:o.borderRadius}),r||this.label.attr({fill:o.backgroundColor,"stroke-width":o.borderWidth}).css(o.style).css({pointerEvents:l}).shadow(o.shadow)),r&&o.shadow&&(this.applyFilter(),this.label.attr({filter:"url(#drop-shadow-"+this.chart.index+")"})),n.outside&&!n.split){var y=this.label,b=y.xSetter,M=y.ySetter;y.xSetter=function(e){b.call(y,n.distance),t.style.left=e+"px"},y.ySetter=function(e){M.call(y,n.distance),t.style.top=e+"px"}}this.label.on("mouseenter",h).on("mouseleave",p).attr({zIndex:8}).add()}return this.label},t.prototype.getPosition=function(t,e,n){var i,r=this.chart,o=this.distance,a={},c=r.inverted&&n.h||0,l=this.outside,u=l?s.documentElement.clientWidth-2*o:r.chartWidth,d=l?Math.max(s.body.scrollHeight,s.documentElement.scrollHeight,s.body.offsetHeight,s.documentElement.offsetHeight,s.documentElement.clientHeight):r.chartHeight,h=r.pointer.getChartPosition(),p=function(i){var s="x"===i;return[i,s?u:d,s?t:e].concat(l?[s?t*h.scaleX:e*h.scaleY,s?h.left-o+(n.plotX+r.plotLeft)*h.scaleX:h.top-o+(n.plotY+r.plotTop)*h.scaleY,0,s?u:d]:[s?t:e,s?n.plotX+r.plotLeft:n.plotY+r.plotTop,s?r.plotLeft:r.plotTop,s?r.plotLeft+r.plotWidth:r.plotTop+r.plotHeight])},f=p("y"),m=p("x");p=!!n.negative,!r.polar&&r.hoverSeries&&r.hoverSeries.yAxis&&r.hoverSeries.yAxis.reversed&&(p=!p);var g=!this.followPointer&&M(n.ttBelow,!r.inverted===p),y=function(t,e,n,i,r,s,u){var d=l?"y"===t?o*h.scaleY:o*h.scaleX:o,p=(n-i)/2,f=i<r-o,m=r+o+i<e,y=r-d-n+p;if(r=r+d-p,g&&m)a[t]=r;else if(!g&&f)a[t]=y;else if(f)a[t]=Math.min(u-i,0>y-c?y:y-c);else{if(!m)return!1;a[t]=Math.max(s,r+c+n>e?r:r+c)}},b=function(t,e,n,i,r){var s;return r<o||r>e-o?s=!1:a[t]=r<n/2?1:r>e-i/2?e-i-2:r-n/2,s},v=function(t){var e=f;f=m,m=e,i=t},_=function(){!1!==y.apply(0,f)?!1!==b.apply(0,m)||i||(v(!0),_()):i?a.x=a.y=0:(v(!0),_())};return(r.inverted||1<this.len)&&v(),_(),a},t.prototype.hide=function(t){var e=this;r.clearTimeout(this.hideTimer),t=M(t,this.options.hideDelay),this.isHidden||(this.hideTimer=_((function(){e.getLabel().fadeOut(t?void 0:t),e.isHidden=!0}),t))},t.prototype.init=function(t,e){this.chart=t,this.options=e,this.crosshairs=[],this.now={x:0,y:0},this.isHidden=!0,this.split=e.split&&!t.inverted&&!t.polar,this.shared=e.shared||this.split,this.outside=M(e.outside,!(!t.scrollablePixelsX&&!t.scrollablePixelsY))},t.prototype.shouldStickOnContact=function(){return!(this.followPointer||!this.options.stickOnContact)},t.prototype.isStickyOnContact=function(){return!(!this.shouldStickOnContact()||!this.inContact)},t.prototype.move=function(t,e,n,i){var o=this,s=o.now,a=!1!==o.options.animation&&!o.isHidden&&(1<Math.abs(t-s.x)||1<Math.abs(e-s.y)),c=o.followPointer||1<o.len;p(s,{x:a?(2*s.x+t)/3:t,y:a?(s.y+e)/2:e,anchorX:c?void 0:a?(2*s.anchorX+n)/3:n,anchorY:c?void 0:a?(s.anchorY+i)/2:i}),o.getLabel().attr(s),o.drawTracker(),a&&(r.clearTimeout(this.tooltipTimeout),this.tooltipTimeout=setTimeout((function(){o&&o.move(t,e,n,i)}),32))},t.prototype.refresh=function(t,e){var n=this.chart,i=this.options,o=v(t),s=o[0],a=[],c=i.formatter||this.defaultFormatter,l=this.shared,u=n.styledMode,d={};if(i.enabled){r.clearTimeout(this.hideTimer),this.allowShared=!(!m(t)&&t.series&&t.series.noSharedTooltip),this.followPointer=!this.split&&s.series.tooltipOptions.followPointer;var h=(t=this.getAnchor(t,e))[0],p=t[1];if(l&&this.allowShared?(n.pointer.applyInactiveState(o),o.forEach((function(t){t.setState("hover"),a.push(t.getLabelConfig())})),(d={x:s.category,y:s.y}).points=a):d=s.getLabelConfig(),this.len=a.length,c=c.call(d,this),l=s.series,this.distance=M(l.tooltipOptions.distance,16),!1===c)this.hide();else{if(this.split&&this.allowShared)this.renderSplit(c,o);else{var g=h,y=p;if(e&&n.pointer.isDirectTouch&&(g=e.chartX-n.plotLeft,y=e.chartY-n.plotTop),!n.polar&&!1!==l.options.clip&&!o.some((function(t){return t.series.shouldShowTooltip(g,y)})))return void this.hide();e=this.getLabel(),i.style.width&&!u||e.css({width:this.chart.spacingBox.width+"px"}),e.attr({text:c&&c.join?c.join(""):c}),e.removeClass(/highcharts-color-[\d]+/g).addClass("highcharts-color-"+M(s.colorIndex,l.colorIndex)),u||e.attr({stroke:i.borderColor||s.color||l.color||"#666666"}),this.updatePosition({plotX:h,plotY:p,negative:s.negative,ttBelow:s.ttBelow,h:t[2]||0})}this.isHidden&&this.label&&this.label.attr({opacity:1}).show(),this.isHidden=!1}f(this,"refresh")}},t.prototype.renderSplit=function(t,e){function n(t,e,n,r,o){return void 0===o&&(o=!0),n?(e=O?0:D,t=l(t-r/2,T.left,T.right-r-(i.outside?j:0))):(e-=z,t=l(t=o?t-r-L:t+L,o?t:T.left,T.right)),{x:t,y:e}}var i=this,r=i.chart,o=i.chart,c=o.chartWidth,u=o.chartHeight,d=o.plotHeight,h=o.plotLeft,f=o.plotTop,m=o.pointer,g=o.scrollablePixelsY;g=void 0===g?0:g;var b=o.scrollablePixelsX,v=o.scrollingContainer,_=(v=void 0===v?{scrollLeft:0,scrollTop:0}:v).scrollLeft;v=v.scrollTop;var x=o.styledMode,L=i.distance,A=i.options,w=i.options.positioner,T=i.outside&&"number"!=typeof b?s.documentElement.getBoundingClientRect():{left:_,right:_+c,top:v,bottom:v+u},k=i.getLabel(),S=this.renderer||r.renderer,O=!(!r.xAxis[0]||!r.xAxis[0].opposite),j=(r=m.getChartPosition()).left;r=r.top;var z=f+v,C=0,D=d-g;y(t)&&(t=[!1,t]),t=t.slice(0,e.length+1).reduce((function(t,r,o){if(!1!==r&&""!==r){var s=(o=e[o-1]||{isHeader:!0,plotX:e[0].plotX,plotY:d,series:{}}).isHeader,a=s?i:o.series;r=r.toString();var c=a.tt,u=o.isHeader,p=o.series,m="highcharts-color-"+M(o.colorIndex,p.colorIndex,"none");if(c||(c={padding:A.padding,r:A.borderRadius},x||(c.fill=A.backgroundColor,c["stroke-width"]=A.borderWidth),c=S.label("",0,0,A[u?"headerShape":"shape"],void 0,void 0,A.useHTML).addClass((u?"highcharts-tooltip-header ":"")+"highcharts-tooltip-box "+m).attr(c).add(k)),c.isActive=!0,c.attr({text:r}),x||c.css(A.style).shadow(A.shadow).attr({stroke:A.borderColor||o.color||p.color||"#333333"}),r=(u=(a=a.tt=c).getBBox()).width+a.strokeWidth(),s&&(C=u.height,D+=C,O&&(z-=C)),p=void 0===(p=o.plotX)?0:p,m=void 0===(m=o.plotY)?0:m,c=o.series,o.isHeader){p=h+p;var g=f+d/2}else{var y=c.xAxis,b=c.yAxis;p=y.pos+l(p,-L,y.len+L),c.shouldShowTooltip(0,b.pos-f+m,{ignoreX:!0})&&(g=b.pos+m)}p=l(p,T.left-L,T.right+L),"number"==typeof g?(u=u.height+1,m=w?w.call(i,r,u,o):n(p,g,s,r),t.push({align:w?0:void 0,anchorX:p,anchorY:g,boxWidth:r,point:o,rank:M(m.rank,s?1:0),size:u,target:m.y,tt:a,x:m.x})):a.isActive=!1}return t}),[]),!w&&t.some((function(t){var e=(i.outside?j:0)+t.anchorX;return e<T.left&&e+t.boxWidth<T.right||e<j-T.left+t.boxWidth&&T.right-e>e}))&&(t=t.map((function(t){var e=n(t.anchorX,t.anchorY,t.point.isHeader,t.boxWidth,!1);return p(t,{target:e.y,x:e.x})}))),i.cleanSplit(),a(t,D);var P=j,E=j;t.forEach((function(t){var e=t.x,n=t.boxWidth;(t=t.isHeader)||(i.outside&&j+e<P&&(P=j+e),!t&&i.outside&&P+n>E&&(E=j+e))})),t.forEach((function(t){var e=t.x,n=t.anchorX,r=t.pos,o=t.point.isHeader;if(r={visibility:void 0===r?"hidden":"inherit",x:e,y:r+z,anchorX:n,anchorY:t.anchorY},i.outside&&e<n){var s=j-P;0<s&&(o||(r.x=e+s,r.anchorX=n+s),o&&(r.x=(E-P)/2,r.anchorX=n+s))}t.tt.attr(r)})),t=i.container,g=i.renderer,i.outside&&t&&g&&(o=k.getBBox(),g.setSize(o.width+o.x,o.height+o.y,!1),t.style.left=P+"px",t.style.top=r+"px")},t.prototype.drawTracker=function(){if(this.followPointer||!this.options.stickOnContact)this.tracker&&this.tracker.destroy();else{var t=this.chart,e=this.label,n=this.shared?t.hoverPoints:t.hoverPoint;if(e&&n){var i={x:0,y:0,width:0,height:0};n=this.getAnchor(n);var r=e.getBBox();n[0]+=t.plotLeft-e.translateX,n[1]+=t.plotTop-e.translateY,i.x=Math.min(0,n[0]),i.y=Math.min(0,n[1]),i.width=0>n[0]?Math.max(Math.abs(n[0]),r.width-n[0]):Math.max(Math.abs(n[0]),r.width),i.height=0>n[1]?Math.max(Math.abs(n[1]),r.height-Math.abs(n[1])):Math.max(Math.abs(n[1]),r.height),this.tracker?this.tracker.attr(i):(this.tracker=e.renderer.rect(i).addClass("highcharts-tracker").add(e),t.styledMode||this.tracker.attr({fill:"rgba(0,0,0,0)"}))}}},t.prototype.styledModeFormat=function(t){return t.replace('style="font-size: 10px"','class="highcharts-header"').replace(/style="color:{(point|series)\.color}"/g,'class="highcharts-color-{$1.colorIndex}"')},t.prototype.tooltipFooterHeaderFormatter=function(t,e){var n=t.series,i=n.tooltipOptions,r=n.xAxis,s=r&&r.dateTime;r={isFooter:e,labelConfig:t};var a=i.xDateFormat,c=i[e?"footerFormat":"headerFormat"];return f(this,"headerFormatter",r,(function(e){s&&!a&&g(t.key)&&(a=s.getXDateFormat(t.key,i.dateTimeLabelFormats)),s&&a&&(t.point&&t.point.tooltipDateKeys||["key"]).forEach((function(t){c=c.replace("{point."+t+"}","{point."+t+":"+a+"}")})),n.chart.styledMode&&(c=this.styledModeFormat(c)),e.text=o(c,{point:t,series:n},this.chart)})),r.text},t.prototype.update=function(t){this.destroy(),b(!0,this.chart.options.tooltip.userOptions,t),this.init(this.chart,b(!0,this.options,t))},t.prototype.updatePosition=function(t){var e=this.chart,n=this.options,i=e.pointer,r=this.getLabel();i=i.getChartPosition();var o=(n.positioner||this.getPosition).call(this,r.width,r.height,t),s=t.plotX+e.plotLeft;t=t.plotY+e.plotTop,this.outside&&(n=n.borderWidth+2*this.distance,this.renderer.setSize(r.width+n,r.height+n,!1),1===i.scaleX&&1===i.scaleY||(u(this.container,{transform:"scale("+i.scaleX+", "+i.scaleY+")"}),s*=i.scaleX,t*=i.scaleY),s+=i.left-o.x,t+=i.top-o.y),this.move(Math.round(o.x),Math.round(o.y||0),s,t)},t}()})),e(n,"Core/Series/Point.js",[n["Core/Renderer/HTML/AST.js"],n["Core/Animation/AnimationUtilities.js"],n["Core/DefaultOptions.js"],n["Core/FormatUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=e.animObject,s=n.defaultOptions,a=i.format,c=r.addEvent,l=r.defined,u=r.erase,d=r.extend,h=r.fireEvent,p=r.getNestedProperty,f=r.isArray,m=r.isFunction,g=r.isNumber,y=r.isObject,b=r.merge,M=r.objectEach,v=r.pick,_=r.syncTimeout,x=r.removeEvent,L=r.uniqueKey;return e=function(){function e(){this.colorIndex=this.category=void 0,this.formatPrefix="point",this.id=void 0,this.isNull=!1,this.percentage=this.options=this.name=void 0,this.selected=!1,this.total=this.series=void 0,this.visible=!0,this.x=void 0}return e.prototype.animateBeforeDestroy=function(){var t=this,e={x:t.startXPos,opacity:0},n=t.getGraphicalProps();n.singular.forEach((function(n){t[n]=t[n].animate("dataLabel"===n?{x:t[n].startXPos,y:t[n].startYPos,opacity:0}:e)})),n.plural.forEach((function(e){t[e].forEach((function(e){e.element&&e.animate(d({x:t.startXPos},e.startYPos?{x:e.startXPos,y:e.startYPos}:{}))}))}))},e.prototype.applyOptions=function(t,n){var i=this.series,r=i.options.pointValKey||i.pointValKey;return t=e.prototype.optionsToObject.call(this,t),d(this,t),this.options=this.options?d(this.options,t):t,t.group&&delete this.group,t.dataLabels&&delete this.dataLabels,r&&(this.y=e.prototype.getNestedProperty.call(this,r)),this.formatPrefix=(this.isNull=v(this.isValid&&!this.isValid(),null===this.x||!g(this.y)))?"null":"point",this.selected&&(this.state="select"),"name"in this&&void 0===n&&i.xAxis&&i.xAxis.hasNames&&(this.x=i.xAxis.nameToX(this)),void 0===this.x&&i?this.x=void 0===n?i.autoIncrement():n:g(t.x)&&i.options.relativeXValue&&(this.x=i.autoIncrement(t.x)),this},e.prototype.destroy=function(){function t(){for(r in(e.graphic||e.dataLabel||e.dataLabels)&&(x(e),e.destroyElements()),e)e[r]=null}var e=this,n=e.series,i=n.chart;n=n.options.dataSorting;var r,s=i.hoverPoints,a=o(e.series.chart.renderer.globalAnimation);e.legendItem&&i.legend.destroyItem(e),s&&(e.setState(),u(s,e),s.length||(i.hoverPoints=null)),e===i.hoverPoint&&e.onMouseOut(),n&&n.enabled?(this.animateBeforeDestroy(),_(t,a.duration)):t(),i.pointCount--},e.prototype.destroyElements=function(t){var e=this;(t=e.getGraphicalProps(t)).singular.forEach((function(t){e[t]=e[t].destroy()})),t.plural.forEach((function(t){e[t].forEach((function(t){t.element&&t.destroy()})),delete e[t]}))},e.prototype.firePointEvent=function(t,e,n){var i=this,r=this.series.options;(r.point.events[t]||i.options&&i.options.events&&i.options.events[t])&&i.importEvents(),"click"===t&&r.allowPointSelect&&(n=function(t){i.select&&i.select(null,t.ctrlKey||t.metaKey||t.shiftKey)}),h(i,t,e,n)},e.prototype.getClassName=function(){return"highcharts-point"+(this.selected?" highcharts-point-select":"")+(this.negative?" highcharts-negative":"")+(this.isNull?" highcharts-null-point":"")+(void 0!==this.colorIndex?" highcharts-color-"+this.colorIndex:"")+(this.options.className?" "+this.options.className:"")+(this.zone&&this.zone.className?" "+this.zone.className.replace("highcharts-negative",""):"")},e.prototype.getGraphicalProps=function(t){var e,n=this,i=[],r={singular:[],plural:[]};for((t=t||{graphic:1,dataLabel:1}).graphic&&i.push("graphic","upperGraphic","shadowGroup"),t.dataLabel&&i.push("dataLabel","dataLabelUpper","connector"),e=i.length;e--;){var o=i[e];n[o]&&r.singular.push(o)}return["dataLabel","connector"].forEach((function(e){var i=e+"s";t[e]&&n[i]&&r.plural.push(i)})),r},e.prototype.getLabelConfig=function(){return{x:this.category,y:this.y,color:this.color,colorIndex:this.colorIndex,key:this.name||this.category,series:this.series,point:this,percentage:this.percentage,total:this.total||this.stackTotal}},e.prototype.getNestedProperty=function(t){if(t)return 0===t.indexOf("custom.")?p(t,this.options):this[t]},e.prototype.getZone=function(){var t=this.series,e=t.zones;t=t.zoneAxis||"y";var n,i=0;for(n=e[i];this[t]>=n.value;)n=e[++i];return this.nonZonedColor||(this.nonZonedColor=this.color),this.color=n&&n.color&&!this.options.color?n.color:this.nonZonedColor,n},e.prototype.hasNewShapeType=function(){return(this.graphic&&(this.graphic.symbolName||this.graphic.element.nodeName))!==this.shapeType},e.prototype.init=function(t,e,n){return this.series=t,this.applyOptions(e,n),this.id=l(this.id)?this.id:L(),this.resolveColor(),t.chart.pointCount++,h(this,"afterInit"),this},e.prototype.optionsToObject=function(t){var n=this.series,i=n.options.keys,r=i||n.pointArrayMap||["y"],o=r.length,s={},a=0,c=0;if(g(t)||null===t)s[r[0]]=t;else if(f(t))for(!i&&t.length>o&&("string"===(n=typeof t[0])?s.name=t[0]:"number"===n&&(s.x=t[0]),a++);c<o;)i&&void 0===t[a]||(0<r[c].indexOf(".")?e.prototype.setNestedProperty(s,t[a],r[c]):s[r[c]]=t[a]),a++,c++;else"object"==typeof t&&(s=t,t.dataLabels&&(n._hasPointLabels=!0),t.marker&&(n._hasPointMarkers=!0));return s},e.prototype.resolveColor=function(){var t=this.series,e=t.chart.styledMode,n=t.chart.options.chart.colorCount;if(delete this.nonZonedColor,t.options.colorByPoint){if(!e){var i=(n=t.options.colors||t.chart.options.colors)[t.colorCounter];n=n.length}e=t.colorCounter,t.colorCounter++,t.colorCounter===n&&(t.colorCounter=0)}else e||(i=t.color),e=t.colorIndex;this.colorIndex=v(this.options.colorIndex,e),this.color=v(this.options.color,i)},e.prototype.setNestedProperty=function(t,e,n){return n.split(".").reduce((function(t,n,i,r){return t[n]=r.length-1===i?e:y(t[n],!0)?t[n]:{},t[n]}),t),t},e.prototype.tooltipFormatter=function(t){var e=this.series,n=e.tooltipOptions,i=v(n.valueDecimals,""),r=n.valuePrefix||"",o=n.valueSuffix||"";return e.chart.styledMode&&(t=e.chart.tooltip.styledModeFormat(t)),(e.pointArrayMap||["y"]).forEach((function(e){e="{point."+e,(r||o)&&(t=t.replace(RegExp(e+"}","g"),r+e+"}"+o)),t=t.replace(RegExp(e+"}","g"),e+":,."+i+"f}")})),a(t,{point:this,series:this.series},e.chart)},e.prototype.update=function(t,e,n,i){function r(){s.applyOptions(t);var i=c&&s.hasDummyGraphic;i=null===s.y?!i:i,c&&i&&(s.graphic=c.destroy(),delete s.hasDummyGraphic),y(t,!0)&&(c&&c.element&&t&&t.marker&&void 0!==t.marker.symbol&&(s.graphic=c.destroy()),t&&t.dataLabels&&s.dataLabel&&(s.dataLabel=s.dataLabel.destroy()),s.connector&&(s.connector=s.connector.destroy())),o=s.index,a.updateParallelArrays(s,o),u.data[o]=y(u.data[o],!0)||y(t,!0)?s.options:v(t,u.data[o]),a.isDirty=a.isDirtyData=!0,!a.fixedBox&&a.hasCartesianSeries&&(l.isDirtyBox=!0),"point"===u.legendType&&(l.isDirtyLegend=!0),e&&l.redraw(n)}var o,s=this,a=s.series,c=s.graphic,l=a.chart,u=a.options;e=v(e,!0),!1===i?r():s.firePointEvent("update",{options:t},r)},e.prototype.remove=function(t,e){this.series.removePoint(this.series.data.indexOf(this),t,e)},e.prototype.select=function(t,e){var n=this,i=n.series,r=i.chart;this.selectedStaging=t=v(t,!n.selected),n.firePointEvent(t?"select":"unselect",{accumulate:e},(function(){n.selected=n.options.selected=t,i.options.data[i.data.indexOf(n)]=n.options,n.setState(t&&"select"),e||r.getSelectedPoints().forEach((function(t){var e=t.series;t.selected&&t!==n&&(t.selected=t.options.selected=!1,e.options.data[e.data.indexOf(t)]=t.options,t.setState(r.hoverPoints&&e.options.inactiveOtherPoints?"inactive":""),t.firePointEvent("unselect"))}))})),delete this.selectedStaging},e.prototype.onMouseOver=function(t){var e=this.series.chart,n=e.pointer;t=t?n.normalize(t):n.getChartCoordinatesFromPoint(this,e.inverted),n.runPointActions(t,this)},e.prototype.onMouseOut=function(){var t=this.series.chart;this.firePointEvent("mouseOut"),this.series.options.inactiveOtherPoints||(t.hoverPoints||[]).forEach((function(t){t.setState()})),t.hoverPoints=t.hoverPoint=null},e.prototype.importEvents=function(){if(!this.hasImportedEvents){var t=this,e=b(t.series.options.point,t.options).events;t.events=e,M(e,(function(e,n){m(e)&&c(t,n,e)})),this.hasImportedEvents=!0}},e.prototype.setState=function(e,n){var i,r=this.series,o=this.state,a=r.options.states[e||"normal"]||{},c=s.plotOptions[r.type].marker&&r.options.marker,l=c&&!1===c.enabled,u=c&&c.states&&c.states[e||"normal"]||{},p=!1===u.enabled,f=this.marker||{},m=r.chart,y=c&&r.markerAttribs,b=r.halo,M=r.stateMarkerGraphic;if(!((e=e||"")===this.state&&!n||this.selected&&"select"!==e||!1===a.enabled||e&&(p||l&&!1===u.enabled)||e&&f.states&&f.states[e]&&!1===f.states[e].enabled)){if(this.state=e,y&&(i=r.markerAttribs(this,e)),this.graphic&&!this.hasDummyGraphic){if(o&&this.graphic.removeClass("highcharts-point-"+o),e&&this.graphic.addClass("highcharts-point-"+e),!m.styledMode){var _=r.pointAttribs(this,e),x=v(m.options.chart.animation,a.animation);r.options.inactiveOtherPoints&&g(_.opacity)&&((this.dataLabels||[]).forEach((function(t){t&&t.animate({opacity:_.opacity},x)})),this.connector&&this.connector.animate({opacity:_.opacity},x)),this.graphic.animate(_,x)}i&&this.graphic.animate(i,v(m.options.chart.animation,u.animation,c.animation)),M&&M.hide()}else e&&u&&(o=f.symbol||r.symbol,M&&M.currentSymbol!==o&&(M=M.destroy()),i&&(M?M[n?"animate":"attr"]({x:i.x,y:i.y}):o&&(r.stateMarkerGraphic=M=m.renderer.symbol(o,i.x,i.y,i.width,i.height).add(r.markerGroup),M.currentSymbol=o)),!m.styledMode&&M&&"inactive"!==this.state&&M.attr(r.pointAttribs(this,e))),M&&(M[e&&this.isInside?"show":"hide"](),M.element.point=this,M.addClass(this.getClassName(),!0));a=a.halo,i=(M=this.graphic||M)&&M.visibility||"inherit",a&&a.size&&M&&"hidden"!==i&&!this.isCluster?(b||(r.halo=b=m.renderer.path().add(M.parentGroup)),b.show()[n?"animate":"attr"]({d:this.haloPath(a.size)}),b.attr({class:"highcharts-halo highcharts-color-"+v(this.colorIndex,r.colorIndex)+(this.className?" "+this.className:""),visibility:i,zIndex:-1}),b.point=this,m.styledMode||b.attr(d({fill:this.color||r.color,"fill-opacity":a.opacity},t.filterUserAttributes(a.attributes||{})))):b&&b.point&&b.point.haloPath&&b.animate({d:b.point.haloPath(0)},null,b.hide),h(this,"afterSetState",{state:e})}},e.prototype.haloPath=function(t){return this.series.chart.renderer.symbols.circle(Math.floor(this.plotX)-t,this.plotY-t,2*t,2*t)},e}()})),e(n,"Core/Pointer.js",[n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Tooltip.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=t.parse,o=e.charts,s=e.noop,a=i.addEvent,c=i.attr,l=i.css,u=i.defined,d=i.extend,h=i.find,p=i.fireEvent,f=i.isNumber,m=i.isObject,g=i.objectEach,y=i.offset,b=i.pick,M=i.splat;return t=function(){function t(t,e){this.lastValidTouch={},this.pinchDown=[],this.runChartClick=!1,this.eventsToUnbind=[],this.chart=t,this.hasDragged=!1,this.options=e,this.init(t,e)}return t.prototype.applyInactiveState=function(t){var e,n=[];(t||[]).forEach((function(t){e=t.series,n.push(e),e.linkedParent&&n.push(e.linkedParent),e.linkedSeries&&(n=n.concat(e.linkedSeries)),e.navigatorSeries&&n.push(e.navigatorSeries)})),this.chart.series.forEach((function(t){-1===n.indexOf(t)?t.setState("inactive",!0):t.options.inactiveOtherPoints&&t.setAllPointsToState("inactive")}))},t.prototype.destroy=function(){var n=this;this.eventsToUnbind.forEach((function(t){return t()})),this.eventsToUnbind=[],e.chartCount||(t.unbindDocumentMouseUp&&(t.unbindDocumentMouseUp=t.unbindDocumentMouseUp()),t.unbindDocumentTouchEnd&&(t.unbindDocumentTouchEnd=t.unbindDocumentTouchEnd())),clearInterval(n.tooltipTimeout),g(n,(function(t,e){n[e]=void 0}))},t.prototype.drag=function(t){var e=this.chart,n=e.options.chart,i=this.zoomHor,o=this.zoomVert,s=e.plotLeft,a=e.plotTop,c=e.plotWidth,l=e.plotHeight,u=this.mouseDownX||0,d=this.mouseDownY||0,h=m(n.panning)?n.panning&&n.panning.enabled:n.panning,p=n.panKey&&t[n.panKey+"Key"],f=t.chartX,g=t.chartY,y=this.selectionMarker;if((!y||!y.touch)&&(f<s?f=s:f>s+c&&(f=s+c),g<a?g=a:g>a+l&&(g=a+l),this.hasDragged=Math.sqrt(Math.pow(u-f,2)+Math.pow(d-g,2)),10<this.hasDragged)){var b=e.isInsidePlot(u-s,d-a,{visiblePlotOnly:!0});!e.hasCartesianSeries&&!e.mapView||!this.zoomX&&!this.zoomY||!b||p||y||(this.selectionMarker=y=e.renderer.rect(s,a,i?1:c,o?1:l,0).attr({class:"highcharts-selection-marker",zIndex:7}).add(),e.styledMode||y.attr({fill:n.selectionMarkerFill||r("#335cad").setOpacity(.25).get()})),y&&i&&(i=f-u,y.attr({width:Math.abs(i),x:(0<i?0:i)+u})),y&&o&&(i=g-d,y.attr({height:Math.abs(i),y:(0<i?0:i)+d})),b&&!y&&h&&e.pan(t,n.panning)}},t.prototype.dragStart=function(t){var e=this.chart;e.mouseIsDown=t.type,e.cancelClick=!1,e.mouseDownX=this.mouseDownX=t.chartX,e.mouseDownY=this.mouseDownY=t.chartY},t.prototype.drop=function(t){var e=this,n=this.chart,i=this.hasPinched;if(this.selectionMarker){var r=this.selectionMarker,o=r.attr?r.attr("x"):r.x,s=r.attr?r.attr("y"):r.y,a=r.attr?r.attr("width"):r.width,c=r.attr?r.attr("height"):r.height,h={originalEvent:t,xAxis:[],yAxis:[],x:o,y:s,width:a,height:c},m=!!n.mapView;(this.hasDragged||i)&&(n.axes.forEach((function(n){if(n.zoomEnabled&&u(n.min)&&(i||e[{xAxis:"zoomX",yAxis:"zoomY"}[n.coll]])&&f(o)&&f(s)){var r=n.horiz,l="touchend"===t.type?n.minPixelPadding:0,d=n.toValue((r?o:s)+l);r=n.toValue((r?o+a:s+c)-l),h[n.coll].push({axis:n,min:Math.min(d,r),max:Math.max(d,r)}),m=!0}})),m&&p(n,"selection",h,(function(t){n.zoom(d(t,i?{animation:!1}:null))}))),f(n.index)&&(this.selectionMarker=this.selectionMarker.destroy()),i&&this.scaleGroups()}n&&f(n.index)&&(l(n.container,{cursor:n._cursor}),n.cancelClick=10<this.hasDragged,n.mouseIsDown=this.hasDragged=this.hasPinched=!1,this.pinchDown=[])},t.prototype.findNearestKDPoint=function(t,e,n){var i,r=this.chart,o=r.hoverPoint;return r=r.tooltip,o&&r&&r.isStickyOnContact()?o:(t.forEach((function(t){var r=!(t.noSharedTooltip&&e)&&0>t.options.findNearestPointBy.indexOf("y");if(t=t.searchPoint(n,r),(r=m(t,!0)&&t.series)&&!(r=!m(i,!0))){r=i.distX-t.distX;var o=i.dist-t.dist,s=(t.series.group&&t.series.group.zIndex)-(i.series.group&&i.series.group.zIndex);r=0<(0!==r&&e?r:0!==o?o:0!==s?s:i.series.index>t.series.index?-1:1)}r&&(i=t)})),i)},t.prototype.getChartCoordinatesFromPoint=function(t,e){var n=t.series,i=n.xAxis;n=n.yAxis;var r=t.shapeArgs;if(i&&n){var o=b(t.clientX,t.plotX),s=t.plotY||0;return t.isNode&&r&&f(r.x)&&f(r.y)&&(o=r.x,s=r.y),e?{chartX:n.len+n.pos-s,chartY:i.len+i.pos-o}:{chartX:o+i.pos,chartY:s+n.pos}}if(r&&r.x&&r.y)return{chartX:r.x,chartY:r.y}},t.prototype.getChartPosition=function(){if(this.chartPosition)return this.chartPosition;var t=this.chart.container,e=y(t);this.chartPosition={left:e.left,top:e.top,scaleX:1,scaleY:1};var n=t.offsetWidth;return t=t.offsetHeight,2<n&&2<t&&(this.chartPosition.scaleX=e.width/n,this.chartPosition.scaleY=e.height/t),this.chartPosition},t.prototype.getCoordinates=function(t){var e={xAxis:[],yAxis:[]};return this.chart.axes.forEach((function(n){e[n.isXAxis?"xAxis":"yAxis"].push({axis:n,value:n.toValue(t[n.horiz?"chartX":"chartY"])})})),e},t.prototype.getHoverData=function(t,e,n,i,r,o){var s=[];i=!(!i||!t);var a={chartX:o?o.chartX:void 0,chartY:o?o.chartY:void 0,shared:r};p(this,"beforeGetHoverData",a);var c=e&&!e.stickyTracking?[e]:n.filter((function(t){return a.filter?a.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&t.stickyTracking})),l=i||!o?t:this.findNearestKDPoint(c,r,o);return e=l&&l.series,l&&(r&&!e.noSharedTooltip?(c=n.filter((function(t){return a.filter?a.filter(t):t.visible&&!(!r&&t.directTouch)&&b(t.options.enableMouseTracking,!0)&&!t.noSharedTooltip}))).forEach((function(t){var e=h(t.points,(function(t){return t.x===l.x&&!t.isNull}));m(e)&&(t.chart.isBoosting&&(e=t.getPoint(e)),s.push(e))})):s.push(l)),p(this,"afterGetHoverData",a={hoverPoint:l}),{hoverPoint:a.hoverPoint,hoverSeries:e,hoverPoints:s}},t.prototype.getPointFromEvent=function(t){t=t.target;for(var e;t&&!e;)e=t.point,t=t.parentNode;return e},t.prototype.onTrackerMouseOut=function(t){t=t.relatedTarget||t.toElement;var e=this.chart.hoverSeries;this.isDirectTouch=!1,!e||!t||e.stickyTracking||this.inClass(t,"highcharts-tooltip")||this.inClass(t,"highcharts-series-"+e.index)&&this.inClass(t,"highcharts-tracker")||e.onMouseOut()},t.prototype.inClass=function(t,e){for(var n;t;){if(n=c(t,"class")){if(-1!==n.indexOf(e))return!0;if(-1!==n.indexOf("highcharts-container"))return!1}t=t.parentNode}},t.prototype.init=function(t,e){this.options=e,this.chart=t,this.runChartClick=!(!e.chart.events||!e.chart.events.click),this.pinchDown=[],this.lastValidTouch={},n&&(t.tooltip=new n(t,e.tooltip),this.followTouchMove=b(e.tooltip.followTouchMove,!0)),this.setDOMEvents()},t.prototype.normalize=function(t,e){var n=t.touches,i=n?n.length?n.item(0):b(n.changedTouches,t.changedTouches)[0]:t;return e||(e=this.getChartPosition()),n=i.pageX-e.left,i=i.pageY-e.top,n/=e.scaleX,i/=e.scaleY,d(t,{chartX:Math.round(n),chartY:Math.round(i)})},t.prototype.onContainerClick=function(t){var e=this.chart,n=e.hoverPoint;t=this.normalize(t);var i=e.plotLeft,r=e.plotTop;e.cancelClick||(n&&this.inClass(t.target,"highcharts-tracker")?(p(n.series,"click",d(t,{point:n})),e.hoverPoint&&n.firePointEvent("click",t)):(d(t,this.getCoordinates(t)),e.isInsidePlot(t.chartX-i,t.chartY-r,{visiblePlotOnly:!0})&&p(e,"click",t)))},t.prototype.onContainerMouseDown=function(t){var n=1==(1&(t.buttons||t.button));t=this.normalize(t),e.isFirefox&&0!==t.button&&this.onContainerMouseMove(t),(void 0===t.button||n)&&(this.zoomOption(t),n&&t.preventDefault&&t.preventDefault(),this.dragStart(t))},t.prototype.onContainerMouseLeave=function(e){var n=o[b(t.hoverChartIndex,-1)],i=this.chart.tooltip;i&&i.shouldStickOnContact()&&this.inClass(e.relatedTarget,"highcharts-tooltip-container")||(e=this.normalize(e),n&&(e.relatedTarget||e.toElement)&&(n.pointer.reset(),n.pointer.chartPosition=void 0),i&&!i.isHidden&&this.reset())},t.prototype.onContainerMouseEnter=function(t){delete this.chartPosition},t.prototype.onContainerMouseMove=function(t){var e=this.chart;t=this.normalize(t),this.setHoverChartIndex(),t.preventDefault||(t.returnValue=!1),("mousedown"===e.mouseIsDown||this.touchSelect(t))&&this.drag(t),e.openMenu||!this.inClass(t.target,"highcharts-tracker")&&!e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||(this.inClass(t.target,"highcharts-no-tooltip")?this.reset(!1,0):this.runPointActions(t))},t.prototype.onDocumentTouchEnd=function(e){var n=o[b(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},t.prototype.onContainerTouchMove=function(t){this.touchSelect(t)?this.onContainerMouseMove(t):this.touch(t)},t.prototype.onContainerTouchStart=function(t){this.touchSelect(t)?this.onContainerMouseDown(t):(this.zoomOption(t),this.touch(t,!0))},t.prototype.onDocumentMouseMove=function(t){var e=this.chart,n=this.chartPosition;t=this.normalize(t,n);var i=e.tooltip;!n||i&&i.isStickyOnContact()||e.isInsidePlot(t.chartX-e.plotLeft,t.chartY-e.plotTop,{visiblePlotOnly:!0})||this.inClass(t.target,"highcharts-tracker")||this.reset()},t.prototype.onDocumentMouseUp=function(e){var n=o[b(t.hoverChartIndex,-1)];n&&n.pointer.drop(e)},t.prototype.pinch=function(t){var e=this,n=e.chart,i=e.pinchDown,r=t.touches||[],o=r.length,a=e.lastValidTouch,c=e.hasZoom,l={},u=1===o&&(e.inClass(t.target,"highcharts-tracker")&&n.runTrackerClick||e.runChartClick),h={},f=e.selectionMarker;1<o?e.initiated=!0:1===o&&this.followTouchMove&&(e.initiated=!1),c&&e.initiated&&!u&&!1!==t.cancelable&&t.preventDefault(),[].map.call(r,(function(t){return e.normalize(t)})),"touchstart"===t.type?([].forEach.call(r,(function(t,e){i[e]={chartX:t.chartX,chartY:t.chartY}})),a.x=[i[0].chartX,i[1]&&i[1].chartX],a.y=[i[0].chartY,i[1]&&i[1].chartY],n.axes.forEach((function(t){if(t.zoomEnabled){var e=n.bounds[t.horiz?"h":"v"],i=t.minPixelPadding,r=t.toPixels(Math.min(b(t.options.min,t.dataMin),t.dataMin)),o=t.toPixels(Math.max(b(t.options.max,t.dataMax),t.dataMax)),s=Math.max(r,o);e.min=Math.min(t.pos,Math.min(r,o)-i),e.max=Math.max(t.pos+t.len,s+i)}})),e.res=!0):e.followTouchMove&&1===o?this.runPointActions(e.normalize(t)):i.length&&(p(n,"touchpan",{originalEvent:t},(function(){f||(e.selectionMarker=f=d({destroy:s,touch:!0},n.plotBox)),e.pinchTranslate(i,r,l,f,h,a),e.hasPinched=c,e.scaleGroups(l,h)})),e.res&&(e.res=!1,this.reset(!1,0)))},t.prototype.pinchTranslate=function(t,e,n,i,r,o){this.zoomHor&&this.pinchTranslateDirection(!0,t,e,n,i,r,o),this.zoomVert&&this.pinchTranslateDirection(!1,t,e,n,i,r,o)},t.prototype.pinchTranslateDirection=function(t,e,n,i,r,o,s,a){var c=this.chart,l=t?"x":"y",u=t?"X":"Y",d="chart"+u,h=t?"width":"height",p=c["plot"+(t?"Left":"Top")],f=c.inverted,m=c.bounds[t?"h":"v"],g=1===e.length,y=e[0][d],b=!g&&e[1][d];e=function(){"number"==typeof L&&20<Math.abs(y-b)&&(_=a||Math.abs(x-L)/Math.abs(y-b)),v=(p-x)/_+y,M=c["plot"+(t?"Width":"Height")]/_};var M,v,_=a||1,x=n[0][d],L=!g&&n[1][d];if(e(),(n=v)<m.min){n=m.min;var A=!0}else n+M>m.max&&(n=m.max-M,A=!0);A?(x-=.8*(x-s[l][0]),"number"==typeof L&&(L-=.8*(L-s[l][1])),e()):s[l]=[x,L],f||(o[l]=v-p,o[h]=M),o=f?1/_:_,r[h]=M,r[l]=n,i[f?t?"scaleY":"scaleX":"scale"+u]=_,i["translate"+u]=o*p+(x-o*y)},t.prototype.reset=function(t,e){var n=this.chart,i=n.hoverSeries,r=n.hoverPoint,o=n.hoverPoints,s=n.tooltip,a=s&&s.shared?o:r;t&&a&&M(a).forEach((function(e){e.series.isCartesian&&void 0===e.plotX&&(t=!1)})),t?s&&a&&M(a).length&&(s.refresh(a),s.shared&&o?o.forEach((function(t){t.setState(t.state,!0),t.series.isCartesian&&(t.series.xAxis.crosshair&&t.series.xAxis.drawCrosshair(null,t),t.series.yAxis.crosshair&&t.series.yAxis.drawCrosshair(null,t))})):r&&(r.setState(r.state,!0),n.axes.forEach((function(t){t.crosshair&&r.series[t.coll]===t&&t.drawCrosshair(null,r)})))):(r&&r.onMouseOut(),o&&o.forEach((function(t){t.setState()})),i&&i.onMouseOut(),s&&s.hide(e),this.unDocMouseMove&&(this.unDocMouseMove=this.unDocMouseMove()),n.axes.forEach((function(t){t.hideCrosshair()})),this.hoverX=n.hoverPoints=n.hoverPoint=null)},t.prototype.runPointActions=function(e,n){var i=this.chart,r=i.tooltip&&i.tooltip.options.enabled?i.tooltip:void 0,s=!!r&&r.shared,c=n||i.hoverPoint,l=c&&c.series||i.hoverSeries;c=(n=this.getHoverData(c,l,i.series,(!e||"touchmove"!==e.type)&&(!!n||l&&l.directTouch&&this.isDirectTouch),s,e)).hoverPoint,l=n.hoverSeries;var u=n.hoverPoints;if(n=l&&l.tooltipOptions.followPointer&&!l.tooltipOptions.split,s=s&&l&&!l.noSharedTooltip,c&&(c!==i.hoverPoint||r&&r.isHidden)){if((i.hoverPoints||[]).forEach((function(t){-1===u.indexOf(t)&&t.setState()})),i.hoverSeries!==l&&l.onMouseOver(),this.applyInactiveState(u),(u||[]).forEach((function(t){t.setState("hover")})),i.hoverPoint&&i.hoverPoint.firePointEvent("mouseOut"),!c.series)return;i.hoverPoints=u,i.hoverPoint=c,c.firePointEvent("mouseOver"),r&&r.refresh(s?u:c,e)}else n&&r&&!r.isHidden&&(c=r.getAnchor([{}],e),i.isInsidePlot(c[0],c[1],{visiblePlotOnly:!0})&&r.updatePosition({plotX:c[0],plotY:c[1]}));this.unDocMouseMove||(this.unDocMouseMove=a(i.container.ownerDocument,"mousemove",(function(e){var n=o[t.hoverChartIndex];n&&n.pointer.onDocumentMouseMove(e)})),this.eventsToUnbind.push(this.unDocMouseMove)),i.axes.forEach((function(t){var n,r=b((t.crosshair||{}).snap,!0);r&&((n=i.hoverPoint)&&n.series[t.coll]===t||(n=h(u,(function(e){return e.series[t.coll]===t})))),n||!r?t.drawCrosshair(e,n):t.hideCrosshair()}))},t.prototype.scaleGroups=function(t,e){var n=this.chart;n.series.forEach((function(i){var r=t||i.getPlotBox();i.group&&(i.xAxis&&i.xAxis.zoomEnabled||n.mapView)&&(i.group.attr(r),i.markerGroup&&(i.markerGroup.attr(r),i.markerGroup.clip(e?n.clipRect:null)),i.dataLabelsGroup&&i.dataLabelsGroup.attr(r))})),n.clipRect.attr(e||n.clipBox)},t.prototype.setDOMEvents=function(){var n=this,i=this.chart.container,r=i.ownerDocument;i.onmousedown=this.onContainerMouseDown.bind(this),i.onmousemove=this.onContainerMouseMove.bind(this),i.onclick=this.onContainerClick.bind(this),this.eventsToUnbind.push(a(i,"mouseenter",this.onContainerMouseEnter.bind(this))),this.eventsToUnbind.push(a(i,"mouseleave",this.onContainerMouseLeave.bind(this))),t.unbindDocumentMouseUp||(t.unbindDocumentMouseUp=a(r,"mouseup",this.onDocumentMouseUp.bind(this)));for(var o=this.chart.renderTo.parentElement;o&&"BODY"!==o.tagName;)this.eventsToUnbind.push(a(o,"scroll",(function(){delete n.chartPosition}))),o=o.parentElement;e.hasTouch&&(this.eventsToUnbind.push(a(i,"touchstart",this.onContainerTouchStart.bind(this),{passive:!1})),this.eventsToUnbind.push(a(i,"touchmove",this.onContainerTouchMove.bind(this),{passive:!1})),t.unbindDocumentTouchEnd||(t.unbindDocumentTouchEnd=a(r,"touchend",this.onDocumentTouchEnd.bind(this),{passive:!1})))},t.prototype.setHoverChartIndex=function(){var n=this.chart,i=e.charts[b(t.hoverChartIndex,-1)];i&&i!==n&&i.pointer.onContainerMouseLeave({relatedTarget:!0}),i&&i.mouseIsDown||(t.hoverChartIndex=n.index)},t.prototype.touch=function(t,e){var n=this.chart;if(this.setHoverChartIndex(),1===t.touches.length)if(t=this.normalize(t),n.isInsidePlot(t.chartX-n.plotLeft,t.chartY-n.plotTop,{visiblePlotOnly:!0})&&!n.openMenu){if(e&&this.runPointActions(t),"touchmove"===t.type)var i=!!(e=this.pinchDown)[0]&&4<=Math.sqrt(Math.pow(e[0].chartX-t.chartX,2)+Math.pow(e[0].chartY-t.chartY,2));b(i,!0)&&this.pinch(t)}else e&&this.reset();else 2===t.touches.length&&this.pinch(t)},t.prototype.touchSelect=function(t){return!(!this.chart.options.chart.zoomBySingleTouch||!t.touches||1!==t.touches.length)},t.prototype.zoomOption=function(t){var e=this.chart,n=e.options.chart;e=e.inverted;var i=n.zoomType||"";/touch/.test(t.type)&&(i=b(n.pinchType,i)),this.zoomX=t=/x/.test(i),this.zoomY=n=/y/.test(i),this.zoomHor=t&&!e||n&&e,this.zoomVert=n&&!e||t&&e,this.hasZoom=t||n},t}()})),e(n,"Core/MSPointer.js",[n["Core/Globals.js"],n["Core/Pointer.js"],n["Core/Utilities.js"]],(function(t,e,n){function i(){var t=[];return t.item=function(t){return this[t]},h(f,(function(e){t.push({pageX:e.pageX,pageY:e.pageY,target:e.target})})),t}function r(t,n,r,o){var a=s[e.hoverChartIndex||NaN];"touch"!==t.pointerType&&t.pointerType!==t.MSPOINTER_TYPE_TOUCH||!a||(a=a.pointer,o(t),a[n]({type:r,target:t.currentTarget,preventDefault:c,touches:i()}))}var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=t.charts,a=t.doc,c=t.noop,l=t.win,u=n.addEvent,d=n.css,h=n.objectEach,p=n.removeEvent,f={},m=!!l.PointerEvent;return function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return o(n,e),n.isRequired=function(){return!(t.hasTouch||!l.PointerEvent&&!l.MSPointerEvent)},n.prototype.batchMSEvents=function(t){t(this.chart.container,m?"pointerdown":"MSPointerDown",this.onContainerPointerDown),t(this.chart.container,m?"pointermove":"MSPointerMove",this.onContainerPointerMove),t(a,m?"pointerup":"MSPointerUp",this.onDocumentPointerUp)},n.prototype.destroy=function(){this.batchMSEvents(p),e.prototype.destroy.call(this)},n.prototype.init=function(t,n){e.prototype.init.call(this,t,n),this.hasZoom&&d(t.container,{"-ms-touch-action":"none","touch-action":"none"})},n.prototype.onContainerPointerDown=function(t){r(t,"onContainerTouchStart","touchstart",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY,target:t.currentTarget}}))},n.prototype.onContainerPointerMove=function(t){r(t,"onContainerTouchMove","touchmove",(function(t){f[t.pointerId]={pageX:t.pageX,pageY:t.pageY},f[t.pointerId].target||(f[t.pointerId].target=t.currentTarget)}))},n.prototype.onDocumentPointerUp=function(t){r(t,"onDocumentTouchEnd","touchend",(function(t){delete f[t.pointerId]}))},n.prototype.setDOMEvents=function(){e.prototype.setDOMEvents.call(this),(this.hasZoom||this.followTouchMove)&&this.batchMSEvents(u)},n}(e)})),e(n,"Core/Legend/Legend.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Series/Point.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){var s=t.animObject,a=t.setAnimation,c=e.format;t=n.isFirefox;var l=n.marginNames;n=n.win;var u=r.distribute,d=o.addEvent,h=o.createElement,p=o.css,f=o.defined,m=o.discardElement,g=o.find,y=o.fireEvent,b=o.isNumber,M=o.merge,v=o.pick,_=o.relativeLength,x=o.stableSort,L=o.syncTimeout;return r=o.wrap,o=function(){function t(t,e){this.allItems=[],this.contentGroup=this.box=void 0,this.display=!1,this.group=void 0,this.offsetWidth=this.maxLegendWidth=this.maxItemWidth=this.legendWidth=this.legendHeight=this.lastLineHeight=this.lastItemY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItemY=0,this.options={},this.padding=0,this.pages=[],this.proximate=!1,this.scrollGroup=void 0,this.widthOption=this.totalItemWidth=this.titleHeight=this.symbolWidth=this.symbolHeight=0,this.chart=t,this.init(t,e)}return t.prototype.init=function(t,e){this.chart=t,this.setOptions(e),e.enabled&&(this.render(),d(this.chart,"endResize",(function(){this.legend.positionCheckboxes()})),this.proximate?this.unchartrender=d(this.chart,"render",(function(){this.legend.proximatePositions(),this.legend.positionItems()})):this.unchartrender&&this.unchartrender())},t.prototype.setOptions=function(t){var e=v(t.padding,8);this.options=t,this.chart.styledMode||(this.itemStyle=t.itemStyle,this.itemHiddenStyle=M(this.itemStyle,t.itemHiddenStyle)),this.itemMarginTop=t.itemMarginTop||0,this.itemMarginBottom=t.itemMarginBottom||0,this.padding=e,this.initialItemY=e-5,this.symbolWidth=v(t.symbolWidth,16),this.pages=[],this.proximate="proximate"===t.layout&&!this.chart.inverted,this.baseline=void 0},t.prototype.update=function(t,e){var n=this.chart;this.setOptions(M(!0,this.options,t)),this.destroy(),n.isDirtyLegend=n.isDirtyBox=!0,v(e,!0)&&n.redraw(),y(this,"afterUpdate")},t.prototype.colorizeItem=function(t,e){if(t.legendGroup[e?"removeClass":"addClass"]("highcharts-legend-item-hidden"),!this.chart.styledMode){var n=this.options,i=t.legendItem,r=t.legendLine,o=t.legendSymbol,s=this.itemHiddenStyle.color;n=e?n.itemStyle.color:s;var a=e&&t.color||s,c=t.options&&t.options.marker,l={fill:a};i&&i.css({fill:n,color:n}),r&&r.attr({stroke:a}),o&&(c&&o.isMarker&&(l=t.pointAttribs(),e||(l.stroke=l.fill=s)),o.attr(l))}y(this,"afterColorizeItem",{item:t,visible:e})},t.prototype.positionItems=function(){this.allItems.forEach(this.positionItem,this),this.chart.isResizing||this.positionCheckboxes()},t.prototype.positionItem=function(t){var e=this,n=this.options,i=n.symbolPadding,r=!n.rtl,o=t._legendItemPos;n=o[0],o=o[1];var s=t.checkbox,a=t.legendGroup;a&&a.element&&(i={translateX:r?n:this.legendWidth-n-2*i-4,translateY:o},r=function(){y(e,"afterPositionItem",{item:t})},f(a.translateY)?a.animate(i,void 0,r):(a.attr(i),r())),s&&(s.x=n,s.y=o)},t.prototype.destroyItem=function(t){var e=t.checkbox;["legendItem","legendLine","legendSymbol","legendGroup"].forEach((function(e){t[e]&&(t[e]=t[e].destroy())})),e&&m(t.checkbox)},t.prototype.destroy=function(){function t(t){this[t]&&(this[t]=this[t].destroy())}this.getAllItems().forEach((function(e){["legendItem","legendGroup"].forEach(t,e)})),"clipRect up down pager nav box title group".split(" ").forEach(t,this),this.display=null},t.prototype.positionCheckboxes=function(){var t=this.group&&this.group.alignAttr,e=this.clipHeight||this.legendHeight,n=this.titleHeight;if(t){var i=t.translateY;this.allItems.forEach((function(r){var o=r.checkbox;if(o){var s=i+n+o.y+(this.scrollOffset||0)+3;p(o,{left:t.translateX+r.checkboxOffset+o.x-20+"px",top:s+"px",display:this.proximate||s>i-6&&s<i+e-6?"":"none"})}}),this)}},t.prototype.renderTitle=function(){var t=this.options,e=this.padding,n=t.title,i=0;n.text&&(this.title||(this.title=this.chart.renderer.label(n.text,e-3,e-4,null,null,null,t.useHTML,null,"legend-title").attr({zIndex:1}),this.chart.styledMode||this.title.css(n.style),this.title.add(this.group)),n.width||this.title.css({width:this.maxLegendWidth+"px"}),i=(t=this.title.getBBox()).height,this.offsetWidth=t.width,this.contentGroup.attr({translateY:i})),this.titleHeight=i},t.prototype.setText=function(t){var e=this.options;t.legendItem.attr({text:e.labelFormat?c(e.labelFormat,t,this.chart):e.labelFormatter.call(t)})},t.prototype.renderItem=function(t){var e=this.chart,n=e.renderer,i=this.options,r=this.symbolWidth,o=i.symbolPadding||0,s=this.itemStyle,a=this.itemHiddenStyle,c="horizontal"===i.layout?v(i.itemDistance,20):0,l=!i.rtl,u=!t.series,d=!u&&t.series.drawLegendSymbol?t.series:t,h=d.options,p=this.createCheckboxForItem&&h&&h.showCheckbox,f=i.useHTML,m=t.options.className,g=t.legendItem;h=r+o+c+(p?20:0),g||(t.legendGroup=n.g("legend-item").addClass("highcharts-"+d.type+"-series highcharts-color-"+t.colorIndex+(m?" "+m:"")+(u?" highcharts-series-"+t.index:"")).attr({zIndex:1}).add(this.scrollGroup),t.legendItem=g=n.text("",l?r+o:-o,this.baseline||0,f),e.styledMode||g.css(M(t.visible?s:a)),g.attr({align:l?"left":"right",zIndex:2}).add(t.legendGroup),this.baseline||(this.fontMetrics=n.fontMetrics(e.styledMode?12:s.fontSize,g),this.baseline=this.fontMetrics.f+3+this.itemMarginTop,g.attr("y",this.baseline),this.symbolHeight=i.symbolHeight||this.fontMetrics.f,i.squareSymbol&&(this.symbolWidth=v(i.symbolWidth,Math.max(this.symbolHeight,16)),h=this.symbolWidth+o+c+(p?20:0),l&&g.attr("x",this.symbolWidth+o))),d.drawLegendSymbol(this,t),this.setItemEvents&&this.setItemEvents(t,g,f)),p&&!t.checkbox&&this.createCheckboxForItem&&this.createCheckboxForItem(t),this.colorizeItem(t,t.visible),!e.styledMode&&s.width||g.css({width:(i.itemWidth||this.widthOption||e.spacingBox.width)-h+"px"}),this.setText(t),e=g.getBBox(),n=this.fontMetrics&&this.fontMetrics.h||0,t.itemWidth=t.checkboxOffset=i.itemWidth||t.legendItemWidth||e.width+h,this.maxItemWidth=Math.max(this.maxItemWidth,t.itemWidth),this.totalItemWidth+=t.itemWidth,this.itemHeight=t.itemHeight=Math.round(t.legendItemHeight||(e.height>1.5*n?e.height:n))},t.prototype.layoutItem=function(t){var e=this.options,n=this.padding,i="horizontal"===e.layout,r=t.itemHeight,o=this.itemMarginBottom,s=this.itemMarginTop,a=i?v(e.itemDistance,20):0,c=this.maxLegendWidth;e=e.alignColumns&&this.totalItemWidth>c?this.maxItemWidth:t.itemWidth,i&&this.itemX-n+e>c&&(this.itemX=n,this.lastLineHeight&&(this.itemY+=s+this.lastLineHeight+o),this.lastLineHeight=0),this.lastItemY=s+this.itemY+o,this.lastLineHeight=Math.max(r,this.lastLineHeight),t._legendItemPos=[this.itemX,this.itemY],i?this.itemX+=e:(this.itemY+=s+r+o,this.lastLineHeight=r),this.offsetWidth=this.widthOption||Math.max((i?this.itemX-n-(t.checkbox?0:a):e)+n,this.offsetWidth)},t.prototype.getAllItems=function(){var t=[];return this.chart.series.forEach((function(e){var n=e&&e.options;e&&v(n.showInLegend,!f(n.linkedTo)&&void 0,!0)&&(t=t.concat(e.legendItems||("point"===n.legendType?e.data:e)))})),y(this,"afterGetAllItems",{allItems:t}),t},t.prototype.getAlignment=function(){var t=this.options;return this.proximate?t.align.charAt(0)+"tv":t.floating?"":t.align.charAt(0)+t.verticalAlign.charAt(0)+t.layout.charAt(0)},t.prototype.adjustMargins=function(t,e){var n=this.chart,i=this.options,r=this.getAlignment();r&&[/(lth|ct|rth)/,/(rtv|rm|rbv)/,/(rbh|cb|lbh)/,/(lbv|lm|ltv)/].forEach((function(o,s){o.test(r)&&!f(t[s])&&(n[l[s]]=Math.max(n[l[s]],n.legend[(s+1)%2?"legendHeight":"legendWidth"]+[1,-1,-1,1][s]*i[s%2?"x":"y"]+v(i.margin,12)+e[s]+(n.titleOffset[s]||0)))}))},t.prototype.proximatePositions=function(){var t=this.chart,e=[],n="left"===this.options.align;this.allItems.forEach((function(i){var r,o=n;if(i.yAxis){i.xAxis.options.reversed&&(o=!o),i.points&&(r=g(o?i.points:i.points.slice(0).reverse(),(function(t){return b(t.plotY)}))),o=this.itemMarginTop+i.legendItem.getBBox().height+this.itemMarginBottom;var s=i.yAxis.top-t.plotTop;i.visible?(r=r?r.plotY:i.yAxis.height,r+=s-.3*o):r=s+i.yAxis.height,e.push({target:r,size:o,item:i})}}),this),u(e,t.plotHeight).forEach((function(e){e.item._legendItemPos&&(e.item._legendItemPos[1]=t.plotTop-t.spacing[0]+e.pos)}))},t.prototype.render=function(){var t=this.chart,e=t.renderer,n=this.options,i=this.padding,r=this.getAllItems(),o=this.group,s=this.box;this.itemX=i,this.itemY=this.initialItemY,this.lastItemY=this.offsetWidth=0,this.widthOption=_(n.width,t.spacingBox.width-i);var a=t.spacingBox.width-2*i-n.x;-1<["rm","lm"].indexOf(this.getAlignment().substring(0,2))&&(a/=2),this.maxLegendWidth=this.widthOption||a,o||(this.group=o=e.g("legend").addClass(n.className||"").attr({zIndex:7}).add(),this.contentGroup=e.g().attr({zIndex:1}).add(o),this.scrollGroup=e.g().add(this.contentGroup)),this.renderTitle(),x(r,(function(t,e){return(t.options&&t.options.legendIndex||0)-(e.options&&e.options.legendIndex||0)})),n.reversed&&r.reverse(),this.allItems=r,this.display=a=!!r.length,this.itemHeight=this.totalItemWidth=this.maxItemWidth=this.lastLineHeight=0,r.forEach(this.renderItem,this),r.forEach(this.layoutItem,this),r=(this.widthOption||this.offsetWidth)+i;var c=this.lastItemY+this.lastLineHeight+this.titleHeight;c=this.handleOverflow(c),c+=i,s||(this.box=s=e.rect().addClass("highcharts-legend-box").attr({r:n.borderRadius}).add(o),s.isNew=!0),t.styledMode||s.attr({stroke:n.borderColor,"stroke-width":n.borderWidth||0,fill:n.backgroundColor||"none"}).shadow(n.shadow),0<r&&0<c&&(s[s.isNew?"attr":"animate"](s.crisp.call({},{x:0,y:0,width:r,height:c},s.strokeWidth())),s.isNew=!1),s[a?"show":"hide"](),t.styledMode&&"none"===o.getStyle("display")&&(r=c=0),this.legendWidth=r,this.legendHeight=c,a&&this.align(),this.proximate||this.positionItems(),y(this,"afterRender")},t.prototype.align=function(t){void 0===t&&(t=this.chart.spacingBox);var e=this.chart,n=this.options,i=t.y;/(lth|ct|rth)/.test(this.getAlignment())&&0<e.titleOffset[0]?i+=e.titleOffset[0]:/(lbh|cb|rbh)/.test(this.getAlignment())&&0<e.titleOffset[2]&&(i-=e.titleOffset[2]),i!==t.y&&(t=M(t,{y:i})),this.group.align(M(n,{width:this.legendWidth,height:this.legendHeight,verticalAlign:this.proximate?"top":n.verticalAlign}),!0,t)},t.prototype.handleOverflow=function(t){var e,n,i=this,r=this.chart,o=r.renderer,s=this.options,a=s.y,c="top"===s.verticalAlign,l=this.padding,u=s.maxHeight,d=s.navigation,h=v(d.animation,!0),p=d.arrowSize||12,f=this.pages,m=this.allItems,g=function(t){"number"==typeof t?M.attr({height:t}):M&&(i.clipRect=M.destroy(),i.contentGroup.clip()),i.contentGroup.div&&(i.contentGroup.div.style.clip=t?"rect("+l+"px,9999px,"+(l+t)+"px,0)":"auto")},y=function(t){return i[t]=o.circle(0,0,1.3*p).translate(p/2,p/2).add(b),r.styledMode||i[t].attr("fill","rgba(0,0,0,0.0001)"),i[t]};a=r.spacingBox.height+(c?-a:a)-l;var b=this.nav,M=this.clipRect;return"horizontal"!==s.layout||"middle"===s.verticalAlign||s.floating||(a/=2),u&&(a=Math.min(a,u)),f.length=0,t&&0<a&&t>a&&!1!==d.enabled?(this.clipHeight=e=Math.max(a-20-this.titleHeight-l,0),this.currentPage=v(this.currentPage,1),this.fullHeight=t,m.forEach((function(t,i){var r=t._legendItemPos[1],o=Math.round(t.legendItem.getBBox().height),s=f.length;(!s||r-f[s-1]>e&&(n||r)!==f[s-1])&&(f.push(n||r),s++),t.pageIx=s-1,n&&(m[i-1].pageIx=s-1),i===m.length-1&&r+o-f[s-1]>e&&o<=e&&(f.push(r),t.pageIx=s),r!==n&&(n=r)})),M||(M=i.clipRect=o.clipRect(0,l,9999,0),i.contentGroup.clip(M)),g(e),b||(this.nav=b=o.g().attr({zIndex:1}).add(this.group),this.up=o.symbol("triangle",0,0,p,p).add(b),y("upTracker").on("click",(function(){i.scroll(-1,h)})),this.pager=o.text("",15,10).addClass("highcharts-legend-navigation"),r.styledMode||this.pager.css(d.style),this.pager.add(b),this.down=o.symbol("triangle-down",0,0,p,p).add(b),y("downTracker").on("click",(function(){i.scroll(1,h)}))),i.scroll(0),t=a):b&&(g(),this.nav=b.destroy(),this.scrollGroup.attr({translateY:1}),this.clipHeight=0),t},t.prototype.scroll=function(t,e){var n=this,i=this.chart,r=this.pages,o=r.length,c=this.clipHeight,l=this.options.navigation,u=this.pager,d=this.padding,h=this.currentPage+t;h>o&&(h=o),0<h&&(void 0!==e&&a(e,i),this.nav.attr({translateX:d,translateY:c+this.padding+7+this.titleHeight,visibility:"visible"}),[this.up,this.upTracker].forEach((function(t){t.attr({class:1===h?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})})),u.attr({text:h+"/"+o}),[this.down,this.downTracker].forEach((function(t){t.attr({x:18+this.pager.getBBox().width,class:h===o?"highcharts-legend-nav-inactive":"highcharts-legend-nav-active"})}),this),i.styledMode||(this.up.attr({fill:1===h?l.inactiveColor:l.activeColor}),this.upTracker.css({cursor:1===h?"default":"pointer"}),this.down.attr({fill:h===o?l.inactiveColor:l.activeColor}),this.downTracker.css({cursor:h===o?"default":"pointer"})),this.scrollOffset=-r[h-1]+this.initialItemY,this.scrollGroup.animate({translateY:this.scrollOffset}),this.currentPage=h,this.positionCheckboxes(),t=s(v(e,i.renderer.globalAnimation,!0)),L((function(){y(n,"afterScroll",{currentPage:h})}),t.duration))},t.prototype.setItemEvents=function(t,e,n){var r=this,o=r.chart.renderer.boxWrapper,s=t instanceof i,a="highcharts-legend-"+(s?"point":"series")+"-active",c=r.chart.styledMode,l=function(e){r.allItems.forEach((function(n){t!==n&&[n].concat(n.linkedSeries||[]).forEach((function(t){t.setState(e,!s)}))}))};(n?[e,t.legendSymbol]:[t.legendGroup]).forEach((function(n){n&&n.on("mouseover",(function(){t.visible&&l("inactive"),t.setState("hover"),t.visible&&o.addClass(a),c||e.css(r.options.itemHoverStyle)})).on("mouseout",(function(){r.chart.styledMode||e.css(M(t.visible?r.itemStyle:r.itemHiddenStyle)),l(""),o.removeClass(a),t.setState()})).on("click",(function(e){var n=function(){t.setVisible&&t.setVisible(),l(t.visible?"inactive":"")};o.removeClass(a),e={browserEvent:e},t.firePointEvent?t.firePointEvent("legendItemClick",e,n):y(t,"legendItemClick",e,n)}))}))},t.prototype.createCheckboxForItem=function(t){t.checkbox=h("input",{type:"checkbox",className:"highcharts-legend-checkbox",checked:t.selected,defaultChecked:t.selected},this.options.itemCheckboxStyle,this.chart.container),d(t.checkbox,"click",(function(e){y(t.series||t,"checkboxClick",{checked:e.target.checked,item:t},(function(){t.select()}))}))},t}(),(/Trident\/7\.0/.test(n.navigator&&n.navigator.userAgent)||t)&&r(o.prototype,"positionItem",(function(t,e){var n=this,i=function(){e._legendItemPos&&t.call(n,e)};i(),n.bubbleLegend||setTimeout(i)})),o})),e(n,"Core/Series/SeriesRegistry.js",[n["Core/Globals.js"],n["Core/DefaultOptions.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r,o=e.defaultOptions,s=i.error,a=i.extendClass,c=i.merge;return function(e){function i(t,i){var r=o.plotOptions||{},s=i.defaultOptions;i.prototype.pointClass||(i.prototype.pointClass=n),i.prototype.type=t,s&&(r[t]=s),e.seriesTypes[t]=i}e.seriesTypes=t.seriesTypes,e.getSeries=function(t,n){void 0===n&&(n={});var i=t.options.chart;i=n.type||i.type||i.defaultSeriesType||"";var r=e.seriesTypes[i];return e||s(17,!0,t,{missingModuleFor:i}),"function"==typeof(i=new r).init&&i.init(t,n),i},e.registerSeriesType=i,e.seriesType=function(t,r,s,l,u){var d=o.plotOptions||{};return r=r||"",d[t]=c(d[r],s),i(t,a(e.seriesTypes[r]||function(){},l)),e.seriesTypes[t].prototype.type=t,u&&(e.seriesTypes[t].prototype.pointClass=a(n,u)),e.seriesTypes[t]}}(r||(r={})),r})),e(n,"Core/Chart/Chart.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/FormatUtilities.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Legend/Legend.js"],n["Core/MSPointer.js"],n["Core/DefaultOptions.js"],n["Core/Pointer.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Time.js"],n["Core/Utilities.js"],n["Core/Renderer/HTML/AST.js"]],(function(t,e,n,i,r,o,s,a,c,l,u,d,h,p,f){var m=t.animate,g=t.animObject,y=t.setAnimation,b=n.numberFormat,M=i.registerEventOptions,v=r.charts,_=r.doc,x=r.marginNames,L=r.svg,A=r.win,w=a.defaultOptions,T=a.defaultTime,k=u.seriesTypes,S=p.addEvent,O=p.attr,j=p.cleanRecursively,z=p.createElement,C=p.css,D=p.defined,P=p.discardElement,E=p.erase,N=p.error,Y=p.extend,W=p.find,B=p.fireEvent,H=p.getStyle,R=p.isArray,I=p.isNumber,q=p.isObject,X=p.isString,F=p.merge,G=p.objectEach,U=p.pick,V=p.pInt,K=p.relativeLength,J=p.removeEvent,$=p.splat,Z=p.syncTimeout,Q=p.uniqueKey;return t=function(){function t(t,e,n){this.series=this.renderTo=this.renderer=this.pointer=this.pointCount=this.plotWidth=this.plotTop=this.plotLeft=this.plotHeight=this.plotBox=this.options=this.numberFormatter=this.margin=this.legend=this.labelCollectors=this.isResizing=this.index=this.eventOptions=this.container=this.colorCounter=this.clipBox=this.chartWidth=this.chartHeight=this.bounds=this.axisOffset=this.axes=void 0,this.sharedClips={},this.yAxis=this.xAxis=this.userOptions=this.titleOffset=this.time=this.symbolCounter=this.spacingBox=this.spacing=void 0,this.getArgs(t,e,n)}return t.chart=function(e,n,i){return new t(e,n,i)},t.prototype.getArgs=function(t,e,n){X(t)||t.nodeName?(this.renderTo=t,this.init(e,n)):this.init(t,e)},t.prototype.init=function(t,e){var n=t.plotOptions||{};B(this,"init",{args:arguments},(function(){var i=F(w,t),o=i.chart;G(i.plotOptions,(function(t,e){q(t)&&(t.tooltip=n[e]&&F(n[e].tooltip)||void 0)})),i.tooltip.userOptions=t.chart&&t.chart.forExport&&t.tooltip.userOptions||t.tooltip,this.userOptions=t,this.margin=[],this.spacing=[],this.bounds={h:{},v:{}},this.labelCollectors=[],this.callback=e,this.isResizing=0,this.options=i,this.axes=[],this.series=[],this.time=t.time&&Object.keys(t.time).length?new h(t.time):r.time,this.numberFormatter=o.numberFormatter||b,this.styledMode=o.styledMode,this.hasCartesianSeries=o.showAxes,this.index=v.length,v.push(this),r.chartCount++,M(this,o),this.xAxis=[],this.yAxis=[],this.pointCount=this.colorCounter=this.symbolCounter=0,B(this,"afterInit"),this.firstRender()}))},t.prototype.initSeries=function(t){var e=this.options.chart;e=t.type||e.type||e.defaultSeriesType;var n=k[e];return n||N(17,!0,this,{missingModuleFor:e}),"function"==typeof(e=new n).init&&e.init(this,t),e},t.prototype.setSeriesData=function(){this.getSeriesOrderByLinks().forEach((function(t){t.points||t.data||!t.enabledDataSorting||t.setData(t.options.data,!1)}))},t.prototype.getSeriesOrderByLinks=function(){return this.series.concat().sort((function(t,e){return t.linkedSeries.length||e.linkedSeries.length?e.linkedSeries.length-t.linkedSeries.length:0}))},t.prototype.orderSeries=function(t){var e=this.series;t=t||0;for(var n=e.length;t<n;++t)e[t]&&(e[t].index=t,e[t].name=e[t].getName())},t.prototype.isInsidePlot=function(t,e,n){void 0===n&&(n={});var i=this.inverted,r=this.plotBox,o=this.plotLeft,s=this.plotTop,a=this.scrollablePlotBox,c=0,l=0;n.visiblePlotOnly&&this.scrollingContainer&&(c=(l=this.scrollingContainer).scrollLeft,l=l.scrollTop);var u=n.series;if(r=n.visiblePlotOnly&&a||r,t={x:a=n.inverted?e:t,y:e=n.inverted?t:e,isInsidePlot:!0},!n.ignoreX){var d=u&&(i?u.yAxis:u.xAxis)||{pos:o,len:1/0};(a=n.paneCoordinates?d.pos+a:o+a)>=Math.max(c+o,d.pos)&&a<=Math.min(c+o+r.width,d.pos+d.len)||(t.isInsidePlot=!1)}return!n.ignoreY&&t.isInsidePlot&&(i=u&&(i?u.xAxis:u.yAxis)||{pos:s,len:1/0},(n=n.paneCoordinates?i.pos+e:s+e)>=Math.max(l+s,i.pos)&&n<=Math.min(l+s+r.height,i.pos+i.len)||(t.isInsidePlot=!1)),B(this,"afterIsInsidePlot",t),t.isInsidePlot},t.prototype.redraw=function(t){B(this,"beforeRedraw");var e=this.hasCartesianSeries?this.axes:this.colorAxis||[],n=this.series,i=this.pointer,r=this.legend,o=this.userOptions.legend,s=this.renderer,a=s.isHidden(),c=[],l=this.isDirtyBox,u=this.isDirtyLegend;for(this.setResponsive&&this.setResponsive(!1),y(!!this.hasRendered&&t,this),a&&this.temporaryDisplay(),this.layOutTitles(),t=n.length;t--;){var d=n[t];if(d.options.stacking||d.options.centerInCategory){var h=!0;if(d.isDirty){var p=!0;break}}}if(p)for(t=n.length;t--;)(d=n[t]).options.stacking&&(d.isDirty=!0);n.forEach((function(t){t.isDirty&&("point"===t.options.legendType?("function"==typeof t.updateTotals&&t.updateTotals(),u=!0):o&&(o.labelFormatter||o.labelFormat)&&(u=!0)),t.isDirtyData&&B(t,"updatedData")})),u&&r&&r.options.enabled&&(r.render(),this.isDirtyLegend=!1),h&&this.getStacks(),e.forEach((function(t){t.updateNames(),t.setScale()})),this.getMargins(),e.forEach((function(t){t.isDirty&&(l=!0)})),e.forEach((function(t){var e=t.min+","+t.max;t.extKey!==e&&(t.extKey=e,c.push((function(){B(t,"afterSetExtremes",Y(t.eventArgs,t.getExtremes())),delete t.eventArgs}))),(l||h)&&t.redraw()})),l&&this.drawChartBox(),B(this,"predraw"),n.forEach((function(t){(l||t.isDirty)&&t.visible&&t.redraw(),t.isDirtyData=!1})),i&&i.reset(!0),s.draw(),B(this,"redraw"),B(this,"render"),a&&this.temporaryDisplay(!0),c.forEach((function(t){t.call()}))},t.prototype.get=function(t){function e(e){return e.id===t||e.options&&e.options.id===t}for(var n=this.series,i=W(this.axes,e)||W(this.series,e),r=0;!i&&r<n.length;r++)i=W(n[r].points||[],e);return i},t.prototype.getAxes=function(){var t=this,n=this.options,i=n.xAxis=$(n.xAxis||{});n=n.yAxis=$(n.yAxis||{}),B(this,"getAxes"),i.forEach((function(t,e){t.index=e,t.isX=!0})),n.forEach((function(t,e){t.index=e})),i.concat(n).forEach((function(n){new e(t,n)})),B(this,"afterGetAxes")},t.prototype.getSelectedPoints=function(){return this.series.reduce((function(t,e){return e.getPointsCollection().forEach((function(e){U(e.selectedStaging,e.selected)&&t.push(e)})),t}),[])},t.prototype.getSelectedSeries=function(){return this.series.filter((function(t){return t.selected}))},t.prototype.setTitle=function(t,e,n){this.applyDescription("title",t),this.applyDescription("subtitle",e),this.applyDescription("caption",void 0),this.layOutTitles(n)},t.prototype.applyDescription=function(t,e){var n=this,i="title"===t?{color:"#333333",fontSize:this.options.isStock?"16px":"18px"}:{color:"#666666"};i=this.options[t]=F(!this.styledMode&&{style:i},this.options[t],e);var r=this[t];r&&e&&(this[t]=r=r.destroy()),i&&!r&&((r=this.renderer.text(i.text,0,0,i.useHTML).attr({align:i.align,class:"highcharts-"+t,zIndex:i.zIndex||4}).add()).update=function(e){n[{title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"}[t]](e)},this.styledMode||r.css(i.style),this[t]=r)},t.prototype.layOutTitles=function(t){var e=[0,0,0],n=this.renderer,i=this.spacingBox;["title","subtitle","caption"].forEach((function(t){var r,o=this[t],s=this.options[t],a=s.verticalAlign||"top";if(t="title"===t?"top"===a?-3:0:"top"===a?e[0]+2:0,o){this.styledMode||(r=s.style&&s.style.fontSize),r=n.fontMetrics(r,o).b,o.css({width:(s.width||i.width+(s.widthAdjust||0))+"px"});var c=Math.round(o.getBBox(s.useHTML).height);o.align(Y({y:"bottom"===a?r:t+r,height:c},s),!1,"spacingBox"),s.floating||("top"===a?e[0]=Math.ceil(e[0]+c):"bottom"===a&&(e[2]=Math.ceil(e[2]+c)))}}),this),e[0]&&"top"===(this.options.title.verticalAlign||"top")&&(e[0]+=this.options.title.margin),e[2]&&"bottom"===this.options.caption.verticalAlign&&(e[2]+=this.options.caption.margin);var r=!this.titleOffset||this.titleOffset.join(",")!==e.join(",");this.titleOffset=e,B(this,"afterLayOutTitles"),!this.isDirtyBox&&r&&(this.isDirtyBox=this.isDirtyLegend=r,this.hasRendered&&U(t,!0)&&this.isDirtyBox&&this.redraw())},t.prototype.getChartSize=function(){var t=this.options.chart,e=t.width;t=t.height;var n=this.renderTo;D(e)||(this.containerWidth=H(n,"width")),D(t)||(this.containerHeight=H(n,"height")),this.chartWidth=Math.max(0,e||this.containerWidth||600),this.chartHeight=Math.max(0,K(t,this.chartWidth)||(1<this.containerHeight?this.containerHeight:400))},t.prototype.temporaryDisplay=function(t){var e=this.renderTo;if(t)for(;e&&e.style;)e.hcOrigStyle&&(C(e,e.hcOrigStyle),delete e.hcOrigStyle),e.hcOrigDetached&&(_.body.removeChild(e),e.hcOrigDetached=!1),e=e.parentNode;else for(;e&&e.style&&(_.body.contains(e)||e.parentNode||(e.hcOrigDetached=!0,_.body.appendChild(e)),("none"===H(e,"display",!1)||e.hcOricDetached)&&(e.hcOrigStyle={display:e.style.display,height:e.style.height,overflow:e.style.overflow},t={display:"block",overflow:"hidden"},e!==this.renderTo&&(t.height=0),C(e,t),e.offsetWidth||e.style.setProperty("display","block","important")),(e=e.parentNode)!==_.body););},t.prototype.setClassName=function(t){this.container.className="highcharts-container "+(t||"")},t.prototype.getContainer=function(){var t,e=this.options,n=e.chart,i=Q(),r=this.renderTo;r||(this.renderTo=r=n.renderTo),X(r)&&(this.renderTo=r=_.getElementById(r)),r||N(13,!0,this);var o=V(O(r,"data-highcharts-chart"));I(o)&&v[o]&&v[o].hasRendered&&v[o].destroy(),O(r,"data-highcharts-chart",this.index),r.innerHTML=f.emptyHTML,n.skipClone||r.offsetWidth||this.temporaryDisplay(),this.getChartSize(),o=this.chartWidth;var s=this.chartHeight;if(C(r,{overflow:"hidden"}),this.styledMode||(t=Y({position:"relative",overflow:"hidden",width:o+"px",height:s+"px",textAlign:"left",lineHeight:"normal",zIndex:0,"-webkit-tap-highlight-color":"rgba(0,0,0,0)",userSelect:"none","touch-action":"manipulation",outline:"none"},n.style||{})),this.container=i=z("div",{id:i},t,r),this._cursor=i.style.cursor,this.renderer=new(n.renderer||!L?l.getRendererType(n.renderer):d)(i,o,s,void 0,n.forExport,e.exporting&&e.exporting.allowHTML,this.styledMode),y(void 0,this),this.setClassName(n.className),this.styledMode)for(var a in e.defs)this.renderer.definition(e.defs[a]);else this.renderer.setStyle(n.style);this.renderer.chartIndex=this.index,B(this,"afterGetContainer")},t.prototype.getMargins=function(t){var e=this.spacing,n=this.margin,i=this.titleOffset;this.resetMargins(),i[0]&&!D(n[0])&&(this.plotTop=Math.max(this.plotTop,i[0]+e[0])),i[2]&&!D(n[2])&&(this.marginBottom=Math.max(this.marginBottom,i[2]+e[2])),this.legend&&this.legend.display&&this.legend.adjustMargins(n,e),B(this,"getMargins"),t||this.getAxisMargins()},t.prototype.getAxisMargins=function(){var t=this,e=t.axisOffset=[0,0,0,0],n=t.colorAxis,i=t.margin,r=function(t){t.forEach((function(t){t.visible&&t.getOffset()}))};t.hasCartesianSeries?r(t.axes):n&&n.length&&r(n),x.forEach((function(n,r){D(i[r])||(t[n]+=e[r])})),t.setChartSize()},t.prototype.reflow=function(t){var e=this,n=e.options.chart,i=e.renderTo,r=D(n.width)&&D(n.height),o=n.width||H(i,"width");n=n.height||H(i,"height"),i=t?t.target:A,delete e.pointer.chartPosition,r||e.isPrinting||!o||!n||i!==A&&i!==_||(o===e.containerWidth&&n===e.containerHeight||(p.clearTimeout(e.reflowTimeout),e.reflowTimeout=Z((function(){e.container&&e.setSize(void 0,void 0,!1)}),t?100:0)),e.containerWidth=o,e.containerHeight=n)},t.prototype.setReflow=function(t){var e=this;!1===t||this.unbindReflow?!1===t&&this.unbindReflow&&(this.unbindReflow=this.unbindReflow()):(this.unbindReflow=S(A,"resize",(function(t){e.options&&e.reflow(t)})),S(this,"destroy",this.unbindReflow))},t.prototype.setSize=function(t,e,n){var i=this,r=i.renderer;i.isResizing+=1,y(n,i),n=r.globalAnimation,i.oldChartHeight=i.chartHeight,i.oldChartWidth=i.chartWidth,void 0!==t&&(i.options.chart.width=t),void 0!==e&&(i.options.chart.height=e),i.getChartSize(),i.styledMode||(n?m:C)(i.container,{width:i.chartWidth+"px",height:i.chartHeight+"px"},n),i.setChartSize(!0),r.setSize(i.chartWidth,i.chartHeight,n),i.axes.forEach((function(t){t.isDirty=!0,t.setScale()})),i.isDirtyLegend=!0,i.isDirtyBox=!0,i.layOutTitles(),i.getMargins(),i.redraw(n),i.oldChartHeight=null,B(i,"resize"),Z((function(){i&&B(i,"endResize",null,(function(){--i.isResizing}))}),g(n).duration)},t.prototype.setChartSize=function(t){var e,n,i,r,o=this.inverted,s=this.renderer,a=this.chartWidth,c=this.chartHeight,l=this.options.chart,u=this.spacing,d=this.clipOffset;this.plotLeft=e=Math.round(this.plotLeft),this.plotTop=n=Math.round(this.plotTop),this.plotWidth=i=Math.max(0,Math.round(a-e-this.marginRight)),this.plotHeight=r=Math.max(0,Math.round(c-n-this.marginBottom)),this.plotSizeX=o?r:i,this.plotSizeY=o?i:r,this.plotBorderWidth=l.plotBorderWidth||0,this.spacingBox=s.spacingBox={x:u[3],y:u[0],width:a-u[3]-u[1],height:c-u[0]-u[2]},this.plotBox=s.plotBox={x:e,y:n,width:i,height:r},o=2*Math.floor(this.plotBorderWidth/2),a=Math.ceil(Math.max(o,d[3])/2),c=Math.ceil(Math.max(o,d[0])/2),this.clipBox={x:a,y:c,width:Math.floor(this.plotSizeX-Math.max(o,d[1])/2-a),height:Math.max(0,Math.floor(this.plotSizeY-Math.max(o,d[2])/2-c))},t||(this.axes.forEach((function(t){t.setAxisSize(),t.setAxisTranslation()})),s.alignElements()),B(this,"afterSetChartSize",{skipAxes:t})},t.prototype.resetMargins=function(){B(this,"resetMargins");var t=this,e=t.options.chart;["margin","spacing"].forEach((function(n){var i=e[n],r=q(i)?i:[i,i,i,i];["Top","Right","Bottom","Left"].forEach((function(i,o){t[n][o]=U(e[n+i],r[o])}))})),x.forEach((function(e,n){t[e]=U(t.margin[n],t.spacing[n])})),t.axisOffset=[0,0,0,0],t.clipOffset=[0,0,0,0]},t.prototype.drawChartBox=function(){var t,e=this.options.chart,n=this.renderer,i=this.chartWidth,r=this.chartHeight,o=this.styledMode,s=this.plotBGImage,a=e.backgroundColor,c=e.plotBackgroundColor,l=e.plotBackgroundImage,u=this.plotLeft,d=this.plotTop,h=this.plotWidth,p=this.plotHeight,f=this.plotBox,m=this.clipRect,g=this.clipBox,y=this.chartBackground,b=this.plotBackground,M=this.plotBorder,v="animate";if(y||(this.chartBackground=y=n.rect().addClass("highcharts-background").add(),v="attr"),o)var _=t=y.strokeWidth();else t=(_=e.borderWidth||0)+(e.shadow?8:0),a={fill:a||"none"},(_||y["stroke-width"])&&(a.stroke=e.borderColor,a["stroke-width"]=_),y.attr(a).shadow(e.shadow);y[v]({x:t/2,y:t/2,width:i-t-_%2,height:r-t-_%2,r:e.borderRadius}),v="animate",b||(v="attr",this.plotBackground=b=n.rect().addClass("highcharts-plot-background").add()),b[v](f),o||(b.attr({fill:c||"none"}).shadow(e.plotShadow),l&&(s?(l!==s.attr("href")&&s.attr("href",l),s.animate(f)):this.plotBGImage=n.image(l,u,d,h,p).add())),m?m.animate({width:g.width,height:g.height}):this.clipRect=n.clipRect(g),v="animate",M||(v="attr",this.plotBorder=M=n.rect().addClass("highcharts-plot-border").attr({zIndex:1}).add()),o||M.attr({stroke:e.plotBorderColor,"stroke-width":e.plotBorderWidth||0,fill:"none"}),M[v](M.crisp({x:u,y:d,width:h,height:p},-M.strokeWidth())),this.isDirtyBox=!1,B(this,"afterDrawChartBox")},t.prototype.propFromSeries=function(){var t,e,n,i=this,r=i.options.chart,o=i.options.series;["inverted","angular","polar"].forEach((function(s){for(e=k[r.type||r.defaultSeriesType],n=r[s]||e&&e.prototype[s],t=o&&o.length;!n&&t--;)(e=k[o[t].type])&&e.prototype[s]&&(n=!0);i[s]=n}))},t.prototype.linkSeries=function(){var t=this,e=t.series;e.forEach((function(t){t.linkedSeries.length=0})),e.forEach((function(e){var n=e.options.linkedTo;X(n)&&(n=":previous"===n?t.series[e.index-1]:t.get(n))&&n.linkedParent!==e&&(n.linkedSeries.push(e),e.linkedParent=n,n.enabledDataSorting&&e.setDataSortingOptions(),e.visible=U(e.options.visible,n.options.visible,e.visible))})),B(this,"afterLinkSeries")},t.prototype.renderSeries=function(){this.series.forEach((function(t){t.translate(),t.render()}))},t.prototype.renderLabels=function(){var t=this,e=t.options.labels;e.items&&e.items.forEach((function(n){var i=Y(e.style,n.style),r=V(i.left)+t.plotLeft,o=V(i.top)+t.plotTop+12;delete i.left,delete i.top,t.renderer.text(n.html,r,o).attr({zIndex:2}).css(i).add()}))},t.prototype.render=function(){var t=this.axes,e=this.colorAxis,n=this.renderer,i=this.options,r=function(t){t.forEach((function(t){t.visible&&t.render()}))},s=0;this.setTitle(),this.legend=new o(this,i.legend),this.getStacks&&this.getStacks(),this.getMargins(!0),this.setChartSize(),i=this.plotWidth,t.some((function(t){if(t.horiz&&t.visible&&t.options.labels.enabled&&t.series.length)return s=21,!0}));var a=this.plotHeight=Math.max(this.plotHeight-s,0);t.forEach((function(t){t.setScale()})),this.getAxisMargins();var c=1.1<i/this.plotWidth,l=1.05<a/this.plotHeight;(c||l)&&(t.forEach((function(t){(t.horiz&&c||!t.horiz&&l)&&t.setTickInterval(!0)})),this.getMargins()),this.drawChartBox(),this.hasCartesianSeries?r(t):e&&e.length&&r(e),this.seriesGroup||(this.seriesGroup=n.g("series-group").attr({zIndex:3}).add()),this.renderSeries(),this.renderLabels(),this.addCredits(),this.setResponsive&&this.setResponsive(),this.hasRendered=!0},t.prototype.addCredits=function(t){var e=this,n=F(!0,this.options.credits,t);n.enabled&&!this.credits&&(this.credits=this.renderer.text(n.text+(this.mapCredits||""),0,0).addClass("highcharts-credits").on("click",(function(){n.href&&(A.location.href=n.href)})).attr({align:n.position.align,zIndex:8}),e.styledMode||this.credits.css(n.style),this.credits.add().align(n.position),this.credits.update=function(t){e.credits=e.credits.destroy(),e.addCredits(t)})},t.prototype.destroy=function(){var t,e=this,n=e.axes,i=e.series,o=e.container,s=o&&o.parentNode;for(B(e,"destroy"),e.renderer.forExport?E(v,e):v[e.index]=void 0,r.chartCount--,e.renderTo.removeAttribute("data-highcharts-chart"),J(e),t=n.length;t--;)n[t]=n[t].destroy();for(this.scroller&&this.scroller.destroy&&this.scroller.destroy(),t=i.length;t--;)i[t]=i[t].destroy();"title subtitle chartBackground plotBackground plotBGImage plotBorder seriesGroup clipRect credits pointer rangeSelector legend resetZoomButton tooltip renderer".split(" ").forEach((function(t){var n=e[t];n&&n.destroy&&(e[t]=n.destroy())})),o&&(o.innerHTML=f.emptyHTML,J(o),s&&P(o)),G(e,(function(t,n){delete e[n]}))},t.prototype.firstRender=function(){var t=this,e=t.options;t.isReadyToRender&&!t.isReadyToRender()||(t.getContainer(),t.resetMargins(),t.setChartSize(),t.propFromSeries(),t.getAxes(),(R(e.series)?e.series:[]).forEach((function(e){t.initSeries(e)})),t.linkSeries(),t.setSeriesData(),B(t,"beforeRender"),c&&(s.isRequired()?t.pointer=new s(t,e):t.pointer=new c(t,e)),t.render(),t.pointer.getChartPosition(),t.renderer.imgCount||t.hasLoaded||t.onload(),t.temporaryDisplay(!0))},t.prototype.onload=function(){this.callbacks.concat([this.callback]).forEach((function(t){t&&void 0!==this.index&&t.apply(this,[this])}),this),B(this,"load"),B(this,"render"),D(this.index)&&this.setReflow(this.options.chart.reflow),this.hasLoaded=!0},t.prototype.addSeries=function(t,e,n){var i,r=this;return t&&(e=U(e,!0),B(r,"addSeries",{options:t},(function(){i=r.initSeries(t),r.isDirtyLegend=!0,r.linkSeries(),i.enabledDataSorting&&i.setData(t.data,!1),B(r,"afterAddSeries",{series:i}),e&&r.redraw(n)}))),i},t.prototype.addAxis=function(t,e,n,i){return this.createAxis(e?"xAxis":"yAxis",{axis:t,redraw:n,animation:i})},t.prototype.addColorAxis=function(t,e,n){return this.createAxis("colorAxis",{axis:t,redraw:e,animation:n})},t.prototype.createAxis=function(t,n){return t=new e(this,F(n.axis,{index:this[t].length,isX:"xAxis"===t})),U(n.redraw,!0)&&this.redraw(n.animation),t},t.prototype.showLoading=function(t){var e=this,n=e.options,i=n.loading,r=function(){o&&C(o,{left:e.plotLeft+"px",top:e.plotTop+"px",width:e.plotWidth+"px",height:e.plotHeight+"px"})},o=e.loadingDiv,s=e.loadingSpan;o||(e.loadingDiv=o=z("div",{className:"highcharts-loading highcharts-loading-hidden"},null,e.container)),s||(e.loadingSpan=s=z("span",{className:"highcharts-loading-inner"},null,o),S(e,"redraw",r)),o.className="highcharts-loading",f.setElementHTML(s,U(t,n.lang.loading,"")),e.styledMode||(C(o,Y(i.style,{zIndex:10})),C(s,i.labelStyle),e.loadingShown||(C(o,{opacity:0,display:""}),m(o,{opacity:i.style.opacity||.5},{duration:i.showDuration||0}))),e.loadingShown=!0,r()},t.prototype.hideLoading=function(){var t=this.options,e=this.loadingDiv;e&&(e.className="highcharts-loading highcharts-loading-hidden",this.styledMode||m(e,{opacity:0},{duration:t.loading.hideDuration||100,complete:function(){C(e,{display:"none"})}})),this.loadingShown=!1},t.prototype.update=function(t,e,n,i){var r,o,s=this,a={credits:"addCredits",title:"setTitle",subtitle:"setSubtitle",caption:"setCaption"},c=t.isResponsiveOptions,l=[];B(s,"update",{options:t}),c||s.setResponsive(!1,!0),t=j(t,s.options),s.userOptions=F(s.userOptions,t);var u=t.chart;if(u){if(F(!0,s.options.chart,u),"className"in u&&s.setClassName(u.className),"reflow"in u&&s.setReflow(u.reflow),"inverted"in u||"polar"in u||"type"in u){s.propFromSeries();var d=!0}"alignTicks"in u&&(d=!0),"events"in u&&M(this,u),G(u,(function(t,e){-1!==s.propsRequireUpdateSeries.indexOf("chart."+e)&&(r=!0),-1!==s.propsRequireDirtyBox.indexOf(e)&&(s.isDirtyBox=!0),-1!==s.propsRequireReflow.indexOf(e)&&(c?s.isDirtyBox=!0:o=!0)})),!s.styledMode&&u.style&&s.renderer.setStyle(s.options.chart.style||{})}!s.styledMode&&t.colors&&(this.options.colors=t.colors),t.time&&(this.time===T&&(this.time=new h(t.time)),F(!0,s.options.time,t.time)),G(t,(function(e,n){s[n]&&"function"==typeof s[n].update?s[n].update(e,!1):"function"==typeof s[a[n]]?s[a[n]](e):"colors"!==n&&-1===s.collectionsWithUpdate.indexOf(n)&&F(!0,s.options[n],t[n]),"chart"!==n&&-1!==s.propsRequireUpdateSeries.indexOf(n)&&(r=!0)})),this.collectionsWithUpdate.forEach((function(e){if(t[e]){var i=[];s[e].forEach((function(t,e){t.options.isInternal||i.push(U(t.options.index,e))})),$(t[e]).forEach((function(t,r){var o,a=D(t.id);a&&(o=s.get(t.id)),!o&&s[e]&&(o=s[e][i?i[r]:r])&&a&&D(o.options.id)&&(o=void 0),o&&o.coll===e&&(o.update(t,!1),n&&(o.touched=!0)),!o&&n&&s.collectionsWithInit[e]&&(s.collectionsWithInit[e][0].apply(s,[t].concat(s.collectionsWithInit[e][1]||[]).concat([!1])).touched=!0)})),n&&s[e].forEach((function(t){t.touched||t.options.isInternal?delete t.touched:l.push(t)}))}})),l.forEach((function(t){t.chart&&t.remove&&t.remove(!1)})),d&&s.axes.forEach((function(t){t.update({},!1)})),r&&s.getSeriesOrderByLinks().forEach((function(t){t.chart&&t.update({},!1)}),this),d=u&&u.width,u=u&&(X(u.height)?K(u.height,d||s.chartWidth):u.height),o||I(d)&&d!==s.chartWidth||I(u)&&u!==s.chartHeight?s.setSize(d,u,i):U(e,!0)&&s.redraw(i),B(s,"afterUpdate",{options:t,redraw:e,animation:i})},t.prototype.setSubtitle=function(t,e){this.applyDescription("subtitle",t),this.layOutTitles(e)},t.prototype.setCaption=function(t,e){this.applyDescription("caption",t),this.layOutTitles(e)},t.prototype.showResetZoom=function(){function t(){e.zoomOut()}var e=this,n=w.lang,i=e.options.chart.resetZoomButton,r=i.theme,o=r.states,s="chart"===i.relativeTo||"spacingBox"===i.relativeTo?null:"scrollablePlotBox";B(this,"beforeShowResetZoom",null,(function(){e.resetZoomButton=e.renderer.button(n.resetZoom,null,null,t,r,o&&o.hover).attr({align:i.position.align,title:n.resetZoomTitle}).addClass("highcharts-reset-zoom").add().align(i.position,!1,s)})),B(this,"afterShowResetZoom")},t.prototype.zoomOut=function(){B(this,"selection",{resetSelection:!0},this.zoom)},t.prototype.zoom=function(t){var e,n=this,i=n.pointer,r=n.inverted?i.mouseDownX:i.mouseDownY,o=!1;!t||t.resetSelection?(n.axes.forEach((function(t){e=t.zoom()})),i.initiated=!1):t.xAxis.concat(t.yAxis).forEach((function(t){var s=t.axis,a=n.inverted?s.left:s.top,c=n.inverted?a+s.width:a+s.height,l=s.isXAxis,u=!1;(!l&&r>=a&&r<=c||l||!D(r))&&(u=!0),i[l?"zoomX":"zoomY"]&&u&&(e=s.zoom(t.min,t.max),s.displayBtn&&(o=!0))}));var s=n.resetZoomButton;o&&!s?n.showResetZoom():!o&&q(s)&&(n.resetZoomButton=s.destroy()),e&&n.redraw(U(n.options.chart.animation,t&&t.animation,100>n.pointCount))},t.prototype.pan=function(t,e){var n=this,i=n.hoverPoints;e="object"==typeof e?e:{enabled:e,type:"x"};var r=n.options.chart,o=n.options.mapNavigation&&n.options.mapNavigation.enabled;r&&r.panning&&(r.panning=e);var s,a=e.type;B(this,"pan",{originalEvent:t},(function(){i&&i.forEach((function(t){t.setState()}));var e=n.xAxis;"xy"===a?e=e.concat(n.yAxis):"y"===a&&(e=n.yAxis);var r={};e.forEach((function(e){if(e.options.panningEnabled&&!e.options.isInternal){var i=e.horiz,c=t[i?"chartX":"chartY"],l=n[i=i?"mouseDownX":"mouseDownY"],u=e.minPointOffset||0,d=e.reversed&&!n.inverted||!e.reversed&&n.inverted?-1:1,h=e.getExtremes(),p=e.toValue(l-c,!0)+u*d,f=e.toValue(l+e.len-c,!0)-(u*d||e.isXAxis&&e.pointRangePadding||0),m=f<p;d=e.hasVerticalPanning(),l=m?f:p,p=m?p:f;var g=e.panningState;!d||e.isXAxis||g&&!g.isDirty||e.series.forEach((function(t){var e=t.getProcessedData(!0);e=t.getExtremes(e.yData,!0),g||(g={startMin:Number.MAX_VALUE,startMax:-Number.MAX_VALUE}),I(e.dataMin)&&I(e.dataMax)&&(g.startMin=Math.min(U(t.options.threshold,1/0),e.dataMin,g.startMin),g.startMax=Math.max(U(t.options.threshold,-1/0),e.dataMax,g.startMax))})),d=Math.min(U(g&&g.startMin,h.dataMin),u?h.min:e.toValue(e.toPixels(h.min)-e.minPixelPadding)),f=Math.max(U(g&&g.startMax,h.dataMax),u?h.max:e.toValue(e.toPixels(h.max)+e.minPixelPadding)),e.panningState=g,e.isOrdinal||(0<(u=d-l)&&(p+=u,l=d),0<(u=p-f)&&(p=f,l-=u),e.series.length&&l!==h.min&&p!==h.max&&l>=d&&p<=f&&(e.setExtremes(l,p,!1,!1,{trigger:"pan"}),n.resetZoomButton||o||l===d||p===f||!a.match("y")||(n.showResetZoom(),e.displayBtn=!1),s=!0),r[i]=c)}})),G(r,(function(t,e){n[e]=t})),s&&n.redraw(!1),C(n.container,{cursor:"move"})}))},t}(),Y(t.prototype,{callbacks:[],collectionsWithInit:{xAxis:[t.prototype.addAxis,[!0]],yAxis:[t.prototype.addAxis,[!1]],series:[t.prototype.addSeries]},collectionsWithUpdate:["xAxis","yAxis","series"],propsRequireDirtyBox:"backgroundColor borderColor borderWidth borderRadius plotBackgroundColor plotBackgroundImage plotBorderColor plotBorderWidth plotShadow shadow".split(" "),propsRequireReflow:"margin marginTop marginRight marginBottom marginLeft spacing spacingTop spacingRight spacingBottom spacingLeft".split(" "),propsRequireUpdateSeries:"chart.inverted chart.polar chart.ignoreHiddenSeries chart.type colors plotOptions time tooltip".split(" ")}),t})),e(n,"Core/Legend/LegendSymbol.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.merge,i=t.pick;return function(t){t.drawLineMarker=function(t){var e=this.options,r=t.symbolWidth,o=t.symbolHeight,s=o/2,a=this.chart.renderer,c=this.legendGroup;t=t.baseline-Math.round(.3*t.fontMetrics.b);var l={},u=e.marker;this.chart.styledMode||(l={"stroke-width":e.lineWidth||0},e.dashStyle&&(l.dashstyle=e.dashStyle)),this.legendLine=a.path([["M",0,t],["L",r,t]]).addClass("highcharts-graph").attr(l).add(c),u&&!1!==u.enabled&&r&&(e=Math.min(i(u.radius,s),s),0===this.symbol.indexOf("url")&&(u=n(u,{width:o,height:o}),e=0),this.legendSymbol=r=a.symbol(this.symbol,r/2-e,t-e,2*e,2*e,u).addClass("highcharts-point").add(c),r.isMarker=!0)},t.drawRectangle=function(t,e){var n=t.symbolHeight,r=t.options.squareSymbol;e.legendSymbol=this.chart.renderer.rect(r?(t.symbolWidth-n)/2:0,t.baseline-n+1,r?n:t.symbolWidth,n,i(t.options.symbolRadius,n/2)).addClass("highcharts-point").attr({zIndex:3}).add(e.legendGroup)}}(e||(e={})),e})),e(n,"Core/Series/SeriesDefaults.js",[],(function(){return{lineWidth:2,allowPointSelect:!1,crisp:!0,showCheckbox:!1,animation:{duration:1e3},events:{},marker:{enabledThreshold:2,lineColor:"#ffffff",lineWidth:0,radius:4,states:{normal:{animation:!0},hover:{animation:{duration:50},enabled:!0,radiusPlus:2,lineWidthPlus:1},select:{fillColor:"#cccccc",lineColor:"#000000",lineWidth:2}}},point:{events:{}},dataLabels:{animation:{},align:"center",defer:!0,formatter:function(){var t=this.series.chart.numberFormatter;return"number"!=typeof this.y?"":t(this.y,-1)},padding:5,style:{fontSize:"11px",fontWeight:"bold",color:"contrast",textOutline:"1px contrast"},verticalAlign:"bottom",x:0,y:0},cropThreshold:300,opacity:1,pointRange:0,softThreshold:!0,states:{normal:{animation:!0},hover:{animation:{duration:50},lineWidthPlus:1,marker:{},halo:{size:10,opacity:.25}},select:{animation:{duration:0}},inactive:{animation:{duration:50},opacity:.2}},stickyTracking:!0,turboThreshold:1e3,findNearestPointBy:"x"}})),e(n,"Core/Series/Series.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/DefaultOptions.js"],n["Core/Foundation.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/Point.js"],n["Core/Series/SeriesDefaults.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a,c,l){var u=t.animObject,d=t.setAnimation,h=e.defaultOptions,p=n.registerEventOptions,f=i.hasTouch,m=i.svg,g=i.win,y=a.seriesTypes,b=l.addEvent,M=l.arrayMax,v=l.arrayMin,_=l.clamp,x=l.cleanRecursively,L=l.correctFloat,A=l.defined,w=l.erase,T=l.error,k=l.extend,S=l.find,O=l.fireEvent,j=l.getNestedProperty,z=l.isArray,C=l.isNumber,D=l.isString,P=l.merge,E=l.objectEach,N=l.pick,Y=l.removeEvent,W=l.splat,B=l.syncTimeout;return t=function(){function t(){this.zones=this.yAxis=this.xAxis=this.userOptions=this.tooltipOptions=this.processedYData=this.processedXData=this.points=this.options=this.linkedSeries=this.index=this.eventsToUnbind=this.eventOptions=this.data=this.chart=this._i=void 0}return t.prototype.init=function(t,e){O(this,"init",{options:e});var n=this,i=t.series;this.eventsToUnbind=[],n.chart=t,n.options=n.setOptions(e),e=n.options,n.linkedSeries=[],n.bindAxes(),k(n,{name:e.name,state:"",visible:!1!==e.visible,selected:!0===e.selected}),p(this,e);var r,o=e.events;(o&&o.click||e.point&&e.point.events&&e.point.events.click||e.allowPointSelect)&&(t.runTrackerClick=!0),n.getColor(),n.getSymbol(),n.parallelArrays.forEach((function(t){n[t+"Data"]||(n[t+"Data"]=[])})),n.isCartesian&&(t.hasCartesianSeries=!0),i.length&&(r=i[i.length-1]),n._i=N(r&&r._i,-1)+1,n.opacity=n.options.opacity,t.orderSeries(this.insert(i)),e.dataSorting&&e.dataSorting.enabled?n.setDataSortingOptions():n.points||n.data||n.setData(e.data,!1),O(this,"afterInit")},t.prototype.is=function(t){return y[t]&&this instanceof y[t]},t.prototype.insert=function(t){var e,n=this.options.index;if(C(n)){for(e=t.length;e--;)if(n>=N(t[e].options.index,t[e]._i)){t.splice(e+1,0,this);break}-1===e&&t.unshift(this),e+=1}else t.push(this);return N(e,t.length-1)},t.prototype.bindAxes=function(){var t,e=this,n=e.options,i=e.chart;O(this,"bindAxes",null,(function(){(e.axisTypes||[]).forEach((function(r){var o=0;i[r].forEach((function(i){t=i.options,(n[r]===o&&!t.isInternal||void 0!==n[r]&&n[r]===t.id||void 0===n[r]&&0===t.index)&&(e.insert(i.series),e[r]=i,i.isDirty=!0),t.isInternal||o++})),e[r]||e.optionalAxis===r||T(18,!0,i)}))})),O(this,"afterBindAxes")},t.prototype.updateParallelArrays=function(t,e){var n=t.series,i=arguments,r=C(e)?function(i){var r="y"===i&&n.toYData?n.toYData(t):t[i];n[i+"Data"][e]=r}:function(t){Array.prototype[e].apply(n[t+"Data"],Array.prototype.slice.call(i,2))};n.parallelArrays.forEach(r)},t.prototype.hasData=function(){return this.visible&&void 0!==this.dataMax&&void 0!==this.dataMin||this.visible&&this.yData&&0<this.yData.length},t.prototype.autoIncrement=function(t){var e,n=this.options,i=n.pointIntervalUnit,r=n.relativeXValue,o=this.chart.time,s=this.xIncrement;return s=N(s,n.pointStart,0),this.pointInterval=e=N(this.pointInterval,n.pointInterval,1),r&&C(t)&&(e*=t),i&&(n=new o.Date(s),"day"===i?o.set("Date",n,o.get("Date",n)+e):"month"===i?o.set("Month",n,o.get("Month",n)+e):"year"===i&&o.set("FullYear",n,o.get("FullYear",n)+e),e=n.getTime()-s),r&&C(t)?s+e:(this.xIncrement=s+e,s)},t.prototype.setDataSortingOptions=function(){var t=this.options;k(this,{requireSorting:!1,sorted:!1,enabledDataSorting:!0,allowDG:!1}),A(t.pointRange)||(t.pointRange=1)},t.prototype.setOptions=function(t){var e=this.chart,n=e.options,i=n.plotOptions,r=e.userOptions||{};t=P(t),e=e.styledMode;var o={plotOptions:i,userOptions:t};O(this,"setOptions",o);var s=o.plotOptions[this.type],a=r.plotOptions||{};return this.userOptions=o.userOptions,r=P(s,i.series,r.plotOptions&&r.plotOptions[this.type],t),this.tooltipOptions=P(h.tooltip,h.plotOptions.series&&h.plotOptions.series.tooltip,h.plotOptions[this.type].tooltip,n.tooltip.userOptions,i.series&&i.series.tooltip,i[this.type].tooltip,t.tooltip),this.stickyTracking=N(t.stickyTracking,a[this.type]&&a[this.type].stickyTracking,a.series&&a.series.stickyTracking,!(!this.tooltipOptions.shared||this.noSharedTooltip)||r.stickyTracking),null===s.marker&&delete r.marker,this.zoneAxis=r.zoneAxis,i=this.zones=(r.zones||[]).slice(),!r.negativeColor&&!r.negativeFillColor||r.zones||(n={value:r[this.zoneAxis+"Threshold"]||r.threshold||0,className:"highcharts-negative"},e||(n.color=r.negativeColor,n.fillColor=r.negativeFillColor),i.push(n)),i.length&&A(i[i.length-1].value)&&i.push(e?{}:{color:this.color,fillColor:this.fillColor}),O(this,"afterSetOptions",{options:r}),r},t.prototype.getName=function(){return N(this.options.name,"Series "+(this.index+1))},t.prototype.getCyclic=function(t,e,n){var i=this.chart,r=this.userOptions,o=t+"Index",s=t+"Counter",a=n?n.length:N(i.options.chart[t+"Count"],i[t+"Count"]);if(!e){var c=N(r[o],r["_"+o]);A(c)||(i.series.length||(i[s]=0),r["_"+o]=c=i[s]%a,i[s]+=1),n&&(e=n[c])}void 0!==c&&(this[o]=c),this[t]=e},t.prototype.getColor=function(){this.chart.styledMode?this.getCyclic("color"):this.options.colorByPoint?this.color="#cccccc":this.getCyclic("color",this.options.color||h.plotOptions[this.type].color,this.chart.options.colors)},t.prototype.getPointsCollection=function(){return(this.hasGroupedData?this.points:this.data)||[]},t.prototype.getSymbol=function(){this.getCyclic("symbol",this.options.marker.symbol,this.chart.options.symbols)},t.prototype.findPointIndex=function(t,e){var n,i,r=t.id,s=t.x,a=this.points,c=this.options.dataSorting;if(r)(c=this.chart.get(r))instanceof o&&(n=c);else if((this.linkedParent||this.enabledDataSorting||this.options.relativeXValue)&&(n=function(e){return!e.touched&&e.index===t.index},c&&c.matchByName?n=function(e){return!e.touched&&e.name===t.name}:this.options.relativeXValue&&(n=function(e){return!e.touched&&e.options.x===t.x}),!(n=S(a,n))))return;if(n){var l=n&&n.index;void 0!==l&&(i=!0)}return void 0===l&&C(s)&&(l=this.xData.indexOf(s,e)),-1!==l&&void 0!==l&&this.cropped&&(l=l>=this.cropStart?l-this.cropStart:l),!i&&C(l)&&a[l]&&a[l].touched&&(l=void 0),l},t.prototype.updateData=function(t,e){var n,i,r,o=this.options,s=o.dataSorting,a=this.points,c=[],l=this.requireSorting,u=t.length===a.length,d=!0;if(this.xIncrement=null,t.forEach((function(t,e){var i=A(t)&&this.pointClass.prototype.optionsToObject.call({series:this},t)||{},d=i.x;i.id||C(d)?(-1===(i=this.findPointIndex(i,r))||void 0===i?c.push(t):a[i]&&t!==o.data[i]?(a[i].update(t,!1,null,!1),a[i].touched=!0,l&&(r=i+1)):a[i]&&(a[i].touched=!0),(!u||e!==i||s&&s.enabled||this.hasDerivedData)&&(n=!0)):c.push(t)}),this),n)for(t=a.length;t--;)(i=a[t])&&!i.touched&&i.remove&&i.remove(!1,e);else!u||s&&s.enabled?d=!1:(t.forEach((function(t,e){t!==a[e].y&&a[e].update&&a[e].update(t,!1,null,!1)})),c.length=0);return a.forEach((function(t){t&&(t.touched=!1)})),!!d&&(c.forEach((function(t){this.addPoint(t,!1,null,null,!1)}),this),null===this.xIncrement&&this.xData&&this.xData.length&&(this.xIncrement=M(this.xData),this.autoIncrement()),!0)},t.prototype.setData=function(t,e,n,i){var r=this,o=r.points,s=o&&o.length||0,a=r.options,c=r.chart,l=a.dataSorting,u=r.xAxis,d=a.turboThreshold,h=this.xData,p=this.yData,f=r.pointArrayMap;f=f&&f.length;var m,g=a.keys,y=0,b=1,M=null,v=(t=t||[]).length;if(e=N(e,!0),l&&l.enabled&&(t=this.sortData(t)),!1!==i&&v&&s&&!r.cropped&&!r.hasGroupedData&&r.visible&&!r.isSeriesBoosting&&(m=this.updateData(t,n)),!m){if(r.xIncrement=null,r.colorCounter=0,this.parallelArrays.forEach((function(t){r[t+"Data"].length=0})),d&&v>d)if(M=r.getFirstValidPoint(t),C(M))for(n=0;n<v;n++)h[n]=this.autoIncrement(),p[n]=t[n];else if(z(M))if(f)if(M.length===f)for(n=0;n<v;n++)h[n]=this.autoIncrement(),p[n]=t[n];else for(n=0;n<v;n++)i=t[n],h[n]=i[0],p[n]=i.slice(1,f+1);else if(g&&(y=0<=(y=g.indexOf("x"))?y:0,b=0<=(b=g.indexOf("y"))?b:1),1===M.length&&(b=0),y===b)for(n=0;n<v;n++)h[n]=this.autoIncrement(),p[n]=t[n][b];else for(n=0;n<v;n++)i=t[n],h[n]=i[y],p[n]=i[b];else T(12,!1,c);else for(n=0;n<v;n++)void 0!==t[n]&&(i={series:r},r.pointClass.prototype.applyOptions.apply(i,[t[n]]),r.updateParallelArrays(i,n));for(p&&D(p[0])&&T(14,!0,c),r.data=[],r.options.data=r.userOptions.data=t,n=s;n--;)o[n]&&o[n].destroy&&o[n].destroy();u&&(u.minRange=u.userMinRange),r.isDirty=c.isDirtyBox=!0,r.isDirtyData=!!o,n=!1}"point"===a.legendType&&(this.processData(),this.generatePoints()),e&&c.redraw(n)},t.prototype.sortData=function(t){var e=this,n=e.options.dataSorting.sortKey||"y",i=function(t,e){return A(e)&&t.pointClass.prototype.optionsToObject.call({series:t},e)||{}};return t.forEach((function(n,r){t[r]=i(e,n),t[r].index=r}),this),t.concat().sort((function(t,e){return t=j(n,t),(e=j(n,e))<t?-1:e>t?1:0})).forEach((function(t,e){t.x=e}),this),e.linkedSeries&&e.linkedSeries.forEach((function(e){var n=e.options,r=n.data;n.dataSorting&&n.dataSorting.enabled||!r||(r.forEach((function(n,o){r[o]=i(e,n),t[o]&&(r[o].x=t[o].x,r[o].index=o)})),e.setData(r,!1))})),t},t.prototype.getProcessedData=function(t){var e=this.xAxis,n=this.options,i=n.cropThreshold,r=t||this.getExtremesFromAll||n.getExtremesFromAll,o=this.isCartesian;t=e&&e.val2lin,n=!(!e||!e.logarithmic);var s=0,a=this.xData,c=this.yData,l=this.requireSorting,u=!1,d=a.length;if(e){var h=(u=e.getExtremes()).min,p=u.max;u=e.categories&&!e.names.length}if(o&&this.sorted&&!r&&(!i||d>i||this.forceCrop))if(a[d-1]<h||a[0]>p)a=[],c=[];else if(this.yData&&(a[0]<h||a[d-1]>p)){var f=this.cropData(this.xData,this.yData,h,p);a=f.xData,c=f.yData,s=f.start,f=!0}for(i=a.length||1;--i;)if(0<(e=n?t(a[i])-t(a[i-1]):a[i]-a[i-1])&&(void 0===m||e<m))var m=e;else 0>e&&l&&!u&&(T(15,!1,this.chart),l=!1);return{xData:a,yData:c,cropped:f,cropStart:s,closestPointRange:m}},t.prototype.processData=function(t){var e=this.xAxis;if(this.isCartesian&&!this.isDirty&&!e.isDirty&&!this.yAxis.isDirty&&!t)return!1;t=this.getProcessedData(),this.cropped=t.cropped,this.cropStart=t.cropStart,this.processedXData=t.xData,this.processedYData=t.yData,this.closestPointRange=this.basePointRange=t.closestPointRange,O(this,"afterProcessData")},t.prototype.cropData=function(t,e,n,i,r){var o,s=t.length,a=0,c=s;for(r=N(r,this.cropShoulder),o=0;o<s;o++)if(t[o]>=n){a=Math.max(0,o-r);break}for(n=o;n<s;n++)if(t[n]>i){c=n+r;break}return{xData:t.slice(a,c),yData:e.slice(a,c),start:a,end:c}},t.prototype.generatePoints=function(){var t=this.options,e=t.data,n=this.processedXData,i=this.processedYData,r=this.pointClass,o=n.length,s=this.cropStart||0,a=this.hasGroupedData,c=t.keys,l=[];t=t.dataGrouping&&t.dataGrouping.groupAll?s:0;var u,d,h=this.data;if(!h&&!a){var p=[];p.length=e.length,h=this.data=p}for(c&&a&&(this.options.keys=!1),d=0;d<o;d++){if(p=s+d,a){var f=(new r).init(this,[n[d]].concat(W(i[d])));f.dataGroup=this.groupMap[t+d],f.dataGroup.options&&(f.options=f.dataGroup.options,k(f,f.dataGroup.options),delete f.dataLabels)}else(f=h[p])||void 0===e[p]||(h[p]=f=(new r).init(this,e[p],n[d]));f&&(f.index=a?t+d:p,l[d]=f)}if(this.options.keys=c,h&&(o!==(u=h.length)||a))for(d=0;d<u;d++)d!==s||a||(d+=o),h[d]&&(h[d].destroyElements(),h[d].plotX=void 0);this.data=h,this.points=l,O(this,"afterGeneratePoints")},t.prototype.getXExtremes=function(t){return{min:v(t),max:M(t)}},t.prototype.getExtremes=function(t,e){var n=this.xAxis,i=this.yAxis,r=this.processedXData||this.xData,o=[],s=this.requireSorting?this.cropShoulder:0;i=!!i&&i.positiveValuesOnly;var a,c=0,l=0,u=0,d=(t=t||this.stackedYData||this.processedYData||[]).length;if(n){var h=n.getExtremes();c=h.min,l=h.max}for(a=0;a<d;a++){var p=r[a];h=t[a];var f=(C(h)||z(h))&&(h.length||0<h||!i);if(p=e||this.getExtremesFromAll||this.options.getExtremesFromAll||this.cropped||!n||(r[a+s]||p)>=c&&(r[a-s]||p)<=l,f&&p)if(f=h.length)for(;f--;)C(h[f])&&(o[u++]=h[f]);else o[u++]=h}return t={activeYData:o,dataMin:v(o),dataMax:M(o)},O(this,"afterGetExtremes",{dataExtremes:t}),t},t.prototype.applyExtremes=function(){var t=this.getExtremes();return this.dataMin=t.dataMin,this.dataMax=t.dataMax,t},t.prototype.getFirstValidPoint=function(t){for(var e=t.length,n=0,i=null;null===i&&n<e;)i=t[n],n++;return i},t.prototype.translate=function(){this.processedXData||this.processData(),this.generatePoints();var t,e,n=this.options,i=n.stacking,r=this.xAxis,o=r.categories,s=this.enabledDataSorting,a=this.yAxis,c=this.points,l=c.length,u=this.pointPlacementToXValue(),d=!!u,h=n.threshold,p=n.startFromThreshold?h:0,f=this.zoneAxis||"y",m=Number.MAX_VALUE;for(t=0;t<l;t++){var g=c[t],y=g.x,b=void 0,M=void 0,v=g.y,x=g.low,w=i&&a.stacking&&a.stacking.stacks[(this.negStacks&&v<(p?0:h)?"-":"")+this.stackKey];if((a.positiveValuesOnly&&!a.validatePositiveValue(v)||r.positiveValuesOnly&&!r.validatePositiveValue(y))&&(g.isNull=!0),g.plotX=e=L(_(r.translate(y,0,0,0,1,u,"flags"===this.type),-1e5,1e5)),i&&this.visible&&w&&w[y]){var T=this.getStackIndicator(T,y,this.index);g.isNull||(M=(b=w[y]).points[T.key])}if(z(M)&&(x=M[0],v=M[1],x===p&&T.key===w[y].base&&(x=N(C(h)&&h,a.min)),a.positiveValuesOnly&&0>=x&&(x=null),g.total=g.stackTotal=b.total,g.percentage=b.total&&g.y/b.total*100,g.stackY=v,this.irregularWidths||b.setOffset(this.pointXOffset||0,this.barW||0)),g.yBottom=A(x)?_(a.translate(x,0,1,0,1),-1e5,1e5):null,this.dataModify&&(v=this.dataModify.modifyValue(v,t)),g.plotY=void 0,C(v)&&(void 0!==(b=a.translate(v,!1,!0,!1,!0))&&(g.plotY=_(b,-1e5,1e5))),g.isInside=this.isPointInside(g),g.clientX=d?L(r.translate(y,0,0,0,1,u)):e,g.negative=g[f]<(n[f+"Threshold"]||h||0),g.category=o&&void 0!==o[g.x]?o[g.x]:g.x,!g.isNull&&!1!==g.visible){void 0!==k&&(m=Math.min(m,Math.abs(e-k)));var k=e}g.zone=this.zones.length?g.getZone():void 0,!g.graphic&&this.group&&s&&(g.isNew=!0)}this.closestPointRangePx=m,O(this,"afterTranslate")},t.prototype.getValidPoints=function(t,e,n){var i=this.chart;return(t||this.points||[]).filter((function(t){return!(e&&!i.isInsidePlot(t.plotX,t.plotY,{inverted:i.inverted}))&&(!1!==t.visible&&(n||!t.isNull))}))},t.prototype.getClipBox=function(){var t=this.chart,e=this.xAxis,n=this.yAxis,i=P(t.clipBox);return e&&e.len!==t.plotSizeX&&(i.width=e.len),n&&n.len!==t.plotSizeY&&(i.height=n.len),i},t.prototype.getSharedClipKey=function(){return this.sharedClipKey=(this.options.xAxis||0)+","+(this.options.yAxis||0)},t.prototype.setClip=function(){var t=this.chart,e=this.group,n=this.markerGroup,i=t.sharedClips;t=t.renderer;var r=this.getClipBox(),o=this.getSharedClipKey(),s=i[o];s?s.animate(r):i[o]=s=t.clipRect(r),e&&e.clip(!1===this.options.clip?void 0:s),n&&n.clip()},t.prototype.animate=function(t){var e=this.chart,n=this.group,i=this.markerGroup,r=e.inverted,o=u(this.options.animation),s=[this.getSharedClipKey(),o.duration,o.easing,o.defer].join(),a=e.sharedClips[s],c=e.sharedClips[s+"m"];if(t&&n)o=this.getClipBox(),a?a.attr("height",o.height):(o.width=0,r&&(o.x=e.plotHeight),a=e.renderer.clipRect(o),e.sharedClips[s]=a,c=e.renderer.clipRect({x:r?(e.plotSizeX||0)+99:-99,y:r?-e.plotLeft:-e.plotTop,width:99,height:r?e.chartWidth:e.chartHeight}),e.sharedClips[s+"m"]=c),n.clip(a),i&&i.clip(c);else if(a&&!a.hasClass("highcharts-animating")){e=this.getClipBox();var l=o.step;i&&i.element.childNodes.length&&(o.step=function(t,e){l&&l.apply(e,arguments),c&&c.element&&c.attr(e.prop,"width"===e.prop?t+99:t)}),a.addClass("highcharts-animating").animate(e,o)}},t.prototype.afterAnimate=function(){var t=this;this.setClip(),E(this.chart.sharedClips,(function(e,n,i){e&&!t.chart.container.querySelector('[clip-path="url(#'+e.id+')"]')&&(e.destroy(),delete i[n])})),this.finishedAnimating=!0,O(this,"afterAnimate")},t.prototype.drawPoints=function(){var t,e,n=this.points,i=this.chart,r=this.options.marker,o=this[this.specialGroup]||this.markerGroup,s=this.xAxis,a=N(r.enabled,!(s&&!s.isRadial)||null,this.closestPointRangePx>=r.enabledThreshold*r.radius);if(!1!==r.enabled||this._hasPointMarkers)for(t=0;t<n.length;t++){var c=n[t],l=(e=c.graphic)?"animate":"attr",u=c.marker||{},d=!!c.marker;if((a&&void 0===u.enabled||u.enabled)&&!c.isNull&&!1!==c.visible){var h=N(u.symbol,this.symbol,"rect"),p=this.markerAttribs(c,c.selected&&"select");this.enabledDataSorting&&(c.startXPos=s.reversed?-(p.width||0):s.width);var f=!1!==c.isInside;e?e[f?"show":"hide"](f).animate(p):f&&(0<(p.width||0)||c.hasImage)&&(c.graphic=e=i.renderer.symbol(h,p.x,p.y,p.width,p.height,d?u:r).add(o),this.enabledDataSorting&&i.hasRendered&&(e.attr({x:c.startXPos}),l="animate")),e&&"animate"===l&&e[f?"show":"hide"](f).animate(p),e&&!i.styledMode&&e[l](this.pointAttribs(c,c.selected&&"select")),e&&e.addClass(c.getClassName(),!0)}else e&&(c.graphic=e.destroy())}},t.prototype.markerAttribs=function(t,e){var n=this.options,i=n.marker,r=t.marker||{},o=r.symbol||i.symbol,s=N(r.radius,i.radius);return e&&(i=i.states[e],e=r.states&&r.states[e],s=N(e&&e.radius,i&&i.radius,s+(i&&i.radiusPlus||0))),t.hasImage=o&&0===o.indexOf("url"),t.hasImage&&(s=0),t={x:n.crisp?Math.floor(t.plotX-s):t.plotX-s,y:t.plotY-s},s&&(t.width=t.height=2*s),t},t.prototype.pointAttribs=function(t,e){var n=this.options.marker,i=t&&t.options,r=i&&i.marker||{},o=i&&i.color,s=t&&t.color,a=t&&t.zone&&t.zone.color,c=this.color;return t=N(r.lineWidth,n.lineWidth),i=1,c=o||a||s||c,o=r.fillColor||n.fillColor||c,s=r.lineColor||n.lineColor||c,e=e||"normal",n=n.states[e]||{},e=r.states&&r.states[e]||{},t=N(e.lineWidth,n.lineWidth,t+N(e.lineWidthPlus,n.lineWidthPlus,0)),o=e.fillColor||n.fillColor||o,{stroke:s=e.lineColor||n.lineColor||s,"stroke-width":t,fill:o,opacity:i=N(e.opacity,n.opacity,i)}},t.prototype.destroy=function(t){var e,n,i,r=this,o=r.chart,s=/AppleWebKit\/533/.test(g.navigator.userAgent),a=r.data||[];for(O(r,"destroy"),this.removeEvents(t),(r.axisTypes||[]).forEach((function(t){(i=r[t])&&i.series&&(w(i.series,r),i.isDirty=i.forceRedraw=!0)})),r.legendItem&&r.chart.legend.destroyItem(r),e=a.length;e--;)(n=a[e])&&n.destroy&&n.destroy();r.clips&&r.clips.forEach((function(t){return t.destroy()})),l.clearTimeout(r.animationTimeout),E(r,(function(t,e){t instanceof c&&!t.survive&&t[s&&"group"===e?"hide":"destroy"]()})),o.hoverSeries===r&&(o.hoverSeries=void 0),w(o.series,r),o.orderSeries(),E(r,(function(e,n){t&&"hcEvents"===n||delete r[n]}))},t.prototype.applyZones=function(){var t,e,n,i,r,o,s,a,c=this,l=this.chart,u=l.renderer,d=this.zones,h=this.clips||[],p=this.graph,f=this.area,m=Math.max(l.chartWidth,l.chartHeight),g=this[(this.zoneAxis||"y")+"Axis"],y=l.inverted,b=!1;if(d.length&&(p||f)&&g&&void 0!==g.min){var M=g.reversed,v=g.horiz;p&&!this.showLine&&p.hide(),f&&f.hide();var x=g.getExtremes();d.forEach((function(d,L){t=M?v?l.plotWidth:0:v?0:g.toPixels(x.min)||0,t=_(N(e,t),0,m),e=_(Math.round(g.toPixels(N(d.value,x.max),!0)||0),0,m),b&&(t=e=g.toPixels(x.max)),i=Math.abs(t-e),r=Math.min(t,e),o=Math.max(t,e),g.isXAxis?(n={x:y?o:r,y:0,width:i,height:m},v||(n.x=l.plotHeight-n.x)):(n={x:0,y:y?o:r,width:m,height:i},v&&(n.y=l.plotWidth-n.y)),y&&u.isVML&&(n=g.isXAxis?{x:0,y:M?r:o,height:n.width,width:l.chartWidth}:{x:n.y-l.plotLeft-l.spacingBox.x,y:0,width:n.height,height:l.chartHeight}),h[L]?h[L].animate(n):h[L]=u.clipRect(n),s=c["zone-area-"+L],a=c["zone-graph-"+L],p&&a&&a.clip(h[L]),f&&s&&s.clip(h[L]),b=d.value>x.max,c.resetZones&&0===e&&(e=void 0)})),this.clips=h}else c.visible&&(p&&p.show(!0),f&&f.show(!0))},t.prototype.invertGroups=function(t){function e(){["group","markerGroup"].forEach((function(e){n[e]&&(i.renderer.isVML&&n[e].attr({width:n.yAxis.len,height:n.xAxis.len}),n[e].width=n.yAxis.len,n[e].height=n.xAxis.len,n[e].invert(!n.isRadialSeries&&t))}))}var n=this,i=n.chart;n.xAxis&&(n.eventsToUnbind.push(b(i,"resize",e)),e(),n.invertGroups=e)},t.prototype.plotGroup=function(t,e,n,i,r){var o=this[t],s=!o;return n={visibility:n,zIndex:i||.1},void 0===this.opacity||this.chart.styledMode||"inactive"===this.state||(n.opacity=this.opacity),s&&(this[t]=o=this.chart.renderer.g().add(r)),o.addClass("highcharts-"+e+" highcharts-series-"+this.index+" highcharts-"+this.type+"-series "+(A(this.colorIndex)?"highcharts-color-"+this.colorIndex+" ":"")+(this.options.className||"")+(o.hasClass("highcharts-tracker")?" highcharts-tracker":""),!0),o.attr(n)[s?"attr":"animate"](this.getPlotBox()),o},t.prototype.getPlotBox=function(){var t=this.chart,e=this.xAxis,n=this.yAxis;return t.inverted&&(e=n,n=this.xAxis),{translateX:e?e.left:t.plotLeft,translateY:n?n.top:t.plotTop,scaleX:1,scaleY:1}},t.prototype.removeEvents=function(t){t||Y(this),this.eventsToUnbind.length&&(this.eventsToUnbind.forEach((function(t){t()})),this.eventsToUnbind.length=0)},t.prototype.render=function(){var t=this,e=t.chart,n=t.options,i=u(n.animation),r=t.visible?"inherit":"hidden",o=n.zIndex,s=t.hasRendered,a=e.seriesGroup,c=e.inverted;e=!t.finishedAnimating&&e.renderer.isSVG?i.duration:0,O(this,"render");var l=t.plotGroup("group","series",r,o,a);t.markerGroup=t.plotGroup("markerGroup","markers",r,o,a),!1!==n.clip&&t.setClip(),t.animate&&e&&t.animate(!0),l.inverted=!!N(t.invertible,t.isCartesian)&&c,t.drawGraph&&(t.drawGraph(),t.applyZones()),t.visible&&t.drawPoints(),t.drawDataLabels&&t.drawDataLabels(),t.redrawPoints&&t.redrawPoints(),t.drawTracker&&!1!==t.options.enableMouseTracking&&t.drawTracker(),t.invertGroups(c),t.animate&&e&&t.animate(),s||(e&&i.defer&&(e+=i.defer),t.animationTimeout=B((function(){t.afterAnimate()}),e||0)),t.isDirty=!1,t.hasRendered=!0,O(t,"afterRender")},t.prototype.redraw=function(){var t=this.chart,e=this.isDirty||this.isDirtyData,n=this.group,i=this.xAxis,r=this.yAxis;n&&(t.inverted&&n.attr({width:t.plotWidth,height:t.plotHeight}),n.animate({translateX:N(i&&i.left,t.plotLeft),translateY:N(r&&r.top,t.plotTop)})),this.translate(),this.render(),e&&delete this.kdTree},t.prototype.searchPoint=function(t,e){var n=this.xAxis,i=this.yAxis,r=this.chart.inverted;return this.searchKDTree({clientX:r?n.len-t.chartY+n.pos:t.chartX-n.pos,plotY:r?i.len-t.chartX+i.pos:t.chartY-i.pos},e,t)},t.prototype.buildKDTree=function(t){this.buildingKdTree=!0;var e=this,n=-1<e.options.findNearestPointBy.indexOf("y")?2:1;delete e.kdTree,B((function(){e.kdTree=function t(n,i,r){var o=n&&n.length;if(o){var s=e.kdAxisArray[i%r];return n.sort((function(t,e){return t[s]-e[s]})),{point:n[o=Math.floor(o/2)],left:t(n.slice(0,o),i+1,r),right:t(n.slice(o+1),i+1,r)}}}(e.getValidPoints(null,!e.directTouch),n,n),e.buildingKdTree=!1}),e.options.kdNow||t&&"touchstart"===t.type?0:1)},t.prototype.searchKDTree=function(t,e,n){var i=this,r=this.kdAxisArray[0],o=this.kdAxisArray[1],s=e?"distX":"dist";if(e=-1<i.options.findNearestPointBy.indexOf("y")?2:1,this.kdTree||this.buildingKdTree||this.buildKDTree(n),this.kdTree)return function t(e,n,a,c){var l=n.point,u=i.kdAxisArray[a%c],d=l,h=A(e[r])&&A(l[r])?Math.pow(e[r]-l[r],2):null,p=A(e[o])&&A(l[o])?Math.pow(e[o]-l[o],2):null;return p=(h||0)+(p||0),l.dist=A(p)?Math.sqrt(p):Number.MAX_VALUE,l.distX=A(h)?Math.sqrt(h):Number.MAX_VALUE,h=0>(u=e[u]-l[u])?"right":"left",n[p=0>u?"left":"right"]&&(d=(p=t(e,n[p],a+1,c))[s]<d[s]?p:l),n[h]&&Math.sqrt(u*u)<d[s]&&(d=(e=t(e,n[h],a+1,c))[s]<d[s]?e:d),d}(t,this.kdTree,e,e)},t.prototype.pointPlacementToXValue=function(){var t=this.options,e=t.pointRange,n=this.xAxis;return"between"===(t=t.pointPlacement)&&(t=n.reversed?-.5:.5),C(t)?t*(e||n.pointRange):0},t.prototype.isPointInside=function(t){var e=this.chart,n=this.xAxis,i=this.yAxis;return void 0!==t.plotY&&void 0!==t.plotX&&0<=t.plotY&&t.plotY<=(i?i.len:e.plotHeight)&&0<=t.plotX&&t.plotX<=(n?n.len:e.plotWidth)},t.prototype.drawTracker=function(){var t=this,e=t.options,n=e.trackByArea,i=[].concat(n?t.areaPath:t.graphPath),r=t.chart,o=r.pointer,s=r.renderer,a=r.options.tooltip.snap,c=t.tracker,l=function(e){r.hoverSeries!==t&&t.onMouseOver()},u="rgba(192,192,192,"+(m?1e-4:.002)+")";c?c.attr({d:i}):t.graph&&(t.tracker=s.path(i).attr({visibility:t.visible?"visible":"hidden",zIndex:2}).addClass(n?"highcharts-tracker-area":"highcharts-tracker-line").add(t.group),r.styledMode||t.tracker.attr({"stroke-linecap":"round","stroke-linejoin":"round",stroke:u,fill:n?u:"none","stroke-width":t.graph.strokeWidth()+(n?0:2*a)}),[t.tracker,t.markerGroup,t.dataLabelsGroup].forEach((function(t){t&&(t.addClass("highcharts-tracker").on("mouseover",l).on("mouseout",(function(t){o.onTrackerMouseOut(t)})),e.cursor&&!r.styledMode&&t.css({cursor:e.cursor}),f)&&t.on("touchstart",l)}))),O(this,"afterDrawTracker")},t.prototype.addPoint=function(t,e,n,i,r){var o=this.options,s=this.data,a=this.chart,c=this.xAxis;c=c&&c.hasNames&&c.names;var l,u=o.data,d=this.xData;e=N(e,!0);var h={series:this};this.pointClass.prototype.applyOptions.apply(h,[t]);var p=h.x,f=d.length;if(this.requireSorting&&p<d[f-1])for(l=!0;f&&d[f-1]>p;)f--;this.updateParallelArrays(h,"splice",f,0,0),this.updateParallelArrays(h,f),c&&h.name&&(c[p]=h.name),u.splice(f,0,t),l&&(this.data.splice(f,0,null),this.processData()),"point"===o.legendType&&this.generatePoints(),n&&(s[0]&&s[0].remove?s[0].remove(!1):(s.shift(),this.updateParallelArrays(h,"shift"),u.shift())),!1!==r&&O(this,"addPoint",{point:h}),this.isDirtyData=this.isDirty=!0,e&&a.redraw(i)},t.prototype.removePoint=function(t,e,n){var i=this,r=i.data,o=r[t],s=i.points,a=i.chart,c=function(){s&&s.length===r.length&&s.splice(t,1),r.splice(t,1),i.options.data.splice(t,1),i.updateParallelArrays(o||{series:i},"splice",t,1),o&&o.destroy(),i.isDirty=!0,i.isDirtyData=!0,e&&a.redraw()};d(n,a),e=N(e,!0),o?o.firePointEvent("remove",null,c):c()},t.prototype.remove=function(t,e,n,i){function r(){o.destroy(i),s.isDirtyLegend=s.isDirtyBox=!0,s.linkSeries(),N(t,!0)&&s.redraw(e)}var o=this,s=o.chart;!1!==n?O(o,"remove",null,r):r()},t.prototype.update=function(t,e){t=x(t,this.userOptions),O(this,"update",{options:t});var n,i=this,r=i.chart,o=i.userOptions,s=i.initialType||i.type,a=r.options.plotOptions,c=y[s].prototype,l=i.finishedAnimating&&{animation:!1},u={},d=["eventOptions","navigatorSeries","baseSeries"],h=t.type||o.type||r.options.chart.type,p=!(this.hasDerivedData||h&&h!==this.type||void 0!==t.pointStart||void 0!==t.pointInterval||void 0!==t.relativeXValue||i.hasOptionChanged("dataGrouping")||i.hasOptionChanged("pointStart")||i.hasOptionChanged("pointInterval")||i.hasOptionChanged("pointIntervalUnit")||i.hasOptionChanged("keys"));if(h=h||s,p&&(d.push("data","isDirtyData","points","processedXData","processedYData","xIncrement","cropped","_hasPointMarkers","_hasPointLabels","clips","nodes","layout","mapMap","mapData","minY","maxY","minX","maxX"),!1!==t.visible&&d.push("area","graph"),i.parallelArrays.forEach((function(t){d.push(t+"Data")})),t.data&&(t.dataSorting&&k(i.options.dataSorting,t.dataSorting),this.setData(t.data,!1))),t=P(o,l,{index:void 0===o.index?i.index:o.index,pointStart:N(a&&a.series&&a.series.pointStart,o.pointStart,i.xData[0])},!p&&{data:i.options.data},t),p&&t.data&&(t.data=i.options.data),(d=["group","markerGroup","dataLabelsGroup","transformGroup"].concat(d)).forEach((function(t){d[t]=i[t],delete i[t]})),a=!1,y[h]){if(a=h!==i.type,i.remove(!1,!1,!1,!0),a)if(Object.setPrototypeOf)Object.setPrototypeOf(i,y[h].prototype);else{for(n in l=Object.hasOwnProperty.call(i,"hcEvents")&&i.hcEvents,c)i[n]=void 0;k(i,y[h].prototype),l?i.hcEvents=l:delete i.hcEvents}}else T(17,!0,r,{missingModuleFor:h});if(d.forEach((function(t){i[t]=d[t]})),i.init(r,t),p&&this.points){var f=i.options;!1===f.visible?(u.graphic=1,u.dataLabel=1):i._hasPointLabels||(t=f.marker,c=f.dataLabels,!t||!1!==t.enabled&&(o.marker&&o.marker.symbol)===t.symbol||(u.graphic=1),c&&!1===c.enabled&&(u.dataLabel=1)),this.points.forEach((function(t){t&&t.series&&(t.resolveColor(),Object.keys(u).length&&t.destroyElements(u),!1===f.showInLegend&&t.legendItem&&r.legend.destroyItem(t))}),this)}i.initialType=s,r.linkSeries(),a&&i.linkedSeries.length&&(i.isDirtyData=!0),O(this,"afterUpdate"),N(e,!0)&&r.redraw(!!p&&void 0)},t.prototype.setName=function(t){this.name=this.options.name=this.userOptions.name=t,this.chart.isDirtyLegend=!0},t.prototype.hasOptionChanged=function(t){var e=this.options[t],n=this.chart.options.plotOptions,i=this.userOptions[t];return i?e!==i:e!==N(n&&n[this.type]&&n[this.type][t],n&&n.series&&n.series[t],e)},t.prototype.onMouseOver=function(){var t=this.chart,e=t.hoverSeries;t.pointer.setHoverChartIndex(),e&&e!==this&&e.onMouseOut(),this.options.events.mouseOver&&O(this,"mouseOver"),this.setState("hover"),t.hoverSeries=this},t.prototype.onMouseOut=function(){var t=this.options,e=this.chart,n=e.tooltip,i=e.hoverPoint;e.hoverSeries=null,i&&i.onMouseOut(),this&&t.events.mouseOut&&O(this,"mouseOut"),!n||this.stickyTracking||n.shared&&!this.noSharedTooltip||n.hide(),e.series.forEach((function(t){t.setState("",!0)}))},t.prototype.setState=function(t,e){var n=this,i=n.options,r=n.graph,o=i.inactiveOtherPoints,s=i.states,a=N(s[t||"normal"]&&s[t||"normal"].animation,n.chart.options.chart.animation),c=i.lineWidth,l=0,u=i.opacity;if(t=t||"",n.state!==t&&([n.group,n.markerGroup,n.dataLabelsGroup].forEach((function(e){e&&(n.state&&e.removeClass("highcharts-series-"+n.state),t&&e.addClass("highcharts-series-"+t))})),n.state=t,!n.chart.styledMode)){if(s[t]&&!1===s[t].enabled)return;if(t&&(c=s[t].lineWidth||c+(s[t].lineWidthPlus||0),u=N(s[t].opacity,u)),r&&!r.dashstyle)for(i={"stroke-width":c},r.animate(i,a);n["zone-graph-"+l];)n["zone-graph-"+l].animate(i,a),l+=1;o||[n.group,n.markerGroup,n.dataLabelsGroup,n.labelBySeries].forEach((function(t){t&&t.animate({opacity:u},a)}))}e&&o&&n.points&&n.setAllPointsToState(t||void 0)},t.prototype.setAllPointsToState=function(t){this.points.forEach((function(e){e.setState&&e.setState(t)}))},t.prototype.setVisible=function(t,e){var n=this,i=n.chart,r=n.legendItem,o=i.options.chart.ignoreHiddenSeries,s=n.visible,a=(n.visible=t=n.options.visible=n.userOptions.visible=void 0===t?!s:t)?"show":"hide";["group","dataLabelsGroup","markerGroup","tracker","tt"].forEach((function(t){n[t]&&n[t][a]()})),i.hoverSeries!==n&&(i.hoverPoint&&i.hoverPoint.series)!==n||n.onMouseOut(),r&&i.legend.colorizeItem(n,t),n.isDirty=!0,n.options.stacking&&i.series.forEach((function(t){t.options.stacking&&t.visible&&(t.isDirty=!0)})),n.linkedSeries.forEach((function(e){e.setVisible(t,!1)})),o&&(i.isDirtyBox=!0),O(n,a),!1!==e&&i.redraw()},t.prototype.show=function(){this.setVisible(!0)},t.prototype.hide=function(){this.setVisible(!1)},t.prototype.select=function(t){this.selected=t=this.options.selected=void 0===t?!this.selected:t,this.checkbox&&(this.checkbox.checked=t),O(this,t?"select":"unselect")},t.prototype.shouldShowTooltip=function(t,e,n){return void 0===n&&(n={}),n.series=this,n.visiblePlotOnly=!0,this.chart.isInsidePlot(t,e,n)},t.defaultOptions=s,t}(),k(t.prototype,{axisTypes:["xAxis","yAxis"],coll:"series",colorCounter:0,cropShoulder:1,directTouch:!1,drawLegendSymbol:r.drawLineMarker,isCartesian:!0,kdAxisArray:["clientX","plotY"],parallelArrays:["x","y"],pointClass:o,requireSorting:!0,sorted:!0}),a.series=t,t})),e(n,"Extensions/ScrollablePlotArea.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/Series/Series.js"],n["Core/Renderer/RendererRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o){var s=t.stop,a=o.addEvent,c=o.createElement,l=o.merge,u=o.pick;a(n,"afterSetChartSize",(function(t){var n=this.options.chart.scrollablePlotArea,i=n&&n.minWidth;if(n=n&&n.minHeight,!this.renderer.forExport){if(i){if(this.scrollablePixelsX=i=Math.max(0,i-this.chartWidth)){this.scrollablePlotBox=this.renderer.scrollablePlotBox=l(this.plotBox),this.plotBox.width=this.plotWidth+=i,this.inverted?this.clipBox.height+=i:this.clipBox.width+=i;var r={1:{name:"right",value:i}}}}else n&&(this.scrollablePixelsY=i=Math.max(0,n-this.chartHeight))&&(this.scrollablePlotBox=this.renderer.scrollablePlotBox=l(this.plotBox),this.plotBox.height=this.plotHeight+=i,this.inverted?this.clipBox.width+=i:this.clipBox.height+=i,r={2:{name:"bottom",value:i}});r&&!t.skipAxes&&this.axes.forEach((function(t){r[t.side]?t.getPlotLinePath=function(){var n=r[t.side].name,i=this[n];this[n]=i-r[t.side].value;var o=e.prototype.getPlotLinePath.apply(this,arguments);return this[n]=i,o}:(t.setAxisSize(),t.setAxisTranslation())}))}})),a(n,"render",(function(){this.scrollablePixelsX||this.scrollablePixelsY?(this.setUpScrolling&&this.setUpScrolling(),this.applyFixed()):this.fixedDiv&&this.applyFixed()})),n.prototype.setUpScrolling=function(){var t=this,e={WebkitOverflowScrolling:"touch",overflowX:"hidden",overflowY:"hidden"};this.scrollablePixelsX&&(e.overflowX="auto"),this.scrollablePixelsY&&(e.overflowY="auto"),this.scrollingParent=c("div",{className:"highcharts-scrolling-parent"},{position:"relative"},this.renderTo),this.scrollingContainer=c("div",{className:"highcharts-scrolling"},e,this.scrollingParent),a(this.scrollingContainer,"scroll",(function(){t.pointer&&delete t.pointer.chartPosition})),this.innerContainer=c("div",{className:"highcharts-inner-container"},null,this.scrollingContainer),this.innerContainer.appendChild(this.container),this.setUpScrolling=null},n.prototype.moveFixedElements=function(){var t,e=this.container,n=this.fixedRenderer,i=".highcharts-contextbutton .highcharts-credits .highcharts-legend .highcharts-legend-checkbox .highcharts-navigator-series .highcharts-navigator-xaxis .highcharts-navigator-yaxis .highcharts-navigator .highcharts-reset-zoom .highcharts-drillup-button .highcharts-scrollbar .highcharts-subtitle .highcharts-title".split(" ");this.scrollablePixelsX&&!this.inverted?t=".highcharts-yaxis":this.scrollablePixelsX&&this.inverted||this.scrollablePixelsY&&!this.inverted?t=".highcharts-xaxis":this.scrollablePixelsY&&this.inverted&&(t=".highcharts-yaxis"),t&&i.push(t+":not(.highcharts-radial-axis)",t+"-labels:not(.highcharts-radial-axis-labels)"),i.forEach((function(t){[].forEach.call(e.querySelectorAll(t),(function(t){(t.namespaceURI===n.SVG_NS?n.box:n.box.parentNode).appendChild(t),t.style.pointerEvents="auto"}))}))},n.prototype.applyFixed=function(){var t=!this.fixedDiv,e=this.options.chart,n=e.scrollablePlotArea,i=r.getRendererType();t?(this.fixedDiv=c("div",{className:"highcharts-fixed"},{position:"absolute",overflow:"hidden",pointerEvents:"none",zIndex:(e.style&&e.style.zIndex||0)+2,top:0},null,!0),this.scrollingContainer&&this.scrollingContainer.parentNode.insertBefore(this.fixedDiv,this.scrollingContainer),this.renderTo.style.overflow="visible",this.fixedRenderer=e=new i(this.fixedDiv,this.chartWidth,this.chartHeight,this.options.chart.style),this.scrollableMask=e.path().attr({fill:this.options.chart.backgroundColor||"#fff","fill-opacity":u(n.opacity,.85),zIndex:-1}).addClass("highcharts-scrollable-mask").add(),a(this,"afterShowResetZoom",this.moveFixedElements),a(this,"afterDrilldown",this.moveFixedElements),a(this,"afterLayOutTitles",this.moveFixedElements)):this.fixedRenderer.setSize(this.chartWidth,this.chartHeight),(this.scrollableDirty||t)&&(this.scrollableDirty=!1,this.moveFixedElements()),e=this.chartWidth+(this.scrollablePixelsX||0),i=this.chartHeight+(this.scrollablePixelsY||0),s(this.container),this.container.style.width=e+"px",this.container.style.height=i+"px",this.renderer.boxWrapper.attr({width:e,height:i,viewBox:[0,0,e,i].join(" ")}),this.chartBackground.attr({width:e,height:i}),this.scrollingContainer.style.height=this.chartHeight+"px",t&&(n.scrollPositionX&&(this.scrollingContainer.scrollLeft=this.scrollablePixelsX*n.scrollPositionX),n.scrollPositionY&&(this.scrollingContainer.scrollTop=this.scrollablePixelsY*n.scrollPositionY)),i=this.axisOffset,t=this.plotTop-i[0]-1,n=this.plotLeft-i[3]-1,e=this.plotTop+this.plotHeight+i[2]+1,i=this.plotLeft+this.plotWidth+i[1]+1;var o=this.plotLeft+this.plotWidth-(this.scrollablePixelsX||0),l=this.plotTop+this.plotHeight-(this.scrollablePixelsY||0);t=this.scrollablePixelsX?[["M",0,t],["L",this.plotLeft-1,t],["L",this.plotLeft-1,e],["L",0,e],["Z"],["M",o,t],["L",this.chartWidth,t],["L",this.chartWidth,e],["L",o,e],["Z"]]:this.scrollablePixelsY?[["M",n,0],["L",n,this.plotTop-1],["L",i,this.plotTop-1],["L",i,0],["Z"],["M",n,l],["L",n,this.chartHeight],["L",i,this.chartHeight],["L",i,l],["Z"]]:[["M",0,0]],"adjustHeight"!==this.redrawTrigger&&this.scrollableMask.attr({d:t})},a(e,"afterInit",(function(){this.chart.scrollableDirty=!0})),a(i,"show",(function(){this.chart.scrollableDirty=!0}))})),e(n,"Core/Axis/StackingAxis.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Axis/Axis.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.getDeferredAnimation,o=n.addEvent,s=n.destroyObjectProperties,a=n.fireEvent,c=n.isNumber,l=n.objectEach;return function(t){function e(){var t=this.stacking;if(t){var e=t.stacks;l(e,(function(t,n){s(t),e[n]=null})),t&&t.stackTotalGroup&&t.stackTotalGroup.destroy()}}function n(){this.stacking||(this.stacking=new u(this))}var i=[];t.compose=function(t){return-1===i.indexOf(t)&&(i.push(t),o(t,"init",n),o(t,"destroy",e)),t};var u=function(){function t(t){this.oldStacks={},this.stacks={},this.stacksTouched=0,this.axis=t}return t.prototype.buildStacks=function(){var t,e=this.axis,n=e.series,i=e.options.reversedStacks,r=n.length;if(!e.isXAxis){for(this.usePercentage=!1,t=r;t--;){var o=n[i?t:r-t-1];o.setStackedPoints(),o.setGroupedPoints()}for(t=0;t<r;t++)n[t].modifyStacks();a(e,"afterBuildStacks")}},t.prototype.cleanStacks=function(){if(!this.axis.isXAxis){if(this.oldStacks)var t=this.stacks=this.oldStacks;l(t,(function(t){l(t,(function(t){t.cumulative=t.total}))}))}},t.prototype.resetStacks=function(){var t=this,e=t.stacks;t.axis.isXAxis||l(e,(function(e){l(e,(function(n,i){c(n.touched)&&n.touched<t.stacksTouched?(n.destroy(),delete e[i]):(n.total=null,n.cumulative=null)}))}))},t.prototype.renderStackTotals=function(){var t=this.axis,e=t.chart,n=e.renderer,i=this.stacks;t=r(e,t.options.stackLabels&&t.options.stackLabels.animation||!1);var o=this.stackTotalGroup=this.stackTotalGroup||n.g("stack-labels").attr({visibility:"visible",zIndex:6,opacity:0}).add();o.translate(e.plotLeft,e.plotTop),l(i,(function(t){l(t,(function(t){t.render(o)}))})),o.animate({opacity:1},t)},t}();t.Additions=u}(i||(i={})),i})),e(n,"Extensions/Stacking.js",[n["Core/Axis/Axis.js"],n["Core/Chart/Chart.js"],n["Core/FormatUtilities.js"],n["Core/Globals.js"],n["Core/Series/Series.js"],n["Core/Axis/StackingAxis.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,s){var a=n.format,c=s.correctFloat,l=s.defined,u=s.destroyObjectProperties,d=s.isArray,h=s.isNumber,p=s.objectEach,f=s.pick,m=function(){function t(t,e,n,i,r){var o=t.chart.inverted;this.axis=t,this.isNegative=n,this.options=e=e||{},this.x=i,this.total=null,this.points={},this.hasValidPoints=!1,this.stack=r,this.rightCliff=this.leftCliff=0,this.alignOptions={align:e.align||(o?n?"left":"right":"center"),verticalAlign:e.verticalAlign||(o?"middle":n?"bottom":"top"),y:e.y,x:e.x},this.textAlign=e.textAlign||(o?n?"right":"left":"center")}return t.prototype.destroy=function(){u(this,this.axis)},t.prototype.render=function(t){var e=this.axis.chart,n=this.options,i=n.format;i=i?a(i,this,e):n.formatter.call(this),this.label?this.label.attr({text:i,visibility:"hidden"}):(this.label=e.renderer.label(i,null,null,n.shape,null,null,n.useHTML,!1,"stack-labels"),i={r:n.borderRadius||0,text:i,rotation:n.rotation,padding:f(n.padding,5),visibility:"hidden"},e.styledMode||(i.fill=n.backgroundColor,i.stroke=n.borderColor,i["stroke-width"]=n.borderWidth,this.label.css(n.style)),this.label.attr(i),this.label.added||this.label.add(t)),this.label.labelrank=e.plotSizeY},t.prototype.setOffset=function(t,e,n,i,o){var s=this.axis,a=s.chart;i=s.translate(s.stacking.usePercentage?100:i||this.total,0,0,0,1),n=s.translate(n||0),n=l(i)&&Math.abs(i-n),t=f(o,a.xAxis[0].translate(this.x))+t,s=l(i)&&this.getStackBox(a,this,t,i,e,n,s),e=this.label,n=this.isNegative,t="justify"===f(this.options.overflow,"justify");var c=this.textAlign;e&&s&&(o=e.getBBox(),i=e.padding,c="left"===c?a.inverted?-i:i:"right"===c?o.width:a.inverted&&"center"===c?o.width/2:a.inverted?n?o.width+i:-i:o.width/2,n=a.inverted?o.height/2:n?-i:o.height,this.alignOptions.x=f(this.options.x,0),this.alignOptions.y=f(this.options.y,0),s.x-=c,s.y-=n,e.align(this.alignOptions,null,s),a.isInsidePlot(e.alignAttr.x+c-this.alignOptions.x,e.alignAttr.y+n-this.alignOptions.y)?e.show():(e.alignAttr.y=-9999,t=!1),t&&r.prototype.justifyDataLabel.call(this.axis,e,this.alignOptions,e.alignAttr,o,s),e.attr({x:e.alignAttr.x,y:e.alignAttr.y}),f(!t&&this.options.crop,!0)&&((a=h(e.x)&&h(e.y)&&a.isInsidePlot(e.x-i+e.width,e.y)&&a.isInsidePlot(e.x+i,e.y))||e.hide()))},t.prototype.getStackBox=function(t,e,n,i,r,o,s){var a=e.axis.reversed,c=t.inverted,l=s.height+s.pos-(c?t.plotLeft:t.plotTop);return e=e.isNegative&&!a||!e.isNegative&&a,{x:c?e?i-s.right:i-o+s.pos-t.plotLeft:n+t.xAxis[0].transB-t.plotLeft,y:c?s.height-n-r:e?l-i-o:l-i,width:c?o:r,height:c?r:o}},t}();return e.prototype.getStacks=function(){var t=this,e=t.inverted;t.yAxis.forEach((function(t){t.stacking&&t.stacking.stacks&&t.hasVisibleSeries&&(t.stacking.oldStacks=t.stacking.stacks)})),t.series.forEach((function(n){var i=n.xAxis&&n.xAxis.options||{};!n.options.stacking||!0!==n.visible&&!1!==t.options.chart.ignoreHiddenSeries||(n.stackKey=[n.type,f(n.options.stack,""),e?i.top:i.left,e?i.height:i.width].join())}))},o.compose(t),r.prototype.setGroupedPoints=function(){var t=this.yAxis.stacking;this.options.centerInCategory&&(this.is("column")||this.is("columnrange"))&&!this.options.stacking&&1<this.chart.series.length?r.prototype.setStackedPoints.call(this,"group"):t&&p(t.stacks,(function(e,n){"group"===n.slice(-5)&&(p(e,(function(t){return t.destroy()})),delete t.stacks[n])}))},r.prototype.setStackedPoints=function(t){var e=t||this.options.stacking;if(e&&(!0===this.visible||!1===this.chart.options.chart.ignoreHiddenSeries)){var n=this.processedXData,i=this.processedYData,r=[],o=i.length,s=this.options,a=s.threshold,u=f(s.startFromThreshold&&a,0);s=s.stack;var h,p,g="-"+(t=t?this.type+","+e:this.stackKey),y=this.negStacks,b=this.yAxis,M=b.stacking.stacks,v=b.stacking.oldStacks;for(b.stacking.stacksTouched+=1,p=0;p<o;p++){var _=n[p],x=i[p],L=this.getStackIndicator(L,_,this.index),A=L.key,w=(h=y&&x<(u?0:a))?g:t;M[w]||(M[w]={}),M[w][_]||(v[w]&&v[w][_]?(M[w][_]=v[w][_],M[w][_].total=null):M[w][_]=new m(b,b.options.stackLabels,h,_,s)),w=M[w][_],null!==x?(w.points[A]=w.points[this.index]=[f(w.cumulative,u)],l(w.cumulative)||(w.base=A),w.touched=b.stacking.stacksTouched,0<L.index&&!1===this.singleStacks&&(w.points[A][0]=w.points[this.index+","+_+",0"][0])):w.points[A]=w.points[this.index]=null,"percent"===e?(h=h?t:g,y&&M[h]&&M[h][_]?(h=M[h][_],w.total=h.total=Math.max(h.total,w.total)+Math.abs(x)||0):w.total=c(w.total+(Math.abs(x)||0))):"group"===e?(d(x)&&(x=x[0]),null!==x&&(w.total=(w.total||0)+1)):w.total=c(w.total+(x||0)),w.cumulative="group"===e?(w.total||1)-1:f(w.cumulative,u)+(x||0),null!==x&&(w.points[A].push(w.cumulative),r[p]=w.cumulative,w.hasValidPoints=!0)}"percent"===e&&(b.stacking.usePercentage=!0),"group"!==e&&(this.stackedYData=r),b.stacking.oldStacks={}}},r.prototype.modifyStacks=function(){var t,e=this,n=e.stackKey,i=e.yAxis.stacking.stacks,r=e.processedXData,o=e.options.stacking;e[o+"Stacker"]&&[n,"-"+n].forEach((function(n){for(var s,a,c=r.length;c--;)s=r[c],t=e.getStackIndicator(t,s,e.index,n),(a=(s=i[n]&&i[n][s])&&s.points[t.key])&&e[o+"Stacker"](a,s,c)}))},r.prototype.percentStacker=function(t,e,n){e=e.total?100/e.total:0,t[0]=c(t[0]*e),t[1]=c(t[1]*e),this.stackedYData[n]=t[1]},r.prototype.getStackIndicator=function(t,e,n,i){return!l(t)||t.x!==e||i&&t.key!==i?t={x:e,index:0,key:i}:t.index++,t.key=[n,e,t.index].join(),t},i.StackItem=m,i.StackItem})),e(n,"Series/Line/LineSeries.js",[n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.defined,o=n.merge;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.prototype.drawGraph=function(){var t=this,e=this.options,n=(this.gappedPath||this.getGraphPath).call(this),i=this.chart.styledMode,r=[["graph","highcharts-graph"]];i||r[0].push(e.lineColor||this.color||"#cccccc",e.dashStyle),(r=t.getZonesGraphs(r)).forEach((function(r,o){var s=r[0],a=t[s],c=a?"animate":"attr";a?(a.endX=t.preventGraphAnimation?null:n.xMap,a.animate({d:n})):n.length&&(t[s]=a=t.chart.renderer.path(n).addClass(r[1]).attr({zIndex:1}).add(t.group)),a&&!i&&(s={stroke:r[2],"stroke-width":e.lineWidth,fill:t.fillGraph&&t.color||"none"},r[3]?s.dashstyle=r[3]:"square"!==e.linecap&&(s["stroke-linecap"]=s["stroke-linejoin"]="round"),a[c](s).shadow(2>o&&e.shadow)),a&&(a.startX=n.xMap,a.isArea=n.isArea)}))},n.prototype.getGraphPath=function(t,e,n){var i,o=this,s=o.options,a=[],c=[],l=s.step,u=(t=t||o.points).reversed;return u&&t.reverse(),(l={right:1,center:2}[l]||l&&3)&&u&&(l=4-l),(t=this.getValidPoints(t,!1,!(s.connectNulls&&!e&&!n))).forEach((function(u,d){var h=u.plotX,p=u.plotY,f=t[d-1];(u.leftCliff||f&&f.rightCliff)&&!n&&(i=!0),u.isNull&&!r(e)&&0<d?i=!s.connectNulls:u.isNull&&!e?i=!0:(0===d||i?d=[["M",u.plotX,u.plotY]]:o.getPointSpline?d=[o.getPointSpline(t,u,d)]:l?(d=1===l?[["L",f.plotX,p]]:2===l?[["L",(f.plotX+h)/2,f.plotY],["L",(f.plotX+h)/2,p]]:[["L",h,f.plotY]]).push(["L",h,p]):d=[["L",h,p]],c.push(u.x),l&&(c.push(u.x),2===l&&c.push(u.x)),a.push.apply(a,d),i=!1)})),a.xMap=c,o.graphPath=a},n.prototype.getZonesGraphs=function(t){return this.zones.forEach((function(e,n){n=["zone-graph-"+n,"highcharts-graph highcharts-zone-graph-"+n+" "+(e.className||"")],this.chart.styledMode||n.push(e.color||this.color,e.dashStyle||this.options.dashStyle),t.push(n)}),this),t},n.defaultOptions=o(t.defaultOptions,{}),n}(t),e.registerSeriesType("line",n),n})),e(n,"Series/Area/AreaSeries.js",[n["Core/Color/Color.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=t.parse,s=n.seriesTypes.line;t=i.extend;var a=i.merge,c=i.objectEach,l=i.pick;return i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(e,t),e.prototype.drawGraph=function(){this.areaPath=[],t.prototype.drawGraph.apply(this);var e=this,n=this.areaPath,i=this.options,r=[["area","highcharts-area",this.color,i.fillColor]];this.zones.forEach((function(t,n){r.push(["zone-area-"+n,"highcharts-area highcharts-zone-area-"+n+" "+t.className,t.color||e.color,t.fillColor||i.fillColor])})),r.forEach((function(t){var r=t[0],s=e[r],a=s?"animate":"attr",c={};s?(s.endX=e.preventGraphAnimation?null:n.xMap,s.animate({d:n})):(c.zIndex=0,(s=e[r]=e.chart.renderer.path(n).addClass(t[1]).add(e.group)).isArea=!0),e.chart.styledMode||(c.fill=l(t[3],o(t[2]).setOpacity(l(i.fillOpacity,.75)).get())),s[a](c),s.startX=n.xMap,s.shiftUnit=i.step?2:1}))},e.prototype.getGraphPath=function(t){var e,n=s.prototype.getGraphPath,i=this.options,r=i.stacking,o=this.yAxis,a=[],c=[],u=this.index,d=o.stacking.stacks[this.stackKey],h=i.threshold,p=Math.round(o.getThreshold(i.threshold));i=l(i.connectNulls,"percent"===r);var f=function(e,n,i){var s=t[e];e=r&&d[s.x].points[u];var l=s[i+"Null"]||0;if(i=s[i+"Cliff"]||0,s=!0,i||l){var f=(l?e[0]:e[1])+i,m=e[0]+i;s=!!l}else!r&&t[n]&&t[n].isNull&&(f=m=h);void 0!==f&&(c.push({plotX:g,plotY:null===f?p:o.getThreshold(f),isNull:s,isCliff:!0}),a.push({plotX:g,plotY:null===m?p:o.getThreshold(m),doCurve:!1}))};for(t=t||this.points,r&&(t=this.getStackPoints(t)),e=0;e<t.length;e++){r||(t[e].leftCliff=t[e].rightCliff=t[e].leftNull=t[e].rightNull=void 0);var m=t[e].isNull,g=l(t[e].rectPlotX,t[e].plotX),y=r?l(t[e].yBottom,p):p;m&&!i||(i||f(e,e-1,"left"),m&&!r&&i||(c.push(t[e]),a.push({x:e,plotX:g,plotY:y})),i||f(e,e+1,"right"))}return e=n.call(this,c,!0,!0),a.reversed=!0,(y=(m=n.call(this,a,!0,!0))[0])&&"M"===y[0]&&(m[0]=["L",y[1],y[2]]),(m=e.concat(m)).length&&m.push(["Z"]),n=n.call(this,c,!1,i),m.xMap=e.xMap,this.areaPath=m,n},e.prototype.getStackPoints=function(t){var e=this,n=[],i=[],r=this.xAxis,o=this.yAxis,s=o.stacking.stacks[this.stackKey],a={},u=o.series,d=u.length,h=o.options.reversedStacks?1:-1,p=u.indexOf(e);if(t=t||this.points,this.options.stacking){for(var f=0;f<t.length;f++)t[f].leftNull=t[f].rightNull=void 0,a[t[f].x]=t[f];c(s,(function(t,e){null!==t.total&&i.push(e)})),i.sort((function(t,e){return t-e}));var m=u.map((function(t){return t.visible}));i.forEach((function(t,c){var f,g,y=0;if(a[t]&&!a[t].isNull)n.push(a[t]),[-1,1].forEach((function(n){var r=1===n?"rightNull":"leftNull",o=0,l=s[i[c+n]];if(l)for(var y=p;0<=y&&y<d;){var b=u[y].index;(f=l.points[b])||(b===e.index?a[t][r]=!0:m[y]&&(g=s[t].points[b])&&(o-=g[1]-g[0])),y+=h}a[t][1===n?"rightCliff":"leftCliff"]=o}));else{for(var b=p;0<=b&&b<d;){if(f=s[t].points[u[b].index]){y=f[1];break}b+=h}y=l(y,0),y=o.translate(y,0,1,0,1),n.push({isNull:!0,plotX:r.translate(t,0,0,0,1),x:t,plotY:y,yBottom:y})}}))}return n},e.defaultOptions=a(s.defaultOptions,{threshold:0}),e}(s),t(i.prototype,{singleStacks:!1,drawLegendSymbol:e.drawRectangle}),n.registerSeriesType("area",i),i})),e(n,"Series/Spline/SplineSeries.js",[n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e){var n=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),i=t.seriesTypes.line,r=e.merge,o=e.pick;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return n(e,t),e.prototype.getPointSpline=function(t,e,n){var i=e.plotX||0,r=e.plotY||0,s=t[n-1];if(n=t[n+1],s&&!s.isNull&&!1!==s.doCurve&&!e.isCliff&&n&&!n.isNull&&!1!==n.doCurve&&!e.isCliff){t=s.plotY||0;var a=n.plotX||0;n=n.plotY||0;var c=0,l=(1.5*i+(s.plotX||0))/2.5,u=(1.5*r+t)/2.5,d=(1.5*r+n)/2.5;(a=(1.5*i+a)/2.5)!==l&&(c=(d-u)*(a-i)/(a-l)+r-d),d+=c,(u+=c)>t&&u>r?d=2*r-(u=Math.max(t,r)):u<t&&u<r&&(d=2*r-(u=Math.min(t,r))),d>n&&d>r?u=2*r-(d=Math.max(n,r)):d<n&&d<r&&(u=2*r-(d=Math.min(n,r))),e.rightContX=a,e.rightContY=d}return e=["C",o(s.rightContX,s.plotX,0),o(s.rightContY,s.plotY,0),o(l,i,0),o(u,r,0),i,r],s.rightContX=s.rightContY=void 0,e},e.defaultOptions=r(i.defaultOptions),e}(i),t.registerSeriesType("spline",e),e})),e(n,"Series/AreaSpline/AreaSplineSeries.js",[n["Series/Area/AreaSeries.js"],n["Series/Spline/SplineSeries.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),s=t.prototype,a=r.extend,c=r.merge;return a((r=function(n){function i(){var t=null!==n&&n.apply(this,arguments)||this;return t.data=void 0,t.points=void 0,t.options=void 0,t}return o(i,n),i.defaultOptions=c(e.defaultOptions,t.defaultOptions),i}(e)).prototype,{getGraphPath:s.getGraphPath,getStackPoints:s.getStackPoints,drawGraph:s.drawGraph,drawLegendSymbol:n.drawRectangle}),i.registerSeriesType("areaspline",r),r})),e(n,"Series/Column/ColumnSeries.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Color/Color.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,s){var a=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),c=t.animObject,l=e.parse,u=n.hasTouch;t=n.noop;var d=s.clamp,h=s.css,p=s.defined,f=s.extend,m=s.fireEvent,g=s.isArray,y=s.isNumber,b=s.merge,M=s.pick,v=s.objectEach;return s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.borderWidth=void 0,e.data=void 0,e.group=void 0,e.options=void 0,e.points=void 0,e}return a(e,t),e.prototype.animate=function(t){var e=this,n=this.yAxis,i=e.options,r=this.chart.inverted,o={},s=r?"translateX":"translateY";if(t)o.scaleY=.001,t=d(n.toPixels(i.threshold),n.pos,n.pos+n.len),r?o.translateX=t-n.len:o.translateY=t,e.clipBox&&e.setClip(),e.group.attr(o);else{var a=Number(e.group.attr(s));e.group.animate({scaleY:1},f(c(e.options.animation),{step:function(t,i){e.group&&(o[s]=a+i.pos*(n.pos-a),e.group.attr(o))}}))}},e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments);var i=this;(e=i.chart).hasRendered&&e.series.forEach((function(t){t.type===i.type&&(t.isDirty=!0)}))},e.prototype.getColumnMetrics=function(){var t=this,e=t.options,n=t.xAxis,i=t.yAxis,r=n.options.reversedStacks;r=n.reversed&&!r||!n.reversed&&r;var o,s={},a=0;!1===e.grouping?a=1:t.chart.series.forEach((function(e){var n=e.yAxis,r=e.options;if(e.type===t.type&&(e.visible||!t.chart.options.chart.ignoreHiddenSeries)&&i.len===n.len&&i.pos===n.pos){if(r.stacking&&"group"!==r.stacking){o=e.stackKey,void 0===s[o]&&(s[o]=a++);var c=s[o]}else!1!==r.grouping&&(c=a++);e.columnIndex=c}}));var c=Math.min(Math.abs(n.transA)*(n.ordinal&&n.ordinal.slope||e.pointRange||n.closestPointRange||n.tickInterval||1),n.len),l=c*e.groupPadding,u=(c-2*l)/(a||1);return e=Math.min(e.maxPointWidth||n.len,M(e.pointWidth,u*(1-2*e.pointPadding))),t.columnMetrics={width:e,offset:(u-e)/2+(l+((t.columnIndex||0)+(r?1:0))*u-c/2)*(r?-1:1),paddedWidth:u,columnCount:a},t.columnMetrics},e.prototype.crispCol=function(t,e,n,i){var r=this.chart,o=this.borderWidth,s=-(o%2?.5:0);return o=o%2?.5:1,r.inverted&&r.renderer.isVML&&(o+=1),this.options.crisp&&(n=Math.round(t+n)+s,n-=t=Math.round(t)+s),i=Math.round(e+i)+o,s=.5>=Math.abs(e)&&.5<i,i-=e=Math.round(e)+o,s&&i&&(--e,i+=1),{x:t,y:e,width:n,height:i}},e.prototype.adjustForMissingColumns=function(t,e,n,i){var r=this,o=this.options.stacking;if(!n.isNull&&1<i.columnCount){var s=0,a=0;v(this.yAxis.stacking&&this.yAxis.stacking.stacks,(function(t){if("number"==typeof n.x&&(t=t[n.x.toString()])){var e=t.points[r.index],i=t.total;o?(e&&(s=a),t.hasValidPoints&&a++):g(e)&&(s=e[1],a=i||0)}})),t=(n.plotX||0)+((a-1)*i.paddedWidth+e)/2-e-s*i.paddedWidth}return t},e.prototype.translate=function(){var t=this,e=t.chart,n=t.options,i=t.dense=2>t.closestPointRange*t.xAxis.transA;i=t.borderWidth=M(n.borderWidth,i?0:1);var o=t.xAxis,s=t.yAxis,a=n.threshold,c=t.translatedThreshold=s.getThreshold(a),l=M(n.minPointLength,5),u=t.getColumnMetrics(),h=u.width,f=t.pointXOffset=u.offset,m=t.dataMin,g=t.dataMax,b=t.barW=Math.max(h,1+2*i);e.inverted&&(c-=.5),n.pointPadding&&(b=Math.ceil(b)),r.prototype.translate.apply(t),t.points.forEach((function(i){var r=M(i.yBottom,c),v=999+Math.abs(r),_=i.plotX||0;v=d(i.plotY,-v,s.len+v);var x=Math.min(v,r),L=Math.max(v,r)-x,A=h,w=_+f,T=b;l&&Math.abs(L)<l&&(L=l,_=!s.reversed&&!i.negative||s.reversed&&i.negative,y(a)&&y(g)&&i.y===a&&g<=a&&(s.min||0)<a&&(m!==g||(s.max||0)<=a)&&(_=!_),x=Math.abs(x-c)>l?r-l:c-(_?l:0)),p(i.options.pointWidth)&&(A=T=Math.ceil(i.options.pointWidth),w-=Math.round((A-h)/2)),n.centerInCategory&&(w=t.adjustForMissingColumns(w,A,i,u)),i.barX=w,i.pointWidth=A,i.tooltipPos=e.inverted?[d(s.len+s.pos-e.plotLeft-v,s.pos-e.plotLeft,s.len+s.pos-e.plotLeft),o.len+o.pos-e.plotTop-w-T/2,L]:[o.left-e.plotLeft+w+T/2,d(v+s.pos-e.plotTop,s.pos-e.plotTop,s.len+s.pos-e.plotTop),L],i.shapeType=t.pointClass.prototype.shapeType||"rect",i.shapeArgs=t.crispCol.apply(t,i.isNull?[w,c,T,0]:[w,x,T,L])}))},e.prototype.drawGraph=function(){this.group[this.dense?"addClass":"removeClass"]("highcharts-dense-data")},e.prototype.pointAttribs=function(t,e){var n=this.options,i=this.pointAttrToOptions||{},r=i.stroke||"borderColor",o=i["stroke-width"]||"borderWidth",s=t&&t.color||this.color,a=t&&t[r]||n[r]||s;i=t&&t.options.dashStyle||n.dashStyle;var c=t&&t[o]||n[o]||this[o]||0,u=M(t&&t.opacity,n.opacity,1);if(t&&this.zones.length){var d=t.getZone();s=t.options.color||d&&(d.color||t.nonZonedColor)||this.color,d&&(a=d.borderColor||a,i=d.dashStyle||i,c=d.borderWidth||c)}return e&&t&&(e=(t=b(n.states[e],t.options.states&&t.options.states[e]||{})).brightness,s=t.color||void 0!==e&&l(s).brighten(t.brightness).get()||s,a=t[r]||a,c=t[o]||c,i=t.dashStyle||i,u=M(t.opacity,u)),r={fill:s,stroke:a,"stroke-width":c,opacity:u},i&&(r.dashstyle=i),r},e.prototype.drawPoints=function(){var t,e=this,n=this.chart,i=e.options,r=n.renderer,o=i.animationLimit||250;e.points.forEach((function(s){var a=s.graphic,c=!!a,l=a&&n.pointCount<o?"animate":"attr";y(s.plotY)&&null!==s.y?(t=s.shapeArgs,a&&s.hasNewShapeType()&&(a=a.destroy()),e.enabledDataSorting&&(s.startXPos=e.xAxis.reversed?-(t&&t.width||0):e.xAxis.width),a||(s.graphic=a=r[s.shapeType](t).add(s.group||e.group))&&e.enabledDataSorting&&n.hasRendered&&n.pointCount<o&&(a.attr({x:s.startXPos}),c=!0,l="animate"),a&&c&&a[l](b(t)),i.borderRadius&&a[l]({r:i.borderRadius}),n.styledMode||a[l](e.pointAttribs(s,s.selected&&"select")).shadow(!1!==s.allowShadow&&i.shadow,null,i.stacking&&!i.borderRadius),a&&(a.addClass(s.getClassName(),!0),a.attr({visibility:s.visible?"inherit":"hidden"}))):a&&(s.graphic=a.destroy())}))},e.prototype.drawTracker=function(){var t,e=this,n=e.chart,i=n.pointer,r=function(t){var e=i.getPointFromEvent(t);void 0!==e&&(i.isDirectTouch=!0,e.onMouseOver(t))};e.points.forEach((function(e){t=g(e.dataLabels)?e.dataLabels:e.dataLabel?[e.dataLabel]:[],e.graphic&&(e.graphic.element.point=e),t.forEach((function(t){t.div?t.div.point=e:t.element.point=e}))})),e._hasTracking||(e.trackerGroups.forEach((function(t){e[t]&&(e[t].addClass("highcharts-tracker").on("mouseover",r).on("mouseout",(function(t){i.onTrackerMouseOut(t)})),u&&e[t].on("touchstart",r),!n.styledMode&&e.options.cursor&&e[t].css(h).css({cursor:e.options.cursor}))})),e._hasTracking=!0),m(this,"afterDrawTracker")},e.prototype.remove=function(){var t=this,e=t.chart;e.hasRendered&&e.series.forEach((function(e){e.type===t.type&&(e.isDirty=!0)})),r.prototype.remove.apply(t,arguments)},e.defaultOptions=b(r.defaultOptions,{borderRadius:0,centerInCategory:!1,groupPadding:.2,marker:null,pointPadding:.1,minPointLength:0,cropThreshold:50,pointRange:null,states:{hover:{halo:!1,brightness:.1},select:{color:"#cccccc",borderColor:"#000000"}},dataLabels:{align:void 0,verticalAlign:void 0,y:void 0},startFromThreshold:!0,stickyTracking:!1,tooltip:{distance:6},threshold:0,borderColor:"#ffffff"}),e}(r),f(s.prototype,{cropShoulder:0,directTouch:!0,drawLegendSymbol:i.drawRectangle,getSymbol:t,negStacks:!0,trackerGroups:["group","dataLabelsGroup"]}),o.registerSeriesType("column",s),s})),e(n,"Core/Series/DataLabel.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/FormatUtilities.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.getDeferredAnimation,o=e.format,s=n.defined,a=n.extend,c=n.fireEvent,l=n.isArray,u=n.merge,d=n.objectEach,h=n.pick,p=n.splat;return function(t){function e(t,e,n,i,r){var o=this,s=this.chart,c=this.isCartesian&&s.inverted,l=this.enabledDataSorting,u=h(t.dlBox&&t.dlBox.centerX,t.plotX,-9999),d=h(t.plotY,-9999),p=e.getBBox(),f=n.rotation,m=n.align,g=s.isInsidePlot(u,Math.round(d),{inverted:c,paneCoordinates:!0,series:o}),y=function(n){l&&o.xAxis&&!b&&o.setDataLabelStartPos(t,e,r,g,n)},b="justify"===h(n.overflow,l?"none":"justify"),M=this.visible&&!1!==t.visible&&(t.series.forceDL||l&&!b||g||h(n.inside,!!this.options.stacking)&&i&&s.isInsidePlot(u,c?i.x+1:i.y+i.height-1,{inverted:c,paneCoordinates:!0,series:o}));if(M){var v=s.renderer.fontMetrics(s.styledMode?void 0:n.style.fontSize,e).b;i=a({x:c?this.yAxis.len-d:u,y:Math.round(c?this.xAxis.len-u:d),width:0,height:0},i),a(n,{width:p.width,height:p.height}),f?(b=!1,u=s.renderer.rotCorr(v,f),y(u={x:i.x+(n.x||0)+i.width/2+u.x,y:i.y+(n.y||0)+{top:0,middle:.5,bottom:1}[n.verticalAlign]*i.height}),e[r?"attr":"animate"](u).attr({align:m}),y=180<(y=(f+720)%360)&&360>y,"left"===m?u.y-=y?p.height:0:"center"===m?(u.x-=p.width/2,u.y-=p.height/2):"right"===m&&(u.x-=p.width,u.y-=y?0:p.height),e.placed=!0,e.alignAttr=u):(y(i),e.align(n,void 0,i),u=e.alignAttr),b&&0<=i.height?this.justifyDataLabel(e,n,u,p,i,r):h(n.crop,!0)&&(M=s.isInsidePlot(u.x,u.y,{paneCoordinates:!0,series:o})&&s.isInsidePlot(u.x+p.width,u.y+p.height,{paneCoordinates:!0,series:o})),n.shape&&!f&&e[r?"attr":"animate"]({anchorX:c?s.plotWidth-t.plotY:t.plotX,anchorY:c?s.plotHeight-t.plotX:t.plotY})}r&&l&&(e.placed=!1),M||l&&!b||(e.hide(!0),e.placed=!1)}function n(){var t=this,e=t.chart,n=t.options,i=t.points,a=t.hasRendered||0,u=e.renderer,m=n.dataLabels,g=m.animation;if(g=m.defer?r(e,g,t):{defer:0,duration:0},m=f(f(e.options.plotOptions&&e.options.plotOptions.series&&e.options.plotOptions.series.dataLabels,e.options.plotOptions&&e.options.plotOptions[t.type]&&e.options.plotOptions[t.type].dataLabels),m),c(this,"drawDataLabels"),l(m)||m.enabled||t._hasPointLabels){var y=t.plotGroup("dataLabelsGroup","data-labels",a?"inherit":"hidden",m.zIndex||6);y.attr({opacity:+a}),!a&&(a=t.dataLabelsGroup)&&(t.visible&&y.show(!0),a[n.animation?"animate":"attr"]({opacity:1},g)),i.forEach((function(i){p(f(m,i.dlOptions||i.options&&i.options.dataLabels)).forEach((function(r,a){var c=r.enabled&&(!i.isNull||i.dataLabelOnNull)&&function(t,e){var n=e.filter;return!n||(e=n.operator,t=t[n.property],n=n.value,">"===e&&t>n||"<"===e&&t<n||">="===e&&t>=n||"<="===e&&t<=n||"=="===e&&t==n||"==="===e&&t===n)}(i,r),l=i.connectors?i.connectors[a]:i.connector,p=i.dataLabels?i.dataLabels[a]:i.dataLabel,f=h(r.distance,i.labelDistance),m=!p;if(c){var g=i.getLabelConfig(),b=h(r[i.formatPrefix+"Format"],r.format);g=s(b)?o(b,g,e):(r[i.formatPrefix+"Formatter"]||r.formatter).call(g,r),b=r.style;var M=r.rotation;e.styledMode||(b.color=h(r.color,b.color,t.color,"#000000"),"contrast"===b.color?(i.contrastColor=u.getContrast(i.color||t.color),b.color=!s(f)&&r.inside||0>f||n.stacking?i.contrastColor:"#000000"):delete i.contrastColor,n.cursor&&(b.cursor=n.cursor));var v={r:r.borderRadius||0,rotation:M,padding:r.padding,zIndex:1};e.styledMode||(v.fill=r.backgroundColor,v.stroke=r.borderColor,v["stroke-width"]=r.borderWidth),d(v,(function(t,e){void 0===t&&delete v[e]}))}!p||c&&s(g)&&!!p.div==!!r.useHTML||(i.dataLabel=p=i.dataLabel&&i.dataLabel.destroy(),i.dataLabels&&(1===i.dataLabels.length?delete i.dataLabels:delete i.dataLabels[a]),a||delete i.dataLabel,l&&(i.connector=i.connector.destroy(),i.connectors&&(1===i.connectors.length?delete i.connectors:delete i.connectors[a]))),c&&s(g)&&(p?v.text=g:(i.dataLabels=i.dataLabels||[],p=i.dataLabels[a]=M?u.text(g,0,-9999,r.useHTML).addClass("highcharts-data-label"):u.label(g,0,-9999,r.shape,null,null,r.useHTML,null,"data-label"),a||(i.dataLabel=p),p.addClass(" highcharts-data-label-color-"+i.colorIndex+" "+(r.className||"")+(r.useHTML?" highcharts-tracker":""))),p.options=r,p.attr(v),e.styledMode||p.css(b).shadow(r.shadow),p.added||p.add(y),r.textPath&&!r.useHTML&&(p.setTextPath(i.getDataLabelPath&&i.getDataLabelPath(p)||i.graphic,r.textPath),i.dataLabelPath&&!r.textPath.enabled&&(i.dataLabelPath=i.dataLabelPath.destroy())),t.alignDataLabel(i,p,r,null,m))}))}))}c(this,"afterDrawDataLabels")}function i(t,e,n,i,r,o){var s=this.chart,a=e.align,c=e.verticalAlign,l=t.box?0:t.padding||0,u=e.x;u=void 0===u?0:u;var d=e.y;d=void 0===d?0:d;var h=(n.x||0)+l;if(0>h){"right"===a&&0<=u?(e.align="left",e.inside=!0):u-=h;var p=!0}return(h=(n.x||0)+i.width-l)>s.plotWidth&&("left"===a&&0>=u?(e.align="right",e.inside=!0):u+=s.plotWidth-h,p=!0),0>(h=n.y+l)&&("bottom"===c&&0<=d?(e.verticalAlign="top",e.inside=!0):d-=h,p=!0),(h=(n.y||0)+i.height-l)>s.plotHeight&&("top"===c&&0>=d?(e.verticalAlign="bottom",e.inside=!0):d+=s.plotHeight-h,p=!0),p&&(e.x=u,e.y=d,t.placed=!o,t.align(e,void 0,r)),p}function f(t,e){var n,i=[];if(l(t)&&!l(e))i=t.map((function(t){return u(t,e)}));else if(l(e)&&!l(t))i=e.map((function(e){return u(t,e)}));else if(l(t)||l(e))for(n=Math.max(t.length,e.length);n--;)i[n]=u(t[n],e[n]);else i=u(t,e);return i}function m(t,e,n,i,r){var o=this.chart,s=o.inverted,a=this.xAxis,c=a.reversed,l=s?e.height/2:e.width/2;t=(t=t.pointWidth)?t/2:0,e.startXPos=s?r.x:c?-l-t:a.width-l+t,e.startYPos=s?c?this.yAxis.height-l+t:-l-t:r.y,i?"hidden"===e.visibility&&(e.show(),e.attr({opacity:0}).animate({opacity:1})):e.attr({opacity:1}).animate({opacity:0},void 0,e.hide),o.hasRendered&&(n&&e.attr({x:e.startXPos,y:e.startYPos}),e.placed=!0)}var g=[];t.compose=function(t){if(-1===g.indexOf(t)){var r=t.prototype;g.push(t),r.alignDataLabel=e,r.drawDataLabels=n,r.justifyDataLabel=i,r.setDataLabelStartPos=m}}}(i||(i={})),i})),e(n,"Series/Column/ColumnDataLabel.js",[n["Core/Series/DataLabel.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=e.series,o=n.merge,s=n.pick;return function(e){function n(t,e,n,i,a){var c=this.chart.inverted,l=t.series,u=(l.xAxis?l.xAxis.len:this.chart.plotSizeX)||0;l=(l.yAxis?l.yAxis.len:this.chart.plotSizeY)||0;var d=t.dlBox||t.shapeArgs,h=s(t.below,t.plotY>s(this.translatedThreshold,l)),p=s(n.inside,!!this.options.stacking);d&&(0>(i=o(d)).y&&(i.height+=i.y,i.y=0),0<(d=i.y+i.height-l)&&d<i.height&&(i.height-=d),c&&(i={x:l-i.y-i.height,y:u-i.x-i.width,width:i.height,height:i.width}),p||(c?(i.x+=h?0:i.width,i.width=0):(i.y+=h?i.height:0,i.height=0))),n.align=s(n.align,!c||p?"center":h?"right":"left"),n.verticalAlign=s(n.verticalAlign,c||p?"middle":h?"top":"bottom"),r.prototype.alignDataLabel.call(this,t,e,n,i,a),n.inside&&t.contrastColor&&e.css({color:t.contrastColor})}var i=[];e.compose=function(e){t.compose(r),-1===i.indexOf(e)&&(i.push(e),e.prototype.alignDataLabel=n)}}(i||(i={})),i})),e(n,"Series/Bar/BarSeries.js",[n["Series/Column/ColumnSeries.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=n.extend,o=n.merge;return n=function(e){function n(){var t=null!==e&&e.apply(this,arguments)||this;return t.data=void 0,t.options=void 0,t.points=void 0,t}return i(n,e),n.defaultOptions=o(t.defaultOptions,{}),n}(t),r(n.prototype,{inverted:!0}),e.registerSeriesType("bar",n),n})),e(n,"Series/Scatter/ScatterSeries.js",[n["Series/Column/ColumnSeries.js"],n["Series/Line/LineSeries.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i){var r=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),o=i.addEvent,s=i.extend,a=i.merge;return s((i=function(t){function n(){var e=null!==t&&t.apply(this,arguments)||this;return e.data=void 0,e.options=void 0,e.points=void 0,e}return r(n,t),n.prototype.applyJitter=function(){var t=this,e=this.options.jitter,n=this.points.length;e&&this.points.forEach((function(i,r){["x","y"].forEach((function(o,s){var a="plot"+o.toUpperCase();if(e[o]&&!i.isNull){var c=t[o+"Axis"],l=e[o]*c.transA;if(c&&!c.isLog){var u=Math.max(0,i[a]-l);c=Math.min(c.len,i[a]+l),s=1e4*Math.sin(r+s*n),i[a]=u+(c-u)*(s-Math.floor(s)),"x"===o&&(i.clientX=i.plotX)}}}))}))},n.prototype.drawGraph=function(){this.options.lineWidth?t.prototype.drawGraph.call(this):this.graph&&(this.graph=this.graph.destroy())},n.defaultOptions=a(e.defaultOptions,{lineWidth:0,findNearestPointBy:"xy",jitter:{x:0,y:0},marker:{enabled:!0},tooltip:{headerFormat:'<span style="color:{point.color}">●</span> <span style="font-size: 10px"> {series.name}</span><br/>',pointFormat:"x: <b>{point.x}</b><br/>y: <b>{point.y}</b><br/>"}}),n}(e)).prototype,{drawTracker:t.prototype.drawTracker,sorted:!1,requireSorting:!1,noSharedTooltip:!0,trackerGroups:["group","markerGroup","dataLabelsGroup"],takeOrdinalPosition:!1}),o(i,"afterTranslate",(function(){this.applyJitter()})),n.registerSeriesType("scatter",i),i})),e(n,"Series/CenteredUtilities.js",[n["Core/Globals.js"],n["Core/Series/Series.js"],n["Core/Utilities.js"]],(function(t,e,n){var i,r=t.deg2rad,o=n.isNumber,s=n.pick,a=n.relativeLength;return function(t){t.getCenter=function(){var t=this.options,n=this.chart,i=2*(t.slicedOffset||0),r=n.plotWidth-2*i,o=n.plotHeight-2*i,c=t.center,l=Math.min(r,o),u=t.size,d=t.innerSize||0;for("string"==typeof u&&(u=parseFloat(u)),"string"==typeof d&&(d=parseFloat(d)),t=[s(c[0],"50%"),s(c[1],"50%"),s(u&&0>u?void 0:t.size,"100%"),s(d&&0>d?void 0:t.innerSize||0,"0%")],!n.angular||this instanceof e||(t[3]=0),c=0;4>c;++c)u=t[c],n=2>c||2===c&&/%$/.test(u),t[c]=a(u,[r,o,l,t[2]][c])+(n?i:0);return t[3]>t[2]&&(t[3]=t[2]),t},t.getStartAndEndRadians=function(t,e){return t=o(t)?t:0,e=o(e)&&e>t&&360>e-t?e:t+360,{start:r*(t+-90),end:r*(e+-90)}}}(i||(i={})),i})),e(n,"Series/Pie/PiePoint.js",[n["Core/Animation/AnimationUtilities.js"],n["Core/Series/Point.js"],n["Core/Utilities.js"]],(function(t,e,n){var i=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),r=t.setAnimation,o=n.addEvent,s=n.defined;t=n.extend;var a=n.isNumber,c=n.pick,l=n.relativeLength;return e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.labelDistance=void 0,e.options=void 0,e.series=void 0,e}return i(e,t),e.prototype.getConnectorPath=function(){var t=this.labelPosition,e=this.series.options.dataLabels,n=this.connectorShapes,i=e.connectorShape;return n[i]&&(i=n[i]),i.call(this,{x:t.final.x,y:t.final.y,alignment:t.alignment},t.connectorPosition,e)},e.prototype.getTranslate=function(){return this.sliced?this.slicedTranslation:{translateX:0,translateY:0}},e.prototype.haloPath=function(t){var e=this.shapeArgs;return this.sliced||!this.visible?[]:this.series.chart.renderer.symbols.arc(e.x,e.y,e.r+t,e.r+t,{innerR:e.r-1,start:e.start,end:e.end})},e.prototype.init=function(){var e=this;t.prototype.init.apply(this,arguments),this.name=c(this.name,"Slice");var n=function(t){e.slice("select"===t.type)};return o(this,"select",n),o(this,"unselect",n),this},e.prototype.isValid=function(){return a(this.y)&&0<=this.y},e.prototype.setVisible=function(t,e){var n=this,i=this.series,r=i.chart,o=i.options.ignoreHiddenPoint;e=c(e,o),t!==this.visible&&(this.visible=this.options.visible=t=void 0===t?!this.visible:t,i.options.data[i.data.indexOf(this)]=this.options,["graphic","dataLabel","connector","shadowGroup"].forEach((function(e){n[e]&&n[e][t?"show":"hide"](t)})),this.legendItem&&r.legend.colorizeItem(this,t),t||"hover"!==this.state||this.setState(""),o&&(i.isDirty=!0),e&&r.redraw())},e.prototype.slice=function(t,e,n){var i=this.series;r(n,i.chart),c(e,!0),this.sliced=this.options.sliced=s(t)?t:!this.sliced,i.options.data[i.data.indexOf(this)]=this.options,this.graphic&&this.graphic.animate(this.getTranslate()),this.shadowGroup&&this.shadowGroup.animate(this.getTranslate())},e}(e),t(e.prototype,{connectorShapes:{fixedOffset:function(t,e,n){var i=e.breakAt;return e=e.touchingSliceAt,[["M",t.x,t.y],n.softConnector?["C",t.x+("left"===t.alignment?-5:5),t.y,2*i.x-e.x,2*i.y-e.y,i.x,i.y]:["L",i.x,i.y],["L",e.x,e.y]]},straight:function(t,e){return e=e.touchingSliceAt,[["M",t.x,t.y],["L",e.x,e.y]]},crookedLine:function(t,e,n){e=e.touchingSliceAt;var i=this.series,r=i.center[0],o=i.chart.plotWidth,s=i.chart.plotLeft;i=t.alignment;var a=this.shapeArgs.r;return n=l(n.crookDistance,1),n=["L",o="left"===i?r+a+(o+s-r-a)*(1-n):s+(r-a)*n,t.y],r=!0,("left"===i?o>t.x||o<e.x:o<t.x||o>e.x)&&(r=!1),t=[["M",t.x,t.y]],r&&t.push(n),t.push(["L",e.x,e.y]),t}}}),e})),e(n,"Series/Pie/PieSeries.js",[n["Series/CenteredUtilities.js"],n["Series/Column/ColumnSeries.js"],n["Core/Globals.js"],n["Core/Legend/LegendSymbol.js"],n["Series/Pie/PiePoint.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Renderer/SVG/Symbols.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r,o,s,a,c){var l=this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function i(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}}(),u=t.getStartAndEndRadians;n=n.noop;var d=c.clamp,h=c.extend,p=c.fireEvent,f=c.merge,m=c.pick,g=c.relativeLength;return c=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.center=void 0,e.data=void 0,e.maxLabelDistance=void 0,e.options=void 0,e.points=void 0,e}return l(e,t),e.prototype.animate=function(t){var e=this,n=e.points,i=e.startAngleRad;t||n.forEach((function(t){var n=t.graphic,r=t.shapeArgs;n&&r&&(n.attr({r:m(t.startR,e.center&&e.center[3]/2),start:i,end:i}),n.animate({r:r.r,start:r.start,end:r.end},e.options.animation))}))},e.prototype.drawEmpty=function(){var t=this.startAngleRad,e=this.endAngleRad,n=this.options;if(0===this.total&&this.center){var i=this.center[0],r=this.center[1];this.graph||(this.graph=this.chart.renderer.arc(i,r,this.center[1]/2,0,t,e).addClass("highcharts-empty-series").add(this.group)),this.graph.attr({d:a.arc(i,r,this.center[2]/2,0,{start:t,end:e,innerR:this.center[3]/2})}),this.chart.styledMode||this.graph.attr({"stroke-width":n.borderWidth,fill:n.fillColor||"none",stroke:n.color||"#cccccc"})}else this.graph&&(this.graph=this.graph.destroy())},e.prototype.drawPoints=function(){var t=this.chart.renderer;this.points.forEach((function(e){e.graphic&&e.hasNewShapeType()&&(e.graphic=e.graphic.destroy()),e.graphic||(e.graphic=t[e.shapeType](e.shapeArgs).add(e.series.group),e.delayedRendering=!0)}))},e.prototype.generatePoints=function(){t.prototype.generatePoints.call(this),this.updateTotals()},e.prototype.getX=function(t,e,n){var i=this.center,r=this.radii?this.radii[n.index]||0:i[2]/2;return t=Math.asin(d((t-i[1])/(r+n.labelDistance),-1,1)),i[0]+(e?-1:1)*Math.cos(t)*(r+n.labelDistance)+(0<n.labelDistance?(e?-1:1)*this.options.dataLabels.padding:0)},e.prototype.hasData=function(){return!!this.processedXData.length},e.prototype.redrawPoints=function(){var t,e,n,i,r=this,o=r.chart,s=o.renderer,a=r.options.shadow;this.drawEmpty(),!a||r.shadowGroup||o.styledMode||(r.shadowGroup=s.g("shadow").attr({zIndex:-1}).add(r.group)),r.points.forEach((function(c){var l={};if(e=c.graphic,!c.isNull&&e){var u=void 0;i=c.shapeArgs,t=c.getTranslate(),o.styledMode||(u=c.shadowGroup,a&&!u&&(u=c.shadowGroup=s.g("shadow").add(r.shadowGroup)),u&&u.attr(t),n=r.pointAttribs(c,c.selected&&"select")),c.delayedRendering?(e.setRadialReference(r.center).attr(i).attr(t),o.styledMode||e.attr(n).attr({"stroke-linejoin":"round"}).shadow(a,u),c.delayedRendering=!1):(e.setRadialReference(r.center),o.styledMode||f(!0,l,n),f(!0,l,i,t),e.animate(l)),e.attr({visibility:c.visible?"inherit":"hidden"}),e.addClass(c.getClassName(),!0)}else e&&(c.graphic=e.destroy())}))},e.prototype.sortByAngle=function(t,e){t.sort((function(t,n){return void 0!==t.angle&&(n.angle-t.angle)*e}))},e.prototype.translate=function(t){this.generatePoints();var e=this.options,n=e.slicedOffset,i=n+(e.borderWidth||0),r=u(e.startAngle,e.endAngle),o=this.startAngleRad=r.start;r=(this.endAngleRad=r.end)-o;var s=this.points,a=e.dataLabels.distance;e=e.ignoreHiddenPoint;var c,l=s.length,d=0;for(t||(this.center=t=this.getCenter()),c=0;c<l;c++){var h=s[c],f=o+d*r;!h.isValid()||e&&!h.visible||(d+=h.percentage/100);var y=o+d*r,b={x:t[0],y:t[1],r:t[2]/2,innerR:t[3]/2,start:Math.round(1e3*f)/1e3,end:Math.round(1e3*y)/1e3};h.shapeType="arc",h.shapeArgs=b,h.labelDistance=m(h.options.dataLabels&&h.options.dataLabels.distance,a),h.labelDistance=g(h.labelDistance,b.r),this.maxLabelDistance=Math.max(this.maxLabelDistance||0,h.labelDistance),(y=(y+f)/2)>1.5*Math.PI?y-=2*Math.PI:y<-Math.PI/2&&(y+=2*Math.PI),h.slicedTranslation={translateX:Math.round(Math.cos(y)*n),translateY:Math.round(Math.sin(y)*n)},b=Math.cos(y)*t[2]/2;var M=Math.sin(y)*t[2]/2;h.tooltipPos=[t[0]+.7*b,t[1]+.7*M],h.half=y<-Math.PI/2||y>Math.PI/2?1:0,h.angle=y,f=Math.min(i,h.labelDistance/5),h.labelPosition={natural:{x:t[0]+b+Math.cos(y)*h.labelDistance,y:t[1]+M+Math.sin(y)*h.labelDistance},final:{},alignment:0>h.labelDistance?"center":h.half?"right":"left",connectorPosition:{breakAt:{x:t[0]+b+Math.cos(y)*f,y:t[1]+M+Math.sin(y)*f},touchingSliceAt:{x:t[0]+b,y:t[1]+M}}}}p(this,"afterTranslate")},e.prototype.updateTotals=function(){var t,e=this.points,n=e.length,i=this.options.ignoreHiddenPoint,r=0;for(t=0;t<n;t++){var o=e[t];!o.isValid()||i&&!o.visible||(r+=o.y)}for(this.total=r,t=0;t<n;t++)(o=e[t]).percentage=0<r&&(o.visible||!i)?o.y/r*100:0,o.total=r},e.defaultOptions=f(o.defaultOptions,{center:[null,null],clip:!1,colorByPoint:!0,dataLabels:{allowOverlap:!0,connectorPadding:5,connectorShape:"fixedOffset",crookDistance:"70%",distance:30,enabled:!0,formatter:function(){return this.point.isNull?void 0:this.point.name},softConnector:!0,x:0},fillColor:void 0,ignoreHiddenPoint:!0,inactiveOtherPoints:!0,legendType:"point",marker:null,size:null,showInLegend:!1,slicedOffset:10,stickyTracking:!1,tooltip:{followPointer:!0},borderColor:"#ffffff",borderWidth:1,lineWidth:void 0,states:{hover:{brightness:.1}}}),e}(o),h(c.prototype,{axisTypes:[],directTouch:!0,drawGraph:void 0,drawLegendSymbol:i.drawRectangle,drawTracker:e.prototype.drawTracker,getCenter:t.getCenter,getSymbol:n,isCartesian:!1,noSharedTooltip:!0,pointAttribs:e.prototype.pointAttribs,pointClass:r,requireSorting:!1,searchPoint:n,trackerGroups:["group","dataLabelsGroup"]}),s.registerSeriesType("pie",c),c})),e(n,"Series/Pie/PieDataLabel.js",[n["Core/Series/DataLabel.js"],n["Core/Globals.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Series/SeriesRegistry.js"],n["Core/Utilities.js"]],(function(t,e,n,i,r){var o,s=e.noop,a=n.distribute,c=i.series,l=r.arrayMax,u=r.clamp,d=r.defined,h=r.merge,p=r.pick,f=r.relativeLength;return function(e){function n(){var t,e,n,i,r,o,s,u,f,m,g,y,b=this,M=b.data,v=b.chart,_=b.options.dataLabels||{},x=_.connectorPadding,L=v.plotWidth,A=v.plotHeight,w=v.plotLeft,T=Math.round(v.chartWidth/3),k=b.center,S=k[2]/2,O=k[1],j=[[],[]],z=[0,0,0,0],C=b.dataLabelPositioners;b.visible&&(_.enabled||b._hasPointLabels)&&(M.forEach((function(t){t.dataLabel&&t.visible&&t.dataLabel.shortened&&(t.dataLabel.attr({width:"auto"}).css({width:"auto",textOverflow:"clip"}),t.dataLabel.shortened=!1)})),c.prototype.drawDataLabels.apply(b),M.forEach((function(t){t.dataLabel&&(t.visible?(j[t.half].push(t),t.dataLabel._pos=null,!d(_.style.width)&&!d(t.options.dataLabels&&t.options.dataLabels.style&&t.options.dataLabels.style.width)&&t.dataLabel.getBBox().width>T&&(t.dataLabel.css({width:Math.round(.7*T)+"px"}),t.dataLabel.shortened=!0)):(t.dataLabel=t.dataLabel.destroy(),t.dataLabels&&1===t.dataLabels.length&&delete t.dataLabels))})),j.forEach((function(e,n){var c,l=e.length,h=[];if(l){if(b.sortByAngle(e,n-.5),0<b.maxLabelDistance){var M=Math.max(0,O-S-b.maxLabelDistance),T=Math.min(O+S+b.maxLabelDistance,v.plotHeight);e.forEach((function(t){0<t.labelDistance&&t.dataLabel&&(t.top=Math.max(0,O-S-t.labelDistance),t.bottom=Math.min(O+S+t.labelDistance,v.plotHeight),c=t.dataLabel.getBBox().height||21,t.distributeBox={target:t.labelPosition.natural.y-t.top+c/2,size:c,rank:t.y},h.push(t.distributeBox))})),a(h,M=T+c-M,M/5)}for(g=0;g<l;g++){if(t=e[g],o=t.labelPosition,i=t.dataLabel,m=!1===t.visible?"hidden":"inherit",f=M=o.natural.y,h&&d(t.distributeBox)&&(void 0===t.distributeBox.pos?m="hidden":(s=t.distributeBox.size,f=C.radialDistributionY(t))),delete t.positionIndex,_.justify)u=C.justify(t,S,k);else switch(_.alignTo){case"connectors":u=C.alignToConnectors(e,n,L,w);break;case"plotEdges":u=C.alignToPlotEdges(i,n,L,w);break;default:u=C.radialDistributionX(b,t,f,M)}i._attr={visibility:m,align:o.alignment},y=t.options.dataLabels||{},i._pos={x:u+p(y.x,_.x)+({left:x,right:-x}[o.alignment]||0),y:f+p(y.y,_.y)-10},o.final.x=u,o.final.y=f,p(_.crop,!0)&&(r=i.getBBox().width,M=null,u-r<x&&1===n?(M=Math.round(r-u+x),z[3]=Math.max(M,z[3])):u+r>L-x&&0===n&&(M=Math.round(u+r-L+x),z[1]=Math.max(M,z[1])),0>f-s/2?z[0]=Math.max(Math.round(s/2-f),z[0]):f+s/2>A&&(z[2]=Math.max(Math.round(f+s/2-A),z[2])),i.sideOverflow=M)}}})),0===l(z)||this.verifyDataLabelOverflow(z))&&(this.placeDataLabels(),this.points.forEach((function(t){var r;(y=h(_,t.options.dataLabels),e=p(y.connectorWidth,1))&&(n=t.connector,(i=t.dataLabel)&&i._pos&&t.visible&&0<t.labelDistance?(m=i._attr.visibility,(r=!n)&&(t.connector=n=v.renderer.path().addClass("highcharts-data-label-connector highcharts-color-"+t.colorIndex+(t.className?" "+t.className:"")).add(b.dataLabelsGroup),v.styledMode||n.attr({"stroke-width":e,stroke:y.connectorColor||t.color||"#666666"})),n[r?"attr":"animate"]({d:t.getConnectorPath()}),n.attr("visibility",m)):n&&(t.connector=n.destroy()))})))}function i(){this.points.forEach((function(t){var e,n=t.dataLabel;n&&t.visible&&((e=n._pos)?(n.sideOverflow&&(n._attr.width=Math.max(n.getBBox().width-n.sideOverflow,0),n.css({width:n._attr.width+"px",textOverflow:(this.options.dataLabels.style||{}).textOverflow||"ellipsis"}),n.shortened=!0),n.attr(n._attr),n[n.moved?"animate":"attr"](e),n.moved=!0):n&&n.attr({y:-9999})),delete t.distributeBox}),this)}function r(t){var e=this.center,n=this.options,i=n.center,r=n.minSize||80,o=null!==n.size;if(!o){if(null!==i[0])var s=Math.max(e[2]-Math.max(t[1],t[3]),r);else s=Math.max(e[2]-t[1]-t[3],r),e[0]+=(t[3]-t[1])/2;null!==i[1]?s=u(s,r,e[2]-Math.max(t[0],t[2])):(s=u(s,r,e[2]-t[0]-t[2]),e[1]+=(t[0]-t[2])/2),s<e[2]?(e[2]=s,e[3]=Math.min(f(n.innerSize||0,s),s),this.translate(e),this.drawDataLabels&&this.drawDataLabels()):o=!0}return o}var o=[],m={radialDistributionY:function(t){return t.top+t.distributeBox.pos},radialDistributionX:function(t,e,n,i){return t.getX(n<e.top+2||n>e.bottom-2?i:n,e.half,e)},justify:function(t,e,n){return n[0]+(t.half?-1:1)*(e+t.labelDistance)},alignToPlotEdges:function(t,e,n,i){return t=t.getBBox().width,e?t+i:n-t-i},alignToConnectors:function(t,e,n,i){var r,o=0;return t.forEach((function(t){(r=t.dataLabel.getBBox().width)>o&&(o=r)})),e?o+i:n-o-i}};e.compose=function(e){t.compose(c),-1===o.indexOf(e)&&(o.push(e),(e=e.prototype).dataLabelPositioners=m,e.alignDataLabel=s,e.drawDataLabels=n,e.placeDataLabels=i,e.verifyDataLabelOverflow=r)}}(o||(o={})),o})),e(n,"Extensions/OverlappingDataLabels.js",[n["Core/Chart/Chart.js"],n["Core/Utilities.js"]],(function(t,e){function n(t,e){var n=!1;if(t){var i=t.newOpacity;t.oldOpacity!==i&&(t.alignAttr&&t.placed?(t[i?"removeClass":"addClass"]("highcharts-data-label-hidden"),n=!0,t.alignAttr.opacity=i,t[t.isOld?"animate":"attr"](t.alignAttr,null,(function(){e.styledMode||t.css({pointerEvents:i?"auto":"none"})})),r(e,"afterHideOverlappingLabel")):t.attr({opacity:i})),t.isOld=!0}return n}var i=e.addEvent,r=e.fireEvent,o=e.isArray,s=e.isNumber,a=e.objectEach,c=e.pick;i(t,"render",(function(){var t=this,e=[];(this.labelCollectors||[]).forEach((function(t){e=e.concat(t())})),(this.yAxis||[]).forEach((function(t){t.stacking&&t.options.stackLabels&&!t.options.stackLabels.allowOverlap&&a(t.stacking.stacks,(function(t){a(t,(function(t){t.label&&"hidden"!==t.label.visibility&&e.push(t.label)}))}))})),(this.series||[]).forEach((function(i){var r=i.options.dataLabels;i.visible&&(!1!==r.enabled||i._hasPointLabels)&&((r=function(i){return i.forEach((function(i){i.visible&&(o(i.dataLabels)?i.dataLabels:i.dataLabel?[i.dataLabel]:[]).forEach((function(r){var o=r.options;r.labelrank=c(o.labelrank,i.labelrank,i.shapeArgs&&i.shapeArgs.height),o.allowOverlap?(r.oldOpacity=r.opacity,r.newOpacity=1,n(r,t)):e.push(r)}))}))})(i.nodes||[]),r(i.points))})),this.hideOverlappingLabels(e)})),t.prototype.hideOverlappingLabels=function(t){var e,i,o,a=this,c=t.length,l=a.renderer,u=!1,d=function(t){var e,n,i=t.box?0:t.padding||0,r=e=0;if(t&&(!t.alignAttr||t.placed)){var o=t.alignAttr||{x:t.attr("x"),y:t.attr("y")},a=t.parentGroup;t.width||(e=t.getBBox(),t.width=e.width,t.height=e.height,e=l.fontMetrics(null,t.element).h);var c=t.width-2*i;return(n={left:"0",center:"0.5",right:"1"}[t.alignValue])?r=+n*c:s(t.x)&&Math.round(t.x)!==t.translateX&&(r=t.x-t.translateX),{x:o.x+(a.translateX||0)+i-(r||0),y:o.y+(a.translateY||0)+i-e,width:t.width-2*i,height:t.height-2*i}}};for(i=0;i<c;i++)(e=t[i])&&(e.oldOpacity=e.opacity,e.newOpacity=1,e.absoluteBox=d(e));for(t.sort((function(t,e){return(e.labelrank||0)-(t.labelrank||0)})),i=0;i<c;i++){var h=(d=t[i])&&d.absoluteBox;for(e=i+1;e<c;++e){var p=(o=t[e])&&o.absoluteBox;!h||!p||d===o||0===d.newOpacity||0===o.newOpacity||p.x>=h.x+h.width||p.x+p.width<=h.x||p.y>=h.y+h.height||p.y+p.height<=h.y||((d.labelrank<o.labelrank?d:o).newOpacity=0)}}t.forEach((function(t){n(t,a)&&(u=!0)})),u&&r(a,"afterHideAllOverlappingLabels")}})),e(n,"Core/Responsive.js",[n["Core/Utilities.js"]],(function(t){var e,n=t.extend,i=t.find,r=t.isArray,o=t.isObject,s=t.merge,a=t.objectEach,c=t.pick,l=t.splat,u=t.uniqueKey;return function(t){var e=[];t.compose=function(t){return-1===e.indexOf(t)&&(e.push(t),n(t.prototype,d.prototype)),t};var d=function(){function t(){}return t.prototype.currentOptions=function(t){var e=this,n={};return function t(n,i,s,c){var u;a(n,(function(n,a){if(!c&&-1<e.collectionsWithUpdate.indexOf(a)&&i[a])for(n=l(n),s[a]=[],u=0;u<Math.max(n.length,i[a].length);u++)i[a][u]&&(void 0===n[u]?s[a][u]=i[a][u]:(s[a][u]={},t(n[u],i[a][u],s[a][u],c+1)));else o(n)?(s[a]=r(n)?[]:{},t(n,i[a]||{},s[a],c+1)):s[a]=void 0===i[a]?null:i[a]}))}(t,this.options,n,0),n},t.prototype.matchResponsiveRule=function(t,e){var n=t.condition;(n.callback||function(){return this.chartWidth<=c(n.maxWidth,Number.MAX_VALUE)&&this.chartHeight<=c(n.maxHeight,Number.MAX_VALUE)&&this.chartWidth>=c(n.minWidth,0)&&this.chartHeight>=c(n.minHeight,0)}).call(this)&&e.push(t._id)},t.prototype.setResponsive=function(t,e){var n=this,r=this.options.responsive,o=this.currentResponsive,a=[];!e&&r&&r.rules&&r.rules.forEach((function(t){void 0===t._id&&(t._id=u()),n.matchResponsiveRule(t,a)}),this),(e=s.apply(void 0,a.map((function(t){return i((r||{}).rules||[],(function(e){return e._id===t}))})).map((function(t){return t&&t.chartOptions})))).isResponsiveOptions=!0,(a=a.toString()||void 0)!==(o&&o.ruleIds)&&(o&&this.update(o.undoOptions,t,!0),a?((o=this.currentOptions(e)).isResponsiveOptions=!0,this.currentResponsive={ruleIds:a,mergedOptions:e,undoOptions:o},this.update(e,t,!0)):this.currentResponsive=void 0)},t}()}(e||(e={})),e})),e(n,"masters/highcharts.src.js",[n["Core/Globals.js"],n["Core/Utilities.js"],n["Core/DefaultOptions.js"],n["Core/Animation/Fx.js"],n["Core/Animation/AnimationUtilities.js"],n["Core/Renderer/HTML/AST.js"],n["Core/FormatUtilities.js"],n["Core/Renderer/RendererUtilities.js"],n["Core/Renderer/SVG/SVGElement.js"],n["Core/Renderer/SVG/SVGRenderer.js"],n["Core/Renderer/HTML/HTMLElement.js"],n["Core/Renderer/HTML/HTMLRenderer.js"],n["Core/Axis/Axis.js"],n["Core/Axis/DateTimeAxis.js"],n["Core/Axis/LogarithmicAxis.js"],n["Core/Axis/PlotLineOrBand/PlotLineOrBand.js"],n["Core/Axis/Tick.js"],n["Core/Tooltip.js"],n["Core/Series/Point.js"],n["Core/Pointer.js"],n["Core/MSPointer.js"],n["Core/Legend/Legend.js"],n["Core/Chart/Chart.js"],n["Core/Series/Series.js"],n["Core/Series/SeriesRegistry.js"],n["Series/Column/ColumnSeries.js"],n["Series/Column/ColumnDataLabel.js"],n["Series/Pie/PieSeries.js"],n["Series/Pie/PieDataLabel.js"],n["Core/Series/DataLabel.js"],n["Core/Responsive.js"],n["Core/Color/Color.js"],n["Core/Time.js"]],(function(t,e,n,i,r,o,s,a,c,l,u,d,h,p,f,m,g,y,b,M,v,_,x,L,A,w,T,k,S,O,j,z,C){return t.animate=r.animate,t.animObject=r.animObject,t.getDeferredAnimation=r.getDeferredAnimation,t.setAnimation=r.setAnimation,t.stop=r.stop,t.timers=i.timers,t.AST=o,t.Axis=h,t.Chart=x,t.chart=x.chart,t.Fx=i,t.Legend=_,t.PlotLineOrBand=m,t.Point=b,t.Pointer=v.isRequired()?v:M,t.Series=L,t.SVGElement=c,t.SVGRenderer=l,t.Tick=g,t.Time=C,t.Tooltip=y,t.Color=z,t.color=z.parse,d.compose(l),u.compose(c),t.defaultOptions=n.defaultOptions,t.getOptions=n.getOptions,t.time=n.defaultTime,t.setOptions=n.setOptions,t.dateFormat=s.dateFormat,t.format=s.format,t.numberFormat=s.numberFormat,t.addEvent=e.addEvent,t.arrayMax=e.arrayMax,t.arrayMin=e.arrayMin,t.attr=e.attr,t.clearTimeout=e.clearTimeout,t.correctFloat=e.correctFloat,t.createElement=e.createElement,t.css=e.css,t.defined=e.defined,t.destroyObjectProperties=e.destroyObjectProperties,t.discardElement=e.discardElement,t.distribute=a.distribute,t.erase=e.erase,t.error=e.error,t.extend=e.extend,t.extendClass=e.extendClass,t.find=e.find,t.fireEvent=e.fireEvent,t.getMagnitude=e.getMagnitude,t.getStyle=e.getStyle,t.inArray=e.inArray,t.isArray=e.isArray,t.isClass=e.isClass,t.isDOMElement=e.isDOMElement,t.isFunction=e.isFunction,t.isNumber=e.isNumber,t.isObject=e.isObject,t.isString=e.isString,t.keys=e.keys,t.merge=e.merge,t.normalizeTickInterval=e.normalizeTickInterval,t.objectEach=e.objectEach,t.offset=e.offset,t.pad=e.pad,t.pick=e.pick,t.pInt=e.pInt,t.relativeLength=e.relativeLength,t.removeEvent=e.removeEvent,t.seriesType=A.seriesType,t.splat=e.splat,t.stableSort=e.stableSort,t.syncTimeout=e.syncTimeout,t.timeUnits=e.timeUnits,t.uniqueKey=e.uniqueKey,t.useSerialIds=e.useSerialIds,t.wrap=e.wrap,T.compose(w),O.compose(L),p.compose(h),f.compose(h),S.compose(k),m.compose(h),j.compose(x),t})),n["masters/highcharts.src.js"]._modules=n,n["masters/highcharts.src.js"]}))},"./node_modules/highcharts/modules/no-data-to-display.js":function(t,e,n){"use strict";var i,r;!function(o){t.exports?(o.default=o,t.exports=o):(i=[n("./node_modules/highcharts/highcharts.js")],void 0===(r=function(t){return o(t),o.Highcharts=t,o}.apply(e,i))||(t.exports=r))}((function(t){function e(t,e,n,i){t.hasOwnProperty(e)||(t[e]=i.apply(null,n))}e(t=t?t._modules:{},"Extensions/NoDataToDisplay.js",[t["Core/Renderer/HTML/AST.js"],t["Core/Chart/Chart.js"],t["Core/DefaultOptions.js"],t["Core/Utilities.js"]],(function(t,e,n,i){var r=n.getOptions;n=i.addEvent;var o=i.extend;i=e.prototype,r=r(),o(r.lang,{noData:"No data to display"}),r.noData={attr:{zIndex:1},position:{x:0,y:0,align:"center",verticalAlign:"middle"},style:{fontWeight:"bold",fontSize:"12px",color:"#666666"}},i.showNoData=function(e){var n=this.options;e=e||n&&n.lang.noData||"",n=n&&(n.noData||{}),this.renderer&&(this.noDataLabel||(this.noDataLabel=this.renderer.label(e,0,0,void 0,void 0,void 0,n.useHTML,void 0,"no-data").add()),this.styledMode||this.noDataLabel.attr(t.filterUserAttributes(n.attr||{})).css(n.style||{}),this.noDataLabel.align(o(this.noDataLabel.getBBox(),n.position||{}),!1,"plotBox"))},i.hideNoData=function(){this.noDataLabel&&(this.noDataLabel=this.noDataLabel.destroy())},i.hasData=function(){for(var t=this.series||[],e=t.length;e--;)if(t[e].hasData()&&!t[e].options.isInternal)return!0;return this.loadingShown},n(e,"render",(function(){this.hasData()?this.hideNoData():this.showNoData()}))})),e(t,"masters/modules/no-data-to-display.src.js",[],(function(){}))}))},"./node_modules/jquery/dist/jquery.js":function(t,e,n){var i;
|
|
|
*/!function(e,n){"use strict";"object"==typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)}("undefined"!=typeof window?window:this,(function(n,r){"use strict";var o=[],s=Object.getPrototypeOf,a=o.slice,c=o.flat?function(t){return o.flat.call(t)}:function(t){return o.concat.apply([],t)},l=o.push,u=o.indexOf,d={},h=d.toString,p=d.hasOwnProperty,f=p.toString,m=f.call(Object),g={},y=function(t){return"function"==typeof t&&"number"!=typeof t.nodeType&&"function"!=typeof t.item},b=function(t){return null!=t&&t===t.window},M=n.document,v={type:!0,src:!0,nonce:!0,noModule:!0};function _(t,e,n){var i,r,o=(n=n||M).createElement("script");if(o.text=t,e)for(i in v)(r=e[i]||e.getAttribute&&e.getAttribute(i))&&o.setAttribute(i,r);n.head.appendChild(o).parentNode.removeChild(o)}function x(t){return null==t?t+"":"object"==typeof t||"function"==typeof t?d[h.call(t)]||"object":typeof t}var L=/HTML$/i,A=function(t,e){return new A.fn.init(t,e)};function w(t){var e=!!t&&"length"in t&&t.length,n=x(t);return!y(t)&&!b(t)&&("array"===n||0===e||"number"==typeof e&&e>0&&e-1 in t)}function T(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()}A.fn=A.prototype={jquery:"3.7.1",constructor:A,length:0,toArray:function(){return a.call(this)},get:function(t){return null==t?a.call(this):t<0?this[t+this.length]:this[t]},pushStack:function(t){var e=A.merge(this.constructor(),t);return e.prevObject=this,e},each:function(t){return A.each(this,t)},map:function(t){return this.pushStack(A.map(this,(function(e,n){return t.call(e,n,e)})))},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(A.grep(this,(function(t,e){return(e+1)%2})))},odd:function(){return this.pushStack(A.grep(this,(function(t,e){return e%2})))},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n<e?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:l,sort:o.sort,splice:o.splice},A.extend=A.fn.extend=function(){var t,e,n,i,r,o,s=arguments[0]||{},a=1,c=arguments.length,l=!1;for("boolean"==typeof s&&(l=s,s=arguments[a]||{},a++),"object"==typeof s||y(s)||(s={}),a===c&&(s=this,a--);a<c;a++)if(null!=(t=arguments[a]))for(e in t)i=t[e],"__proto__"!==e&&s!==i&&(l&&i&&(A.isPlainObject(i)||(r=Array.isArray(i)))?(n=s[e],o=r&&!Array.isArray(n)?[]:r||A.isPlainObject(n)?n:{},r=!1,s[e]=A.extend(l,o,i)):void 0!==i&&(s[e]=i));return s},A.extend({expando:"jQuery"+("3.7.1"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isPlainObject:function(t){var e,n;return!(!t||"[object Object]"!==h.call(t))&&(!(e=s(t))||"function"==typeof(n=p.call(e,"constructor")&&e.constructor)&&f.call(n)===m)},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},globalEval:function(t,e,n){_(t,{nonce:e&&e.nonce},n)},each:function(t,e){var n,i=0;if(w(t))for(n=t.length;i<n&&!1!==e.call(t[i],i,t[i]);i++);else for(i in t)if(!1===e.call(t[i],i,t[i]))break;return t},text:function(t){var e,n="",i=0,r=t.nodeType;if(!r)for(;e=t[i++];)n+=A.text(e);return 1===r||11===r?t.textContent:9===r?t.documentElement.textContent:3===r||4===r?t.nodeValue:n},makeArray:function(t,e){var n=e||[];return null!=t&&(w(Object(t))?A.merge(n,"string"==typeof t?[t]:t):l.call(n,t)),n},inArray:function(t,e,n){return null==e?-1:u.call(e,t,n)},isXMLDoc:function(t){var e=t&&t.namespaceURI,n=t&&(t.ownerDocument||t).documentElement;return!L.test(e||n&&n.nodeName||"HTML")},merge:function(t,e){for(var n=+e.length,i=0,r=t.length;i<n;i++)t[r++]=e[i];return t.length=r,t},grep:function(t,e,n){for(var i=[],r=0,o=t.length,s=!n;r<o;r++)!e(t[r],r)!==s&&i.push(t[r]);return i},map:function(t,e,n){var i,r,o=0,s=[];if(w(t))for(i=t.length;o<i;o++)null!=(r=e(t[o],o,n))&&s.push(r);else for(o in t)null!=(r=e(t[o],o,n))&&s.push(r);return c(s)},guid:1,support:g}),"function"==typeof Symbol&&(A.fn[Symbol.iterator]=o[Symbol.iterator]),A.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),(function(t,e){d["[object "+e+"]"]=e.toLowerCase()}));var k=o.pop,S=o.sort,O=o.splice,j="[\\x20\\t\\r\\n\\f]",z=new RegExp("^"+j+"+|((?:^|[^\\\\])(?:\\\\.)*)"+j+"+$","g");A.contains=function(t,e){var n=e&&e.parentNode;return t===n||!(!n||1!==n.nodeType||!(t.contains?t.contains(n):t.compareDocumentPosition&&16&t.compareDocumentPosition(n)))};var C=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\x80-\uFFFF\w-]/g;function D(t,e){return e?"\0"===t?"<22>":t.slice(0,-1)+"\\"+t.charCodeAt(t.length-1).toString(16)+" ":"\\"+t}A.escapeSelector=function(t){return(t+"").replace(C,D)};var P=M,E=l;!function(){var t,e,i,r,s,c,l,d,h,f,m=E,y=A.expando,b=0,M=0,v=tt(),_=tt(),x=tt(),L=tt(),w=function(t,e){return t===e&&(s=!0),0},C="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",D="(?:\\\\[\\da-fA-F]{1,6}"+j+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",N="\\["+j+"*("+D+")(?:"+j+"*([*^$|!~]?=)"+j+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+D+"))|)"+j+"*\\]",Y=":("+D+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",W=new RegExp(j+"+","g"),B=new RegExp("^"+j+"*,"+j+"*"),H=new RegExp("^"+j+"*([>+~]|"+j+")"+j+"*"),R=new RegExp(j+"|>"),I=new RegExp(Y),q=new RegExp("^"+D+"$"),X={ID:new RegExp("^#("+D+")"),CLASS:new RegExp("^\\.("+D+")"),TAG:new RegExp("^("+D+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+Y),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+j+"*(even|odd|(([+-]|)(\\d*)n|)"+j+"*(?:([+-]|)"+j+"*(\\d+)|))"+j+"*\\)|)","i"),bool:new RegExp("^(?:"+C+")$","i"),needsContext:new RegExp("^"+j+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+j+"*((?:-\\d)?\\d*)"+j+"*\\)|)(?=[^-]|$)","i")},F=/^(?:input|select|textarea|button)$/i,G=/^h\d$/i,U=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,V=/[+~]/,K=new RegExp("\\\\[\\da-fA-F]{1,6}"+j+"?|\\\\([^\\r\\n\\f])","g"),J=function(t,e){var n="0x"+t.slice(1)-65536;return e||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},$=function(){ct()},Z=ht((function(t){return!0===t.disabled&&T(t,"fieldset")}),{dir:"parentNode",next:"legend"});try{m.apply(o=a.call(P.childNodes),P.childNodes),o[P.childNodes.length].nodeType}catch(t){m={apply:function(t,e){E.apply(t,a.call(e))},call:function(t){E.apply(t,a.call(arguments,1))}}}function Q(t,e,n,i){var r,o,s,a,l,u,p,f=e&&e.ownerDocument,b=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==b&&9!==b&&11!==b)return n;if(!i&&(ct(e),e=e||c,d)){if(11!==b&&(l=U.exec(t)))if(r=l[1]){if(9===b){if(!(s=e.getElementById(r)))return n;if(s.id===r)return m.call(n,s),n}else if(f&&(s=f.getElementById(r))&&Q.contains(e,s)&&s.id===r)return m.call(n,s),n}else{if(l[2])return m.apply(n,e.getElementsByTagName(t)),n;if((r=l[3])&&e.getElementsByClassName)return m.apply(n,e.getElementsByClassName(r)),n}if(!(L[t+" "]||h&&h.test(t))){if(p=t,f=e,1===b&&(R.test(t)||H.test(t))){for((f=V.test(t)&&at(e.parentNode)||e)==e&&g.scope||((a=e.getAttribute("id"))?a=A.escapeSelector(a):e.setAttribute("id",a=y)),o=(u=ut(t)).length;o--;)u[o]=(a?"#"+a:":scope")+" "+dt(u[o]);p=u.join(",")}try{return m.apply(n,f.querySelectorAll(p)),n}catch(e){L(t,!0)}finally{a===y&&e.removeAttribute("id")}}}return bt(t.replace(z,"$1"),e,n,i)}function tt(){var t=[];return function n(i,r){return t.push(i+" ")>e.cacheLength&&delete n[t.shift()],n[i+" "]=r}}function et(t){return t[y]=!0,t}function nt(t){var e=c.createElement("fieldset");try{return!!t(e)}catch(t){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function it(t){return function(e){return T(e,"input")&&e.type===t}}function rt(t){return function(e){return(T(e,"input")||T(e,"button"))&&e.type===t}}function ot(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&Z(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function st(t){return et((function(e){return e=+e,et((function(n,i){for(var r,o=t([],n.length,e),s=o.length;s--;)n[r=o[s]]&&(n[r]=!(i[r]=n[r]))}))}))}function at(t){return t&&void 0!==t.getElementsByTagName&&t}function ct(t){var n,i=t?t.ownerDocument||t:P;return i!=c&&9===i.nodeType&&i.documentElement?(l=(c=i).documentElement,d=!A.isXMLDoc(c),f=l.matches||l.webkitMatchesSelector||l.msMatchesSelector,l.msMatchesSelector&&P!=c&&(n=c.defaultView)&&n.top!==n&&n.addEventListener("unload",$),g.getById=nt((function(t){return l.appendChild(t).id=A.expando,!c.getElementsByName||!c.getElementsByName(A.expando).length})),g.disconnectedMatch=nt((function(t){return f.call(t,"*")})),g.scope=nt((function(){return c.querySelectorAll(":scope")})),g.cssHas=nt((function(){try{return c.querySelector(":has(*,:jqfake)"),!1}catch(t){return!0}})),g.getById?(e.filter.ID=function(t){var e=t.replace(K,J);return function(t){return t.getAttribute("id")===e}},e.find.ID=function(t,e){if(void 0!==e.getElementById&&d){var n=e.getElementById(t);return n?[n]:[]}}):(e.filter.ID=function(t){var e=t.replace(K,J);return function(t){var n=void 0!==t.getAttributeNode&&t.getAttributeNode("id");return n&&n.value===e}},e.find.ID=function(t,e){if(void 0!==e.getElementById&&d){var n,i,r,o=e.getElementById(t);if(o){if((n=o.getAttributeNode("id"))&&n.value===t)return[o];for(r=e.getElementsByName(t),i=0;o=r[i++];)if((n=o.getAttributeNode("id"))&&n.value===t)return[o]}return[]}}),e.find.TAG=function(t,e){return void 0!==e.getElementsByTagName?e.getElementsByTagName(t):e.querySelectorAll(t)},e.find.CLASS=function(t,e){if(void 0!==e.getElementsByClassName&&d)return e.getElementsByClassName(t)},h=[],nt((function(t){var e;l.appendChild(t).innerHTML="<a id='"+y+"' href='' disabled='disabled'></a><select id='"+y+"-\r\\' disabled='disabled'><option selected=''></option></select>",t.querySelectorAll("[selected]").length||h.push("\\["+j+"*(?:value|"+C+")"),t.querySelectorAll("[id~="+y+"-]").length||h.push("~="),t.querySelectorAll("a#"+y+"+*").length||h.push(".#.+[+~]"),t.querySelectorAll(":checked").length||h.push(":checked"),(e=c.createElement("input")).setAttribute("type","hidden"),t.appendChild(e).setAttribute("name","D"),l.appendChild(t).disabled=!0,2!==t.querySelectorAll(":disabled").length&&h.push(":enabled",":disabled"),(e=c.createElement("input")).setAttribute("name",""),t.appendChild(e),t.querySelectorAll("[name='']").length||h.push("\\["+j+"*name"+j+"*="+j+"*(?:''|\"\")")})),g.cssHas||h.push(":has"),h=h.length&&new RegExp(h.join("|")),w=function(t,e){if(t===e)return s=!0,0;var n=!t.compareDocumentPosition-!e.compareDocumentPosition;return n||(1&(n=(t.ownerDocument||t)==(e.ownerDocument||e)?t.compareDocumentPosition(e):1)||!g.sortDetached&&e.compareDocumentPosition(t)===n?t===c||t.ownerDocument==P&&Q.contains(P,t)?-1:e===c||e.ownerDocument==P&&Q.contains(P,e)?1:r?u.call(r,t)-u.call(r,e):0:4&n?-1:1)},c):c}for(t in Q.matches=function(t,e){return Q(t,null,null,e)},Q.matchesSelector=function(t,e){if(ct(t),d&&!L[e+" "]&&(!h||!h.test(e)))try{var n=f.call(t,e);if(n||g.disconnectedMatch||t.document&&11!==t.document.nodeType)return n}catch(t){L(e,!0)}return Q(e,c,null,[t]).length>0},Q.contains=function(t,e){return(t.ownerDocument||t)!=c&&ct(t),A.contains(t,e)},Q.attr=function(t,n){(t.ownerDocument||t)!=c&&ct(t);var i=e.attrHandle[n.toLowerCase()],r=i&&p.call(e.attrHandle,n.toLowerCase())?i(t,n,!d):void 0;return void 0!==r?r:t.getAttribute(n)},Q.error=function(t){throw new Error("Syntax error, unrecognized expression: "+t)},A.uniqueSort=function(t){var e,n=[],i=0,o=0;if(s=!g.sortStable,r=!g.sortStable&&a.call(t,0),S.call(t,w),s){for(;e=t[o++];)e===t[o]&&(i=n.push(o));for(;i--;)O.call(t,n[i],1)}return r=null,t},A.fn.uniqueSort=function(){return this.pushStack(A.uniqueSort(a.apply(this)))},(e=A.expr={cacheLength:50,createPseudo:et,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(t){return t[1]=t[1].replace(K,J),t[3]=(t[3]||t[4]||t[5]||"").replace(K,J),"~="===t[2]&&(t[3]=" "+t[3]+" "),t.slice(0,4)},CHILD:function(t){return t[1]=t[1].toLowerCase(),"nth"===t[1].slice(0,3)?(t[3]||Q.error(t[0]),t[4]=+(t[4]?t[5]+(t[6]||1):2*("even"===t[3]||"odd"===t[3])),t[5]=+(t[7]+t[8]||"odd"===t[3])):t[3]&&Q.error(t[0]),t},PSEUDO:function(t){var e,n=!t[6]&&t[2];return X.CHILD.test(t[0])?null:(t[3]?t[2]=t[4]||t[5]||"":n&&I.test(n)&&(e=ut(n,!0))&&(e=n.indexOf(")",n.length-e)-n.length)&&(t[0]=t[0].slice(0,e),t[2]=n.slice(0,e)),t.slice(0,3))}},filter:{TAG:function(t){var e=t.replace(K,J).toLowerCase();return"*"===t?function(){return!0}:function(t){return T(t,e)}},CLASS:function(t){var e=v[t+" "];return e||(e=new RegExp("(^|"+j+")"+t+"("+j+"|$)"))&&v(t,(function(t){return e.test("string"==typeof t.className&&t.className||void 0!==t.getAttribute&&t.getAttribute("class")||"")}))},ATTR:function(t,e,n){return function(i){var r=Q.attr(i,t);return null==r?"!="===e:!e||(r+="","="===e?r===n:"!="===e?r!==n:"^="===e?n&&0===r.indexOf(n):"*="===e?n&&r.indexOf(n)>-1:"$="===e?n&&r.slice(-n.length)===n:"~="===e?(" "+r.replace(W," ")+" ").indexOf(n)>-1:"|="===e&&(r===n||r.slice(0,n.length+1)===n+"-"))}},CHILD:function(t,e,n,i,r){var o="nth"!==t.slice(0,3),s="last"!==t.slice(-4),a="of-type"===e;return 1===i&&0===r?function(t){return!!t.parentNode}:function(e,n,c){var l,u,d,h,p,f=o!==s?"nextSibling":"previousSibling",m=e.parentNode,g=a&&e.nodeName.toLowerCase(),M=!c&&!a,v=!1;if(m){if(o){for(;f;){for(d=e;d=d[f];)if(a?T(d,g):1===d.nodeType)return!1;p=f="only"===t&&!p&&"nextSibling"}return!0}if(p=[s?m.firstChild:m.lastChild],s&&M){for(v=(h=(l=(u=m[y]||(m[y]={}))[t]||[])[0]===b&&l[1])&&l[2],d=h&&m.childNodes[h];d=++h&&d&&d[f]||(v=h=0)||p.pop();)if(1===d.nodeType&&++v&&d===e){u[t]=[b,h,v];break}}else if(M&&(v=h=(l=(u=e[y]||(e[y]={}))[t]||[])[0]===b&&l[1]),!1===v)for(;(d=++h&&d&&d[f]||(v=h=0)||p.pop())&&(!(a?T(d,g):1===d.nodeType)||!++v||(M&&((u=d[y]||(d[y]={}))[t]=[b,v]),d!==e)););return(v-=r)===i||v%i==0&&v/i>=0}}},PSEUDO:function(t,n){var i,r=e.pseudos[t]||e.setFilters[t.toLowerCase()]||Q.error("unsupported pseudo: "+t);return r[y]?r(n):r.length>1?(i=[t,t,"",n],e.setFilters.hasOwnProperty(t.toLowerCase())?et((function(t,e){for(var i,o=r(t,n),s=o.length;s--;)t[i=u.call(t,o[s])]=!(e[i]=o[s])})):function(t){return r(t,0,i)}):r}},pseudos:{not:et((function(t){var e=[],n=[],i=yt(t.replace(z,"$1"));return i[y]?et((function(t,e,n,r){for(var o,s=i(t,null,r,[]),a=t.length;a--;)(o=s[a])&&(t[a]=!(e[a]=o))})):function(t,r,o){return e[0]=t,i(e,null,o,n),e[0]=null,!n.pop()}})),has:et((function(t){return function(e){return Q(t,e).length>0}})),contains:et((function(t){return t=t.replace(K,J),function(e){return(e.textContent||A.text(e)).indexOf(t)>-1}})),lang:et((function(t){return q.test(t||"")||Q.error("unsupported lang: "+t),t=t.replace(K,J).toLowerCase(),function(e){var n;do{if(n=d?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(n=n.toLowerCase())===t||0===n.indexOf(t+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}})),target:function(t){var e=n.location&&n.location.hash;return e&&e.slice(1)===t.id},root:function(t){return t===l},focus:function(t){return t===function(){try{return c.activeElement}catch(t){}}()&&c.hasFocus()&&!!(t.type||t.href||~t.tabIndex)},enabled:ot(!1),disabled:ot(!0),checked:function(t){return T(t,"input")&&!!t.checked||T(t,"option")&&!!t.selected},selected:function(t){return t.parentNode&&t.parentNode.selectedIndex,!0===t.selected},empty:function(t){for(t=t.firstChild;t;t=t.nextSibling)if(t.nodeType<6)return!1;return!0},parent:function(t){return!e.pseudos.empty(t)},header:function(t){return G.test(t.nodeName)},input:function(t){return F.test(t.nodeName)},button:function(t){return T(t,"input")&&"button"===t.type||T(t,"button")},text:function(t){var e;return T(t,"input")&&"text"===t.type&&(null==(e=t.getAttribute("type"))||"text"===e.toLowerCase())},first:st((function(){return[0]})),last:st((function(t,e){return[e-1]})),eq:st((function(t,e,n){return[n<0?n+e:n]})),even:st((function(t,e){for(var n=0;n<e;n+=2)t.push(n);return t})),odd:st((function(t,e){for(var n=1;n<e;n+=2)t.push(n);return t})),lt:st((function(t,e,n){var i;for(i=n<0?n+e:n>e?e:n;--i>=0;)t.push(i);return t})),gt:st((function(t,e,n){for(var i=n<0?n+e:n;++i<e;)t.push(i);return t}))}}).pseudos.nth=e.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})e.pseudos[t]=it(t);for(t in{submit:!0,reset:!0})e.pseudos[t]=rt(t);function lt(){}function ut(t,n){var i,r,o,s,a,c,l,u=_[t+" "];if(u)return n?0:u.slice(0);for(a=t,c=[],l=e.preFilter;a;){for(s in i&&!(r=B.exec(a))||(r&&(a=a.slice(r[0].length)||a),c.push(o=[])),i=!1,(r=H.exec(a))&&(i=r.shift(),o.push({value:i,type:r[0].replace(z," ")}),a=a.slice(i.length)),e.filter)!(r=X[s].exec(a))||l[s]&&!(r=l[s](r))||(i=r.shift(),o.push({value:i,type:s,matches:r}),a=a.slice(i.length));if(!i)break}return n?a.length:a?Q.error(t):_(t,c).slice(0)}function dt(t){for(var e=0,n=t.length,i="";e<n;e++)i+=t[e].value;return i}function ht(t,e,n){var i=e.dir,r=e.next,o=r||i,s=n&&"parentNode"===o,a=M++;return e.first?function(e,n,r){for(;e=e[i];)if(1===e.nodeType||s)return t(e,n,r);return!1}:function(e,n,c){var l,u,d=[b,a];if(c){for(;e=e[i];)if((1===e.nodeType||s)&&t(e,n,c))return!0}else for(;e=e[i];)if(1===e.nodeType||s)if(u=e[y]||(e[y]={}),r&&T(e,r))e=e[i]||e;else{if((l=u[o])&&l[0]===b&&l[1]===a)return d[2]=l[2];if(u[o]=d,d[2]=t(e,n,c))return!0}return!1}}function pt(t){return t.length>1?function(e,n,i){for(var r=t.length;r--;)if(!t[r](e,n,i))return!1;return!0}:t[0]}function ft(t,e,n,i,r){for(var o,s=[],a=0,c=t.length,l=null!=e;a<c;a++)(o=t[a])&&(n&&!n(o,i,r)||(s.push(o),l&&e.push(a)));return s}function mt(t,e,n,i,r,o){return i&&!i[y]&&(i=mt(i)),r&&!r[y]&&(r=mt(r,o)),et((function(o,s,a,c){var l,d,h,p,f=[],g=[],y=s.length,b=o||function(t,e,n){for(var i=0,r=e.length;i<r;i++)Q(t,e[i],n);return n}(e||"*",a.nodeType?[a]:a,[]),M=!t||!o&&e?b:ft(b,f,t,a,c);if(n?n(M,p=r||(o?t:y||i)?[]:s,a,c):p=M,i)for(l=ft(p,g),i(l,[],a,c),d=l.length;d--;)(h=l[d])&&(p[g[d]]=!(M[g[d]]=h));if(o){if(r||t){if(r){for(l=[],d=p.length;d--;)(h=p[d])&&l.push(M[d]=h);r(null,p=[],l,c)}for(d=p.length;d--;)(h=p[d])&&(l=r?u.call(o,h):f[d])>-1&&(o[l]=!(s[l]=h))}}else p=ft(p===s?p.splice(y,p.length):p),r?r(null,s,p,c):m.apply(s,p)}))}function gt(t){for(var n,r,o,s=t.length,a=e.relative[t[0].type],c=a||e.relative[" "],l=a?1:0,d=ht((function(t){return t===n}),c,!0),h=ht((function(t){return u.call(n,t)>-1}),c,!0),p=[function(t,e,r){var o=!a&&(r||e!=i)||((n=e).nodeType?d(t,e,r):h(t,e,r));return n=null,o}];l<s;l++)if(r=e.relative[t[l].type])p=[ht(pt(p),r)];else{if((r=e.filter[t[l].type].apply(null,t[l].matches))[y]){for(o=++l;o<s&&!e.relative[t[o].type];o++);return mt(l>1&&pt(p),l>1&&dt(t.slice(0,l-1).concat({value:" "===t[l-2].type?"*":""})).replace(z,"$1"),r,l<o&>(t.slice(l,o)),o<s&>(t=t.slice(o)),o<s&&dt(t))}p.push(r)}return pt(p)}function yt(t,n){var r,o=[],s=[],a=x[t+" "];if(!a){for(n||(n=ut(t)),r=n.length;r--;)(a=gt(n[r]))[y]?o.push(a):s.push(a);(a=x(t,function(t,n){var r=n.length>0,o=t.length>0,s=function(s,a,l,u,h){var p,f,g,y=0,M="0",v=s&&[],_=[],x=i,L=s||o&&e.find.TAG("*",h),w=b+=null==x?1:Math.random()||.1,T=L.length;for(h&&(i=a==c||a||h);M!==T&&null!=(p=L[M]);M++){if(o&&p){for(f=0,a||p.ownerDocument==c||(ct(p),l=!d);g=t[f++];)if(g(p,a||c,l)){m.call(u,p);break}h&&(b=w)}r&&((p=!g&&p)&&y--,s&&v.push(p))}if(y+=M,r&&M!==y){for(f=0;g=n[f++];)g(v,_,a,l);if(s){if(y>0)for(;M--;)v[M]||_[M]||(_[M]=k.call(u));_=ft(_)}m.apply(u,_),h&&!s&&_.length>0&&y+n.length>1&&A.uniqueSort(u)}return h&&(b=w,i=x),v};return r?et(s):s}(s,o))).selector=t}return a}function bt(t,n,i,r){var o,s,a,c,l,u="function"==typeof t&&t,h=!r&&ut(t=u.selector||t);if(i=i||[],1===h.length){if((s=h[0]=h[0].slice(0)).length>2&&"ID"===(a=s[0]).type&&9===n.nodeType&&d&&e.relative[s[1].type]){if(!(n=(e.find.ID(a.matches[0].replace(K,J),n)||[])[0]))return i;u&&(n=n.parentNode),t=t.slice(s.shift().value.length)}for(o=X.needsContext.test(t)?0:s.length;o--&&(a=s[o],!e.relative[c=a.type]);)if((l=e.find[c])&&(r=l(a.matches[0].replace(K,J),V.test(s[0].type)&&at(n.parentNode)||n))){if(s.splice(o,1),!(t=r.length&&dt(s)))return m.apply(i,r),i;break}}return(u||yt(t,h))(r,n,!d,i,!n||V.test(t)&&at(n.parentNode)||n),i}lt.prototype=e.filters=e.pseudos,e.setFilters=new lt,g.sortStable=y.split("").sort(w).join("")===y,ct(),g.sortDetached=nt((function(t){return 1&t.compareDocumentPosition(c.createElement("fieldset"))})),A.find=Q,A.expr[":"]=A.expr.pseudos,A.unique=A.uniqueSort,Q.compile=yt,Q.select=bt,Q.setDocument=ct,Q.tokenize=ut,Q.escape=A.escapeSelector,Q.getText=A.text,Q.isXML=A.isXMLDoc,Q.selectors=A.expr,Q.support=A.support,Q.uniqueSort=A.uniqueSort}();var N=function(t,e,n){for(var i=[],r=void 0!==n;(t=t[e])&&9!==t.nodeType;)if(1===t.nodeType){if(r&&A(t).is(n))break;i.push(t)}return i},Y=function(t,e){for(var n=[];t;t=t.nextSibling)1===t.nodeType&&t!==e&&n.push(t);return n},W=A.expr.match.needsContext,B=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function H(t,e,n){return y(e)?A.grep(t,(function(t,i){return!!e.call(t,i,t)!==n})):e.nodeType?A.grep(t,(function(t){return t===e!==n})):"string"!=typeof e?A.grep(t,(function(t){return u.call(e,t)>-1!==n})):A.filter(e,t,n)}A.filter=function(t,e,n){var i=e[0];return n&&(t=":not("+t+")"),1===e.length&&1===i.nodeType?A.find.matchesSelector(i,t)?[i]:[]:A.find.matches(t,A.grep(e,(function(t){return 1===t.nodeType})))},A.fn.extend({find:function(t){var e,n,i=this.length,r=this;if("string"!=typeof t)return this.pushStack(A(t).filter((function(){for(e=0;e<i;e++)if(A.contains(r[e],this))return!0})));for(n=this.pushStack([]),e=0;e<i;e++)A.find(t,r[e],n);return i>1?A.uniqueSort(n):n},filter:function(t){return this.pushStack(H(this,t||[],!1))},not:function(t){return this.pushStack(H(this,t||[],!0))},is:function(t){return!!H(this,"string"==typeof t&&W.test(t)?A(t):t||[],!1).length}});var R,I=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(A.fn.init=function(t,e,n){var i,r;if(!t)return this;if(n=n||R,"string"==typeof t){if(!(i="<"===t[0]&&">"===t[t.length-1]&&t.length>=3?[null,t,null]:I.exec(t))||!i[1]&&e)return!e||e.jquery?(e||n).find(t):this.constructor(e).find(t);if(i[1]){if(e=e instanceof A?e[0]:e,A.merge(this,A.parseHTML(i[1],e&&e.nodeType?e.ownerDocument||e:M,!0)),B.test(i[1])&&A.isPlainObject(e))for(i in e)y(this[i])?this[i](e[i]):this.attr(i,e[i]);return this}return(r=M.getElementById(i[2]))&&(this[0]=r,this.length=1),this}return t.nodeType?(this[0]=t,this.length=1,this):y(t)?void 0!==n.ready?n.ready(t):t(A):A.makeArray(t,this)}).prototype=A.fn,R=A(M);var q=/^(?:parents|prev(?:Until|All))/,X={children:!0,contents:!0,next:!0,prev:!0};function F(t,e){for(;(t=t[e])&&1!==t.nodeType;);return t}A.fn.extend({has:function(t){var e=A(t,this),n=e.length;return this.filter((function(){for(var t=0;t<n;t++)if(A.contains(this,e[t]))return!0}))},closest:function(t,e){var n,i=0,r=this.length,o=[],s="string"!=typeof t&&A(t);if(!W.test(t))for(;i<r;i++)for(n=this[i];n&&n!==e;n=n.parentNode)if(n.nodeType<11&&(s?s.index(n)>-1:1===n.nodeType&&A.find.matchesSelector(n,t))){o.push(n);break}return this.pushStack(o.length>1?A.uniqueSort(o):o)},index:function(t){return t?"string"==typeof t?u.call(A(t),this[0]):u.call(this,t.jquery?t[0]:t):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(t,e){return this.pushStack(A.uniqueSort(A.merge(this.get(),A(t,e))))},addBack:function(t){return this.add(null==t?this.prevObject:this.prevObject.filter(t))}}),A.each({parent:function(t){var e=t.parentNode;return e&&11!==e.nodeType?e:null},parents:function(t){return N(t,"parentNode")},parentsUntil:function(t,e,n){return N(t,"parentNode",n)},next:function(t){return F(t,"nextSibling")},prev:function(t){return F(t,"previousSibling")},nextAll:function(t){return N(t,"nextSibling")},prevAll:function(t){return N(t,"previousSibling")},nextUntil:function(t,e,n){return N(t,"nextSibling",n)},prevUntil:function(t,e,n){return N(t,"previousSibling",n)},siblings:function(t){return Y((t.parentNode||{}).firstChild,t)},children:function(t){return Y(t.firstChild)},contents:function(t){return null!=t.contentDocument&&s(t.contentDocument)?t.contentDocument:(T(t,"template")&&(t=t.content||t),A.merge([],t.childNodes))}},(function(t,e){A.fn[t]=function(n,i){var r=A.map(this,e,n);return"Until"!==t.slice(-5)&&(i=n),i&&"string"==typeof i&&(r=A.filter(i,r)),this.length>1&&(X[t]||A.uniqueSort(r),q.test(t)&&r.reverse()),this.pushStack(r)}}));var G=/[^\x20\t\r\n\f]+/g;function U(t){return t}function V(t){throw t}function K(t,e,n,i){var r;try{t&&y(r=t.promise)?r.call(t).done(e).fail(n):t&&y(r=t.then)?r.call(t,e,n):e.apply(void 0,[t].slice(i))}catch(t){n.apply(void 0,[t])}}A.Callbacks=function(t){t="string"==typeof t?function(t){var e={};return A.each(t.match(G)||[],(function(t,n){e[n]=!0})),e}(t):A.extend({},t);var e,n,i,r,o=[],s=[],a=-1,c=function(){for(r=r||t.once,i=e=!0;s.length;a=-1)for(n=s.shift();++a<o.length;)!1===o[a].apply(n[0],n[1])&&t.stopOnFalse&&(a=o.length,n=!1);t.memory||(n=!1),e=!1,r&&(o=n?[]:"")},l={add:function(){return o&&(n&&!e&&(a=o.length-1,s.push(n)),function e(n){A.each(n,(function(n,i){y(i)?t.unique&&l.has(i)||o.push(i):i&&i.length&&"string"!==x(i)&&e(i)}))}(arguments),n&&!e&&c()),this},remove:function(){return A.each(arguments,(function(t,e){for(var n;(n=A.inArray(e,o,n))>-1;)o.splice(n,1),n<=a&&a--})),this},has:function(t){return t?A.inArray(t,o)>-1:o.length>0},empty:function(){return o&&(o=[]),this},disable:function(){return r=s=[],o=n="",this},disabled:function(){return!o},lock:function(){return r=s=[],n||e||(o=n=""),this},locked:function(){return!!r},fireWith:function(t,n){return r||(n=[t,(n=n||[]).slice?n.slice():n],s.push(n),e||c()),this},fire:function(){return l.fireWith(this,arguments),this},fired:function(){return!!i}};return l},A.extend({Deferred:function(t){var e=[["notify","progress",A.Callbacks("memory"),A.Callbacks("memory"),2],["resolve","done",A.Callbacks("once memory"),A.Callbacks("once memory"),0,"resolved"],["reject","fail",A.Callbacks("once memory"),A.Callbacks("once memory"),1,"rejected"]],i="pending",r={state:function(){return i},always:function(){return o.done(arguments).fail(arguments),this},catch:function(t){return r.then(null,t)},pipe:function(){var t=arguments;return A.Deferred((function(n){A.each(e,(function(e,i){var r=y(t[i[4]])&&t[i[4]];o[i[1]]((function(){var t=r&&r.apply(this,arguments);t&&y(t.promise)?t.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[i[0]+"With"](this,r?[t]:arguments)}))})),t=null})).promise()},then:function(t,i,r){var o=0;function s(t,e,i,r){return function(){var a=this,c=arguments,l=function(){var n,l;if(!(t<o)){if((n=i.apply(a,c))===e.promise())throw new TypeError("Thenable self-resolution");l=n&&("object"==typeof n||"function"==typeof n)&&n.then,y(l)?r?l.call(n,s(o,e,U,r),s(o,e,V,r)):(o++,l.call(n,s(o,e,U,r),s(o,e,V,r),s(o,e,U,e.notifyWith))):(i!==U&&(a=void 0,c=[n]),(r||e.resolveWith)(a,c))}},u=r?l:function(){try{l()}catch(n){A.Deferred.exceptionHook&&A.Deferred.exceptionHook(n,u.error),t+1>=o&&(i!==V&&(a=void 0,c=[n]),e.rejectWith(a,c))}};t?u():(A.Deferred.getErrorHook?u.error=A.Deferred.getErrorHook():A.Deferred.getStackHook&&(u.error=A.Deferred.getStackHook()),n.setTimeout(u))}}return A.Deferred((function(n){e[0][3].add(s(0,n,y(r)?r:U,n.notifyWith)),e[1][3].add(s(0,n,y(t)?t:U)),e[2][3].add(s(0,n,y(i)?i:V))})).promise()},promise:function(t){return null!=t?A.extend(t,r):r}},o={};return A.each(e,(function(t,n){var s=n[2],a=n[5];r[n[1]]=s.add,a&&s.add((function(){i=a}),e[3-t][2].disable,e[3-t][3].disable,e[0][2].lock,e[0][3].lock),s.add(n[3].fire),o[n[0]]=function(){return o[n[0]+"With"](this===o?void 0:this,arguments),this},o[n[0]+"With"]=s.fireWith})),r.promise(o),t&&t.call(o,o),o},when:function(t){var e=arguments.length,n=e,i=Array(n),r=a.call(arguments),o=A.Deferred(),s=function(t){return function(n){i[t]=this,r[t]=arguments.length>1?a.call(arguments):n,--e||o.resolveWith(i,r)}};if(e<=1&&(K(t,o.done(s(n)).resolve,o.reject,!e),"pending"===o.state()||y(r[n]&&r[n].then)))return o.then();for(;n--;)K(r[n],s(n),o.reject);return o.promise()}});var J=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;A.Deferred.exceptionHook=function(t,e){n.console&&n.console.warn&&t&&J.test(t.name)&&n.console.warn("jQuery.Deferred exception: "+t.message,t.stack,e)},A.readyException=function(t){n.setTimeout((function(){throw t}))};var $=A.Deferred();function Z(){M.removeEventListener("DOMContentLoaded",Z),n.removeEventListener("load",Z),A.ready()}A.fn.ready=function(t){return $.then(t).catch((function(t){A.readyException(t)})),this},A.extend({isReady:!1,readyWait:1,ready:function(t){(!0===t?--A.readyWait:A.isReady)||(A.isReady=!0,!0!==t&&--A.readyWait>0||$.resolveWith(M,[A]))}}),A.ready.then=$.then,"complete"===M.readyState||"loading"!==M.readyState&&!M.documentElement.doScroll?n.setTimeout(A.ready):(M.addEventListener("DOMContentLoaded",Z),n.addEventListener("load",Z));var Q=function(t,e,n,i,r,o,s){var a=0,c=t.length,l=null==n;if("object"===x(n))for(a in r=!0,n)Q(t,e,a,n[a],!0,o,s);else if(void 0!==i&&(r=!0,y(i)||(s=!0),l&&(s?(e.call(t,i),e=null):(l=e,e=function(t,e,n){return l.call(A(t),n)})),e))for(;a<c;a++)e(t[a],n,s?i:i.call(t[a],a,e(t[a],n)));return r?t:l?e.call(t):c?e(t[0],n):o},tt=/^-ms-/,et=/-([a-z])/g;function nt(t,e){return e.toUpperCase()}function it(t){return t.replace(tt,"ms-").replace(et,nt)}var rt=function(t){return 1===t.nodeType||9===t.nodeType||!+t.nodeType};function ot(){this.expando=A.expando+ot.uid++}ot.uid=1,ot.prototype={cache:function(t){var e=t[this.expando];return e||(e={},rt(t)&&(t.nodeType?t[this.expando]=e:Object.defineProperty(t,this.expando,{value:e,configurable:!0}))),e},set:function(t,e,n){var i,r=this.cache(t);if("string"==typeof e)r[it(e)]=n;else for(i in e)r[it(i)]=e[i];return r},get:function(t,e){return void 0===e?this.cache(t):t[this.expando]&&t[this.expando][it(e)]},access:function(t,e,n){return void 0===e||e&&"string"==typeof e&&void 0===n?this.get(t,e):(this.set(t,e,n),void 0!==n?n:e)},remove:function(t,e){var n,i=t[this.expando];if(void 0!==i){if(void 0!==e){n=(e=Array.isArray(e)?e.map(it):(e=it(e))in i?[e]:e.match(G)||[]).length;for(;n--;)delete i[e[n]]}(void 0===e||A.isEmptyObject(i))&&(t.nodeType?t[this.expando]=void 0:delete t[this.expando])}},hasData:function(t){var e=t[this.expando];return void 0!==e&&!A.isEmptyObject(e)}};var st=new ot,at=new ot,ct=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,lt=/[A-Z]/g;function ut(t,e,n){var i;if(void 0===n&&1===t.nodeType)if(i="data-"+e.replace(lt,"-$&").toLowerCase(),"string"==typeof(n=t.getAttribute(i))){try{n=function(t){return"true"===t||"false"!==t&&("null"===t?null:t===+t+""?+t:ct.test(t)?JSON.parse(t):t)}(n)}catch(t){}at.set(t,e,n)}else n=void 0;return n}A.extend({hasData:function(t){return at.hasData(t)||st.hasData(t)},data:function(t,e,n){return at.access(t,e,n)},removeData:function(t,e){at.remove(t,e)},_data:function(t,e,n){return st.access(t,e,n)},_removeData:function(t,e){st.remove(t,e)}}),A.fn.extend({data:function(t,e){var n,i,r,o=this[0],s=o&&o.attributes;if(void 0===t){if(this.length&&(r=at.get(o),1===o.nodeType&&!st.get(o,"hasDataAttrs"))){for(n=s.length;n--;)s[n]&&0===(i=s[n].name).indexOf("data-")&&(i=it(i.slice(5)),ut(o,i,r[i]));st.set(o,"hasDataAttrs",!0)}return r}return"object"==typeof t?this.each((function(){at.set(this,t)})):Q(this,(function(e){var n;if(o&&void 0===e)return void 0!==(n=at.get(o,t))||void 0!==(n=ut(o,t))?n:void 0;this.each((function(){at.set(this,t,e)}))}),null,e,arguments.length>1,null,!0)},removeData:function(t){return this.each((function(){at.remove(this,t)}))}}),A.extend({queue:function(t,e,n){var i;if(t)return e=(e||"fx")+"queue",i=st.get(t,e),n&&(!i||Array.isArray(n)?i=st.access(t,e,A.makeArray(n)):i.push(n)),i||[]},dequeue:function(t,e){e=e||"fx";var n=A.queue(t,e),i=n.length,r=n.shift(),o=A._queueHooks(t,e);"inprogress"===r&&(r=n.shift(),i--),r&&("fx"===e&&n.unshift("inprogress"),delete o.stop,r.call(t,(function(){A.dequeue(t,e)}),o)),!i&&o&&o.empty.fire()},_queueHooks:function(t,e){var n=e+"queueHooks";return st.get(t,n)||st.access(t,n,{empty:A.Callbacks("once memory").add((function(){st.remove(t,[e+"queue",n])}))})}}),A.fn.extend({queue:function(t,e){var n=2;return"string"!=typeof t&&(e=t,t="fx",n--),arguments.length<n?A.queue(this[0],t):void 0===e?this:this.each((function(){var n=A.queue(this,t,e);A._queueHooks(this,t),"fx"===t&&"inprogress"!==n[0]&&A.dequeue(this,t)}))},dequeue:function(t){return this.each((function(){A.dequeue(this,t)}))},clearQueue:function(t){return this.queue(t||"fx",[])},promise:function(t,e){var n,i=1,r=A.Deferred(),o=this,s=this.length,a=function(){--i||r.resolveWith(o,[o])};for("string"!=typeof t&&(e=t,t=void 0),t=t||"fx";s--;)(n=st.get(o[s],t+"queueHooks"))&&n.empty&&(i++,n.empty.add(a));return a(),r.promise(e)}});var dt=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ht=new RegExp("^(?:([+-])=|)("+dt+")([a-z%]*)$","i"),pt=["Top","Right","Bottom","Left"],ft=M.documentElement,mt=function(t){return A.contains(t.ownerDocument,t)},gt={composed:!0};ft.getRootNode&&(mt=function(t){return A.contains(t.ownerDocument,t)||t.getRootNode(gt)===t.ownerDocument});var yt=function(t,e){return"none"===(t=e||t).style.display||""===t.style.display&&mt(t)&&"none"===A.css(t,"display")};function bt(t,e,n,i){var r,o,s=20,a=i?function(){return i.cur()}:function(){return A.css(t,e,"")},c=a(),l=n&&n[3]||(A.cssNumber[e]?"":"px"),u=t.nodeType&&(A.cssNumber[e]||"px"!==l&&+c)&&ht.exec(A.css(t,e));if(u&&u[3]!==l){for(c/=2,l=l||u[3],u=+c||1;s--;)A.style(t,e,u+l),(1-o)*(1-(o=a()/c||.5))<=0&&(s=0),u/=o;u*=2,A.style(t,e,u+l),n=n||[]}return n&&(u=+u||+c||0,r=n[1]?u+(n[1]+1)*n[2]:+n[2],i&&(i.unit=l,i.start=u,i.end=r)),r}var Mt={};function vt(t){var e,n=t.ownerDocument,i=t.nodeName,r=Mt[i];return r||(e=n.body.appendChild(n.createElement(i)),r=A.css(e,"display"),e.parentNode.removeChild(e),"none"===r&&(r="block"),Mt[i]=r,r)}function _t(t,e){for(var n,i,r=[],o=0,s=t.length;o<s;o++)(i=t[o]).style&&(n=i.style.display,e?("none"===n&&(r[o]=st.get(i,"display")||null,r[o]||(i.style.display="")),""===i.style.display&&yt(i)&&(r[o]=vt(i))):"none"!==n&&(r[o]="none",st.set(i,"display",n)));for(o=0;o<s;o++)null!=r[o]&&(t[o].style.display=r[o]);return t}A.fn.extend({show:function(){return _t(this,!0)},hide:function(){return _t(this)},toggle:function(t){return"boolean"==typeof t?t?this.show():this.hide():this.each((function(){yt(this)?A(this).show():A(this).hide()}))}});var xt,Lt,At=/^(?:checkbox|radio)$/i,wt=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,Tt=/^$|^module$|\/(?:java|ecma)script/i;xt=M.createDocumentFragment().appendChild(M.createElement("div")),(Lt=M.createElement("input")).setAttribute("type","radio"),Lt.setAttribute("checked","checked"),Lt.setAttribute("name","t"),xt.appendChild(Lt),g.checkClone=xt.cloneNode(!0).cloneNode(!0).lastChild.checked,xt.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!xt.cloneNode(!0).lastChild.defaultValue,xt.innerHTML="<option></option>",g.option=!!xt.lastChild;var kt={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 St(t,e){var n;return n=void 0!==t.getElementsByTagName?t.getElementsByTagName(e||"*"):void 0!==t.querySelectorAll?t.querySelectorAll(e||"*"):[],void 0===e||e&&T(t,e)?A.merge([t],n):n}function Ot(t,e){for(var n=0,i=t.length;n<i;n++)st.set(t[n],"globalEval",!e||st.get(e[n],"globalEval"))}kt.tbody=kt.tfoot=kt.colgroup=kt.caption=kt.thead,kt.th=kt.td,g.option||(kt.optgroup=kt.option=[1,"<select multiple='multiple'>","</select>"]);var jt=/<|&#?\w+;/;function zt(t,e,n,i,r){for(var o,s,a,c,l,u,d=e.createDocumentFragment(),h=[],p=0,f=t.length;p<f;p++)if((o=t[p])||0===o)if("object"===x(o))A.merge(h,o.nodeType?[o]:o);else if(jt.test(o)){for(s=s||d.appendChild(e.createElement("div")),a=(wt.exec(o)||["",""])[1].toLowerCase(),c=kt[a]||kt._default,s.innerHTML=c[1]+A.htmlPrefilter(o)+c[2],u=c[0];u--;)s=s.lastChild;A.merge(h,s.childNodes),(s=d.firstChild).textContent=""}else h.push(e.createTextNode(o));for(d.textContent="",p=0;o=h[p++];)if(i&&A.inArray(o,i)>-1)r&&r.push(o);else if(l=mt(o),s=St(d.appendChild(o),"script"),l&&Ot(s),n)for(u=0;o=s[u++];)Tt.test(o.type||"")&&n.push(o);return d}var Ct=/^([^.]*)(?:\.(.+)|)/;function Dt(){return!0}function Pt(){return!1}function Et(t,e,n,i,r,o){var s,a;if("object"==typeof e){for(a in"string"!=typeof n&&(i=i||n,n=void 0),e)Et(t,a,n,i,e[a],o);return t}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=Pt;else if(!r)return t;return 1===o&&(s=r,(r=function(t){return A().off(t),s.apply(this,arguments)}).guid=s.guid||(s.guid=A.guid++)),t.each((function(){A.event.add(this,e,r,i,n)}))}function Nt(t,e,n){n?(st.set(t,e,!1),A.event.add(t,e,{namespace:!1,handler:function(t){var n,i=st.get(this,e);if(1&t.isTrigger&&this[e]){if(i)(A.event.special[e]||{}).delegateType&&t.stopPropagation();else if(i=a.call(arguments),st.set(this,e,i),this[e](),n=st.get(this,e),st.set(this,e,!1),i!==n)return t.stopImmediatePropagation(),t.preventDefault(),n}else i&&(st.set(this,e,A.event.trigger(i[0],i.slice(1),this)),t.stopPropagation(),t.isImmediatePropagationStopped=Dt)}})):void 0===st.get(t,e)&&A.event.add(t,e,Dt)}A.event={global:{},add:function(t,e,n,i,r){var o,s,a,c,l,u,d,h,p,f,m,g=st.get(t);if(rt(t))for(n.handler&&(n=(o=n).handler,r=o.selector),r&&A.find.matchesSelector(ft,r),n.guid||(n.guid=A.guid++),(c=g.events)||(c=g.events=Object.create(null)),(s=g.handle)||(s=g.handle=function(e){return void 0!==A&&A.event.triggered!==e.type?A.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(G)||[""]).length;l--;)p=m=(a=Ct.exec(e[l])||[])[1],f=(a[2]||"").split(".").sort(),p&&(d=A.event.special[p]||{},p=(r?d.delegateType:d.bindType)||p,d=A.event.special[p]||{},u=A.extend({type:p,origType:m,data:i,handler:n,guid:n.guid,selector:r,needsContext:r&&A.expr.match.needsContext.test(r),namespace:f.join(".")},o),(h=c[p])||((h=c[p]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(t,i,f,s)||t.addEventListener&&t.addEventListener(p,s)),d.add&&(d.add.call(t,u),u.handler.guid||(u.handler.guid=n.guid)),r?h.splice(h.delegateCount++,0,u):h.push(u),A.event.global[p]=!0)},remove:function(t,e,n,i,r){var o,s,a,c,l,u,d,h,p,f,m,g=st.hasData(t)&&st.get(t);if(g&&(c=g.events)){for(l=(e=(e||"").match(G)||[""]).length;l--;)if(p=m=(a=Ct.exec(e[l])||[])[1],f=(a[2]||"").split(".").sort(),p){for(d=A.event.special[p]||{},h=c[p=(i?d.delegateType:d.bindType)||p]||[],a=a[2]&&new RegExp("(^|\\.)"+f.join("\\.(?:.*\\.|)")+"(\\.|$)"),s=o=h.length;o--;)u=h[o],!r&&m!==u.origType||n&&n.guid!==u.guid||a&&!a.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(h.splice(o,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(t,u));s&&!h.length&&(d.teardown&&!1!==d.teardown.call(t,f,g.handle)||A.removeEvent(t,p,g.handle),delete c[p])}else for(p in c)A.event.remove(t,p+e[l],n,i,!0);A.isEmptyObject(c)&&st.remove(t,"handle events")}},dispatch:function(t){var e,n,i,r,o,s,a=new Array(arguments.length),c=A.event.fix(t),l=(st.get(this,"events")||Object.create(null))[c.type]||[],u=A.event.special[c.type]||{};for(a[0]=c,e=1;e<arguments.length;e++)a[e]=arguments[e];if(c.delegateTarget=this,!u.preDispatch||!1!==u.preDispatch.call(this,c)){for(s=A.event.handlers.call(this,c,l),e=0;(r=s[e++])&&!c.isPropagationStopped();)for(c.currentTarget=r.elem,n=0;(o=r.handlers[n++])&&!c.isImmediatePropagationStopped();)c.rnamespace&&!1!==o.namespace&&!c.rnamespace.test(o.namespace)||(c.handleObj=o,c.data=o.data,void 0!==(i=((A.event.special[o.origType]||{}).handle||o.handler).apply(r.elem,a))&&!1===(c.result=i)&&(c.preventDefault(),c.stopPropagation()));return u.postDispatch&&u.postDispatch.call(this,c),c.result}},handlers:function(t,e){var n,i,r,o,s,a=[],c=e.delegateCount,l=t.target;if(c&&l.nodeType&&!("click"===t.type&&t.button>=1))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==t.type||!0!==l.disabled)){for(o=[],s={},n=0;n<c;n++)void 0===s[r=(i=e[n]).selector+" "]&&(s[r]=i.needsContext?A(r,this).index(l)>-1:A.find(r,this,null,[l]).length),s[r]&&o.push(i);o.length&&a.push({elem:l,handlers:o})}return l=this,c<e.length&&a.push({elem:l,handlers:e.slice(c)}),a},addProp:function(t,e){Object.defineProperty(A.Event.prototype,t,{enumerable:!0,configurable:!0,get:y(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(t){return t[A.expando]?t:new A.Event(t)},special:{load:{noBubble:!0},click:{setup:function(t){var e=this||t;return At.test(e.type)&&e.click&&T(e,"input")&&Nt(e,"click",!0),!1},trigger:function(t){var e=this||t;return At.test(e.type)&&e.click&&T(e,"input")&&Nt(e,"click"),!0},_default:function(t){var e=t.target;return At.test(e.type)&&e.click&&T(e,"input")&&st.get(e,"click")||T(e,"a")}},beforeunload:{postDispatch:function(t){void 0!==t.result&&t.originalEvent&&(t.originalEvent.returnValue=t.result)}}}},A.removeEvent=function(t,e,n){t.removeEventListener&&t.removeEventListener(e,n)},A.Event=function(t,e){if(!(this instanceof A.Event))return new A.Event(t,e);t&&t.type?(this.originalEvent=t,this.type=t.type,this.isDefaultPrevented=t.defaultPrevented||void 0===t.defaultPrevented&&!1===t.returnValue?Dt:Pt,this.target=t.target&&3===t.target.nodeType?t.target.parentNode:t.target,this.currentTarget=t.currentTarget,this.relatedTarget=t.relatedTarget):this.type=t,e&&A.extend(this,e),this.timeStamp=t&&t.timeStamp||Date.now(),this[A.expando]=!0},A.Event.prototype={constructor:A.Event,isDefaultPrevented:Pt,isPropagationStopped:Pt,isImmediatePropagationStopped:Pt,isSimulated:!1,preventDefault:function(){var t=this.originalEvent;this.isDefaultPrevented=Dt,t&&!this.isSimulated&&t.preventDefault()},stopPropagation:function(){var t=this.originalEvent;this.isPropagationStopped=Dt,t&&!this.isSimulated&&t.stopPropagation()},stopImmediatePropagation:function(){var t=this.originalEvent;this.isImmediatePropagationStopped=Dt,t&&!this.isSimulated&&t.stopImmediatePropagation(),this.stopPropagation()}},A.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:!0},A.event.addProp),A.each({focus:"focusin",blur:"focusout"},(function(t,e){function n(t){if(M.documentMode){var n=st.get(this,"handle"),i=A.event.fix(t);i.type="focusin"===t.type?"focus":"blur",i.isSimulated=!0,n(t),i.target===i.currentTarget&&n(i)}else A.event.simulate(e,t.target,A.event.fix(t))}A.event.special[t]={setup:function(){var i;if(Nt(this,t,!0),!M.documentMode)return!1;(i=st.get(this,e))||this.addEventListener(e,n),st.set(this,e,(i||0)+1)},trigger:function(){return Nt(this,t),!0},teardown:function(){var t;if(!M.documentMode)return!1;(t=st.get(this,e)-1)?st.set(this,e,t):(this.removeEventListener(e,n),st.remove(this,e))},_default:function(e){return st.get(e.target,t)},delegateType:e},A.event.special[e]={setup:function(){var i=this.ownerDocument||this.document||this,r=M.documentMode?this:i,o=st.get(r,e);o||(M.documentMode?this.addEventListener(e,n):i.addEventListener(t,n,!0)),st.set(r,e,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this.document||this,r=M.documentMode?this:i,o=st.get(r,e)-1;o?st.set(r,e,o):(M.documentMode?this.removeEventListener(e,n):i.removeEventListener(t,n,!0),st.remove(r,e))}}})),A.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},(function(t,e){A.event.special[t]={delegateType:e,bindType:e,handle:function(t){var n,i=this,r=t.relatedTarget,o=t.handleObj;return r&&(r===i||A.contains(i,r))||(t.type=o.origType,n=o.handler.apply(this,arguments),t.type=e),n}}})),A.fn.extend({on:function(t,e,n,i){return Et(this,t,e,n,i)},one:function(t,e,n,i){return Et(this,t,e,n,i,1)},off:function(t,e,n){var i,r;if(t&&t.preventDefault&&t.handleObj)return i=t.handleObj,A(t.delegateTarget).off(i.namespace?i.origType+"."+i.namespace:i.origType,i.selector,i.handler),this;if("object"==typeof t){for(r in t)this.off(r,e,t[r]);return this}return!1!==e&&"function"!=typeof e||(n=e,e=void 0),!1===n&&(n=Pt),this.each((function(){A.event.remove(this,t,n,e)}))}});var Yt=/<script|<style|<link/i,Wt=/checked\s*(?:[^=]|=\s*.checked.)/i,Bt=/^\s*<!\[CDATA\[|\]\]>\s*$/g;function Ht(t,e){return T(t,"table")&&T(11!==e.nodeType?e:e.firstChild,"tr")&&A(t).children("tbody")[0]||t}function Rt(t){return t.type=(null!==t.getAttribute("type"))+"/"+t.type,t}function It(t){return"true/"===(t.type||"").slice(0,5)?t.type=t.type.slice(5):t.removeAttribute("type"),t}function qt(t,e){var n,i,r,o,s,a;if(1===e.nodeType){if(st.hasData(t)&&(a=st.get(t).events))for(r in st.remove(e,"handle events"),a)for(n=0,i=a[r].length;n<i;n++)A.event.add(e,r,a[r][n]);at.hasData(t)&&(o=at.access(t),s=A.extend({},o),at.set(e,s))}}function Xt(t,e){var n=e.nodeName.toLowerCase();"input"===n&&At.test(t.type)?e.checked=t.checked:"input"!==n&&"textarea"!==n||(e.defaultValue=t.defaultValue)}function Ft(t,e,n,i){e=c(e);var r,o,s,a,l,u,d=0,h=t.length,p=h-1,f=e[0],m=y(f);if(m||h>1&&"string"==typeof f&&!g.checkClone&&Wt.test(f))return t.each((function(r){var o=t.eq(r);m&&(e[0]=f.call(this,r,o.html())),Ft(o,e,n,i)}));if(h&&(o=(r=zt(e,t[0].ownerDocument,!1,t,i)).firstChild,1===r.childNodes.length&&(r=o),o||i)){for(a=(s=A.map(St(r,"script"),Rt)).length;d<h;d++)l=r,d!==p&&(l=A.clone(l,!0,!0),a&&A.merge(s,St(l,"script"))),n.call(t[d],l,d);if(a)for(u=s[s.length-1].ownerDocument,A.map(s,It),d=0;d<a;d++)l=s[d],Tt.test(l.type||"")&&!st.access(l,"globalEval")&&A.contains(u,l)&&(l.src&&"module"!==(l.type||"").toLowerCase()?A._evalUrl&&!l.noModule&&A._evalUrl(l.src,{nonce:l.nonce||l.getAttribute("nonce")},u):_(l.textContent.replace(Bt,""),l,u))}return t}function Gt(t,e,n){for(var i,r=e?A.filter(e,t):t,o=0;null!=(i=r[o]);o++)n||1!==i.nodeType||A.cleanData(St(i)),i.parentNode&&(n&&mt(i)&&Ot(St(i,"script")),i.parentNode.removeChild(i));return t}A.extend({htmlPrefilter:function(t){return t},clone:function(t,e,n){var i,r,o,s,a=t.cloneNode(!0),c=mt(t);if(!(g.noCloneChecked||1!==t.nodeType&&11!==t.nodeType||A.isXMLDoc(t)))for(s=St(a),i=0,r=(o=St(t)).length;i<r;i++)Xt(o[i],s[i]);if(e)if(n)for(o=o||St(t),s=s||St(a),i=0,r=o.length;i<r;i++)qt(o[i],s[i]);else qt(t,a);return(s=St(a,"script")).length>0&&Ot(s,!c&&St(t,"script")),a},cleanData:function(t){for(var e,n,i,r=A.event.special,o=0;void 0!==(n=t[o]);o++)if(rt(n)){if(e=n[st.expando]){if(e.events)for(i in e.events)r[i]?A.event.remove(n,i):A.removeEvent(n,i,e.handle);n[st.expando]=void 0}n[at.expando]&&(n[at.expando]=void 0)}}}),A.fn.extend({detach:function(t){return Gt(this,t,!0)},remove:function(t){return Gt(this,t)},text:function(t){return Q(this,(function(t){return void 0===t?A.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=t)}))}),null,t,arguments.length)},append:function(){return Ft(this,arguments,(function(t){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Ht(this,t).appendChild(t)}))},prepend:function(){return Ft(this,arguments,(function(t){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var e=Ht(this,t);e.insertBefore(t,e.firstChild)}}))},before:function(){return Ft(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this)}))},after:function(){return Ft(this,arguments,(function(t){this.parentNode&&this.parentNode.insertBefore(t,this.nextSibling)}))},empty:function(){for(var t,e=0;null!=(t=this[e]);e++)1===t.nodeType&&(A.cleanData(St(t,!1)),t.textContent="");return this},clone:function(t,e){return t=null!=t&&t,e=null==e?t:e,this.map((function(){return A.clone(this,t,e)}))},html:function(t){return Q(this,(function(t){var e=this[0]||{},n=0,i=this.length;if(void 0===t&&1===e.nodeType)return e.innerHTML;if("string"==typeof t&&!Yt.test(t)&&!kt[(wt.exec(t)||["",""])[1].toLowerCase()]){t=A.htmlPrefilter(t);try{for(;n<i;n++)1===(e=this[n]||{}).nodeType&&(A.cleanData(St(e,!1)),e.innerHTML=t);e=0}catch(t){}}e&&this.empty().append(t)}),null,t,arguments.length)},replaceWith:function(){var t=[];return Ft(this,arguments,(function(e){var n=this.parentNode;A.inArray(this,t)<0&&(A.cleanData(St(this)),n&&n.replaceChild(e,this))}),t)}}),A.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},(function(t,e){A.fn[t]=function(t){for(var n,i=[],r=A(t),o=r.length-1,s=0;s<=o;s++)n=s===o?this:this.clone(!0),A(r[s])[e](n),l.apply(i,n.get());return this.pushStack(i)}}));var Ut=new RegExp("^("+dt+")(?!px)[a-z%]+$","i"),Vt=/^--/,Kt=function(t){var e=t.ownerDocument.defaultView;return e&&e.opener||(e=n),e.getComputedStyle(t)},Jt=function(t,e,n){var i,r,o={};for(r in e)o[r]=t.style[r],t.style[r]=e[r];for(r in i=n.call(t),e)t.style[r]=o[r];return i},$t=new RegExp(pt.join("|"),"i");function Zt(t,e,n){var i,r,o,s,a=Vt.test(e),c=t.style;return(n=n||Kt(t))&&(s=n.getPropertyValue(e)||n[e],a&&s&&(s=s.replace(z,"$1")||void 0),""!==s||mt(t)||(s=A.style(t,e)),!g.pixelBoxStyles()&&Ut.test(s)&&$t.test(e)&&(i=c.width,r=c.minWidth,o=c.maxWidth,c.minWidth=c.maxWidth=c.width=s,s=n.width,c.width=i,c.minWidth=r,c.maxWidth=o)),void 0!==s?s+"":s}function Qt(t,e){return{get:function(){if(!t())return(this.get=e).apply(this,arguments);delete this.get}}}!function(){function t(){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%",ft.appendChild(l).appendChild(u);var t=n.getComputedStyle(u);i="1%"!==t.top,c=12===e(t.marginLeft),u.style.right="60%",s=36===e(t.right),r=36===e(t.width),u.style.position="absolute",o=12===e(u.offsetWidth/3),ft.removeChild(l),u=null}}function e(t){return Math.round(parseFloat(t))}var i,r,o,s,a,c,l=M.createElement("div"),u=M.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===u.style.backgroundClip,A.extend(g,{boxSizingReliable:function(){return t(),r},pixelBoxStyles:function(){return t(),s},pixelPosition:function(){return t(),i},reliableMarginLeft:function(){return t(),c},scrollboxSize:function(){return t(),o},reliableTrDimensions:function(){var t,e,i,r;return null==a&&(t=M.createElement("table"),e=M.createElement("tr"),i=M.createElement("div"),t.style.cssText="position:absolute;left:-11111px;border-collapse:separate",e.style.cssText="box-sizing:content-box;border:1px solid",e.style.height="1px",i.style.height="9px",i.style.display="block",ft.appendChild(t).appendChild(e).appendChild(i),r=n.getComputedStyle(e),a=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===e.offsetHeight,ft.removeChild(t)),a}}))}();var te=["Webkit","Moz","ms"],ee=M.createElement("div").style,ne={};function ie(t){var e=A.cssProps[t]||ne[t];return e||(t in ee?t:ne[t]=function(t){for(var e=t[0].toUpperCase()+t.slice(1),n=te.length;n--;)if((t=te[n]+e)in ee)return t}(t)||t)}var re=/^(none|table(?!-c[ea]).+)/,oe={position:"absolute",visibility:"hidden",display:"block"},se={letterSpacing:"0",fontWeight:"400"};function ae(t,e,n){var i=ht.exec(e);return i?Math.max(0,i[2]-(n||0))+(i[3]||"px"):e}function ce(t,e,n,i,r,o){var s="width"===e?1:0,a=0,c=0,l=0;if(n===(i?"border":"content"))return 0;for(;s<4;s+=2)"margin"===n&&(l+=A.css(t,n+pt[s],!0,r)),i?("content"===n&&(c-=A.css(t,"padding"+pt[s],!0,r)),"margin"!==n&&(c-=A.css(t,"border"+pt[s]+"Width",!0,r))):(c+=A.css(t,"padding"+pt[s],!0,r),"padding"!==n?c+=A.css(t,"border"+pt[s]+"Width",!0,r):a+=A.css(t,"border"+pt[s]+"Width",!0,r));return!i&&o>=0&&(c+=Math.max(0,Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-o-c-a-.5))||0),c+l}function le(t,e,n){var i=Kt(t),r=(!g.boxSizingReliable()||n)&&"border-box"===A.css(t,"boxSizing",!1,i),o=r,s=Zt(t,e,i),a="offset"+e[0].toUpperCase()+e.slice(1);if(Ut.test(s)){if(!n)return s;s="auto"}return(!g.boxSizingReliable()&&r||!g.reliableTrDimensions()&&T(t,"tr")||"auto"===s||!parseFloat(s)&&"inline"===A.css(t,"display",!1,i))&&t.getClientRects().length&&(r="border-box"===A.css(t,"boxSizing",!1,i),(o=a in t)&&(s=t[a])),(s=parseFloat(s)||0)+ce(t,e,n||(r?"border":"content"),o,i,s)+"px"}function ue(t,e,n,i,r){return new ue.prototype.init(t,e,n,i,r)}A.extend({cssHooks:{opacity:{get:function(t,e){if(e){var n=Zt(t,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,aspectRatio:!0,borderImageSlice:!0,columnCount:!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,scale:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeMiterlimit:!0,strokeOpacity:!0},cssProps:{},style:function(t,e,n,i){if(t&&3!==t.nodeType&&8!==t.nodeType&&t.style){var r,o,s,a=it(e),c=Vt.test(e),l=t.style;if(c||(e=ie(a)),s=A.cssHooks[e]||A.cssHooks[a],void 0===n)return s&&"get"in s&&void 0!==(r=s.get(t,!1,i))?r:l[e];"string"===(o=typeof n)&&(r=ht.exec(n))&&r[1]&&(n=bt(t,e,r),o="number"),null!=n&&n==n&&("number"!==o||c||(n+=r&&r[3]||(A.cssNumber[a]?"":"px")),g.clearCloneStyle||""!==n||0!==e.indexOf("background")||(l[e]="inherit"),s&&"set"in s&&void 0===(n=s.set(t,n,i))||(c?l.setProperty(e,n):l[e]=n))}},css:function(t,e,n,i){var r,o,s,a=it(e);return Vt.test(e)||(e=ie(a)),(s=A.cssHooks[e]||A.cssHooks[a])&&"get"in s&&(r=s.get(t,!0,n)),void 0===r&&(r=Zt(t,e,i)),"normal"===r&&e in se&&(r=se[e]),""===n||n?(o=parseFloat(r),!0===n||isFinite(o)?o||0:r):r}}),A.each(["height","width"],(function(t,e){A.cssHooks[e]={get:function(t,n,i){if(n)return!re.test(A.css(t,"display"))||t.getClientRects().length&&t.getBoundingClientRect().width?le(t,e,i):Jt(t,oe,(function(){return le(t,e,i)}))},set:function(t,n,i){var r,o=Kt(t),s=!g.scrollboxSize()&&"absolute"===o.position,a=(s||i)&&"border-box"===A.css(t,"boxSizing",!1,o),c=i?ce(t,e,i,a,o):0;return a&&s&&(c-=Math.ceil(t["offset"+e[0].toUpperCase()+e.slice(1)]-parseFloat(o[e])-ce(t,e,"border",!1,o)-.5)),c&&(r=ht.exec(n))&&"px"!==(r[3]||"px")&&(t.style[e]=n,n=A.css(t,e)),ae(0,n,c)}}})),A.cssHooks.marginLeft=Qt(g.reliableMarginLeft,(function(t,e){if(e)return(parseFloat(Zt(t,"marginLeft"))||t.getBoundingClientRect().left-Jt(t,{marginLeft:0},(function(){return t.getBoundingClientRect().left})))+"px"})),A.each({margin:"",padding:"",border:"Width"},(function(t,e){A.cssHooks[t+e]={expand:function(n){for(var i=0,r={},o="string"==typeof n?n.split(" "):[n];i<4;i++)r[t+pt[i]+e]=o[i]||o[i-2]||o[0];return r}},"margin"!==t&&(A.cssHooks[t+e].set=ae)})),A.fn.extend({css:function(t,e){return Q(this,(function(t,e,n){var i,r,o={},s=0;if(Array.isArray(e)){for(i=Kt(t),r=e.length;s<r;s++)o[e[s]]=A.css(t,e[s],!1,i);return o}return void 0!==n?A.style(t,e,n):A.css(t,e)}),t,e,arguments.length>1)}}),A.Tween=ue,ue.prototype={constructor:ue,init:function(t,e,n,i,r,o){this.elem=t,this.prop=n,this.easing=r||A.easing._default,this.options=e,this.start=this.now=this.cur(),this.end=i,this.unit=o||(A.cssNumber[n]?"":"px")},cur:function(){var t=ue.propHooks[this.prop];return t&&t.get?t.get(this):ue.propHooks._default.get(this)},run:function(t){var e,n=ue.propHooks[this.prop];return this.options.duration?this.pos=e=A.easing[this.easing](t,this.options.duration*t,0,1,this.options.duration):this.pos=e=t,this.now=(this.end-this.start)*e+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):ue.propHooks._default.set(this),this}},ue.prototype.init.prototype=ue.prototype,ue.propHooks={_default:{get:function(t){var e;return 1!==t.elem.nodeType||null!=t.elem[t.prop]&&null==t.elem.style[t.prop]?t.elem[t.prop]:(e=A.css(t.elem,t.prop,""))&&"auto"!==e?e:0},set:function(t){A.fx.step[t.prop]?A.fx.step[t.prop](t):1!==t.elem.nodeType||!A.cssHooks[t.prop]&&null==t.elem.style[ie(t.prop)]?t.elem[t.prop]=t.now:A.style(t.elem,t.prop,t.now+t.unit)}}},ue.propHooks.scrollTop=ue.propHooks.scrollLeft={set:function(t){t.elem.nodeType&&t.elem.parentNode&&(t.elem[t.prop]=t.now)}},A.easing={linear:function(t){return t},swing:function(t){return.5-Math.cos(t*Math.PI)/2},_default:"swing"},A.fx=ue.prototype.init,A.fx.step={};var de,he,pe=/^(?:toggle|show|hide)$/,fe=/queueHooks$/;function me(){he&&(!1===M.hidden&&n.requestAnimationFrame?n.requestAnimationFrame(me):n.setTimeout(me,A.fx.interval),A.fx.tick())}function ge(){return n.setTimeout((function(){de=void 0})),de=Date.now()}function ye(t,e){var n,i=0,r={height:t};for(e=e?1:0;i<4;i+=2-e)r["margin"+(n=pt[i])]=r["padding"+n]=t;return e&&(r.opacity=r.width=t),r}function be(t,e,n){for(var i,r=(Me.tweeners[e]||[]).concat(Me.tweeners["*"]),o=0,s=r.length;o<s;o++)if(i=r[o].call(n,e,t))return i}function Me(t,e,n){var i,r,o=0,s=Me.prefilters.length,a=A.Deferred().always((function(){delete c.elem})),c=function(){if(r)return!1;for(var e=de||ge(),n=Math.max(0,l.startTime+l.duration-e),i=1-(n/l.duration||0),o=0,s=l.tweens.length;o<s;o++)l.tweens[o].run(i);return a.notifyWith(t,[l,i,n]),i<1&&s?n:(s||a.notifyWith(t,[l,1,0]),a.resolveWith(t,[l]),!1)},l=a.promise({elem:t,props:A.extend({},e),opts:A.extend(!0,{specialEasing:{},easing:A.easing._default},n),originalProperties:e,originalOptions:n,startTime:de||ge(),duration:n.duration,tweens:[],createTween:function(e,n){var i=A.Tween(t,l.opts,e,n,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(i),i},stop:function(e){var n=0,i=e?l.tweens.length:0;if(r)return this;for(r=!0;n<i;n++)l.tweens[n].run(1);return e?(a.notifyWith(t,[l,1,0]),a.resolveWith(t,[l,e])):a.rejectWith(t,[l,e]),this}}),u=l.props;for(!function(t,e){var n,i,r,o,s;for(n in t)if(r=e[i=it(n)],o=t[n],Array.isArray(o)&&(r=o[1],o=t[n]=o[0]),n!==i&&(t[i]=o,delete t[n]),(s=A.cssHooks[i])&&"expand"in s)for(n in o=s.expand(o),delete t[i],o)n in t||(t[n]=o[n],e[n]=r);else e[i]=r}(u,l.opts.specialEasing);o<s;o++)if(i=Me.prefilters[o].call(l,t,u,l.opts))return y(i.stop)&&(A._queueHooks(l.elem,l.opts.queue).stop=i.stop.bind(i)),i;return A.map(u,be,l),y(l.opts.start)&&l.opts.start.call(t,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),A.fx.timer(A.extend(c,{elem:t,anim:l,queue:l.opts.queue})),l}A.Animation=A.extend(Me,{tweeners:{"*":[function(t,e){var n=this.createTween(t,e);return bt(n.elem,t,ht.exec(e),n),n}]},tweener:function(t,e){y(t)?(e=t,t=["*"]):t=t.match(G);for(var n,i=0,r=t.length;i<r;i++)n=t[i],Me.tweeners[n]=Me.tweeners[n]||[],Me.tweeners[n].unshift(e)},prefilters:[function(t,e,n){var i,r,o,s,a,c,l,u,d="width"in e||"height"in e,h=this,p={},f=t.style,m=t.nodeType&&yt(t),g=st.get(t,"fxshow");for(i in n.queue||(null==(s=A._queueHooks(t,"fx")).unqueued&&(s.unqueued=0,a=s.empty.fire,s.empty.fire=function(){s.unqueued||a()}),s.unqueued++,h.always((function(){h.always((function(){s.unqueued--,A.queue(t,"fx").length||s.empty.fire()}))}))),e)if(r=e[i],pe.test(r)){if(delete e[i],o=o||"toggle"===r,r===(m?"hide":"show")){if("show"!==r||!g||void 0===g[i])continue;m=!0}p[i]=g&&g[i]||A.style(t,i)}if((c=!A.isEmptyObject(e))||!A.isEmptyObject(p))for(i in d&&1===t.nodeType&&(n.overflow=[f.overflow,f.overflowX,f.overflowY],null==(l=g&&g.display)&&(l=st.get(t,"display")),"none"===(u=A.css(t,"display"))&&(l?u=l:(_t([t],!0),l=t.style.display||l,u=A.css(t,"display"),_t([t]))),("inline"===u||"inline-block"===u&&null!=l)&&"none"===A.css(t,"float")&&(c||(h.done((function(){f.display=l})),null==l&&(u=f.display,l="none"===u?"":u)),f.display="inline-block")),n.overflow&&(f.overflow="hidden",h.always((function(){f.overflow=n.overflow[0],f.overflowX=n.overflow[1],f.overflowY=n.overflow[2]}))),c=!1,p)c||(g?"hidden"in g&&(m=g.hidden):g=st.access(t,"fxshow",{display:l}),o&&(g.hidden=!m),m&&_t([t],!0),h.done((function(){for(i in m||_t([t]),st.remove(t,"fxshow"),p)A.style(t,i,p[i])}))),c=be(m?g[i]:0,i,h),i in g||(g[i]=c.start,m&&(c.end=c.start,c.start=0))}],prefilter:function(t,e){e?Me.prefilters.unshift(t):Me.prefilters.push(t)}}),A.speed=function(t,e,n){var i=t&&"object"==typeof t?A.extend({},t):{complete:n||!n&&e||y(t)&&t,duration:t,easing:n&&e||e&&!y(e)&&e};return A.fx.off?i.duration=0:"number"!=typeof i.duration&&(i.duration in A.fx.speeds?i.duration=A.fx.speeds[i.duration]:i.duration=A.fx.speeds._default),null!=i.queue&&!0!==i.queue||(i.queue="fx"),i.old=i.complete,i.complete=function(){y(i.old)&&i.old.call(this),i.queue&&A.dequeue(this,i.queue)},i},A.fn.extend({fadeTo:function(t,e,n,i){return this.filter(yt).css("opacity",0).show().end().animate({opacity:e},t,n,i)},animate:function(t,e,n,i){var r=A.isEmptyObject(t),o=A.speed(e,n,i),s=function(){var e=Me(this,A.extend({},t),o);(r||st.get(this,"finish"))&&e.stop(!0)};return s.finish=s,r||!1===o.queue?this.each(s):this.queue(o.queue,s)},stop:function(t,e,n){var i=function(t){var e=t.stop;delete t.stop,e(n)};return"string"!=typeof t&&(n=e,e=t,t=void 0),e&&this.queue(t||"fx",[]),this.each((function(){var e=!0,r=null!=t&&t+"queueHooks",o=A.timers,s=st.get(this);if(r)s[r]&&s[r].stop&&i(s[r]);else for(r in s)s[r]&&s[r].stop&&fe.test(r)&&i(s[r]);for(r=o.length;r--;)o[r].elem!==this||null!=t&&o[r].queue!==t||(o[r].anim.stop(n),e=!1,o.splice(r,1));!e&&n||A.dequeue(this,t)}))},finish:function(t){return!1!==t&&(t=t||"fx"),this.each((function(){var e,n=st.get(this),i=n[t+"queue"],r=n[t+"queueHooks"],o=A.timers,s=i?i.length:0;for(n.finish=!0,A.queue(this,t,[]),r&&r.stop&&r.stop.call(this,!0),e=o.length;e--;)o[e].elem===this&&o[e].queue===t&&(o[e].anim.stop(!0),o.splice(e,1));for(e=0;e<s;e++)i[e]&&i[e].finish&&i[e].finish.call(this);delete n.finish}))}}),A.each(["toggle","show","hide"],(function(t,e){var n=A.fn[e];A.fn[e]=function(t,i,r){return null==t||"boolean"==typeof t?n.apply(this,arguments):this.animate(ye(e,!0),t,i,r)}})),A.each({slideDown:ye("show"),slideUp:ye("hide"),slideToggle:ye("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},(function(t,e){A.fn[t]=function(t,n,i){return this.animate(e,t,n,i)}})),A.timers=[],A.fx.tick=function(){var t,e=0,n=A.timers;for(de=Date.now();e<n.length;e++)(t=n[e])()||n[e]!==t||n.splice(e--,1);n.length||A.fx.stop(),de=void 0},A.fx.timer=function(t){A.timers.push(t),A.fx.start()},A.fx.interval=13,A.fx.start=function(){he||(he=!0,me())},A.fx.stop=function(){he=null},A.fx.speeds={slow:600,fast:200,_default:400},A.fn.delay=function(t,e){return t=A.fx&&A.fx.speeds[t]||t,e=e||"fx",this.queue(e,(function(e,i){var r=n.setTimeout(e,t);i.stop=function(){n.clearTimeout(r)}}))},function(){var t=M.createElement("input"),e=M.createElement("select").appendChild(M.createElement("option"));t.type="checkbox",g.checkOn=""!==t.value,g.optSelected=e.selected,(t=M.createElement("input")).value="t",t.type="radio",g.radioValue="t"===t.value}();var ve,_e=A.expr.attrHandle;A.fn.extend({attr:function(t,e){return Q(this,A.attr,t,e,arguments.length>1)},removeAttr:function(t){return this.each((function(){A.removeAttr(this,t)}))}}),A.extend({attr:function(t,e,n){var i,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return void 0===t.getAttribute?A.prop(t,e,n):(1===o&&A.isXMLDoc(t)||(r=A.attrHooks[e.toLowerCase()]||(A.expr.match.bool.test(e)?ve:void 0)),void 0!==n?null===n?void A.removeAttr(t,e):r&&"set"in r&&void 0!==(i=r.set(t,n,e))?i:(t.setAttribute(e,n+""),n):r&&"get"in r&&null!==(i=r.get(t,e))?i:null==(i=A.find.attr(t,e))?void 0:i)},attrHooks:{type:{set:function(t,e){if(!g.radioValue&&"radio"===e&&T(t,"input")){var n=t.value;return t.setAttribute("type",e),n&&(t.value=n),e}}}},removeAttr:function(t,e){var n,i=0,r=e&&e.match(G);if(r&&1===t.nodeType)for(;n=r[i++];)t.removeAttribute(n)}}),ve={set:function(t,e,n){return!1===e?A.removeAttr(t,n):t.setAttribute(n,n),n}},A.each(A.expr.match.bool.source.match(/\w+/g),(function(t,e){var n=_e[e]||A.find.attr;_e[e]=function(t,e,i){var r,o,s=e.toLowerCase();return i||(o=_e[s],_e[s]=r,r=null!=n(t,e,i)?s:null,_e[s]=o),r}}));var xe=/^(?:input|select|textarea|button)$/i,Le=/^(?:a|area)$/i;function Ae(t){return(t.match(G)||[]).join(" ")}function we(t){return t.getAttribute&&t.getAttribute("class")||""}function Te(t){return Array.isArray(t)?t:"string"==typeof t&&t.match(G)||[]}A.fn.extend({prop:function(t,e){return Q(this,A.prop,t,e,arguments.length>1)},removeProp:function(t){return this.each((function(){delete this[A.propFix[t]||t]}))}}),A.extend({prop:function(t,e,n){var i,r,o=t.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&A.isXMLDoc(t)||(e=A.propFix[e]||e,r=A.propHooks[e]),void 0!==n?r&&"set"in r&&void 0!==(i=r.set(t,n,e))?i:t[e]=n:r&&"get"in r&&null!==(i=r.get(t,e))?i:t[e]},propHooks:{tabIndex:{get:function(t){var e=A.find.attr(t,"tabindex");return e?parseInt(e,10):xe.test(t.nodeName)||Le.test(t.nodeName)&&t.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(A.propHooks.selected={get:function(t){var e=t.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(t){var e=t.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),A.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){A.propFix[this.toLowerCase()]=this})),A.fn.extend({addClass:function(t){var e,n,i,r,o,s;return y(t)?this.each((function(e){A(this).addClass(t.call(this,e,we(this)))})):(e=Te(t)).length?this.each((function(){if(i=we(this),n=1===this.nodeType&&" "+Ae(i)+" "){for(o=0;o<e.length;o++)r=e[o],n.indexOf(" "+r+" ")<0&&(n+=r+" ");s=Ae(n),i!==s&&this.setAttribute("class",s)}})):this},removeClass:function(t){var e,n,i,r,o,s;return y(t)?this.each((function(e){A(this).removeClass(t.call(this,e,we(this)))})):arguments.length?(e=Te(t)).length?this.each((function(){if(i=we(this),n=1===this.nodeType&&" "+Ae(i)+" "){for(o=0;o<e.length;o++)for(r=e[o];n.indexOf(" "+r+" ")>-1;)n=n.replace(" "+r+" "," ");s=Ae(n),i!==s&&this.setAttribute("class",s)}})):this:this.attr("class","")},toggleClass:function(t,e){var n,i,r,o,s=typeof t,a="string"===s||Array.isArray(t);return y(t)?this.each((function(n){A(this).toggleClass(t.call(this,n,we(this),e),e)})):"boolean"==typeof e&&a?e?this.addClass(t):this.removeClass(t):(n=Te(t),this.each((function(){if(a)for(o=A(this),r=0;r<n.length;r++)i=n[r],o.hasClass(i)?o.removeClass(i):o.addClass(i);else void 0!==t&&"boolean"!==s||((i=we(this))&&st.set(this,"__className__",i),this.setAttribute&&this.setAttribute("class",i||!1===t?"":st.get(this,"__className__")||""))})))},hasClass:function(t){var e,n,i=0;for(e=" "+t+" ";n=this[i++];)if(1===n.nodeType&&(" "+Ae(we(n))+" ").indexOf(e)>-1)return!0;return!1}});var ke=/\r/g;A.fn.extend({val:function(t){var e,n,i,r=this[0];return arguments.length?(i=y(t),this.each((function(n){var r;1===this.nodeType&&(null==(r=i?t.call(this,n,A(this).val()):t)?r="":"number"==typeof r?r+="":Array.isArray(r)&&(r=A.map(r,(function(t){return null==t?"":t+""}))),(e=A.valHooks[this.type]||A.valHooks[this.nodeName.toLowerCase()])&&"set"in e&&void 0!==e.set(this,r,"value")||(this.value=r))}))):r?(e=A.valHooks[r.type]||A.valHooks[r.nodeName.toLowerCase()])&&"get"in e&&void 0!==(n=e.get(r,"value"))?n:"string"==typeof(n=r.value)?n.replace(ke,""):null==n?"":n:void 0}}),A.extend({valHooks:{option:{get:function(t){var e=A.find.attr(t,"value");return null!=e?e:Ae(A.text(t))}},select:{get:function(t){var e,n,i,r=t.options,o=t.selectedIndex,s="select-one"===t.type,a=s?null:[],c=s?o+1:r.length;for(i=o<0?c:s?o:0;i<c;i++)if(((n=r[i]).selected||i===o)&&!n.disabled&&(!n.parentNode.disabled||!T(n.parentNode,"optgroup"))){if(e=A(n).val(),s)return e;a.push(e)}return a},set:function(t,e){for(var n,i,r=t.options,o=A.makeArray(e),s=r.length;s--;)((i=r[s]).selected=A.inArray(A.valHooks.option.get(i),o)>-1)&&(n=!0);return n||(t.selectedIndex=-1),o}}}}),A.each(["radio","checkbox"],(function(){A.valHooks[this]={set:function(t,e){if(Array.isArray(e))return t.checked=A.inArray(A(t).val(),e)>-1}},g.checkOn||(A.valHooks[this].get=function(t){return null===t.getAttribute("value")?"on":t.value})}));var Se=n.location,Oe={guid:Date.now()},je=/\?/;A.parseXML=function(t){var e,i;if(!t||"string"!=typeof t)return null;try{e=(new n.DOMParser).parseFromString(t,"text/xml")}catch(t){}return i=e&&e.getElementsByTagName("parsererror")[0],e&&!i||A.error("Invalid XML: "+(i?A.map(i.childNodes,(function(t){return t.textContent})).join("\n"):t)),e};var ze=/^(?:focusinfocus|focusoutblur)$/,Ce=function(t){t.stopPropagation()};A.extend(A.event,{trigger:function(t,e,i,r){var o,s,a,c,l,u,d,h,f=[i||M],m=p.call(t,"type")?t.type:t,g=p.call(t,"namespace")?t.namespace.split("."):[];if(s=h=a=i=i||M,3!==i.nodeType&&8!==i.nodeType&&!ze.test(m+A.event.triggered)&&(m.indexOf(".")>-1&&(g=m.split("."),m=g.shift(),g.sort()),l=m.indexOf(":")<0&&"on"+m,(t=t[A.expando]?t:new A.Event(m,"object"==typeof t&&t)).isTrigger=r?2:3,t.namespace=g.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+g.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),e=null==e?[t]:A.makeArray(e,[t]),d=A.event.special[m]||{},r||!d.trigger||!1!==d.trigger.apply(i,e))){if(!r&&!d.noBubble&&!b(i)){for(c=d.delegateType||m,ze.test(c+m)||(s=s.parentNode);s;s=s.parentNode)f.push(s),a=s;a===(i.ownerDocument||M)&&f.push(a.defaultView||a.parentWindow||n)}for(o=0;(s=f[o++])&&!t.isPropagationStopped();)h=s,t.type=o>1?c:d.bindType||m,(u=(st.get(s,"events")||Object.create(null))[t.type]&&st.get(s,"handle"))&&u.apply(s,e),(u=l&&s[l])&&u.apply&&rt(s)&&(t.result=u.apply(s,e),!1===t.result&&t.preventDefault());return t.type=m,r||t.isDefaultPrevented()||d._default&&!1!==d._default.apply(f.pop(),e)||!rt(i)||l&&y(i[m])&&!b(i)&&((a=i[l])&&(i[l]=null),A.event.triggered=m,t.isPropagationStopped()&&h.addEventListener(m,Ce),i[m](),t.isPropagationStopped()&&h.removeEventListener(m,Ce),A.event.triggered=void 0,a&&(i[l]=a)),t.result}},simulate:function(t,e,n){var i=A.extend(new A.Event,n,{type:t,isSimulated:!0});A.event.trigger(i,null,e)}}),A.fn.extend({trigger:function(t,e){return this.each((function(){A.event.trigger(t,e,this)}))},triggerHandler:function(t,e){var n=this[0];if(n)return A.event.trigger(t,e,n,!0)}});var De=/\[\]$/,Pe=/\r?\n/g,Ee=/^(?:submit|button|image|reset|file)$/i,Ne=/^(?:input|select|textarea|keygen)/i;function Ye(t,e,n,i){var r;if(Array.isArray(e))A.each(e,(function(e,r){n||De.test(t)?i(t,r):Ye(t+"["+("object"==typeof r&&null!=r?e:"")+"]",r,n,i)}));else if(n||"object"!==x(e))i(t,e);else for(r in e)Ye(t+"["+r+"]",e[r],n,i)}A.param=function(t,e){var n,i=[],r=function(t,e){var n=y(e)?e():e;i[i.length]=encodeURIComponent(t)+"="+encodeURIComponent(null==n?"":n)};if(null==t)return"";if(Array.isArray(t)||t.jquery&&!A.isPlainObject(t))A.each(t,(function(){r(this.name,this.value)}));else for(n in t)Ye(n,t[n],e,r);return i.join("&")},A.fn.extend({serialize:function(){return A.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var t=A.prop(this,"elements");return t?A.makeArray(t):this})).filter((function(){var t=this.type;return this.name&&!A(this).is(":disabled")&&Ne.test(this.nodeName)&&!Ee.test(t)&&(this.checked||!At.test(t))})).map((function(t,e){var n=A(this).val();return null==n?null:Array.isArray(n)?A.map(n,(function(t){return{name:e.name,value:t.replace(Pe,"\r\n")}})):{name:e.name,value:n.replace(Pe,"\r\n")}})).get()}});var We=/%20/g,Be=/#.*$/,He=/([?&])_=[^&]*/,Re=/^(.*?):[ \t]*([^\r\n]*)$/gm,Ie=/^(?:GET|HEAD)$/,qe=/^\/\//,Xe={},Fe={},Ge="*/".concat("*"),Ue=M.createElement("a");function Ve(t){return function(e,n){"string"!=typeof e&&(n=e,e="*");var i,r=0,o=e.toLowerCase().match(G)||[];if(y(n))for(;i=o[r++];)"+"===i[0]?(i=i.slice(1)||"*",(t[i]=t[i]||[]).unshift(n)):(t[i]=t[i]||[]).push(n)}}function Ke(t,e,n,i){var r={},o=t===Fe;function s(a){var c;return r[a]=!0,A.each(t[a]||[],(function(t,a){var l=a(e,n,i);return"string"!=typeof l||o||r[l]?o?!(c=l):void 0:(e.dataTypes.unshift(l),s(l),!1)})),c}return s(e.dataTypes[0])||!r["*"]&&s("*")}function Je(t,e){var n,i,r=A.ajaxSettings.flatOptions||{};for(n in e)void 0!==e[n]&&((r[n]?t:i||(i={}))[n]=e[n]);return i&&A.extend(!0,t,i),t}Ue.href=Se.href,A.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Se.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Se.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Ge,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":A.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(t,e){return e?Je(Je(t,A.ajaxSettings),e):Je(A.ajaxSettings,t)},ajaxPrefilter:Ve(Xe),ajaxTransport:Ve(Fe),ajax:function(t,e){"object"==typeof t&&(e=t,t=void 0),e=e||{};var i,r,o,s,a,c,l,u,d,h,p=A.ajaxSetup({},e),f=p.context||p,m=p.context&&(f.nodeType||f.jquery)?A(f):A.event,g=A.Deferred(),y=A.Callbacks("once memory"),b=p.statusCode||{},v={},_={},x="canceled",L={readyState:0,getResponseHeader:function(t){var e;if(l){if(!s)for(s={};e=Re.exec(o);)s[e[1].toLowerCase()+" "]=(s[e[1].toLowerCase()+" "]||[]).concat(e[2]);e=s[t.toLowerCase()+" "]}return null==e?null:e.join(", ")},getAllResponseHeaders:function(){return l?o:null},setRequestHeader:function(t,e){return null==l&&(t=_[t.toLowerCase()]=_[t.toLowerCase()]||t,v[t]=e),this},overrideMimeType:function(t){return null==l&&(p.mimeType=t),this},statusCode:function(t){var e;if(t)if(l)L.always(t[L.status]);else for(e in t)b[e]=[b[e],t[e]];return this},abort:function(t){var e=t||x;return i&&i.abort(e),w(0,e),this}};if(g.promise(L),p.url=((t||p.url||Se.href)+"").replace(qe,Se.protocol+"//"),p.type=e.method||e.type||p.method||p.type,p.dataTypes=(p.dataType||"*").toLowerCase().match(G)||[""],null==p.crossDomain){c=M.createElement("a");try{c.href=p.url,c.href=c.href,p.crossDomain=Ue.protocol+"//"+Ue.host!=c.protocol+"//"+c.host}catch(t){p.crossDomain=!0}}if(p.data&&p.processData&&"string"!=typeof p.data&&(p.data=A.param(p.data,p.traditional)),Ke(Xe,p,e,L),l)return L;for(d in(u=A.event&&p.global)&&0==A.active++&&A.event.trigger("ajaxStart"),p.type=p.type.toUpperCase(),p.hasContent=!Ie.test(p.type),r=p.url.replace(Be,""),p.hasContent?p.data&&p.processData&&0===(p.contentType||"").indexOf("application/x-www-form-urlencoded")&&(p.data=p.data.replace(We,"+")):(h=p.url.slice(r.length),p.data&&(p.processData||"string"==typeof p.data)&&(r+=(je.test(r)?"&":"?")+p.data,delete p.data),!1===p.cache&&(r=r.replace(He,"$1"),h=(je.test(r)?"&":"?")+"_="+Oe.guid+++h),p.url=r+h),p.ifModified&&(A.lastModified[r]&&L.setRequestHeader("If-Modified-Since",A.lastModified[r]),A.etag[r]&&L.setRequestHeader("If-None-Match",A.etag[r])),(p.data&&p.hasContent&&!1!==p.contentType||e.contentType)&&L.setRequestHeader("Content-Type",p.contentType),L.setRequestHeader("Accept",p.dataTypes[0]&&p.accepts[p.dataTypes[0]]?p.accepts[p.dataTypes[0]]+("*"!==p.dataTypes[0]?", "+Ge+"; q=0.01":""):p.accepts["*"]),p.headers)L.setRequestHeader(d,p.headers[d]);if(p.beforeSend&&(!1===p.beforeSend.call(f,L,p)||l))return L.abort();if(x="abort",y.add(p.complete),L.done(p.success),L.fail(p.error),i=Ke(Fe,p,e,L)){if(L.readyState=1,u&&m.trigger("ajaxSend",[L,p]),l)return L;p.async&&p.timeout>0&&(a=n.setTimeout((function(){L.abort("timeout")}),p.timeout));try{l=!1,i.send(v,w)}catch(t){if(l)throw t;w(-1,t)}}else w(-1,"No Transport");function w(t,e,s,c){var d,h,M,v,_,x=e;l||(l=!0,a&&n.clearTimeout(a),i=void 0,o=c||"",L.readyState=t>0?4:0,d=t>=200&&t<300||304===t,s&&(v=function(t,e,n){for(var i,r,o,s,a=t.contents,c=t.dataTypes;"*"===c[0];)c.shift(),void 0===i&&(i=t.mimeType||e.getResponseHeader("Content-Type"));if(i)for(r in a)if(a[r]&&a[r].test(i)){c.unshift(r);break}if(c[0]in n)o=c[0];else{for(r in n){if(!c[0]||t.converters[r+" "+c[0]]){o=r;break}s||(s=r)}o=o||s}if(o)return o!==c[0]&&c.unshift(o),n[o]}(p,L,s)),!d&&A.inArray("script",p.dataTypes)>-1&&A.inArray("json",p.dataTypes)<0&&(p.converters["text script"]=function(){}),v=function(t,e,n,i){var r,o,s,a,c,l={},u=t.dataTypes.slice();if(u[1])for(s in t.converters)l[s.toLowerCase()]=t.converters[s];for(o=u.shift();o;)if(t.responseFields[o]&&(n[t.responseFields[o]]=e),!c&&i&&t.dataFilter&&(e=t.dataFilter(e,t.dataType)),c=o,o=u.shift())if("*"===o)o=c;else if("*"!==c&&c!==o){if(!(s=l[c+" "+o]||l["* "+o]))for(r in l)if((a=r.split(" "))[1]===o&&(s=l[c+" "+a[0]]||l["* "+a[0]])){!0===s?s=l[r]:!0!==l[r]&&(o=a[0],u.unshift(a[1]));break}if(!0!==s)if(s&&t.throws)e=s(e);else try{e=s(e)}catch(t){return{state:"parsererror",error:s?t:"No conversion from "+c+" to "+o}}}return{state:"success",data:e}}(p,v,L,d),d?(p.ifModified&&((_=L.getResponseHeader("Last-Modified"))&&(A.lastModified[r]=_),(_=L.getResponseHeader("etag"))&&(A.etag[r]=_)),204===t||"HEAD"===p.type?x="nocontent":304===t?x="notmodified":(x=v.state,h=v.data,d=!(M=v.error))):(M=x,!t&&x||(x="error",t<0&&(t=0))),L.status=t,L.statusText=(e||x)+"",d?g.resolveWith(f,[h,x,L]):g.rejectWith(f,[L,x,M]),L.statusCode(b),b=void 0,u&&m.trigger(d?"ajaxSuccess":"ajaxError",[L,p,d?h:M]),y.fireWith(f,[L,x]),u&&(m.trigger("ajaxComplete",[L,p]),--A.active||A.event.trigger("ajaxStop")))}return L},getJSON:function(t,e,n){return A.get(t,e,n,"json")},getScript:function(t,e){return A.get(t,void 0,e,"script")}}),A.each(["get","post"],(function(t,e){A[e]=function(t,n,i,r){return y(n)&&(r=r||i,i=n,n=void 0),A.ajax(A.extend({url:t,type:e,dataType:r,data:n,success:i},A.isPlainObject(t)&&t))}})),A.ajaxPrefilter((function(t){var e;for(e in t.headers)"content-type"===e.toLowerCase()&&(t.contentType=t.headers[e]||"")})),A._evalUrl=function(t,e,n){return A.ajax({url:t,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(t){A.globalEval(t,e,n)}})},A.fn.extend({wrapAll:function(t){var e;return this[0]&&(y(t)&&(t=t.call(this[0])),e=A(t,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map((function(){for(var t=this;t.firstElementChild;)t=t.firstElementChild;return t})).append(this)),this},wrapInner:function(t){return y(t)?this.each((function(e){A(this).wrapInner(t.call(this,e))})):this.each((function(){var e=A(this),n=e.contents();n.length?n.wrapAll(t):e.append(t)}))},wrap:function(t){var e=y(t);return this.each((function(n){A(this).wrapAll(e?t.call(this,n):t)}))},unwrap:function(t){return this.parent(t).not("body").each((function(){A(this).replaceWith(this.childNodes)})),this}}),A.expr.pseudos.hidden=function(t){return!A.expr.pseudos.visible(t)},A.expr.pseudos.visible=function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},A.ajaxSettings.xhr=function(){try{return new n.XMLHttpRequest}catch(t){}};var $e={0:200,1223:204},Ze=A.ajaxSettings.xhr();g.cors=!!Ze&&"withCredentials"in Ze,g.ajax=Ze=!!Ze,A.ajaxTransport((function(t){var e,i;if(g.cors||Ze&&!t.crossDomain)return{send:function(r,o){var s,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(s in t.xhrFields)a[s]=t.xhrFields[s];for(s in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||r["X-Requested-With"]||(r["X-Requested-With"]="XMLHttpRequest"),r)a.setRequestHeader(s,r[s]);e=function(t){return function(){e&&(e=i=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===t?a.abort():"error"===t?"number"!=typeof a.status?o(0,"error"):o(a.status,a.statusText):o($e[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=e(),i=a.onerror=a.ontimeout=e("error"),void 0!==a.onabort?a.onabort=i:a.onreadystatechange=function(){4===a.readyState&&n.setTimeout((function(){e&&i()}))},e=e("abort");try{a.send(t.hasContent&&t.data||null)}catch(t){if(e)throw t}},abort:function(){e&&e()}}})),A.ajaxPrefilter((function(t){t.crossDomain&&(t.contents.script=!1)})),A.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(t){return A.globalEval(t),t}}}),A.ajaxPrefilter("script",(function(t){void 0===t.cache&&(t.cache=!1),t.crossDomain&&(t.type="GET")})),A.ajaxTransport("script",(function(t){var e,n;if(t.crossDomain||t.scriptAttrs)return{send:function(i,r){e=A("<script>").attr(t.scriptAttrs||{}).prop({charset:t.scriptCharset,src:t.url}).on("load error",n=function(t){e.remove(),n=null,t&&r("error"===t.type?404:200,t.type)}),M.head.appendChild(e[0])},abort:function(){n&&n()}}}));var Qe,tn=[],en=/(=)\?(?=&|$)|\?\?/;A.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var t=tn.pop()||A.expando+"_"+Oe.guid++;return this[t]=!0,t}}),A.ajaxPrefilter("json jsonp",(function(t,e,i){var r,o,s,a=!1!==t.jsonp&&(en.test(t.url)?"url":"string"==typeof t.data&&0===(t.contentType||"").indexOf("application/x-www-form-urlencoded")&&en.test(t.data)&&"data");if(a||"jsonp"===t.dataTypes[0])return r=t.jsonpCallback=y(t.jsonpCallback)?t.jsonpCallback():t.jsonpCallback,a?t[a]=t[a].replace(en,"$1"+r):!1!==t.jsonp&&(t.url+=(je.test(t.url)?"&":"?")+t.jsonp+"="+r),t.converters["script json"]=function(){return s||A.error(r+" was not called"),s[0]},t.dataTypes[0]="json",o=n[r],n[r]=function(){s=arguments},i.always((function(){void 0===o?A(n).removeProp(r):n[r]=o,t[r]&&(t.jsonpCallback=e.jsonpCallback,tn.push(r)),s&&y(o)&&o(s[0]),s=o=void 0})),"script"})),g.createHTMLDocument=((Qe=M.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Qe.childNodes.length),A.parseHTML=function(t,e,n){return"string"!=typeof t?[]:("boolean"==typeof e&&(n=e,e=!1),e||(g.createHTMLDocument?((i=(e=M.implementation.createHTMLDocument("")).createElement("base")).href=M.location.href,e.head.appendChild(i)):e=M),o=!n&&[],(r=B.exec(t))?[e.createElement(r[1])]:(r=zt([t],e,o),o&&o.length&&A(o).remove(),A.merge([],r.childNodes)));var i,r,o},A.fn.load=function(t,e,n){var i,r,o,s=this,a=t.indexOf(" ");return a>-1&&(i=Ae(t.slice(a)),t=t.slice(0,a)),y(e)?(n=e,e=void 0):e&&"object"==typeof e&&(r="POST"),s.length>0&&A.ajax({url:t,type:r||"GET",dataType:"html",data:e}).done((function(t){o=arguments,s.html(i?A("<div>").append(A.parseHTML(t)).find(i):t)})).always(n&&function(t,e){s.each((function(){n.apply(this,o||[t.responseText,e,t])}))}),this},A.expr.pseudos.animated=function(t){return A.grep(A.timers,(function(e){return t===e.elem})).length},A.offset={setOffset:function(t,e,n){var i,r,o,s,a,c,l=A.css(t,"position"),u=A(t),d={};"static"===l&&(t.style.position="relative"),a=u.offset(),o=A.css(t,"top"),c=A.css(t,"left"),("absolute"===l||"fixed"===l)&&(o+c).indexOf("auto")>-1?(s=(i=u.position()).top,r=i.left):(s=parseFloat(o)||0,r=parseFloat(c)||0),y(e)&&(e=e.call(t,n,A.extend({},a))),null!=e.top&&(d.top=e.top-a.top+s),null!=e.left&&(d.left=e.left-a.left+r),"using"in e?e.using.call(t,d):u.css(d)}},A.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each((function(e){A.offset.setOffset(this,t,e)}));var e,n,i=this[0];return i?i.getClientRects().length?(e=i.getBoundingClientRect(),n=i.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var t,e,n,i=this[0],r={top:0,left:0};if("fixed"===A.css(i,"position"))e=i.getBoundingClientRect();else{for(e=this.offset(),n=i.ownerDocument,t=i.offsetParent||n.documentElement;t&&(t===n.body||t===n.documentElement)&&"static"===A.css(t,"position");)t=t.parentNode;t&&t!==i&&1===t.nodeType&&((r=A(t).offset()).top+=A.css(t,"borderTopWidth",!0),r.left+=A.css(t,"borderLeftWidth",!0))}return{top:e.top-r.top-A.css(i,"marginTop",!0),left:e.left-r.left-A.css(i,"marginLeft",!0)}}},offsetParent:function(){return this.map((function(){for(var t=this.offsetParent;t&&"static"===A.css(t,"position");)t=t.offsetParent;return t||ft}))}}),A.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},(function(t,e){var n="pageYOffset"===e;A.fn[t]=function(i){return Q(this,(function(t,i,r){var o;if(b(t)?o=t:9===t.nodeType&&(o=t.defaultView),void 0===r)return o?o[e]:t[i];o?o.scrollTo(n?o.pageXOffset:r,n?r:o.pageYOffset):t[i]=r}),t,i,arguments.length)}})),A.each(["top","left"],(function(t,e){A.cssHooks[e]=Qt(g.pixelPosition,(function(t,n){if(n)return n=Zt(t,e),Ut.test(n)?A(t).position()[e]+"px":n}))})),A.each({Height:"height",Width:"width"},(function(t,e){A.each({padding:"inner"+t,content:e,"":"outer"+t},(function(n,i){A.fn[i]=function(r,o){var s=arguments.length&&(n||"boolean"!=typeof r),a=n||(!0===r||!0===o?"margin":"border");return Q(this,(function(e,n,r){var o;return b(e)?0===i.indexOf("outer")?e["inner"+t]:e.document.documentElement["client"+t]:9===e.nodeType?(o=e.documentElement,Math.max(e.body["scroll"+t],o["scroll"+t],e.body["offset"+t],o["offset"+t],o["client"+t])):void 0===r?A.css(e,n,a):A.style(e,n,r,a)}),e,s?r:void 0,s)}}))})),A.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],(function(t,e){A.fn[e]=function(t){return this.on(e,t)}})),A.fn.extend({bind:function(t,e,n){return this.on(t,null,e,n)},unbind:function(t,e){return this.off(t,null,e)},delegate:function(t,e,n,i){return this.on(e,t,n,i)},undelegate:function(t,e,n){return 1===arguments.length?this.off(t,"**"):this.off(e,t||"**",n)},hover:function(t,e){return this.on("mouseenter",t).on("mouseleave",e||t)}}),A.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(t,e){A.fn[e]=function(t,n){return arguments.length>0?this.on(e,null,t,n):this.trigger(e)}}));var nn=/^[\s\uFEFF\xA0]+|([^\s\uFEFF\xA0])[\s\uFEFF\xA0]+$/g;A.proxy=function(t,e){var n,i,r;if("string"==typeof e&&(n=t[e],e=t,t=n),y(t))return i=a.call(arguments,2),(r=function(){return t.apply(e||this,i.concat(a.call(arguments)))}).guid=t.guid=t.guid||A.guid++,r},A.holdReady=function(t){t?A.readyWait++:A.ready(!0)},A.isArray=Array.isArray,A.parseJSON=JSON.parse,A.nodeName=T,A.isFunction=y,A.isWindow=b,A.camelCase=it,A.type=x,A.now=Date.now,A.isNumeric=function(t){var e=A.type(t);return("number"===e||"string"===e)&&!isNaN(t-parseFloat(t))},A.trim=function(t){return null==t?"":(t+"").replace(nn,"$1")},void 0===(i=function(){return A}.apply(e,[]))||(t.exports=i);var rn=n.jQuery,on=n.$;return A.noConflict=function(t){return n.$===A&&(n.$=on),t&&n.jQuery===A&&(n.jQuery=rn),A},void 0===r&&(n.jQuery=n.$=A),A}))},"./node_modules/lodash/_Hash.js":function(t,e,n){var i=n("./node_modules/lodash/_hashClear.js"),r=n("./node_modules/lodash/_hashDelete.js"),o=n("./node_modules/lodash/_hashGet.js"),s=n("./node_modules/lodash/_hashHas.js"),a=n("./node_modules/lodash/_hashSet.js");function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},"./node_modules/lodash/_ListCache.js":function(t,e,n){var i=n("./node_modules/lodash/_listCacheClear.js"),r=n("./node_modules/lodash/_listCacheDelete.js"),o=n("./node_modules/lodash/_listCacheGet.js"),s=n("./node_modules/lodash/_listCacheHas.js"),a=n("./node_modules/lodash/_listCacheSet.js");function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},"./node_modules/lodash/_Map.js":function(t,e,n){var i=n("./node_modules/lodash/_getNative.js")(n("./node_modules/lodash/_root.js"),"Map");t.exports=i},"./node_modules/lodash/_MapCache.js":function(t,e,n){var i=n("./node_modules/lodash/_mapCacheClear.js"),r=n("./node_modules/lodash/_mapCacheDelete.js"),o=n("./node_modules/lodash/_mapCacheGet.js"),s=n("./node_modules/lodash/_mapCacheHas.js"),a=n("./node_modules/lodash/_mapCacheSet.js");function c(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}c.prototype.clear=i,c.prototype.delete=r,c.prototype.get=o,c.prototype.has=s,c.prototype.set=a,t.exports=c},"./node_modules/lodash/_Symbol.js":function(t,e,n){var i=n("./node_modules/lodash/_root.js").Symbol;t.exports=i},"./node_modules/lodash/_arrayMap.js":function(t,e){t.exports=function(t,e){for(var n=-1,i=null==t?0:t.length,r=Array(i);++n<i;)r[n]=e(t[n],n,t);return r}},"./node_modules/lodash/_assocIndexOf.js":function(t,e,n){var i=n("./node_modules/lodash/eq.js");t.exports=function(t,e){for(var n=t.length;n--;)if(i(t[n][0],e))return n;return-1}},"./node_modules/lodash/_baseGet.js":function(t,e,n){var i=n("./node_modules/lodash/_castPath.js"),r=n("./node_modules/lodash/_toKey.js");t.exports=function(t,e){for(var n=0,o=(e=i(e,t)).length;null!=t&&n<o;)t=t[r(e[n++])];return n&&n==o?t:void 0}},"./node_modules/lodash/_baseGetTag.js":function(t,e,n){var i=n("./node_modules/lodash/_Symbol.js"),r=n("./node_modules/lodash/_getRawTag.js"),o=n("./node_modules/lodash/_objectToString.js"),s=i?i.toStringTag:void 0;t.exports=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":s&&s in Object(t)?r(t):o(t)}},"./node_modules/lodash/_baseIsNative.js":function(t,e,n){var i=n("./node_modules/lodash/isFunction.js"),r=n("./node_modules/lodash/_isMasked.js"),o=n("./node_modules/lodash/isObject.js"),s=n("./node_modules/lodash/_toSource.js"),a=/^\[object .+?Constructor\]$/,c=Function.prototype,l=Object.prototype,u=c.toString,d=l.hasOwnProperty,h=RegExp("^"+u.call(d).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");t.exports=function(t){return!(!o(t)||r(t))&&(i(t)?h:a).test(s(t))}},"./node_modules/lodash/_baseToString.js":function(t,e,n){var i=n("./node_modules/lodash/_Symbol.js"),r=n("./node_modules/lodash/_arrayMap.js"),o=n("./node_modules/lodash/isArray.js"),s=n("./node_modules/lodash/isSymbol.js"),a=i?i.prototype:void 0,c=a?a.toString:void 0;t.exports=function t(e){if("string"==typeof e)return e;if(o(e))return r(e,t)+"";if(s(e))return c?c.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n}},"./node_modules/lodash/_castPath.js":function(t,e,n){var i=n("./node_modules/lodash/isArray.js"),r=n("./node_modules/lodash/_isKey.js"),o=n("./node_modules/lodash/_stringToPath.js"),s=n("./node_modules/lodash/toString.js");t.exports=function(t,e){return i(t)?t:r(t,e)?[t]:o(s(t))}},"./node_modules/lodash/_coreJsData.js":function(t,e,n){var i=n("./node_modules/lodash/_root.js")["__core-js_shared__"];t.exports=i},"./node_modules/lodash/_freeGlobal.js":function(t,e,n){(function(e){var n="object"==typeof e&&e&&e.Object===Object&&e;t.exports=n}).call(this,n("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/lodash/_getMapData.js":function(t,e,n){var i=n("./node_modules/lodash/_isKeyable.js");t.exports=function(t,e){var n=t.__data__;return i(e)?n["string"==typeof e?"string":"hash"]:n.map}},"./node_modules/lodash/_getNative.js":function(t,e,n){var i=n("./node_modules/lodash/_baseIsNative.js"),r=n("./node_modules/lodash/_getValue.js");t.exports=function(t,e){var n=r(t,e);return i(n)?n:void 0}},"./node_modules/lodash/_getRawTag.js":function(t,e,n){var i=n("./node_modules/lodash/_Symbol.js"),r=Object.prototype,o=r.hasOwnProperty,s=r.toString,a=i?i.toStringTag:void 0;t.exports=function(t){var e=o.call(t,a),n=t[a];try{t[a]=void 0;var i=!0}catch(t){}var r=s.call(t);return i&&(e?t[a]=n:delete t[a]),r}},"./node_modules/lodash/_getValue.js":function(t,e){t.exports=function(t,e){return null==t?void 0:t[e]}},"./node_modules/lodash/_hashClear.js":function(t,e,n){var i=n("./node_modules/lodash/_nativeCreate.js");t.exports=function(){this.__data__=i?i(null):{},this.size=0}},"./node_modules/lodash/_hashDelete.js":function(t,e){t.exports=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e}},"./node_modules/lodash/_hashGet.js":function(t,e,n){var i=n("./node_modules/lodash/_nativeCreate.js"),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;if(i){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return r.call(e,t)?e[t]:void 0}},"./node_modules/lodash/_hashHas.js":function(t,e,n){var i=n("./node_modules/lodash/_nativeCreate.js"),r=Object.prototype.hasOwnProperty;t.exports=function(t){var e=this.__data__;return i?void 0!==e[t]:r.call(e,t)}},"./node_modules/lodash/_hashSet.js":function(t,e,n){var i=n("./node_modules/lodash/_nativeCreate.js");t.exports=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=i&&void 0===e?"__lodash_hash_undefined__":e,this}},"./node_modules/lodash/_isKey.js":function(t,e,n){var i=n("./node_modules/lodash/isArray.js"),r=n("./node_modules/lodash/isSymbol.js"),o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,s=/^\w*$/;t.exports=function(t,e){if(i(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!r(t))||(s.test(t)||!o.test(t)||null!=e&&t in Object(e))}},"./node_modules/lodash/_isKeyable.js":function(t,e){t.exports=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t}},"./node_modules/lodash/_isMasked.js":function(t,e,n){var i,r=n("./node_modules/lodash/_coreJsData.js"),o=(i=/[^.]+$/.exec(r&&r.keys&&r.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";t.exports=function(t){return!!o&&o in t}},"./node_modules/lodash/_listCacheClear.js":function(t,e){t.exports=function(){this.__data__=[],this.size=0}},"./node_modules/lodash/_listCacheDelete.js":function(t,e,n){var i=n("./node_modules/lodash/_assocIndexOf.js"),r=Array.prototype.splice;t.exports=function(t){var e=this.__data__,n=i(e,t);return!(n<0)&&(n==e.length-1?e.pop():r.call(e,n,1),--this.size,!0)}},"./node_modules/lodash/_listCacheGet.js":function(t,e,n){var i=n("./node_modules/lodash/_assocIndexOf.js");t.exports=function(t){var e=this.__data__,n=i(e,t);return n<0?void 0:e[n][1]}},"./node_modules/lodash/_listCacheHas.js":function(t,e,n){var i=n("./node_modules/lodash/_assocIndexOf.js");t.exports=function(t){return i(this.__data__,t)>-1}},"./node_modules/lodash/_listCacheSet.js":function(t,e,n){var i=n("./node_modules/lodash/_assocIndexOf.js");t.exports=function(t,e){var n=this.__data__,r=i(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this}},"./node_modules/lodash/_mapCacheClear.js":function(t,e,n){var i=n("./node_modules/lodash/_Hash.js"),r=n("./node_modules/lodash/_ListCache.js"),o=n("./node_modules/lodash/_Map.js");t.exports=function(){this.size=0,this.__data__={hash:new i,map:new(o||r),string:new i}}},"./node_modules/lodash/_mapCacheDelete.js":function(t,e,n){var i=n("./node_modules/lodash/_getMapData.js");t.exports=function(t){var e=i(this,t).delete(t);return this.size-=e?1:0,e}},"./node_modules/lodash/_mapCacheGet.js":function(t,e,n){var i=n("./node_modules/lodash/_getMapData.js");t.exports=function(t){return i(this,t).get(t)}},"./node_modules/lodash/_mapCacheHas.js":function(t,e,n){var i=n("./node_modules/lodash/_getMapData.js");t.exports=function(t){return i(this,t).has(t)}},"./node_modules/lodash/_mapCacheSet.js":function(t,e,n){var i=n("./node_modules/lodash/_getMapData.js");t.exports=function(t,e){var n=i(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this}},"./node_modules/lodash/_memoizeCapped.js":function(t,e,n){var i=n("./node_modules/lodash/memoize.js");t.exports=function(t){var e=i(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}},"./node_modules/lodash/_nativeCreate.js":function(t,e,n){var i=n("./node_modules/lodash/_getNative.js")(Object,"create");t.exports=i},"./node_modules/lodash/_objectToString.js":function(t,e){var n=Object.prototype.toString;t.exports=function(t){return n.call(t)}},"./node_modules/lodash/_root.js":function(t,e,n){var i=n("./node_modules/lodash/_freeGlobal.js"),r="object"==typeof self&&self&&self.Object===Object&&self,o=i||r||Function("return this")();t.exports=o},"./node_modules/lodash/_stringToPath.js":function(t,e,n){var i=n("./node_modules/lodash/_memoizeCapped.js"),r=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,s=i((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(r,(function(t,n,i,r){e.push(i?r.replace(o,"$1"):n||t)})),e}));t.exports=s},"./node_modules/lodash/_toKey.js":function(t,e,n){var i=n("./node_modules/lodash/isSymbol.js");t.exports=function(t){if("string"==typeof t||i(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},"./node_modules/lodash/_toSource.js":function(t,e){var n=Function.prototype.toString;t.exports=function(t){if(null!=t){try{return n.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},"./node_modules/lodash/eq.js":function(t,e){t.exports=function(t,e){return t===e||t!=t&&e!=e}},"./node_modules/lodash/get.js":function(t,e,n){var i=n("./node_modules/lodash/_baseGet.js");t.exports=function(t,e,n){var r=null==t?void 0:i(t,e);return void 0===r?n:r}},"./node_modules/lodash/isArray.js":function(t,e){var n=Array.isArray;t.exports=n},"./node_modules/lodash/isFunction.js":function(t,e,n){var i=n("./node_modules/lodash/_baseGetTag.js"),r=n("./node_modules/lodash/isObject.js");t.exports=function(t){if(!r(t))return!1;var e=i(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},"./node_modules/lodash/isObject.js":function(t,e){t.exports=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},"./node_modules/lodash/isObjectLike.js":function(t,e){t.exports=function(t){return null!=t&&"object"==typeof t}},"./node_modules/lodash/isSymbol.js":function(t,e,n){var i=n("./node_modules/lodash/_baseGetTag.js"),r=n("./node_modules/lodash/isObjectLike.js");t.exports=function(t){return"symbol"==typeof t||r(t)&&"[object Symbol]"==i(t)}},"./node_modules/lodash/memoize.js":function(t,e,n){var i=n("./node_modules/lodash/_MapCache.js");function r(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var i=arguments,r=e?e.apply(this,i):i[0],o=n.cache;if(o.has(r))return o.get(r);var s=t.apply(this,i);return n.cache=o.set(r,s)||o,s};return n.cache=new(r.Cache||i),n}r.Cache=i,t.exports=r},"./node_modules/lodash/toString.js":function(t,e,n){var i=n("./node_modules/lodash/_baseToString.js");t.exports=function(t){return null==t?"":i(t)}},"./node_modules/regenerator-runtime/runtime.js":function(t,e,n){var i=function(t){"use strict";var e=Object.prototype,n=e.hasOwnProperty,i=Object.defineProperty||function(t,e,n){t[e]=n.value},r="function"==typeof Symbol?Symbol:{},o=r.iterator||"@@iterator",s=r.asyncIterator||"@@asyncIterator",a=r.toStringTag||"@@toStringTag";function c(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{c({},"")}catch(t){c=function(t,e,n){return t[e]=n}}function l(t,e,n,r){var o=e&&e.prototype instanceof h?e:h,s=Object.create(o.prototype),a=new w(r||[]);return i(s,"_invoke",{value:_(t,n,a)}),s}function u(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(t){return{type:"throw",arg:t}}}t.wrap=l;var d={};function h(){}function p(){}function f(){}var m={};c(m,o,(function(){return this}));var g=Object.getPrototypeOf,y=g&&g(g(T([])));y&&y!==e&&n.call(y,o)&&(m=y);var b=f.prototype=h.prototype=Object.create(m);function M(t){["next","throw","return"].forEach((function(e){c(t,e,(function(t){return this._invoke(e,t)}))}))}function v(t,e){var r;i(this,"_invoke",{value:function(i,o){function s(){return new e((function(r,s){!function i(r,o,s,a){var c=u(t[r],t,o);if("throw"!==c.type){var l=c.arg,d=l.value;return d&&"object"==typeof d&&n.call(d,"__await")?e.resolve(d.__await).then((function(t){i("next",t,s,a)}),(function(t){i("throw",t,s,a)})):e.resolve(d).then((function(t){l.value=t,s(l)}),(function(t){return i("throw",t,s,a)}))}a(c.arg)}(i,o,r,s)}))}return r=r?r.then(s,s):s()}})}function _(t,e,n){var i="suspendedStart";return function(r,o){if("executing"===i)throw new Error("Generator is already running");if("completed"===i){if("throw"===r)throw o;return k()}for(n.method=r,n.arg=o;;){var s=n.delegate;if(s){var a=x(s,n);if(a){if(a===d)continue;return a}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===i)throw i="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);i="executing";var c=u(t,e,n);if("normal"===c.type){if(i=n.done?"completed":"suspendedYield",c.arg===d)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(i="completed",n.method="throw",n.arg=c.arg)}}}function x(t,e){var n=e.method,i=t.iterator[n];if(void 0===i)return e.delegate=null,"throw"===n&&t.iterator.return&&(e.method="return",e.arg=void 0,x(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var r=u(i,t.iterator,e.arg);if("throw"===r.type)return e.method="throw",e.arg=r.arg,e.delegate=null,d;var o=r.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function L(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function A(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function w(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(L,this),this.reset(!0)}function T(t){if(t){var e=t[o];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var i=-1,r=function e(){for(;++i<t.length;)if(n.call(t,i))return e.value=t[i],e.done=!1,e;return e.value=void 0,e.done=!0,e};return r.next=r}}return{next:k}}function k(){return{value:void 0,done:!0}}return p.prototype=f,i(b,"constructor",{value:f,configurable:!0}),i(f,"constructor",{value:p,configurable:!0}),p.displayName=c(f,a,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,f):(t.__proto__=f,c(t,a,"GeneratorFunction")),t.prototype=Object.create(b),t},t.awrap=function(t){return{__await:t}},M(v.prototype),c(v.prototype,s,(function(){return this})),t.AsyncIterator=v,t.async=function(e,n,i,r,o){void 0===o&&(o=Promise);var s=new v(l(e,n,i,r),o);return t.isGeneratorFunction(n)?s:s.next().then((function(t){return t.done?t.value:s.next()}))},M(b),c(b,a,"Generator"),c(b,o,(function(){return this})),c(b,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),n=[];for(var i in e)n.push(i);return n.reverse(),function t(){for(;n.length;){var i=n.pop();if(i in e)return t.value=i,t.done=!1,t}return t.done=!0,t}},t.values=T,w.prototype={constructor:w,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(A),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function i(n,i){return s.type="throw",s.arg=t,e.next=n,i&&(e.method="next",e.arg=void 0),!!i}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],s=o.completion;if("root"===o.tryLoc)return i("end");if(o.tryLoc<=this.prev){var a=n.call(o,"catchLoc"),c=n.call(o,"finallyLoc");if(a&&c){if(this.prev<o.catchLoc)return i(o.catchLoc,!0);if(this.prev<o.finallyLoc)return i(o.finallyLoc)}else if(a){if(this.prev<o.catchLoc)return i(o.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return i(o.finallyLoc)}}}},abrupt:function(t,e){for(var i=this.tryEntries.length-1;i>=0;--i){var r=this.tryEntries[i];if(r.tryLoc<=this.prev&&n.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var s=o?o.completion:{};return s.type=t,s.arg=e,o?(this.method="next",this.next=o.finallyLoc,d):this.complete(s)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),A(n),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var i=n.completion;if("throw"===i.type){var r=i.arg;A(n)}return r}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:T(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),d}},t}(t.exports);try{regeneratorRuntime=i}catch(t){"object"==typeof globalThis?globalThis.regeneratorRuntime=i:Function("r","regeneratorRuntime = r")(i)}},"./node_modules/tinycolor2/cjs/tinycolor.js":function(t,e,n){t.exports=function(){"use strict";function t(e){return(t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(e)}var e=/^\s+/,n=/\s+$/;function i(r,o){if(o=o||{},(r=r||"")instanceof i)return r;if(!(this instanceof i))return new i(r,o);var s=function(i){var r,o,s,a={r:0,g:0,b:0},c=1,l=null,u=null,d=null,h=!1,p=!1;return"string"==typeof i&&(i=function(t){t=t.replace(e,"").replace(n,"").toLowerCase();var i,r=!1;if(v[t])t=v[t],r=!0;else if("transparent"==t)return{r:0,g:0,b:0,a:0,format:"name"};return(i=D.rgb.exec(t))?{r:i[1],g:i[2],b:i[3]}:(i=D.rgba.exec(t))?{r:i[1],g:i[2],b:i[3],a:i[4]}:(i=D.hsl.exec(t))?{h:i[1],s:i[2],l:i[3]}:(i=D.hsla.exec(t))?{h:i[1],s:i[2],l:i[3],a:i[4]}:(i=D.hsv.exec(t))?{h:i[1],s:i[2],v:i[3]}:(i=D.hsva.exec(t))?{h:i[1],s:i[2],v:i[3],a:i[4]}:(i=D.hex8.exec(t))?{r:w(i[1]),g:w(i[2]),b:w(i[3]),a:O(i[4]),format:r?"name":"hex8"}:(i=D.hex6.exec(t))?{r:w(i[1]),g:w(i[2]),b:w(i[3]),format:r?"name":"hex"}:(i=D.hex4.exec(t))?{r:w(i[1]+""+i[1]),g:w(i[2]+""+i[2]),b:w(i[3]+""+i[3]),a:O(i[4]+""+i[4]),format:r?"name":"hex8"}:!!(i=D.hex3.exec(t))&&{r:w(i[1]+""+i[1]),g:w(i[2]+""+i[2]),b:w(i[3]+""+i[3]),format:r?"name":"hex"}}(i)),"object"==t(i)&&(P(i.r)&&P(i.g)&&P(i.b)?(r=i.r,o=i.g,s=i.b,a={r:255*L(r,255),g:255*L(o,255),b:255*L(s,255)},h=!0,p="%"===String(i.r).substr(-1)?"prgb":"rgb"):P(i.h)&&P(i.s)&&P(i.v)?(l=k(i.s),u=k(i.v),a=function(t,e,n){t=6*L(t,360),e=L(e,100),n=L(n,100);var i=Math.floor(t),r=t-i,o=n*(1-e),s=n*(1-r*e),a=n*(1-(1-r)*e),c=i%6;return{r:255*[n,s,o,o,a,n][c],g:255*[a,n,n,s,o,o][c],b:255*[o,o,a,n,n,s][c]}}(i.h,l,u),h=!0,p="hsv"):P(i.h)&&P(i.s)&&P(i.l)&&(l=k(i.s),d=k(i.l),a=function(t,e,n){var i,r,o;function s(t,e,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?t+6*(e-t)*n:n<.5?e:n<2/3?t+(e-t)*(2/3-n)*6:t}if(t=L(t,360),e=L(e,100),n=L(n,100),0===e)i=r=o=n;else{var a=n<.5?n*(1+e):n+e-n*e,c=2*n-a;i=s(c,a,t+1/3),r=s(c,a,t),o=s(c,a,t-1/3)}return{r:255*i,g:255*r,b:255*o}}(i.h,l,d),h=!0,p="hsl"),i.hasOwnProperty("a")&&(c=i.a)),c=x(c),{ok:h,format:i.format||p,r:Math.min(255,Math.max(a.r,0)),g:Math.min(255,Math.max(a.g,0)),b:Math.min(255,Math.max(a.b,0)),a:c}}(r);this._originalInput=r,this._r=s.r,this._g=s.g,this._b=s.b,this._a=s.a,this._roundA=Math.round(100*this._a)/100,this._format=o.format||s.format,this._gradientType=o.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=s.ok}function r(t,e,n){t=L(t,255),e=L(e,255),n=L(n,255);var i,r,o=Math.max(t,e,n),s=Math.min(t,e,n),a=(o+s)/2;if(o==s)i=r=0;else{var c=o-s;switch(r=a>.5?c/(2-o-s):c/(o+s),o){case t:i=(e-n)/c+(e<n?6:0);break;case e:i=(n-t)/c+2;break;case n:i=(t-e)/c+4}i/=6}return{h:i,s:r,l:a}}function o(t,e,n){t=L(t,255),e=L(e,255),n=L(n,255);var i,r,o=Math.max(t,e,n),s=Math.min(t,e,n),a=o,c=o-s;if(r=0===o?0:c/o,o==s)i=0;else{switch(o){case t:i=(e-n)/c+(e<n?6:0);break;case e:i=(n-t)/c+2;break;case n:i=(t-e)/c+4}i/=6}return{h:i,s:r,v:a}}function s(t,e,n,i){var r=[T(Math.round(t).toString(16)),T(Math.round(e).toString(16)),T(Math.round(n).toString(16))];return i&&r[0].charAt(0)==r[0].charAt(1)&&r[1].charAt(0)==r[1].charAt(1)&&r[2].charAt(0)==r[2].charAt(1)?r[0].charAt(0)+r[1].charAt(0)+r[2].charAt(0):r.join("")}function a(t,e,n,i){return[T(S(i)),T(Math.round(t).toString(16)),T(Math.round(e).toString(16)),T(Math.round(n).toString(16))].join("")}function c(t,e){e=0===e?0:e||10;var n=i(t).toHsl();return n.s-=e/100,n.s=A(n.s),i(n)}function l(t,e){e=0===e?0:e||10;var n=i(t).toHsl();return n.s+=e/100,n.s=A(n.s),i(n)}function u(t){return i(t).desaturate(100)}function d(t,e){e=0===e?0:e||10;var n=i(t).toHsl();return n.l+=e/100,n.l=A(n.l),i(n)}function h(t,e){e=0===e?0:e||10;var n=i(t).toRgb();return n.r=Math.max(0,Math.min(255,n.r-Math.round(-e/100*255))),n.g=Math.max(0,Math.min(255,n.g-Math.round(-e/100*255))),n.b=Math.max(0,Math.min(255,n.b-Math.round(-e/100*255))),i(n)}function p(t,e){e=0===e?0:e||10;var n=i(t).toHsl();return n.l-=e/100,n.l=A(n.l),i(n)}function f(t,e){var n=i(t).toHsl(),r=(n.h+e)%360;return n.h=r<0?360+r:r,i(n)}function m(t){var e=i(t).toHsl();return e.h=(e.h+180)%360,i(e)}function g(t,e){if(isNaN(e)||e<=0)throw new Error("Argument to polyad must be a positive number");for(var n=i(t).toHsl(),r=[i(t)],o=360/e,s=1;s<e;s++)r.push(i({h:(n.h+s*o)%360,s:n.s,l:n.l}));return r}function y(t){var e=i(t).toHsl(),n=e.h;return[i(t),i({h:(n+72)%360,s:e.s,l:e.l}),i({h:(n+216)%360,s:e.s,l:e.l})]}function b(t,e,n){e=e||6,n=n||30;var r=i(t).toHsl(),o=360/n,s=[i(t)];for(r.h=(r.h-(o*e>>1)+720)%360;--e;)r.h=(r.h+o)%360,s.push(i(r));return s}function M(t,e){e=e||6;for(var n=i(t).toHsv(),r=n.h,o=n.s,s=n.v,a=[],c=1/e;e--;)a.push(i({h:r,s:o,v:s})),s=(s+c)%1;return a}i.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(299*t.r+587*t.g+114*t.b)/1e3},getLuminance:function(){var t,e,n,i=this.toRgb();return t=i.r/255,e=i.g/255,n=i.b/255,.2126*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.7152*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4))},setAlpha:function(t){return this._a=x(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=o(this._r,this._g,this._b);return{h:360*t.h,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=o(this._r,this._g,this._b),e=Math.round(360*t.h),n=Math.round(100*t.s),i=Math.round(100*t.v);return 1==this._a?"hsv("+e+", "+n+"%, "+i+"%)":"hsva("+e+", "+n+"%, "+i+"%, "+this._roundA+")"},toHsl:function(){var t=r(this._r,this._g,this._b);return{h:360*t.h,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=r(this._r,this._g,this._b),e=Math.round(360*t.h),n=Math.round(100*t.s),i=Math.round(100*t.l);return 1==this._a?"hsl("+e+", "+n+"%, "+i+"%)":"hsla("+e+", "+n+"%, "+i+"%, "+this._roundA+")"},toHex:function(t){return s(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return function(t,e,n,i,r){var o=[T(Math.round(t).toString(16)),T(Math.round(e).toString(16)),T(Math.round(n).toString(16)),T(S(i))];return r&&o[0].charAt(0)==o[0].charAt(1)&&o[1].charAt(0)==o[1].charAt(1)&&o[2].charAt(0)==o[2].charAt(1)&&o[3].charAt(0)==o[3].charAt(1)?o[0].charAt(0)+o[1].charAt(0)+o[2].charAt(0)+o[3].charAt(0):o.join("")}(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*L(this._r,255))+"%",g:Math.round(100*L(this._g,255))+"%",b:Math.round(100*L(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*L(this._r,255))+"%, "+Math.round(100*L(this._g,255))+"%, "+Math.round(100*L(this._b,255))+"%)":"rgba("+Math.round(100*L(this._r,255))+"%, "+Math.round(100*L(this._g,255))+"%, "+Math.round(100*L(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(_[s(this._r,this._g,this._b,!0)]||!1)},toFilter:function(t){var e="#"+a(this._r,this._g,this._b,this._a),n=e,r=this._gradientType?"GradientType = 1, ":"";if(t){var o=i(t);n="#"+a(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+r+"startColorstr="+e+",endColorstr="+n+")"},toString:function(t){var e=!!t;t=t||this._format;var n=!1,i=this._a<1&&this._a>=0;return e||!i||"hex"!==t&&"hex6"!==t&&"hex3"!==t&&"hex4"!==t&&"hex8"!==t&&"name"!==t?("rgb"===t&&(n=this.toRgbString()),"prgb"===t&&(n=this.toPercentageRgbString()),"hex"!==t&&"hex6"!==t||(n=this.toHexString()),"hex3"===t&&(n=this.toHexString(!0)),"hex4"===t&&(n=this.toHex8String(!0)),"hex8"===t&&(n=this.toHex8String()),"name"===t&&(n=this.toName()),"hsl"===t&&(n=this.toHslString()),"hsv"===t&&(n=this.toHsvString()),n||this.toHexString()):"name"===t&&0===this._a?this.toName():this.toRgbString()},clone:function(){return i(this.toString())},_applyModification:function(t,e){var n=t.apply(null,[this].concat([].slice.call(e)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(d,arguments)},brighten:function(){return this._applyModification(h,arguments)},darken:function(){return this._applyModification(p,arguments)},desaturate:function(){return this._applyModification(c,arguments)},saturate:function(){return this._applyModification(l,arguments)},greyscale:function(){return this._applyModification(u,arguments)},spin:function(){return this._applyModification(f,arguments)},_applyCombination:function(t,e){return t.apply(null,[this].concat([].slice.call(e)))},analogous:function(){return this._applyCombination(b,arguments)},complement:function(){return this._applyCombination(m,arguments)},monochromatic:function(){return this._applyCombination(M,arguments)},splitcomplement:function(){return this._applyCombination(y,arguments)},triad:function(){return this._applyCombination(g,[3])},tetrad:function(){return this._applyCombination(g,[4])}},i.fromRatio=function(e,n){if("object"==t(e)){var r={};for(var o in e)e.hasOwnProperty(o)&&(r[o]="a"===o?e[o]:k(e[o]));e=r}return i(e,n)},i.equals=function(t,e){return!(!t||!e)&&i(t).toRgbString()==i(e).toRgbString()},i.random=function(){return i.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},i.mix=function(t,e,n){n=0===n?0:n||50;var r=i(t).toRgb(),o=i(e).toRgb(),s=n/100;return i({r:(o.r-r.r)*s+r.r,g:(o.g-r.g)*s+r.g,b:(o.b-r.b)*s+r.b,a:(o.a-r.a)*s+r.a})},i.readability=function(t,e){var n=i(t),r=i(e);return(Math.max(n.getLuminance(),r.getLuminance())+.05)/(Math.min(n.getLuminance(),r.getLuminance())+.05)},i.isReadable=function(t,e,n){var r,o,s,a,c,l=i.readability(t,e);switch(o=!1,(s=n,a=((s=s||{level:"AA",size:"small"}).level||"AA").toUpperCase(),c=(s.size||"small").toLowerCase(),"AA"!==a&&"AAA"!==a&&(a="AA"),"small"!==c&&"large"!==c&&(c="small"),r={level:a,size:c}).level+r.size){case"AAsmall":case"AAAlarge":o=l>=4.5;break;case"AAlarge":o=l>=3;break;case"AAAsmall":o=l>=7}return o},i.mostReadable=function(t,e,n){var r,o,s,a,c=null,l=0;o=(n=n||{}).includeFallbackColors,s=n.level,a=n.size;for(var u=0;u<e.length;u++)(r=i.readability(t,e[u]))>l&&(l=r,c=i(e[u]));return i.isReadable(t,c,{level:s,size:a})||!o?c:(n.includeFallbackColors=!1,i.mostReadable(t,["#fff","#000"],n))};var v=i.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",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",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",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:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},_=i.hexNames=function(t){var e={};for(var n in t)t.hasOwnProperty(n)&&(e[t[n]]=n);return e}(v);function x(t){return t=parseFloat(t),(isNaN(t)||t<0||t>1)&&(t=1),t}function L(t,e){(function(t){return"string"==typeof t&&-1!=t.indexOf(".")&&1===parseFloat(t)})(t)&&(t="100%");var n=function(t){return"string"==typeof t&&-1!=t.indexOf("%")}(t);return t=Math.min(e,Math.max(0,parseFloat(t))),n&&(t=parseInt(t*e,10)/100),Math.abs(t-e)<1e-6?1:t%e/parseFloat(e)}function A(t){return Math.min(1,Math.max(0,t))}function w(t){return parseInt(t,16)}function T(t){return 1==t.length?"0"+t:""+t}function k(t){return t<=1&&(t=100*t+"%"),t}function S(t){return Math.round(255*parseFloat(t)).toString(16)}function O(t){return w(t)/255}var j,z,C,D=(z="[\\s|\\(]+("+(j="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",C="[\\s|\\(]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")[,|\\s]+("+j+")\\s*\\)?",{CSS_UNIT:new RegExp(j),rgb:new RegExp("rgb"+z),rgba:new RegExp("rgba"+C),hsl:new RegExp("hsl"+z),hsla:new RegExp("hsla"+C),hsv:new RegExp("hsv"+z),hsva:new RegExp("hsva"+C),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function P(t){return!!D.CSS_UNIT.exec(t)}return i}()},"./node_modules/underscore/modules/_setup.js":function(t,e,n){"use strict";(function(t){n.d(e,"e",(function(){return i})),n.d(e,"p",(function(){return r})),n.d(e,"a",(function(){return o})),n.d(e,"c",(function(){return s})),n.d(e,"d",(function(){return a})),n.d(e,"o",(function(){return c})),n.d(e,"q",(function(){return l})),n.d(e,"t",(function(){return u})),n.d(e,"i",(function(){return d})),n.d(e,"r",(function(){return h})),n.d(e,"s",(function(){return p})),n.d(e,"k",(function(){return f})),n.d(e,"m",(function(){return m})),n.d(e,"j",(function(){return g})),n.d(e,"l",(function(){return y})),n.d(e,"g",(function(){return b})),n.d(e,"f",(function(){return M})),n.d(e,"h",(function(){return v})),n.d(e,"n",(function(){return _})),n.d(e,"b",(function(){return x}));var i="1.13.1",r="object"==typeof self&&self.self===self&&self||"object"==typeof t&&t.global===t&&t||Function("return this")()||{},o=Array.prototype,s=Object.prototype,a="undefined"!=typeof Symbol?Symbol.prototype:null,c=o.push,l=o.slice,u=s.toString,d=s.hasOwnProperty,h="undefined"!=typeof ArrayBuffer,p="undefined"!=typeof DataView,f=Array.isArray,m=Object.keys,g=Object.create,y=h&&ArrayBuffer.isView,b=isNaN,M=isFinite,v=!{toString:null}.propertyIsEnumerable("toString"),_=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],x=Math.pow(2,53)-1}).call(this,n("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/global.js"))},"./node_modules/underscore/modules/index-all.js":function(t,e,n){"use strict";n.r(e),n.d(e,"default",(function(){return xn})),n.d(e,"VERSION",(function(){return r.e})),n.d(e,"restArguments",(function(){return o})),n.d(e,"isObject",(function(){return s})),n.d(e,"isNull",(function(){return a})),n.d(e,"isUndefined",(function(){return c})),n.d(e,"isBoolean",(function(){return l})),n.d(e,"isElement",(function(){return u})),n.d(e,"isString",(function(){return h})),n.d(e,"isNumber",(function(){return p})),n.d(e,"isDate",(function(){return f})),n.d(e,"isRegExp",(function(){return m})),n.d(e,"isError",(function(){return g})),n.d(e,"isSymbol",(function(){return y})),n.d(e,"isArrayBuffer",(function(){return b})),n.d(e,"isDataView",(function(){return T})),n.d(e,"isArray",(function(){return k})),n.d(e,"isFunction",(function(){return _})),n.d(e,"isArguments",(function(){return j})),n.d(e,"isFinite",(function(){return z})),n.d(e,"isNaN",(function(){return C})),n.d(e,"isTypedArray",(function(){return B})),n.d(e,"isEmpty",(function(){return q})),n.d(e,"isMatch",(function(){return X})),n.d(e,"isEqual",(function(){return V})),n.d(e,"isMap",(function(){return it})),n.d(e,"isWeakMap",(function(){return rt})),n.d(e,"isSet",(function(){return ot})),n.d(e,"isWeakSet",(function(){return st})),n.d(e,"keys",(function(){return I})),n.d(e,"allKeys",(function(){return K})),n.d(e,"values",(function(){return at})),n.d(e,"pairs",(function(){return ct})),n.d(e,"invert",(function(){return lt})),n.d(e,"functions",(function(){return ut})),n.d(e,"methods",(function(){return ut})),n.d(e,"extend",(function(){return ht})),n.d(e,"extendOwn",(function(){return pt})),n.d(e,"assign",(function(){return pt})),n.d(e,"defaults",(function(){return ft})),n.d(e,"create",(function(){return gt})),n.d(e,"clone",(function(){return yt})),n.d(e,"tap",(function(){return bt})),n.d(e,"get",(function(){return xt})),n.d(e,"has",(function(){return Lt})),n.d(e,"mapObject",(function(){return zt})),n.d(e,"identity",(function(){return At})),n.d(e,"constant",(function(){return D})),n.d(e,"noop",(function(){return Ct})),n.d(e,"toPath",(function(){return Mt})),n.d(e,"property",(function(){return Tt})),n.d(e,"propertyOf",(function(){return Dt})),n.d(e,"matcher",(function(){return wt})),n.d(e,"matches",(function(){return wt})),n.d(e,"times",(function(){return Pt})),n.d(e,"random",(function(){return Et})),n.d(e,"now",(function(){return Nt})),n.d(e,"escape",(function(){return Bt})),n.d(e,"unescape",(function(){return Ht})),n.d(e,"templateSettings",(function(){return Rt})),n.d(e,"template",(function(){return Ut})),n.d(e,"result",(function(){return Vt})),n.d(e,"uniqueId",(function(){return Jt})),n.d(e,"chain",(function(){return $t})),n.d(e,"iteratee",(function(){return Ot})),n.d(e,"partial",(function(){return te})),n.d(e,"bind",(function(){return ee})),n.d(e,"bindAll",(function(){return re})),n.d(e,"memoize",(function(){return oe})),n.d(e,"delay",(function(){return se})),n.d(e,"defer",(function(){return ae})),n.d(e,"throttle",(function(){return ce})),n.d(e,"debounce",(function(){return le})),n.d(e,"wrap",(function(){return ue})),n.d(e,"negate",(function(){return de})),n.d(e,"compose",(function(){return he})),n.d(e,"after",(function(){return pe})),n.d(e,"before",(function(){return fe})),n.d(e,"once",(function(){return me})),n.d(e,"findKey",(function(){return ge})),n.d(e,"findIndex",(function(){return be})),n.d(e,"findLastIndex",(function(){return Me})),n.d(e,"sortedIndex",(function(){return ve})),n.d(e,"indexOf",(function(){return xe})),n.d(e,"lastIndexOf",(function(){return Le})),n.d(e,"find",(function(){return Ae})),n.d(e,"detect",(function(){return Ae})),n.d(e,"findWhere",(function(){return we})),n.d(e,"each",(function(){return Te})),n.d(e,"forEach",(function(){return Te})),n.d(e,"map",(function(){return ke})),n.d(e,"collect",(function(){return ke})),n.d(e,"reduce",(function(){return Oe})),n.d(e,"foldl",(function(){return Oe})),n.d(e,"inject",(function(){return Oe})),n.d(e,"reduceRight",(function(){return je})),n.d(e,"foldr",(function(){return je})),n.d(e,"filter",(function(){return ze})),n.d(e,"select",(function(){return ze})),n.d(e,"reject",(function(){return Ce})),n.d(e,"every",(function(){return De})),n.d(e,"all",(function(){return De})),n.d(e,"some",(function(){return Pe})),n.d(e,"any",(function(){return Pe})),n.d(e,"contains",(function(){return Ee})),n.d(e,"includes",(function(){return Ee})),n.d(e,"include",(function(){return Ee})),n.d(e,"invoke",(function(){return Ne})),n.d(e,"pluck",(function(){return Ye})),n.d(e,"where",(function(){return We})),n.d(e,"max",(function(){return Be})),n.d(e,"min",(function(){return He})),n.d(e,"shuffle",(function(){return Ie})),n.d(e,"sample",(function(){return Re})),n.d(e,"sortBy",(function(){return qe})),n.d(e,"groupBy",(function(){return Fe})),n.d(e,"indexBy",(function(){return Ge})),n.d(e,"countBy",(function(){return Ue})),n.d(e,"partition",(function(){return Ve})),n.d(e,"toArray",(function(){return Je})),n.d(e,"size",(function(){return $e})),n.d(e,"pick",(function(){return Qe})),n.d(e,"omit",(function(){return tn})),n.d(e,"first",(function(){return nn})),n.d(e,"head",(function(){return nn})),n.d(e,"take",(function(){return nn})),n.d(e,"initial",(function(){return en})),n.d(e,"last",(function(){return on})),n.d(e,"rest",(function(){return rn})),n.d(e,"tail",(function(){return rn})),n.d(e,"drop",(function(){return rn})),n.d(e,"compact",(function(){return sn})),n.d(e,"flatten",(function(){return an})),n.d(e,"without",(function(){return ln})),n.d(e,"uniq",(function(){return un})),n.d(e,"unique",(function(){return un})),n.d(e,"union",(function(){return dn})),n.d(e,"intersection",(function(){return hn})),n.d(e,"difference",(function(){return cn})),n.d(e,"unzip",(function(){return pn})),n.d(e,"transpose",(function(){return pn})),n.d(e,"zip",(function(){return fn})),n.d(e,"object",(function(){return mn})),n.d(e,"range",(function(){return gn})),n.d(e,"chunk",(function(){return yn})),n.d(e,"mixin",(function(){return Mn}));var i={};n.r(i),n.d(i,"VERSION",(function(){return r.e})),n.d(i,"restArguments",(function(){return o})),n.d(i,"isObject",(function(){return s})),n.d(i,"isNull",(function(){return a})),n.d(i,"isUndefined",(function(){return c})),n.d(i,"isBoolean",(function(){return l})),n.d(i,"isElement",(function(){return u})),n.d(i,"isString",(function(){return h})),n.d(i,"isNumber",(function(){return p})),n.d(i,"isDate",(function(){return f})),n.d(i,"isRegExp",(function(){return m})),n.d(i,"isError",(function(){return g})),n.d(i,"isSymbol",(function(){return y})),n.d(i,"isArrayBuffer",(function(){return b})),n.d(i,"isDataView",(function(){return T})),n.d(i,"isArray",(function(){return k})),n.d(i,"isFunction",(function(){return _})),n.d(i,"isArguments",(function(){return j})),n.d(i,"isFinite",(function(){return z})),n.d(i,"isNaN",(function(){return C})),n.d(i,"isTypedArray",(function(){return B})),n.d(i,"isEmpty",(function(){return q})),n.d(i,"isMatch",(function(){return X})),n.d(i,"isEqual",(function(){return V})),n.d(i,"isMap",(function(){return it})),n.d(i,"isWeakMap",(function(){return rt})),n.d(i,"isSet",(function(){return ot})),n.d(i,"isWeakSet",(function(){return st})),n.d(i,"keys",(function(){return I})),n.d(i,"allKeys",(function(){return K})),n.d(i,"values",(function(){return at})),n.d(i,"pairs",(function(){return ct})),n.d(i,"invert",(function(){return lt})),n.d(i,"functions",(function(){return ut})),n.d(i,"methods",(function(){return ut})),n.d(i,"extend",(function(){return ht})),n.d(i,"extendOwn",(function(){return pt})),n.d(i,"assign",(function(){return pt})),n.d(i,"defaults",(function(){return ft})),n.d(i,"create",(function(){return gt})),n.d(i,"clone",(function(){return yt})),n.d(i,"tap",(function(){return bt})),n.d(i,"get",(function(){return xt})),n.d(i,"has",(function(){return Lt})),n.d(i,"mapObject",(function(){return zt})),n.d(i,"identity",(function(){return At})),n.d(i,"constant",(function(){return D})),n.d(i,"noop",(function(){return Ct})),n.d(i,"toPath",(function(){return Mt})),n.d(i,"property",(function(){return Tt})),n.d(i,"propertyOf",(function(){return Dt})),n.d(i,"matcher",(function(){return wt})),n.d(i,"matches",(function(){return wt})),n.d(i,"times",(function(){return Pt})),n.d(i,"random",(function(){return Et})),n.d(i,"now",(function(){return Nt})),n.d(i,"escape",(function(){return Bt})),n.d(i,"unescape",(function(){return Ht})),n.d(i,"templateSettings",(function(){return Rt})),n.d(i,"template",(function(){return Ut})),n.d(i,"result",(function(){return Vt})),n.d(i,"uniqueId",(function(){return Jt})),n.d(i,"chain",(function(){return $t})),n.d(i,"iteratee",(function(){return Ot})),n.d(i,"partial",(function(){return te})),n.d(i,"bind",(function(){return ee})),n.d(i,"bindAll",(function(){return re})),n.d(i,"memoize",(function(){return oe})),n.d(i,"delay",(function(){return se})),n.d(i,"defer",(function(){return ae})),n.d(i,"throttle",(function(){return ce})),n.d(i,"debounce",(function(){return le})),n.d(i,"wrap",(function(){return ue})),n.d(i,"negate",(function(){return de})),n.d(i,"compose",(function(){return he})),n.d(i,"after",(function(){return pe})),n.d(i,"before",(function(){return fe})),n.d(i,"once",(function(){return me})),n.d(i,"findKey",(function(){return ge})),n.d(i,"findIndex",(function(){return be})),n.d(i,"findLastIndex",(function(){return Me})),n.d(i,"sortedIndex",(function(){return ve})),n.d(i,"indexOf",(function(){return xe})),n.d(i,"lastIndexOf",(function(){return Le})),n.d(i,"find",(function(){return Ae})),n.d(i,"detect",(function(){return Ae})),n.d(i,"findWhere",(function(){return we})),n.d(i,"each",(function(){return Te})),n.d(i,"forEach",(function(){return Te})),n.d(i,"map",(function(){return ke})),n.d(i,"collect",(function(){return ke})),n.d(i,"reduce",(function(){return Oe})),n.d(i,"foldl",(function(){return Oe})),n.d(i,"inject",(function(){return Oe})),n.d(i,"reduceRight",(function(){return je})),n.d(i,"foldr",(function(){return je})),n.d(i,"filter",(function(){return ze})),n.d(i,"select",(function(){return ze})),n.d(i,"reject",(function(){return Ce})),n.d(i,"every",(function(){return De})),n.d(i,"all",(function(){return De})),n.d(i,"some",(function(){return Pe})),n.d(i,"any",(function(){return Pe})),n.d(i,"contains",(function(){return Ee})),n.d(i,"includes",(function(){return Ee})),n.d(i,"include",(function(){return Ee})),n.d(i,"invoke",(function(){return Ne})),n.d(i,"pluck",(function(){return Ye})),n.d(i,"where",(function(){return We})),n.d(i,"max",(function(){return Be})),n.d(i,"min",(function(){return He})),n.d(i,"shuffle",(function(){return Ie})),n.d(i,"sample",(function(){return Re})),n.d(i,"sortBy",(function(){return qe})),n.d(i,"groupBy",(function(){return Fe})),n.d(i,"indexBy",(function(){return Ge})),n.d(i,"countBy",(function(){return Ue})),n.d(i,"partition",(function(){return Ve})),n.d(i,"toArray",(function(){return Je})),n.d(i,"size",(function(){return $e})),n.d(i,"pick",(function(){return Qe})),n.d(i,"omit",(function(){return tn})),n.d(i,"first",(function(){return nn})),n.d(i,"head",(function(){return nn})),n.d(i,"take",(function(){return nn})),n.d(i,"initial",(function(){return en})),n.d(i,"last",(function(){return on})),n.d(i,"rest",(function(){return rn})),n.d(i,"tail",(function(){return rn})),n.d(i,"drop",(function(){return rn})),n.d(i,"compact",(function(){return sn})),n.d(i,"flatten",(function(){return an})),n.d(i,"without",(function(){return ln})),n.d(i,"uniq",(function(){return un})),n.d(i,"unique",(function(){return un})),n.d(i,"union",(function(){return dn})),n.d(i,"intersection",(function(){return hn})),n.d(i,"difference",(function(){return cn})),n.d(i,"unzip",(function(){return pn})),n.d(i,"transpose",(function(){return pn})),n.d(i,"zip",(function(){return fn})),n.d(i,"object",(function(){return mn})),n.d(i,"range",(function(){return gn})),n.d(i,"chunk",(function(){return yn})),n.d(i,"mixin",(function(){return Mn})),n.d(i,"default",(function(){return vn}));var r=n("./node_modules/underscore/modules/_setup.js");function o(t,e){return e=null==e?t.length-1:+e,function(){for(var n=Math.max(arguments.length-e,0),i=Array(n),r=0;r<n;r++)i[r]=arguments[r+e];switch(e){case 0:return t.call(this,i);case 1:return t.call(this,arguments[0],i);case 2:return t.call(this,arguments[0],arguments[1],i)}var o=Array(e+1);for(r=0;r<e;r++)o[r]=arguments[r];return o[e]=i,t.apply(this,o)}}function s(t){var e=typeof t;return"function"===e||"object"===e&&!!t}function a(t){return null===t}function c(t){return void 0===t}function l(t){return!0===t||!1===t||"[object Boolean]"===r.t.call(t)}function u(t){return!(!t||1!==t.nodeType)}function d(t){var e="[object "+t+"]";return function(t){return r.t.call(t)===e}}var h=d("String"),p=d("Number"),f=d("Date"),m=d("RegExp"),g=d("Error"),y=d("Symbol"),b=d("ArrayBuffer"),M=d("Function"),v=r.p.document&&r.p.document.childNodes;"object"!=typeof Int8Array&&"function"!=typeof v&&(M=function(t){return"function"==typeof t||!1});var _=M,x=d("Object"),L=r.s&&x(new DataView(new ArrayBuffer(8))),A="undefined"!=typeof Map&&x(new Map),w=d("DataView");var T=L?function(t){return null!=t&&_(t.getInt8)&&b(t.buffer)}:w,k=r.k||d("Array");function S(t,e){return null!=t&&r.i.call(t,e)}var O=d("Arguments");!function(){O(arguments)||(O=function(t){return S(t,"callee")})}();var j=O;function z(t){return!y(t)&&Object(r.f)(t)&&!isNaN(parseFloat(t))}function C(t){return p(t)&&Object(r.g)(t)}function D(t){return function(){return t}}function P(t){return function(e){var n=t(e);return"number"==typeof n&&n>=0&&n<=r.b}}function E(t){return function(e){return null==e?void 0:e[t]}}var N=E("byteLength"),Y=P(N),W=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;var B=r.r?function(t){return r.l?Object(r.l)(t)&&!T(t):Y(t)&&W.test(r.t.call(t))}:D(!1),H=E("length");function R(t,e){e=function(t){for(var e={},n=t.length,i=0;i<n;++i)e[t[i]]=!0;return{contains:function(t){return e[t]},push:function(n){return e[n]=!0,t.push(n)}}}(e);var n=r.n.length,i=t.constructor,o=_(i)&&i.prototype||r.c,s="constructor";for(S(t,s)&&!e.contains(s)&&e.push(s);n--;)(s=r.n[n])in t&&t[s]!==o[s]&&!e.contains(s)&&e.push(s)}function I(t){if(!s(t))return[];if(r.m)return Object(r.m)(t);var e=[];for(var n in t)S(t,n)&&e.push(n);return r.h&&R(t,e),e}function q(t){if(null==t)return!0;var e=H(t);return"number"==typeof e&&(k(t)||h(t)||j(t))?0===e:0===H(I(t))}function X(t,e){var n=I(e),i=n.length;if(null==t)return!i;for(var r=Object(t),o=0;o<i;o++){var s=n[o];if(e[s]!==r[s]||!(s in r))return!1}return!0}function F(t){return t instanceof F?t:this instanceof F?void(this._wrapped=t):new F(t)}function G(t){return new Uint8Array(t.buffer||t,t.byteOffset||0,N(t))}F.VERSION=r.e,F.prototype.value=function(){return this._wrapped},F.prototype.valueOf=F.prototype.toJSON=F.prototype.value,F.prototype.toString=function(){return String(this._wrapped)};function U(t,e,n,i){if(t===e)return 0!==t||1/t==1/e;if(null==t||null==e)return!1;if(t!=t)return e!=e;var o=typeof t;return("function"===o||"object"===o||"object"==typeof e)&&function t(e,n,i,o){e instanceof F&&(e=e._wrapped);n instanceof F&&(n=n._wrapped);var s=r.t.call(e);if(s!==r.t.call(n))return!1;if(L&&"[object Object]"==s&&T(e)){if(!T(n))return!1;s="[object DataView]"}switch(s){case"[object RegExp]":case"[object String]":return""+e==""+n;case"[object Number]":return+e!=+e?+n!=+n:0==+e?1/+e==1/n:+e==+n;case"[object Date]":case"[object Boolean]":return+e==+n;case"[object Symbol]":return r.d.valueOf.call(e)===r.d.valueOf.call(n);case"[object ArrayBuffer]":case"[object DataView]":return t(G(e),G(n),i,o)}var a="[object Array]"===s;if(!a&&B(e)){if(N(e)!==N(n))return!1;if(e.buffer===n.buffer&&e.byteOffset===n.byteOffset)return!0;a=!0}if(!a){if("object"!=typeof e||"object"!=typeof n)return!1;var c=e.constructor,l=n.constructor;if(c!==l&&!(_(c)&&c instanceof c&&_(l)&&l instanceof l)&&"constructor"in e&&"constructor"in n)return!1}o=o||[];var u=(i=i||[]).length;for(;u--;)if(i[u]===e)return o[u]===n;if(i.push(e),o.push(n),a){if((u=e.length)!==n.length)return!1;for(;u--;)if(!U(e[u],n[u],i,o))return!1}else{var d,h=I(e);if(u=h.length,I(n).length!==u)return!1;for(;u--;)if(d=h[u],!S(n,d)||!U(e[d],n[d],i,o))return!1}return i.pop(),o.pop(),!0}(t,e,n,i)}function V(t,e){return U(t,e)}function K(t){if(!s(t))return[];var e=[];for(var n in t)e.push(n);return r.h&&R(t,e),e}function J(t){var e=H(t);return function(n){if(null==n)return!1;var i=K(n);if(H(i))return!1;for(var r=0;r<e;r++)if(!_(n[t[r]]))return!1;return t!==et||!_(n[$])}}var $="forEach",Z=["clear","delete"],Q=["get","has","set"],tt=Z.concat($,Q),et=Z.concat(Q),nt=["add"].concat(Z,$,"has"),it=A?J(tt):d("Map"),rt=A?J(et):d("WeakMap"),ot=A?J(nt):d("Set"),st=d("WeakSet");function at(t){for(var e=I(t),n=e.length,i=Array(n),r=0;r<n;r++)i[r]=t[e[r]];return i}function ct(t){for(var e=I(t),n=e.length,i=Array(n),r=0;r<n;r++)i[r]=[e[r],t[e[r]]];return i}function lt(t){for(var e={},n=I(t),i=0,r=n.length;i<r;i++)e[t[n[i]]]=n[i];return e}function ut(t){var e=[];for(var n in t)_(t[n])&&e.push(n);return e.sort()}function dt(t,e){return function(n){var i=arguments.length;if(e&&(n=Object(n)),i<2||null==n)return n;for(var r=1;r<i;r++)for(var o=arguments[r],s=t(o),a=s.length,c=0;c<a;c++){var l=s[c];e&&void 0!==n[l]||(n[l]=o[l])}return n}}var ht=dt(K),pt=dt(I),ft=dt(K,!0);function mt(t){if(!s(t))return{};if(r.j)return Object(r.j)(t);var e=function(){};e.prototype=t;var n=new e;return e.prototype=null,n}function gt(t,e){var n=mt(t);return e&&pt(n,e),n}function yt(t){return s(t)?k(t)?t.slice():ht({},t):t}function bt(t,e){return e(t),t}function Mt(t){return k(t)?t:[t]}function vt(t){return F.toPath(t)}function _t(t,e){for(var n=e.length,i=0;i<n;i++){if(null==t)return;t=t[e[i]]}return n?t:void 0}function xt(t,e,n){var i=_t(t,vt(e));return c(i)?n:i}function Lt(t,e){for(var n=(e=vt(e)).length,i=0;i<n;i++){var r=e[i];if(!S(t,r))return!1;t=t[r]}return!!n}function At(t){return t}function wt(t){return t=pt({},t),function(e){return X(e,t)}}function Tt(t){return t=vt(t),function(e){return _t(e,t)}}function kt(t,e,n){if(void 0===e)return t;switch(null==n?3:n){case 1:return function(n){return t.call(e,n)};case 3:return function(n,i,r){return t.call(e,n,i,r)};case 4:return function(n,i,r,o){return t.call(e,n,i,r,o)}}return function(){return t.apply(e,arguments)}}function St(t,e,n){return null==t?At:_(t)?kt(t,e,n):s(t)&&!k(t)?wt(t):Tt(t)}function Ot(t,e){return St(t,e,1/0)}function jt(t,e,n){return F.iteratee!==Ot?F.iteratee(t,e):St(t,e,n)}function zt(t,e,n){e=jt(e,n);for(var i=I(t),r=i.length,o={},s=0;s<r;s++){var a=i[s];o[a]=e(t[a],a,t)}return o}function Ct(){}function Dt(t){return null==t?Ct:function(e){return xt(t,e)}}function Pt(t,e,n){var i=Array(Math.max(0,t));e=kt(e,n,1);for(var r=0;r<t;r++)i[r]=e(r);return i}function Et(t,e){return null==e&&(e=t,t=0),t+Math.floor(Math.random()*(e-t+1))}F.toPath=Mt,F.iteratee=Ot;var Nt=Date.now||function(){return(new Date).getTime()};function Yt(t){var e=function(e){return t[e]},n="(?:"+I(t).join("|")+")",i=RegExp(n),r=RegExp(n,"g");return function(t){return t=null==t?"":""+t,i.test(t)?t.replace(r,e):t}}var Wt={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},Bt=Yt(Wt),Ht=Yt(lt(Wt)),Rt=F.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g},It=/(.)^/,qt={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Xt=/\\|'|\r|\n|\u2028|\u2029/g;function Ft(t){return"\\"+qt[t]}var Gt=/^\s*(\w|\$)+\s*$/;function Ut(t,e,n){!e&&n&&(e=n),e=ft({},e,F.templateSettings);var i=RegExp([(e.escape||It).source,(e.interpolate||It).source,(e.evaluate||It).source].join("|")+"|$","g"),r=0,o="__p+='";t.replace(i,(function(e,n,i,s,a){return o+=t.slice(r,a).replace(Xt,Ft),r=a+e.length,n?o+="'+\n((__t=("+n+"))==null?'':_.escape(__t))+\n'":i?o+="'+\n((__t=("+i+"))==null?'':__t)+\n'":s&&(o+="';\n"+s+"\n__p+='"),e})),o+="';\n";var s,a=e.variable;if(a){if(!Gt.test(a))throw new Error("variable is not a bare identifier: "+a)}else o="with(obj||{}){\n"+o+"}\n",a="obj";o="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+o+"return __p;\n";try{s=new Function(a,"_",o)}catch(t){throw t.source=o,t}var c=function(t){return s.call(this,t,F)};return c.source="function("+a+"){\n"+o+"}",c}function Vt(t,e,n){var i=(e=vt(e)).length;if(!i)return _(n)?n.call(t):n;for(var r=0;r<i;r++){var o=null==t?void 0:t[e[r]];void 0===o&&(o=n,r=i),t=_(o)?o.call(t):o}return t}var Kt=0;function Jt(t){var e=++Kt+"";return t?t+e:e}function $t(t){var e=F(t);return e._chain=!0,e}function Zt(t,e,n,i,r){if(!(i instanceof e))return t.apply(n,r);var o=mt(t.prototype),a=t.apply(o,r);return s(a)?a:o}var Qt=o((function(t,e){var n=Qt.placeholder,i=function(){for(var r=0,o=e.length,s=Array(o),a=0;a<o;a++)s[a]=e[a]===n?arguments[r++]:e[a];for(;r<arguments.length;)s.push(arguments[r++]);return Zt(t,i,this,this,s)};return i}));Qt.placeholder=F;var te=Qt,ee=o((function(t,e,n){if(!_(t))throw new TypeError("Bind must be called on a function");var i=o((function(r){return Zt(t,i,e,this,n.concat(r))}));return i})),ne=P(H);function ie(t,e,n,i){if(i=i||[],e||0===e){if(e<=0)return i.concat(t)}else e=1/0;for(var r=i.length,o=0,s=H(t);o<s;o++){var a=t[o];if(ne(a)&&(k(a)||j(a)))if(e>1)ie(a,e-1,n,i),r=i.length;else for(var c=0,l=a.length;c<l;)i[r++]=a[c++];else n||(i[r++]=a)}return i}var re=o((function(t,e){var n=(e=ie(e,!1,!1)).length;if(n<1)throw new Error("bindAll must be passed function names");for(;n--;){var i=e[n];t[i]=ee(t[i],t)}return t}));function oe(t,e){var n=function(i){var r=n.cache,o=""+(e?e.apply(this,arguments):i);return S(r,o)||(r[o]=t.apply(this,arguments)),r[o]};return n.cache={},n}var se=o((function(t,e,n){return setTimeout((function(){return t.apply(null,n)}),e)})),ae=te(se,F,1);function ce(t,e,n){var i,r,o,s,a=0;n||(n={});var c=function(){a=!1===n.leading?0:Nt(),i=null,s=t.apply(r,o),i||(r=o=null)},l=function(){var l=Nt();a||!1!==n.leading||(a=l);var u=e-(l-a);return r=this,o=arguments,u<=0||u>e?(i&&(clearTimeout(i),i=null),a=l,s=t.apply(r,o),i||(r=o=null)):i||!1===n.trailing||(i=setTimeout(c,u)),s};return l.cancel=function(){clearTimeout(i),a=0,i=r=o=null},l}function le(t,e,n){var i,r,s,a,c,l=function(){var o=Nt()-r;e>o?i=setTimeout(l,e-o):(i=null,n||(a=t.apply(c,s)),i||(s=c=null))},u=o((function(o){return c=this,s=o,r=Nt(),i||(i=setTimeout(l,e),n&&(a=t.apply(c,s))),a}));return u.cancel=function(){clearTimeout(i),i=s=c=null},u}function ue(t,e){return te(e,t)}function de(t){return function(){return!t.apply(this,arguments)}}function he(){var t=arguments,e=t.length-1;return function(){for(var n=e,i=t[e].apply(this,arguments);n--;)i=t[n].call(this,i);return i}}function pe(t,e){return function(){if(--t<1)return e.apply(this,arguments)}}function fe(t,e){var n;return function(){return--t>0&&(n=e.apply(this,arguments)),t<=1&&(e=null),n}}var me=te(fe,2);function ge(t,e,n){e=jt(e,n);for(var i,r=I(t),o=0,s=r.length;o<s;o++)if(e(t[i=r[o]],i,t))return i}function ye(t){return function(e,n,i){n=jt(n,i);for(var r=H(e),o=t>0?0:r-1;o>=0&&o<r;o+=t)if(n(e[o],o,e))return o;return-1}}var be=ye(1),Me=ye(-1);function ve(t,e,n,i){for(var r=(n=jt(n,i,1))(e),o=0,s=H(t);o<s;){var a=Math.floor((o+s)/2);n(t[a])<r?o=a+1:s=a}return o}function _e(t,e,n){return function(i,o,s){var a=0,c=H(i);if("number"==typeof s)t>0?a=s>=0?s:Math.max(s+c,a):c=s>=0?Math.min(s+1,c):s+c+1;else if(n&&s&&c)return i[s=n(i,o)]===o?s:-1;if(o!=o)return(s=e(r.q.call(i,a,c),C))>=0?s+a:-1;for(s=t>0?a:c-1;s>=0&&s<c;s+=t)if(i[s]===o)return s;return-1}}var xe=_e(1,be,ve),Le=_e(-1,Me);function Ae(t,e,n){var i=(ne(t)?be:ge)(t,e,n);if(void 0!==i&&-1!==i)return t[i]}function we(t,e){return Ae(t,wt(e))}function Te(t,e,n){var i,r;if(e=kt(e,n),ne(t))for(i=0,r=t.length;i<r;i++)e(t[i],i,t);else{var o=I(t);for(i=0,r=o.length;i<r;i++)e(t[o[i]],o[i],t)}return t}function ke(t,e,n){e=jt(e,n);for(var i=!ne(t)&&I(t),r=(i||t).length,o=Array(r),s=0;s<r;s++){var a=i?i[s]:s;o[s]=e(t[a],a,t)}return o}function Se(t){var e=function(e,n,i,r){var o=!ne(e)&&I(e),s=(o||e).length,a=t>0?0:s-1;for(r||(i=e[o?o[a]:a],a+=t);a>=0&&a<s;a+=t){var c=o?o[a]:a;i=n(i,e[c],c,e)}return i};return function(t,n,i,r){var o=arguments.length>=3;return e(t,kt(n,r,4),i,o)}}var Oe=Se(1),je=Se(-1);function ze(t,e,n){var i=[];return e=jt(e,n),Te(t,(function(t,n,r){e(t,n,r)&&i.push(t)})),i}function Ce(t,e,n){return ze(t,de(jt(e)),n)}function De(t,e,n){e=jt(e,n);for(var i=!ne(t)&&I(t),r=(i||t).length,o=0;o<r;o++){var s=i?i[o]:o;if(!e(t[s],s,t))return!1}return!0}function Pe(t,e,n){e=jt(e,n);for(var i=!ne(t)&&I(t),r=(i||t).length,o=0;o<r;o++){var s=i?i[o]:o;if(e(t[s],s,t))return!0}return!1}function Ee(t,e,n,i){return ne(t)||(t=at(t)),("number"!=typeof n||i)&&(n=0),xe(t,e,n)>=0}var Ne=o((function(t,e,n){var i,r;return _(e)?r=e:(e=vt(e),i=e.slice(0,-1),e=e[e.length-1]),ke(t,(function(t){var o=r;if(!o){if(i&&i.length&&(t=_t(t,i)),null==t)return;o=t[e]}return null==o?o:o.apply(t,n)}))}));function Ye(t,e){return ke(t,Tt(e))}function We(t,e){return ze(t,wt(e))}function Be(t,e,n){var i,r,o=-1/0,s=-1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,c=(t=ne(t)?t:at(t)).length;a<c;a++)null!=(i=t[a])&&i>o&&(o=i);else e=jt(e,n),Te(t,(function(t,n,i){((r=e(t,n,i))>s||r===-1/0&&o===-1/0)&&(o=t,s=r)}));return o}function He(t,e,n){var i,r,o=1/0,s=1/0;if(null==e||"number"==typeof e&&"object"!=typeof t[0]&&null!=t)for(var a=0,c=(t=ne(t)?t:at(t)).length;a<c;a++)null!=(i=t[a])&&i<o&&(o=i);else e=jt(e,n),Te(t,(function(t,n,i){((r=e(t,n,i))<s||r===1/0&&o===1/0)&&(o=t,s=r)}));return o}function Re(t,e,n){if(null==e||n)return ne(t)||(t=at(t)),t[Et(t.length-1)];var i=ne(t)?yt(t):at(t),r=H(i);e=Math.max(Math.min(e,r),0);for(var o=r-1,s=0;s<e;s++){var a=Et(s,o),c=i[s];i[s]=i[a],i[a]=c}return i.slice(0,e)}function Ie(t){return Re(t,1/0)}function qe(t,e,n){var i=0;return e=jt(e,n),Ye(ke(t,(function(t,n,r){return{value:t,index:i++,criteria:e(t,n,r)}})).sort((function(t,e){var n=t.criteria,i=e.criteria;if(n!==i){if(n>i||void 0===n)return 1;if(n<i||void 0===i)return-1}return t.index-e.index})),"value")}function Xe(t,e){return function(n,i,r){var o=e?[[],[]]:{};return i=jt(i,r),Te(n,(function(e,r){var s=i(e,r,n);t(o,e,s)})),o}}var Fe=Xe((function(t,e,n){S(t,n)?t[n].push(e):t[n]=[e]})),Ge=Xe((function(t,e,n){t[n]=e})),Ue=Xe((function(t,e,n){S(t,n)?t[n]++:t[n]=1})),Ve=Xe((function(t,e,n){t[n?0:1].push(e)}),!0),Ke=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function Je(t){return t?k(t)?r.q.call(t):h(t)?t.match(Ke):ne(t)?ke(t,At):at(t):[]}function $e(t){return null==t?0:ne(t)?t.length:I(t).length}function Ze(t,e,n){return e in n}var Qe=o((function(t,e){var n={},i=e[0];if(null==t)return n;_(i)?(e.length>1&&(i=kt(i,e[1])),e=K(t)):(i=Ze,e=ie(e,!1,!1),t=Object(t));for(var r=0,o=e.length;r<o;r++){var s=e[r],a=t[s];i(a,s,t)&&(n[s]=a)}return n})),tn=o((function(t,e){var n,i=e[0];return _(i)?(i=de(i),e.length>1&&(n=e[1])):(e=ke(ie(e,!1,!1),String),i=function(t,n){return!Ee(e,n)}),Qe(t,i,n)}));function en(t,e,n){return r.q.call(t,0,Math.max(0,t.length-(null==e||n?1:e)))}function nn(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[0]:en(t,t.length-e)}function rn(t,e,n){return r.q.call(t,null==e||n?1:e)}function on(t,e,n){return null==t||t.length<1?null==e||n?void 0:[]:null==e||n?t[t.length-1]:rn(t,Math.max(0,t.length-e))}function sn(t){return ze(t,Boolean)}function an(t,e){return ie(t,e,!1)}var cn=o((function(t,e){return e=ie(e,!0,!0),ze(t,(function(t){return!Ee(e,t)}))})),ln=o((function(t,e){return cn(t,e)}));function un(t,e,n,i){l(e)||(i=n,n=e,e=!1),null!=n&&(n=jt(n,i));for(var r=[],o=[],s=0,a=H(t);s<a;s++){var c=t[s],u=n?n(c,s,t):c;e&&!n?(s&&o===u||r.push(c),o=u):n?Ee(o,u)||(o.push(u),r.push(c)):Ee(r,c)||r.push(c)}return r}var dn=o((function(t){return un(ie(t,!0,!0))}));function hn(t){for(var e=[],n=arguments.length,i=0,r=H(t);i<r;i++){var o=t[i];if(!Ee(e,o)){var s;for(s=1;s<n&&Ee(arguments[s],o);s++);s===n&&e.push(o)}}return e}function pn(t){for(var e=t&&Be(t,H).length||0,n=Array(e),i=0;i<e;i++)n[i]=Ye(t,i);return n}var fn=o(pn);function mn(t,e){for(var n={},i=0,r=H(t);i<r;i++)e?n[t[i]]=e[i]:n[t[i][0]]=t[i][1];return n}function gn(t,e,n){null==e&&(e=t||0,t=0),n||(n=e<t?-1:1);for(var i=Math.max(Math.ceil((e-t)/n),0),r=Array(i),o=0;o<i;o++,t+=n)r[o]=t;return r}function yn(t,e){if(null==e||e<1)return[];for(var n=[],i=0,o=t.length;i<o;)n.push(r.q.call(t,i,i+=e));return n}function bn(t,e){return t._chain?F(e).chain():e}function Mn(t){return Te(ut(t),(function(e){var n=F[e]=t[e];F.prototype[e]=function(){var t=[this._wrapped];return r.o.apply(t,arguments),bn(this,n.apply(F,t))}})),F}Te(["pop","push","reverse","shift","sort","splice","unshift"],(function(t){var e=r.a[t];F.prototype[t]=function(){var n=this._wrapped;return null!=n&&(e.apply(n,arguments),"shift"!==t&&"splice"!==t||0!==n.length||delete n[0]),bn(this,n)}})),Te(["concat","join","slice"],(function(t){var e=r.a[t];F.prototype[t]=function(){var t=this._wrapped;return null!=t&&(t=e.apply(t,arguments)),bn(this,t)}}));var vn=F,_n=Mn(i);_n._=_n;var xn=_n},"./src/main/webapp/components/experiments/SmartClustering/constants.es":function(t,e,n){var i,r;i=[e,n("./node_modules/@splunk/ui-utils/i18n.js")],void 0===(r=function(t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.UPDATE_VIZ_OPTIONS=t.SILHOUETTE_SCORE_STAGE_ID=t.SET_DISTANCE_CENTROID=t.NUMBER_OF_POINTS_FIELD=t.NUMBER_OF_CLUSTERS=t.INTRACLUSTER_RESULTS_STAGE_ID=t.INTRACLUSTER_DISTANCE_STAGE_ID=t.INTRACLUSTER_DISTANCE=t.INTERCLUSTER_K_1_MESSAGE=t.INTERCLUSTER_DISTANCE_STAGE_ID=t.INTERCLUSTER_DISTANCE_FILTERED_STAGE_ID=t.INTERCLUSTER_DISTANCE=t.FILTER_CLUSTERS_STAGE_ID=t.DIMENSION=t.CLUSTER_MODEL_SUMMARY_STAGE_ID=t.CLUSTER_DISTANCE_DECIMALS=t.CLUSTER_DETAILS_STAGE_ID=t.CLUSTER_COUNT_AND_DISTANCE_STAGE_ID=t.CLUSTER_3D_VIZ_STAGE_ID=t.CLUSTER_2D_VIZ_STAGE_ID=t.CLUSTERS_SUMMARY_STAGE_ID=t.AXIS_LABEL_MAPPING=t.AVERAGE_CLUSTER_DISTANCE_FIELD=t.ALL_CLUSTERS_FIELD=void 0;t.CLUSTER_2D_VIZ_STAGE_ID="cluster2DVizStage",t.CLUSTER_3D_VIZ_STAGE_ID="cluster3DVizStage",t.SILHOUETTE_SCORE_STAGE_ID="silhouetteScoreStage",t.CLUSTER_COUNT_AND_DISTANCE_STAGE_ID="clusterCountAndDistanceStage",t.INTERCLUSTER_DISTANCE_STAGE_ID="interclusterDistanceStage",t.INTERCLUSTER_DISTANCE_FILTERED_STAGE_ID="interclusterDistanceFilteredStage",t.CLUSTER_MODEL_SUMMARY_STAGE_ID="modelSummaryStage",t.CLUSTERS_SUMMARY_STAGE_ID="clusterSummaryStage",t.FILTER_CLUSTERS_STAGE_ID="filterClustersStage",t.CLUSTER_DETAILS_STAGE_ID="clusterDetailsStage",t.INTRACLUSTER_DISTANCE_STAGE_ID="intraclusterDistanceStage",t.INTRACLUSTER_RESULTS_STAGE_ID="intraclusterResultsStage",t.INTRACLUSTER_DISTANCE="intraclusterDistance",t.INTERCLUSTER_DISTANCE="interclusterDistance",t.NUMBER_OF_CLUSTERS="numberOfClusters",t.ALL_CLUSTERS_FIELD="All Clusters",t.NUMBER_OF_POINTS_FIELD="Number Of Points",t.AVERAGE_CLUSTER_DISTANCE_FIELD="Average Intracluster Distance",t.AXIS_LABEL_MAPPING={xAxisField:(0,e.gettext)("X Axis"),yAxisField:(0,e.gettext)("Y Axis"),zAxisField:(0,e.gettext)("Z Axis")},t.DIMENSION={VIZ_2D:"viz_2D",VIZ_3D:"viz_3D"},t.SET_DISTANCE_CENTROID="SET_DISTANCE_CENTROID",t.UPDATE_VIZ_OPTIONS="UPDATE_VIZ_OPTIONS",t.CLUSTER_DISTANCE_DECIMALS=4,t.INTERCLUSTER_K_1_MESSAGE=(0,e.gettext)("Intercluster distance data is only available if you set a number of clusters greater than 1.")}.apply(e,i))||(t.exports=r)},"./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/highcharts-downsample.es":function(t,e,n){(function(t){var i,r;i=[n("./node_modules/core-js/modules/es.symbol.js"),n("./node_modules/core-js/modules/es.symbol.description.js"),n("./node_modules/core-js/modules/es.symbol.iterator.js"),n("./node_modules/core-js/modules/es.array.iterator.js"),n("./node_modules/core-js/modules/es.array.slice.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/es.regexp.to-string.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js"),n("./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/lttb.es")],void 0===(r=function(e,n,i,r,o,s,a,c,l,u){"use strict";var d,h;function p(t){return(p="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}u=(d=u)&&d.__esModule?d:{default:d},h=function(t){var e;e=t,Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),Math.floor,Math.abs,e.wrap(e.Series.prototype,"setData",(function(t){var e=this.options;if(e.hasOwnProperty("downsample")&&arguments[1].length>0)if(Array.isArray(arguments[1][0])&&2==arguments[1][0].length)arguments[1]=(0,u.default)(arguments[1],e.downsample.threshold);else if(!isNaN(parseFloat(arguments[1][0]))&&isFinite(arguments[1][0])){for(var n=void 0!==e.pointStart?e.pointStart:0,i=void 0!==e.pointInterval?e.pointInterval:1,r=0,o=arguments[1].length;r<o;r++)arguments[1][r]=[n,arguments[1][r]],n+=i;arguments[1]=(0,u.default)(arguments[1],e.downsample.threshold)}else null!==arguments[1][0].x&&void 0!==arguments[1][0].y?arguments[1]=(0,u.default)(arguments[1],e.downsample.threshold):console.log("Downsample Error: Invalid data format! Note: Range Series are not supported");t.apply(this,Array.prototype.slice.call(arguments,1))}))},"object"===p(t)&&t.exports?t.exports=h:h(Highcharts)}.apply(e,i))||(t.exports=r)}).call(this,n("./node_modules/@splunk/swc-mltk/node_modules/webpack/buildin/module.js")(t))},"./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/lttb.es":function(t,e,n){var i,r;i=[e,n("./node_modules/core-js/modules/es.array.concat.js"),n("./node_modules/core-js/modules/es.array.sort.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/es.regexp.to-string.js")],void 0===(r=function(n,i,r,o,s){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(t,e){var n=t.length;if(e>=n||0===e||null===e)return t;var i,r,o,s,d=[],h=0,p=(n-2)/(e-2),f=0;d[h++]=t[f];for(var m=0;m<e-2;m++){for(var g=0,y=0,b=a((m+1)*p)+1,M=a((m+2)*p)+1,v=(M=M<n?M:n)-b,_=[];b<M;b++)g+=1*l(t[b]),y+=1*u(t[b]);g/=v,y/=v;var x=a((m+0)*p)+1,L=a((m+1)*p)+1,A=1*l(t[f]),w=1*u(t[f]);for(r=o=-1;x<L;x++)(o=.5*c((A-g)*(u(t[x])-w)-(A-l(t[x]))*(y-w)))>r&&(r=o,i=t[x],s=x),t[x].required&&_.push(t[x]);i.required||(_.push(i),_.sort((function(t,e){return l(t)-l(e)}))),d=d.concat(_),h+=_.length,f=s}return d[h++]=t[n-1],d},Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)});var a=Math.floor,c=Math.abs;function l(t){return Array.isArray(t)?t[0]:t.x}function u(t){return Array.isArray(t)?t[1]:t.y}t.exports=e.default}.apply(e,i))||(t.exports=r)},"./src/main/webapp/contrib_shim/SplunkWebCore/vizapi/SplunkVisualizationBase.es":function(t,e,n){var i,r;i=[e,n("./node_modules/@splunk/charting/lib/index.js"),n("./node_modules/@splunk/splunk-utils/config.js"),n("./node_modules/@splunk/swc-mltk/dist/splunkvisualizationbase.js")],void 0===(r=function(n,i,r,o){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=o.SplunkVisualizationBase.extend({initialize:function(){(0,i.setTimezone)(r.serverTimezoneInfo),o.SplunkVisualizationBase.prototype.initialize.apply(this,arguments)}});t.exports=e.default}.apply(e,i))||(t.exports=r)},"./src/main/webapp/contrib_shim/highcharts/extensions.es":function(t,e,n){var i,r;i=[e,n("./node_modules/core-js/modules/es.array.concat.js"),n("./node_modules/core-js/modules/es.array.flat.js"),n("./node_modules/core-js/modules/es.array.slice.js"),n("./node_modules/core-js/modules/es.array.unscopables.flat.js")],void 0===(r=function(t,e,n,i,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPlotLine=function(t){return function(e){var n={label:{style:null!=this.chart.options.labels?this.chart.options.labels.style:{}}},i=Array.prototype.slice.call(arguments),r=i[1];e.apply(this,[t.merge(r,n)])}},t.getPlotLinePath=function(t){return function(t){var e=t.apply(this,Array.prototype.slice.call(arguments,1));return e&&(e.flat=!1),e}},t.renderItem=function(t){return function(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];t.call.apply(t,[this].concat(n));var r=n[0];r.legendGroup.element.onmouseover=function(){null!=r.options.events.legendMouseOver&&r.options.events.legendMouseOver.call(r,{target:r.legendGroup,series:r})},r.legendGroup.element.onmouseout=function(){null!=r.options.events.legendMouseOut&&r.options.events.legendMouseOut.call(r,{target:r.legendGroup,series:r})}}},t.updateColorForPoint=function(t,e){this&&this.graphic&&this.graphic.attr("fill",e)}}.apply(e,i))||(t.exports=r)},"./src/main/webapp/contrib_shim/highcharts/highcharts.es":function(t,e,n){var i,r;i=[e,n("./node_modules/highcharts/modules/no-data-to-display.js"),n("./node_modules/@splunk/highcharts/highcharts.js"),n("./src/main/webapp/contrib/highcharts/modules/highcharts-downsample/highcharts-downsample.es"),n("./src/main/webapp/contrib_shim/highcharts/extensions.es"),n("./src/main/webapp/contrib_shim/highcharts/theme.es")],void 0===(r=function(n,i,r,o,s,a){"use strict";function c(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,i=c(i),r=c(r),(0,(o=c(o)).default)(r.default),(0,i.default)(r.default),(0,a.setTheme)(r.default),r.default.seriesType=function(t,e,n,i,o){var s=r.default.getOptions(),a=r.default.seriesTypes;return s.plotOptions[t]=r.default.merge(s.plotOptions[e],n),a[t]=r.default.extendClass(a[e]||function(){},i),a[t].prototype.type=t,o&&(a[t].prototype.pointClass=r.default.extendClass(r.default.Point,o)),a[t]},r.default.wrap(r.default.Axis.prototype,"getPlotLinePath",(0,s.getPlotLinePath)(r.default)),r.default.wrap(r.default.Axis.prototype,"addPlotLine",(0,s.addPlotLine)(r.default)),r.default.wrap(r.default.Point.prototype,"updateColor",s.updateColorForPoint),r.default.wrap(r.default.Legend.prototype,"renderItem",(0,s.renderItem)(r.default));n.default=r.default;t.exports=e.default}.apply(e,i))||(t.exports=r)},"./src/main/webapp/contrib_shim/highcharts/theme.es":function(t,e,n){var i,r;i=[e,n("./src/main/webapp/util/colorPalette.es"),n("./src/main/webapp/util/visualizationUtil.es")],void 0===(r=function(t,e,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.setTheme=function(t){var i={colors:(0,e.getColors)(),chart:{style:{"font-family":"Splunk Platform Sans"}},credits:!1,global:{useUTC:!1},legend:{itemStyle:{"font-weight":"normal"}}},r="dark"===(0,n.getCurrentTheme)();t.setOptions(r?t.merge(i,e.highchartsDarkTheme):i)}}.apply(e,i))||(t.exports=r)},"./src/main/webapp/plots/HistogramPlot.es":function(t,e,n){var i,r;function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}n("./node_modules/core-js/modules/es.symbol.js"),n("./node_modules/core-js/modules/es.symbol.description.js"),n("./node_modules/core-js/modules/es.symbol.iterator.js"),n("./node_modules/core-js/modules/es.symbol.to-primitive.js"),n("./node_modules/core-js/modules/es.array.from.js"),n("./node_modules/core-js/modules/es.array.iterator.js"),n("./node_modules/core-js/modules/es.array.slice.js"),n("./node_modules/core-js/modules/es.date.to-primitive.js"),n("./node_modules/core-js/modules/es.number.constructor.js"),n("./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"),n("./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"),n("./node_modules/core-js/modules/es.object.keys.js"),n("./node_modules/core-js/modules/es.regexp.exec.js"),n("./node_modules/core-js/modules/es.regexp.to-string.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/es.weak-map.js"),n("./node_modules/core-js/modules/esnext.weak-map.delete-all.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js"),i=[e,n("./node_modules/core-js/modules/es.array.concat.js"),n("./node_modules/core-js/modules/es.array.filter.js"),n("./node_modules/core-js/modules/es.array.join.js"),n("./node_modules/core-js/modules/es.array.map.js"),n("./node_modules/core-js/modules/es.function.name.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/web.dom-collections.for-each.js"),n("./src/main/webapp/contrib_shim/highcharts/highcharts.es"),n("./node_modules/@splunk/themes/enterpriseDark.js"),n("./src/main/webapp/util/colorPalette.es"),n("./src/main/webapp/util/validators/NumberValidator.es"),n("./src/main/webapp/components/experiments/SmartClustering/constants.es"),n("./src/main/webapp/util/simpleLegendAlign.es"),n("./src/main/webapp/util/visualizationUtil.es")],void 0===(r=function(n,i,r,s,a,c,l,u,d,h,p,f,m,g,y){"use strict";function b(t){if("function"!=typeof WeakMap)return null;var e=new WeakMap,n=new WeakMap;return(b=function(t){return t?n:e})(t)}function M(t){return t&&t.__esModule?t:{default:t}}function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function _(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?v(Object(n),!0).forEach((function(e){x(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function x(t,e,n){return(e=A(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function L(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,A(i.key),i)}}function A(t){var e=function(t,e){if("object"!=o(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==o(e)?e:e+""}function w(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,s,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=o.call(n)).done)&&(a.push(i.value),a.length!==e);c=!0);}catch(t){l=!0,r=t}finally{try{if(!c&&null!=n.return&&(s=n.return(),Object(s)!==s))return}finally{if(l)throw r}}return a}}(t,e)||function(t,e){if(t){if("string"==typeof t)return T(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?T(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0,d=M(d),h=M(h),f=function(t,e){if(!e&&t&&t.__esModule)return t;if(null===t||"object"!=o(t)&&"function"!=typeof t)return{default:t};var n=b(e);if(n&&n.has(t))return n.get(t);var i={__proto__:null},r=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var s in t)if("default"!==s&&{}.hasOwnProperty.call(t,s)){var a=r?Object.getOwnPropertyDescriptor(t,s):null;a&&(a.get||a.set)?Object.defineProperty(i,s,a):i[s]=t[s]}return i.default=t,n&&n.set(t,i),i}(f),g=M(g);var k=function(t){var e=t.stacking,n=t.stackingMode;if(e&&"overlap"!==n)return n},S=function(t){var e=t.stacking,n=t.stackingMode;return!(e&&"overlap"===n)};function O(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(0,y.getSeriesGroup)(t),i=e.highlightRange,r=e.maxOpacity,o=i||[],s=w(o,2),a=s[0],c=s[1];n.forEach((function(t){t.group.toFront(),t.data.forEach((function(e){(!i||null!=a&&null!=c&&e.x>=a&&e.x<=c)&&e.updateColor(d.default.Color(t.color).setOpacity(r).get("rgba"))}))}))}function j(t){(0,y.getSeriesGroup)(t).forEach((function(t){t.data.forEach((function(t){t.updateColor(d.default.Color(h.default.gray60).setOpacity(.3).get("rgba"))}))}))}n.default=function(){return t=function t(e,n,i){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t);var r={chart:{renderTo:e},plotOptions:{column:{borderWidth:0,shadow:!1,stacking:"normal"},series:{stacking:"normal"}},legend:{enabled:!1},credits:!1,title:{text:"",align:"center"},xAxis:{title:{text:n}},yAxis:{title:{text:i}},tooltip:{formatter:function(){return"".concat(this.series.xAxis.axisTitle.textStr,": ").concat(this.x," <br/> ").concat(this.series.name||this.series.yAxis.axisTitle.textStr,": ").concat(this.y)}}};this.chart=new d.default.Chart(r),this.setSeries=function(){var t=this,e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i="dark"===(0,y.getCurrentTheme)(),r="lineOverlay",o="areaOverlay",s=e.map((function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},i=e.points,r=e.name,o=arguments.length>1?arguments[1]:void 0,s=null==n.activeSeries,a=r===n.activeSeries,c=n.activeSeries===m.ALL_CLUSTERS_FIELD,l={name:r,type:"column",data:i.toDataArray().filter((function(t){var e=w(t,1)[0];if(n.highlightRange){var i=w(n.highlightRange,2),r=i[0],o=i[1];return e>=r&&e<=o}return!0})),color:n.colorMapper[r]||(0,p.getColorByIndex)(o),pointPlacement:n.columnPadding?null:"between",stacking:k(n),showInLegend:s||c!==a,events:n.showLegend?{legendMouseOver:function(e){e.series.visible&&(s||c)&&t.setActiveSeries(e.series,n)},legendMouseOut:function(e){e.series.visible&&(s||c)&&t.highlightAllSeries(n)},mouseOver:function(e){t.setActiveSeries(e.target,n)},mouseOut:function(e){!s&&a||t.highlightAllSeries(n)},legendItemClick:function(){return!1}}:{},enableMouseTracking:s||a||c};return l}));if(n.unHighlightedSeries&&n.highlightRange){var a=n.unHighlightedSeries,c=a.name,l=a.points;s.push({name:c,type:"column",data:l.toDataArray().filter((function(t){var e=w(t,1)[0],i=w(n.highlightRange,2),r=i[0],o=i[1];return e<r||e>o})),color:d.default.Color(h.default.gray60).setOpacity(.3).get("rgba"),enableMouseTracking:!1,showInLegend:!1})}this.chart.xAxis[0].removePlotLine(r),f.validate(n.linePosition,{allowFloats:!0})&&this.chart.xAxis[0].addPlotLine({id:r,color:i?h.default.white:h.default.black,width:2,value:n.linePosition,zIndex:999,dashStyle:"DashDot"}),this.chart.xAxis[0].removePlotBand(o),null!=n.areaStartPosition&&null!=n.areaEndPosition&&this.chart.xAxis[0].addPlotBand({id:o,color:"rgba(".concat((0,p.getColorByIndex)(0,!0).concat(.3).join(","),")"),from:n.areaStartPosition,to:n.areaEndPosition,label:{text:n.areaLabel}});var u=n.columnPadding?.05:0;if(this.chart.update({plotOptions:{column:{pointPadding:u,groupPadding:u,stacking:k(n),grouping:S(n)},series:{stacking:k(n)}}}),n.showLegend){var b=n.legendAlign?(0,g.default)(n.legendAlign):(0,g.default)("right"),M=_({enabled:!0,itemMarginBottom:3,itemStyle:{lineHeight:"12px",textOverflow:null,width:200},labelFormatter:function(){return this.name}},b);this.chart.update({legend:M},!1)}else this.chart.legend.update({enabled:!1},!1);for(this.chart.yAxis[0].update({type:n.yAxisLogarithmic?"logarithmic":"linear"});this.chart.series.length>0;)this.chart.series[0].remove(!1);s.forEach((function(e){t.chart.addSeries(e,!1)})),null!=n.minX&&null!=n.maxX&&this.chart.xAxis[0].setExtremes(n.minX,n.maxX),null!=n.xAxisLabel&&this.chart.xAxis[0].setTitle({text:n.xAxisLabel},!1),null!=n.yAxisLabel&&this.chart.yAxis[0].setTitle({text:n.yAxisLabel},!1),null!=n.title&&this.chart.setTitle(_({},n.title),!1),this.chart.redraw(),this.unHighlightAllSeries(n);var v=s.some((function(e){return n.activeSeries===e.name&&(t.setActiveSeries(e,n),!0)}));v||this.highlightAllSeries(n)},this.reflow=function(){null!=this.chart&&this.chart.reflow()}},(e=[{key:"setActiveSeries",value:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.chart.series.forEach((function(n){t===n||t.name===n.name?O(n,e):j(n)}))}},{key:"highlightAllSeries",value:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.chart.series.forEach((function(e){O(e,t)}))}},{key:"unHighlightAllSeries",value:function(){this.chart.series.forEach((function(t){j(t)}))}}])&&L(t.prototype,e),n&&L(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();t.exports=e.default}.apply(e,i))||(t.exports=r)},"./src/main/webapp/plots/types/Point.es":function(t,e,n){var i,r;n("./node_modules/core-js/modules/es.symbol.js"),n("./node_modules/core-js/modules/es.symbol.description.js"),n("./node_modules/core-js/modules/es.symbol.iterator.js"),n("./node_modules/core-js/modules/es.array.iterator.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js"),i=[e,n("./node_modules/core-js/modules/es.symbol.to-primitive.js"),n("./node_modules/core-js/modules/es.date.to-primitive.js"),n("./node_modules/core-js/modules/es.number.constructor.js")],void 0===(r=function(n,i,r,o){"use strict";function s(t){return(s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function a(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function c(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,l(i.key),i)}}function l(t){var e=function(t,e){if("object"!=s(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=s(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==s(e)?e:e+""}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=function(){return t=function t(e,n,i,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:null;a(this,t),this.x=isNaN(e)?null:e,this.y=isNaN(n)?null:n,this.originalX=i,this.originalY=r,this.originalIndex=o},(e=[{key:"toDataArray",value:function(){return[this.x,this.y]}},{key:"getOriginalIndex",value:function(){return this.originalIndex}}])&&c(t.prototype,e),n&&c(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();t.exports=e.default}.apply(e,i))||(t.exports=r)},"./src/main/webapp/plots/types/Points.es":function(t,e,n){var i,r;n("./node_modules/core-js/modules/es.symbol.js"),n("./node_modules/core-js/modules/es.symbol.description.js"),n("./node_modules/core-js/modules/es.symbol.iterator.js"),n("./node_modules/core-js/modules/es.array.iterator.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js"),i=[e,n("./node_modules/core-js/modules/es.symbol.to-primitive.js"),n("./node_modules/core-js/modules/es.array.slice.js"),n("./node_modules/core-js/modules/es.date.to-primitive.js"),n("./node_modules/core-js/modules/es.number.constructor.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/web.dom-collections.for-each.js")],void 0===(r=function(n,i,r,o,s,a,c){"use strict";function l(t){return(l="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}function u(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function d(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,h(i.key),i)}}function h(t){var e=function(t,e){if("object"!=l(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=l(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==l(e)?e:e+""}Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default=function(){return t=function t(e){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;u(this,t),this.label=e,this.priority=n,this.pointArray=[],this.maxValue=null,this.minValue=null},(e=[{key:"add",value:function(t){this.pointArray.push(t)}},{key:"get",value:function(t){return this.pointArray[t]}},{key:"getAll",value:function(){return this.pointArray.slice()}},{key:"getLabel",value:function(){return this.label}},{key:"calculateMinMaxValue",value:function(){var t=this.toDataArray(),e=null,n=null;return t.forEach((function(t){var i=Math.min(t[0],t[1]),r=Math.max(t[0],t[1]);(null==e||e>i)&&(e=i),(null==n||n<r)&&(n=r)})),[e,n]}},{key:"toDataArray",value:function(){var t=[];return this.pointArray.forEach((function(e){t.push(e.toDataArray())})),t}}])&&d(t.prototype,e),n&&d(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t;var t,e,n}();t.exports=e.default}.apply(e,i))||(t.exports=r)},"./src/main/webapp/util/colorPalette.es":function(t,e,n){var i,r;i=[e,n("./node_modules/core-js/modules/es.array.join.js"),n("./node_modules/core-js/modules/es.array.slice.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/es.regexp.exec.js"),n("./node_modules/core-js/modules/es.regexp.to-string.js"),n("./node_modules/core-js/modules/es.string.replace.js"),n("./node_modules/@splunk/themes/enterpriseDark.js")],void 0===(r=function(t,e,n,i,r,o,s,a){"use strict";var c;Object.defineProperty(t,"__esModule",{value:!0}),t.getColorByIndex=function(t,e,n){var i=t%l.length,r=l[i];if(null==r)return"";e&&(o=r,s=parseInt(o.replace(/[^0-9A-F]/gi,""),16),r=[s>>16,s>>8&255,255&s]);var o,s;n&&(r="0x".concat(r.slice(1)));return r},t.getColors=function(){return l.slice()},t.getGradientColor=function(t,e,n){var i=this.getColorByIndex(t,!0),r=this.getColorByIndex(e,!0),o=1-n,s=n,a=[Math.round(i[0]*o+r[0]*s),Math.round(i[1]*o+r[1]*s),Math.round(i[2]*o+r[2]*s)];return"#".concat(u.apply(this,a))},t.getHexColorbyIndex=function(t){var e=l[t].slice(1);return"0x".concat(e)},t.panelColors=t.highchartsDarkTheme=void 0,a=(c=a)&&c.__esModule?c:{default:c};t.highchartsDarkTheme={chart:{backgroundColor:a.default.gray20,plotBorderColor:a.default.gray30},title:{style:{color:a.default.gray98}},subtitle:{style:{color:a.default.gray98}},xAxis:{gridLineColor:a.default.gray45,labels:{style:{color:a.default.gray98}},lineColor:a.default.gray45,minorGridLineColor:a.default.gray30,tickColor:a.default.gray45,title:{style:{color:a.default.gray92}}},yAxis:{gridLineColor:a.default.gray45,labels:{style:{color:a.default.gray98}},lineColor:a.default.gray45,minorGridLineColor:a.default.gray30,tickColor:a.default.gray45,title:{style:{color:a.default.gray92}}},tooltip:{backgroundColor:a.default.black,style:{color:a.default.white}},plotOptions:{series:{dataLabels:{color:a.default.gray92},marker:{lineColor:a.default.gray22}},boxplot:{fillColor:a.default.gray30},candlestick:{lineColor:a.default.white},errorbar:{color:a.default.white}},legend:{itemStyle:{color:a.default.gray98},itemHoverStyle:{color:a.default.white},itemHiddenStyle:{color:a.default.gray30}},credits:{style:{color:a.default.gray22}},labels:{style:{color:a.default.white}},drilldown:{activeAxisLabelStyle:{color:a.default.white},activeDataLabelStyle:{color:a.default.white}},navigation:{buttonOptions:{symbolStroke:a.default.gray96,theme:{fill:a.default.gray30}}},rangeSelector:{buttonTheme:{fill:a.default.gray30,stroke:a.default.black,style:{color:a.default.gray96},states:{hover:{fill:a.default.gray45,stroke:a.default.black,style:{color:a.default.white}},select:{fill:a.default.black,stroke:a.default.black,style:{color:a.default.white}}}},inputBoxBorderColor:a.default.gray30,inputStyle:{backgroundColor:a.default.gray20,color:a.default.gray80},labelStyle:{color:a.default.gray80}},navigator:{handles:{backgroundColor:a.default.gray22,borderColor:a.default.gray96},outlineColor:a.default.gray30,maskFill:"rgba(255,255,255,0.1)",series:{color:a.default.cat30ColorL,lineColor:a.default.accentColorL40},xAxis:{gridLineColor:a.default.gray30}},scrollbar:{barBackgroundColor:a.default.gray80,barBorderColor:a.default.gray80,buttonArrowColor:a.default.gray96,buttonBackgroundColor:a.default.gray30,buttonBorderColor:a.default.gray30,rifleColor:a.default.white,trackBackgroundColor:a.default.gray22,trackBorderColor:a.default.gray22},legendBackgroundColor:"rgba(0, 0, 0, 0.5)",background2:a.default.gray30,dataLabelsColor:a.default.gray96,textColor:a.default.gray96,contrastTextColor:a.default.white,maskColor:"rgba(255,255,255,0.3)"};var l=["#006d9c","#4fa484","#ec9960","#af575a","#b6c75a","#62b3b2","#294e70","#738795","#edd051","#bd9872","#5a4575","#7ea77b","#708794","#d7c6b7","#339bb2","#55672d","#e6e1ae","#96907f","#87bc65","#cf7e60","#7b5547","#77d6d8","#4a7f2c","#f589ad","#6a2c5d","#aaabae","#9a7438","#a4d563","#7672a4","#184b81","#7fb6ce","#a7d2c2","#f6ccb0","#d7abad","#dbe3ad","#b1d9d9","#94a7b8","#b9c3ca","#f6e8a8","#deccb9","#b7acca","#b2cab0","#a5b2bf","#e9ddd4","#66c3d0","#aab396","#f3f0d7","#c1bcb3","#b6d7a3","#e1b2a1","#dec4ba","#abe6e8","#91b282","#f8b7ce","#cba3c2","#cccdce","#c3ab89","#c7e6a3","#ada9c8","#a4bbe0"];function u(t,e,n){var i;return i=(t<<16|e<<8|n).toString(16).toUpperCase(),new Array(7-i.length).join("0")+i}t.panelColors={selected:"#4092c9",hovered:"#a4d7f4"}}.apply(e,i))||(t.exports=r)},"./src/main/webapp/util/formatters/formatHistogramData.es":function(t,e,n){var i,r;n("./node_modules/core-js/modules/es.symbol.js"),n("./node_modules/core-js/modules/es.symbol.description.js"),n("./node_modules/core-js/modules/es.symbol.iterator.js"),n("./node_modules/core-js/modules/es.array.from.js"),n("./node_modules/core-js/modules/es.array.iterator.js"),n("./node_modules/core-js/modules/es.array.slice.js"),n("./node_modules/core-js/modules/es.function.name.js"),n("./node_modules/core-js/modules/es.regexp.exec.js"),n("./node_modules/core-js/modules/es.regexp.to-string.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js"),i=[e,n("./node_modules/core-js/modules/es.array.flat.js"),n("./node_modules/core-js/modules/es.array.map.js"),n("./node_modules/core-js/modules/es.array.unscopables.flat.js"),n("./node_modules/core-js/modules/es.number.constructor.js"),n("./node_modules/core-js/modules/es.object.entries.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/web.dom-collections.for-each.js"),n("./src/main/webapp/plots/types/Point.es"),n("./src/main/webapp/plots/types/Points.es")],void 0===(r=function(t,e,n,i,r,o,s,a,c,l){"use strict";function u(t){return t&&t.__esModule?t:{default:t}}function d(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var i,r,o,s,a=[],c=!0,l=!1;try{if(o=(n=n.call(t)).next,0===e){if(Object(n)!==n)return;c=!1}else for(;!(c=(i=o.call(n)).done)&&(a.push(i.value),a.length!==e);c=!0);}catch(t){l=!0,r=t}finally{try{if(!c&&null!=n.return&&(s=n.return(),Object(s)!==s))return}finally{if(l)throw r}}return a}}(t,e)||function(t,e){if(t){if("string"==typeof t)return h(t,e);var n={}.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?h(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function h(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}Object.defineProperty(t,"__esModule",{value:!0}),t.formatUnHighlightedSeries=t.formatHistogramData=void 0,c=u(c),l=u(l);t.formatHistogramData=function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];if(null!=t.rows&&null!=t.fields){var i=t.fields.indexOf(e);return n.map((function(e){var n={points:new l.default,minX:null,maxX:null,name:e},r=t.fields.indexOf(e);return i>=0&&r>=0&&(t.rows.forEach((function(t){var e=parseFloat(t[i]),o=parseInt(t[r],10);n.points.add(new c.default(e,o))})),n.minX=parseFloat(t.rows[0][i]),n.maxX=parseFloat(t.rows[t.rows.length-1][i])),n}))}return null},t.formatUnHighlightedSeries=function(t){var e={points:new l.default,name:"__unHighlightedSeries__"},n=t.map((function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e=t.points.pointArray,n=void 0===e?[]:e;return n})).flat().reduce((function(t,e){var n=e.x,i=e.y;return t[n]=null==t[n]?i:t[n]+i,t}),{});return Object.entries(n).forEach((function(t){var n=d(t,2),i=n[0],r=n[1];e.points.add(new c.default(Number(i),r))})),e}}.apply(e,i))||(t.exports=r)},"./src/main/webapp/util/simpleLegendAlign.es":function(t,e,n){var i;void 0===(i=function(n){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=function(t){var e={};null!=t&&("left"===t||"right"===t?(e.align=t,e.verticalAlign="middle",e.layout="vertical"):"top"!==t&&"bottom"!==t||(e.align="center",e.verticalAlign=t,e.layout="horizontal"));return e},t.exports=e.default}.apply(e,[e]))||(t.exports=i)},"./src/main/webapp/util/validators/NumberValidator.es":function(t,e,n){var i,r;i=[e,n("./node_modules/core-js/modules/es.number.constructor.js"),n("./node_modules/core-js/modules/es.number.is-integer.js")],void 0===(r=function(t,e,n){"use strict";function i(t){return!Array.isArray(t)&&t-parseFloat(t)+1>=0}Object.defineProperty(t,"__esModule",{value:!0}),t.validate=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=Number(t),o=i(t)&&(!1!==e.allowFloats||r(n)),s=null==e.min||(e.minExclusive?n>e.min:n>=e.min),a=null==e.max||(e.maxExclusive?n<e.max:n<=e.max);return o&&s&&a};var r=Number.isInteger||function(t){return"number"==typeof t&&isFinite(t)&&Math.floor(t)===t}}.apply(e,i))||(t.exports=r)},"./src/main/webapp/util/visualizationUtil.es":function(t,e,n){var i,r;function o(t){return(o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}n("./node_modules/core-js/modules/es.symbol.js"),n("./node_modules/core-js/modules/es.symbol.description.js"),n("./node_modules/core-js/modules/es.symbol.iterator.js"),n("./node_modules/core-js/modules/es.symbol.to-primitive.js"),n("./node_modules/core-js/modules/es.array.filter.js"),n("./node_modules/core-js/modules/es.array.iterator.js"),n("./node_modules/core-js/modules/es.date.to-primitive.js"),n("./node_modules/core-js/modules/es.number.constructor.js"),n("./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"),n("./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"),n("./node_modules/core-js/modules/es.string.iterator.js"),n("./node_modules/core-js/modules/web.dom-collections.for-each.js"),n("./node_modules/core-js/modules/web.dom-collections.iterator.js"),i=[e,n("./node_modules/core-js/modules/es.array.concat.js"),n("./node_modules/core-js/modules/es.function.name.js"),n("./node_modules/core-js/modules/es.object.keys.js"),n("./node_modules/core-js/modules/es.object.to-string.js"),n("./node_modules/core-js/modules/es.regexp.exec.js"),n("./node_modules/core-js/modules/es.string.match.js"),n("./node_modules/@splunk/splunk-utils/config.js")],void 0===(r=function(t,e,n,i,r,s,a,c){"use strict";function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,i)}return n}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){d(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function d(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=o(t)||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var i=n.call(t,e||"default");if("object"!=o(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==o(e)?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}Object.defineProperty(t,"__esModule",{value:!0}),t.findFieldIndex=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1?arguments[1]:void 0;return t.reduce((function(t,n,i){return n.name===e?i:t}),-1)},t.findFieldIndices=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];return t.reduce((function(t,e,n){return u(u({},t),{},d({},e.name,n))}),{})},t.getCurrentTheme=function(){return window.__splunk_page_theme__||"light"},t.getSeriesGroup=function(t){return[t].concat(null!=t.linkedSeries?t.linkedSeries:[])},t.getVisualizationConfig=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0,r=t.getPropertyNamespaceInfo().propertyNamespace,o=e["".concat(r).concat(n)];return null!=o?o:i},t.getVizId=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:c.app;return"".concat(e,".").concat(t)},t.removeChildElements=function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},t.setVizConfig=void 0,t.sortLegendLabels=function(t,e){if("string"==typeof t&&"string"==typeof e){var n=t.match(/(\d+)$/),i=e.match(/(\d+)$/);if(null!=n&&null!=i){var r=parseInt(n[0],10),o=parseInt(i[0],10);if(!isNaN(r)&&!isNaN(o))return r-o}}else if("number"==typeof t&&"number"==typeof e)return t-e;return 0},t.splitKeyToString=function(t){try{var e=JSON.parse(t);return Object.keys(e).reduce((function(t,n){return"".concat(t," ").concat(n,"=").concat(e[n]," ")}),"")}catch(e){return t}};t.setVizConfig=function(t,e,n){return t.settings.set("".concat(t.settings.attributes.type,".").concat(e),n)}}.apply(e,i))||(t.exports=r)}})})); |