mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 22:37:28 -08:00
3e19509a49
* Fixed missing oauth tables during setup. * Merge remote-tracking branch 'snipe-it-upstream/develop' into develop * Merge remote-tracking branch 'snipe-it-upstream/develop' into develop Merge remote-tracking branch 'origin/develop' into develop * Fixed Pie Graph sizing on dashboard Updated chart.js to 2.7.3 Added height to canvas
11 lines
296 KiB
JavaScript
11 lines
296 KiB
JavaScript
if("undefined"==typeof jQuery)throw new Error("AdminLTE requires jQuery");+function(t){"use strict";function e(e){return this.each(function(){var n=t(this),r=n.data(i);if(!r){var s=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,r=new a(n,s))}if("string"==typeof r){if(void 0===r[e])throw new Error("No method named "+e);r[e]()}})}var i="lte.boxrefresh",o={source:"",params:{},trigger:".refresh-btn",content:".box-body",loadInContent:!0,responseType:"",overlayTemplate:'<div class="overlay"><div class="fa fa-refresh fa-spin"></div></div>',onLoadStart:function(){},onLoadDone:function(t){return t}},n={data:'[data-widget="box-refresh"]'},a=function(e,i){if(this.element=e,this.options=i,this.$overlay=t(i.overlay),""===i.source)throw new Error("Source url was not defined. Please specify a url in your BoxRefresh source option.");this._setUpListeners(),this.load()};a.prototype.load=function(){this._addOverlay(),this.options.onLoadStart.call(t(this)),t.get(this.options.source,this.options.params,function(e){this.options.loadInContent&&t(this.options.content).html(e),this.options.onLoadDone.call(t(this),e),this._removeOverlay()}.bind(this),""!==this.options.responseType&&this.options.responseType)},a.prototype._setUpListeners=function(){t(this.element).on("click",n.trigger,function(t){t&&t.preventDefault(),this.load()}.bind(this))},a.prototype._addOverlay=function(){t(this.element).append(this.$overlay)},a.prototype._removeOverlay=function(){t(this.element).remove(this.$overlay)};var r=t.fn.boxRefresh;t.fn.boxRefresh=e,t.fn.boxRefresh.Constructor=a,t.fn.boxRefresh.noConflict=function(){return t.fn.boxRefresh=r,this},t(window).on("load",function(){t(n.data).each(function(){e.call(t(this))})})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this),a=n.data(i);if(!a){var r=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,a=new s(n,r))}if("string"==typeof e){if(void 0===a[e])throw new Error("No method named "+e);a[e]()}})}var i="lte.boxwidget",o={animationSpeed:500,collapseTrigger:'[data-widget="collapse"]',removeTrigger:'[data-widget="remove"]',collapseIcon:"fa-minus",expandIcon:"fa-plus",removeIcon:"fa-times"},n={data:".box",collapsed:".collapsed-box",header:".box-header",body:".box-body",footer:".box-footer",tools:".box-tools"},a={collapsed:"collapsed-box"},r={collapsed:"collapsed.boxwidget",expanded:"expanded.boxwidget",removed:"removed.boxwidget"},s=function(t,e){this.element=t,this.options=e,this._setUpListeners()};s.prototype.toggle=function(){t(this.element).is(n.collapsed)?this.expand():this.collapse()},s.prototype.expand=function(){var e=t.Event(r.expanded),i=this.options.collapseIcon,o=this.options.expandIcon;t(this.element).removeClass(a.collapsed),t(this.element).children(n.header+", "+n.body+", "+n.footer).children(n.tools).find("."+o).removeClass(o).addClass(i),t(this.element).children(n.body+", "+n.footer).slideDown(this.options.animationSpeed,function(){t(this.element).trigger(e)}.bind(this))},s.prototype.collapse=function(){var e=t.Event(r.collapsed),i=this.options.collapseIcon,o=this.options.expandIcon;t(this.element).children(n.header+", "+n.body+", "+n.footer).children(n.tools).find("."+i).removeClass(i).addClass(o),t(this.element).children(n.body+", "+n.footer).slideUp(this.options.animationSpeed,function(){t(this.element).addClass(a.collapsed),t(this.element).trigger(e)}.bind(this))},s.prototype.remove=function(){var e=t.Event(r.removed);t(this.element).slideUp(this.options.animationSpeed,function(){t(this.element).trigger(e),t(this.element).remove()}.bind(this))},s.prototype._setUpListeners=function(){var e=this;t(this.element).on("click",this.options.collapseTrigger,function(i){return i&&i.preventDefault(),e.toggle(t(this)),!1}),t(this.element).on("click",this.options.removeTrigger,function(i){return i&&i.preventDefault(),e.remove(t(this)),!1})};var l=t.fn.boxWidget;t.fn.boxWidget=e,t.fn.boxWidget.Constructor=s,t.fn.boxWidget.noConflict=function(){return t.fn.boxWidget=l,this},t(window).on("load",function(){t(n.data).each(function(){e.call(t(this))})})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this),a=n.data(i);if(!a){var r=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,a=new s(n,r))}"string"==typeof e&&a.toggle()})}var i="lte.controlsidebar",o={slide:!0},n={sidebar:".control-sidebar",data:'[data-toggle="control-sidebar"]',open:".control-sidebar-open",bg:".control-sidebar-bg",wrapper:".wrapper",content:".content-wrapper",boxed:".layout-boxed"},a={open:"control-sidebar-open",fixed:"fixed"},r={collapsed:"collapsed.controlsidebar",expanded:"expanded.controlsidebar"},s=function(t,e){this.element=t,this.options=e,this.hasBindedResize=!1,this.init()};s.prototype.init=function(){t(this.element).is(n.data)||t(this).on("click",this.toggle),this.fix(),t(window).resize(function(){this.fix()}.bind(this))},s.prototype.toggle=function(e){e&&e.preventDefault(),this.fix(),t(n.sidebar).is(n.open)||t("body").is(n.open)?this.collapse():this.expand()},s.prototype.expand=function(){this.options.slide?t(n.sidebar).addClass(a.open):t("body").addClass(a.open),t(this.element).trigger(t.Event(r.expanded))},s.prototype.collapse=function(){t("body, "+n.sidebar).removeClass(a.open),t(this.element).trigger(t.Event(r.collapsed))},s.prototype.fix=function(){t("body").is(n.boxed)&&this._fixForBoxed(t(n.bg))},s.prototype._fixForBoxed=function(e){e.css({position:"absolute",height:t(n.wrapper).height()})};var l=t.fn.controlSidebar;t.fn.controlSidebar=e,t.fn.controlSidebar.Constructor=s,t.fn.controlSidebar.noConflict=function(){return t.fn.controlSidebar=l,this},t(document).on("click",n.data,function(i){i&&i.preventDefault(),e.call(t(this),"toggle")})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var o=t(this),n=o.data(i);n||o.data(i,n=new a(o)),"string"==typeof e&&n.toggle(o)})}var i="lte.directchat",o={data:'[data-widget="chat-pane-toggle"]',box:".direct-chat"},n={open:"direct-chat-contacts-open"},a=function(t){this.element=t};a.prototype.toggle=function(t){t.parents(o.box).first().toggleClass(n.open)};var r=t.fn.directChat;t.fn.directChat=e,t.fn.directChat.Constructor=a,t.fn.directChat.noConflict=function(){return t.fn.directChat=r,this},t(document).on("click",o.data,function(i){i&&i.preventDefault(),e.call(t(this),"toggle")})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this),a=n.data(i);if(!a){var s=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,a=new r(s))}if("string"==typeof e){if(void 0===a[e])throw new Error("No method named "+e);a[e]()}})}var i="lte.layout",o={slimscroll:!0,resetHeight:!0},n={wrapper:".wrapper",contentWrapper:".content-wrapper",layoutBoxed:".layout-boxed",mainFooter:".main-footer",mainHeader:".main-header",sidebar:".sidebar",controlSidebar:".control-sidebar",fixed:".fixed",sidebarMenu:".sidebar-menu",logo:".main-header .logo"},a={fixed:"fixed",holdTransition:"hold-transition"},r=function(t){this.options=t,this.bindedResize=!1,this.activate()};r.prototype.activate=function(){this.fix(),this.fixSidebar(),t("body").removeClass(a.holdTransition),this.options.resetHeight&&t("body, html, "+n.wrapper).css({height:"auto","min-height":"100%"}),this.bindedResize||(t(window).resize(function(){this.fix(),this.fixSidebar(),t(n.logo+", "+n.sidebar).one("webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend",function(){this.fix(),this.fixSidebar()}.bind(this))}.bind(this)),this.bindedResize=!0),t(n.sidebarMenu).on("expanded.tree",function(){this.fix(),this.fixSidebar()}.bind(this)),t(n.sidebarMenu).on("collapsed.tree",function(){this.fix(),this.fixSidebar()}.bind(this))},r.prototype.fix=function(){t(n.layoutBoxed+" > "+n.wrapper).css("overflow","hidden");var e=t(n.mainFooter).outerHeight()||0,i=t(n.mainHeader).outerHeight()||0,o=i+e,r=t(window).height(),s=t(n.sidebar).height()||0;if(t("body").hasClass(a.fixed))t(n.contentWrapper).css("min-height",r-e);else{var l;r>=s?(t(n.contentWrapper).css("min-height",r-o),l=r-o):(t(n.contentWrapper).css("min-height",s),l=s);var h=t(n.controlSidebar);void 0!==h&&h.height()>l&&t(n.contentWrapper).css("min-height",h.height())}},r.prototype.fixSidebar=function(){if(!t("body").hasClass(a.fixed))return void(void 0!==t.fn.slimScroll&&t(n.sidebar).slimScroll({destroy:!0}).height("auto"));this.options.slimscroll&&void 0!==t.fn.slimScroll&&t(n.sidebar).slimScroll({height:t(window).height()-t(n.mainHeader).height()+"px"})};var s=t.fn.layout;t.fn.layout=e,t.fn.layout.Constuctor=r,t.fn.layout.noConflict=function(){return t.fn.layout=s,this},t(window).on("load",function(){e.call(t("body"))})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this),a=n.data(i);if(!a){var r=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,a=new s(r))}"toggle"===e&&a.toggle()})}var i="lte.pushmenu",o={collapseScreenSize:767,expandOnHover:!1,expandTransitionDelay:200},n={collapsed:".sidebar-collapse",open:".sidebar-open",mainSidebar:".main-sidebar",contentWrapper:".content-wrapper",searchInput:".sidebar-form .form-control",button:'[data-toggle="push-menu"]',mini:".sidebar-mini",expanded:".sidebar-expanded-on-hover",layoutFixed:".fixed"},a={collapsed:"sidebar-collapse",open:"sidebar-open",mini:"sidebar-mini",expanded:"sidebar-expanded-on-hover",expandFeature:"sidebar-mini-expand-feature",layoutFixed:"fixed"},r={expanded:"expanded.pushMenu",collapsed:"collapsed.pushMenu"},s=function(t){this.options=t,this.init()};s.prototype.init=function(){(this.options.expandOnHover||t("body").is(n.mini+n.layoutFixed))&&(this.expandOnHover(),t("body").addClass(a.expandFeature)),t(n.contentWrapper).click(function(){t(window).width()<=this.options.collapseScreenSize&&t("body").hasClass(a.open)&&this.close()}.bind(this)),t(n.searchInput).click(function(t){t.stopPropagation()})},s.prototype.toggle=function(){var e=t(window).width(),i=!t("body").hasClass(a.collapsed);e<=this.options.collapseScreenSize&&(i=t("body").hasClass(a.open)),i?this.close():this.open()},s.prototype.open=function(){t(window).width()>this.options.collapseScreenSize?t("body").removeClass(a.collapsed).trigger(t.Event(r.expanded)):t("body").addClass(a.open).trigger(t.Event(r.expanded))},s.prototype.close=function(){t(window).width()>this.options.collapseScreenSize?t("body").addClass(a.collapsed).trigger(t.Event(r.collapsed)):t("body").removeClass(a.open+" "+a.collapsed).trigger(t.Event(r.collapsed))},s.prototype.expandOnHover=function(){t(n.mainSidebar).hover(function(){t("body").is(n.mini+n.collapsed)&&t(window).width()>this.options.collapseScreenSize&&this.expand()}.bind(this),function(){t("body").is(n.expanded)&&this.collapse()}.bind(this))},s.prototype.expand=function(){setTimeout(function(){t("body").removeClass(a.collapsed).addClass(a.expanded)},this.options.expandTransitionDelay)},s.prototype.collapse=function(){setTimeout(function(){t("body").removeClass(a.expanded).addClass(a.collapsed)},this.options.expandTransitionDelay)};var l=t.fn.pushMenu;t.fn.pushMenu=e,t.fn.pushMenu.Constructor=s,t.fn.pushMenu.noConflict=function(){return t.fn.pushMenu=l,this},t(document).on("click",n.button,function(i){i.preventDefault(),e.call(t(this),"toggle")}),t(window).on("load",function(){e.call(t(n.button))})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this),a=n.data(i);if(!a){var s=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,a=new r(n,s))}if("string"==typeof a){if(void 0===a[e])throw new Error("No method named "+e);a[e]()}})}var i="lte.todolist",o={onCheck:function(t){return t},onUnCheck:function(t){return t}},n={data:'[data-widget="todo-list"]'},a={done:"done"},r=function(t,e){this.element=t,this.options=e,this._setUpListeners()};r.prototype.toggle=function(t){if(t.parents(n.li).first().toggleClass(a.done),!t.prop("checked"))return void this.unCheck(t);this.check(t)},r.prototype.check=function(t){this.options.onCheck.call(t)},r.prototype.unCheck=function(t){this.options.onUnCheck.call(t)},r.prototype._setUpListeners=function(){var e=this;t(this.element).on("change ifChanged","input:checkbox",function(){e.toggle(t(this))})};var s=t.fn.todoList;t.fn.todoList=e,t.fn.todoList.Constructor=r,t.fn.todoList.noConflict=function(){return t.fn.todoList=s,this},t(window).on("load",function(){t(n.data).each(function(){e.call(t(this))})})}(jQuery),function(t){"use strict";function e(e){return this.each(function(){var n=t(this);if(!n.data(i)){var a=t.extend({},o,n.data(),"object"==typeof e&&e);n.data(i,new s(n,a))}})}var i="lte.tree",o={animationSpeed:500,accordion:!0,followLink:!1,trigger:".treeview a"},n={tree:".tree",treeview:".treeview",treeviewMenu:".treeview-menu",open:".menu-open, .active",li:"li",data:'[data-widget="tree"]',active:".active"},a={open:"menu-open",tree:"tree"},r={collapsed:"collapsed.tree",expanded:"expanded.tree"},s=function(e,i){this.element=e,this.options=i,t(this.element).addClass(a.tree),t(n.treeview+n.active,this.element).addClass(a.open),this._setUpListeners()};s.prototype.toggle=function(t,e){var i=t.next(n.treeviewMenu),o=t.parent(),r=o.hasClass(a.open);o.is(n.treeview)&&(this.options.followLink&&"#"!==t.attr("href")||e.preventDefault(),r?this.collapse(i,o):this.expand(i,o))},s.prototype.expand=function(e,i){var o=t.Event(r.expanded);if(this.options.accordion){var s=i.siblings(n.open),l=s.children(n.treeviewMenu);this.collapse(l,s)}i.addClass(a.open),e.slideDown(this.options.animationSpeed,function(){t(this.element).trigger(o)}.bind(this))},s.prototype.collapse=function(e,i){var o=t.Event(r.collapsed);i.removeClass(a.open),e.slideUp(this.options.animationSpeed,function(){t(this.element).trigger(o)}.bind(this))},s.prototype._setUpListeners=function(){var e=this;t(this.element).on("click",this.options.trigger,function(i){e.toggle(t(this),i)})};var l=t.fn.tree;t.fn.tree=e,t.fn.tree.Constructor=s,t.fn.tree.noConflict=function(){return t.fn.tree=l,this},t(window).on("load",function(){t(n.data).each(function(){e.call(t(this))})})}(jQuery),function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?module.exports=e():t.Tether=e()}(this,function(){"use strict";function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t){var i=t.getBoundingClientRect(),o={};for(var n in i)o[n]=i[n];if(t.ownerDocument!==document){var a=t.ownerDocument.defaultView.frameElement;if(a){var r=e(a);o.top+=r.top,o.bottom+=r.top,o.left+=r.left,o.right+=r.left}}return o}function i(t){var e=getComputedStyle(t)||{},i=e.position,o=[];if("fixed"===i)return[t];for(var n=t;(n=n.parentNode)&&n&&1===n.nodeType;){var a=void 0;try{a=getComputedStyle(n)}catch(t){}if(void 0===a||null===a)return o.push(n),o;var r=a,s=r.overflow,l=r.overflowX;/(auto|scroll|overlay)/.test(s+r.overflowY+l)&&("absolute"!==i||["relative","absolute","fixed"].indexOf(a.position)>=0)&&o.push(n)}return o.push(t.ownerDocument.body),t.ownerDocument!==document&&o.push(t.ownerDocument.defaultView),o}function o(){_&&document.body.removeChild(_),_=null}function n(t){var i=void 0;t===document?(i=document,t=document.documentElement):i=t.ownerDocument;var o=i.documentElement,n=e(t),a=D();return n.top-=a.top,n.left-=a.left,void 0===n.width&&(n.width=document.body.scrollWidth-n.left-n.right),void 0===n.height&&(n.height=document.body.scrollHeight-n.top-n.bottom),n.top=n.top-o.clientTop,n.left=n.left-o.clientLeft,n.right=i.body.clientWidth-n.width-n.left,n.bottom=i.body.clientHeight-n.height-n.top,n}function a(t){return t.offsetParent||document.documentElement}function r(){if(M)return M;var t=document.createElement("div");t.style.width="100%",t.style.height="200px";var e=document.createElement("div");s(e.style,{position:"absolute",top:0,left:0,pointerEvents:"none",visibility:"hidden",width:"200px",height:"150px",overflow:"hidden"}),e.appendChild(t),document.body.appendChild(e);var i=t.offsetWidth;e.style.overflow="scroll";var o=t.offsetWidth;i===o&&(o=e.clientWidth),document.body.removeChild(e);var n=i-o;return M={width:n,height:n}}function s(){var t=arguments.length<=0||void 0===arguments[0]?{}:arguments[0],e=[];return Array.prototype.push.apply(e,arguments),e.slice(1).forEach(function(e){if(e)for(var i in e)({}).hasOwnProperty.call(e,i)&&(t[i]=e[i])}),t}function l(t,e){if(void 0!==t.classList)e.split(" ").forEach(function(e){e.trim()&&t.classList.remove(e)});else{var i=new RegExp("(^| )"+e.split(" ").join("|")+"( |$)","gi"),o=u(t).replace(i," ");c(t,o)}}function h(t,e){if(void 0!==t.classList)e.split(" ").forEach(function(e){e.trim()&&t.classList.add(e)});else{l(t,e);var i=u(t)+" "+e;c(t,i)}}function d(t,e){if(void 0!==t.classList)return t.classList.contains(e);var i=u(t);return new RegExp("(^| )"+e+"( |$)","gi").test(i)}function u(t){return t.className instanceof t.ownerDocument.defaultView.SVGAnimatedString?t.className.baseVal:t.className}function c(t,e){t.setAttribute("class",e)}function f(t,e,i){i.forEach(function(i){-1===e.indexOf(i)&&d(t,i)&&l(t,i)}),e.forEach(function(e){d(t,e)||h(t,e)})}function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function p(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function, not "+typeof e);t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}}),e&&(Object.setPrototypeOf?Object.setPrototypeOf(t,e):t.__proto__=e)}function g(t,e){var i=arguments.length<=2||void 0===arguments[2]?1:arguments[2];return t+i>=e&&e>=t-i}function m(){return"object"==typeof performance&&"function"==typeof performance.now?performance.now():+new Date}function v(){for(var t={top:0,left:0},e=arguments.length,i=Array(e),o=0;o<e;o++)i[o]=arguments[o];return i.forEach(function(e){var i=e.top,o=e.left;"string"==typeof i&&(i=parseFloat(i,10)),"string"==typeof o&&(o=parseFloat(o,10)),t.top+=i,t.left+=o}),t}function b(t,e){return"string"==typeof t.left&&-1!==t.left.indexOf("%")&&(t.left=parseFloat(t.left,10)/100*e.width),"string"==typeof t.top&&-1!==t.top.indexOf("%")&&(t.top=parseFloat(t.top,10)/100*e.height),t}function y(t,e){return"scrollParent"===e?e=t.scrollParents[0]:"window"===e&&(e=[pageXOffset,pageYOffset,innerWidth+pageXOffset,innerHeight+pageYOffset]),e===document&&(e=e.documentElement),void 0!==e.nodeType&&function(){var t=e,i=n(e),o=i,a=getComputedStyle(e);if(e=[o.left,o.top,i.width+o.left,i.height+o.top],t.ownerDocument!==document){var r=t.ownerDocument.defaultView;e[0]+=r.pageXOffset,e[1]+=r.pageYOffset,e[2]+=r.pageXOffset,e[3]+=r.pageYOffset}q.forEach(function(t,i){t=t[0].toUpperCase()+t.substr(1),"Top"===t||"Left"===t?e[i]+=parseFloat(a["border"+t+"Width"]):e[i]-=parseFloat(a["border"+t+"Width"])})}(),e}var x=function(){function t(t,e){for(var i=0;i<e.length;i++){var o=e[i];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(e,i,o){return i&&t(e.prototype,i),o&&t(e,o),e}}(),w=void 0;void 0===w&&(w={modules:[]});var _=null,k=function(){var t=0;return function(){return++t}}(),C={},D=function(){var t=_;t&&document.body.contains(t)||(t=document.createElement("div"),t.setAttribute("data-tether-id",k()),s(t.style,{top:0,left:0,position:"absolute"}),document.body.appendChild(t),_=t);var i=t.getAttribute("data-tether-id");return void 0===C[i]&&(C[i]=e(t),T(function(){delete C[i]})),C[i]},M=null,S=[],T=function(t){S.push(t)},I=function(){for(var t=void 0;t=S.pop();)t()},A=function(){function e(){t(this,e)}return x(e,[{key:"on",value:function(t,e,i){var o=!(arguments.length<=3||void 0===arguments[3])&&arguments[3];void 0===this.bindings&&(this.bindings={}),void 0===this.bindings[t]&&(this.bindings[t]=[]),this.bindings[t].push({handler:e,ctx:i,once:o})}},{key:"once",value:function(t,e,i){this.on(t,e,i,!0)}},{key:"off",value:function(t,e){if(void 0!==this.bindings&&void 0!==this.bindings[t])if(void 0===e)delete this.bindings[t];else for(var i=0;i<this.bindings[t].length;)this.bindings[t][i].handler===e?this.bindings[t].splice(i,1):++i}},{key:"trigger",value:function(t){if(void 0!==this.bindings&&this.bindings[t]){for(var e=0,i=arguments.length,o=Array(i>1?i-1:0),n=1;n<i;n++)o[n-1]=arguments[n];for(;e<this.bindings[t].length;){var a=this.bindings[t][e],r=a.handler,s=a.ctx,l=a.once,h=s;void 0===h&&(h=this),r.apply(h,o),l?this.bindings[t].splice(e,1):++e}}}}]),e}();w.Utils={getActualBoundingClientRect:e,getScrollParents:i,getBounds:n,getOffsetParent:a,extend:s,addClass:h,removeClass:l,hasClass:d,updateClasses:f,defer:T,flush:I,uniqueId:k,Evented:A,getScrollBarSize:r,removeUtilElements:o};var P=function(){function t(t,e){var i=[],o=!0,n=!1,a=void 0;try{for(var r,s=t[Symbol.iterator]();!(o=(r=s.next()).done)&&(i.push(r.value),!e||i.length!==e);o=!0);}catch(t){n=!0,a=t}finally{try{!o&&s.return&&s.return()}finally{if(n)throw a}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),x=function(){function t(t,e){for(var i=0;i<e.length;i++){var o=e[i];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(e,i,o){return i&&t(e.prototype,i),o&&t(e,o),e}}(),F=function(t,e,i){for(var o=!0;o;){var n=t,a=e,r=i;o=!1,null===n&&(n=Function.prototype);var s=Object.getOwnPropertyDescriptor(n,a);if(void 0!==s){if("value"in s)return s.value;var l=s.get;if(void 0===l)return;return l.call(r)}var h=Object.getPrototypeOf(n);if(null===h)return;t=h,e=a,i=r,o=!0,s=h=void 0}};if(void 0===w)throw new Error("You must include the utils.js file before tether.js");var O=w.Utils,i=O.getScrollParents,n=O.getBounds,a=O.getOffsetParent,s=O.extend,h=O.addClass,l=O.removeClass,f=O.updateClasses,T=O.defer,I=O.flush,r=O.getScrollBarSize,o=O.removeUtilElements,E=function(){if("undefined"==typeof document)return"";for(var t=document.createElement("div"),e=["transform","WebkitTransform","OTransform","MozTransform","msTransform"],i=0;i<e.length;++i){var o=e[i];if(void 0!==t.style[o])return o}}(),L=[],R=function(){L.forEach(function(t){t.position(!1)}),I()};!function(){var t=null,e=null,i=null,o=function o(){if(void 0!==e&&e>16)return e=Math.min(e-16,250),void(i=setTimeout(o,250));void 0!==t&&m()-t<10||(null!=i&&(clearTimeout(i),i=null),t=m(),R(),e=m()-t)};"undefined"!=typeof window&&void 0!==window.addEventListener&&["resize","scroll","touchmove"].forEach(function(t){window.addEventListener(t,o)})}();var z={center:"center",left:"right",right:"left"},B={middle:"middle",top:"bottom",bottom:"top"},N={top:0,left:0,middle:"50%",center:"50%",bottom:"100%",right:"100%"},W=function(t,e){var i=t.left,o=t.top;return"auto"===i&&(i=z[e.left]),"auto"===o&&(o=B[e.top]),{left:i,top:o}},V=function(t){var e=t.left,i=t.top;return void 0!==N[t.left]&&(e=N[t.left]),void 0!==N[t.top]&&(i=N[t.top]),{left:e,top:i}},H=function(t){var e=t.split(" "),i=P(e,2);return{top:i[0],left:i[1]}},U=H,j=function(e){function d(e){var i=this;t(this,d),F(Object.getPrototypeOf(d.prototype),"constructor",this).call(this),this.position=this.position.bind(this),L.push(this),this.history=[],this.setOptions(e,!1),w.modules.forEach(function(t){void 0!==t.initialize&&t.initialize.call(i)}),this.position()}return p(d,e),x(d,[{key:"getClass",value:function(){var t=arguments.length<=0||void 0===arguments[0]?"":arguments[0],e=this.options.classes;return void 0!==e&&e[t]?this.options.classes[t]:this.options.classPrefix?this.options.classPrefix+"-"+t:t}},{key:"setOptions",value:function(t){var e=this,o=arguments.length<=1||void 0===arguments[1]||arguments[1],n={offset:"0 0",targetOffset:"0 0",targetAttachment:"auto auto",classPrefix:"tether"};this.options=s(n,t);var a=this.options,r=a.element,l=a.target,d=a.targetModifier;if(this.element=r,this.target=l,this.targetModifier=d,"viewport"===this.target?(this.target=document.body,this.targetModifier="visible"):"scroll-handle"===this.target&&(this.target=document.body,this.targetModifier="scroll-handle"),["element","target"].forEach(function(t){if(void 0===e[t])throw new Error("Tether Error: Both element and target must be defined");void 0!==e[t].jquery?e[t]=e[t][0]:"string"==typeof e[t]&&(e[t]=document.querySelector(e[t]))}),h(this.element,this.getClass("element")),!1!==this.options.addTargetClasses&&h(this.target,this.getClass("target")),!this.options.attachment)throw new Error("Tether Error: You must provide an attachment");this.targetAttachment=U(this.options.targetAttachment),this.attachment=U(this.options.attachment),this.offset=H(this.options.offset),this.targetOffset=H(this.options.targetOffset),void 0!==this.scrollParents&&this.disable(),"scroll-handle"===this.targetModifier?this.scrollParents=[this.target]:this.scrollParents=i(this.target),!1!==this.options.enabled&&this.enable(o)}},{key:"getTargetBounds",value:function(){if(void 0===this.targetModifier)return n(this.target);if("visible"===this.targetModifier){if(this.target===document.body)return{top:pageYOffset,left:pageXOffset,height:innerHeight,width:innerWidth};var t=n(this.target),e={height:t.height,width:t.width,top:t.top,left:t.left};return e.height=Math.min(e.height,t.height-(pageYOffset-t.top)),e.height=Math.min(e.height,t.height-(t.top+t.height-(pageYOffset+innerHeight))),e.height=Math.min(innerHeight,e.height),e.height-=2,e.width=Math.min(e.width,t.width-(pageXOffset-t.left)),e.width=Math.min(e.width,t.width-(t.left+t.width-(pageXOffset+innerWidth))),e.width=Math.min(innerWidth,e.width),e.width-=2,e.top<pageYOffset&&(e.top=pageYOffset),e.left<pageXOffset&&(e.left=pageXOffset),e}if("scroll-handle"===this.targetModifier){var t=void 0,i=this.target;i===document.body?(i=document.documentElement,t={left:pageXOffset,top:pageYOffset,height:innerHeight,width:innerWidth}):t=n(i);var o=getComputedStyle(i),a=i.scrollWidth>i.clientWidth||[o.overflow,o.overflowX].indexOf("scroll")>=0||this.target!==document.body,r=0;a&&(r=15);var s=t.height-parseFloat(o.borderTopWidth)-parseFloat(o.borderBottomWidth)-r,e={width:15,height:.975*s*(s/i.scrollHeight),left:t.left+t.width-parseFloat(o.borderLeftWidth)-15},l=0;s<408&&this.target===document.body&&(l=-11e-5*Math.pow(s,2)-.00727*s+22.58),this.target!==document.body&&(e.height=Math.max(e.height,24));var h=this.target.scrollTop/(i.scrollHeight-s);return e.top=h*(s-e.height-l)+t.top+parseFloat(o.borderTopWidth),this.target===document.body&&(e.height=Math.max(e.height,24)),e}}},{key:"clearCache",value:function(){this._cache={}}},{key:"cache",value:function(t,e){return void 0===this._cache&&(this._cache={}),void 0===this._cache[t]&&(this._cache[t]=e.call(this)),this._cache[t]}},{key:"enable",value:function(){var t=this,e=arguments.length<=0||void 0===arguments[0]||arguments[0];!1!==this.options.addTargetClasses&&h(this.target,this.getClass("enabled")),h(this.element,this.getClass("enabled")),this.enabled=!0,this.scrollParents.forEach(function(e){e!==t.target.ownerDocument&&e.addEventListener("scroll",t.position)}),e&&this.position()}},{key:"disable",value:function(){var t=this;l(this.target,this.getClass("enabled")),l(this.element,this.getClass("enabled")),this.enabled=!1,void 0!==this.scrollParents&&this.scrollParents.forEach(function(e){e.removeEventListener("scroll",t.position)})}},{key:"destroy",value:function(){var t=this;this.disable(),L.forEach(function(e,i){e===t&&L.splice(i,1)}),0===L.length&&o()}},{key:"updateAttachClasses",value:function(t,e){var i=this;t=t||this.attachment,e=e||this.targetAttachment;var o=["left","top","bottom","right","middle","center"];void 0!==this._addAttachClasses&&this._addAttachClasses.length&&this._addAttachClasses.splice(0,this._addAttachClasses.length),void 0===this._addAttachClasses&&(this._addAttachClasses=[]);var n=this._addAttachClasses;t.top&&n.push(this.getClass("element-attached")+"-"+t.top),t.left&&n.push(this.getClass("element-attached")+"-"+t.left),e.top&&n.push(this.getClass("target-attached")+"-"+e.top),e.left&&n.push(this.getClass("target-attached")+"-"+e.left);var a=[];o.forEach(function(t){a.push(i.getClass("element-attached")+"-"+t),a.push(i.getClass("target-attached")+"-"+t)}),T(function(){void 0!==i._addAttachClasses&&(f(i.element,i._addAttachClasses,a),!1!==i.options.addTargetClasses&&f(i.target,i._addAttachClasses,a),delete i._addAttachClasses)})}},{key:"position",value:function(){var t=this,e=arguments.length<=0||void 0===arguments[0]||arguments[0];if(this.enabled){this.clearCache();var i=W(this.targetAttachment,this.attachment);this.updateAttachClasses(this.attachment,i);var o=this.cache("element-bounds",function(){return n(t.element)}),s=o.width,l=o.height;if(0===s&&0===l&&void 0!==this.lastSize){var h=this.lastSize;s=h.width,l=h.height}else this.lastSize={width:s,height:l};var d=this.cache("target-bounds",function(){return t.getTargetBounds()}),u=d,c=b(V(this.attachment),{width:s,height:l}),f=b(V(i),u),p=b(this.offset,{width:s,height:l}),g=b(this.targetOffset,u);c=v(c,p),f=v(f,g);for(var m=d.left+f.left-c.left,y=d.top+f.top-c.top,x=0;x<w.modules.length;++x){var _=w.modules[x],k=_.position.call(this,{left:m,top:y,targetAttachment:i,targetPos:d,elementPos:o,offset:c,targetOffset:f,manualOffset:p,manualTargetOffset:g,scrollbarSize:S,attachment:this.attachment});if(!1===k)return!1;void 0!==k&&"object"==typeof k&&(y=k.top,m=k.left)}var C={page:{top:y,left:m},viewport:{top:y-pageYOffset,bottom:pageYOffset-y-l+innerHeight,left:m-pageXOffset,right:pageXOffset-m-s+innerWidth}},D=this.target.ownerDocument,M=D.defaultView,S=void 0;return M.innerHeight>D.documentElement.clientHeight&&(S=this.cache("scrollbar-size",r),C.viewport.bottom-=S.height),M.innerWidth>D.documentElement.clientWidth&&(S=this.cache("scrollbar-size",r),C.viewport.right-=S.width),-1!==["","static"].indexOf(D.body.style.position)&&-1!==["","static"].indexOf(D.body.parentElement.style.position)||(C.page.bottom=D.body.scrollHeight-y-l,C.page.right=D.body.scrollWidth-m-s),void 0!==this.options.optimizations&&!1!==this.options.optimizations.moveElement&&void 0===this.targetModifier&&function(){var e=t.cache("target-offsetparent",function(){return a(t.target)}),i=t.cache("target-offsetparent-bounds",function(){return n(e)}),o=getComputedStyle(e),r=i,s={};if(["Top","Left","Bottom","Right"].forEach(function(t){s[t.toLowerCase()]=parseFloat(o["border"+t+"Width"])}),i.right=D.body.scrollWidth-i.left-r.width+s.right,i.bottom=D.body.scrollHeight-i.top-r.height+s.bottom,C.page.top>=i.top+s.top&&C.page.bottom>=i.bottom&&C.page.left>=i.left+s.left&&C.page.right>=i.right){var l=e.scrollTop,h=e.scrollLeft;C.offset={top:C.page.top-i.top+l-s.top,left:C.page.left-i.left+h-s.left}}}(),this.move(C),this.history.unshift(C),this.history.length>3&&this.history.pop(),e&&I(),!0}}},{key:"move",value:function(t){var e=this;if(void 0!==this.element.parentNode){var i={};for(var o in t){i[o]={};for(var n in t[o]){for(var r=!1,l=0;l<this.history.length;++l){var h=this.history[l];if(void 0!==h[o]&&!g(h[o][n],t[o][n])){r=!0;break}}r||(i[o][n]=!0)}}var d={top:"",left:"",right:"",bottom:""},u=function(t,i){if(!1!==(void 0!==e.options.optimizations?e.options.optimizations.gpu:null)){var o=void 0,n=void 0;t.top?(d.top=0,o=i.top):(d.bottom=0,o=-i.bottom),t.left?(d.left=0,n=i.left):(d.right=0,n=-i.right),window.matchMedia&&(window.matchMedia("only screen and (min-resolution: 1.3dppx)").matches||window.matchMedia("only screen and (-webkit-min-device-pixel-ratio: 1.3)").matches||(n=Math.round(n),o=Math.round(o))),d[E]="translateX("+n+"px) translateY("+o+"px)","msTransform"!==E&&(d[E]+=" translateZ(0)")}else t.top?d.top=i.top+"px":d.bottom=i.bottom+"px",t.left?d.left=i.left+"px":d.right=i.right+"px"},c=!1;if((i.page.top||i.page.bottom)&&(i.page.left||i.page.right)?(d.position="absolute",u(i.page,t.page)):(i.viewport.top||i.viewport.bottom)&&(i.viewport.left||i.viewport.right)?(d.position="fixed",u(i.viewport,t.viewport)):void 0!==i.offset&&i.offset.top&&i.offset.left?function(){d.position="absolute"
|
|
;var o=e.cache("target-offsetparent",function(){return a(e.target)});a(e.element)!==o&&T(function(){e.element.parentNode.removeChild(e.element),o.appendChild(e.element)}),u(i.offset,t.offset),c=!0}():(d.position="absolute",u({top:!0,left:!0},t.page)),!c)if(this.options.bodyElement)this.element.parentNode!==this.options.bodyElement&&this.options.bodyElement.appendChild(this.element);else{for(var f=!0,p=this.element.parentNode;p&&1===p.nodeType&&"BODY"!==p.tagName;){if("static"!==getComputedStyle(p).position){f=!1;break}p=p.parentNode}f||(this.element.parentNode.removeChild(this.element),this.element.ownerDocument.body.appendChild(this.element))}var m={},v=!1;for(var n in d){var b=d[n];this.element.style[n]!==b&&(v=!0,m[n]=b)}v&&T(function(){s(e.element.style,m),e.trigger("repositioned")})}}}]),d}(A);j.modules=[],w.position=R;var Y=s(j,w),P=function(){function t(t,e){var i=[],o=!0,n=!1,a=void 0;try{for(var r,s=t[Symbol.iterator]();!(o=(r=s.next()).done)&&(i.push(r.value),!e||i.length!==e);o=!0);}catch(t){n=!0,a=t}finally{try{!o&&s.return&&s.return()}finally{if(n)throw a}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),O=w.Utils,n=O.getBounds,s=O.extend,f=O.updateClasses,T=O.defer,q=["left","top","right","bottom"];w.modules.push({position:function(t){var e=this,i=t.top,o=t.left,a=t.targetAttachment;if(!this.options.constraints)return!0;var r=this.cache("element-bounds",function(){return n(e.element)}),l=r.height,h=r.width;if(0===h&&0===l&&void 0!==this.lastSize){var d=this.lastSize;h=d.width,l=d.height}var u=this.cache("target-bounds",function(){return e.getTargetBounds()}),c=u.height,p=u.width,g=[this.getClass("pinned"),this.getClass("out-of-bounds")];this.options.constraints.forEach(function(t){var e=t.outOfBoundsClass,i=t.pinnedClass;e&&g.push(e),i&&g.push(i)}),g.forEach(function(t){["left","top","right","bottom"].forEach(function(e){g.push(t+"-"+e)})});var m=[],v=s({},a),b=s({},this.attachment);return this.options.constraints.forEach(function(t){var n=t.to,r=t.attachment,s=t.pin;void 0===r&&(r="");var d=void 0,u=void 0;if(r.indexOf(" ")>=0){var f=r.split(" "),g=P(f,2);u=g[0],d=g[1]}else d=u=r;var x=y(e,n);"target"!==u&&"both"!==u||(i<x[1]&&"top"===v.top&&(i+=c,v.top="bottom"),i+l>x[3]&&"bottom"===v.top&&(i-=c,v.top="top")),"together"===u&&("top"===v.top&&("bottom"===b.top&&i<x[1]?(i+=c,v.top="bottom",i+=l,b.top="top"):"top"===b.top&&i+l>x[3]&&i-(l-c)>=x[1]&&(i-=l-c,v.top="bottom",b.top="bottom")),"bottom"===v.top&&("top"===b.top&&i+l>x[3]?(i-=c,v.top="top",i-=l,b.top="bottom"):"bottom"===b.top&&i<x[1]&&i+(2*l-c)<=x[3]&&(i+=l-c,v.top="top",b.top="top")),"middle"===v.top&&(i+l>x[3]&&"top"===b.top?(i-=l,b.top="bottom"):i<x[1]&&"bottom"===b.top&&(i+=l,b.top="top"))),"target"!==d&&"both"!==d||(o<x[0]&&"left"===v.left&&(o+=p,v.left="right"),o+h>x[2]&&"right"===v.left&&(o-=p,v.left="left")),"together"===d&&(o<x[0]&&"left"===v.left?"right"===b.left?(o+=p,v.left="right",o+=h,b.left="left"):"left"===b.left&&(o+=p,v.left="right",o-=h,b.left="right"):o+h>x[2]&&"right"===v.left?"left"===b.left?(o-=p,v.left="left",o-=h,b.left="right"):"right"===b.left&&(o-=p,v.left="left",o+=h,b.left="left"):"center"===v.left&&(o+h>x[2]&&"left"===b.left?(o-=h,b.left="right"):o<x[0]&&"right"===b.left&&(o+=h,b.left="left"))),"element"!==u&&"both"!==u||(i<x[1]&&"bottom"===b.top&&(i+=l,b.top="top"),i+l>x[3]&&"top"===b.top&&(i-=l,b.top="bottom")),"element"!==d&&"both"!==d||(o<x[0]&&("right"===b.left?(o+=h,b.left="left"):"center"===b.left&&(o+=h/2,b.left="left")),o+h>x[2]&&("left"===b.left?(o-=h,b.left="right"):"center"===b.left&&(o-=h/2,b.left="right"))),"string"==typeof s?s=s.split(",").map(function(t){return t.trim()}):!0===s&&(s=["top","left","right","bottom"]),s=s||[];var w=[],_=[];i<x[1]&&(s.indexOf("top")>=0?(i=x[1],w.push("top")):_.push("top")),i+l>x[3]&&(s.indexOf("bottom")>=0?(i=x[3]-l,w.push("bottom")):_.push("bottom")),o<x[0]&&(s.indexOf("left")>=0?(o=x[0],w.push("left")):_.push("left")),o+h>x[2]&&(s.indexOf("right")>=0?(o=x[2]-h,w.push("right")):_.push("right")),w.length&&function(){var t=void 0;t=void 0!==e.options.pinnedClass?e.options.pinnedClass:e.getClass("pinned"),m.push(t),w.forEach(function(e){m.push(t+"-"+e)})}(),_.length&&function(){var t=void 0;t=void 0!==e.options.outOfBoundsClass?e.options.outOfBoundsClass:e.getClass("out-of-bounds"),m.push(t),_.forEach(function(e){m.push(t+"-"+e)})}(),(w.indexOf("left")>=0||w.indexOf("right")>=0)&&(b.left=v.left=!1),(w.indexOf("top")>=0||w.indexOf("bottom")>=0)&&(b.top=v.top=!1),v.top===a.top&&v.left===a.left&&b.top===e.attachment.top&&b.left===e.attachment.left||(e.updateAttachClasses(b,v),e.trigger("update",{attachment:b,targetAttachment:v}))}),T(function(){!1!==e.options.addTargetClasses&&f(e.target,m,g),f(e.element,m,g)}),{top:i,left:o}}});var O=w.Utils,n=O.getBounds,f=O.updateClasses,T=O.defer;w.modules.push({position:function(t){var e=this,i=t.top,o=t.left,a=this.cache("element-bounds",function(){return n(e.element)}),r=a.height,s=a.width,l=this.getTargetBounds(),h=i+r,d=o+s,u=[];i<=l.bottom&&h>=l.top&&["left","right"].forEach(function(t){var e=l[t];e!==o&&e!==d||u.push(t)}),o<=l.right&&d>=l.left&&["top","bottom"].forEach(function(t){var e=l[t];e!==i&&e!==h||u.push(t)});var c=[],p=[],g=["left","top","right","bottom"];return c.push(this.getClass("abutted")),g.forEach(function(t){c.push(e.getClass("abutted")+"-"+t)}),u.length&&p.push(this.getClass("abutted")),u.forEach(function(t){p.push(e.getClass("abutted")+"-"+t)}),T(function(){!1!==e.options.addTargetClasses&&f(e.target,p,c),f(e.element,p,c)}),!0}});var P=function(){function t(t,e){var i=[],o=!0,n=!1,a=void 0;try{for(var r,s=t[Symbol.iterator]();!(o=(r=s.next()).done)&&(i.push(r.value),!e||i.length!==e);o=!0);}catch(t){n=!0,a=t}finally{try{!o&&s.return&&s.return()}finally{if(n)throw a}}return i}return function(e,i){if(Array.isArray(e))return e;if(Symbol.iterator in Object(e))return t(e,i);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}();return w.modules.push({position:function(t){var e=t.top,i=t.left;if(this.options.shift){var o=this.options.shift;"function"==typeof this.options.shift&&(o=this.options.shift.call(this,{top:e,left:i}));var n=void 0,a=void 0;if("string"==typeof o){o=o.split(" "),o[1]=o[1]||o[0];var r=o,s=P(r,2);n=s[0],a=s[1],n=parseFloat(n,10),a=parseFloat(a,10)}else n=o.top,a=o.left;return e+=n,i+=a,{top:e,left:i}}}}),Y}),function(e){e.fn.extend({slimScroll:function(i){var o={width:"auto",height:"250px",size:"7px",color:"#000",position:"right",distance:"1px",start:"top",opacity:.4,alwaysVisible:!1,disableFadeOut:!1,railVisible:!1,railColor:"#333",railOpacity:.2,railDraggable:!0,railClass:"slimScrollRail",barClass:"slimScrollBar",wrapperClass:"slimScrollDiv",allowPageScroll:!1,wheelStep:20,touchScrollStep:200,borderRadius:"7px",railBorderRadius:"7px"},n=e.extend(o,i);return this.each(function(){function o(t){if(h){var t=t||window.event,i=0;t.wheelDelta&&(i=-t.wheelDelta/120),t.detail&&(i=t.detail/3);var o=t.target||t.srcTarget||t.srcElement;e(o).closest("."+n.wrapperClass).is(x.parent())&&a(i,!0),t.preventDefault&&!y&&t.preventDefault(),y||(t.returnValue=!1)}}function a(t,e,i){y=!1;var o=t,a=x.outerHeight()-M.outerHeight();if(e&&(o=parseInt(M.css("top"))+t*parseInt(n.wheelStep)/100*M.outerHeight(),o=Math.min(Math.max(o,0),a),o=t>0?Math.ceil(o):Math.floor(o),M.css({top:o+"px"})),g=parseInt(M.css("top"))/(x.outerHeight()-M.outerHeight()),o=g*(x[0].scrollHeight-x.outerHeight()),i){o=t;var r=o/x[0].scrollHeight*x.outerHeight();r=Math.min(Math.max(r,0),a),M.css({top:r+"px"})}x.scrollTop(o),x.trigger("slimscrolling",~~o),s(),l()}function r(){p=Math.max(x.outerHeight()/x[0].scrollHeight*x.outerHeight(),b),M.css({height:p+"px"});var t=p==x.outerHeight()?"none":"block";M.css({display:t})}function s(){if(r(),clearTimeout(c),g==~~g){if(y=n.allowPageScroll,m!=g){var t=0==~~g?"top":"bottom";x.trigger("slimscroll",t)}}else y=!1;if(m=g,p>=x.outerHeight())return void(y=!0);M.stop(!0,!0).fadeIn("fast"),n.railVisible&&D.stop(!0,!0).fadeIn("fast")}function l(){n.alwaysVisible||(c=setTimeout(function(){n.disableFadeOut&&h||d||u||(M.fadeOut("slow"),D.fadeOut("slow"))},1e3))}var h,d,u,c,f,p,g,m,v="<div></div>",b=30,y=!1,x=e(this);if(x.parent().hasClass(n.wrapperClass)){var w=x.scrollTop();if(M=x.siblings("."+n.barClass),D=x.siblings("."+n.railClass),r(),e.isPlainObject(i)){if("height"in i&&"auto"==i.height){x.parent().css("height","auto"),x.css("height","auto");var _=x.parent().parent().height();x.parent().css("height",_),x.css("height",_)}else if("height"in i){var k=i.height;x.parent().css("height",k),x.css("height",k)}if("scrollTo"in i)w=parseInt(n.scrollTo);else if("scrollBy"in i)w+=parseInt(n.scrollBy);else if("destroy"in i)return M.remove(),D.remove(),void x.unwrap();a(w,!1,!0)}}else if(!(e.isPlainObject(i)&&"destroy"in i)){n.height="auto"==n.height?x.parent().height():n.height;var C=e(v).addClass(n.wrapperClass).css({position:"relative",overflow:"hidden",width:n.width,height:n.height});x.css({overflow:"hidden",width:n.width,height:n.height});var D=e(v).addClass(n.railClass).css({width:n.size,height:"100%",position:"absolute",top:0,display:n.alwaysVisible&&n.railVisible?"block":"none","border-radius":n.railBorderRadius,background:n.railColor,opacity:n.railOpacity,zIndex:90}),M=e(v).addClass(n.barClass).css({background:n.color,width:n.size,position:"absolute",top:0,opacity:n.opacity,display:n.alwaysVisible?"block":"none","border-radius":n.borderRadius,BorderRadius:n.borderRadius,MozBorderRadius:n.borderRadius,WebkitBorderRadius:n.borderRadius,zIndex:99}),S="right"==n.position?{right:n.distance}:{left:n.distance};D.css(S),M.css(S),x.wrap(C),x.parent().append(M),x.parent().append(D),n.railDraggable&&M.bind("mousedown",function(i){var o=e(document);return u=!0,t=parseFloat(M.css("top")),pageY=i.pageY,o.bind("mousemove.slimscroll",function(e){currTop=t+e.pageY-pageY,M.css("top",currTop),a(0,M.position().top,!1)}),o.bind("mouseup.slimscroll",function(t){u=!1,l(),o.unbind(".slimscroll")}),!1}).bind("selectstart.slimscroll",function(t){return t.stopPropagation(),t.preventDefault(),!1}),D.hover(function(){s()},function(){l()}),M.hover(function(){d=!0},function(){d=!1}),x.hover(function(){h=!0,s(),l()},function(){h=!1,l()}),x.bind("touchstart",function(t,e){t.originalEvent.touches.length&&(f=t.originalEvent.touches[0].pageY)}),x.bind("touchmove",function(t){if(y||t.originalEvent.preventDefault(),t.originalEvent.touches.length){a((f-t.originalEvent.touches[0].pageY)/n.touchScrollStep,!0),f=t.originalEvent.touches[0].pageY}}),r(),"bottom"===n.start?(M.css({top:x.outerHeight()-M.outerHeight()}),a(0,!0)):"top"!==n.start&&(a(e(n.start).position().top,null,!0),n.alwaysVisible||M.hide()),function(t){window.addEventListener?(t.addEventListener("DOMMouseScroll",o,!1),t.addEventListener("mousewheel",o,!1)):document.attachEvent("onmousewheel",o)}(this)}}),this}}),e.fn.extend({slimscroll:e.fn.slimScroll})}(jQuery),function(t,e){"use strict";t.ajaxPrefilter(function(t,e,i){if(t.iframe)return t.originalURL=t.url,"iframe"}),t.ajaxTransport("iframe",function(e,i,o){function n(){l.each(function(e,i){var o=t(i);o.data("clone").replaceWith(o)}),a.remove(),r.one("load",function(){r.remove()}),r.attr("src","javascript:false;")}var a=null,r=null,s="iframe-"+t.now(),l=t(e.files).filter(":file:enabled"),h=null;if(e.dataTypes.shift(),e.data=i.data,l.length)return a=t("<form enctype='multipart/form-data' method='post'></form>").hide().attr({action:e.originalURL,target:s}),"string"==typeof e.data&&e.data.length>0&&t.error("data must not be serialized"),t.each(e.data||{},function(e,i){t.isPlainObject(i)&&(e=i.name,i=i.value),t("<input type='hidden' />").attr({name:e,value:i}).appendTo(a)}),t("<input type='hidden' value='IFrame' name='X-Requested-With' />").appendTo(a),h=e.dataTypes[0]&&e.accepts[e.dataTypes[0]]?e.accepts[e.dataTypes[0]]+("*"!==e.dataTypes[0]?", */*; q=0.01":""):e.accepts["*"],t("<input type='hidden' name='X-HTTP-Accept'>").attr("value",h).appendTo(a),l.after(function(e){var i=t(this),o=i.clone().prop("disabled",!0);return i.data("clone",o),o}).next(),l.appendTo(a),{send:function(e,i){r=t("<iframe src='javascript:false;' name='"+s+"' id='"+s+"' style='display:none'></iframe>"),r.one("load",function(){r.one("load",function(){var t=this.contentWindow?this.contentWindow.document:this.contentDocument?this.contentDocument:this.document,e=t.documentElement?t.documentElement:t.body,o=e.getElementsByTagName("textarea")[0],a=o&&o.getAttribute("data-type")||null,r=o&&o.getAttribute("data-status")||200,s=o&&o.getAttribute("data-statusText")||"OK",l={html:e.innerHTML,text:a?o.value:e?e.textContent||e.innerText:null};n(),i(r,s,l,a?"Content-Type: "+a:null)}),a[0].submit()}),t("body").append(a,r)},abort:function(){null!==r&&(r.unbind("load").attr("src","javascript:false;"),n())}}})}(jQuery),function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery","jquery-ui/ui/widget"],t):"object"==typeof exports?t(require("jquery"),require("./vendor/jquery.ui.widget")):t(window.jQuery)}(function(t){"use strict";function e(e){var i="dragover"===e;return function(o){o.dataTransfer=o.originalEvent&&o.originalEvent.dataTransfer;var n=o.dataTransfer;n&&-1!==t.inArray("Files",n.types)&&!1!==this._trigger(e,t.Event(e,{delegatedEvent:o}))&&(o.preventDefault(),i&&(n.dropEffect="copy"))}}t.support.fileInput=!(new RegExp("(Android (1\\.[0156]|2\\.[01]))|(Windows Phone (OS 7|8\\.0))|(XBLWP)|(ZuneWP)|(WPDesktop)|(w(eb)?OSBrowser)|(webOS)|(Kindle/(1\\.0|2\\.[05]|3\\.0))").test(window.navigator.userAgent)||t('<input type="file"/>').prop("disabled")),t.support.xhrFileUpload=!(!window.ProgressEvent||!window.FileReader),t.support.xhrFormDataFileUpload=!!window.FormData,t.support.blobSlice=window.Blob&&(Blob.prototype.slice||Blob.prototype.webkitSlice||Blob.prototype.mozSlice),t.widget("blueimp.fileupload",{options:{dropZone:t(document),pasteZone:void 0,fileInput:void 0,replaceFileInput:!0,paramName:void 0,singleFileUploads:!0,limitMultiFileUploads:void 0,limitMultiFileUploadSize:void 0,limitMultiFileUploadSizeOverhead:512,sequentialUploads:!1,limitConcurrentUploads:void 0,forceIframeTransport:!1,redirect:void 0,redirectParamName:void 0,postMessage:void 0,multipart:!0,maxChunkSize:void 0,uploadedBytes:void 0,recalculateProgress:!0,progressInterval:100,bitrateInterval:500,autoUpload:!0,messages:{uploadedBytes:"Uploaded bytes exceed file size"},i18n:function(e,i){return e=this.messages[e]||e.toString(),i&&t.each(i,function(t,i){e=e.replace("{"+t+"}",i)}),e},formData:function(t){return t.serializeArray()},add:function(e,i){if(e.isDefaultPrevented())return!1;(i.autoUpload||!1!==i.autoUpload&&t(this).fileupload("option","autoUpload"))&&i.process().done(function(){i.submit()})},processData:!1,contentType:!1,cache:!1,timeout:0},_specialOptions:["fileInput","dropZone","pasteZone","multipart","forceIframeTransport"],_blobSlice:t.support.blobSlice&&function(){return(this.slice||this.webkitSlice||this.mozSlice).apply(this,arguments)},_BitrateTimer:function(){this.timestamp=Date.now?Date.now():(new Date).getTime(),this.loaded=0,this.bitrate=0,this.getBitrate=function(t,e,i){var o=t-this.timestamp;return(!this.bitrate||!i||o>i)&&(this.bitrate=(e-this.loaded)*(1e3/o)*8,this.loaded=e,this.timestamp=t),this.bitrate}},_isXHRUpload:function(e){return!e.forceIframeTransport&&(!e.multipart&&t.support.xhrFileUpload||t.support.xhrFormDataFileUpload)},_getFormData:function(e){var i;return"function"===t.type(e.formData)?e.formData(e.form):t.isArray(e.formData)?e.formData:"object"===t.type(e.formData)?(i=[],t.each(e.formData,function(t,e){i.push({name:t,value:e})}),i):[]},_getTotal:function(e){var i=0;return t.each(e,function(t,e){i+=e.size||1}),i},_initProgressObject:function(e){var i={loaded:0,total:0,bitrate:0};e._progress?t.extend(e._progress,i):e._progress=i},_initResponseObject:function(t){var e;if(t._response)for(e in t._response)t._response.hasOwnProperty(e)&&delete t._response[e];else t._response={}},_onProgress:function(e,i){if(e.lengthComputable){var o,n=Date.now?Date.now():(new Date).getTime();if(i._time&&i.progressInterval&&n-i._time<i.progressInterval&&e.loaded!==e.total)return;i._time=n,o=Math.floor(e.loaded/e.total*(i.chunkSize||i._progress.total))+(i.uploadedBytes||0),this._progress.loaded+=o-i._progress.loaded,this._progress.bitrate=this._bitrateTimer.getBitrate(n,this._progress.loaded,i.bitrateInterval),i._progress.loaded=i.loaded=o,i._progress.bitrate=i.bitrate=i._bitrateTimer.getBitrate(n,o,i.bitrateInterval),this._trigger("progress",t.Event("progress",{delegatedEvent:e}),i),this._trigger("progressall",t.Event("progressall",{delegatedEvent:e}),this._progress)}},_initProgressListener:function(e){var i=this,o=e.xhr?e.xhr():t.ajaxSettings.xhr();o.upload&&(t(o.upload).bind("progress",function(t){var o=t.originalEvent;t.lengthComputable=o.lengthComputable,t.loaded=o.loaded,t.total=o.total,i._onProgress(t,e)}),e.xhr=function(){return o})},_isInstanceOf:function(t,e){return Object.prototype.toString.call(e)==="[object "+t+"]"},_initXHRData:function(e){var i,o=this,n=e.files[0],a=e.multipart||!t.support.xhrFileUpload,r="array"===t.type(e.paramName)?e.paramName[0]:e.paramName;e.headers=t.extend({},e.headers),e.contentRange&&(e.headers["Content-Range"]=e.contentRange),a&&!e.blob&&this._isInstanceOf("File",n)||(e.headers["Content-Disposition"]='attachment; filename="'+encodeURI(n.uploadName||n.name)+'"'),a?t.support.xhrFormDataFileUpload&&(e.postMessage?(i=this._getFormData(e),e.blob?i.push({name:r,value:e.blob}):t.each(e.files,function(o,n){i.push({name:"array"===t.type(e.paramName)&&e.paramName[o]||r,value:n})})):(o._isInstanceOf("FormData",e.formData)?i=e.formData:(i=new FormData,t.each(this._getFormData(e),function(t,e){i.append(e.name,e.value)})),e.blob?i.append(r,e.blob,n.uploadName||n.name):t.each(e.files,function(n,a){(o._isInstanceOf("File",a)||o._isInstanceOf("Blob",a))&&i.append("array"===t.type(e.paramName)&&e.paramName[n]||r,a,a.uploadName||a.name)})),e.data=i):(e.contentType=n.type||"application/octet-stream",e.data=e.blob||n),e.blob=null},_initIframeSettings:function(e){var i=t("<a></a>").prop("href",e.url).prop("host");e.dataType="iframe "+(e.dataType||""),e.formData=this._getFormData(e),e.redirect&&i&&i!==location.host&&e.formData.push({name:e.redirectParamName||"redirect",value:e.redirect})},_initDataSettings:function(t){this._isXHRUpload(t)?(this._chunkedUpload(t,!0)||(t.data||this._initXHRData(t),this._initProgressListener(t)),t.postMessage&&(t.dataType="postmessage "+(t.dataType||""))):this._initIframeSettings(t)},_getParamName:function(e){var i=t(e.fileInput),o=e.paramName;return o?t.isArray(o)||(o=[o]):(o=[],i.each(function(){for(var e=t(this),i=e.prop("name")||"files[]",n=(e.prop("files")||[1]).length;n;)o.push(i),n-=1}),o.length||(o=[i.prop("name")||"files[]"])),o},_initFormSettings:function(e){e.form&&e.form.length||(e.form=t(e.fileInput.prop("form")),e.form.length||(e.form=t(this.options.fileInput.prop("form")))),e.paramName=this._getParamName(e),e.url||(e.url=e.form.prop("action")||location.href),e.type=(e.type||"string"===t.type(e.form.prop("method"))&&e.form.prop("method")||"").toUpperCase(),"POST"!==e.type&&"PUT"!==e.type&&"PATCH"!==e.type&&(e.type="POST"),e.formAcceptCharset||(e.formAcceptCharset=e.form.attr("accept-charset"))},_getAJAXSettings:function(e){var i=t.extend({},this.options,e);return this._initFormSettings(i),this._initDataSettings(i),i},_getDeferredState:function(t){return t.state?t.state():t.isResolved()?"resolved":t.isRejected()?"rejected":"pending"},_enhancePromise:function(t){return t.success=t.done,t.error=t.fail,t.complete=t.always,t},_getXHRPromise:function(e,i,o){var n=t.Deferred(),a=n.promise();return i=i||this.options.context||a,!0===e?n.resolveWith(i,o):!1===e&&n.rejectWith(i,o),a.abort=n.promise,this._enhancePromise(a)},_addConvenienceMethods:function(e,i){var o=this,n=function(e){return t.Deferred().resolveWith(o,e).promise()};i.process=function(e,a){return(e||a)&&(i._processQueue=this._processQueue=(this._processQueue||n([this])).then(function(){return i.errorThrown?t.Deferred().rejectWith(o,[i]).promise():n(arguments)}).then(e,a)),this._processQueue||n([this])},i.submit=function(){return"pending"!==this.state()&&(i.jqXHR=this.jqXHR=!1!==o._trigger("submit",t.Event("submit",{delegatedEvent:e}),this)&&o._onSend(e,this)),this.jqXHR||o._getXHRPromise()},i.abort=function(){return this.jqXHR?this.jqXHR.abort():(this.errorThrown="abort",o._trigger("fail",null,this),o._getXHRPromise(!1))},i.state=function(){return this.jqXHR?o._getDeferredState(this.jqXHR):this._processQueue?o._getDeferredState(this._processQueue):void 0},i.processing=function(){return!this.jqXHR&&this._processQueue&&"pending"===o._getDeferredState(this._processQueue)},i.progress=function(){return this._progress},i.response=function(){return this._response}},_getUploadedBytes:function(t){var e=t.getResponseHeader("Range"),i=e&&e.split("-"),o=i&&i.length>1&&parseInt(i[1],10);return o&&o+1},_chunkedUpload:function(e,i){e.uploadedBytes=e.uploadedBytes||0;var o,n,a=this,r=e.files[0],s=r.size,l=e.uploadedBytes,h=e.maxChunkSize||s,d=this._blobSlice,u=t.Deferred(),c=u.promise();return!(!(this._isXHRUpload(e)&&d&&(l||("function"===t.type(h)?h(e):h)<s))||e.data)&&(!!i||(l>=s?(r.error=e.i18n("uploadedBytes"),this._getXHRPromise(!1,e.context,[null,"error",r.error])):(n=function(){var i=t.extend({},e),c=i._progress.loaded;i.blob=d.call(r,l,l+("function"===t.type(h)?h(i):h),r.type),i.chunkSize=i.blob.size,i.contentRange="bytes "+l+"-"+(l+i.chunkSize-1)+"/"+s,a._initXHRData(i),a._initProgressListener(i),o=(!1!==a._trigger("chunksend",null,i)&&t.ajax(i)||a._getXHRPromise(!1,i.context)).done(function(o,r,h){l=a._getUploadedBytes(h)||l+i.chunkSize,c+i.chunkSize-i._progress.loaded&&a._onProgress(t.Event("progress",{lengthComputable:!0,loaded:l-i.uploadedBytes,total:l-i.uploadedBytes}),i),e.uploadedBytes=i.uploadedBytes=l,i.result=o,i.textStatus=r,i.jqXHR=h,a._trigger("chunkdone",null,i),a._trigger("chunkalways",null,i),l<s?n():u.resolveWith(i.context,[o,r,h])}).fail(function(t,e,o){i.jqXHR=t,i.textStatus=e,i.errorThrown=o,a._trigger("chunkfail",null,i),a._trigger("chunkalways",null,i),u.rejectWith(i.context,[t,e,o])})},this._enhancePromise(c),c.abort=function(){return o.abort()},n(),c)))},_beforeSend:function(t,e){0===this._active&&(this._trigger("start"),this._bitrateTimer=new this._BitrateTimer,this._progress.loaded=this._progress.total=0,this._progress.bitrate=0),this._initResponseObject(e),this._initProgressObject(e),e._progress.loaded=e.loaded=e.uploadedBytes||0,e._progress.total=e.total=this._getTotal(e.files)||1,e._progress.bitrate=e.bitrate=0,this._active+=1,this._progress.loaded+=e.loaded,this._progress.total+=e.total},_onDone:function(e,i,o,n){var a=n._progress.total,r=n._response;n._progress.loaded<a&&this._onProgress(t.Event("progress",{lengthComputable:!0,loaded:a,total:a}),n),r.result=n.result=e,r.textStatus=n.textStatus=i,r.jqXHR=n.jqXHR=o,this._trigger("done",null,n)},_onFail:function(t,e,i,o){var n=o._response;o.recalculateProgress&&(this._progress.loaded-=o._progress.loaded,this._progress.total-=o._progress.total),n.jqXHR=o.jqXHR=t,n.textStatus=o.textStatus=e,n.errorThrown=o.errorThrown=i,this._trigger("fail",null,o)},_onAlways:function(t,e,i,o){this._trigger("always",null,o)},_onSend:function(e,i){i.submit||this._addConvenienceMethods(e,i);var o,n,a,r,s=this,l=s._getAJAXSettings(i),h=function(){return s._sending+=1,l._bitrateTimer=new s._BitrateTimer,o=o||((n||!1===s._trigger("send",t.Event("send",{delegatedEvent:e}),l))&&s._getXHRPromise(!1,l.context,n)||s._chunkedUpload(l)||t.ajax(l)).done(function(t,e,i){s._onDone(t,e,i,l)}).fail(function(t,e,i){s._onFail(t,e,i,l)}).always(function(t,e,i){if(s._onAlways(t,e,i,l),s._sending-=1,s._active-=1,l.limitConcurrentUploads&&l.limitConcurrentUploads>s._sending)for(var o=s._slots.shift();o;){if("pending"===s._getDeferredState(o)){o.resolve();break}o=s._slots.shift()}0===s._active&&s._trigger("stop")})};return this._beforeSend(e,l),this.options.sequentialUploads||this.options.limitConcurrentUploads&&this.options.limitConcurrentUploads<=this._sending?(this.options.limitConcurrentUploads>1?(a=t.Deferred(),this._slots.push(a),r=a.then(h)):(this._sequence=this._sequence.then(h,h),r=this._sequence),r.abort=function(){return n=[void 0,"abort","abort"],o?o.abort():(a&&a.rejectWith(l.context,n),h())},this._enhancePromise(r)):h()},_onAdd:function(e,i){var o,n,a,r,s=this,l=!0,h=t.extend({},this.options,i),d=i.files,u=d.length,c=h.limitMultiFileUploads,f=h.limitMultiFileUploadSize,p=h.limitMultiFileUploadSizeOverhead,g=0,m=this._getParamName(h),v=0;if(!u)return!1;if(f&&void 0===d[0].size&&(f=void 0),(h.singleFileUploads||c||f)&&this._isXHRUpload(h))if(h.singleFileUploads||f||!c)if(!h.singleFileUploads&&f)for(a=[],o=[],r=0;r<u;r+=1)g+=d[r].size+p,(r+1===u||g+d[r+1].size+p>f||c&&r+1-v>=c)&&(a.push(d.slice(v,r+1)),n=m.slice(v,r+1),n.length||(n=m),o.push(n),v=r+1,g=0);else o=m;else for(a=[],o=[],r=0;r<u;r+=c)a.push(d.slice(r,r+c)),n=m.slice(r,r+c),n.length||(n=m),o.push(n);else a=[d],o=[m];return i.originalFiles=d,t.each(a||d,function(n,r){var h=t.extend({},i);return h.files=a?r:[r],h.paramName=o[n],s._initResponseObject(h),s._initProgressObject(h),s._addConvenienceMethods(e,h),l=s._trigger("add",t.Event("add",{delegatedEvent:e}),h)}),l},_replaceFileInput:function(e){var i=e.fileInput,o=i.clone(!0),n=i.is(document.activeElement);e.fileInputClone=o,t("<form></form>").append(o)[0].reset(),i.after(o).detach(),n&&o.focus(),t.cleanData(i.unbind("remove")),this.options.fileInput=this.options.fileInput.map(function(t,e){return e===i[0]?o[0]:e}),i[0]===this.element[0]&&(this.element=o)},_handleFileTreeEntry:function(e,i){var o,n=this,a=t.Deferred(),r=[],s=function(t){t&&!t.entry&&(t.entry=e),a.resolve([t])},l=function(t){n._handleFileTreeEntries(t,i+e.name+"/").done(function(t){a.resolve(t)}).fail(s)},h=function(){o.readEntries(function(t){t.length?(r=r.concat(t),h()):l(r)},s)};return i=i||"",e.isFile?e._file?(e._file.relativePath=i,a.resolve(e._file)):e.file(function(t){t.relativePath=i,a.resolve(t)},s):e.isDirectory?(o=e.createReader(),h()):a.resolve([]),a.promise()},_handleFileTreeEntries:function(e,i){var o=this;return t.when.apply(t,t.map(e,function(t){return o._handleFileTreeEntry(t,i)})).then(function(){return Array.prototype.concat.apply([],arguments)})},_getDroppedFiles:function(e){e=e||{};var i=e.items;return i&&i.length&&(i[0].webkitGetAsEntry||i[0].getAsEntry)?this._handleFileTreeEntries(t.map(i,function(t){var e;return t.webkitGetAsEntry?(e=t.webkitGetAsEntry(),e&&(e._file=t.getAsFile()),e):t.getAsEntry()})):t.Deferred().resolve(t.makeArray(e.files)).promise()},_getSingleFileInputFiles:function(e){e=t(e);var i,o,n=e.prop("webkitEntries")||e.prop("entries");if(n&&n.length)return this._handleFileTreeEntries(n);if(i=t.makeArray(e.prop("files")),i.length)void 0===i[0].name&&i[0].fileName&&t.each(i,function(t,e){e.name=e.fileName,e.size=e.fileSize});else{if(!(o=e.prop("value")))return t.Deferred().resolve([]).promise();i=[{name:o.replace(/^.*\\/,"")}]}return t.Deferred().resolve(i).promise()},_getFileInputFiles:function(e){return e instanceof t&&1!==e.length?t.when.apply(t,t.map(e,this._getSingleFileInputFiles)).then(function(){return Array.prototype.concat.apply([],arguments)}):this._getSingleFileInputFiles(e)},_onChange:function(e){var i=this,o={fileInput:t(e.target),form:t(e.target.form)};this._getFileInputFiles(o.fileInput).always(function(n){o.files=n,i.options.replaceFileInput&&i._replaceFileInput(o),!1!==i._trigger("change",t.Event("change",{delegatedEvent:e}),o)&&i._onAdd(e,o)})},_onPaste:function(e){var i=e.originalEvent&&e.originalEvent.clipboardData&&e.originalEvent.clipboardData.items,o={files:[]};i&&i.length&&(t.each(i,function(t,e){var i=e.getAsFile&&e.getAsFile();i&&o.files.push(i)}),!1!==this._trigger("paste",t.Event("paste",{delegatedEvent:e}),o)&&this._onAdd(e,o))},_onDrop:function(e){e.dataTransfer=e.originalEvent&&e.originalEvent.dataTransfer;var i=this,o=e.dataTransfer,n={};o&&o.files&&o.files.length&&(e.preventDefault(),this._getDroppedFiles(o).always(function(o){n.files=o,!1!==i._trigger("drop",t.Event("drop",{delegatedEvent:e}),n)&&i._onAdd(e,n)}))},_onDragOver:e("dragover"),_onDragEnter:e("dragenter"),_onDragLeave:e("dragleave"),_initEventHandlers:function(){this._isXHRUpload(this.options)&&(this._on(this.options.dropZone,{dragover:this._onDragOver,drop:this._onDrop,dragenter:this._onDragEnter,dragleave:this._onDragLeave}),this._on(this.options.pasteZone,{paste:this._onPaste})),t.support.fileInput&&this._on(this.options.fileInput,{change:this._onChange})},_destroyEventHandlers:function(){this._off(this.options.dropZone,"dragenter dragleave dragover drop"),this._off(this.options.pasteZone,"paste"),this._off(this.options.fileInput,"change")},_destroy:function(){this._destroyEventHandlers()},_setOption:function(e,i){var o=-1!==t.inArray(e,this._specialOptions);o&&this._destroyEventHandlers(),this._super(e,i),o&&(this._initSpecialOptions(),this._initEventHandlers())},_initSpecialOptions:function(){var e=this.options;void 0===e.fileInput?e.fileInput=this.element.is('input[type="file"]')?this.element:this.element.find('input[type="file"]'):e.fileInput instanceof t||(e.fileInput=t(e.fileInput)),e.dropZone instanceof t||(e.dropZone=t(e.dropZone)),e.pasteZone instanceof t||(e.pasteZone=t(e.pasteZone))},_getRegExp:function(t){var e=t.split("/"),i=e.pop();return e.shift(),new RegExp(e.join("/"),i)},_isRegExpOption:function(e,i){return"url"!==e&&"string"===t.type(i)&&/^\/.*\/[igm]{0,3}$/.test(i)},_initDataAttributes:function(){var e=this,i=this.options,o=this.element.data();t.each(this.element[0].attributes,function(t,n){var a,r=n.name.toLowerCase();/^data-/.test(r)&&(r=r.slice(5).replace(/-[a-z]/g,function(t){return t.charAt(1).toUpperCase()}),a=o[r],e._isRegExpOption(r,a)&&(a=e._getRegExp(a)),i[r]=a)})},_create:function(){this._initDataAttributes(),this._initSpecialOptions(),this._slots=[],this._sequence=this._getXHRPromise(!0),this._sending=this._active=0,this._initProgressObject(this),this._initEventHandlers()},active:function(){return this._active},progress:function(){return this._progress},add:function(e){var i=this;e&&!this.options.disabled&&(e.fileInput&&!e.files?this._getFileInputFiles(e.fileInput).always(function(t){e.files=t,i._onAdd(null,e)}):(e.files=t.makeArray(e.files),this._onAdd(null,e)))},send:function(e){if(e&&!this.options.disabled){if(e.fileInput&&!e.files){var i,o,n=this,a=t.Deferred(),r=a.promise();return r.abort=function(){return o=!0,i?i.abort():(a.reject(null,"abort","abort"),r)},this._getFileInputFiles(e.fileInput).always(function(t){if(!o){if(!t.length)return void a.reject();e.files=t,i=n._onSend(null,e),i.then(function(t,e,i){a.resolve(t,e,i)},function(t,e,i){a.reject(t,e,i)})}}),this._enhancePromise(r)}if(e.files=t.makeArray(e.files),e.files.length)return this._onSend(null,e)}return this._getXHRPromise(!1,e&&e.context)}})}),function(t,e){"function"==typeof define&&define.amd?define(["jquery"],function(t){return e(t)}):"object"==typeof exports?module.exports=e(require("jquery")):jQuery&&!jQuery.fn.colorpicker&&e(jQuery)}(0,function(t){"use strict";var e=function(i,o,n,a,r){this.fallbackValue=n?n&&void 0!==n.h?n:this.value={h:0,s:0,b:0,a:1}:null,this.fallbackFormat=a||"rgba",this.hexNumberSignPrefix=!0===r,this.value=this.fallbackValue,this.origFormat=null,this.predefinedColors=o||{},this.colors=t.extend({},e.webColors,this.predefinedColors),i&&(void 0!==i.h?this.value=i:this.setColor(String(i))),this.value||(this.value={h:0,s:0,b:0,a:1})};e.webColors={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",
|
|
chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgrey:"d3d3d3",lightgreen:"90ee90",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"778899",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"00ff00",limegreen:"32cd32",linen:"faf0e6",magenta:"ff00ff",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370d8",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"d87093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",red:"ff0000",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"ffffff",whitesmoke:"f5f5f5",yellow:"ffff00",yellowgreen:"9acd32",transparent:"transparent"},e.prototype={constructor:e,colors:{},predefinedColors:{},getValue:function(){return this.value},setValue:function(t){this.value=t},_sanitizeNumber:function(t){return"number"==typeof t?t:isNaN(t)||null===t||""===t||void 0===t?1:""===t?0:void 0!==t.toLowerCase?(t.match(/^\./)&&(t="0"+t),Math.ceil(100*parseFloat(t))/100):1},isTransparent:function(t){return!(!t||!("string"==typeof t||t instanceof String))&&("transparent"===(t=t.toLowerCase().trim())||t.match(/#?00000000/)||t.match(/(rgba|hsla)\(0,0,0,0?\.?0\)/))},rgbaIsTransparent:function(t){return 0===t.r&&0===t.g&&0===t.b&&0===t.a},setColor:function(t){if(t=t.toLowerCase().trim()){if(this.isTransparent(t))return this.value={h:0,s:0,b:0,a:0},!0;var e=this.parse(t);e?(this.value=this.value={h:e.h,s:e.s,b:e.b,a:e.a},this.origFormat||(this.origFormat=e.format)):this.fallbackValue&&(this.value=this.fallbackValue)}return!1},setHue:function(t){this.value.h=1-t},setSaturation:function(t){this.value.s=t},setBrightness:function(t){this.value.b=1-t},setAlpha:function(t){this.value.a=Math.round(parseInt(100*(1-t),10)/100*100)/100},toRGB:function(t,e,i,o){0===arguments.length&&(t=this.value.h,e=this.value.s,i=this.value.b,o=this.value.a),t*=360;var n,a,r,s,l;return t=t%360/60,l=i*e,s=l*(1-Math.abs(t%2-1)),n=a=r=i-l,t=~~t,n+=[l,s,0,0,s,l][t],a+=[s,l,l,s,0,0][t],r+=[0,0,s,l,l,s][t],{r:Math.round(255*n),g:Math.round(255*a),b:Math.round(255*r),a:o}},toHex:function(t,e,i,o,n){arguments.length<=1&&(e=this.value.h,i=this.value.s,o=this.value.b,n=this.value.a);var a="#",r=this.toRGB(e,i,o,n);return this.rgbaIsTransparent(r)?"transparent":(t||(a=this.hexNumberSignPrefix?"#":""),a+((1<<24)+(parseInt(r.r)<<16)+(parseInt(r.g)<<8)+parseInt(r.b)).toString(16).slice(1))},toHSL:function(t,e,i,o){0===arguments.length&&(t=this.value.h,e=this.value.s,i=this.value.b,o=this.value.a);var n=t,a=(2-e)*i,r=e*i;return r/=a>0&&a<=1?a:2-a,a/=2,r>1&&(r=1),{h:isNaN(n)?0:n,s:isNaN(r)?0:r,l:isNaN(a)?0:a,a:isNaN(o)?0:o}},toAlias:function(t,e,i,o){var n,a=0===arguments.length?this.toHex(!0):this.toHex(!0,t,e,i,o),r="alias"===this.origFormat?a:this.toString(!1,this.origFormat);for(var s in this.colors)if((n=this.colors[s].toLowerCase().trim())===a||n===r)return s;return!1},RGBtoHSB:function(t,e,i,o){t/=255,e/=255,i/=255;var n,a,r,s;return r=Math.max(t,e,i),s=r-Math.min(t,e,i),n=0===s?null:r===t?(e-i)/s:r===e?(i-t)/s+2:(t-e)/s+4,n=(n+360)%6*60/360,a=0===s?0:s/r,{h:this._sanitizeNumber(n),s:a,b:r,a:this._sanitizeNumber(o)}},HueToRGB:function(t,e,i){return i<0?i+=1:i>1&&(i-=1),6*i<1?t+(e-t)*i*6:2*i<1?e:3*i<2?t+(e-t)*(2/3-i)*6:t},HSLtoRGB:function(t,e,i,o){e<0&&(e=0);var n;n=i<=.5?i*(1+e):i+e-i*e;var a=2*i-n,r=t+1/3,s=t,l=t-1/3;return[Math.round(255*this.HueToRGB(a,n,r)),Math.round(255*this.HueToRGB(a,n,s)),Math.round(255*this.HueToRGB(a,n,l)),this._sanitizeNumber(o)]},parse:function(e){if(0===arguments.length)return!1;var i,o,n=this,a=!1,r=void 0!==this.colors[e];return r&&(e=this.colors[e].toLowerCase().trim()),t.each(this.stringParsers,function(t,s){var l=s.re.exec(e);return!(i=l&&s.parse.apply(n,[l]))||(a={},o=r?"alias":s.format?s.format:n.getValidFallbackFormat(),a=o.match(/hsla?/)?n.RGBtoHSB.apply(n,n.HSLtoRGB.apply(n,i)):n.RGBtoHSB.apply(n,i),a instanceof Object&&(a.format=o),!1)}),a},getValidFallbackFormat:function(){var t=["rgba","rgb","hex","hsla","hsl"];return this.origFormat&&-1!==t.indexOf(this.origFormat)?this.origFormat:this.fallbackFormat&&-1!==t.indexOf(this.fallbackFormat)?this.fallbackFormat:"rgba"},toString:function(t,i,o){i=i||this.origFormat||this.fallbackFormat,o=o||!1;var n=!1;switch(i){case"rgb":return n=this.toRGB(),this.rgbaIsTransparent(n)?"transparent":"rgb("+n.r+","+n.g+","+n.b+")";case"rgba":return n=this.toRGB(),"rgba("+n.r+","+n.g+","+n.b+","+n.a+")";case"hsl":return n=this.toHSL(),"hsl("+Math.round(360*n.h)+","+Math.round(100*n.s)+"%,"+Math.round(100*n.l)+"%)";case"hsla":return n=this.toHSL(),"hsla("+Math.round(360*n.h)+","+Math.round(100*n.s)+"%,"+Math.round(100*n.l)+"%,"+n.a+")";case"hex":return this.toHex(t);case"alias":return n=this.toAlias(),!1===n?this.toString(t,this.getValidFallbackFormat()):o&&!(n in e.webColors)&&n in this.predefinedColors?this.predefinedColors[n]:n;default:return n}},stringParsers:[{re:/rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*?\)/,format:"rgb",parse:function(t){return[t[1],t[2],t[3],1]}},{re:/rgb\(\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*?\)/,format:"rgb",parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],1]}},{re:/rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*(?:,\s*(\d*(?:\.\d+)?)\s*)?\)/,format:"rgba",parse:function(t){return[t[1],t[2],t[3],t[4]]}},{re:/rgba\(\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*(?:,\s*(\d*(?:\.\d+)?)\s*)?\)/,format:"rgba",parse:function(t){return[2.55*t[1],2.55*t[2],2.55*t[3],t[4]]}},{re:/hsl\(\s*(\d*(?:\.\d+)?)\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*?\)/,format:"hsl",parse:function(t){return[t[1]/360,t[2]/100,t[3]/100,t[4]]}},{re:/hsla\(\s*(\d*(?:\.\d+)?)\s*,\s*(\d*(?:\.\d+)?)\%\s*,\s*(\d*(?:\.\d+)?)\%\s*(?:,\s*(\d*(?:\.\d+)?)\s*)?\)/,format:"hsla",parse:function(t){return[t[1]/360,t[2]/100,t[3]/100,t[4]]}},{re:/#?([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/,format:"hex",parse:function(t){return[parseInt(t[1],16),parseInt(t[2],16),parseInt(t[3],16),1]}},{re:/#?([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/,format:"hex",parse:function(t){return[parseInt(t[1]+t[1],16),parseInt(t[2]+t[2],16),parseInt(t[3]+t[3],16),1]}}],colorNameToHex:function(t){return void 0!==this.colors[t.toLowerCase()]&&this.colors[t.toLowerCase()]}};var i={horizontal:!1,inline:!1,color:!1,format:!1,input:"input",container:!1,component:".add-on, .input-group-addon",fallbackColor:!1,fallbackFormat:"hex",hexNumberSignPrefix:!0,sliders:{saturation:{maxLeft:100,maxTop:100,callLeft:"setSaturation",callTop:"setBrightness"},hue:{maxLeft:0,maxTop:100,callLeft:!1,callTop:"setHue"},alpha:{maxLeft:0,maxTop:100,callLeft:!1,callTop:"setAlpha"}},slidersHorz:{saturation:{maxLeft:100,maxTop:100,callLeft:"setSaturation",callTop:"setBrightness"},hue:{maxLeft:100,maxTop:0,callLeft:"setHue",callTop:!1},alpha:{maxLeft:100,maxTop:0,callLeft:"setAlpha",callTop:!1}},template:'<div class="colorpicker dropdown-menu"><div class="colorpicker-saturation"><i><b></b></i></div><div class="colorpicker-hue"><i></i></div><div class="colorpicker-alpha"><i></i></div><div class="colorpicker-color"><div /></div><div class="colorpicker-selectors"></div></div>',align:"right",customClass:null,colorSelectors:null},o=function(e,o){this.element=t(e).addClass("colorpicker-element"),this.options=t.extend(!0,{},i,this.element.data(),o),this.component=this.options.component,this.component=!1!==this.component&&this.element.find(this.component),this.component&&0===this.component.length&&(this.component=!1),this.container=!0===this.options.container?this.element:this.options.container,this.container=!1!==this.container&&t(this.container),this.input=this.element.is("input")?this.element:!!this.options.input&&this.element.find(this.options.input),this.input&&0===this.input.length&&(this.input=!1),this.color=this.createColor(!1!==this.options.color?this.options.color:this.getValue()),this.format=!1!==this.options.format?this.options.format:this.color.origFormat,!1!==this.options.color&&(this.updateInput(this.color),this.updateData(this.color)),this.disabled=!1;var n=this.picker=t(this.options.template);if(this.options.customClass&&n.addClass(this.options.customClass),this.options.inline?n.addClass("colorpicker-inline colorpicker-visible"):n.addClass("colorpicker-hidden"),this.options.horizontal&&n.addClass("colorpicker-horizontal"),-1===["rgba","hsla","alias"].indexOf(this.format)&&!1!==this.options.format&&"transparent"!==this.getValue()||n.addClass("colorpicker-with-alpha"),"right"===this.options.align&&n.addClass("colorpicker-right"),!0===this.options.inline&&n.addClass("colorpicker-no-arrow"),this.options.colorSelectors){var a=this,r=a.picker.find(".colorpicker-selectors");r.length>0&&(t.each(this.options.colorSelectors,function(e,i){var o=t("<i />").addClass("colorpicker-selectors-color").css("background-color",i).data("class",e).data("alias",e);o.on("mousedown.colorpicker touchstart.colorpicker",function(e){e.preventDefault(),a.setValue("alias"===a.format?t(this).data("alias"):t(this).css("background-color"))}),r.append(o)}),r.show().addClass("colorpicker-visible"))}n.on("mousedown.colorpicker touchstart.colorpicker",t.proxy(function(t){t.target===t.currentTarget&&t.preventDefault()},this)),n.find(".colorpicker-saturation, .colorpicker-hue, .colorpicker-alpha").on("mousedown.colorpicker touchstart.colorpicker",t.proxy(this.mousedown,this)),n.appendTo(this.container?this.container:t("body")),!1!==this.input&&(this.input.on({"keyup.colorpicker":t.proxy(this.keyup,this)}),this.input.on({"change.colorpicker":t.proxy(this.change,this)}),!1===this.component&&this.element.on({"focus.colorpicker":t.proxy(this.show,this)}),!1===this.options.inline&&this.element.on({"focusout.colorpicker":t.proxy(this.hide,this)})),!1!==this.component&&this.component.on({"click.colorpicker":t.proxy(this.show,this)}),!1===this.input&&!1===this.component&&this.element.on({"click.colorpicker":t.proxy(this.show,this)}),!1!==this.input&&!1!==this.component&&"color"===this.input.attr("type")&&this.input.on({"click.colorpicker":t.proxy(this.show,this),"focus.colorpicker":t.proxy(this.show,this)}),this.update(),t(t.proxy(function(){this.element.trigger("create")},this))};o.Color=e,o.prototype={constructor:o,destroy:function(){this.picker.remove(),this.element.removeData("colorpicker","color").off(".colorpicker"),!1!==this.input&&this.input.off(".colorpicker"),!1!==this.component&&this.component.off(".colorpicker"),this.element.removeClass("colorpicker-element"),this.element.trigger({type:"destroy"})},reposition:function(){if(!1!==this.options.inline||this.options.container)return!1;var t=this.container&&this.container[0]!==window.document.body?"position":"offset",e=this.component||this.element,i=e[t]();"right"===this.options.align&&(i.left-=this.picker.outerWidth()-e.outerWidth()),this.picker.css({top:i.top+e.outerHeight(),left:i.left})},show:function(e){this.isDisabled()||(this.picker.addClass("colorpicker-visible").removeClass("colorpicker-hidden"),this.reposition(),t(window).on("resize.colorpicker",t.proxy(this.reposition,this)),!e||this.hasInput()&&"color"!==this.input.attr("type")||e.stopPropagation&&e.preventDefault&&(e.stopPropagation(),e.preventDefault()),!this.component&&this.input||!1!==this.options.inline||t(window.document).on({"mousedown.colorpicker":t.proxy(this.hide,this)}),this.element.trigger({type:"showPicker",color:this.color}))},hide:function(e){if(void 0!==e&&e.target&&(t(e.currentTarget).parents(".colorpicker").length>0||t(e.target).parents(".colorpicker").length>0))return!1;this.picker.addClass("colorpicker-hidden").removeClass("colorpicker-visible"),t(window).off("resize.colorpicker",this.reposition),t(window.document).off({"mousedown.colorpicker":this.hide}),this.update(),this.element.trigger({type:"hidePicker",color:this.color})},updateData:function(t){return t=t||this.color.toString(!1,this.format),this.element.data("color",t),t},updateInput:function(t){return t=t||this.color.toString(!1,this.format),!1!==this.input&&(this.input.prop("value",t),this.input.trigger("change")),t},updatePicker:function(t){void 0!==t&&(this.color=this.createColor(t));var e=!1===this.options.horizontal?this.options.sliders:this.options.slidersHorz,i=this.picker.find("i");if(0!==i.length)return!1===this.options.horizontal?(e=this.options.sliders,i.eq(1).css("top",e.hue.maxTop*(1-this.color.value.h)).end().eq(2).css("top",e.alpha.maxTop*(1-this.color.value.a))):(e=this.options.slidersHorz,i.eq(1).css("left",e.hue.maxLeft*(1-this.color.value.h)).end().eq(2).css("left",e.alpha.maxLeft*(1-this.color.value.a))),i.eq(0).css({top:e.saturation.maxTop-this.color.value.b*e.saturation.maxTop,left:this.color.value.s*e.saturation.maxLeft}),this.picker.find(".colorpicker-saturation").css("backgroundColor",this.color.toHex(!0,this.color.value.h,1,1,1)),this.picker.find(".colorpicker-alpha").css("backgroundColor",this.color.toHex(!0)),this.picker.find(".colorpicker-color, .colorpicker-color div").css("backgroundColor",this.color.toString(!0,this.format)),t},updateComponent:function(t){var e;if(e=void 0!==t?this.createColor(t):this.color,!1!==this.component){var i=this.component.find("i").eq(0);i.length>0?i.css({backgroundColor:e.toString(!0,this.format)}):this.component.css({backgroundColor:e.toString(!0,this.format)})}return e.toString(!1,this.format)},update:function(t){var e;return!1===this.getValue(!1)&&!0!==t||(e=this.updateComponent(),this.updateInput(e),this.updateData(e),this.updatePicker()),e},setValue:function(t){this.color=this.createColor(t),this.update(!0),this.element.trigger({type:"changeColor",color:this.color,value:t})},createColor:function(t){return new e(t||null,this.options.colorSelectors,this.options.fallbackColor?this.options.fallbackColor:this.color,this.options.fallbackFormat,this.options.hexNumberSignPrefix)},getValue:function(t){t=void 0===t?this.options.fallbackColor:t;var e;return e=this.hasInput()?this.input.val():this.element.data("color"),void 0!==e&&""!==e&&null!==e||(e=t),e},hasInput:function(){return!1!==this.input},isDisabled:function(){return this.disabled},disable:function(){return this.hasInput()&&this.input.prop("disabled",!0),this.disabled=!0,this.element.trigger({type:"disable",color:this.color,value:this.getValue()}),!0},enable:function(){return this.hasInput()&&this.input.prop("disabled",!1),this.disabled=!1,this.element.trigger({type:"enable",color:this.color,value:this.getValue()}),!0},currentSlider:null,mousePointer:{left:0,top:0},mousedown:function(e){!e.pageX&&!e.pageY&&e.originalEvent&&e.originalEvent.touches&&(e.pageX=e.originalEvent.touches[0].pageX,e.pageY=e.originalEvent.touches[0].pageY),e.stopPropagation(),e.preventDefault();var i=t(e.target),o=i.closest("div"),n=this.options.horizontal?this.options.slidersHorz:this.options.sliders;if(!o.is(".colorpicker")){if(o.is(".colorpicker-saturation"))this.currentSlider=t.extend({},n.saturation);else if(o.is(".colorpicker-hue"))this.currentSlider=t.extend({},n.hue);else{if(!o.is(".colorpicker-alpha"))return!1;this.currentSlider=t.extend({},n.alpha)}var a=o.offset();this.currentSlider.guide=o.find("i")[0].style,this.currentSlider.left=e.pageX-a.left,this.currentSlider.top=e.pageY-a.top,this.mousePointer={left:e.pageX,top:e.pageY},t(window.document).on({"mousemove.colorpicker":t.proxy(this.mousemove,this),"touchmove.colorpicker":t.proxy(this.mousemove,this),"mouseup.colorpicker":t.proxy(this.mouseup,this),"touchend.colorpicker":t.proxy(this.mouseup,this)}).trigger("mousemove")}return!1},mousemove:function(t){!t.pageX&&!t.pageY&&t.originalEvent&&t.originalEvent.touches&&(t.pageX=t.originalEvent.touches[0].pageX,t.pageY=t.originalEvent.touches[0].pageY),t.stopPropagation(),t.preventDefault();var e=Math.max(0,Math.min(this.currentSlider.maxLeft,this.currentSlider.left+((t.pageX||this.mousePointer.left)-this.mousePointer.left))),i=Math.max(0,Math.min(this.currentSlider.maxTop,this.currentSlider.top+((t.pageY||this.mousePointer.top)-this.mousePointer.top)));return this.currentSlider.guide.left=e+"px",this.currentSlider.guide.top=i+"px",this.currentSlider.callLeft&&this.color[this.currentSlider.callLeft].call(this.color,e/this.currentSlider.maxLeft),this.currentSlider.callTop&&this.color[this.currentSlider.callTop].call(this.color,i/this.currentSlider.maxTop),!1!==this.options.format||"setAlpha"!==this.currentSlider.callTop&&"setAlpha"!==this.currentSlider.callLeft||(1!==this.color.value.a?(this.format="rgba",this.color.origFormat="rgba"):(this.format="hex",this.color.origFormat="hex")),this.update(!0),this.element.trigger({type:"changeColor",color:this.color}),!1},mouseup:function(e){return e.stopPropagation(),e.preventDefault(),t(window.document).off({"mousemove.colorpicker":this.mousemove,"touchmove.colorpicker":this.mousemove,"mouseup.colorpicker":this.mouseup,"touchend.colorpicker":this.mouseup}),!1},change:function(t){this.keyup(t)},keyup:function(t){38===t.keyCode?(this.color.value.a<1&&(this.color.value.a=Math.round(100*(this.color.value.a+.01))/100),this.update(!0)):40===t.keyCode?(this.color.value.a>0&&(this.color.value.a=Math.round(100*(this.color.value.a-.01))/100),this.update(!0)):(this.color=this.createColor(this.input.val()),this.color.origFormat&&!1===this.options.format&&(this.format=this.color.origFormat),!1!==this.getValue(!1)&&(this.updateData(),this.updateComponent(),this.updatePicker())),this.element.trigger({type:"changeColor",color:this.color,value:this.input.val()})}},t.colorpicker=o,t.fn.colorpicker=function(e){var i=Array.prototype.slice.call(arguments,1),n=1===this.length,a=null,r=this.each(function(){var n=t(this),r=n.data("colorpicker"),s="object"==typeof e?e:{};r||(r=new o(this,s),n.data("colorpicker",r)),"string"==typeof e?t.isFunction(r[e])?a=r[e].apply(r,i):(i.length&&(r[e]=i[0]),a=r[e]):a=n});return n?a:r},t.fn.colorpicker.constructor=o}),function(t){"function"==typeof define&&define.amd?define(["jquery"],t):t("object"==typeof exports?require("jquery"):jQuery)}(function(t,e){function i(){return new Date(Date.UTC.apply(Date,arguments))}function o(){var t=new Date;return i(t.getFullYear(),t.getMonth(),t.getDate())}function n(t,e){return t.getUTCFullYear()===e.getUTCFullYear()&&t.getUTCMonth()===e.getUTCMonth()&&t.getUTCDate()===e.getUTCDate()}function a(i,o){return function(){return o!==e&&t.fn.datepicker.deprecated(o),this[i].apply(this,arguments)}}function r(t){return t&&!isNaN(t.getTime())}function s(e,i){function o(t,e){return e.toLowerCase()}var n,a=t(e).data(),r={},s=new RegExp("^"+i.toLowerCase()+"([A-Z])");i=new RegExp("^"+i.toLowerCase());for(var l in a)i.test(l)&&(n=l.replace(s,o),r[n]=a[l]);return r}function l(e){var i={};if(m[e]||(e=e.split("-")[0],m[e])){var o=m[e];return t.each(g,function(t,e){e in o&&(i[e]=o[e])}),i}}var h=function(){var e={get:function(t){return this.slice(t)[0]},contains:function(t){for(var e=t&&t.valueOf(),i=0,o=this.length;i<o;i++)if(0<=this[i].valueOf()-e&&this[i].valueOf()-e<864e5)return i;return-1},remove:function(t){this.splice(t,1)},replace:function(e){e&&(t.isArray(e)||(e=[e]),this.clear(),this.push.apply(this,e))},clear:function(){this.length=0},copy:function(){var t=new h;return t.replace(this),t}};return function(){var i=[];return i.push.apply(i,arguments),t.extend(i,e),i}}(),d=function(e,i){t.data(e,"datepicker",this),this._process_options(i),this.dates=new h,this.viewDate=this.o.defaultViewDate,this.focusDate=null,this.element=t(e),this.isInput=this.element.is("input"),this.inputField=this.isInput?this.element:this.element.find("input"),this.component=!!this.element.hasClass("date")&&this.element.find(".add-on, .input-group-addon, .btn"),this.component&&0===this.component.length&&(this.component=!1),this.isInline=!this.component&&this.element.is("div"),this.picker=t(v.template),this._check_template(this.o.templates.leftArrow)&&this.picker.find(".prev").html(this.o.templates.leftArrow),this._check_template(this.o.templates.rightArrow)&&this.picker.find(".next").html(this.o.templates.rightArrow),this._buildEvents(),this._attachEvents(),this.isInline?this.picker.addClass("datepicker-inline").appendTo(this.element):this.picker.addClass("datepicker-dropdown dropdown-menu"),this.o.rtl&&this.picker.addClass("datepicker-rtl"),this.o.calendarWeeks&&this.picker.find(".datepicker-days .datepicker-switch, thead .datepicker-title, tfoot .today, tfoot .clear").attr("colspan",function(t,e){return Number(e)+1}),this._process_options({startDate:this._o.startDate,endDate:this._o.endDate,daysOfWeekDisabled:this.o.daysOfWeekDisabled,daysOfWeekHighlighted:this.o.daysOfWeekHighlighted,datesDisabled:this.o.datesDisabled}),this._allow_update=!1,this.setViewMode(this.o.startView),this._allow_update=!0,this.fillDow(),this.fillMonths(),this.update(),this.isInline&&this.show()};d.prototype={constructor:d,_resolveViewName:function(e){return t.each(v.viewModes,function(i,o){if(e===i||-1!==t.inArray(e,o.names))return e=i,!1}),e},_resolveDaysOfWeek:function(e){return t.isArray(e)||(e=e.split(/[,\s]*/)),t.map(e,Number)},_check_template:function(i){try{if(i===e||""===i)return!1;if((i.match(/[<>]/g)||[]).length<=0)return!0;return t(i).length>0}catch(t){return!1}},_process_options:function(e){this._o=t.extend({},this._o,e);var n=this.o=t.extend({},this._o),a=n.language;m[a]||(a=a.split("-")[0],m[a]||(a=p.language)),n.language=a,n.startView=this._resolveViewName(n.startView),n.minViewMode=this._resolveViewName(n.minViewMode),n.maxViewMode=this._resolveViewName(n.maxViewMode),n.startView=Math.max(this.o.minViewMode,Math.min(this.o.maxViewMode,n.startView)),!0!==n.multidate&&(n.multidate=Number(n.multidate)||!1,!1!==n.multidate&&(n.multidate=Math.max(0,n.multidate))),n.multidateSeparator=String(n.multidateSeparator),n.weekStart%=7,n.weekEnd=(n.weekStart+6)%7;var r=v.parseFormat(n.format);n.startDate!==-1/0&&(n.startDate?n.startDate instanceof Date?n.startDate=this._local_to_utc(this._zero_time(n.startDate)):n.startDate=v.parseDate(n.startDate,r,n.language,n.assumeNearbyYear):n.startDate=-1/0),n.endDate!==1/0&&(n.endDate?n.endDate instanceof Date?n.endDate=this._local_to_utc(this._zero_time(n.endDate)):n.endDate=v.parseDate(n.endDate,r,n.language,n.assumeNearbyYear):n.endDate=1/0),n.daysOfWeekDisabled=this._resolveDaysOfWeek(n.daysOfWeekDisabled||[]),n.daysOfWeekHighlighted=this._resolveDaysOfWeek(n.daysOfWeekHighlighted||[]),n.datesDisabled=n.datesDisabled||[],t.isArray(n.datesDisabled)||(n.datesDisabled=n.datesDisabled.split(",")),n.datesDisabled=t.map(n.datesDisabled,function(t){return v.parseDate(t,r,n.language,n.assumeNearbyYear)});var s=String(n.orientation).toLowerCase().split(/\s+/g),l=n.orientation.toLowerCase();if(s=t.grep(s,function(t){return/^auto|left|right|top|bottom$/.test(t)}),n.orientation={x:"auto",y:"auto"},l&&"auto"!==l)if(1===s.length)switch(s[0]){case"top":case"bottom":n.orientation.y=s[0];break;case"left":case"right":n.orientation.x=s[0]}else l=t.grep(s,function(t){return/^left|right$/.test(t)}),n.orientation.x=l[0]||"auto",l=t.grep(s,function(t){return/^top|bottom$/.test(t)}),n.orientation.y=l[0]||"auto";else;if(n.defaultViewDate instanceof Date||"string"==typeof n.defaultViewDate)n.defaultViewDate=v.parseDate(n.defaultViewDate,r,n.language,n.assumeNearbyYear);else if(n.defaultViewDate){var h=n.defaultViewDate.year||(new Date).getFullYear(),d=n.defaultViewDate.month||0,u=n.defaultViewDate.day||1;n.defaultViewDate=i(h,d,u)}else n.defaultViewDate=o()},_events:[],_secondaryEvents:[],_applyEvents:function(t){for(var i,o,n,a=0;a<t.length;a++)i=t[a][0],2===t[a].length?(o=e,n=t[a][1]):3===t[a].length&&(o=t[a][1],n=t[a][2]),i.on(n,o)},_unapplyEvents:function(t){for(var i,o,n,a=0;a<t.length;a++)i=t[a][0],2===t[a].length?(n=e,o=t[a][1]):3===t[a].length&&(n=t[a][1],o=t[a][2]),i.off(o,n)},_buildEvents:function(){var e={keyup:t.proxy(function(e){-1===t.inArray(e.keyCode,[27,37,39,38,40,32,13,9])&&this.update()},this),keydown:t.proxy(this.keydown,this),paste:t.proxy(this.paste,this)};!0===this.o.showOnFocus&&(e.focus=t.proxy(this.show,this)),this.isInput?this._events=[[this.element,e]]:this.component&&this.inputField.length?this._events=[[this.inputField,e],[this.component,{click:t.proxy(this.show,this)}]]:this._events=[[this.element,{click:t.proxy(this.show,this),keydown:t.proxy(this.keydown,this)}]],this._events.push([this.element,"*",{blur:t.proxy(function(t){this._focused_from=t.target},this)}],[this.element,{blur:t.proxy(function(t){this._focused_from=t.target},this)}]),this.o.immediateUpdates&&this._events.push([this.element,{"changeYear changeMonth":t.proxy(function(t){this.update(t.date)},this)}]),this._secondaryEvents=[[this.picker,{click:t.proxy(this.click,this)}],[this.picker,".prev, .next",{click:t.proxy(this.navArrowsClick,this)}],[this.picker,".day:not(.disabled)",{click:t.proxy(this.dayCellClick,this)}],[t(window),{resize:t.proxy(this.place,this)}],[t(document),{"mousedown touchstart":t.proxy(function(t){this.element.is(t.target)||this.element.find(t.target).length||this.picker.is(t.target)||this.picker.find(t.target).length||this.isInline||this.hide()},this)}]]},_attachEvents:function(){this._detachEvents(),this._applyEvents(this._events)},_detachEvents:function(){this._unapplyEvents(this._events)},_attachSecondaryEvents:function(){this._detachSecondaryEvents(),this._applyEvents(this._secondaryEvents)},_detachSecondaryEvents:function(){this._unapplyEvents(this._secondaryEvents)},_trigger:function(e,i){var o=i||this.dates.get(-1),n=this._utc_to_local(o);this.element.trigger({type:e,date:n,viewMode:this.viewMode,dates:t.map(this.dates,this._utc_to_local),format:t.proxy(function(t,e){0===arguments.length?(t=this.dates.length-1,e=this.o.format):"string"==typeof t&&(e=t,t=this.dates.length-1),e=e||this.o.format;var i=this.dates.get(t);return v.formatDate(i,e,this.o.language)},this)})},show:function(){if(!(this.inputField.prop("disabled")||this.inputField.prop("readonly")&&!1===this.o.enableOnReadonly))return this.isInline||this.picker.appendTo(this.o.container),this.place(),this.picker.show(),this._attachSecondaryEvents(),this._trigger("show"),(window.navigator.msMaxTouchPoints||"ontouchstart"in document)&&this.o.disableTouchKeyboard&&t(this.element).blur(),this},hide:function(){return this.isInline||!this.picker.is(":visible")?this:(this.focusDate=null,this.picker.hide().detach(),this._detachSecondaryEvents(),this.setViewMode(this.o.startView),this.o.forceParse&&this.inputField.val()&&this.setValue(),this._trigger("hide"),this)},destroy:function(){return this.hide(),this._detachEvents(),this._detachSecondaryEvents(),this.picker.remove(),delete this.element.data().datepicker,this.isInput||delete this.element.data().date,this},paste:function(e){var i;if(e.originalEvent.clipboardData&&e.originalEvent.clipboardData.types&&-1!==t.inArray("text/plain",e.originalEvent.clipboardData.types))i=e.originalEvent.clipboardData.getData("text/plain");else{if(!window.clipboardData)return;i=window.clipboardData.getData("Text")}this.setDate(i),this.update(),e.preventDefault()},_utc_to_local:function(t){if(!t)return t;var e=new Date(t.getTime()+6e4*t.getTimezoneOffset());return e.getTimezoneOffset()!==t.getTimezoneOffset()&&(e=new Date(t.getTime()+6e4*e.getTimezoneOffset())),e},_local_to_utc:function(t){return t&&new Date(t.getTime()-6e4*t.getTimezoneOffset())},_zero_time:function(t){return t&&new Date(t.getFullYear(),t.getMonth(),t.getDate())},_zero_utc_time:function(t){return t&&i(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate())},getDates:function(){return t.map(this.dates,this._utc_to_local)},getUTCDates:function(){return t.map(this.dates,function(t){return new Date(t)})},getDate:function(){return this._utc_to_local(this.getUTCDate())},getUTCDate:function(){var t=this.dates.get(-1);return t!==e?new Date(t):null},clearDates:function(){this.inputField.val(""),this.update(),this._trigger("changeDate"),this.o.autoclose&&this.hide()},setDates:function(){var e=t.isArray(arguments[0])?arguments[0]:arguments;return this.update.apply(this,e),this._trigger("changeDate"),this.setValue(),this},setUTCDates:function(){var e=t.isArray(arguments[0])?arguments[0]:arguments;return this.setDates.apply(this,t.map(e,this._utc_to_local)),this},setDate:a("setDates"),setUTCDate:a("setUTCDates"),remove:a("destroy","Method `remove` is deprecated and will be removed in version 2.0. Use `destroy` instead"),setValue:function(){var t=this.getFormattedDate();return this.inputField.val(t),this},getFormattedDate:function(i){i===e&&(i=this.o.format);var o=this.o.language;return t.map(this.dates,function(t){return v.formatDate(t,i,o)}).join(this.o.multidateSeparator)},getStartDate:function(){return this.o.startDate},setStartDate:function(t){return this._process_options({startDate:t}),this.update(),this.updateNavArrows(),this},getEndDate:function(){return this.o.endDate},setEndDate:function(t){return this._process_options({endDate:t}),this.update(),this.updateNavArrows(),this},setDaysOfWeekDisabled:function(t){return this._process_options({daysOfWeekDisabled:t}),this.update(),this},setDaysOfWeekHighlighted:function(t){return this._process_options({daysOfWeekHighlighted:t}),this.update(),this},setDatesDisabled:function(t){return this._process_options({datesDisabled:t}),this.update(),this},place:function(){if(this.isInline)return this;var e=this.picker.outerWidth(),i=this.picker.outerHeight(),o=t(this.o.container),n=o.width(),a="body"===this.o.container?t(document).scrollTop():o.scrollTop(),r=o.offset(),s=[0];this.element.parents().each(function(){var e=t(this).css("z-index");"auto"!==e&&0!==Number(e)&&s.push(Number(e))});var l=Math.max.apply(Math,s)+this.o.zIndexOffset,h=this.component?this.component.parent().offset():this.element.offset(),d=this.component?this.component.outerHeight(!0):this.element.outerHeight(!1),u=this.component?this.component.outerWidth(!0):this.element.outerWidth(!1),c=h.left-r.left,f=h.top-r.top;"body"!==this.o.container&&(f+=a),this.picker.removeClass("datepicker-orient-top datepicker-orient-bottom datepicker-orient-right datepicker-orient-left"),"auto"!==this.o.orientation.x?(this.picker.addClass("datepicker-orient-"+this.o.orientation.x),"right"===this.o.orientation.x&&(c-=e-u)):h.left<0?(this.picker.addClass("datepicker-orient-left"),c-=h.left-10):c+e>n?(this.picker.addClass("datepicker-orient-right"),
|
|
c+=u-e):this.o.rtl?this.picker.addClass("datepicker-orient-right"):this.picker.addClass("datepicker-orient-left");var p,g=this.o.orientation.y;if("auto"===g&&(p=-a+f-i,g=p<0?"bottom":"top"),this.picker.addClass("datepicker-orient-"+g),"top"===g?f-=i+parseInt(this.picker.css("padding-top")):f+=d,this.o.rtl){var m=n-(c+u);this.picker.css({top:f,right:m,zIndex:l})}else this.picker.css({top:f,left:c,zIndex:l});return this},_allow_update:!0,update:function(){if(!this._allow_update)return this;var e=this.dates.copy(),i=[],o=!1;return arguments.length?(t.each(arguments,t.proxy(function(t,e){e instanceof Date&&(e=this._local_to_utc(e)),i.push(e)},this)),o=!0):(i=this.isInput?this.element.val():this.element.data("date")||this.inputField.val(),i=i&&this.o.multidate?i.split(this.o.multidateSeparator):[i],delete this.element.data().date),i=t.map(i,t.proxy(function(t){return v.parseDate(t,this.o.format,this.o.language,this.o.assumeNearbyYear)},this)),i=t.grep(i,t.proxy(function(t){return!this.dateWithinRange(t)||!t},this),!0),this.dates.replace(i),this.o.updateViewDate&&(this.dates.length?this.viewDate=new Date(this.dates.get(-1)):this.viewDate<this.o.startDate?this.viewDate=new Date(this.o.startDate):this.viewDate>this.o.endDate?this.viewDate=new Date(this.o.endDate):this.viewDate=this.o.defaultViewDate),o?(this.setValue(),this.element.change()):this.dates.length&&String(e)!==String(this.dates)&&o&&(this._trigger("changeDate"),this.element.change()),!this.dates.length&&e.length&&(this._trigger("clearDate"),this.element.change()),this.fill(),this},fillDow:function(){if(this.o.showWeekDays){var e=this.o.weekStart,i="<tr>";for(this.o.calendarWeeks&&(i+='<th class="cw"> </th>');e<this.o.weekStart+7;)i+='<th class="dow',-1!==t.inArray(e,this.o.daysOfWeekDisabled)&&(i+=" disabled"),i+='">'+m[this.o.language].daysMin[e++%7]+"</th>";i+="</tr>",this.picker.find(".datepicker-days thead").append(i)}},fillMonths:function(){for(var t,e=this._utc_to_local(this.viewDate),i="",o=0;o<12;o++)t=e&&e.getMonth()===o?" focused":"",i+='<span class="month'+t+'">'+m[this.o.language].monthsShort[o]+"</span>";this.picker.find(".datepicker-months td").html(i)},setRange:function(e){e&&e.length?this.range=t.map(e,function(t){return t.valueOf()}):delete this.range,this.fill()},getClassNames:function(e){var i=[],a=this.viewDate.getUTCFullYear(),r=this.viewDate.getUTCMonth(),s=o();return e.getUTCFullYear()<a||e.getUTCFullYear()===a&&e.getUTCMonth()<r?i.push("old"):(e.getUTCFullYear()>a||e.getUTCFullYear()===a&&e.getUTCMonth()>r)&&i.push("new"),this.focusDate&&e.valueOf()===this.focusDate.valueOf()&&i.push("focused"),this.o.todayHighlight&&n(e,s)&&i.push("today"),-1!==this.dates.contains(e)&&i.push("active"),this.dateWithinRange(e)||i.push("disabled"),this.dateIsDisabled(e)&&i.push("disabled","disabled-date"),-1!==t.inArray(e.getUTCDay(),this.o.daysOfWeekHighlighted)&&i.push("highlighted"),this.range&&(e>this.range[0]&&e<this.range[this.range.length-1]&&i.push("range"),-1!==t.inArray(e.valueOf(),this.range)&&i.push("selected"),e.valueOf()===this.range[0]&&i.push("range-start"),e.valueOf()===this.range[this.range.length-1]&&i.push("range-end")),i},_fill_yearsView:function(i,o,n,a,r,s,l){for(var h,d,u,c="",f=n/10,p=this.picker.find(i),g=Math.floor(a/n)*n,m=g+9*f,v=Math.floor(this.viewDate.getFullYear()/f)*f,b=t.map(this.dates,function(t){return Math.floor(t.getUTCFullYear()/f)*f}),y=g-f;y<=m+f;y+=f)h=[o],d=null,y===g-f?h.push("old"):y===m+f&&h.push("new"),-1!==t.inArray(y,b)&&h.push("active"),(y<r||y>s)&&h.push("disabled"),y===v&&h.push("focused"),l!==t.noop&&(u=l(new Date(y,0,1)),u===e?u={}:"boolean"==typeof u?u={enabled:u}:"string"==typeof u&&(u={classes:u}),!1===u.enabled&&h.push("disabled"),u.classes&&(h=h.concat(u.classes.split(/\s+/))),u.tooltip&&(d=u.tooltip)),c+='<span class="'+h.join(" ")+'"'+(d?' title="'+d+'"':"")+">"+y+"</span>";p.find(".datepicker-switch").text(g+"-"+m),p.find("td").html(c)},fill:function(){var o,n,a=new Date(this.viewDate),r=a.getUTCFullYear(),s=a.getUTCMonth(),l=this.o.startDate!==-1/0?this.o.startDate.getUTCFullYear():-1/0,h=this.o.startDate!==-1/0?this.o.startDate.getUTCMonth():-1/0,d=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,u=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,c=m[this.o.language].today||m.en.today||"",f=m[this.o.language].clear||m.en.clear||"",p=m[this.o.language].titleFormat||m.en.titleFormat;if(!isNaN(r)&&!isNaN(s)){this.picker.find(".datepicker-days .datepicker-switch").text(v.formatDate(a,p,this.o.language)),this.picker.find("tfoot .today").text(c).css("display",!0===this.o.todayBtn||"linked"===this.o.todayBtn?"table-cell":"none"),this.picker.find("tfoot .clear").text(f).css("display",!0===this.o.clearBtn?"table-cell":"none"),this.picker.find("thead .datepicker-title").text(this.o.title).css("display","string"==typeof this.o.title&&""!==this.o.title?"table-cell":"none"),this.updateNavArrows(),this.fillMonths();var g=i(r,s,0),b=g.getUTCDate();g.setUTCDate(b-(g.getUTCDay()-this.o.weekStart+7)%7);var y=new Date(g);g.getUTCFullYear()<100&&y.setUTCFullYear(g.getUTCFullYear()),y.setUTCDate(y.getUTCDate()+42),y=y.valueOf();for(var x,w,_=[];g.valueOf()<y;){if((x=g.getUTCDay())===this.o.weekStart&&(_.push("<tr>"),this.o.calendarWeeks)){var k=new Date(+g+(this.o.weekStart-x-7)%7*864e5),C=new Date(Number(k)+(11-k.getUTCDay())%7*864e5),D=new Date(Number(D=i(C.getUTCFullYear(),0,1))+(11-D.getUTCDay())%7*864e5),M=(C-D)/864e5/7+1;_.push('<td class="cw">'+M+"</td>")}w=this.getClassNames(g),w.push("day");var S=g.getUTCDate();this.o.beforeShowDay!==t.noop&&(n=this.o.beforeShowDay(this._utc_to_local(g)),n===e?n={}:"boolean"==typeof n?n={enabled:n}:"string"==typeof n&&(n={classes:n}),!1===n.enabled&&w.push("disabled"),n.classes&&(w=w.concat(n.classes.split(/\s+/))),n.tooltip&&(o=n.tooltip),n.content&&(S=n.content)),w=t.isFunction(t.uniqueSort)?t.uniqueSort(w):t.unique(w),_.push('<td class="'+w.join(" ")+'"'+(o?' title="'+o+'"':"")+' data-date="'+g.getTime().toString()+'">'+S+"</td>"),o=null,x===this.o.weekEnd&&_.push("</tr>"),g.setUTCDate(g.getUTCDate()+1)}this.picker.find(".datepicker-days tbody").html(_.join(""));var T=m[this.o.language].monthsTitle||m.en.monthsTitle||"Months",I=this.picker.find(".datepicker-months").find(".datepicker-switch").text(this.o.maxViewMode<2?T:r).end().find("tbody span").removeClass("active");if(t.each(this.dates,function(t,e){e.getUTCFullYear()===r&&I.eq(e.getUTCMonth()).addClass("active")}),(r<l||r>d)&&I.addClass("disabled"),r===l&&I.slice(0,h).addClass("disabled"),r===d&&I.slice(u+1).addClass("disabled"),this.o.beforeShowMonth!==t.noop){var A=this;t.each(I,function(i,o){var n=new Date(r,i,1),a=A.o.beforeShowMonth(n);a===e?a={}:"boolean"==typeof a?a={enabled:a}:"string"==typeof a&&(a={classes:a}),!1!==a.enabled||t(o).hasClass("disabled")||t(o).addClass("disabled"),a.classes&&t(o).addClass(a.classes),a.tooltip&&t(o).prop("title",a.tooltip)})}this._fill_yearsView(".datepicker-years","year",10,r,l,d,this.o.beforeShowYear),this._fill_yearsView(".datepicker-decades","decade",100,r,l,d,this.o.beforeShowDecade),this._fill_yearsView(".datepicker-centuries","century",1e3,r,l,d,this.o.beforeShowCentury)}},updateNavArrows:function(){if(this._allow_update){var t,e,i=new Date(this.viewDate),o=i.getUTCFullYear(),n=i.getUTCMonth(),a=this.o.startDate!==-1/0?this.o.startDate.getUTCFullYear():-1/0,r=this.o.startDate!==-1/0?this.o.startDate.getUTCMonth():-1/0,s=this.o.endDate!==1/0?this.o.endDate.getUTCFullYear():1/0,l=this.o.endDate!==1/0?this.o.endDate.getUTCMonth():1/0,h=1;switch(this.viewMode){case 4:h*=10;case 3:h*=10;case 2:h*=10;case 1:t=Math.floor(o/h)*h<a,e=Math.floor(o/h)*h+h>s;break;case 0:t=o<=a&&n<r,e=o>=s&&n>l}this.picker.find(".prev").toggleClass("disabled",t),this.picker.find(".next").toggleClass("disabled",e)}},click:function(e){e.preventDefault(),e.stopPropagation();var n,a,r,s;n=t(e.target),n.hasClass("datepicker-switch")&&this.viewMode!==this.o.maxViewMode&&this.setViewMode(this.viewMode+1),n.hasClass("today")&&!n.hasClass("day")&&(this.setViewMode(0),this._setDate(o(),"linked"===this.o.todayBtn?null:"view")),n.hasClass("clear")&&this.clearDates(),n.hasClass("disabled")||(n.hasClass("month")||n.hasClass("year")||n.hasClass("decade")||n.hasClass("century"))&&(this.viewDate.setUTCDate(1),a=1,1===this.viewMode?(s=n.parent().find("span").index(n),r=this.viewDate.getUTCFullYear(),this.viewDate.setUTCMonth(s)):(s=0,r=Number(n.text()),this.viewDate.setUTCFullYear(r)),this._trigger(v.viewModes[this.viewMode-1].e,this.viewDate),this.viewMode===this.o.minViewMode?this._setDate(i(r,s,a)):(this.setViewMode(this.viewMode-1),this.fill())),this.picker.is(":visible")&&this._focused_from&&this._focused_from.focus(),delete this._focused_from},dayCellClick:function(e){var i=t(e.currentTarget),o=i.data("date"),n=new Date(o);this.o.updateViewDate&&(n.getUTCFullYear()!==this.viewDate.getUTCFullYear()&&this._trigger("changeYear",this.viewDate),n.getUTCMonth()!==this.viewDate.getUTCMonth()&&this._trigger("changeMonth",this.viewDate)),this._setDate(n)},navArrowsClick:function(e){var i=t(e.currentTarget),o=i.hasClass("prev")?-1:1;0!==this.viewMode&&(o*=12*v.viewModes[this.viewMode].navStep),this.viewDate=this.moveMonth(this.viewDate,o),this._trigger(v.viewModes[this.viewMode].e,this.viewDate),this.fill()},_toggle_multidate:function(t){var e=this.dates.contains(t);if(t||this.dates.clear(),-1!==e?(!0===this.o.multidate||this.o.multidate>1||this.o.toggleActive)&&this.dates.remove(e):!1===this.o.multidate?(this.dates.clear(),this.dates.push(t)):this.dates.push(t),"number"==typeof this.o.multidate)for(;this.dates.length>this.o.multidate;)this.dates.remove(0)},_setDate:function(t,e){e&&"date"!==e||this._toggle_multidate(t&&new Date(t)),(!e&&this.o.updateViewDate||"view"===e)&&(this.viewDate=t&&new Date(t)),this.fill(),this.setValue(),e&&"view"===e||this._trigger("changeDate"),this.inputField.trigger("change"),!this.o.autoclose||e&&"date"!==e||this.hide()},moveDay:function(t,e){var i=new Date(t);return i.setUTCDate(t.getUTCDate()+e),i},moveWeek:function(t,e){return this.moveDay(t,7*e)},moveMonth:function(t,e){if(!r(t))return this.o.defaultViewDate;if(!e)return t;var i,o,n=new Date(t.valueOf()),a=n.getUTCDate(),s=n.getUTCMonth(),l=Math.abs(e);if(e=e>0?1:-1,1===l)o=-1===e?function(){return n.getUTCMonth()===s}:function(){return n.getUTCMonth()!==i},i=s+e,n.setUTCMonth(i),i=(i+12)%12;else{for(var h=0;h<l;h++)n=this.moveMonth(n,e);i=n.getUTCMonth(),n.setUTCDate(a),o=function(){return i!==n.getUTCMonth()}}for(;o();)n.setUTCDate(--a),n.setUTCMonth(i);return n},moveYear:function(t,e){return this.moveMonth(t,12*e)},moveAvailableDate:function(t,e,i){do{if(t=this[i](t,e),!this.dateWithinRange(t))return!1;i="moveDay"}while(this.dateIsDisabled(t));return t},weekOfDateIsDisabled:function(e){return-1!==t.inArray(e.getUTCDay(),this.o.daysOfWeekDisabled)},dateIsDisabled:function(e){return this.weekOfDateIsDisabled(e)||t.grep(this.o.datesDisabled,function(t){return n(e,t)}).length>0},dateWithinRange:function(t){return t>=this.o.startDate&&t<=this.o.endDate},keydown:function(t){if(!this.picker.is(":visible"))return void(40!==t.keyCode&&27!==t.keyCode||(this.show(),t.stopPropagation()));var e,i,o=!1,n=this.focusDate||this.viewDate;switch(t.keyCode){case 27:this.focusDate?(this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill()):this.hide(),t.preventDefault(),t.stopPropagation();break;case 37:case 38:case 39:case 40:if(!this.o.keyboardNavigation||7===this.o.daysOfWeekDisabled.length)break;e=37===t.keyCode||38===t.keyCode?-1:1,0===this.viewMode?t.ctrlKey?(i=this.moveAvailableDate(n,e,"moveYear"))&&this._trigger("changeYear",this.viewDate):t.shiftKey?(i=this.moveAvailableDate(n,e,"moveMonth"))&&this._trigger("changeMonth",this.viewDate):37===t.keyCode||39===t.keyCode?i=this.moveAvailableDate(n,e,"moveDay"):this.weekOfDateIsDisabled(n)||(i=this.moveAvailableDate(n,e,"moveWeek")):1===this.viewMode?(38!==t.keyCode&&40!==t.keyCode||(e*=4),i=this.moveAvailableDate(n,e,"moveMonth")):2===this.viewMode&&(38!==t.keyCode&&40!==t.keyCode||(e*=4),i=this.moveAvailableDate(n,e,"moveYear")),i&&(this.focusDate=this.viewDate=i,this.setValue(),this.fill(),t.preventDefault());break;case 13:if(!this.o.forceParse)break;n=this.focusDate||this.dates.get(-1)||this.viewDate,this.o.keyboardNavigation&&(this._toggle_multidate(n),o=!0),this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.setValue(),this.fill(),this.picker.is(":visible")&&(t.preventDefault(),t.stopPropagation(),this.o.autoclose&&this.hide());break;case 9:this.focusDate=null,this.viewDate=this.dates.get(-1)||this.viewDate,this.fill(),this.hide()}o&&(this.dates.length?this._trigger("changeDate"):this._trigger("clearDate"),this.inputField.trigger("change"))},setViewMode:function(t){this.viewMode=t,this.picker.children("div").hide().filter(".datepicker-"+v.viewModes[this.viewMode].clsName).show(),this.updateNavArrows(),this._trigger("changeViewMode",new Date(this.viewDate))}};var u=function(e,i){t.data(e,"datepicker",this),this.element=t(e),this.inputs=t.map(i.inputs,function(t){return t.jquery?t[0]:t}),delete i.inputs,this.keepEmptyValues=i.keepEmptyValues,delete i.keepEmptyValues,f.call(t(this.inputs),i).on("changeDate",t.proxy(this.dateUpdated,this)),this.pickers=t.map(this.inputs,function(e){return t.data(e,"datepicker")}),this.updateDates()};u.prototype={updateDates:function(){this.dates=t.map(this.pickers,function(t){return t.getUTCDate()}),this.updateRanges()},updateRanges:function(){var e=t.map(this.dates,function(t){return t.valueOf()});t.each(this.pickers,function(t,i){i.setRange(e)})},clearDates:function(){t.each(this.pickers,function(t,e){e.clearDates()})},dateUpdated:function(i){if(!this.updating){this.updating=!0;var o=t.data(i.target,"datepicker");if(o!==e){var n=o.getUTCDate(),a=this.keepEmptyValues,r=t.inArray(i.target,this.inputs),s=r-1,l=r+1,h=this.inputs.length;if(-1!==r){if(t.each(this.pickers,function(t,e){e.getUTCDate()||e!==o&&a||e.setUTCDate(n)}),n<this.dates[s])for(;s>=0&&n<this.dates[s];)this.pickers[s--].setUTCDate(n);else if(n>this.dates[l])for(;l<h&&n>this.dates[l];)this.pickers[l++].setUTCDate(n);this.updateDates(),delete this.updating}}}},destroy:function(){t.map(this.pickers,function(t){t.destroy()}),t(this.inputs).off("changeDate",this.dateUpdated),delete this.element.data().datepicker},remove:a("destroy","Method `remove` is deprecated and will be removed in version 2.0. Use `destroy` instead")};var c=t.fn.datepicker,f=function(i){var o=Array.apply(null,arguments);o.shift();var n;if(this.each(function(){var e=t(this),a=e.data("datepicker"),r="object"==typeof i&&i;if(!a){var h=s(this,"date"),c=t.extend({},p,h,r),f=l(c.language),g=t.extend({},p,f,h,r);e.hasClass("input-daterange")||g.inputs?(t.extend(g,{inputs:g.inputs||e.find("input").toArray()}),a=new u(this,g)):a=new d(this,g),e.data("datepicker",a)}"string"==typeof i&&"function"==typeof a[i]&&(n=a[i].apply(a,o))}),n===e||n instanceof d||n instanceof u)return this;if(this.length>1)throw new Error("Using only allowed for the collection of a single element ("+i+" function)");return n};t.fn.datepicker=f;var p=t.fn.datepicker.defaults={assumeNearbyYear:!1,autoclose:!1,beforeShowDay:t.noop,beforeShowMonth:t.noop,beforeShowYear:t.noop,beforeShowDecade:t.noop,beforeShowCentury:t.noop,calendarWeeks:!1,clearBtn:!1,toggleActive:!1,daysOfWeekDisabled:[],daysOfWeekHighlighted:[],datesDisabled:[],endDate:1/0,forceParse:!0,format:"mm/dd/yyyy",keepEmptyValues:!1,keyboardNavigation:!0,language:"en",minViewMode:0,maxViewMode:4,multidate:!1,multidateSeparator:",",orientation:"auto",rtl:!1,startDate:-1/0,startView:0,todayBtn:!1,todayHighlight:!1,updateViewDate:!0,weekStart:0,disableTouchKeyboard:!1,enableOnReadonly:!0,showOnFocus:!0,zIndexOffset:10,container:"body",immediateUpdates:!1,title:"",templates:{leftArrow:"«",rightArrow:"»"},showWeekDays:!0},g=t.fn.datepicker.locale_opts=["format","rtl","weekStart"];t.fn.datepicker.Constructor=d;var m=t.fn.datepicker.dates={en:{days:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],daysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],daysMin:["Su","Mo","Tu","We","Th","Fr","Sa"],months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],today:"Today",clear:"Clear",titleFormat:"MM yyyy"}},v={viewModes:[{names:["days","month"],clsName:"days",e:"changeMonth"},{names:["months","year"],clsName:"months",e:"changeYear",navStep:1},{names:["years","decade"],clsName:"years",e:"changeDecade",navStep:10},{names:["decades","century"],clsName:"decades",e:"changeCentury",navStep:100},{names:["centuries","millennium"],clsName:"centuries",e:"changeMillennium",navStep:1e3}],validParts:/dd?|DD?|mm?|MM?|yy(?:yy)?/g,nonpunctuation:/[^ -\/:-@\u5e74\u6708\u65e5\[-`{-~\t\n\r]+/g,parseFormat:function(t){if("function"==typeof t.toValue&&"function"==typeof t.toDisplay)return t;var e=t.replace(this.validParts,"\0").split("\0"),i=t.match(this.validParts);if(!e||!e.length||!i||0===i.length)throw new Error("Invalid date format.");return{separators:e,parts:i}},parseDate:function(i,n,a,r){function s(t,e){return!0===e&&(e=10),t<100&&(t+=2e3)>(new Date).getFullYear()+e&&(t-=100),t}function l(){var t=this.slice(0,h[f].length),e=h[f].slice(0,t.length);return t.toLowerCase()===e.toLowerCase()}if(!i)return e;if(i instanceof Date)return i;if("string"==typeof n&&(n=v.parseFormat(n)),n.toValue)return n.toValue(i,n,a);var h,u,c,f,p,g={d:"moveDay",m:"moveMonth",w:"moveWeek",y:"moveYear"},b={yesterday:"-1d",today:"+0d",tomorrow:"+1d"};if(i in b&&(i=b[i]),/^[\-+]\d+[dmwy]([\s,]+[\-+]\d+[dmwy])*$/i.test(i)){for(h=i.match(/([\-+]\d+)([dmwy])/gi),i=new Date,f=0;f<h.length;f++)u=h[f].match(/([\-+]\d+)([dmwy])/i),c=Number(u[1]),p=g[u[2].toLowerCase()],i=d.prototype[p](i,c);return d.prototype._zero_utc_time(i)}h=i&&i.match(this.nonpunctuation)||[];var y,x,w={},_=["yyyy","yy","M","MM","m","mm","d","dd"],k={yyyy:function(t,e){return t.setUTCFullYear(r?s(e,r):e)},m:function(t,e){if(isNaN(t))return t;for(e-=1;e<0;)e+=12;for(e%=12,t.setUTCMonth(e);t.getUTCMonth()!==e;)t.setUTCDate(t.getUTCDate()-1);return t},d:function(t,e){return t.setUTCDate(e)}};k.yy=k.yyyy,k.M=k.MM=k.mm=k.m,k.dd=k.d,i=o();var C=n.parts.slice();if(h.length!==C.length&&(C=t(C).filter(function(e,i){return-1!==t.inArray(i,_)}).toArray()),h.length===C.length){var D;for(f=0,D=C.length;f<D;f++){if(y=parseInt(h[f],10),u=C[f],isNaN(y))switch(u){case"MM":x=t(m[a].months).filter(l),y=t.inArray(x[0],m[a].months)+1;break;case"M":x=t(m[a].monthsShort).filter(l),y=t.inArray(x[0],m[a].monthsShort)+1}w[u]=y}var M,S;for(f=0;f<_.length;f++)(S=_[f])in w&&!isNaN(w[S])&&(M=new Date(i),k[S](M,w[S]),isNaN(M)||(i=M))}return i},formatDate:function(e,i,o){if(!e)return"";if("string"==typeof i&&(i=v.parseFormat(i)),i.toDisplay)return i.toDisplay(e,i,o);var n={d:e.getUTCDate(),D:m[o].daysShort[e.getUTCDay()],DD:m[o].days[e.getUTCDay()],m:e.getUTCMonth()+1,M:m[o].monthsShort[e.getUTCMonth()],MM:m[o].months[e.getUTCMonth()],yy:e.getUTCFullYear().toString().substring(2),yyyy:e.getUTCFullYear()};n.dd=(n.d<10?"0":"")+n.d,n.mm=(n.m<10?"0":"")+n.m,e=[];for(var a=t.extend([],i.separators),r=0,s=i.parts.length;r<=s;r++)a.length&&e.push(a.shift()),e.push(n[i.parts[r]]);return e.join("")},headTemplate:'<thead><tr><th colspan="7" class="datepicker-title"></th></tr><tr><th class="prev">'+p.templates.leftArrow+'</th><th colspan="5" class="datepicker-switch"></th><th class="next">'+p.templates.rightArrow+"</th></tr></thead>",contTemplate:'<tbody><tr><td colspan="7"></td></tr></tbody>',footTemplate:'<tfoot><tr><th colspan="7" class="today"></th></tr><tr><th colspan="7" class="clear"></th></tr></tfoot>'};v.template='<div class="datepicker"><div class="datepicker-days"><table class="table-condensed">'+v.headTemplate+"<tbody></tbody>"+v.footTemplate+'</table></div><div class="datepicker-months"><table class="table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+'</table></div><div class="datepicker-years"><table class="table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+'</table></div><div class="datepicker-decades"><table class="table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+'</table></div><div class="datepicker-centuries"><table class="table-condensed">'+v.headTemplate+v.contTemplate+v.footTemplate+"</table></div></div>",t.fn.datepicker.DPGlobal=v,t.fn.datepicker.noConflict=function(){return t.fn.datepicker=c,this},t.fn.datepicker.version="1.8.0",t.fn.datepicker.deprecated=function(t){var e=window.console;e&&e.warn&&e.warn("DEPRECATED: "+t)},t(document).on("focus.datepicker.data-api click.datepicker.data-api",'[data-provide="datepicker"]',function(e){var i=t(this);i.data("datepicker")||(e.preventDefault(),f.call(i,"show"))}),t(function(){f.call(t('[data-provide="datepicker-inline"]'))})}),function(t){"use strict";function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var i=function(){function t(t,e){for(var i=0;i<e.length;i++){var o=e[i];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}return function(e,i,o){return i&&t(e.prototype,i),o&&t(e,o),e}}();!function(t){var o="ekkoLightbox",n=t.fn[o],a={title:"",footer:"",maxWidth:9999,maxHeight:9999,showArrows:!0,wrapping:!0,type:null,alwaysShowClose:!1,loadingMessage:'<div class="ekko-lightbox-loader"><div><div></div><div></div></div></div>',leftArrow:"<span>❮</span>",rightArrow:"<span>❯</span>",strings:{close:"Close",fail:"Failed to load image:",type:"Could not detect remote target type. Force the type using data-type"},doc:document,onShow:function(){},onShown:function(){},onHide:function(){},onHidden:function(){},onNavigate:function(){},onContentLoaded:function(){}},r=function(){function o(i,n){var r=this;e(this,o),this._config=t.extend({},a,n),this._$modalArrows=null,this._galleryIndex=0,this._galleryName=null,this._padding=null,this._border=null,this._titleIsShown=!1,this._footerIsShown=!1,this._wantedWidth=0,this._wantedHeight=0,this._touchstartX=0,this._touchendX=0,this._modalId="ekkoLightbox-"+Math.floor(1e3*Math.random()+1),this._$element=i instanceof jQuery?i:t(i),this._isBootstrap3=3==t.fn.modal.Constructor.VERSION[0];var s='<h4 class="modal-title">'+(this._config.title||" ")+"</h4>",l='<button type="button" class="close" data-dismiss="modal" aria-label="'+this._config.strings.close+'"><span aria-hidden="true">×</span></button>',h='<div class="modal-header'+(this._config.title||this._config.alwaysShowClose?"":" hide")+'">'+(this._isBootstrap3?l+s:s+l)+"</div>",d='<div class="modal-footer'+(this._config.footer?"":" hide")+'">'+(this._config.footer||" ")+"</div>",u='<div class="modal-dialog" role="document"><div class="modal-content">'+h+'<div class="modal-body"><div class="ekko-lightbox-container"><div class="ekko-lightbox-item fade in show"></div><div class="ekko-lightbox-item fade"></div></div></div>'+d+"</div></div>";t(this._config.doc.body).append('<div id="'+this._modalId+'" class="ekko-lightbox modal fade" tabindex="-1" tabindex="-1" role="dialog" aria-hidden="true">'+u+"</div>"),this._$modal=t("#"+this._modalId,this._config.doc),this._$modalDialog=this._$modal.find(".modal-dialog").first(),this._$modalContent=this._$modal.find(".modal-content").first(),this._$modalBody=this._$modal.find(".modal-body").first(),this._$modalHeader=this._$modal.find(".modal-header").first(),this._$modalFooter=this._$modal.find(".modal-footer").first(),this._$lightboxContainer=this._$modalBody.find(".ekko-lightbox-container").first(),this._$lightboxBodyOne=this._$lightboxContainer.find("> div:first-child").first(),this._$lightboxBodyTwo=this._$lightboxContainer.find("> div:last-child").first(),this._border=this._calculateBorders(),this._padding=this._calculatePadding(),this._galleryName=this._$element.data("gallery"),this._galleryName&&(this._$galleryItems=t(document.body).find('*[data-gallery="'+this._galleryName+'"]'),this._galleryIndex=this._$galleryItems.index(this._$element),t(document).on("keydown.ekkoLightbox",this._navigationalBinder.bind(this)),this._config.showArrows&&this._$galleryItems.length>1&&(this._$lightboxContainer.append('<div class="ekko-lightbox-nav-overlay"><a href="#">'+this._config.leftArrow+'</a><a href="#">'+this._config.rightArrow+"</a></div>"),this._$modalArrows=this._$lightboxContainer.find("div.ekko-lightbox-nav-overlay").first(),this._$lightboxContainer.on("click","a:first-child",function(t){return t.preventDefault(),r.navigateLeft()}),this._$lightboxContainer.on("click","a:last-child",function(t){return t.preventDefault(),r.navigateRight()}),this.updateNavigation())),this._$modal.on("show.bs.modal",this._config.onShow.bind(this)).on("shown.bs.modal",function(){return r._toggleLoading(!0),r._handle(),r._config.onShown.call(r)}).on("hide.bs.modal",this._config.onHide.bind(this)).on("hidden.bs.modal",function(){return r._galleryName&&(t(document).off("keydown.ekkoLightbox"),t(window).off("resize.ekkoLightbox")),r._$modal.remove(),r._config.onHidden.call(r)}).modal(this._config),t(window).on("resize.ekkoLightbox",function(){r._resize(r._wantedWidth,r._wantedHeight)}),this._$lightboxContainer.on("touchstart",function(){r._touchstartX=event.changedTouches[0].screenX}).on("touchend",function(){r._touchendX=event.changedTouches[0].screenX,r._swipeGesure()})}return i(o,null,[{key:"Default",get:function(){return a}}]),i(o,[{key:"element",value:function(){return this._$element}},{key:"modal",value:function(){return this._$modal}},{key:"navigateTo",value:function(e){if(e<0||e>this._$galleryItems.length-1)return this;this._galleryIndex=e,this.updateNavigation(),this._$element=t(this._$galleryItems.get(this._galleryIndex)),this._handle()}},{key:"navigateLeft",value:function(){if(this._$galleryItems&&1!==this._$galleryItems.length){if(0===this._galleryIndex){if(!this._config.wrapping)return;this._galleryIndex=this._$galleryItems.length-1}else this._galleryIndex--;return this._config.onNavigate.call(this,"left",this._galleryIndex),this.navigateTo(this._galleryIndex)}}},{key:"navigateRight",value:function(){if(this._$galleryItems&&1!==this._$galleryItems.length){if(this._galleryIndex===this._$galleryItems.length-1){if(!this._config.wrapping)return;this._galleryIndex=0}else this._galleryIndex++;return this._config.onNavigate.call(this,"right",this._galleryIndex),this.navigateTo(this._galleryIndex)}}},{key:"updateNavigation",value:function(){if(!this._config.wrapping){var t=this._$lightboxContainer.find("div.ekko-lightbox-nav-overlay");0===this._galleryIndex?t.find("a:first-child").addClass("disabled"):t.find("a:first-child").removeClass("disabled"),this._galleryIndex===this._$galleryItems.length-1?t.find("a:last-child").addClass("disabled"):t.find("a:last-child").removeClass("disabled")}}},{key:"close",value:function(){return this._$modal.modal("hide")}},{key:"_navigationalBinder",value:function(t){return t=t||window.event,39===t.keyCode?this.navigateRight():37===t.keyCode?this.navigateLeft():void 0}},{key:"_detectRemoteType",value:function(t,e){return e=e||!1,!e&&this._isImage(t)&&(e="image"),!e&&this._getYoutubeId(t)&&(e="youtube"),!e&&this._getVimeoId(t)&&(e="vimeo"),!e&&this._getInstagramId(t)&&(e="instagram"),(!e||["image","youtube","vimeo","instagram","video","url"].indexOf(e)<0)&&(e="url"),e}},{key:"_isImage",value:function(t){return t&&t.match(/(^data:image\/.*,)|(\.(jp(e|g|eg)|gif|png|bmp|webp|svg)((\?|#).*)?$)/i)}},{key:"_containerToUse",value:function(){var t=this,e=this._$lightboxBodyTwo,i=this._$lightboxBodyOne;return this._$lightboxBodyTwo.hasClass("in")&&(e=this._$lightboxBodyOne,i=this._$lightboxBodyTwo),i.removeClass("in show"),setTimeout(function(){t._$lightboxBodyTwo.hasClass("in")||t._$lightboxBodyTwo.empty(),t._$lightboxBodyOne.hasClass("in")||t._$lightboxBodyOne.empty()},500),e.addClass("in show"),e}},{key:"_handle",value:function(){var t=this._containerToUse();this._updateTitleAndFooter();var e=this._$element.attr("data-remote")||this._$element.attr("href"),i=this._detectRemoteType(e,this._$element.attr("data-type")||!1);if(["image","youtube","vimeo","instagram","video","url"].indexOf(i)<0)return this._error(this._config.strings.type);switch(i){case"image":this._preloadImage(e,t),this._preloadImageByIndex(this._galleryIndex,3);break;case"youtube":this._showYoutubeVideo(e,t);break;case"vimeo":this._showVimeoVideo(this._getVimeoId(e),t);break;case"instagram":this._showInstagramVideo(this._getInstagramId(e),t);break;case"video":this._showHtml5Video(e,t);break;default:this._loadRemoteContent(e,t)}return this}},{key:"_getYoutubeId",value:function(t){if(!t)return!1;var e=t.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=)([^#\&\?]*).*/);return!(!e||11!==e[2].length)&&e[2]}},{key:"_getVimeoId",value:function(t){return!!(t&&t.indexOf("vimeo")>0)&&t}},{key:"_getInstagramId",value:function(t){return!!(t&&t.indexOf("instagram")>0)&&t}},{key:"_toggleLoading",value:function(e){return e=e||!1,e?(this._$modalDialog.css("display","none"),this._$modal.removeClass("in show"),t(".modal-backdrop").append(this._config.loadingMessage)):(this._$modalDialog.css("display","block"),this._$modal.addClass("in show"),t(".modal-backdrop").find(".ekko-lightbox-loader").remove()),this}},{key:"_calculateBorders",value:function(){return{top:this._totalCssByAttribute("border-top-width"),right:this._totalCssByAttribute("border-right-width"),bottom:this._totalCssByAttribute("border-bottom-width"),left:this._totalCssByAttribute("border-left-width")}}},{key:"_calculatePadding",value:function(){return{top:this._totalCssByAttribute("padding-top"),right:this._totalCssByAttribute("padding-right"),bottom:this._totalCssByAttribute("padding-bottom"),left:this._totalCssByAttribute("padding-left")}}},{key:"_totalCssByAttribute",value:function(t){return parseInt(this._$modalDialog.css(t),10)+parseInt(this._$modalContent.css(t),10)+parseInt(this._$modalBody.css(t),10)}},{key:"_updateTitleAndFooter",value:function(){var t=this._$element.data("title")||"",e=this._$element.data("footer")||"";return this._titleIsShown=!1,t||this._config.alwaysShowClose?(this._titleIsShown=!0,this._$modalHeader.css("display","").find(".modal-title").html(t||" ")):this._$modalHeader.css("display","none"),this._footerIsShown=!1,e?(this._footerIsShown=!0,this._$modalFooter.css("display","").html(e)):this._$modalFooter.css("display","none"),this}},{key:"_showYoutubeVideo",value:function(t,e){var i=this._getYoutubeId(t),o=t.indexOf("&")>0?t.substr(t.indexOf("&")):"",n=this._$element.data("width")||560,a=this._$element.data("height")||n/(560/315);return this._showVideoIframe("//www.youtube.com/embed/"+i+"?badge=0&autoplay=1&html5=1"+o,n,a,e)}},{key:"_showVimeoVideo",value:function(t,e){var i=this._$element.data("width")||500,o=this._$element.data("height")||i/(560/315);return this._showVideoIframe(t+"?autoplay=1",i,o,e)}},{key:"_showInstagramVideo",value:function(t,e){var i=this._$element.data("width")||612,o=i+80;return t="/"!==t.substr(-1)?t+"/":t,e.html('<iframe width="'+i+'" height="'+o+'" src="'+t+'embed/" frameborder="0" allowfullscreen></iframe>'),this._resize(i,o),this._config.onContentLoaded.call(this),this._$modalArrows&&this._$modalArrows.css("display","none"),this._toggleLoading(!1),this}},{key:"_showVideoIframe",value:function(t,e,i,o){return i=i||e,o.html('<div class="embed-responsive embed-responsive-16by9"><iframe width="'+e+'" height="'+i+'" src="'+t+'" frameborder="0" allowfullscreen class="embed-responsive-item"></iframe></div>'),this._resize(e,i),this._config.onContentLoaded.call(this),this._$modalArrows&&this._$modalArrows.css("display","none"),this._toggleLoading(!1),this}},{key:"_showHtml5Video",value:function(t,e){var i=this._$element.data("width")||560,o=this._$element.data("height")||i/(560/315)
|
|
;return e.html('<div class="embed-responsive embed-responsive-16by9"><video width="'+i+'" height="'+o+'" src="'+t+'" preload="auto" autoplay controls class="embed-responsive-item"></video></div>'),this._resize(i,o),this._config.onContentLoaded.call(this),this._$modalArrows&&this._$modalArrows.css("display","none"),this._toggleLoading(!1),this}},{key:"_loadRemoteContent",value:function(e,i){var o=this,n=this._$element.data("width")||560,a=this._$element.data("height")||560,r=this._$element.data("disableExternalCheck")||!1;return this._toggleLoading(!1),r||this._isExternal(e)?(i.html('<iframe src="'+e+'" frameborder="0" allowfullscreen></iframe>'),this._config.onContentLoaded.call(this)):i.load(e,t.proxy(function(){return o._$element.trigger("loaded.bs.modal")})),this._$modalArrows&&this._$modalArrows.css("display","none"),this._resize(n,a),this}},{key:"_isExternal",value:function(t){var e=t.match(/^([^:\/?#]+:)?(?:\/\/([^\/?#]*))?([^?#]+)?(\?[^#]*)?(#.*)?/);return"string"==typeof e[1]&&e[1].length>0&&e[1].toLowerCase()!==location.protocol||"string"==typeof e[2]&&e[2].length>0&&e[2].replace(new RegExp(":("+{"http:":80,"https:":443}[location.protocol]+")?$"),"")!==location.host}},{key:"_error",value:function(t){return console.error(t),this._containerToUse().html(t),this._resize(300,300),this}},{key:"_preloadImageByIndex",value:function(e,i){if(this._$galleryItems){var o=t(this._$galleryItems.get(e),!1);if(void 0!==o){var n=o.attr("data-remote")||o.attr("href");return("image"===o.attr("data-type")||this._isImage(n))&&this._preloadImage(n,!1),i>0?this._preloadImageByIndex(e+1,i-1):void 0}}}},{key:"_preloadImage",value:function(e,i){var o=this;i=i||!1;var n=new Image;return i&&function(){var a=setTimeout(function(){i.append(o._config.loadingMessage)},200);n.onload=function(){a&&clearTimeout(a),a=null;var e=t("<img />");return e.attr("src",n.src),e.addClass("img-fluid"),e.css("width","100%"),i.html(e),o._$modalArrows&&o._$modalArrows.css("display",""),o._resize(n.width,n.height),o._toggleLoading(!1),o._config.onContentLoaded.call(o)},n.onerror=function(){return o._toggleLoading(!1),o._error(o._config.strings.fail+" "+e)}}(),n.src=e,n}},{key:"_swipeGesure",value:function(){return this._touchendX<this._touchstartX?this.navigateRight():this._touchendX>this._touchstartX?this.navigateLeft():void 0}},{key:"_resize",value:function(e,i){i=i||e,this._wantedWidth=e,this._wantedHeight=i;var o=e/i,n=this._padding.left+this._padding.right+this._border.left+this._border.right,a=this._config.doc.body.clientWidth>575?20:0,r=this._config.doc.body.clientWidth>575?0:20,s=Math.min(e+n,this._config.doc.body.clientWidth-a,this._config.maxWidth);e+n>s?(i=(s-n-r)/o,e=s):e+=n;var l=0,h=0;this._footerIsShown&&(h=this._$modalFooter.outerHeight(!0)||55),this._titleIsShown&&(l=this._$modalHeader.outerHeight(!0)||67);var d=this._padding.top+this._padding.bottom+this._border.bottom+this._border.top,u=parseFloat(this._$modalDialog.css("margin-top"))+parseFloat(this._$modalDialog.css("margin-bottom")),c=Math.min(i,t(window).height()-d-u-l-h,this._config.maxHeight-d-l-h);i>c&&(e=Math.ceil(c*o)+n),this._$lightboxContainer.css("height",c),this._$modalDialog.css("flex",1).css("maxWidth",e);var f=this._$modal.data("bs.modal");if(f)try{f._handleUpdate()}catch(t){f.handleUpdate()}return this}}],[{key:"_jQueryInterface",value:function(e){var i=this;return e=e||{},this.each(function(){var n=t(i),a=t.extend({},o.Default,n.data(),"object"==typeof e&&e);new o(i,a)})}}]),o}();t.fn[o]=r._jQueryInterface,t.fn[o].Constructor=r,t.fn[o].noConflict=function(){return t.fn[o]=n,r._jQueryInterface}}(jQuery)}(jQuery),function(t){function e(t,e,n){var a=t[0],r=/er/.test(n)?g:/bl/.test(n)?f:u,s=n==m?{checked:a[u],disabled:a[f],indeterminate:"true"==t.attr(g)||"false"==t.attr(p)}:a[r];if(/^(ch|di|in)/.test(n)&&!s)i(t,r);else if(/^(un|en|de)/.test(n)&&s)o(t,r);else if(n==m)for(var l in s)s[l]?i(t,l,!0):o(t,l,!0);else e&&"toggle"!=n||(e||t[w]("ifClicked"),s?a[v]!==d&&o(t,r):i(t,r))}function i(e,i,n){var m=e[0],b=e.parent(),w=i==u,_=i==g,C=i==f,D=_?p:w?c:"enabled",M=a(e,D+r(m[v])),S=a(e,i+r(m[v]));if(!0!==m[i]){if(!n&&i==u&&m[v]==d&&m.name){var T=e.closest("form"),I='input[name="'+m.name+'"]';I=T.length?T.find(I):t(I),I.each(function(){this!==m&&t(this).data(l)&&o(t(this),i)})}_?(m[i]=!0,m[u]&&o(e,u,"force")):(n||(m[i]=!0),w&&m[g]&&o(e,g,!1)),s(e,w,i,n)}m[f]&&a(e,k,!0)&&b.find("."+h).css(k,"default"),b[y](S||a(e,i)||""),b.attr("role")&&!_&&b.attr("aria-"+(C?f:u),"true"),b[x](M||a(e,D)||"")}function o(t,e,i){var o=t[0],n=t.parent(),l=e==u,d=e==g,m=e==f,b=d?p:l?c:"enabled",w=a(t,b+r(o[v])),_=a(t,e+r(o[v]));!1!==o[e]&&(!d&&i&&"force"!=i||(o[e]=!1),s(t,l,b,i)),!o[f]&&a(t,k,!0)&&n.find("."+h).css(k,"pointer"),n[x](_||a(t,e)||""),n.attr("role")&&!d&&n.attr("aria-"+(m?f:u),"false"),n[y](w||a(t,b)||"")}function n(e,i){e.data(l)&&(e.parent().html(e.attr("style",e.data(l).s||"")),i&&e[w](i),e.off(".i").unwrap(),t(_+'[for="'+e[0].id+'"]').add(e.closest(_)).off(".i"))}function a(t,e,i){if(t.data(l))return t.data(l).o[e+(i?"":"Class")]}function r(t){return t.charAt(0).toUpperCase()+t.slice(1)}function s(t,e,i,o){o||(e&&t[w]("ifToggled"),t[w]("ifChanged")[w]("if"+r(i)))}var l="iCheck",h=l+"-helper",d="radio",u="checked",c="un"+u,f="disabled",p="determinate",g="in"+p,m="update",v="type",b="touchbegin.i touchend.i",y="addClass",x="removeClass",w="trigger",_="label",k="cursor",C=/ipad|iphone|ipod|android|blackberry|windows phone|opera mini|silk/i.test(navigator.userAgent);t.fn[l]=function(a,r){var s='input[type="checkbox"], input[type="'+d+'"]',c=t(),p=function(e){e.each(function(){var e=t(this);c=e.is(s)?c.add(e):c.add(e.find(s))})};if(/^(check|uncheck|toggle|indeterminate|determinate|disable|enable|update|destroy)$/i.test(a))return a=a.toLowerCase(),p(this),c.each(function(){var i=t(this);"destroy"==a?n(i,"ifDestroyed"):e(i,!0,a),t.isFunction(r)&&r()});if("object"!=typeof a&&a)return this;var k=t.extend({checkedClass:u,disabledClass:f,indeterminateClass:g,labelHover:!0},a),D=k.handle,M=k.hoverClass||"hover",S=k.focusClass||"focus",T=k.activeClass||"active",I=!!k.labelHover,A=k.labelHoverClass||"hover",P=0|(""+k.increaseArea).replace("%","");return"checkbox"!=D&&D!=d||(s='input[type="'+D+'"]'),P<-50&&(P=-50),p(this),c.each(function(){var a=t(this);n(a);var r,s=this,c=s.id,p=-P+"%",g=100+2*P+"%",D={position:"absolute",top:p,left:p,display:"block",width:g,height:g,margin:0,padding:0,background:"#fff",border:0,opacity:0},F=C?{position:"absolute",visibility:"hidden"}:P?D:{position:"absolute",opacity:0},O="checkbox"==s[v]?k.checkboxClass||"icheckbox":k.radioClass||"i"+d,E=t(_+'[for="'+c+'"]').add(a.closest(_)),L=!!k.aria,R=l+"-"+Math.random().toString(36).substr(2,6),z='<div class="'+O+'" '+(L?'role="'+s[v]+'" ':"");L&&E.each(function(){z+='aria-labelledby="',this.id?z+=this.id:(this.id=R,z+=R),z+='"'}),z=a.wrap(z+"/>")[w]("ifCreated").parent().append(k.insert),r=t('<ins class="'+h+'"/>').css(D).appendTo(z),a.data(l,{o:k,s:a.attr("style")}).css(F),!!k.inheritClass&&z[y](s.className||""),!!k.inheritID&&c&&z.attr("id",l+"-"+c),"static"==z.css("position")&&z.css("position","relative"),e(a,!0,m),E.length&&E.on("click.i mouseover.i mouseout.i "+b,function(i){var o=i[v],n=t(this);if(!s[f]){if("click"==o){if(t(i.target).is("a"))return;e(a,!1,!0)}else I&&(/ut|nd/.test(o)?(z[x](M),n[x](A)):(z[y](M),n[y](A)));if(!C)return!1;i.stopPropagation()}}),a.on("click.i focus.i blur.i keyup.i keydown.i keypress.i",function(t){var e=t[v],n=t.keyCode;return"click"!=e&&("keydown"==e&&32==n?(s[v]==d&&s[u]||(s[u]?o(a,u):i(a,u)),!1):void("keyup"==e&&s[v]==d?!s[u]&&i(a,u):/us|ur/.test(e)&&z["blur"==e?x:y](S)))}),r.on("click mousedown mouseup mouseover mouseout "+b,function(t){var i=t[v],o=/wn|up/.test(i)?T:M;if(!s[f]){if("click"==i?e(a,!1,!0):(/wn|er|in/.test(i)?z[y](o):z[x](o+" "+T),E.length&&I&&o==M&&E[/ut|nd/.test(i)?x:y](A)),!C)return!1;t.stopPropagation()}})})}}(window.jQuery||window.Zepto),function(t){function e(t){for(var e,i,o=t.length;o;e=parseInt(Math.random()*o),i=t[--o],t[o]=t[e],t[e]=i);return t}function i(t,e){return Math.floor(Math.random()*(e-t+1)+t)}var o=[],n=[],a=[],r=[],s=null,l={init:function(e,i){for(var h=t.extend({bind:"click",passwordElement:null,displayElement:null,passwordLength:16,uppercase:!0,lowercase:!0,numbers:!0,specialChars:!0,additionalSpecialChars:[],onPasswordGenerated:function(t){}},e),d=48;d<58;d++)o.push(d);for(d=65;d<91;d++)n.push(d);for(d=97;d<123;d++)a.push(d);return r=[33,35,64,36,38,42,91,93,123,125,92,47,63,58,59,95,45].concat(h.additionalSpecialChars),this.each(function(){s=t(this),s.bind(h.bind,function(t){t.preventDefault(),l.generatePassword(h)})})},generatePassword:function(s){var l=new Array,h=s.uppercase+s.lowercase+s.numbers+s.specialChars,d=0,u=new Array,c=Math.floor(s.passwordLength/h);if(s.uppercase){for(var f=0;f<c;f++)l.push(String.fromCharCode(n[i(0,n.length-1)]));u=u.concat(n),d++}if(s.numbers){for(var f=0;f<c;f++)l.push(String.fromCharCode(o[i(0,o.length-1)]));u=u.concat(o),d++}if(s.specialChars){for(var f=0;f<c;f++)l.push(String.fromCharCode(r[i(0,r.length-1)]));u=u.concat(r),d++}var p=s.passwordLength-d*c;if(s.lowercase)for(var f=0;f<p;f++)l.push(String.fromCharCode(a[i(0,a.length-1)]));else for(var f=0;f<p;f++)l.push(String.fromCharCode(u[i(0,u.length-1)]));l=e(l).join(""),null!==s.passwordElement&&t(s.passwordElement).val(l),null!==s.displayElement&&(t(s.displayElement).is("input")?t(s.displayElement).val(l):t(s.displayElement).text(l)),s.onPasswordGenerated(l)}};t.fn.pGenerator=function(e){return l[e]?l[e].apply(this,Array.prototype.slice.call(arguments,1)):"object"!=typeof e&&e?void t.error("Method "+e+" does not exist on jQuery.pGenerator"):l.init.apply(this,arguments)}}(jQuery),function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Chart=t()}}(function(){return function(){function t(e,i,o){function n(r,s){if(!i[r]){if(!e[r]){var l="function"==typeof require&&require;if(!s&&l)return l(r,!0);if(a)return a(r,!0);var h=new Error("Cannot find module '"+r+"'");throw h.code="MODULE_NOT_FOUND",h}var d=i[r]={exports:{}};e[r][0].call(d.exports,function(t){return n(e[r][1][t]||t)},d,d.exports,t,e,i,o)}return i[r].exports}for(var a="function"==typeof require&&require,r=0;r<o.length;r++)n(o[r]);return n}return t}()({1:[function(t,e,i){},{}],2:[function(t,e,i){function o(t){if(t){var e=/^#([a-fA-F0-9]{3})$/i,i=/^#([a-fA-F0-9]{6})$/i,o=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,n=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,a=/(\w+)/,r=[0,0,0],s=1,l=t.match(e);if(l){l=l[1];for(var h=0;h<r.length;h++)r[h]=parseInt(l[h]+l[h],16)}else if(l=t.match(i)){l=l[1];for(var h=0;h<r.length;h++)r[h]=parseInt(l.slice(2*h,2*h+2),16)}else if(l=t.match(o)){for(var h=0;h<r.length;h++)r[h]=parseInt(l[h+1]);s=parseFloat(l[4])}else if(l=t.match(n)){for(var h=0;h<r.length;h++)r[h]=Math.round(2.55*parseFloat(l[h+1]));s=parseFloat(l[4])}else if(l=t.match(a)){if("transparent"==l[1])return[0,0,0,0];if(!(r=x[l[1]]))return}for(var h=0;h<r.length;h++)r[h]=b(r[h],0,255);return s=s||0==s?b(s,0,1):1,r[3]=s,r}}function n(t){if(t){var e=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,i=t.match(e);if(i){var o=parseFloat(i[4]);return[b(parseInt(i[1]),0,360),b(parseFloat(i[2]),0,100),b(parseFloat(i[3]),0,100),b(isNaN(o)?1:o,0,1)]}}}function a(t){if(t){var e=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,i=t.match(e);if(i){var o=parseFloat(i[4]);return[b(parseInt(i[1]),0,360),b(parseFloat(i[2]),0,100),b(parseFloat(i[3]),0,100),b(isNaN(o)?1:o,0,1)]}}}function r(t){var e=o(t);return e&&e.slice(0,3)}function s(t){var e=n(t);return e&&e.slice(0,3)}function l(t){var e=o(t);return e?e[3]:(e=n(t))?e[3]:(e=a(t))?e[3]:void 0}function h(t){return"#"+y(t[0])+y(t[1])+y(t[2])}function d(t,e){return e<1||t[3]&&t[3]<1?u(t,e):"rgb("+t[0]+", "+t[1]+", "+t[2]+")"}function u(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"rgba("+t[0]+", "+t[1]+", "+t[2]+", "+e+")"}function c(t,e){return e<1||t[3]&&t[3]<1?f(t,e):"rgb("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%)"}function f(t,e){return"rgba("+Math.round(t[0]/255*100)+"%, "+Math.round(t[1]/255*100)+"%, "+Math.round(t[2]/255*100)+"%, "+(e||t[3]||1)+")"}function p(t,e){return e<1||t[3]&&t[3]<1?g(t,e):"hsl("+t[0]+", "+t[1]+"%, "+t[2]+"%)"}function g(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hsla("+t[0]+", "+t[1]+"%, "+t[2]+"%, "+e+")"}function m(t,e){return void 0===e&&(e=void 0!==t[3]?t[3]:1),"hwb("+t[0]+", "+t[1]+"%, "+t[2]+"%"+(void 0!==e&&1!==e?", "+e:"")+")"}function v(t){return w[t.slice(0,3)]}function b(t,e,i){return Math.min(Math.max(e,t),i)}function y(t){var e=t.toString(16).toUpperCase();return e.length<2?"0"+e:e}var x=t(6);e.exports={getRgba:o,getHsla:n,getRgb:r,getHsl:s,getHwb:a,getAlpha:l,hexString:h,rgbString:d,rgbaString:u,percentString:c,percentaString:f,hslString:p,hslaString:g,hwbString:m,keyword:v};var w={};for(var _ in x)w[x[_]]=_},{6:6}],3:[function(t,e,i){var o=t(5),n=t(2),a=function(t){if(t instanceof a)return t;if(!(this instanceof a))return new a(t);this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1};var e;"string"==typeof t?(e=n.getRgba(t),e?this.setValues("rgb",e):(e=n.getHsla(t))?this.setValues("hsl",e):(e=n.getHwb(t))&&this.setValues("hwb",e)):"object"==typeof t&&(e=t,void 0!==e.r||void 0!==e.red?this.setValues("rgb",e):void 0!==e.l||void 0!==e.lightness?this.setValues("hsl",e):void 0!==e.v||void 0!==e.value?this.setValues("hsv",e):void 0!==e.w||void 0!==e.whiteness?this.setValues("hwb",e):void 0===e.c&&void 0===e.cyan||this.setValues("cmyk",e))};a.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var t=this.values;return 1!==t.alpha?t.hwb.concat([t.alpha]):t.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var t=this.values;return t.rgb.concat([t.alpha])},hslaArray:function(){var t=this.values;return t.hsl.concat([t.alpha])},alpha:function(t){return void 0===t?this.values.alpha:(this.setValues("alpha",t),this)},red:function(t){return this.setChannel("rgb",0,t)},green:function(t){return this.setChannel("rgb",1,t)},blue:function(t){return this.setChannel("rgb",2,t)},hue:function(t){return t&&(t%=360,t=t<0?360+t:t),this.setChannel("hsl",0,t)},saturation:function(t){return this.setChannel("hsl",1,t)},lightness:function(t){return this.setChannel("hsl",2,t)},saturationv:function(t){return this.setChannel("hsv",1,t)},whiteness:function(t){return this.setChannel("hwb",1,t)},blackness:function(t){return this.setChannel("hwb",2,t)},value:function(t){return this.setChannel("hsv",2,t)},cyan:function(t){return this.setChannel("cmyk",0,t)},magenta:function(t){return this.setChannel("cmyk",1,t)},yellow:function(t){return this.setChannel("cmyk",2,t)},black:function(t){return this.setChannel("cmyk",3,t)},hexString:function(){return n.hexString(this.values.rgb)},rgbString:function(){return n.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return n.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return n.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return n.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return n.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return n.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return n.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var t=this.values.rgb;return t[0]<<16|t[1]<<8|t[2]},luminosity:function(){for(var t=this.values.rgb,e=[],i=0;i<t.length;i++){var o=t[i]/255;e[i]=o<=.03928?o/12.92:Math.pow((o+.055)/1.055,2.4)}return.2126*e[0]+.7152*e[1]+.0722*e[2]},contrast:function(t){var e=this.luminosity(),i=t.luminosity();return e>i?(e+.05)/(i+.05):(i+.05)/(e+.05)},level:function(t){var e=this.contrast(t);return e>=7.1?"AAA":e>=4.5?"AA":""},dark:function(){var t=this.values.rgb;return(299*t[0]+587*t[1]+114*t[2])/1e3<128},light:function(){return!this.dark()},negate:function(){for(var t=[],e=0;e<3;e++)t[e]=255-this.values.rgb[e];return this.setValues("rgb",t),this},lighten:function(t){var e=this.values.hsl;return e[2]+=e[2]*t,this.setValues("hsl",e),this},darken:function(t){var e=this.values.hsl;return e[2]-=e[2]*t,this.setValues("hsl",e),this},saturate:function(t){var e=this.values.hsl;return e[1]+=e[1]*t,this.setValues("hsl",e),this},desaturate:function(t){var e=this.values.hsl;return e[1]-=e[1]*t,this.setValues("hsl",e),this},whiten:function(t){var e=this.values.hwb;return e[1]+=e[1]*t,this.setValues("hwb",e),this},blacken:function(t){var e=this.values.hwb;return e[2]+=e[2]*t,this.setValues("hwb",e),this},greyscale:function(){var t=this.values.rgb,e=.3*t[0]+.59*t[1]+.11*t[2];return this.setValues("rgb",[e,e,e]),this},clearer:function(t){var e=this.values.alpha;return this.setValues("alpha",e-e*t),this},opaquer:function(t){var e=this.values.alpha;return this.setValues("alpha",e+e*t),this},rotate:function(t){var e=this.values.hsl,i=(e[0]+t)%360;return e[0]=i<0?360+i:i,this.setValues("hsl",e),this},mix:function(t,e){var i=this,o=t,n=void 0===e?.5:e,a=2*n-1,r=i.alpha()-o.alpha(),s=((a*r==-1?a:(a+r)/(1+a*r))+1)/2,l=1-s;return this.rgb(s*i.red()+l*o.red(),s*i.green()+l*o.green(),s*i.blue()+l*o.blue()).alpha(i.alpha()*n+o.alpha()*(1-n))},toJSON:function(){return this.rgb()},clone:function(){var t,e,i=new a,o=this.values,n=i.values;for(var r in o)o.hasOwnProperty(r)&&(t=o[r],e={}.toString.call(t),"[object Array]"===e?n[r]=t.slice(0):"[object Number]"===e?n[r]=t:console.error("unexpected color value:",t));return i}},a.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},a.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},a.prototype.getValues=function(t){for(var e=this.values,i={},o=0;o<t.length;o++)i[t.charAt(o)]=e[t][o];return 1!==e.alpha&&(i.a=e.alpha),i},a.prototype.setValues=function(t,e){var i,n=this.values,a=this.spaces,r=this.maxes,s=1;if(this.valid=!0,"alpha"===t)s=e;else if(e.length)n[t]=e.slice(0,t.length),s=e[t.length];else if(void 0!==e[t.charAt(0)]){for(i=0;i<t.length;i++)n[t][i]=e[t.charAt(i)];s=e.a}else if(void 0!==e[a[t][0]]){var l=a[t];for(i=0;i<t.length;i++)n[t][i]=e[l[i]];s=e.alpha}if(n.alpha=Math.max(0,Math.min(1,void 0===s?n.alpha:s)),"alpha"===t)return!1;var h;for(i=0;i<t.length;i++)h=Math.max(0,Math.min(r[t][i],n[t][i])),n[t][i]=Math.round(h);for(var d in a)d!==t&&(n[d]=o[t][d](n[t]));return!0},a.prototype.setSpace=function(t,e){var i=e[0];return void 0===i?this.getValues(t):("number"==typeof i&&(i=Array.prototype.slice.call(e)),this.setValues(t,i),this)},a.prototype.setChannel=function(t,e,i){var o=this.values[t];return void 0===i?o[e]:i===o[e]?this:(o[e]=i,this.setValues(t,o),this)},"undefined"!=typeof window&&(window.Color=a),e.exports=a},{2:2,5:5}],4:[function(t,e,i){function o(t){var e,i,o,n=t[0]/255,a=t[1]/255,r=t[2]/255,s=Math.min(n,a,r),l=Math.max(n,a,r),h=l-s;return l==s?e=0:n==l?e=(a-r)/h:a==l?e=2+(r-n)/h:r==l&&(e=4+(n-a)/h),e=Math.min(60*e,360),e<0&&(e+=360),o=(s+l)/2,i=l==s?0:o<=.5?h/(l+s):h/(2-l-s),[e,100*i,100*o]}function n(t){var e,i,o,n=t[0],a=t[1],r=t[2],s=Math.min(n,a,r),l=Math.max(n,a,r),h=l-s;return i=0==l?0:h/l*1e3/10,l==s?e=0:n==l?e=(a-r)/h:a==l?e=2+(r-n)/h:r==l&&(e=4+(n-a)/h),e=Math.min(60*e,360),e<0&&(e+=360),o=l/255*1e3/10,[e,i,o]}function a(t){var e=t[0],i=t[1],n=t[2],a=o(t)[0],r=1/255*Math.min(e,Math.min(i,n)),n=1-1/255*Math.max(e,Math.max(i,n));return[a,100*r,100*n]}function s(t){var e,i,o,n,a=t[0]/255,r=t[1]/255,s=t[2]/255;return n=Math.min(1-a,1-r,1-s),e=(1-a-n)/(1-n)||0,i=(1-r-n)/(1-n)||0,o=(1-s-n)/(1-n)||0,[100*e,100*i,100*o,100*n]}function l(t){return Z[JSON.stringify(t)]}function h(t){var e=t[0]/255,i=t[1]/255,o=t[2]/255;return e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,i=i>.04045?Math.pow((i+.055)/1.055,2.4):i/12.92,o=o>.04045?Math.pow((o+.055)/1.055,2.4):o/12.92,[100*(.4124*e+.3576*i+.1805*o),100*(.2126*e+.7152*i+.0722*o),100*(.0193*e+.1192*i+.9505*o)]}function d(t){var e,i,o,n=h(t),a=n[0],r=n[1],s=n[2];return a/=95.047,r/=100,s/=108.883,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,e=116*r-16,i=500*(a-r),o=200*(r-s),[e,i,o]}function u(t){return B(d(t))}function c(t){var e,i,o,n,a,r=t[0]/360,s=t[1]/100,l=t[2]/100;if(0==s)return a=255*l,[a,a,a];i=l<.5?l*(1+s):l+s-l*s,e=2*l-i,n=[0,0,0];for(var h=0;h<3;h++)o=r+1/3*-(h-1),o<0&&o++,o>1&&o--,a=6*o<1?e+6*(i-e)*o:2*o<1?i:3*o<2?e+(i-e)*(2/3-o)*6:e,n[h]=255*a;return n}function f(t){var e,i,o=t[0],n=t[1]/100,a=t[2]/100;return 0===a?[0,0,0]:(a*=2,n*=a<=1?a:2-a,i=(a+n)/2,e=2*n/(a+n),[o,100*e,100*i])}function p(t){return a(c(t))}function m(t){return s(c(t))}function v(t){return l(c(t))}function y(t){var e=t[0]/60,i=t[1]/100,o=t[2]/100,n=Math.floor(e)%6,a=e-Math.floor(e),r=255*o*(1-i),s=255*o*(1-i*a),l=255*o*(1-i*(1-a)),o=255*o;switch(n){case 0:return[o,l,r];case 1:return[s,o,r];case 2:return[r,o,l];case 3:return[r,s,o];case 4:return[l,r,o];case 5:return[o,r,s]}}function x(t){var e,i,o=t[0],n=t[1]/100,a=t[2]/100;return i=(2-n)*a,e=n*a,e/=i<=1?i:2-i,e=e||0,i/=2,[o,100*e,100*i]}function w(t){return a(y(t))}function _(t){return s(y(t))}function k(t){return l(y(t))}function C(t){var e,i,o,n,a=t[0]/360,s=t[1]/100,l=t[2]/100,h=s+l;switch(h>1&&(s/=h,l/=h),e=Math.floor(6*a),i=1-l,o=6*a-e,0!=(1&e)&&(o=1-o),n=s+o*(i-s),e){default:case 6:case 0:r=i,g=n,b=s;break;case 1:r=n,g=i,b=s;break;case 2:r=s,g=i,b=n;break;case 3:r=s,g=n,b=i;break;case 4:r=n,g=s,b=i;break;case 5:r=i,g=s,b=n}return[255*r,255*g,255*b]}function D(t){return o(C(t))}function M(t){return n(C(t))}function S(t){return s(C(t))}function T(t){return l(C(t))}function I(t){var e,i,o,n=t[0]/100,a=t[1]/100,r=t[2]/100,s=t[3]/100;return e=1-Math.min(1,n*(1-s)+s),i=1-Math.min(1,a*(1-s)+s),o=1-Math.min(1,r*(1-s)+s),[255*e,255*i,255*o]}function A(t){return o(I(t))}function P(t){return n(I(t))}function F(t){return a(I(t))}function O(t){return l(I(t))}function E(t){var e,i,o,n=t[0]/100,a=t[1]/100,r=t[2]/100;return e=3.2406*n+-1.5372*a+-.4986*r,i=-.9689*n+1.8758*a+.0415*r,o=.0557*n+-.204*a+1.057*r,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:e*=12.92,i=i>.0031308?1.055*Math.pow(i,1/2.4)-.055:i*=12.92,o=o>.0031308?1.055*Math.pow(o,1/2.4)-.055:o*=12.92,e=Math.min(Math.max(0,e),1),i=Math.min(Math.max(0,i),1),o=Math.min(Math.max(0,o),1),[255*e,255*i,255*o]}function L(t){var e,i,o,n=t[0],a=t[1],r=t[2];return n/=95.047,a/=100,r/=108.883,n=n>.008856?Math.pow(n,1/3):7.787*n+16/116,a=a>.008856?Math.pow(a,1/3):7.787*a+16/116,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,e=116*a-16,i=500*(n-a),o=200*(a-r),[e,i,o]}function R(t){return B(L(t))}function z(t){var e,i,o,n,a=t[0],r=t[1],s=t[2];return a<=8?(i=100*a/903.3,n=i/100*7.787+16/116):(i=100*Math.pow((a+16)/116,3),n=Math.pow(i/100,1/3)),e=e/95.047<=.008856?e=95.047*(r/500+n-16/116)/7.787:95.047*Math.pow(r/500+n,3),o=o/108.883<=.008859?o=108.883*(n-s/200-16/116)/7.787:108.883*Math.pow(n-s/200,3),[e,i,o]}function B(t){var e,i,o,n=t[0],a=t[1],r=t[2];return e=Math.atan2(r,a),i=360*e/2/Math.PI,i<0&&(i+=360),o=Math.sqrt(a*a+r*r),[n,o,i]}function N(t){return E(z(t))}function W(t){var e,i,o,n=t[0],a=t[1],r=t[2];return o=r/360*2*Math.PI,e=a*Math.cos(o),i=a*Math.sin(o),[n,e,i]}function V(t){return z(W(t))}function H(t){return N(W(t))}function U(t){return G[t]}function j(t){return o(U(t))}function Y(t){return n(U(t))}function q(t){return a(U(t))}function $(t){return s(U(t))}function X(t){return d(U(t))}function Q(t){return h(U(t))}e.exports={rgb2hsl:o,rgb2hsv:n,rgb2hwb:a,rgb2cmyk:s,rgb2keyword:l,rgb2xyz:h,rgb2lab:d,rgb2lch:u,hsl2rgb:c,hsl2hsv:f,hsl2hwb:p,hsl2cmyk:m,hsl2keyword:v,hsv2rgb:y,hsv2hsl:x,hsv2hwb:w,hsv2cmyk:_,hsv2keyword:k,hwb2rgb:C,hwb2hsl:D,hwb2hsv:M,hwb2cmyk:S,hwb2keyword:T,cmyk2rgb:I,cmyk2hsl:A,cmyk2hsv:P,cmyk2hwb:F,cmyk2keyword:O,keyword2rgb:U,keyword2hsl:j,keyword2hsv:Y,keyword2hwb:q,keyword2cmyk:$,keyword2lab:X,keyword2xyz:Q,xyz2rgb:E,xyz2lab:L,xyz2lch:R,lab2xyz:z,lab2rgb:N,lab2lch:B,lch2lab:W,lch2xyz:V,lch2rgb:H};var G={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},Z={};for(var K in G)Z[JSON.stringify(G[K])]=K},{}],5:[function(t,e,i){var o=t(4),n=function(){return new h};for(var a in o){n[a+"Raw"]=function(t){return function(e){return"number"==typeof e&&(e=Array.prototype.slice.call(arguments)),o[t](e)}}(a);var r=/(\w+)2(\w+)/.exec(a),s=r[1],l=r[2];n[s]=n[s]||{},n[s][l]=n[a]=function(t){return function(e){"number"==typeof e&&(e=Array.prototype.slice.call(arguments));var i=o[t](e);if("string"==typeof i||void 0===i)return i;for(var n=0;n<i.length;n++)i[n]=Math.round(i[n]);return i}}(a)}var h=function(){this.convs={}};h.prototype.routeSpace=function(t,e){var i=e[0];return void 0===i?this.getValues(t):("number"==typeof i&&(i=Array.prototype.slice.call(e)),this.setValues(t,i))},h.prototype.setValues=function(t,e){return this.space=t,this.convs={},this.convs[t]=e,this},h.prototype.getValues=function(t){var e=this.convs[t];if(!e){var i=this.space,o=this.convs[i];e=n[i][t](o),this.convs[t]=e}return e},["rgb","hsl","hsv","cmyk","keyword"].forEach(function(t){h.prototype[t]=function(e){return this.routeSpace(t,arguments)}}),e.exports=n},{4:4}],6:[function(t,e,i){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],
|
|
palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},{}],7:[function(t,e,i){var o=t(30)();o.helpers=t(46),t(28)(o),o.Animation=t(22),o.animationService=t(23),o.defaults=t(26),o.Element=t(27),o.elements=t(41),o.Interaction=t(29),o.layouts=t(31),o.platform=t(49),o.plugins=t(32),o.Scale=t(33),o.scaleService=t(34),o.Ticks=t(35),o.Tooltip=t(36),t(24)(o),t(25)(o),t(56)(o),t(54)(o),t(55)(o),t(57)(o),t(58)(o),t(59)(o),t(15)(o),t(16)(o),t(17)(o),t(18)(o),t(19)(o),t(20)(o),t(21)(o),t(8)(o),t(9)(o),t(10)(o),t(11)(o),t(12)(o),t(13)(o),t(14)(o);var n=t(50);for(var a in n)n.hasOwnProperty(a)&&o.plugins.register(n[a]);o.platform.initialize(),e.exports=o,"undefined"!=typeof window&&(window.Chart=o),o.Legend=n.legend._element,o.Title=n.title._element,o.pluginService=o.plugins,o.PluginBase=o.Element.extend({}),o.canvasHelpers=o.helpers.canvas,o.layoutService=o.layouts},{10:10,11:11,12:12,13:13,14:14,15:15,16:16,17:17,18:18,19:19,20:20,21:21,22:22,23:23,24:24,25:25,26:26,27:27,28:28,29:29,30:30,31:31,32:32,33:33,34:34,35:35,36:36,41:41,46:46,49:49,50:50,54:54,55:55,56:56,57:57,58:58,59:59,8:8,9:9}],8:[function(t,e,i){"use strict";e.exports=function(t){t.Bar=function(e,i){return i.type="bar",new t(e,i)}}},{}],9:[function(t,e,i){"use strict";e.exports=function(t){t.Bubble=function(e,i){return i.type="bubble",new t(e,i)}}},{}],10:[function(t,e,i){"use strict";e.exports=function(t){t.Doughnut=function(e,i){return i.type="doughnut",new t(e,i)}}},{}],11:[function(t,e,i){"use strict";e.exports=function(t){t.Line=function(e,i){return i.type="line",new t(e,i)}}},{}],12:[function(t,e,i){"use strict";e.exports=function(t){t.PolarArea=function(e,i){return i.type="polarArea",new t(e,i)}}},{}],13:[function(t,e,i){"use strict";e.exports=function(t){t.Radar=function(e,i){return i.type="radar",new t(e,i)}}},{}],14:[function(t,e,i){"use strict";e.exports=function(t){t.Scatter=function(e,i){return i.type="scatter",new t(e,i)}}},{}],15:[function(t,e,i){"use strict";function o(t,e){var i,o,n,a,r=t.isHorizontal()?t.width:t.height,s=t.getTicks();for(n=1,a=e.length;n<a;++n)r=Math.min(r,e[n]-e[n-1]);for(n=0,a=s.length;n<a;++n)o=t.getPixelForTick(n),r=n>0?Math.min(r,o-i):r,i=o;return r}function n(t,e,i){var o,n,a=i.barThickness,r=e.stackCount,s=e.pixels[t];return l.isNullOrUndef(a)?(o=e.min*i.categoryPercentage,n=i.barPercentage):(o=a*r,n=1),{chunk:o/r,ratio:n,start:s-o/2}}function a(t,e,i){var o,n,a=e.pixels,r=a[t],s=t>0?a[t-1]:null,l=t<a.length-1?a[t+1]:null,h=i.categoryPercentage;return null===s&&(s=r-(null===l?e.end-r:l-r)),null===l&&(l=r+r-s),o=r-(r-s)/2*h,n=(l-s)/2*h,{chunk:n/e.stackCount,ratio:i.barPercentage,start:o}}var r=t(26),s=t(41),l=t(46);r._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),r._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{position:"left",type:"category",categoryPercentage:.8,barPercentage:.9,offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{callbacks:{title:function(t,e){var i="";return t.length>0&&(t[0].yLabel?i=t[0].yLabel:e.labels.length>0&&t[0].index<e.labels.length&&(i=e.labels[t[0].index])),i},label:function(t,e){return(e.datasets[t.datasetIndex].label||"")+": "+t.xLabel}},mode:"index",axis:"y"}}),e.exports=function(t){t.controllers.bar=t.DatasetController.extend({dataElementType:s.Rectangle,initialize:function(){var e,i=this;t.DatasetController.prototype.initialize.apply(i,arguments),e=i.getMeta(),e.stack=i.getDataset().stack,e.bar=!0},update:function(t){var e,i,o=this,n=o.getMeta().data;for(o._ruler=o.getRuler(),e=0,i=n.length;e<i;++e)o.updateElement(n[e],e,t)},updateElement:function(t,e,i){var o=this,n=o.chart,a=o.getMeta(),r=o.getDataset(),s=t.custom||{},h=n.options.elements.rectangle;t._xScale=o.getScaleForId(a.xAxisID),t._yScale=o.getScaleForId(a.yAxisID),t._datasetIndex=o.index,t._index=e,t._model={datasetLabel:r.label,label:n.data.labels[e],borderSkipped:s.borderSkipped?s.borderSkipped:h.borderSkipped,backgroundColor:s.backgroundColor?s.backgroundColor:l.valueAtIndexOrDefault(r.backgroundColor,e,h.backgroundColor),borderColor:s.borderColor?s.borderColor:l.valueAtIndexOrDefault(r.borderColor,e,h.borderColor),borderWidth:s.borderWidth?s.borderWidth:l.valueAtIndexOrDefault(r.borderWidth,e,h.borderWidth)},o.updateElementGeometry(t,e,i),t.pivot()},updateElementGeometry:function(t,e,i){var o=this,n=t._model,a=o.getValueScale(),r=a.getBasePixel(),s=a.isHorizontal(),l=o._ruler||o.getRuler(),h=o.calculateBarValuePixels(o.index,e),d=o.calculateBarIndexPixels(o.index,e,l);n.horizontal=s,n.base=i?r:h.base,n.x=s?i?r:h.head:d.center,n.y=s?d.center:i?r:h.head,n.height=s?d.size:void 0,n.width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:function(){return this.getMeta().xAxisID},getValueScale:function(){return this.getScaleForId(this.getValueScaleId())},getIndexScale:function(){return this.getScaleForId(this.getIndexScaleId())},_getStacks:function(t){var e,i,o=this,n=o.chart,a=o.getIndexScale(),r=a.options.stacked,s=void 0===t?n.data.datasets.length:t+1,l=[];for(e=0;e<s;++e)i=n.getDatasetMeta(e),i.bar&&n.isDatasetVisible(e)&&(!1===r||!0===r&&-1===l.indexOf(i.stack)||void 0===r&&(void 0===i.stack||-1===l.indexOf(i.stack)))&&l.push(i.stack);return l},getStackCount:function(){return this._getStacks().length},getStackIndex:function(t,e){var i=this._getStacks(t),o=void 0!==e?i.indexOf(e):-1;return-1===o?i.length-1:o},getRuler:function(){var t,e,i,n=this,a=n.getIndexScale(),r=n.getStackCount(),s=n.index,h=a.isHorizontal(),d=h?a.left:a.top,u=d+(h?a.width:a.height),c=[];for(t=0,e=n.getMeta().data.length;t<e;++t)c.push(a.getPixelForValue(null,t,s));return i=l.isNullOrUndef(a.options.barThickness)?o(a,c):-1,{min:i,pixels:c,start:d,end:u,stackCount:r,scale:a}},calculateBarValuePixels:function(t,e){var i,o,n,a,r,s,l=this,h=l.chart,d=l.getMeta(),u=l.getValueScale(),c=h.data.datasets,f=u.getRightValue(c[t].data[e]),p=u.options.stacked,g=d.stack,m=0;if(p||void 0===p&&void 0!==g)for(i=0;i<t;++i)o=h.getDatasetMeta(i),o.bar&&o.stack===g&&o.controller.getValueScaleId()===u.id&&h.isDatasetVisible(i)&&(n=u.getRightValue(c[i].data[e]),(f<0&&n<0||f>=0&&n>0)&&(m+=n));return a=u.getPixelForValue(m),r=u.getPixelForValue(m+f),s=(r-a)/2,{size:s,base:a,head:r,center:r+s/2}},calculateBarIndexPixels:function(t,e,i){var o=this,r=i.scale.options,s="flex"===r.barThickness?a(e,i,r):n(e,i,r),h=o.getStackIndex(t,o.getMeta().stack),d=s.start+s.chunk*h+s.chunk/2,u=Math.min(l.valueOrDefault(r.maxBarThickness,1/0),s.chunk*s.ratio);return{base:d-u/2,head:d+u/2,center:d,size:u}},draw:function(){var t=this,e=t.chart,i=t.getValueScale(),o=t.getMeta().data,n=t.getDataset(),a=o.length,r=0;for(l.canvas.clipArea(e.ctx,e.chartArea);r<a;++r)isNaN(i.getRightValue(n.data[r]))||o[r].draw();l.canvas.unclipArea(e.ctx)}}),t.controllers.horizontalBar=t.controllers.bar.extend({getValueScaleId:function(){return this.getMeta().xAxisID},getIndexScaleId:function(){return this.getMeta().yAxisID}})}},{26:26,41:41,46:46}],16:[function(t,e,i){"use strict";var o=t(26),n=t(41),a=t(46);o._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(t,e){var i=e.datasets[t.datasetIndex].label||"",o=e.datasets[t.datasetIndex].data[t.index];return i+": ("+t.xLabel+", "+t.yLabel+", "+o.r+")"}}}}),e.exports=function(t){t.controllers.bubble=t.DatasetController.extend({dataElementType:n.Point,update:function(t){var e=this,i=e.getMeta(),o=i.data;a.each(o,function(i,o){e.updateElement(i,o,t)})},updateElement:function(t,e,i){var o=this,n=o.getMeta(),a=t.custom||{},r=o.getScaleForId(n.xAxisID),s=o.getScaleForId(n.yAxisID),l=o._resolveElementOptions(t,e),h=o.getDataset().data[e],d=o.index,u=i?r.getPixelForDecimal(.5):r.getPixelForValue("object"==typeof h?h:NaN,e,d),c=i?s.getBasePixel():s.getPixelForValue(h,e,d);t._xScale=r,t._yScale=s,t._options=l,t._datasetIndex=d,t._index=e,t._model={backgroundColor:l.backgroundColor,borderColor:l.borderColor,borderWidth:l.borderWidth,hitRadius:l.hitRadius,pointStyle:l.pointStyle,rotation:l.rotation,radius:i?0:l.radius,skip:a.skip||isNaN(u)||isNaN(c),x:u,y:c},t.pivot()},setHoverStyle:function(t){var e=t._model,i=t._options;t.$previousStyle={backgroundColor:e.backgroundColor,borderColor:e.borderColor,borderWidth:e.borderWidth,radius:e.radius},e.backgroundColor=a.valueOrDefault(i.hoverBackgroundColor,a.getHoverColor(i.backgroundColor)),e.borderColor=a.valueOrDefault(i.hoverBorderColor,a.getHoverColor(i.borderColor)),e.borderWidth=a.valueOrDefault(i.hoverBorderWidth,i.borderWidth),e.radius=i.radius+i.hoverRadius},_resolveElementOptions:function(t,e){var i,o,n,r=this,s=r.chart,l=s.data.datasets,h=l[r.index],d=t.custom||{},u=s.options.elements.point,c=a.options.resolve,f=h.data[e],p={},g={chart:s,dataIndex:e,dataset:h,datasetIndex:r.index},m=["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle","rotation"];for(i=0,o=m.length;i<o;++i)n=m[i],p[n]=c([d[n],h[n],u[n]],g,e);return p.radius=c([d.radius,f?f.r:void 0,h.radius,u.radius],g,e),p}})}},{26:26,41:41,46:46}],17:[function(t,e,i){"use strict";var o=t(26),n=t(41),a=t(46);o._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var i=t.data,o=i.datasets,n=i.labels;if(o.length)for(var a=0;a<o[0].data.length;++a)e.push('<li><span style="background-color:'+o[0].backgroundColor[a]+'"></span>'),n[a]&&e.push(n[a]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(i,o){var n=t.getDatasetMeta(0),r=e.datasets[0],s=n.data[o],l=s&&s.custom||{},h=a.valueAtIndexOrDefault,d=t.options.elements.arc;return{text:i,fillStyle:l.backgroundColor?l.backgroundColor:h(r.backgroundColor,o,d.backgroundColor),strokeStyle:l.borderColor?l.borderColor:h(r.borderColor,o,d.borderColor),lineWidth:l.borderWidth?l.borderWidth:h(r.borderWidth,o,d.borderWidth),hidden:isNaN(r.data[o])||n.data[o].hidden,index:o}}):[]}},onClick:function(t,e){var i,o,n,a=e.index,r=this.chart;for(i=0,o=(r.data.datasets||[]).length;i<o;++i)n=r.getDatasetMeta(i),n.data[a]&&(n.data[a].hidden=!n.data[a].hidden);r.update()}},cutoutPercentage:50,rotation:-.5*Math.PI,circumference:2*Math.PI,tooltips:{callbacks:{title:function(){return""},label:function(t,e){var i=e.labels[t.index],o=": "+e.datasets[t.datasetIndex].data[t.index];return a.isArray(i)?(i=i.slice(),i[0]+=o):i+=o,i}}}}),o._set("pie",a.clone(o.doughnut)),o._set("pie",{cutoutPercentage:0}),e.exports=function(t){t.controllers.doughnut=t.controllers.pie=t.DatasetController.extend({dataElementType:n.Arc,linkScales:a.noop,getRingIndex:function(t){for(var e=0,i=0;i<t;++i)this.chart.isDatasetVisible(i)&&++e;return e},update:function(t){var e=this,i=e.chart,o=i.chartArea,n=i.options,r=n.elements.arc,s=o.right-o.left-r.borderWidth,l=o.bottom-o.top-r.borderWidth,h=Math.min(s,l),d={x:0,y:0},u=e.getMeta(),c=n.cutoutPercentage,f=n.circumference;if(f<2*Math.PI){var p=n.rotation%(2*Math.PI);p+=2*Math.PI*(p>=Math.PI?-1:p<-Math.PI?1:0);var g=p+f,m={x:Math.cos(p),y:Math.sin(p)},v={x:Math.cos(g),y:Math.sin(g)},b=p<=0&&g>=0||p<=2*Math.PI&&2*Math.PI<=g,y=p<=.5*Math.PI&&.5*Math.PI<=g||p<=2.5*Math.PI&&2.5*Math.PI<=g,x=p<=-Math.PI&&-Math.PI<=g||p<=Math.PI&&Math.PI<=g,w=p<=.5*-Math.PI&&.5*-Math.PI<=g||p<=1.5*Math.PI&&1.5*Math.PI<=g,_=c/100,k={x:x?-1:Math.min(m.x*(m.x<0?1:_),v.x*(v.x<0?1:_)),y:w?-1:Math.min(m.y*(m.y<0?1:_),v.y*(v.y<0?1:_))},C={x:b?1:Math.max(m.x*(m.x>0?1:_),v.x*(v.x>0?1:_)),y:y?1:Math.max(m.y*(m.y>0?1:_),v.y*(v.y>0?1:_))},D={width:.5*(C.x-k.x),height:.5*(C.y-k.y)};h=Math.min(s/D.width,l/D.height),d={x:-.5*(C.x+k.x),y:-.5*(C.y+k.y)}}i.borderWidth=e.getMaxBorderWidth(u.data),i.outerRadius=Math.max((h-i.borderWidth)/2,0),i.innerRadius=Math.max(c?i.outerRadius/100*c:0,0),i.radiusLength=(i.outerRadius-i.innerRadius)/i.getVisibleDatasetCount(),i.offsetX=d.x*i.outerRadius,i.offsetY=d.y*i.outerRadius,u.total=e.calculateTotal(),e.outerRadius=i.outerRadius-i.radiusLength*e.getRingIndex(e.index),e.innerRadius=Math.max(e.outerRadius-i.radiusLength,0),a.each(u.data,function(i,o){e.updateElement(i,o,t)})},updateElement:function(t,e,i){var o=this,n=o.chart,r=n.chartArea,s=n.options,l=s.animation,h=(r.left+r.right)/2,d=(r.top+r.bottom)/2,u=s.rotation,c=s.rotation,f=o.getDataset(),p=i&&l.animateRotate?0:t.hidden?0:o.calculateCircumference(f.data[e])*(s.circumference/(2*Math.PI)),g=i&&l.animateScale?0:o.innerRadius,m=i&&l.animateScale?0:o.outerRadius,v=a.valueAtIndexOrDefault;a.extend(t,{_datasetIndex:o.index,_index:e,_model:{x:h+n.offsetX,y:d+n.offsetY,startAngle:u,endAngle:c,circumference:p,outerRadius:m,innerRadius:g,label:v(f.label,e,n.data.labels[e])}});var b=t._model,y=t.custom||{},x=a.valueAtIndexOrDefault,w=this.chart.options.elements.arc;b.backgroundColor=y.backgroundColor?y.backgroundColor:x(f.backgroundColor,e,w.backgroundColor),b.borderColor=y.borderColor?y.borderColor:x(f.borderColor,e,w.borderColor),b.borderWidth=y.borderWidth?y.borderWidth:x(f.borderWidth,e,w.borderWidth),i&&l.animateRotate||(b.startAngle=0===e?s.rotation:o.getMeta().data[e-1]._model.endAngle,b.endAngle=b.startAngle+b.circumference),t.pivot()},calculateTotal:function(){var t,e=this.getDataset(),i=this.getMeta(),o=0;return a.each(i.data,function(i,n){t=e.data[n],isNaN(t)||i.hidden||(o+=Math.abs(t))}),o},calculateCircumference:function(t){var e=this.getMeta().total;return e>0&&!isNaN(t)?2*Math.PI*(Math.abs(t)/e):0},getMaxBorderWidth:function(t){for(var e,i,o=0,n=this.index,a=t.length,r=0;r<a;r++)e=t[r]._model?t[r]._model.borderWidth:0,i=t[r]._chart?t[r]._chart.config.data.datasets[n].hoverBorderWidth:0,o=e>o?e:o,o=i>o?i:o;return o}})}},{26:26,41:41,46:46}],18:[function(t,e,i){"use strict";var o=t(26),n=t(41),a=t(46);o._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}}),e.exports=function(t){function e(t,e){return a.valueOrDefault(t.showLine,e.showLines)}t.controllers.line=t.DatasetController.extend({datasetElementType:n.Line,dataElementType:n.Point,update:function(t){var i,o,n,r=this,s=r.getMeta(),l=s.dataset,h=s.data||[],d=r.chart.options,u=d.elements.line,c=r.getScaleForId(s.yAxisID),f=r.getDataset(),p=e(f,d);for(p&&(n=l.custom||{},void 0!==f.tension&&void 0===f.lineTension&&(f.lineTension=f.tension),l._scale=c,l._datasetIndex=r.index,l._children=h,l._model={spanGaps:f.spanGaps?f.spanGaps:d.spanGaps,tension:n.tension?n.tension:a.valueOrDefault(f.lineTension,u.tension),backgroundColor:n.backgroundColor?n.backgroundColor:f.backgroundColor||u.backgroundColor,borderWidth:n.borderWidth?n.borderWidth:f.borderWidth||u.borderWidth,borderColor:n.borderColor?n.borderColor:f.borderColor||u.borderColor,borderCapStyle:n.borderCapStyle?n.borderCapStyle:f.borderCapStyle||u.borderCapStyle,borderDash:n.borderDash?n.borderDash:f.borderDash||u.borderDash,borderDashOffset:n.borderDashOffset?n.borderDashOffset:f.borderDashOffset||u.borderDashOffset,borderJoinStyle:n.borderJoinStyle?n.borderJoinStyle:f.borderJoinStyle||u.borderJoinStyle,fill:n.fill?n.fill:void 0!==f.fill?f.fill:u.fill,steppedLine:n.steppedLine?n.steppedLine:a.valueOrDefault(f.steppedLine,u.stepped),cubicInterpolationMode:n.cubicInterpolationMode?n.cubicInterpolationMode:a.valueOrDefault(f.cubicInterpolationMode,u.cubicInterpolationMode)},l.pivot()),i=0,o=h.length;i<o;++i)r.updateElement(h[i],i,t);for(p&&0!==l._model.tension&&r.updateBezierControlPoints(),i=0,o=h.length;i<o;++i)h[i].pivot()},getPointBackgroundColor:function(t,e){var i=this.chart.options.elements.point.backgroundColor,o=this.getDataset(),n=t.custom||{};return n.backgroundColor?i=n.backgroundColor:o.pointBackgroundColor?i=a.valueAtIndexOrDefault(o.pointBackgroundColor,e,i):o.backgroundColor&&(i=o.backgroundColor),i},getPointBorderColor:function(t,e){var i=this.chart.options.elements.point.borderColor,o=this.getDataset(),n=t.custom||{};return n.borderColor?i=n.borderColor:o.pointBorderColor?i=a.valueAtIndexOrDefault(o.pointBorderColor,e,i):o.borderColor&&(i=o.borderColor),i},getPointBorderWidth:function(t,e){var i=this.chart.options.elements.point.borderWidth,o=this.getDataset(),n=t.custom||{};return isNaN(n.borderWidth)?!isNaN(o.pointBorderWidth)||a.isArray(o.pointBorderWidth)?i=a.valueAtIndexOrDefault(o.pointBorderWidth,e,i):isNaN(o.borderWidth)||(i=o.borderWidth):i=n.borderWidth,i},getPointRotation:function(t,e){var i=this.chart.options.elements.point.rotation,o=this.getDataset(),n=t.custom||{};return isNaN(n.rotation)?isNaN(o.pointRotation)&&!a.isArray(o.pointRotation)||(i=a.valueAtIndexOrDefault(o.pointRotation,e,i)):i=n.rotation,i},updateElement:function(t,e,i){var o,n,r=this,s=r.getMeta(),l=t.custom||{},h=r.getDataset(),d=r.index,u=h.data[e],c=r.getScaleForId(s.yAxisID),f=r.getScaleForId(s.xAxisID),p=r.chart.options.elements.point;void 0!==h.radius&&void 0===h.pointRadius&&(h.pointRadius=h.radius),void 0!==h.hitRadius&&void 0===h.pointHitRadius&&(h.pointHitRadius=h.hitRadius),o=f.getPixelForValue("object"==typeof u?u:NaN,e,d),n=i?c.getBasePixel():r.calculatePointY(u,e,d),t._xScale=f,t._yScale=c,t._datasetIndex=d,t._index=e,t._model={x:o,y:n,skip:l.skip||isNaN(o)||isNaN(n),radius:l.radius||a.valueAtIndexOrDefault(h.pointRadius,e,p.radius),pointStyle:l.pointStyle||a.valueAtIndexOrDefault(h.pointStyle,e,p.pointStyle),rotation:r.getPointRotation(t,e),backgroundColor:r.getPointBackgroundColor(t,e),borderColor:r.getPointBorderColor(t,e),borderWidth:r.getPointBorderWidth(t,e),tension:s.dataset._model?s.dataset._model.tension:0,steppedLine:!!s.dataset._model&&s.dataset._model.steppedLine,hitRadius:l.hitRadius||a.valueAtIndexOrDefault(h.pointHitRadius,e,p.hitRadius)}},calculatePointY:function(t,e,i){var o,n,a,r=this,s=r.chart,l=r.getMeta(),h=r.getScaleForId(l.yAxisID),d=0,u=0;if(h.options.stacked){for(o=0;o<i;o++)if(n=s.data.datasets[o],a=s.getDatasetMeta(o),"line"===a.type&&a.yAxisID===h.id&&s.isDatasetVisible(o)){var c=Number(h.getRightValue(n.data[e]));c<0?u+=c||0:d+=c||0}var f=Number(h.getRightValue(t));return f<0?h.getPixelForValue(u+f):h.getPixelForValue(d+f)}return h.getPixelForValue(t)},updateBezierControlPoints:function(){function t(t,e,i){return Math.max(Math.min(t,i),e)}var e,i,o,n,r,s=this,l=s.getMeta(),h=s.chart.chartArea,d=l.data||[];if(l.dataset._model.spanGaps&&(d=d.filter(function(t){return!t._model.skip})),"monotone"===l.dataset._model.cubicInterpolationMode)a.splineCurveMonotone(d);else for(e=0,i=d.length;e<i;++e)o=d[e],n=o._model,r=a.splineCurve(a.previousItem(d,e)._model,n,a.nextItem(d,e)._model,l.dataset._model.tension),n.controlPointPreviousX=r.previous.x,n.controlPointPreviousY=r.previous.y,n.controlPointNextX=r.next.x,n.controlPointNextY=r.next.y;if(s.chart.options.elements.line.capBezierPoints)for(e=0,i=d.length;e<i;++e)n=d[e]._model,n.controlPointPreviousX=t(n.controlPointPreviousX,h.left,h.right),n.controlPointPreviousY=t(n.controlPointPreviousY,h.top,h.bottom),n.controlPointNextX=t(n.controlPointNextX,h.left,h.right),n.controlPointNextY=t(n.controlPointNextY,h.top,h.bottom)},draw:function(){var t,i=this,o=i.chart,n=i.getMeta(),r=n.data||[],s=o.chartArea,l=r.length,h=0;for(e(i.getDataset(),o.options)&&(t=(n.dataset._model.borderWidth||0)/2,a.canvas.clipArea(o.ctx,{left:s.left,right:s.right,top:s.top-t,bottom:s.bottom+t}),n.dataset.draw(),a.canvas.unclipArea(o.ctx));h<l;++h)r[h].draw(s)},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],i=t._index,o=t.custom||{},n=t._model;t.$previousStyle={backgroundColor:n.backgroundColor,borderColor:n.borderColor,borderWidth:n.borderWidth,radius:n.radius},n.backgroundColor=o.hoverBackgroundColor||a.valueAtIndexOrDefault(e.pointHoverBackgroundColor,i,a.getHoverColor(n.backgroundColor)),n.borderColor=o.hoverBorderColor||a.valueAtIndexOrDefault(e.pointHoverBorderColor,i,a.getHoverColor(n.borderColor)),n.borderWidth=o.hoverBorderWidth||a.valueAtIndexOrDefault(e.pointHoverBorderWidth,i,n.borderWidth),n.radius=o.hoverRadius||a.valueAtIndexOrDefault(e.pointHoverRadius,i,this.chart.options.elements.point.hoverRadius)}})}},{26:26,41:41,46:46}],19:[function(t,e,i){"use strict";var o=t(26),n=t(41),a=t(46);o._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');var i=t.data,o=i.datasets,n=i.labels;if(o.length)for(var a=0;a<o[0].data.length;++a)e.push('<li><span style="background-color:'+o[0].backgroundColor[a]+'"></span>'),n[a]&&e.push(n[a]),e.push("</li>");return e.push("</ul>"),e.join("")},legend:{labels:{generateLabels:function(t){var e=t.data;return e.labels.length&&e.datasets.length?e.labels.map(function(i,o){var n=t.getDatasetMeta(0),r=e.datasets[0],s=n.data[o],l=s.custom||{},h=a.valueAtIndexOrDefault,d=t.options.elements.arc;return{text:i,fillStyle:l.backgroundColor?l.backgroundColor:h(r.backgroundColor,o,d.backgroundColor),strokeStyle:l.borderColor?l.borderColor:h(r.borderColor,o,d.borderColor),lineWidth:l.borderWidth?l.borderWidth:h(r.borderWidth,o,d.borderWidth),hidden:isNaN(r.data[o])||n.data[o].hidden,index:o}}):[]}},onClick:function(t,e){var i,o,n,a=e.index,r=this.chart;for(i=0,o=(r.data.datasets||[]).length;i<o;++i)n=r.getDatasetMeta(i),n.data[a].hidden=!n.data[a].hidden;r.update()}},tooltips:{callbacks:{title:function(){return""},label:function(t,e){return e.labels[t.index]+": "+t.yLabel}}}}),e.exports=function(t){t.controllers.polarArea=t.DatasetController.extend({dataElementType:n.Arc,linkScales:a.noop,update:function(t){var e,i,o,n=this,r=n.getDataset(),s=n.getMeta(),l=n.chart.options.startAngle||0,h=n._starts=[],d=n._angles=[];for(n._updateRadius(),s.count=n.countVisibleElements(),e=0,i=r.data.length;e<i;e++)h[e]=l,o=n._computeAngle(e),d[e]=o,l+=o;a.each(s.data,function(e,i){n.updateElement(e,i,t)})},_updateRadius:function(){var t=this,e=t.chart,i=e.chartArea,o=e.options,n=o.elements.arc,a=Math.min(i.right-i.left,i.bottom-i.top);e.outerRadius=Math.max((a-n.borderWidth/2)/2,0),e.innerRadius=Math.max(o.cutoutPercentage?e.outerRadius/100*o.cutoutPercentage:1,0),e.radiusLength=(e.outerRadius-e.innerRadius)/e.getVisibleDatasetCount(),t.outerRadius=e.outerRadius-e.radiusLength*t.index,t.innerRadius=t.outerRadius-e.radiusLength},updateElement:function(t,e,i){var o=this,n=o.chart,r=o.getDataset(),s=n.options,l=s.animation,h=n.scale,d=n.data.labels,u=h.xCenter,c=h.yCenter,f=s.startAngle,p=t.hidden?0:h.getDistanceFromCenterForValue(r.data[e]),g=o._starts[e],m=g+(t.hidden?0:o._angles[e]),v=l.animateScale?0:h.getDistanceFromCenterForValue(r.data[e]);a.extend(t,{_datasetIndex:o.index,_index:e,_scale:h,_model:{x:u,y:c,innerRadius:0,outerRadius:i?v:p,startAngle:i&&l.animateRotate?f:g,endAngle:i&&l.animateRotate?f:m,label:a.valueAtIndexOrDefault(d,e,d[e])}});var b=this.chart.options.elements.arc,y=t.custom||{},x=a.valueAtIndexOrDefault,w=t._model;w.backgroundColor=y.backgroundColor?y.backgroundColor:x(r.backgroundColor,e,b.backgroundColor),w.borderColor=y.borderColor?y.borderColor:x(r.borderColor,e,b.borderColor),w.borderWidth=y.borderWidth?y.borderWidth:x(r.borderWidth,e,b.borderWidth),t.pivot()},countVisibleElements:function(){var t=this.getDataset(),e=this.getMeta(),i=0;return a.each(e.data,function(e,o){isNaN(t.data[o])||e.hidden||i++}),i},_computeAngle:function(t){var e=this,i=this.getMeta().count,o=e.getDataset(),n=e.getMeta();if(isNaN(o.data[t])||n.data[t].hidden)return 0;var r={chart:e.chart,dataIndex:t,dataset:o,datasetIndex:e.index};return a.options.resolve([e.chart.options.elements.arc.angle,2*Math.PI/i],r,t)}})}},{26:26,41:41,46:46}],20:[function(t,e,i){"use strict";var o=t(26),n=t(41),a=t(46);o._set("radar",{scale:{type:"radialLinear"},elements:{line:{tension:0}}}),e.exports=function(t){t.controllers.radar=t.DatasetController.extend({datasetElementType:n.Line,dataElementType:n.Point,linkScales:a.noop,update:function(t){var e=this,i=e.getMeta(),o=i.dataset,n=i.data,r=o.custom||{},s=e.getDataset(),l=e.chart.options.elements.line,h=e.chart.scale;void 0!==s.tension&&void 0===s.lineTension&&(s.lineTension=s.tension),a.extend(i.dataset,{_datasetIndex:e.index,_scale:h,_children:n,_loop:!0,_model:{tension:r.tension?r.tension:a.valueOrDefault(s.lineTension,l.tension),backgroundColor:r.backgroundColor?r.backgroundColor:s.backgroundColor||l.backgroundColor,borderWidth:r.borderWidth?r.borderWidth:s.borderWidth||l.borderWidth,borderColor:r.borderColor?r.borderColor:s.borderColor||l.borderColor,fill:r.fill?r.fill:void 0!==s.fill?s.fill:l.fill,borderCapStyle:r.borderCapStyle?r.borderCapStyle:s.borderCapStyle||l.borderCapStyle,borderDash:r.borderDash?r.borderDash:s.borderDash||l.borderDash,borderDashOffset:r.borderDashOffset?r.borderDashOffset:s.borderDashOffset||l.borderDashOffset,borderJoinStyle:r.borderJoinStyle?r.borderJoinStyle:s.borderJoinStyle||l.borderJoinStyle}}),i.dataset.pivot(),a.each(n,function(i,o){e.updateElement(i,o,t)},e),e.updateBezierControlPoints()},updateElement:function(t,e,i){var o=this,n=t.custom||{},r=o.getDataset(),s=o.chart.scale,l=o.chart.options.elements.point,h=s.getPointPositionForValue(e,r.data[e]);void 0!==r.radius&&void 0===r.pointRadius&&(r.pointRadius=r.radius),void 0!==r.hitRadius&&void 0===r.pointHitRadius&&(r.pointHitRadius=r.hitRadius),a.extend(t,{_datasetIndex:o.index,_index:e,_scale:s,_model:{x:i?s.xCenter:h.x,y:i?s.yCenter:h.y,tension:n.tension?n.tension:a.valueOrDefault(r.lineTension,o.chart.options.elements.line.tension),radius:n.radius?n.radius:a.valueAtIndexOrDefault(r.pointRadius,e,l.radius),backgroundColor:n.backgroundColor?n.backgroundColor:a.valueAtIndexOrDefault(r.pointBackgroundColor,e,l.backgroundColor),borderColor:n.borderColor?n.borderColor:a.valueAtIndexOrDefault(r.pointBorderColor,e,l.borderColor),borderWidth:n.borderWidth?n.borderWidth:a.valueAtIndexOrDefault(r.pointBorderWidth,e,l.borderWidth),pointStyle:n.pointStyle?n.pointStyle:a.valueAtIndexOrDefault(r.pointStyle,e,l.pointStyle),rotation:n.rotation?n.rotation:a.valueAtIndexOrDefault(r.pointRotation,e,l.rotation),hitRadius:n.hitRadius?n.hitRadius:a.valueAtIndexOrDefault(r.pointHitRadius,e,l.hitRadius)}}),t._model.skip=n.skip?n.skip:isNaN(t._model.x)||isNaN(t._model.y)},updateBezierControlPoints:function(){var t=this.chart.chartArea,e=this.getMeta();a.each(e.data,function(i,o){var n=i._model,r=a.splineCurve(a.previousItem(e.data,o,!0)._model,n,a.nextItem(e.data,o,!0)._model,n.tension);n.controlPointPreviousX=Math.max(Math.min(r.previous.x,t.right),t.left),n.controlPointPreviousY=Math.max(Math.min(r.previous.y,t.bottom),t.top),n.controlPointNextX=Math.max(Math.min(r.next.x,t.right),t.left),n.controlPointNextY=Math.max(Math.min(r.next.y,t.bottom),t.top),i.pivot()})},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],i=t.custom||{},o=t._index,n=t._model;t.$previousStyle={backgroundColor:n.backgroundColor,borderColor:n.borderColor,borderWidth:n.borderWidth,radius:n.radius},n.radius=i.hoverRadius?i.hoverRadius:a.valueAtIndexOrDefault(e.pointHoverRadius,o,this.chart.options.elements.point.hoverRadius),n.backgroundColor=i.hoverBackgroundColor?i.hoverBackgroundColor:a.valueAtIndexOrDefault(e.pointHoverBackgroundColor,o,a.getHoverColor(n.backgroundColor)),n.borderColor=i.hoverBorderColor?i.hoverBorderColor:a.valueAtIndexOrDefault(e.pointHoverBorderColor,o,a.getHoverColor(n.borderColor)),n.borderWidth=i.hoverBorderWidth?i.hoverBorderWidth:a.valueAtIndexOrDefault(e.pointHoverBorderWidth,o,n.borderWidth)}})}},{26:26,41:41,46:46}],21:[function(t,e,i){"use strict";t(26)._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},showLines:!1,tooltips:{callbacks:{title:function(){return""},label:function(t){return"("+t.xLabel+", "+t.yLabel+")"}}}}),e.exports=function(t){t.controllers.scatter=t.controllers.line}},{26:26}],22:[function(t,e,i){"use strict";var o=t(27),i=e.exports=o.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null});Object.defineProperty(i.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(i.prototype,"chartInstance",{get:function(){return this.chart},set:function(t){this.chart=t}})},{27:27}],23:[function(t,e,i){"use strict";var o=t(26),n=t(46);o._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:n.noop,onComplete:n.noop}}),e.exports={frameDuration:17,animations:[],dropFrames:0,request:null,addAnimation:function(t,e,i,o){var n,a,r=this.animations;for(e.chart=t,o||(t.animating=!0),n=0,a=r.length;n<a;++n)if(r[n].chart===t)return void(r[n]=e);r.push(e),1===r.length&&this.requestAnimationFrame()},cancelAnimation:function(t){var e=n.findIndex(this.animations,function(e){return e.chart===t});-1!==e&&(this.animations.splice(e,1),t.animating=!1)},requestAnimationFrame:function(){var t=this;null===t.request&&(t.request=n.requestAnimFrame.call(window,function(){t.request=null,t.startDigest()}))},startDigest:function(){var t=this,e=Date.now(),i=0;t.dropFrames>1&&(i=Math.floor(t.dropFrames),t.dropFrames=t.dropFrames%1),t.advance(1+i);var o=Date.now();t.dropFrames+=(o-e)/t.frameDuration,t.animations.length>0&&t.requestAnimationFrame()},advance:function(t){for(var e,i,o=this.animations,a=0;a<o.length;)e=o[a],i=e.chart,e.currentStep=(e.currentStep||0)+t,e.currentStep=Math.min(e.currentStep,e.numSteps),n.callback(e.render,[i,e],i),n.callback(e.onAnimationProgress,[e],i),e.currentStep>=e.numSteps?(n.callback(e.onAnimationComplete,[e],i),i.animating=!1,o.splice(a,1)):++a}}},{26:26,46:46}],24:[function(t,e,i){"use strict";var o=t(22),n=t(23),a=t(26),r=t(46),s=t(29),l=t(31),h=t(49),d=t(32),u=t(34),c=t(36);e.exports=function(t){function e(t){t=t||{};var e=t.data=t.data||{};return e.datasets=e.datasets||[],e.labels=e.labels||[],t.options=r.configMerge(a.global,a[t.type],t.options||{}),t}function i(e){var i=e.options;r.each(e.scales,function(t){l.removeBox(e,t)}),i=r.configMerge(t.defaults.global,t.defaults[e.config.type],i),e.options=e.config.options=i,e.ensureScalesHaveIDs(),e.buildOrUpdateScales(),e.tooltip._options=i.tooltips,e.tooltip.initialize()}function f(t){return"top"===t||"bottom"===t}t.types={},t.instances={},t.controllers={},r.extend(t.prototype,{construct:function(i,o){var n=this;o=e(o);var a=h.acquireContext(i,o),s=a&&a.canvas,l=s&&s.height,d=s&&s.width;if(n.id=r.uid(),n.ctx=a,n.canvas=s,n.config=o,n.width=d,n.height=l,n.aspectRatio=l?d/l:null,n.options=o.options,n._bufferedRender=!1,n.chart=n,n.controller=n,t.instances[n.id]=n,Object.defineProperty(n,"data",{get:function(){return n.config.data},set:function(t){n.config.data=t}}),
|
|
!a||!s)return void console.error("Failed to create chart: can't acquire context from the given item");n.initialize(),n.update()},initialize:function(){var t=this;return d.notify(t,"beforeInit"),r.retinaScale(t,t.options.devicePixelRatio),t.bindEvents(),t.options.responsive&&t.resize(!0),t.ensureScalesHaveIDs(),t.buildOrUpdateScales(),t.initToolTip(),d.notify(t,"afterInit"),t},clear:function(){return r.canvas.clear(this),this},stop:function(){return n.cancelAnimation(this),this},resize:function(t){var e=this,i=e.options,o=e.canvas,n=i.maintainAspectRatio&&e.aspectRatio||null,a=Math.max(0,Math.floor(r.getMaximumWidth(o))),s=Math.max(0,Math.floor(n?a/n:r.getMaximumHeight(o)));if((e.width!==a||e.height!==s)&&(o.width=e.width=a,o.height=e.height=s,o.style.width=a+"px",o.style.height=s+"px",r.retinaScale(e,i.devicePixelRatio),!t)){var l={width:a,height:s};d.notify(e,"resize",[l]),e.options.onResize&&e.options.onResize(e,l),e.stop(),e.update({duration:e.options.responsiveAnimationDuration})}},ensureScalesHaveIDs:function(){var t=this.options,e=t.scales||{},i=t.scale;r.each(e.xAxes,function(t,e){t.id=t.id||"x-axis-"+e}),r.each(e.yAxes,function(t,e){t.id=t.id||"y-axis-"+e}),i&&(i.id=i.id||"scale")},buildOrUpdateScales:function(){var t=this,e=t.options,i=t.scales||{},o=[],n=Object.keys(i).reduce(function(t,e){return t[e]=!1,t},{});e.scales&&(o=o.concat((e.scales.xAxes||[]).map(function(t){return{options:t,dtype:"category",dposition:"bottom"}}),(e.scales.yAxes||[]).map(function(t){return{options:t,dtype:"linear",dposition:"left"}}))),e.scale&&o.push({options:e.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),r.each(o,function(e){var o=e.options,a=o.id,s=r.valueOrDefault(o.type,e.dtype);f(o.position)!==f(e.dposition)&&(o.position=e.dposition),n[a]=!0;var l=null;if(a in i&&i[a].type===s)l=i[a],l.options=o,l.ctx=t.ctx,l.chart=t;else{var h=u.getScaleConstructor(s);if(!h)return;l=new h({id:a,type:s,options:o,ctx:t.ctx,chart:t}),i[l.id]=l}l.mergeTicksOptions(),e.isDefault&&(t.scale=l)}),r.each(n,function(t,e){t||delete i[e]}),t.scales=i,u.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e=this,i=[],o=[];return r.each(e.data.datasets,function(n,a){var r=e.getDatasetMeta(a),s=n.type||e.config.type;if(r.type&&r.type!==s&&(e.destroyDatasetMeta(a),r=e.getDatasetMeta(a)),r.type=s,i.push(r.type),r.controller)r.controller.updateIndex(a),r.controller.linkScales();else{var l=t.controllers[r.type];if(void 0===l)throw new Error('"'+r.type+'" is not a chart type.');r.controller=new l(e,a),o.push(r.controller)}},e),o},resetElements:function(){var t=this;r.each(t.data.datasets,function(e,i){t.getDatasetMeta(i).controller.reset()},t)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(t){var e=this;if(t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]}),i(e),d._invalidate(e),!1!==d.notify(e,"beforeUpdate")){e.tooltip._data=e.data;var o=e.buildOrUpdateControllers();r.each(e.data.datasets,function(t,i){e.getDatasetMeta(i).controller.buildOrUpdateElements()},e),e.updateLayout(),e.options.animation&&e.options.animation.duration&&r.each(o,function(t){t.reset()}),e.updateDatasets(),e.tooltip.initialize(),e.lastActive=[],d.notify(e,"afterUpdate"),e._bufferedRender?e._bufferedRequest={duration:t.duration,easing:t.easing,lazy:t.lazy}:e.render(t)}},updateLayout:function(){var t=this;!1!==d.notify(t,"beforeLayout")&&(l.update(this,this.width,this.height),d.notify(t,"afterScaleUpdate"),d.notify(t,"afterLayout"))},updateDatasets:function(){var t=this;if(!1!==d.notify(t,"beforeDatasetsUpdate")){for(var e=0,i=t.data.datasets.length;e<i;++e)t.updateDataset(e);d.notify(t,"afterDatasetsUpdate")}},updateDataset:function(t){var e=this,i=e.getDatasetMeta(t),o={meta:i,index:t};!1!==d.notify(e,"beforeDatasetUpdate",[o])&&(i.controller.update(),d.notify(e,"afterDatasetUpdate",[o]))},render:function(t){var e=this;t&&"object"==typeof t||(t={duration:t,lazy:arguments[1]});var i=t.duration,a=t.lazy;if(!1!==d.notify(e,"beforeRender")){var s=e.options.animation,l=function(t){d.notify(e,"afterRender"),r.callback(s&&s.onComplete,[t],e)};if(s&&(void 0!==i&&0!==i||void 0===i&&0!==s.duration)){var h=new o({numSteps:(i||s.duration)/16.66,easing:t.easing||s.easing,render:function(t,e){var i=r.easing.effects[e.easing],o=e.currentStep,n=o/e.numSteps;t.draw(i(n),n,o)},onAnimationProgress:s.onProgress,onAnimationComplete:l});n.addAnimation(e,h,i,a)}else e.draw(),l(new o({numSteps:0,chart:e}));return e}},draw:function(t){var e=this;e.clear(),r.isNullOrUndef(t)&&(t=1),e.transition(t),e.width<=0||e.height<=0||!1!==d.notify(e,"beforeDraw",[t])&&(r.each(e.boxes,function(t){t.draw(e.chartArea)},e),e.scale&&e.scale.draw(),e.drawDatasets(t),e._drawTooltip(t),d.notify(e,"afterDraw",[t]))},transition:function(t){for(var e=this,i=0,o=(e.data.datasets||[]).length;i<o;++i)e.isDatasetVisible(i)&&e.getDatasetMeta(i).controller.transition(t);e.tooltip.transition(t)},drawDatasets:function(t){var e=this;if(!1!==d.notify(e,"beforeDatasetsDraw",[t])){for(var i=(e.data.datasets||[]).length-1;i>=0;--i)e.isDatasetVisible(i)&&e.drawDataset(i,t);d.notify(e,"afterDatasetsDraw",[t])}},drawDataset:function(t,e){var i=this,o=i.getDatasetMeta(t),n={meta:o,index:t,easingValue:e};!1!==d.notify(i,"beforeDatasetDraw",[n])&&(o.controller.draw(e),d.notify(i,"afterDatasetDraw",[n]))},_drawTooltip:function(t){var e=this,i=e.tooltip,o={tooltip:i,easingValue:t};!1!==d.notify(e,"beforeTooltipDraw",[o])&&(i.draw(),d.notify(e,"afterTooltipDraw",[o]))},getElementAtEvent:function(t){return s.modes.single(this,t)},getElementsAtEvent:function(t){return s.modes.label(this,t,{intersect:!0})},getElementsAtXAxis:function(t){return s.modes["x-axis"](this,t,{intersect:!0})},getElementsAtEventForMode:function(t,e,i){var o=s.modes[e];return"function"==typeof o?o(this,t,i):[]},getDatasetAtEvent:function(t){return s.modes.dataset(this,t,{intersect:!0})},getDatasetMeta:function(t){var e=this,i=e.data.datasets[t];i._meta||(i._meta={});var o=i._meta[e.id];return o||(o=i._meta[e.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null}),o},getVisibleDatasetCount:function(){for(var t=0,e=0,i=this.data.datasets.length;e<i;++e)this.isDatasetVisible(e)&&t++;return t},isDatasetVisible:function(t){var e=this.getDatasetMeta(t);return"boolean"==typeof e.hidden?!e.hidden:!this.data.datasets[t].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(t){var e=this.id,i=this.data.datasets[t],o=i._meta&&i._meta[e];o&&(o.controller.destroy(),delete i._meta[e])},destroy:function(){var e,i,o=this,n=o.canvas;for(o.stop(),e=0,i=o.data.datasets.length;e<i;++e)o.destroyDatasetMeta(e);n&&(o.unbindEvents(),r.canvas.clear(o),h.releaseContext(o.ctx),o.canvas=null,o.ctx=null),d.notify(o,"destroy"),delete t.instances[o.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var t=this;t.tooltip=new c({_chart:t,_chartInstance:t,_data:t.data,_options:t.options.tooltips},t)},bindEvents:function(){var t=this,e=t._listeners={},i=function(){t.eventHandler.apply(t,arguments)};r.each(t.options.events,function(o){h.addEventListener(t,o,i),e[o]=i}),t.options.responsive&&(i=function(){t.resize()},h.addEventListener(t,"resize",i),e.resize=i)},unbindEvents:function(){var t=this,e=t._listeners;e&&(delete t._listeners,r.each(e,function(e,i){h.removeEventListener(t,i,e)}))},updateHoverStyle:function(t,e,i){var o,n,a,r=i?"setHoverStyle":"removeHoverStyle";for(n=0,a=t.length;n<a;++n)(o=t[n])&&this.getDatasetMeta(o._datasetIndex).controller[r](o)},eventHandler:function(t){var e=this,i=e.tooltip;if(!1!==d.notify(e,"beforeEvent",[t])){e._bufferedRender=!0,e._bufferedRequest=null;var o=e.handleEvent(t);i&&(o=i._start?i.handleEvent(t):o|i.handleEvent(t)),d.notify(e,"afterEvent",[t]);var n=e._bufferedRequest;return n?e.render(n):o&&!e.animating&&(e.stop(),e.render({duration:e.options.hover.animationDuration,lazy:!0})),e._bufferedRender=!1,e._bufferedRequest=null,e}},handleEvent:function(t){var e=this,i=e.options||{},o=i.hover,n=!1;return e.lastActive=e.lastActive||[],"mouseout"===t.type?e.active=[]:e.active=e.getElementsAtEventForMode(t,o.mode,o),r.callback(i.onHover||i.hover.onHover,[t.native,e.active],e),"mouseup"!==t.type&&"click"!==t.type||i.onClick&&i.onClick.call(e,t.native,e.active),e.lastActive.length&&e.updateHoverStyle(e.lastActive,o.mode,!1),e.active.length&&o.mode&&e.updateHoverStyle(e.active,o.mode,!0),n=!r.arrayEquals(e.active,e.lastActive),e.lastActive=e.active,n}}),t.Controller=t}},{22:22,23:23,26:26,29:29,31:31,32:32,34:34,36:36,46:46,49:49}],25:[function(t,e,i){"use strict";var o=t(46);e.exports=function(t){function e(t,e){if(t._chartjs)return void t._chartjs.listeners.push(e);Object.defineProperty(t,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[e]}}),n.forEach(function(e){var i="onData"+e.charAt(0).toUpperCase()+e.slice(1),n=t[e];Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value:function(){var e=Array.prototype.slice.call(arguments),a=n.apply(this,e);return o.each(t._chartjs.listeners,function(t){"function"==typeof t[i]&&t[i].apply(t,e)}),a}})})}function i(t,e){var i=t._chartjs;if(i){var o=i.listeners,a=o.indexOf(e);-1!==a&&o.splice(a,1),o.length>0||(n.forEach(function(e){delete t[e]}),delete t._chartjs)}}var n=["push","pop","shift","splice","unshift"];t.DatasetController=function(t,e){this.initialize(t,e)},o.extend(t.DatasetController.prototype,{datasetElementType:null,dataElementType:null,initialize:function(t,e){var i=this;i.chart=t,i.index=e,i.linkScales(),i.addElements()},updateIndex:function(t){this.index=t},linkScales:function(){var t=this,e=t.getMeta(),i=t.getDataset();null!==e.xAxisID&&e.xAxisID in t.chart.scales||(e.xAxisID=i.xAxisID||t.chart.options.scales.xAxes[0].id),null!==e.yAxisID&&e.yAxisID in t.chart.scales||(e.yAxisID=i.yAxisID||t.chart.options.scales.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(t){return this.chart.scales[t]},reset:function(){this.update(!0)},destroy:function(){this._data&&i(this._data,this)},createMetaDataset:function(){var t=this,e=t.datasetElementType;return e&&new e({_chart:t.chart,_datasetIndex:t.index})},createMetaData:function(t){var e=this,i=e.dataElementType;return i&&new i({_chart:e.chart,_datasetIndex:e.index,_index:t})},addElements:function(){var t,e,i=this,o=i.getMeta(),n=i.getDataset().data||[],a=o.data;for(t=0,e=n.length;t<e;++t)a[t]=a[t]||i.createMetaData(t);o.dataset=o.dataset||i.createMetaDataset()},addElementAndReset:function(t){var e=this.createMetaData(t);this.getMeta().data.splice(t,0,e),this.updateElement(e,t,!0)},buildOrUpdateElements:function(){var t=this,o=t.getDataset(),n=o.data||(o.data=[]);t._data!==n&&(t._data&&i(t._data,t),e(n,t),t._data=n),t.resyncElements()},update:o.noop,transition:function(t){for(var e=this.getMeta(),i=e.data||[],o=i.length,n=0;n<o;++n)i[n].transition(t);e.dataset&&e.dataset.transition(t)},draw:function(){var t=this.getMeta(),e=t.data||[],i=e.length,o=0;for(t.dataset&&t.dataset.draw();o<i;++o)e[o].draw()},removeHoverStyle:function(t){o.merge(t._model,t.$previousStyle||{}),delete t.$previousStyle},setHoverStyle:function(t){var e=this.chart.data.datasets[t._datasetIndex],i=t._index,n=t.custom||{},a=o.valueAtIndexOrDefault,r=o.getHoverColor,s=t._model;t.$previousStyle={backgroundColor:s.backgroundColor,borderColor:s.borderColor,borderWidth:s.borderWidth},s.backgroundColor=n.hoverBackgroundColor?n.hoverBackgroundColor:a(e.hoverBackgroundColor,i,r(s.backgroundColor)),s.borderColor=n.hoverBorderColor?n.hoverBorderColor:a(e.hoverBorderColor,i,r(s.borderColor)),s.borderWidth=n.hoverBorderWidth?n.hoverBorderWidth:a(e.hoverBorderWidth,i,s.borderWidth)},resyncElements:function(){var t=this,e=t.getMeta(),i=t.getDataset().data,o=e.data.length,n=i.length;n<o?e.data.splice(n,o-n):n>o&&t.insertElements(o,n-o)},insertElements:function(t,e){for(var i=0;i<e;++i)this.addElementAndReset(t+i)},onDataPush:function(){this.insertElements(this.getDataset().data.length-1,arguments.length)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(t,e){this.getMeta().data.splice(t,e),this.insertElements(t,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),t.DatasetController.extend=o.inherits}},{46:46}],26:[function(t,e,i){"use strict";var o=t(46);e.exports={_set:function(t,e){return o.merge(this[t]||(this[t]={}),e)}}},{46:46}],27:[function(t,e,i){"use strict";function o(t,e,i,o){var a,r,s,l,h,d,u,c,f,p=Object.keys(i);for(a=0,r=p.length;a<r;++a)if(s=p[a],d=i[s],e.hasOwnProperty(s)||(e[s]=d),(l=e[s])!==d&&"_"!==s[0]){if(t.hasOwnProperty(s)||(t[s]=l),h=t[s],(u=typeof d)===typeof h)if("string"===u){if(c=n(h),c.valid&&(f=n(d),f.valid)){e[s]=f.mix(c,o).rgbString();continue}}else if("number"===u&&isFinite(h)&&isFinite(d)){e[s]=h+(d-h)*o;continue}e[s]=d}}var n=t(3),a=t(46),r=function(t){a.extend(this,t),this.initialize.apply(this,arguments)};a.extend(r.prototype,{initialize:function(){this.hidden=!1},pivot:function(){var t=this;return t._view||(t._view=a.clone(t._model)),t._start={},t},transition:function(t){var e=this,i=e._model,n=e._start,a=e._view;return i&&1!==t?(a||(a=e._view={}),n||(n=e._start={}),o(n,a,i,t),e):(e._view=i,e._start=null,e)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return a.isNumber(this._model.x)&&a.isNumber(this._model.y)}}),r.extend=a.inherits,e.exports=r},{3:3,46:46}],28:[function(t,e,i){"use strict";var o=t(3),n=t(26),a=t(46),r=t(34);e.exports=function(){function t(t,e,i){var o;return"string"==typeof t?(o=parseInt(t,10),-1!==t.indexOf("%")&&(o=o/100*e.parentNode[i])):o=t,o}function e(t){return void 0!==t&&null!==t&&"none"!==t}function i(i,o,n){var r=document.defaultView,s=a._getParentNode(i),l=r.getComputedStyle(i)[o],h=r.getComputedStyle(s)[o],d=e(l),u=e(h),c=Number.POSITIVE_INFINITY;return d||u?Math.min(d?t(l,i,n):c,u?t(h,s,n):c):"none"}a.configMerge=function(){return a.merge(a.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(t,e,i,o){var n=e[t]||{},s=i[t];"scales"===t?e[t]=a.scaleMerge(n,s):"scale"===t?e[t]=a.merge(n,[r.getScaleDefaults(s.type),s]):a._merger(t,e,i,o)}})},a.scaleMerge=function(){return a.merge(a.clone(arguments[0]),[].slice.call(arguments,1),{merger:function(t,e,i,o){if("xAxes"===t||"yAxes"===t){var n,s,l,h=i[t].length;for(e[t]||(e[t]=[]),n=0;n<h;++n)l=i[t][n],s=a.valueOrDefault(l.type,"xAxes"===t?"category":"linear"),n>=e[t].length&&e[t].push({}),!e[t][n].type||l.type&&l.type!==e[t][n].type?a.merge(e[t][n],[r.getScaleDefaults(s),l]):a.merge(e[t][n],l)}else a._merger(t,e,i,o)}})},a.where=function(t,e){if(a.isArray(t)&&Array.prototype.filter)return t.filter(e);var i=[];return a.each(t,function(t){e(t)&&i.push(t)}),i},a.findIndex=Array.prototype.findIndex?function(t,e,i){return t.findIndex(e,i)}:function(t,e,i){i=void 0===i?t:i;for(var o=0,n=t.length;o<n;++o)if(e.call(i,t[o],o,t))return o;return-1},a.findNextWhere=function(t,e,i){a.isNullOrUndef(i)&&(i=-1);for(var o=i+1;o<t.length;o++){var n=t[o];if(e(n))return n}},a.findPreviousWhere=function(t,e,i){a.isNullOrUndef(i)&&(i=t.length);for(var o=i-1;o>=0;o--){var n=t[o];if(e(n))return n}},a.isNumber=function(t){return!isNaN(parseFloat(t))&&isFinite(t)},a.almostEquals=function(t,e,i){return Math.abs(t-e)<i},a.almostWhole=function(t,e){var i=Math.round(t);return i-e<t&&i+e>t},a.max=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.max(t,e)},Number.NEGATIVE_INFINITY)},a.min=function(t){return t.reduce(function(t,e){return isNaN(e)?t:Math.min(t,e)},Number.POSITIVE_INFINITY)},a.sign=Math.sign?function(t){return Math.sign(t)}:function(t){return t=+t,0===t||isNaN(t)?t:t>0?1:-1},a.log10=Math.log10?function(t){return Math.log10(t)}:function(t){var e=Math.log(t)*Math.LOG10E,i=Math.round(e);return t===Math.pow(10,i)?i:e},a.toRadians=function(t){return t*(Math.PI/180)},a.toDegrees=function(t){return t*(180/Math.PI)},a.getAngleFromPoint=function(t,e){var i=e.x-t.x,o=e.y-t.y,n=Math.sqrt(i*i+o*o),a=Math.atan2(o,i);return a<-.5*Math.PI&&(a+=2*Math.PI),{angle:a,distance:n}},a.distanceBetweenPoints=function(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))},a.aliasPixel=function(t){return t%2==0?0:.5},a.splineCurve=function(t,e,i,o){var n=t.skip?e:t,a=e,r=i.skip?e:i,s=Math.sqrt(Math.pow(a.x-n.x,2)+Math.pow(a.y-n.y,2)),l=Math.sqrt(Math.pow(r.x-a.x,2)+Math.pow(r.y-a.y,2)),h=s/(s+l),d=l/(s+l);h=isNaN(h)?0:h,d=isNaN(d)?0:d;var u=o*h,c=o*d;return{previous:{x:a.x-u*(r.x-n.x),y:a.y-u*(r.y-n.y)},next:{x:a.x+c*(r.x-n.x),y:a.y+c*(r.y-n.y)}}},a.EPSILON=Number.EPSILON||1e-14,a.splineCurveMonotone=function(t){var e,i,o,n,r=(t||[]).map(function(t){return{model:t._model,deltaK:0,mK:0}}),s=r.length;for(e=0;e<s;++e)if(o=r[e],!o.model.skip){if(i=e>0?r[e-1]:null,(n=e<s-1?r[e+1]:null)&&!n.model.skip){var l=n.model.x-o.model.x;o.deltaK=0!==l?(n.model.y-o.model.y)/l:0}!i||i.model.skip?o.mK=o.deltaK:!n||n.model.skip?o.mK=i.deltaK:this.sign(i.deltaK)!==this.sign(o.deltaK)?o.mK=0:o.mK=(i.deltaK+o.deltaK)/2}var h,d,u,c;for(e=0;e<s-1;++e)o=r[e],n=r[e+1],o.model.skip||n.model.skip||(a.almostEquals(o.deltaK,0,this.EPSILON)?o.mK=n.mK=0:(h=o.mK/o.deltaK,d=n.mK/o.deltaK,(c=Math.pow(h,2)+Math.pow(d,2))<=9||(u=3/Math.sqrt(c),o.mK=h*u*o.deltaK,n.mK=d*u*o.deltaK)));var f;for(e=0;e<s;++e)o=r[e],o.model.skip||(i=e>0?r[e-1]:null,n=e<s-1?r[e+1]:null,i&&!i.model.skip&&(f=(o.model.x-i.model.x)/3,o.model.controlPointPreviousX=o.model.x-f,o.model.controlPointPreviousY=o.model.y-f*o.mK),n&&!n.model.skip&&(f=(n.model.x-o.model.x)/3,o.model.controlPointNextX=o.model.x+f,o.model.controlPointNextY=o.model.y+f*o.mK))},a.nextItem=function(t,e,i){return i?e>=t.length-1?t[0]:t[e+1]:e>=t.length-1?t[t.length-1]:t[e+1]},a.previousItem=function(t,e,i){return i?e<=0?t[t.length-1]:t[e-1]:e<=0?t[0]:t[e-1]},a.niceNum=function(t,e){var i=Math.floor(a.log10(t)),o=t/Math.pow(10,i);return(e?o<1.5?1:o<3?2:o<7?5:10:o<=1?1:o<=2?2:o<=5?5:10)*Math.pow(10,i)},a.requestAnimFrame=function(){return"undefined"==typeof window?function(t){t()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)}}(),a.getRelativePosition=function(t,e){var i,o,n=t.originalEvent||t,r=t.target||t.srcElement,s=r.getBoundingClientRect(),l=n.touches;l&&l.length>0?(i=l[0].clientX,o=l[0].clientY):(i=n.clientX,o=n.clientY);var h=parseFloat(a.getStyle(r,"padding-left")),d=parseFloat(a.getStyle(r,"padding-top")),u=parseFloat(a.getStyle(r,"padding-right")),c=parseFloat(a.getStyle(r,"padding-bottom")),f=s.right-s.left-h-u,p=s.bottom-s.top-d-c;return i=Math.round((i-s.left-h)/f*r.width/e.currentDevicePixelRatio),o=Math.round((o-s.top-d)/p*r.height/e.currentDevicePixelRatio),{x:i,y:o}},a.getConstraintWidth=function(t){return i(t,"max-width","clientWidth")},a.getConstraintHeight=function(t){return i(t,"max-height","clientHeight")},a._calculatePadding=function(t,e,i){return e=a.getStyle(t,e),e.indexOf("%")>-1?i/parseInt(e,10):parseInt(e,10)},a._getParentNode=function(t){var e=t.parentNode;return e&&e.host&&(e=e.host),e},a.getMaximumWidth=function(t){var e=a._getParentNode(t);if(!e)return t.clientWidth;var i=e.clientWidth,o=a._calculatePadding(e,"padding-left",i),n=a._calculatePadding(e,"padding-right",i),r=i-o-n,s=a.getConstraintWidth(t);return isNaN(s)?r:Math.min(r,s)},a.getMaximumHeight=function(t){var e=a._getParentNode(t);if(!e)return t.clientHeight;var i=e.clientHeight,o=a._calculatePadding(e,"padding-top",i),n=a._calculatePadding(e,"padding-bottom",i),r=i-o-n,s=a.getConstraintHeight(t);return isNaN(s)?r:Math.min(r,s)},a.getStyle=function(t,e){return t.currentStyle?t.currentStyle[e]:document.defaultView.getComputedStyle(t,null).getPropertyValue(e)},a.retinaScale=function(t,e){var i=t.currentDevicePixelRatio=e||"undefined"!=typeof window&&window.devicePixelRatio||1;if(1!==i){var o=t.canvas,n=t.height,a=t.width;o.height=n*i,o.width=a*i,t.ctx.scale(i,i),o.style.height||o.style.width||(o.style.height=n+"px",o.style.width=a+"px")}},a.fontString=function(t,e,i){return e+" "+t+"px "+i},a.longestText=function(t,e,i,o){o=o||{};var n=o.data=o.data||{},r=o.garbageCollect=o.garbageCollect||[];o.font!==e&&(n=o.data={},r=o.garbageCollect=[],o.font=e),t.font=e;var s=0;a.each(i,function(e){void 0!==e&&null!==e&&!0!==a.isArray(e)?s=a.measureText(t,n,r,s,e):a.isArray(e)&&a.each(e,function(e){void 0===e||null===e||a.isArray(e)||(s=a.measureText(t,n,r,s,e))})});var l=r.length/2;if(l>i.length){for(var h=0;h<l;h++)delete n[r[h]];r.splice(0,l)}return s},a.measureText=function(t,e,i,o,n){var a=e[n];return a||(a=e[n]=t.measureText(n).width,i.push(n)),a>o&&(o=a),o},a.numberOfLabelLines=function(t){var e=1;return a.each(t,function(t){a.isArray(t)&&t.length>e&&(e=t.length)}),e},a.color=o?function(t){return t instanceof CanvasGradient&&(t=n.global.defaultColor),o(t)}:function(t){return console.error("Color.js not found!"),t},a.getHoverColor=function(t){return t instanceof CanvasPattern?t:a.color(t).saturate(.5).darken(.1).rgbString()}}},{26:26,3:3,34:34,46:46}],29:[function(t,e,i){"use strict";function o(t,e){return t.native?{x:t.x,y:t.y}:h.getRelativePosition(t,e)}function n(t,e){var i,o,n,a,r,s=t.data.datasets;for(o=0,a=s.length;o<a;++o)if(t.isDatasetVisible(o))for(i=t.getDatasetMeta(o),n=0,r=i.data.length;n<r;++n){var l=i.data[n];l._view.skip||e(l)}}function a(t,e){var i=[];return n(t,function(t){t.inRange(e.x,e.y)&&i.push(t)}),i}function r(t,e,i,o){var a=Number.POSITIVE_INFINITY,r=[];return n(t,function(t){if(!i||t.inRange(e.x,e.y)){var n=t.getCenterPoint(),s=o(e,n);s<a?(r=[t],a=s):s===a&&r.push(t)}}),r}function s(t){var e=-1!==t.indexOf("x"),i=-1!==t.indexOf("y");return function(t,o){var n=e?Math.abs(t.x-o.x):0,a=i?Math.abs(t.y-o.y):0;return Math.sqrt(Math.pow(n,2)+Math.pow(a,2))}}function l(t,e,i){var n=o(e,t);i.axis=i.axis||"x";var l=s(i.axis),h=i.intersect?a(t,n):r(t,n,!1,l),d=[];return h.length?(t.data.datasets.forEach(function(e,i){if(t.isDatasetVisible(i)){var o=t.getDatasetMeta(i),n=o.data[h[0]._index];n&&!n._view.skip&&d.push(n)}}),d):[]}var h=t(46);e.exports={modes:{single:function(t,e){var i=o(e,t),a=[];return n(t,function(t){if(t.inRange(i.x,i.y))return a.push(t),a}),a.slice(0,1)},label:l,index:l,dataset:function(t,e,i){var n=o(e,t);i.axis=i.axis||"xy";var l=s(i.axis),h=i.intersect?a(t,n):r(t,n,!1,l);return h.length>0&&(h=t.getDatasetMeta(h[0]._datasetIndex).data),h},"x-axis":function(t,e){return l(t,e,{intersect:!1})},point:function(t,e){return a(t,o(e,t))},nearest:function(t,e,i){var n=o(e,t);i.axis=i.axis||"xy";var a=s(i.axis),l=r(t,n,i.intersect,a);return l.length>1&&l.sort(function(t,e){var i=t.getArea(),o=e.getArea(),n=i-o;return 0===n&&(n=t._datasetIndex-e._datasetIndex),n}),l.slice(0,1)},x:function(t,e,i){var a=o(e,t),r=[],s=!1;return n(t,function(t){t.inXRange(a.x)&&r.push(t),t.inRange(a.x,a.y)&&(s=!0)}),i.intersect&&!s&&(r=[]),r},y:function(t,e,i){var a=o(e,t),r=[],s=!1;return n(t,function(t){t.inYRange(a.y)&&r.push(t),t.inRange(a.x,a.y)&&(s=!0)}),i.intersect&&!s&&(r=[]),r}}}},{46:46}],30:[function(t,e,i){"use strict";t(26)._set("global",{responsive:!0,responsiveAnimationDuration:0,maintainAspectRatio:!0,events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",showLines:!0,elements:{},layout:{padding:{top:0,right:0,bottom:0,left:0}}}),e.exports=function(){var t=function(t,e){return this.construct(t,e),this};return t.Chart=t,t}},{26:26}],31:[function(t,e,i){"use strict";function o(t,e){return a.where(t,function(t){return t.position===e})}function n(t,e){t.forEach(function(t,e){return t._tmpIndex_=e,t}),t.sort(function(t,i){var o=e?i:t,n=e?t:i;return o.weight===n.weight?o._tmpIndex_-n._tmpIndex_:o.weight-n.weight}),t.forEach(function(t){delete t._tmpIndex_})}var a=t(46);e.exports={defaults:{},addBox:function(t,e){t.boxes||(t.boxes=[]),e.fullWidth=e.fullWidth||!1,e.position=e.position||"top",e.weight=e.weight||0,t.boxes.push(e)},removeBox:function(t,e){var i=t.boxes?t.boxes.indexOf(e):-1;-1!==i&&t.boxes.splice(i,1)},configure:function(t,e,i){for(var o,n=["fullWidth","position","weight"],a=n.length,r=0;r<a;++r)o=n[r],i.hasOwnProperty(o)&&(e[o]=i[o])},update:function(t,e,i){function r(t){var e,i=t.isHorizontal();i?(e=t.update(t.fullWidth?w:S,M),T-=e.height):(e=t.update(D,T),S-=e.width),I.push({horizontal:i,minSize:e,box:t})}function s(t){var e=a.findNextWhere(I,function(e){return e.box===t});if(e)if(t.isHorizontal()){var i={left:Math.max(E,A),right:Math.max(L,P),top:0,bottom:0};t.update(t.fullWidth?w:S,_/2,i)}else t.update(e.minSize.width,T)}function l(t){var e=a.findNextWhere(I,function(e){return e.box===t}),i={left:0,right:0,top:R,bottom:z};e&&t.update(e.minSize.width,T,i)}function h(t){t.isHorizontal()?(t.left=t.fullWidth?c:E,t.right=t.fullWidth?e-f:E+S,t.top=U,t.bottom=U+t.height,U=t.bottom):(t.left=H,t.right=H+t.width,t.top=R,t.bottom=R+T,H=t.right)}if(t){var d=t.options.layout||{},u=a.options.toPadding(d.padding),c=u.left,f=u.right,p=u.top,g=u.bottom,m=o(t.boxes,"left"),v=o(t.boxes,"right"),b=o(t.boxes,"top"),y=o(t.boxes,"bottom"),x=o(t.boxes,"chartArea");n(m,!0),n(v,!1),n(b,!0),n(y,!1);var w=e-c-f,_=i-p-g,k=w/2,C=_/2,D=(e-k)/(m.length+v.length),M=(i-C)/(b.length+y.length),S=w,T=_,I=[];a.each(m.concat(v,b,y),r);var A=0,P=0,F=0,O=0;a.each(b.concat(y),function(t){if(t.getPadding){var e=t.getPadding();A=Math.max(A,e.left),P=Math.max(P,e.right)}}),a.each(m.concat(v),function(t){if(t.getPadding){var e=t.getPadding();F=Math.max(F,e.top),O=Math.max(O,e.bottom)}});var E=c,L=f,R=p,z=g;a.each(m.concat(v),s),a.each(m,function(t){E+=t.width}),a.each(v,function(t){L+=t.width}),a.each(b.concat(y),s),a.each(b,function(t){R+=t.height}),a.each(y,function(t){z+=t.height}),a.each(m.concat(v),l),E=c,L=f,R=p,z=g,a.each(m,function(t){E+=t.width}),a.each(v,function(t){L+=t.width}),a.each(b,function(t){R+=t.height}),a.each(y,function(t){z+=t.height});var B=Math.max(A-E,0);E+=B,L+=Math.max(P-L,0);var N=Math.max(F-R,0);R+=N,z+=Math.max(O-z,0);var W=i-R-z,V=e-E-L;V===S&&W===T||(a.each(m,function(t){t.height=W}),a.each(v,function(t){t.height=W}),a.each(b,function(t){t.fullWidth||(t.width=V)}),a.each(y,function(t){t.fullWidth||(t.width=V)}),T=W,S=V);var H=c+B,U=p+N;a.each(m.concat(b),h),H+=S,U+=T,a.each(v,h),a.each(y,h),t.chartArea={left:E,top:R,right:E+S,bottom:R+T},a.each(x,function(e){e.left=t.chartArea.left,e.top=t.chartArea.top,e.right=t.chartArea.right,e.bottom=t.chartArea.bottom,e.update(S,T)})}}}},{46:46}],32:[function(t,e,i){"use strict";var o=t(26),n=t(46);o._set("global",{plugins:{}}),e.exports={_plugins:[],_cacheId:0,register:function(t){var e=this._plugins;[].concat(t).forEach(function(t){-1===e.indexOf(t)&&e.push(t)}),this._cacheId++},unregister:function(t){var e=this._plugins;[].concat(t).forEach(function(t){var i=e.indexOf(t);-1!==i&&e.splice(i,1)}),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(t,e,i){var o,n,a,r,s,l=this.descriptors(t),h=l.length;for(o=0;o<h;++o)if(n=l[o],a=n.plugin,"function"==typeof(s=a[e])&&(r=[t].concat(i||[]),r.push(n.options),!1===s.apply(a,r)))return!1;return!0},descriptors:function(t){var e=t.$plugins||(t.$plugins={});if(e.id===this._cacheId)return e.descriptors;var i=[],a=[],r=t&&t.config||{},s=r.options&&r.options.plugins||{};return this._plugins.concat(r.plugins||[]).forEach(function(t){if(-1===i.indexOf(t)){var e=t.id,r=s[e];!1!==r&&(!0===r&&(r=n.clone(o.global.plugins[e])),i.push(t),a.push({plugin:t,options:r||{}}))}}),e.descriptors=a,e.id=this._cacheId,a},_invalidate:function(t){delete t.$plugins}}},{26:26,46:46}],33:[function(t,e,i){"use strict";function o(t){var e,i,o=[];for(e=0,i=t.length;e<i;++e)o.push(t[e].label);return o}function n(t,e,i){var o=t.getPixelForTick(e);return i&&(o-=0===e?(t.getPixelForTick(1)-o)/2:(o-t.getPixelForTick(e-1))/2),o}function a(t,e,i){return d.isArray(e)?d.longestText(t,i,e):t.measureText(e).width}function r(t){var e=d.valueOrDefault,i=l.global,o=e(t.fontSize,i.defaultFontSize),n=e(t.fontStyle,i.defaultFontStyle),a=e(t.fontFamily,i.defaultFontFamily);return{size:o,style:n,family:a,font:d.fontString(o,n,a)}}function s(t){return d.options.toLineHeight(d.valueOrDefault(t.lineHeight,1.2),d.valueOrDefault(t.fontSize,l.global.defaultFontSize))}var l=t(26),h=t(27),d=t(46),u=t(35);l._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",lineHeight:1.2,padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:u.formatters.values,minor:{},major:{}}}),e.exports=h.extend({getPadding:function(){var t=this;return{left:t.paddingLeft||0,top:t.paddingTop||0,right:t.paddingRight||0,bottom:t.paddingBottom||0}},getTicks:function(){return this._ticks},mergeTicksOptions:function(){var t=this.options.ticks;!1===t.minor&&(t.minor={display:!1}),!1===t.major&&(t.major={display:!1});for(var e in t)"major"!==e&&"minor"!==e&&(void 0===t.minor[e]&&(t.minor[e]=t[e]),void 0===t.major[e]&&(t.major[e]=t[e]))},beforeUpdate:function(){d.callback(this.options.beforeUpdate,[this])},update:function(t,e,i){var o,n,a,r,s,l,h=this;for(h.beforeUpdate(),h.maxWidth=t,h.maxHeight=e,h.margins=d.extend({left:0,right:0,top:0,bottom:0},i),h.longestTextCache=h.longestTextCache||{},h.beforeSetDimensions(),h.setDimensions(),h.afterSetDimensions(),h.beforeDataLimits(),h.determineDataLimits(),h.afterDataLimits(),h.beforeBuildTicks(),s=h.buildTicks()||[],h.afterBuildTicks(),h.beforeTickToLabelConversion(),a=h.convertTicksToLabels(s)||h.ticks,h.afterTickToLabelConversion(),h.ticks=a,o=0,n=a.length;o<n;++o)r=a[o],l=s[o],l?l.label=r:s.push(l={label:r,major:!1});return h._ticks=s,h.beforeCalculateTickRotation(),h.calculateTickRotation(),h.afterCalculateTickRotation(),h.beforeFit(),h.fit(),h.afterFit(),h.afterUpdate(),h.minSize},afterUpdate:function(){d.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){d.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0},afterSetDimensions:function(){d.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){d.callback(this.options.beforeDataLimits,[this])},determineDataLimits:d.noop,afterDataLimits:function(){d.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){d.callback(this.options.beforeBuildTicks,[this])},buildTicks:d.noop,afterBuildTicks:function(){d.callback(this.options.afterBuildTicks,[this])},beforeTickToLabelConversion:function(){d.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var t=this,e=t.options.ticks;t.ticks=t.ticks.map(e.userCallback||e.callback,this)},afterTickToLabelConversion:function(){d.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){d.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var t=this,e=t.ctx,i=t.options.ticks,n=o(t._ticks),a=r(i);e.font=a.font;var s=i.minRotation||0
|
|
;if(n.length&&t.options.display&&t.isHorizontal())for(var l,h=d.longestText(e,a.font,n,t.longestTextCache),u=h,c=t.getPixelForTick(1)-t.getPixelForTick(0)-6;u>c&&s<i.maxRotation;){var f=d.toRadians(s);if(l=Math.cos(f),Math.sin(f)*h>t.maxHeight){s--;break}s++,u=l*h}t.labelRotation=s},afterCalculateTickRotation:function(){d.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){d.callback(this.options.beforeFit,[this])},fit:function(){var t=this,e=t.minSize={width:0,height:0},i=o(t._ticks),n=t.options,l=n.ticks,h=n.scaleLabel,u=n.gridLines,c=n.display,f=t.isHorizontal(),p=r(l),g=n.gridLines.tickMarkLength;if(e.width=f?t.isFullWidth()?t.maxWidth-t.margins.left-t.margins.right:t.maxWidth:c&&u.drawTicks?g:0,e.height=f?c&&u.drawTicks?g:0:t.maxHeight,h.display&&c){var m=s(h),v=d.options.toPadding(h.padding),b=m+v.height;f?e.height+=b:e.width+=b}if(l.display&&c){var y=d.longestText(t.ctx,p.font,i,t.longestTextCache),x=d.numberOfLabelLines(i),w=.5*p.size,_=t.options.ticks.padding;if(f){t.longestLabelWidth=y;var k=d.toRadians(t.labelRotation),C=Math.cos(k),D=Math.sin(k),M=D*y+p.size*x+w*(x-1)+w;e.height=Math.min(t.maxHeight,e.height+M+_),t.ctx.font=p.font;var S=a(t.ctx,i[0],p.font),T=a(t.ctx,i[i.length-1],p.font);0!==t.labelRotation?(t.paddingLeft="bottom"===n.position?C*S+3:C*w+3,t.paddingRight="bottom"===n.position?C*w+3:C*T+3):(t.paddingLeft=S/2+3,t.paddingRight=T/2+3)}else l.mirror?y=0:y+=_+w,e.width=Math.min(t.maxWidth,e.width+y),t.paddingTop=p.size/2,t.paddingBottom=p.size/2}t.handleMargins(),t.width=e.width,t.height=e.height},handleMargins:function(){var t=this;t.margins&&(t.paddingLeft=Math.max(t.paddingLeft-t.margins.left,0),t.paddingTop=Math.max(t.paddingTop-t.margins.top,0),t.paddingRight=Math.max(t.paddingRight-t.margins.right,0),t.paddingBottom=Math.max(t.paddingBottom-t.margins.bottom,0))},afterFit:function(){d.callback(this.options.afterFit,[this])},isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(t){if(d.isNullOrUndef(t))return NaN;if("number"==typeof t&&!isFinite(t))return NaN;if(t)if(this.isHorizontal()){if(void 0!==t.x)return this.getRightValue(t.x)}else if(void 0!==t.y)return this.getRightValue(t.y);return t},getLabelForIndex:d.noop,getPixelForValue:d.noop,getValueForPixel:d.noop,getPixelForTick:function(t){var e=this,i=e.options.offset;if(e.isHorizontal()){var o=e.width-(e.paddingLeft+e.paddingRight),n=o/Math.max(e._ticks.length-(i?0:1),1),a=n*t+e.paddingLeft;i&&(a+=n/2);var r=e.left+Math.round(a);return r+=e.isFullWidth()?e.margins.left:0}var s=e.height-(e.paddingTop+e.paddingBottom);return e.top+t*(s/(e._ticks.length-1))},getPixelForDecimal:function(t){var e=this;if(e.isHorizontal()){var i=e.width-(e.paddingLeft+e.paddingRight),o=i*t+e.paddingLeft,n=e.left+Math.round(o);return n+=e.isFullWidth()?e.margins.left:0}return e.top+t*e.height},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var t=this,e=t.min,i=t.max;return t.beginAtZero?0:e<0&&i<0?i:e>0&&i>0?e:0},_autoSkip:function(t){var e,i,o,n,a,r=this,s=r.isHorizontal(),l=r.options.ticks.minor,h=t.length,u=d.toRadians(r.labelRotation),c=Math.cos(u),f=r.longestLabelWidth*c,p=[];for(l.maxTicksLimit&&(a=l.maxTicksLimit),s&&(e=!1,(f+l.autoSkipPadding)*h>r.width-(r.paddingLeft+r.paddingRight)&&(e=1+Math.floor((f+l.autoSkipPadding)*h/(r.width-(r.paddingLeft+r.paddingRight)))),a&&h>a&&(e=Math.max(e,Math.floor(h/a)))),i=0;i<h;i++)o=t[i],n=e>1&&i%e>0||i%e==0&&i+e>=h,n&&i!==h-1&&delete o.label,p.push(o);return p},draw:function(t){var e=this,i=e.options;if(i.display){var o=e.ctx,a=l.global,h=i.ticks.minor,u=i.ticks.major||h,c=i.gridLines,f=i.scaleLabel,p=0!==e.labelRotation,g=e.isHorizontal(),m=h.autoSkip?e._autoSkip(e.getTicks()):e.getTicks(),v=d.valueOrDefault(h.fontColor,a.defaultFontColor),b=r(h),y=d.valueOrDefault(u.fontColor,a.defaultFontColor),x=r(u),w=c.drawTicks?c.tickMarkLength:0,_=d.valueOrDefault(f.fontColor,a.defaultFontColor),k=r(f),C=d.options.toPadding(f.padding),D=d.toRadians(e.labelRotation),M=[],S=e.options.gridLines.lineWidth,T="right"===i.position?e.left:e.right-S-w,I="right"===i.position?e.left+w:e.right,A="bottom"===i.position?e.top+S:e.bottom-w-S,P="bottom"===i.position?e.top+S+w:e.bottom+S;if(d.each(m,function(o,r){if(!d.isNullOrUndef(o.label)){var s,l,u,f,v=o.label;r===e.zeroLineIndex&&i.offset===c.offsetGridLines?(s=c.zeroLineWidth,l=c.zeroLineColor,u=c.zeroLineBorderDash,f=c.zeroLineBorderDashOffset):(s=d.valueAtIndexOrDefault(c.lineWidth,r),l=d.valueAtIndexOrDefault(c.color,r),u=d.valueOrDefault(c.borderDash,a.borderDash),f=d.valueOrDefault(c.borderDashOffset,a.borderDashOffset));var b,y,x,_,k,C,F,O,E,L,R="middle",z="middle",B=h.padding;if(g){var N=w+B;"bottom"===i.position?(z=p?"middle":"top",R=p?"right":"center",L=e.top+N):(z=p?"middle":"bottom",R=p?"left":"center",L=e.bottom-N);var W=n(e,r,c.offsetGridLines&&m.length>1);W<e.left&&(l="rgba(0,0,0,0)"),W+=d.aliasPixel(s),E=e.getPixelForTick(r)+h.labelOffset,b=x=k=F=W,y=A,_=P,C=t.top,O=t.bottom+S}else{var V,H="left"===i.position;h.mirror?(R=H?"left":"right",V=B):(R=H?"right":"left",V=w+B),E=H?e.right-V:e.left+V;var U=n(e,r,c.offsetGridLines&&m.length>1);U<e.top&&(l="rgba(0,0,0,0)"),U+=d.aliasPixel(s),L=e.getPixelForTick(r)+h.labelOffset,b=T,x=I,k=t.left,F=t.right+S,y=_=C=O=U}M.push({tx1:b,ty1:y,tx2:x,ty2:_,x1:k,y1:C,x2:F,y2:O,labelX:E,labelY:L,glWidth:s,glColor:l,glBorderDash:u,glBorderDashOffset:f,rotation:-1*D,label:v,major:o.major,textBaseline:z,textAlign:R})}}),d.each(M,function(t){if(c.display&&(o.save(),o.lineWidth=t.glWidth,o.strokeStyle=t.glColor,o.setLineDash&&(o.setLineDash(t.glBorderDash),o.lineDashOffset=t.glBorderDashOffset),o.beginPath(),c.drawTicks&&(o.moveTo(t.tx1,t.ty1),o.lineTo(t.tx2,t.ty2)),c.drawOnChartArea&&(o.moveTo(t.x1,t.y1),o.lineTo(t.x2,t.y2)),o.stroke(),o.restore()),h.display){o.save(),o.translate(t.labelX,t.labelY),o.rotate(t.rotation),o.font=t.major?x.font:b.font,o.fillStyle=t.major?y:v,o.textBaseline=t.textBaseline,o.textAlign=t.textAlign;var i=t.label;if(d.isArray(i))for(var n=i.length,a=1.5*b.size,r=e.isHorizontal()?0:-a*(n-1)/2,s=0;s<n;++s)o.fillText(""+i[s],0,r),r+=a;else o.fillText(i,0,0);o.restore()}}),f.display){var F,O,E=0,L=s(f)/2;if(g)F=e.left+(e.right-e.left)/2,O="bottom"===i.position?e.bottom-L-C.bottom:e.top+L+C.top;else{var R="left"===i.position;F=R?e.left+L+C.top:e.right-L-C.top,O=e.top+(e.bottom-e.top)/2,E=R?-.5*Math.PI:.5*Math.PI}o.save(),o.translate(F,O),o.rotate(E),o.textAlign="center",o.textBaseline="middle",o.fillStyle=_,o.font=k.font,o.fillText(f.labelString,0,0),o.restore()}if(c.drawBorder){o.lineWidth=d.valueAtIndexOrDefault(c.lineWidth,0),o.strokeStyle=d.valueAtIndexOrDefault(c.color,0);var z=e.left,B=e.right+S,N=e.top,W=e.bottom+S,V=d.aliasPixel(o.lineWidth);g?(N=W="top"===i.position?e.bottom:e.top,N+=V,W+=V):(z=B="left"===i.position?e.right:e.left,z+=V,B+=V),o.beginPath(),o.moveTo(z,N),o.lineTo(B,W),o.stroke()}}}})},{26:26,27:27,35:35,46:46}],34:[function(t,e,i){"use strict";var o=t(26),n=t(46),a=t(31);e.exports={constructors:{},defaults:{},registerScaleType:function(t,e,i){this.constructors[t]=e,this.defaults[t]=n.clone(i)},getScaleConstructor:function(t){return this.constructors.hasOwnProperty(t)?this.constructors[t]:void 0},getScaleDefaults:function(t){return this.defaults.hasOwnProperty(t)?n.merge({},[o.scale,this.defaults[t]]):{}},updateScaleDefaults:function(t,e){var i=this;i.defaults.hasOwnProperty(t)&&(i.defaults[t]=n.extend(i.defaults[t],e))},addScalesToLayout:function(t){n.each(t.scales,function(e){e.fullWidth=e.options.fullWidth,e.position=e.options.position,e.weight=e.options.weight,a.addBox(t,e)})}}},{26:26,31:31,46:46}],35:[function(t,e,i){"use strict";var o=t(46);e.exports={formatters:{values:function(t){return o.isArray(t)?t:""+t},linear:function(t,e,i){var n=i.length>3?i[2]-i[1]:i[1]-i[0];Math.abs(n)>1&&t!==Math.floor(t)&&(n=t-Math.floor(t));var a=o.log10(Math.abs(n)),r="";if(0!==t){if(Math.max(Math.abs(i[0]),Math.abs(i[i.length-1]))<1e-4){var s=o.log10(Math.abs(t));r=t.toExponential(Math.floor(s)-Math.floor(a))}else{var l=-1*Math.floor(a);l=Math.max(Math.min(l,20),0),r=t.toFixed(l)}}else r="0";return r},logarithmic:function(t,e,i){var n=t/Math.pow(10,Math.floor(o.log10(t)));return 0===t?"0":1===n||2===n||5===n||0===e||e===i.length-1?t.toExponential():""}}}},{46:46}],36:[function(t,e,i){"use strict";function o(t,e){var i=p.color(t);return i.alpha(e*i.alpha()).rgbaString()}function n(t,e){return e&&(p.isArray(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function a(t){return("string"==typeof t||t instanceof String)&&t.indexOf("\n")>-1?t.split("\n"):t}function r(t){var e=t._xScale,i=t._yScale||t._scale,o=t._index,n=t._datasetIndex;return{xLabel:e?e.getLabelForIndex(o,n):"",yLabel:i?i.getLabelForIndex(o,n):"",index:o,datasetIndex:n,x:t._model.x,y:t._model.y}}function s(t){var e=c.global,i=p.valueOrDefault;return{xPadding:t.xPadding,yPadding:t.yPadding,xAlign:t.xAlign,yAlign:t.yAlign,bodyFontColor:t.bodyFontColor,_bodyFontFamily:i(t.bodyFontFamily,e.defaultFontFamily),_bodyFontStyle:i(t.bodyFontStyle,e.defaultFontStyle),_bodyAlign:t.bodyAlign,bodyFontSize:i(t.bodyFontSize,e.defaultFontSize),bodySpacing:t.bodySpacing,titleFontColor:t.titleFontColor,_titleFontFamily:i(t.titleFontFamily,e.defaultFontFamily),_titleFontStyle:i(t.titleFontStyle,e.defaultFontStyle),titleFontSize:i(t.titleFontSize,e.defaultFontSize),_titleAlign:t.titleAlign,titleSpacing:t.titleSpacing,titleMarginBottom:t.titleMarginBottom,footerFontColor:t.footerFontColor,_footerFontFamily:i(t.footerFontFamily,e.defaultFontFamily),_footerFontStyle:i(t.footerFontStyle,e.defaultFontStyle),footerFontSize:i(t.footerFontSize,e.defaultFontSize),_footerAlign:t.footerAlign,footerSpacing:t.footerSpacing,footerMarginTop:t.footerMarginTop,caretSize:t.caretSize,cornerRadius:t.cornerRadius,backgroundColor:t.backgroundColor,opacity:0,legendColorBackground:t.multiKeyBackground,displayColors:t.displayColors,borderColor:t.borderColor,borderWidth:t.borderWidth}}function l(t,e){var i=t._chart.ctx,o=2*e.yPadding,n=0,a=e.body,r=a.reduce(function(t,e){return t+e.before.length+e.lines.length+e.after.length},0);r+=e.beforeBody.length+e.afterBody.length;var s=e.title.length,l=e.footer.length,h=e.titleFontSize,d=e.bodyFontSize,u=e.footerFontSize;o+=s*h,o+=s?(s-1)*e.titleSpacing:0,o+=s?e.titleMarginBottom:0,o+=r*d,o+=r?(r-1)*e.bodySpacing:0,o+=l?e.footerMarginTop:0,o+=l*u,o+=l?(l-1)*e.footerSpacing:0;var c=0,f=function(t){n=Math.max(n,i.measureText(t).width+c)};return i.font=p.fontString(h,e._titleFontStyle,e._titleFontFamily),p.each(e.title,f),i.font=p.fontString(d,e._bodyFontStyle,e._bodyFontFamily),p.each(e.beforeBody.concat(e.afterBody),f),c=e.displayColors?d+2:0,p.each(a,function(t){p.each(t.before,f),p.each(t.lines,f),p.each(t.after,f)}),c=0,i.font=p.fontString(u,e._footerFontStyle,e._footerFontFamily),p.each(e.footer,f),n+=2*e.xPadding,{width:n,height:o}}function h(t,e){var i=t._model,o=t._chart,n=t._chart.chartArea,a="center",r="center";i.y<e.height?r="top":i.y>o.height-e.height&&(r="bottom");var s,l,h,d,u,c=(n.left+n.right)/2,f=(n.top+n.bottom)/2;"center"===r?(s=function(t){return t<=c},l=function(t){return t>c}):(s=function(t){return t<=e.width/2},l=function(t){return t>=o.width-e.width/2}),h=function(t){return t+e.width+i.caretSize+i.caretPadding>o.width},d=function(t){return t-e.width-i.caretSize-i.caretPadding<0},u=function(t){return t<=f?"top":"bottom"},s(i.x)?(a="left",h(i.x)&&(a="center",r=u(i.y))):l(i.x)&&(a="right",d(i.x)&&(a="center",r=u(i.y)));var p=t._options;return{xAlign:p.xAlign?p.xAlign:a,yAlign:p.yAlign?p.yAlign:r}}function d(t,e,i,o){var n=t.x,a=t.y,r=t.caretSize,s=t.caretPadding,l=t.cornerRadius,h=i.xAlign,d=i.yAlign,u=r+s,c=l+s;return"right"===h?n-=e.width:"center"===h&&(n-=e.width/2,n+e.width>o.width&&(n=o.width-e.width),n<0&&(n=0)),"top"===d?a+=u:a-="bottom"===d?e.height+u:e.height/2,"center"===d?"left"===h?n+=u:"right"===h&&(n-=u):"left"===h?n-=c:"right"===h&&(n+=c),{x:n,y:a}}function u(t){return n([],a(t))}var c=t(26),f=t(27),p=t(46);c._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:p.noop,title:function(t,e){var i="",o=e.labels,n=o?o.length:0;if(t.length>0){var a=t[0];a.xLabel?i=a.xLabel:n>0&&a.index<n&&(i=o[a.index])}return i},afterTitle:p.noop,beforeBody:p.noop,beforeLabel:p.noop,label:function(t,e){var i=e.datasets[t.datasetIndex].label||"";return i&&(i+=": "),i+=t.yLabel},labelColor:function(t,e){var i=e.getDatasetMeta(t.datasetIndex),o=i.data[t.index],n=o._view;return{borderColor:n.borderColor,backgroundColor:n.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:p.noop,afterBody:p.noop,beforeFooter:p.noop,footer:p.noop,afterFooter:p.noop}}});var g={average:function(t){if(!t.length)return!1;var e,i,o=0,n=0,a=0;for(e=0,i=t.length;e<i;++e){var r=t[e];if(r&&r.hasValue()){var s=r.tooltipPosition();o+=s.x,n+=s.y,++a}}return{x:Math.round(o/a),y:Math.round(n/a)}},nearest:function(t,e){var i,o,n,a=e.x,r=e.y,s=Number.POSITIVE_INFINITY;for(i=0,o=t.length;i<o;++i){var l=t[i];if(l&&l.hasValue()){var h=l.getCenterPoint(),d=p.distanceBetweenPoints(e,h);d<s&&(s=d,n=l)}}if(n){var u=n.tooltipPosition();a=u.x,r=u.y}return{x:a,y:r}}};(e.exports=f.extend({initialize:function(){this._model=s(this._options),this._lastActive=[]},getTitle:function(){var t=this,e=t._options,i=e.callbacks,o=i.beforeTitle.apply(t,arguments),r=i.title.apply(t,arguments),s=i.afterTitle.apply(t,arguments),l=[];return l=n(l,a(o)),l=n(l,a(r)),l=n(l,a(s))},getBeforeBody:function(){return u(this._options.callbacks.beforeBody.apply(this,arguments))},getBody:function(t,e){var i=this,o=i._options.callbacks,r=[];return p.each(t,function(t){var s={before:[],lines:[],after:[]};n(s.before,a(o.beforeLabel.call(i,t,e))),n(s.lines,o.label.call(i,t,e)),n(s.after,a(o.afterLabel.call(i,t,e))),r.push(s)}),r},getAfterBody:function(){return u(this._options.callbacks.afterBody.apply(this,arguments))},getFooter:function(){var t=this,e=t._options.callbacks,i=e.beforeFooter.apply(t,arguments),o=e.footer.apply(t,arguments),r=e.afterFooter.apply(t,arguments),s=[];return s=n(s,a(i)),s=n(s,a(o)),s=n(s,a(r))},update:function(t){var e,i,o=this,n=o._options,a=o._model,u=o._model=s(n),c=o._active,f=o._data,m={xAlign:a.xAlign,yAlign:a.yAlign},v={x:a.x,y:a.y},b={width:a.width,height:a.height},y={x:a.caretX,y:a.caretY};if(c.length){u.opacity=1;var x=[],w=[];y=g[n.position].call(o,c,o._eventPosition);var _=[];for(e=0,i=c.length;e<i;++e)_.push(r(c[e]));n.filter&&(_=_.filter(function(t){return n.filter(t,f)})),n.itemSort&&(_=_.sort(function(t,e){return n.itemSort(t,e,f)})),p.each(_,function(t){x.push(n.callbacks.labelColor.call(o,t,o._chart)),w.push(n.callbacks.labelTextColor.call(o,t,o._chart))}),u.title=o.getTitle(_,f),u.beforeBody=o.getBeforeBody(_,f),u.body=o.getBody(_,f),u.afterBody=o.getAfterBody(_,f),u.footer=o.getFooter(_,f),u.x=Math.round(y.x),u.y=Math.round(y.y),u.caretPadding=n.caretPadding,u.labelColors=x,u.labelTextColors=w,u.dataPoints=_,b=l(this,u),m=h(this,b),v=d(u,b,m,o._chart)}else u.opacity=0;return u.xAlign=m.xAlign,u.yAlign=m.yAlign,u.x=v.x,u.y=v.y,u.width=b.width,u.height=b.height,u.caretX=y.x,u.caretY=y.y,o._model=u,t&&n.custom&&n.custom.call(o,u),o},drawCaret:function(t,e){var i=this._chart.ctx,o=this._view,n=this.getCaretPosition(t,e,o);i.lineTo(n.x1,n.y1),i.lineTo(n.x2,n.y2),i.lineTo(n.x3,n.y3)},getCaretPosition:function(t,e,i){var o,n,a,r,s,l,h=i.caretSize,d=i.cornerRadius,u=i.xAlign,c=i.yAlign,f=t.x,p=t.y,g=e.width,m=e.height;if("center"===c)s=p+m/2,"left"===u?(o=f,n=o-h,a=o,r=s+h,l=s-h):(o=f+g,n=o+h,a=o,r=s-h,l=s+h);else if("left"===u?(n=f+d+h,o=n-h,a=n+h):"right"===u?(n=f+g-d-h,o=n-h,a=n+h):(n=i.caretX,o=n-h,a=n+h),"top"===c)r=p,s=r-h,l=r;else{r=p+m,s=r+h,l=r;var v=a;a=o,o=v}return{x1:o,x2:n,x3:a,y1:r,y2:s,y3:l}},drawTitle:function(t,e,i,n){var a=e.title;if(a.length){i.textAlign=e._titleAlign,i.textBaseline="top";var r=e.titleFontSize,s=e.titleSpacing;i.fillStyle=o(e.titleFontColor,n),i.font=p.fontString(r,e._titleFontStyle,e._titleFontFamily);var l,h;for(l=0,h=a.length;l<h;++l)i.fillText(a[l],t.x,t.y),t.y+=r+s,l+1===a.length&&(t.y+=e.titleMarginBottom-s)}},drawBody:function(t,e,i,n){var a=e.bodyFontSize,r=e.bodySpacing,s=e.body;i.textAlign=e._bodyAlign,i.textBaseline="top",i.font=p.fontString(a,e._bodyFontStyle,e._bodyFontFamily);var l=0,h=function(e){i.fillText(e,t.x+l,t.y),t.y+=a+r};i.fillStyle=o(e.bodyFontColor,n),p.each(e.beforeBody,h);var d=e.displayColors;l=d?a+2:0,p.each(s,function(r,s){var l=o(e.labelTextColors[s],n);i.fillStyle=l,p.each(r.before,h),p.each(r.lines,function(r){d&&(i.fillStyle=o(e.legendColorBackground,n),i.fillRect(t.x,t.y,a,a),i.lineWidth=1,i.strokeStyle=o(e.labelColors[s].borderColor,n),i.strokeRect(t.x,t.y,a,a),i.fillStyle=o(e.labelColors[s].backgroundColor,n),i.fillRect(t.x+1,t.y+1,a-2,a-2),i.fillStyle=l),h(r)}),p.each(r.after,h)}),l=0,p.each(e.afterBody,h),t.y-=r},drawFooter:function(t,e,i,n){var a=e.footer;a.length&&(t.y+=e.footerMarginTop,i.textAlign=e._footerAlign,i.textBaseline="top",i.fillStyle=o(e.footerFontColor,n),i.font=p.fontString(e.footerFontSize,e._footerFontStyle,e._footerFontFamily),p.each(a,function(o){i.fillText(o,t.x,t.y),t.y+=e.footerFontSize+e.footerSpacing}))},drawBackground:function(t,e,i,n,a){i.fillStyle=o(e.backgroundColor,a),i.strokeStyle=o(e.borderColor,a),i.lineWidth=e.borderWidth;var r=e.xAlign,s=e.yAlign,l=t.x,h=t.y,d=n.width,u=n.height,c=e.cornerRadius;i.beginPath(),i.moveTo(l+c,h),"top"===s&&this.drawCaret(t,n),i.lineTo(l+d-c,h),i.quadraticCurveTo(l+d,h,l+d,h+c),"center"===s&&"right"===r&&this.drawCaret(t,n),i.lineTo(l+d,h+u-c),i.quadraticCurveTo(l+d,h+u,l+d-c,h+u),"bottom"===s&&this.drawCaret(t,n),i.lineTo(l+c,h+u),i.quadraticCurveTo(l,h+u,l,h+u-c),"center"===s&&"left"===r&&this.drawCaret(t,n),i.lineTo(l,h+c),i.quadraticCurveTo(l,h,l+c,h),i.closePath(),i.fill(),e.borderWidth>0&&i.stroke()},draw:function(){var t=this._chart.ctx,e=this._view;if(0!==e.opacity){var i={width:e.width,height:e.height},o={x:e.x,y:e.y},n=Math.abs(e.opacity<.001)?0:e.opacity,a=e.title.length||e.beforeBody.length||e.body.length||e.afterBody.length||e.footer.length;this._options.enabled&&a&&(this.drawBackground(o,e,t,i,n),o.x+=e.xPadding,o.y+=e.yPadding,this.drawTitle(o,e,t,n),this.drawBody(o,e,t,n),this.drawFooter(o,e,t,n))}},handleEvent:function(t){var e=this,i=e._options,o=!1;return e._lastActive=e._lastActive||[],"mouseout"===t.type?e._active=[]:e._active=e._chart.getElementsAtEventForMode(t,i.mode,i),o=!p.arrayEquals(e._active,e._lastActive),o&&(e._lastActive=e._active,(i.enabled||i.custom)&&(e._eventPosition={x:t.x,y:t.y},e.update(!0),e.pivot())),o}})).positioners=g},{26:26,27:27,46:46}],37:[function(t,e,i){"use strict";var o=t(26),n=t(27),a=t(46);o._set("global",{elements:{arc:{backgroundColor:o.global.defaultColor,borderColor:"#fff",borderWidth:2}}}),e.exports=n.extend({inLabelRange:function(t){var e=this._view;return!!e&&Math.pow(t-e.x,2)<Math.pow(e.radius+e.hoverRadius,2)},inRange:function(t,e){var i=this._view;if(i){for(var o=a.getAngleFromPoint(i,{x:t,y:e}),n=o.angle,r=o.distance,s=i.startAngle,l=i.endAngle;l<s;)l+=2*Math.PI;for(;n>l;)n-=2*Math.PI;for(;n<s;)n+=2*Math.PI;var h=n>=s&&n<=l,d=r>=i.innerRadius&&r<=i.outerRadius;return h&&d}return!1},getCenterPoint:function(){var t=this._view,e=(t.startAngle+t.endAngle)/2,i=(t.innerRadius+t.outerRadius)/2;return{x:t.x+Math.cos(e)*i,y:t.y+Math.sin(e)*i}},getArea:function(){var t=this._view;return Math.PI*((t.endAngle-t.startAngle)/(2*Math.PI))*(Math.pow(t.outerRadius,2)-Math.pow(t.innerRadius,2))},tooltipPosition:function(){var t=this._view,e=t.startAngle+(t.endAngle-t.startAngle)/2,i=(t.outerRadius-t.innerRadius)/2+t.innerRadius;return{x:t.x+Math.cos(e)*i,y:t.y+Math.sin(e)*i}},draw:function(){var t=this._chart.ctx,e=this._view,i=e.startAngle,o=e.endAngle;t.beginPath(),t.arc(e.x,e.y,e.outerRadius,i,o),t.arc(e.x,e.y,e.innerRadius,o,i,!0),t.closePath(),t.strokeStyle=e.borderColor,t.lineWidth=e.borderWidth,t.fillStyle=e.backgroundColor,t.fill(),t.lineJoin="bevel",e.borderWidth&&t.stroke()}})},{26:26,27:27,46:46}],38:[function(t,e,i){"use strict";var o=t(26),n=t(27),a=t(46),r=o.global;o._set("global",{elements:{line:{tension:.4,backgroundColor:r.defaultColor,borderWidth:3,borderColor:r.defaultColor,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}}),e.exports=n.extend({draw:function(){var t,e,i,o,n=this,s=n._view,l=n._chart.ctx,h=s.spanGaps,d=n._children.slice(),u=r.elements.line,c=-1;for(n._loop&&d.length&&d.push(d[0]),l.save(),l.lineCap=s.borderCapStyle||u.borderCapStyle,l.setLineDash&&l.setLineDash(s.borderDash||u.borderDash),l.lineDashOffset=s.borderDashOffset||u.borderDashOffset,l.lineJoin=s.borderJoinStyle||u.borderJoinStyle,l.lineWidth=s.borderWidth||u.borderWidth,l.strokeStyle=s.borderColor||r.defaultColor,l.beginPath(),c=-1,t=0;t<d.length;++t)e=d[t],i=a.previousItem(d,t),o=e._view,0===t?o.skip||(l.moveTo(o.x,o.y),c=t):(i=-1===c?i:d[c],o.skip||(c!==t-1&&!h||-1===c?l.moveTo(o.x,o.y):a.canvas.lineTo(l,i._view,e._view),c=t));l.stroke(),l.restore()}})},{26:26,27:27,46:46}],39:[function(t,e,i){"use strict";function o(t){var e=this._view;return!!e&&Math.abs(t-e.x)<e.radius+e.hitRadius}function n(t){var e=this._view;return!!e&&Math.abs(t-e.y)<e.radius+e.hitRadius}var a=t(26),r=t(27),s=t(46),l=a.global.defaultColor;a._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:l,borderColor:l,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}}),e.exports=r.extend({inRange:function(t,e){var i=this._view;return!!i&&Math.pow(t-i.x,2)+Math.pow(e-i.y,2)<Math.pow(i.hitRadius+i.radius,2)},inLabelRange:o,inXRange:o,inYRange:n,getCenterPoint:function(){var t=this._view;return{x:t.x,y:t.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y,padding:t.radius+t.borderWidth}},draw:function(t){var e=this._view,i=this._model,o=this._chart.ctx,n=e.pointStyle,r=e.rotation,h=e.radius,d=e.x,u=e.y;e.skip||(void 0===t||i.x>=t.left&&1.01*t.right>=i.x&&i.y>=t.top&&1.01*t.bottom>=i.y)&&(o.strokeStyle=e.borderColor||l,o.lineWidth=s.valueOrDefault(e.borderWidth,a.global.elements.point.borderWidth),o.fillStyle=e.backgroundColor||l,s.canvas.drawPoint(o,n,h,d,u,r))}})},{26:26,27:27,46:46}],40:[function(t,e,i){"use strict";function o(t){return void 0!==t._view.width}function n(t){var e,i,n,a,r=t._view;if(o(t)){var s=r.width/2;e=r.x-s,i=r.x+s,n=Math.min(r.y,r.base),a=Math.max(r.y,r.base)}else{var l=r.height/2;e=Math.min(r.x,r.base),i=Math.max(r.x,r.base),n=r.y-l,a=r.y+l}return{left:e,top:n,right:i,bottom:a}}var a=t(26),r=t(27);a._set("global",{elements:{rectangle:{backgroundColor:a.global.defaultColor,borderColor:a.global.defaultColor,borderSkipped:"bottom",borderWidth:0}}}),e.exports=r.extend({draw:function(){function t(t){return v[(y+t)%4]}var e,i,o,n,a,r,s,l=this._chart.ctx,h=this._view,d=h.borderWidth;if(h.horizontal?(e=h.base,i=h.x,o=h.y-h.height/2,n=h.y+h.height/2,a=i>e?1:-1,r=1,s=h.borderSkipped||"left"):(e=h.x-h.width/2,i=h.x+h.width/2,o=h.y,n=h.base,a=1,r=n>o?1:-1,s=h.borderSkipped||"bottom"),d){var u=Math.min(Math.abs(e-i),Math.abs(o-n));d=d>u?u:d;var c=d/2,f=e+("left"!==s?c*a:0),p=i+("right"!==s?-c*a:0),g=o+("top"!==s?c*r:0),m=n+("bottom"!==s?-c*r:0);f!==p&&(o=g,n=m),g!==m&&(e=f,i=p)}l.beginPath(),l.fillStyle=h.backgroundColor,l.strokeStyle=h.borderColor,l.lineWidth=d;var v=[[e,n],[e,o],[i,o],[i,n]],b=["bottom","left","top","right"],y=b.indexOf(s,0);-1===y&&(y=0);var x=t(0);l.moveTo(x[0],x[1]);for(var w=1;w<4;w++)x=t(w),l.lineTo(x[0],x[1]);l.fill(),d&&l.stroke()},height:function(){var t=this._view;return t.base-t.y},inRange:function(t,e){var i=!1;if(this._view){var o=n(this);i=t>=o.left&&t<=o.right&&e>=o.top&&e<=o.bottom}return i},inLabelRange:function(t,e){var i=this;if(!i._view)return!1;var a=n(i);return o(i)?t>=a.left&&t<=a.right:e>=a.top&&e<=a.bottom},inXRange:function(t){var e=n(this);return t>=e.left&&t<=e.right},inYRange:function(t){var e=n(this);return t>=e.top&&t<=e.bottom},getCenterPoint:function(){var t,e,i=this._view;return o(this)?(t=i.x,e=(i.y+i.base)/2):(t=(i.x+i.base)/2,e=i.y),{x:t,y:e}},getArea:function(){var t=this._view;return t.width*Math.abs(t.y-t.base)},tooltipPosition:function(){var t=this._view;return{x:t.x,y:t.y}}})},{26:26,27:27}],41:[function(t,e,i){"use strict";e.exports={},e.exports.Arc=t(37),e.exports.Line=t(38),e.exports.Point=t(39),e.exports.Rectangle=t(40)},{37:37,38:38,39:39,40:40}],42:[function(t,e,i){"use strict";var o=t(43),i=e.exports={clear:function(t){t.ctx.clearRect(0,0,t.width,t.height)},roundedRect:function(t,e,i,o,n,a){if(a){var r=Math.min(a,n/2-1e-7,o/2-1e-7);t.moveTo(e+r,i),t.lineTo(e+o-r,i),t.arcTo(e+o,i,e+o,i+r,r),t.lineTo(e+o,i+n-r),t.arcTo(e+o,i+n,e+o-r,i+n,r),t.lineTo(e+r,i+n),t.arcTo(e,i+n,e,i+n-r,r),t.lineTo(e,i+r),t.arcTo(e,i,e+r,i,r),t.closePath(),t.moveTo(e,i)}else t.rect(e,i,o,n)},drawPoint:function(t,e,i,o,n,a){var r,s,l,h,d,u;if(a=a||0,e&&"object"==typeof e&&("[object HTMLImageElement]"===(r=e.toString())||"[object HTMLCanvasElement]"===r))return void t.drawImage(e,o-e.width/2,n-e.height/2,e.width,e.height);if(!(isNaN(i)||i<=0)){switch(t.save(),t.translate(o,n),t.rotate(a*Math.PI/180),t.beginPath(),e){default:t.arc(0,0,i,0,2*Math.PI),t.closePath();break;case"triangle":s=3*i/Math.sqrt(3),d=s*Math.sqrt(3)/2,t.moveTo(-s/2,d/3),t.lineTo(s/2,d/3),t.lineTo(0,-2*d/3),t.closePath();break;case"rect":u=1/Math.SQRT2*i,t.rect(-u,-u,2*u,2*u);break;case"rectRounded":var c=i/Math.SQRT2,f=-c,p=-c,g=Math.SQRT2*i;this.roundedRect(t,f,p,g,g,.425*i);break;case"rectRot":u=1/Math.SQRT2*i,t.moveTo(-u,0),t.lineTo(0,u),t.lineTo(u,0),t.lineTo(0,-u),t.closePath();break;case"cross":t.moveTo(0,i),t.lineTo(0,-i),t.moveTo(-i,0),t.lineTo(i,0);break;case"crossRot":l=Math.cos(Math.PI/4)*i,h=Math.sin(Math.PI/4)*i,t.moveTo(-l,-h),t.lineTo(l,h),t.moveTo(-l,h),t.lineTo(l,-h);break;case"star":t.moveTo(0,i),t.lineTo(0,-i),t.moveTo(-i,0),t.lineTo(i,0),l=Math.cos(Math.PI/4)*i,h=Math.sin(Math.PI/4)*i,t.moveTo(-l,-h),t.lineTo(l,h),t.moveTo(-l,h),t.lineTo(l,-h);break;case"line":t.moveTo(-i,0),t.lineTo(i,0);break;case"dash":t.moveTo(0,0),t.lineTo(i,0)}t.fill(),t.stroke(),t.restore()}},clipArea:function(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()},unclipArea:function(t){t.restore()},lineTo:function(t,e,i,o){return i.steppedLine?("after"===i.steppedLine&&!o||"after"!==i.steppedLine&&o?t.lineTo(e.x,i.y):t.lineTo(i.x,e.y),void t.lineTo(i.x,i.y)):i.tension?void t.bezierCurveTo(o?e.controlPointPreviousX:e.controlPointNextX,o?e.controlPointPreviousY:e.controlPointNextY,o?i.controlPointNextX:i.controlPointPreviousX,o?i.controlPointNextY:i.controlPointPreviousY,i.x,i.y):void t.lineTo(i.x,i.y)}};o.clear=i.clear,o.drawRoundedRectangle=function(t){t.beginPath(),i.roundedRect.apply(i,arguments)}},{43:43}],43:[function(t,e,i){"use strict";var o={noop:function(){},uid:function(){var t=0;return function(){return t++}}(),isNullOrUndef:function(t){return null===t||void 0===t},isArray:Array.isArray?Array.isArray:function(t){return"[object Array]"===Object.prototype.toString.call(t)},isObject:function(t){return null!==t&&"[object Object]"===Object.prototype.toString.call(t)},valueOrDefault:function(t,e){return void 0===t?e:t},valueAtIndexOrDefault:function(t,e,i){return o.valueOrDefault(o.isArray(t)?t[e]:t,i)},callback:function(t,e,i){if(t&&"function"==typeof t.call)return t.apply(i,e)},each:function(t,e,i,n){var a,r,s;if(o.isArray(t))if(r=t.length,n)for(a=r-1;a>=0;a--)e.call(i,t[a],a);else for(a=0;a<r;a++)e.call(i,t[a],a);else if(o.isObject(t))for(s=Object.keys(t),r=s.length,a=0;a<r;a++)e.call(i,t[s[a]],s[a])},arrayEquals:function(t,e){var i,n,a,r;if(!t||!e||t.length!==e.length)return!1;for(i=0,n=t.length;i<n;++i)if(a=t[i],r=e[i],a instanceof Array&&r instanceof Array){if(!o.arrayEquals(a,r))return!1}else if(a!==r)return!1;return!0},clone:function(t){if(o.isArray(t))return t.map(o.clone);if(o.isObject(t)){for(var e={},i=Object.keys(t),n=i.length,a=0;a<n;++a)e[i[a]]=o.clone(t[i[a]]);return e}return t},_merger:function(t,e,i,n){var a=e[t],r=i[t];o.isObject(a)&&o.isObject(r)?o.merge(a,r,n):e[t]=o.clone(r)},_mergerIf:function(t,e,i){var n=e[t],a=i[t];o.isObject(n)&&o.isObject(a)?o.mergeIf(n,a):e.hasOwnProperty(t)||(e[t]=o.clone(a))},merge:function(t,e,i){var n,a,r,s,l,h=o.isArray(e)?e:[e],d=h.length;if(!o.isObject(t))return t;for(i=i||{},n=i.merger||o._merger,a=0;a<d;++a)if(e=h[a],o.isObject(e))for(r=Object.keys(e),l=0,s=r.length;l<s;++l)n(r[l],t,e,i);return t},mergeIf:function(t,e){return o.merge(t,e,{merger:o._mergerIf})},extend:function(t){for(var e=function(e,i){t[i]=e},i=1,n=arguments.length;i<n;++i)o.each(arguments[i],e);return t},inherits:function(t){var e=this,i=t&&t.hasOwnProperty("constructor")?t.constructor:function(){return e.apply(this,arguments)},n=function(){this.constructor=i};return n.prototype=e.prototype,i.prototype=new n,i.extend=o.inherits,t&&o.extend(i.prototype,t),i.__super__=e.prototype,i}};e.exports=o,o.callCallback=o.callback,o.indexOf=function(t,e,i){return Array.prototype.indexOf.call(t,e,i)},o.getValueOrDefault=o.valueOrDefault,o.getValueAtIndexOrDefault=o.valueAtIndexOrDefault},{}],44:[function(t,e,i){"use strict";var o=t(43),n={linear:function(t){return t},easeInQuad:function(t){return t*t},easeOutQuad:function(t){return-t*(t-2)},easeInOutQuad:function(t){return(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1)},easeInCubic:function(t){return t*t*t},easeOutCubic:function(t){return(t-=1)*t*t+1},easeInOutCubic:function(t){return(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},easeInQuart:function(t){return t*t*t*t},easeOutQuart:function(t){return-((t-=1)*t*t*t-1)},easeInOutQuart:function(t){return(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},easeInQuint:function(t){return t*t*t*t*t},easeOutQuint:function(t){return(t-=1)*t*t*t*t+1},easeInOutQuint:function(t){return(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},easeInSine:function(t){return 1-Math.cos(t*(Math.PI/2))},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return 0===t?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return 1===t?1:1-Math.pow(2,-10*t)},easeInOutExpo:function(t){return 0===t?0:1===t?1:(t/=.5)<1?.5*Math.pow(2,10*(t-1)):.5*(2-Math.pow(2,-10*--t))},easeInCirc:function(t){return t>=1?t:-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-(t-=1)*t)},easeInOutCirc:function(t){return(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},easeInElastic:function(t){var e=1.70158,i=0,o=1;return 0===t?0:1===t?1:(i||(i=.3),o<1?(o=1,e=i/4):e=i/(2*Math.PI)*Math.asin(1/o),-o*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i))},easeOutElastic:function(t){var e=1.70158,i=0,o=1;return 0===t?0:1===t?1:(i||(i=.3),o<1?(o=1,e=i/4):e=i/(2*Math.PI)*Math.asin(1/o),o*Math.pow(2,-10*t)*Math.sin((t-e)*(2*Math.PI)/i)+1)},easeInOutElastic:function(t){var e=1.70158,i=0,o=1;return 0===t?0:2==(t/=.5)?1:(i||(i=.45),o<1?(o=1,e=i/4):e=i/(2*Math.PI)*Math.asin(1/o),t<1?o*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:o*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},
|
|
easeInBounce:function(t){return 1-n.easeOutBounce(1-t)},easeOutBounce:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},easeInOutBounce:function(t){return t<.5?.5*n.easeInBounce(2*t):.5*n.easeOutBounce(2*t-1)+.5}};e.exports={effects:n},o.easingEffects=n},{43:43}],45:[function(t,e,i){"use strict";var o=t(43);e.exports={toLineHeight:function(t,e){var i=(""+t).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!i||"normal"===i[1])return 1.2*e;switch(t=+i[2],i[3]){case"px":return t;case"%":t/=100}return e*t},toPadding:function(t){var e,i,n,a;return o.isObject(t)?(e=+t.top||0,i=+t.right||0,n=+t.bottom||0,a=+t.left||0):e=i=n=a=+t||0,{top:e,right:i,bottom:n,left:a,height:e+n,width:a+i}},resolve:function(t,e,i){var n,a,r;for(n=0,a=t.length;n<a;++n)if(void 0!==(r=t[n])&&(void 0!==e&&"function"==typeof r&&(r=r(e)),void 0!==i&&o.isArray(r)&&(r=r[i]),void 0!==r))return r}}},{43:43}],46:[function(t,e,i){"use strict";e.exports=t(43),e.exports.easing=t(44),e.exports.canvas=t(42),e.exports.options=t(45)},{42:42,43:43,44:44,45:45}],47:[function(t,e,i){e.exports={acquireContext:function(t){return t&&t.canvas&&(t=t.canvas),t&&t.getContext("2d")||null}}},{}],48:[function(t,e,i){"use strict";function o(t,e){var i=m.getStyle(t,e),o=i&&i.match(/^(\d+)(\.\d+)?px$/);return o?Number(o[1]):void 0}function n(t,e){var i=t.style,n=t.getAttribute("height"),a=t.getAttribute("width");if(t[v]={initial:{height:n,width:a,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",null===a||""===a){var r=o(t,"width");void 0!==r&&(t.width=r)}if(null===n||""===n)if(""===t.style.height)t.height=t.width/(e.options.aspectRatio||2);else{var s=o(t,"height");void 0!==r&&(t.height=s)}return t}function a(t,e,i){t.addEventListener(e,i,C)}function r(t,e,i){t.removeEventListener(e,i,C)}function s(t,e,i,o,n){return{type:t,chart:e,native:n||null,x:void 0!==i?i:null,y:void 0!==o?o:null}}function l(t,e){var i=_[t.type]||t.type,o=m.getRelativePosition(t,e);return s(i,e,o.x,o.y,t)}function h(t,e){var i=!1,o=[];return function(){o=Array.prototype.slice.call(arguments),e=e||this,i||(i=!0,m.requestAnimFrame.call(window,function(){i=!1,t.apply(e,o)}))}}function d(t){var e=document.createElement("div"),i=b+"size-monitor",o="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden;pointer-events:none;visibility:hidden;z-index:-1;";e.style.cssText=o,e.className=i,e.innerHTML='<div class="'+i+'-expand" style="'+o+'"><div style="position:absolute;width:1000000px;height:1000000px;left:0;top:0"></div></div><div class="'+i+'-shrink" style="'+o+'"><div style="position:absolute;width:200%;height:200%;left:0; top:0"></div></div>';var n=e.childNodes[0],r=e.childNodes[1];e._reset=function(){n.scrollLeft=1e6,n.scrollTop=1e6,r.scrollLeft=1e6,r.scrollTop=1e6};var s=function(){e._reset(),t()};return a(n,"scroll",s.bind(n,"expand")),a(r,"scroll",s.bind(r,"shrink")),e}function u(t,e){var i=t[v]||(t[v]={}),o=i.renderProxy=function(t){t.animationName===x&&e()};m.each(w,function(e){a(t,e,o)}),i.reflow=!!t.offsetParent,t.classList.add(y)}function c(t){var e=t[v]||{},i=e.renderProxy;i&&(m.each(w,function(e){r(t,e,i)}),delete e.renderProxy),t.classList.remove(y)}function f(t,e,i){var o=t[v]||(t[v]={}),n=o.resizer=d(h(function(){if(o.resizer)return e(s("resize",i))}));u(t,function(){if(o.resizer){var e=t.parentNode;e&&e!==n.parentNode&&e.insertBefore(n,e.firstChild),n._reset()}})}function p(t){var e=t[v]||{},i=e.resizer;delete e.resizer,c(t),i&&i.parentNode&&i.parentNode.removeChild(i)}function g(t,e){var i=t._style||document.createElement("style");t._style||(t._style=i,e="/* Chart.js */\n"+e,i.setAttribute("type","text/css"),document.getElementsByTagName("head")[0].appendChild(i)),i.appendChild(document.createTextNode(e))}var m=t(46),v="$chartjs",b="chartjs-",y=b+"render-monitor",x=b+"render-animation",w=["animationstart","webkitAnimationStart"],_={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},k=function(){var t=!1;try{var e=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("e",null,e)}catch(t){}return t}(),C=!!k&&{passive:!0};e.exports={_enabled:"undefined"!=typeof window&&"undefined"!=typeof document,initialize:function(){var t="from{opacity:0.99}to{opacity:1}";g(this,"@-webkit-keyframes "+x+"{"+t+"}@keyframes "+x+"{"+t+"}."+y+"{-webkit-animation:"+x+" 0.001s;animation:"+x+" 0.001s;}")},acquireContext:function(t,e){"string"==typeof t?t=document.getElementById(t):t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas);var i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(n(t,e),i):null},releaseContext:function(t){var e=t.canvas;if(e[v]){var i=e[v].initial;["height","width"].forEach(function(t){var o=i[t];m.isNullOrUndef(o)?e.removeAttribute(t):e.setAttribute(t,o)}),m.each(i.style||{},function(t,i){e.style[i]=t}),e.width=e.width,delete e[v]}},addEventListener:function(t,e,i){var o=t.canvas;if("resize"===e)return void f(o,i,t);var n=i[v]||(i[v]={});a(o,e,(n.proxies||(n.proxies={}))[t.id+"_"+e]=function(e){i(l(e,t))})},removeEventListener:function(t,e,i){var o=t.canvas;if("resize"===e)return void p(o);var n=i[v]||{},a=n.proxies||{},s=a[t.id+"_"+e];s&&r(o,e,s)}},m.addEvent=a,m.removeEvent=r},{46:46}],49:[function(t,e,i){"use strict";var o=t(46),n=t(47),a=t(48),r=a._enabled?a:n;e.exports=o.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},r)},{46:46,47:47,48:48}],50:[function(t,e,i){"use strict";e.exports={},e.exports.filler=t(51),e.exports.legend=t(52),e.exports.title=t(53)},{51:51,52:52,53:53}],51:[function(t,e,i){"use strict";function o(t,e,i){var o,n=t._model||{},a=n.fill;if(void 0===a&&(a=!!n.backgroundColor),!1===a||null===a)return!1;if(!0===a)return"origin";if(o=parseFloat(a,10),isFinite(o)&&Math.floor(o)===o)return"-"!==a[0]&&"+"!==a[0]||(o=e+o),!(o===e||o<0||o>=i)&&o;switch(a){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return a;default:return!1}}function n(t){var e,i=t.el._model||{},o=t.el._scale||{},n=t.fill,a=null;if(isFinite(n))return null;if("start"===n?a=void 0===i.scaleBottom?o.bottom:i.scaleBottom:"end"===n?a=void 0===i.scaleTop?o.top:i.scaleTop:void 0!==i.scaleZero?a=i.scaleZero:o.getBasePosition?a=o.getBasePosition():o.getBasePixel&&(a=o.getBasePixel()),void 0!==a&&null!==a){if(void 0!==a.x&&void 0!==a.y)return a;if("number"==typeof a&&isFinite(a))return e=o.isHorizontal(),{x:e?a:null,y:e?null:a}}return null}function a(t,e,i){var o,n=t[e],a=n.fill,r=[e];if(!i)return a;for(;!1!==a&&-1===r.indexOf(a);){if(!isFinite(a))return a;if(!(o=t[a]))return!1;if(o.visible)return a;r.push(a),a=o.fill}return!1}function r(t){var e=t.fill,i="dataset";return!1===e?null:(isFinite(e)||(i="boundary"),f[i](t))}function s(t){return t&&!t.skip}function l(t,e,i,o,n){var a;if(o&&n){for(t.moveTo(e[0].x,e[0].y),a=1;a<o;++a)c.canvas.lineTo(t,e[a-1],e[a]);for(t.lineTo(i[n-1].x,i[n-1].y),a=n-1;a>0;--a)c.canvas.lineTo(t,i[a],i[a-1],!0)}}function h(t,e,i,o,n,a){var r,h,d,u,c,f,p,g=e.length,m=o.spanGaps,v=[],b=[],y=0,x=0;for(t.beginPath(),r=0,h=g+!!a;r<h;++r)d=r%g,u=e[d]._view,c=i(u,d,o),f=s(u),p=s(c),f&&p?(y=v.push(u),x=b.push(c)):y&&x&&(m?(f&&v.push(u),p&&b.push(c)):(l(t,v,b,y,x),y=x=0,v=[],b=[]));l(t,v,b,y,x),t.closePath(),t.fillStyle=n,t.fill()}var d=t(26),u=t(41),c=t(46);d._set("global",{plugins:{filler:{propagate:!0}}});var f={dataset:function(t){var e=t.fill,i=t.chart,o=i.getDatasetMeta(e),n=o&&i.isDatasetVisible(e),a=n&&o.dataset._children||[],r=a.length||0;return r?function(t,e){return e<r&&a[e]._view||null}:null},boundary:function(t){var e=t.boundary,i=e?e.x:null,o=e?e.y:null;return function(t){return{x:null===i?t.x:i,y:null===o?t.y:o}}}};e.exports={id:"filler",afterDatasetsUpdate:function(t,e){var i,s,l,h,d=(t.data.datasets||[]).length,c=e.propagate,f=[];for(s=0;s<d;++s)i=t.getDatasetMeta(s),l=i.dataset,h=null,l&&l._model&&l instanceof u.Line&&(h={visible:t.isDatasetVisible(s),fill:o(l,s,d),chart:t,el:l}),i.$filler=h,f.push(h);for(s=0;s<d;++s)(h=f[s])&&(h.fill=a(f,s,c),h.boundary=n(h),h.mapper=r(h))},beforeDatasetDraw:function(t,e){var i=e.meta.$filler;if(i){var o=t.ctx,n=i.el,a=n._view,r=n._children||[],s=i.mapper,l=a.backgroundColor||d.global.defaultColor;s&&l&&r.length&&(c.canvas.clipArea(o,t.chartArea),h(o,r,s,a,l,n._loop),c.canvas.unclipArea(o))}}}},{26:26,41:41,46:46}],52:[function(t,e,i){"use strict";function o(t,e){return t.usePointStyle?e*Math.SQRT2:t.boxWidth}function n(t,e){var i=new d({ctx:t.ctx,options:e,chart:t});l.configure(t,i,e),l.addBox(t,i),t.legend=i}var a=t(26),r=t(27),s=t(46),l=t(31),h=s.noop;a._set("global",{legend:{display:!0,position:"top",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(t,e){var i=e.datasetIndex,o=this.chart,n=o.getDatasetMeta(i);n.hidden=null===n.hidden?!o.data.datasets[i].hidden:null,o.update()},onHover:null,labels:{boxWidth:40,padding:10,generateLabels:function(t){var e=t.data;return s.isArray(e.datasets)?e.datasets.map(function(e,i){return{text:e.label,fillStyle:s.isArray(e.backgroundColor)?e.backgroundColor[0]:e.backgroundColor,hidden:!t.isDatasetVisible(i),lineCap:e.borderCapStyle,lineDash:e.borderDash,lineDashOffset:e.borderDashOffset,lineJoin:e.borderJoinStyle,lineWidth:e.borderWidth,strokeStyle:e.borderColor,pointStyle:e.pointStyle,datasetIndex:i}},this):[]}}},legendCallback:function(t){var e=[];e.push('<ul class="'+t.id+'-legend">');for(var i=0;i<t.data.datasets.length;i++)e.push('<li><span style="background-color:'+t.data.datasets[i].backgroundColor+'"></span>'),t.data.datasets[i].label&&e.push(t.data.datasets[i].label),e.push("</li>");return e.push("</ul>"),e.join("")}});var d=r.extend({initialize:function(t){s.extend(this,t),this.legendHitBoxes=[],this.doughnutMode=!1},beforeUpdate:h,update:function(t,e,i){var o=this;return o.beforeUpdate(),o.maxWidth=t,o.maxHeight=e,o.margins=i,o.beforeSetDimensions(),o.setDimensions(),o.afterSetDimensions(),o.beforeBuildLabels(),o.buildLabels(),o.afterBuildLabels(),o.beforeFit(),o.fit(),o.afterFit(),o.afterUpdate(),o.minSize},afterUpdate:h,beforeSetDimensions:h,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:h,beforeBuildLabels:h,buildLabels:function(){var t=this,e=t.options.labels||{},i=s.callback(e.generateLabels,[t.chart],t)||[];e.filter&&(i=i.filter(function(i){return e.filter(i,t.chart.data)})),t.options.reverse&&i.reverse(),t.legendItems=i},afterBuildLabels:h,beforeFit:h,fit:function(){var t=this,e=t.options,i=e.labels,n=e.display,r=t.ctx,l=a.global,h=s.valueOrDefault,d=h(i.fontSize,l.defaultFontSize),u=h(i.fontStyle,l.defaultFontStyle),c=h(i.fontFamily,l.defaultFontFamily),f=s.fontString(d,u,c),p=t.legendHitBoxes=[],g=t.minSize,m=t.isHorizontal();if(m?(g.width=t.maxWidth,g.height=n?10:0):(g.width=n?10:0,g.height=t.maxHeight),n)if(r.font=f,m){var v=t.lineWidths=[0],b=t.legendItems.length?d+i.padding:0;r.textAlign="left",r.textBaseline="top",s.each(t.legendItems,function(e,n){var a=o(i,d),s=a+d/2+r.measureText(e.text).width;v[v.length-1]+s+i.padding>=t.width&&(b+=d+i.padding,v[v.length]=t.left),p[n]={left:0,top:0,width:s,height:d},v[v.length-1]+=s+i.padding}),g.height+=b}else{var y=i.padding,x=t.columnWidths=[],w=i.padding,_=0,k=0,C=d+y;s.each(t.legendItems,function(t,e){var n=o(i,d),a=n+d/2+r.measureText(t.text).width;k+C>g.height&&(w+=_+i.padding,x.push(_),_=0,k=0),_=Math.max(_,a),k+=C,p[e]={left:0,top:0,width:a,height:d}}),w+=_,x.push(_),g.width+=w}t.width=g.width,t.height=g.height},afterFit:h,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var t=this,e=t.options,i=e.labels,n=a.global,r=n.elements.line,l=t.width,h=t.lineWidths;if(e.display){var d,u=t.ctx,c=s.valueOrDefault,f=c(i.fontColor,n.defaultFontColor),p=c(i.fontSize,n.defaultFontSize),g=c(i.fontStyle,n.defaultFontStyle),m=c(i.fontFamily,n.defaultFontFamily),v=s.fontString(p,g,m);u.textAlign="left",u.textBaseline="middle",u.lineWidth=.5,u.strokeStyle=f,u.fillStyle=f,u.font=v;var b=o(i,p),y=t.legendHitBoxes,x=function(t,i,o){if(!(isNaN(b)||b<=0)){u.save(),u.fillStyle=c(o.fillStyle,n.defaultColor),u.lineCap=c(o.lineCap,r.borderCapStyle),u.lineDashOffset=c(o.lineDashOffset,r.borderDashOffset),u.lineJoin=c(o.lineJoin,r.borderJoinStyle),u.lineWidth=c(o.lineWidth,r.borderWidth),u.strokeStyle=c(o.strokeStyle,n.defaultColor);var a=0===c(o.lineWidth,r.borderWidth);if(u.setLineDash&&u.setLineDash(c(o.lineDash,r.borderDash)),e.labels&&e.labels.usePointStyle){var l=p*Math.SQRT2/2,h=l/Math.SQRT2,d=t+h,f=i+h;s.canvas.drawPoint(u,o.pointStyle,l,d,f)}else a||u.strokeRect(t,i,b,p),u.fillRect(t,i,b,p);u.restore()}},w=function(t,e,i,o){var n=p/2,a=b+n+t,r=e+n;u.fillText(i.text,a,r),i.hidden&&(u.beginPath(),u.lineWidth=2,u.moveTo(a,r),u.lineTo(a+o,r),u.stroke())},_=t.isHorizontal();d=_?{x:t.left+(l-h[0])/2,y:t.top+i.padding,line:0}:{x:t.left+i.padding,y:t.top+i.padding,line:0};var k=p+i.padding;s.each(t.legendItems,function(e,o){var n=u.measureText(e.text).width,a=b+p/2+n,r=d.x,s=d.y;_?r+a>=l&&(s=d.y+=k,d.line++,r=d.x=t.left+(l-h[d.line])/2):s+k>t.bottom&&(r=d.x=r+t.columnWidths[d.line]+i.padding,s=d.y=t.top+i.padding,d.line++),x(r,s,e),y[o].left=r,y[o].top=s,w(r,s,e,n),_?d.x+=a+i.padding:d.y+=k})}},handleEvent:function(t){var e=this,i=e.options,o="mouseup"===t.type?"click":t.type,n=!1;if("mousemove"===o){if(!i.onHover)return}else{if("click"!==o)return;if(!i.onClick)return}var a=t.x,r=t.y;if(a>=e.left&&a<=e.right&&r>=e.top&&r<=e.bottom)for(var s=e.legendHitBoxes,l=0;l<s.length;++l){var h=s[l];if(a>=h.left&&a<=h.left+h.width&&r>=h.top&&r<=h.top+h.height){if("click"===o){i.onClick.call(e,t.native,e.legendItems[l]),n=!0;break}if("mousemove"===o){i.onHover.call(e,t.native,e.legendItems[l]),n=!0;break}}}return n}});e.exports={id:"legend",_element:d,beforeInit:function(t){var e=t.options.legend;e&&n(t,e)},beforeUpdate:function(t){var e=t.options.legend,i=t.legend;e?(s.mergeIf(e,a.global.legend),i?(l.configure(t,i,e),i.options=e):n(t,e)):i&&(l.removeBox(t,i),delete t.legend)},afterEvent:function(t,e){var i=t.legend;i&&i.handleEvent(e)}}},{26:26,27:27,31:31,46:46}],53:[function(t,e,i){"use strict";function o(t,e){var i=new h({ctx:t.ctx,options:e,chart:t});s.configure(t,i,e),s.addBox(t,i),t.titleBlock=i}var n=t(26),a=t(27),r=t(46),s=t(31),l=r.noop;n._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,lineHeight:1.2,padding:10,position:"top",text:"",weight:2e3}});var h=a.extend({initialize:function(t){var e=this;r.extend(e,t),e.legendHitBoxes=[]},beforeUpdate:l,update:function(t,e,i){var o=this;return o.beforeUpdate(),o.maxWidth=t,o.maxHeight=e,o.margins=i,o.beforeSetDimensions(),o.setDimensions(),o.afterSetDimensions(),o.beforeBuildLabels(),o.buildLabels(),o.afterBuildLabels(),o.beforeFit(),o.fit(),o.afterFit(),o.afterUpdate(),o.minSize},afterUpdate:l,beforeSetDimensions:l,setDimensions:function(){var t=this;t.isHorizontal()?(t.width=t.maxWidth,t.left=0,t.right=t.width):(t.height=t.maxHeight,t.top=0,t.bottom=t.height),t.paddingLeft=0,t.paddingTop=0,t.paddingRight=0,t.paddingBottom=0,t.minSize={width:0,height:0}},afterSetDimensions:l,beforeBuildLabels:l,buildLabels:l,afterBuildLabels:l,beforeFit:l,fit:function(){var t=this,e=r.valueOrDefault,i=t.options,o=i.display,a=e(i.fontSize,n.global.defaultFontSize),s=t.minSize,l=r.isArray(i.text)?i.text.length:1,h=r.options.toLineHeight(i.lineHeight,a),d=o?l*h+2*i.padding:0;t.isHorizontal()?(s.width=t.maxWidth,s.height=d):(s.width=d,s.height=t.maxHeight),t.width=s.width,t.height=s.height},afterFit:l,isHorizontal:function(){var t=this.options.position;return"top"===t||"bottom"===t},draw:function(){var t=this,e=t.ctx,i=r.valueOrDefault,o=t.options,a=n.global;if(o.display){var s,l,h,d=i(o.fontSize,a.defaultFontSize),u=i(o.fontStyle,a.defaultFontStyle),c=i(o.fontFamily,a.defaultFontFamily),f=r.fontString(d,u,c),p=r.options.toLineHeight(o.lineHeight,d),g=p/2+o.padding,m=0,v=t.top,b=t.left,y=t.bottom,x=t.right;e.fillStyle=i(o.fontColor,a.defaultFontColor),e.font=f,t.isHorizontal()?(l=b+(x-b)/2,h=v+g,s=x-b):(l="left"===o.position?b+g:x-g,h=v+(y-v)/2,s=y-v,m=Math.PI*("left"===o.position?-.5:.5)),e.save(),e.translate(l,h),e.rotate(m),e.textAlign="center",e.textBaseline="middle";var w=o.text;if(r.isArray(w))for(var _=0,k=0;k<w.length;++k)e.fillText(w[k],0,_,s),_+=p;else e.fillText(w,0,0,s);e.restore()}}});e.exports={id:"title",_element:h,beforeInit:function(t){var e=t.options.title;e&&o(t,e)},beforeUpdate:function(t){var e=t.options.title,i=t.titleBlock;e?(r.mergeIf(e,n.global.title),i?(s.configure(t,i,e),i.options=e):o(t,e)):i&&(s.removeBox(t,i),delete t.titleBlock)}}},{26:26,27:27,31:31,46:46}],54:[function(t,e,i){"use strict";var o=t(33),n=t(34);e.exports=function(){var t={position:"bottom"},e=o.extend({getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels},determineDataLimits:function(){var t=this,e=t.getLabels();t.minIndex=0,t.maxIndex=e.length-1;var i;void 0!==t.options.ticks.min&&(i=e.indexOf(t.options.ticks.min),t.minIndex=-1!==i?i:t.minIndex),void 0!==t.options.ticks.max&&(i=e.indexOf(t.options.ticks.max),t.maxIndex=-1!==i?i:t.maxIndex),t.min=e[t.minIndex],t.max=e[t.maxIndex]},buildTicks:function(){var t=this,e=t.getLabels();t.ticks=0===t.minIndex&&t.maxIndex===e.length-1?e:e.slice(t.minIndex,t.maxIndex+1)},getLabelForIndex:function(t,e){var i=this,o=i.chart.data,n=i.isHorizontal();return o.yLabels&&!n?i.getRightValue(o.datasets[e].data[t]):i.ticks[t-i.minIndex]},getPixelForValue:function(t,e){var i,o=this,n=o.options.offset,a=Math.max(o.maxIndex+1-o.minIndex-(n?0:1),1);if(void 0!==t&&null!==t&&(i=o.isHorizontal()?t.x:t.y),void 0!==i||void 0!==t&&isNaN(e)){var r=o.getLabels();t=i||t;var s=r.indexOf(t);e=-1!==s?s:e}if(o.isHorizontal()){var l=o.width/a,h=l*(e-o.minIndex);return n&&(h+=l/2),o.left+Math.round(h)}var d=o.height/a,u=d*(e-o.minIndex);return n&&(u+=d/2),o.top+Math.round(u)},getPixelForTick:function(t){return this.getPixelForValue(this.ticks[t],t+this.minIndex,null)},getValueForPixel:function(t){var e=this,i=e.options.offset,o=Math.max(e._ticks.length-(i?0:1),1),n=e.isHorizontal(),a=(n?e.width:e.height)/o;return t-=n?e.left:e.top,i&&(t-=a/2),(t<=0?0:Math.round(t/a))+e.minIndex},getBasePixel:function(){return this.bottom}});n.registerScaleType("category",e,t)}},{33:33,34:34}],55:[function(t,e,i){"use strict";var o=t(26),n=t(46),a=t(34),r=t(35);e.exports=function(t){var e={position:"left",ticks:{callback:r.formatters.linear}},i=t.LinearScaleBase.extend({determineDataLimits:function(){function t(t){return s?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,i=e.options,o=e.chart,a=o.data,r=a.datasets,s=e.isHorizontal();e.min=null,e.max=null;var l=i.stacked;if(void 0===l&&n.each(r,function(e,i){if(!l){var n=o.getDatasetMeta(i);o.isDatasetVisible(i)&&t(n)&&void 0!==n.stack&&(l=!0)}}),i.stacked||l){var h={};n.each(r,function(a,r){var s=o.getDatasetMeta(r),l=[s.type,void 0===i.stacked&&void 0===s.stack?r:"",s.stack].join(".");void 0===h[l]&&(h[l]={positiveValues:[],negativeValues:[]});var d=h[l].positiveValues,u=h[l].negativeValues;o.isDatasetVisible(r)&&t(s)&&n.each(a.data,function(t,o){var n=+e.getRightValue(t);isNaN(n)||s.data[o].hidden||(d[o]=d[o]||0,u[o]=u[o]||0,i.relativePoints?d[o]=100:n<0?u[o]+=n:d[o]+=n)})}),n.each(h,function(t){var i=t.positiveValues.concat(t.negativeValues),o=n.min(i),a=n.max(i);e.min=null===e.min?o:Math.min(e.min,o),e.max=null===e.max?a:Math.max(e.max,a)})}else n.each(r,function(i,a){var r=o.getDatasetMeta(a);o.isDatasetVisible(a)&&t(r)&&n.each(i.data,function(t,i){var o=+e.getRightValue(t);isNaN(o)||r.data[i].hidden||(null===e.min?e.min=o:o<e.min&&(e.min=o),null===e.max?e.max=o:o>e.max&&(e.max=o))})});e.min=isFinite(e.min)&&!isNaN(e.min)?e.min:0,e.max=isFinite(e.max)&&!isNaN(e.max)?e.max:1,this.handleTickRangeOptions()},getTickLimit:function(){var t,e=this,i=e.options.ticks;if(e.isHorizontal())t=Math.min(i.maxTicksLimit?i.maxTicksLimit:11,Math.ceil(e.width/50));else{var a=n.valueOrDefault(i.fontSize,o.global.defaultFontSize);t=Math.min(i.maxTicksLimit?i.maxTicksLimit:11,Math.ceil(e.height/(2*a)))}return t},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForValue:function(t){var e=this,i=e.start,o=+e.getRightValue(t),n=e.end-i;return e.isHorizontal()?e.left+e.width/n*(o-i):e.bottom-e.height/n*(o-i)},getValueForPixel:function(t){var e=this,i=e.isHorizontal(),o=i?e.width:e.height,n=(i?t-e.left:e.bottom-t)/o;return e.start+(e.end-e.start)*n},getPixelForTick:function(t){return this.getPixelForValue(this.ticksAsNumbers[t])}});a.registerScaleType("linear",i,e)}},{26:26,34:34,35:35,46:46}],56:[function(t,e,i){"use strict";function o(t,e){var i,o,a,r=[];if(t.stepSize&&t.stepSize>0)a=t.stepSize;else{var s=n.niceNum(e.max-e.min,!1);a=n.niceNum(s/(t.maxTicks-1),!0),o=t.precision,void 0!==o&&(i=Math.pow(10,o),a=Math.ceil(a*i)/i)}var l=Math.floor(e.min/a)*a,h=Math.ceil(e.max/a)*a;n.isNullOrUndef(t.min)||n.isNullOrUndef(t.max)||!t.stepSize||n.almostWhole((t.max-t.min)/t.stepSize,a/1e3)&&(l=t.min,h=t.max);var d=(h-l)/a;d=n.almostEquals(d,Math.round(d),a/1e3)?Math.round(d):Math.ceil(d),o=1,a<1&&(o=Math.pow(10,1-Math.floor(n.log10(a))),l=Math.round(l*o)/o,h=Math.round(h*o)/o),r.push(void 0!==t.min?t.min:l);for(var u=1;u<d;++u)r.push(Math.round((l+u*a)*o)/o);return r.push(void 0!==t.max?t.max:h),r}var n=t(46),a=t(33);e.exports=function(t){var e=n.noop;t.LinearScaleBase=a.extend({getRightValue:function(t){return"string"==typeof t?+t:a.prototype.getRightValue.call(this,t)},handleTickRangeOptions:function(){var t=this,e=t.options,i=e.ticks;if(i.beginAtZero){var o=n.sign(t.min),a=n.sign(t.max);o<0&&a<0?t.max=0:o>0&&a>0&&(t.min=0)}var r=void 0!==i.min||void 0!==i.suggestedMin,s=void 0!==i.max||void 0!==i.suggestedMax;void 0!==i.min?t.min=i.min:void 0!==i.suggestedMin&&(null===t.min?t.min=i.suggestedMin:t.min=Math.min(t.min,i.suggestedMin)),void 0!==i.max?t.max=i.max:void 0!==i.suggestedMax&&(null===t.max?t.max=i.suggestedMax:t.max=Math.max(t.max,i.suggestedMax)),r!==s&&t.min>=t.max&&(r?t.max=t.min+1:t.min=t.max-1),t.min===t.max&&(t.max++,i.beginAtZero||t.min--)},getTickLimit:e,handleDirectionalChanges:e,buildTicks:function(){var t=this,e=t.options,i=e.ticks,a=t.getTickLimit();a=Math.max(2,a);var r={maxTicks:a,min:i.min,max:i.max,precision:i.precision,stepSize:n.valueOrDefault(i.fixedStepSize,i.stepSize)},s=t.ticks=o(r,t);t.handleDirectionalChanges(),t.max=n.max(s),t.min=n.min(s),i.reverse?(s.reverse(),t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max)},convertTicksToLabels:function(){var t=this;t.ticksAsNumbers=t.ticks.slice(),t.zeroLineIndex=t.ticks.indexOf(0),a.prototype.convertTicksToLabels.call(t)}})}},{33:33,46:46}],57:[function(t,e,i){"use strict";function o(t,e){var i,o,a=[],r=n.valueOrDefault,s=r(t.min,Math.pow(10,Math.floor(n.log10(e.min)))),l=Math.floor(n.log10(e.max)),h=Math.ceil(e.max/Math.pow(10,l));0===s?(i=Math.floor(n.log10(e.minNotZero)),o=Math.floor(e.minNotZero/Math.pow(10,i)),a.push(s),s=o*Math.pow(10,i)):(i=Math.floor(n.log10(s)),o=Math.floor(s/Math.pow(10,i)));var d=i<0?Math.pow(10,Math.abs(i)):1;do{a.push(s),++o,10===o&&(o=1,++i,d=i>=0?1:d),s=Math.round(o*Math.pow(10,i)*d)/d}while(i<l||i===l&&o<h);var u=r(t.max,s);return a.push(u),a}var n=t(46),a=t(33),r=t(34),s=t(35);e.exports=function(t){var e={position:"left",ticks:{callback:s.formatters.logarithmic}},i=a.extend({determineDataLimits:function(){function t(t){return s?t.xAxisID===e.id:t.yAxisID===e.id}var e=this,i=e.options,o=e.chart,a=o.data,r=a.datasets,s=e.isHorizontal();e.min=null,e.max=null,e.minNotZero=null;var l=i.stacked;if(void 0===l&&n.each(r,function(e,i){if(!l){var n=o.getDatasetMeta(i);o.isDatasetVisible(i)&&t(n)&&void 0!==n.stack&&(l=!0)}}),i.stacked||l){var h={};n.each(r,function(a,r){var s=o.getDatasetMeta(r),l=[s.type,void 0===i.stacked&&void 0===s.stack?r:"",s.stack].join(".");o.isDatasetVisible(r)&&t(s)&&(void 0===h[l]&&(h[l]=[]),n.each(a.data,function(t,i){var o=h[l],n=+e.getRightValue(t);isNaN(n)||s.data[i].hidden||n<0||(o[i]=o[i]||0,o[i]+=n)}))}),n.each(h,function(t){if(t.length>0){var i=n.min(t),o=n.max(t);e.min=null===e.min?i:Math.min(e.min,i),e.max=null===e.max?o:Math.max(e.max,o)}})}else n.each(r,function(i,a){var r=o.getDatasetMeta(a);o.isDatasetVisible(a)&&t(r)&&n.each(i.data,function(t,i){var o=+e.getRightValue(t);isNaN(o)||r.data[i].hidden||o<0||(null===e.min?e.min=o:o<e.min&&(e.min=o),null===e.max?e.max=o:o>e.max&&(e.max=o),0!==o&&(null===e.minNotZero||o<e.minNotZero)&&(e.minNotZero=o))})});this.handleTickRangeOptions()},handleTickRangeOptions:function(){var t=this,e=t.options,i=e.ticks,o=n.valueOrDefault;t.min=o(i.min,t.min),t.max=o(i.max,t.max),t.min===t.max&&(0!==t.min&&null!==t.min?(t.min=Math.pow(10,Math.floor(n.log10(t.min))-1),t.max=Math.pow(10,Math.floor(n.log10(t.max))+1)):(t.min=1,t.max=10)),null===t.min&&(t.min=Math.pow(10,Math.floor(n.log10(t.max))-1)),null===t.max&&(t.max=0!==t.min?Math.pow(10,Math.floor(n.log10(t.min))+1):10),null===t.minNotZero&&(t.min>0?t.minNotZero=t.min:t.max<1?t.minNotZero=Math.pow(10,Math.floor(n.log10(t.max))):t.minNotZero=1)},buildTicks:function(){var t=this,e=t.options,i=e.ticks,a=!t.isHorizontal(),r={min:i.min,max:i.max},s=t.ticks=o(r,t);t.max=n.max(s),t.min=n.min(s),i.reverse?(a=!a,t.start=t.max,t.end=t.min):(t.start=t.min,t.end=t.max),a&&s.reverse()},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),a.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},getPixelForTick:function(t){return this.getPixelForValue(this.tickValues[t])},_getFirstTickValue:function(t){var e=Math.floor(n.log10(t));return Math.floor(t/Math.pow(10,e))*Math.pow(10,e)},getPixelForValue:function(e){var i,o,a,r,s,l=this,h=l.options.ticks.reverse,d=n.log10,u=l._getFirstTickValue(l.minNotZero),c=0;return e=+l.getRightValue(e),h?(a=l.end,r=l.start,s=-1):(a=l.start,r=l.end,s=1),l.isHorizontal()?(i=l.width,o=h?l.right:l.left):(i=l.height,s*=-1,o=h?l.top:l.bottom),e!==a&&(0===a&&(c=n.getValueOrDefault(l.options.ticks.fontSize,t.defaults.global.defaultFontSize),i-=c,a=u),0!==e&&(c+=i/(d(r)-d(a))*(d(e)-d(a))),o+=s*c),o},getValueForPixel:function(e){var i,o,a,r,s=this,l=s.options.ticks.reverse,h=n.log10,d=s._getFirstTickValue(s.minNotZero);if(l?(o=s.end,a=s.start):(o=s.start,a=s.end),s.isHorizontal()?(i=s.width,r=l?s.right-e:e-s.left):(i=s.height,r=l?e-s.top:s.bottom-e),r!==o){if(0===o){var u=n.getValueOrDefault(s.options.ticks.fontSize,t.defaults.global.defaultFontSize);r-=u,i-=u,o=d}r*=h(a)-h(o),r/=i,r=Math.pow(10,h(o)+r)}return r}});r.registerScaleType("logarithmic",i,e)}},{33:33,34:34,35:35,46:46}],58:[function(t,e,i){"use strict";var o=t(26),n=t(46),a=t(34),r=t(35);e.exports=function(t){function e(t){var e=t.options;return e.angleLines.display||e.pointLabels.display?t.chart.data.labels.length:0}function i(t){var e=t.options.pointLabels,i=n.valueOrDefault(e.fontSize,v.defaultFontSize),o=n.valueOrDefault(e.fontStyle,v.defaultFontStyle),a=n.valueOrDefault(e.fontFamily,v.defaultFontFamily);return{size:i,style:o,family:a,font:n.fontString(i,o,a)}}function s(t,e,i){return n.isArray(i)?{w:n.longestText(t,t.font,i),h:i.length*e+1.5*(i.length-1)*e}:{w:t.measureText(i).width,h:e}}function l(t,e,i,o,n){return t===o||t===n?{start:e-i/2,end:e+i/2}:t<o||t>n?{start:e-i-5,end:e}:{start:e,end:e+i+5}}function h(t){var o,a,r,h=i(t),d=Math.min(t.height/2,t.width/2),u={r:t.width,l:0,t:t.height,b:0},c={};t.ctx.font=h.font,t._pointLabelSizes=[];var f=e(t);for(o=0;o<f;o++){r=t.getPointPosition(o,d),a=s(t.ctx,h.size,t.pointLabels[o]||""),t._pointLabelSizes[o]=a;var p=t.getIndexAngle(o),g=n.toDegrees(p)%360,m=l(g,r.x,a.w,0,180),v=l(g,r.y,a.h,90,270);m.start<u.l&&(u.l=m.start,c.l=p),m.end>u.r&&(u.r=m.end,c.r=p),v.start<u.t&&(u.t=v.start,c.t=p),v.end>u.b&&(u.b=v.end,c.b=p)}t.setReductions(d,u,c)}function d(t){var e=Math.min(t.height/2,t.width/2);t.drawingArea=Math.round(e),t.setCenterPoint(0,0,0,0)}function u(t){return 0===t||180===t?"center":t<180?"left":"right"}function c(t,e,i,o){if(n.isArray(e))for(var a=i.y,r=1.5*o,s=0;s<e.length;++s)t.fillText(e[s],i.x,a),a+=r;else t.fillText(e,i.x,i.y)}function f(t,e,i){90===t||270===t?i.y-=e.h/2:(t>270||t<90)&&(i.y-=e.h)}function p(t){var o=t.ctx,a=t.options,r=a.angleLines,s=a.pointLabels;o.lineWidth=r.lineWidth,o.strokeStyle=r.color;var l=t.getDistanceFromCenterForValue(a.ticks.reverse?t.min:t.max),h=i(t);o.textBaseline="top";for(var d=e(t)-1;d>=0;d--){if(r.display){var p=t.getPointPosition(d,l);o.beginPath(),o.moveTo(t.xCenter,t.yCenter),o.lineTo(p.x,p.y),o.stroke(),o.closePath()}if(s.display){var g=t.getPointPosition(d,l+5),m=n.valueAtIndexOrDefault(s.fontColor,d,v.defaultFontColor);o.font=h.font,o.fillStyle=m;var b=t.getIndexAngle(d),y=n.toDegrees(b);o.textAlign=u(y),f(y,t._pointLabelSizes[d],g),c(o,t.pointLabels[d]||"",g,h.size)}}}function g(t,i,o,a){var r=t.ctx;if(r.strokeStyle=n.valueAtIndexOrDefault(i.color,a-1),r.lineWidth=n.valueAtIndexOrDefault(i.lineWidth,a-1),t.options.gridLines.circular)r.beginPath(),r.arc(t.xCenter,t.yCenter,o,0,2*Math.PI),r.closePath(),r.stroke();else{var s=e(t);if(0===s)return;r.beginPath();var l=t.getPointPosition(0,o);r.moveTo(l.x,l.y);for(var h=1;h<s;h++)l=t.getPointPosition(h,o),r.lineTo(l.x,l.y);r.closePath(),r.stroke()}}function m(t){return n.isNumber(t)?t:0}var v=o.global,b={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0, 0, 0, 0.1)",lineWidth:1},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:r.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(t){return t}}},y=t.LinearScaleBase.extend({setDimensions:function(){var t=this,e=t.options,i=e.ticks;t.width=t.maxWidth,t.height=t.maxHeight,t.xCenter=Math.round(t.width/2),t.yCenter=Math.round(t.height/2);var o=n.min([t.height,t.width]),a=n.valueOrDefault(i.fontSize,v.defaultFontSize);t.drawingArea=e.display?o/2-(a/2+i.backdropPaddingY):o/2},determineDataLimits:function(){var t=this,e=t.chart,i=Number.POSITIVE_INFINITY,o=Number.NEGATIVE_INFINITY;n.each(e.data.datasets,function(a,r){if(e.isDatasetVisible(r)){var s=e.getDatasetMeta(r);n.each(a.data,function(e,n){var a=+t.getRightValue(e);isNaN(a)||s.data[n].hidden||(i=Math.min(a,i),o=Math.max(a,o))})}}),t.min=i===Number.POSITIVE_INFINITY?0:i,t.max=o===Number.NEGATIVE_INFINITY?0:o,t.handleTickRangeOptions()},getTickLimit:function(){var t=this.options.ticks,e=n.valueOrDefault(t.fontSize,v.defaultFontSize);return Math.min(t.maxTicksLimit?t.maxTicksLimit:11,Math.ceil(this.drawingArea/(1.5*e)))},convertTicksToLabels:function(){var e=this;t.LinearScaleBase.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map(e.options.pointLabels.callback,e)},getLabelForIndex:function(t,e){return+this.getRightValue(this.chart.data.datasets[e].data[t])},fit:function(){this.options.pointLabels.display?h(this):d(this)},setReductions:function(t,e,i){var o=this,n=e.l/Math.sin(i.l),a=Math.max(e.r-o.width,0)/Math.sin(i.r),r=-e.t/Math.cos(i.t),s=-Math.max(e.b-o.height,0)/Math.cos(i.b);n=m(n),a=m(a),r=m(r),s=m(s),o.drawingArea=Math.min(Math.round(t-(n+a)/2),Math.round(t-(r+s)/2)),o.setCenterPoint(n,a,r,s)},setCenterPoint:function(t,e,i,o){var n=this,a=n.width-e-n.drawingArea,r=t+n.drawingArea,s=i+n.drawingArea,l=n.height-o-n.drawingArea;n.xCenter=Math.round((r+a)/2+n.left),n.yCenter=Math.round((s+l)/2+n.top)},getIndexAngle:function(t){
|
|
return t*(2*Math.PI/e(this))+(this.chart.options&&this.chart.options.startAngle?this.chart.options.startAngle:0)*Math.PI*2/360},getDistanceFromCenterForValue:function(t){var e=this;if(null===t)return 0;var i=e.drawingArea/(e.max-e.min);return e.options.ticks.reverse?(e.max-t)*i:(t-e.min)*i},getPointPosition:function(t,e){var i=this,o=i.getIndexAngle(t)-Math.PI/2;return{x:Math.round(Math.cos(o)*e)+i.xCenter,y:Math.round(Math.sin(o)*e)+i.yCenter}},getPointPositionForValue:function(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))},getBasePosition:function(){var t=this,e=t.min,i=t.max;return t.getPointPositionForValue(0,t.beginAtZero?0:e<0&&i<0?i:e>0&&i>0?e:0)},draw:function(){var t=this,e=t.options,i=e.gridLines,o=e.ticks,a=n.valueOrDefault;if(e.display){var r=t.ctx,s=this.getIndexAngle(0),l=a(o.fontSize,v.defaultFontSize),h=a(o.fontStyle,v.defaultFontStyle),d=a(o.fontFamily,v.defaultFontFamily),u=n.fontString(l,h,d);n.each(t.ticks,function(e,n){if(n>0||o.reverse){var h=t.getDistanceFromCenterForValue(t.ticksAsNumbers[n]);if(i.display&&0!==n&&g(t,i,h,n),o.display){var d=a(o.fontColor,v.defaultFontColor);if(r.font=u,r.save(),r.translate(t.xCenter,t.yCenter),r.rotate(s),o.showLabelBackdrop){var c=r.measureText(e).width;r.fillStyle=o.backdropColor,r.fillRect(-c/2-o.backdropPaddingX,-h-l/2-o.backdropPaddingY,c+2*o.backdropPaddingX,l+2*o.backdropPaddingY)}r.textAlign="center",r.textBaseline="middle",r.fillStyle=d,r.fillText(e,0,-h),r.restore()}}}),(e.angleLines.display||e.pointLabels.display)&&p(t)}}});a.registerScaleType("radialLinear",y,b)}},{26:26,34:34,35:35,46:46}],59:[function(t,e,i){"use strict";function o(t,e){return t-e}function n(t){var e,i,o,n={},a=[];for(e=0,i=t.length;e<i;++e)o=t[e],n[o]||(n[o]=!0,a.push(o));return a}function a(t,e,i,o){if("linear"===o||!t.length)return[{time:e,pos:0},{time:i,pos:1}];var n,a,r,s,l,h=[],d=[e];for(n=0,a=t.length;n<a;++n)(s=t[n])>e&&s<i&&d.push(s);for(d.push(i),n=0,a=d.length;n<a;++n)l=d[n+1],r=d[n-1],s=d[n],void 0!==r&&void 0!==l&&Math.round((l+r)/2)===s||h.push({time:s,pos:n/(a-1)});return h}function r(t,e,i){for(var o,n,a,r=0,s=t.length-1;r>=0&&r<=s;){if(o=r+s>>1,n=t[o-1]||null,a=t[o],!n)return{lo:null,hi:a};if(a[e]<i)r=o+1;else{if(!(n[e]>i))return{lo:n,hi:a};s=o-1}}return{lo:a,hi:null}}function s(t,e,i,o){var n=r(t,e,i),a=n.lo?n.hi?n.lo:t[t.length-2]:t[0],s=n.lo?n.hi?n.hi:t[t.length-1]:t[1],l=s[e]-a[e],h=l?(i-a[e])/l:0,d=(s[o]-a[o])*h;return a[o]+d}function l(t,e){var i=e.parser,o=e.parser||e.format;return"function"==typeof i?i(t):"string"==typeof t&&"string"==typeof o?b(t,o):(t instanceof b||(t=b(t)),t.isValid()?t:"function"==typeof o?o(t):t)}function h(t,e){if(x.isNullOrUndef(t))return null;var i=e.options.time,o=l(e.getRightValue(t),i);return o.isValid()?(i.round&&o.startOf(i.round),o.valueOf()):null}function d(t,e,i,o){var n,a,r,s=e-t,l=D[i],h=l.size,d=l.steps;if(!d)return Math.ceil(s/(o*h));for(n=0,a=d.length;n<a&&(r=d[n],!(Math.ceil(s/(h*r))<=o));++n);return r}function u(t,e,i,o){var n,a,r,s=M.length;for(n=M.indexOf(t);n<s-1;++n)if(a=D[M[n]],r=a.steps?a.steps[a.steps.length-1]:C,a.common&&Math.ceil((i-e)/(r*a.size))<=o)return M[n];return M[s-1]}function c(t,e,i,o){var n,a,r=b.duration(b(o).diff(b(i))),s=M.length;for(n=s-1;n>=M.indexOf(e);n--)if(a=M[n],D[a].common&&r.as(a)>=t.length)return a;return M[e?M.indexOf(e):0]}function f(t){for(var e=M.indexOf(t)+1,i=M.length;e<i;++e)if(D[M[e]].common)return M[e]}function p(t,e,i,o){var n,a=o.time,r=a.unit||u(a.minUnit,t,e,i),s=f(r),l=x.valueOrDefault(a.stepSize,a.unitStepSize),h="week"===r&&a.isoWeekday,c=o.ticks.major.enabled,p=D[r],g=b(t),m=b(e),v=[];for(l||(l=d(t,e,r,i)),h&&(g=g.isoWeekday(h),m=m.isoWeekday(h)),g=g.startOf(h?"day":r),m=m.startOf(h?"day":r),m<e&&m.add(1,r),n=b(g),c&&s&&!h&&!a.round&&(n.startOf(s),n.add(~~((g-n)/(p.size*l))*l,r));n<m;n.add(l,r))v.push(+n);return v.push(+n),v}function g(t,e,i,o,n){var a,r,l=0,h=0;return n.offset&&e.length&&(n.time.min||(a=e.length>1?e[1]:o,r=e[0],l=(s(t,"time",a,"pos")-s(t,"time",r,"pos"))/2),n.time.max||(a=e[e.length-1],r=e.length>1?e[e.length-2]:i,h=(s(t,"time",a,"pos")-s(t,"time",r,"pos"))/2)),{left:l,right:h}}function m(t,e){var i,o,n,a,r=[];for(i=0,o=t.length;i<o;++i)n=t[i],a=!!e&&n===+b(n).startOf(e),r.push({value:n,major:a});return r}function v(t,e){var i,o,n,a=t.length;for(i=0;i<a;i++){if(o=l(t[i],e),0!==o.millisecond())return"MMM D, YYYY h:mm:ss.SSS a";0===o.second()&&0===o.minute()&&0===o.hour()||(n=!0)}return n?"MMM D, YYYY h:mm:ss a":"MMM D, YYYY"}var b=t(1);b="function"==typeof b?b:window.moment;var y=t(26),x=t(46),w=t(33),_=t(34),k=Number.MIN_SAFE_INTEGER||-9007199254740991,C=Number.MAX_SAFE_INTEGER||9007199254740991,D={millisecond:{common:!0,size:1,steps:[1,2,5,10,20,50,100,250,500]},second:{common:!0,size:1e3,steps:[1,2,5,10,15,30]},minute:{common:!0,size:6e4,steps:[1,2,5,10,15,30]},hour:{common:!0,size:36e5,steps:[1,2,3,6,12]},day:{common:!0,size:864e5,steps:[1,2,5]},week:{common:!1,size:6048e5,steps:[1,2,3,4]},month:{common:!0,size:2628e6,steps:[1,2,3]},quarter:{common:!1,size:7884e6,steps:[1,2,3,4]},year:{common:!0,size:3154e7}},M=Object.keys(D);e.exports=function(){var t={position:"bottom",distribution:"linear",bounds:"data",time:{parser:!1,format:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},e=w.extend({initialize:function(){if(!b)throw new Error("Chart.js - Moment.js could not be found! You must include it before Chart.js to use the time scale. Download at https://momentjs.com");this.mergeTicksOptions(),w.prototype.initialize.call(this)},update:function(){var t=this,e=t.options;return e.time&&e.time.format&&console.warn("options.time.format is deprecated and replaced by options.time.parser."),w.prototype.update.apply(t,arguments)},getRightValue:function(t){return t&&void 0!==t.t&&(t=t.t),w.prototype.getRightValue.call(this,t)},determineDataLimits:function(){var t,e,i,a,r,s,l=this,d=l.chart,u=l.options.time,c=u.unit||"day",f=C,p=k,g=[],m=[],v=[];for(t=0,i=d.data.labels.length;t<i;++t)v.push(h(d.data.labels[t],l));for(t=0,i=(d.data.datasets||[]).length;t<i;++t)if(d.isDatasetVisible(t))if(r=d.data.datasets[t].data,x.isObject(r[0]))for(m[t]=[],e=0,a=r.length;e<a;++e)s=h(r[e],l),g.push(s),m[t][e]=s;else g.push.apply(g,v),m[t]=v.slice(0);else m[t]=[];v.length&&(v=n(v).sort(o),f=Math.min(f,v[0]),p=Math.max(p,v[v.length-1])),g.length&&(g=n(g).sort(o),f=Math.min(f,g[0]),p=Math.max(p,g[g.length-1])),f=h(u.min,l)||f,p=h(u.max,l)||p,f=f===C?+b().startOf(c):f,p=p===k?+b().endOf(c)+1:p,l.min=Math.min(f,p),l.max=Math.max(f+1,p),l._horizontal=l.isHorizontal(),l._table=[],l._timestamps={data:g,datasets:m,labels:v}},buildTicks:function(){var t,e,i,o=this,n=o.min,r=o.max,s=o.options,l=s.time,d=[],u=[];switch(s.ticks.source){case"data":d=o._timestamps.data;break;case"labels":d=o._timestamps.labels;break;case"auto":default:d=p(n,r,o.getLabelCapacity(n),s)}for("ticks"===s.bounds&&d.length&&(n=d[0],r=d[d.length-1]),n=h(l.min,o)||n,r=h(l.max,o)||r,t=0,e=d.length;t<e;++t)(i=d[t])>=n&&i<=r&&u.push(i);return o.min=n,o.max=r,o._unit=l.unit||c(u,l.minUnit,o.min,o.max),o._majorUnit=f(o._unit),o._table=a(o._timestamps.data,n,r,s.distribution),o._offsets=g(o._table,u,n,r,s),o._labelFormat=v(o._timestamps.data,l),m(u,o._majorUnit)},getLabelForIndex:function(t,e){var i=this,o=i.chart.data,n=i.options.time,a=o.labels&&t<o.labels.length?o.labels[t]:"",r=o.datasets[e].data[t];return x.isObject(r)&&(a=i.getRightValue(r)),n.tooltipFormat?l(a,n).format(n.tooltipFormat):"string"==typeof a?a:l(a,n).format(i._labelFormat)},tickFormatFunction:function(t,e,i,o){var n=this,a=n.options,r=t.valueOf(),s=a.time.displayFormats,l=s[n._unit],h=n._majorUnit,d=s[h],u=t.clone().startOf(h).valueOf(),c=a.ticks.major,f=c.enabled&&h&&d&&r===u,p=t.format(o||(f?d:l)),g=f?c:a.ticks.minor,m=x.valueOrDefault(g.callback,g.userCallback);return m?m(p,e,i):p},convertTicksToLabels:function(t){var e,i,o=[];for(e=0,i=t.length;e<i;++e)o.push(this.tickFormatFunction(b(t[e].value),e,t));return o},getPixelForOffset:function(t){var e=this,i=e._horizontal?e.width:e.height,o=e._horizontal?e.left:e.top,n=s(e._table,"time",t,"pos");return o+i*(e._offsets.left+n)/(e._offsets.left+1+e._offsets.right)},getPixelForValue:function(t,e,i){var o=this,n=null;if(void 0!==e&&void 0!==i&&(n=o._timestamps.datasets[i][e]),null===n&&(n=h(t,o)),null!==n)return o.getPixelForOffset(n)},getPixelForTick:function(t){var e=this.getTicks();return t>=0&&t<e.length?this.getPixelForOffset(e[t].value):null},getValueForPixel:function(t){var e=this,i=e._horizontal?e.width:e.height,o=e._horizontal?e.left:e.top,n=(i?(t-o)/i:0)*(e._offsets.left+1+e._offsets.left)-e._offsets.right,a=s(e._table,"pos",n,"time");return b(a)},getLabelWidth:function(t){var e=this,i=e.options.ticks,o=e.ctx.measureText(t).width,n=x.toRadians(i.maxRotation),a=Math.cos(n),r=Math.sin(n);return o*a+x.valueOrDefault(i.fontSize,y.global.defaultFontSize)*r},getLabelCapacity:function(t){var e=this,i=e.options.time.displayFormats.millisecond,o=e.tickFormatFunction(b(t),0,[],i),n=e.getLabelWidth(o),a=e.isHorizontal()?e.width:e.height,r=Math.floor(a/n);return r>0?r:1}});_.registerScaleType("time",e,t)}},{1:1,26:26,33:33,34:34,46:46}]},{},[7])(7)}),function(t,e){"function"==typeof define&&define.amd?define([],function(){return t.SignaturePad=e()}):"object"==typeof exports?module.exports=e():t.SignaturePad=e()}(this,function(){return function(t){"use strict";var e=function(t,e){var i=this,o=e||{};this.velocityFilterWeight=o.velocityFilterWeight||.7,this.minWidth=o.minWidth||.5,this.maxWidth=o.maxWidth||2.5,this.dotSize=o.dotSize||function(){return(this.minWidth+this.maxWidth)/2},this.penColor=o.penColor||"black",this.backgroundColor=o.backgroundColor||"rgba(0,0,0,0)",this.onEnd=o.onEnd,this.onBegin=o.onBegin,this._canvas=t,this._ctx=t.getContext("2d"),this.clear(),this._handleMouseDown=function(t){1===t.which&&(i._mouseButtonDown=!0,i._strokeBegin(t))},this._handleMouseMove=function(t){i._mouseButtonDown&&i._strokeUpdate(t)},this._handleMouseUp=function(t){1===t.which&&i._mouseButtonDown&&(i._mouseButtonDown=!1,i._strokeEnd(t))},this._handleTouchStart=function(t){if(1==t.targetTouches.length){var e=t.changedTouches[0];i._strokeBegin(e)}},this._handleTouchMove=function(t){t.preventDefault();var e=t.targetTouches[0];i._strokeUpdate(e)},this._handleTouchEnd=function(t){t.target===i._canvas&&(t.preventDefault(),i._strokeEnd(t))},this._handleMouseEvents(),this._handleTouchEvents()};e.prototype.clear=function(){var t=this._ctx,e=this._canvas;t.fillStyle=this.backgroundColor,t.clearRect(0,0,e.width,e.height),t.fillRect(0,0,e.width,e.height),this._reset()},e.prototype.toDataURL=function(t,e){var i=this._canvas;return i.toDataURL.apply(i,arguments)},e.prototype.fromDataURL=function(t){var e=this,i=new Image,o=window.devicePixelRatio||1,n=this._canvas.width/o,a=this._canvas.height/o;this._reset(),i.src=t,i.onload=function(){e._ctx.drawImage(i,0,0,n,a)},this._isEmpty=!1},e.prototype._strokeUpdate=function(t){var e=this._createPoint(t);this._addPoint(e)},e.prototype._strokeBegin=function(t){this._reset(),this._strokeUpdate(t),"function"==typeof this.onBegin&&this.onBegin(t)},e.prototype._strokeDraw=function(t){var e=this._ctx,i="function"==typeof this.dotSize?this.dotSize():this.dotSize;e.beginPath(),this._drawPoint(t.x,t.y,i),e.closePath(),e.fill()},e.prototype._strokeEnd=function(t){var e=this.points.length>2,i=this.points[0];!e&&i&&this._strokeDraw(i),"function"==typeof this.onEnd&&this.onEnd(t)},e.prototype._handleMouseEvents=function(){this._mouseButtonDown=!1,this._canvas.addEventListener("mousedown",this._handleMouseDown),this._canvas.addEventListener("mousemove",this._handleMouseMove),t.addEventListener("mouseup",this._handleMouseUp)},e.prototype._handleTouchEvents=function(){this._canvas.style.msTouchAction="none",this._canvas.style.touchAction="none",this._canvas.addEventListener("touchstart",this._handleTouchStart),this._canvas.addEventListener("touchmove",this._handleTouchMove),this._canvas.addEventListener("touchend",this._handleTouchEnd)},e.prototype.on=function(){this._handleMouseEvents(),this._handleTouchEvents()},e.prototype.off=function(){this._canvas.removeEventListener("mousedown",this._handleMouseDown),this._canvas.removeEventListener("mousemove",this._handleMouseMove),t.removeEventListener("mouseup",this._handleMouseUp),this._canvas.removeEventListener("touchstart",this._handleTouchStart),this._canvas.removeEventListener("touchmove",this._handleTouchMove),this._canvas.removeEventListener("touchend",this._handleTouchEnd)},e.prototype.isEmpty=function(){return this._isEmpty},e.prototype._reset=function(){this.points=[],this._lastVelocity=0,this._lastWidth=(this.minWidth+this.maxWidth)/2,this._isEmpty=!0,this._ctx.fillStyle=this.penColor},e.prototype._createPoint=function(t){var e=this._canvas.getBoundingClientRect();return new i(t.clientX-e.left,t.clientY-e.top)},e.prototype._addPoint=function(t){var e,i,n,a,r=this.points;r.push(t),r.length>2&&(3===r.length&&r.unshift(r[0]),a=this._calculateCurveControlPoints(r[0],r[1],r[2]),e=a.c2,a=this._calculateCurveControlPoints(r[1],r[2],r[3]),i=a.c1,n=new o(r[1],e,i,r[2]),this._addCurve(n),r.shift())},e.prototype._calculateCurveControlPoints=function(t,e,o){var n=t.x-e.x,a=t.y-e.y,r=e.x-o.x,s=e.y-o.y,l={x:(t.x+e.x)/2,y:(t.y+e.y)/2},h={x:(e.x+o.x)/2,y:(e.y+o.y)/2},d=Math.sqrt(n*n+a*a),u=Math.sqrt(r*r+s*s),c=l.x-h.x,f=l.y-h.y,p=u/(d+u),g={x:h.x+c*p,y:h.y+f*p},m=e.x-g.x,v=e.y-g.y;return{c1:new i(l.x+m,l.y+v),c2:new i(h.x+m,h.y+v)}},e.prototype._addCurve=function(t){var e,i,o=t.startPoint,n=t.endPoint;e=n.velocityFrom(o),e=this.velocityFilterWeight*e+(1-this.velocityFilterWeight)*this._lastVelocity,i=this._strokeWidth(e),this._drawCurve(t,this._lastWidth,i),this._lastVelocity=e,this._lastWidth=i},e.prototype._drawPoint=function(t,e,i){var o=this._ctx;o.moveTo(t,e),o.arc(t,e,i,0,2*Math.PI,!1),this._isEmpty=!1},e.prototype._drawCurve=function(t,e,i){var o,n,a,r,s,l,h,d,u,c,f,p=this._ctx,g=i-e;for(o=Math.floor(t.length()),p.beginPath(),a=0;a<o;a++)r=a/o,s=r*r,l=s*r,h=1-r,d=h*h,u=d*h,c=u*t.startPoint.x,c+=3*d*r*t.control1.x,c+=3*h*s*t.control2.x,c+=l*t.endPoint.x,f=u*t.startPoint.y,f+=3*d*r*t.control1.y,f+=3*h*s*t.control2.y,f+=l*t.endPoint.y,n=e+l*g,this._drawPoint(c,f,n);p.closePath(),p.fill()},e.prototype._strokeWidth=function(t){return Math.max(this.maxWidth/(t+1),this.minWidth)};var i=function(t,e,i){this.x=t,this.y=e,this.time=i||(new Date).getTime()};i.prototype.velocityFrom=function(t){return this.time!==t.time?this.distanceTo(t)/(this.time-t.time):1},i.prototype.distanceTo=function(t){return Math.sqrt(Math.pow(this.x-t.x,2)+Math.pow(this.y-t.y,2))};var o=function(t,e,i,o){this.startPoint=t,this.control1=e,this.control2=i,this.endPoint=o};return o.prototype.length=function(){var t,e,i,o,n,a,r,s,l=0;for(t=0;t<=10;t++)e=t/10,i=this._point(e,this.startPoint.x,this.control1.x,this.control2.x,this.endPoint.x),o=this._point(e,this.startPoint.y,this.control1.y,this.control2.y,this.endPoint.y),t>0&&(r=i-n,s=o-a,l+=Math.sqrt(r*r+s*s)),n=i,a=o;return l},o.prototype._point=function(t,e,i,o,n){return e*(1-t)*(1-t)*(1-t)+3*i*(1-t)*(1-t)*t+3*o*(1-t)*t*t+n*t*t*t},e}(document)});
|