@progress/kendo-vue-charts 4.1.1 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("vue"),require("@progress/kendo-vue-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-vue-intl","@progress/kendo-drawing","@progress/kendo-licensing"],e):"object"==typeof exports?exports.KendoVueCharts=e(require("vue"),require("@progress/kendo-vue-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):t.KendoVueCharts=e(t.Vue,t.KendoVueIntl,t.KendoDrawing,t.KendoLicensing)}(self,(function(t,e,r,o){return(()=>{"use strict";var i={8287:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.BaseChartVue2=e.BaseChart=void 0;var a,s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),l=s.h,u=s.version&&"3"===s.version[0],c=r(5725),p=r(4899),h=r(9680),f=r(5320),d=r(1765),v=r(5501),g=r(4740),y=r(349),m=(a=r(3377))&&a.__esModule?a:{default:a},b=r(9270),x=r(5320);r(7125);var _=r(6123),C=r(7822),w=r(9680),O=r(169),S={name:"KendoBaseChart",props:{deriveOptionsFromParent:{type:Function,default:void 0},chartConstructor:{type:[Object,Function],default:function(){}},className:String,chartStyle:Object,wrapper:String,getTarget:{type:Function,default:void 0},dataItems:{type:Array,default:function(){}},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}},allListeners:{type:Object,default:void 0}},inject:{kendoIntlService:{default:null}},provide:function(){return{optionsState:this.optionsState,dispatchOptions:this.dispatchOptions,observersState:this.observersState,dispatchObservers:this.dispatchObservers,childrenObserver:this.childrenObserver,chartRefresh:this.refresh}},created:function(){this.chartInstance=null,this.element=null,this.suppressTransitions=!1,(0,w.validatePackage)(O.packageMetadata),this.showLicenseWatermark=(0,w.shouldShowValidationUI)(O.packageMetadata),this.themeStore=(0,m.default)(b.themeReducer),this.chartObserver=new p.InstanceObserver(this,{render:"onRender",legendItemClick:"onLegendItemClick"})},data:function(){return{optionsState:{},observersState:[],childrenObserver:new p.InstanceObserver(this,{onMouseLeave:"onChildMouseLeave"}),showLicenseWatermark:!1}},mounted:function(){this.element=(0,h.getRef)(this,"element"),(0,y.loadTheme)(this.themeStore,this.instantiateCoreChart),window.addEventListener("resize",this.onWindowResize)},destroyed:u?void 0:function(){this.onDestroyed()},unmounted:function(){this.onDestroyed()},updated:function(){if(null!==this.chartInstance){var t=(0,c.provideIntlService)(this),e=this.chartInstance.chartService;t.locale!==e._intlService.locale&&(this.chartInstance.chartService._intlService=t,this.chartInstance.chartService.format._intlService=t,this.chartInstance.noTransitionsRedraw()),this.refresh()}},setup:u?function(){return{v3:!!u}}:void 0,render:function(t){var e=l||t,r=(0,h.getDefaultSlots)(this),i=this.$props,n=i.chartStyle,a=void 0===n?{}:n,s=i.className,u=i.wrapper,c=Object.assign({},a,{position:"relative"}),p=this.showLicenseWatermark?e(w.WatermarkOverlay):null;return e(u,{style:c,class:s,key:"chartElement"},[e(_.SeriesTooltip,{key:"seriesTooltip"}),e(C.CrosshairContainer,{key:"crosshairTooltips",optionsState:o({},this.optionsState),attrs:this.v3?void 0:{optionsState:o({},this.optionsState)}}),function(){return e("div",{onMouseleave:this.onChartMouseLeave,on:this.v3?void 0:{mouseleave:this.onChartMouseLeave},ref:(0,h.setRef)(this,"element"),class:"k-chart-surface"},[r,p])}.call(this)])},methods:{dispatchOptions:function(t){(0,b.optionsReducer)(this.optionsState,t)},dispatchObservers:function(t){this.observersState=(0,b.observersReducer)(this.observersState,t)},onDestroyed:function(){null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},getDirection:function(t){return void 0!==t?"rtl"===t:(0,h.isRtl)(this.element)},getChartOptions:function(){var t=this.$props,e=t.renderAs,r=t.pannable,o=t.zoomable,i=t.paneDefaults,n=t.panes,a=t.transitions,s=t.seriesColors,l=t.seriesDefaults,u=t.axisDefaults,c=t.deriveOptionsFromParent,p={};return void 0!==e&&(p.renderAs=e),void 0!==r&&(p.pannable=r),void 0!==o&&(p.zoomable=o),void 0!==i&&(p.paneDefaults=i),void 0!==n&&(p.panes=n),void 0!==a&&(p.transitions=a),void 0!==s&&(p.seriesColors=s),void 0!==l&&(p.seriesDefaults=l),void 0!==u&&(p.axisDefaults=u),p=Object.assign(p,this.optionsState),c&&(p=c(p)),p},refresh:function(){if(null!==this.chartInstance){var t=this.themeStore.getState(),e=this.getChartOptions(),r=e.transitions;this.suppressTransitions&&(e.transitions=!1),h.hasListener.call(this,"refresh")?this.trigger("refresh",{chartOptions:e,themeOptions:t,chartInstance:this.chartInstance}):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=r,this.suppressTransitions=!1)}},instantiateCoreChart:function(){var t=this.$props,e=t.dir,r=t.chartConstructor,o=this.getChartOptions(),i=null;this.element&&(i=this.element.lastElementChild)&&this.element.removeChild(i),this.chartInstance=new r(this.element,o,this.themeStore.getState(),{rtl:this.getDirection(e),intlService:(0,c.provideIntlService)(this),observer:this.chartObserver,sender:this}),this.element&&i&&this.element.appendChild(i)},trigger:function(t,e){for(var r=this.$props.getTarget(),o=(0,v.create)(t,e,r),i=this.observersState,n=!1,a=0;a<i.length;a++)i[a].trigger(t,e)&&(n=!0);return!1===n&&o?(this.$emit("basechartevent",t.toLowerCase(),o),o.isDefaultPrevented&&o.isDefaultPrevented()):n},triggerDomEvent:function(t,e){for(var r=this.observersState,o=!1,i=0;i<r.length;i++)r[i].trigger(t,e)&&(o=!0);return o},onRender:function(t){null!==this.chartInstance&&(this.surface=t.sender.surface,this.trigger("render",t))},hasListener:function(t){return!!this.$props.allListeners&&Object.keys(this.$props.allListeners).some((function(e){return-1!==e.toLowerCase().indexOf(t.toLowerCase())}))},onLegendItemClick:function(t){if(null!==this.chartInstance)if(this.hasListener("legendItemClick"))this.trigger("legendItemClick",t);else{var e=this.optionsState.series;if(!e)return;var r={},o=t.seriesIndex,i=t.pointIndex,n=e[o];if(void 0===i)r=Object.assign({},n,{visible:(0,x.toggle)(n.visible)});else{var a=n.pointVisibility=n.pointVisibility||[];a[i]=(0,x.toggle)(a[i]),r=Object.assign({},n)}this.dispatchOptions({chartCollectionIdxKey:"series_".concat(o),payload:r}),this.suppressTransitions=!0,this.refresh()}},onWindowResize:function(){null!==this.chartInstance&&this.chartInstance.resize()},onChartMouseLeave:function(t){var e=(0,g.toDomEvent)(this,t);this.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==this.chartInstance&&this.chartInstance.hideElements()},onChildMouseLeave:function(t){var e=t.event;return this.chartInstance&&!(0,f.hasParent)(e.relatedTarget,this.element)&&this.chartInstance.hideElements(),!1},requiresHandlers:function(t){for(var e=0;e<t.length;e++){var r=t[e];if(this.hasListener(r))return!0}return!1}}};e.BaseChartVue2=S;var P=S;e.BaseChart=P,p.DomEventsBuilder.register(d.DomEventsBuilder)},4877:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartVue2=e.Chart=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8287)),u=r(5091),c=r(4899),p=r(9680),h={name:"KendoChart",props:{donutCenterRender:[String,Function,Object],dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=(0,p.getRef)(this,"baseChart")},mounted:function(){this.baseChart=(0,p.getRef)(this,"baseChart")},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=a||t,o=(0,p.getDefaultSlots)(this),i=this.$props,n=i.donutCenterRender,s=i.dir,h=i.renderAs,f=i.pannable,d=i.zoomable,v=i.seriesColors,g=i.transitions,y=i.paneDefaults,m=i.panes,b=i.seriesDefaults,x=i.axisDefaults,_=n?p.templateRendering.call(this,n,p.getListeners.call(this)):null;return r(l.BaseChart,{dir:s,attrs:this.v3?void 0:{dir:s,renderAs:h,pannable:f,zoomable:d,seriesColors:v,transitions:g,paneDefaults:y,panes:m,seriesDefaults:b,axisDefaults:x,chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",allListeners:p.getListeners.call(this)},renderAs:h,pannable:f,zoomable:d,seriesColors:v,transitions:g,paneDefaults:y,panes:m,seriesDefaults:b,axisDefaults:x,ref:(0,p.setRef)(this,"baseChart"),chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",class:(0,p.classNames)("k-chart k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents},allListeners:p.getListeners.call(this)},this.v3?function(){return[o,r(u.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})]}:[o,r(u.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})])}};e.ChartVue2=h;var f=h;e.Chart=f},5091:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.DonutCenterVue2=e.DonutCenter=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(4899)),u=r(9680),c={name:"KendoDonutCenter",props:{render:[String,Function,Object]},data:function(){return{donutCenterStyles:null}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.dispatchObservers({type:"add",payload:new l.InstanceObserver(this,{render:"onRender"})})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=this.$props.render,o=e("span"),i=u.getTemplate.call(this,{h:e,template:r,defaultRendering:null});return r&&this.donutCenterStyles&&(o=e("div",{class:"k-chart-donut-center",style:this.donutCenterStyles},[i])),o},methods:{onRender:function(t){var e=this.optionsState.series,r=Array.isArray(e)?e[0]:null,o=t.sender._plotArea.charts;if(r&&"donut"===r.type&&0!==o[0].points.length){var i=o[0].points[0].sector,n=i.innerRadius,a=i.center.y-n,s=i.center.x-n,l=2*n;this.donutCenterStyles={height:l+"px",left:s+"px",top:a+"px",width:l+"px"}}}}};e.DonutCenterVue2=c;var p=c;e.DonutCenter=p},5469:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.SparklineVue2=e.Sparkline=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8287)),u=r(4899),c=r(9680),p={name:"KendoSparkline",props:{dataItems:{type:Array,default:function(){}},type:String,dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},mounted:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=this.$props,r=e.type,o=e.dataItems,i=Object.assign({},t,{type:r,data:o});return u.Sparkline.normalizeOptions(i)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,c.getDefaultSlots)(this),o=this.$props,i=o.dataItems,n=o.dir,s=o.renderAs,p=o.pannable,h=o.zoomable,f=o.seriesColors,d=o.transitions,v=o.paneDefaults,g=o.panes,y=o.seriesDefaults,m=o.axisDefaults;return e(l.BaseChart,{dataItems:i,attrs:this.v3?void 0:{dataItems:i,dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,chartConstructor:u.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,ref:(0,c.setRef)(this,"baseChart"),chartConstructor:u.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,class:(0,c.classNames)("k-sparkline k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents}},this.v3?function(){return[r]}:[r])}};e.SparklineVue2=p;var h=p;e.Sparkline=h},6636:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue2=e.StockChart=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8287)),u=r(4899),c=r(9680),p={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},h={name:"KendoStockChart",props:{partialRedraw:{type:Boolean,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},mounted:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=Object.assign({},t.navigator||{},p);return Object.assign({},t,{navigator:e})},onRefresh:function(t,e,r){this.$props.partialRedraw?(r.applyOptions(t),r.bindCategories(),r.navigator.redrawSlaves()):r.setOptions(t,e)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,c.getDefaultSlots)(this),o=this.$props,i=o.partialRedraw,n=o.dir,s=o.renderAs,p=o.pannable,h=o.zoomable,f=o.seriesColors,d=o.transitions,v=o.paneDefaults,g=o.panes,y=o.seriesDefaults,m=o.axisDefaults;return e(l.BaseChart,{partialRedraw:i,attrs:this.v3?void 0:{partialRedraw:i,dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,chartConstructor:u.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,ref:(0,c.setRef)(this,"baseChart"),chartConstructor:u.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,on:this.v3?void 0:{refresh:this.onRefresh,basechartevent:this.handleBaseChartEvents},class:(0,c.classNames)("k-stockchart k-widget"),onBasechartevent:this.handleBaseChartEvents},this.v3?function(){return[r]}:[r])}};e.StockChartVue2=h;var f=h;e.StockChart=f},4082:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},8011:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},5264:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=e.ZoomEvent=e.ZoomEndEvent=e.SeriesHoverEvent=e.SeriesClickEvent=e.SelectStartEvent=e.SelectEvent=e.SelectEndEvent=e.RenderEvent=e.PlotAreaHoverEvent=e.PlotAreaClickEvent=e.NoteHoverEvent=e.NoteClickEvent=e.NavigatorFilterEvent=e.LegendItemHoverEvent=e.LegendItemClickEvent=e.DragStartEvent=e.DragEvent=e.DragEndEvent=e.AxisLabelClickEvent=void 0;var o=r(4276);Object.defineProperty(e,"AxisLabelClickEvent",{enumerable:!0,get:function(){return o.AxisLabelClickEvent}});var i=r(6377);Object.defineProperty(e,"DragEndEvent",{enumerable:!0,get:function(){return i.DragEndEvent}});var n=r(6776);Object.defineProperty(e,"DragEvent",{enumerable:!0,get:function(){return n.DragEvent}});var a=r(4316);Object.defineProperty(e,"DragStartEvent",{enumerable:!0,get:function(){return a.DragStartEvent}});var s=r(7475);Object.defineProperty(e,"LegendItemClickEvent",{enumerable:!0,get:function(){return s.LegendItemClickEvent}});var l=r(4438);Object.defineProperty(e,"LegendItemHoverEvent",{enumerable:!0,get:function(){return l.LegendItemHoverEvent}});var u=r(1313);Object.defineProperty(e,"NavigatorFilterEvent",{enumerable:!0,get:function(){return u.NavigatorFilterEvent}});var c=r(8059);Object.defineProperty(e,"NoteClickEvent",{enumerable:!0,get:function(){return c.NoteClickEvent}});var p=r(6053);Object.defineProperty(e,"NoteHoverEvent",{enumerable:!0,get:function(){return p.NoteHoverEvent}});var h=r(909);Object.defineProperty(e,"PlotAreaClickEvent",{enumerable:!0,get:function(){return h.PlotAreaClickEvent}});var f=r(6842);Object.defineProperty(e,"PlotAreaHoverEvent",{enumerable:!0,get:function(){return f.PlotAreaHoverEvent}});var d=r(2876);Object.defineProperty(e,"RenderEvent",{enumerable:!0,get:function(){return d.RenderEvent}});var v=r(3618);Object.defineProperty(e,"SelectEndEvent",{enumerable:!0,get:function(){return v.SelectEndEvent}});var g=r(3314);Object.defineProperty(e,"SelectEvent",{enumerable:!0,get:function(){return g.SelectEvent}});var y=r(2965);Object.defineProperty(e,"SelectStartEvent",{enumerable:!0,get:function(){return y.SelectStartEvent}});var m=r(6914);Object.defineProperty(e,"SeriesClickEvent",{enumerable:!0,get:function(){return m.SeriesClickEvent}});var b=r(1867);Object.defineProperty(e,"SeriesHoverEvent",{enumerable:!0,get:function(){return b.SeriesHoverEvent}});var x=r(7235);Object.defineProperty(e,"ZoomEndEvent",{enumerable:!0,get:function(){return x.ZoomEndEvent}});var _=r(6412);Object.defineProperty(e,"ZoomEvent",{enumerable:!0,get:function(){return _.ZoomEvent}});var C=r(8597);Object.defineProperty(e,"ZoomStartEvent",{enumerable:!0,get:function(){return C.ZoomStartEvent}})},2750:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsVue2=e.ChartAxisDefaults=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaults",props:{background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:void 0},startAngle:{type:Number,default:void 0},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"axisDefaults"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"axisDefaults"}},[r])}};e.ChartAxisDefaultsVue2=p;var h=p;e.ChartAxisDefaults=h},5913:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisVue2=e.ChartCategoryAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartCategoryAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"categoryAxis",attrs:this.v3?void 0:{chartKey:"categoryAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartCategoryAxisVue2=c;var p=c;e.ChartCategoryAxis=p},2055:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisItemVue2=e.ChartCategoryAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisItem",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:function(){}},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:[Array,Object],default:function(){}},color:{type:String,default:function(){}},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:function(){}},maxDivisions:{type:Number,default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:void 0},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:function(){}},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartCategoryAxisItemVue2=p;var h=p;e.ChartCategoryAxisItem=h},6283:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAreaVue2=e.ChartArea=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},width:{type:Number,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"chartArea"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"chartArea"}},[r])}};e.ChartAreaVue2=p;var h=p;e.ChartArea=h},8143:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendVue2=e.ChartLegend=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegend",props:{align:{type:String,default:function(){},validator:function(t){return["start","center","end"].includes(t)}},background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},labels:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},offsetX:{type:Number,default:void 0},offsetY:{type:Number,default:void 0},orientation:{type:String,default:function(){},validator:function(t){return["vertical","horizontal"].includes(t)}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right","custom"].includes(t)}},reverse:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0},width:{type:Number,default:void 0},inactiveItems:{type:Object,default:function(){}},item:{type:Object,default:function(){}},spacing:{type:Number,default:void 0},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"legend"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"legend"}},[r])}};e.ChartLegendVue2=p;var h=p;e.ChartLegend=h},5635:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorVue2=e.ChartNavigator=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigator",props:{visible:{type:Boolean,default:!0},categoryAxis:{type:Object,default:function(){}},hint:{type:Object,default:function(){}},pane:{type:Object,default:function(){}},select:{type:Object,default:function(){}},series:{type:[Object,Array],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"navigator"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"navigator"}},[r])}};e.ChartNavigatorVue2=p;var h=p;e.ChartNavigator=h},4077:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneVue2=e.ChartPane=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartPaneVue2=p;var h=p;e.ChartPane=h},5711:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsVue2=e.ChartPaneDefaults=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPaneDefaults",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"paneDefaults"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"paneDefaults"}},[r])}};e.ChartPaneDefaultsVue2=p;var h=p;e.ChartPaneDefaults=h},714:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPanesVue2=e.ChartPanes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartPanes",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"panes",attrs:this.v3?void 0:{chartKey:"panes"}},this.v3?function(){return[r]}:[r])}};e.ChartPanesVue2=c;var p=c;e.ChartPanes=p},6859:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPlotAreaVue2=e.ChartPlotArea=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPlotArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},padding:{type:[Object,Number],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"plotArea"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"plotArea"}},[r])}};e.ChartPlotAreaVue2=p;var h=p;e.ChartPlotArea=h},5197:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesVue2=e.ChartSeries=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartSeries",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series"}},this.v3?function(){return[r]}:[r])}};e.ChartSeriesVue2=c;var p=c;e.ChartSeries=p},9210:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsVue2=e.ChartSeriesDefaults=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaults",props:{border:{type:Object,default:function(){}},gap:Number,overlay:{type:Object,default:function(){}},spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},visual:{type:Function,default:void 0},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"seriesDefaults"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"seriesDefaults"}},[r])}};e.ChartSeriesDefaultsVue2=p;var h=p;e.ChartSeriesDefaults=h},485:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemVue2=e.ChartSeriesItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.reactive,r(7098)),u=r(9680),c=r(5320),p={name:"KendoChartSeriesItem",props:{autoFit:Boolean,aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,for:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","pyramid","linearTrendline","movingAverageTrendline","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},inject:{chartRefresh:{default:u.noop}},watch:{dataItems:{handler:function(){this.chartRefresh()},deep:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartSeriesItemVue2=p;var h=p;e.ChartSeriesItem=h},9634:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTitleVue2=e.ChartTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartTitle",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},color:{type:String,default:void 0},font:{type:String,default:void 0},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:{type:String,default:void 0},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartTitleVue2=p;var h=p;e.ChartTitle=h},4331:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTooltipVue2=e.ChartTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartTooltip",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},padding:{type:[Object,Number],default:function(){}},color:{type:String,default:void 0},render:[String,Function,Object],font:{type:String,default:void 0},format:{type:String,default:void 0},opacity:{type:Number,default:void 0},shared:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartTooltipVue2=h;var f=h;e.ChartTooltip=f},1414:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisVue2=e.ChartValueAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartValueAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"valueAxis",attrs:this.v3?void 0:{chartKey:"valueAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartValueAxisVue2=c;var p=c;e.ChartValueAxis=p},5147:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisItemVue2=e.ChartValueAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartValueAxisItemVue2=p;var h=p;e.ChartValueAxisItem=h},3479:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisVue2=e.ChartXAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartXAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"xAxis",attrs:this.v3?void 0:{chartKey:"xAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartXAxisVue2=c;var p=c;e.ChartXAxis=p},8732:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisItemVue2=e.ChartXAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},startAngle:{type:Number,default:void 0},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartXAxisItemVue2=p;var h=p;e.ChartXAxisItem=h},6988:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisVue2=e.ChartYAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartYAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"yAxis",attrs:this.v3?void 0:{chartKey:"yAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartYAxisVue2=c;var p=c;e.ChartYAxis=p},2587:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisItemVue2=e.ChartYAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartYAxisItemVue2=p;var h=p;e.ChartYAxisItem=h},1426:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue2=e.ChartZoomable=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:function(){}},selection:{type:[Boolean,Object],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"zoomable"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"zoomable"}},[r])}};e.ChartZoomableVue2=p;var h=p;e.ChartZoomable=h},4872:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairVue2=e.ChartAxisDefaultsCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartAxisDefaultsCrosshairVue2=p;var h=p;e.ChartAxisDefaultsCrosshair=h},7193:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue2=e.ChartAxisDefaultsCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartAxisDefaultsCrosshairTooltipVue2=p;var h=p;e.ChartAxisDefaultsCrosshairTooltip=h},9468:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsLabelsVue2=e.ChartAxisDefaultsLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsLabels",props:{content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:Boolean,padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartAxisDefaultsLabelsVue2=p;var h=p;e.ChartAxisDefaultsLabels=h},5917:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsTitleVue2=e.ChartAxisDefaultsTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartAxisDefaultsTitleVue2=p;var h=p;e.ChartAxisDefaultsTitle=h},7578:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue2=e.ChartAxisDefaultsCrosshairTooltip=e.ChartAxisDefaultsCrosshairVue2=e.ChartAxisDefaultsCrosshair=e.ChartAxisDefaultsLabelsVue2=e.ChartAxisDefaultsLabels=e.ChartAxisDefaultsTitleVue2=e.ChartAxisDefaultsTitle=void 0;var o=r(5917);Object.defineProperty(e,"ChartAxisDefaultsTitle",{enumerable:!0,get:function(){return o.ChartAxisDefaultsTitle}}),Object.defineProperty(e,"ChartAxisDefaultsTitleVue2",{enumerable:!0,get:function(){return o.ChartAxisDefaultsTitleVue2}});var i=r(9468);Object.defineProperty(e,"ChartAxisDefaultsLabels",{enumerable:!0,get:function(){return i.ChartAxisDefaultsLabels}}),Object.defineProperty(e,"ChartAxisDefaultsLabelsVue2",{enumerable:!0,get:function(){return i.ChartAxisDefaultsLabelsVue2}});var n=r(4872);Object.defineProperty(e,"ChartAxisDefaultsCrosshair",{enumerable:!0,get:function(){return n.ChartAxisDefaultsCrosshair}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairVue2",{enumerable:!0,get:function(){return n.ChartAxisDefaultsCrosshairVue2}});var a=r(7193);Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltip",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltip}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltipVue2",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltipVue2}})},694:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.CollectionConfigurationVue2=e.CollectionConfiguration=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(9680)),u={name:"KendoCollectionConfiguration",props:{chartKey:String,parentKey:String,parentStore:Object},provide:function(){return{childOption:!1,chartCollection:this.$props.chartKey,parentKey:this.$props.parentKey,child:this.child,addChild:this.addChild,removeChild:this.removeChild}},inject:{dispatchOptions:{default:null},observersStore:{default:null},childrenObserver:{default:null}},created:function(){(0,this.dispatchOptions)({chartKey:this.$props.chartKey,payload:[]})},data:function(){return{child:{collection:[]}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){return(a||t)("div",[(0,l.getDefaultSlots)(this)," "])},methods:{addChild:function(t){this.child.collection.push(t)},removeChild:function(t){var e=this.child.collection.findIndex((function(e){return e.uid===t.uid}));this.child.collection.splice(e,1)}}};e.CollectionConfigurationVue2=u;var c=u;e.CollectionConfiguration=c},7098:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ConfigurationVue2=e.Configuration=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=(a.ref,r(9680)),c={name:"KendoConfiguration",props:{chartKey:String,config:{type:Object,default:function(){return{}}}},data:function(){return{childState:{},index:null}},provide:function(){return{addChild:this.addChildOption,removeChild:this.removeChildOption,childOption:!0}},inject:{childOption:{default:null},addChild:{default:u.noop},removeChild:{default:u.noop},child:{default:{}},parentKey:{default:null},chartCollection:{default:null},dispatchOptions:{default:null},childrenObserver:{default:null}},created:function(){this.currentIndex=void 0,this.uid=(0,u.guid)(),this.addChild&&this.addChild({chartKey:this.$props.chartKey,payload:Object.assign({},this.$props.config),uid:this.uid})},mounted:function(){this.dispatch()},watch:{config:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&this.dispatch()}},destroyed:l?void 0:function(){this.onDestroyed()},unmounted:function(){this.onDestroyed()},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){return(s||t)("div",[(0,u.getDefaultSlots)(this)])},methods:{onDestroyed:function(){if(this.removeChild){this.removeChild({uid:this.uid});var t=this.$props,e=t.chartKey,r=t.parentStore;t.config,(r||this.dispatchOptions)({chartKey:e,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_",uid:this.uid})}},addChildOption:function(t){var e;this.childState=o(o({},this.childState),((e={})[t.chartKey]=t.payload,e)),this.dispatch()},removeChildOption:function(){this.childState={}},dispatch:function(){var t=this,e=this.$props,r=e.chartKey,o=e.parentStore,i=e.config,n=o||this.dispatchOptions;this.childOption?this.addChild({chartKey:r,payload:Object.assign({},i,this.childState)}):this.chartCollection?(this.currentIndex=this.child.collection.findIndex((function(e){return e.uid===t.uid})),n({chartKey:r,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_"+this.currentIndex,payload:Object.assign({},i,{uid:this.uid},this.childState)})):n({chartKey:r,payload:Object.assign({},i,this.childState)})}}};e.ConfigurationVue2=c;var p=c;e.Configuration=p},7971:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairVue2=e.ChartCategoryAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartCategoryAxisCrosshairVue2=p;var h=p;e.ChartCategoryAxisCrosshair=h},6467:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairTooltipVue2=e.ChartCategoryAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartCategoryAxisCrosshairTooltipVue2=p;var h=p;e.ChartCategoryAxisCrosshairTooltip=h},5039:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisLabelsVue2=e.ChartCategoryAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartCategoryAxisLabelsVue2=p;var h=p;e.ChartCategoryAxisLabels=h},9702:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesVue2=e.ChartCategoryAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartCategoryAxisNotesVue2=p;var h=p;e.ChartCategoryAxisNotes=h},6156:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesIconVue2=e.ChartCategoryAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartCategoryAxisNotesIconVue2=p;var h=p;e.ChartCategoryAxisNotesIcon=h},1552:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesLabelVue2=e.ChartCategoryAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartCategoryAxisNotesLabelVue2=p;var h=p;e.ChartCategoryAxisNotesLabel=h},777:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue2=e.ChartCategoryAxisRangeLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisRangeLabels",props:{position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},skip:Number,step:Number,visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"rangeLabels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"rangeLabels"}},[r])}};e.ChartCategoryAxisRangeLabelsVue2=p;var h=p;e.ChartCategoryAxisRangeLabels=h},6322:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisSelectVue2=e.ChartCategoryAxisSelect=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"select"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"select"}},[r])}};e.ChartCategoryAxisSelectVue2=p;var h=p;e.ChartCategoryAxisSelect=h},7231:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisTitleVue2=e.ChartCategoryAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartCategoryAxisTitleVue2=p;var h=p;e.ChartCategoryAxisTitle=h},8631:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue2=e.ChartCategoryAxisRangeLabels=e.ChartCategoryAxisNotesLabelVue2=e.ChartCategoryAxisNotesLabel=e.ChartCategoryAxisNotesIconVue2=e.ChartCategoryAxisNotesIcon=e.ChartCategoryAxisNotesVue2=e.ChartCategoryAxisNotes=e.ChartCategoryAxisLabelsVue2=e.ChartCategoryAxisLabels=e.ChartCategoryAxisTitleVue2=e.ChartCategoryAxisTitle=e.ChartCategoryAxisSelectVue2=e.ChartCategoryAxisSelect=e.ChartCategoryAxisCrosshairTooltipVue2=e.ChartCategoryAxisCrosshairTooltip=e.ChartCategoryAxisCrosshairVue2=e.ChartCategoryAxisCrosshair=void 0;var o=r(7971);Object.defineProperty(e,"ChartCategoryAxisCrosshair",{enumerable:!0,get:function(){return o.ChartCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartCategoryAxisCrosshairVue2}});var i=r(6467);Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairTooltipVue2}});var n=r(6322);Object.defineProperty(e,"ChartCategoryAxisSelect",{enumerable:!0,get:function(){return n.ChartCategoryAxisSelect}}),Object.defineProperty(e,"ChartCategoryAxisSelectVue2",{enumerable:!0,get:function(){return n.ChartCategoryAxisSelectVue2}});var a=r(7231);Object.defineProperty(e,"ChartCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitle}}),Object.defineProperty(e,"ChartCategoryAxisTitleVue2",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitleVue2}});var s=r(5039);Object.defineProperty(e,"ChartCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabels}}),Object.defineProperty(e,"ChartCategoryAxisLabelsVue2",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabelsVue2}});var l=r(9702);Object.defineProperty(e,"ChartCategoryAxisNotes",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotes}}),Object.defineProperty(e,"ChartCategoryAxisNotesVue2",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesVue2}});var u=r(6156);Object.defineProperty(e,"ChartCategoryAxisNotesIcon",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartCategoryAxisNotesIconVue2",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotesIconVue2}});var c=r(1552);Object.defineProperty(e,"ChartCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartCategoryAxisNotesLabelVue2",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabelVue2}});var p=r(777);Object.defineProperty(e,"ChartCategoryAxisRangeLabels",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabels}}),Object.defineProperty(e,"ChartCategoryAxisRangeLabelsVue2",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabelsVue2}})},4566:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue2=e.ChartLegendInactiveItems=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"inactiveItems"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"inactiveItems"}},[r])}};e.ChartLegendInactiveItemsVue2=p;var h=p;e.ChartLegendInactiveItems=h},5803:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendItemVue2=e.ChartLegendItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegendItem",props:{cursor:String,visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"item"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"item"}},[r])}};e.ChartLegendItemVue2=p;var h=p;e.ChartLegendItem=h},853:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendTitleVue2=e.ChartLegendTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegendTitle",props:{align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartLegendTitleVue2=p;var h=p;e.ChartLegendTitle=h},8224:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue2=e.ChartLegendInactiveItems=e.ChartLegendTitleVue2=e.ChartLegendTitle=e.ChartLegendItemVue2=e.ChartLegendItem=void 0;var o=r(5803);Object.defineProperty(e,"ChartLegendItem",{enumerable:!0,get:function(){return o.ChartLegendItem}}),Object.defineProperty(e,"ChartLegendItemVue2",{enumerable:!0,get:function(){return o.ChartLegendItemVue2}});var i=r(853);Object.defineProperty(e,"ChartLegendTitle",{enumerable:!0,get:function(){return i.ChartLegendTitle}}),Object.defineProperty(e,"ChartLegendTitleVue2",{enumerable:!0,get:function(){return i.ChartLegendTitleVue2}});var n=r(4566);Object.defineProperty(e,"ChartLegendInactiveItems",{enumerable:!0,get:function(){return n.ChartLegendInactiveItems}}),Object.defineProperty(e,"ChartLegendInactiveItemsVue2",{enumerable:!0,get:function(){return n.ChartLegendInactiveItemsVue2}})},2444:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue2=e.ChartZoomable=e.ChartYAxisItemVue2=e.ChartYAxisItem=e.ChartYAxisVue2=e.ChartYAxis=e.ChartXAxisItemVue2=e.ChartXAxisItem=e.ChartXAxisVue2=e.ChartXAxis=e.ChartValueAxisItemVue2=e.ChartValueAxisItem=e.ChartValueAxisVue2=e.ChartValueAxis=e.ChartTooltipVue2=e.ChartTooltip=e.ChartTitleVue2=e.ChartTitle=e.ChartSeriesItemVue2=e.ChartSeriesItem=e.ChartSeriesDefaultsVue2=e.ChartSeriesDefaults=e.ChartSeriesVue2=e.ChartSeries=e.ChartPlotAreaVue2=e.ChartPlotArea=e.ChartPanesVue2=e.ChartPanes=e.ChartPaneDefaultsVue2=e.ChartPaneDefaults=e.ChartPaneVue2=e.ChartPane=e.ChartNavigatorVue2=e.ChartNavigator=e.ChartLegendVue2=e.ChartLegend=e.ChartCategoryAxisItemVue2=e.ChartCategoryAxisItem=e.ChartCategoryAxisVue2=e.ChartCategoryAxis=e.ChartAxisDefaultsVue2=e.ChartAxisDefaults=e.ChartAreaVue2=e.ChartArea=void 0;var n=r(6283);Object.defineProperty(e,"ChartArea",{enumerable:!0,get:function(){return n.ChartArea}}),Object.defineProperty(e,"ChartAreaVue2",{enumerable:!0,get:function(){return n.ChartAreaVue2}});var a=r(2750);Object.defineProperty(e,"ChartAxisDefaults",{enumerable:!0,get:function(){return a.ChartAxisDefaults}}),Object.defineProperty(e,"ChartAxisDefaultsVue2",{enumerable:!0,get:function(){return a.ChartAxisDefaultsVue2}});var s=r(5913);Object.defineProperty(e,"ChartCategoryAxis",{enumerable:!0,get:function(){return s.ChartCategoryAxis}}),Object.defineProperty(e,"ChartCategoryAxisVue2",{enumerable:!0,get:function(){return s.ChartCategoryAxisVue2}});var l=r(2055);Object.defineProperty(e,"ChartCategoryAxisItem",{enumerable:!0,get:function(){return l.ChartCategoryAxisItem}}),Object.defineProperty(e,"ChartCategoryAxisItemVue2",{enumerable:!0,get:function(){return l.ChartCategoryAxisItemVue2}});var u=r(8143);Object.defineProperty(e,"ChartLegend",{enumerable:!0,get:function(){return u.ChartLegend}}),Object.defineProperty(e,"ChartLegendVue2",{enumerable:!0,get:function(){return u.ChartLegendVue2}});var c=r(5635);Object.defineProperty(e,"ChartNavigator",{enumerable:!0,get:function(){return c.ChartNavigator}}),Object.defineProperty(e,"ChartNavigatorVue2",{enumerable:!0,get:function(){return c.ChartNavigatorVue2}});var p=r(4077);Object.defineProperty(e,"ChartPane",{enumerable:!0,get:function(){return p.ChartPane}}),Object.defineProperty(e,"ChartPaneVue2",{enumerable:!0,get:function(){return p.ChartPaneVue2}});var h=r(5711);Object.defineProperty(e,"ChartPaneDefaults",{enumerable:!0,get:function(){return h.ChartPaneDefaults}}),Object.defineProperty(e,"ChartPaneDefaultsVue2",{enumerable:!0,get:function(){return h.ChartPaneDefaultsVue2}});var f=r(714);Object.defineProperty(e,"ChartPanes",{enumerable:!0,get:function(){return f.ChartPanes}}),Object.defineProperty(e,"ChartPanesVue2",{enumerable:!0,get:function(){return f.ChartPanesVue2}});var d=r(6859);Object.defineProperty(e,"ChartPlotArea",{enumerable:!0,get:function(){return d.ChartPlotArea}}),Object.defineProperty(e,"ChartPlotAreaVue2",{enumerable:!0,get:function(){return d.ChartPlotAreaVue2}});var v=r(5197);Object.defineProperty(e,"ChartSeries",{enumerable:!0,get:function(){return v.ChartSeries}}),Object.defineProperty(e,"ChartSeriesVue2",{enumerable:!0,get:function(){return v.ChartSeriesVue2}});var g=r(9210);Object.defineProperty(e,"ChartSeriesDefaults",{enumerable:!0,get:function(){return g.ChartSeriesDefaults}}),Object.defineProperty(e,"ChartSeriesDefaultsVue2",{enumerable:!0,get:function(){return g.ChartSeriesDefaultsVue2}});var y=r(485);Object.defineProperty(e,"ChartSeriesItem",{enumerable:!0,get:function(){return y.ChartSeriesItem}}),Object.defineProperty(e,"ChartSeriesItemVue2",{enumerable:!0,get:function(){return y.ChartSeriesItemVue2}});var m=r(9634);Object.defineProperty(e,"ChartTitle",{enumerable:!0,get:function(){return m.ChartTitle}}),Object.defineProperty(e,"ChartTitleVue2",{enumerable:!0,get:function(){return m.ChartTitleVue2}});var b=r(4331);Object.defineProperty(e,"ChartTooltip",{enumerable:!0,get:function(){return b.ChartTooltip}}),Object.defineProperty(e,"ChartTooltipVue2",{enumerable:!0,get:function(){return b.ChartTooltipVue2}});var x=r(1414);Object.defineProperty(e,"ChartValueAxis",{enumerable:!0,get:function(){return x.ChartValueAxis}}),Object.defineProperty(e,"ChartValueAxisVue2",{enumerable:!0,get:function(){return x.ChartValueAxisVue2}});var _=r(5147);Object.defineProperty(e,"ChartValueAxisItem",{enumerable:!0,get:function(){return _.ChartValueAxisItem}}),Object.defineProperty(e,"ChartValueAxisItemVue2",{enumerable:!0,get:function(){return _.ChartValueAxisItemVue2}});var C=r(3479);Object.defineProperty(e,"ChartXAxis",{enumerable:!0,get:function(){return C.ChartXAxis}}),Object.defineProperty(e,"ChartXAxisVue2",{enumerable:!0,get:function(){return C.ChartXAxisVue2}});var w=r(8732);Object.defineProperty(e,"ChartXAxisItem",{enumerable:!0,get:function(){return w.ChartXAxisItem}}),Object.defineProperty(e,"ChartXAxisItemVue2",{enumerable:!0,get:function(){return w.ChartXAxisItemVue2}});var O=r(6988);Object.defineProperty(e,"ChartYAxis",{enumerable:!0,get:function(){return O.ChartYAxis}}),Object.defineProperty(e,"ChartYAxisVue2",{enumerable:!0,get:function(){return O.ChartYAxisVue2}});var S=r(2587);Object.defineProperty(e,"ChartYAxisItem",{enumerable:!0,get:function(){return S.ChartYAxisItem}}),Object.defineProperty(e,"ChartYAxisItemVue2",{enumerable:!0,get:function(){return S.ChartYAxisItemVue2}});var P=r(1426);Object.defineProperty(e,"ChartZoomable",{enumerable:!0,get:function(){return P.ChartZoomable}}),Object.defineProperty(e,"ChartZoomableVue2",{enumerable:!0,get:function(){return P.ChartZoomableVue2}}),i(r(7578),e),i(r(8631),e),i(r(4535),e),i(r(7667),e),i(r(8224),e),i(r(8395),e),i(r(6293),e),i(r(3287),e),i(r(5795),e),i(r(7433),e),i(r(3424),e)},279:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisVue2=e.ChartNavigatorCategoryAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxis",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:Array,default:function(){}},color:{type:String,default:void 0},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:void 0},maxDivisions:{type:Number,default:void 0},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:Object,default:function(){}},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:void 0},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"categoryAxis"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"categoryAxis"}},[r])}};e.ChartNavigatorCategoryAxisVue2=p;var h=p;e.ChartNavigatorCategoryAxis=h},1990:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorHintVue2=e.ChartNavigatorHint=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"hint"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"hint"}},[r])}};e.ChartNavigatorHintVue2=p;var h=p;e.ChartNavigatorHint=h},5854:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneVue2=e.ChartNavigatorPane=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"pane"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"pane"}},[r])}};e.ChartNavigatorPaneVue2=p;var h=p;e.ChartNavigatorPane=h},6429:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSelectVue2=e.ChartNavigatorSelect=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSelect",props:{from:{type:Date,default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:Date,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"select"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"select"}},[r])}};e.ChartNavigatorSelectVue2=p;var h=p;e.ChartNavigatorSelect=h},914:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesVue2=e.ChartNavigatorSeries=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartNavigatorSeries",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series",parentKey:"navigator"},parentKey:"navigator"},this.v3?function(){return[r]}:[r])}};e.ChartNavigatorSeriesVue2=c;var p=c;e.ChartNavigatorSeries=p},8061:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue2=e.ChartNavigatorSeriesItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartNavigatorSeriesItemVue2=p;var h=p;e.ChartNavigatorSeriesItem=h},2385:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairVue2=e.ChartNavigatorCategoryAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartNavigatorCategoryAxisCrosshairVue2=p;var h=p;e.ChartNavigatorCategoryAxisCrosshair=h},9676:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairTooltipVue2=e.ChartNavigatorCategoryAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartNavigatorCategoryAxisCrosshairTooltipVue2=p;var h=p;e.ChartNavigatorCategoryAxisCrosshairTooltip=h},567:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisLabelsVue2=e.ChartNavigatorCategoryAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["circle","column","center","right","left"].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartNavigatorCategoryAxisLabelsVue2=p;var h=p;e.ChartNavigatorCategoryAxisLabels=h},8099:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesVue2=e.ChartNavigatorCategoryAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartNavigatorCategoryAxisNotesVue2=p;var h=p;e.ChartNavigatorCategoryAxisNotes=h},7470:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesIconVue2=e.ChartNavigatorCategoryAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartNavigatorCategoryAxisNotesIconVue2=p;var h=p;e.ChartNavigatorCategoryAxisNotesIcon=h},7606:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue2=e.ChartNavigatorCategoryAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartNavigatorCategoryAxisNotesLabelVue2=p;var h=p;e.ChartNavigatorCategoryAxisNotesLabel=h},9806:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisSelectVue2=e.ChartNavigatorCategoryAxisSelect=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"select"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"select"}},[r])}};e.ChartNavigatorCategoryAxisSelectVue2=p;var h=p;e.ChartNavigatorCategoryAxisSelect=h},4715:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisTitleVue2=e.ChartNavigatorCategoryAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartNavigatorCategoryAxisTitleVue2=p;var h=p;e.ChartNavigatorCategoryAxisTitle=h},481:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue2=e.ChartNavigatorCategoryAxisNotesLabel=e.ChartNavigatorCategoryAxisNotesIconVue2=e.ChartNavigatorCategoryAxisNotesIcon=e.ChartNavigatorCategoryAxisNotesVue2=e.ChartNavigatorCategoryAxisNotes=e.ChartNavigatorCategoryAxisLabelsVue2=e.ChartNavigatorCategoryAxisLabels=e.ChartNavigatorCategoryAxisTitleVue2=e.ChartNavigatorCategoryAxisTitle=e.ChartNavigatorCategoryAxisSelectVue2=e.ChartNavigatorCategoryAxisSelect=e.ChartNavigatorCategoryAxisCrosshairTooltipVue2=e.ChartNavigatorCategoryAxisCrosshairTooltip=e.ChartNavigatorCategoryAxisCrosshairVue2=e.ChartNavigatorCategoryAxisCrosshair=void 0;var o=r(2385);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshair",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisCrosshairVue2}});var i=r(9676);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairTooltipVue2}});var n=r(9806);Object.defineProperty(e,"ChartNavigatorCategoryAxisSelect",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisSelect}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisSelectVue2",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisSelectVue2}});var a=r(4715);Object.defineProperty(e,"ChartNavigatorCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitle}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisTitleVue2",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitleVue2}});var s=r(567);Object.defineProperty(e,"ChartNavigatorCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabels}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisLabelsVue2",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabelsVue2}});var l=r(8099);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotes",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotes}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesVue2",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesVue2}});var u=r(7470);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIcon",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIconVue2",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotesIconVue2}});var c=r(7606);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabelVue2",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabelVue2}})},3424:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue2=e.ChartNavigatorSeriesItem=e.ChartNavigatorSeriesVue2=e.ChartNavigatorSeries=e.ChartNavigatorSelectVue2=e.ChartNavigatorSelect=e.ChartNavigatorPaneVue2=e.ChartNavigatorPane=e.ChartNavigatorHintVue2=e.ChartNavigatorHint=e.ChartNavigatorCategoryAxisVue2=e.ChartNavigatorCategoryAxis=void 0;var n=r(279);Object.defineProperty(e,"ChartNavigatorCategoryAxis",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxis}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisVue2",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisVue2}});var a=r(1990);Object.defineProperty(e,"ChartNavigatorHint",{enumerable:!0,get:function(){return a.ChartNavigatorHint}}),Object.defineProperty(e,"ChartNavigatorHintVue2",{enumerable:!0,get:function(){return a.ChartNavigatorHintVue2}});var s=r(5854);Object.defineProperty(e,"ChartNavigatorPane",{enumerable:!0,get:function(){return s.ChartNavigatorPane}}),Object.defineProperty(e,"ChartNavigatorPaneVue2",{enumerable:!0,get:function(){return s.ChartNavigatorPaneVue2}});var l=r(6429);Object.defineProperty(e,"ChartNavigatorSelect",{enumerable:!0,get:function(){return l.ChartNavigatorSelect}}),Object.defineProperty(e,"ChartNavigatorSelectVue2",{enumerable:!0,get:function(){return l.ChartNavigatorSelectVue2}});var u=r(914);Object.defineProperty(e,"ChartNavigatorSeries",{enumerable:!0,get:function(){return u.ChartNavigatorSeries}}),Object.defineProperty(e,"ChartNavigatorSeriesVue2",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesVue2}});var c=r(8061);Object.defineProperty(e,"ChartNavigatorSeriesItem",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItem}}),Object.defineProperty(e,"ChartNavigatorSeriesItemVue2",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItemVue2}}),i(r(481),e),i(r(5529),e),i(r(9935),e)},1643:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue2=e.ChartNavigatorPaneTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartNavigatorPaneTitleVue2=p;var h=p;e.ChartNavigatorPaneTitle=h},5529:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue2=e.ChartNavigatorPaneTitle=void 0;var o=r(1643);Object.defineProperty(e,"ChartNavigatorPaneTitle",{enumerable:!0,get:function(){return o.ChartNavigatorPaneTitle}}),Object.defineProperty(e,"ChartNavigatorPaneTitleVue2",{enumerable:!0,get:function(){return o.ChartNavigatorPaneTitleVue2}})},1175:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesErrorBarsVue2=e.ChartNavigatorSeriesErrorBars=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"errorBars"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"errorBars"}},[r])}};e.ChartNavigatorSeriesErrorBarsVue2=p;var h=p;e.ChartNavigatorSeriesErrorBars=h},7757:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesExtremesVue2=e.ChartNavigatorSeriesExtremes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"extremes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"extremes"}},[r])}};e.ChartNavigatorSeriesExtremesVue2=p;var h=p;e.ChartNavigatorSeriesExtremes=h},5240:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesHighlightVue2=e.ChartNavigatorSeriesHighlight=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"highlight"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"highlight"}},[r])}};e.ChartNavigatorSeriesHighlightVue2=p;var h=p;e.ChartNavigatorSeriesHighlight=h},5738:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsVue2=e.ChartNavigatorSeriesLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartNavigatorSeriesLabelsVue2=p;var h=p;e.ChartNavigatorSeriesLabels=h},9188:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsFromVue2=e.ChartNavigatorSeriesLabelsFrom=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"from"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"from"}},[r])}};e.ChartNavigatorSeriesLabelsFromVue2=p;var h=p;e.ChartNavigatorSeriesLabelsFrom=h},4974:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsToVue2=e.ChartNavigatorSeriesLabelsTo=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"to"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"to"}},[r])}};e.ChartNavigatorSeriesLabelsToVue2=p;var h=p;e.ChartNavigatorSeriesLabelsTo=h},2370:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesMarkersVue2=e.ChartNavigatorSeriesMarkers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"markers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"markers"}},[r])}};e.ChartNavigatorSeriesMarkersVue2=p;var h=p;e.ChartNavigatorSeriesMarkers=h},5816:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesVue2=e.ChartNavigatorSeriesNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartNavigatorSeriesNotesVue2=p;var h=p;e.ChartNavigatorSeriesNotes=h},633:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue2=e.ChartNavigatorSeriesNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartNavigatorSeriesNotesIconVue2=p;var h=p;e.ChartNavigatorSeriesNotesIcon=h},134:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesLabelVue2=e.ChartNavigatorSeriesNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartNavigatorSeriesNotesLabelVue2=p;var h=p;e.ChartNavigatorSeriesNotesLabel=h},2378:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemOutliersVue2=e.ChartNavigatorSeriesItemOutliers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"outliers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"outliers"}},[r])}};e.ChartNavigatorSeriesItemOutliersVue2=p;var h=p;e.ChartNavigatorSeriesItemOutliers=h},6374:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemTooltipVue2=e.ChartNavigatorSeriesItemTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartNavigatorSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:void 0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartNavigatorSeriesItemTooltipVue2=h;var f=h;e.ChartNavigatorSeriesItemTooltip=f},9935:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue2=e.ChartNavigatorSeriesNotesIcon=e.ChartNavigatorSeriesNotesLabelVue2=e.ChartNavigatorSeriesNotesLabel=e.ChartNavigatorSeriesLabelsToVue2=e.ChartNavigatorSeriesLabelsTo=e.ChartNavigatorSeriesLabelsFromVue2=e.ChartNavigatorSeriesLabelsFrom=e.ChartNavigatorSeriesErrorBarsVue2=e.ChartNavigatorSeriesErrorBars=e.ChartNavigatorSeriesExtremesVue2=e.ChartNavigatorSeriesExtremes=e.ChartNavigatorSeriesHighlightVue2=e.ChartNavigatorSeriesHighlight=e.ChartNavigatorSeriesLabelsVue2=e.ChartNavigatorSeriesLabels=e.ChartNavigatorSeriesMarkersVue2=e.ChartNavigatorSeriesMarkers=e.ChartNavigatorSeriesNotesVue2=e.ChartNavigatorSeriesNotes=e.ChartNavigatorSeriesItemOutliersVue2=e.ChartNavigatorSeriesItemOutliers=e.ChartNavigatorSeriesItemTooltipVue2=e.ChartNavigatorSeriesItemTooltip=void 0;var o=r(6374);Object.defineProperty(e,"ChartNavigatorSeriesItemTooltip",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesItemTooltip}}),Object.defineProperty(e,"ChartNavigatorSeriesItemTooltipVue2",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesItemTooltipVue2}});var i=r(2378);Object.defineProperty(e,"ChartNavigatorSeriesItemOutliers",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemOutliers}}),Object.defineProperty(e,"ChartNavigatorSeriesItemOutliersVue2",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemOutliersVue2}});var n=r(5816);Object.defineProperty(e,"ChartNavigatorSeriesNotes",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesNotes}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesVue2",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesNotesVue2}});var a=r(2370);Object.defineProperty(e,"ChartNavigatorSeriesMarkers",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkers}}),Object.defineProperty(e,"ChartNavigatorSeriesMarkersVue2",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkersVue2}});var s=r(5738);Object.defineProperty(e,"ChartNavigatorSeriesLabels",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabels}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsVue2",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabelsVue2}});var l=r(5240);Object.defineProperty(e,"ChartNavigatorSeriesHighlight",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesHighlight}}),Object.defineProperty(e,"ChartNavigatorSeriesHighlightVue2",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesHighlightVue2}});var u=r(7757);Object.defineProperty(e,"ChartNavigatorSeriesExtremes",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesExtremes}}),Object.defineProperty(e,"ChartNavigatorSeriesExtremesVue2",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesExtremesVue2}});var c=r(1175);Object.defineProperty(e,"ChartNavigatorSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBars}}),Object.defineProperty(e,"ChartNavigatorSeriesErrorBarsVue2",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBarsVue2}});var p=r(9188);Object.defineProperty(e,"ChartNavigatorSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFrom}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsFromVue2",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFromVue2}});var h=r(4974);Object.defineProperty(e,"ChartNavigatorSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsTo}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsToVue2",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsToVue2}});var f=r(134);Object.defineProperty(e,"ChartNavigatorSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabel}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesLabelVue2",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabelVue2}});var d=r(633);Object.defineProperty(e,"ChartNavigatorSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIcon}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesIconVue2",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIconVue2}})},3687:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue2=e.ChartPaneDefaultsTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPaneDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartPaneDefaultsTitleVue2=p;var h=p;e.ChartPaneDefaultsTitle=h},7667:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue2=e.ChartPaneDefaultsTitle=void 0;var o=r(3687);Object.defineProperty(e,"ChartPaneDefaultsTitle",{enumerable:!0,get:function(){return o.ChartPaneDefaultsTitle}}),Object.defineProperty(e,"ChartPaneDefaultsTitleVue2",{enumerable:!0,get:function(){return o.ChartPaneDefaultsTitleVue2}})},5661:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue2=e.ChartPaneTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartPaneTitleVue2=p;var h=p;e.ChartPaneTitle=h},4535:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue2=e.ChartPaneTitle=void 0;var o=r(5661);Object.defineProperty(e,"ChartPaneTitle",{enumerable:!0,get:function(){return o.ChartPaneTitle}}),Object.defineProperty(e,"ChartPaneTitleVue2",{enumerable:!0,get:function(){return o.ChartPaneTitleVue2}})},2863:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsVue2=e.ChartSeriesDefaultsLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartSeriesDefaultsLabelsVue2=p;var h=p;e.ChartSeriesDefaultsLabels=h},2431:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsFromVue2=e.ChartSeriesDefaultsLabelsFrom=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"from"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"from"}},[r])}};e.ChartSeriesDefaultsLabelsFromVue2=p;var h=p;e.ChartSeriesDefaultsLabelsFrom=h},2068:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsToVue2=e.ChartSeriesDefaultsLabelsTo=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"to"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"to"}},[r])}};e.ChartSeriesDefaultsLabelsToVue2=p;var h=p;e.ChartSeriesDefaultsLabelsTo=h},7563:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesVue2=e.ChartSeriesDefaultsNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsNotes",props:{line:{type:Object,default:function(){}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartSeriesDefaultsNotesVue2=p;var h=p;e.ChartSeriesDefaultsNotes=h},6108:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesIconVue2=e.ChartSeriesDefaultsNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartSeriesDefaultsNotesIconVue2=p;var h=p;e.ChartSeriesDefaultsNotesIcon=h},8719:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue2=e.ChartSeriesDefaultsNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartSeriesDefaultsNotesLabelVue2=p;var h=p;e.ChartSeriesDefaultsNotesLabel=h},9129:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsItemTooltipVue2=e.ChartSeriesDefaultsItemTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartSeriesDefaultsItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0},render:[String,Function,Object]},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartSeriesDefaultsItemTooltipVue2=h;var f=h;e.ChartSeriesDefaultsItemTooltip=f},8395:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue2=e.ChartSeriesDefaultsNotesLabel=e.ChartSeriesDefaultsNotesIconVue2=e.ChartSeriesDefaultsNotesIcon=e.ChartSeriesDefaultsNotesVue2=e.ChartSeriesDefaultsNotes=e.ChartSeriesDefaultsLabelsToVue2=e.ChartSeriesDefaultsLabelsTo=e.ChartSeriesDefaultsLabelsFromVue2=e.ChartSeriesDefaultsLabelsFrom=e.ChartSeriesDefaultsLabelsVue2=e.ChartSeriesDefaultsLabels=e.ChartSeriesDefaultsItemTooltipVue2=e.ChartSeriesDefaultsItemTooltip=void 0;var o=r(9129);Object.defineProperty(e,"ChartSeriesDefaultsItemTooltip",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsItemTooltip}}),Object.defineProperty(e,"ChartSeriesDefaultsItemTooltipVue2",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsItemTooltipVue2}});var i=r(2863);Object.defineProperty(e,"ChartSeriesDefaultsLabels",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsLabels}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsVue2",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsLabelsVue2}});var n=r(2431);Object.defineProperty(e,"ChartSeriesDefaultsLabelsFrom",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsFrom}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsFromVue2",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsFromVue2}});var a=r(2068);Object.defineProperty(e,"ChartSeriesDefaultsLabelsTo",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsTo}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsToVue2",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsToVue2}});var s=r(7563);Object.defineProperty(e,"ChartSeriesDefaultsNotes",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotes}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesVue2",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotesVue2}});var l=r(6108);Object.defineProperty(e,"ChartSeriesDefaultsNotesIcon",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesIcon}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesIconVue2",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesIconVue2}});var u=r(8719);Object.defineProperty(e,"ChartSeriesDefaultsNotesLabel",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesLabel}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesLabelVue2",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesLabelVue2}})},9277:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesErrorBarsVue2=e.ChartSeriesErrorBars=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"errorBars"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"errorBars"}},[r])}};e.ChartSeriesErrorBarsVue2=p;var h=p;e.ChartSeriesErrorBars=h},1914:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesExtremesVue2=e.ChartSeriesExtremes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"extremes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"extremes"}},[r])}};e.ChartSeriesExtremesVue2=p;var h=p;e.ChartSeriesExtremes=h},6838:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesHighlightVue2=e.ChartSeriesHighlight=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"highlight"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"highlight"}},[r])}};e.ChartSeriesHighlightVue2=p;var h=p;e.ChartSeriesHighlight=h},4908:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsVue2=e.ChartSeriesLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartSeriesLabelsVue2=p;var h=p;e.ChartSeriesLabels=h},8873:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsFromVue2=e.ChartSeriesLabelsFrom=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"from"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"from"}},[r])}};e.ChartSeriesLabelsFromVue2=p;var h=p;e.ChartSeriesLabelsFrom=h},5138:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsToVue2=e.ChartSeriesLabelsTo=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"to"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"to"}},[r])}};e.ChartSeriesLabelsToVue2=p;var h=p;e.ChartSeriesLabelsTo=h},5477:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesMarkersVue2=e.ChartSeriesMarkers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"markers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"markers"}},[r])}};e.ChartSeriesMarkersVue2=p;var h=p;e.ChartSeriesMarkers=h},8175:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesVue2=e.ChartSeriesNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartSeriesNotesVue2=p;var h=p;e.ChartSeriesNotes=h},7985:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue2=e.ChartSeriesNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartSeriesNotesIconVue2=p;var h=p;e.ChartSeriesNotesIcon=h},185:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesLabelVue2=e.ChartSeriesNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartSeriesNotesLabelVue2=p;var h=p;e.ChartSeriesNotesLabel=h},1129:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemOutliersVue2=e.ChartSeriesItemOutliers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"outliers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"outliers"}},[r])}};e.ChartSeriesItemOutliersVue2=p;var h=p;e.ChartSeriesItemOutliers=h},3569:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemTooltipVue2=e.ChartSeriesItemTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:!0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartSeriesItemTooltipVue2=h;var f=h;e.ChartSeriesItemTooltip=f},6293:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue2=e.ChartSeriesNotesIcon=e.ChartSeriesNotesLabelVue2=e.ChartSeriesNotesLabel=e.ChartSeriesLabelsToVue2=e.ChartSeriesLabelsTo=e.ChartSeriesLabelsFromVue2=e.ChartSeriesLabelsFrom=e.ChartSeriesErrorBarsVue2=e.ChartSeriesErrorBars=e.ChartSeriesExtremesVue2=e.ChartSeriesExtremes=e.ChartSeriesHighlightVue2=e.ChartSeriesHighlight=e.ChartSeriesLabelsVue2=e.ChartSeriesLabels=e.ChartSeriesMarkersVue2=e.ChartSeriesMarkers=e.ChartSeriesNotesVue2=e.ChartSeriesNotes=e.ChartSeriesItemOutliersVue2=e.ChartSeriesItemOutliers=e.ChartSeriesItemTooltipVue2=e.ChartSeriesItemTooltip=void 0;var o=r(3569);Object.defineProperty(e,"ChartSeriesItemTooltip",{enumerable:!0,get:function(){return o.ChartSeriesItemTooltip}}),Object.defineProperty(e,"ChartSeriesItemTooltipVue2",{enumerable:!0,get:function(){return o.ChartSeriesItemTooltipVue2}});var i=r(1129);Object.defineProperty(e,"ChartSeriesItemOutliers",{enumerable:!0,get:function(){return i.ChartSeriesItemOutliers}}),Object.defineProperty(e,"ChartSeriesItemOutliersVue2",{enumerable:!0,get:function(){return i.ChartSeriesItemOutliersVue2}});var n=r(8175);Object.defineProperty(e,"ChartSeriesNotes",{enumerable:!0,get:function(){return n.ChartSeriesNotes}}),Object.defineProperty(e,"ChartSeriesNotesVue2",{enumerable:!0,get:function(){return n.ChartSeriesNotesVue2}});var a=r(5477);Object.defineProperty(e,"ChartSeriesMarkers",{enumerable:!0,get:function(){return a.ChartSeriesMarkers}}),Object.defineProperty(e,"ChartSeriesMarkersVue2",{enumerable:!0,get:function(){return a.ChartSeriesMarkersVue2}});var s=r(4908);Object.defineProperty(e,"ChartSeriesLabels",{enumerable:!0,get:function(){return s.ChartSeriesLabels}}),Object.defineProperty(e,"ChartSeriesLabelsVue2",{enumerable:!0,get:function(){return s.ChartSeriesLabelsVue2}});var l=r(6838);Object.defineProperty(e,"ChartSeriesHighlight",{enumerable:!0,get:function(){return l.ChartSeriesHighlight}}),Object.defineProperty(e,"ChartSeriesHighlightVue2",{enumerable:!0,get:function(){return l.ChartSeriesHighlightVue2}});var u=r(1914);Object.defineProperty(e,"ChartSeriesExtremes",{enumerable:!0,get:function(){return u.ChartSeriesExtremes}}),Object.defineProperty(e,"ChartSeriesExtremesVue2",{enumerable:!0,get:function(){return u.ChartSeriesExtremesVue2}});var c=r(9277);Object.defineProperty(e,"ChartSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartSeriesErrorBars}}),Object.defineProperty(e,"ChartSeriesErrorBarsVue2",{enumerable:!0,get:function(){return c.ChartSeriesErrorBarsVue2}});var p=r(8873);Object.defineProperty(e,"ChartSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFrom}}),Object.defineProperty(e,"ChartSeriesLabelsFromVue2",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFromVue2}});var h=r(5138);Object.defineProperty(e,"ChartSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartSeriesLabelsTo}}),Object.defineProperty(e,"ChartSeriesLabelsToVue2",{enumerable:!0,get:function(){return h.ChartSeriesLabelsToVue2}});var f=r(185);Object.defineProperty(e,"ChartSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabel}}),Object.defineProperty(e,"ChartSeriesNotesLabelVue2",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabelVue2}});var d=r(7985);Object.defineProperty(e,"ChartSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartSeriesNotesIcon}}),Object.defineProperty(e,"ChartSeriesNotesIconVue2",{enumerable:!0,get:function(){return d.ChartSeriesNotesIconVue2}})},1319:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairVue2=e.ChartValueAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartValueAxisCrosshairVue2=p;var h=p;e.ChartValueAxisCrosshair=h},5231:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairTooltipVue2=e.ChartValueAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartValueAxisCrosshairTooltipVue2=p;var h=p;e.ChartValueAxisCrosshairTooltip=h},1031:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisLabelsVue2=e.ChartValueAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartValueAxisLabelsVue2=p;var h=p;e.ChartValueAxisLabels=h},3101:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesVue2=e.ChartValueAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartValueAxisNotesVue2=p;var h=p;e.ChartValueAxisNotes=h},8701:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesIconVue2=e.ChartValueAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartValueAxisNotesIconVue2=p;var h=p;e.ChartValueAxisNotesIcon=h},9258:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue2=e.ChartValueAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartValueAxisNotesLabelVue2=p;var h=p;e.ChartValueAxisNotesLabel=h},9199:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisTitleVue2=e.ChartValueAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartValueAxisTitleVue2=p;var h=p;e.ChartValueAxisTitle=h},3287:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue2=e.ChartValueAxisNotesLabel=e.ChartValueAxisNotesIconVue2=e.ChartValueAxisNotesIcon=e.ChartValueAxisNotesVue2=e.ChartValueAxisNotes=e.ChartValueAxisLabelsVue2=e.ChartValueAxisLabels=e.ChartValueAxisTitleVue2=e.ChartValueAxisTitle=e.ChartValueAxisCrosshairTooltipVue2=e.ChartValueAxisCrosshairTooltip=e.ChartValueAxisCrosshairVue2=e.ChartValueAxisCrosshair=void 0;var o=r(1319);Object.defineProperty(e,"ChartValueAxisCrosshair",{enumerable:!0,get:function(){return o.ChartValueAxisCrosshair}}),Object.defineProperty(e,"ChartValueAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartValueAxisCrosshairVue2}});var i=r(5231);Object.defineProperty(e,"ChartValueAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartValueAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairTooltipVue2}});var n=r(1031);Object.defineProperty(e,"ChartValueAxisLabels",{enumerable:!0,get:function(){return n.ChartValueAxisLabels}}),Object.defineProperty(e,"ChartValueAxisLabelsVue2",{enumerable:!0,get:function(){return n.ChartValueAxisLabelsVue2}});var a=r(3101);Object.defineProperty(e,"ChartValueAxisNotes",{enumerable:!0,get:function(){return a.ChartValueAxisNotes}}),Object.defineProperty(e,"ChartValueAxisNotesVue2",{enumerable:!0,get:function(){return a.ChartValueAxisNotesVue2}});var s=r(8701);Object.defineProperty(e,"ChartValueAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIcon}}),Object.defineProperty(e,"ChartValueAxisNotesIconVue2",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIconVue2}});var l=r(9258);Object.defineProperty(e,"ChartValueAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartValueAxisNotesLabel}}),Object.defineProperty(e,"ChartValueAxisNotesLabelVue2",{enumerable:!0,get:function(){return l.ChartValueAxisNotesLabelVue2}});var u=r(9199);Object.defineProperty(e,"ChartValueAxisTitle",{enumerable:!0,get:function(){return u.ChartValueAxisTitle}}),Object.defineProperty(e,"ChartValueAxisTitleVue2",{enumerable:!0,get:function(){return u.ChartValueAxisTitleVue2}})},9030:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairVue2=e.ChartXAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartXAxisCrosshairVue2=p;var h=p;e.ChartXAxisCrosshair=h},8697:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairTooltipVue2=e.ChartXAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartXAxisCrosshairTooltipVue2=p;var h=p;e.ChartXAxisCrosshairTooltip=h},221:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisLabelsVue2=e.ChartXAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartXAxisLabelsVue2=p;var h=p;e.ChartXAxisLabels=h},2389:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesVue2=e.ChartXAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartXAxisNotesVue2=p;var h=p;e.ChartXAxisNotes=h},5468:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesIconVue2=e.ChartXAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartXAxisNotesIconVue2=p;var h=p;e.ChartXAxisNotesIcon=h},4661:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue2=e.ChartXAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartXAxisNotesLabelVue2=p;var h=p;e.ChartXAxisNotesLabel=h},3330:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisTitleVue2=e.ChartXAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartXAxisTitleVue2=p;var h=p;e.ChartXAxisTitle=h},5795:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue2=e.ChartXAxisNotesLabel=e.ChartXAxisNotesIconVue2=e.ChartXAxisNotesIcon=e.ChartXAxisNotesVue2=e.ChartXAxisNotes=e.ChartXAxisLabelsVue2=e.ChartXAxisLabels=e.ChartXAxisTitleVue2=e.ChartXAxisTitle=e.ChartXAxisCrosshairTooltipVue2=e.ChartXAxisCrosshairTooltip=e.ChartXAxisCrosshairVue2=e.ChartXAxisCrosshair=void 0;var o=r(9030);Object.defineProperty(e,"ChartXAxisCrosshair",{enumerable:!0,get:function(){return o.ChartXAxisCrosshair}}),Object.defineProperty(e,"ChartXAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartXAxisCrosshairVue2}});var i=r(8697);Object.defineProperty(e,"ChartXAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartXAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairTooltipVue2}});var n=r(221);Object.defineProperty(e,"ChartXAxisLabels",{enumerable:!0,get:function(){return n.ChartXAxisLabels}}),Object.defineProperty(e,"ChartXAxisLabelsVue2",{enumerable:!0,get:function(){return n.ChartXAxisLabelsVue2}});var a=r(2389);Object.defineProperty(e,"ChartXAxisNotes",{enumerable:!0,get:function(){return a.ChartXAxisNotes}}),Object.defineProperty(e,"ChartXAxisNotesVue2",{enumerable:!0,get:function(){return a.ChartXAxisNotesVue2}});var s=r(5468);Object.defineProperty(e,"ChartXAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartXAxisNotesIcon}}),Object.defineProperty(e,"ChartXAxisNotesIconVue2",{enumerable:!0,get:function(){return s.ChartXAxisNotesIconVue2}});var l=r(4661);Object.defineProperty(e,"ChartXAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartXAxisNotesLabel}}),Object.defineProperty(e,"ChartXAxisNotesLabelVue2",{enumerable:!0,get:function(){return l.ChartXAxisNotesLabelVue2}});var u=r(3330);Object.defineProperty(e,"ChartXAxisTitle",{enumerable:!0,get:function(){return u.ChartXAxisTitle}}),Object.defineProperty(e,"ChartXAxisTitleVue2",{enumerable:!0,get:function(){return u.ChartXAxisTitleVue2}})},7565:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairVue2=e.ChartYAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartYAxisCrosshairVue2=p;var h=p;e.ChartYAxisCrosshair=h},4514:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairTooltipVue2=e.ChartYAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartYAxisCrosshairTooltipVue2=p;var h=p;e.ChartYAxisCrosshairTooltip=h},8585:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisLabelsVue2=e.ChartYAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartYAxisLabelsVue2=p;var h=p;e.ChartYAxisLabels=h},8762:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesVue2=e.ChartYAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartYAxisNotesVue2=p;var h=p;e.ChartYAxisNotes=h},1348:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesIconVue2=e.ChartYAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartYAxisNotesIconVue2=p;var h=p;e.ChartYAxisNotesIcon=h},9808:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue2=e.ChartYAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartYAxisNotesLabelVue2=p;var h=p;e.ChartYAxisNotesLabel=h},9682:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisTitleVue2=e.ChartYAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartYAxisTitleVue2=p;var h=p;e.ChartYAxisTitle=h},7433:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue2=e.ChartYAxisNotesLabel=e.ChartYAxisNotesIconVue2=e.ChartYAxisNotesIcon=e.ChartYAxisNotesVue2=e.ChartYAxisNotes=e.ChartYAxisLabelsVue2=e.ChartYAxisLabels=e.ChartYAxisTitleVue2=e.ChartYAxisTitle=e.ChartYAxisCrosshairTooltipVue2=e.ChartYAxisCrosshairTooltip=e.ChartYAxisCrosshairVue2=e.ChartYAxisCrosshair=void 0;var o=r(7565);Object.defineProperty(e,"ChartYAxisCrosshair",{enumerable:!0,get:function(){return o.ChartYAxisCrosshair}}),Object.defineProperty(e,"ChartYAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartYAxisCrosshairVue2}});var i=r(4514);Object.defineProperty(e,"ChartYAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartYAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairTooltipVue2}});var n=r(8585);Object.defineProperty(e,"ChartYAxisLabels",{enumerable:!0,get:function(){return n.ChartYAxisLabels}}),Object.defineProperty(e,"ChartYAxisLabelsVue2",{enumerable:!0,get:function(){return n.ChartYAxisLabelsVue2}});var a=r(8762);Object.defineProperty(e,"ChartYAxisNotes",{enumerable:!0,get:function(){return a.ChartYAxisNotes}}),Object.defineProperty(e,"ChartYAxisNotesVue2",{enumerable:!0,get:function(){return a.ChartYAxisNotesVue2}});var s=r(1348);Object.defineProperty(e,"ChartYAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartYAxisNotesIcon}}),Object.defineProperty(e,"ChartYAxisNotesIconVue2",{enumerable:!0,get:function(){return s.ChartYAxisNotesIconVue2}});var l=r(9808);Object.defineProperty(e,"ChartYAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartYAxisNotesLabel}}),Object.defineProperty(e,"ChartYAxisNotesLabelVue2",{enumerable:!0,get:function(){return l.ChartYAxisNotesLabelVue2}});var u=r(9682);Object.defineProperty(e,"ChartYAxisTitle",{enumerable:!0,get:function(){return u.ChartYAxisTitle}}),Object.defineProperty(e,"ChartYAxisTitleVue2",{enumerable:!0,get:function(){return u.ChartYAxisTitleVue2}})},7125:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0});var o=r(4899),i=o.DateCategoryAxis.prototype.options.labels.dateFormats,n=o.DateValueAxis.prototype.options.labels.dateFormats,a={milliseconds:"HH:mm:ss.SSS",seconds:{time:"medium"},minutes:{time:"short"},hours:{time:"short"},days:{skeleton:"Md"},weeks:{skeleton:"Md"},months:{skeleton:"yyMMM"},years:{skeleton:"y"}};Object.assign(i,a),Object.assign(n,a)},4276:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.AxisLabelClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.dataItem=e.dataItem,o.index=e.index,o.text=e.text,o.value=e.value,o}return i(e,t),e}(r(3635).BaseEvent);e.AxisLabelClickEvent=n},3635:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.BaseEvent=void 0;e.BaseEvent=function(t){this.target=t}},5501:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.create=void 0;var o=r(4276),i=r(6776),n=r(6377),a=r(4316),s=r(4438),l=r(7475),u=r(8899),c=r(1313),p=r(8059),h=r(6053),f=r(909),d=r(6842),v=r(2876),g=r(3314),y=r(3618),m=r(2965),b=r(6914),x=r(1867),_=r(6412),C=r(7235),w=r(8597),O={axisLabelClick:o.AxisLabelClickEvent,drag:i.DragEvent,dragEnd:n.DragEndEvent,dragStart:a.DragStartEvent,legendItemHover:s.LegendItemHoverEvent,legendItemClick:l.LegendItemClickEvent,legendItemLeave:u.LegendItemLeaveEvent,navigatorFilter:c.NavigatorFilterEvent,noteClick:p.NoteClickEvent,noteHover:h.NoteHoverEvent,plotAreaClick:f.PlotAreaClickEvent,plotAreaHover:d.PlotAreaHoverEvent,render:v.RenderEvent,select:g.SelectEvent,selectEnd:y.SelectEndEvent,selectStart:m.SelectStartEvent,seriesClick:b.SeriesClickEvent,seriesHover:x.SeriesHoverEvent,zoom:_.ZoomEvent,zoomEnd:C.ZoomEndEvent,zoomStart:w.ZoomStartEvent};e.create=function(t,e,r){if(O[t])return new O[t](e,r)}},4740:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.toDomEvent=e.DomEvent=void 0;var r=function(t,e){this.sender=t,this.event=e};e.DomEvent=r,e.toDomEvent=function(t,e){return new r(t,e)}},1765:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEventsBuilder=void 0;var o=r(6309),i=function(){function t(){}return t.create=function(t,e){if("undefined"!=typeof window){var r=window.Hammer;if(!r)return;var i=new r(t,{recognizers:[[r.Tap],[r.Pan],[r.Pinch],[r.Press,{time:0}]]});return new o.DomEvents(i,e)}},t}();e.DomEventsBuilder=i},6309:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEvents=void 0;var r=function(t){return{x:{location:t.pageX},y:{location:t.pageY}}};function o(t,e){for(var r=0;r<t.length;r++)if(e[t[r]])return!0;return!1}var i=[{end:"panend",move:"panmove",start:"panstart"},{gesturechange:"pinchmove",gestureend:"pinchend",gesturestart:"pinchstart"},{press:"press"},{tap:"tap"}],n=function(){function t(t,e){this.hammerInstance=t,this.eventHandlers={},this.tap=this.tap.bind(this),this.press=this.press.bind(this),this.panstart=this.panstart.bind(this),this.panmove=this.panmove.bind(this),this.panend=this.panend.bind(this),this.pinchstart=this.pinchstart.bind(this),this.pinchmove=this.pinchmove.bind(this),this.pinchend=this.pinchend.bind(this),e&&this.bind(e)}return t.prototype.tap=function(t){this.trigger("tap",t)},t.prototype.press=function(t){this.trigger("press",t)},t.prototype.panstart=function(t){delete this.previous,this.previous=this.trigger("start",t)},t.prototype.panmove=function(t){this.previous=this.trigger("move",t)},t.prototype.panend=function(t){this.trigger("end",t),delete this.previous},t.prototype.pinchstart=function(t){this.trigger("gesturestart",t)},t.prototype.pinchmove=function(t){this.trigger("gesturechange",t)},t.prototype.pinchend=function(t){this.trigger("gestureend",t)},t.prototype.trigger=function(t,e){var o=function(t,e){var o=t.pointers,i=o[0],n=i.pageX,a=i.pageY,s=0;if(o.length>1){var l=o[0],u=o[1];s=Math.sqrt(Math.pow(l.pageX-u.pageX,2)+Math.pow(l.pageY-u.pageY,2))}return{distance:s,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:o.map(r),type:t.type,x:{delta:e?n-e.x.location:0,initialDelta:t.deltaX,location:n,startLocation:n-t.deltaX},y:{delta:e?a-e.y.location:0,initialDelta:t.deltaY,location:a,startLocation:a-t.deltaY}}}(e,this.previous);return this.eventHandlers[t]&&this.eventHandlers[t](o),o},t.prototype.bind=function(t){void 0===t&&(t={}),this.unbind(),this.eventHandlers=t;for(var e=0;e<i.length;e++){var r=i[e],n=Object.keys(r);if(o(n,t))for(var a=0;a<n.length;a++){var s=r[n[a]];this.hammerInstance.on(s,this[s])}}},t.prototype.unbind=function(){this.hammerInstance&&this.hammerInstance.off(),this.eventHandlers={}},t.prototype.destroy=function(){this.hammerInstance&&(this.hammerInstance.destroy(),delete this.hammerInstance),delete this.eventHandlers},t.prototype.toggleDrag=function(t){this.toggle("pan",t)},t.prototype.toggleZoom=function(t){this.toggle("pinch",t)},t.prototype.toggle=function(t,e){this.hammerInstance&&this.hammerInstance.get(t).set({enable:e})},t}();e.DomEvents=n},6377:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEndEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(3635).BaseEvent);e.DragEndEvent=n},6776:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.DragEvent=n},4316:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragStartEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.DragStartEvent=n},7475:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.series=e.series,o.seriesIndex=e.seriesIndex,o.pointIndex=e.pointIndex,o.text=e.text,o}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(7116).PreventableEvent);e.LegendItemClickEvent=n},4438:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.series=e.series,o.seriesIndex=e.seriesIndex,o.pointIndex=e.pointIndex,o.text=e.text,o}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(7116).PreventableEvent);e.LegendItemHoverEvent=n},8899:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemLeaveEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.series=e.series,o.seriesIndex=e.seriesIndex,o.pointIndex=e.pointIndex,o.text=e.text,o}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(7116).PreventableEvent);e.LegendItemLeaveEvent=n},1313:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NavigatorFilterEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(3635).BaseEvent);e.NavigatorFilterEvent=n},8059:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.dataItem=e.dataItem,o.series=e.series,o.value=e.value,o.visual=e.visual,o}return i(e,t),e}(r(3635).BaseEvent);e.NoteClickEvent=n},6053:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.dataItem=e.dataItem,o.series=e.series,o.value=e.value,o.visual=e.visual,o}return i(e,t),e}(r(3635).BaseEvent);e.NoteHoverEvent=n},909:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.nativeEvent=e.originalEvent,o.value=e.value,o.x=e.x,o.y=e.y,o}return i(e,t),e}(r(3635).BaseEvent);e.PlotAreaClickEvent=n},6842:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.nativeEvent=e.originalEvent,o.value=e.value,o.x=e.x,o.y=e.y,o}return i(e,t),e}(r(3635).BaseEvent);e.PlotAreaHoverEvent=n},7116:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PreventableEvent=void 0;var n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.prevented=!1,e}return i(e,t),e.prototype.preventDefault=function(){this.prevented=!0},e.prototype.isDefaultPrevented=function(){return this.prevented},e}(r(3635).BaseEvent);e.PreventableEvent=n},2876:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.RenderEvent=void 0;var n=function(t){function e(e,r){return t.call(this,r)||this}return i(e,t),e}(r(3635).BaseEvent);e.RenderEvent=n},3618:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEndEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(3635).BaseEvent);e.SelectEndEvent=n},3314:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(7116).PreventableEvent);e.SelectEvent=n},2965:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectStartEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(7116).PreventableEvent);e.SelectStartEvent=n},6914:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.dataItem=e.dataItem,o.nativeEvent=e.originalEvent,o.percentage=e.percentage,o.point=e.point,o.series=e.series,o.stackValue=e.stackValue,o.value=e.value,o}return i(e,t),e}(r(3635).BaseEvent);e.SeriesClickEvent=n},1867:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.categoryPoints=e.categoryPoints,o.dataItem=e.dataItem,o.nativeEvent=e.originalEvent,o.percentage=e.percentage,o.point=e.point,o.series=e.series,o.stackValue=e.stackValue,o.value=e.value,o}return i(e,t),e}(r(7116).PreventableEvent);e.SeriesHoverEvent=n},7235:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEndEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(3635).BaseEvent);e.ZoomEndEvent=n},6412:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.delta=e.delta,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.ZoomEvent=n},8597:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.ZoomStartEvent=n},6545:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue2=e.StockChart=e.SparklineVue2=e.Sparkline=e.ChartVue2=e.Chart=void 0;var n=r(4877);Object.defineProperty(e,"Chart",{enumerable:!0,get:function(){return n.Chart}}),Object.defineProperty(e,"ChartVue2",{enumerable:!0,get:function(){return n.ChartVue2}});var a=r(5469);Object.defineProperty(e,"Sparkline",{enumerable:!0,get:function(){return a.Sparkline}}),Object.defineProperty(e,"SparklineVue2",{enumerable:!0,get:function(){return a.SparklineVue2}});var s=r(6636);Object.defineProperty(e,"StockChart",{enumerable:!0,get:function(){return s.StockChart}}),Object.defineProperty(e,"StockChartVue2",{enumerable:!0,get:function(){return s.StockChartVue2}}),i(r(5560),e),i(r(2444),e),i(r(4082),e),i(r(5264),e),i(r(8011),e),i(r(1260),e)},1260:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.exportVisual=e.findPaneByName=e.findPaneByIndex=e.findAxisByName=void 0,e.findAxisByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findAxisByName(e)},e.findPaneByIndex=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByIndex(e)},e.findPaneByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByName(e)},e.exportVisual=function(t,e){if(void 0===e&&(e={}),t&&null!==t.chartInstance())return t.chartInstance().exportVisual(e)}},169:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1703767464,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},9270:(t,e)=>{var r=function(){return r=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)},o=function(t,e,r){if(r||2===arguments.length)for(var o,i=0,n=e.length;i<n;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.observersReducer=e.themeReducer=e.optionsReducer=void 0,e.optionsReducer=function(t,e){return e.chartCollectionIdxKey?i.collectionConfigurationItem(t,e):e.chartKey?i.configurationItem(t,e):{}},e.themeReducer=function(t,e){if(!e.type)return{};switch(e.type){case"set":return i.themeItem(t,e);case"push":return Object.assign(t,e.payload);default:return t}},e.observersReducer=function(t,e){if(!e.type)return[];switch(e.type){case"add":return o(o([],t,!0),[e.payload],!1);case"remove":return t.filter((function(t){return t!==e.payload}));default:return t}};var i={configurationItem:function(t,e){var o,i;return t[e.chartKey]&&Object.keys(t[e.chartKey]).length?Object.assign(t,((o={})[e.chartKey]=r(r({},t[e.chartKey]),e.payload),o)):Object.assign(t,((i={})[e.chartKey]=e.payload,i))},collectionConfigurationItem:function(t,e){var r,o,i,n=!1,a=e.chartCollectionIdxKey.split("_"),s=a[0],l=a[1],u=(e.parentKey?t[e.parentKey]&&t[e.parentKey][s]||[]:t[s]||[]).map((function(t,r){return parseInt(l,10)===r||e.payload&&e.payload.uid===t.uid?(n=!0,e.payload):t}));if(!1!==n||e.uid||u.splice(parseInt(l,10),0,e.payload),e.uid){var c=u.findIndex((function(t){return t.uid===e.uid}));c>-1&&u.splice(c,1)}return e.parentKey?Object.assign(t,((r={})[e.parentKey]=((o={})[s]=u,o),r)):Object.assign(t,((i={})[s]=u,i))},themeItem:function(t,e){for(var r={},o=Object.assign(r,t),i=e.payload,n=i.field,a=i.value,s=n.split("."),l=s.shift();s.length>0;)r=r[l]=r[l]||{},l=s.shift();return r[l]=a,o}}},3377:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.THROTTLE_MS=void 0;var o=r(9680);e.THROTTLE_MS=1e3/60,e.default=function(t){var r,i,n=[],a=function(a){r=t(r,a),o.canUseDOM&&(window.clearTimeout(i),i=window.setTimeout((function(){return n.forEach((function(t){return t()}))}),e.THROTTLE_MS))};return a({}),{getState:function(){return r},dispatch:a,subscribe:function(t){return n.push(t),function(){return n=n.filter((function(e){return e!==t}))}}}}},349:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.loadTheme=void 0;var o=r(4899),i=function(t){return"".concat(t.fontWeight," ").concat(t.fontSize," ").concat(t.fontFamily)},n=function(t){return window.getComputedStyle(t).backgroundColor},a='\n <div class="k-var--primary"></div>\n <div class="k-var--base"></div>\n <div class="k-var--background"></div>\n\n <div class="k-var--normal-background"></div>\n <div class="k-var--normal-text-color"></div>\n <div class="k-var--hover-background"></div>\n <div class="k-var--hover-text-color"></div>\n <div class="k-var--selected-background"></div>\n <div class="k-var--selected-text-color"></div>\n <div class="k-var--chart-error-bars-background"></div>\n <div class="k-var--chart-notes-background"></div>\n <div class="k-var--chart-notes-border"></div>\n <div class="k-var--chart-notes-lines"></div>\n <div class="k-var--chart-crosshair-background"></div>\n\n <div class="k-var--chart-inactive"></div>\n <div class="k-var--chart-major-lines"></div>\n <div class="k-var--chart-minor-lines"></div>\n <div class="k-var--chart-area-opacity"></div>\n <div class="k-var--chart-area-inactive-opacity"></div>\n <div class="k-var--chart-line-inactive-opacity"></div>\n\n <div class="k-widget k-chart">\n <div class="k-var--chart-font"></div>\n <div class="k-var--chart-title-font"></div>\n <div class="k-var--chart-pane-title-font"></div>\n <div class="k-var--chart-label-font"></div>\n </div>\n\n <div class="k-var--series-unset"></div>\n <div class="k-var--series">\n '.concat(function(){for(var t='\n <div class="k-var--series-a"></div>\n <div class="k-var--series-b"></div>\n <div class="k-var--series-c"></div>\n <div class="k-var--series-d"></div>\n <div class="k-var--series-e"></div>\n <div class="k-var--series-f"></div>\n',e=0;e<30;e++)t+='\n <div class="k-var--series-'.concat(e+1,'"></div>');return t}(),"\n </div>\n"),s=function(){function t(t){this.store=t}return t.prototype.setStyle=function(t,e){this.store.dispatch({type:"set",payload:{field:t,value:e}})},t.prototype.setColors=function(){this.mapColor("axisDefaults.crosshair.color","chart-crosshair-background"),this.mapColor("axisDefaults.labels.color","normal-text-color"),this.mapColor("axisDefaults.line.color","chart-major-lines"),this.mapColor("axisDefaults.majorGridLines.color","chart-major-lines"),this.mapColor("axisDefaults.minorGridLines.color","chart-minor-lines"),this.mapColor("axisDefaults.notes.icon.background","chart-notes-background"),this.mapColor("axisDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("axisDefaults.notes.line.color","chart-notes-lines"),this.mapColor("axisDefaults.title.color","normal-text-color"),this.mapColor("chartArea.background","background"),this.mapColor("legend.inactiveItems.labels.color","chart-inactive"),this.mapColor("legend.inactiveItems.markers.color","chart-inactive"),this.mapColor("legend.labels.color","normal-text-color"),this.mapColor("seriesDefaults.boxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.boxPlot.mean.color","base"),this.mapColor("seriesDefaults.boxPlot.median.color","base"),this.mapColor("seriesDefaults.boxPlot.whiskers.color","primary"),this.mapColor("seriesDefaults.bullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.candlestick.downColor","normal-text-color"),this.mapColor("seriesDefaults.candlestick.line.color","normal-text-color"),this.mapColor("seriesDefaults.errorBars.color","chart-error-bars-background"),this.mapColor("seriesDefaults.horizontalWaterfall.line.color","chart-major-lines"),this.mapColor("seriesDefaults.icon.border.color","chart-major-lines"),this.mapColor("seriesDefaults.labels.background","background"),this.mapColor("seriesDefaults.labels.color","normal-text-color"),this.mapColor("seriesDefaults.notes.icon.background","chart-notes-background"),this.mapColor("seriesDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("seriesDefaults.notes.line.color","chart-notes-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.mean.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.median.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.whiskers.color","primary"),this.mapColor("seriesDefaults.verticalBullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.waterfall.line.color","chart-major-lines"),this.mapColor("title.color","normal-text-color");var t=parseFloat(this.queryStyle("chart-area-opacity").opacity);isNaN(t)||(this.setStyle("seriesDefaults.area.opacity",t),this.setStyle("seriesDefaults.radarArea.opacity",t),this.setStyle("seriesDefaults.verticalArea.opacity",t),this.setStyle("seriesDefaults.labels.opacity",t)),this.setInactiveOpacity(["area","verticalArea"],"chart-area-inactive-opacity"),this.setInactiveOpacity(["line","verticalLine"],"chart-line-inactive-opacity")},t.prototype.setFonts=function(){var t=i(this.queryStyle("chart-font")),e=i(this.queryStyle("chart-title-font")),r=i(this.queryStyle("chart-pane-title-font")),o=i(this.queryStyle("chart-label-font"));this.setStyle("axisDefaults.labels.font",o),this.setStyle("axisDefaults.notes.label.font",t),this.setStyle("axisDefaults.title.font",t),this.setStyle("legend.labels.font",t),this.setStyle("seriesDefaults.labels.font",o),this.setStyle("seriesDefaults.notes.label.font",t),this.setStyle("title.font",e),this.setStyle("paneDefaults.title.font",r)},t.prototype.setSeriesColors=function(){var t=this.element,e=[].slice.call(null==t?void 0:t.querySelectorAll(".k-var--series div")),r=n(null==t?void 0:t.querySelector(".k-var--series-unset")),o=e.reduce((function(t,e){var o=function(t){var e=t.match(/series-([a-z])$/);if(null!==e)return e[1].toLowerCase().charCodeAt(0)-"a".charCodeAt(0);var r=t.split("--series-")[1];return parseInt(r,10)-1}(e.className),i=n(e);return i!==r&&(t[o]=i),t}),[]);this.setStyle("seriesColors",o)},t.prototype.mapColor=function(t,e){this.setStyle(t,this.queryStyle(e).backgroundColor)},t.prototype.queryStyle=function(t){var e=this.element;return window.getComputedStyle(null==e?void 0:e.querySelector(".k-var--".concat(t)))},t.prototype.setInactiveOpacity=function(t,e){var r=this,o=parseFloat(this.queryStyle(e).opacity);!isNaN(o)&&o<1&&t.forEach((function(t){return r.setStyle("seriesDefaults.".concat(t,".highlight.inactiveOpacity"),o)}))},t}();e.loadTheme=function(t,e){var r=new s(t);if("undefined"!=typeof document){var i=r.element=document.createElement("div");i.style.display="none",i.innerHTML=a,document.body.appendChild(i);try{t.dispatch({type:"push",payload:(0,o.chartBaseTheme)()}),r.setColors(),r.setFonts(),r.setSeriesColors()}finally{document.body.removeChild(r.element),delete r.element,e()}}else t.dispatch({type:"push",payload:(0,o.chartBaseTheme)()})}},5544:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipVue2=e.CrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(9680),u=r(4899),c=r(1566),p={name:"KendoCrosshairTooltip",props:{index:Number,name:String},data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContent:void 0,popupStyles:void 0,className:void 0}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},observersStore:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:s?void 0:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},unmounted:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e,r=a||t,o=((0,l.getDefaultSlots)(this),this.popupShown?this.popupContent:Function.prototype),i=(0,l.classNames)(((e={})["k-chart-crosshair-tooltip"]=!0,e["k-chart-tooltip-inverse"]=!!this.className,e));return r(c.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:i},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:i},this.v3?function(){return[o]}:[o])},methods:{onShowTooltip:function(t){var e=t.anchor,r=t.style,o=t.className,i=t.crosshair,n=t.axisName,a=t.axisIndex,s=t.value,l=this.$props,u=l.name,c=l.index;i&&n===u&&a===c&&(this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContent=s,this.popupStyles=r,this.className=o)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0}}};e.CrosshairTooltipVue2=p;var h=p;e.CrosshairTooltip=h},7822:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairContainerVue2=e.CrosshairContainer=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(5544),u=["categoryAxis","valueAxis","xAxis","yAxis"];function c(t,e){var r=[];if(t[e])for(var o=[].concat(t[e]),i=0;i<o.length;i++){var n=(o[i].crosshair||{}).tooltip;n&&n.visible&&r.push({index:i,name:e})}return r}var p={name:"KendoCrosshairContainer",props:{optionsState:Object},computed:{tooltips:function(){return function(t){for(var e={},r=0;r<u.length;r++)for(var o=c(t,u[r]),i=0;i<o.length;i++){var n=o[i];e[n.name+n.index]=n}return e}(this.optionsState)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=Object.keys(this.tooltips).map((function(t){return e(l.CrosshairTooltip,{index:this.tooltips[t].index,attrs:this.v3?void 0:{index:this.tooltips[t].index,name:this.tooltips[t].name},name:this.tooltips[t].name,key:t})}),this);return e("div",[r])}};e.CrosshairContainerVue2=p;var h=p;e.CrosshairContainer=h},4933:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var r=function(){function t(t,e){this.value=t.value,this.category=t.category,this.categoryIndex=t.categoryIx,this.series=t.series,this.dataItem=t.dataItem,this.percentage=t.percentage,this.runningTotal=t.runningTotal,this.total=t.total,this.low=t.low,this.high=t.high,this.xLow=t.xLow,this.xHigh=t.xHigh,this.yLow=t.yLow,this.yHigh=t.yHigh,this.point=t,this.format=((t.options||{}).tooltip||{}).format||e}return Object.defineProperty(t.prototype,"formattedValue",{get:function(){return this.format?this.point.formatValue(this.format):String(this.value)},enumerable:!1,configurable:!0}),t}();e.TooltipPoint=r},1566:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPopupVue2=e.TooltipPopup=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(4899),u=r(5320),c=r(4866),p=r(9680),h={horizontal:"fit",vertical:"fit"},f="k-chart-tooltip",d={name:"KendoTooltipPopup",props:{className:String,popupShown:Boolean,popupAlign:{type:Object,default:function(){}},popupOffset:{type:Object},popupStyles:{type:Object},popupContent:Function},inject:{options:{default:{state:{}}},dispatchOptions:{default:null},observersState:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new l.InstanceObserver(this,{onMouseLeave:"onChartMouseLeave"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},mounted:function(){this.element=(0,p.getRef)(this,"element")},destroyed:s?void 0:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},unmounted:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=a||t,o=(0,p.getDefaultSlots)(this),i=this.$props,n=i.popupShown,s=i.popupAlign,l=i.popupOffset,u=i.popupStyles,d=(i.popupContent,i.className),v=[f,d].join(" ").trim();return r(c.Popup,{animate:!1,attrs:this.v3?void 0:{animate:!1,popupAlign:s,offset:l,show:n,collision:h},popupAlign:s,offset:l,show:n,collision:h,class:"k-chart-tooltip-wrapper"},this.v3?function(){return[r("div",{class:v,style:u,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:(0,p.setRef)(e,"element")},[o])]}:[r("div",{class:v,style:u,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:(0,p.setRef)(e,"element")},[o])])},methods:{onChartMouseLeave:function(t){var e=t.event;return!!(0,u.hasParent)(e.relatedTarget,this.element)},onMouseLeave:function(t){}}};e.TooltipPopupVue2=d;var v=d;e.TooltipPopup=v},6123:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesTooltipVue2=e.SeriesTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(9680),u=r(4899),c=r(4933),p=r(7003),h=r(1566),f={name:"KendoSeriesTooltip",data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContext:{},popupStyles:void 0,className:void 0,shared:void 0}},inject:{optionsState:{default:{}},observersState:{default:null},dispatchObservers:{default:null}},mounted:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:s?void 0:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},unmounted:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e,r=this,o=a||t,i=this.popupShown?function(){var t=this.findRenderFunction();if(this.shared){var e=o(p.SharedTooltipContent,{categoryText:this.popupContext.categoryText,attrs:this.v3?void 0:{categoryText:this.popupContext.categoryText,colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points},colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points});return l.getTemplate.call(this,{h:o,template:t,defaultRendering:e,additionalProps:Object.assign({},this.popupContext)})}var r=this.popupContext.point,i=this.findRenderFunctionByIndex(r.series.index),n=o("span",{domProps:{innerHTML:this.popupContext.point.formattedValue},innerHTML:this.popupContext.point.formattedValue});return null!==i?l.getTemplate.call(this,{h:o,template:i,defaultRendering:n,additionalProps:Object.assign({},this.popupContext)}):null!==t?l.getTemplate.call(this,{h:o,template:t,defaultRendering:n,additionalProps:Object.assign({},this.popupContext)}):n}:Function.prototype,n=(0,l.classNames)(((e={})["k-chart-shared-tooltip"]=this.shared,e["k-chart-tooltip-inverse"]=!!this.className,e));return o(h.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},this.v3?function(){return[i.call(r)]}:[i.call(r)])},methods:{onShowTooltip:function(t){var e,r=t.anchor,o=t.style,i=t.shared,n=t.className;t.crosshair||(e=i?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.popupShown=!0,this.popupAlign=r.align,this.popupOffset=r.point,this.popupContext=e,this.popupStyles=o,this.className=n,this.shared=i)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0},createSharedTooltipContext:function(t){var e=t.points,r=t.categoryText,o=e.filter((function(t){return void 0!==t.series.name})).length>0,i=t.series.length>1,n=1;return o&&n++,i&&n++,{categoryText:r,colorMarker:i,colspan:n,nameColumn:o,points:t.points.map((function(e){return new c.TooltipPoint(e,t.format)}))}},createTooltipContext:function(t){var e=t.point,r=t.format;return{point:new c.TooltipPoint(e,r)}},findRenderFunctionByIndex:function(t){var e=this.optionsState.series;return void 0!==e&&Array.isArray(e)&&void 0!==e[t]&&e[t].hasOwnProperty("tooltip")&&e[t].tooltip.hasOwnProperty("render")?e[t].tooltip.render:null},findRenderFunction:function(){var t=this.optionsState.tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null}}};e.SeriesTooltipVue2=f;var d=f;e.SeriesTooltip=d},7003:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.SharedTooltipContentVue2=e.SharedTooltipContent=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l={name:"KendoSharedTooltipPopup",props:{categoryText:String,colorMarker:{type:Boolean,default:void 0},colspan:Number,nameColumn:{type:Boolean,default:void 0},points:Array},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=this.$props,o=r.categoryText,i=r.colorMarker,n=r.colspan,s=r.nameColumn,l=r.points;return e("table",[e("thead",[e("tr",[e("th",{colspan:n,attrs:this.v3?void 0:{colspan:n}},[o])])]),e("tbody",[l.map(function(t,r){var o=e("span",{domProps:{innerHTML:t.formattedValue},innerHTML:t.formattedValue});return e("tr",{key:r},[i&&e("td",[e("span",{class:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}})]),s&&e("td",[t.series.name]),o])}.bind(this),this)])])}};e.SharedTooltipContentVue2=l;var u=l;e.SharedTooltipContent=u},5560:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var o=r(4933);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return o.TooltipPoint}})},5320:(t,e)=>{var r=function(){return r=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.removeUndefinedProps=e.toggle=e.validateChildren=e.hasParent=void 0,e.hasParent=function(t,e){for(var r=t;r&&r!==e;)r=r.parentNode;return!!r},e.removeUndefinedProps=function(t){var e=r({},t);return Object.keys(e).forEach((function(t){void 0===e[t]&&delete e[t],"dataItems"===t&&(e.data=e[t],delete e[t]),"lineStyle"===t&&e[t]&&(e.style=e[t],delete e[t])})),e},e.validateChildren=function(t,e,r,o){var i=t[e];if(i&&Array.isArray(i))for(var n=0,a=i;n<a.length;n++){var s=a[n];if(!s.type||s.type!==o)return new Error("".concat(r," children should be Array of type ").concat(o.displayName,"."))}return null},e.toggle=function(t){return void 0!==t&&!t}},4941:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.AnimationVue2=e.Animation=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(9389),s=r(9680),l=r(8420),u=r(1947).default.styles,c={props:{componentChildStyle:Object,childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:n?function(){return{v3:!!n}}:void 0,created:function(){(0,s.validatePackage)(l.packageMetadata)},render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o=this.$props,n=(o.id,o.tag,o.role),l=o.className,c=(o.childFactory,o.stackChildren,o.componentChildStyle),p=(o.componentChildClassName,function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["id","tag","role","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[u["animation-container"],u["animation-container-relative"],l]);return e("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id,role:n},class:p,role:n},[e(a.AnimationChild,{key:"some",style:c,appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])])}};e.AnimationVue2=c;var p=c;e.Animation=p},9389:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.AnimationChildVue2=e.AnimationChild=void 0;var i=r(1895),n=i.h,a=i.version&&"3"===i.version[0],s=i.ref,l=i.Transition,u=r(1947),c=r(9680),p=u.default.styles,h={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object},created:function(){this.animationStep=""},setup:a?function(){return{v3:!!a,elementRef:s(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(t){this.$emit("beforeenter",{animatedElement:t,target:this})},onEnter:function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},onAfterEnter:function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},onBeforeLeave:function(t){this.$emit("exit",{animatedElement:t,target:this})},onLeave:function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},onAfterLeave:function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})}},render:function(t){var e=this,r=n||t,i=this.$props,a=i.appear,s=i.enter,u=i.exit,h=i.transitionName,f=i.transitionEnterDuration,d=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),y=i.animationEnteredStyle,m=i.animationExitingStyle,b=i.animationExitedStyle,x=(function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),(0,c.getDefaultSlots)(this)),_=this.v3?a:!!x,C=this.v3?l:"transition",w=[v,p["child-animation-container"]],O=s?f:0,S=u?d:0,P=[o({transitionDelay:"0ms",transitionDuration:"".concat(_?O:S,"ms")},this.$props.transitionStyle),{entering:o({transitionDuration:"".concat(O,"ms")},g),entered:o({},y),exiting:o({transitionDuration:"".concat(S,"ms")},m),exited:o({},b)}[this.animationStep]],A={enter:O,leave:S},j=[_?r("div",{style:P,class:w,ref:this.v3?function(t){e.elementRef=t}:"element"},[x]):null];return r(C,{duration:A,attrs:this.v3?null:{duration:A,name:h,appear:a,appearClass:p["".concat(h,"-appear")]||"".concat(h,"-appear"),appearToClass:p["".concat(h,"-appear-active")]||"".concat(h,"-appear-active"),enterClass:p["".concat(h,"-enter")]||"".concat(h,"-enter"),enterToClass:p["".concat(h,"-enter-active")]||"".concat(h,"-enter-active"),leaveClass:p["".concat(h,"-exit")]||"".concat(h,"-exit"),leaveToClass:p["".concat(h,"-exit-active")]||"".concat(h,"-exit-active")},name:h,appear:a,appearFromClass:p["".concat(h,"-appear")]||"".concat(h,"-appear"),enterFromClass:p["".concat(h,"-enter")]||"".concat(h,"-enter"),leaveFromClass:p["".concat(h,"-exit")]||"".concat(h,"-exit"),appearToClass:p["".concat(h,"-appear-active")]||"".concat(h,"-appear-active"),enterToClass:p["".concat(h,"-enter-active")]||"".concat(h,"-enter-active"),leaveToClass:p["".concat(h,"-exit-active")]||"".concat(h,"-exit-active"),onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return j}:j)}};e.AnimationChildVue2=h;var f=h;e.AnimationChild=f},2483:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ExpandVue2=e.Expand=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},componentChildStyle:Object,tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o=this.$props,n=(o.direction,function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["direction"]),"expand-".concat(this.$props.direction));return e(a.Animation,{transitionName:n,attrs:this.v3?void 0:{transitionName:n,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}};e.ExpandVue2=l;var u=l;e.Expand=u},367:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.FadeVue2=e.Fade=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:500},transitionExitDuration:{type:Number,default:500},componentChildStyle:Object,childFactory:Object,className:String,tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this);return e(a.Animation,{transitionName:"fade",attrs:this.v3?void 0:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}};e.FadeVue2=l;var u=l;e.Fade=u},5756:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PushVue2=e.Push=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={position:"absolute",top:"0",left:"0"},u={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,componentChildStyle:Object,className:String,direction:{type:String,default:"right"},tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o="push-".concat(this.$props.direction);return e(a.Animation,{transitionName:o,attrs:this.v3?void 0:{transitionName:o,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationExitingStyle:this.$props.stackChildren?l:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationExitingStyle:this.$props.stackChildren?l:void 0},this.v3?function(){return[r]}:[r])}};e.PushVue2=u;var c=u;e.Push=c},7468:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.RevealVue2=e.Reveal=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(1947),l=r(9680),u=function(){},c={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildStyle:Object,childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String},data:function(){return{maxHeight:"",maxWidth:""}},methods:{componentWillEnter:function(t){var e=this.$props.onEnter;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},componentIsEntering:function(t){var e=this.$props.onEntering;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},componentWillExit:function(t){var e=this.$props.onExit;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},updateContainerDimensions:function(t,e){void 0===e&&(e=u);var r=t?t.firstElementChild:null;if(r){var o=s.default.outerHeight(r),i=s.default.outerWidth(r);this.$data.maxHeight=o,this.$data.maxWidth=i,e()}}},computed:{animationEnteringStyle:{get:function(){var t;return{maxHeight:(t="vertical"===this.$props.direction?{maxHeight:this.maxHeight?"".concat(this.maxHeight,"px"):null}:{maxWidth:this.maxWidth?"".concat(this.maxWidth,"px"):null}).maxHeight,maxWidth:t.maxWidth}}}},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,l.getDefaultSlots)(this),o=this.$props,n=(o.direction,o.childFactory,function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["direction","childFactory"]),"reveal-".concat(this.$props.direction));return e(a.Animation,{appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationEnteringStyle:this.animationEnteringStyle,transitionName:n},enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,onEnter:this.componentWillEnter,on:this.v3?void 0:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit},onEntering:this.componentIsEntering,onExit:this.componentWillExit,componentChildStyle:this.$props.componentChildStyle,animationEnteringStyle:this.animationEnteringStyle,transitionName:n},this.v3?function(){return[r]}:[r])}};e.RevealVue2=c;var p=c;e.Reveal=p},1929:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.SlideVue2=e.Slide=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[Array],childFactory:Object,componentChildStyle:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String,role:String},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o=this.$props,n=(o.direction,o.id),l=(function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["direction","id"]),"slide-".concat(this.$props.direction));return e(a.Animation,{id:n,attrs:this.v3?void 0:{id:n,transitionName:l,componentChildClassName:this.$props.componentChildClassName,componentChildStyle:this.$props.componentChildStyle,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},transitionName:l,componentChildClassName:this.$props.componentChildClassName,componentChildStyle:this.$props.componentChildStyle,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}};e.SlideVue2=l;var u=l;e.Slide=u},7524:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomVue2=e.Zoom=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={position:"absolute",top:"0",left:"0"},u={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},stackChildren:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"out"},tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o="zoom-".concat(this.$props.direction);return e(a.Animation,{transitionName:o,attrs:this.v3?void 0:{transitionName:o,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?l:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?l:void 0},this.v3?function(){return[r]}:[r])}};e.ZoomVue2=u;var c=u;e.Zoom=c},5173:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.cancelAnimation=e.animate=void 0,e.animate=function(t,e,r){void 0===e&&(e=0),void 0===r&&(r=0);var o,i=t.duration,n=e&&1-e;return t.onStart&&t.onStart(),r=window.requestAnimationFrame((function a(s){o||(o=s);var l=(s-o+1)/i+n;l<=1?(t.onUpdate&&t.onUpdate(l),r=window.requestAnimationFrame(a),e=l):(t.onEnd&&t.onEnd(1),e=0)}))},e.cancelAnimation=function(t){t&&window.cancelAnimationFrame(t)}},8895:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.cancelAnimation=e.animate=e.RevealVue2=e.Reveal=e.ZoomVue2=e.Zoom=e.SlideVue2=e.Slide=e.PushVue2=e.Push=e.ExpandVue2=e.Expand=e.FadeVue2=e.Fade=e.AnimationChildVue2=e.AnimationChild=e.AnimationVue2=e.Animation=void 0;var o=r(4941);Object.defineProperty(e,"Animation",{enumerable:!0,get:function(){return o.Animation}}),Object.defineProperty(e,"AnimationVue2",{enumerable:!0,get:function(){return o.AnimationVue2}});var i=r(9389);Object.defineProperty(e,"AnimationChild",{enumerable:!0,get:function(){return i.AnimationChild}}),Object.defineProperty(e,"AnimationChildVue2",{enumerable:!0,get:function(){return i.AnimationChildVue2}});var n=r(367);Object.defineProperty(e,"Fade",{enumerable:!0,get:function(){return n.Fade}}),Object.defineProperty(e,"FadeVue2",{enumerable:!0,get:function(){return n.FadeVue2}});var a=r(2483);Object.defineProperty(e,"Expand",{enumerable:!0,get:function(){return a.Expand}}),Object.defineProperty(e,"ExpandVue2",{enumerable:!0,get:function(){return a.ExpandVue2}});var s=r(5756);Object.defineProperty(e,"Push",{enumerable:!0,get:function(){return s.Push}}),Object.defineProperty(e,"PushVue2",{enumerable:!0,get:function(){return s.PushVue2}});var l=r(1929);Object.defineProperty(e,"Slide",{enumerable:!0,get:function(){return l.Slide}}),Object.defineProperty(e,"SlideVue2",{enumerable:!0,get:function(){return l.SlideVue2}});var u=r(7524);Object.defineProperty(e,"Zoom",{enumerable:!0,get:function(){return u.Zoom}}),Object.defineProperty(e,"ZoomVue2",{enumerable:!0,get:function(){return u.ZoomVue2}});var c=r(7468);Object.defineProperty(e,"Reveal",{enumerable:!0,get:function(){return c.Reveal}}),Object.defineProperty(e,"RevealVue2",{enumerable:!0,get:function(){return c.RevealVue2}});var p=r(5173);Object.defineProperty(e,"animate",{enumerable:!0,get:function(){return p.animate}}),Object.defineProperty(e,"cancelAnimation",{enumerable:!0,get:function(){return p.cancelAnimation}})},8420:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1703767422,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},1947:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default={outerHeight:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginTop),o=parseFloat(e.marginBottom);return t.offsetHeight+r+o},outerWidth:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginLeft),o=parseFloat(e.marginRight);return t.offsetWidth+r+o},styles:{"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"}}},4899:(t,e,r)=>{r.r(e),r.d(e,{Aggregates:()=>Ro,ArcGauge:()=>eh,ArcScale:()=>Wp,AreaChart:()=>pa,AreaSegment:()=>na,ArrowLinearPointer:()=>xp,Axis:()=>pr,AxisGroupRangeTracker:()=>fa,AxisLabel:()=>Xe,Bar:()=>ya,BarChart:()=>Sa,BarLabel:()=>va,BarLinearPointer:()=>Pp,Barcode:()=>Xh,Box:()=>fe,BoxElement:()=>Oe,BoxPlot:()=>Ta,BoxPlotChart:()=>Ia,BubbleChart:()=>Ua,Bullet:()=>Ga,BulletChart:()=>Wa,Candlestick:()=>Aa,CandlestickChart:()=>ka,CategoricalChart:()=>Nn,CategoricalErrorBar:()=>vn,CategoricalPlotArea:()=>tl,CategoryAxis:()=>$r,Chart:()=>vc,ChartAxis:()=>Eo,ChartContainer:()=>os,ChartElement:()=>Ce,ChartPane:()=>Io,ChartPlotArea:()=>No,ChartService:()=>ir,CircularGauge:()=>oh,Class:()=>L.Class,ClipAnimation:()=>ta,ClusterLayout:()=>_a,Crosshair:()=>es,CrosshairTooltip:()=>Ja,CurveProcessor:()=>Mo,DateCategoryAxis:()=>eo,DateValueAxis:()=>co,DefaultAggregates:()=>ms,DomEventsBuilder:()=>sr,DonutChart:()=>ru,DonutPlotArea:()=>iu,DonutSegment:()=>tu,ErrorBarBase:()=>fn,ErrorRangeCalculator:()=>$o,Extent:()=>dv,FloatElement:()=>De,FontLoader:()=>Bt,FormatService:()=>er,Gauge:()=>op,Gradients:()=>je,HashMap:()=>ct,Highlight:()=>ol,InstanceObserver:()=>vt,IntlService:()=>Ze,Legend:()=>bl,LegendItem:()=>vl,LegendLayout:()=>fl,LineChart:()=>oa,LinePoint:()=>Fn,LineSegment:()=>Un,LinearGauge:()=>kp,LinearPointer:()=>dp,LinearScale:()=>cp,Location:()=>fd,LogarithmicAxis:()=>go,Map:()=>Ug,MousewheelZoom:()=>pl,Navigator:()=>Vc,NavigatorHint:()=>jc,Note:()=>Ge,NumericAxis:()=>lo,OHLCChart:()=>Rs,OHLCPoint:()=>Ls,Pane:()=>as,Pannable:()=>sl,PieAnimation:()=>Vl,PieChart:()=>ql,PieChartMixin:()=>Gl,PiePlotArea:()=>Ql,PieSegment:()=>$l,PlotAreaBase:()=>hs,PlotAreaEventsMixin:()=>ds,PlotAreaFactory:()=>_l,Point:()=>ce,PointEventsMixin:()=>Bn,PolarAxis:()=>_o,QRCode:()=>rd,RadarCategoryAxis:()=>bo,RadarLogarithmicAxis:()=>jo,RadarNumericAxis:()=>Po,RadialGauge:()=>Gp,RadialPointer:()=>Kp,RadialScale:()=>Lp,RangeAreaChart:()=>Is,RangeAreaPoint:()=>As,RangeBar:()=>xs,RangeBarChart:()=>Cs,RangePointer:()=>Jp,Ring:()=>ge,RootElement:()=>Te,ScatterChart:()=>Ra,ScatterErrorBar:()=>La,ScatterLineChart:()=>Nl,Sector:()=>me,Selection:()=>Sl,SeriesAggregator:()=>gs,SeriesBinder:()=>Ho,ShapeBuilder:()=>xe,ShapeElement:()=>Pe,SharedTooltip:()=>kl,Sparkline:()=>wc,SplineAreaSegment:()=>ua,SplineSegment:()=>qn,StackWrap:()=>wa,StockChart:()=>Nc,TemplateService:()=>rt,Text:()=>Ne,TextBox:()=>ze,Title:()=>Ue,Tooltip:()=>Al,WaterfallChart:()=>Us,WaterfallSegment:()=>Fs,XYPlotArea:()=>Hl,ZoomSelection:()=>ul,addClass:()=>V,alignPathToPixel:()=>B,anyHasZIndex:()=>gn,append:()=>_t,appendIfNotNull:()=>yn,areNumbers:()=>mn,autoMajorUnit:()=>ue,autoTextColor:()=>Jt,barcodeValidator:()=>Gh,bindEvents:()=>Ct,bindSegments:()=>xn,categoriesCount:()=>_n,chartBaseTheme:()=>ny,clockwise:()=>R,constants:()=>o,convertableToNumber:()=>H,countNumbers:()=>Lo,createHashSet:()=>ae,createOutOfRangePoints:()=>Vn,deepExtend:()=>G,defaultErrorHandler:()=>se,defined:()=>wt,deg:()=>Ot,elementOffset:()=>St,elementScale:()=>Qt,elementSize:()=>Pt,elementStyles:()=>Q,equalsIgnoreCase:()=>Cn,evalOptions:()=>On,eventCoordinates:()=>At,eventElement:()=>jt,filterSeriesByType:()=>Sn,find:()=>Yt,findAxisByName:()=>Do,getDateField:()=>Pn,getField:()=>zo,getSpacing:()=>J,getTemplate:()=>ot,getter:()=>at,grep:()=>st,hasClasses:()=>lt,hasGradientOverlay:()=>An,hasValue:()=>jn,hashKey:()=>kt,inArray:()=>pt,interpolateValue:()=>ht,isArray:()=>D,isDateAxis:()=>kn,isFunction:()=>U,isNumber:()=>z,isObject:()=>Y,isPlainObject:()=>gt,isString:()=>F,keys:()=>le,last:()=>Mt,limitValue:()=>Tt,logToConsole:()=>L.logToConsole,map:()=>yt,mousewheelDelta:()=>bt,objectKey:()=>Et,qrcodeValidator:()=>od,rad:()=>Dt,rectToBox:()=>Le,removeClass:()=>N,renderIcon:()=>$t,round:()=>Vt,segmentVisible:()=>bn,setDefaultOptions:()=>Rt,singleItemOrArray:()=>Mn,sparseArrayLimits:()=>Gt,styleValue:()=>W,unbindEvents:()=>It,valueOrDefault:()=>Nt});var o={};r.r(o),r.d(o,{DEFAULT_PANE:()=>Tc,NAVIGATOR_AXIS:()=>Mc,NAVIGATOR_PANE:()=>kc});var i="arc",n="#000",a="bottom",s="center",l="circle",u=3,c="cross",p="date",h="12px sans-serif",f=10,d=/\{\d+:?/,v="height",g="inside",y="inherit",m="left",b=Number.MAX_VALUE,x=-Number.MAX_VALUE,_="none",C="object",w="outside",O="right",S="roundedRect",P="string",A="top",j="value",k="#fff",M="width",T="x",E="y";function D(t){return Array.isArray(t)}function V(t,e){for(var r=D(e)?e:[e],o=0;o<r.length;o++){var i=r[o];-1===t.className.indexOf(i)&&(t.className+=" "+i)}}var I=/\s+/g;function N(t,e){t&&t.className&&(t.className=t.className.replace(e,"").replace(I," "))}var L=r(4407);function B(t){var e=.5;t.options.stroke&&L.drawing.util.defined(t.options.stroke.width)&&t.options.stroke.width%2==0&&(e=0);for(var r=0;r<t.segments.length;r++)t.segments[r].anchor().round(0).translate(e,e);return t}function R(t,e){return-t.x*e.y+t.y*e.x<0}function z(t){return"number"==typeof t&&!isNaN(t)}function F(t){return typeof t===P}function H(t){return z(t)||F(t)&&isFinite(t)}function U(t){return"function"==typeof t}var K="object",X="undefined";function $(t,e){for(var r in e){var o,i=e[r],n=typeof i;if((o=n===K&&null!==i?i.constructor:null)&&o!==Array)if(i instanceof Date)t[r]=new Date(i.getTime());else if(U(i.clone))t[r]=i.clone();else{var a=t[r];t[r]=typeof a===K&&a||{},$(t[r],i)}else n!==X&&(t[r]=i)}return t}function G(t){for(var e=arguments,r=arguments.length,o=1;o<r;o++)$(t,e[o]);return t}function Y(t){return"object"==typeof t}function W(t){return z(t)?t+"px":t}var q=/width|height|top|left|bottom|right/i;function Z(t){return q.test(t)}function Q(t,e){var r=F(e)?[e]:e;if(D(r)){for(var o={},i=window.getComputedStyle(t),n=0;n<r.length;n++){var a=r[n];o[a]=Z(a)?parseFloat(i[a]):i[a]}return o}if(Y(e))for(var s in e)t.style[s]=W(e[s])}function J(t,e){void 0===e&&(e=0);var r={top:0,right:0,bottom:0,left:0};return"number"==typeof t?r[A]=r[O]=r[a]=r[m]=t:(r[A]=t[A]||e,r[O]=t[O]||e,r[a]=t[a]||e,r[m]=t[m]||e),r}var tt={compile:function(t){return t}},et=function(){};et.register=function(t){tt=t},et.compile=function(t,e){return tt.compile(t,e)};const rt=et;function ot(t){var e;return void 0===t&&(t={}),t.template?t.template=e=rt.compile(t.template):U(t.content)&&(e=t.content),e}var it=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,nt={};function at(t){if(nt[t])return nt[t];var e=[];return t.replace(it,(function(t,r,o,i){e.push(L.drawing.util.defined(r)?r:o||i)})),nt[t]=function(t){for(var r=t,o=0;o<e.length&&r;o++)r=r[e[o]];return r},nt[t]}function st(t,e){for(var r=t.length,o=[],i=0;i<r;i++)e(t[i])&&o.push(t[i]);return o}function lt(t,e){if(t.className)for(var r=e.split(" "),o=0;o<r.length;o++)if(t.className.indexOf&&-1!==t.className.indexOf(r[o]))return!0}nt[void 0]=function(t){return t};var ut=function(){this._map=new Map};ut.prototype.get=function(t){return this._map.get(t)},ut.prototype.set=function(t,e){this._map.set(t,e)};const ct=ut;function pt(t,e){if(e)return-1!==e.indexOf(t)}function ht(t,e,r){return L.drawing.util.round(t+(e-t)*r,u)}var ft="trigger",dt=function(t,e){this.observer=t,this.handlerMap=G({},this.handlerMap,e)};dt.prototype.trigger=function(t,e){var r,o=this.observer,i=this.handlerMap;return i[t]?r=this.callObserver(i[t],e):o[ft]&&(r=this.callObserver(ft,t,e)),r},dt.prototype.callObserver=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];return this.observer[t].apply(this.observer,e)},dt.prototype.requiresHandlers=function(t){if(this.observer.requiresHandlers)return this.observer.requiresHandlers(t);for(var e=0;e<t.length;e++)if(this.handlerMap[t[e]])return!0};const vt=dt;function gt(t){return"[object Object]"===Object.prototype.toString.call(t)}function yt(t,e){for(var r=t.length,o=[],i=0;i<r;i++){var n=e(t[i]);L.drawing.util.defined(n)&&o.push(n)}return o}var mt=L.support.browser||{};function bt(t){var e=0;return t.wheelDelta?(e=-t.wheelDelta/120,mt.webkit&&(e/=2*Math.max(window.devicePixelRatio,.625))):t.detail&&(e=t.detail/3),e>0?Math.ceil(e):Math.floor(e)}var xt=L.drawing.util,_t=xt.append,Ct=xt.bindEvents,wt=xt.defined,Ot=xt.deg,St=xt.elementOffset,Pt=xt.elementSize,At=xt.eventCoordinates,jt=xt.eventElement,kt=xt.hashKey,Mt=xt.last,Tt=xt.limitValue,Et=xt.objectKey,Dt=xt.rad,Vt=xt.round,It=xt.unbindEvents,Nt=xt.valueOrDefault,Lt=function(){};Lt.fetchFonts=function(t,e,r){void 0===r&&(r={depth:0}),!t||r.depth>5||!document.fonts||Object.keys(t).forEach((function(o){var i=t[o];"dataSource"!==o&&"$"!==o[0]&&i&&("font"===o?e.push(i):"object"==typeof i&&(r.depth++,Lt.fetchFonts(i,e,r),r.depth--))}))},Lt.loadFonts=function(t,e){var r=[];if(t.length>0&&document.fonts){try{r=t.map((function(t){return document.fonts.load(t)}))}catch(t){(0,L.logToConsole)(t)}Promise.all(r).then(e,e)}else e()},Lt.preloadFonts=function(t,e){var r=[];Lt.fetchFonts(t,r),Lt.loadFonts(r,e)};const Bt=Lt;function Rt(t,e){var r=t.prototype;r.options?r.options=G({},r.options,e):r.options=e}var zt="k-i-",Ft="k-svg-i-",Ht=function(t,e){this.element=t,this.options=G({},this.options,e),this.wrapper()};Ht.prototype.wrapper=function(){this.addClasses()},Ht.prototype.addClasses=function(){},Ht.prototype.html=function(){return this.element.outerHTML},Rt(Ht,{name:"",size:"none",themeColor:"none",flip:"default",iconClass:"",stylingOptions:["size","themeColor","fill"]});var Ut=function(t){function e(e,r){t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.wrapper=function(){var e=this.element.className.split(" ").find((function(t){return t.startsWith(zt)})),r=this.options.icon?""+(this.options.icon.startsWith(zt)?"":zt)+this.options.icon:"";this._className=r,V(this.element,"k-icon"),N(this.element,e),V(this.element,r),V(this.element,this.options.iconClass||""),t.prototype.wrapper.call(this)},e}(Ht);Rt(Ut,{name:"HTMLFontIcon",icon:null});var Kt=function(t){function e(e,r){e.innerHTML="",t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.wrapper=function(){var e=this.options.icon,r=this.options.iconClass,o=this.element.className.split(" ").find((function(t){return t.startsWith(Ft)}));if(!e&&r){var i=r.match(/k-i-(\w+(?:-\w+)*)/);i&&(e=i[1],r=r.replace(i[0],""))}F(e)&&(e=e.replace("k-i-","").replace(/-./g,(function(t){return t[1].toUpperCase()})),e=this.options.svgIcons[e]||this.options.svgIcons[e+"Icon"]);var n=e&&e.name?""+Ft+e.name:"";if(this._className=n,V(this.element,"k-svg-icon"),N(this.element,o),V(this.element,n),V(this.element,r||""),this.element.setAttribute("aria-hidden","true"),e&&gt(e)){var a=document.createElementNS("http://www.w3.org/2000/svg","svg");a.setAttribute("viewBox",e.viewBox||""),a.setAttribute("focusable","false"),a.innerHTML=e.content||"",this.element.appendChild(a)}t.prototype.wrapper.call(this)},e}(Ht);Rt(Kt,{name:"HTMLSvgIcon",icon:null,svgIcons:{}});var Xt={svg:Kt,font:Ut};function $t(t,e){var r=t,o=e;return r&&(!Y(r)||r instanceof HTMLElement)&&!F(r)||(o=r,r=document.createElement("span")),F(o)&&(o={icon:o}),o.type||(o.type="svg"),Xt[o.type]?new Xt[o.type](r,o).html():null}function Gt(t){for(var e=b,r=x,o=0,i=t.length;o<i;o++){var n=t[o];null!==n&&isFinite(n)&&(e=Math.min(e,n),r=Math.max(r,n))}return{min:e===b?void 0:e,max:r===x?void 0:r}}function Yt(t,e){for(var r=0;r<t.length;r++){var o=t[r];if(e(o,r,t))return o}}var Wt=L.geometry.Matrix,qt=/matrix\((.*)\)/;function Zt(t){var e=getComputedStyle(t).transform;return"none"===e?Wt.unit():function(t){var e=t.match(qt);if(null===e||2!==e.length)return Wt.unit();var r=e[1].split(",").map((function(t){return parseFloat(t)}));return new(Function.prototype.bind.apply(Wt,[null].concat(r)))}(e)}function Qt(t){if(!t)return Wt.unit();for(var e=Zt(t),r=t.parentElement;r;){var o=Zt(r);e=e.multiplyCopy(o),r=r.parentElement}return e.b=e.c=e.e=e.f=0,e}const Jt=function(t){return new L.Color(t).isDark()?k:n};var te={},ee=function(t){this._index={},this._values=t?t.slice(0):[];for(var e=0;e<this._values.length;e++)this._index[this._values[e]]=e},re={size:{configurable:!0}};ee.prototype.values=function(){return this._values.filter((function(t){return t!==te}))},ee.prototype.has=function(t){return void 0!==this._index[t]},ee.prototype.add=function(t){this.has(t)||(this._index[t]=this._values.length,this._values.push(t))},ee.prototype.delete=function(t){var e=this._index[t];void 0!==e&&(this._values[e]=te,delete this._index[t])},ee.prototype.clear=function(){this._index={},this._values=[]},re.size.get=function(){return this._values.length},Object.defineProperties(ee.prototype,re);var oe=function(t){this._set=new Set(t)},ie={size:{configurable:!0}};oe.prototype.values=function(){return Array.from(this._set)},oe.prototype.has=function(t){return this._set.has(t)},oe.prototype.add=function(t){this._set.add(t)},oe.prototype.delete=function(t){this._set.delete(t)},oe.prototype.clear=function(){this._set.clear()},ie.size.get=function(){return this._set.size},Object.defineProperties(oe.prototype,ie);var ne=function(){var t=!1;return"function"==typeof Set&&(t=new Set([1]).has(1)),t};function ae(t){return ne()?new oe(t):new ee(t)}function se(t){throw t}const le={INSERT:45,DELETE:46,BACKSPACE:8,TAB:9,ENTER:13,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,END:35,HOME:36,SPACEBAR:32,PAGEUP:33,PAGEDOWN:34,F2:113,F10:121,F12:123,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_DOT:110};function ue(t,e){var r=Vt(e-t,f-1);if(0===r){if(0===e)return.1;r=Math.abs(e)}var o=Math.pow(10,Math.floor(Math.log(r)/Math.log(10))),i=Vt(r/o,f);return Vt(o*(i<1.904762?.2:i<4.761904?.5:i<9.523809?1:2),f)}const ce=function(t){function e(e,r){t.call(this),this.x=e||0,this.y=r||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.equals=function(t){return t&&this.x===t.x&&this.y===t.y},e.prototype.rotate=function(t,e){var r=Dt(e),o=Math.cos(r),i=Math.sin(r),n=t.x,a=t.y,s=this.x,l=this.y;return this.x=Vt(n+(s-n)*o+(l-a)*i,u),this.y=Vt(a+(l-a)*o-(s-n)*i,u),this},e.prototype.multiply=function(t){return this.x*=t,this.y*=t,this},e.prototype.distanceTo=function(t){var e=this.x-t.x,r=this.y-t.y;return Math.sqrt(e*e+r*r)},e.onCircle=function(t,r,o){var i=Dt(r);return new e(t.x-o*Math.cos(i),t.y-o*Math.sin(i))},e}(L.Class);var pe=function(t){function e(e,r,o,i){t.call(this),this.x1=e||0,this.y1=r||0,this.x2=o||0,this.y2=i||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.equals=function(t){return this.x1===t.x1&&this.x2===t.x2&&this.y1===t.y1&&this.y2===t.y2},e.prototype.width=function(){return this.x2-this.x1},e.prototype.height=function(){return this.y2-this.y1},e.prototype.translate=function(t,e){return this.x1+=t,this.x2+=t,this.y1+=e,this.y2+=e,this},e.prototype.move=function(t,e){var r=this.height(),o=this.width();return wt(t)&&(this.x1=t,this.x2=this.x1+o),wt(e)&&(this.y1=e,this.y2=this.y1+r),this},e.prototype.wrap=function(t){return this.x1=Math.min(this.x1,t.x1),this.y1=Math.min(this.y1,t.y1),this.x2=Math.max(this.x2,t.x2),this.y2=Math.max(this.y2,t.y2),this},e.prototype.wrapPoint=function(t){var r=D(t),o=r?t[0]:t.x,i=r?t[1]:t.y;return this.wrap(new e(o,i,o,i)),this},e.prototype.snapTo=function(t,e){return e!==T&&e||(this.x1=t.x1,this.x2=t.x2),e!==E&&e||(this.y1=t.y1,this.y2=t.y2),this},e.prototype.alignTo=function(t,e){var r=this.height(),o=this.width(),i=e===A||e===a?E:T,n=i===E?r:o;if(e===s){var l=t.center(),u=this.center();this.x1+=l.x-u.x,this.y1+=l.y-u.y}else this[i+1]=e===A||e===m?t[i+1]-n:t[i+2];return this.x2=this.x1+o,this.y2=this.y1+r,this},e.prototype.shrink=function(t,e){return this.x2-=t,this.y2-=e,this},e.prototype.expand=function(t,e){return this.shrink(-t,-e),this},e.prototype.pad=function(t){var e=J(t);return this.x1-=e.left,this.x2+=e.right,this.y1-=e.top,this.y2+=e.bottom,this},e.prototype.unpad=function(t){var e=J(t);return e.left=-e.left,e.top=-e.top,e.right=-e.right,e.bottom=-e.bottom,this.pad(e)},e.prototype.clone=function(){return new e(this.x1,this.y1,this.x2,this.y2)},e.prototype.center=function(){return new ce(this.x1+this.width()/2,this.y1+this.height()/2)},e.prototype.containsPoint=function(t){return t.x>=this.x1&&t.x<=this.x2&&t.y>=this.y1&&t.y<=this.y2},e.prototype.points=function(){return[new ce(this.x1,this.y1),new ce(this.x2,this.y1),new ce(this.x2,this.y2),new ce(this.x1,this.y2)]},e.prototype.getHash=function(){return[this.x1,this.y1,this.x2,this.y2].join(",")},e.prototype.overlaps=function(t){return!(t.y2<this.y1||this.y2<t.y1||t.x2<this.x1||this.x2<t.x1)},e.prototype.rotate=function(t){var e=this.width(),r=this.height(),o=this.center(),i=o.x,n=o.y,a=he(0,0,i,n,t),s=he(e,0,i,n,t),l=he(e,r,i,n,t),u=he(0,r,i,n,t);return e=Math.max(a.x,s.x,l.x,u.x)-Math.min(a.x,s.x,l.x,u.x),r=Math.max(a.y,s.y,l.y,u.y)-Math.min(a.y,s.y,l.y,u.y),this.x2=this.x1+e,this.y2=this.y1+r,this},e.prototype.toRect=function(){return new L.geometry.Rect([this.x1,this.y1],[this.width(),this.height()])},e.prototype.hasSize=function(){return 0!==this.width()&&0!==this.height()},e.prototype.align=function(t,e,r){var o=e+1,i=e+2,n=e===T?M:v,l=this[n]();pt(r,[m,A])?(this[o]=t[o],this[i]=this[o]+l):pt(r,[O,a])?(this[i]=t[i],this[o]=this[i]-l):r===s&&(this[o]=t[o]+(t[n]()-l)/2,this[i]=this[o]+l)},e}(L.Class);function he(t,e,r,o,i){var n=Dt(i);return new ce(r+(t-r)*Math.cos(n)+(e-o)*Math.sin(n),o-(t-r)*Math.sin(n)+(e-o)*Math.cos(n))}const fe=pe;var de=function(t){function e(e,r,o,i,n){t.call(this),this.center=e,this.innerRadius=r,this.radius=o,this.startAngle=i,this.angle=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.center,this.innerRadius,this.radius,this.startAngle,this.angle)},e.prototype.middle=function(){return this.startAngle+this.angle/2},e.prototype.setRadius=function(t,e){return e?this.innerRadius=t:this.radius=t,this},e.prototype.point=function(t,e){var r=Dt(t),o=Math.cos(r),i=Math.sin(r),n=e?this.innerRadius:this.radius,a=Vt(this.center.x-o*n,u),s=Vt(this.center.y-i*n,u);return new ce(a,s)},e.prototype.adjacentBox=function(t,e,r){var o=this.clone().expand(t),i=o.middle(),n=o.point(i),a=e/2,s=r/2,l=Math.sin(Dt(i)),u=Math.cos(Dt(i)),c=n.x-a,p=n.y-s;return Math.abs(l)<.9&&(c+=a*-u/Math.abs(u)),Math.abs(u)<.9&&(p+=s*-l/Math.abs(l)),new fe(c,p,c+e,p+r)},e.prototype.containsPoint=function(t){var e=this.center,r=this.innerRadius,o=this.radius,i=this.startAngle,n=this.startAngle+this.angle,a=t.x-e.x,s=t.y-e.y,l=new ce(a,s),c=this.point(i),p=new ce(c.x-e.x,c.y-e.y),h=this.point(n),f=new ce(h.x-e.x,h.y-e.y),d=Vt(a*a+s*s,u);return(p.equals(l)||R(p,l))&&!R(f,l)&&d>=r*r&&d<=o*o},e.prototype.getBBox=function(){var t,e=new fe(b,b,x,x),r=Vt(this.startAngle%360),o=Vt((r+this.angle)%360),i=this.innerRadius,n=[0,90,180,270,r,o].sort(ve),a=n.indexOf(r),s=n.indexOf(o);t=r===o?n:a<s?n.slice(a,s+1):[].concat(n.slice(0,s+1),n.slice(a,n.length));for(var l=0;l<t.length;l++){var u=this.point(t[l]);e.wrapPoint(u),e.wrapPoint(u,i)}return i||e.wrapPoint(this.center),e},e.prototype.expand=function(t){return this.radius+=t,this},e}(L.Class);function ve(t,e){return t-e}const ge=de;var ye=function(t){function e(e,r,o,i){t.call(this,e,0,r,o,i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.expand=function(e){return t.prototype.expand.call(this,e)},e.prototype.clone=function(){return new e(this.center,this.radius,this.startAngle,this.angle)},e.prototype.setRadius=function(t){return this.radius=t,this},e}(ge);const me=ye;var be=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createRing=function(t,e){var r=t.startAngle+180,o=t.angle+r;t.angle>0&&r===o&&(o+=.001);var i=new L.geometry.Point(t.center.x,t.center.y),n=Math.max(t.radius,0),a=Math.max(t.innerRadius,0),s=new L.geometry.Arc(i,{startAngle:r,endAngle:o,radiusX:n,radiusY:n}),l=L.drawing.Path.fromArc(s,e).close();if(a){s.radiusX=s.radiusY=a;var u=s.pointAt(o);l.lineTo(u.x,u.y),l.arc(o,r,a,a,!0)}else l.lineTo(i.x,i.y);return l},e}(L.Class);be.current=new be;const xe=be;var _e=function(t){function e(e){t.call(this),this.children=[],this.options=G({},this.options,this.initUserOptions(e))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){return t},e.prototype.reflow=function(t){for(var e,r=this.children,o=0;o<r.length;o++){var i=r[o];i.reflow(t),e=e?e.wrap(i.box):i.box.clone()}this.box=e||t},e.prototype.destroy=function(){var t=this.children;this.animation&&this.animation.destroy();for(var e=0;e<t.length;e++)t[e].destroy()},e.prototype.getRoot=function(){var t=this.parent;return t?t.getRoot():null},e.prototype.getSender=function(){var t=this.getService();if(t)return t.sender},e.prototype.getService=function(){for(var t=this;t;){if(t.chartService)return t.chartService;t=t.parent}},e.prototype.translateChildren=function(t,e){for(var r=this.children,o=r.length,i=0;i<o;i++)r[i].box.translate(t,e)},e.prototype.append=function(){for(var t=arguments,e=0;e<arguments.length;e++){var r=t[e];this.children.push(r),r.parent=this}},e.prototype.renderVisual=function(){!1!==this.options.visible&&(this.createVisual(),this.addVisual(),this.renderChildren(),this.createAnimation(),this.renderComplete())},e.prototype.addVisual=function(){this.visual&&(this.visual.chartElement=this,this.parent&&this.parent.appendVisual(this.visual))},e.prototype.renderChildren=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)t[r].renderVisual()},e.prototype.createVisual=function(){this.visual=new L.drawing.Group({zIndex:this.options.zIndex,visible:Nt(this.options.visible,!0)})},e.prototype.createAnimation=function(){this.visual&&this.options.animation&&(this.animation=L.drawing.Animation.create(this.visual,this.options.animation))},e.prototype.appendVisual=function(t){t.chartElement||(t.chartElement=this),t.options.noclip?this.clipRoot().visual.append(t):wt(t.options.zIndex)?this.stackRoot().stackVisual(t):this.isStackRoot?this.stackVisual(t):this.visual?this.visual.append(t):this.parent.appendVisual(t)},e.prototype.clipRoot=function(){return this.parent?this.parent.clipRoot():this},e.prototype.stackRoot=function(){return this.parent?this.parent.stackRoot():this},e.prototype.stackVisual=function(t){var e,r=t.options.zIndex||0,o=this.visual.children,i=o.length;for(e=0;e<i;e++){var n=o[e];if(Nt(n.options.zIndex,0)>r)break}this.visual.insert(e,t)},e.prototype.traverse=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++){var i=e[o];t(i),i.traverse&&i.traverse(t)}},e.prototype.closest=function(t){for(var e=this,r=!1;e&&!r;)(r=t(e))||(e=e.parent);if(r)return e},e.prototype.renderComplete=function(){},e.prototype.hasHighlight=function(){var t=(this.options||{}).highlight;return!(!this.createHighlight||t&&!1===t.visible||!1===this.visible)},e.prototype.toggleHighlight=function(t,e){var r=this,o=(this.options||{}).highlight||{},i=o.visual,n=this._highlight;if(!n){var a={fill:{color:k,opacity:e||.2},stroke:{color:k,width:1,opacity:e||.2}};if(i){if(!(n=this._highlight=i(Object.assign(this.highlightVisualArgs(),{createVisual:function(){return r.createHighlight(a)},sender:this.getSender(),series:this.series,dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,runningTotal:this.runningTotal,total:this.total}))))return}else n=this._highlight=this.createHighlight(a);wt(n.options.zIndex)||(n.options.zIndex=Nt(o.zIndex,this.options.zIndex)),this.appendVisual(n)}n.visible(t)},e.prototype.createGradientOverlay=function(t,e,r){var o=new L.drawing.Path(Object.assign({stroke:{color:"none"},fill:this.createGradient(r),closed:t.options.closed},e));return o.segments.elements(t.segments.elements()),o},e.prototype.createGradient=function(t){if(this.parent)return this.parent.createGradient(t)},e.prototype.supportsPointInactiveOpacity=function(){return!0},e}(L.Class);_e.prototype.options={};const Ce=_e;var we=function(t){function e(e){t.call(this,e),this.options.margin=J(this.options.margin),this.options.padding=J(this.options.padding)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){var r,o=this,i=this.options,n=i.width,a=i.height,s=i.shrinkToFit,l=n&&a,u=i.margin,c=i.padding,p=i.border.width,h=function(){o.align(e,T,i.align),o.align(e,E,i.vAlign),o.paddingBox=r.clone().unpad(u).unpad(p)},f=e.clone();l&&(f.x2=f.x1+n,f.y2=f.y1+a),s&&f.unpad(u).unpad(p).unpad(c),t.prototype.reflow.call(this,f),r=l?this.box=new fe(0,0,n,a):this.box,s&&l?(h(),f=this.contentBox=this.paddingBox.clone().unpad(c)):(f=this.contentBox=r.clone(),r.pad(c).pad(p).pad(u),h()),this.translateChildren(r.x1-f.x1+u.left+p+c.left,r.y1-f.y1+u.top+p+c.top);for(var d=this.children,v=0;v<d.length;v++){var g=d[v];g.reflow(g.box)}},e.prototype.align=function(t,e,r){this.box.align(t,e,r)},e.prototype.hasBox=function(){var t=this.options;return t.border.width||t.background},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.options.visible&&this.hasBox()&&this.visual.append(L.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle()))},e.prototype.visualStyle=function(){var t=this.options,e=t.border||{};return{stroke:{width:e.width,color:e.color,opacity:Nt(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e}(Ce);Rt(we,{align:m,vAlign:A,margin:{},padding:{},border:{color:n,width:0},background:"",shrinkToFit:!1,width:0,height:0,visible:!0});const Oe=we;var Se=function(t){function e(e,r){t.call(this,e),this.pointData=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getElement=function(){var t=this.options,e=this.paddingBox,r=t.type,o=t.rotation,i=e.center(),n=e.width()/2,a=e.height()/2;if(!t.visible||!this.hasBox())return null;var s,p=this.visualStyle();if(r===l)s=new L.drawing.Circle(new L.geometry.Circle([Vt(e.x1+n,u),Vt(e.y1+a,u)],Math.min(n,a)),p);else if("triangle"===r)s=L.drawing.Path.fromPoints([[e.x1+n,e.y1],[e.x1,e.y2],[e.x2,e.y2]],p).close();else if(r===c)(s=new L.drawing.MultiPath(p)).moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),s.moveTo(e.x1,e.y2).lineTo(e.x2,e.y1);else{var h=e.toRect();if(r===S){var f=Nt(t.borderRadius,h.width()/5);h.setCornerRadius(f)}s=L.drawing.Path.fromRect(h,p)}return o&&s.transform(L.geometry.transform().rotate(-o,[i.x,i.y])),s.options.zIndex=t.zIndex,s},e.prototype.createElement=function(){var t=this,e=this.options.visual,r=this.pointData||{};return e?e({value:r.value,dataItem:r.dataItem,sender:this.getSender(),series:r.series,category:r.category,rect:this.paddingBox.toRect(),options:this.visualOptions(),createVisual:function(){return t.getElement()}}):this.getElement()},e.prototype.visualOptions=function(){var t=this.options;return{background:t.background,border:t.border,margin:t.margin,padding:t.padding,type:t.type,size:t.width,visible:t.visible}},e.prototype.createVisual=function(){this.visual=this.createElement()},e}(Oe);Rt(Se,{type:l,align:s,vAlign:s});const Pe=Se;var Ae="radial";const je={glass:{type:"linear",rotation:0,stops:[{offset:0,color:k,opacity:0},{offset:.25,color:k,opacity:.3},{offset:1,color:k,opacity:0}]},sharpBevel:{type:Ae,stops:[{offset:0,color:k,opacity:.55},{offset:.65,color:k,opacity:0},{offset:.95,color:k,opacity:.25}]},roundedBevel:{type:Ae,stops:[{offset:.33,color:k,opacity:.06},{offset:.83,color:k,opacity:.2},{offset:.95,color:k,opacity:0}]},roundedGlass:{type:Ae,supportVML:!1,stops:[{offset:0,color:k,opacity:0},{offset:.5,color:k,opacity:.3},{offset:.99,color:k,opacity:0}]},sharpGlass:{type:Ae,supportVML:!1,stops:[{offset:0,color:k,opacity:.2},{offset:.15,color:k,opacity:.15},{offset:.17,color:k,opacity:.35},{offset:.85,color:k,opacity:.05},{offset:.87,color:k,opacity:.15},{offset:.99,color:k,opacity:0}]},bubbleShadow:{type:Ae,center:[.5,.5],radius:.5}};function ke(t,e){if(t.x1===e.x1&&t.y1===e.y1&&t.x2===e.x2&&t.y2===e.y2)return e;var r=Math.min(t.x1,e.x1),o=Math.max(t.x1,e.x1),i=Math.min(t.x2,e.x2),n=Math.max(t.x2,e.x2),a=Math.min(t.y1,e.y1),s=Math.max(t.y1,e.y1),l=Math.min(t.y2,e.y2),u=Math.max(t.y2,e.y2),c=[];return c[0]=new fe(o,a,i,s),c[1]=new fe(r,s,o,l),c[2]=new fe(i,s,n,l),c[3]=new fe(o,l,i,u),t.x1===r&&t.y1===a||e.x1===r&&e.y1===a?(c[4]=new fe(r,a,o,s),c[5]=new fe(i,l,n,u)):(c[4]=new fe(i,a,n,s),c[5]=new fe(r,l,o,u)),st(c,(function(t){return t.height()>0&&t.width()>0}))[0]}var Me=function(t){function e(e){t.call(this,e);var r=this.options;r.width=parseInt(r.width,10),r.height=parseInt(r.height,10),this.gradients={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t=this.options,e=this.children,r=new fe(0,0,t.width,t.height);this.box=r.unpad(t.margin);for(var o=0;o<e.length;o++)e[o].reflow(r),r=ke(r,e[o].box)||new fe},e.prototype.createVisual=function(){this.visual=new L.drawing.Group,this.createBackground()},e.prototype.createBackground=function(){var t=this.options,e=t.border||{},r=this.box.clone().pad(t.margin).unpad(e.width),o=L.drawing.Path.fromRect(r.toRect(),{stroke:{color:e.width?e.color:"",width:e.width,dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},zIndex:-10});this.visual.append(o)},e.prototype.getRoot=function(){return this},e.prototype.createGradient=function(t){var e,r=this.gradients,o=Et(t),i=je[t.gradient];if(r[o])e=r[o];else{var n=Object.assign({},i,t);"linear"===i.type?e=new L.drawing.LinearGradient(n):(t.innerRadius&&(n.stops=function(t){for(var e=t.stops,r=t.innerRadius/t.radius*100,o=e.length,i=[],n=0;n<o;n++){var a=Object.assign({},e[n]);a.offset=(a.offset*(100-r)+r)/100,i.push(a)}return i}(n)),(e=new L.drawing.RadialGradient(n)).supportVML=!1!==i.supportVML),r[o]=e}return e},e.prototype.cleanGradients=function(){var t=this.gradients;for(var e in t)t[e]._observers=[]},e.prototype.size=function(){var t=this.options;return new fe(0,0,t.width,t.height)},e}(Ce);Rt(Me,{width:600,height:400,background:k,border:{color:n,width:0},margin:J(5),zIndex:-2});const Te=Me;var Ee=function(t){function e(e){t.call(this,e),this._initDirection()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initDirection=function(){var t=this.options;t.vertical?(this.groupAxis=T,this.elementAxis=E,this.groupSizeField=M,this.elementSizeField=v,this.groupSpacing=t.spacing,this.elementSpacing=t.vSpacing):(this.groupAxis=E,this.elementAxis=T,this.groupSizeField=v,this.elementSizeField=M,this.groupSpacing=t.vSpacing,this.elementSpacing=t.spacing)},e.prototype.reflow=function(t){this.box=t.clone(),this.reflowChildren()},e.prototype.reflowChildren=function(){var t=this,e=this,r=e.box,o=e.elementAxis,i=e.groupAxis,n=e.elementSizeField,a=e.groupSizeField,s=this.groupOptions(),l=s.groups,u=s.groupsSize,c=s.maxGroupElementsSize,p=l.length,h=r[i+1]+this.alignStart(u,r[a]());if(p){for(var f=h,d=0;d<p;d++){for(var v=l[d],g=v.groupElements,y=r[o+1],m=g.length,b=0;b<m;b++){var x=g[b],_=t.elementSize(x),C=f+t.alignStart(_[a],v.groupSize),w=new fe;w[i+1]=C,w[i+2]=C+_[a],w[o+1]=y,w[o+2]=y+_[n],x.reflow(w),y+=_[n]+t.elementSpacing}f+=v.groupSize+t.groupSpacing}r[i+1]=h,r[i+2]=h+u,r[o+2]=r[o+1]+c}},e.prototype.alignStart=function(t,e){var r=0,o=this.options.align;return o===O||o===a?r=e-t:o===s&&(r=(e-t)/2),r},e.prototype.groupOptions=function(){for(var t=this,e=t.box,r=t.children,o=t.elementSizeField,i=t.groupSizeField,n=t.elementSpacing,a=t.groupSpacing,s=Vt(e[o]()),l=r.length,u=[],c=0,p=0,h=0,f=0,d=[],v=0;v<l;v++){var g=r[v];g.box||g.reflow(e);var y=this.elementSize(g);this.options.wrap&&Vt(p+n+y[o])>s&&(u.push({groupElements:d,groupSize:c,groupElementsSize:p}),f=Math.max(f,p),h+=a+c,c=0,p=0,d=[]),c=Math.max(c,y[i]),p>0&&(p+=n),p+=y[o],d.push(g)}return u.push({groupElements:d,groupSize:c,groupElementsSize:p}),{groups:u,groupsSize:h+=c,maxGroupElementsSize:f=Math.max(f,p)}},e.prototype.elementSize=function(t){return{width:t.box.width(),height:t.box.height()}},e.prototype.createVisual=function(){},e}(Ce);Rt(Ee,{vertical:!0,wrap:!0,vSpacing:0,spacing:0});const De=Ee;var Ve=L.drawing.Text,Ie=function(t){function e(e,r){t.call(this,r),this.content=e,this.reflow(new fe)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.size=L.drawing.util.measureText(this.content,{font:e.font});this.baseline=r.baseline,this.box=new fe(t.x1,t.y1,t.x1+r.width,t.y1+r.height)},e.prototype.createVisual=function(){var t=this.options,e=t.font,r=t.color,o=t.opacity,i=t.cursor;this.visual=new Ve(this.content,this.box.toRect().topLeft(),{font:e,fill:{color:r,opacity:o},cursor:i})},e}(Ce);Rt(Ie,{font:h,color:n});const Ne=Ie;function Le(t){var e=t.origin,r=t.bottomRight();return new fe(e.x,e.y,r.x,r.y)}var Be=/\n/m,Re=function(t){function e(e,r,o){t.call(this,r),this.content=e,this.data=o,this._initContainer(),!1!==this.options._autoReflow&&this.reflow(new fe)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initContainer=function(){var t=this.options,e=String(this.content).split(Be),r=new De({vertical:!0,align:t.align,wrap:!1}),o=G({},t,{opacity:1,animation:null});this.container=r,this.append(r);for(var i=0;i<e.length;i++){var n=new Ne(e[i].trim(),o);r.append(n)}},e.prototype.reflow=function(e){var r=this.options,o=r.visual;if(this.container.options.align=r.align,o&&!this._boxReflow){var i=e;i.hasSize()||(this._boxReflow=!0,this.reflow(i),this._boxReflow=!1,i=this.box);var n=this.visual=o(this.visualContext(i));n&&(i=Le(n.clippedBBox()||new L.geometry.Rect),n.options.zIndex=r.zIndex),this.box=this.contentBox=this.paddingBox=i}else if(t.prototype.reflow.call(this,e),r.rotation){var a=J(r.margin),s=this.box.unpad(a);this.targetBox=e,this.normalBox=s.clone(),(s=this.rotate()).translate(a.left-a.right,a.top-a.bottom),this.rotatedBox=s.clone(),s.pad(a)}},e.prototype.createVisual=function(){var t=this.options;if(this.visual=new L.drawing.Group({transform:this.rotationTransform(),zIndex:t.zIndex,noclip:t.noclip}),this.hasBox()){var e=L.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle());this.visual.append(e)}},e.prototype.renderVisual=function(){if(this.options.visible)if(this.options.visual){var e=this.visual;e&&!wt(e.options.noclip)&&(e.options.noclip=this.options.noclip),this.addVisual(),this.createAnimation()}else t.prototype.renderVisual.call(this)},e.prototype.visualContext=function(t){var e=this,r={text:this.content,rect:t.toRect(),sender:this.getSender(),options:this.options,createVisual:function(){return e._boxReflow=!0,e.reflow(t),e._boxReflow=!1,e.getDefaultVisual()}};return this.data&&Object.assign(r,this.data),r},e.prototype.getDefaultVisual=function(){this.createVisual(),this.renderChildren();var t=this.visual;return delete this.visual,t},e.prototype.rotate=function(){var t=this.options;return this.box.rotate(t.rotation),this.align(this.targetBox,T,t.align),this.align(this.targetBox,E,t.vAlign),this.box},e.prototype.rotationTransform=function(){var t=this.options.rotation;if(!t)return null;var e=this.normalBox.center(),r=e.x,o=e.y,i=this.rotatedBox.center();return L.geometry.transform().translate(i.x-r,i.y-o).rotate(t,[r,o])},e}(Oe);const ze=Re;var Fe=function(t){function e(e){t.call(this,e),this._textBox=new ze(this.options.text,Object.assign({},this.options,{vAlign:this.options.position})),this.append(this._textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){t.prototype.reflow.call(this,e),this.box.snapTo(e,T)},e.buildTitle=function(t,r){var o,i=t;return"string"==typeof t&&(i={text:t}),(i=Object.assign({visible:!0},r,i))&&i.visible&&i.text&&(o=new e(i)),o},e.orderTitles=function(t){var e=[].concat(t),r=e.filter((function(t){return t&&t.options.position!==a})),o=e.filter((function(t){return t&&t.options.position===a}));return He(r),He(o),o.reverse(),r.concat(o)},e}(Ce);function He(t){for(var e=1;e<t.length;e++){var r=t[e]._textBox,o=t[e-1]._textBox;o.options.margin=Object.assign(J(o.options.margin),{bottom:0}),r.options.margin=Object.assign(J(r.options.margin),{top:0})}}Rt(Fe,{color:n,position:A,align:s,margin:J(5),padding:J(5)});const Ue=Fe;var Ke=function(t){function e(e,r,o,i,n){t.call(this,r,n),this.text=r,this.value=e,this.index=o,this.dataItem=i,this.reflow(new fe)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualContext=function(e){var r=t.prototype.visualContext.call(this,e);return r.value=this.value,r.dataItem=this.dataItem,r.format=this.options.format,r.culture=this.options.culture,r},e.prototype.click=function(t,e){t.trigger("axisLabelClick",{element:jt(e),value:this.value,text:this.text,index:this.index,dataItem:this.dataItem,axis:this.parent.options})},e.prototype.rotate=function(){if(this.options.alignRotation!==s){var e=this.normalBox.toRect(),r=this.rotationTransform();this.box=Le(e.bbox(r.matrix()))}else t.prototype.rotate.call(this);return this.box},e.prototype.rotationTransform=function(){var e=this.options,r=e.rotation;if(!r)return null;if(e.alignRotation===s)return t.prototype.rotationTransform.call(this);var o=L.geometry.transform().rotate(r).matrix(),i=this.normalBox.toRect(),n=this.targetBox.toRect(),l=e.rotationOrigin||A,u=l===A||l===a?T:E,c=l===A||l===a?E:T,p=l===A||l===m?n.origin:n.bottomRight(),h=i.topLeft().transformCopy(o),d=i.topRight().transformCopy(o),v=i.bottomRight().transformCopy(o),g=i.bottomLeft().transformCopy(o),y=L.geometry.Rect.fromPoints(h,d,v,g),b={};b[c]=n.origin[c]-y.origin[c];var x,_,C=Math.abs(h[c]+b[c]-p[c]),w=Math.abs(d[c]+b[c]-p[c]);Vt(C,f)===Vt(w,f)?(x=h,_=d):w<C?(x=d,_=v):(x=h,_=g);var O=x[u]+(_[u]-x[u])/2;return b[u]=n.center()[u]-O,L.geometry.transform().translate(b.x,b.y).rotate(r)},e}(ze);Rt(Ke,{_autoReflow:!1});const Xe=Ke;var $e=function(t){function e(e,r,o){t.call(this,r),this.fields=e,this.chartService=o,this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.hide=function(){this.options.visible=!1},e.prototype.show=function(){this.options.visible=!0},e.prototype.render=function(){var t=this,e=this.options;if(e.visible){var r,o,i=e.label,n=e.icon,a=new fe,s=function(){return t},u=n.size,c=this.fields.text;if(wt(i)&&i.visible){var p=ot(i);p?c=p(this.fields):i.format&&(c=this.chartService.format.auto(i.format,c)),i.color||(i.color=i.position===g?"#fff":n.background),this.label=new ze(c,G({},i)),this.label.aliasFor=s,i.position!==g||wt(u)||(n.type===l?u=Math.max(this.label.box.width(),this.label.box.height()):(r=this.label.box.width(),o=this.label.box.height()),a.wrap(this.label.box))}n.width=r||u||7,n.height=o||u||7;var h=new Pe(G({},n));h.aliasFor=s,this.marker=h,this.append(h),this.label&&this.append(this.label),h.reflow(new fe),this.wrapperBox=a.wrap(h.box)}},e.prototype.reflow=function(t){var e,r,o,i=this,n=i.options,s=i.label,l=i.marker,u=i.wrapperBox,c=t.center(),p=n.line.length,h=n.position;n.visible&&(pt(h,[m,O])?h===m?(o=u.alignTo(t,h).translate(-p,t.center().y-u.center().y),n.line.visible&&(e=[t.x1,c.y],this.linePoints=[e,[o.x2,c.y]],r=o.clone().wrapPoint(e))):(o=u.alignTo(t,h).translate(p,t.center().y-u.center().y),n.line.visible&&(e=[t.x2,c.y],this.linePoints=[e,[o.x1,c.y]],r=o.clone().wrapPoint(e))):h===a?(o=u.alignTo(t,h).translate(t.center().x-u.center().x,p),n.line.visible&&(e=[c.x,t.y2],this.linePoints=[e,[c.x,o.y1]],r=o.clone().wrapPoint(e))):(o=u.alignTo(t,h).translate(t.center().x-u.center().x,-p),n.line.visible&&(e=[c.x,t.y1],this.linePoints=[e,[c.x,o.y2]],r=o.clone().wrapPoint(e))),l&&l.reflow(o),s&&(s.reflow(o),l&&(n.label.position===w&&s.box.alignTo(l.box,h),s.reflow(s.box))),this.contentBox=o,this.targetBox=t,this.box=r||o)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.visual.options.noclip=this.options.noclip,this.options.visible&&this.createLine()},e.prototype.renderVisual=function(){var e=this,r=this.options,o=r.visual;r.visible&&o?(this.visual=o(Object.assign(this.fields,{sender:this.getSender(),rect:this.targetBox.toRect(),options:{background:r.background,border:r.background,icon:r.icon,label:r.label,line:r.line,position:r.position,visible:r.visible},createVisual:function(){e.createVisual(),e.renderChildren();var t=e.visual;return delete e.visual,t}})),this.addVisual()):t.prototype.renderVisual.call(this)},e.prototype.createLine=function(){var t=this.options.line;if(this.linePoints){var e=L.drawing.Path.fromPoints(this.linePoints,{stroke:{color:t.color,width:t.width,dashType:t.dashType}});B(e),this.visual.append(e)}},e.prototype.click=function(t,e){var r=this.eventArgs(e);t.trigger("noteClick",r)||e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);t.trigger("noteHover",r)||e.preventDefault()},e.prototype.out=function(t,e){var r=this.eventArgs(e);t.trigger("noteLeave",r)},e.prototype.eventArgs=function(t){var e=this.options;return Object.assign(this.fields,{element:jt(t),text:wt(e.label)?e.label.text:"",visual:this.visual})},e}(Oe);Rt($e,{icon:{visible:!0,type:l},label:{position:g,visible:!0,align:s,vAlign:s},line:{visible:!0},visible:!0,position:A,zIndex:2});const Ge=$e;var Ye={format:function(t,e){return e},toString:function(t){return t},parseDate:function(t){return new Date(t)},firstDay:function(){return 0}},We=function(){},qe={implementation:{configurable:!0}};We.register=function(t){Ye=t},qe.implementation.get=function(){return Ye},Object.defineProperties(We,qe);const Ze=We;var Qe=/\{(\d+)(:[^\}]+)?\}/g,Je=function(t){this._intlService=t},tr={intl:{configurable:!0}};tr.intl.get=function(){return this._intlService||Ze.implementation},tr.intl.set=function(t){this._intlService=t},Je.prototype.auto=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];var o=this.intl;return F(t)&&t.match(d)?o.format.apply(o,[t].concat(e)):o.toString(e[0],t)},Je.prototype.localeAuto=function(t,e,r){var o=this.intl;return F(t)&&t.match(d)?t.replace(Qe,(function(t,i,n){var a=e[parseInt(i,10)];return o.toString(a,n?n.substring(1):"",r)})):o.toString(e[0],t,r)},Object.defineProperties(Je.prototype,tr);const er=Je;var rr=function(t,e){void 0===e&&(e={}),this._intlService=e.intlService,this.sender=e.sender||t,this.format=new er(e.intlService),this.chart=t,this.rtl=Boolean(e.rtl)},or={intl:{configurable:!0}};or.intl.get=function(){return this._intlService||Ze.implementation},or.intl.set=function(t){this._intlService=t,this.format.intl=t},rr.prototype.notify=function(t,e){this.chart&&this.chart.trigger(t,e)},rr.prototype.isPannable=function(t){var e=((this.chart||{}).options||{}).pannable;return e&&e.lock!==t},Object.defineProperties(rr.prototype,or);const ir=rr;var nr,ar=function(){};ar.register=function(t){nr=t},ar.create=function(t,e){if(nr)return nr.create(t,e)};const sr=ar;function lr(t,e){var r=t.tickX,o=t.tickY,i=t.position,n=new L.drawing.Path({stroke:{width:e.width,color:e.color}});return t.vertical?n.moveTo(r,i).lineTo(r+e.size,i):n.moveTo(i,o).lineTo(i,o+e.size),B(n),n}function ur(t,e){var r=t.lineStart,o=t.lineEnd,i=t.position,n=new L.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});return t.vertical?n.moveTo(r,i).lineTo(o,i):n.moveTo(i,r).lineTo(i,o),B(n),n}var cr=function(t){function e(e,r){void 0===r&&(r=new ir),t.call(this,e),this.chartService=r,this.options.visible||(this.options=G({},this.options,{labels:{visible:!1},line:{visible:!1},margin:0,majorTickSize:0,minorTickSize:0})),this.options.minorTicks=G({},{color:this.options.line.color,width:this.options.line.width,visible:this.options.minorTickType!==_},this.options.minorTicks,{size:this.options.minorTickSize,align:this.options.minorTickType}),this.options.majorTicks=G({},{color:this.options.line.color,width:this.options.line.width,visible:this.options.majorTickType!==_},this.options.majorTicks,{size:this.options.majorTickSize,align:this.options.majorTickType}),this.initFields(),this.options._deferLabels||this.createLabels(),this.createTitle(),this.createNotes()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.labelsCount()}},e.prototype.normalizeLabelRotation=function(t){var e=t.rotation;Y(e)&&(t.alignRotation=e.align,t.rotation=e.angle)},e.prototype.createLabels=function(){var t=this,e=this.options,r=e.vertical?O:s,o=G({},e.labels,{align:r,zIndex:e.zIndex}),i=Math.max(1,o.step);if(this.clearLabels(),o.visible){this.normalizeLabelRotation(o),"auto"===o.rotation&&(o.rotation=0,e.autoRotateLabels=!0);for(var n=this.labelsRange(),a=n.min;a<n.max;a+=i){var l={index:a,count:n.max},u=t.createAxisLabel(a,o,l);u&&(t.append(u),t.labels.push(u))}}},e.prototype.clearLabels=function(){this.children=st(this.children,(function(t){return!(t instanceof Xe)})),this.labels=[]},e.prototype.clearTitle=function(){var t=this;this.title&&(this.children=st(this.children,(function(e){return e!==t.title})),this.title=void 0)},e.prototype.clear=function(){this.clearLabels(),this.clearTitle()},e.prototype.lineBox=function(){var t=this.options,e=this.box,r=t.vertical,o=t.labels.mirror,i=o?e.x1:e.x2,n=o?e.y2:e.y1,a=t.line.width||0;return r?new fe(i,e.y1,i,e.y2-a):new fe(e.x1,n,e.x2-a,n)},e.prototype.createTitle=function(){var t=this.options,e=G({rotation:t.vertical?-90:0,text:"",zIndex:1,visualSize:!0},t.title);if(e.visible&&e.text){var r=new ze(e.text,e);this.append(r),this.title=r}},e.prototype.createNotes=function(){var t=this,e=this.options,r=e.notes,o=r.data||[];this.notes=[];for(var i=0;i<o.length;i++){var n=G({},r,o[i]);n.value=t.parseNoteValue(n.value);var s=new Ge({value:n.value,text:n.label.text,dataItem:n},n,t.chartService);s.options.visible&&(wt(s.options.position)?e.vertical&&!pt(s.options.position,[m,O])?s.options.position=e.reverse?m:O:e.vertical||pt(s.options.position,[A,a])||(s.options.position=e.reverse?a:A):e.vertical?s.options.position=e.reverse?m:O:s.options.position=e.reverse?a:A,t.append(s),t.notes.push(s))}},e.prototype.parseNoteValue=function(t){return t},e.prototype.renderVisual=function(){t.prototype.renderVisual.call(this),this.createPlotBands()},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.createBackground(),this.createLine()},e.prototype.gridLinesVisual=function(){var t=this._gridLines;return t||(t=this._gridLines=new L.drawing.Group({zIndex:-2}),this.appendVisual(this._gridLines)),t},e.prototype.createTicks=function(t){var e=this.options,r=this.lineBox(),o=e.labels.mirror,i=e.majorTicks.visible?e.majorUnit:0,n={vertical:e.vertical};function a(e,i,a){var s=e.length,l=Math.max(1,i.step);if(i.visible)for(var u=i.skip;u<s;u+=l)wt(a)&&u%a==0||(n.tickX=o?r.x2:r.x2-i.size,n.tickY=o?r.y1-i.size:r.y1,n.position=e[u],t.append(lr(n,i)))}a(this.getMajorTickPositions(),e.majorTicks),a(this.getMinorTickPositions(),e.minorTicks,i/e.minorUnit)},e.prototype.createLine=function(){var t=this.options,e=t.line,r=this.lineBox();if(e.width>0&&e.visible){var o=new L.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});o.moveTo(r.x1,r.y1).lineTo(r.x2,r.y2),t._alignLines&&B(o);var i=this._lineGroup=new L.drawing.Group;i.append(o),this.visual.append(i),this.createTicks(i)}},e.prototype.getActualTickSize=function(){var t=this.options,e=0;return t.majorTicks.visible&&t.minorTicks.visible?e=Math.max(t.majorTicks.size,t.minorTicks.size):t.majorTicks.visible?e=t.majorTicks.size:t.minorTicks.visible&&(e=t.minorTicks.size),e},e.prototype.createBackground=function(){var t=this.options,e=this.box,r=t.background;r&&(this._backgroundPath=L.drawing.Path.fromRect(e.toRect(),{fill:{color:r},stroke:null}),this.visual.append(this._backgroundPath))},e.prototype.createPlotBands=function(){var t=this,e=this.options,r=e.plotBands||[],o=e.vertical,i=this.plotArea;if(0!==r.length){for(var n=this._plotbandGroup=new L.drawing.Group({zIndex:-1}),a=st(this.pane.axes,(function(e){return e.options.vertical!==t.options.vertical}))[0],s=0;s<r.length;s++){var l=r[s],u=void 0,c=void 0,p=l.label,h=void 0;if(o?(u=(a||i.axisX).lineBox(),c=t.getSlot(l.from,l.to,!0)):(u=t.getSlot(l.from,l.to,!0),c=(a||i.axisY).lineBox()),p&&(p.vAlign=p.position||m,h=t.createPlotBandLabel(p,l,new fe(u.x1,c.y1,u.x2,c.y2))),0!==u.width()&&0!==c.height()){var f=new L.geometry.Rect([u.x1,c.y1],[u.width(),c.height()]),d=L.drawing.Path.fromRect(f,{fill:{color:l.color,opacity:l.opacity},stroke:null});n.append(d),h&&n.append(h)}}this.appendVisual(n)}},e.prototype.createPlotBandLabel=function(t,e,r){if(!1===t.visible)return null;var o,i=t.text;if(wt(t)&&t.visible){var n=ot(t);n?i=n({text:i,item:e}):t.format&&(i=this.chartService.format.auto(t.format,i)),t.color||(t.color=this.options.labels.color)}return(o=new ze(i,t)).reflow(r),o.renderVisual(),o.visual},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,o=e.majorGridLines,i=e.minorUnit,n=e.vertical,a=t.options.line.visible,s=o.visible?e.majorUnit:0,l=t.lineBox(),u=l[n?"y1":"x1"],c={lineStart:l[n?"x1":"y1"],lineEnd:l[n?"x2":"y2"],vertical:n},p=[],h=this.gridLinesVisual();function f(t,e,r){var o=t.length,i=Math.max(1,e.step);if(e.visible)for(var n=e.skip;n<o;n+=i){var s=Vt(t[n]);pt(s,p)||n%r==0||a&&u===s||(c.position=s,h.append(ur(c,e)),p.push(s))}}return f(this.getMajorTickPositions(),o),f(this.getMinorTickPositions(),r,s/i),h.children},e.prototype.reflow=function(t){for(var e=this,r=e.options,o=e.labels,i=e.title,n=r.vertical,a=o.length,s=n?M:v,l=i?i.box[s]():0,u=this.getActualTickSize()+r.margin+l,c=((this.getRoot()||{}).box||t)[s](),p=0,h=0;h<a;h++){var f=o[h].box[s]();f+u<=c&&(p=Math.max(p,f))}this.box=n?new fe(t.x1,t.y1,t.x1+p+u,t.y2):new fe(t.x1,t.y1,t.x2,t.y1+p+u),this.arrangeTitle(),this.arrangeLabels(),this.arrangeNotes()},e.prototype.getLabelsTickPositions=function(){return this.getMajorTickPositions()},e.prototype.labelTickIndex=function(t){return t.index},e.prototype.arrangeLabels=function(){for(var t=this.options,e=this.labels,r=this.labelsBetweenTicks(),o=t.vertical,i=t.labels.mirror,n=this.getLabelsTickPositions(),a=0;a<e.length;a++){var s=e[a],l=this.labelTickIndex(s),u=o?s.box.height():s.box.width(),c=n[l],p=n[l+1],h=void 0,f=void 0;o?f=h=r?c+(p-c)/2-u/2:c-u/2:r?(h=c,f=p):f=(h=c-u/2)+u,this.positionLabel(s,i,h,f)}},e.prototype.positionLabel=function(t,e,r,o){void 0===o&&(o=r);var i,n=this.options,s=n.vertical,l=this.lineBox(),u=this.getActualTickSize()+n.margin;if(s){var c=l.x2;e?(c+=u,t.options.rotationOrigin=m):(c-=u+t.box.width(),t.options.rotationOrigin=O),i=t.box.move(c,r)}else{var p=l.y1;e?(p-=u+t.box.height(),t.options.rotationOrigin=a):(p+=u,t.options.rotationOrigin=A),i=new fe(r,p,o,p+t.box.height())}t.reflow(i)},e.prototype.autoRotateLabelAngle=function(t,e){return t.width()<e?0:t.height()>e?-90:-45},e.prototype.autoRotateLabels=function(){if(!this.options.autoRotateLabels||this.options.vertical)return!1;for(var t=this.getMajorTickPositions(),e=this.labels,r=Math.min(e.length,t.length-1),o=0,i=0;i<r;i++){var n=Math.abs(t[i+1]-t[i]),a=e[i].box,s=this.autoRotateLabelAngle(a,n);if(0!==s&&(o=s),-90===o)break}if(0!==o){for(var l=0;l<e.length;l++)e[l].options.rotation=o,e[l].reflow(new fe);return!0}},e.prototype.arrangeTitle=function(){var t=this.options,e=this.title,r=t.labels.mirror,o=t.vertical;e&&(o?(e.options.align=r?O:m,e.options.vAlign=e.options.position):(e.options.align=e.options.position,e.options.vAlign=r?A:a),e.reflow(this.box))},e.prototype.arrangeNotes=function(){for(var t=this,e=0;e<this.notes.length;e++){var r=t.notes[e],o=r.options.value,i=void 0;wt(o)?(t.shouldRenderNote(o)?r.show():r.hide(),i=t.noteSlot(o)):r.hide(),r.reflow(i||t.lineBox())}},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.alignTo=function(t){var e=t.lineBox(),r=this.options.vertical,o=r?E:T;this.box.snapTo(e,o),r?this.box.shrink(0,this.lineBox().height()-e.height()):this.box.shrink(this.lineBox().width()-e.width(),0),this.box[o+1]-=this.lineBox()[o+1]-e[o+1],this.box[o+2]-=this.lineBox()[o+2]-e[o+2]},e.prototype.axisLabelText=function(t,e,r){var o=this,i=ot(e),n=function(){return e.format?o.chartService.format.localeAuto(e.format,[t],e.culture):t};return i?i(Object.assign({},r,{get text(){return n()},value:t,format:e.format,culture:e.culture})):n()},e.prototype.slot=function(t,e,r){var o=this.getSlot(t,e,r);if(o)return o.toRect()},e.prototype.contentBox=function(){var t=this.box.clone(),e=this.labels;if(e.length){var r=this.options.vertical?E:T;if(this.chartService.isPannable(r)){var o=this.maxLabelOffset();t[r+1]-=o.start,t[r+2]+=o.end}else{e[0].options.visible&&t.wrap(e[0].box);var i=e[e.length-1];i.options.visible&&t.wrap(i.box)}}return t},e.prototype.maxLabelOffset=function(){for(var t=this.options,e=t.vertical,r=t.reverse,o=this.labelsBetweenTicks(),i=this.getLabelsTickPositions(),n=e?E:T,a=this.labels,s=r?1:0,l=r?0:1,u=0,c=0,p=0;p<a.length;p++){var h=a[p],f=this.labelTickIndex(h),d=void 0,v=void 0;o?(d=i[f+s],v=i[f+l]):d=v=i[f],u=Math.max(u,d-h.box[n+1]),c=Math.max(c,h.box[n+2]-v)}return{start:u,end:c}},e.prototype.limitRange=function(t,e,r,o,i){var n=this.options;if(t<r&&i<0&&(!wt(n.min)||n.min<=r)||o<e&&i>0&&(!wt(n.max)||o<=n.max))return null;if(e<r&&i>0||o<t&&i<0)return{min:t,max:e};var a=e-t,s=t,l=e;return t<r&&i<0?(s=Tt(t,r,o),l=Tt(t+a,r+a,o)):e>o&&i>0&&(l=Tt(e,r,o),s=Tt(e-a,r,o-a)),{min:s,max:l}},e.prototype.valueRange=function(){return{min:this.seriesMin,max:this.seriesMax}},e.prototype.lineDir=function(){var t=this.options;return(t.vertical?-1:1)*(t.reverse?-1:1)},e.prototype.lineInfo=function(){var t=this.options.vertical,e=this.lineBox(),r=t?e.height():e.width(),o=t?E:T,i=this.lineDir(),n=o+(1===i?1:2).toString();return{axis:o,axisOrigin:n,axisDir:i,lineBox:e,lineSize:r,lineStart:e[n]}},e.prototype.pointOffset=function(t){var e=this.lineInfo(),r=e.axis,o=e.axisDir,i=e.axisOrigin,n=e.lineBox,a=e.lineSize;return(o>0?t[r]-n[i]:n[i]-t[r])/a},e.prototype.scaleToDelta=function(t,e){var r=Tt(t,-.999,.999);return r>0?e*Math.min(1,r):e-e/(1+r)},e.prototype.labelsBetweenTicks=function(){return!this.options.justified},e.prototype.prepareUserOptions=function(){},e}(Ce);Rt(cr,{labels:{visible:!0,rotation:0,mirror:!1,step:1,skip:0},line:{width:1,color:n,visible:!0},title:{visible:!0,position:s},majorTicks:{align:w,size:4,skip:0,step:1},minorTicks:{align:w,size:3,skip:0,step:1},axisCrossingValue:0,majorTickType:w,minorTickType:_,majorGridLines:{skip:0,step:1},minorGridLines:{visible:!1,width:1,color:n,skip:0,step:1},margin:5,visible:!0,reverse:!1,justified:!0,notes:{label:{text:""}},_alignLines:!0,_deferLabels:!1});const pr=cr;var hr="milliseconds",fr="seconds",dr="minutes",vr="hours",gr="days",yr="weeks",mr="months",br="years",xr=1e3,_r=60*xr,Cr=60*_r,wr=24*Cr,Or=7*wr,Sr=31*wr,Pr=365*wr,Ar={years:Pr,months:Sr,weeks:Or,days:wr,hours:Cr,minutes:_r,seconds:xr,milliseconds:1};function jr(t,e){return t.getTime()-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*_r}function kr(t,e){return new Date(t.getTime()+e)}function Mr(t){var e;return t instanceof Date?e=t:t&&(e=new Date(t)),e}function Tr(t,e){return 0===e&&23===t.getHours()&&(t.setHours(t.getHours()+2),!0)}function Er(t,e,r,o){var i=t;if(t){var n=Mr(t),a=n.getHours();r===br?Tr(i=new Date(n.getFullYear()+e,0,1),0):r===mr?Tr(i=new Date(n.getFullYear(),n.getMonth()+e,1),a):r===yr?(i=Er(function(t,e){void 0===e&&(e=0);var r=0,o=t.getDay();if(!isNaN(o))for(;o!==e;)0===o?o=6:o--,r++;return kr(t,-r*wr)}(n,o),7*e,gr),Tr(i,a)):r===gr?Tr(i=new Date(n.getFullYear(),n.getMonth(),n.getDate()+e),a):r===vr?i=function(t,e){var r=new Date(t);r.setMinutes(0,0,0);var o=(t.getTimezoneOffset()-r.getTimezoneOffset())*_r;return kr(r,o+e*Cr)}(n,e):r===dr?(i=kr(n,e*_r)).getSeconds()>0&&i.setSeconds(0):r===fr?i=kr(n,e*xr):r===hr&&(i=kr(n,e)),r!==hr&&i.getMilliseconds()>0&&i.setMilliseconds(0)}return i}function Dr(t,e,r){return Er(Mr(t),0,e,r)}function Vr(t,e,r){var o=Mr(t);return o&&Dr(o,e,r).getTime()===o.getTime()?o:Er(o,1,e,r)}function Ir(t,e){return t&&e?t.getTime()-e.getTime():-1}function Nr(t,e){return t.getTime()-e}function Lr(t){if(D(t)){for(var e=[],r=0;r<t.length;r++)e.push(Lr(t[r]));return e}if(t)return Mr(t).getTime()}function Br(t,e){return t&&e?Lr(t)===Lr(e):t===e}function Rr(t,e,r){return jr(t,e)/Ar[r]}function zr(t,e,r,o){var i=Mr(t),n=Mr(e);return(r===mr?i.getMonth()-n.getMonth()+12*(i.getFullYear()-n.getFullYear())+Rr(i,new Date(i.getFullYear(),i.getMonth()),gr)/new Date(i.getFullYear(),i.getMonth()+1,0).getDate():r===br?i.getFullYear()-n.getFullYear()+zr(i,new Date(i.getFullYear(),0),mr,1)/12:r===gr||r===yr?Rr(i,n,r):Nr(i,e)/Ar[r])/o}function Fr(t,e,r){return r===br?e.getFullYear()-t.getFullYear():r===mr?12*Fr(t,e,br)+e.getMonth()-t.getMonth():r===gr?Math.floor(Nr(e,t)/wr):Math.floor(Nr(e,t)/Ar[r])}function Hr(t,e){return F(e)&&t.parseDate(e)||Mr(e)}function Ur(t,e){if(D(e)){for(var r=[],o=0;o<e.length;o++)r.push(Hr(t,e[o]));return r}return Hr(t,e)}function Kr(t,e){return z(t.weekStartDay)?t.weekStartDay:e&&e.firstDay?e.firstDay():0}var Xr=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this._ticks={}},e.prototype.categoriesHash=function(){return""},e.prototype.clone=function(){var t=new e(Object.assign({},this.options,{categories:this.options.srcCategories}),this.chartService);return t.createLabels(),t},e.prototype.initUserOptions=function(t){var e=t.categories||[],r=wt(t.min),o=wt(t.max);if(t.srcCategories=t.categories=e,(r||o)&&e.length){var i,n=r?Math.floor(t.min):0;i=o?t.justified?Math.floor(t.max)+1:Math.ceil(t.max):e.length,t.categories=t.categories.slice(n,i)}return t},e.prototype.rangeIndices=function(){var t=this.options,e=t.categories.length||1;return{min:z(t.min)?t.min%1:0,max:z(t.max)&&t.max%1!=0&&t.max<this.totalRange().max?e-(1-t.max%1):e-(t.justified?1:0)}},e.prototype.range=function(){var t=this.options;return{min:z(t.min)?t.min:0,max:z(t.max)?t.max:this.totalRange().max}},e.prototype.roundedRange=function(){return this.range()},e.prototype.totalRange=function(){var t=this.options;return{min:0,max:Math.max(this._seriesMax||0,t.srcCategories.length)-(t.justified?1:0)}},e.prototype.scaleOptions=function(){var t=this.rangeIndices(),e=t.min,r=t.max,o=this.lineBox();return{scale:(this.options.vertical?o.height():o.width())/(r-e||1)*(this.options.reverse?-1:1),box:o,min:e,max:r}},e.prototype.arrangeLabels=function(){t.prototype.arrangeLabels.call(this),this.hideOutOfRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){var t=this.box,e=this.labels;if(e.length>0){var r=this.options.vertical?E:T,o=t[r+1],i=t[r+2],n=e[0],a=Mt(e);(n.box[r+1]>i||n.box[r+2]<o)&&(n.options.visible=!1),(a.box[r+1]>i||a.box[r+2]<o)&&(a.options.visible=!1)}},e.prototype.getMajorTickPositions=function(){return this.getTicks().majorTicks},e.prototype.getMinorTickPositions=function(){return this.getTicks().minorTicks},e.prototype.getLabelsTickPositions=function(){return this.getTicks().labelTicks},e.prototype.tickIndices=function(t){for(var e=this.rangeIndices(),r=e.min,o=e.max,i=Math.ceil(o),n=Math.floor(r),a=[];n<=i;)a.push(n),n+=t;return a},e.prototype.getTickPositions=function(t){for(var e=this.options,r=e.vertical,o=e.reverse,i=this.scaleOptions(),n=i.scale,a=i.box,s=i.min,l=a[(r?E:T)+(o?2:1)],c=this.tickIndices(t),p=[],h=0;h<c.length;h++)p.push(l+Vt(n*(c[h]-s),u));return p},e.prototype.getTicks=function(){var t=this.options,e=this._ticks,r=this.rangeIndices(),o=this.lineBox(),i=o.getHash()+r.min+","+r.max+t.reverse+t.justified;if(e._hash!==i){var n=t.minorTicks.visible||t.minorGridLines.visible;e._hash=i,e.labelTicks=this.getTickPositions(1),e.majorTicks=this.filterOutOfRangePositions(e.labelTicks,o),e.minorTicks=n?this.filterOutOfRangePositions(this.getTickPositions(.5),o):[]}return e},e.prototype.filterOutOfRangePositions=function(t,e){if(!t.length)return t;for(var r=this.options.vertical?E:T,o=function(t){return e[r+1]<=t&&t<=e[r+2]},i=t.length-1,n=0;!o(t[n])&&n<=i;)n++;for(var a=i;!o(t[a])&&a>=0;)a--;return t.slice(n,a+1)},e.prototype.lineInfo=function(){var t=this.options,e=t.vertical,r=t.reverse,o=this.lineBox(),i=e?o.height():o.width(),n=e?E:T,a=r?-1:1,s=n+(1===a?1:2).toString();return{axis:n,axisOrigin:s,axisDir:a,lineBox:o,lineSize:i,lineStart:o[s]}},e.prototype.lineDir=function(){return this.options.reverse?-1:1},e.prototype.getSlot=function(t,e,r){var o=this.options,i=o.reverse,n=o.justified,a=this.scaleOptions(),s=a.scale,l=a.box,u=a.min,c=this.lineInfo(),p=c.axis,h=c.lineStart,f=l.clone(),d=!wt(e),v=Nt(t,0),g=Nt(e,v);g=Math.max(g-1,v);var y=h+(v-u)*s,m=h+((g=Math.max(v,g))+1-u)*s;return d&&n&&(m=y),r&&(y=Tt(y,l[p+1],l[p+2]),m=Tt(m,l[p+1],l[p+2])),f[p+1]=i?m:y,f[p+2]=i?y:m,f},e.prototype.limitSlot=function(t){var e=this.options.vertical?E:T,r=this.lineBox(),o=t.clone();return o[e+1]=Tt(t[e+1],r[e+1],r[e+2]),o[e+2]=Tt(t[e+2],r[e+1],r[e+2]),o},e.prototype.slot=function(e,r,o){var i=Math.floor(this.options.min||0),n=e,a=r;return"string"==typeof n?n=this.categoryIndex(n):z(n)&&(n-=i),"string"==typeof a?a=this.categoryIndex(a):z(a)&&(a-=i),t.prototype.slot.call(this,n,a,o)},e.prototype.pointCategoryIndex=function(t){var e=this.options,r=e.reverse,o=e.justified,i=e.vertical?E:T,n=this.scaleOptions(),a=n.scale,s=n.box,l=n.min,u=n.max,c=r?u:l,p=s[i+1],h=s[i+2],f=t[i];if(f<p||f>h)return null;var d=c+(f-p)/a,v=d%1;return o?d=Math.round(d):0===v&&d>0&&d--,Math.floor(d)},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.options.categories[e]},e.prototype.categoryIndex=function(t){return this.totalIndex(t)-Math.floor(this.options.min||0)},e.prototype.categoryAt=function(t,e){var r=this.options;return(e?r.srcCategories:r.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,r=this.lineBox(),o=e.vertical?r.height():r.width(),i=e.categories.length,n=Vt(t/(o/i),f);return{min:n,max:i+n}},e.prototype.scaleRange=function(t,e){var r=Math.abs(this.pointOffset(e)),o=this.limitedRangeIndices(),i=o.max-o.min,n=this.scaleToDelta(t,i),a=r*n,s=(1-r)*n,l=o.min+a,u=o.max-s;return u-l<.1&&(u=l+.1),{min:l,max:u}},e.prototype.zoomRange=function(t,e){var r=this.totalRange(),o=r.min,i=r.max,n=this.scaleRange(t,e);return{min:Tt(n.min,o,i),max:Tt(n.max,o,i)}},e.prototype.labelsCount=function(){var t=this.labelsRange();return t.max-t.min},e.prototype.labelsRange=function(){var t=this.options,e=t.justified,r=t.labels,o=this.limitedRangeIndices(!0),i=o.min,n=o.max,a=Math.floor(i);return e?(i=Math.ceil(i),n=Math.floor(n)):(i=Math.floor(i),n=Math.ceil(n)),{min:(i>r.skip?r.skip+r.step*Math.ceil((i-r.skip)/r.step):r.skip)-a,max:(t.categories.length?n+(e?1:0):0)-a}},e.prototype.createAxisLabel=function(t,e,r){var o=this.options,i=o.dataItems?o.dataItems[t]:null,n=Nt(o.categories[t],"");r.dataItem=i;var a=this.axisLabelText(n,e,r);return new Xe(n,a,t,i,e)},e.prototype.shouldRenderNote=function(t){var e=this.limitedRangeIndices();return Math.floor(e.min)<=t&&t<=Math.ceil(e.max)},e.prototype.noteSlot=function(t){var e=this.options,r=t-Math.floor(e.min||0);return this.getSlot(r)},e.prototype.arrangeNotes=function(){t.prototype.arrangeNotes.call(this),this.hideOutOfRangeNotes()},e.prototype.hideOutOfRangeNotes=function(){var t=this.notes,e=this.box;if(t&&t.length)for(var r=this.options.vertical?E:T,o=e[r+1],i=e[r+2],n=0;n<t.length;n++){var a=t[n];a.box&&(i<a.box[r+1]||a.box[r+2]<o)&&a.hide()}},e.prototype.pan=function(t){var e=this.limitedRangeIndices(!0),r=this.scaleOptions().scale,o=Vt(t/r,f),i=this.totalRange(),n=e.min+o,a=e.max+o;return this.limitRange(n,a,0,i.max,o)},e.prototype.pointsRange=function(t,e){var r=this.options,o=r.reverse,i=r.vertical?E:T,n=this.limitedRangeIndices(!0),a=this.scaleOptions(),s=a.scale,l=a.box[i+(o?2:1)],u=t[i]-l,c=e[i]-l,p=n.min+u/s,h=n.min+c/s,f=Math.min(p,h),d=Math.max(p,h);if(d-f>=.01)return{min:f,max:d}},e.prototype.valueRange=function(){return this.range()},e.prototype.totalIndex=function(t){var e=this.options,r=this._categoriesMap?this._categoriesMap.get(t):function(t,e){if(t instanceof Date){for(var r=e.length,o=0;o<r;o++)if(Br(e[o],t))return o;return-1}return e.indexOf(t)}(t,e.srcCategories);return r},e.prototype.currentRangeIndices=function(){var t=this.options,e=0;return z(t.min)&&(e=Math.floor(t.min)),{min:e,max:z(t.max)?t.justified?Math.floor(t.max):Math.ceil(t.max)-1:this.totalCount()-1}},e.prototype.limitedRangeIndices=function(t){var e,r=this.options,o=z(r.min)?r.min:0;if(e=z(r.max)?r.max:z(r.min)?o+r.categories.length:this.totalRange().max||1,t){var i=this.totalRange();o=Tt(o,0,i.max),e=Tt(e,0,i.max)}return{min:o,max:e}},e.prototype.totalRangeIndices=function(){return{min:0,max:this.totalRange().max||1}},e.prototype.mapCategories=function(){if(!this._categoriesMap)for(var t=this._categoriesMap=new ct,e=this.options.srcCategories,r=0;r<e.length;r++)t.set(e[r],r)},e.prototype.totalCount=function(){return Math.max(this.options.srcCategories.length,this._seriesMax||0)},e}(pr);Rt(Xr,{type:"category",vertical:!1,majorGridLines:{visible:!1,width:1,color:n},labels:{zIndex:1},justified:!1,_deferLabels:!0});const $r=Xr;var Gr={milliseconds:"HH:mm:ss.fff",seconds:"HH:mm:ss",minutes:"HH:mm",hours:"HH:mm",days:"M/d",weeks:"M/d",months:"MMM 'yy",years:"yyyy"},Yr=[hr,fr,dr,vr,gr,yr,mr,br],Wr="fit";function qr(t,e){e&&(t._range=void 0);var r=t._range;return r||((r=t._range=Gt(t)).min=Mr(r.min),r.max=Mr(r.max)),r}var Zr=function(t){this.options=t};Zr.prototype.displayIndices=function(){return{min:0,max:1}},Zr.prototype.displayRange=function(){return{}},Zr.prototype.total=function(){return{}},Zr.prototype.valueRange=function(){return{}},Zr.prototype.valueIndex=function(){return-1},Zr.prototype.values=function(){return[]},Zr.prototype.totalIndex=function(){return-1},Zr.prototype.valuesCount=function(){return 0},Zr.prototype.totalCount=function(){return 0},Zr.prototype.dateAt=function(){return null};var Qr=function(t,e,r){this.options=r,r.baseUnitStep=r.baseUnitStep||1;var o=r.roundToBaseUnit,i=r.justified;this.start=Er(t,0,r.baseUnit,r.weekStartDay);var n=this.roundToTotalStep(e),a=!i&&Br(e,n)&&!r.justifyEnd;this.end=this.roundToTotalStep(e,!i,a?1:0);var s=r.min||t;this.valueStart=this.roundToTotalStep(s),this.displayStart=o?this.valueStart:s;var l=r.max;if(l){var u=!i&&Br(l,this.roundToTotalStep(l))?-1:0;this.valueEnd=this.roundToTotalStep(l,!1,u),this.displayEnd=o?this.roundToTotalStep(l,!i):r.max}else this.valueEnd=n,this.displayEnd=o||a?this.end:e;this.valueEnd<this.valueStart&&(this.valueEnd=this.valueStart),this.displayEnd<=this.displayStart&&(this.displayEnd=this.roundToTotalStep(this.displayStart,!1,1))};function Jr(t,e,r){for(var o,i,n,a=qr(t.categories),s=(t.max||a.max)-(t.min||a.min),l=t.autoBaseUnitSteps,u=t.maxDateGroups,c=t.baseUnit===Wr,p=e?Yr.indexOf(e):0,h=c?Yr[p++]:t.baseUnit,f=s/Ar[h],d=f;!i||f>=u;){o=o||l[h].slice(0);do{n=o.shift()}while(n&&e===h&&n<r);if(n)f=d/(i=n);else{if(h===Mt(Yr)){i=Math.ceil(d/u);break}if(!c){f>u&&(i=Math.ceil(d/u));break}h=Yr[p++]||Mt(Yr),d=s/Ar[h],o=null}}t.baseUnitStep=i,t.baseUnit=h}Qr.prototype.displayRange=function(){return{min:this.displayStart,max:this.displayEnd}},Qr.prototype.displayIndices=function(){if(!this._indices){var t=this.options,e=t.baseUnit,r=t.baseUnitStep,o=zr(this.displayStart,this.valueStart,e,r),i=zr(this.displayEnd,this.valueStart,e,r);this._indices={min:o,max:i}}return this._indices},Qr.prototype.total=function(){return{min:this.start,max:this.end}},Qr.prototype.totalCount=function(){return this.totalIndex(this.end)+(this.options.justified?1:0)},Qr.prototype.valueRange=function(){return{min:this.valueStart,max:this.valueEnd}},Qr.prototype.valueIndex=function(t){var e=this.options;return Math.floor(zr(t,this.valueStart,e.baseUnit,e.baseUnitStep))},Qr.prototype.totalIndex=function(t){var e=this.options;return Math.floor(zr(t,this.start,e.baseUnit,e.baseUnitStep))},Qr.prototype.dateIndex=function(t){var e=this.options;return zr(t,this.valueStart,e.baseUnit,e.baseUnitStep)},Qr.prototype.valuesCount=function(){return this.valueIndex(this.valueEnd)+1},Qr.prototype.values=function(){var t=this._values;if(!t){var e=this.options,r=this.valueRange();this._values=t=[];for(var o=r.min;o<=r.max;)t.push(o),o=Er(o,e.baseUnitStep,e.baseUnit,e.weekStartDay)}return t},Qr.prototype.dateAt=function(t,e){var r=this.options;return Er(e?this.start:this.valueStart,r.baseUnitStep*t,r.baseUnit,r.weekStartDay)},Qr.prototype.roundToTotalStep=function(t,e,r){var o=this.options,i=o.baseUnit,n=o.baseUnitStep,a=o.weekStartDay,s=this.start,l=zr(t,s,i,n),u=e?Math.ceil(l):Math.floor(l);return r&&(u+=r),Er(s,u*n,i,a)};var to=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){var t=new e(Object.assign({},this.options),this.chartService);return t.createLabels(),t},e.prototype.categoriesHash=function(){var t=this.dataRange.total().min;return this.options.baseUnit+this.options.baseUnitStep+t},e.prototype.initUserOptions=function(t){return t},e.prototype.initFields=function(){t.prototype.initFields.call(this);var e=this.chartService,r=e.intl,o=this.options,i=o.categories||[];if(i._parsed||((i=Ur(r,i))._parsed=!0),o=G({roundToBaseUnit:!0},o,{categories:i,min:Hr(r,o.min),max:Hr(r,o.max),weekStartDay:Kr(o,r)}),e.panning&&e.isPannable(o.vertical?E:T)&&(o.roundToBaseUnit=!1),o.userSetBaseUnit=o.userSetBaseUnit||o.baseUnit,o.userSetBaseUnitStep=o.userSetBaseUnitStep||o.baseUnitStep,this.options=o,o.srcCategories=i,i.length>0){var n=qr(i,!0),a=o.maxDivisions,s=function(t){var e=(t.baseUnit||"").toLowerCase();return e!==Wr&&!pt(e,Yr)&&function(t){for(var e,r,o=t.categories,i=wt(o)?o.length:0,n=b,a=0;a<i;a++){var s=o[a];if(s&&e){var l=jr(s,e);l>0&&(r=(n=Math.min(n,l))>=Pr?br:n>=Sr-3*wr?mr:n>=Or?yr:n>=wr?gr:n>=Cr?vr:n>=_r?dr:fr)}e=s}t.baseUnit=r||gr}(t),e!==Wr&&"auto"!==t.baseUnitStep||Jr(t),t}(o),l=o._forecast;if(l&&(l.before>0&&(n.min=Er(n.min,-l.before,s.baseUnit,s.weekStartDay)),l.after>0&&(n.max=Er(n.max,l.after,s.baseUnit,s.weekStartDay))),this.dataRange=new Qr(n.min,n.max,s),a){var u=this.dataRange.displayRange(),c=Object.assign({},o,{justified:!0,roundToBaseUnit:!1,baseUnit:"fit",min:u.min,max:u.max,maxDateGroups:a}),p=this.dataRange.options;Jr(c,p.baseUnit,p.baseUnitStep),this.divisionRange=new Qr(n.min,n.max,c)}else this.divisionRange=this.dataRange}else o.baseUnit=o.baseUnit||gr,this.dataRange=this.divisionRange=new Zr(o);this.rangeLabels=[]},e.prototype.tickIndices=function(e){var r=this.dataRange,o=this.divisionRange,i=o.valuesCount();if(!this.options.maxDivisions||!i)return t.prototype.tickIndices.call(this,e);var n=[],a=o.values(),s=0;this.options.justified||(a=a.concat(o.dateAt(i)),s=.5);for(var l=0;l<a.length;l++)if(n.push(r.dateIndex(a[l])+s),1!==e&&l>=1){var u=n.length-1;n.splice(l,0,n[u-1]+(n[u]-n[u-1])*e)}return n},e.prototype.shouldRenderNote=function(t){var e=this.range(),r=this.options.categories||[];return Ir(t,e.min)>=0&&Ir(t,e.max)<=0&&r.length},e.prototype.parseNoteValue=function(t){return Hr(this.chartService.intl,t)},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.translateRange=function(t){var e=this.options,r=e.baseUnit,o=e.weekStartDay,i=e.vertical,n=this.lineBox(),a=i?n.height():n.width(),s=this.range(),l=a/(s.max-s.min),u=Vt(t/l,f);if(s.min&&s.max){var c=kr(e.min||s.min,u),p=kr(e.max||s.max,u);s={min:Er(c,0,r,o),max:Er(p,0,r,o)}}return s},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.divisionRange.valuesCount()}},e.prototype.pan=function(t){if(this.isEmpty())return null;var e=this.options,r=this.lineBox(),o=e.vertical?r.height():r.width(),i=this.dataRange.displayRange(),n=i.min,a=i.max,s=this.dataRange.total(),l=Vt(t/(o/(a-n)),f)*(e.reverse?-1:1),u=kr(n,l),c=kr(a,l),p=this.limitRange(Lr(u),Lr(c),Lr(s.min),Lr(s.max),l);return p?(p.min=Mr(p.min),p.max=Mr(p.max),p.baseUnit=e.baseUnit,p.baseUnitStep=e.baseUnitStep||1,p.userSetBaseUnit=e.userSetBaseUnit,p.userSetBaseUnitStep=e.userSetBaseUnitStep,p):void 0},e.prototype.pointsRange=function(e,r){if(this.isEmpty())return null;var o=t.prototype.pointsRange.call(this,e,r),i=this.dataRange.displayRange(),n=this.dataRange.displayIndices(),a=Nr(i.max,i.min)/(n.max-n.min),s=this.options;return{min:kr(i.min,o.min*a),max:kr(i.min,o.max*a),baseUnit:s.userSetBaseUnit||s.baseUnit,baseUnitStep:s.userSetBaseUnitStep||s.baseUnitStep}},e.prototype.scaleRange=function(t,e){if(this.isEmpty())return{};var r=this.options,o=r.userSetBaseUnit===Wr,i=this.dataRange.total(),n=this.dataRange.displayRange(),a=n.min,s=n.max,l=Math.abs(this.pointOffset(e)),u=s-a,c=this.scaleToDelta(t,u),p=Math.round(l*c),h=Math.round((1-l)*c),f=this.dataRange.options.baseUnit,d=new Date(a.getTime()+p),v=new Date(s.getTime()-h);if(o){var g,y,m=r.autoBaseUnitSteps,b=r.maxDateGroups,x=Mt(m[f])*b*Ar[f],_=Nr(s,a),C=Nr(v,d),w=Yr.indexOf(f);if(C<Ar[f]&&f!==hr)f=Yr[w-1],d=kr(a,y=(_-(b-1)*(g=Mt(m[f]))*Ar[f])/2),v=kr(s,-y);else if(C>x&&f!==br){var O=0;do{w++,f=Yr[w],O=0,y=2*Ar[f];do{g=m[f][O],O++}while(O<m[f].length&&y*g<_)}while(f!==br&&y*g<_);(y=(y*g-_)/2)>0&&(d=kr(a,-y),v=kr(s,y),d=kr(d,Tt(v,i.min,i.max)-v),v=kr(v,Tt(d,i.min,i.max)-d))}}return d&&v&&Nr(v,d)>0?{min:d,max:v,baseUnit:r.userSetBaseUnit||r.baseUnit,baseUnitStep:r.userSetBaseUnitStep||r.baseUnitStep}:void 0},e.prototype.zoomRange=function(t,e){var r=this.dataRange.total(),o=this.scaleRange(t,e);return o&&(o.min<r.min&&(o.min=r.min),o.max>r.max&&(o.max=r.max)),o},e.prototype.range=function(){return this.dataRange.displayRange()},e.prototype.createLabels=function(){t.prototype.createLabels.call(this),this.createRangeLabels()},e.prototype.clearLabels=function(){t.prototype.clearLabels.call(this),this.rangeLabels=[]},e.prototype.arrangeLabels=function(){this.arrangeRangeLabels(),t.prototype.arrangeLabels.call(this)},e.prototype.arrangeRangeLabels=function(){var t=this.options,e=this.rangeLabels;if(0!==e.length){var r=this.lineBox(),o=t.vertical,i=t.rangeLabels.mirror||t.labels.mirror,n=e[0];if(n){var a=o?r.y1-n.box.height()/2:r.x1;this.positionLabel(n,i,a)}var s=e[1];if(s){var l=o?r.y2-s.box.height()/2:r.x2;this.positionLabel(s,i,l)}}},e.prototype.autoRotateLabels=function(){t.prototype.autoRotateLabels.call(this),this.autoRotateRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){t.prototype.hideOutOfRangeLabels.call(this),this.hideOverlappingLabels()},e.prototype.hideOverlappingLabels=function(){var t=this.rangeLabels,e=this.labels;if(0!==t.length){var r=t[0];if(r&&r.options.visible)for(var o=0;o<e.length&&a(r,e[o]);o++);var i=t[1];if(i&&i.options.visible)for(var n=e.length-1;n>0&&a(i,e[n]);--n);}function a(t,e){return!(e.options.visible&&!e.box.overlaps(t.box)||(e.options.visible=!1,0))}},e.prototype.contentBox=function(){for(var e=t.prototype.contentBox.call(this),r=this.rangeLabels,o=0;o<r.length;o++){var i=r[o];i.options.visible&&e.wrap(i.box)}return e},e.prototype.createAxisLabel=function(t,e,r){void 0===r&&(r={});var o=this.options,i=o.dataItems&&!o.maxDivisions?o.dataItems[t]:null,n=this.divisionRange.dateAt(t),a=e.dateFormats[this.divisionRange.options.baseUnit];e.format=e.format||a,r.dataItem=i;var s=this.axisLabelText(n,e,r);if(s)return new Xe(n,s,t,i,e)},e.prototype.createRangeLabels=function(){var t=this,e=this.divisionRange,r=e.displayStart,o=e.displayEnd,i=this.options,n=Object.assign({},i.labels,i.rangeLabels,{align:s,zIndex:i.zIndex});if(!0===n.visible){this.normalizeLabelRotation(n),n.alignRotation=s,"auto"===n.rotation&&(n.rotation=0,i.autoRotateRangeLabels=!0);var a=n.dateFormats[this.divisionRange.options.baseUnit];n.format=n.format||a;var l=function(e,r,o){if(o){var i=new Xe(r,o,e,null,n);t.append(i),t.rangeLabels.push(i)}};l(0,r,this.axisLabelText(r,n,{index:0,count:2})),l(1,o,this.axisLabelText(o,n,{index:1,count:2}))}},e.prototype.autoRotateRangeLabels=function(){var t=this,e=this.rangeLabels;if(this.options.autoRotateRangeLabels&&!this.options.vertical&&2===e.length){var r=function(e,r,o){var i=2*Math.abs(r[o+1]-r[o]),n=t.autoRotateLabelAngle(e.box,i);0!==n&&(e.options.rotation=n,e.reflow(new fe))},o=this.getMajorTickPositions();r(e[0],o,0),r(e[1],o,o.length-2)}},e.prototype.categoryIndex=function(t){return this.dataRange.valueIndex(t)},e.prototype.slot=function(t,e,r){var o=this.dataRange,i=t,n=e;i instanceof Date&&(i=o.dateIndex(i)),n instanceof Date&&(n=o.dateIndex(n));var a=this.getSlot(i,n,r);if(a)return a.toRect()},e.prototype.getSlot=function(e,r,o){var i=e,n=r;return typeof i===C&&(i=this.categoryIndex(i)),typeof n===C&&(n=this.categoryIndex(n)),t.prototype.getSlot.call(this,i,n,o)},e.prototype.valueRange=function(){var t=qr(this.options.srcCategories);return{min:Mr(t.min),max:Mr(t.max)}},e.prototype.categoryAt=function(t,e){return this.dataRange.dateAt(t,e)},e.prototype.categoriesCount=function(){return this.dataRange.valuesCount()},e.prototype.rangeIndices=function(){return this.dataRange.displayIndices()},e.prototype.labelsBetweenTicks=function(){return!this.divisionRange.options.justified},e.prototype.prepareUserOptions=function(){this.isEmpty()||(this.options.categories=this.dataRange.values())},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.dataRange.dateAt(e)},e.prototype.totalIndex=function(t){return this.dataRange.totalIndex(t)},e.prototype.currentRangeIndices=function(){var t=this.dataRange.valueRange();return{min:this.dataRange.totalIndex(t.min),max:this.dataRange.totalIndex(t.max)}},e.prototype.totalRange=function(){return this.dataRange.total()},e.prototype.totalRangeIndices=function(){var t=this.dataRange.total();return{min:this.dataRange.totalIndex(t.min),max:this.dataRange.totalIndex(t.max)}},e.prototype.totalCount=function(){return this.dataRange.totalCount()},e.prototype.isEmpty=function(){return!this.options.srcCategories.length},e.prototype.roundedRange=function(){if(!1!==this.options.roundToBaseUnit||this.isEmpty())return this.range();var t=this.options,e=qr(t.srcCategories);return new Qr(e.min,e.max,Object.assign({},t,{justified:!1,roundToBaseUnit:!0,justifyEnd:!1})).displayRange()},e}($r);Rt(to,{type:p,labels:{dateFormats:Gr},rangeLabels:{visible:!1},autoBaseUnitSteps:{milliseconds:[1,10,100],seconds:[1,2,5,15,30],minutes:[1,2,5,15,30],hours:[1,2,3],days:[1,2,3],weeks:[1,2],months:[1,2,3,6],years:[1,2,3,5,10,25,50]},maxDateGroups:10});const eo=to;function ro(t,e){return Vt(Math.floor(t/e)*e,f)}function oo(t,e){return Vt(Math.ceil(t/e)*e,f)}function io(t){return Math.max(Math.min(t,3e5),-3e5)}var no=Math.pow(10,1-f),ao=function(t){function e(e,r,o,i){t.call(this,Object.assign({},o,{seriesMin:e,seriesMax:r}),i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=function(t,e,r){var o=r.narrowRange,i=function(t,e,r){if(!t&&!e)return 0;var o;if(t>=0&&e>=0){var i=t===e?0:t;if(!1===r||!r&&(e-i)/e>.2)return 0;o=Math.max(0,i-(e-i)/2)}else o=t;return o}(t,e,o),n=function(t,e,r){if(!t&&!e)return 1;var o;if(t<=0&&e<=0){var i=t===e?0:e,n=Math.abs((i-t)/i);if(!1===r||!r&&n>.2)return 0;o=Math.min(0,i-(t-i)/2)}else o=e;return o}(t,e,o),a=ue(i,n),s={majorUnit:a};return!1!==r.roundToMajorUnit&&(i<0&&so(i,a,1/3)&&(i-=a),n>0&&so(n,a,1/3)&&(n+=a)),s.min=ro(i,a),s.max=oo(n,a),s}(t.seriesMin,t.seriesMax,t);return this.totalOptions=function(t,e){return{min:wt(e.min)?Math.min(t.min,e.min):t.min,max:wt(e.max)?Math.max(t.max,e.max):t.max,majorUnit:t.majorUnit}}(e,t),function(t,e){var r,o,i=e;if(e){!function(t,e){for(var r=0;r<e.length;r++){var o=e[r];null===t[o]&&(t[o]=void 0)}}(e,["min","max"]),r=wt(e.min),o=wt(e.max);var n=r||o;n&&e.min===e.max&&(e.min>0?e.min=0:e.max=1),e.majorUnit?(t.min=ro(t.min,e.majorUnit),t.max=oo(t.max,e.majorUnit)):n&&(i=G(t,e),t.majorUnit=ue(i.min,i.max))}t.minorUnit=(i.majorUnit||t.majorUnit)/5;var a=G(t,i);return a.min>=a.max&&(r&&!o?a.max=a.min+a.majorUnit:!r&&o&&(a.min=a.max-a.majorUnit)),a}(e,t)},e.prototype.initFields=function(){this.totalMin=this.totalOptions.min,this.totalMax=this.totalOptions.max,this.totalMajorUnit=this.totalOptions.majorUnit,this.seriesMin=this.options.seriesMin,this.seriesMax=this.options.seriesMax},e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return 0},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){if(0===t)return 1;var e=this.options,r=e.max-e.min;return Math.floor(Vt(r/t,u))+1},e.prototype.getTickPositions=function(t,e){var r=this.options,o=this.lineInfo(),i=o.axisDir,n=o.axisOrigin,a=o.lineBox,s=t*(o.lineSize/(r.max-r.min)),l=this.getDivisions(t),c=[],p=a[n],h=0;e&&(h=e/t);for(var f=0;f<l;f++)f%h!=0&&c.push(Vt(p,u)),p+=s*i;return c},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){void 0===r&&(r=!1);var o=this.options,i=this.lineInfo(),n=i.axis,a=i.axisDir,s=i.lineBox,l=i.lineSize,u=i.lineStart,c=a*(l/(o.max-o.min)),p=Nt(t,e||0),h=Nt(e,t||0);r&&(p=Tt(p,o.min,o.max),h=Tt(h,o.min,o.max));var f=Math.min(p,h)-o.min,d=Math.max(p,h)-o.min,v=new fe(s.x1,s.y1,s.x1,s.y1);return v[n+1]=io(u+c*(a>0?f:d)),v[n+2]=io(u+c*(a>0?d:f)),v},e.prototype.getValue=function(t){var e=this.options,r=Number(e.max),o=Number(e.min),i=this.pointOffset(t);return i<0||i>1?null:Vt(o+i*(r-o),f)},e.prototype.translateRange=function(t){var e=this.options,r=e.vertical,o=e.reverse,i=e.max,n=e.min,a=this.lineInfo().lineSize,s=Vt(t/(a/(i-n)),f);return!r&&!o||r&&o||(s=-s),{min:n+s,max:i+s,offset:s}},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var o=this.options,i=Vt(o.min+t*o.majorUnit,f),n=this.axisLabelText(i,e,r);return new Xe(i,n,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),o=this.getValue(e),i=Math.min(r,o),n=Math.max(r,o);if(this.isValidRange(i,n))return{min:i,max:n}},e.prototype.scaleRange=function(t,e){var r=Math.abs(this.pointOffset(e)),o=this.options.max-this.options.min,i=this.scaleToDelta(t,o),n=r*i,a=(1-r)*i,s=Vt(this.options.min+n,f),l=Vt(this.options.max-a,f);return l-s<no&&(l=s+no),{min:s,max:l}},e.prototype.zoomRange=function(t,e){var r=this.totalMin,o=this.totalMax,i=this.scaleRange(t,e);return{min:Tt(i.min,r,o),max:Tt(i.max,r,o),narrowRange:!1}},e.prototype.isValidRange=function(t,e){return e-t>no},e}(pr);function so(t,e,r){var o=Vt(Math.abs(t%e),f);return 0===o||o>e*(1-r)}Rt(ao,{type:"numeric",min:0,max:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:n},labels:{format:"#.####################"},zIndex:1});const lo=ao;var uo=function(t){function e(e,r,o,i){var n=Mr(e),a=Mr(r),s=i.intl,l=o||{};l=function(t,e,r){var o,i,n=r.min||t,a=r.max||e,s=r.baseUnit||(a&&n?(o=jr(a,n),i=vr,o>=Pr?i=br:o>=Sr?i=mr:o>=Or?i=yr:o>=wr&&(i=gr),i):vr),l=Ar[s],u=r.weekStartDay||0,c=Dr(Lr(n)-1,s,u)||Mr(a),p=Vr(Lr(a)+1,s,u),h=(r.majorUnit?r.majorUnit:void 0)||oo(ue(c.getTime(),p.getTime()),l)/l,f=Fr(c,p,s),d=oo(f,h)-f,v=Math.floor(d/2),g=d-v;return r.baseUnit||delete r.baseUnit,r.baseUnit=r.baseUnit||s,r.min=r.min||Er(c,-v,s,u),r.max=r.max||Er(p,g,s,u),r.minorUnit=r.minorUnit||h/5,r.majorUnit=h,r}(n,a,l=G(l||{},{min:Hr(s,l.min),max:Hr(s,l.max),axisCrossingValue:Ur(s,l.axisCrossingValues||l.axisCrossingValue),weekStartDay:Kr(l,s)})),t.call(this,l,i),this.intlService=s,this.seriesMin=n,this.seriesMax=a;var u=l.weekStartDay||0;this.totalMin=Lr(Dr(Lr(n)-1,l.baseUnit,u)),this.totalMax=Lr(Vr(Lr(a)+1,l.baseUnit,u))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){var e=this.options;return Math.floor(Fr(e.min,e.max,e.baseUnit)/t+1)},e.prototype.getTickPositions=function(t){for(var e=this.options,r=this.lineInfo(),o=r.axisDir,i=r.lineSize,n=r.lineStart,a=this.getDivisions(t),s=i/Nr(e.max,e.min),l=e.weekStartDay||0,c=[n],p=1;p<a;p++){var h=n+Nr(Er(e.min,p*t,e.baseUnit,l),e.min)*s*o;c.push(Vt(h,u))}return c},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){return lo.prototype.getSlot.call(this,Hr(this.intlService,t),Hr(this.intlService,e),r)},e.prototype.getValue=function(t){var e=lo.prototype.getValue.call(this,t);return null!==e?Mr(e):null},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var o=this.options,i=t*o.majorUnit,n=o.weekStartDay||0,a=o.min;i>0&&(a=Er(a,i,o.baseUnit,n));var s=e.dateFormats[o.baseUnit];e.format=e.format||s;var l=this.axisLabelText(a,e,r);return new Xe(a,l,t,null,e)},e.prototype.translateRange=function(t){var e=this.options,r=this.lineBox(),o=e.vertical,i=e.reverse,n=o?r.height():r.width(),a=this.range(),s=n/Nr(a.max,a.min),l=Vt(t/s,f);return!o&&!i||o&&i||(l=-l),{min:kr(e.min,l),max:kr(e.max,l),offset:l}},e.prototype.shouldRenderNote=function(t){var e=this.range();return Ir(t,e.min)>=0&&Ir(t,e.max)<=0},e.prototype.pan=function(t){var e=this.translateRange(t,!0),r=this.limitRange(Lr(e.min),Lr(e.max),this.totalMin,this.totalMax,e.offset);if(r)return{min:Mr(r.min),max:Mr(r.max)}},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),o=this.getValue(e),i=Math.min(r,o),n=Math.max(r,o);return{min:Mr(i),max:Mr(n)}},e.prototype.scaleRange=function(t,e){var r=Math.abs(this.pointOffset(e)),o=this.options.max-this.options.min,i=this.scaleToDelta(t,o),n=r*i,a=(1-r)*i,s=Mr(Lr(this.options.min)+n),l=Mr(Lr(this.options.max)-a);return l-s<1e3&&(l=Mr(Lr(s)+1e3)),{min:s,max:l}},e.prototype.zoomRange=function(t,e){var r=this.scaleRange(t,e);return{min:Mr(Tt(Lr(r.min),this.totalMin,this.totalMax)),max:Mr(Tt(Lr(r.max),this.totalMin,this.totalMax))}},e}(pr);Rt(uo,{type:p,majorGridLines:{visible:!0,width:1,color:n},labels:{dateFormats:Gr}});const co=uo;var po=1e-6,ho=function(t){function e(e,r,o,i){var n=G({majorUnit:10,min:e,max:r},o),a=n.majorUnit,s=function(t,e){var r=Vt(vo(t,e),f)%1;return t<=0?e:0!==r&&(r<.3||r>.9)?Math.pow(e,vo(t,e)+.2):Math.pow(e,Math.ceil(vo(t,e)))}(r,a),l=function(t,e,r){var o=r.majorUnit,i=t;return t<=0?i=e<=1?Math.pow(o,-2):1:r.narrowRange||(i=Math.pow(o,Math.floor(vo(t,o)))),i}(e,r,n),u=function(t,e,r,o){var i=r.min,n=r.max;return wt(r.axisCrossingValue)&&r.axisCrossingValue<=0&&fo(),wt(o.max)?o.max<=0&&fo():n=e,wt(o.min)?o.min<=0&&fo():i=t,{min:i,max:n}}(l,s,n,o);n.max=u.max,n.min=u.min,n.minorUnit=o.minorUnit||Vt(a-1,f),t.call(this,n,i),this.totalMin=wt(o.min)?Math.min(l,o.min):l,this.totalMax=wt(o.max)?Math.max(s,o.max):s,this.logMin=Vt(vo(u.min,a),f),this.logMax=Vt(vo(u.max,a),f),this.seriesMin=e,this.seriesMax=r,this.createLabels()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return this.options.min},e.prototype.getSlot=function(t,e,r){var o=this,i=o.options,n=o.logMin,a=o.logMax,s=i.majorUnit,l=i.min,u=i.max,c=this.lineInfo(),p=c.axis,h=c.axisDir,f=c.lineBox,d=c.lineSize,v=c.lineStart,g=h*(d/(a-n)),y=Nt(t,e||1),m=Nt(e,t||1);if(y<=0||m<=0)return null;r&&(y=Tt(y,l,u),m=Tt(m,l,u)),y=vo(y,s),m=vo(m,s);var b=Math.min(y,m)-n,x=Math.max(y,m)-n,_=new fe(f.x1,f.y1,f.x1,f.y1);return _[p+1]=io(v+g*(h>0?b:x)),_[p+2]=io(v+g*(h>0?x:b)),_},e.prototype.getValue=function(t){var e=this,r=e.options,o=e.logMin,i=e.logMax,n=r.majorUnit,a=this.lineInfo(),s=a.axis,l=a.axisDir,u=a.lineStart,c=a.lineSize,p=(i-o)/c,h=l*(t[s]-u);if(h<0||h>c)return null;var d=o+h*p;return Vt(Math.pow(n,d),f)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.translateRange=function(t){var e=this,r=e.options,o=e.logMin,i=e.logMax,n=r.reverse,a=r.vertical,s=r.majorUnit,l=this.lineBox(),u=a?l.height():l.width(),c=Vt(t/(u/(i-o)),f);return!a&&!n||a&&n||(c=-c),{min:Math.pow(s,o+c),max:Math.pow(s,i+c),offset:c}},e.prototype.labelsCount=function(){var t=Math.floor(this.logMax);return Math.floor(t-this.logMin)+1},e.prototype.getMajorTickPositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),{step:1,skip:0}),t},e.prototype.createTicks=function(t){var e=this.options,r=e.majorTicks,o=e.minorTicks,i=e.vertical,n=e.labels.mirror,a=this.lineBox(),s={vertical:i};function l(e,r){s.tickX=n?a.x2:a.x2-r.size,s.tickY=n?a.y1-r.size:a.y1,s.position=e,t.append(lr(s,r))}return r.visible&&this.traverseMajorTicksPositions(l,r),o.visible&&this.traverseMinorTicksPositions(l,o),[]},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,o=e.majorGridLines,i=e.vertical,n=t.lineBox(),a={lineStart:n[i?"x1":"y1"],lineEnd:n[i?"x2":"y2"],vertical:i},s=[],l=this.gridLinesVisual();function u(t,e){pt(t,s)||(a.position=t,l.append(ur(a,e)),s.push(t))}return o.visible&&this.traverseMajorTicksPositions(u,o),r.visible&&this.traverseMinorTicksPositions(u,r),l.children},e.prototype.traverseMajorTicksPositions=function(t,e){for(var r=this.lineInfo(),o=r.lineStart,i=r.step,n=this.logMin,a=this.logMax,s=Math.ceil(n)+e.skip;s<=a;s+=e.step)t(Vt(o+i*(s-n),f),e)},e.prototype.traverseMinorTicksPositions=function(t,e){for(var r=this.options,o=r.min,i=r.max,n=r.minorUnit,a=r.majorUnit,s=this.lineInfo(),l=s.lineStart,u=s.step,c=this.logMin,p=this.logMax,h=Math.floor(c);h<p;h++)for(var d=this._minorIntervalOptions(h),v=e.skip;v<n;v+=e.step){var g=d.value+v*d.minorStep;if(g>i)break;g>=o&&t(Vt(l+u*(vo(g,a)-c),f),e)}},e.prototype.createAxisLabel=function(t,e,r){var o=Math.ceil(this.logMin+t),i=Math.pow(this.options.majorUnit,o),n=this.axisLabelText(i,e,r);return new Xe(i,n,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),o=this.getValue(e);return{min:Math.min(r,o),max:Math.max(r,o)}},e.prototype.scaleRange=function(t,e){var r=this.options.majorUnit,o=vo(this.options.min,r),i=vo(this.options.max,r),n=Math.abs(this.pointOffset(e)),a=i-o,s=this.scaleToDelta(t,a),l=Math.pow(r,o+n*s),u=Math.pow(r,i-(1-n)*s);return u-l<po&&(u=l+po),{min:l,max:u}},e.prototype.zoomRange=function(t,e){var r=this.scaleRange(t,e),o=this.totalMin,i=this.totalMax;return{min:Tt(r.min,o,i),max:Tt(r.max,o,i)}},e.prototype._minorIntervalOptions=function(t){var e=this.options,r=e.minorUnit,o=e.majorUnit,i=Math.pow(o,t);return{value:i,minorStep:(Math.pow(o,t+1)-i)/r}},e.prototype.lineInfo=function(){var e=t.prototype.lineInfo.call(this);return e.step=e.axisDir*(e.lineSize/(this.logMax-this.logMin)),e},e}(pr);function fo(){throw new Error("Non positive values cannot be used for a logarithmic axis")}function vo(t,e){return Math.log(t)/Math.log(e)}Rt(ho,{type:"log",majorUnit:10,minorUnit:1,axisCrossingValue:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:n},zIndex:1,_deferLabels:!0});const go=ho,yo={createGridLines:function(t){var e,r,o=this.options,i=Math.abs(this.box.center().y-t.lineBox().y1),n=[],a=!1;return o.majorGridLines.visible&&(e=this.majorGridLineAngles(t),a=!0,n=this.renderMajorGridLines(e,i,o.majorGridLines)),o.minorGridLines.visible&&(r=this.minorGridLineAngles(t,a),_t(n,this.renderMinorGridLines(r,i,o.minorGridLines,t,a))),n},renderMajorGridLines:function(t,e,r){return this.renderGridLines(t,e,r)},renderMinorGridLines:function(t,e,r,o,i){var n=this.radiusCallback&&this.radiusCallback(e,o,i);return this.renderGridLines(t,e,r,n)},renderGridLines:function(t,e,r,o){for(var i={stroke:{width:r.width,color:r.color,dashType:r.dashType}},n=this.box.center(),a=new L.geometry.Circle([n.x,n.y],e),s=this.gridLinesVisual(),l=0;l<t.length;l++){var u=new L.drawing.Path(i);o&&(a.radius=o(t[l])),u.moveTo(a.center).lineTo(a.pointAt(t[l]+180)),s.append(u)}return s.children},gridLineAngles:function(t,e,r,o,i){var n=this,a=this.intervals(e,r,o,i),s=t.options,l=s.visible&&!1!==(s.line||{}).visible;return yt(a,(function(t){var e=n.intervalAngle(t);if(!l||90!==e)return e}))}};var mo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.range=function(){return{min:0,max:this.options.categories.length}},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.lineBox=function(){return this.box},e.prototype.reflowLabels=function(){for(var t=this.labels,e=this.options.labels,r=e.skip||0,o=e.step||1,i=new fe,n=0;n<t.length;n++){t[n].reflow(i);var a=t[n].box;t[n].reflow(this.getSlot(r+n*o).adjacentBox(0,a.width(),a.height()))}},e.prototype.intervals=function(t,e,r,o){void 0===o&&(o=!1);for(var i=this.options,n=i.categories.length/t||1,a=360/n,s=r||1,l=[],c=0,p=e||0;p<n;p+=s)c=i.reverse?360-p*a:p*a,c=Vt(c,u)%360,o&&pt(c,o)||l.push(c);return l},e.prototype.majorIntervals=function(){return this.intervals(1)},e.prototype.minorIntervals=function(){return this.intervals(.5)},e.prototype.intervalAngle=function(t){return(360+t+this.options.startAngle)%360},e.prototype.majorAngles=function(){var t=this;return yt(this.majorIntervals(),(function(e){return t.intervalAngle(e)}))},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,1,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,o=r.minorGridLines,i=r.majorGridLines,n=e?this.intervals(1,i.skip,i.step):null;return this.gridLineAngles(t,.5,o.skip,o.step,n)},e.prototype.radiusCallback=function(t,e,r){if(e.options.type!==i){var o=Dt(360/(2*this.options.categories.length)),n=Math.cos(o)*t,a=this.majorAngles();return function(e){return!r&&pt(e,a)?t:n}}},e.prototype.createPlotBands=function(){for(var t=this.options.plotBands||[],e=this._plotbandGroup=new L.drawing.Group({zIndex:-1}),r=0;r<t.length;r++){var o=t[r],i=this.plotBandSlot(o),n=this.getSlot(o.from),a=o.from-Math.floor(o.from);i.startAngle+=a*n.angle;var s=Math.ceil(o.to)-o.to;i.angle-=(s+a)*n.angle;var l=xe.current.createRing(i,{fill:{color:o.color,opacity:o.opacity},stroke:{opacity:o.opacity}});e.append(l)}this.appendVisual(e)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to-1)},e.prototype.getSlot=function(t,e){var r=this.options,o=r.justified,i=this.box,n=this.majorAngles(),a=n.length,s=360/a,l=t;r.reverse&&!o&&(l=(l+1)%a);var u=n[l=Tt(Math.floor(l),0,a-1)];o&&(u-=s/2)<0&&(u+=360);var c=s*(Tt(Math.ceil(e||l),l,a-1)-l+1);return new ge(i.center(),0,i.height()/2,u,c)},e.prototype.slot=function(t,e){var r=this.getSlot(t,e),o=r.startAngle+180,i=o+r.angle;return new L.geometry.Arc([r.center.x,r.center.y],{startAngle:o,endAngle:i,radiusX:r.radius,radiusY:r.radius})},e.prototype.pointCategoryIndex=function(t){for(var e=this.options.categories.length,r=null,o=0;o<e;o++)if(this.getSlot(o).containsPoint(t)){r=o;break}return r},e}($r);Rt(mo,{startAngle:90,labels:{margin:J(10)},majorGridLines:{visible:!0},justified:!0}),G(mo.prototype,yo);const bo=mo;var xo=function(t){function e(e,r){t.call(this,e,r);var o=this.options;o.minorUnit=o.minorUnit||o.majorUnit/2}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDivisions=function(t){return lo.prototype.getDivisions.call(this,t)-1},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.reflowLabels=function(){for(var t=this,e=t.options,r=t.labels,o=t.options.labels,i=o.skip||0,n=o.step||1,a=new fe,s=this.intervals(e.majorUnit,i,n),l=0;l<r.length;l++){r[l].reflow(a);var u=r[l].box;r[l].reflow(this.getSlot(s[l]).adjacentBox(0,u.width(),u.height()))}},e.prototype.lineBox=function(){return this.box},e.prototype.intervals=function(t,e,r,o){void 0===o&&(o=!1);for(var i=this.options.min,n=this.getDivisions(t),a=[],s=r||1,l=e||0;l<n;l+=s){var u=(360+i+l*t)%360;o&&pt(u,o)||a.push(u)}return a},e.prototype.majorIntervals=function(){return this.intervals(this.options.majorUnit)},e.prototype.minorIntervals=function(){return this.intervals(this.options.minorUnit)},e.prototype.intervalAngle=function(t){return(540-t-this.options.startAngle)%360},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,this.options.majorUnit,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,o=r.minorGridLines,i=r.majorGridLines,n=e?this.intervals(r.majorUnit,i.skip,i.step):null;return this.gridLineAngles(t,r.minorUnit,o.skip,o.step,n)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to)},e.prototype.getSlot=function(t,e){var r=this.options,o=this.box,i=r.startAngle,n=Tt(t,r.min,r.max),a=Tt(e||n,n,r.max);if(r.reverse&&(n*=-1,a*=-1),(a=(540-a-i)%360)<(n=(540-n-i)%360)){var s=n;n=a,a=s}return new ge(o.center(),0,o.height()/2,n,a-n)},e.prototype.slot=function(t,e){void 0===e&&(e=t);var r,o,i=this.options,n=360-i.startAngle,a=this.getSlot(t,e),s=Math.min(t,e),l=Math.max(t,e);return i.reverse?(r=s,o=l):(r=360-l,o=360-s),r=(r+n)%360,o=(o+n)%360,new L.geometry.Arc([a.center.x,a.center.y],{startAngle:r,endAngle:o,radiusX:a.radius,radiusY:a.radius})},e.prototype.getValue=function(t){var e=this.options,r=this.box.center(),o=t.x-r.x,i=t.y-r.y,n=Math.round(Ot(Math.atan2(i,o))),a=e.startAngle;return e.reverse||(n*=-1,a*=-1),(n+a+360)%360},e.prototype.valueRange=function(){return{min:0,max:2*Math.PI}},e}(pr);Rt(xo,{type:"polar",startAngle:0,reverse:!1,majorUnit:60,min:0,max:360,labels:{margin:J(10)},majorGridLines:{color:n,visible:!0,width:1},minorGridLines:{color:"#aaa"}}),G(xo.prototype,yo,{createPlotBands:bo.prototype.createPlotBands,majorAngles:bo.prototype.majorAngles,range:lo.prototype.range,labelsCount:lo.prototype.labelsCount,createAxisLabel:lo.prototype.createAxisLabel});const _o=xo;var Co={options:{majorGridLines:{visible:!0}},createPlotBands:function(){var t=this.options,e=t.majorGridLines.type,r=t.plotBands;void 0===r&&(r=[]);for(var o=this.plotArea.polarAxis,n=o.majorAngles(),a=o.box.center(),s=this._plotbandGroup=new L.drawing.Group({zIndex:-1}),l=0;l<r.length;l++){var u,c=r[l],p={fill:{color:c.color,opacity:c.opacity},stroke:{opacity:c.opacity}},h=this.getSlot(c.from,c.to,!0),f=new ge(a,a.y-h.y2,a.y-h.y1,0,360);u=e===i?xe.current.createRing(f,p):L.drawing.Path.fromPoints(this.plotBandPoints(f,n),p).close(),s.append(u)}this.appendVisual(s)},plotBandPoints:function(t,e){for(var r=[],o=[],i=[t.center.x,t.center.y],n=new L.geometry.Circle(i,t.innerRadius),a=new L.geometry.Circle(i,t.radius),s=0;s<e.length;s++)r.push(n.pointAt(e[s]+180)),o.push(a.pointAt(e[s]+180));return r.reverse(),r.push(r[0]),o.push(o[0]),o.concat(r)},createGridLines:function(t){var e=this.options,r=this.radarMajorGridLinePositions(),o=t.majorAngles(),i=t.box.center(),n=[];if(e.majorGridLines.visible&&(n=this.renderGridLines(i,r,o,e.majorGridLines)),e.minorGridLines.visible){var a=this.radarMinorGridLinePositions();_t(n,this.renderGridLines(i,a,o,e.minorGridLines))}return n},renderGridLines:function(t,e,r,o){var n={stroke:{width:o.width,color:o.color,dashType:o.dashType}},a=o.skip;void 0===a&&(a=0);var s=o.step;void 0===s&&(s=0);for(var l=this.gridLinesVisual(),u=a;u<e.length;u+=s){var c=t.y-e[u];if(c>0){var p=new L.geometry.Circle([t.x,t.y],c);if(o.type===i)l.append(new L.drawing.Circle(p,n));else{for(var h=new L.drawing.Path(n),f=0;f<r.length;f++)h.lineTo(p.pointAt(r[f]+180));h.close(),l.append(h)}}}return l.children},getValue:function(t){var e=this.lineBox(),r=this.plotArea.polarAxis,o=r.majorAngles(),n=r.box.center(),a=t.distanceTo(n),s=a;if(this.options.majorGridLines.type!==i&&o.length>1){var l=t.x-n.x,u=t.y-n.y,c=(Ot(Math.atan2(u,l))+540)%360;o.sort((function(t,e){return wo(t,c)-wo(e,c)}));var p=90-wo(o[0],o[1])/2,h=180-wo(c,o[0])-p;s=a*(Math.sin(Dt(h))/Math.sin(Dt(p)))}return this.axisType().prototype.getValue.call(this,new ce(e.x1,e.y2-s))}};function wo(t,e){return 180-Math.abs(Math.abs(t-e)-180)}const Oo=Co;var So=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.radarMinorGridLinePositions=function(){var t=this.options,e=0;return t.majorGridLines.visible&&(e=t.majorUnit),this.getTickPositions(t.minorUnit,e)},e.prototype.axisType=function(){return t},e}(lo);G(So.prototype,Oo);const Po=So;var Ao=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),this.options.majorGridLines),t},e.prototype.radarMinorGridLinePositions=function(){var t=[];return this.traverseMinorTicksPositions((function(e){t.push(e)}),this.options.minorGridLines),t},e.prototype.axisType=function(){return t},e}(go);G(Ao.prototype,Oo);const jo=Ao;function ko(t){return t<=0?-1:1}const Mo=function(t){function e(e){t.call(this),this.closed=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.process=function(t){var e=t.slice(0),r=[],o=this.closed,i=e.length;if(i>2&&(this.removeDuplicates(0,e),i=e.length),i<2||2===i&&e[0].equals(e[1]))return r;var n,a,s=e[0],l=e[1],u=e[2];for(r.push(new L.geometry.Segment(s));s.equals(e[i-1]);)o=!0,e.pop(),i--;if(2===i){var c=this.tangent(s,l,T,E);return Mt(r).controlOut(this.firstControlPoint(c,s,l,T,E)),r.push(new L.geometry.Segment(l,this.secondControlPoint(c,s,l,T,E))),r}if(o){s=e[i-1],l=e[0],u=e[1];var p=this.controlPoints(s,l,u);n=p[1],a=p[0]}else{var h=this.tangent(s,l,T,E);n=this.firstControlPoint(h,s,l,T,E)}for(var f=n,d=0;d<=i-3;d++)if(this.removeDuplicates(d,e),d+3<=(i=e.length)){s=e[d],l=e[d+1],u=e[d+2];var v=this.controlPoints(s,l,u);Mt(r).controlOut(f),f=v[1];var g=v[0];r.push(new L.geometry.Segment(l,g))}if(o){s=e[i-2],l=e[i-1],u=e[0];var y=this.controlPoints(s,l,u);Mt(r).controlOut(f),r.push(new L.geometry.Segment(l,y[0])),Mt(r).controlOut(y[1]),r.push(new L.geometry.Segment(u,a))}else{var m=this.tangent(l,u,T,E);Mt(r).controlOut(f),r.push(new L.geometry.Segment(u,this.secondControlPoint(m,l,u,T,E)))}return r},e.prototype.removeDuplicates=function(t,e){for(;e[t+1]&&(e[t].equals(e[t+1])||e[t+1].equals(e[t+2]));)e.splice(t+1,1)},e.prototype.invertAxis=function(t,e,r){var o=!1;if(t.x===e.x)o=!0;else if(e.x===r.x)(e.y<r.y&&t.y<=e.y||r.y<e.y&&e.y<=t.y)&&(o=!0);else{var i=this.lineFunction(t,e),n=this.calculateFunction(i,r.x);t.y<=e.y&&r.y<=n||e.y<=t.y&&r.y>=n||(o=!0)}return o},e.prototype.isLine=function(t,e,r){var o=this.lineFunction(t,e),i=this.calculateFunction(o,r.x);return t.x===e.x&&e.x===r.x||Vt(i,1)===Vt(r.y,1)},e.prototype.lineFunction=function(t,e){var r=(e.y-t.y)/(e.x-t.x);return[t.y-r*t.x,r]},e.prototype.controlPoints=function(t,e,r){var o,i=T,n=E,a=!1,s=!1;if(this.isLine(t,e,r))o=this.tangent(t,e,T,E);else{var l={x:this.isMonotonicByField(t,e,r,T),y:this.isMonotonicByField(t,e,r,E)};l.x&&l.y?(o=this.tangent(t,r,T,E),a=!0):(this.invertAxis(t,e,r)&&(i=E,n=T),l[i]?o=0:(o=.01*(r[n]<t[n]&&t[n]<=e[n]||t[n]<r[n]&&e[n]<=t[n]?ko((r[n]-t[n])*(e[i]-t[i])):-ko((r[i]-t[i])*(e[n]-t[n]))),s=!0))}var u=this.secondControlPoint(o,t,e,i,n);if(s){var c=i;i=n,n=c}var p=this.firstControlPoint(o,e,r,i,n);return a&&(this.restrictControlPoint(t,e,u,o),this.restrictControlPoint(e,r,p,o)),[u,p]},e.prototype.restrictControlPoint=function(t,e,r,o){t.y<e.y?e.y<r.y?(r.x=t.x+(e.y-t.y)/o,r.y=e.y):r.y<t.y&&(r.x=e.x-(e.y-t.y)/o,r.y=t.y):r.y<e.y?(r.x=t.x-(t.y-e.y)/o,r.y=e.y):t.y<r.y&&(r.x=e.x+(t.y-e.y)/o,r.y=t.y)},e.prototype.tangent=function(t,e,r,o){var i=e[r]-t[r],n=e[o]-t[o];return 0===i?0:n/i},e.prototype.isMonotonicByField=function(t,e,r,o){return r[o]>e[o]&&e[o]>t[o]||r[o]<e[o]&&e[o]<t[o]},e.prototype.firstControlPoint=function(t,e,r,o,i){var n=e[o],a=.333*(r[o]-n);return this.point(n+a,e[i]+a*t,o,i)},e.prototype.secondControlPoint=function(t,e,r,o,i){var n=e[o],a=r[o],s=.333*(a-n);return this.point(a-s,r[i]-s*t,o,i)},e.prototype.point=function(t,e,r,o){var i=new L.geometry.Point;return i[r]=t,i[o]=e,i},e.prototype.calculateFunction=function(t,e){for(var r=t.length,o=0,i=0;i<r;i++)o+=Math.pow(e,i)*t[i];return o},e}(L.Class);var To=function(t){function e(e){t.call(this),this._axis=e,this.options=e.options}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this._axis;return e.getCategory?e.getCategory(t):e.getValue(t)},e.prototype.slot=function(t,e,r){return void 0===r&&(r=!0),this._axis.slot(t,e,r)},e.prototype.range=function(){return this._axis.range()},e.prototype.valueRange=function(){return this._axis.valueRange()},e}(L.Class);const Eo=To;function Do(t,e){for(var r=0;r<e.length;r++)if(e[r].options.name===t)return e[r].prepareUserOptions(),new Eo(e[r])}var Vo=function(t){this.visual=t.visual,this.chartsVisual=t.chartContainer.visual,this._pane=t};Vo.prototype.findAxisByName=function(t){return Do(t,this._pane.axes)};const Io=Vo,No=function(t){function e(e){t.call(this),this._plotArea=e,this.visual=e.visual,this.backgroundVisual=e._bgVisual}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(L.Class);function Lo(t){for(var e=t.length,r=0,o=0;o<e;o++)z(t[o])&&r++;return r}var Bo={min:function(t){for(var e=t.length,r=b,o=0;o<e;o++){var i=t[o];z(i)&&(r=Math.min(r,i))}return r===b?t[0]:r},max:function(t){for(var e=t.length,r=x,o=0;o<e;o++){var i=t[o];z(i)&&(r=Math.max(r,i))}return r===x?t[0]:r},sum:function(t){for(var e=t.length,r=0,o=0;o<e;o++){var i=t[o];z(i)&&(r+=i)}return r},sumOrNull:function(t){var e=null;return Lo(t)&&(e=Bo.sum(t)),e},count:function(t){for(var e=t.length,r=0,o=0;o<e;o++){var i=t[o];null!==i&&wt(i)&&r++}return r},avg:function(t){var e=Lo(t),r=t[0];return e>0&&(r=Bo.sum(t)/e),r},first:function(t){for(var e=t.length,r=0;r<e;r++){var o=t[r];if(null!==o&&wt(o))return o}return t[0]}};const Ro=Bo;function zo(t,e){return null===e?e:at(t)(e)}var Fo=function(t){function e(){t.call(this),this._valueFields={},this._otherFields={},this._nullValue={},this._undefinedValue={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e,r){var o=this;void 0===e&&(e=[j]),void 0===r&&(r={});for(var i=0;i<t.length;i++){var n=t[i];o._valueFields[n]=e,o._otherFields[n]=r,o._nullValue[n]=o._makeValue(e,null),o._undefinedValue[n]=o._makeValue(e,void 0)}},e.prototype.canonicalFields=function(t){return this.valueFields(t).concat(this.otherFields(t))},e.prototype.valueFields=function(t){return this._valueFields[t.type]||[j]},e.prototype.otherFields=function(t){return this._otherFields[t.type]||[j]},e.prototype.bindPoint=function(t,e,r){var o,i,n=t.data,a=wt(r)?r:n[e],s={valueFields:{value:a}},l=this.valueFields(t),u=this._otherFields[t.type];if(null===a)i=this._nullValue[t.type];else if(wt(a)){if(Array.isArray(a)){var c=a.slice(l.length);i=this._bindFromArray(a,l),o=this._bindFromArray(c,u)}else if("object"==typeof a){var p=this.sourceFields(t,l),h=this.sourceFields(t,u);i=this._bindFromObject(a,l,p),o=this._bindFromObject(a,u,h)}}else i=this._undefinedValue[t.type];return wt(i)&&(1===l.length?s.valueFields.value=i[l[0]]:s.valueFields=i),s.fields=o||{},s},e.prototype._makeValue=function(t,e){for(var r={},o=t.length,i=0;i<o;i++)r[t[i]]=e;return r},e.prototype._bindFromArray=function(t,e){var r={};if(e)for(var o=Math.min(e.length,t.length),i=0;i<o;i++)r[e[i]]=t[i];return r},e.prototype._bindFromObject=function(t,e,r){void 0===r&&(r=e);var o={};if(e)for(var i=e.length,n=0;n<i;n++){var a=e[n],s=r[n];null!==s&&(o[a]=zo(s,t))}return o},e.prototype.sourceFields=function(t,e){var r=[];if(e)for(var o=e.length,i=0;i<o;i++){var n=e[i],a=n===j?"field":n+"Field";r.push(null!==t[a]?t[a]||n:null)}return r},e}(L.Class);Fo.current=new Fo;const Ho=Fo;var Uo=/percent(?:\w*)\((\d+)\)/,Ko=new RegExp("^stddev(?:\\((\\d+(?:\\.\\d+)?)\\))?$"),Xo=function(t){function e(e,r,o){t.call(this),this.initGlobalRanges(e,r,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initGlobalRanges=function(t,e,r){var o=e.data,i=Ko.exec(t);if(i){this.valueGetter=this.createValueGetter(e,r);var n=this.getAverage(o),a=this.getStandardDeviation(o,n,!1),s=i[1]?parseFloat(i[1]):1,l={low:n.value-a*s,high:n.value+a*s};this.globalRange=function(){return l}}else if(t.indexOf&&t.indexOf("stderr")>=0){this.valueGetter=this.createValueGetter(e,r);var u=this.getStandardError(o,this.getAverage(o));this.globalRange=function(t){return{low:t-u,high:t+u}}}},e.prototype.createValueGetter=function(t,e){var r,o=t.data,i=Ho.current,n=i.valueFields(t),a=wt(o[0])?o[0]:{};return D(a)?r=at("["+(e?n.indexOf(e):0)+"]"):z(a)?r=at():typeof a===C&&(r=at(i.sourceFields(t,n)[n.indexOf(e)])),r},e.prototype.getErrorRange=function(t,e){var r,o,i;if(!wt(e))return null;if(this.globalRange)return this.globalRange(t);if(D(e))r=t-e[0],o=t+e[1];else if(z(i=parseFloat(e)))r=t-i,o=t+i;else{if(!(i=Uo.exec(e)))throw new Error("Invalid ErrorBar value: "+e);var n=t*(parseFloat(i[1])/100);r=t-Math.abs(n),o=t+Math.abs(n)}return{low:r,high:o}},e.prototype.getStandardError=function(t,e){return this.getStandardDeviation(t,e,!0)/Math.sqrt(e.count)},e.prototype.getStandardDeviation=function(t,e,r){for(var o=t.length,i=r?e.count-1:e.count,n=0,a=0;a<o;a++){var s=this.valueGetter(t[a]);z(s)&&(n+=Math.pow(s-e.value,2))}return Math.sqrt(n/i)},e.prototype.getAverage=function(t){for(var e=t.length,r=0,o=0,i=0;i<e;i++){var n=this.valueGetter(t[i]);z(n)&&(r+=n,o++)}return{value:r/o,count:o}},e}(L.Class);const $o=Xo;var Go=L.support.browser||{},Yo=600,Wo="fadeIn",qo=.8,Zo=Go.msie?.001:0,Qo="errorLow",Jo="errorHigh",ti="zero",ei="interpolate",ri="above",oi="below",ii="smooth",ni="step",ai="area",si="bar",li="boxPlot",ui="bubble",ci="bullet",pi="candlestick",hi="column",fi="donut",di="funnel",vi="pyramid",gi="heatmap",yi="horizontalWaterfall",mi="line",bi="ohlc",xi="pie",_i="polarArea",Ci="polarLine",wi="polarScatter",Oi="radarArea",Si="radarColumn",Pi="radarLine",Ai="rangeArea",ji="rangeBar",ki="rangeColumn",Mi="scatter",Ti="scatterLine",Ei="verticalArea",Di="verticalBoxPlot",Vi="verticalBullet",Ii="verticalLine",Ni="verticalRangeArea",Li="waterfall",Bi=[si,hi,bi,pi,li,Di,ci,ki,ji,Li,yi],Ri="linearTrendline",zi="movingAverageTrendline",Fi=[Ri,zi],Hi="seriesClick",Ui="seriesHover",Ki="seriesOver",Xi="seriesLeave",$i="plotAreaHover",Gi="plotAreaLeave",Yi="drag",Wi="dragEnd",qi="dragStart",Zi="zoomStart",Qi="zoom",Ji="zoomEnd",tn="selectStart",en="select",rn="selectEnd",on="showTooltip",nn="hideTooltip",an="log",sn="category",ln="insideEnd",un="outsideEnd",cn="wheel",pn="drilldown",hn=function(t){function e(e,r,o,i,n,a){t.call(this,a),this.low=e,this.high=r,this.isVertical=o,this.chart=i,this.series=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r=this.options.endCaps,o=this.isVertical,i=this.getAxis().getSlot(this.low,this.high),n=t.center(),a=this.getCapsWidth(t,o),s=o?n.x:n.y,l=s-a,u=s+a;o?(e=[new ce(n.x,i.y1),new ce(n.x,i.y2)],r&&e.push(new ce(l,i.y1),new ce(u,i.y1),new ce(l,i.y2),new ce(u,i.y2)),this.box=new fe(l,i.y1,u,i.y2)):(e=[new ce(i.x1,n.y),new ce(i.x2,n.y)],r&&e.push(new ce(i.x1,l),new ce(i.x1,u),new ce(i.x2,l),new ce(i.x2,u)),this.box=new fe(i.x1,l,i.x2,u)),this.linePoints=e},e.prototype.getCapsWidth=function(t,e){var r=e?t.width():t.height();return Math.min(Math.floor(r/2),4)||4},e.prototype.createVisual=function(){var t=this,e=this.options,r=e.visual;r?this.visual=r({low:this.low,high:this.high,rect:this.box.toRect(),sender:this.getSender(),options:{endCaps:e.endCaps,color:e.color,line:e.line},createVisual:function(){t.createDefaultVisual();var e=t.visual;return delete t.visual,e}}):this.createDefaultVisual()},e.prototype.createDefaultVisual=function(){var e=this.options,r=this.linePoints,o={stroke:{color:e.color,width:e.line.width,dashType:e.line.dashType}};t.prototype.createVisual.call(this);for(var i=0;i<r.length;i+=2){var n=new L.drawing.Path(o).moveTo(r[i].x,r[i].y).lineTo(r[i+1].x,r[i+1].y);B(n),this.visual.append(n)}},e}(Ce);Rt(hn,{animation:{type:Wo,delay:Yo},endCaps:!0,line:{width:2},zIndex:1});const fn=hn;var dn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){return this.chart.seriesValueAxis(this.series)},e}(fn);const vn=dn;function gn(t){for(var e=0;e<t.length;e++)if(wt(t[e].zIndex))return!0}function yn(t,e){null!==e&&t.push(e)}function mn(t){return Lo(t)===t.length}function bn(t,e,r){var o=e.visible;if(wt(o))return o;var i=t.pointVisibility;return i?i[r]:void 0}function xn(t){for(var e=t.data,r=[],o=0,i=0,n=0;n<e.length;n++){var a=Ho.current.bindPoint(t,n),s=a.valueFields.value;F(s)&&(s=parseFloat(s)),z(s)?(a.visible=!1!==bn(t,a.fields,n),a.value=Math.abs(s),r.push(a),a.visible&&(o+=a.value),0!==s&&i++):r.push(null)}return{total:o,points:r,count:i}}function _n(t){for(var e=t.length,r=0,o=0;o<e;o++)r=Math.max(r,t[o].data.length);return r}function Cn(t,e){return t&&e?t.toLowerCase()===e.toLowerCase():t===e}var wn=5;function On(t,e,r,o){void 0===r&&(r={}),void 0===o&&(o=!1);var i=r.defaults=r.defaults||{},n=r.depth=r.depth||0,a=!1;if(r.excluded=r.excluded||[],n>wn)return null;for(var s in t)if(!pt(s,r.excluded)&&t.hasOwnProperty(s)){var l=t[s];U(l)?(a=!0,o||(t[s]=Nt(l(e),i[s]))):Y(l)&&(o||(r.defaults=i[s]),r.depth++,a=On(l,e,r,o)||a,r.depth--)}return a}function Sn(t,e){for(var r=[],o=[].concat(e),i=0;i<t.length;i++){var n=t[i];pt(n.type,o)&&r.push(n)}return r}function Pn(t,e,r){if(null===e)return e;var o="_date_"+t,i=e[o];return i||(i=Hr(r,at(t)(e)),e[o]=i),i}function An(t){var e=t.overlay;return e&&e.gradient&&"none"!==e.gradient}function jn(t){return wt(t)&&null!==t}function kn(t,e){var r=t.type,o=e instanceof Date;return!r&&o||Cn(r,p)}function Mn(t){return 1===t.length?t[0]:t}var Tn=/area/i;function En(t,e){var r=Ho.current.bindPoint(t,null,e).valueFields;for(var o in r)if(H(r[o]))return!0}function Dn(t){var e,r,o=t.start,i=t.dir,n=t.min,a=t.max,s=t.getter,l=t.hasItem,u=t.series,c=o;do{l(c+=i)&&(e=En(u,(r=s(c)).item))}while(n<=c&&c<=a&&!e);if(e)return r}function Vn(t,e,r,o,i){var n=e.min,a=e.max,s=n>0&&n<r,l=a+1<r;if(s||l){var u,c,p,h=function(t){return t.missingValues?t.missingValues:Tn.test(t.type)||t.stack?ti:ei}(t);h!==ei?(s&&(u=o(n-1)),l&&(c=o(a+1))):(s&&(u=En(t,(p=o(n-1)).item)?p:Dn({start:n,dir:-1,min:0,max:r-1,getter:o,hasItem:i,series:t})),l&&(c=En(t,(p=o(a+1)).item)?p:Dn({start:a,dir:1,min:0,max:r-1,getter:o,hasItem:i,series:t}))),u&&(t._outOfRangeMinPoint=u),c&&(t._outOfRangeMaxPoint=c)}}var In=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.categoryAxis=e.seriesCategoryAxis(r.series[0]),this.valueAxisRanges={},this.points=[],this.categoryPoints=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var o=this.pointType().prototype.defaults;this.seriesOptions[e]=r=G({},o,{vertical:!this.options.invertAxes},t)}return r},e.prototype.plotValue=function(t){if(!t)return 0;if(this.options.isStacked100&&z(t.value)){for(var e=t.categoryIx,r=this.categoryPoints[e],o=[],i=0,n=0;n<r.length;n++){var a=r[n];if(a){var s=t.series.stack,l=a.series.stack;if(s&&l&&s.group!==l.group)continue;z(a.value)&&(i+=Math.abs(a.value),o.push(Math.abs(a.value)))}}if(i>0)return t.value/i}return t.value},e.prototype.plotRange=function(t,e){void 0===e&&(e=0);var r=this.categoryPoints[t.categoryIx];if(this.options.isStacked){for(var o=this.plotValue(t),i=o>=0,n=e,a=!1,s=0;s<r.length;s++){var l=r[s];if(t===l)break;var u=t.series.stack,c=l.series.stack;if(u&&c){if(typeof u===P&&u!==c)continue;if(u.group&&u.group!==c.group)continue}var p=this.plotValue(l);(p>=0&&i||p<0&&!i)&&(n+=p,o+=p,a=!0,this.options.isStacked100&&(o=Math.min(o,1)))}return a&&(n-=e),[n,o]}var h=t.series,f=this.seriesValueAxis(h),d=this.categoryAxisCrossingValue(f);return[d,H(t.value)?t.value:d]},e.prototype.stackLimits=function(t,e){for(var r=b,o=x,i=0;i<this.categoryPoints.length;i++){var n=this.categoryPoints[i];if(n)for(var a=0;a<n.length;a++){var s=n[a];if(s&&(s.series.stack===e||s.series.axis===t)){var l=this.plotRange(s,0)[1];wt(l)&&isFinite(l)&&(o=Math.max(o,l),r=Math.min(r,l))}}}return{min:r,max:o}},e.prototype.updateStackRange=function(){var t=this,e=this.options,r=e.isStacked,o=e.series,i={};if(r)for(var n=0;n<o.length;n++){var a=o[n],s=a.axis,l=s+a.stack,u=i[l];if(!u){u=t.stackLimits(s,a.stack);var c=t.errorTotals;c&&(c.negative.length&&(u.min=Math.min(u.min,Gt(c.negative).min)),c.positive.length&&(u.max=Math.max(u.max,Gt(c.positive).max))),u.min!==b||u.max!==x?i[l]=u:u=null}u&&(t.valueAxisRanges[s]=u)}},e.prototype.addErrorBar=function(t,e,r){var o,i=t.value,n=t.series,a=t.seriesIx,s=t.options.errorBars,l=e.fields[Qo],u=e.fields[Jo];z(l)&&z(u)?o={low:l,high:u}:s&&wt(s.value)&&(this.seriesErrorRanges=this.seriesErrorRanges||[],this.seriesErrorRanges[a]=this.seriesErrorRanges[a]||new $o(s.value,n,j),o=this.seriesErrorRanges[a].getErrorRange(i,s.value)),o&&(t.low=o.low,t.high=o.high,this.addPointErrorBar(t,r))},e.prototype.addPointErrorBar=function(t,e){var r=!this.options.invertAxes,o=t.options.errorBars,i=t.series,n=t.low,a=t.high;if(this.options.isStacked){var s=this.stackedErrorRange(t,e);n=s.low,a=s.high}else{var l={categoryIx:e,series:i};this.updateRange({value:n},l),this.updateRange({value:a},l)}var u=new vn(n,a,r,this,i,o);t.errorBars=[u],t.append(u)},e.prototype.stackedErrorRange=function(t,e){var r=this.plotRange(t,0)[1]-t.value,o=t.low+r,i=t.high+r;return this.errorTotals=this.errorTotals||{positive:[],negative:[]},o<0&&(this.errorTotals.negative[e]=Math.min(this.errorTotals.negative[e]||0,o)),i>0&&(this.errorTotals.positive[e]=Math.max(this.errorTotals.positive[e]||0,i)),{low:o,high:i}},e.prototype.addValue=function(t,e){var r=e.categoryIx,o=e.series,i=e.seriesIx,n=this.categoryPoints[r];n||(this.categoryPoints[r]=n=[]);var a=this.seriesPoints[i];a||(this.seriesPoints[i]=a=[]);var s=this.createPoint(t,e);s&&(Object.assign(s,e),s.owner=this,s.noteText=t.fields.noteText,wt(s.dataItem)||(s.dataItem=o.data[r]),this.addErrorBar(s,t,r)),this.points.push(s),a.push(s),n.push(s),this.updateRange(t.valueFields,e)},e.prototype.evalPointOptions=function(t,e,r){var o=r.categoryIx,i=r.category,n=r.series,a=r.seriesIx,s={defaults:n._defaults,excluded:["data","aggregate","_events","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory"]},l=this._evalSeries[a];wt(l)||(this._evalSeries[a]=l=On(t,{},s,!0));var u=t;return l&&On(u=G({},u),{value:e,category:i,index:o,series:n,dataItem:n.data[o]},s),u},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=t.value,i=this.valueAxisRanges[r];isFinite(o)&&null!==o&&((i=this.valueAxisRanges[r]=i||{min:b,max:x}).min=Math.min(i.min,o),i.max=Math.max(i.max,o))},e.prototype.seriesValueAxis=function(t){var e=this.plotArea,r=t.axis,o=r?e.namedValueAxes[r]:e.valueAxis;if(!o)throw new Error("Unable to locate value axis with name "+r);return o},e.prototype.reflow=function(t){var e=this,r=this.categorySlots=[],o=this.points,i=this.categoryAxis,n=0;this.traverseDataPoints((function(t,a){var s=a.categoryIx,l=a.series,u=e.seriesValueAxis(l),c=o[n++],p=r[s];if(p||(r[s]=p=e.categorySlot(i,s,u)),c){var h=e.plotRange(c,u.startValue()),f=e.valueSlot(u,h);if(f){var d=e.pointSlot(p,f);c.aboveAxis=e.aboveAxis(c,u),c.stackValue=h[1],e.options.isStacked100&&(c.percentage=e.plotValue(c)),e.reflowPoint(c,d)}else c.visible=!1}})),this.reflowCategories(r),!this.options.clip&&this.options.limitPoints&&this.points.length&&this.limitPoints(),this.box=t},e.prototype.valueSlot=function(t,e){return t.getSlot(e[0],e[1],!this.options.clip)},e.prototype.limitPoints=function(){for(var t=this.categoryPoints,e=t[0].concat(Mt(t)),r=0;r<e.length;r++)e[r]&&this.limitPoint(e[r])},e.prototype.limitPoint=function(t){var e=this.categoryAxis.limitSlot(t.box);e.equals(t.box)||t.reflow(e)},e.prototype.aboveAxis=function(t,e){var r=this.categoryAxisCrossingValue(e),o=t.value;return e.options.reverse?o<r:o>=r},e.prototype.categoryAxisCrossingValue=function(t){var e=this.categoryAxis,r=t.options;return[].concat(r.axisCrossingValues||r.axisCrossingValue)[e.axisIndex||0]||0},e.prototype.reflowPoint=function(t,e){t.reflow(e)},e.prototype.reflowCategories=function(){},e.prototype.pointSlot=function(t,e){var r=this.options.invertAxes,o=r?e:t,i=r?t:e;return new fe(o.x1,i.y1,o.x2,i.y2)},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.traverseDataPoints=function(t){for(var e=this,r=this.options.series,o=_n(r),i=r.length,n=0;n<i;n++)e._outOfRangeCallback(r[n],"_outOfRangeMinPoint",n,t);for(var a=0;a<o;a++)for(var s=0;s<i;s++){var l=r[s],u=e.categoryAxis.categoryAt(a);t(e.plotArea.bindPoint(l,a),{category:u,categoryIx:a,categoriesCount:o,series:l,seriesIx:s})}for(var c=0;c<i;c++)e._outOfRangeCallback(r[c],"_outOfRangeMaxPoint",c,t)},e.prototype._outOfRangeCallback=function(t,e,r,o){var i=t[e];if(i){var n=i.categoryIx;o(this.plotArea.bindPoint(t,n,i.item),{category:i.category,categoryIx:n,series:t,seriesIx:r,dataItem:i.item})}},e.prototype.formatPointValue=function(t,e){return null===t.value?"":this.chartService.format.auto(e,t.value)},e.prototype.pointValue=function(t){return t.valueFields.value},e}(Ce);Rt(In,{series:[],invertAxes:!1,isStacked:!1,clip:!0,limitPoints:!0});const Nn=In;var Ln={click:function(t,e){return t.trigger(Hi,this.eventArgs(e))},hover:function(t,e){return t.trigger(Ui,this.eventArgs(e))},over:function(t,e){return t.trigger(Ki,this.eventArgs(e))},out:function(t,e){return t.trigger(Xi,this.eventArgs(e))},eventArgs:function(t){return{value:this.value,percentage:this.percentage,stackValue:this.stackValue,category:this.category,series:this.series,dataItem:this.dataItem,runningTotal:this.runningTotal,total:this.total,element:jt(t),originalEvent:t,point:this}}};const Bn=Ln,Rn={createNote:function(){var t=this.options.notes,e=this.noteText||t.label.text;!1!==t.visible&&wt(e)&&null!==e&&(this.note=new Ge({value:this.value,text:e,dataItem:this.dataItem,category:this.category,series:this.series},this.options.notes,this.owner.chartService),this.append(this.note))}};var zn=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Nt(this.options.aboveAxis,!0),this.tooltipTracking=!0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options,e=t.markers,r=t.labels;if(!this._rendered){if(this._rendered=!0,e.visible&&e.size&&(this.marker=this.createMarker(),this.append(this.marker)),r.visible){var o=ot(r),i=this.pointData(),n=this.value;o?n=o(i):r.format&&(n=this.formatValue(r.format)),this.label=new ze(n,G({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Nt(r.zIndex,this.series.zIndex)},r),i),this.append(this.label)}this.createNote(),this.errorBar&&this.append(this.errorBar)}},e.prototype.markerBorder=function(){var t=this.options.markers,e=t.background,r=G({color:this.color},t.border);return wt(r.color)||(r.color=new L.Color(e).brightness(qo).toHex()),r},e.prototype.createVisual=function(){},e.prototype.createMarker=function(){var t=this.options.markers;return new Pe({type:t.type,width:t.size,height:t.size,rotation:t.rotation,background:t.background,border:this.markerBorder(),opacity:t.opacity,zIndex:Nt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category})},e.prototype.markerBox=function(){return this.marker||(this.marker=this.createMarker(),this.marker.reflow(this._childBox)),this.marker.box},e.prototype.reflow=function(t){var e=this.options,r=this.aboveAxis,o=e.vertical;this.render(),this.box=t;var i=t.clone();if(o?r?i.y1-=i.height():i.y2+=i.height():r?i.x1+=i.width():i.x2-=i.width(),this._childBox=i,this.marker&&this.marker.reflow(i),this.reflowLabel(i),this.errorBars)for(var n=0;n<this.errorBars.length;n++)this.errorBars[n].reflow(i);if(this.note){var a=this.markerBox();if(!e.markers.visible||!e.markers.size){var s=a.center();a=new fe(s.x,s.y,s.x,s.y)}this.note.reflow(a)}},e.prototype.reflowLabel=function(t){var e=this.options,r=this.label,o=e.labels.position;r&&(o=(o=o===ri?A:o)===oi?a:o,r.reflow(t),r.box.alignTo(this.markerBox(),o),r.reflow(r.box))},e.prototype.createHighlight=function(){var t=this.options.highlight.markers,e=this.markerBorder().color,r=this.options.markers,o=r.size+(r.border.width||0)+(t.border.width||0),i=new Pe({type:r.type,width:o,height:o,rotation:r.rotation,background:t.color||e,border:{color:t.border.color,width:t.border.width,opacity:Nt(t.border.opacity,1)},opacity:Nt(t.opacity,1)});return i.reflow(this._childBox),i.getElement()},e.prototype.highlightVisual=function(){return(this.marker||{}).visual},e.prototype.highlightVisualArgs=function(){var t,e,r=this.marker;if(r)e=r.paddingBox.toRect(),t=r.visual;else{var o=this.options.markers.size,i=o/2,n=this.box.center();e=new L.geometry.Rect([n.x-i,n.y-i],[o,o])}return{options:this.options,rect:e,visual:t}},e.prototype.tooltipAnchor=function(){var t=this.markerBox(),e=this.owner.pane.clipBox();if(!e||e.overlaps(t)){var r,o,i=t.x2+5,n=m;return this.aboveAxis?(r=t.y1,o=a):(r=t.y2,o=A),{point:new ce(i,r),align:{horizontal:n,vertical:o}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.markerBox().overlaps(t)},e.prototype.unclipElements=function(){this.label&&(this.label.options.noclip=!0),this.note&&(this.note.options.noclip=!0)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,series:this.series}},e}(Ce);zn.prototype.defaults={vertical:!0,markers:{visible:!0,background:k,size:8,type:l,border:{width:2},opacity:1},labels:{visible:!1,position:ri,margin:J(3),padding:J(4),animation:{type:Wo,delay:Yo}},notes:{label:{}},highlight:{markers:{border:{color:"#fff",width:2}},zIndex:100},errorBars:{line:{width:1}}},G(zn.prototype,Bn),G(zn.prototype,Rn);const Fn=zn;var Hn=function(t){function e(e,r,o){t.call(this),this.linePoints=e,this.series=r,this.seriesIx=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.toGeometryPoints(this.linePoints)},e.prototype.toGeometryPoints=function(t){for(var e=[],r=0,o=t.length;r<o;r++)t[r]&&!1!==t[r].visible&&e.push(t[r]._childBox.toRect().center());return e},e.prototype.createVisual=function(){var t=this,e=this.series.visual;e?(this.visual=e({points:this.toGeometryPoints(this.linePoints),series:this.series,sender:this.getSender(),createVisual:function(){return t.segmentVisual(),t.visual}}),this.visual&&!wt(this.visual.options.zIndex)&&(this.visual.options.zIndex=this.series.zIndex)):this.segmentVisual()},e.prototype.segmentVisual=function(){var t=this.options,e=this.series,r=e.color,o=e._defaults;U(r)&&o&&(r=o.color);var i=L.drawing.Path.fromPoints(this.points(),{stroke:{color:r,width:e.width,opacity:e.opacity,dashType:e.dashType},zIndex:e.zIndex});t.closed&&i.close(),this.visual=i},e.prototype.aliasFor=function(t,e){return this.parent.getNearestPoint(e.x,e.y,this.seriesIx)},e}(Ce);Rt(Hn,{closed:!1});const Un=Hn;var Kn={calculateStepPoints:function(t){for(var e=this.parent.plotArea.seriesCategoryAxis(this.series).options,r=e.justified,o=e.vertical,i=e.reverse,n=o?T:E,a=o?E:T,s=i?2:1,l=s,u=Xn(t[0],n,s,a,l),c=[u],p=1;p<t.length;p++){var h=Xn(t[p],n,s,a,l);if(u[n]!==h[n]){var f=new L.geometry.Point;f[n]=u[n],f[a]=h[a],c.push(f,h)}u=h}return r?u!==Mt(c)&&c.push(u):c.push(Xn(Mt(t),n,s,a,i?1:2)),c}};function Xn(t,e,r,o,i){var n=t.box,a=new L.geometry.Point;return a[e]=n[e+r],a[o]=n[o+i],a}const $n=Kn;var Gn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.calculateStepPoints(this.linePoints)},e}(Un);G(Gn.prototype,$n);const Yn=Gn;var Wn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.segmentVisual=function(){var t=this.series,e=t._defaults,r=t.color;U(r)&&e&&(r=e.color);var o=new Mo(this.options.closed).process(this.points()),i=new L.drawing.Path({stroke:{color:r,width:t.width,opacity:t.opacity,dashType:t.dashType},zIndex:t.zIndex});i.segments.push.apply(i.segments,o),this.visual=i},e}(Un);const qn=Wn;var Zn={renderSegments:function(){var t,e=this,r=this.options,o=this.seriesPoints,i=r.series,n=o.length;this._segments=[];for(var a=0;a<n;a++){for(var s=i[a],l=e.sortPoints(o[a]),u=l.length,c=[],p=0;p<u;p++){var h=l[p];h?c.push(h):e.seriesMissingValues(s)!==ei&&(c.length>1&&(t=e.createSegment(c,s,a,t),e._addSegment(t)),c=[])}c.length>1&&(t=e.createSegment(c,s,a,t),e._addSegment(t))}this.children.unshift.apply(this.children,this._segments)},_addSegment:function(t){this._segments.push(t),t.parent=this},sortPoints:function(t){return t},seriesMissingValues:function(t){var e=t.missingValues;return!e&&this.options.isStacked?ti:e||ei},getNearestPoint:function(t,e,r){for(var o,i=new ce(t,e),n=this.seriesPoints[r],a=b,s=0;s<n.length;s++){var l=n[s];if(l&&wt(l.value)&&null!==l.value&&!1!==l.visible){var u=l.box.center().distanceTo(i);u<a&&(o=l,a=u)}}return o}};const Qn=Zn;var Jn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._setEnd(this.options.box.x1)},e.prototype.step=function(t){var e=this.options.box;this._setEnd(ht(e.x1,e.x2,t))},e.prototype._setEnd=function(t){var e=this.element,r=e.segments,o=r[1].anchor(),i=r[2].anchor();e.suspend(),o.setX(t),e.resume(),i.setX(t)},e}(L.drawing.Animation);Rt(Jn,{duration:Yo}),L.drawing.AnimationFactory.current.register("clip",Jn);const ta=Jn,ea={createAnimation:function(){var t=this.getRoot();if(t&&!1!==(t.options||{}).transitions){var e=t.size(),r=L.drawing.Path.fromRect(e.toRect());this.visual.clip(r),this.animation=new ta(r,{box:e}),gn(this.options.series)&&this._setChildrenAnimation(r)}},_setChildrenAnimation:function(t){for(var e=this.animationPoints(),r=0;r<e.length;r++){var o=e[r];o&&o.visual&&wt(o.visual.options.zIndex)&&o.visual.clip(t)}}};var ra=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange(),this.renderSegments()},e.prototype.pointType=function(){return Fn},e.prototype.createPoint=function(t,e){var r=e.series,o=e.seriesIx,i=this.seriesMissingValues(r),n=t.valueFields.value;if(!wt(n)||null===n){if(i!==ti)return null;n=0}var a=this.pointOptions(r,o);a=this.evalPointOptions(a,n,e);var s=t.fields.color||r.color;U(r.color)&&(s=a.color);var l=new Fn(n,a);return l.color=s,this.append(l),l},e.prototype.plotRange=function(t){var e=this.plotValue(t);if(this.options.isStacked)for(var r=t.categoryIx,o=this.categoryPoints[r],i=0;i<o.length;i++){var n=o[i];if(t===n)break;e+=this.plotValue(n),this.options.isStacked100&&(e=Math.min(e,1))}return[e,e]},e.prototype.createSegment=function(t,e,r){var o=e.style;return new(o===ni?Yn:o===ii?qn:Un)(t,e,r)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e.concat(this._segments)},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Nn);G(ra.prototype,Qn,ea);const oa=ra;var ia=function(t){function e(e,r,o,i,n){t.call(this,e,r,o),this.prevSegment=i,this.stackPoints=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){var t=this.series,e=t._defaults,r=t.line||{},o=t.color;U(o)&&e&&(o=e.color),this.visual=new L.drawing.Group({zIndex:t.zIndex}),this.createFill({fill:{color:o,opacity:t.opacity},stroke:null}),r.width>0&&!1!==r.visible&&this.createStroke({stroke:G({color:o,opacity:t.opacity,lineCap:"butt"},r)})},e.prototype.strokeSegments=function(){var t=this._strokeSegments;return t||(t=this._strokeSegments=this.createStrokeSegments()),t},e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.points())},e.prototype.stackSegments=function(){return this.prevSegment?this.prevSegment.createStackSegments(this.stackPoints):this.createStackSegments(this.stackPoints)},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.toGeometryPoints(t)).reverse()},e.prototype.segmentsFromPoints=function(t){return t.map((function(t){return new L.geometry.Segment(t)}))},e.prototype.createStroke=function(t){var e=new L.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),this.visual.append(e)},e.prototype.hasStackSegment=function(){return this.prevSegment||this.stackPoints&&this.stackPoints.length},e.prototype.createFill=function(t){var e=this.strokeSegments(),r=e.slice(0),o=this.hasStackSegment();if(o){var i=this.stackSegments();_t(r,i)}var n=new L.drawing.Path(t);n.segments.push.apply(n.segments,r),!o&&e.length>1&&this.fillToAxes(n),this.visual.append(n)},e.prototype.fillToAxes=function(t){var e=this.parent,r=e.options.invertAxes,o=e.seriesValueAxis(this.series),i=e.categoryAxisCrossingValue(o),n=o.getSlot(i,i,!0),a=this.strokeSegments(),s=a[0].anchor(),l=Mt(a).anchor(),u=r?n.x1:n.y1;r?t.lineTo(u,l.y).lineTo(u,s.y):t.lineTo(l.x,u).lineTo(s.x,u)},e}(Un);const na=ia;var aa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.linePoints))},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.calculateStepPoints(t)).reverse()},e}(na);G(aa.prototype,$n);const sa=aa;var la=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){var t=new Mo(this.options.closed),e=this.points();return t.process(e)},e.prototype.createStackSegments=function(){for(var t=this.strokeSegments(),e=[],r=t.length-1;r>=0;r--){var o=t[r];e.push(new L.geometry.Segment(o.anchor(),o.controlOut(),o.controlIn()))}return e},e}(na);const ua=la;var ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,o){var i,n,a=this.options.isStacked,s=(e.line||{}).style;return a&&r>0&&o&&("gap"!==this.seriesMissingValues(e)?(n=o.linePoints,i=o):n=this._gapStackPoints(t,r,s)),new(s===ni?sa:s===ii?ua:na)(t,e,r,i,n)},e.prototype.reflow=function(e){t.prototype.reflow.call(this,e);var r=this._stackPoints;if(r)for(var o=0;o<r.length;o++){var i=r[o],n=this.categoryAxis.getSlot(i.categoryIx);i.reflow(n)}},e.prototype._gapStackPoints=function(t,e,r){var o=this,i=this.seriesPoints,n=t[0].categoryIx,a=t.length;n<0&&(n=0,a--);var s=n+a,l=this.seriesOptions[0]._outOfRangeMinPoint?1:0,u=[];this._stackPoints=this._stackPoints||[];for(var c=n;c<s;c++){var p=c+l,h=e,f=void 0;do{f=i[--h][p]}while(h>0&&!f);if(f)r!==ni&&c>n&&!i[h][p-1]&&u.push(o._previousSegmentPoint(c,p,p-1,h)),u.push(f),r!==ni&&c+1<s&&!i[h][p+1]&&u.push(o._previousSegmentPoint(c,p,p+1,h));else{var d=o._createGapStackPoint(c);o._stackPoints.push(d),u.push(d)}}return u},e.prototype._previousSegmentPoint=function(t,e,r,o){for(var i,n=this.seriesPoints,a=o;a>0&&!i;)i=n[--a][r];return i?i=n[a][e]:(i=this._createGapStackPoint(t),this._stackPoints.push(i)),i},e.prototype._createGapStackPoint=function(t){var e=this.pointOptions({},0),r=new Fn(0,e);return r.categoryIx=t,r.series={},r},e.prototype.seriesMissingValues=function(t){return t.missingValues||ti},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(oa);const pa=ca;var ha=function(t){function e(){t.call(this),this.axisRanges={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.update=function(t){var e=this.axisRanges;for(var r in t){var o=t[r],i=e[r];e[r]=i=i||{min:b,max:x},i.min=Math.min(i.min,o.min),i.max=Math.max(i.max,o.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}(L.Class);const fa=ha;var da=function(t){function e(e,r,o){t.call(this,r),this.textBox=new ze(e,this.options,o),this.append(this.textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){this.textBox.options.noclip=this.options.noclip},e.prototype.reflow=function(t){var e=this.options,r=e.vertical,o=e.aboveAxis,i=this.children[0],n=i.options,l=i.box,u=i.options.padding,c=t;n.align=r?s:m,n.vAlign=r?A:s,e.position===ln?r?(n.vAlign=A,!o&&l.height()<t.height()&&(n.vAlign=a)):n.align=o?O:m:e.position===s?(n.vAlign=s,n.align=s):"insideBase"===e.position?r?n.vAlign=o?a:A:n.align=o?m:O:e.position===un&&(r?c=o?new fe(t.x1,t.y1-l.height(),t.x2,t.y1):new fe(t.x1,t.y2,t.x2,t.y2+l.height()):(n.align=s,c=o?new fe(t.x2,t.y1,t.x2+l.width(),t.y2):new fe(t.x1-l.width(),t.y1,t.x1,t.y2))),e.rotation||(r?u.left=u.right=(c.width()-i.contentBox.width())/2:u.top=u.bottom=(c.height()-i.contentBox.height())/2),i.reflow(c)},e.prototype.alignToClipBox=function(t){var e=this.options.vertical?E:T,r=e+"1",o=e+"2",i=this.children[0],n=this.parent.box;if(n[r]<t[r]||t[o]<n[o]){var a=i.paddingBox.clone();a[r]=Math.max(n[r],t[r]),a[o]=Math.min(n[o],t[o]),this.reflow(a)}},e}(Ce);Rt(da,{position:un,margin:J(3),padding:J(4),color:n,background:"",border:{width:1,color:""},aboveAxis:!0,vertical:!1,animation:{type:Wo,delay:Yo},zIndex:2});const va=da;var ga=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||k,this.aboveAxis=Nt(this.options.aboveAxis,!0),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createLabel(),this.createNote(),this.errorBar&&this.append(this.errorBar))},e.prototype.createLabel=function(){var t=this.options,e=t.labels;if(e.visible){var r,o=this.pointData(),i=ot(e);r=i?i(o):this.formatValue(e.format),this.label=new va(r,G({vertical:t.vertical},e),o),this.append(this.label)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;if(this.box=t,e&&(e.options.aboveAxis=this.aboveAxis,e.reflow(t)),this.note&&this.note.reflow(t),this.errorBars)for(var r=0;r<this.errorBars.length;r++)this.errorBars[r].reflow(t)},e.prototype.createVisual=function(){var e=this,r=this.box,o=this.options,i=o.visual;if(!1!==this.visible)if(t.prototype.createVisual.call(this),i){var n=this.rectVisual=i({category:this.category,dataItem:this.dataItem,value:this.value,sender:this.getSender(),series:this.series,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,rect:r.toRect(),createVisual:function(){var t=new L.drawing.Group;return e.createRect(t),t},options:o});n&&this.visual.append(n)}else r.width()>0&&r.height()>0&&this.createRect(this.visual)},e.prototype.createRect=function(t){var e=this.options,r=e.border,o=wt(r.opacity)?r.opacity:e.opacity,i=this.box.toRect();i.size.width=Math.round(i.size.width);var n=this.rectVisual=L.drawing.Path.fromRect(i,{fill:{color:this.color,opacity:e.opacity},stroke:{color:this.getBorderColor(),width:r.width,opacity:o,dashType:r.dashType}}),a=this.box.width(),s=this.box.height();if((e.vertical?a:s)>6&&(B(n),(a<1||s<1)&&(n.options.stroke.lineJoin="round")),t.append(n),An(e)){var l=this.createGradientOverlay(n,{baseColor:this.color},G({end:e.vertical?void 0:[0,1]},e.overlay));t.append(l)}},e.prototype.createHighlight=function(t){return B(L.drawing.Path.fromRect(this.box.toRect(),t))},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.getBorderColor=function(){var t=this.color,e=this.options.border,r=e._brightness||qo,o=e.color;return wt(o)||(o=new L.Color(t).brightness(r).toHex()),o},e.prototype.tooltipAnchor=function(){var t,e,r=this,o=r.options,i=r.box,n=r.aboveAxis,s=this.owner.pane.clipBox()||i,l=m,u=A;if(o.vertical)t=Math.min(i.x2,s.x2)+5,n?e=Math.max(i.y1,s.y1):(e=Math.min(i.y2,s.y2),u=a);else{var c=Math.max(i.x1,s.x1),p=Math.min(i.x2,s.x2);o.isStacked?(u=a,n?(l=O,t=p):t=c,e=Math.max(i.y1,s.y1)-5):(n?t=p+5:(t=c-5,l=O),e=Math.max(i.y1,s.y1))}return{point:new ce(t,e),align:{horizontal:l,vertical:u}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,series:this.series}},e}(Ce);G(ga.prototype,Bn),G(ga.prototype,Rn),ga.prototype.defaults={border:{width:1},vertical:!0,overlay:{gradient:"glass"},labels:{visible:!1,format:"{0}"},opacity:1,notes:{label:{}}};const ya=ga;function ma(t,e){t.forEach(e)}function ba(t,e){for(var r=t.length,o=r-1;o>=0;o--)e(t[o],o-r-1)}var xa=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?ba:ma}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.vertical,o=e.gap,i=e.spacing,n=this.children,a=n.length,s=r?E:T,l=a+o+i*(a-1),u=(r?t.height():t.width())/l,c=t[s+1]+u*(o/2);this.forEach(n,(function(e,r){var o=(e.box||t).clone();o[s+1]=c,o[s+2]=c+u,e.reflow(o),r<a-1&&(c+=u*i),c+=u}))},e}(Ce);Rt(xa,{vertical:!1,gap:0,spacing:0});const _a=xa;var Ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){for(var e=this.options.vertical?T:E,r=this.children,o=r.length,i=this.box=new fe,n=0;n<o;n++){var a=r[n];if(!1!==a.visible){var s=a.box.clone();s.snapTo(t,e),0===n&&(i=this.box=s.clone()),a.reflow(s),i.wrap(s)}}},e}(Ce);Rt(Ca,{vertical:!0});const wa=Ca;var Oa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange()},e.prototype.pointType=function(){return ya},e.prototype.clusterType=function(){return _a},e.prototype.stackType=function(){return wa},e.prototype.stackLimits=function(e,r){return t.prototype.stackLimits.call(this,e,r)},e.prototype.createPoint=function(t,e){var r=e.categoryIx,o=e.series,i=e.seriesIx,n=this.options,a=this.children,s=n.isStacked,l=this.pointValue(t),u=this.pointOptions(o,i),c=u.labels;s&&c.position===un&&(c.position=ln),u.isStacked=s;var p=t.fields.color||o.color;l<0&&u.negativeColor&&(p=u.negativeColor),u=this.evalPointOptions(u,l,e),U(o.color)&&(p=u.color);var h=new(this.pointType())(l,u);h.color=p;var f=a[r];return f||(f=new(this.clusterType())({vertical:n.invertAxes,gap:n.gap,spacing:n.spacing,rtl:!n.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),s?this.getStackWrap(o,f).append(h):f.append(h),h},e.prototype.getStackWrap=function(t,e){var r,o=t.stack,i=o&&o.group||o,n=e.children;if(typeof i===P){for(var a=0;a<n.length;a++)if(n[a]._stackGroup===i){r=n[a];break}}else r=n[0];return r||((r=new(this.stackType())({vertical:!this.options.invertAxes}))._stackGroup=i,e.append(r)),r},e.prototype.categorySlot=function(t,e,r){var o=this.options,i=t.getSlot(e),n=r.startValue();if(o.isStacked){var a=r.getSlot(n,n,!0),s=o.invertAxes?T:E;i[s+1]=i[s+2]=a[s+1]}return i},e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++)e[o].reflow(t[o])},e.prototype.createAnimation=function(){this._setAnimationOptions(),t.prototype.createAnimation.call(this),gn(this.options.series)&&this._setChildrenAnimation()},e.prototype._setChildrenAnimation=function(){for(var t=this.points,e=0;e<t.length;e++){var r=t[e],o=r.visual;o&&wt(o.options.zIndex)&&(r.options.animation=this.options.animation,r.createAnimation())}},e.prototype._setAnimationOptions=function(){var t,e=this.options,r=e.animation||{};if(e.isStacked){var o=this.seriesValueAxis(e.series[0]);t=o.getSlot(o.startValue())}else t=this.categoryAxis.getSlot(0);r.origin=new L.geometry.Point(t.x1,t.y1),r.vertical=!e.invertAxes},e}(Nn);Rt(Oa,{animation:{type:si}});const Sa=Oa;var Pa=function(t){function e(e,r){t.call(this,r),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this,r=e.options,o=e.value,i=e.owner.seriesValueAxis(r),n=i.getSlot(o.open,o.close),a=i.getSlot(o.low,o.high);n.x1=a.x1=t.x1,n.x2=a.x2=t.x2,this.realBody=n;var s=a.center().x,l=[];l.push([[s,a.y1],[s,n.y1]]),l.push([[s,n.y2],[s,a.y2]]),this.lines=l,this.box=a.clone().wrap(n),this._rendered||(this._rendered=!0,this.createNote()),this.reflowNote()},e.prototype.reflowNote=function(){this.note&&this.note.reflow(this.box)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this._mainVisual=this.mainVisual(this.options),this.visual.append(this._mainVisual),this.createOverlay()},e.prototype.mainVisual=function(t){var e=new L.drawing.Group;return this.createBody(e,t),this.createLines(e,t),e},e.prototype.createBody=function(t,e){var r=L.drawing.Path.fromRect(this.realBody.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:this.getBorderColor(),width:e.border.width,dashType:e.border.dashType,opacity:Nt(e.border.opacity,e.opacity)}),B(r),t.append(r),An(e)&&t.append(this.createGradientOverlay(r,{baseColor:this.color},G({end:e.vertical?void 0:[0,1]},e.overlay)))},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.lines,e.line)},e.prototype.drawLines=function(t,e,r,o){if(r)for(var i={stroke:{color:o.color||this.color,opacity:Nt(o.opacity,e.opacity),width:o.width,dashType:o.dashType,lineCap:"butt"}},n=0;n<r.length;n++){var a=L.drawing.Path.fromPoints(r[n],i);B(a),t.append(a)}},e.prototype.getBorderColor=function(){var t=this.options.border,e=t.color;return wt(e)||(e=new L.Color(this.color).brightness(t._brightness).toHex()),e},e.prototype.createOverlay=function(){var t=L.drawing.Path.fromRect(this.box.toRect(),{fill:{color:k,opacity:0},stroke:null});this.visual.append(t)},e.prototype.createHighlight=function(){var t=this.options.highlight,e=this.color;this.color=t.color||this.color;var r=this.mainVisual(G({},this.options,{line:{color:this.getBorderColor()}},t));return this.color=e,r},e.prototype.highlightVisual=function(){return this._mainVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this._mainVisual}},e.prototype.tooltipAnchor=function(){var t=this.box,e=this.owner.pane.clipBox()||t;return{point:new ce(t.x2+5,Math.max(t.y1,e.y1)+5),align:{horizontal:m,vertical:A}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e}(Ce);Rt(Pa,{vertical:!0,border:{_brightness:.8},line:{width:2},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{4:d}</th></tr><tr><td>Open:</td><td>{0:C}</td></tr><tr><td>High:</td><td>{1:C}</td></tr><tr><td>Low:</td><td>{2:C}</td></tr><tr><td>Close:</td><td>{3:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}}}),G(Pa.prototype,Bn),G(Pa.prototype,Rn);const Aa=Pa;var ja=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++)e[o].reflow(t[o])},e.prototype.addValue=function(t,e){var r,o=e.categoryIx,i=e.category,n=e.series,a=e.seriesIx,s=this.children,l=this.options,u=t.valueFields,c=mn(this.splitValue(u)),p=n.data[o],h=this.categoryPoints[o];h||(this.categoryPoints[o]=h=[]),c&&(r=this.createPoint(t,e));var f=s[o];f||(f=new _a({vertical:l.invertAxes,gap:l.gap,spacing:l.spacing,rtl:!l.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(u,e),f.append(r),r.categoryIx=o,r.category=i,r.series=n,r.seriesIx=a,r.owner=this,r.dataItem=p,r.noteText=t.fields.noteText),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return Aa},e.prototype.createPoint=function(t,e){var r=e.series,o=this.pointType(),i=t.valueFields,n=G({},r),a=t.fields.color||r.color;n=this.evalPointOptions(n,i,e),r.type!==pi&&r.type!==bi||i.open>i.close&&(a=t.fields.downColor||r.downColor||r.color),U(r.color)&&(a=n.color),n.vertical=!this.options.invertAxes;var s=new o(i,n);return s.color=a,s},e.prototype.splitValue=function(t){return[t.low,t.open,t.close,t.high]},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=this.splitValue(t),i=this.valueAxisRanges[r];i=this.valueAxisRanges[r]=i||{min:b,max:x},i=this.valueAxisRanges[r]={min:Math.min.apply(Math,o.concat([i.min])),max:Math.max.apply(Math,o.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.open,r.high,r.low,r.close,t.category)},e.prototype.animationPoints=function(){return this.points},e}(Nn);G(ja.prototype,ea);const ka=ja;var Ma=function(t){function e(e,r){t.call(this,e,r),this.createNote()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r,o=this,i=o.options,n=o.value,a=o.owner.seriesValueAxis(i);this.boxSlot=r=a.getSlot(n.q1,n.q3),this.realBody=r,this.reflowBoxSlot(t),this.whiskerSlot=e=a.getSlot(n.lower,n.upper),this.reflowWhiskerSlot(t);var s=a.getSlot(n.median);if(n.mean){var l=a.getSlot(n.mean);this.meanPoints=this.calcMeanPoints(t,l)}this.whiskerPoints=this.calcWhiskerPoints(r,e),this.medianPoints=this.calcMedianPoints(t,s),this.box=e.clone().wrap(r),this.reflowNote()},e.prototype.reflowBoxSlot=function(t){this.boxSlot.x1=t.x1,this.boxSlot.x2=t.x2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.x1=t.x1,this.whiskerSlot.x2=t.x2},e.prototype.calcMeanPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().x;return[[[r-5,e.y1],[r+5,e.y1],[r,e.y1],[r,t.y1]],[[r-5,e.y2],[r+5,e.y2],[r,e.y2],[r,t.y2]]]},e.prototype.calcMedianPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.renderOutliers=function(t){for(var e=this.value,r=e.outliers||[],o=3*Math.abs(e.q3-e.q1),i=[],n=t.markers||{},a=0;a<r.length;a++){var s=r[a],l=G({},(n=s<e.q3+o&&s>e.q1-o?t.outliers:t.extremes).border);wt(l.color)||(wt(this.color)?l.color=this.color:l.color=new L.Color(n.background).brightness(qo).toHex());var u=new Pe({type:n.type,width:n.size,height:n.size,rotation:n.rotation,background:n.background,border:l,opacity:n.opacity});u.value=s,i.push(u)}return this.reflowOutliers(i),i},e.prototype.reflowOutliers=function(t){for(var e=this,r=this.owner.seriesValueAxis(this.options),o=this.box.center(),i=0;i<t.length;i++){var n=t[i].value,a=r.getSlot(n);e.options.vertical?a.move(o.x):a.move(void 0,o.y),e.box=e.box.wrap(a),t[i].reflow(a)}},e.prototype.mainVisual=function(e){for(var r=t.prototype.mainVisual.call(this,e),o=this.renderOutliers(e),i=0;i<o.length;i++){var n=o[i].getElement();n&&r.append(n)}return r},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.whiskerPoints,e.whiskers),this.drawLines(t,e,this.medianPoints,e.median),this.drawLines(t,e,this.meanPoints,e.mean)},e.prototype.getBorderColor=function(){return(this.options.border||{}).color?this.options.border.color:this.color?this.color:t.prototype.getBorderColor.call(this)},e}(Aa);Rt(Ma,{border:{_brightness:.8},line:{width:2},median:{color:"#f6f6f6"},mean:{width:2,dashType:"dash",color:"#f6f6f6"},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{6:d}</th></tr><tr><td>Lower:</td><td>{0:C}</td></tr><tr><td>Q1:</td><td>{1:C}</td></tr><tr><td>Median:</td><td>{2:C}</td></tr><tr><td>Mean:</td><td>{5:C}</td></tr><tr><td>Q3:</td><td>{3:C}</td></tr><tr><td>Upper:</td><td>{4:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}},outliers:{visible:!0,size:8,type:c,background:k,border:{width:2,opacity:1},opacity:0},extremes:{visible:!0,size:8,type:l,background:k,border:{width:2,opacity:1},opacity:0}}),G(Ma.prototype,Bn);const Ta=Ma;var Ea=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowBoxSlot=function(t){this.boxSlot.y1=t.y1,this.boxSlot.y2=t.y2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.y1=t.y1,this.whiskerSlot.y2=t.y2},e.prototype.calcMeanPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().y;return[[[e.x1,r-5],[e.x1,r+5],[e.x1,r],[t.x1,r]],[[e.x2,r-5],[e.x2,r+5],[e.x2,r],[t.x2,r]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(Ta);const Da=Ea;var Va=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e){var r,o=e.categoryIx,i=e.category,n=e.series,a=e.seriesIx,s=this.children,l=this.options,u=t.valueFields,c=mn(this.splitValue(u)),p=n.data[o],h=this.categoryPoints[o];h||(this.categoryPoints[o]=h=[]),c&&(r=this.createPoint(t,e));var f=s[o];f||(f=new _a({vertical:l.invertAxes,gap:l.gap,spacing:l.spacing,rtl:!l.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(u,e),f.append(r),r.categoryIx=o,r.category=i,r.series=n,r.seriesIx=a,r.owner=this,r.dataItem=p),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return this.options.invertAxes?Da:Ta},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=this.valueAxisRanges[r],i=this.splitValue(t).concat(this.filterOutliers(t.outliers));wt(t.mean)&&(i=i.concat(t.mean)),o=this.valueAxisRanges[r]=o||{min:b,max:x},o=this.valueAxisRanges[r]={min:Math.min.apply(Math,i.concat([o.min])),max:Math.max.apply(Math,i.concat([o.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.lower,r.q1,r.median,r.q3,r.upper,r.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,r=[],o=0;o<e;o++){var i=t[o];wt(i)&&null!==i&&r.push(i)}return r},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(ka);const Ia=Va;var Na=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){var t=this.chart.seriesAxes(this.series);return this.isVertical?t.y:t.x},e}(fn);const La=Na;var Ba=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.xAxisRanges={},this.yAxisRanges={},this.points=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[]},e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.addErrorBar=function(t,e,r){var o,i=t.value[e],n=e+"Value",a=e+"ErrorLow",s=e+"ErrorHigh",l=r.seriesIx,u=r.series,c=t.options.errorBars,p=r[a],h=r[s];z(i)&&(z(p)&&z(h)&&(o={low:p,high:h}),c&&wt(c[n])&&(this.seriesErrorRanges=this.seriesErrorRanges||{x:[],y:[]},this.seriesErrorRanges[e][l]=this.seriesErrorRanges[e][l]||new $o(c[n],u,e),o=this.seriesErrorRanges[e][l].getErrorRange(i,c[n])),o&&this.addPointErrorBar(o,t,e))},e.prototype.addPointErrorBar=function(t,e,r){var o=t.low,i=t.high,n=e.series,a=e.options.errorBars,s=r===E,l={};e[r+"Low"]=o,e[r+"High"]=i,e.errorBars=e.errorBars||[];var u=new La(o,i,s,this,n,a);e.errorBars.push(u),e.append(u),l[r]=o,this.updateRange(l,n),l[r]=i,this.updateRange(l,n)},e.prototype.addValue=function(t,e){var r,o=t.x,i=t.y,n=e.seriesIx,a=this.options.series[n],s=this.seriesMissingValues(a),l=this.seriesPoints[n],u=t;jn(o)&&jn(i)||(u=this.createMissingValue(u,s)),u&&((r=this.createPoint(u,e))&&(Object.assign(r,e),this.addErrorBar(r,T,e),this.addErrorBar(r,E,e)),this.updateRange(u,e.series)),this.points.push(r),l.push(r)},e.prototype.seriesMissingValues=function(t){return t.missingValues},e.prototype.createMissingValue=function(){},e.prototype.updateRange=function(t,e){var r=this.chartService.intl,o=e.xAxis,i=e.yAxis,n=t.x,a=t.y,s=this.xAxisRanges[o],l=this.yAxisRanges[i];jn(n)&&(s=this.xAxisRanges[o]=s||{min:b,max:x},F(n)&&(n=Hr(r,n)),s.min=Math.min(s.min,n),s.max=Math.max(s.max,n)),jn(a)&&(l=this.yAxisRanges[i]=l||{min:b,max:x},F(a)&&(a=Hr(r,a)),l.min=Math.min(l.min,a),l.max=Math.max(l.max,a))},e.prototype.evalPointOptions=function(t,e,r){var o=r.series,i=r.seriesIx,n={defaults:o._defaults,excluded:["data","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory"]},a=this._evalSeries[i];wt(a)||(this._evalSeries[i]=a=On(t,{},n,!0));var s=t;return a&&On(s=G({},t),{value:e,series:o,dataItem:r.dataItem},n),s},e.prototype.pointType=function(){return Fn},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var o=this.pointType().prototype.defaults;this.seriesOptions[e]=r=G({},o,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,o=this.pointOptions(r,e.seriesIx),i=e.color||r.color;o=this.evalPointOptions(o,t,e),U(r.color)&&(i=o.color);var n=new Fn(t,o);return n.color=i,this.append(n),n},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,o=this.plotArea,i=e?o.namedXAxes[e]:o.axisX,n=r?o.namedYAxes[r]:o.axisY;if(!i)throw new Error("Unable to locate X axis with name "+e);if(!n)throw new Error("Unable to locate Y axis with name "+r);return{x:i,y:n}},e.prototype.reflow=function(t){var e=this,r=this.points,o=!this.options.clip,i=0;this.traverseDataPoints((function(t,n){var a=r[i++],s=e.seriesAxes(n.series),l=s.x.getSlot(t.x,t.x,o),u=s.y.getSlot(t.y,t.y,o);if(a)if(l&&u){var c=e.pointSlot(l,u);a.reflow(c)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new fe(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=this.seriesPoints,o=0;o<e.length;o++){var i=e[o];r[o]||(r[o]=[]);for(var n=0;n<i.data.length;n++){var a=this.plotArea.bindPoint(i,n),s=a.valueFields,l=a.fields;t(s,G({pointIx:n,series:i,seriesIx:o,dataItem:i.data[n],owner:this},l))}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(Ce);Rt(Ba,{series:[],tooltip:{format:"{0}, {1}"},labels:{format:"{0}, {1}"},clip:!0}),G(Ba.prototype,ea);const Ra=Ba;var za=function(t){function e(e,r){t.call(this,e,r),this.category=e.category}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createHighlight=function(){var t=this.options.highlight,e=t.border,r=this.options.markers,o=this.box.center(),i=(r.size+r.border.width+e.width)/2,n=new L.drawing.Group,a=new L.drawing.Circle(new L.geometry.Circle([o.x,o.y+i/5+e.width/2],i+e.width/2),{stroke:{color:"none"},fill:this.createGradient({gradient:"bubbleShadow",color:r.background,stops:[{offset:0,color:r.background,opacity:.3},{offset:1,color:r.background,opacity:0}]})}),s=new L.drawing.Circle(new L.geometry.Circle([o.x,o.y],i),{stroke:{color:e.color||new L.Color(r.background).brightness(qo).toHex(),width:e.width,opacity:e.opacity},fill:{color:r.background,opacity:t.opacity}});return n.append(a,s),n},e}(Fn);za.prototype.defaults=G({},za.prototype.defaults,{labels:{position:s},highlight:{opacity:1,border:{color:"#fff",width:2,opacity:1}}}),za.prototype.defaults.highlight.zIndex=void 0;const Fa=za;var Ha=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this._maxSize=x,t.prototype._initFields.call(this)},e.prototype.addValue=function(e,r){null!==e.size&&(e.size>0||e.size<0&&r.series.negativeValues.visible)?(this._maxSize=Math.max(this._maxSize,Math.abs(e.size)),t.prototype.addValue.call(this,e,r)):(this.points.push(null),this.seriesPoints[r.seriesIx].push(null))},e.prototype.reflow=function(e){this.updateBubblesSize(e),t.prototype.reflow.call(this,e)},e.prototype.pointType=function(){return Fa},e.prototype.createPoint=function(t,e){var r=e.series,o=r.data.length,i=e.pointIx*(Yo/o),n={delay:i,duration:Yo-i,type:ui},a=e.color||r.color;t.size<0&&r.negativeValues.visible&&(a=Nt(r.negativeValues.color,a));var s=G({labels:{animation:{delay:i,duration:Yo-i}}},this.pointOptions(r,e.seriesIx),{markers:{type:l,border:r.border,opacity:r.opacity,animation:n}});s=this.evalPointOptions(s,t,e),U(r.color)&&(a=s.color),s.markers.background=a;var u=new Fa(t,s);return u.color=a,this.append(u),u},e.prototype.updateBubblesSize=function(t){for(var e=this.options.series,r=Math.min(t.width(),t.height()),o=0;o<e.length;o++)for(var i=e[o],n=this.seriesPoints[o],a=(i.minSize||Math.max(.02*r,10))/2,s=(i.maxSize||.2*r)/2,l=Math.PI*a*a,u=(Math.PI*s*s-l)/this._maxSize,c=0;c<n.length;c++){var p=n[c];if(p){var h=Math.abs(p.value.size)*u,f=Math.sqrt((l+h)/Math.PI),d=Nt(p.options.zIndex,0)+(1-f/s);G(p.options,{zIndex:d,markers:{size:2*f,zIndex:d},labels:{zIndex:d+1}})}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.size,t.category)},e.prototype.createAnimation=function(){},e.prototype.createVisual=function(){},e}(Ra);Rt(Ha,{tooltip:{format:"{3}"},labels:{format:"{3}"}});const Ua=Ha;var Ka=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Pe);G(Ka.prototype,Bn);const Xa=Ka;var $a=function(t){function e(e,r){t.call(this,r),this.aboveAxis=this.options.aboveAxis,this.color=r.color||k,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options;this._rendered||(this._rendered=!0,wt(this.value.target)&&(this.target=new Xa({type:t.target.shape,background:t.target.color||this.color,opacity:t.opacity,zIndex:t.zIndex,border:t.target.border,vAlign:A,align:O}),this.target.value=this.value,this.target.dataItem=this.dataItem,this.target.series=this.series,this.append(this.target)),this.createLabel(),this.createNote())},e.prototype.createLabel=function(){var t=this.options.labels;if(t.visible){var e,r=this.pointData(),o=ot(t);e=o?o(r):this.formatValue(t.format),this.label=new va(e,t,r),this.append(this.label)}},e.prototype.reflow=function(t){this.render();var e=this,r=e.options,o=e.target,i=e.owner,n=r.invertAxes,a=i.seriesValueAxis(this.options),s=i.categorySlot(i.categoryAxis,r.categoryIx,a),l=a.getSlot(this.value.target),u=n?l:s,c=n?s:l;if(o){var p=new fe(u.x1,c.y1,u.x2,c.y2);o.options.height=n?p.height():r.target.line.width,o.options.width=n?r.target.line.width:p.width(),o.reflow(p)}var h=this.label;h&&(h.options.aboveAxis=this.aboveAxis,h.reflow(t)),this.note&&this.note.reflow(t),this.box=t},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options,r=L.drawing.Path.fromRect(this.box.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:e.border.color||this.color,width:e.border.width,dashType:e.border.dashType,opacity:Nt(e.border.opacity,e.opacity)}),this.bodyVisual=r,B(r),this.visual.append(r)},e.prototype.createAnimation=function(){this.bodyVisual&&(this.animation=L.drawing.Animation.create(this.bodyVisual,this.options.animation))},e.prototype.createHighlight=function(t){return L.drawing.Path.fromRect(this.box.toRect(),t)},e.prototype.highlightVisual=function(){return this.bodyVisual},e.prototype.highlightVisualArgs=function(){return{rect:this.box.toRect(),visual:this.bodyVisual,options:this.options}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e}(Ce);$a.prototype.tooltipAnchor=ya.prototype.tooltipAnchor,Rt($a,{border:{width:1},vertical:!1,opacity:1,target:{shape:"",border:{width:0,color:"green"},line:{width:2}},labels:{visible:!1},tooltip:{format:"Current: {0}<br />Target: {1}"},notes:{label:{}}}),G($a.prototype,Bn),G($a.prototype,Rn);const Ga=$a;var Ya=function(t){function e(e,r){!function(t){for(var e=t.series,r=0;r<e.length;r++){var o=e[r],i=o.data;!i||D(i[0])||Y(i[0])||(o.data=[i])}}(r),t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++)e[o].reflow(t[o])},e.prototype.plotRange=function(t){var e=t.series,r=this.seriesValueAxis(e),o=this.categoryAxisCrossingValue(r);return[o,t.value.current||o]},e.prototype.createPoint=function(t,e){var r=e.categoryIx,o=e.series,i=this.options,n=this.children,a=t.valueFields,s=G({vertical:!i.invertAxes,overlay:o.overlay,categoryIx:r,invertAxes:i.invertAxes},o),l=t.fields.color||o.color;s=this.evalPointOptions(s,a,e),U(o.color)&&(l=s.color);var u=new Ga(a,s);u.color=l;var c=n[r];return c||(c=new _a({vertical:i.invertAxes,gap:i.gap,spacing:i.spacing,rtl:!i.invertAxes&&(this.chartService||{}).rtl}),this.append(c)),c.append(u),u},e.prototype.updateRange=function(t,e){var r=t.current,o=t.target,i=e.series.axis,n=this.valueAxisRanges[i];wt(r)&&!isNaN(r)&&wt(o&&!isNaN(o))&&((n=this.valueAxisRanges[i]=n||{min:b,max:x}).min=Math.min(n.min,r,o),n.max=Math.max(n.max,r,o))},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value.current,t.value.target)},e.prototype.pointValue=function(t){return t.valueFields.current},e.prototype.aboveAxis=function(t){return t.value.current>0},e.prototype.createAnimation=function(){var t=this.points;this._setAnimationOptions();for(var e=0;e<t.length;e++){var r=t[e];r.options.animation=this.options.animation,r.createAnimation()}},e}(Nn);Ya.prototype._setAnimationOptions=Sa.prototype._setAnimationOptions,Rt(Ya,{animation:{type:si}});const Wa=Ya;var qa=function(t){function e(e,r){t.call(this),this.chartService=e,this.options=G({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getStyle=function(t,e){var r=t.background,o=t.border.color;if(e){var i=e.color||e.options.color;r=Nt(r,i),o=Nt(o,i)}var n=J(t.padding||{},"auto");return{backgroundColor:r,borderColor:o,font:t.font,color:t.color,opacity:t.opacity,borderWidth:W(t.border.width),paddingTop:W(n.top),paddingBottom:W(n.bottom),paddingLeft:W(n.left),paddingRight:W(n.right)}},e.prototype.show=function(t,e,r){t.format=e.format;var o=this.getStyle(e,r);t.style=o;var i=new L.Color(o.backgroundColor);wt(e.color)||i.isDark()||(t.className="k-chart-tooltip-inverse"),this.chartService.notify(on,t),this.visible=!0},e.prototype.hide=function(){this.chartService&&this.chartService.notify(nn),this.visible=!1},e.prototype.destroy=function(){delete this.chartService},e}(L.Class);Rt(qa,{border:{width:1},opacity:1});const Za=qa;var Qa=function(t){function e(e,r,o){t.call(this,e,o),this.crosshair=r,this.formatService=e.format,this.initAxisName()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initAxisName=function(){var t,e=this.crosshair.axis;t=e.plotArea.categoryAxis?e.getCategory?"categoryAxis":"valueAxis":e.options.vertical?"yAxis":"xAxis",this.axisName=t},e.prototype.showAt=function(t){var e=this.crosshair.axis,r=this.options,o=e[r.stickyMode?"getCategory":"getValue"](t),i=o;r.format?i=this.formatService.auto(r.format,o):e.options.type===p&&(i=this.formatService.auto(e.options.labels.dateFormats[e.options.baseUnit],o)),this.show({point:t,anchor:this.getAnchor(),crosshair:this.crosshair,value:i,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex},this.options)},e.prototype.hide=function(){this.chartService.notify(nn,{crosshair:this.crosshair,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex})},e.prototype.getAnchor=function(){var t,e,r,o=this.crosshair,i=this.options,n=i.position,l=i.padding,u=!o.axis.options.vertical,c=o.line.bbox();return u?(t=s,n===a?(e=A,r=c.bottomLeft().translate(0,l)):(e=a,r=c.topLeft().translate(0,-l))):(e=s,n===m?(t=O,r=c.topLeft().translate(-l,0)):(t=m,r=c.topRight().translate(l,0))),{point:r,align:{horizontal:t,vertical:e}}},e}(Za);Rt(Qa,{padding:10});const Ja=Qa;var ts=function(t){function e(e,r,o){t.call(this,o),this.axis=r,this.stickyMode=r instanceof $r;var i=this.options.tooltip;i.visible&&(this.tooltip=new Ja(e,this,G({},i,{stickyMode:this.stickyMode})))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t){this.point=t,this.moveLine(),this.line.visible(!0),this.tooltip&&this.tooltip.showAt(t)},e.prototype.hide=function(){this.line.visible(!1),this.tooltip&&this.tooltip.hide()},e.prototype.moveLine=function(){var t,e=this.axis,r=this.point,o=e.options.vertical,i=this.getBox(),n=o?E:T,a=new L.geometry.Point(i.x1,i.y1);if(t=o?new L.geometry.Point(i.x2,i.y1):new L.geometry.Point(i.x1,i.y2),r)if(this.stickyMode){var s=e.getSlot(e.pointCategoryIndex(r));a[n]=t[n]=s.center()[n]}else a[n]=t[n]=r[n];this.box=i,this.line.moveTo(a).lineTo(t)},e.prototype.getBox=function(){for(var t,e=this.axis,r=e.pane.axes,o=r.length,i=e.options.vertical,n=e.lineBox().clone(),a=i?T:E,s=0;s<o;s++){var l=r[s];l.options.vertical!==i&&(t?t.wrap(l.lineBox()):t=l.lineBox().clone())}return n[a+1]=t[a+1],n[a+2]=t[a+2],n},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options;this.line=new L.drawing.Path({stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType},visible:!1}),this.moveLine(),this.visual.append(this.line)},e.prototype.destroy=function(){this.tooltip&&this.tooltip.destroy(),t.prototype.destroy.call(this)},e}(Ce);Rt(ts,{color:n,width:2,zIndex:-1,tooltip:{visible:!1}});const es=ts;var rs=function(t){function e(e,r){t.call(this,e),this.pane=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.shouldClip=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)if(!0===t[r].options.clip)return!0;return!1},e.prototype._clipBox=function(){return this.pane.chartsBox()},e.prototype.createVisual=function(){if(this.visual=new L.drawing.Group({zIndex:0}),this.shouldClip()){var t=(this.clipBox=this._clipBox()).toRect(),e=L.drawing.Path.fromRect(t);B(e),this.visual.clip(e),this.unclipLabels()}},e.prototype.stackRoot=function(){return this},e.prototype.unclipLabels=function(){for(var t=this.children,e=this.clipBox,r=0;r<t.length;r++)for(var o=t[r].points||{},i=o.length,n=0;n<i;n++){var a=o[n];if(a&&!1!==a.visible&&a.overlapsBox&&a.overlapsBox(e))if(a.unclipElements)a.unclipElements();else{var s=a.label,l=a.note;s&&s.options.visible&&(s.alignToClipBox&&s.alignToClipBox(e),s.options.noclip=!0),l&&l.options.visible&&(l.options.noclip=!0)}}},e.prototype.destroy=function(){t.prototype.destroy.call(this),delete this.parent},e}(Ce);rs.prototype.isStackRoot=!0;const os=rs;var is=function(t){function e(e){t.call(this,e),this.id="pane"+ns++,this.createTitle(),this.content=new Ce,this.chartContainer=new os({},this),this.append(this.content),this.axes=[],this.charts=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createTitle=function(){var t=this.options.title;Y(t)&&(t=G({},t,{align:t.position,position:A})),this.title=Ue.buildTitle(t,e.prototype.options.title),this.title&&this.append(this.title)},e.prototype.appendAxis=function(t){this.content.append(t),this.axes.push(t),t.pane=this},e.prototype.appendAxisAt=function(t,e){this.content.append(t),this.axes.splice(e,0,t),t.pane=this},e.prototype.appendChart=function(t){this.chartContainer.parent!==this.content&&this.content.append(this.chartContainer),this.charts.push(t),this.chartContainer.append(t),t.pane=this},e.prototype.empty=function(){var t=this.parent;if(t){for(var e=0;e<this.axes.length;e++)t.removeAxis(this.axes[e]);for(var r=0;r<this.charts.length;r++)t.removeChart(this.charts[r])}this.axes=[],this.charts=[],this.content.destroy(),this.content.children=[],this.chartContainer.children=[]},e.prototype.reflow=function(e){var r;Mt(this.children)===this.content&&(r=this.children.pop()),t.prototype.reflow.call(this,e),r&&this.children.push(r),this.title&&(this.contentBox.y1+=this.title.box.height())},e.prototype.visualStyle=function(){var e=t.prototype.visualStyle.call(this);return e.zIndex=-10,e},e.prototype.renderComplete=function(){this.options.visible&&this.createGridLines()},e.prototype.stackRoot=function(){return this},e.prototype.clipRoot=function(){return this},e.prototype.createGridLines=function(){for(var t=this.axes,e=t.concat(this.parent.axes),r=[],o=[],i=0;i<t.length;i++)for(var n=t[i],a=n.options.vertical,s=a?r:o,l=0;l<e.length;l++)if(0===s.length){var u=e[l];a!==u.options.vertical&&_t(s,n.createGridLines(u))}},e.prototype.refresh=function(){this.visual.clear(),this.content.parent=null,this.content.createGradient=this.createGradient.bind(this),this.content.renderVisual(),this.content.parent=this,this.title&&this.visual.append(this.title.visual),this.visual.append(this.content.visual),this.renderComplete(),this.notifyRender()},e.prototype.chartsBox=function(){for(var t=this.axes,e=t.length,r=new fe,o=0;o<e;o++){var i=t[o],n=i.options.vertical?E:T,a=i.lineBox();r[n+1]=a[n+1],r[n+2]=a[n+2]}if(0===r.x2)for(var s=this.parent.axes,l=s.length,u=0;u<l;u++){var c=s[u];if(!c.options.vertical){var p=c.lineBox();r.x1=p.x1,r.x2=p.x2}}return r},e.prototype.clipBox=function(){return this.chartContainer.clipBox},e.prototype.notifyRender=function(){var t=this.getService();t&&t.notify("paneRender",{pane:new Io(this),index:this.paneIndex,name:this.options.name})},e}(Oe),ns=1;is.prototype.isStackRoot=!0,Rt(is,{zIndex:-1,shrinkToFit:!0,title:{align:m},visible:!0});const as=is;var ss=function(t){function e(e,r,o){t.call(this,r),this.initFields(e,r),this.series=e,this.initSeries(),this.charts=[],this.options.legend=this.options.legend||{},this.options.legend.items=[],this.axes=[],this.crosshairs=[],this.chartService=o,this.originalOptions=r,this.originalSeries=e,this._bindCache=new WeakMap,this.createPanes(),this.render(),this.createCrosshairs()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.initSeries=function(){for(var t=this.series,e=0;e<t.length;e++)t[e].index=e},e.prototype.bindPoint=function(t,e,r){var o=this._bindCache.get(t);o||(o=[],this._bindCache.set(t,o));var i=o[e];return i||(i=o[e]=Ho.current.bindPoint(t,e,r)),i},e.prototype.createPanes=function(){for(var t=this.options.title||{},e=this.options.paneDefaults,r=this.options.panes||[],o=Math.max(r.length,1),i=[],n=G({title:{color:t.color}},e),a=0;a<o;a++){var s=G({},n,r[a]);F(s.title)&&(s.title=G({text:s.title},n.title));var l=new as(s);l.paneIndex=a,i.push(l),this.append(l)}this.panes=i},e.prototype.crosshairOptions=function(t){return t.options.crosshair},e.prototype.createCrosshairs=function(t){var e=this;void 0===t&&(t=this.panes);for(var r=0;r<t.length;r++)for(var o=t[r],i=0;i<o.axes.length;i++){var n=o.axes[i],a=e.crosshairOptions(n);if(a&&a.visible){var s=new es(e.chartService,n,a);e.crosshairs.push(s),o.content.append(s)}}},e.prototype.removeCrosshairs=function(t){for(var e=this.crosshairs,r=t.axes,o=e.length-1;o>=0;o--)for(var i=0;i<r.length;i++)if(e[o].axis===r[i]){e.splice(o,1);break}},e.prototype.hideCrosshairs=function(){for(var t=this.crosshairs,e=0;e<t.length;e++)t[e].hide()},e.prototype.findPane=function(t){for(var e,r=this.panes,o=0;o<r.length;o++)if(r[o].options.name===t){e=r[o];break}return e||r[0]},e.prototype.findPointPane=function(t){for(var e,r=this.panes,o=0;o<r.length;o++)if(r[o].box.containsPoint(t)){e=r[o];break}return e},e.prototype.appendAxis=function(t){this.findPane(t.options.pane).appendAxis(t),this.axes.push(t),t.plotArea=this},e.prototype.removeAxis=function(t){for(var e=[],r=0;r<this.axes.length;r++){var o=this.axes[r];t!==o?e.push(o):o.destroy()}this.axes=e},e.prototype.appendChart=function(t,e){this.charts.push(t),e?e.appendChart(t):this.append(t)},e.prototype.removeChart=function(t){for(var e=[],r=0;r<this.charts.length;r++){var o=this.charts[r];o!==t?e.push(o):o.destroy()}this.charts=e},e.prototype.addToLegend=function(t){for(var e=t.length,r=this.options.legend,o=r.labels||{},i=r.inactiveItems||{},n=i.labels||{},a=[],s=0;s<e;s++){var l=t[s],u=!1!==l.visible;if(!1!==l.visibleInLegend){var c=l.name,p=u?ot(o):ot(n)||ot(o);p&&(c=p({text:jn(c)?c:"",series:l}));var h=l._defaults,f=l.color;U(f)&&h&&(f=h.color);var d=void 0,v=void 0;u?(d={},v=f):(d={color:n.color,font:n.font},v=i.markers.color),jn(c)&&""!==c&&a.push({text:c,labels:d,markerColor:v,series:l,active:u})}}_t(r.items,a)},e.prototype.groupAxes=function(t){for(var e=[],r=[],o=0;o<t.length;o++)for(var i=t[o].axes,n=0;n<i.length;n++){var a=i[n];a.options.vertical?r.push(a):e.push(a)}return{x:e,y:r,any:e.concat(r)}},e.prototype.groupSeriesByPane=function(){for(var t=this.series,e={},r=0;r<t.length;r++){var o=t[r],i=this.seriesPaneName(o);e[i]?e[i].push(o):e[i]=[o]}return e},e.prototype.filterVisibleSeries=function(t){for(var e=[],r=0;r<t.length;r++){var o=t[r];!1!==o.visible&&e.push(o)}return e},e.prototype.reflow=function(t){var e=this.options.plotArea,r=this.panes,o=J(e.margin);this.box=t.clone().unpad(o),this.reflowPanes(),this.detachLabels(),this.reflowAxes(r),this.reflowCharts(r)},e.prototype.redraw=function(t){var e=[].concat(t);this.initSeries();var r=this.getRoot();r&&r.cleanGradients();for(var o=0;o<e.length;o++)this.removeCrosshairs(e[o]),e[o].empty();this._bindCache=new WeakMap,this.render(e),this.detachLabels(),this.reflowAxes(this.panes),this.reflowCharts(e),this.createCrosshairs(e);for(var i=0;i<e.length;i++)e[i].refresh()},e.prototype.axisCrossingValues=function(t,e){for(var r=t.options,o=[].concat(r.axisCrossingValues||r.axisCrossingValue),i=e.length-o.length,n=o[0]||0,a=0;a<i;a++)o.push(n);return o},e.prototype.alignAxisTo=function(t,e,r,o){var i=t.getSlot(r,r,!0),n=t.options.reverse?2:1,a=e.getSlot(o,o,!0),s=e.options.reverse?2:1,l=t.box.translate(a[T+s]-i[T+n],a[E+s]-i[E+n]);t.pane!==e.pane&&l.translate(0,t.pane.box.y1-e.pane.box.y1),t.reflow(l)},e.prototype.alignAxes=function(t,e){for(var r=this,o=t[0],i=e[0],n=this.axisCrossingValues(o,e),s=this.axisCrossingValues(i,t),l={},c={},p={},h={},f=0;f<e.length;f++){var d=e[f],v=d.pane,g=v.id,y=!1!==d.options.visible,b=cs(t,v)||o,x=n;b!==o&&(x=r.axisCrossingValues(b,e)),r.alignAxisTo(d,b,s[f],x[f]),d.options._overlap||(Vt(d.lineBox().x1)===Vt(b.lineBox().x1)&&(l[g]&&d.reflow(d.box.alignTo(l[g].box,m).translate(-d.options.margin,0)),y&&(l[g]=d)),Vt(d.lineBox().x2)===Vt(b.lineBox().x2)&&(d._mirrored||(d.options.labels.mirror=!d.options.labels.mirror,d._mirrored=!0),r.alignAxisTo(d,b,s[f],x[f]),c[g]&&d.reflow(d.box.alignTo(c[g].box,O).translate(d.options.margin,0)),y&&(c[g]=d)),0!==f&&i.pane===d.pane&&(d.alignTo(i),d.reflow(d.box)))}for(var _=0;_<t.length;_++){var C=t[_],w=C.pane,S=w.id,P=!1!==C.options.visible,j=cs(e,w)||i,k=s;j!==i&&(k=r.axisCrossingValues(j,t)),r.alignAxisTo(C,j,n[_],k[_]),C.options._overlap||(Vt(C.lineBox().y1)===Vt(j.lineBox().y1)&&(C._mirrored||(C.options.labels.mirror=!C.options.labels.mirror,C._mirrored=!0),r.alignAxisTo(C,j,n[_],k[_]),p[S]&&C.reflow(C.box.alignTo(p[S].box,A).translate(0,-C.options.margin)),P&&(p[S]=C)),Vt(C.lineBox().y2,u)===Vt(j.lineBox().y2,u)&&(h[S]&&C.reflow(C.box.alignTo(h[S].box,a).translate(0,C.options.margin)),P&&(h[S]=C)),0!==_&&(C.alignTo(o),C.reflow(C.box)))}},e.prototype.shrinkAxisWidth=function(t){for(var e=this.groupAxes(t).any,r=us(e),o=0,i=0;i<t.length;i++){var n=t[i];n.axes.length>0&&(o=Math.max(o,r.width()-n.contentBox.width()))}if(0!==o)for(var a=0;a<e.length;a++){var s=e[a];s.options.vertical||s.reflow(s.box.shrink(o,0))}},e.prototype.shrinkAxisHeight=function(t){for(var e,r=0;r<t.length;r++){var o=t[r],i=o.axes,n=Math.max(0,us(i).height()-o.contentBox.height());if(0!==n){for(var a=0;a<i.length;a++){var s=i[a];s.options.vertical&&s.reflow(s.box.shrink(0,n))}e=!0}}return e},e.prototype.fitAxes=function(t){for(var e=this.groupAxes(t).any,r=0,o=0;o<t.length;o++){var i=t[o],n=i.axes,a=i.contentBox;if(n.length>0){var s=us(n),l=Math.max(a.y1-s.y1,a.y2-s.y2);r=Math.max(r,a.x1-s.x1);for(var u=0;u<n.length;u++){var c=n[u];c.reflow(c.box.translate(0,l))}}}for(var p=0;p<e.length;p++){var h=e[p];h.reflow(h.box.translate(r,0))}},e.prototype.reflowAxes=function(t){for(var e=this.groupAxes(t),r=0;r<t.length;r++)this.reflowPaneAxes(t[r]);e.x.length>0&&e.y.length>0&&(this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t),this.autoRotateAxisLabels(e),this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t)&&this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t),this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t)&&this.alignAxes(e.x,e.y),this.fitAxes(t))},e.prototype.autoRotateAxisLabels=function(t){for(var e,r=this.panes,o=ps(r),i=0;i<o.length;i++)o[i].autoRotateLabels()&&(e=!0);if(e){for(var n=0;n<r.length;n++)this.reflowPaneAxes(r[n]);t.x.length>0&&t.y.length>0&&(this.alignAxes(t.x,t.y),this.shrinkAxisWidth(r))}},e.prototype.reflowPaneAxes=function(t){var e=t.axes,r=e.length;if(r>0)for(var o=0;o<r;o++)e[o].reflow(t.contentBox)},e.prototype.reflowCharts=function(t){for(var e=this.charts,r=e.length,o=this.box,i=0;i<r;i++){var n=e[i].pane;n&&!pt(n,t)||e[i].reflow(o)}},e.prototype.reflowPanes=function(){for(var t=this.box,e=this.panes,r=e.length,o=t.height(),i=0,n=t.y1,a=0;a<r;a++){var s=e[a],l=s.options.height;if(s.options.width=t.width(),s.options.height){if(l.indexOf&&l.indexOf("%")){var u=parseInt(l,10)/100;s.options.height=u*t.height()}s.reflow(t.clone()),o-=s.options.height}else i++}for(var c=0;c<r;c++){var p=e[c];p.options.height||(p.options.height=o/i)}for(var h=0;h<r;h++){var f=e[h],d=t.clone().move(t.x1,n);f.reflow(d),n+=f.options.height}},e.prototype.backgroundBox=function(){for(var t,e=this.axes,r=e.length,o=0;o<r;o++)for(var i=e[o],n=0;n<r;n++){var a=e[n];if(i.options.vertical!==a.options.vertical){var s=i.lineBox().clone().wrap(a.lineBox());t=t?t.wrap(s):s}}return t||this.box},e.prototype.chartsBoxes=function(){for(var t=this.panes,e=[],r=0;r<t.length;r++)e.push(t[r].chartsBox());return e},e.prototype.addBackgroundPaths=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)t.paths.push(L.drawing.Path.fromRect(e[r].toRect()))},e.prototype.backgroundContainsPoint=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)if(e[r].containsPoint(t))return!0},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e,r=this.options.plotArea,o=r.opacity,i=r.background,n=r.border;void 0===n&&(n={}),""!==(e=i)&&null!==e&&"none"!==e&&"transparent"!==e&&wt(e)||(i=k,o=0);var a=this._bgVisual=new L.drawing.MultiPath({fill:{color:i,opacity:o},stroke:{color:n.width?n.color:"",width:n.width,dashType:n.dashType},zIndex:-1});this.addBackgroundPaths(a),this.appendVisual(a)},e.prototype.pointsByCategoryIndex=function(t){var e=this.charts,r=[];if(null!==t)for(var o=0;o<e.length;o++)if("_navigator"!==e[o].pane.options.name){var i=e[o].categoryPoints[t];if(i&&i.length)for(var n=0;n<i.length;n++){var a=i[n];a&&wt(a.value)&&null!==a.value&&r.push(a)}}return r},e.prototype.pointsBySeriesIndex=function(t){return this.filterPoints((function(e){return e.series.index===t}))},e.prototype.pointsBySeriesName=function(t){return this.filterPoints((function(e){return e.series.name===t}))},e.prototype.filterPoints=function(t){for(var e=this.charts,r=[],o=0;o<e.length;o++)for(var i=e[o].points,n=0;n<i.length;n++){var a=i[n];a&&!1!==a.visible&&t(a)&&r.push(a)}return r},e.prototype.findPoint=function(t){for(var e=this.charts,r=0;r<e.length;r++)for(var o=e[r].points,i=0;i<o.length;i++){var n=o[i];if(n&&!1!==n.visible&&t(n))return n}},e.prototype.paneByPoint=function(t){for(var e=this.panes,r=0;r<e.length;r++){var o=e[r];if(o.box.containsPoint(t))return o}},e.prototype.detachLabels=function(){var t=this.groupAxes(this.panes),e=t.x,r=t.y;this.detachAxisGroupLabels(r,e),this.detachAxisGroupLabels(e,r)},e.prototype.detachAxisGroupLabels=function(t,e){for(var r=0,o=0;o<t.length;o++){var i=t[o],n=i.pane,a=cs(e,n)||e[0],s=o+r,l=this.createLabelAxis(i,s,a);if(l){r++;var u=n.axes.indexOf(i)+r;n.appendAxisAt(l,u)}}},e.prototype.createLabelAxis=function(t,e,r){var o=t.options.labels,i=o.position,n="end"!==i&&"start"!==i,a=o.visible;if(n||!1===a)return null;var s=this.groupAxes(this.panes),l=r.options.vertical?s.x:s.y,u=this.axisCrossingValues(r,l),c="end"===i,p=r.range(),h=c?p.max:p.min;if(Tt(u[e],p.min,p.max)-h==0)return null;u.splice(e+1,0,h),r.options.axisCrossingValues=u;var f=t.clone();return t.clear(),f.options.name=void 0,f.options.line.visible=!1,f.options.crosshair=void 0,f.options.notes=void 0,f.options.plotBands=void 0,f},e.prototype.isTrendline=function(t){return t&&pt(t.type,Fi)},e.prototype.trendlineFactory=function(){},e.prototype.createTrendlineSeries=function(){var t=this,e=[];return this.series=this.series.map((function(r){if(!t.isTrendline(r))return r;var o=t.seriesByName(r.for);if(!o)throw new Error('Invalid Configuration: Unable to locate linked series "'+r.for+'" for trendline "'+r.name+'".');var i=Ho.current.valueFields(o),n=Mt(i),a=t.trendlineFactory(Object.assign({},{field:n},r),o);return a&&(!1===o.visible&&(a.visible=!1),a.color===y&&(a.color=o.color),e.push(a)),a})).filter((function(t){return null!==t})),e},e.prototype.seriesByName=function(t){return this.series.find((function(e){return e.name===t}))},e}(Ce);function ls(t){return!t.pane.axes.some((function(e){return e.options.vertical===t.options.vertical&&e!==t&&!1!==e.options.visible}))}function us(t){for(var e,r=t.length,o=0;o<r;o++){var i=t[o],n=!1!==i.options.visible;if(n||ls(i)){var a=n?i.contentBox():i.lineBox();e?e.wrap(a):e=a.clone()}}return e||new fe}function cs(t,e){for(var r=0;r<t.length;r++){var o=t[r];if(o&&o.pane===e)return o}}var ps=function(t){return t.reduce((function(t,e){return t.concat(e.axes)}),[])};Rt(ss,{series:[],plotArea:{margin:{}},background:"",border:{color:n,width:0},paneDefaults:{title:{}},legend:{inactiveItems:{labels:{color:"#919191"},markers:{color:"#919191"}}}});const hs=ss;var fs={hover:function(t,e){this._dispatchEvent(t,e,$i)},click:function(t,e){this._dispatchEvent(t,e,"plotAreaClick")}};const ds=fs;function vs(t,e,r){var o=e,i=t;if(t.indexOf(".")>-1){for(var n=t.split(".");n.length>1;)i=n.shift(),wt(o[i])||(o[i]={}),o=o[i];i=n.shift()}o[i]=r}const gs=function(t){function e(e,r,o){t.call(this);var i=r.canonicalFields(e),n=r.valueFields(e),a=r.sourceFields(e,i),s=this._seriesFields=[],l=o.query(e.type),u=e.aggregate||l;this._series=e,this._binder=r;for(var c=0;c<i.length;c++){var p=i[c],h=void 0;if(Y(u))h=u[p];else{if(0!==c&&!pt(p,n))break;h=u}h&&s.push({canonicalName:p,name:a[c],transform:U(h)?h:Ro[h]})}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aggregatePoints=function(t,e){var r=this._series,o=this._seriesFields,i=this._bindPoints(t||[]),n=i.dataItems[0],a={};if(n&&!z(n)&&!D(n)){var s=function(){};s.prototype=n,a=new s}for(var l=0;l<o.length;l++){var u=o[l],c=this._bindField(i.values,u.canonicalName),p=u.transform(c,r,i.dataItems,e);if(!(null===p||!Y(p)||wt(p.length)||p instanceof Date)){a=p;break}wt(p)&&vs(u.name,a,p)}return a},e.prototype._bindPoints=function(t){for(var e=this._binder,r=this._series,o=[],i=[],n=0;n<t.length;n++){var a=t[n];o.push(e.bindPoint(r,a)),i.push(r.data[a])}return{values:o,dataItems:i}},e.prototype._bindField=function(t,e){for(var r=[],o=t.length,i=0;i<o;i++){var n,a=t[i],s=a.valueFields;n=wt(s[e])?s[e]:a.fields[e],r.push(n)}return r},e}(L.Class);var ys=function(t){function e(){t.call(this),this._defaults={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){for(var r=0;r<t.length;r++)this._defaults[t[r]]=e},e.prototype.query=function(t){return this._defaults[t]},e}(L.Class);ys.current=new ys;const ms=ys;var bs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createLabel=function(){var t=this.options.labels,e=G({},t,t.from),r=G({},t,t.to);e.visible&&(this.labelFrom=this._createLabel(e),this.append(this.labelFrom)),r.visible&&(this.labelTo=this._createLabel(r),this.append(this.labelTo))},e.prototype._createLabel=function(t){var e,r=ot(t),o=this.pointData();return e=r?r(o):this.formatValue(t.format),new va(e,G({vertical:this.options.vertical},t),o)},e.prototype.reflow=function(t){this.render();var e=this,r=e.labelFrom,o=e.labelTo,i=e.value;this.box=t,r&&(r.options.aboveAxis=i.from>i.to,r.reflow(t)),o&&(o.options.aboveAxis=i.to>i.from,o.reflow(t)),this.note&&this.note.reflow(t)},e}(ya);bs.prototype.defaults=G({},bs.prototype.defaults,{labels:{format:"{0} - {1}"},tooltip:{format:"{1}"}});const xs=bs;var _s=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return xs},e.prototype.pointValue=function(t){return t.valueFields},e.prototype.formatPointValue=function(t,e){return null===t.value.from&&null===t.value.to?"":this.chartService.format.auto(e,t.value.from,t.value.to)},e.prototype.plotRange=function(t){return t?[t.value.from,t.value.to]:0},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=t.from,i=t.to,n=this.valueAxisRanges[r];null!==t&&z(o)&&z(i)&&((n=this.valueAxisRanges[r]=n||{min:b,max:x}).min=Math.min(n.min,o),n.max=Math.max(n.max,o),n.min=Math.min(n.min,i),n.max=Math.max(n.max,i))},e.prototype.aboveAxis=function(t){var e=t.value;return e.from<e.to},e}(Sa);_s.prototype.plotLimits=Nn.prototype.plotLimits;const Cs=_s;var ws=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aliasFor=function(){return this.parent},e}(Fn);const Os=ws;var Ss="auto",Ps=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Nt(this.options.aboveAxis,!0),this.tooltipTracking=!0,this.initLabelsFormat()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){if(!this._rendered){this._rendered=!0;var t=this.options,e=t.markers,r=t.labels,o=this.value,i=this.fromPoint=new Os(o,G({},this.options,{labels:r.from,markers:e.from})),n=this.toPoint=new Os(o,G({},this.options,{labels:r.to,markers:e.to}));this.copyFields(i),this.copyFields(n),this.append(i),this.append(n)}},e.prototype.reflow=function(t){this.render();var e=t.from,r=t.to;this.positionLabels(e,r),this.fromPoint.reflow(e),this.toPoint.reflow(r),this.box=this.fromPoint.markerBox().clone().wrap(this.toPoint.markerBox())},e.prototype.createHighlight=function(){var t=new L.drawing.Group;return t.append(this.fromPoint.createHighlight()),t.append(this.toPoint.createHighlight()),t},e.prototype.highlightVisual=function(){return this.visual},e.prototype.highlightVisualArgs=function(){return{options:this.options,from:this.fromPoint.highlightVisualArgs(),to:this.toPoint.highlightVisualArgs()}},e.prototype.tooltipAnchor=function(){var t=this.owner.pane.clipBox();if(!t||t.overlaps(this.box)){var e,r,o,i=this.box,n=i.center(),l=m;return this.options.vertical?(e=n.x,r=i.y1-5,o=a):(e=i.x2+5,r=n.y,o=s),{point:new ce(e,r),align:{horizontal:l,vertical:o}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){this.fromPoint.unclipElements(),this.toPoint.unclipElements()},e.prototype.initLabelsFormat=function(){var t=this.options.labels;t.format||(t.from&&t.from.format||(t.from=Object.assign({},t.from,{format:"{0}"})),t.to&&t.to.format||(t.to=Object.assign({},t.to,{format:"{1}"})))},e.prototype.positionLabels=function(t,e){var r,o,i=this.options,n=i.labels,a=i.vertical;n.position===Ss&&(a?e.y1<=t.y1?(o=ri,r=oi):(o=oi,r=ri):e.x1<=t.x1?(o=m,r=O):(o=O,r=m),n.from&&n.from.position||(this.fromPoint.options.labels.position=r),n.to&&n.to.position||(this.toPoint.options.labels.position=o))},e.prototype.copyFields=function(t){t.dataItem=this.dataItem,t.category=this.category,t.series=this.series,t.color=this.color,t.owner=this.owner},e}(Ce);G(Ps.prototype,Bn),G(Ps.prototype,Rn),Ps.prototype.defaults={markers:{visible:!1,background:k,size:8,type:l,border:{width:2},opacity:1},labels:{visible:!1,margin:J(3),padding:J(4),animation:{type:Wo,delay:Yo},position:Ss},notes:{label:{}},highlight:{markers:{border:{color:k,width:2}},zIndex:100},tooltip:{format:"{0} - {1}"}};const As=Ps;var js=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.toGeometryPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.toGeometryPoints(this.fromPoints().reverse()))),t},e.prototype.createStroke=function(t){var e=new L.drawing.Path(t),r=new L.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),r.segments.push.apply(r.segments,this.stackSegments()),this.visual.append(e),this.visual.append(r)},e.prototype.hasStackSegment=function(){return!0},e.prototype.fromPoints=function(){return this.linePoints.map((function(t){return t.fromPoint}))},e.prototype.toPoints=function(){return this.linePoints.map((function(t){return t.toPoint}))},e}(na);const ks=js;var Ms=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.createCurveSegments(this.toPoints())},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.createCurveSegments(this.fromPoints().reverse())),t},e.prototype.createCurveSegments=function(t){return(new Mo).process(this.toGeometryPoints(t))},e}(ks);const Ts=Ms;var Es=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.calculateStepPoints(this.fromPoints()))).reverse(),t},e}(ks);G(Es.prototype,$n);const Ds=Es;var Vs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.pointType=function(){return As},e.prototype.createPoint=function(t,e){var r=e.series,o=e.seriesIx,i=t.valueFields;if(!jn(i.from)&&!jn(i.to)){if(this.seriesMissingValues(r)!==ti)return null;i={from:0,to:0}}var n=this.pointOptions(r,o);n=this.evalPointOptions(n,i,e);var a=t.fields.color||r.color;U(r.color)&&(a=n.color);var s=new As(i,n);return s.color=a,this.append(s),s},e.prototype.createSegment=function(t,e,r){var o=(e.line||{}).style;return new("smooth"===o?Ts:"step"===o?Ds:ks)(t,e,r)},e.prototype.plotRange=function(t,e){return t?[t.value.from,t.value.to]:[e,e]},e.prototype.valueSlot=function(t,e){var r=t.getSlot(e[0],e[0],!this.options.clip),o=t.getSlot(e[1],e[1],!this.options.clip);if(r&&o)return{from:r,to:o}},e.prototype.pointSlot=function(t,e){var r,o,i=e.from,n=e.to;return this.options.invertAxes?(r=new fe(i.x1,t.y1,i.x2,t.y2),o=new fe(n.x1,t.y1,n.x2,t.y2)):(r=new fe(t.x1,i.y1,t.x2,i.y2),o=new fe(t.x1,n.y1,t.x2,n.y2)),{from:r,to:o}},e.prototype.addValue=function(e,r){var o=e.valueFields;z(o.from)||(o.from=o.to),z(o.to)||(o.to=o.from),t.prototype.addValue.call(this,e,r)},e.prototype.updateRange=function(t,e){if(null!==t&&z(t.from)&&z(t.to)){var r=e.series.axis,o=this.valueAxisRanges[r]=this.valueAxisRanges[r]||{min:b,max:x},i=t.from,n=t.to;o.min=Math.min(o.min,i,n),o.max=Math.max(o.max,i,n)}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.from,r.to)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++){var o=t[r];o&&(e.push((o.fromPoint||{}).marker),e.push((o.toPoint||{}).marker))}return e.concat(this._segments)},e}(Nn);G(Vs.prototype,Qn,ea);const Is=Vs;var Ns=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this,r=e.options,o=e.value,i=e.owner.seriesValueAxis(r),n=[],a=[],s=[],l=i.getSlot(o.low,o.high),u=i.getSlot(o.open,o.open),c=i.getSlot(o.close,o.close);u.x1=c.x1=l.x1=t.x1,u.x2=c.x2=l.x2=t.x2;var p=l.center().x;n.push([u.x1,u.y1]),n.push([p,u.y1]),a.push([p,c.y1]),a.push([c.x2,c.y1]),s.push([p,l.y1]),s.push([p,l.y2]),this.lines=[n,a,s],this.box=l.clone().wrap(u.clone().wrap(c)),this.reflowNote()},e.prototype.createBody=function(){},e}(Aa);const Ls=Ns;var Bs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return Ls},e}(ka);const Rs=Bs;var zs=function(t){function e(e,r,o){t.call(this),this.from=e,this.to=r,this.series=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.linePoints=function(){var t=this.from,e=this.from.box,r=this.to.box,o=[];if(t.isVertical){var i=t.aboveAxis?e.y1:e.y2;o.push([e.x1,i],[r.x2,i])}else{var n=t.aboveAxis?e.x2:e.x1;o.push([n,e.y1],[n,r.y2])}return o},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.series.line||{},r=L.drawing.Path.fromPoints(this.linePoints(),{stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType}});B(r),this.visual.append(r)},e}(Ce);Rt(zs,{animation:{type:Wo,delay:Yo}});const Fs=zs;var Hs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.createSegments()},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=_n(e),o=!this.options.invertAxes,i=0;i<e.length;i++)for(var n=e[i],a=0,s=0,l=0;l<r;l++){var u=Ho.current.bindPoint(n,l),c=u.valueFields.value,p=u.fields.summary,h=a,f=void 0;p?"total"===p.toLowerCase()?(u.valueFields.value=a,h=0,f=a):(u.valueFields.value=s,f=h-s,s=0):z(c)&&(s+=c,f=a+=c),t(u,{category:this.categoryAxis.categoryAt(l),categoryIx:l,series:n,seriesIx:i,total:a,runningTotal:s,from:h,to:f,isVertical:o})}},e.prototype.updateRange=function(e,r){t.prototype.updateRange.call(this,{value:r.to},r)},e.prototype.aboveAxis=function(t){return t.value>=0},e.prototype.plotRange=function(t){return[t.from,t.to]},e.prototype.createSegments=function(){for(var t=this.options.series,e=this.seriesPoints,r=this.segments=[],o=0;o<t.length;o++){var i=t[o],n=e[o];if(n)for(var a=void 0,s=0;s<n.length;s++){var l=n[s];if(l&&a){var u=new Fs(a,l,i);r.push(u),this.append(u)}a=l}}},e}(Sa);const Us=Hs,Ks=function(t,e,r){var o=t[String(e)];return o?o(r):null},Xs=function(t,e){for(var r,o,i=0,n=0,a=0,s=0,l=0,u=Number.MAX_VALUE,c=Number.MIN_VALUE,p=0;p<t.length;p++){var h=e(t[p]),f=h.xValue,d=h.yValue;isFinite(f)&&null!==f&&isFinite(d)&&null!==d&&(u=Math.min(f,u),c=Math.max(f,c),l++,i+=f,n+=d,a+=Math.pow(f,2),s+=f*d)}return l>0&&(o=(n-(r=(l*s-i*n)/(l*a-Math.pow(i,2)))*i)/l),{slope:r,intercept:o,count:l,xMin:u,xMax:c}};const $s=function(t,e,r){for(var o=[],i=[],n=Math.max(2,r)-1,a=0,s=0,l=0;l<t.length;l++){var u=e(t[l]),c=u.xValue,p=u.yValue;if(isFinite(p)&&null!==p?(i.push(p),s+=p,a=Math.max(l,a)):i.push(null),l>=n){var h=i.filter((function(t){return null!==t})).length,f=i.shift()||0;if(h>0){var d=s/h;o.push([c,d]),s-=f;continue}}o.push([c,null])}return o.slice(0,a+1)};var Gs={};Gs[Ri]=function(t){var e=t.options,r=t.categoryAxis,o=function(t){var e,r=t.categoryAxis,o=t.options,i=Xs((0,t.seriesValues)(),(e=o.field,function(t){return{xValue:t.categoryIx+1,yValue:t.valueFields[e]}})),n=i.slope,a=i.intercept;if(i.count>0){for(var s=[],l=r.totalRangeIndices(),u=r.currentRangeIndices(),c={min:Math.floor(Math.max(u.min-1,l.min)),max:Math.ceil(Math.min(u.max+2,l.max))},p=c.min;p<c.max;p++)s[p]={category:r.categoryAt(p,!0),value:n*(p+1)+a};return{data:s}}return{data:null}}({seriesValues:t.seriesValues,categoryAxis:r,options:e}),i=o.data;return i?Object.assign({},e,{type:"line",data:i,categoryField:"category",field:"value"}):null},Gs[zi]=function(t){var e=t.options,r=function(t){var e=t.categoryAxis,r=function(t){var e,r=t.options,o=t.categoryAxis,i=t.seriesValues,n=(r.trendline||{}).period||2,a=o.totalRangeIndices(),s=o.currentRangeIndices(),l={min:Math.floor(Math.max(s.min-n,a.min)),max:Math.ceil(Math.min(s.max+n+2,a.max))};return $s(i(l),(e=r.field,function(t){return{xValue:t.categoryIx,yValue:t.valueFields[e]}}),n)}(t),o=[];return r.forEach((function(t){var r=t[0],i=t[1];o[r]={category:e.categoryAt(r,!0),value:i}})),o.length>0?{data:o}:{data:null}}(t),o=r.data;return o?Object.assign({},e,{type:"line",data:o,categoryField:"category",field:"value"}):null};const Ys=Gs;var Ws=[ai,Ei,Ai,Ni],qs=[mi,Ii].concat(Ws),Zs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(t){if(this.namedCategoryAxes={},this.namedValueAxes={},this.valueAxisRangeTracker=new fa,this._seriesPointsCache={},this._currentPointsCache={},t.length>0){this.invertAxes=pt(t[0].type,[si,ci,Ii,Ei,Ni,ji,yi,Di]);for(var e=0;e<t.length;e++){var r=t[e].stack;if(r&&"100%"===r.type){this.stack100=!0;break}}}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.series=[].concat(this.originalSeries),this.createCategoryAxes(t),this.aggregateCategories(t),this.createTrendlineSeries(t),this.createCategoryAxesLabels(t),this.createCharts(t),this.createValueAxes(t)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e instanceof $r?delete this.namedCategoryAxes[r]:(this.valueAxisRangeTracker.reset(r),delete this.namedValueAxes[r]),e===this.categoryAxis&&delete this.categoryAxis,e===this.valueAxis&&delete this.valueAxis},e.prototype.trendlineFactory=function(t,e){var r=this.seriesCategoryAxis(t),o=this.seriesValues.bind(this,e.index),i=Ks(Ys,t.type,{options:t,categoryAxis:r,seriesValues:o});return i?(i.categoryAxis=e.categoryAxis,i.valueAxis=e.valueAxis,this.filterSeries(i,r)):i},e.prototype.trendlineAggregateForecast=function(){return this.series.map((function(t){return(t.trendline||{}).forecast})).filter((function(t){return void 0!==t})).reduce((function(t,e){return{before:Math.max(t.before,e.before||0),after:Math.max(t.after,e.after||0)}}),{before:0,after:0})},e.prototype.seriesValues=function(t,e){var r=[],o=this.srcSeries[t],i=this.seriesCategoryAxis(o);Cn(i.options.type,p)&&(this._seriesPointsCache={},this._currentPointsCache={},i.options.dataItems=[],o=this.aggregateSeries(o,i,i.totalRangeIndices()));for(var n=e?e.min:0,a=e?e.max:o.data.length,s=n;s<a;s++){var l=this.bindPoint(o,s);r.push({categoryIx:s,category:l.fields.category,valueFields:l.valueFields})}return r},e.prototype.createCharts=function(t){for(var e=this,r=this.groupSeriesByPane(),o=0;o<t.length;o++){var i=t[o],n=r[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);if(a)for(var s=e.groupSeriesByCategoryAxis(a),l=0;l<s.length;l++)e.createChartGroup(s[l],i)}},e.prototype.createChartGroup=function(t,e){this.createAreaChart(Sn(t,[ai,Ei]),e),this.createRangeAreaChart(Sn(t,[Ai,Ni]),e),this.createBarChart(Sn(t,[hi,si]),e),this.createRangeBarChart(Sn(t,[ki,ji]),e),this.createBulletChart(Sn(t,[ci,Vi]),e),this.createCandlestickChart(Sn(t,pi),e),this.createBoxPlotChart(Sn(t,[li,Di]),e),this.createOHLCChart(Sn(t,bi),e),this.createWaterfallChart(Sn(t,[Li,yi]),e),this.createLineChart(Sn(t,[mi,Ii]),e)},e.prototype.aggregateCategories=function(t){var e=this,r=[].concat(this.series),o=[];this._currentPointsCache={},this._seriesPointsCache=this._seriesPointsCache||{};for(var i=0;i<r.length;i++){var n=r[i];if(!e.isTrendline(n)){var a=e.seriesCategoryAxis(n),s=e.findPane(a.options.pane);n=(Cn(a.options.type,p)||n.categoryField)&&pt(s,t)?e.aggregateSeries(n,a,a.currentRangeIndices()):e.filterSeries(n,a)}o.push(n)}this._seriesPointsCache=this._currentPointsCache,this._currentPointsCache=null,this.srcSeries=r,this.series=o},e.prototype.filterSeries=function(t,e){var r=(t.data||{}).length;if(e._seriesMax=Math.max(e._seriesMax||0,r),!wt(e.options.min)&&!wt(e.options.max))return t;var o=e.currentRangeIndices(),i=pt(t.type,qs),n=G({},t);return n.data=(n.data||[]).slice(o.min,o.max+1),i&&Vn(n,o,r,(function(r){return{item:t.data[r],category:e.categoryAt(r,!0),categoryIx:r-o.min}}),(function(e){return wt(t.data[e])})),n},e.prototype.clearSeriesPointsCache=function(){this._seriesPointsCache={}},e.prototype.seriesSourcePoints=function(t,e){var r=t.index+";"+e.categoriesHash();if(this._seriesPointsCache&&this._seriesPointsCache[r])return this._currentPointsCache[r]=this._seriesPointsCache[r],this._seriesPointsCache[r];var o=e.options,i=o.srcCategories,n=Cn(o.type,p),a=t.data,s=n?Pn:zo,l=[];n||e.mapCategories();for(var u=0;u<a.length;u++){var c;if(c=t.categoryField?s(t.categoryField,a[u],this.chartService.intl):i[u],wt(c)&&null!==c){var h=e.totalIndex(c);l[h]=l[h]||{items:[],category:c},l[h].items.push(u)}}return this._currentPointsCache[r]=l,l},e.prototype.aggregateSeries=function(t,e,r){if(!t.data.length)return t;for(var o=this.seriesSourcePoints(t,e),i=G({},t),n=new gs(G({},t),Ho.current,ms.current),a=i.data=[],s=e.options.dataItems||[],l=function(t){var i=t-r.min,a=o[t];if(a||(a=o[t]={}),a.categoryIx=i,!a.item){var s=e.categoryAt(t,!0);a.category=s,a.item=n.aggregatePoints(a.items,s)}return a},u=r.min;u<=r.max;u++){var c=l(u);a[c.categoryIx]=c.item,c.items&&c.items.length&&(s[c.categoryIx]=c.item)}return pt(i.type,qs)&&Vn(i,r,e.totalCount(),l,(function(t){return o[t]})),e.options.dataItems=s,i},e.prototype.appendChart=function(e,r){var o=e.options.series,i=this.seriesCategoryAxis(o[0]),n=i.options.categories,a=Math.max(0,_n(o)-n.length);if(a>0)for(n=i.options.categories=i.options.categories.slice(0);a--;)n.push("");this.valueAxisRangeTracker.update(e.valueAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.axis,o=st([].concat(e.valueAxis),(function(t){return t.name===r}))[0],i=((e.panes||[{}])[0]||{}).name||"default";return(o||{}).pane||i},e.prototype.seriesCategoryAxis=function(t){var e=t.categoryAxis,r=e?this.namedCategoryAxes[e]:this.categoryAxis;if(!r)throw new Error("Unable to locate category axis with name "+e);return r},e.prototype.stackableChartOptions=function(t,e){var r=t.stack;return{isStacked:r,isStacked100:r&&"100%"===r.type,clip:e.options.clip}},e.prototype.groupSeriesByCategoryAxis=function(t){for(var e=[],r={},o=0;o<t.length;o++){var i=t[o].categoryAxis||"$$default$$";r.hasOwnProperty(i)||(r[i]=!0,e.push(i))}for(var n=[],a=0;a<e.length;a++){var s=Js(t,e[a],a);0!==s.length&&n.push(s)}return n},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],o=new Sa(this,Object.assign({series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing},this.stackableChartOptions(r,e)));this.appendChart(o,e)}},e.prototype.createRangeBarChart=function(t,e){if(0!==t.length){var r=t[0],o=new Cs(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(o,e)}},e.prototype.createBulletChart=function(t,e){if(0!==t.length){var r=t[0],o=new Wa(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=t[0],o=new oa(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(r,e)));this.appendChart(o,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=t[0],o=new pa(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(r,e)));this.appendChart(o,e)}},e.prototype.createRangeAreaChart=function(t,e){if(0!==t.length){var r=new Is(this,{invertAxes:this.invertAxes,series:t,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createOHLCChart=function(t,e){if(0!==t.length){var r=t[0],o=new Rs(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createCandlestickChart=function(t,e){if(0!==t.length){var r=t[0],o=new ka(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createBoxPlotChart=function(t,e){if(0!==t.length){var r=t[0],o=new Ia(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createWaterfallChart=function(t,e){if(0!==t.length){var r=t[0],o=new Us(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(o,e)}},e.prototype.axisRequiresRounding=function(t,e){for(var r=Sn(this.series,Bi),o=0;o<this.series.length;o++){var i=this.series[o];if(pt(i.type,Ws)){var n=i.line;n&&n.style===ni&&r.push(i)}}for(var a=0;a<r.length;a++){var s=r[a].categoryAxis||"";if(s===t||!s&&0===e)return!0}},e.prototype.aggregatedAxis=function(t,e){for(var r=this.series,o=0;o<r.length;o++){var i=r[o].categoryAxis||"";if((i===t||!i&&0===e)&&r[o].categoryField)return!0}},e.prototype.createCategoryAxesLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e]instanceof $r&&t[e].createLabels()},e.prototype.createCategoryAxes=function(t){for(var e=this,r=this.invertAxes,o=[].concat(this.options.categoryAxis),i=[],n=0;n<o.length;n++){var a=o[n];if(pt(e.findPane(a.pane),t)){var s=a.name,l=a.categories;void 0===l&&(l=[]),a=G({vertical:r,reverse:!r&&e.chartService.rtl,axisCrossingValue:r?b:0},a),wt(a.justified)||(a.justified=e.isJustified()),e.axisRequiresRounding(s,n)&&(a.justified=!1);var u=void 0;if(kn(a,l[0])?(a._forecast=e.trendlineAggregateForecast(),u=new eo(a,e.chartService)):u=new $r(a,e.chartService),o[n].categories=u.options.srcCategories,s){if(e.namedCategoryAxes[s])throw new Error("Category axis with name "+s+" is already defined");e.namedCategoryAxes[s]=u}u.axisIndex=n,i.push(u),e.appendAxis(u)}}var c=this.categoryAxis||i[0];this.categoryAxis=c,r?this.axisY=c:this.axisX=c},e.prototype.isJustified=function(){for(var t=this.series,e=0;e<t.length;e++)if(!pt(t[e].type,Ws))return!1;return!0},e.prototype.createValueAxes=function(t){var e=this,r=this.valueAxisRangeTracker,o=r.query(),i=[].concat(this.options.valueAxis),n=this.invertAxes,a={vertical:!n,reverse:n&&this.chartService.rtl},s=[];this.stack100&&(a.roundToMajorUnit=!1,a.labels={format:"P0"});for(var l=0;l<i.length;l++){var u=i[l];if(pt(e.findPane(u.pane),t)){var c=u.name,p=Cn(u.type,an)?{min:.1,max:1}:{min:0,max:1},h=r.query(c)||o||p;0===l&&h&&o&&(h.min=Math.min(h.min,o.min),h.max=Math.max(h.max,o.max));var f=new(Cn(u.type,an)?go:lo)(h.min,h.max,G({},a,u),e.chartService);if(c){if(e.namedValueAxes[c])throw new Error("Value axis with name "+c+" is already defined");e.namedValueAxes[c]=f}f.axisIndex=l,s.push(f),e.appendAxis(f)}}var d=this.valueAxis||s[0];this.valueAxis=d,n?this.axisX=d:this.axisY=d},e.prototype._dispatchEvent=function(t,e,r){var o=t._eventCoordinates(e),i=new ce(o.x,o.y),n=this.pointPane(i),a=[],s=[];if(n){for(var l=n.axes,u=0;u<l.length;u++){var c=l[u];c.getValue?yn(s,c.getValue(i)):yn(a,c.getCategory(i))}0===a.length&&yn(a,this.categoryAxis.getCategory(i)),a.length>0&&s.length>0&&t.trigger(r,{element:jt(e),originalEvent:e,category:Mn(a),value:Mn(s)})}},e.prototype.pointPane=function(t){for(var e=this.panes,r=0;r<e.length;r++){var o=e[r];if(o.contentBox.containsPoint(t))return o}},e.prototype.updateAxisOptions=function(t,e){Qs(this.options,t,e),Qs(this.originalOptions,t,e)},e}(hs);function Qs(t,e,r){G([].concat(e instanceof $r?t.categoryAxis:t.valueAxis)[e.axisIndex],r)}function Js(t,e,r){return st(t,(function(t){return 0===r&&!t.categoryAxis||t.categoryAxis===e}))}Rt(Zs,{categoryAxis:{},valueAxis:{}}),G(Zs.prototype,ds);const tl=Zs;var el=function(t){function e(){t.call(this),this._points=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._points=[]},e.prototype.show=function(t,e){var r=[].concat(t);this.hide();for(var o=0;o<r.length;o++){var i=r[o];i&&i.toggleHighlight&&i.hasHighlight()&&(this.togglePointHighlight(i,!0,e),this._points.push(i))}},e.prototype.togglePointHighlight=function(t,e,r){var o=(t.options.highlight||{}).toggle;if(o){var i={category:t.category,series:t.series,dataItem:t.dataItem,value:t.value,stackValue:t.stackValue,preventDefault:rl,visual:t.highlightVisual(),show:e};o(i),i._defaultPrevented||t.toggleHighlight(e,r)}else t.toggleHighlight(e,r)},e.prototype.hide=function(){for(var t=this._points;t.length;)this.togglePointHighlight(t.pop(),!1)},e.prototype.isHighlighted=function(t){for(var e=this._points,r=0;r<e.length;r++)if(t===e[r])return!0;return!1},e}(L.Class);function rl(){this._defaultPrevented=!0}const ol=el;function il(t,e){var r=(e||"").toLowerCase(),o=t.event;return"none"===r&&!(o.ctrlKey||o.shiftKey||o.altKey)||o[r+"Key"]}function nl(t){for(var e={},r=0;r<t.length;r++){var o=t[r];o.axis.options.name&&(e[o.axis.options.name]={min:o.range.min,max:o.range.max})}return e}var al=function(t){function e(e,r){t.call(this),this.plotArea=e,this.options=G({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.start=function(t){return this._active=il(t,this.options.key),this._active},e.prototype.move=function(t){if(this._active){var e=this.axisRanges=this._panAxes(t,T).concat(this._panAxes(t,E));if(e.length)return this.axisRanges=e,nl(e)}},e.prototype.end=function(){var t=this._active;return this._active=!1,t},e.prototype.pan=function(){var t=this.plotArea,e=this.axisRanges;if(e.length){for(var r=0;r<e.length;r++){var o=e[r];t.updateAxisOptions(o.axis,o.range)}t.redraw(t.panes)}},e.prototype.destroy=function(){delete this.plotArea},e.prototype._panAxes=function(t,e){var r=this.plotArea,o=-t[e].delta,i=(this.options.lock||"").toLowerCase(),n=[];if(0!==o&&(i||"").toLowerCase()!==e)for(var a=r.axes,s=0;s<a.length;s++){var l=a[s];if(e===T&&!l.options.vertical||e===E&&l.options.vertical){var u=l.pan(o);u&&(u.limitRange=!0,n.push({axis:l,range:u}))}}return n},e}(L.Class);al.prototype.options={key:"none",lock:"none"};const sl=al;var ll=function(t){function e(e,r){t.call(this),this.chart=e,this.options=G({},this.options,r),this.createElement()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElement=function(){var t=this._marquee=document.createElement("div");t.className="k-marquee";var e=document.createElement("div");e.className="k-marquee-color",t.appendChild(e)},e.prototype.removeElement=function(){this._marquee.parentNode&&this._marquee.parentNode.removeChild(this._marquee)},e.prototype.setStyles=function(t){Q(this._marquee,t)},e.prototype.start=function(t){if(il(t,this.options.key)){var e=this.chart,r=e._eventCoordinates(t),o=this._zoomPane=e._plotArea.paneByPoint(r),i=o?o.chartsBox().clone():null;if(o&&i){var n=this._elementOffset();return i.translate(n.left,n.top),this._zoomPaneClipBox=i,document.body.appendChild(this._marquee),this.setStyles({left:t.pageX+1,top:t.pageY+1,width:0,height:0}),!0}}return!1},e.prototype._elementOffset=function(){var t=this.chart.element,e=Q(t,["paddingLeft","paddingTop"]),r=e.paddingLeft,o=e.paddingTop,i=St(t);return{left:r+i.left,top:o+i.top}},e.prototype.move=function(t){this._zoomPane&&this.setStyles(this._selectionPosition(t))},e.prototype.end=function(t){if(this._zoomPane){var e=this._elementOffset(),r=this._selectionPosition(t);r.left-=e.left,r.top-=e.top;var o={x:r.left,y:r.top},i={x:r.left+r.width,y:r.top+r.height};return this._updateAxisRanges(o,i),this.removeElement(),delete this._zoomPane,nl(this.axisRanges)}},e.prototype.zoom=function(){var t=this.axisRanges;if(t&&t.length){for(var e=this.chart._plotArea,r=0;r<t.length;r++){var o=t[r];e.updateAxisOptions(o.axis,o.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){this.removeElement(),delete this._marquee,delete this.chart},e.prototype._updateAxisRanges=function(t,e){for(var r=(this.options.lock||"").toLowerCase(),o=[],i=this._zoomPane.axes,n=0;n<i.length;n++){var a=i[n],s=a.options.vertical;if((r!==T||s)&&(r!==E||!s)&&wt(a.axisIndex)){var l=a.pointsRange(t,e);l&&o.push({axis:a,range:l})}}this.axisRanges=o},e.prototype._selectionPosition=function(t){var e=this._zoomPaneClipBox,r={x:t.x.startLocation,y:t.y.startLocation},o=t.x.location,i=t.y.location,n=(this.options.lock||"").toLowerCase(),a=Math.min(r.x,o),s=Math.min(r.y,i),l=Math.abs(r.x-o),u=Math.abs(r.y-i);return n===T&&(a=e.x1,l=e.width()),n===E&&(s=e.y1,u=e.height()),o>e.x2&&(l=e.x2-r.x),o<e.x1&&(l=r.x-e.x1),i>e.y2&&(u=e.y2-r.y),i<e.y1&&(u=r.y-e.y1),{left:Math.max(a,e.x1),top:Math.max(s,e.y1),width:l,height:u}},e}(L.Class);ll.prototype.options={key:"shift",lock:"none"};const ul=ll;var cl=function(t){function e(e,r){t.call(this),this.chart=e,this.options=G({rate:.3},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.updateRanges=function(t,e){for(var r=(this.options.lock||"").toLowerCase(),o=[],i=this.chart._plotArea.axes,n=0;n<i.length;n++){var a=i[n],s=a.options.vertical;if((r!==T||s)&&(r!==E||!s)&&a.zoomRange){var l=Tt(this.options.rate,.01,.9),u=a.zoomRange(-t*l,e);u&&o.push({axis:a,range:u})}}return this.axisRanges=o,nl(o)},e.prototype.zoom=function(){var t=this.axisRanges,e=this.chart._plotArea;if(t&&t.length&&e.updateAxisOptions){for(var r=0;r<t.length;r++){var o=t[r];e.updateAxisOptions(o.axis,o.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){delete this.chart},e}(L.Class);const pl=cl;var hl=function(t){function e(e,r){t.call(this,e),this.chartService=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.children,e=this.options,r=e.vertical;this.visual=new L.drawing.Layout(null,{spacing:r?0:e.spacing,lineSpacing:r?e.spacing:0,orientation:r?"vertical":"horizontal",reverse:e.rtl,alignItems:r?"start":"center"});for(var o=0;o<t.length;o++){var i=t[o];i.reflow(new fe),i.renderVisual()}},e.prototype.reflow=function(t){this.visual.rect(t.toRect()),this.visual.reflow();var e=this.visual.clippedBBox();this.box=e?Le(e):new fe},e.prototype.renderVisual=function(){this.addVisual()},e.prototype.createVisual=function(){},e}(Ce);const fl=hl;var dl=function(t){function e(e){t.call(this,e),this.createContainer(),e.rtl?(this.createLabel(),this.createMarker()):(this.createMarker(),this.createLabel())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainer=function(){this.container=new De({vertical:!1,wrap:!1,align:s,spacing:this.options.spacing}),this.append(this.container)},e.prototype.createMarker=function(){this.container.append(new Pe(this.markerOptions()))},e.prototype.markerOptions=function(){var t=this.options,e=t.markerColor;return G({},t.markers,{background:e,border:{color:e}})},e.prototype.createLabel=function(){var t=this.options,e=G({},t.labels);this.container.append(new ze(t.text,e))},e.prototype.renderComplete=function(){t.prototype.renderComplete.call(this);var e=this.options.cursor||{},r=this._itemOverlay=L.drawing.Path.fromRect(this.container.box.toRect(),{fill:{color:k,opacity:0},stroke:null,cursor:e.style||e});this.appendVisual(r)},e.prototype.click=function(t,e){var r=this.eventArgs(e);!t.trigger("legendItemClick",r)&&e&&"contextmenu"===e.type&&e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);return t.trigger("legendItemHover",r)||t._legendItemHover(r.seriesIndex,r.pointIndex),!0},e.prototype.out=function(t,e){t._unsetActivePoint(),t.trigger("legendItemLeave",this.eventArgs(e))},e.prototype.eventArgs=function(t){var e=this.options;return{element:jt(t),text:e.text,series:e.series,seriesIndex:e.series.index,pointIndex:e.pointIndex}},e.prototype.renderVisual=function(){var e=this,r=this.options,o=r.visual;o?(this.visual=o({active:r.active,series:r.series,sender:this.getSender(),pointIndex:r.pointIndex,options:{markers:this.markerOptions(),labels:r.labels},createVisual:function(){e.createVisual(),e.renderChildren(),e.renderComplete();var t=e.visual;return delete e.visual,t}}),this.addVisual()):t.prototype.renderVisual.call(this)},e}(Oe);const vl=dl;var gl="horizontal",yl="custom",ml=function(t){function e(e,r){void 0===r&&(r={}),t.call(this,e),this.chartService=r,pt(this.options.position,[A,O,a,m,yl])||(this.options.position=O),this.createContainers(),this.createLegendTitle(e.title),this.createItems()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainers=function(){var t=this.options,e=t.position,r=t.align,o=e,i=s;e===yl?o=m:pt(e,[A,a])?(o="start"===r?m:"end"===r?O:s,i=e):r&&("start"===r?i=A:"end"===r&&(i=a)),this.container=new Oe({margin:t.margin,padding:t.padding,background:t.background,border:t.border,vAlign:i,align:o,zIndex:t.zIndex,shrinkToFit:!0}),this.hasTitle()?this.itemsContainer=new Oe({vAlign:i,align:o,zIndex:t.zIndex,shrinkToFit:!0}):this.itemsContainer=this.container,this.append(this.container)},e.prototype.createItems=function(){var t=this.getService(),e=this.options,r=this.isVertical(),o=new fl({vertical:r,spacing:e.spacing,rtl:t.rtl},t),i=e.items;e.reverse&&(i=i.slice(0).reverse());for(var n=i.length,a=0;a<n;a++){var s=i[a];o.append(new vl(G({},{markers:e.markers,labels:e.labels,rtl:t.rtl},e.item,s)))}o.render(),this.itemsContainer.append(o)},e.prototype.isVertical=function(){var t=this.options,e=t.orientation,r=t.position;return r===yl&&e!==gl||(wt(e)?e!==gl:pt(r,[m,O]))},e.prototype.hasItems=function(){return this.container.children[0].children.length>0},e.prototype.reflow=function(t){var e=this.options,r=t.clone();this.hasItems()?(e.position===yl?(this.containerCustomReflow(r),this.box=r):this.containerReflow(r),this.hasTitle()&&this.title.reflow(new fe(this.container.box.x1,this.title.box.y1,this.container.box.x2,this.title.box.y2))):this.box=r},e.prototype.containerReflow=function(t){var e=this.options,r=this.container,o=e.position,i=e.width,n=e.height,s=o===A||o===a?T:E,l=this.isVertical(),u=t.clone(),c=t.clone();o!==m&&o!==O||(c.y1=u.y1=0),l&&n?(c.y2=c.y1+n,c.align(u,E,r.options.vAlign)):!l&&i&&(c.x2=c.x1+i,c.align(u,T,r.options.align)),r.reflow(c);var p=(c=r.box).clone();(e.offsetX||e.offsetY)&&(c.translate(e.offsetX,e.offsetY),r.reflow(c)),p[s+1]=t[s+1],p[s+2]=t[s+2],this.box=p},e.prototype.containerCustomReflow=function(t){var e=this.options,r=this.container,o=e.offsetX,i=e.offsetY,n=e.width,a=e.height,s=this.isVertical(),l=t.clone();s&&a?l.y2=l.y1+a:!s&&n&&(l.x2=l.x1+n),r.reflow(l),l=r.box,r.reflow(new fe(o,i,o+l.width(),i+l.height()))},e.prototype.renderVisual=function(){this.hasItems()&&t.prototype.renderVisual.call(this)},e.prototype.createLegendTitle=function(t){var e=G({},{color:n,position:A,align:s},t),r=e.text;if(t&&!1!==t.visible){if(wt(e)&&e.visible){var o=ot(e);o?r=o({text:r}):e.format&&(r=this.chartService.format.auto(e.format,r))}this.title=new ze(r,e),this.createTitleLayout(),this.appendTitleLayoutContent()}},e.prototype.createTitleLayout=function(){this.layout=new De({vertical:!0,wrap:!1}),this.container.append(this.layout)},e.prototype.hasTitle=function(){return Boolean(this.options.title&&!1!==this.options.title.visible)},e.prototype.appendTitleLayoutContent=function(){this.options.title.position===a?(this.layout.append(this.itemsContainer),this.layout.append(this.title)):(this.layout.append(this.title),this.layout.append(this.itemsContainer))},e}(Ce);Rt(ml,{position:O,items:[],offsetX:0,offsetY:0,margin:J(5),padding:J(5),border:{color:n,width:0},item:{cursor:"pointer",spacing:6},spacing:6,background:"",zIndex:1,markers:{border:{width:0},width:15,height:3,type:"rect",align:m,vAlign:s}});const bl=ml;var xl=function(t){function e(){t.call(this),this._registry=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){this._registry.push({type:t,seriesTypes:e})},e.prototype.create=function(t,e,r){for(var o,i=this._registry,n=i[0],a=0;a<i.length;a++){var s=i[a];o=Sn(t,s.seriesTypes);var l=Sn(t,Fi);if(o.length-l.length>0){n=s;break}}return new n.type(o,e,r)},e}(L.Class);xl.current=new xl;const _l=xl;function Cl(t){var e=document.createElement("div");return t&&(e.className=t),e}function wl(t){for(var e=t;e&&!lt(e,"k-handle");)e=e.parentNode;return e}var Ol=function(t){function e(e,r,o,i){t.call(this);var n=e.element;this.options=G({},this.options,o),this.chart=e,this.observer=i,this.chartElement=n,this.categoryAxis=r,this._dateAxis=this.categoryAxis instanceof eo,this.initOptions(),this.visible=this.options.visible&&n.offsetHeight,this.visible&&(this.createElements(),this.set(this._index(this.options.from),this._index(this.options.to)),this.bindEvents())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onPane=function(t){return this.categoryAxis.pane===t},e.prototype.createElements=function(){var t=this.options,e=this.wrapper=Cl("k-selector k-pointer-events-none");Q(e,{top:t.offset.top,left:t.offset.left,width:t.width,height:t.height,direction:"ltr"});var r=this.selection=Cl("k-selection k-pointer-events-none");this.leftMask=Cl("k-mask k-pointer-events-none"),this.rightMask=Cl("k-mask k-pointer-events-none"),e.appendChild(this.leftMask),e.appendChild(this.rightMask),e.appendChild(r);var o=this.body=Cl("k-selection-bg k-pointer-events-none");r.appendChild(o);var i=this.leftHandle=Cl("k-handle k-left-handle k-pointer-events-auto"),n=this.rightHandle=Cl("k-handle k-right-handle k-pointer-events-auto");i.appendChild(Cl()),n.appendChild(Cl()),r.appendChild(i),r.appendChild(n),this.chartElement.appendChild(e);var a=Q(r,["borderLeftWidth","borderRightWidth","height"]),s=Q(i,"height").height,l=Q(n,"height").height;t.selection={border:{left:a.borderLeftWidth,right:a.borderRightWidth}},Q(i,{top:(a.height-s)/2}),Q(n,{top:(a.height-l)/2}),e.style.cssText=e.style.cssText},e.prototype.bindEvents=function(){var t;!1!==this.options.mousewheel&&(this._mousewheelHandler=this._mousewheel.bind(this),Ct(this.chartElement,((t={})[cn]=this._mousewheelHandler,t))),this._domEvents=sr.create(this.chartElement,{stopPropagation:!0,start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),press:this._press.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)})},e.prototype.initOptions=function(){var t=this.options,e=this.categoryAxis.pane.chartsBox(),r=this.chart.chartService.intl;this._dateAxis&&G(t,{min:Hr(r,t.min),max:Hr(r,t.max),from:Hr(r,t.from),to:Hr(r,t.to)});var o=Q(this.chartElement,["paddingLeft","paddingTop"]),i=o.paddingLeft,n=o.paddingTop;this.options=G({},{width:e.width(),height:e.height()+.1,padding:{left:i,top:n},offset:{left:e.x1+i,top:e.y1+n},from:t.min,to:t.max},t)},e.prototype.destroy=function(){var t;this._domEvents&&(this._domEvents.destroy(),delete this._domEvents),clearTimeout(this._mwTimeout),this._state=null,this.wrapper&&(this._mousewheelHandler&&(It(this.chartElement,((t={})[cn]=this._mousewheelHandler,t)),this._mousewheelHandler=null),this.chartElement.removeChild(this.wrapper),this.wrapper=null)},e.prototype._rangeEventArgs=function(t){return{axis:this.categoryAxis.options,from:this._value(t.from),to:this._value(t.to)}},e.prototype._pointInPane=function(t,e){var r=this.categoryAxis.pane.box,o=this.chart._toModelCoordinates(t,e);return r.containsPoint(o)},e.prototype._start=function(t){var e=this.options,r=jt(t);if(!this._state&&r){var o=At(t);if(this._pointInPane(o.x,o.y)){var i=wl(r),n=this.body.getBoundingClientRect(),a=!i&&o.x>=n.x&&o.x<=n.x+n.width&&o.y>=n.y&&o.y<=n.y+n.height;this.chart._unsetActivePoint(),this._state={moveTarget:i,startLocation:t.x?t.x.location:0,inBody:a,range:{from:this._index(e.from),to:this._index(e.to)}};var s=this._rangeEventArgs({from:this._index(e.from),to:this._index(e.to)});this.trigger(tn,s)&&(this._state=null)}}},e.prototype._press=function(t){var e;(e=this._state?this._state.moveTarget:wl(jt(t)))&&V(e,"k-handle-active")},e.prototype._move=function(t){if(this._state){var e=this,r=e._state,o=e.options,i=e.categoryAxis,n=r.range,a=r.moveTarget,s=i.options.reverse,l=this._index(o.from),u=this._index(o.to),c=this._index(o.min),p=this._index(o.max),h=r.startLocation-t.x.location,f=n.from,d=n.to,v=n.to-n.from,g=Q(this.wrapper,"width").width/(i.categoriesCount()-1),y=Math.round(h/g)*(s?-1:1);if(a||r.inBody){var m=a&&lt(a,"k-left-handle"),b=a&&lt(a,"k-right-handle");r.inBody?(n.from=Math.min(Math.max(c,l-y),p-v),n.to=Math.min(n.from+v,p)):m&&!s||b&&s?(n.from=Math.min(Math.max(c,l-y),p-1),n.to=Math.max(n.from+1,n.to)):(m&&s||b&&!s)&&(n.to=Math.min(Math.max(c+1,u-y),p),n.from=Math.min(n.to-1,n.from)),n.from===f&&n.to===d||(this.move(n.from,n.to),this.trigger(en,this._rangeEventArgs(n)))}}},e.prototype._end=function(){if(this._state){var t=this._state.moveTarget;t&&N(t,"k-handle-active");var e=this._state.range;this.set(e.from,e.to),this.trigger(rn,this._rangeEventArgs(e)),delete this._state}},e.prototype._tap=function(t){var e=this.options,r=this.categoryAxis,o=this.chart._eventCoordinates(t),i=r.pointCategoryIndex(new ce(o.x,r.box.y1)),n=this._index(e.from),a=this._index(e.to),s=this._index(e.min),l=this._index(e.max),u=a-n,c=n+u/2,p={},h=3===t.event.which,f=Math.round(c-i);this._state||h||(this.chart._unsetActivePoint(),r.options.justified||f--,p.from=Math.min(Math.max(s,n-f),l-u),p.to=Math.min(p.from+u,l),this._start(t),this._state&&(this._state.range=p,this.trigger(en,this._rangeEventArgs(p)),this._end()))},e.prototype._mousewheel=function(t){var e=this,r=bt(t);if(this._start(t),this._state){var o=this._state.range;t.preventDefault(),t.stopPropagation(),Math.abs(r)>1&&(r*=3),this.options.mousewheel.reverse&&(r*=-1),this.expand(r)&&this.trigger(en,{axis:this.categoryAxis.options,delta:r,originalEvent:t,from:this._value(o.from),to:this._value(o.to)}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._end()}),150)}},e.prototype._gesturestart=function(t){var e=this.options,r=t.touches[0];if(this._pointInPane(r.pageX,r.pageY)){this._state={range:{from:this._index(e.from),to:this._index(e.to)}};var o=this._rangeEventArgs(this._state.range);this.trigger(tn,o)?this._state=null:t.preventDefault()}},e.prototype._gestureend=function(){this._state&&(this.trigger(rn,this._rangeEventArgs(this._state.range)),delete this._state)},e.prototype._gesturechange=function(t){if(this._state){var e=this,r=e.chart,o=e._state,i=e.options,n=e.categoryAxis,a=o.range,s=r._toModelCoordinates(t.touches[0].x.location).x,l=r._toModelCoordinates(t.touches[1].x.location).x,u=Math.min(s,l),c=Math.max(s,l);t.preventDefault(),a.from=n.pointCategoryIndex(new ce(u))||i.min,a.to=n.pointCategoryIndex(new ce(c))||i.max,this.move(a.from,a.to),this.trigger(en,this._rangeEventArgs(a))}},e.prototype._index=function(t){var e=t;return t instanceof Date&&(e=this.categoryAxis.categoryIndex(t)),e},e.prototype._value=function(t){var e=t;return this._dateAxis&&(e=this.categoryAxis.categoryAt(t))>this.options.max&&(e=this.options.max),e},e.prototype._slot=function(t){var e=this.categoryAxis,r=this._index(t);return e.getSlot(r,r,!0)},e.prototype.move=function(t,e){var r=this.options,o=this.categoryAxis.options.reverse,i=r.offset,n=r.padding,a=r.selection.border,s=o?e:t,l=o?t:e,u="x"+(o?2:1),c=this._slot(s),p=Vt(c[u]-i.left+n.left);Q(this.leftMask,{width:p}),Q(this.selection,{left:p}),c=this._slot(l);var h=Vt(r.width-(c[u]-i.left+n.left));Q(this.rightMask,{width:h});var f=r.width-h;f!==r.width&&(f+=a.right),Q(this.rightMask,{left:f}),Q(this.selection,{width:Math.max(r.width-(p+h)-a.right,0)})},e.prototype.set=function(t,e){var r=this.options,o=this._index(r.min),i=this._index(r.max),n=Tt(this._index(t),o,i),a=Tt(this._index(e),n+1,i);r.visible&&this.move(n,a),r.from=this._value(n),r.to=this._value(a)},e.prototype.expand=function(t){var e=this.options,r=this._index(e.min),o=this._index(e.max),i=e.mousewheel.zoom,n=this._index(e.from),a=this._index(e.to),s={from:n,to:a},l=G({},s);if(this._state&&(s=this._state.range),i!==O&&(s.from=Tt(Tt(n-t,0,a-1),r,o)),i!==m&&(s.to=Tt(Tt(a+t,s.from+1,o),r,o)),s.from!==l.from||s.to!==l.to)return this.set(s.from,s.to),!0},e.prototype.zoom=function(t,e){var r=this.options,o=this._index(r.min),i=this._index(r.max),n=this._index(r.from),a=this._index(r.to),s={from:n,to:a},l=G({},s),u=this.categoryAxis.options.reverse,c=T+(u?"2":"1"),p=this.categoryAxis.lineBox(),h=Math.abs(p[c]-e[T]),f=p.width(),d=Vt(h/f,2),v=Vt(d*t),g=Vt((1-d)*t);if(this._state&&(s=this._state.range),s.from=Tt(Tt(n-v,0,a-1),o,i),s.to=Tt(Tt(a+g,s.from+1,i),o,i),s.from!==l.from||s.to!==l.to)return this.set(s.from,s.to),!0},e.prototype.trigger=function(t,e){return(this.observer||this.chart).trigger(t,e)},e}(L.Class);Rt(Ol,{visible:!0,mousewheel:{zoom:"both"},min:x,max:b});const Sl=Ol;var Pl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.show=function(e){if(e&&e.tooltipAnchor&&(!this._current||this._current!==e)){var r=G({},this.options,e.options.tooltip),o=e.tooltipAnchor();o?(this._current=e,t.prototype.show.call(this,{point:e,anchor:o},r,e)):this.hide()}},e.prototype.hide=function(){delete this._current,t.prototype.hide.call(this)},e}(Za);const Al=Pl;var jl=function(t){function e(e,r){t.call(this,e.chartService,r),this.plotArea=e,this.formatService=e.chartService.format}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t,e){var r=st(t,(function(t){var e=t.series.tooltip;return!(e&&!1===e.visible)}));if(r.length>0){var o=r[0],i=this.plotArea.categoryAxis.getSlot(o.categoryIx),n=e?this._slotAnchor(e,i):this._defaultAnchor(o,i);this.show({anchor:n,shared:!0,points:t,category:o.category,categoryText:this.formatService.auto(this.options.categoryFormat,o.category),series:this.plotArea.series},this.options)}},e.prototype._slotAnchor=function(t,e){return this.plotArea.categoryAxis.options.vertical||(t.x=e.center().x),{point:t,align:{horizontal:"left",vertical:"center"}}},e.prototype._defaultAnchor=function(t,e){var r=t.owner.pane.chartsBox(),o=this.plotArea.categoryAxis.options.vertical,i=r.center(),n=e.center();return{point:o?new ce(i.x,n.y):new ce(n.x,i.y),align:{horizontal:"center",vertical:"center"}}},e}(Za);Rt(jl,{categoryFormat:"{0:d}"});const kl=jl;var Ml=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.element,e=this.options;if(t.bbox()){this.origin=e.origin;var r=e.vertical?E:T,o=this.fromScale=new L.geometry.Point(1,1);o[r]=Zo,t.transform(L.geometry.transform().scale(o.x,o.y))}else this.abort()},e.prototype.step=function(t){var e=ht(this.fromScale.x,1,t),r=ht(this.fromScale.y,1,t);this.element.transform(L.geometry.transform().scale(e,r,this.origin))},e.prototype.abort=function(){t.prototype.abort.call(this),this.element.transform(null)},e}(L.drawing.Animation);Rt(Ml,{duration:Yo}),L.drawing.AnimationFactory.current.register(si,Ml);var Tl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.center=this.element.bbox().center();this.element.transform(L.geometry.transform().scale(Zo,Zo,t))},e.prototype.step=function(t){this.element.transform(L.geometry.transform().scale(t,t,this.center))},e}(L.drawing.Animation);Rt(Tl,{easing:"easeOutElastic"}),L.drawing.AnimationFactory.current.register(ui,Tl);var El=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.fadeTo=this.element.opacity(),this.element.opacity(0)},e.prototype.step=function(t){this.element.opacity(t*this.fadeTo)},e}(L.drawing.Animation);Rt(El,{duration:200,easing:"linear"}),L.drawing.AnimationFactory.current.register(Wo,El);var Dl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.element.transform(L.geometry.transform().scale(Zo,Zo,this.options.center))},e.prototype.step=function(t){this.element.transform(L.geometry.transform().scale(t,t,this.options.center))},e}(L.drawing.Animation);Rt(Dl,{easing:"easeOutElastic",duration:Yo}),L.drawing.AnimationFactory.current.register(xi,Dl);const Vl=Dl;var Il=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.createSegment=function(t,e,r){return new(e.style===ii?qn:Un)(t,e,r)},e.prototype.animationPoints=function(){return t.prototype.animationPoints.call(this).concat(this._segments)},e.prototype.createMissingValue=function(t,e){if(e===ti){var r={x:t.x,y:t.y};return jn(r.x)||(r.x=0),jn(r.y)||(r.y=0),r}},e}(Ra);G(Il.prototype,Qn);const Nl=Il,Ll=function(t){return function(e){var r=e.valueFields;return{xValue:r.x,yValue:r[t]}}};var Bl={};Bl[Ri]=function(t){var e=t.options,r=function(t){var e=t.options,r=Xs((0,t.seriesValues)(),Ll(e.field)),o=r.slope,i=r.intercept,n=r.count,a=r.xMin,s=r.xMax;if(n>0){var l=[],u=(e.trendline||{}).forecast;u&&(u.before>0&&(a-=u.before),u.after>0&&(s+=u.after));var c=(e.trendline||{}).samplingInterval,p=Nt(c,ue(a,s)/10);c<=0&&(p=s-a);for(var h=a;h<=s;h+=p)l.push([h,o*h+i]);return l}return null}({seriesValues:t.seriesValues,options:e});return r?Object.assign({},e,{type:"scatterLine",data:r}):null},Bl[zi]=function(t){var e=t.options,r=function(t){var e=t.options,r=t.seriesValues,o=(e.trendline||{}).period||2,i=$s(r({before:o,after:o}),Ll(e.field),o);return i.length>0?i:null}(t);return r?Object.assign({},e,{type:"scatterLine",data:r}):null};const Rl=Bl;var zl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={},this.xAxisRangeTracker=new fa,this.yAxisRangeTracker=new fa},e.prototype.render=function(t){var e=this;void 0===t&&(t=this.panes),this.series=[].concat(this.originalSeries),this.createTrendlineSeries();for(var r=this.groupSeriesByPane(),o=0;o<t.length;o++){var i=t[o],n=r[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);a&&(e.createScatterChart(Sn(a,Mi),i),e.createScatterLineChart(Sn(a,Ti),i),e.createBubbleChart(Sn(a,ui),i))}this.createAxes(t)},e.prototype.appendChart=function(e,r){this.xAxisRangeTracker.update(e.xAxisRanges),this.yAxisRangeTracker.update(e.yAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?(this.yAxisRangeTracker.reset(r),delete this.namedYAxes[r]):(this.xAxisRangeTracker.reset(r),delete this.namedXAxes[r]),e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,o=st([].concat(e.xAxis),(function(t){return t.name===r}))[0],i=t.yAxis,n=st([].concat(e.yAxis),(function(t){return t.name===i}))[0],a=(e.panes||[{}])[0].name||"default";return(o||{}).pane||(n||{}).pane||a},e.prototype.createScatterChart=function(t,e){t.length>0&&this.appendChart(new Ra(this,{series:t,clip:e.options.clip}),e)},e.prototype.createScatterLineChart=function(t,e){t.length>0&&this.appendChart(new Nl(this,{series:t,clip:e.options.clip}),e)},e.prototype.createBubbleChart=function(t,e){t.length>0&&this.appendChart(new Ua(this,{series:t,clip:e.options.clip}),e)},e.prototype.createXYAxis=function(t,e,r){for(var o,i=t.name,n=e?this.namedYAxes:this.namedXAxes,a=e?this.yAxisRangeTracker:this.xAxisRangeTracker,s=G({reverse:!e&&this.chartService.rtl},t,{vertical:e}),l=Cn(s.type,an),u=a.query(),c=l?{min:.1,max:1}:{min:0,max:1},h=a.query(i)||u||c,f=[s.min,s.max],d=this.series,v=0;v<d.length;v++){var g=d[v],y=g[e?"yAxis":"xAxis"];if(y===s.name||0===r&&!y){var m=Ho.current.bindPoint(g,0).valueFields;f.push(m[e?"y":"x"]);break}}0===r&&u&&(h.min=Math.min(h.min,u.min),h.max=Math.max(h.max,u.max));for(var b=0;b<f.length;b++)if(f[b]instanceof Date){o=!0;break}var x=new(Cn(s.type,p)||!s.type&&o?co:l?go:lo)(h.min,h.max,s,this.chartService);if(x.axisIndex=r,i){if(n[i])throw new Error((e?"Y":"X")+" axis with name "+i+" is already defined");n[i]=x}return this.appendAxis(x),x},e.prototype.createAxes=function(t){for(var e=this,r=this.options,o=[].concat(r.xAxis),i=[],n=[].concat(r.yAxis),a=[],s=0;s<o.length;s++)pt(e.findPane(o[s].pane),t)&&i.push(e.createXYAxis(o[s],!1,s));for(var l=0;l<n.length;l++)pt(e.findPane(n[l].pane),t)&&a.push(e.createXYAxis(n[l],!0,l));this.axisX=this.axisX||i[0],this.axisY=this.axisY||a[0]},e.prototype._dispatchEvent=function(t,e,r){for(var o=t._eventCoordinates(e),i=new ce(o.x,o.y),n=this.axes,a=n.length,s=[],l=[],u=0;u<a;u++){var c=n[u],p=c.options.vertical?l:s,h=c.getValue(i);null!==h&&p.push(h)}s.length>0&&l.length>0&&t.trigger(r,{element:jt(e),originalEvent:e,x:Mn(s),y:Mn(l)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,o=this.groupAxes(this.panes),i=(r?o.y:o.x).indexOf(t);Fl(this.options,i,r,e),Fl(this.originalOptions,i,r,e)},e.prototype.trendlineFactory=function(t,e){var r=this.seriesValues.bind(this,e.index),o=Ks(Rl,t.type,{options:t,seriesValues:r});return o&&(o.xAxis=e.xAxis,o.yAxis=e.yAxis),o},e.prototype.seriesValues=function(t){for(var e=[],r=this.series[t],o=0;o<r.data.length;o++){var i=this.bindPoint(r,o);e.push({pointIx:o,valueFields:i.valueFields})}return e},e}(hs);function Fl(t,e,r,o){G([].concat(r?t.yAxis:t.xAxis)[e],o)}Rt(zl,{xAxis:{},yAxis:{}}),G(zl.prototype,ds);const Hl=zl;var Ul=function(t){function e(e,r,o){t.call(this,o),this.value=e,this.sector=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options.labels,e=this.owner.chartService,r=this.value;if(!this._rendered&&!1!==this.visible){this._rendered=!0;var o=ot(t),i=this.pointData();if(o?r=o(i):t.format&&(r=e.format.auto(t.format,r)),t.visible&&(r||0===r)){if(t.position===s||t.position===ln)t.color||(t.color=Jt(this.options.color)),t.background||(t.background=this.options.color);else{var n=e.theme.seriesDefaults.labels;t.color=t.color||n.color,t.background=t.background||n.background}this.label=new ze(r,G({},t,{align:s,vAlign:"",animation:{type:Wo,delay:this.animationDelay}}),i),this.append(this.label)}}},e.prototype.reflow=function(t){this.render(),this.box=t,this.reflowLabel()},e.prototype.reflowLabel=function(){var t=this.options.labels,e=this.label,r=this.sector.clone(),o=t.distance,i=r.middle();if(e){var n,a=e.box.height(),l=e.box.width();if(t.position===s)r.radius=Math.abs((r.radius-a)/2)+a,n=r.point(i),e.reflow(new fe(n.x,n.y-a/2,n.x,n.y));else if(t.position===ln)r.radius=r.radius-a/2,n=r.point(i),e.reflow(new fe(n.x,n.y-a/2,n.x,n.y));else{var u;(n=r.clone().expand(o).point(i)).x>=r.center.x?(u=n.x+l,e.orientation=O):(u=n.x-l,e.orientation=m),e.reflow(new fe(u,n.y-a,n.x,n.y))}}},e.prototype.createVisual=function(){var e=this,r=this.sector,o=this.options;if(t.prototype.createVisual.call(this),this.value)if(o.visual){var i=(r.startAngle+180)%360,n=o.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,center:new L.geometry.Point(r.center.x,r.center.y),radius:r.radius,innerRadius:r.innerRadius,startAngle:i,endAngle:i+r.angle,options:o,sender:this.getSender(),createVisual:function(){var t=new L.drawing.Group;return e.createSegmentVisual(t),t}});n&&this.visual.append(n)}else this.createSegmentVisual(this.visual)},e.prototype.createSegmentVisual=function(t){var e=this.sector,r=this.options,o=r.border||{},i=o.width>0?{stroke:{color:o.color,width:o.width,opacity:o.opacity,dashType:o.dashType}}:{},n=r.color,a={color:n,opacity:r.opacity},s=this.createSegment(e,G({fill:a,stroke:{opacity:r.opacity},zIndex:r.zIndex},i));t.append(s),An(r)&&t.append(this.createGradientOverlay(s,{baseColor:n,fallbackFill:a},G({center:[e.center.x,e.center.y],innerRadius:e.innerRadius,radius:e.radius,userSpace:!0},r.overlay)))},e.prototype.createSegment=function(t,e){return e.singleSegment?new L.drawing.Circle(new L.geometry.Circle(new L.geometry.Point(t.center.x,t.center.y),t.radius),e):xe.current.createRing(t,e)},e.prototype.createAnimation=function(){var e=this.options,r=this.sector.center;G(e,{animation:{center:[r.x,r.y],delay:this.animationDelay}}),t.prototype.createAnimation.call(this)},e.prototype.createHighlight=function(t){var e=this.options.highlight||{},r=e.border||{};return this.createSegment(this.sector,G({},t,{fill:{color:e.color,opacity:e.opacity},stroke:{opacity:r.opacity,width:r.width,color:r.color}}))},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=this.sector;return{options:this.options,radius:t.radius,innerRadius:t.innerRadius,center:new L.geometry.Point(t.center.x,t.center.y),startAngle:t.startAngle,endAngle:t.angle+t.startAngle,visual:this.visual}},e.prototype.tooltipAnchor=function(){var t,e,r,o,i=this.sector.clone().expand(5),n=i.middle();return{point:i.point(n),align:(t=n+180,e=Dt(t),r=Vt(Math.sin(e),f),o=Vt(Math.cos(e),f),{horizontal:Math.abs(r)>Xl?s:o<0?O:m,vertical:Math.abs(r)<Kl?s:r<0?a:A})}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series,percentage:this.percentage}},e}(Ce),Kl=Vt(Dt(30),f),Xl=Vt(Dt(60),f);Rt(Ul,{color:k,overlay:{gradient:"roundedBevel"},border:{width:.5},labels:{visible:!1,distance:35,font:h,margin:J(.5),align:l,zIndex:1,position:un},animation:{type:xi},highlight:{visible:!0,border:{width:1}},visible:!0}),G(Ul.prototype,Bn);const $l=Ul,Gl={createLegendItem:function(t,e,r){var o=this.options.legend||{},i=o.labels||{},n=o.inactiveItems||{},a=n.labels||{};if(r&&!1!==r.visibleInLegend){var s,l,u=!1!==r.visible,c=u?ot(i):ot(a)||ot(i),p=r.category;c&&(p=c({text:p,series:r.series,dataItem:r.dataItem,percentage:r.percentage,value:t})),u?(s={},l=e.color):(s={color:a.color,font:a.font},l=(n.markers||{}).color),jn(p)&&""!==p&&this.legendItems.push({active:u,pointIndex:r.index,text:p,series:r.series,markerColor:l,labels:s})}}};var Yl=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.points=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.traverseDataPoints=function(t){var e=this.options,r=this.plotArea.options.seriesColors;void 0===r&&(r=[]);for(var o=r.length,i=e.series,n=i.length,a=0;a<n;a++){var l=i[a],u=l.data,c=xn(l),p=c.total,h=c.points,f=c.count,d=360/p,v=void 0;isFinite(d)||(v=360/f);var g=void 0;g=wt(l.startAngle)?l.startAngle:e.startAngle,a!==n-1&&l.labels.position===un&&(l.labels.position=s);for(var y=0;y<h.length;y++){var m=h[y];if(m){var b=m.fields,x=m.value,_=m.visible,C=0!==x?v||x*d:0,w=1!==u.length&&Boolean(b.explode);U(l.color)||(l.color=b.color||r[y%o]),t(x,new ge(null,0,0,g,C),{owner:this,category:wt(b.category)?b.category:"",index:y,series:l,seriesIx:a,dataItem:u[y],percentage:0!==p?x/p:0,explode:w,visibleInLegend:b.visibleInLegend,visible:_,zIndex:n-a,animationDelay:this.animationDelay(y,a,n)}),!1!==_&&(g+=C)}}}},e.prototype.evalSegmentOptions=function(t,e,r){var o=r.series;On(t,{value:e,series:o,dataItem:r.dataItem,category:r.category,percentage:r.percentage},{defaults:o._defaults,excluded:["data","content","template","visual","toggle"]})},e.prototype.addValue=function(t,e,r){var o=G({},r.series,{index:r.index});if(this.evalSegmentOptions(o,t,r),this.createLegendItem(t,o,r),!1!==r.visible){var i=new $l(t,e,o);Object.assign(i,r),this.append(i),this.points.push(i)}},e.prototype.reflow=function(t){var e=this,r=e.options,o=e.points,i=e.seriesConfigs;void 0===i&&(i=[]);var n=o.length,a=t.clone(),s=Math.min(a.width(),a.height()),l=s/2,u=s-.85*s,c=new fe(a.x1,a.y1,a.x1+s,a.y1+s),p=c.center(),h=a.center(),f=r.series.length,d=[],v=[],g=Nt(r.padding,u);this.targetBox=t,g=g>l-5?l-5:g,c.translate(h.x-p.x,h.y-p.y);for(var y=l-g,m=new ce(y+c.x1+g,y+c.y1+g),b=0;b<n;b++){var x=o[b],_=x.sector,C=x.seriesIx;if(_.radius=y,_.center=m,i.length){var w=i[C];_.innerRadius=w.innerRadius,_.radius=w.radius}C===f-1&&x.explode&&(_.center=_.clone().setRadius(.15*_.radius).point(_.middle())),x.reflow(c);var S=x.label;S&&S.options.position===un&&C===f-1&&(S.orientation===O?v.push(S):d.push(S))}d.length>0&&(d.sort(this.labelComparator(!0)),this.leftLabelsReflow(d)),v.length>0&&(v.sort(this.labelComparator(!1)),this.rightLabelsReflow(v)),this.box=c},e.prototype.leftLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.rightLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.distanceBetweenLabels=function(t){var e=Mt(this.points),r=e.sector,o=t.length-1,i=r.radius+e.options.labels.distance,n=[],a=t[0].box,s=Vt(a.y1-(r.center.y-i-a.height()-a.height()/2));n.push(s);for(var l=0;l<o;l++){var u=t[l+1].box;a=t[l].box,s=Vt(u.y1-a.y2),n.push(s)}return s=Vt(r.center.y+i-t[o].box.y2-t[o].box.height()/2),n.push(s),n},e.prototype.distributeLabels=function(t,e){for(var r,o,i,n=t.length,a=0;a<n;a++)for(i=-t[a],r=o=a;i>0&&(r>=0||o<n);)i=this._takeDistance(t,a,--r,i),i=this._takeDistance(t,a,++o,i);this.reflowLabels(t,e)},e.prototype._takeDistance=function(t,e,r,o){var i=o;if(t[r]>0){var n=Math.min(t[r],i);i-=n,t[r]-=n,t[e]+=n}return i},e.prototype.reflowLabels=function(t,e){var r,o=Mt(this.points),i=o.sector,n=o.options.labels,a=e.length,s=n.distance,u=i.center.y-(i.radius+s)-e[0].box.height();t[0]+=2;for(var c=0;c<a;c++){var p=e[c],h=p.box;u+=t[c],r=this.hAlignLabel(h.x2,i.clone().expand(s),u,u+h.height(),p.orientation===O),p.orientation===O?(n.align!==l&&(r=i.radius+i.center.x+s),p.reflow(new fe(r+h.width(),u,r,u))):(n.align!==l&&(r=i.center.x-i.radius-s),p.reflow(new fe(r-h.width(),u,r,u))),u+=h.height()}},e.prototype.createVisual=function(){var e=this,r=this.options.connectors,o=this.points,i=o.length;t.prototype.createVisual.call(this),this._connectorLines=[];for(var n=0;n<i;n++){var a=o[n],s=a.sector,l=a.label,u=s.middle(),c=(a.options.connectors||{}).color||r.color;if(l){var p=new L.drawing.Path({stroke:{color:c,width:r.width},animation:{type:Wo,delay:a.animationDelay}});if(l.options.position===un){var h=l.box,f=s.center,d=s.point(u),v=new ce(h.x1,h.center().y),g=void 0,y=void 0,m=void 0;d=s.clone().expand(r.padding).point(u),p.moveTo(d.x,d.y),l.orientation===O?(m=Wl(f,d,v,y=new ce(h.x1-r.padding,h.center().y)),v=new ce(y.x-4,y.y),(m=m||v).x=Math.min(m.x,v.x),e.pointInCircle(m,s.center,s.radius+4)||m.x<s.center.x?(g=s.center.x+s.radius+4,a.options.labels.align!==hi?g<v.x?p.lineTo(g,d.y):p.lineTo(d.x+8,d.y):p.lineTo(g,d.y),p.lineTo(v.x,y.y)):(m.y=y.y,p.lineTo(m.x,m.y))):(m=Wl(f,d,v,y=new ce(h.x2+r.padding,h.center().y)),v=new ce(y.x+4,y.y),(m=m||v).x=Math.max(m.x,v.x),e.pointInCircle(m,s.center,s.radius+4)||m.x>s.center.x?(g=s.center.x-s.radius-4,a.options.labels.align!==hi?g>v.x?p.lineTo(g,d.y):p.lineTo(d.x-8,d.y):p.lineTo(g,d.y),p.lineTo(v.x,y.y)):(m.y=y.y,p.lineTo(m.x,m.y))),p.lineTo(y.x,y.y),e._connectorLines.push(p),e.visual.append(p)}}}},e.prototype.renderVisual=function(){if(t.prototype.renderVisual.call(this),Yt(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,r=this.box.center(),o=this.visual.bbox();if(!o)return;var i=o.bottomRight(),n=Math.min((r.y-e.y1)/(r.y-o.origin.y),(e.y2-r.y)/(i.y-r.y),(r.x-e.x1)/(r.x-o.origin.x),(e.x2-r.x)/(i.x-r.x));n<1&&this.visual.transform(L.geometry.transform().scale(n,n,[r.x,r.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,r){return((t.parent.sector.middle()+270)%360-(r.parent.sector.middle()+270)%360)*e}},e.prototype.hAlignLabel=function(t,e,r,o,i){var n=e.radius,a=e.center,s=a.x,l=a.y,u=Math.min(Math.abs(l-r),Math.abs(l-o));return u>n?t:s+Math.sqrt(n*n-u*u)*(i?1:-1)},e.prototype.pointInCircle=function(t,e,r){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<Math.pow(r,2)},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.animationDelay=function(t){return 70*t},e.prototype.stackRoot=function(){return this},e}(Ce);function Wl(t,e,r,o){var i,n=(o.x-r.x)*(t.y-r.y)-(o.y-r.y)*(t.x-r.x),a=(o.y-r.y)*(e.x-t.x)-(o.x-r.x)*(e.y-t.y);if(0!==a){var s=n/a;i=new ce(t.x+s*(e.x-t.x),t.y+s*(e.y-t.y))}return i}Rt(Yl,{startAngle:90,connectors:{width:2,color:"#939393",padding:8},inactiveItems:{markers:{},labels:{}}}),G(Yl.prototype,Gl),Yl.prototype.isStackRoot=!0;const ql=Yl;var Zl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createPieChart(this.series)},e.prototype.createPieChart=function(t){var e=t[0],r=new ql(this,{series:t,padding:e.padding,startAngle:e.startAngle,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),_t(this.options.legend.items,e.legendItems)},e}(hs);const Ql=Zl;var Jl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowLabel=function(){var e=this.options.labels,r=this.label,o=this.sector.clone(),i=o.middle();if(r){var n=r.box.height();if(e.position===s){o.radius-=(o.radius-o.innerRadius)/2;var a=o.point(i);r.reflow(new fe(a.x,a.y-n/2,a.x,a.y))}else t.prototype.reflowLabel.call(this)}},e.prototype.createSegment=function(t,e){return xe.current.createRing(t,e)},e}($l);Rt(Jl,{overlay:{gradient:"roundedGlass"},labels:{position:s},animation:{type:xi}}),G(Jl.prototype,Bn);const tu=Jl;var eu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e,r){var o=G({},r.series,{index:r.index});if(this.evalSegmentOptions(o,t,r),this.createLegendItem(t,o,r),!1!==r.visible){var i=new tu(t,e,o);Object.assign(i,r),this.append(i),this.points.push(i)}},e.prototype.reflow=function(e){for(var r,o=this.options,i=e.clone(),n=Math.min(i.width(),i.height()),a=n/2,s=n-.85*n,l=o.series,u=l.length,c=Nt(o.padding,s),p=a-(c=c>a-5?a-5:c),h=0,f=0;f<u;f++){var d=l[f];0===f&&wt(d.holeSize)&&(r=d.holeSize,p-=d.holeSize),wt(d.size)?p-=d.size:h++,wt(d.margin)&&f!==u-1&&(p-=d.margin)}wt(r)||(p-=r=(a-c)/(u+.75)*.75);var v,g=r,y=0;this.seriesConfigs=[];for(var m=0;m<u;m++){var b=l[m];v=(g+=y)+Nt(b.size,p/h),this.seriesConfigs.push({innerRadius:g,radius:v}),y=b.margin||0,g=v}t.prototype.reflow.call(this,e)},e.prototype.animationDelay=function(t,e,r){return 50*t+Yo*(e+1)/(r+1)},e}(ql);Rt(eu,{startAngle:90,connectors:{width:2,color:"#939393",padding:8}});const ru=eu;var ou=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createDonutChart(this.series)},e.prototype.createDonutChart=function(t){var e=t[0],r=new ru(this,{series:t,padding:e.padding,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e}(Ql);const iu=ou;var nu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.valueAxisRangeTracker=new fa},e.prototype.render=function(){this.addToLegend(this.series),this.createPolarAxis(),this.createCharts(),this.createValueAxis()},e.prototype.alignAxes=function(){var t=this.valueAxis,e=t.range(),r=t.options.reverse?e.max:e.min,o=t.getSlot(r),i=this.polarAxis.getSlot(0).center,n=t.box.translate(i.x-o.x1,i.y-o.y1);t.reflow(n)},e.prototype.createValueAxis=function(){var t,e,r=this.valueAxisRangeTracker,o=r.query(),i=this.valueAxisOptions({roundToMajorUnit:!1,zIndex:-1});i.type===an?(t=jo,e={min:.1,max:1}):(t=Po,e={min:0,max:1});var n=r.query(name)||o||e;n&&o&&(n.min=Math.min(n.min,o.min),n.max=Math.max(n.max,o.max));var a=new t(n.min,n.max,i,this.chartService);this.valueAxis=a,this.appendAxis(a)},e.prototype.reflowAxes=function(){var t=this,e=t.options.plotArea,r=t.valueAxis,o=t.polarAxis,i=t.box,n=.15*Math.min(i.width(),i.height()),a=J(e.padding||{},n),l=i.clone().unpad(a),u=l.clone();u.y2=u.y1+Math.min(u.width(),u.height()),u.align(l,E,s);var c=u.clone().shrink(0,u.height()/2);o.reflow(u),r.reflow(c);var p=r.lineBox().height()-r.box.height();r.reflow(r.box.unpad({top:p})),this.axisBox=u,this.alignAxes(u)},e.prototype.backgroundBox=function(){return this.box},e.prototype.detachLabels=function(){},e}(hs);const au=nu;var su=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,o=ce.onCircle(t.center,t.startAngle,r);return new fe(o.x,o.y,o.x,o.y)},e}(Ra);Rt(su,{clip:!1});const lu=su;var uu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Nl);uu.prototype.pointSlot=lu.prototype.pointSlot,Rt(uu,{clip:!1});const cu=uu;var pu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this._polarAxisCenter();t.lineTo(e.x,e.y)},e.prototype._polarAxisCenter=function(){return this.parent.plotArea.polarAxis.box.center()},e.prototype.strokeSegments=function(){var t=this._strokeSegments;if(!t){var e=this._polarAxisCenter(),r=new Mo(!1),o=this.points();o.push(e),(t=this._strokeSegments=r.process(o)).pop()}return t},e}(ua);const hu=pu;var fu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this.parent.plotArea.polarAxis.box.center(),r=new L.geometry.Segment([e.x,e.y]);t.segments.unshift(r),t.segments.push(r)},e}(na);const du=fu;var vu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r){return(e.line||{}).style===ii?new hu(t,e,r):new du(t,e,r)},e.prototype.createMissingValue=function(t,e){var r;return jn(t.x)&&e!==ei&&(r={x:t.x,y:t.y},e===ti&&(r.y=0)),r},e.prototype.seriesMissingValues=function(t){return t.missingValues||ti},e.prototype._hasMissingValuesGap=function(){for(var t=this.options.series,e=0;e<t.length;e++)if("gap"===this.seriesMissingValues(t[e]))return!0},e.prototype.sortPoints=function(t){if(t.sort(gu),this._hasMissingValuesGap())for(var e=0;e<t.length;e++){var r=t[e];r&&(jn(r.value.y)||"gap"!==this.seriesMissingValues(r.series)||delete t[e])}return t},e}(cu);function gu(t,e){return t.value.x-e.value.x}const yu=vu;var mu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new _o(this.options.xAxis,this.chartService);this.polarAxis=t,this.axisX=t,this.appendAxis(t)},e.prototype.render=function(){this.series=[].concat(this.originalSeries),this.createTrendlineSeries(),t.prototype.render.call(this)},e.prototype.valueAxisOptions=function(t){return G(t,{majorGridLines:{type:i},minorGridLines:{type:i}},this.options.yAxis)},e.prototype.createValueAxis=function(){t.prototype.createValueAxis.call(this),this.axisY=this.valueAxis},e.prototype.trendlineFactory=function(t,e){var r=Hl.prototype.trendlineFactory.call(this,t,e);return r&&(r.type=Ci),r},e.prototype.appendChart=function(t,e){this.valueAxisRangeTracker.update(t.yAxisRanges),hs.prototype.appendChart.call(this,t,e)},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createLineChart(Sn(t,[Ci]),e),this.createScatterChart(Sn(t,[wi]),e),this.createAreaChart(Sn(t,[_i]),e)},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new cu(this,{series:t});this.appendChart(r,e)}},e.prototype.createScatterChart=function(t,e){if(0!==t.length){var r=new lu(this,{series:t});this.appendChart(r,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new yu(this,{series:t});this.appendChart(r,e)}},e.prototype._dispatchEvent=function(t,e,r){var o=t._eventCoordinates(e),i=new ce(o.x,o.y),n=this.axisX.getValue(i),a=this.axisY.getValue(i);null!==n&&null!==a&&t.trigger(r,{element:jt(e),x:n,y:a})},e.prototype.createCrosshairs=function(){},e}(au);Rt(mu,{xAxis:{},yAxis:{}}),G(mu.prototype,ds,{seriesValues:Hl.prototype.seriesValues});const bu=mu;var xu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,o=ce.onCircle(t.center,t.middle(),r);return new fe(o.x,o.y,o.x,o.y)},e.prototype.renderSegments=function(){if(t.prototype.renderSegments.call(this),this._segments&&this._segments.length>1)for(var e=function(t){for(var e=[],r=0;r<t.length;r++){var o=t[r];e[o.seriesIx]=e[o.seriesIx]||[],e[o.seriesIx].push(o)}return e}(this._segments),r=0;r<e.length;r++){var o=e[r];if(o&&o.length>1){var i=o[0].linePoints[0],n=Mt(o),a=Mt(n.linePoints),s=0===i.categoryIx,l=a.categoryIx===a.categoriesCount-1;s&&l&&Mt(o).linePoints.push(i)}}},e.prototype.createSegment=function(t,e,r){var o=new(e.style===ii?qn:Un)(t,e,r),i=this.seriesMissingValues(e);return t.length!==e.data.length&&i!==ei||(o.options.closed=!0),o},e}(oa);Rt(xu,{clip:!1,limitPoints:!1});const _u=xu;var Cu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(ua);const wu=Cu;var Ou=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(na);const Su=Ou;var Pu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,o){var i,n,a,s=this.options.isStacked,l=(e.line||{}).style;return s&&r>0&&o&&(n=o.linePoints.slice(0),i=o),l===ii?(a=new wu(t,e,r,i,n)).options.closed=!0:(t.push(t[0]),a=new Su(t,e,r,i,n)),a},e.prototype.seriesMissingValues=function(t){return t.missingValues||ti},e}(_u);const Au=Pu;var ju=function(t){function e(e,r){t.call(this,e,null,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(tu);Rt(ju,{overlay:{gradient:"none"},labels:{distance:10}});const ku=ju;var Mu=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?ba:ma}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.children,o=e.gap,i=e.spacing,n=r.length,a=n+o+i*(n-1),s=t.angle/a,l=t.startAngle+s*(o/2);this.forEach(r,(function(e){var r=t.clone();r.startAngle=l,r.angle=s,e.sector&&(r.radius=e.sector.radius),e.reflow(r),e.sector=r,l+=s+s*i}))},e}(Ce);Rt(Mu,{gap:1,spacing:0});const Tu=Mu;var Eu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options.reverse,r=this.children,o=r.length,i=e?o-1:0,n=e?-1:1;this.box=new fe;for(var a=i;a>=0&&a<o;a+=n){var s=r[a].sector;s.startAngle=t.startAngle,s.angle=t.angle}},e}(Ce);const Du=Eu;var Vu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return ku},e.prototype.clusterType=function(){return Tu},e.prototype.stackType=function(){return Du},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.pointSlot=function(t,e){var r=t.clone(),o=t.center.y;return r.radius=o-e.y1,r.innerRadius=o-e.y2,r},e.prototype.reflowPoint=function(t,e){t.sector=e,t.reflow()},e.prototype.createAnimation=function(){this.options.animation.center=this.box.toRect().center(),t.prototype.createAnimation.call(this)},e}(Sa);Vu.prototype.reflow=Nn.prototype.reflow,Rt(Vu,{clip:!1,limitPoints:!1,animation:{type:"pie"}});const Iu=Vu;var Nu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new bo(this.options.categoryAxis,this.chartService);this.polarAxis=t,this.categoryAxis=t,this.appendAxis(t),this.aggregateCategories(),this.createTrendlineSeries(),this.createCategoryAxesLabels()},e.prototype.valueAxisOptions=function(t){return this._hasBarCharts&&G(t,{majorGridLines:{type:i},minorGridLines:{type:i}}),this._isStacked100&&G(t,{roundToMajorUnit:!1,labels:{format:"P0"}}),G(t,this.options.valueAxis)},e.prototype.aggregateCategories=function(){tl.prototype.aggregateCategories.call(this,this.panes)},e.prototype.createCategoryAxesLabels=function(){tl.prototype.createCategoryAxesLabels.call(this,this.panes)},e.prototype.filterSeries=function(t){return t},e.prototype.trendlineFactory=function(t,e){var r=tl.prototype.trendlineFactory.call(this,t,e);return r&&(r.type=Pi),r},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createAreaChart(Sn(t,[Oi]),e),this.createLineChart(Sn(t,[Pi]),e),this.createBarChart(Sn(t,[Si]),e)},e.prototype.chartOptions=function(t){var e={series:t},r=t[0];if(r){var o=this.filterVisibleSeries(t),i=r.stack;e.isStacked=i&&o.length>1,e.isStacked100=i&&"100%"===i.type&&o.length>1,e.isStacked100&&(this._isStacked100=!0)}return e},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new Au(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new _u(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],o=this.chartOptions(t);o.gap=r.gap,o.spacing=r.spacing;var i=new Iu(this,o);this.appendChart(i,e),this._hasBarCharts=!0}},e.prototype.seriesCategoryAxis=function(){return this.categoryAxis},e.prototype._dispatchEvent=function(t,e,r){var o=t._eventCoordinates(e),i=new ce(o.x,o.y),n=this.categoryAxis.getCategory(i),a=this.valueAxis.getValue(i);null!==n&&null!==a&&t.trigger(r,{element:jt(e),category:n,value:a})},e.prototype.createCrosshairs=function(){},e}(au);G(Nu.prototype,ds,{appendChart:tl.prototype.appendChart,aggregateSeries:tl.prototype.aggregateSeries,seriesSourcePoints:tl.prototype.seriesSourcePoints,seriesValues:tl.prototype.seriesValues}),Rt(Nu,{categoryAxis:{categories:[]},valueAxis:{}});const Lu=Nu;var Bu=function(t){function e(e,r,o){t.call(this,r),this.value=e,this.options.index=o.index}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.points,r=this.children[0];this.box=new fe(e[0].x,e[0].y,e[1].x,e[2].y),r&&r.reflow(new fe(t.x1,e[0].y,t.x2,e[2].y))},e.prototype.createVisual=function(){var e,r=this,o=this.options;t.prototype.createVisual.call(this),(e=o.visual?o.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,points:this.points,options:o,sender:this.getSender(),createVisual:function(){return r.createPath()}}):this.createPath())&&this.visual.append(e)},e.prototype.createPath=function(){var t=this.options,e=t.border;return L.drawing.Path.fromPoints(this.points,{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.color,opacity:e.opacity,width:e.width}}).close()},e.prototype.createHighlight=function(t){return L.drawing.Path.fromPoints(this.points,t)},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=L.drawing.Path.fromPoints(this.points).close();return{options:this.options,path:t}},e.prototype.tooltipAnchor=function(){var t=this.box;return{point:new ce(t.center().x,t.y1),align:{horizontal:"center",vertical:"top"}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(Ce);Rt(Bu,{color:k,border:{width:1}}),G(Bu.prototype,Bn);const Ru=Bu;var zu=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.points=[],this.labels=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.render=function(){var t=this,e=this.options,r=this.plotArea.options.seriesColors;void 0===r&&(r=[]);var o=e.series[0],i=o.data;if(i)for(var n=xn(o),a=n.total,s=n.points,l=0;l<s.length;l++){var u=s[l];if(u){var c=u.fields;U(o.color)||(o.color=c.color||r[l%r.length]),c=G({index:l,owner:t,series:o,dataItem:i[l],percentage:u.value/a},c,{visible:u.visible});var p=u.valueFields.value,h=t.createSegment(p,c),f=t.createLabel(p,c);h&&f&&h.append(f)}}},e.prototype.evalSegmentOptions=function(t,e,r){var o=r.series;On(t,{value:e,series:o,dataItem:r.dataItem,index:r.index},{defaults:o._defaults,excluded:["data","content","template","toggle","visual"]})},e.prototype.createSegment=function(t,e){var r=G({},e.series);if(this.evalSegmentOptions(r,t,e),this.createLegendItem(t,r,e),!1!==e.visible){var o=new Ru(t,r,e);return Object.assign(o,e),this.append(o),this.points.push(o),o}},e.prototype.createLabel=function(t,e){var r=e.series,o=e.dataItem,i=G({},this.options.labels,r.labels),n=t;if(i.visible){var a=ot(i),s={dataItem:o,value:t,percentage:e.percentage,category:e.category,series:r};a?n=a(s):i.format&&(n=this.chartService.format.auto(i.format,n)),i.color||(i.color=Jt(r.color),i.background||(i.background=r.color)),this.evalSegmentOptions(i,t,e);var l=new ze(n,G({vAlign:i.position},i),s);return this.labels.push(l),l}},e.prototype.labelPadding=function(){for(var t=this.labels,e={left:0,right:0},r=0;r<t.length;r++){var o=t[r].options.align;if(o!==s){var i=t[r].box.width();o===m?e.left=Math.max(e.left,i):e.right=Math.max(e.right,i)}}return e},e.prototype.dynamicSlopeReflow=function(t,e,r){for(var o=this.options,i=this.points,n=i.length,a=i[0],s=a,l=0;l<i.length;l++)i[l].percentage>s.percentage&&(s=i[l]);for(var u=a.percentage/s.percentage*e,c=(e-u)/2,p=0,h=0;h<n;h++){var f=i[h].percentage,d=i[h+1],v=d?d.percentage:f,g=i[h].points=[],y=o.dynamicHeight?r*f:r/n,m=void 0;m=Tt(m=f?(e-u*(v/f))/2:v?0:e/2,0,e),g.push(new L.geometry.Point(t.x1+c,t.y1+p)),g.push(new L.geometry.Point(t.x1+e-c,t.y1+p)),g.push(new L.geometry.Point(t.x1+e-m,t.y1+y+p)),g.push(new L.geometry.Point(t.x1+m,t.y1+y+p)),c=m,p+=y+o.segmentSpacing,u=Tt(e-2*m,0,e)}},e.prototype.constantSlopeReflow=function(t,e,r){for(var o=this.options,i=this.points,n=i.length,a=o.neckRatio<=1,s=a?o.neckRatio*e:e,l=a?0:(e-e/o.neckRatio)/2,u=((a?e:e-2*l)-s)/2,c=0,p=0;p<n;p++){var h=i[p].points=[],f=i[p].percentage,d=o.dynamicHeight?u*f:u/n,v=o.dynamicHeight?r*f:r/n;h.push(new L.geometry.Point(t.x1+l,t.y1+c)),h.push(new L.geometry.Point(t.x1+e-l,t.y1+c)),h.push(new L.geometry.Point(t.x1+e-l-d,t.y1+v+c)),h.push(new L.geometry.Point(t.x1+l+d,t.y1+v+c)),l+=d,c+=v+o.segmentSpacing}},e.prototype.reflow=function(t){var e=this.points,r=e.length;if(r){var o=this.options,i=t.clone().unpad(this.labelPadding()),n=i.height()-o.segmentSpacing*(r-1),a=i.width();o.dynamicSlope?this.dynamicSlopeReflow(i,a,n):this.constantSlopeReflow(i,a,n);for(var s=0;s<r;s++)e[s].reflow(t)}},e}(Ce);Rt(zu,{neckRatio:.3,width:300,dynamicSlope:!1,dynamicHeight:!0,segmentSpacing:0,labels:{visible:!1,align:s,position:s,zIndex:1}}),G(zu.prototype,Gl);const Fu=zu;var Hu=function(t){function e(e,r){r.dynamicSlope=!1,r.neckRatio=1e6,t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Fu);const Uu=Hu;var Ku=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createChart(Fu,Sn(this.series,[di])),this.createChart(Uu,Sn(this.series,[vi]))},e.prototype.createChart=function(t,e){var r=e[0];if(r){var o=new t(this,{series:e,legend:this.options.legend,neckRatio:r.neckRatio,dynamicHeight:r.dynamicHeight,dynamicSlope:r.dynamicSlope,segmentSpacing:r.segmentSpacing,highlight:r.highlight});this.appendChart(o)}},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),_t(this.options.legend.items,e.legendItems)},e}(hs);const Xu=Ku;var $u=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||k,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createMarker(),this.createLabel(),this.createNote())},e.prototype.createLabel=function(){var t=this.options.labels;if(t.visible){var e,r=this.pointData(),o=ot(t),i=t.color;e=o?o(r):this.formatValue(t.format),i||(i=Jt(this.color)),this.label=new ze(e,G({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Nt(t.zIndex,this.series.zIndex)},t,{color:i}),r),this.append(this.label)}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;this.box=t,e&&e.reflow(this.markerBox()),this.note&&this.note.reflow(t),this.marker.reflow(this.markerBox())},e.prototype.markerBox=function(){var t=this.options.markers,e=t.border,r=this.box.toRect(),o=Nt(t.type,"rect")===S,i=Nt(e.width,o?1:0),n=Math.round(i/2);if(t.size){var a=r.center();r.size.width=r.size.height=t.size,r.origin.x=Math.round(a.x-r.size.width/2),r.origin.y=Math.round(a.y-r.size.height/2)}return r.size.width-=i,r.size.height-=i,r.origin.y+=n+.5,r.origin.x+=n+.5,Le(r)},e.prototype.markerBorder=function(){var t=this.options,e=t.markers.border,r=Nt(e.opacity,t.opacity);return{color:e.color||this.color,width:e.width,opacity:r,dashType:e.dashType}},e.prototype.createMarker=function(){var t=this.options,e=t.markers,r=new Pe({type:Nt(e.type,"rect"),width:e.size,height:e.size,rotation:e.rotation,background:this.color,border:this.markerBorder(),borderRadius:e.borderRadius,opacity:this.series.opacity||t.opacity,zIndex:Nt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category});this.marker=r,this.append(r)},e.prototype.createHighlight=function(t){var e=this.options,r=this.options.highlight.markers||this.options.markers,o=new Pe({type:Nt(r.type,"rect"),width:r.size,height:r.size,rotation:r.rotation,background:r.color||this.color,border:this.markerBorder(),borderRadius:r.borderRadius,opacity:this.series.opacity||e.opacity,zIndex:Nt(e.zIndex,this.series.zIndex)});o.reflow(this.markerBox());var i=o.getElement();return i.options.fill=t.fill,i.options.stroke=t.stroke,i},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.tooltipAnchor=function(){var t=this.box.center().x,e=this.box.y1-5;return{point:new ce(t,e),align:{horizontal:s,vertical:a}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){},e.prototype.pointData=function(){return{x:this.value.x,y:this.value.y,value:this.value.value,dataItem:this.dataItem,series:this.series}},e}(Ce);G($u.prototype,Bn),G($u.prototype,Rn),$u.prototype.defaults={markers:{type:"rect",borderRadius:4,border:{color:"transparent"}},padding:{top:1},labels:{visible:!1,padding:3},opacity:1,notes:{label:{}}};const Gu=$u;var Yu=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.points=[],this.seriesOptions=[],this.valueRange={min:b,max:x},this._evalSeries=[]},e.prototype.render=function(){this.setRange(),this.traverseDataPoints(this.addValue.bind(this))},e.prototype.setRange=function(){for(var t=this,e=this.options.series,r=0;r<e.length;r++)for(var o=e[r],i=0;i<o.data.length;i++){var n=t.plotArea.bindPoint(o,i).valueFields;wt(n.value)&&null!==n.value&&(t.valueRange.min=Math.min(t.valueRange.min,n.value),t.valueRange.max=Math.max(t.valueRange.max,n.value))}},e.prototype.addValue=function(t,e){var r;t&&wt(t.value)&&null!==t.value&&(r=this.createPoint(t,e))&&Object.assign(r,e),this.points.push(r)},e.prototype.evalPointOptions=function(t,e,r){var o=r.series,i=r.seriesIx,n={defaults:o._defaults,excluded:["data","tooltip","content","template","visual","toggle","drilldownSeriesFactory"]},a=this._evalSeries[i];wt(a)||(this._evalSeries[i]=a=On(t,{},n,!0));var s=t;return a&&On(s=G({},t),{value:e,series:o,dataItem:r.dataItem,min:this.valueRange.min,max:this.valueRange.max},n),s},e.prototype.pointType=function(){return Gu},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var o=this.pointType().prototype.defaults;this.seriesOptions[e]=r=G({},o,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,o=this.pointOptions(r,e.seriesIx),i=e.color||r.color;o=this.evalPointOptions(o,t,e),U(r.color)?i=o.color:0!==this.valueRange.max&&(i=function(t,e){void 0===e&&(e=.05);var r=(0,L.parseColor)(t),o=1-e;return function(t){var e=r.toHSL(),i=100-e.l,n=o-t;return e.l+=Math.min(n*i,i),e.toCss()}}(i)(t.value/this.valueRange.max));var n=new Gu(t,o);return n.color=i,this.append(n),n},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,o=this.plotArea,i=e?o.namedXAxes[e]:o.axisX,n=r?o.namedYAxes[r]:o.axisY;if(!i)throw new Error("Unable to locate X axis with name "+e);if(!n)throw new Error("Unable to locate Y axis with name "+r);return{xAxis:i,yAxis:n}},e.prototype.reflow=function(t){var e=this,r=this.points,o=!this.options.clip,i=0;this.traverseDataPoints((function(t,n){var a=r[i++],s=e.seriesAxes(n.series),l=s.xAxis,u=s.yAxis,c=l.categoryIndex(t.x),p=u.categoryIndex(t.y),h=l.getSlot(c,c,o),f=u.getSlot(p,p,o);if(a)if(h&&f){var d=e.pointSlot(h,f);a.reflow(d)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new fe(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this,r=this.options.series,o=0;o<r.length;o++)for(var i=r[o],n=e.seriesAxes(i),a=n.xAxis,s=n.yAxis,l=a.currentRangeIndices(),u=s.currentRangeIndices(),c=0;c<i.data.length;c++){var p=e.plotArea.bindPoint(i,c),h=p.valueFields,f=p.fields,d=a.totalIndex(h.x),v=s.totalIndex(h.y),g=l.min<=d&&d<=l.max,y=u.min<=v&&v<=u.max;g&&y&&t(h,G({pointIx:c,series:i,seriesIx:o,dataItem:i.data[c],owner:e},f))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.value)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(Ce);Rt(Yu,{series:[],tooltip:{format:"{0}, {1}: {2}"},labels:{format:"{2}"},clip:!0});const Wu=Yu;var qu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.bindCategories(),this.createAxes(t),this.createCharts(t),this.createAxisLabels()},e.prototype.bindCategories=function(){for(var t=this.srcSeries||this.series,e=0;e<t.length;e++){for(var r=t[e],o=r.data||[],i=this.seriesAxes(r),n=i.xAxis,a=i.yAxis,s=ae(n.categories||[]),l=ae(a.categories||[]),u=0;u<o.length;u++){var c=Ho.current.bindPoint(r,u).valueFields,p=c.x,h=c.y;s.has(p)||s.add(p),l.has(h)||l.add(h)}n.categories=s.values(),a.categories=l.values()}},e.prototype.createCharts=function(t){for(var e=this,r=this.groupSeriesByPane(),o=0;o<t.length;o++){var i=t[o],n=r[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);a&&e.createHeatmapChart(Sn(a,[gi]),i)}},e.prototype.createHeatmapChart=function(t,e){var r=new Wu(this,{series:t});this.appendChart(r,e)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,o=st([].concat(e.xAxis),(function(t){return t.name===r}))[0],i=t.yAxis,n=st([].concat(e.yAxis),(function(t){return t.name===i}))[0],a=(e.panes||[{}])[0].name||"default";return(o||{}).pane||(n||{}).pane||a},e.prototype.seriesAxes=function(t){var e,r,o=this.options,i=[].concat(o.xAxis),n=t.xAxis;e=n?i.find((function(t){return t.name===n})):i[0];var a=[].concat(o.yAxis),s=t.yAxis;if(r=s?a.find((function(t){return t.name===s})):a[0],!e)throw new Error("Unable to locate X axis with name "+n);if(!r)throw new Error("Unable to locate Y axis with name "+s);return{xAxis:e,yAxis:r}},e.prototype.createAxisLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e].createLabels()},e.prototype.createXYAxis=function(t,e,r){for(var o,i=t.name,n=e?this.namedYAxes:this.namedXAxes,a=Object.assign({axisCrossingValue:0},t,{vertical:e,reverse:e||this.chartService.rtl?!t.reverse:t.reverse,justified:!1}),s=a.categories?a.categories[0]:null,l=[a.min,a.max,s],u=this.series,c=0;c<u.length;c++){var h=u[c],f=h[e?"yAxis":"xAxis"];if(f===a.name||0===r&&!f){var d=Ho.current.bindPoint(h,0).valueFields;l.push(d[e?"y":"x"]);break}}for(var v=0;v<l.length;v++)if(l[v]instanceof Date){o=!0;break}var g=new(Cn(a.type,p)||!a.type&&o?eo:$r)(a,this.chartService);if(g.axisIndex=r,i){if(n[i])throw new Error((e?"Y":"X")+" axis with name "+i+" is already defined");n[i]=g}return this.appendAxis(g),g.mapCategories(),g},e.prototype.createAxes=function(t){for(var e=this,r=this.options,o=[].concat(r.xAxis),i=[],n=[].concat(r.yAxis),a=[],s=0;s<o.length;s++)pt(e.findPane(o[s].pane),t)&&i.push(e.createXYAxis(o[s],!1,s));for(var l=0;l<n.length;l++)pt(e.findPane(n[l].pane),t)&&a.push(e.createXYAxis(n[l],!0,l));this.axisX=this.axisX||i[0],this.axisY=this.axisY||a[0]},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?delete this.namedYAxes[r]:delete this.namedXAxes[r],e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype._dispatchEvent=function(t,e,r){for(var o=t._eventCoordinates(e),i=new ce(o.x,o.y),n=this.axes,a=n.length,s=[],l=[],u=0;u<a;u++){var c=n[u];yn(c.options.vertical?l:s,c.getCategory(i))}s.length>0&&l.length>0&&t.trigger(r,{element:jt(e),originalEvent:e,x:Mn(s),y:Mn(l)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,o=this.groupAxes(this.panes),i=(r?o.y:o.x).indexOf(t);Zu(this.options,i,r,e),Zu(this.originalOptions,i,r,e)},e.prototype.crosshairOptions=function(t){return Object.assign({},t.options.crosshair,{zIndex:0})},e}(hs);function Zu(t,e,r,o){G([].concat(r?t.yAxis:t.xAxis)[e],o)}Rt(qu,{xAxis:{},yAxis:{}}),G(qu.prototype,ds);const Qu=qu;var Ju="color",tc="first",ec="max",rc="min",oc="noteText";_l.current.register(tl,[si,hi,mi,Ii,ai,Ei,pi,bi,ci,Vi,li,Di,ki,ji,Li,yi,Ai,Ni].concat(Fi)),_l.current.register(Hl,[Mi,Ti,ui].concat(Fi)),_l.current.register(Ql,[xi]),_l.current.register(iu,[fi]),_l.current.register(Xu,[di,vi]),_l.current.register(bu,[_i,Ci,wi].concat(Fi)),_l.current.register(Lu,[Oi,Si,Pi].concat(Fi)),_l.current.register(Qu,[gi]),Ho.current.register([si,hi,mi,Ii,ai,Ei],[j],[sn,Ju,oc,Qo,Jo,pn]),Ho.current.register([ki,ji,Ai,Ni],["from","to"],[sn,Ju,oc,pn]),Ho.current.register([Li,yi],[j],[sn,Ju,oc,"summary",pn]),Ho.current.register([_i,Ci,wi],[T,E],[Ju,pn]),Ho.current.register([Oi,Si,Pi],[j],[Ju,pn]),Ho.current.register([di,vi],[j],[sn,Ju,"visibleInLegend","visible",pn]),ms.current.register([si,hi,mi,Ii,ai,Ei,Li,yi],{value:ec,color:tc,noteText:tc,errorLow:rc,errorHigh:ec}),ms.current.register([ki,ji,Ai,Ni],{from:rc,to:ec,color:tc,noteText:tc}),ms.current.register([Oi,Si,Pi],{value:ec,color:tc}),Ho.current.register([Mi,Ti,ui],[T,E],[Ju,oc,"xErrorLow","xErrorHigh","yErrorLow","yErrorHigh"]),Ho.current.register([ui],[T,E,"size"],[Ju,sn,oc]),Ho.current.register([gi],[T,E,j],[Ju,oc]),Ho.current.register([pi,bi],["open","high","low","close"],[sn,Ju,"downColor",oc]),ms.current.register([pi,bi],{open:ec,high:ec,low:rc,close:ec,color:tc,downColor:tc,noteText:tc}),Ho.current.register([li,Di],["lower","q1","median","q3","upper","mean","outliers"],[sn,Ju,oc,pn]),ms.current.register([li,Di],{lower:ec,q1:ec,median:ec,q3:ec,upper:ec,mean:ec,outliers:tc,color:tc,noteText:tc}),Ho.current.register([ci,Vi],["current","target"],[sn,Ju,"visibleInLegend",oc,pn]),ms.current.register([ci,Vi],{current:ec,target:ec,color:tc,noteText:tc}),Ho.current.register([xi,fi],[j],[sn,Ju,"explode","visibleInLegend","visible",pn]);var ic=[sn,j,T,E],nc="mousemove",ac="contextmenu",sc="mouseleave",lc=function(t){function e(e,r,o,i){var n=this;void 0===i&&(i={}),t.call(this),this.observers=[],this.addObserver(i.observer),this.chartService=new ir(this,i),this.chartService.theme=o,this._initElement(e);var a=G({},this.options,r);this._originalOptions=G({},a),this._theme=o,this._initTheme(a,o),this._initHandlers(),this._initSurface(),this.bindCategories(),Bt.preloadFonts(r,(function(){n.fontLoaded=!0,n._destroyed||(n.trigger("init"),n._redraw(),n._attachEvents())}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initElement=function(t){for(this._setElementClass(t),t.style.position="relative";t.firstChild;)t.removeChild(t.firstChild);this.element=t},e.prototype._setElementClass=function(t){V(t,"k-chart")},e.prototype._initTheme=function(t,e){for(var r=[],o=t.series||[],i=0;i<o.length;i++)r.push(Object.assign({},o[i]));t.series=r,function(t){for(var e=ic,r=0;r<e.length;r++){var o=e[r]+"Axes";t[o]&&(t[e[r]+"Axis"]=t[o],delete t[o])}}(t),this.applyDefaults(t,e),null===t.seriesColors&&delete t.seriesColors,F(t.title)&&(t.title={text:t.title}),this.options=G({},e,t),this.applySeriesColors()},e.prototype.getSize=function(){var t=this.options.chartArea||{};return{width:t.width?parseInt(t.width,10):Math.floor(this.element.offsetWidth),height:t.height?parseInt(t.height,10):Math.floor(this.element.offsetHeight)}},e.prototype.resize=function(t){var e=this.getSize(),r=this._size,o=e.width>0||e.height>0;t||o&&(!r||e.width!==r.width||e.height!==r.height)?(this._size=e,this._resize(e,t),this.trigger("resize",e)):o&&this._selections&&Yt(this._selections,(function(t){return!t.visible}))&&(this._destroySelections(),this._setupSelection())},e.prototype._resize=function(){this._noTransitionsRedraw()},e.prototype.redraw=function(t){if(this.applyDefaults(this.options),this.applySeriesColors(),t){var e=this._model._plotArea,r=e.findPane(t);e.redraw(r)}else this._redraw()},e.prototype.getAxis=function(t){return Do(t,this._plotArea.axes)},e.prototype.findAxisByName=function(t){return this.getAxis(t)},e.prototype.findPaneByName=function(t){for(var e=this._plotArea.panes,r=0;r<e.length;r++)if(e[r].options.name===t)return new Io(e[r])},e.prototype.findPaneByIndex=function(t){var e=this._plotArea.panes;if(e[t])return new Io(e[t])},e.prototype.plotArea=function(){return new No(this._plotArea)},e.prototype.toggleHighlight=function(t,e){var r,o,i,n=this._plotArea,a=(n.srcSeries||n.series||[])[0];U(e)?r=n.filterPoints(e):(Y(e)?(o=e.series,i=e.category):o=i=e,r=a.type===fi?uc(n.pointsBySeriesName(o),i):pt(a.type,[xi,di,vi])?uc((n.charts[0]||{}).points,i):n.pointsBySeriesName(o)),r&&this.togglePointsHighlight(t,r)},e.prototype.togglePointsHighlight=function(t,e){for(var r=this._highlight,o=0;o<e.length;o++)r.togglePointHighlight(e[o],t)},e.prototype.showTooltip=function(t){var e,r,o=this._sharedTooltip(),i=this._tooltip,n=this._plotArea;if(U(t)?(e=n.findPoint(t))&&o&&(r=e.categoryIx):o&&wt(t)&&(r=n.categoryAxis.categoryIndex(t)),o){if(r>=0){var a=this._plotArea.pointsByCategoryIndex(r);i.showAt(a)}}else e&&i.show(e)},e.prototype.hideTooltip=function(){this._tooltip.hide()},e.prototype._initSurface=function(){var t=this.surface,e=this._surfaceWrap(),r=this.options.chartArea||{};r.width&&Pt(e,{width:r.width}),r.height&&Pt(e,{height:r.height}),t&&t.options.type===this.options.renderAs?(this.surface.clear(),this.surface.resize()):(this._destroySurface(),this.surface=L.drawing.Surface.create(e,{type:this.options.renderAs}),this.surface.bind("mouseenter",this._surfaceMouseenterHandler),this.surface.bind("mouseleave",this._surfaceMouseleaveHandler))},e.prototype._surfaceWrap=function(){return this.element},e.prototype._redraw=function(){var t=this._getModel();this._size={width:t.options.width,height:t.options.height},this._destroyView(),this._model=t,this._plotArea=t._plotArea,t.renderVisual(),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.setup()})),this._initSurface(),this.surface.draw(t.visual),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.play()})),this._tooltip=this._createTooltip(),this._highlight=new ol,this._setupSelection(),this._createPannable(),this._createZoomSelection(),this._createMousewheelZoom(),this.trigger("render"),dc(this._plotArea.panes),this._navState||this._cancelDomEvents()},e.prototype.exportVisual=function(t){var e;if(t&&(t.width||t.height||t.options)){var r=this.options,o=G({},t.options,{chartArea:{width:t.width,height:t.height}});fc(this._originalOptions,o),this.options=G({},this._originalOptions,o),this._initTheme(this.options,this._theme),this.bindCategories();var i=this._getModel();i.renderVisual(),dc(i._plotArea.panes),e=i.visual,this.options=r}else e=this.surface.exportVisual();return e},e.prototype._sharedTooltip=function(){return this._plotArea instanceof tl&&this.options.tooltip&&this.options.tooltip.shared},e.prototype._createPannable=function(){var t=this.options;!1!==t.pannable&&(this._pannable=new sl(this._plotArea,t.pannable))},e.prototype._createZoomSelection=function(){var t=this.options.zoomable,e=(t||{}).selection;!1!==t&&!1!==e&&(this._zoomSelection=new ul(this,e))},e.prototype._createMousewheelZoom=function(){var t=this.options.zoomable,e=(t||{}).mousewheel;!1!==t&&!1!==e&&(this._mousewheelZoom=new pl(this,e))},e.prototype._toggleDragZoomEvents=function(){var t=this.options.pannable,e=this.options.zoomable,r=(e||{}).selection,o=(e||{}).mousewheel,i=!(t||!1!==e&&!1!==r||this.requiresHandlers([qi,Yi,Wi])),n=(!1===e||!1===o)&&!this.requiresHandlers([Zi,Qi,Ji]),a=this.element;this._dragZoomEnabled&&i&&n?(a.style.touchAction=this._touchAction||"",this._dragZoomEnabled=!1):this._dragZoomEnabled||i&&n||(a.style.touchAction="none",this._dragZoomEnabled=!0),this._toggleDomEvents(!i,!n)},e.prototype._toggleDomEvents=function(t,e){var r=this.domEvents;r&&(r.toggleDrag&&r.toggleDrag(t),r.toggleZoom&&r.toggleZoom(e))},e.prototype._createTooltip=function(){var t=this.options.tooltip;return this._sharedTooltip()?this._createSharedTooltip(t):new Al(this.chartService,t)},e.prototype._createSharedTooltip=function(t){return new kl(this._plotArea,t)},e.prototype.applyDefaults=function(t,e){!function(t,e){var r,o,i,n=(e||{}).axisDefaults||{};function a(t){var e=(t||{}).color||o.color,i=G({},n,n[r],o,o[r],{line:{color:e},labels:{color:e},title:{color:e}},t);return delete i[r],i}for(var s=0;s<ic.length;s++)r=ic[s]+"Axis",o=t.axisDefaults||{},i=(i=[].concat(t[r])).map(a),t[r]=i.length>1?i:i[0]}(t,e),function(t,e){var r=t.series,o=r.length,i=t.seriesDefaults,n=G({},t.seriesDefaults),a=e?G({},e.seriesDefaults):{},s=G({},a);cc(n),cc(s);for(var l=0;l<o;l++){var u=r[l].type||t.seriesDefaults.type,c=G({data:[]},s,a[u],{tooltip:t.tooltip},n,i[u]);r[l]._defaults=c,r[l]=G({},c,r[l]),r[l].data=r[l].data||[]}}(t,e)},e.prototype.applySeriesColors=function(){for(var t=this.options,e=t.series,r=t.seriesColors||[],o=0;o<e.length;o++){var i=e[o],n=r[o%r.length],a=i._defaults;i.color=i.color||n,a&&(a.color=a.color||n)}},e.prototype._getModel=function(){var t=this.options,e=this._createPlotArea(),r=new Te(this._modelOptions());r.chart=this,r._plotArea=e;var o=Ue.buildTitle(t.title),i=Ue.buildTitle(t.subtitle,{align:t.title.align,position:t.title.position});return r.append.apply(r,Ue.orderTitles([o,i])),t.legend&&t.legend.visible&&r.append(new bl(e.options.legend,this.chartService)),r.append(e),r.reflow(),r},e.prototype._modelOptions=function(){var t=this.options,e=this.getSize();return G({transitions:t.transitions,width:e.width||600,height:e.height||400},t.chartArea)},e.prototype._createPlotArea=function(t){var e=this.options;return _l.current.create(t?[]:e.series,e,this.chartService)},e.prototype._setupSelection=function(){for(var t=this._plotArea.axes,e=this._selections=[],r=0;r<t.length;r++){var o=t[r],i=o.options;if(o instanceof $r&&i.select&&!i.vertical){var n=o.range(),a=new Sl(this,o,G({min:n.min,max:n.max},i.select));e.push(a)}}},e.prototype._selectStart=function(t){return this.trigger(tn,t)},e.prototype._select=function(t){return this.trigger(en,t)},e.prototype._selectEnd=function(t){return this.trigger(rn,t)},e.prototype._initHandlers=function(){this._clickHandler=this._click.bind(this),this._mousewheelHandler=this._mousewheel.bind(this),this._mouseleaveHandler=this._mouseleave.bind(this),this._surfaceMouseenterHandler=this._mouseover.bind(this),this._surfaceMouseleaveHandler=this._mouseout.bind(this),this._mousemove=(0,L.throttle)(this._mousemove.bind(this),20)},e.prototype.addObserver=function(t){t&&this.observers.push(t)},e.prototype.removeObserver=function(t){var e=this.observers.indexOf(t);e>=0&&this.observers.splice(e,1)},e.prototype.requiresHandlers=function(t){for(var e=this.observers,r=0;r<e.length;r++)if(e[r].requiresHandlers(t))return!0},e.prototype.trigger=function(t,e){void 0===e&&(e={}),e.sender=this,t===on?e.anchor.point=this._toDocumentCoordinates(e.anchor.point):t===Ki?this._updateDrilldownPoint(e.point):t===Xi?this._resetDrilldownPoint():t===Hi&&this._startDrilldown(e.point);for(var r=this.observers,o=!1,i=0;i<r.length;i++)r[i].trigger(t,e)&&(o=!0);return o},e.prototype._attachEvents=function(){var t,e,r=this.element;this._touchAction=r.style.touchAction,Ct(r,((t={})[ac]=this._clickHandler,t[cn]=this._mousewheelHandler,t[sc]=this._mouseleaveHandler,t)),this._shouldAttachMouseMove()&&Ct(r,((e={})[nc]=this._mousemove,e)),this.domEvents=sr.create(this.element,{start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)}),this._toggleDragZoomEvents()},e.prototype._mouseleave=function(t){this._hoveredPoint&&(this._hoveredPoint.out(this,t),this._hoveredPoint=null),this._plotAreaHovered&&(this._plotAreaHovered=!1,this.trigger(Gi)),this._hasInactiveOpacity()&&this._activeChartInstance&&(this._applySeriesOpacity(this._activeChartInstance.children,null,!0),this._updateSeriesOpacity(null,!0))},e.prototype._cancelDomEvents=function(){this.domEvents&&this.domEvents.cancel&&this.domEvents.cancel()},e.prototype._gesturestart=function(t){this._mousewheelZoom&&!this._stopChartHandlers(t)&&(this._gestureDistance=t.distance,this._unsetActivePoint(),this.surface.suspendTracking())},e.prototype._gestureend=function(t){this._zooming&&!this._stopChartHandlers(t)&&(this.surface&&this.surface.resumeTracking(),this._zooming=!1,this.trigger(Ji,{}))},e.prototype._gesturechange=function(t){var e=this._mousewheelZoom;if(e&&!this._stopChartHandlers(t)){t.preventDefault();var r=this._gestureDistance,o=-t.distance/r+1;if(Math.abs(o)>=.1){o=Math.round(10*o),this._gestureDistance=t.distance;var i={delta:o,axisRanges:pc(this._plotArea.axes),originalEvent:t};if(this._zooming||!this.trigger(Zi,i)){var n=this._eventCoordinates(t);this._zooming||(this._zooming=!0),(i.axisRanges=e.updateRanges(o,n))&&!this.trigger(Qi,i)&&e.zoom()}}}},e.prototype._mouseout=function(t){if(t.element){var e=this._drawingChartElement(t.element,t);e&&e.leave&&e.leave(this,t.originalEvent)}},e.prototype._start=function(t){var e=this._eventCoordinates(t);!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(e)&&(this.requiresHandlers([qi,Yi,Wi])&&this._startNavigation(t,e,qi),this._pannable&&this._pannable.start(t)&&(this.surface.suspendTracking(),this._unsetActivePoint(),this._suppressHover=!0,this.chartService.panning=!0),this._zoomSelection&&this._zoomSelection.start(t)&&this.trigger(Zi,{axisRanges:pc(this._plotArea.axes),originalEvent:t}))},e.prototype._move=function(t){var e=this._navState,r=this._pannable;if(!this._stopChartHandlers(t)){if(r){var o=r.move(t);o&&!this.trigger(Yi,{axisRanges:o,originalEvent:t})&&r.pan()}else if(e){for(var i={},n=e.axes,a=0;a<n.length;a++){var s=n[a];if(s.options.name){var l=s.options.vertical?t.y:t.x,u=l.startLocation-l.location;0!==u&&(i[s.options.name]=s.translateRange(u))}}e.axisRanges=i,this.trigger(Yi,{axisRanges:i,originalEvent:t})}this._zoomSelection&&this._zoomSelection.move(t)}},e.prototype._end=function(t){if(!this._stopChartHandlers(t)){var e=this._pannable;if(e&&e.end(t)?(this.surface.resumeTracking(),this.trigger(Wi,{axisRanges:pc(this._plotArea.axes),originalEvent:t}),this._suppressHover=!1,this.chartService.panning=!1):this._endNavigation(t,Wi),this._zoomSelection){var r=this._zoomSelection.end(t);r&&!this.trigger(Qi,{axisRanges:r,originalEvent:t})&&(this._zoomSelection.zoom(),this.trigger(Ji,{axisRanges:r,originalEvent:t}))}}},e.prototype._stopChartHandlers=function(t){var e=this._selections||[];if(!e.length)return!1;var r=this._eventCoordinates(t),o=this._plotArea.paneByPoint(r);if(o)for(var i=0;i<e.length;i++)if(e[i].onPane(o))return!0},e.prototype._mousewheelZoomRate=function(){var t=(this.options.zoomable||{}).mousewheel||{};return Nt(t.rate,.3)},e.prototype._mousewheel=function(t){var e=this,r=bt(t),o=this._mousewheelZoom,i=this._eventCoordinates(t);if(!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(i))if(o){var n={delta:r,axisRanges:pc(this._plotArea.axes),originalEvent:t};!this._zooming&&this.trigger(Zi,n)||(t.preventDefault(),this._zooming||(this._unsetActivePoint(),this.surface.suspendTracking(),this._zooming=!0),this._mwTimeout&&clearTimeout(this._mwTimeout),n.axisRanges=o.updateRanges(r,i),n.axisRanges&&!this.trigger(Qi,n)&&o.zoom(),this._mwTimeout=setTimeout((function(){e.trigger(Ji,n),e._zooming=!1,e.surface&&e.surface.resumeTracking()}),150))}else{var a=this._navState;if(a||this._startNavigation(t,i,Zi)||(a=this._navState),a){var s=a.totalDelta||r;a.totalDelta=s+r;for(var l=this._navState.axes,u={},c=0;c<l.length;c++){var p=l[c],h=p.options.name;h&&(u[h]=p.scaleRange(-s*e._mousewheelZoomRate(),i))}this.trigger(Qi,{delta:r,axisRanges:u,originalEvent:t}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._endNavigation(t,Ji)}),150)}}},e.prototype._startNavigation=function(t,e,r){var o=this._model._plotArea,i=o.findPointPane(e),n=o.axes.slice(0);if(i){var a=pc(n);this.trigger(r,{axisRanges:a,originalEvent:t})?this._cancelDomEvents():(this._suppressHover=!0,this._unsetActivePoint(),this._navState={axisRanges:a,pane:i,axes:n})}},e.prototype._endNavigation=function(t,e){this._navState&&(this.trigger(e,{axisRanges:this._navState.axisRanges,originalEvent:t}),this._suppressHover=!1,this._navState=null)},e.prototype._getChartElement=function(t,e){var r=this.surface.eventTarget(t);if(r)return this._drawingChartElement(r,t,e)},e.prototype._drawingChartElement=function(t,e,r){for(var o,i=t;i&&!o;)o=i.chartElement,i=i.parent;if(o)return o.aliasFor&&(o=o.aliasFor(e,this._eventCoordinates(e))),r&&(o=o.closest(r))&&o.aliasFor&&(o=o.aliasFor()),o},e.prototype._eventCoordinates=function(t){var e=At(t);return this._toModelCoordinates(e.x,e.y)},e.prototype._elementPadding=function(){if(!this._padding){var t=Q(this.element,["paddingLeft","paddingTop"]),e=t.paddingLeft,r=t.paddingTop;this._padding={top:r,left:e}}return this._padding},e.prototype._toDocumentCoordinates=function(t){var e=this._elementPadding(),r=St(this.element);return{left:Vt(t.x+e.left+r.left),top:Vt(t.y+e.top+r.top)}},e.prototype._toModelCoordinates=function(t,e){var r=this.element,o=St(r),i=this._elementPadding(),n=Qt(r).invert(),a=new L.geometry.Point(t-o.left-i.left,e-o.top-i.top).transform(n);return new ce(a.x,a.y)},e.prototype._tap=function(t){var e=this,r=this.surface.eventTarget(t),o=this._drawingChartElement(r,t),i=this._sharedTooltip();this._startHover(r,t)||i||this._unsetActivePoint(),i&&this._trackSharedTooltip(this._eventCoordinates(t),t,!0),this._propagateClick(o,t),this.handlingTap=!0,setTimeout((function(){e.handlingTap=!1}),0)},e.prototype._click=function(t){var e=this._getChartElement(t);this._propagateClick(e,t)},e.prototype._propagateClick=function(t,e){for(var r=t;r;)r.click&&r.click(this,e),r=r.parent},e.prototype._startHover=function(t,e){if(this._suppressHover)return!1;var r=this._drawingChartElement(t,e,(function(t){return(t.hover||t.over)&&!(t instanceof hs)}));return this._showInactiveOpacity(r,e),r},e.prototype._displayTooltip=function(t){G({},this.options.tooltip,t.options.tooltip).visible&&this._tooltip.show(t)},e.prototype._displayInactiveOpacity=function(t,e,r){var o=this._activeChartInstance=this._chartInstanceFromPoint(t);if(o)if(e)this._updateSeriesOpacity(t),this._applySeriesOpacity(o.children,null,!0),this._applySeriesOpacity(o.children,t.series),this._highlight.show(r||t);else{var i;if(!o.supportsPointInactiveOpacity())return void this._highlight.show(t);(i=this._getInactivePoints(t,o))&&i.length&&this._highlight.show(i,1-this._getInactiveOpacityForSeries(t.series))}},e.prototype._getInactivePoints=function(t,e){return this._getAllPointsOfType(e,t.constructor).filter((function(e){return e!==t}))},e.prototype._getAllPointsOfType=function(t,e){for(var r=[],o=0;o<t.children.length;o++){var i=t.children[o];i.constructor===e?r.push(i):i.children&&i.children.length&&(r=r.concat(this._getAllPointsOfType(i,e)))}return r},e.prototype._updateHoveredPoint=function(t,e){var r=this._hoveredPoint;r&&r!==t&&(r.out(this,e),this._hoveredPoint=null),t&&r!==t&&t.over&&(this._hoveredPoint=t,t.over(this,e))},e.prototype._updateDrilldownPoint=function(t){t&&t.series&&Ho.current.bindPoint(t.series,null,t.dataItem).fields.drilldown&&(this._drilldownState={cursor:this.element.style.cursor},this.element.style.cursor="pointer")},e.prototype._resetDrilldownPoint=function(){this._drilldownState&&(this.element.style.cursor=this._drilldownState.cursor,this._drilldownState=null)},e.prototype._startDrilldown=function(t){if(t&&t.series){var e=t.series,r=Ho.current.bindPoint(e,null,t.dataItem).fields.drilldown;if(r){var o={series:e,point:t,value:r,sender:this};this.trigger("drilldown",o)}}},e.prototype._updateSeriesOpacity=function(t,e){for(var r=this._plotArea,o=r.series.length,i=0;i<o;i++){var n=r.series[i],a=this._getDefaultOpacityForSeries(n),s=this._getInactiveOpacityForSeries(n);e||n===t.series?(n.opacity=a,n.line&&(n.line.opacity=a)):(n.defaultOpacity=a,n.opacity=s,n.line&&(n.line.opacity=s))}},e.prototype._applySeriesOpacity=function(t,e,r,o){for(var i=0;i<t.length;i++){var n=t[i],a=n.series||o;if(a&&(a.highlight||{}).visible&&n.visual){var s=o?o.opacity:n.series.opacity;(a!==e||r)&&n.visual.opacity(r?1:s)}n.children&&n.children.length&&this._applySeriesOpacity(n.children,e,r,n.series)}},e.prototype._chartInstanceFromPoint=function(t){for(var e=t.parent;e&&!e.plotArea;)e=e.parent;return e},e.prototype._showInactiveOpacity=function(t,e){var r=this._activePoint,o=this._plotArea.series.length>1,i=this._hasInactiveOpacity();return this._updateHoveredPoint(t,e),t&&r!==t&&t.hover&&(this._activePoint=t,this._sharedTooltip()||t.hover(this,e)||(this._displayTooltip(t),i?this._displayInactiveOpacity(t,o):this._highlight.show(t))),t},e.prototype._hideInactiveOpacity=function(t){var e=this._plotArea.series.length>1;this._hasInactiveOpacity()&&(e&&this._activeChartInstance&&(this._updateSeriesOpacity(t,!0),this._applySeriesOpacity(this._activeChartInstance.children,null,!0),this._activeChartInstance=null),this._highlight&&this._highlight.hide(),this._activePoint=null)},e.prototype._hasInactiveOpacity=function(){var t=void 0!==this.options.seriesDefaults.highlight.inactiveOpacity,e=this.options.series.filter((function(t){return void 0!==t.highlight.inactiveOpacity})).length>0;return t||e},e.prototype._getInactiveOpacityForSeries=function(t){var e=this.options.seriesDefaults.highlight.inactiveOpacity;return t.highlight.inactiveOpacity||e||t.opacity||1},e.prototype._getDefaultOpacityForSeries=function(t){return t.defaultOpacity||t.opacity||1},e.prototype._mouseover=function(t){var e,r=this._startHover(t.element,t.originalEvent);r&&r.tooltipTracking&&!this._mouseMoveTrackHandler&&!this._sharedTooltip()&&(this._mouseMoveTrackHandler=this._mouseMoveTracking.bind(this),Ct(document,((e={})[nc]=this._mouseMoveTrackHandler,e)))},e.prototype._mouseMoveTracking=function(t){var e,r=this,o=r.options,i=r._tooltip,n=r._highlight,a=r._activePoint,s=this._eventCoordinates(t);if(this._plotArea.box.containsPoint(s)){if(a&&a.tooltipTracking&&a.series&&a.parent.getNearestPoint){var l=a.parent.getNearestPoint(s.x,s.y,a.seriesIx);l&&l!==a&&(this._activePoint=l,l.hover(this,t)||(G({},o.tooltip,l.options.tooltip).visible&&i.show(l),n.show(l)))}}else It(document,((e={})[nc]=this._mouseMoveTrackHandler,e)),this._unsetActivePoint(),this._mouseMoveTrackHandler=null,this._hideInactiveOpacity(a)},e.prototype._mousemove=function(t){var e=this._eventCoordinates(t),r=this._plotArea;if(this._trackCrosshairs(e),r.hover){var o=r.backgroundContainsPoint(e);o?(this._plotAreaHovered=!0,this._plotArea.hover(this,t)):this._plotAreaHovered&&!o&&(this._plotAreaHovered=!1,this.trigger(Gi))}this._sharedTooltip()&&this._trackSharedTooltip(e,t)},e.prototype._trackCrosshairs=function(t){for(var e=this._plotArea.crosshairs,r=0;r<e.length;r++){var o=e[r];o.box.containsPoint(t)?o.showAt(t):o.hide()}},e.prototype._trackSharedTooltip=function(t,e,r){if(!this._suppressHover){var o=this,i=o.options.tooltip,n=o._plotArea,a=o._plotArea.categoryAxis,s=o._tooltip,l=o._highlight;if(n.backgroundContainsPoint(t)){var u=a.pointCategoryIndex(t);if(u!==this._tooltipCategoryIx||!this._sharedHighlight&&r){var c=n.pointsByCategoryIndex(u),p=c.map((function(t){return t.eventArgs(e)})),h=p[0]||{};h.categoryPoints=p,c.length>0&&!this.trigger(Ui,h)?(i.visible&&s.showAt(c,t),l.show(c),this._sharedHighlight=!0):s.hide(),this._tooltipCategoryIx=u}else r&&this._sharedHighlight&&(l.hide(),s.hide(),this._sharedHighlight=!1)}else this._sharedHighlight&&(l.hide(),s.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1)}},e.prototype.hideElements=function(t){var e=this._plotArea;this._mousemove.cancel(),e.hideCrosshairs(),this._unsetActivePoint(t)},e.prototype._unsetActivePoint=function(t){var e=this._tooltip,r=this._highlight;this._activePoint=null,this._hoveredPoint=null,!e||t&&t.keepTooltipOpen||e.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1,r&&r.hide()},e.prototype._deferRedraw=function(){this._redraw()},e.prototype._clearRedrawTimeout=function(){this._redrawTimeout&&(clearInterval(this._redrawTimeout),this._redrawTimeout=null)},e.prototype.bindCategories=function(){for(var t=this.options,e=[].concat(t.categoryAxis),r=0;r<e.length;r++){var o=e[r];!1!==o.autoBind&&this.bindCategoryAxisFromSeries(o,r)}},e.prototype.bindCategoryAxisFromSeries=function(t,e){for(var r,o=this.options.series,i=o.length,n=new ct,a=[],s=!1,l=0;l<i;l++){var u=o[l],c=u.categoryAxis===t.name||!u.categoryAxis&&0===e,p=u.data,h=p.length,f=u.categoryField&&c;if(s=f||s,f&&h>0)for(var d=(r=kn(t,zo(u.categoryField,p[0])))?Pn:zo,v=0;v<h;v++){var g=p[v],y=d(u.categoryField,g,this.chartService.intl);!r&&n.get(y)||(a.push([y,g]),r||n.set(y,!0))}}if(a.length>0){r&&(a=function(t,e){void 0===e&&(e=Ir);for(var r=function(t,e){void 0===e&&(e=Ir);for(var r=1,o=t.length;r<o;r++)if(e(t[r],t[r-1])<0){t.sort(e);break}return t}(t,e),o=r.length,i=o>0?[r[0]]:[],n=1;n<o;n++)0!==e(r[n],Mt(i))&&i.push(r[n]);return i}(a,(function(t,e){return Ir(t[0],e[0])})));var m=function(t){for(var e=t.length,r=[],o=0;o<e;o++)for(var i=t[o],n=i.length,a=0;a<n;a++)r[a]=r[a]||[],r[a].push(i[a]);return r}(a);t.categories=m[0]}else s&&(t.categories=[])},e.prototype._isBindable=function(t){for(var e=Ho.current.valueFields(t),r=!0,o=0;o<e.length;o++){var i=e[o];if(i===j?i="field":i+="Field",!wt(t[i])){r=!1;break}}return r},e.prototype._noTransitionsRedraw=function(){var t,e=this.options;!1!==e.transitions&&(e.transitions=!1,t=!0),this._redraw(),t&&(e.transitions=!0)},e.prototype._legendItemHover=function(t,e){var r,o=this._plotArea,i=this._highlight,n=(o.srcSeries||o.series)[t];if(r=pt(n.type,[xi,fi,di,vi])?o.findPoint((function(r){return r.series.index===t&&r.index===e})):o.pointsBySeriesIndex(t),this._hasInactiveOpacity()&&n.visible&&r){var a=o.series.length>1,s=r.length?r[0]:r;this._displayInactiveOpacity(s,a,r)}else i.show(r)},e.prototype._shouldAttachMouseMove=function(){return this._plotArea.crosshairs.length||this._tooltip&&this._sharedTooltip()||this.requiresHandlers([$i,Gi])},e.prototype.updateMouseMoveHandler=function(){var t,e;It(this.element,((t={})[nc]=this._mousemove,t)),this._shouldAttachMouseMove()&&Ct(this.element,((e={})[nc]=this._mousemove,e))},e.prototype.applyOptions=function(t,e){fc(this._originalOptions,t),this._originalOptions=G(this._originalOptions,t),this.options=G({},this._originalOptions),e&&(this._theme=e,this.chartService.theme=e),this._initTheme(this.options,this._theme),this._toggleDragZoomEvents()},e.prototype.setOptions=function(t,e){this.applyOptions(t,e),this.bindCategories(),this.redraw(),this.updateMouseMoveHandler()},e.prototype.setDirection=function(t){this.chartService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&this._destroySurface()},e.prototype.setIntlService=function(t){this.chartService.intl=t},e.prototype.noTransitionsRedraw=function(){this._noTransitionsRedraw()},e.prototype.destroy=function(){var t,e;this._destroyed=!0,It(this.element,((t={})[ac]=this._clickHandler,t[cn]=this._mousewheelHandler,t[nc]=this._mousemove,t[sc]=this._mouseleaveHandler,t)),this.domEvents&&(this.domEvents.destroy(),delete this.domEvents),this._mouseMoveTrackHandler&&It(document,((e={})[nc]=this._mouseMoveTrackHandler,e)),this._destroyView(),this._destroySurface(),this._clearRedrawTimeout()},e.prototype._destroySurface=function(){var t=this.surface;t&&(t.unbind("mouseenter",this._surfaceMouseenterHandler),t.unbind("mouseleave",this._surfaceMouseleaveHandler),t.destroy(),this.surface=null)},e.prototype._destroySelections=function(){var t=this._selections;if(t)for(;t.length>0;)t.shift().destroy()},e.prototype._destroyView=function(){var t=this._model;t&&(t.destroy(),this._model=null),this._unsetActivePoint(),this._resetDrilldownPoint(),this._destroySelections(),this._tooltip&&this._tooltip.destroy(),this._highlight&&this._highlight.destroy(),this._zoomSelection&&(this._zoomSelection.destroy(),delete this._zoomSelection),this._pannable&&(this._pannable.destroy(),delete this._pannable),this._mousewheelZoom&&(this._mousewheelZoom.destroy(),delete this._mousewheelZoom)},e}(L.Class);function uc(t,e){if(t)for(var r=0;r<t.length;r++)if(t[r].category===e)return[t[r]]}function cc(t){delete t.bar,delete t.column,delete t.rangeColumn,delete t.line,delete t.verticalLine,delete t.pie,delete t.donut,delete t.area,delete t.verticalArea,delete t.scatter,delete t.scatterLine,delete t.bubble,delete t.candlestick,delete t.ohlc,delete t.boxPlot,delete t.bullet,delete t.verticalBullet,delete t.polarArea,delete t.polarLine,delete t.radarArea,delete t.radarLine,delete t.waterfall}function pc(t){for(var e={},r=0;r<t.length;r++){var o=t[r],i=o.options.name;i&&(e[i]=o.range())}return e}var hc=["data","categories"];function fc(t,e){for(var r in e)if(!pt(r,hc)&&e.hasOwnProperty(r)){var o=e[r],i=t[r];if(wt(i)){var n=null===o;n||!wt(o)?(delete t[r],n&&delete e[r]):i&&Y(o)&&Y(i)&&fc(i,o)}}}function dc(t){for(var e=0;e<t.length;e++)t[e].notifyRender()}Rt(lc,{renderAs:"",chartArea:{},legend:{visible:!0,labels:{}},categoryAxis:{},seriesDefaults:{type:hi,data:[],highlight:{visible:!0},labels:{},negativeValues:{visible:!1}},series:[],seriesColors:null,tooltip:{visible:!1},transitions:!0,valueAxis:{},plotArea:{},title:{},xAxis:{},yAxis:{},panes:[{}],pannable:!1,zoomable:!1});const vc=lc;var gc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._slotAnchor=function(t,e){var r=this.plotArea.categoryAxis.options.vertical,o=r?{horizontal:"left",vertical:"center"}:{horizontal:"center",vertical:"bottom"};return{point:r?new ce(this.plotArea.box.x2,e.center().y):new ce(e.center().x,-2),align:o}},e.prototype._defaultAnchor=function(t,e){return this._slotAnchor({},e)},e}(kl);const yc=gc;var mc=[si,ci];function bc(t){for(var e=[],r=0;r<t.length;r++){var o=t[r];e[r]=o.style.display,o.style.display="none"}return e}function xc(t,e){for(var r=0;r<t.length;r++)t[r].style.display=e[r]}function _c(t){return z(t)?[t]:t}var Cc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._setElementClass=function(t){V(t,"k-sparkline")},e.prototype._initElement=function(e){t.prototype._initElement.call(this,e),this._initialWidth=Math.floor(Pt(e).width)},e.prototype._resize=function(){var e=this.element,r=bc(e.childNodes);this._initialWidth=Math.floor(Pt(e).width),xc(e.childNodes,r),t.prototype._resize.call(this)},e.prototype._modelOptions=function(){var t=this.options,e=this._surfaceWrap(),r=bc(e.childNodes),o=document.createElement("span");o.innerHTML="&nbsp;",e.appendChild(o);var i=G({width:this._autoWidth,height:Pt(e).height,transitions:t.transitions},t.chartArea,{inline:!0,align:!1});return Pt(e,{width:i.width,height:i.height}),e.removeChild(o),xc(e.childNodes,r),this.surface&&this.surface.resize(),i},e.prototype._surfaceWrap=function(){if(!this.stage){var t=this.stage=document.createElement("span");this.element.appendChild(t)}return this.stage},e.prototype._createPlotArea=function(e){var r=t.prototype._createPlotArea.call(this,e);return this._autoWidth=this._initialWidth||this._calculateWidth(r),r},e.prototype._calculateWidth=function(t){for(var e=this.options,r=J(e.chartArea.margin),o=t.charts,i=this._surfaceWrap(),n=0,a=0;a<o.length;a++){var s=o[a],l=(s.options.series||[])[0];if(l){if(l.type===si)return 150;if(l.type===ci)return 150;if(l.type===xi)return Pt(i).height;var u=s.categoryAxis;if(u){var c=u.categoriesCount()*(!s.options.isStacked&&pt(l.type,[hi,Vi])?s.seriesOptions.length:1);n=Math.max(n,c)}}}var p=n*e.pointWidth;return p>0&&(p+=r.left+r.right),p},e.prototype._createSharedTooltip=function(t){return new yc(this._plotArea,t)},e.normalizeOptions=function(t){var e=_c(t);return(e=D(e)?{seriesDefaults:{data:e}}:G({},e)).series||(e.series=[{data:_c(e.data)}]),G(e,{seriesDefaults:{type:e.type}}),(pt(e.series[0].type,mc)||pt(e.seriesDefaults.type,mc))&&(e=G({},{categoryAxis:{crosshair:{visible:!1}}},e)),e},e}(vc);Rt(Cc,{chartArea:{margin:2},axisDefaults:{visible:!1,majorGridLines:{visible:!1},valueAxis:{narrowRange:!0}},seriesDefaults:{type:"line",area:{line:{width:.5}},bar:{stack:!0},padding:2,width:.5,overlay:{gradient:null},highlight:{visible:!1},border:{width:0},markers:{size:2,visible:!1}},tooltip:{visible:!0,shared:!0},categoryAxis:{crosshair:{visible:!0,tooltip:{visible:!1}}},legend:{visible:!1},transitions:!1,pointWidth:5,panes:[{clip:!1}]});const wc=Cc;var Oc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._initialOpacity=parseFloat(Q(this.element,"opacity").opacity)},e.prototype.step=function(t){Q(this.element,{opacity:String(ht(this._initialOpacity,0,t))})},e.prototype.abort=function(){t.prototype.abort.call(this),Q(this.element,{display:"none",opacity:String(this._initialOpacity)})},e.prototype.cancel=function(){t.prototype.abort.call(this),Q(this.element,{opacity:String(this._initialOpacity)})},e}(L.drawing.Animation);const Sc=Oc;function Pc(t,e){var r=document.createElement("div");return r.className=t,e&&(r.style.cssText=e),r}var Ac=function(t){function e(e,r,o){t.call(this),this.options=G({},this.options,o),this.container=e,this.chartService=r;var i=Q(e,["paddingLeft","paddingTop"]);this.chartPadding={top:i.paddingTop,left:i.paddingLeft},this.createElements(),e.appendChild(this.element)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElements=function(){var t=this.element=Pc("k-navigator-hint","display: none; position: absolute; top: 1px; left: 1px;"),e=this.tooltip=Pc("k-tooltip k-chart-tooltip"),r=this.scroll=Pc("k-scroll");e.innerHTML="&nbsp;",t.appendChild(e),t.appendChild(r)},e.prototype.show=function(t,e,r){var o=this,i=o.element,n=o.options,a=o.scroll,s=o.tooltip,l=Mr(Lr(t)+Lr(e-t)/2),u=.4*r.width(),c=r.center().x-u,p=(r.center().x-c)/(n.max-n.min),h=l-n.min,f=this.chartService.intl.format(n.format,t,e),d=ot(n);this.clearHideTimeout(),this._visible||(Q(i,{visibility:"hidden",display:"block"}),this._visible=!0),d&&(f=d({from:t,to:e})),s.innerHTML=f,Q(s,{left:r.center().x-s.offsetWidth/2,top:r.y1});var v=Q(s,["marginTop","borderTopWidth","height"]);Q(a,{width:u,left:c+h*p,top:r.y1+v.marginTop+v.borderTopWidth+v.height/2}),Q(i,{visibility:"visible"})},e.prototype.clearHideTimeout=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this._hideAnimation&&this._hideAnimation.cancel()},e.prototype.hide=function(){var t=this;this.clearHideTimeout(),this._hideTimeout=setTimeout((function(){t._visible=!1,t._hideAnimation=new Sc(t.element),t._hideAnimation.setup(),t._hideAnimation.play()}),this.options.hideDelay)},e.prototype.destroy=function(){this.clearHideTimeout(),this.container&&this.container.removeChild(this.element),delete this.container,delete this.chartService,delete this.element,delete this.tooltip,delete this.scroll},e}(L.Class);Rt(Ac,{format:"{0:d} - {1:d}",hideDelay:500});const jc=Ac;var kc="_navigator",Mc=kc,Tc="_default",Ec=function(t){function e(e){var r;t.call(this),this.chart=e;var o=this.options=G({},this.options,e.options.navigator),i=o.select;i&&(i.from=this.parseDate(i.from),i.to=this.parseDate(i.to)),wt(o.hint.visible)||(o.hint.visible=o.visible),this.chartObserver=new vt(this,((r={})[Yi]="_drag",r[Wi]="_dragEnd",r[Qi]="_zoom",r[Ji]="_zoomEnd",r)),e.addObserver(this.chartObserver)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parseDate=function(t){return Hr(this.chart.chartService.intl,t)},e.prototype.clean=function(){this.selection&&(this.selection.destroy(),this.selection=null),this.hint&&(this.hint.destroy(),this.hint=null)},e.prototype.destroy=function(){this.chart&&(this.chart.removeObserver(this.chartObserver),delete this.chart),this.clean()},e.prototype.redraw=function(){this._redrawSelf(),this.initSelection()},e.prototype.initSelection=function(){var t,e=this.chart,r=this.options,o=this.mainAxis(),i=o.roundedRange(),n=i.min,a=i.max,s=r.select,l=s.from,u=s.to,c=s.mousewheel,p=(t=o,Dc.prototype=t,new Dc);0!==o.categoriesCount()&&(this.clean(),p.box=o.box,this.selection=new Sl(e,p,{min:n,max:a,from:l||n,to:u||a,mousewheel:Nt(c,{zoom:"left"}),visible:r.visible},new vt(this,{selectStart:"_selectStart",select:"_select",selectEnd:"_selectEnd"})),r.hint.visible&&(this.hint=new jc(e.element,e.chartService,{min:n,max:a,template:ot(r.hint),format:r.hint.format})))},e.prototype.setRange=function(){var t=this.chart._createPlotArea(!0).namedCategoryAxes[Mc].roundedRange(),e=t.min,r=t.max,o=this.options.select||{},i=o.from||e;i<e&&(i=e);var n=o.to||r;n>r&&(n=r),this.options.select=G({},o,{from:i,to:n}),this.filterAxes()},e.prototype._redrawSelf=function(t){var e=this.chart._plotArea;e&&e.redraw(Mt(e.panes),t)},e.prototype.redrawSlaves=function(){var t=this.chart,e=t._plotArea,r=e.panes.filter((function(t){return t.options.name!==kc}));e.srcSeries=t.options.series,e.options.categoryAxis=t.options.categoryAxis,e.clearSeriesPointsCache(),e.redraw(r)},e.prototype._drag=function(t){var e,r=this.chart,o=this.selection,i=r._eventCoordinates(t.originalEvent),n=this.mainAxis(),a=n.roundedRange(),s=n.pane.box.containsPoint(i),l=r._plotArea.categoryAxis,u=t.axisRanges[l.options.name],c=this.options.select;if(u&&!s&&o){e=c.from&&c.to?Lr(c.to)-Lr(c.from):Lr(o.options.to)-Lr(o.options.from);var p=Mr(Tt(Lr(u.min),a.min,Lr(a.max)-e)),h=Mr(Tt(Lr(p)+e,Lr(a.min)+e,a.max));this.options.select={from:p,to:h},this.options.liveDrag&&(this.filterAxes(),this.redrawSlaves()),o.set(p,h),this.showHint(p,h)}},e.prototype._dragEnd=function(){this.filterAxes(),this.filter(),this.redrawSlaves(),this.hint&&this.hint.hide()},e.prototype.readSelection=function(){var t=this.selection.options,e=t.from,r=t.to,o=this.options.select;o.from=e,o.to=r},e.prototype.filterAxes=function(){var t=this.options.select;void 0===t&&(t={});for(var e=this.chart.options.categoryAxis,r=t.from,o=t.to,i=0;i<e.length;i++){var n=e[i];n.pane!==kc&&(n.min=r,n.max=o)}},e.prototype.filter=function(){var t=this.chart,e=this.options.select;if(t.requiresHandlers(["navigatorFilter"])){var r=this.mainAxis(),o={from:e.from,to:e.to};if("category"!==r.options.type){var i=new eo(G({baseUnit:"fit"},t.options.categoryAxis[0],{categories:[e.from,e.to]}),t.chartService).options;o.from=Er(i.min,-i.baseUnitStep,i.baseUnit),o.to=Er(i.max,i.baseUnitStep,i.baseUnit)}this.chart.trigger("navigatorFilter",o)}},e.prototype._zoom=function(t){var e=this,r=e.chart._plotArea.categoryAxis,o=e.selection,i=e.options,n=i.select,a=i.liveDrag,s=this.mainAxis(),l=t.delta;if(o){var u=s.categoryIndex(o.options.from),c=s.categoryIndex(o.options.to),p=this.chart._eventCoordinates(t.originalEvent);t.originalEvent.preventDefault(),Math.abs(l)>1&&(l*=3),c-u>1?(o.zoom(l,p),this.readSelection()):(r.options.min=n.from,n.from=r.scaleRange(-t.delta*this.chart._mousewheelZoomRate(),p).min),a&&(this.filterAxes(),this.redrawSlaves()),o.set(n.from,n.to),this.showHint(this.options.select.from,this.options.select.to)}},e.prototype._zoomEnd=function(t){this._dragEnd(t)},e.prototype.showHint=function(t,e){var r=this.chart._plotArea;this.hint&&this.hint.show(t,e,r.backgroundBox())},e.prototype._selectStart=function(t){return this.chart._selectStart(t)},e.prototype._select=function(t){return this.showHint(t.from,t.to),this.chart._select(t)},e.prototype._selectEnd=function(t){return this.hint&&this.hint.hide(),this.readSelection(),this.filterAxes(),this.filter(),this.redrawSlaves(),this.chart._selectEnd(t)},e.prototype.mainAxis=function(){var t=this.chart._plotArea;if(t)return t.namedCategoryAxes[Mc]},e.prototype.select=function(t,e){var r=this.options.select;return t&&e&&(r.from=this.parseDate(t),r.to=this.parseDate(e),this.filterAxes(),this.filter(),this.redrawSlaves(),this.selection.set(t,e)),{from:r.from,to:r.to}},e.setup=function(t,r){if(void 0===t&&(t={}),void 0===r&&(r={}),!t.__navi){t.__navi=!0;var o=G({},r.navigator,t.navigator),i=t.panes=[].concat(t.panes),n=G({},o.pane,{name:kc});o.visible||(n.visible=!1,n.height=.1),"top"!==t.navigator.position?i.push(n):i.unshift(n),i.forEach((function(t){return t.name=t.name||Tc})),e.attachAxes(t,o),e.attachSeries(t,o,r)}},e.attachAxes=function(t,e){var r=e.series||[],o=t.categoryAxis=[].concat(t.categoryAxis),i=t.valueAxis=[].concat(t.valueAxis);o.concat(i).forEach((function(t){return t.pane=t.pane||Tc}));var n=0===Sn(r,Bi).length,a=G({type:"date",pane:kc,roundToBaseUnit:!n,justified:n,_collapse:!1,majorTicks:{visible:!0},tooltip:{visible:!1},labels:{step:1},autoBind:e.autoBindElements,autoBaseUnitSteps:{minutes:[1],hours:[1,2],days:[1,2],weeks:[],months:[1],years:[1]}}),s=e.categoryAxis;o.push(G({},a,{maxDateGroups:200},s,{name:Mc,title:null,baseUnit:"fit",baseUnitStep:"auto",labels:{visible:!1},majorTicks:{visible:!1}}),G({},a,s,{name:Mc+"_labels",maxDateGroups:20,baseUnitStep:"auto",labels:{position:""},plotBands:[],autoBaseUnitSteps:{minutes:[]},_overlap:!0}),G({},a,s,{name:Mc+"_ticks",maxDateGroups:200,majorTicks:{width:.5},plotBands:[],title:null,labels:{visible:!1,mirror:!0},_overlap:!0})),i.push(G({name:Mc,pane:kc,majorGridLines:{visible:!1},visible:!1},e.valueAxis))},e.attachSeries=function(t,e,r){for(var o=t.series=t.series||[],i=[].concat(e.series||[]),n=r.seriesColors,a=e.seriesDefaults,s=0;s<i.length;s++)o.push(G({color:n[s%n.length],categoryField:e.dateField,visibleInLegend:!1,tooltip:{visible:!1}},a,i[s],{axis:Mc,categoryAxis:Mc,autoBind:e.autoBindElements}))},e}(L.Class);function Dc(){}const Vc=Ec;var Ic=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.applyDefaults=function(e,r){var o=Pt(this.element).width||600,i=r,n={seriesDefaults:{categoryField:e.dateField},axisDefaults:{categoryAxis:{name:"default",majorGridLines:{visible:!1},labels:{step:2},majorTicks:{visible:!1},maxDateGroups:Math.floor(o/28)}}};i&&(i=G({},i,n)),Vc.setup(e,i),t.prototype.applyDefaults.call(this,e,i)},e.prototype._setElementClass=function(t){V(t,"k-chart k-stockchart")},e.prototype.setOptions=function(e){this.destroyNavigator(),t.prototype.setOptions.call(this,e)},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this.options.transitions=!1,this._fullRedraw(),this.options.transitions=t},e.prototype._resize=function(){this.noTransitionsRedraw()},e.prototype._redraw=function(){var t=this.navigator;!this._dirty()&&t&&t.options.partialRedraw?t.redrawSlaves():this._fullRedraw()},e.prototype._dirty=function(){var t=this.options,e=st([].concat(t.series,t.navigator.series),(function(t){return t&&t.visible})).length,r=this._seriesCount!==e;return this._seriesCount=e,r},e.prototype._fullRedraw=function(){var e=this.navigator;e||(e=this.navigator=new Vc(this),this.trigger("navigatorCreated",{navigator:e})),e.clean(),e.setRange(),t.prototype._redraw.call(this),e.initSelection()},e.prototype._trackSharedTooltip=function(e){var r=this._plotArea.paneByPoint(e);r&&r.options.name===kc?this._unsetActivePoint():t.prototype._trackSharedTooltip.call(this,e)},e.prototype.bindCategories=function(){t.prototype.bindCategories.call(this),this.copyNavigatorCategories()},e.prototype.copyNavigatorCategories=function(){for(var t,e=[].concat(this.options.categoryAxis),r=0;r<e.length;r++){var o=e[r];o.name===Mc?t=o.categories:t&&o.pane===kc&&(o.categories=t)}},e.prototype.destroyNavigator=function(){this.navigator&&(this.navigator.destroy(),this.navigator=null)},e.prototype.destroy=function(){this.destroyNavigator(),t.prototype.destroy.call(this)},e.prototype._stopChartHandlers=function(e){var r=this._eventCoordinates(e),o=this._plotArea.paneByPoint(r);return t.prototype._stopChartHandlers.call(this,e)||o&&o.options.name===kc},e.prototype._toggleDragZoomEvents=function(){this._dragZoomEnabled||(this.element.style.touchAction="none",this._dragZoomEnabled=!0)},e}(vc);Rt(Ic,{dateField:"date",axisDefaults:{categoryAxis:{type:"date",baseUnit:"fit",justified:!0},valueAxis:{narrowRange:!0,labels:{format:"C"}}},navigator:{select:{},seriesDefaults:{markers:{visible:!1},tooltip:{visible:!1},highlight:{visible:!1},line:{width:2}},hint:{},visible:!0},tooltip:{visible:!0},legend:{visible:!1}});const Nc=Ic;var Lc=150,Bc="arrowPointer",Rc="barPointer",zc=.5,Fc=Math.PI/180,Hc="inside",Uc="linear",Kc="outside",Xc="radialPointer",$c="radialRangePointer";function Gc(t,e){var r=t.getOrigin(),o=t.getSize(),i=J(e);return t.setOrigin([r.x-i.left,r.y-i.top]),t.setSize([o.width+(i.left+i.right),o.height+(i.top+i.bottom)]),t}var Yc=L.drawing.Group,Wc=L.drawing.Path,qc=L.drawing.Text;function Zc(t,e){var r=t.box,o=t.children[0].box,i=e.border||{},n=e.background||"",a=Wc.fromRect(new L.geometry.Rect([r.x1,r.y1],[r.width(),r.height()]),{stroke:{}}),s=new qc(t.text,new L.geometry.Point(o.x1,o.y1),{font:e.font,fill:{color:e.color}}),l=Gc(s.bbox().clone(),e.padding),u=Wc.fromRect(l,{stroke:{color:i.width?i.color:"",width:i.width,opacity:i.opacity,dashType:i.dashType,lineJoin:"round",lineCap:"round"},fill:{color:n}}),c=new Yc;return c.append(a),c.append(u),c.append(s),c}function Qc(t,e,r){var o=wt(t.from)?t.from:x,i=wt(t.to)?t.to:b;return t.from=Math.max(Math.min(i,o),e),t.to=Math.min(Math.max(i,o),r),t}function Jc(t,e){var r=J(e);return r.left=-r.left,r.top=-r.top,r.right=-r.right,r.bottom=-r.bottom,Gc(t,r)}var tp=L.drawing.Path,ep=L.drawing.Surface,rp=function(t){function e(e,r,o,i){void 0===i&&(i={}),t.call(this),this.element=e,this.theme=o,this.contextService=new ir(this,i),this._originalOptions=G({},this.options,r),this.options=G({},this._originalOptions),this._initTheme(o),this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.surface&&(this.surface.destroy(),this.surface=null),delete this.element,delete this.surfaceElement},e.prototype.value=function(t){var e=this.pointers[0];if(0===arguments.length)return e.value();e.value(t),this._setValueOptions(t)},e.prototype._draw=function(){var t=this.surface;t.clear(),t.draw(this._visuals)},e.prototype.exportVisual=function(){return this._visuals},e.prototype.allValues=function(t){var e=this.pointers,r=[];if(0===arguments.length){for(var o=0;o<e.length;o++)r.push(e[o].value());return r}if(D(t))for(var i=0;i<t.length;i++)z(t[i])&&e[i].value(t[i]);this._setValueOptions(t)},e.prototype._setValueOptions=function(t){for(var e=[].concat(this.options.pointer),r=[].concat(t),o=0;o<r.length;o++)e[o].value=r[o]},e.prototype.resize=function(){this.noTransitionsRedraw()},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this._toggleTransitions(!1),this.redraw(),this._toggleTransitions(t)},e.prototype.redraw=function(){var t=this._surfaceSize(),e=new L.geometry.Rect([0,0],[t.width,t.height]);this._initSurface(),this.gaugeArea=this._createGaugeArea(),this._createModel();var r=Jc(e.bbox(),this._gaugeAreaMargin);this.reflow(r)},e.prototype.setOptions=function(t,e){this._originalOptions=G(this._originalOptions,t),this.options=G({},this._originalOptions),this._initTheme(e),this.redraw()},e.prototype.setDirection=function(t){this.contextService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&(this.surface.destroy(),this.surface=null)},e.prototype.setIntlService=function(t){this.contextService.intl=t},e.prototype._initTheme=function(t){var e=t||this.theme||{};this.theme=e,this.options=G({},e,this.options);var r=this.options,o=r.pointer;if(D(o)){for(var i=[],n=0;n<o.length;n++)i.push(G({},e.pointer,o[n]));r.pointer=i}},e.prototype._createGaugeArea=function(){var t=this.options.gaugeArea,e=this.surface.size(),r=t.border||{},o=new L.geometry.Rect([0,0],[e.width,e.height]);return this._gaugeAreaMargin=t.margin||5,r.width>0&&(o=Jc(o,r.width)),tp.fromRect(o,{stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType,lineJoin:"round",lineCap:"round"},fill:{color:t.background}})},e.prototype._initSurface=function(){var t=this.options,e=this.surface,r=this._surfaceElement(),o=this._surfaceSize();Pt(r,o),e&&e.options.type===t.renderAs?(this.surface.clear(),this.surface.resize()):(e&&e.destroy(),this.surface=ep.create(r,{type:t.renderAs}))},e.prototype._surfaceSize=function(){var t=this.options,e=this._getSize();return t.gaugeArea&&G(e,t.gaugeArea),e},e.prototype._surfaceElement=function(){return this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.element.appendChild(this.surfaceElement)),this.surfaceElement},e.prototype.getSize=function(){return this._getSize()},e.prototype._getSize=function(){var t=this.element,e=this._defaultSize(),r=t.offsetWidth,o=t.offsetHeight;return r||(r=e.width),o||(o=e.height),{width:r,height:o}},e.prototype._defaultSize=function(){return{width:200,height:200}},e.prototype._toggleTransitions=function(t){this.options.transitions=t;for(var e=0;e<this.pointers.length;e++)this.pointers[e].options.animation.transitions=t},e}(L.Class);Rt(rp,{plotArea:{},theme:"default",renderAs:"",pointer:{},scale:{},gaugeArea:{}});const op=rp;var ip=L.drawing.Path,np=L.drawing.Group,ap=L.geometry.Point;function sp(t,e){var r,o,i=t.position,n=t.tickX,a=t.tickY;return t.vertical?(r=new ap(n,i),o=new ap(n+e.size,i)):(r=new ap(i,a),o=new ap(i,a+e.size)),new ip({stroke:{color:e.color,width:e.width}}).moveTo(r).lineTo(o)}function lp(t,e,r,o){var i=e.length;if(o.visible)for(var n=r.mirror,a=r.lineBox,s=o.skip;s<i;s+=o.step)s%o.skipUnit!=0&&(r.tickX=n?a.x2:a.x2-o.size,r.tickY=n?a.y1-o.size:a.y1,r.position=e[s],t.append(sp(r,o)))}var up=function(t){function e(e,r){var o=e||{};!wt(o.reverse)&&!1===o.vertical&&(r||{}).rtl&&(o=Object.assign({},o,{reverse:!0})),t.call(this,0,1,o,r),this.options.minorUnit=this.options.minorUnit||this.options.majorUnit/10}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=G({},this.options,t);return(e=G({},e,{labels:{mirror:e.mirror}})).majorUnit=e.majorUnit||ue(e.min,e.max),e},e.prototype.initFields=function(){},e.prototype.render=function(){var t=this.elements=new np,e=this.renderLabels(),r=this.renderLine(),o=this.renderTicks(),i=this.renderRanges();return t.append(r,e,o,i),t},e.prototype.renderRanges=function(){for(var t=this,e=this.options,r=e.min,o=e.max,i=e.vertical,n=e.labels.mirror,a=e.ranges||[],s=new np,l=a.length,u=e.rangeSize||e.minorTicks.size/2,c=0;c<l;c++){var p=Qc(a[c],r,o),h=t.getSlot(p.from,p.to),f=i?t.lineBox():h,d=i?h:t.lineBox();i?f.x1-=u*(n?-1:1):d.y2+=u*(n?-1:1),s.append(ip.fromRect(new L.geometry.Rect([f.x1,d.y1],[f.x2-f.x1,d.y2-d.y1]),{fill:{color:p.color,opacity:p.opacity},stroke:{}}))}return s},e.prototype.renderLabels=function(){for(var t=this.labels,e=this.options,r=new np,o=0;o<t.length;o++)r.append(Zc(t[o],e.labels));return r},e.prototype.renderLine=function(){var t=this.options.line,e=this.lineBox(),r=new np;if(t.width>0&&t.visible){var o=new ip({stroke:{color:t.color,dashType:t.dashType,width:t.width}});o.moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),r.append(o)}return r},e.prototype.renderTicks=function(){var t=new np,e=this.options,r=e.majorTicks.visible?e.majorUnit:0,o={vertical:e.vertical,mirror:e.labels.mirror,lineBox:this.lineBox()};return lp(t,this.getMajorTickPositions(),o,e.majorTicks),lp(t,this.getMinorTickPositions(),o,G({},{skipUnit:r/e.minorUnit},e.minorTicks)),t},e}(lo);Rt(up,{min:0,max:50,majorTicks:{size:15,align:Hc,color:n,width:zc,visible:!0},minorTicks:{size:10,align:Hc,color:n,width:zc,visible:!0},line:{width:zc},labels:{position:Hc,padding:2},mirror:!1,_alignLines:!1});const cp=up;var pp=function(t){function e(e,r){t.call(this);var o=e.options,i=o.min,n=o.max,a=this.options=G({},this.options,r);a.fill=a.color,this.scale=e,wt(a.value)?a.value=Tt(a.value,i,n):a.value=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this.options,r=e.value;if(0===arguments.length)return r;var o=this.scale.options,i=o.min,n=o.max;e._oldValue=wt(e._oldValue)?e.value:i,e.value=Tt(t,i,n),this.elements&&this.repaint()},e}(L.Class);Rt(pp,{color:n});const hp=pp;var fp=function(t){function e(e,r){t.call(this,e,r),this.options=G({track:{visible:wt(r.track)}},this.options)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t,e,r,o=this.options,i=this.scale,n=i.options,a=n.mirror,s=n.vertical,l=i.lineBox(),u=o.track.size||o.size,c=o.size/2,p=J(o.margin),h=s?p[a?"left":"right"]:p[a?"bottom":"top"];h=a?-h:h,s?(r=new fe(l.x1+h,l.y1,l.x1+h,l.y2),a?r.x1-=u:r.x2+=u,o.shape!==Rc&&(t=e=new fe(l.x2+h,l.y1-c,l.x2+h,l.y2+c))):(r=new fe(l.x1,l.y1-h,l.x2,l.y1-h),a?r.y2+=u:r.y1-=u,o.shape!==Rc&&(t=e=new fe(l.x1-c,l.y1-h,l.x2+c,l.y1-h))),this.trackBox=r,this.pointerRangeBox=e,this.box=t||r.clone().pad(o.border.width)},e.prototype.getElementOptions=function(){var t=this.options;return{fill:{color:t.color,opacity:t.opacity},stroke:wt(t.border)?{color:t.border.width?t.border.color||t.color:"",width:t.border.width,dashType:t.border.dashType,opacity:t.opacity}:null}},e.prototype._margin=function(){var t=this.scale,e=this.options,r=t.options,o=r.mirror,i=r.vertical,n=J(e.margin);return i?n[o?"left":"right"]:n[o?"bottom":"top"]},e}(hp);Rt(fp,{shape:Rc,track:{border:{width:1}},color:n,border:{width:1},opacity:1,margin:J(3),animation:{type:Rc},visible:!0});const dp=fp;var vp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=t.margin,r=t.from,o=t.to,i=t.vertical,n=i?"x1":"y1";t.mirror===i?(r[n]-=e,o[n]-=e):(r[n]+=e,o[n]+=e);var a=this.fromScale=new L.geometry.Point(r.x1,r.y1),s=this.toScale=new L.geometry.Point(o.x1,o.y1);0!==t.duration&&(t.duration=Math.max(a.distanceTo(s)/t.duration*1e3,1))},e.prototype.step=function(t){var e=ht(this.fromScale.x,this.toScale.x,t),r=ht(this.fromScale.y,this.toScale.y,t);this.element.transform(L.geometry.transform().translate(e,r))},e}(L.drawing.Animation);Rt(vp,{easing:Uc,duration:250}),L.drawing.AnimationFactory.current.register(Bc,vp);const gp=vp;var yp=L.geometry.Point,mp=L.drawing.Path,bp=function(t){function e(e,r){t.call(this,e,r),wt(this.options.size)||(this.options.size=.6*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(){var t=this.scale,e=this.options.size,r=e/2,o=t.options.mirror?-1:1;return t.options.vertical?[new yp(0,0-r),new yp(0-o*e,0),new yp(0,0+r)]:[new yp(0-r,0),new yp(0,0+o*e),new yp(0+r,0)]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=new gp(this.elements,G(e.animation,{vertical:t.options.vertical,mirror:t.options.mirror,margin:this._margin(e.margin),from:t.getSlot(e._oldValue),to:t.getSlot(e.value)}));!1===e.animation.transitions&&(r.options.duration=0),r.setup(),r.play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=this.getElementOptions(),o=this.pointerShape(e.value);e.animation.type=Bc;var i=new mp({stroke:r.stroke,fill:r.fill}).moveTo(o[0]).lineTo(o[1]).lineTo(o[2]).close(),n=t.getSlot(e.value);return i.transform(L.geometry.transform().translate(n.x1,n.y1)),this.elements=i,i},e}(dp);const xp=bp;var _p=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=this.axis=t.vertical?E:T,r=this.to=t.newPoints[0][e],o=this.from=t.oldPoints[0][e];0!==t.duration&&(t.duration=Math.max(Math.abs(r-o)/t.speed*1e3,1)),this._set(o)},e.prototype.step=function(t){var e=ht(this.from,this.to,t);this._set(e)},e.prototype._set=function(t){var e="set"+this.axis.toUpperCase(),r=this.options.newPoints;r[0][e](t),r[1][e](t)},e}(L.drawing.Animation);Rt(_p,{easing:Uc,speed:250}),L.drawing.AnimationFactory.current.register(Rc,_p);const Cp=_p;var wp=L.drawing.Group,Op=L.drawing.Path,Sp=function(t){function e(e,r){t.call(this,e,r),wt(this.options.size)||(this.options.size=.3*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(t){var e=this.scale,r=this.options,o=e.options,i=o.mirror,n=o.vertical,a=i===n?-1:1,s=r.size*a,l=e.getSlot(e.options.min),u=e.getSlot(t),c=n?E:T,p=n?T:E,h=this._margin()*a,f=new L.geometry.Point;f[c]=l[c+"1"],f[p]=l[p+"1"];var d=new L.geometry.Point;d[c]=u[c+"1"],d[p]=u[p+"1"],n?(f.translate(h,0),d.translate(h,0)):(f.translate(0,h),d.translate(0,h));var v=d.clone(),g=f.clone();return n?(v.translate(s,0),g.translate(s,0)):(v.translate(0,s),g.translate(0,s)),[f,d,v,g]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=this.pointerShape(e.value),o=this.pointerPath,i=this.pointerShape(e._oldValue);o.moveTo(r[0]).lineTo(r[1]).lineTo(r[2]).lineTo(r[3]).close();var n=new Cp(o,G(e.animation,{reverse:t.options.reverse,vertical:t.options.vertical,oldPoints:[i[1],i[2]],newPoints:[r[1],r[2]]}));!1===e.animation.transitions&&(n.options.duration=0),n.setup(),n.play()},e.prototype.render=function(){var t=new wp,e=this.getElementOptions();this.options.track.visible&&t.append(this.renderTrack());var r=this.pointerPath=new Op({stroke:e.stroke,fill:e.fill});return t.append(r),this.elements=t,t},e.prototype.renderTrack=function(){var t=this.options.track,e=t.border||{},r=this.trackBox.clone().pad(e.width||0);return new Op.fromRect(r.toRect(),{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.width?e.color||t.color:"",width:e.width,dashType:e.dashType}})},e}(dp);const Pp=Sp;var Ap=L.drawing.Group,jp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.pointers,r=t.origin.x,o=t.origin.y,i=new fe(r,o,r+t.width(),o+t.height());this.scale.reflow(i),this._shrinkScaleWidth(i);for(var n=0;n<e.length;n++)e[n].reflow();this.bbox=this._getBox(i),this._alignElements(),this._shrinkElements(),this._buildVisual(),this._draw()},e.prototype._buildVisual=function(){var t=new Ap,e=this.scale.render(),r=this.pointers;t.append(this.gaugeArea),t.append(e);for(var o=0;o<r.length;o++){var i=r[o];t.append(i.render()),i.value(i.options.value)}this._visuals=t},e.prototype._createModel=function(){var t=this.options,e=this.scale=new cp(t.scale,this.contextService);this.pointers=[];var r=t.pointer;r=D(r)?r:[r];for(var o=0;o<r.length;o++){var i=G({},r[o],{animation:{transitions:t.transitions}}),n="arrow"===i.shape?xp:Pp;this.pointers.push(new n(e,i))}},e.prototype._defaultSize=function(){var t=this.options.scale.vertical;return{width:t?60:200,height:t?200:60}},e.prototype._getBox=function(t){for(var e,r=this.scale,o=this.pointers,i=t.center(),n=o[0].box.clone().wrap(r.box),a=0;a<o.length;a++)n.wrap(o[a].box.clone());return r.options.vertical?(e=n.width()/2,n=new fe(i.x-e,t.y1,i.x+e,t.y2)):(e=n.height()/2,n=new fe(t.x1,i.y-e,t.x2,i.y+e)),n},e.prototype._alignElements=function(){for(var t,e=this.scale,r=this.pointers,o=e.box,i=r[0].box.clone().wrap(e.box),n=this.bbox,a=0;a<r.length;a++)i.wrap(r[a].box.clone());e.options.vertical?(t=n.center().x-i.center().x,e.reflow(new fe(o.x1+t,n.y1,o.x2+t,n.y2))):(t=n.center().y-i.center().y,e.reflow(new fe(o.x1,o.y1+t,o.x2,o.y2+t)));for(var s=0;s<r.length;s++)r[s].reflow(this.bbox)},e.prototype._shrinkScaleWidth=function(t){var e=this.scale;if(!e.options.vertical){var r=e.contentBox().width()-t.width();r>0&&(e.box.shrink(r,0),e.box.alignTo(t,"center"),e.reflow(e.box))}},e.prototype._shrinkElements=function(){for(var t=this.scale,e=this.pointers,r=t.box.clone(),o=t.options.vertical?"y":"x",i=e[0].box,n=0;n<e.length;n++)i.wrap(e[n].box.clone());r[o+1]+=Math.max(r[o+1]-i[o+1],0),r[o+2]-=Math.max(i[o+2]-r[o+2],0),t.reflow(r);for(var a=0;a<e.length;a++)e[a].reflow(this.bbox)},e}(op);Rt(jp,{transitions:!0,gaugeArea:{background:""},scale:{vertical:!0}});const kp=jp;var Mp=180,Tp=L.drawing.Arc,Ep=L.drawing.Path,Dp=L.drawing.Group;function Vp(t,e,r,o){var i=new Dp,n=t.center,a=t.getRadiusX();if(o.visible)for(var s=0;s<e.length;s++){var l=t.pointAt(e[s]),u=new L.geometry.Point(n.x+a-o.size,n.y).rotate(e[s],n);i.append(new Ep({stroke:{color:o.color,width:o.width}}).moveTo(l).lineTo(u))}return i}function Ip(t,e,r,o){return{from:t,to:e,color:r,opacity:o}}var Np=function(t){function e(e,r){t.call(this,0,1,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=G({},this.options,t);return e.majorUnit=e.majorUnit||ue(e.min,e.max),e.minorUnit=e.minorUnit||e.majorUnit/10,e},e.prototype.initFields=function(){},e.prototype.render=function(t,e){var r=this.renderArc(t,e);this.bbox=r.bbox(),this.labelElements=this.renderLabels(),this.ticks=this.renderTicks(),this.ranges=this.renderRanges()},e.prototype.reflow=function(t){var e=t.center(),r=Math.min(t.height(),t.width())/2;if(!wt(this.bbox))return this.render(e,r);this.bbox=this.arc.bbox(),this.radius(this.arc.getRadiusX()),this.repositionRanges(),this.renderLabels()},e.prototype.slotAngle=function(t){var e=this.options,r=e.min,o=e.max,i=e.reverse,n=e.startAngle,a=e.endAngle,s=a-n;return(i?a-(t-r)/(o-r)*s:(t-r)/(o-r)*s+n)+Mp},e.prototype.hasRanges=function(){var t=this.options.ranges;return t&&t.length},e.prototype.ticksSize=function(){var t=this.options,e=t.majorTicks,r=t.minorTicks,o=0;return e.visible&&(o=e.size),r.visible&&(o=Math.max(r.size,o)),o},e.prototype.labelsCount=function(){var e=t.prototype.labelsCount.call(this),r=this.options;return r.endAngle-r.startAngle>=360&&r.max%r.majorUnit==0&&(e-=1),e},e.prototype.renderLabels=function(){var t=this,e=this.options,r=this.arc.clone(),o=r.getRadiusX(),i=this.tickAngles(r,e.majorUnit),n=e.rangeSize=e.rangeSize||.1*o,a=new Dp,s=.05*o;wt(e.rangeDistance)?s=e.rangeDistance:e.rangeDistance=s;var l=e.labels,u=l.position===Hc,c=wt(this.labelElements);u&&(o-=this.ticksSize(),this.hasRanges()&&!c&&(o-=n+s),r.setRadiusX(o).setRadiusY(o));for(var p=this.labels,h=p.length,f=J(l.padding),d=(f.left+f.right)/2,v=(f.top+f.bottom)/2,g=0;g<h;g++){var y=p[g],m=y.box.width()/2,b=y.box.height()/2,x=i[g],_=(x-Mp)*Fc,C=r.pointAt(x),w=C.x+Math.cos(_)*(m+d)*(u?1:-1),O=C.y+Math.sin(_)*(b+v)*(u?1:-1);y.reflow(new fe(w-m,O-b,w+m,O+b));var S=new L.geometry.Point(y.box.x1,y.box.y1),P=void 0;if(c){var A=(P=t.labelElements.children[g]).bbox().origin,j=P.transform()||L.geometry.transform();j.translate(S.x-A.x,S.y-A.y),P.transform(j)}else P=Zc(y,e.labels),a.append(P);t.bbox=L.geometry.Rect.union(t.bbox,P.bbox())}return a},e.prototype.repositionRanges=function(){var t=this.ranges.children;if(t.length>0){var e=this.options,r=e.rangeDistance,o=e.rangeSize,i=this.getRangeRadius();this.options.labels.position===Hc&&(i+=o+r);for(var n=i+o/2,a=0;a<t.length;a++)t[a]._geometry.setRadiusX(n).setRadiusY(n);this.bbox=L.geometry.Rect.union(this.bbox,this.ranges.bbox())}},e.prototype.renderRanges=function(){var t=this,e=this.rangeSegments(),r=e.length,o=new Dp;if(r){var i=this.options,n=i.rangeSize,a=i.reverse,s=i.rangeDistance,l=this.getRangeRadius();this.radius(this.radius()-n-s);for(var u=0;u<r;u++){var c=e[u],p=t.slotAngle(c[a?"to":"from"]),h=t.slotAngle(c[a?"from":"to"]);h-p!=0&&o.append(t.createRange(p,h,l,c))}}return o},e.prototype.createRange=function(t,e,r,o){var i=this.options.rangeSize,n=new L.geometry.Arc(this.arc.center,{radiusX:r+i/2,radiusY:r+i/2,startAngle:t,endAngle:e});return new Tp(n,{stroke:{width:i,color:o.color,opacity:o.opacity,lineCap:o.lineCap}})},e.prototype.rangeSegments=function(){var t=this.options,e=t.ranges||[],r=e.length,o=[];if(r){var i=t.min,n=t.max,a=t.rangePlaceholderColor;o.push(Ip(i,n,a));for(var s=0;s<r;s++)for(var l=Qc(e[s],i,n),u=o.length,c=0;c<u;c++){var p=o[c];if(p.from<=l.from&&l.from<=p.to){o.push(Ip(l.from,l.to,l.color,l.opacity)),p.from<=l.to&&l.to<=p.to&&o.push(Ip(l.to,p.to,a,l.opacity)),p.to=l.from;break}}}return o},e.prototype.getRangeRadius=function(){var t=this.arc,e=this.options,r=e.rangeSize,o=e.rangeDistance,i=e.majorTicks.size;return e.labels.position===Kc?t.getRadiusX()-i-o-r:t.getRadiusX()-r},e.prototype.renderArc=function(t,e){var r=this.options;return this.arc=new L.geometry.Arc(t,{radiusX:e,radiusY:e,startAngle:r.startAngle+Mp,endAngle:r.endAngle+Mp})},e.prototype.renderTicks=function(){var t=this.arc,e=this.options,r=t.clone();this.majorTickAngles=this.tickAngles(t,e.majorUnit),this.majorTicks=Vp(r,this.majorTickAngles,e.majorUnit,e.majorTicks);var o=new Dp;o.append(this.majorTicks);var i=e.majorTicks.size,n=e.minorTicks.size;if(this._tickDifference=i-n,e.labels.position===Kc){var a=r.getRadiusX();r.setRadiusX(a-i+n).setRadiusY(a-i+n)}return this.minorTickAngles=this.normalizeTickAngles(this.tickAngles(t,e.minorUnit)),this.minorTicks=Vp(r,this.minorTickAngles,e.minorUnit,e.minorTicks),o.append(this.minorTicks),o},e.prototype.normalizeTickAngles=function(t){for(var e=this.options,r=e.majorUnit/e.minorUnit,o=t.length-1;o>=0;o--)o%r==0&&t.splice(o,1);return t},e.prototype.tickAngles=function(t,e){var r=this.options,o=r.reverse,i=r.max-r.min,n=t.endAngle-t.startAngle,a=i/e,s=t.startAngle,l=n/a;o&&(s+=n,l=-l),n>=360&&r.max%e==0&&(a-=1);for(var c=[],p=0;p<a;p++)c.push(Vt(s,u)),s+=l;return Vt(s)<=t.endAngle&&c.push(s),c},e.prototype.radius=function(t){if(!t)return this.arc.getRadiusX();this.arc.setRadiusX(t).setRadiusY(t),this.repositionTicks(this.majorTicks.children,this.majorTickAngles),this.repositionTicks(this.minorTicks.children,this.minorTickAngles,!0)},e.prototype.repositionTicks=function(t,e,r){var o=r&&this._tickDifference||0,i=this.arc,n=i.getRadiusX();r&&this.options.labels.position===Kc&&0!==o&&(i=this.arc.clone()).setRadiusX(n-o).setRadiusY(n-o);for(var a=0;a<t.length;a++){var s=i.pointAt(e[a]),l=t[a].segments,u=s.x-l[0].anchor().x,c=s.y-l[0].anchor().y;t[a].transform((new L.geometry.transform).translate(u,c))}},e}(lo);Rt(Np,{min:0,max:100,majorTicks:{size:15,align:Hc,color:n,width:zc,visible:!0},minorTicks:{size:10,align:Hc,color:n,width:zc,visible:!0},startAngle:-30,endAngle:210,labels:{position:Hc,padding:2}});const Lp=Np;var Bp=function(t){function e(e,r){t.call(this,e,r);var o=this.options;o.duration=Math.max(Math.abs(o.newAngle-o.oldAngle)/o.duration*1e3,1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this.options,r=ht(e.oldAngle,e.newAngle,t);this.element.transform(L.geometry.transform().rotate(r,e.center))},e}(L.drawing.Animation);Rt(Bp,{easing:Uc,duration:Lc}),L.drawing.AnimationFactory.current.register(Xc,Bp);const Rp=Bp;var zp=L.drawing.Circle,Fp=L.drawing.Group,Hp=L.drawing.Path,Up=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setAngle=function(t){this.elements.transform(L.geometry.transform().rotate(t,this.center))},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),o=t.slotAngle(e.value);!1===e.animation.transitions?this.setAngle(o):new Rp(this.elements,G(e.animation,{oldAngle:r,newAngle:o})).play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=new Fp;return!1!==e.animation&&G(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),r.append(this._renderNeedle(),this._renderCap()),this.elements=r,this.setAngle(Fc),r},e.prototype.reflow=function(t){var e=this.center=t.center,r=Tt(this.options.length||1,.1,1.5),o=this.radius=t.getRadiusX()*r,i=this.capSize=Math.round(o*this.options.cap.size);this.bbox=L.geometry.Rect.fromPoints(new L.geometry.Point(e.x-i,e.y-i),new L.geometry.Point(e.x+i,e.y+i))},e.prototype._renderNeedle=function(){var t=this.scale.options.minorTicks.size,e=this.center,r=this.options.color,o=new Hp({fill:{color:r},stroke:{color:r,width:zc}});return o.moveTo(e.x+this.radius-t,e.y).lineTo(e.x,e.y-this.capSize/2).lineTo(e.x,e.y+this.capSize/2).close(),o},e.prototype._renderCap=function(){var t=this.options,e=t.cap.color||t.color,r=new L.geometry.Circle(this.center,this.capSize);return new zp(r,{fill:{color:e},stroke:{color:e}})},e}(hp);Rt(Up,{cap:{size:.05},arrow:{width:16,height:14},animation:{type:Xc,duration:Lc}});const Kp=Up;var Xp=L.drawing.Group,$p=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this,r=this.pointers;this.scale.reflow(t),this._initialPlotArea=this.scale.bbox;for(var o=0;o<r.length;o++)r[o].reflow(e.scale.arc),e._initialPlotArea=L.geometry.Rect.union(e._initialPlotArea,r[o].bbox);this.fitScale(t),this.alignScale(t),this._buildVisual(this.gaugeArea,r,this.scale),this._draw()},e.prototype._buildVisual=function(t,e,r){var o=this._visuals=new Xp;o.append(t),o.append(r.ticks),o.append(r.ranges),this._buildPointers(e),o.append(r.labelElements)},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),this._visuals.append(r.elements),r.value(r.options.value)}},e.prototype.fitScale=function(t){for(var e,r,o,i,n,a=this,s=this.scale.arc,l=this._initialPlotArea,c=Math.abs(this.getDiff(l,t)),p=Vt(c,u),h=Vt(-c,u),f=0,d=0;!(!(d++<100)||(f=n===o?f+1:0)>5||p!==i&&0<=(e=a.getPlotBox(p,t,s))&&e<=2||h!==i&&0<=(o=a.getPlotBox(h,t,s))&&o<=2||(i=e>0&&o>0?2*p:e<0&&o<0?2*h:Vt((p+h)/2||1,u),0<=(r=a.getPlotBox(i,t,s))&&r<=2));)n=o,r>0?(h=i,o=r):(p=i,e=r)},e.prototype.getPlotBox=function(t,e,r){var o=this.scale,i=this.pointers,n=r.getRadiusX(),a=r.clone();a.setRadiusX(n+t).setRadiusY(n+t),o.arc=a,o.reflow(e),this.plotBbox=o.bbox;for(var s=0;s<i.length;s++)i[s].reflow(a),this.plotBbox=L.geometry.Rect.union(this.plotBbox,i[s].bbox);return this.getDiff(this.plotBbox,e)},e.prototype.getDiff=function(t,e){return Math.min(e.width()-t.width(),e.height()-t.height())},e.prototype.alignScale=function(t){var e=this.plotBbox.center(),r=t.center(),o=e.x-r.x,i=e.y-r.y,n=this.scale,a=this.pointers;n.arc.center.x-=o,n.arc.center.y-=i,n.reflow(t);for(var s=0;s<a.length;s++)a[s].reflow(n.arc),this.plotBbox=L.geometry.Rect.union(n.bbox,a[s].bbox)},e.prototype._createModel=function(){var t=this.options,e=t.pointer,r=this.scale=new Lp(t.scale,this.contextService);this.pointers=[];for(var o=D(e)?e:[e],i=0;i<o.length;i++){var n=new Kp(r,G({},o[i],{animation:{transitions:t.transitions}}));this.pointers.push(n)}},e}(op);Rt($p,{transitions:!0,gaugeArea:{background:""}});const Gp=$p;var Yp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.rangeSegments=function(){var t=this.options;return[{from:t.min,to:t.max,color:t.rangePlaceholderColor,lineCap:t.rangeLineCap}]},e.prototype.hasRanges=function(){return!0},e.prototype.placeholderRangeAngle=function(t){var e=this.ranges.children[0].geometry();this.options.reverse?e.setEndAngle(t):e.setStartAngle(t)},e.prototype.addRange=function(t,e,r){var o=this.options.reverse,i=this.slotAngle(o?e:t),n=this.slotAngle(o?t:e),a=this.createRange(i,n,this.getRangeRadius(),r);return this.ranges.append(a),a},e}(Lp);Rt(Yp,{min:0,max:100,majorTicks:{visible:!1},minorTicks:{visible:!1},labels:{visible:!1},startAngle:0,endAngle:180,rangeLineCap:"round"});const Wp=Yp;var qp=function(t){function e(e,r){t.call(this,e,r);var o=this.options,i=Math.abs(o.newAngle-o.oldAngle)/o.duration*1e3;o.duration=Tt(i,Lc,800);var n=e.elements.options.get("stroke.color"),a=e.currentColor();n!==a&&(this.startColor=new L.Color(n),this.color=new L.Color(a))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this,r=e.options,o=e.startColor,i=e.color,n=ht(r.oldAngle,r.newAngle,t);if(this.element.angle(n),i){var a=Vt(ht(o.r,i.r,t)),s=Vt(ht(o.g,i.g,t)),l=Vt(ht(o.b,i.b,t));this.element.stroke(new L.Color(a,s,l).toHex())}},e}(L.drawing.Animation);Rt(qp,{easing:Uc,duration:Lc}),L.drawing.AnimationFactory.current.register($c,qp);const Zp=qp;var Qp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),o=t.slotAngle(e.value);this.animation&&this.animation.abort(),!1===e.animation.transitions?(this.angle(o),this.stroke(this.currentColor())):(this.animation=new Zp(this,G(e.animation,{oldAngle:r,newAngle:o})),this.animation.play())},e.prototype.angle=function(t){var e=this.elements.geometry();this.scale.options.reverse?e.setStartAngle(t):e.setEndAngle(t),this.scale.placeholderRangeAngle(t)},e.prototype.stroke=function(t){this.elements.stroke(t)},e.prototype.render=function(){if(!this.elements){var t=this.scale,e=this.options;!1!==e.animation&&G(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),this.elements=t.addRange(t.options.min,this.options.value,{color:this.currentColor(),opacity:e.opacity,lineCap:t.options.rangeLineCap})}},e.prototype.currentColor=function(){var t=this.scale.options,e=t.min,r=t.max,o=this.options,i=o.colors,n=o.color,a=o.value,s=z(a)?a:e;if(i)for(var l=0;l<i.length;l++){var u=i[l],c=u.color,p=u.from;void 0===p&&(p=e);var h=u.to;if(void 0===h&&(h=r),p<=s&&s<=h)return c}return n},e.prototype.reflow=function(){this.render(),this.bbox=this.elements.bbox()},e}(hp);Rt(Qp,{animation:{type:$c,duration:Lc}});const Jp=Qp;var th=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initTheme=function(e){t.prototype._initTheme.call(this,e),this.options.color=this.options.color||(this.theme.pointer||{}).color},e.prototype._createModel=function(){var t=this.options,e=this.scale=new Wp(t.scale,this.contextService),r=new Jp(e,G({},{colors:t.colors,color:t.color,value:t.value,opacity:t.opacity,animation:{transitions:t.transitions}}));this.pointers=[r]},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),r.value(r.options.value)}},e.prototype._setValueOptions=function(t){this.options.value=t},e.prototype.currentColor=function(){var t=this.pointers[0];if(t)return t.currentColor()},e.prototype.centerLabelPosition=function(t,e){var r=this.getSize(),o=this.scale.arc.center,i=o.x-t/2,n=o.y-e/2;if(t<r.width){var a=i+t;i=Math.max(i,0),a>r.width&&(i-=a-r.width)}if(e<r.height){var s=this.scale.bbox,l=s.bottomRight().y,u=n+e;n=Math.max(n,s.origin.y),u>l&&(n-=u-l)}return{left:i,top:n}},e}(Gp);const eh=th;var rh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._createModel=function(){var e=this.options.scale;"number"!=typeof e.startAngle&&(e.startAngle=90),e.endAngle=e.startAngle+360,t.prototype._createModel.call(this)},e}(eh);const oh=rh;var ih=function(t){function e(e){t.call(this),this.setOptions(e),this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.setOptions=function(t){this.options=Object.assign({},this.options,t),this.quietZoneLength=this.options.addQuietZone?2*this.options.quietZoneLength:0},e.prototype.encode=function(t,e,r){var o=wt(t)?String(t):t;return this.initValue(o,e,r),this.options.addQuietZone&&this.addQuietZone(),this.addData(),this.options.addQuietZone&&this.addQuietZone(),{baseUnit:this.baseUnit,pattern:this.pattern}},e.prototype.initValue=function(){},e.prototype.addQuietZone=function(){this.pattern.push(this.options.quietZoneLength||10)},e.prototype.addData=function(){},e.prototype.invalidCharacterError=function(t){throw new Error('Character "'+t+'" is not valid for symbology '+this.name+".")},e}(L.Class);Rt(ih,{quietZoneLength:10,addQuietZone:!0,addCheckSum:!0});var nh=Object.assign,ah=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),nh(this,{name:"Code 11",characterMap:["111121","211121","121121","221111","112121","212111","122111","111221","211211","211111","112111"],cCheckSumTotal:10,kCheckSumTotal:9,kCheckSumMinLength:10,checkSumMod:11,DASH_VALUE:10,DASH:"-",START:"112211",STOP:"11221"})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.width=e,this.totalUnits=0},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addCheckSum=function(){var t=this.value,e=t.length,r=this.getWeightedSum(t,e,this.cCheckSumTotal)%this.checkSumMod;if(this.checksum=String(r),this.addPattern(this.characterMap[r]),++e>=this.kCheckSumMinLength){var o=(r+this.getWeightedSum(t,e,this.kCheckSumTotal))%this.checkSumMod;this.checksum+=o,this.addPattern(this.characterMap[o])}},e.prototype.getWeightedSum=function(t,e,r){for(var o=0,i=0;i<t.length;i++)o+=this.weightedValue(this.getValue(t.charAt(i)),e,i,r);return o},e.prototype.weightedValue=function(t,e,r,o){return((e-r)%o||o)*t},e.prototype.getValue=function(t){return isNaN(t)?(t!==this.DASH&&this.invalidCharacterError(t),this.DASH_VALUE):parseInt(t,10)},e.prototype.addCharacter=function(t){var e=this.getValue(t),r=this.characterMap[e];this.addPattern(r)},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e),this.totalUnits+=e},e}(ih);Rt(ah,{addCheckSum:!0});var sh=Object.assign,lh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),sh(this,{minBaseUnitLength:.7})},e.prototype.addData=function(){var t=this.value;this.addStart();for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.pushCheckSum(),this.addStop(),this.prepareValues()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addBase(e)},e.prototype.addBase=function(){},e}(ih),uh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),sh(this,{name:"Code 39",checkSumMod:43,minRatio:2.5,maxRatio:3,gapWidth:1,splitCharacter:"|",patternMappings:{b:"1|",w:"1|",B:"ratio|",W:"ratio|"},characterMap:{0:{pattern:"bwbWBwBwb",value:0},1:{pattern:"BwbWbwbwB",value:1},2:{pattern:"bwBWbwbwB",value:2},3:{pattern:"BwBWbwbwb",value:3},4:{pattern:"bwbWBwbwB",value:4},5:{pattern:"BwbWBwbwb",value:5},6:{pattern:"bwBWBwbwb",value:6},7:{pattern:"bwbWbwBwB",value:7},8:{pattern:"BwbWbwBwb",value:8},9:{pattern:"bwBWbwBwb",value:9},A:{pattern:"BwbwbWbwB",value:10},B:{pattern:"bwBwbWbwB",value:11},C:{pattern:"BwBwbWbwb",value:12},D:{pattern:"bwbwBWbwB",value:13},E:{pattern:"BwbwBWbwb",value:14},F:{pattern:"bwBwBWbwb",value:15},G:{pattern:"bwbwbWBwB",value:16},H:{pattern:"BwbwbWBwb",value:17},I:{pattern:"bwBwbWBwb",value:18},J:{pattern:"bwbwBWBwb",value:19},K:{pattern:"BwbwbwbWB",value:20},L:{pattern:"bwBwbwbWB",value:21},M:{pattern:"BwBwbwbWb",value:22},N:{pattern:"bwbwBwbWB",value:23},O:{pattern:"BwbwBwbWb",value:24},P:{pattern:"bwBwBwbWb",value:25},Q:{pattern:"bwbwbwBWB",value:26},R:{pattern:"BwbwbwBWb",value:27},S:{pattern:"bwBwbwBWb",value:28},T:{pattern:"bwbwBwBWb",value:29},U:{pattern:"BWbwbwbwB",value:30},V:{pattern:"bWBwbwbwB",value:31},W:{pattern:"BWBwbwbwb",value:32},X:{pattern:"bWbwBwbwB",value:33},Y:{pattern:"BWbwBwbwb",value:34},Z:{pattern:"bWBwBwbwb",value:35},"-":{pattern:"bWbwbwBwB",value:36},".":{pattern:"BWbwbwBwb",value:37}," ":{pattern:"bWBwbwBwb",value:38},$:{pattern:"bWbWbWbwb",value:39},"/":{pattern:"bWbWbwbWb",value:40},"+":{pattern:"bWbwbWbWb",value:41},"%":{pattern:"bwbWbWbWb",value:42},START:{pattern:"bWbwBwBwb"}}})},e.prototype.initValue=function(t,e,r){this.width=e,this.height=r,this.value=t,this.dataLength=t.length,this.pattern=[],this.patternString=""},e.prototype.prepareValues=function(){var t,e=this.minBaseUnitLength,r=this.minRatio,o=Math.ceil(Math.max(.15*this.width,24)),i=this.maxRatio;if(this.height<o)throw new Error("Insufficient height for Code39 encoding: the current height is "+this.height+"px and the minimum height is "+o+"px.");for(t=this.getBaseUnit(i);t<e&&i>r;)i=parseFloat((i-.1).toFixed(1)),t=this.getBaseUnit(i);if(t<e){var n=Math.ceil(this.getBaseWidth(r)*e);throw new Error("Insufficient width for Code39 encoding: the current width is "+this.width+'px and the minimum width for value "'+this.value+'" is '+n+"px.")}this.ratio=i,this.baseUnit=t,this.patternString=this.patternString.substring(0,this.patternString.length-1),this.pattern=this.pattern.concat(this.patternString.replace(/ratio/g,i).split(this.splitCharacter))},e.prototype.getBaseUnit=function(t){return this.width/this.getBaseWidth(t)},e.prototype.getBaseWidth=function(t){var e=3*(t+2);return this.quietZoneLength+e*(this.dataLength+2)+this.gapWidth*(this.dataLength+1)},e.prototype.addStart=function(){this.addPattern(this.characterMap.START.pattern),this.addCharacterGap()},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.addCharacterGap()},e.prototype.addStop=function(){this.addPattern(this.characterMap.START.pattern)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.patternString+=this.patternMappings[t.charAt(e)]},e.prototype.addCharacterGap=function(){this.patternString+=this.gapWidth+this.splitCharacter},e}(lh);Rt(uh,{addCheckSum:!1});var ch={addCharacter:function(t){this.characterMap[t]?this.addBase(this.characterMap[t]):t.charCodeAt(0)>127?this.invalidCharacterError(t):this.addExtended(t.charCodeAt(0))},addExtended:function(t){for(var e,r=this,o=0;o<this.extendedMappings.length;o++)if(e=r.extendedMappings[o].call(r,t)){for(var i=0;i<e.length;i++){var n=e[i];r.addBase(n)}return void(r.dataLength+=e.length-1)}},extendedMappings:[function(t){if(97<=t&&t<=122)return[this.characterMap[this.shiftCharacters[0]],this.characterMap[String.fromCharCode(t-32)]]},function(t){if(33<=t&&t<=58)return[this.characterMap[this.shiftCharacters[1]],this.characterMap[String.fromCharCode(t+32)]]},function(t){if(1<=t&&t<=26)return[this.characterMap[this.shiftCharacters[2]],this.characterMap[String.fromCharCode(t+64)]]},function(t){var e,r,o=this;if(this.specialAsciiCodes[t]){e=[];for(var i=0;i<this.specialAsciiCodes[t].length;i++)e.push(o.characterMap[o.shiftCharacters[3]]),e.push(o.characterMap[o.specialAsciiCodes[t][i]])}else r=6*Math.floor(t/32)+(t-27)%32+64,e=[this.characterMap[this.shiftCharacters[3]],this.characterMap[String.fromCharCode(r)]];return e}],specialAsciiCodes:{0:["U"],64:["V"],96:["W"],127:["T","X","Y","Z"]},shiftValuesAsciiCodes:{39:36,40:47,41:43,42:37},characterMap:{"+":!1,"/":!1,$:!1,"%":!1},shiftCharacters:["SHIFT0","SHIFT1","SHIFT2","SHIFT3"]},ph=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),G(this,ch,{name:"Code 39 extended",characterMap:{SHIFT0:{pattern:"bWbwbWbWb",value:41},SHIFT1:{pattern:"bWbWbwbWb",value:40},SHIFT2:{pattern:"bWbWbWbwb",value:39},SHIFT3:{pattern:"bwbWbWbWb",value:42}}})},e}(uh),hh=Object.assign,fh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hh(this,{name:"Code 93",cCheckSumTotal:20,kCheckSumTotal:15,checkSumMod:47,characterMap:{0:{pattern:"131112",value:0},1:{pattern:"111213",value:1},2:{pattern:"111312",value:2},3:{pattern:"111411",value:3},4:{pattern:"121113",value:4},5:{pattern:"121212",value:5},6:{pattern:"121311",value:6},7:{pattern:"111114",value:7},8:{pattern:"131211",value:8},9:{pattern:"141111",value:9},A:{pattern:"211113",value:10},B:{pattern:"211212",value:11},C:{pattern:"211311",value:12},D:{pattern:"221112",value:13},E:{pattern:"221211",value:14},F:{pattern:"231111",value:15},G:{pattern:"112113",value:16},H:{pattern:"112212",value:17},I:{pattern:"112311",value:18},J:{pattern:"122112",value:19},K:{pattern:"132111",value:20},L:{pattern:"111123",value:21},M:{pattern:"111222",value:22},N:{pattern:"111321",value:23},O:{pattern:"121122",value:24},P:{pattern:"131121",value:25},Q:{pattern:"212112",value:26},R:{pattern:"212211",value:27},S:{pattern:"211122",value:28},T:{pattern:"211221",value:29},U:{pattern:"221121",value:30},V:{pattern:"222111",value:31},W:{pattern:"112122",value:32},X:{pattern:"112221",value:33},Y:{pattern:"122121",value:34},Z:{pattern:"123111",value:35},"-":{pattern:"121131",value:36},".":{pattern:"311112",value:37}," ":{pattern:"311211",value:38},$:{pattern:"321111",value:39},"/":{pattern:"112131",value:40},"+":{pattern:"113121",value:41},"%":{pattern:"211131",value:42},SHIFT0:{pattern:"122211",value:46},SHIFT1:{pattern:"311121",value:45},SHIFT2:{pattern:"121221",value:43},SHIFT3:{pattern:"312111",value:44},START:{pattern:"111141"},TERMINATION_BAR:"1"}})},e.prototype.initValue=function(t,e,r){this.value=t,this.width=e,this.height=r,this.pattern=[],this.values=[],this.dataLength=t.length},e.prototype.prepareValues=function(){var t=Math.ceil(Math.max(.15*this.width,24));if(this.height<t)throw new Error("Insufficient height for Code93 encoding: the current height is "+this.height+"px, the minimum required height is "+t+"px.");if(this.setBaseUnit(),this.baseUnit<this.minBaseUnitLength){var e=Math.ceil(this.minBaseUnitLength*(this.width/this.baseUnit));throw new Error("Insufficient width for Code93 encoding: the current width is "+this.width+'px and the minimum required width for value "'+this.value+'" is '+e+"px.")}},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(9*(this.dataLength+2+2)+this.quietZoneLength+1)},e.prototype.addStart=function(){var t=this.characterMap.START.pattern;this.addPattern(t)},e.prototype.addStop=function(){this.addStart(),this.pattern.push(this.characterMap.TERMINATION_BAR)},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.values.push(t.value)},e.prototype.pushCheckSum=function(){var t,e=this,r=this._getCheckValues();this.checksum=r.join("");for(var o=0;o<r.length;o++)t=e.characterMap[e._findCharacterByValue(r[o])],e.addPattern(t.pattern)},e.prototype._getCheckValues=function(){var t,e,r=this,o=this.values,i=o.length,n=0;for(e=i-1;e>=0;e--)n+=r.weightedValue(o[e],i-e,r.cCheckSumTotal);for(t=n%this.checkSumMod,n=this.weightedValue(t,1,this.kCheckSumTotal),e=i-1;e>=0;e--)n+=r.weightedValue(o[e],i-e+1,r.kCheckSumTotal);return[t,n%this.checkSumMod]},e.prototype._findCharacterByValue=function(t){for(var e in this.characterMap)if(this.characterMap[e].value===t)return e},e.prototype.weightedValue=function(t,e,r){return(e%r||r)*t},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e)},e}(lh),dh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),G(this,ch,{name:"Code 93 extended",pushCheckSum:function(){var t,e=this,r=this._getCheckValues();this.checksum=r.join("");for(var o=0;o<r.length;o++)if(t=r[o],e.shiftValuesAsciiCodes[t])e.addExtended(e.shiftValuesAsciiCodes[t]);else{var i=e._findCharacterByValue(t);e.addPattern(e.characterMap[i].pattern)}}})},e}(fh),vh=/^\d+$/,gh=Object.assign,yh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),gh(this,{name:"Postnet",START:"2",VALID_CODE_LENGTHS:[5,9,11],DIGIT_SEPARATOR:"-",characterMap:["22111","11122","11212","11221","12112","12121","12211","21112","21121","21211"]})},e.prototype.initValue=function(t,e,r){this.height=r,this.width=e,this.baseHeight=r/2,this.value=t.replace(new RegExp(this.DIGIT_SEPARATOR,"g"),""),this.pattern=[],this.validate(this.value),this.checkSum=0,this.setBaseUnit()},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.START),this.pattern.pop()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];this.checkSum+=parseInt(t,10),this.addPattern(e)},e.prototype.addCheckSum=function(){this.checksum=(10-this.checkSum%10)%10,this.addCharacter(this.checksum)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(10*(this.value.length+1)+3+this.quietZoneLength)},e.prototype.validate=function(t){if(vh.test(t)||this.invalidCharacterError(t.match(/[^0-9]/)[0]),!pt(t.length,this.VALID_CODE_LENGTHS))throw new Error("Invalid value length. Valid lengths for the Postnet symbology are "+this.VALID_CODE_LENGTHS.join(",")+".")},e.prototype.addPattern=function(t){for(var e,r=this,o=0;o<t.length;o++)e=r.height-r.baseHeight*t.charAt(o),r.pattern.push({width:1,y1:e,y2:r.height}),r.pattern.push(1)},e}(ih),mh=/^\d+$/,bh=/^[a-z0-9]+$/i,xh=Object.assign,_h=function(t){function e(e){t.call(this),this.encoding=e,this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.addStart=function(){},e.prototype.is=function(){},e.prototype.isCode=function(){return!1},e.prototype.move=function(){},e.prototype.pushState=function(){},e}(L.Class),Ch=function(t){function e(e,r){t.call(this,e),this.states=r,this._initMoves(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),G(this,{FNC4:"FNC4",SHIFT:98})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.move=function(t){for(var e=0;!this._moves[e].call(this,t)&&e<this._moves.length;)e++},e.prototype.pushState=function(t){var e,r=this.states,o=t.value,i=o.length;if(pt("C",r)){var n=o.substr(t.index).match(/\d{4,}/g);n&&(i=o.indexOf(n[0],t.index))}for(;(e=t.value.charCodeAt(t.index))>=0&&this.isCode(e)&&t.index<i;)this.encoding.addPattern(this.getValue(e)),t.index++},e.prototype._initMoves=function(t){this._moves=[],pt(this.FNC4,t)&&this._moves.push(this._moveFNC),pt(this.shiftKey,t)&&this._moves.push(this._shiftState),this._moves.push(this._moveState)},e.prototype._moveFNC=function(t){if(t.fnc)return t.fnc=!1,t.previousState===this.key},e.prototype._shiftState=function(t){if(t.previousState===this.shiftKey&&(t.index+1>=t.value.length||this.encoding[this.shiftKey].is(t.value,t.index+1)))return this.encoding.addPattern(this.SHIFT),t.shifted=!0,!0},e.prototype._moveState=function(){return this.encoding.addPattern(this.MOVE),!0},e}(_h),wh={};wh.A=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{key:"A",shiftKey:"B",MOVE:101,START:103})},e.prototype.isCode=function(t){return 0<=t&&t<96},e.prototype.getValue=function(t){return t<32?t+64:t-32},e}(Ch),wh.B=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{key:"B",shiftKey:"A",MOVE:100,START:104})},e.prototype.isCode=function(t){return 32<=t&&t<128},e.prototype.getValue=function(t){return t-32},e}(Ch),wh.C=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{key:"C",MOVE:99,START:105})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=Mh(t,e,4);return(e+4<=t.length||2===t.length)&&mh.test(r)},e.prototype.move=function(){this.encoding.addPattern(this.MOVE)},e.prototype.pushState=function(t){for(var e;(e=Mh(t.value,t.index,2))&&mh.test(e)&&2===e.length;)this.encoding.addPattern(parseInt(e,10)),t.index+=2},e.prototype.getValue=function(t){return t},e}(_h),wh.FNC4=function(t){function e(e,r){t.call(this,e),this._initSubStates(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{key:"FNC4",dependentStates:["A","B"]})},e.prototype.addStart=function(t){var e=t.value.charCodeAt(0)-128,r=this._getSubState(e);this.encoding[r].addStart()},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.isCode=function(t){return 128<=t&&t<256},e.prototype.pushState=function(t){var e,r=this._initSubState(t),o=this.encoding,i=r.value.length;if(t.index+=i,i<3)for(;r.index<i;r.index++)e=r.value.charCodeAt(r.index),r.state=this._getSubState(e),r.previousState!==r.state&&(r.previousState=r.state,o[r.state].move(r)),o.addPattern(o[r.state].MOVE),o.addPattern(o[r.state].getValue(e));else r.state!==r.previousState&&o[r.state].move(r),this._pushStart(r),o.pushData(r,this.subStates),t.index<t.value.length&&this._pushStart(r);t.fnc=!0,t.state=r.state},e.prototype._pushStart=function(t){this.encoding.addPattern(this.encoding[t.state].MOVE),this.encoding.addPattern(this.encoding[t.state].MOVE)},e.prototype._initSubState=function(t){var e={value:this._getAll(t.value,t.index),index:0};return e.state=this._getSubState(e.value.charCodeAt(0)),e.previousState=t.previousState===this.key?e.state:t.previousState,e},e.prototype._initSubStates=function(t){this.subStates=[];for(var e=0;e<t.length;e++)pt(t[e],this.dependentStates)&&this.subStates.push(t[e])},e.prototype._getSubState=function(t){for(var e=this,r=0;r<this.subStates.length;r++)if(e.encoding[e.subStates[r]].isCode(t))return e.subStates[r]},e.prototype._getAll=function(t,e){for(var r,o="",i=e;(r=t.charCodeAt(i++))&&this.isCode(r);)o+=String.fromCharCode(r-128);return o},e}(_h),wh.FNC1=function(t){function e(e,r){t.call(this,e),this.states=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{key:"FNC1",startState:"C",startAI:"(",endAI:")",dependentStates:["C","B"],applicationIdentifiers:{22:{max:29,type:"alphanumeric"},402:{length:17},7004:{max:4,type:"alphanumeric"},242:{max:6,type:"alphanumeric"},8020:{max:25,type:"alphanumeric"},703:{min:3,max:30,type:"alphanumeric"},8008:{min:8,max:12,type:"alphanumeric"},253:{min:13,max:17,type:"alphanumeric"},8003:{min:14,max:30,type:"alphanumeric"},multiKey:[{ids:["15","17","8005","8100"],ranges:[[11,13],[310,316],[320,336],[340,369]],type:{length:6}},{ids:["240","241","250","251","400","401","403","7002","8004","8007","8110"],ranges:[[-9]],type:{max:30,type:"alphanumeric"}},{ids:["7001"],ranges:[[410,414]],type:{length:13}},{ids:["10","21","254","420","8002"],type:{max:20,type:"alphanumeric"}},{ids:["00","8006","8017","8018"],type:{length:18}},{ids:["01","02","8001"],type:{length:14}},{ids:["422"],ranges:[[424,426]],type:{length:3}},{ids:["20","8102"],type:{length:2}},{ids:["30","37"],type:{max:8,type:"alphanumeric"}},{ids:["390","392"],type:{max:15,type:"alphanumeric"}},{ids:["421","423"],type:{min:3,max:15,type:"alphanumeric"}},{ids:["391","393"],type:{min:3,max:18,type:"alphanumeric"}},{ids:["7003","8101"],type:{length:10}}]},START:102})},e.prototype.addStart=function(){this.encoding[this.startState].addStart()},e.prototype.is=function(){return pt(this.key,this.states)},e.prototype.pushState=function(t){var e,r,o,i=this,n=this.encoding,a=t.value.replace(/\s/g,""),s=new RegExp("["+this.startAI+this.endAI+"]","g"),l=t.index,u={state:this.startState};for(n.addPattern(this.START);;){if(u.index=0,(e=(o=a.charAt(l)===i.startAI?2:0)>0?i.getBySeparator(a,l):i.getByLength(a,l)).ai.length)r=l+o+e.id.length+e.ai.length;else if((r=a.indexOf(i.startAI,l+1))<0){if(l+e.ai.max+e.id.length+o<a.length)throw new Error("Separators are required after variable length identifiers");r=a.length}if(u.value=a.substring(l,r).replace(s,""),i.validate(e,u.value),n.pushData(u,i.dependentStates),r>=a.length)break;l=r,u.state!==i.startState&&(n[i.startState].move(u),u.state=i.startState),e.ai.length||n.addPattern(i.START)}t.index=t.value.length},e.prototype.validate=function(t,e){var r=e.substr(t.id.length),o=t.ai;if(!o.type&&!mh.test(r))throw new Error("Application identifier "+t.id+" is numeric only but contains non numeric character(s).");if("alphanumeric"===o.type&&!bh.test(r))throw new Error("Application identifier "+t.id+" is alphanumeric only but contains non alphanumeric character(s).");if(o.length&&o.length!==r.length)throw new Error("Application identifier "+t.id+" must be "+o.length+" characters long.");if(o.min&&o.min>r.length)throw new Error("Application identifier "+t.id+" must be at least "+o.min+" characters long.");if(o.max&&o.max<r.length)throw new Error("Application identifier "+t.id+" must be at most "+o.max+" characters long.")},e.prototype.getByLength=function(t,e){for(var r,o,i=2;i<=4;i++)if(r=Mh(t,e,i),o=this.getApplicationIdentifier(r)||this.getApplicationIdentifier(r.substring(0,r.length-1)))return{id:r,ai:o};this.unsupportedAIError(r)},e.prototype.unsupportedAIError=function(t){throw new Error("'"+t+"' is not a supported Application Identifier")},e.prototype.getBySeparator=function(t,e){var r=t.indexOf(this.startAI,e),o=t.indexOf(this.endAI,r),i=t.substring(r+1,o),n=this.getApplicationIdentifier(i)||this.getApplicationIdentifier(i.substr(i.length-1));return n||this.unsupportedAIError(i),{ai:n,id:i}},e.prototype.getApplicationIdentifier=function(t){var e=this.applicationIdentifiers,r=e.multiKey;if(e[t])return e[t];for(var o=0;o<r.length;o++){if(r[o].ids&&pt(t,r[o].ids))return r[o].type;if(r[o].ranges)for(var i=r[o].ranges,n=0;n<i.length;n++)if(i[n][0]<=t&&t<=i[n][1])return r[o].type}},e}(_h);var Oh=function(t){function e(e){t.call(this,e),this._initStates()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{characterMap:[212222,222122,222221,121223,121322,131222,122213,122312,132212,221213,221312,231212,112232,122132,122231,113222,123122,123221,223211,221132,221231,213212,223112,312131,311222,321122,321221,312212,322112,322211,212123,212321,232121,111323,131123,131321,112313,132113,132311,211313,231113,231311,112133,112331,132131,113123,113321,133121,313121,211331,231131,213113,213311,213131,311123,311321,331121,312113,312311,332111,314111,221411,431111,111224,111422,121124,121421,141122,141221,112214,112412,122114,122411,142112,142211,241211,221114,413111,241112,134111,111242,121142,121241,114212,124112,124211,411212,421112,421211,212141,214121,412121,111143,111341,131141,114113,114311,411113,411311,113141,114131,311141,411131,211412,211214,211232,2331112],STOP:106})},e.prototype._initStates=function(){for(var t=this,e=0;e<this.states.length;e++)t[t.states[e]]=new wh[t.states[e]](t,t.states)},e.prototype.initValue=function(t,e,r){this.pattern=[],this.value=t,this.width=e,this.height=r,this.checkSum=0,this.totalUnits=0,this.index=0,this.position=1},e.prototype.addData=function(){var t={value:this.value,index:0,state:""};0!==this.value.length&&(t.state=t.previousState=this.getNextState(t,this.states),this.addStart(t),this.pushData(t,this.states),this.addCheckSum(),this.addStop(),this.setBaseUnit())},e.prototype.pushData=function(t,e){for(var r=this;r[t.state].pushState(t),!(t.index>=t.value.length);)if(t.shifted){var o=t.state;t.state=t.previousState,t.previousState=o,t.shifted=!1}else t.previousState=t.state,t.state=r.getNextState(t,e),r[t.state].move(t)},e.prototype.addStart=function(t){this[t.state].addStart(t),this.position=1},e.prototype.addCheckSum=function(){this.checksum=this.checkSum%103,this.addPattern(this.checksum)},e.prototype.addStop=function(){this.addPattern(this.STOP)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addPattern=function(t){for(var e,r=this.characterMap[t].toString(),o=0;o<r.length;o++)e=parseInt(r.charAt(o),10),this.pattern.push(e),this.totalUnits+=e;this.checkSum+=t*this.position++},e.prototype.getNextState=function(t,e){for(var r=0;r<e.length;r++)if(this[e[r]].is(t.value,t.index))return e[r];this.invalidCharacterError(t.value.charAt(t.index))},e}(ih),Sh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{name:"Code 128 A",states:["A"]})},e}(Oh),Ph=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{name:"Code 128 B",states:["B"]})},e}(Oh),Ah=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{name:"Code 128 C",states:["C"]})},e}(Oh),jh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{name:"Code 128",states:["C","B","A","FNC4"]})},e}(Oh),kh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),xh(this,{name:"Code GS1-128",states:["FNC1","C","B"]})},e}(Oh);function Mh(t,e,r){return t.substring(e,e+r)}var Th=Object.assign,Eh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Th(this,{characterMap:["12121212","12121221","12122112","12122121","12211212","12211221","12212112","12212121","21121212","21121221"],START:"21",STOP:"121",checkSumType:"",checkSums:Lh})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.checkSumLength=0,this.width=e},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(12*(this.value.length+this.checkSumLength)+this.quietZoneLength+7)},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addPattern(e)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.pattern.push(parseInt(t.charAt(e),10))},e.prototype.addCheckSum=function(){var t=this,e=this.checkSums[this.checkSumType].call(this.checkSums,this.value);this.checksum=e.join("");for(var r=0;r<e.length;r++)t.checkSumLength++,t.addPattern(t.characterMap[e[r]])},e}(ih),Dh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Th(this,{name:"MSI Modulo10",checkSumType:"Modulo10"})},e}(Eh),Vh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Th(this,{name:"MSI Modulo11",checkSumType:"Modulo11"})},e}(Eh),Ih=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Th(this,{name:"MSI Modulo10 Modulo10",checkSumType:"Modulo10Modulo10"})},e}(Eh),Nh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Th(this,{name:"MSI Modulo11 Modulo10",checkSumType:"Modulo11Modulo10"})},e}(Eh),Lh={Modulo10:function(t){var e,r,o,i=[0,""],n=t.length%2;for(e=0;e<t.length;e++)i[(e+n)%2]+=parseInt(t.charAt(e),10);for(o=i[0],r=(2*i[1]).toString(),e=0;e<r.length;e++)o+=parseInt(r.charAt(e),10);return[(10-o%10)%10]},Modulo11:function(t){for(var e,r=0,o=t.length,i=0;i<o;i++)r+=(((o-i)%6||6)+1)*t.charAt(i);return 10!=(e=(11-r%11)%11)?[e]:[1,0]},Modulo11Modulo10:function(t){var e,r=this.Modulo11(t);return e=t+r[0],r.concat(this.Modulo10(e))},Modulo10Modulo10:function(t){var e,r=this.Modulo10(t);return e=t+r[0],r.concat(this.Modulo10(e))}},Bh=Object.assign,Rh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Bh(this,{name:"EAN 13",keyTable:["000000","001011","001101","001110","010011","011001","011100","010101","010110","011010"],characterMap:{digits:[[3,2,1,1],[2,2,2,1],[2,1,2,2],[1,4,1,1],[1,1,3,2],[1,2,3,1],[1,1,1,4],[1,3,1,2],[1,2,1,3],[3,1,1,2]],start:[1,1,1],middle:[1,1,1,1,1]}})},e.prototype.initValue=function(t,e,r){var o=String(t);if(12!==o.length||/\D/.test(o))throw new Error('The value of the "EAN13" encoding should be 12 symbols');this.pattern=[],this.options.height=r,this.baseUnit=e/(95+this.quietZoneLength),this.value=o,this.checksum=this.calculateChecksum(),this.leftKey=o[0],this.leftPart=o.substr(1,6),this.rightPart=o.substr(7)+this.checksum},e.prototype.addData=function(){this.addPieces(this.characterMap.start),this.addSide(this.leftPart,this.leftKey),this.addPieces(this.characterMap.middle),this.addSide(this.rightPart),this.addPieces(this.characterMap.start)},e.prototype.addSide=function(t,e){for(var r=this,o=0;o<t.length;o++)e&&parseInt(r.keyTable[e].charAt(o),10)?r.addPieces(Array.prototype.slice.call(r.characterMap.digits[t.charAt(o)]).reverse(),!0):r.addPieces(r.characterMap.digits[t.charAt(o)],!0)},e.prototype.addPieces=function(t,e){for(var r=this,o=0;o<t.length;o++)e?r.pattern.push({y1:0,y2:.95*r.options.height,width:t[o]}):r.pattern.push(t[o])},e.prototype.calculateChecksum=function(){for(var t=0,e=0,r=this.value.split("").reverse().join(""),o=0;o<r.length;o++)o%2?e+=parseInt(r.charAt(o),10):t+=parseInt(r.charAt(o),10);return(10-(3*t+e)%10)%10},e}(ih),zh=Object.assign,Fh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),zh(this,{name:"EAN 8"})},e.prototype.initValue=function(t,e,r){if(7!==t.length||/\D/.test(t))throw new Error("Invalid value provided");this.value=t,this.options.height=r,this.checksum=this.calculateChecksum(this.value),this.leftPart=this.value.substr(0,4),this.rightPart=this.value.substr(4)+this.checksum,this.pattern=[],this.baseUnit=e/(67+this.quietZoneLength)},e}(Rh),Hh={code11:ah,code39:uh,code39extended:ph,code93:fh,code93extended:dh,code128:jh,code128a:Sh,code128b:Ph,code128c:Ah};function Uh(t,e){var r=t.style.display;"canvas"===e&&(t.style.display="block");var o={width:t.clientWidth,height:t.clientHeight};return t.style.display=r,o}Hh["gs1-128"]=kh,Hh.msimod10=Dh,Hh.msimod11=Vh,Hh.msimod1010=Ih,Hh.msimod1110=Nh,Hh.postnet=yh,Hh.ean8=Fh,Hh.ean13=Rh;var Kh=function(t){function e(e,r,o){void 0===o&&(o=se),t.call(this),this.options=G({},this.options,r),this.element=e,this.onError=o,this._initElement(),this._initSurface(),this._setOptions(r),r&&wt(r.value)&&this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._destroySurface()},e.prototype._initElement=function(){V(this.element,"k-barcode")},e.prototype._initSurface=function(){var t=this.options,e=this.surface;e&&e.options.type===t.renderAs||(this._destroySurface(),this._initSurfaceElement(),this.surface=this._createSurface())},e.prototype._createSurface=function(){return L.drawing.Surface.create(this.surfaceElement,{type:this.options.renderAs})},e.prototype._destroySurface=function(){this.surface&&(this.surface.destroy(),this.surface=null,this._destroySurfaceElement())},e.prototype._initSurfaceElement=function(){this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.surfaceElement.style.position="relative",this.element.appendChild(this.surfaceElement))},e.prototype._destroySurfaceElement=function(){this.surfaceElement&&this.surfaceElement.parentNode&&(this.surfaceElement.parentNode.removeChild(this.surfaceElement),this.surfaceElement=null)},e.prototype.setOptions=function(t){this._setOptions(t),this._initSurface(),this.redraw()},e.prototype.redraw=function(){var t=this._getSize();this.surface.clear(),this.surface.setSize({width:t.width,height:t.height}),this.createVisual(),this.surface.draw(this.visual)},e.prototype.getSize=function(){return{width:this.element.offsetWidth,height:this.element.offsetHeight}},e.prototype._resize=function(){this.redraw()},e.prototype.createVisual=function(){this.visual=this._render()},e.prototype._render=function(){var t,e,r=this.options,o=r.value,i=r.text,n=J(i.margin),a=this._getSize(),s=r.border||{},l=this.encoding,u=new fe(0,0,a.width,a.height).unpad(s.width).unpad(r.padding),c=u.height(),p=new L.drawing.Group;this.contentBox=u,p.append(this._getBackground(a)),i.visible&&(c-=L.drawing.util.measureText(o,{font:i.font}).height+n.top+n.bottom);try{t=l.encode(o,u.width(),c)}catch(t){return this.onError(t),p}return i.visible&&(e=o,r.checksum&&wt(l.checksum)&&(e+=" "+l.checksum),p.append(this._getText(e))),this.barHeight=c,this._bandsGroup=this._getBands(t.pattern,t.baseUnit),p.append(this._bandsGroup),p},e.prototype.exportVisual=function(){return this._render()},e.prototype._getSize=function(){var t=Uh(this.element,this.options.renderAs),e=new L.geometry.Size(300,100);return t.width>0&&(e.width=t.width),t.height>0&&(e.height=t.height),this.options.width&&(e.width=this.options.width),this.options.height&&(e.height=this.options.height),e},e.prototype.value=function(t){if(!wt(t))return this.options.value;this.options.value=String(t),this.redraw()},e.prototype._getBands=function(t,e){for(var r,o,i=this.contentBox,n=i.x1,a=new L.drawing.Group,s=0;s<t.length;s++){if(r=(o=Y(t[s])?t[s]:{width:t[s],y1:0,y2:this.barHeight}).width*e,s%2){var l=L.geometry.Rect.fromPoints(new L.geometry.Point(n,o.y1+i.y1),new L.geometry.Point(n+r,o.y2+i.y1)),u=L.drawing.Path.fromRect(l,{fill:{color:this.options.color},stroke:null});a.append(u)}n+=r}return a},e.prototype._getBackground=function(t){var e=this.options,r=e.border||{},o=new fe(0,0,t.width,t.height).unpad(r.width/2);return L.drawing.Path.fromRect(o.toRect(),{fill:{color:e.background},stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType}})},e.prototype._getText=function(t){var e=this.options.text,r=this._textbox=new ze(t,{font:e.font,color:e.color,align:"center",vAlign:"bottom",margin:e.margin});return r.reflow(this.contentBox),r.renderVisual(),r.visual},e.prototype._setOptions=function(t){if(this.type=(t.type||this.options.type).toLowerCase(),"upca"===this.type&&(this.type="ean13",t.value="0"+t.value),"upce"===this.type&&(this.type="ean8",t.value="0"+t.value),!Hh[this.type])throw new Error("Encoding '"+this.type+"' is not supported.");this.encoding=new Hh[this.type],this.options=G({},this.options,t)},e}(L.Class);Rt(Kh,{name:"Barcode",renderAs:"svg",value:"",type:"code39",checksum:!1,width:0,height:0,color:"black",background:"white",text:{visible:!0,font:"16px Consolas, Monaco, Sans Mono, monospace, sans-serif",color:"black",margin:{top:0,bottom:0,left:0,right:0}},border:{width:0,dashType:"solid",color:"black"},padding:{top:0,bottom:0,left:0,right:0}});const Xh=Kh;var $h={width:500,height:100};const Gh=function(t,e){if(void 0===e&&(e=$h),!t)throw new Error("Please specify barcode type to validate.");var r=t.toLowerCase(),o="";if("upca"===r?(r="ean13",o="0"):"upce"===r&&(r="ean8",o="0"),!Hh[r])throw new Error("Encoding '"+t+"' is not supported.");return function(t,e,r){return function(o){try{t.encode(r+o,e.width,e.height)}catch(t){return{valid:!1,error:t}}return{valid:!0}}}(new Hh[r],e,o)};var Yh=Object.assign;function Wh(t,e){for(var r=[],o=0;o<t.length;)r.push(t.substring(o,o+e)),o+=e;return r}function qh(t,e){var r=Number(t).toString(2);return r.length<e&&(r=new Array(e-r.length+1).join(0)+r),r}function Zh(t){return parseInt(t,2)}var Qh=function(t){function e(e){t.call(this),this.matrix=e,this.row=e.length-1,this.column=e.length-1,this.startColumn=this.column,this.dir=-1,this.c=0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.move=function(){this.row+=this.dir*this.c,this.c^=1,this.column=this.startColumn-this.c},e.prototype.getNextCell=function(){for(var t=this;void 0!==this.matrix[this.row][this.column];)t.move(),(t.row<0||t.row>=t.matrix.length)&&(t.dir=-t.dir,t.startColumn-=8!==t.startColumn?2:3,t.column=t.startColumn,t.row=t.dir<0?t.matrix.length-1:0);return{row:this.row,column:this.column}},e.prototype.getNextRemainderCell=function(){if(this.move(),void 0===this.matrix[this.row][this.column])return{row:this.row,column:this.column}},e}(L.Class),Jh=function(t){function e(e,r){t.call(this),this.dataString=e,this.version=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(L.Class),tf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getEncodingResult=function(t,e){var r=function(t){var e,r=[],o=0,i=t;for(r.push(zf(i,Af,jf,kf,e)),e=r[0].mode,i=i.substr(r[0].modeString.length);i.length>0;){var n=zf(i,Mf,Tf,Ef,e);n.mode!==e?(e=n.mode,r.push(n),o++):r[o].modeString+=n.modeString,i=i.substr(n.modeString.length)}return r}(t),o=function(t){for(var e=0,r=0;r<t.length;r++)e+=af[t[r].mode].getStringBitsLength(t[r].modeString.length);return Math.ceil(e/8)}(r),i=Ff(o,e),n=function(t,e){for(var r="",o=0;o<t.length;o++)r+=af[t[o].mode].encode(t[o].modeString,e);return r}(r,i);return new Jh(n,i)},e}(L.Class),ef=function(t){function e(){t.call(this),this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){Yh(this,{modeIndicator:"",bitsInCharacterCount:[]})},e.prototype.getVersionIndex=function(t){return t<10?0:t>26?2:1},e.prototype.getBitsCharacterCount=function(t){return this.bitsInCharacterCount[this.getVersionIndex(t||40)]},e.prototype.getModeCountString=function(t,e){return this.modeIndicator+qh(t,this.getBitsCharacterCount(e))},e.prototype.encode=function(){},e.prototype.getStringBitsLength=function(){},e.prototype.getValue=function(){},e}(L.Class),rf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Yh(this,{bitsInCharacterCount:[10,12,14],modeIndicator:"0001"})},e.prototype.getValue=function(t){return parseInt(t,10)},e.prototype.encode=function(t,e){var r,o=Wh(t,3),i=this.getModeCountString(t.length,e);for(r=0;r<o.length-1;r++)i+=qh(o[r],10);return i+qh(o[r],1+3*o[r].length)},e.prototype.getStringBitsLength=function(t,e){var r=t%3;return 4+this.getBitsCharacterCount(e)+10*Math.floor(t/3)+3*r+(0===r?0:1)},e}(ef),of=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Yh(this,{characters:{0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,G:16,H:17,I:18,J:19,K:20,L:21,M:22,N:23,O:24,P:25,Q:26,R:27,S:28,T:29,U:30,V:31,W:32,X:33,Y:34,Z:35," ":36,$:37,"%":38,"*":39,"+":40,"-":41,".":42,"/":43,":":44},bitsInCharacterCount:[9,11,13],modeIndicator:"0010"})},e.prototype.getValue=function(t){return this.characters[t]},e.prototype.encode=function(t,e){var r,o=Wh(t,2),i=this.getModeCountString(t.length,e);for(r=0;r<o.length-1;r++)i+=qh(45*this.getValue(o[r].charAt(0))+this.getValue(o[r].charAt(1)),11);return i+qh(2===o[r].length?45*this.getValue(o[r].charAt(0))+this.getValue(o[r].charAt(1)):this.getValue(o[r].charAt(0)),1+5*o[r].length)},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+11*Math.floor(t/2)+t%2*6},e}(ef),nf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Yh(this,{bitsInCharacterCount:[8,16,16],modeIndicator:"0100"})},e.prototype.getValue=function(t){var e=t.charCodeAt(0);if(e<=127||160<=e&&e<=255)return e;throw new Error('Unsupported character in QR Code: "'+t+'".')},e.prototype.encode=function(t,e){for(var r=this.getModeCountString(t.length,e),o=0;o<t.length;o++)r+=qh(this.getValue(t.charAt(o)),8);return r},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+8*t},e}(ef),af={};af.numeric=new rf,af.alphanumeric=new of,af.byte=new nf;var sf=function(t){function e(){t.call(this),this.initProperties(),this.mode=af[this.encodingMode]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){Yh(this,{encodingMode:"byte",utfBOM:"111011111011101110111111",initialModeCountStringLength:20,ranges:[128,2048,65536,2097152,67108864]})},e.prototype.getEncodingResult=function(t,e){var r=this.encode(t),o=Ff(this.getDataCodewordsCount(r),e),i=this.mode.getModeCountString(r.length/8,o)+r;return new Jh(i,o)},e.prototype.getDataCodewordsCount=function(t){var e=t.length;return Math.ceil((this.initialModeCountStringLength+e)/8)},e.prototype.encode=function(t){for(var e=this.utfBOM,r=0;r<t.length;r++)e+=this.encodeCharacter(t.charCodeAt(r));return e},e.prototype.encodeCharacter=function(t){var e=this.getBytesCount(t),r=e-1,o="";if(1===e)o=qh(t,8);else{for(var i=8-e,n=0;n<r;n++)o=qh(t>>6*n&63|128,8)+o;o=(t>>6*r|255>>i<<i).toString(2)+o}return o},e.prototype.getBytesCount=function(t){for(var e=this.ranges,r=0;r<e.length;r++)if(t<e[r])return r+1},e}(L.Class),lf=[{L:{groups:[[1,19]],totalDataCodewords:19,errorCodewordsPerBlock:7},M:{groups:[[1,16]],totalDataCodewords:16,errorCodewordsPerBlock:10},Q:{groups:[[1,13]],totalDataCodewords:13,errorCodewordsPerBlock:13},H:{groups:[[1,9]],totalDataCodewords:9,errorCodewordsPerBlock:17}},{L:{groups:[[1,34]],totalDataCodewords:34,errorCodewordsPerBlock:10},M:{groups:[[1,28]],totalDataCodewords:28,errorCodewordsPerBlock:16},Q:{groups:[[1,22]],totalDataCodewords:22,errorCodewordsPerBlock:22},H:{groups:[[1,16]],totalDataCodewords:16,errorCodewordsPerBlock:28}},{L:{groups:[[1,55]],totalDataCodewords:55,errorCodewordsPerBlock:15},M:{groups:[[1,44]],totalDataCodewords:44,errorCodewordsPerBlock:26},Q:{groups:[[2,17]],totalDataCodewords:34,errorCodewordsPerBlock:18},H:{groups:[[2,13]],totalDataCodewords:26,errorCodewordsPerBlock:22}},{L:{groups:[[1,80]],totalDataCodewords:80,errorCodewordsPerBlock:20},M:{groups:[[2,32]],totalDataCodewords:64,errorCodewordsPerBlock:18},Q:{groups:[[2,24]],totalDataCodewords:48,errorCodewordsPerBlock:26},H:{groups:[[4,9]],totalDataCodewords:36,errorCodewordsPerBlock:16}},{L:{groups:[[1,108]],totalDataCodewords:108,errorCodewordsPerBlock:26},M:{groups:[[2,43]],totalDataCodewords:86,errorCodewordsPerBlock:24},Q:{groups:[[2,15],[2,16]],totalDataCodewords:62,errorCodewordsPerBlock:18},H:{groups:[[2,11],[2,12]],totalDataCodewords:46,errorCodewordsPerBlock:22}},{L:{groups:[[2,68]],totalDataCodewords:136,errorCodewordsPerBlock:18},M:{groups:[[4,27]],totalDataCodewords:108,errorCodewordsPerBlock:16},Q:{groups:[[4,19]],totalDataCodewords:76,errorCodewordsPerBlock:24},H:{groups:[[4,15]],totalDataCodewords:60,errorCodewordsPerBlock:28}},{L:{groups:[[2,78]],totalDataCodewords:156,errorCodewordsPerBlock:20},M:{groups:[[4,31]],totalDataCodewords:124,errorCodewordsPerBlock:18},Q:{groups:[[2,14],[4,15]],totalDataCodewords:88,errorCodewordsPerBlock:18},H:{groups:[[4,13],[1,14]],totalDataCodewords:66,errorCodewordsPerBlock:26}},{L:{groups:[[2,97]],totalDataCodewords:194,errorCodewordsPerBlock:24},M:{groups:[[2,38],[2,39]],totalDataCodewords:154,errorCodewordsPerBlock:22},Q:{groups:[[4,18],[2,19]],totalDataCodewords:110,errorCodewordsPerBlock:22},H:{groups:[[4,14],[2,15]],totalDataCodewords:86,errorCodewordsPerBlock:26}},{L:{groups:[[2,116]],totalDataCodewords:232,errorCodewordsPerBlock:30},M:{groups:[[3,36],[2,37]],totalDataCodewords:182,errorCodewordsPerBlock:22},Q:{groups:[[4,16],[4,17]],totalDataCodewords:132,errorCodewordsPerBlock:20},H:{groups:[[4,12],[4,13]],totalDataCodewords:100,errorCodewordsPerBlock:24}},{L:{groups:[[2,68],[2,69]],totalDataCodewords:274,errorCodewordsPerBlock:18},M:{groups:[[4,43],[1,44]],totalDataCodewords:216,errorCodewordsPerBlock:26},Q:{groups:[[6,19],[2,20]],totalDataCodewords:154,errorCodewordsPerBlock:24},H:{groups:[[6,15],[2,16]],totalDataCodewords:122,errorCodewordsPerBlock:28}},{L:{groups:[[4,81]],totalDataCodewords:324,errorCodewordsPerBlock:20},M:{groups:[[1,50],[4,51]],totalDataCodewords:254,errorCodewordsPerBlock:30},Q:{groups:[[4,22],[4,23]],totalDataCodewords:180,errorCodewordsPerBlock:28},H:{groups:[[3,12],[8,13]],totalDataCodewords:140,errorCodewordsPerBlock:24}},{L:{groups:[[2,92],[2,93]],totalDataCodewords:370,errorCodewordsPerBlock:24},M:{groups:[[6,36],[2,37]],totalDataCodewords:290,errorCodewordsPerBlock:22},Q:{groups:[[4,20],[6,21]],totalDataCodewords:206,errorCodewordsPerBlock:26},H:{groups:[[7,14],[4,15]],totalDataCodewords:158,errorCodewordsPerBlock:28}},{L:{groups:[[4,107]],totalDataCodewords:428,errorCodewordsPerBlock:26},M:{groups:[[8,37],[1,38]],totalDataCodewords:334,errorCodewordsPerBlock:22},Q:{groups:[[8,20],[4,21]],totalDataCodewords:244,errorCodewordsPerBlock:24},H:{groups:[[12,11],[4,12]],totalDataCodewords:180,errorCodewordsPerBlock:22}},{L:{groups:[[3,115],[1,116]],totalDataCodewords:461,errorCodewordsPerBlock:30},M:{groups:[[4,40],[5,41]],totalDataCodewords:365,errorCodewordsPerBlock:24},Q:{groups:[[11,16],[5,17]],totalDataCodewords:261,errorCodewordsPerBlock:20},H:{groups:[[11,12],[5,13]],totalDataCodewords:197,errorCodewordsPerBlock:24}},{L:{groups:[[5,87],[1,88]],totalDataCodewords:523,errorCodewordsPerBlock:22},M:{groups:[[5,41],[5,42]],totalDataCodewords:415,errorCodewordsPerBlock:24},Q:{groups:[[5,24],[7,25]],totalDataCodewords:295,errorCodewordsPerBlock:30},H:{groups:[[11,12],[7,13]],totalDataCodewords:223,errorCodewordsPerBlock:24}},{L:{groups:[[5,98],[1,99]],totalDataCodewords:589,errorCodewordsPerBlock:24},M:{groups:[[7,45],[3,46]],totalDataCodewords:453,errorCodewordsPerBlock:28},Q:{groups:[[15,19],[2,20]],totalDataCodewords:325,errorCodewordsPerBlock:24},H:{groups:[[3,15],[13,16]],totalDataCodewords:253,errorCodewordsPerBlock:30}},{L:{groups:[[1,107],[5,108]],totalDataCodewords:647,errorCodewordsPerBlock:28},M:{groups:[[10,46],[1,47]],totalDataCodewords:507,errorCodewordsPerBlock:28},Q:{groups:[[1,22],[15,23]],totalDataCodewords:367,errorCodewordsPerBlock:28},H:{groups:[[2,14],[17,15]],totalDataCodewords:283,errorCodewordsPerBlock:28}},{L:{groups:[[5,120],[1,121]],totalDataCodewords:721,errorCodewordsPerBlock:30},M:{groups:[[9,43],[4,44]],totalDataCodewords:563,errorCodewordsPerBlock:26},Q:{groups:[[17,22],[1,23]],totalDataCodewords:397,errorCodewordsPerBlock:28},H:{groups:[[2,14],[19,15]],totalDataCodewords:313,errorCodewordsPerBlock:28}},{L:{groups:[[3,113],[4,114]],totalDataCodewords:795,errorCodewordsPerBlock:28},M:{groups:[[3,44],[11,45]],totalDataCodewords:627,errorCodewordsPerBlock:26},Q:{groups:[[17,21],[4,22]],totalDataCodewords:445,errorCodewordsPerBlock:26},H:{groups:[[9,13],[16,14]],totalDataCodewords:341,errorCodewordsPerBlock:26}},{L:{groups:[[3,107],[5,108]],totalDataCodewords:861,errorCodewordsPerBlock:28},M:{groups:[[3,41],[13,42]],totalDataCodewords:669,errorCodewordsPerBlock:26},Q:{groups:[[15,24],[5,25]],totalDataCodewords:485,errorCodewordsPerBlock:30},H:{groups:[[15,15],[10,16]],totalDataCodewords:385,errorCodewordsPerBlock:28}},{L:{groups:[[4,116],[4,117]],totalDataCodewords:932,errorCodewordsPerBlock:28},M:{groups:[[17,42]],totalDataCodewords:714,errorCodewordsPerBlock:26},Q:{groups:[[17,22],[6,23]],totalDataCodewords:512,errorCodewordsPerBlock:28},H:{groups:[[19,16],[6,17]],totalDataCodewords:406,errorCodewordsPerBlock:30}},{L:{groups:[[2,111],[7,112]],totalDataCodewords:1006,errorCodewordsPerBlock:28},M:{groups:[[17,46]],totalDataCodewords:782,errorCodewordsPerBlock:28},Q:{groups:[[7,24],[16,25]],totalDataCodewords:568,errorCodewordsPerBlock:30},H:{groups:[[34,13]],totalDataCodewords:442,errorCodewordsPerBlock:24}},{L:{groups:[[4,121],[5,122]],totalDataCodewords:1094,errorCodewordsPerBlock:30},M:{groups:[[4,47],[14,48]],totalDataCodewords:860,errorCodewordsPerBlock:28},Q:{groups:[[11,24],[14,25]],totalDataCodewords:614,errorCodewordsPerBlock:30},H:{groups:[[16,15],[14,16]],totalDataCodewords:464,errorCodewordsPerBlock:30}},{L:{groups:[[6,117],[4,118]],totalDataCodewords:1174,errorCodewordsPerBlock:30},M:{groups:[[6,45],[14,46]],totalDataCodewords:914,errorCodewordsPerBlock:28},Q:{groups:[[11,24],[16,25]],totalDataCodewords:664,errorCodewordsPerBlock:30},H:{groups:[[30,16],[2,17]],totalDataCodewords:514,errorCodewordsPerBlock:30}},{L:{groups:[[8,106],[4,107]],totalDataCodewords:1276,errorCodewordsPerBlock:26},M:{groups:[[8,47],[13,48]],totalDataCodewords:1e3,errorCodewordsPerBlock:28},Q:{groups:[[7,24],[22,25]],totalDataCodewords:718,errorCodewordsPerBlock:30},H:{groups:[[22,15],[13,16]],totalDataCodewords:538,errorCodewordsPerBlock:30}},{L:{groups:[[10,114],[2,115]],totalDataCodewords:1370,errorCodewordsPerBlock:28},M:{groups:[[19,46],[4,47]],totalDataCodewords:1062,errorCodewordsPerBlock:28},Q:{groups:[[28,22],[6,23]],totalDataCodewords:754,errorCodewordsPerBlock:28},H:{groups:[[33,16],[4,17]],totalDataCodewords:596,errorCodewordsPerBlock:30}},{L:{groups:[[8,122],[4,123]],totalDataCodewords:1468,errorCodewordsPerBlock:30},M:{groups:[[22,45],[3,46]],totalDataCodewords:1128,errorCodewordsPerBlock:28},Q:{groups:[[8,23],[26,24]],totalDataCodewords:808,errorCodewordsPerBlock:30},H:{groups:[[12,15],[28,16]],totalDataCodewords:628,errorCodewordsPerBlock:30}},{L:{groups:[[3,117],[10,118]],totalDataCodewords:1531,errorCodewordsPerBlock:30},M:{groups:[[3,45],[23,46]],totalDataCodewords:1193,errorCodewordsPerBlock:28},Q:{groups:[[4,24],[31,25]],totalDataCodewords:871,errorCodewordsPerBlock:30},H:{groups:[[11,15],[31,16]],totalDataCodewords:661,errorCodewordsPerBlock:30}},{L:{groups:[[7,116],[7,117]],totalDataCodewords:1631,errorCodewordsPerBlock:30},M:{groups:[[21,45],[7,46]],totalDataCodewords:1267,errorCodewordsPerBlock:28},Q:{groups:[[1,23],[37,24]],totalDataCodewords:911,errorCodewordsPerBlock:30},H:{groups:[[19,15],[26,16]],totalDataCodewords:701,errorCodewordsPerBlock:30}},{L:{groups:[[5,115],[10,116]],totalDataCodewords:1735,errorCodewordsPerBlock:30},M:{groups:[[19,47],[10,48]],totalDataCodewords:1373,errorCodewordsPerBlock:28},Q:{groups:[[15,24],[25,25]],totalDataCodewords:985,errorCodewordsPerBlock:30},H:{groups:[[23,15],[25,16]],totalDataCodewords:745,errorCodewordsPerBlock:30}},{L:{groups:[[13,115],[3,116]],totalDataCodewords:1843,errorCodewordsPerBlock:30},M:{groups:[[2,46],[29,47]],totalDataCodewords:1455,errorCodewordsPerBlock:28},Q:{groups:[[42,24],[1,25]],totalDataCodewords:1033,errorCodewordsPerBlock:30},H:{groups:[[23,15],[28,16]],totalDataCodewords:793,errorCodewordsPerBlock:30}},{L:{groups:[[17,115]],totalDataCodewords:1955,errorCodewordsPerBlock:30},M:{groups:[[10,46],[23,47]],totalDataCodewords:1541,errorCodewordsPerBlock:28},Q:{groups:[[10,24],[35,25]],totalDataCodewords:1115,errorCodewordsPerBlock:30},H:{groups:[[19,15],[35,16]],totalDataCodewords:845,errorCodewordsPerBlock:30}},{L:{groups:[[17,115],[1,116]],totalDataCodewords:2071,errorCodewordsPerBlock:30},M:{groups:[[14,46],[21,47]],totalDataCodewords:1631,errorCodewordsPerBlock:28},Q:{groups:[[29,24],[19,25]],totalDataCodewords:1171,errorCodewordsPerBlock:30},H:{groups:[[11,15],[46,16]],totalDataCodewords:901,errorCodewordsPerBlock:30}},{L:{groups:[[13,115],[6,116]],totalDataCodewords:2191,errorCodewordsPerBlock:30},M:{groups:[[14,46],[23,47]],totalDataCodewords:1725,errorCodewordsPerBlock:28},Q:{groups:[[44,24],[7,25]],totalDataCodewords:1231,errorCodewordsPerBlock:30},H:{groups:[[59,16],[1,17]],totalDataCodewords:961,errorCodewordsPerBlock:30}},{L:{groups:[[12,121],[7,122]],totalDataCodewords:2306,errorCodewordsPerBlock:30},M:{groups:[[12,47],[26,48]],totalDataCodewords:1812,errorCodewordsPerBlock:28},Q:{groups:[[39,24],[14,25]],totalDataCodewords:1286,errorCodewordsPerBlock:30},H:{groups:[[22,15],[41,16]],totalDataCodewords:986,errorCodewordsPerBlock:30}},{L:{groups:[[6,121],[14,122]],totalDataCodewords:2434,errorCodewordsPerBlock:30},M:{groups:[[6,47],[34,48]],totalDataCodewords:1914,errorCodewordsPerBlock:28},Q:{groups:[[46,24],[10,25]],totalDataCodewords:1354,errorCodewordsPerBlock:30},H:{groups:[[2,15],[64,16]],totalDataCodewords:1054,errorCodewordsPerBlock:30}},{L:{groups:[[17,122],[4,123]],totalDataCodewords:2566,errorCodewordsPerBlock:30},M:{groups:[[29,46],[14,47]],totalDataCodewords:1992,errorCodewordsPerBlock:28},Q:{groups:[[49,24],[10,25]],totalDataCodewords:1426,errorCodewordsPerBlock:30},H:{groups:[[24,15],[46,16]],totalDataCodewords:1096,errorCodewordsPerBlock:30}},{L:{groups:[[4,122],[18,123]],totalDataCodewords:2702,errorCodewordsPerBlock:30},M:{groups:[[13,46],[32,47]],totalDataCodewords:2102,errorCodewordsPerBlock:28},Q:{groups:[[48,24],[14,25]],totalDataCodewords:1502,errorCodewordsPerBlock:30},H:{groups:[[42,15],[32,16]],totalDataCodewords:1142,errorCodewordsPerBlock:30}},{L:{groups:[[20,117],[4,118]],totalDataCodewords:2812,errorCodewordsPerBlock:30},M:{groups:[[40,47],[7,48]],totalDataCodewords:2216,errorCodewordsPerBlock:28},Q:{groups:[[43,24],[22,25]],totalDataCodewords:1582,errorCodewordsPerBlock:30},H:{groups:[[10,15],[67,16]],totalDataCodewords:1222,errorCodewordsPerBlock:30}},{L:{groups:[[19,118],[6,119]],totalDataCodewords:2956,errorCodewordsPerBlock:30},M:{groups:[[18,47],[31,48]],totalDataCodewords:2334,errorCodewordsPerBlock:28},Q:{groups:[[34,24],[34,25]],totalDataCodewords:1666,errorCodewordsPerBlock:30},H:{groups:[[20,15],[61,16]],totalDataCodewords:1276,errorCodewordsPerBlock:30}}],uf="0000",cf="numeric",pf="alphanumeric",hf="byte",ff={1:0},df={0:1},vf={15:20,16:20,18:24,19:24,22:20,24:22,26:24,28:20,30:20,31:24,32:28,33:24,36:18,37:22,39:20,40:24},gf=[1,0,1,1,1],yf=[1,0,1],mf={L:"01",M:"00",Q:"11",H:"10"},bf=["11101100","00010001"],xf=93,_f=[function(t,e){return(t+e)%2==0},function(t,e){return t%2==0},function(t,e){return e%3==0},function(t,e){return(t+e)%3==0},function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0},function(t,e){return t*e%2+t*e%3==0},function(t,e){return(t*e%2+t*e%3)%2==0},function(t,e){return((t+e)%2+t*e%3)%2==0}],Cf=/^\d+/,wf="A-Z0-9 $%*+./:-",Of=new RegExp("^[A-Z $%*+./:-]+"),Sf=new RegExp("^["+wf+"]+"),Pf=new RegExp("^[^"+wf+"]+"),Af=8,jf=5,kf=8,Mf=17,Tf=9,Ef=16,Df=[[1,0],[1,25,0]];function Vf(t,e,r,o){for(var i=0;i<t.length;i++)t[i][r][o]=e}function If(t,e,r,o){for(var i=0;i<_f.length;i++)t[i][r][o]=_f[i](r,o)?1^e:parseInt(e,10)}function Nf(t,e){for(var r=[],o=t.length-2;o>=0;o--)r[o]=t[o]^e[o];return r}function Lf(t,e){for(var r=[],o=0;o<t.length;o++)for(var i=0;i<e.length;i++)void 0===r[o+i]?r[o+i]=(t[o]+(e[i]>=0?e[i]:0))%255:r[o+i]=ff[df[r[o+i]]^df[(t[o]+e[i])%255]];return r}function Bf(t,e){var r=[],o=t.length-1;do{r[o]=df[(t[o]+e)%255],o--}while(void 0!==t[o]);return r}function Rf(t,e){var r,o,i=Df[e-1],n=new Array(e).concat(t),a=new Array(n.length-i.length).concat(i),s=t.length,l=[];for(o=0;o<s;o++)r=Bf(a,ff[n[n.length-1]]),a.splice(0,1),n=Nf(r,n);for(o=n.length-1;o>=0;o--)l[e-1-o]=qh(n[o],8);return l}function zf(t,e,r,o,i){var n,a,s=Cf.exec(t),l=s?s[0]:"",u=Of.exec(t),c=u?u[0]:"",p=Sf.exec(t),h=p?p[0]:"";return l&&(l.length>=e||t.length===l.length||l.length>=r&&!Sf.test(t.charAt(l.length)))?(n=cf,a=l):h&&(t.length===h.length||h.length>=o||i===pf)?(n=pf,a=l||c):(n=hf,a=h?h+Pf.exec(t.substring(h.length))[0]:Pf.exec(t)[0]),{mode:n,modeString:a}}function Ff(t,e){var r=0,o=lf.length-1,i=Math.floor(lf.length/2);do{t<lf[i][e].totalDataCodewords?o=i:r=i,i=r+Math.floor((o-r)/2)}while(o-r>1);return t<=lf[r][e].totalDataCodewords?i+1:o+1}function Hf(t,e,r){var o=Zh(e),i=e.length-1,n=t<<i,a=qh(t,r-i),s=function(t,e){var r=e.toString(2).length,o=t.toString(2).length,i=t;do{o=(i^=e<<o-r).toString(2).length}while(o>=r);return i}(n,o);return a+qh(s,i)}function Uf(t,e){return parseInt(t.charAt(e),10)}function Kf(t,e){var r,o,i=t[0],n=0,a=e.length;for(r=0,o=8;r<=8;r++)6!==r&&Vf(t,Uf(e,a-1-n++),r,o);for(r=8,o=7;o>=0;o--)6!==o&&Vf(t,Uf(e,a-1-n++),r,o);for(n=0,o=i.length-1,r=8;o>=i.length-8;o--)Vf(t,Uf(e,a-1-n++),r,o);for(Vf(t,1,i.length-8,8),r=i.length-7,o=8;r<i.length;r++)Vf(t,Uf(e,a-1-n++),r,o)}function Xf(t,e){for(var r,o,i,n=t[0].length,a=n-11,s=n-11,l=0;l<e.length;l++)r=Math.floor(l/3),o=l%3,Vf(t,i=Uf(e,e.length-l-1),0+r,a+o),Vf(t,i,s+o,0+r)}function $f(t,e,r,o){for(var i,n=e.length+2,a=e.length+1,s=0;s<e.length;s++)for(var l=s;l<n-s;l++)Vf(t,i=e[s],r+l,o+s),Vf(t,i,r+s,o+l),Vf(t,i,r+a-l,o+a-s),Vf(t,i,r+a-s,o+a-l)}function Gf(t,e,r,o){var i=r,n=o,a=t[0];do{Vf(t,0,i,o),Vf(t,0,r,n),i+=e[0],n+=e[1]}while(i>=0&&i<a.length)}function Yf(t,e,r,o,i){e[t][o]=(e[t][o]<<1^i)%128,e[t][o]===xf&&(r[t]+=40)}function Wf(t,e,r,o,i,n){r[t][n]===o?i[t][n]++:(r[t][n]=o,i[t][n]>=5&&(e[t]+=3+i[t][n]-5),i[t][n]=1)}function qf(t,e){var r=Math.floor(t/e*100),o=r%5,i=Math.abs(r-o-50),n=Math.abs(r+5-o-50);return 10*Math.min(i/5,n/5)}function Zf(t,e,r){var o=function(t){return t&&t.toLowerCase().indexOf("utf_8")>=0?new sf:new tf}(r),i=o.getEncodingResult(t,e),n=i.version,a=lf[n-1][e],s=function(t,e){for(var r,o,i,n,a,s=0,l=[],u=[],c=e.groups,p=0;p<c.length;p++){i=c[p][0];for(var h=0;h<i;h++){o=c[p][1],r=[],n=[];for(var f=1;f<=o;f++)a=t.substring(s,s+8),r.push(a),n[o-f]=Zh(a),s+=8;l.push(r),u.push(Rf(n,e.errorCodewordsPerBlock))}}return[l,u]}(function(t,e){for(var r=8*e,o=0,i=0,n=t;n.length<r&&o<4;)n+=uf.charAt(o++);for(n.length%8!=0&&(n+=new Array(9-n.length%8).join("0"));n.length<r;)n+=bf[i],i^=1;return n}(i.dataString,a.totalDataCodewords),a),l=function(t){for(var e=[],r=17+4*t,o=0;o<_f.length;o++){e[o]=new Array(r);for(var i=0;i<r;i++)e[o][i]=new Array(r)}return e}(n);!function(t){var e=t[0].length;$f(t,gf,0,0),Gf(t,[-1,-1],7,7),$f(t,gf,e-7,0),Gf(t,[1,-1],e-8,7),$f(t,gf,0,e-7),Gf(t,[-1,1],7,e-8)}(l),function(t,e){if(!(e<2)){var r,o,i=t[0],n=i.length,a=Math.floor(e/7),s=[6],l=0;for((r=vf[e])?o=(n-13-r)/a:r=o=(n-13)/(a+1),s.push(s[l++]+r);s[l]+o<n;)s.push(s[l++]+o);for(var u=0;u<s.length;u++)for(var c=0;c<s.length;c++)void 0===i[s[u]][s[c]]&&$f(t,yf,s[u]-2,s[c]-2)}}(l,n),function(t){for(var e=1,r=t[0].length,o=8;o<r-8;o++)Vf(t,e,6,o),Vf(t,e,o,6),e^=1}(l),n>=7&&Xf(l,qh(0,18)),Kf(l,qh(0,15)),function(t,e){for(var r,o,i,n=new Qh(t[0]),a=0;a<e.length;a++)for(r=e[a],o=0;r.length>0;){for(var s=0;s<r.length;s++)for(var l=0;l<8;l++)i=n.getNextCell(),If(t,r[s][o].charAt(l),i.row,i.column);for(o++;r[0]&&o===r[0].length;)r.splice(0,1)}for(;i=n.getNextRemainderCell();)If(t,0,i.row,i.column)}(l,s);var u=function(t){var e,r,o=[],i=[],n=[],a=[],s=[],l=t[0].length;for(r=0;r<t.length;r++)o[r]=0,n[r]=0,s[r]=[0,0],a[r]=[0,0],i[r]=[];for(var u=0;u<l;u++)for(var c=0;c<l;c++)for(var p=0;p<t.length;p++)e=t[p],n[p]+=parseInt(e[u][c],10),i[p][0]===e[u][c]&&u+1<l&&c-1>=0&&e[u+1][c]===i[p][0]&&e[u+1][c-1]===i[p][0]&&(o[p]+=3),Yf(p,a,o,0,e[u][c]),Yf(p,a,o,1,e[c][u]),Wf(p,o,i,e[u][c],s,0),Wf(p,o,i,e[c][u],s,1);var h,f=l*l,d=Number.MAX_VALUE;for(r=0;r<o.length;r++)o[r]+=qf(n[r],f),o[r]<d&&(d=o[r],h=r);return h}(l),c=l[u];return n>=7&&Xf([c],function(t){return Hf(t,"1111100100101",18)}(n)),Kf([c],function(t){var e,r="";if(0===Zh(t))return"101010000010010";e=Hf(Zh(t),"10100110111",15);for(var o=0;o<e.length;o++)r+=e.charAt(o)^"101010000010010".charAt(o);return r}(mf[e]+qh(u,3))),c}!function(){var t,e;for(e=1;e<255;e++)(t=2*df[e-1])>255&&(t^=285),df[e]=t,ff[t]=e;t=2*df[e-1]^285,df[e]=t,df[-1]=0}(),function(){for(var t=2;t<=68;t++){var e=Df[t-1],r=[t,0];Df[t]=Lf(e,r)}}();var Qf=Math.round,Jf=[[0,1],[1,1],[1,2],[2,2],[2,1],[3,1],[3,0],[2,0],[2,-1],[1,-1],[1,0]],td=[[0,1],[1,1],[1,0]],ed=function(t){function e(e,r,o){void 0===o&&(o=se),t.call(this),this.options=G({},this.options,r),this.element=e,this.wrapper=this.element,this.onError=o,this._initElement(),this._initSurface(),this.setOptions(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._destroySurface()},e.prototype._initElement=function(){V(this.element,"k-qrcode")},e.prototype._initSurface=function(){var t=this.options,e=this.surface;e&&e.options.type===t.renderAs||(this._destroySurface(),this._initSurfaceElement(),this.surface=this._createSurface())},e.prototype._createSurface=function(){return L.drawing.Surface.create(this.surfaceElement,{type:this.options.renderAs})},e.prototype._destroySurface=function(){this.surface&&(this.surface.destroy(),this.surface=null,this._destroySurfaceElement())},e.prototype._initSurfaceElement=function(){this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.surfaceElement.style.position="relative",this.element.appendChild(this.surfaceElement))},e.prototype._destroySurfaceElement=function(){this.surfaceElement&&this.surfaceElement.parentNode&&(this.surfaceElement.parentNode.removeChild(this.surfaceElement),this.surfaceElement=null)},e.prototype.redraw=function(){var t=this._getSize();this.surface.clear(),this.surface.setSize({width:t,height:t}),this.createVisual(),this.surface.draw(this.visual)},e.prototype.getSize=function(){var t=this.element,e=t.clientWidth,r=t.clientHeight,o={width:0,height:0};return e>0&&(o.width=e),r&&(o.height=r),o},e.prototype._resize=function(){this.redraw()},e.prototype.createVisual=function(){this.visual=this._render()},e.prototype.exportVisual=function(){return this._render()},e.prototype._render=function(){var t,e,r,o,i,n=this._value,a=this.options.border||{},s=this.options.padding||0,l=a.width||0;a.width=l;var u=new L.drawing.Group;try{n&&(r=Zf(n,this.options.errorCorrection,this.options.encoding),i=(o=this._getSize())-2*(l+s),t=this._calculateBaseUnit(i,r.length),e=l+s+(i-r.length*t)/2,u.append(this._renderBackground(o,a)),u.append(this._renderMatrix(r,t,e)),this._hasCustomLogo()?u.append(this._renderLogo(o,t)):this._isSwiss()&&u.append(this._renderSwissCode(o,t)))}catch(t){this.onError(t)}return u},e.prototype._renderLogo=function(t,e){var r,o=Qf(t/2),i=this._getLogoSize(7*e),n=this.options.overlay.imageUrl,a={x:o-i.width/2,y:o-i.height/2};return r=new L.geometry.Rect(new L.geometry.Point(a.x,a.y),new L.geometry.Size(i.width,i.height)),new L.drawing.Image(n,r)},e.prototype._renderSwissCode=function(t,e){var r=this._getLogoSize(7*e),o=(r=Math.max(r.width,r.height))/4,i=o/2,n=t/2,a={},s=new L.drawing.Group;return a.x=a.y=Math.ceil(n-e-r/2),s.append(this._renderShape(a,Math.ceil(r+2*e),td,"#fff")),a.x=a.y=n-r/2,s.append(this._renderShape(a,r,td,this.options.color)),a.x=n+i-r/2,a.y=n+i+o-r/2,s.append(this._renderShape(a,o,Jf,"#fff")),s},e.prototype._renderShape=function(t,e,r,o){var i=new L.drawing.MultiPath({fill:{color:o},stroke:null});i.moveTo(t.x,t.y);for(var n=0;n<r.length;n++)i.lineTo(t.x+e*r[n][0],t.y+e*r[n][1]);return i.close(),i},e.prototype._getSize=function(){var t;if(this.options.size)t=parseInt(this.options.size,10);else{var e=Uh(this.element,this.options.renderAs),r=Math.min(e.width,e.height);t=r>0?r:200}return t},e.prototype._calculateBaseUnit=function(t,e){var r=Math.floor(t/e);if(r<1){var o=Math.ceil(1*e);this.onError(new Error("Insufficient size for QR Code: the current size is "+t+"px and the minimum size is "+o+"px."))}else r*e>=t&&r-1>=1&&r--;return r},e.prototype._renderMatrix=function(t,e,r){for(var o=new L.drawing.MultiPath({fill:{color:this.options.color},stroke:null}),i=0;i<t.length;i++)for(var n=r+i*e,a=0;a<t.length;){for(;0===t[i][a]&&a<t.length;)a++;if(a<t.length){for(var s=a;1===t[i][a];)a++;var l=Qf(r+s*e),u=Qf(n),c=Qf(r+a*e),p=Qf(n+e);o.moveTo(l,u).lineTo(l,p).lineTo(c,p).lineTo(c,u).close()}}return o},e.prototype._renderBackground=function(t,e){var r=new fe(0,0,t,t).unpad(e.width/2);return L.drawing.Path.fromRect(r.toRect(),{fill:{color:this.options.background},stroke:{color:e.color,width:e.width}})},e.prototype.setOptions=function(t){var e=t||{};this.options=Yh(this.options,e),void 0!==t.value&&(this._value=String(this.options.value)),this._initSurface(),this.redraw()},e.prototype.value=function(t){if(void 0===t)return this._value;this._value=String(t),this.redraw()},e.prototype._hasCustomLogo=function(){return Boolean(this.options.overlay.imageUrl)},e.prototype._isSwiss=function(){return"swiss"===this.options.overlay.type},e.prototype._getLogoSize=function(t){var e=this.options.overlay.width,r=this.options.overlay.height;return e||r?e&&!r?r=e:!e&&r&&(e=r):e=r=t,{width:e,height:r}},e}(L.Class);Rt(ed,{name:"QRCode",renderAs:"svg",encoding:"ISO_8859_1",value:"",errorCorrection:"L",background:"#fff",color:"#000",size:"",padding:0,border:{color:"",width:0},overlay:{type:"image",imageUrl:"",width:0,height:0}});const rd=ed,od=function(t){return void 0===t&&(t="ISO_8859_1"),function(e){try{Zf(e,"L",t)}catch(t){return{valid:!1,error:t}}return{valid:!0}}};var id={WGS84:{a:6378137,b:6356752.314245179,f:.0033528106647474805,e:.08181919084262149}};function nd(t){return t*t}var ad=Math,sd=ad.abs,ld=ad.atan,ud=ad.atan2,cd=ad.cos,pd=ad.sin,hd=ad.tan,fd=function(t){function e(e,r){t.call(this),this.initProperties(),1===arguments.length?(this.lat=e[0],this.lng=e[1]):(this.lat=e,this.lng=r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){G(this,{DISTANCE_ITERATIONS:100,DISTANCE_CONVERGENCE:1e-12,DISTANCE_PRECISION:2,FORMAT:"{0:N6}{1:N6}"})},e.prototype.toArray=function(){return[this.lat,this.lng]},e.prototype.equals=function(t){return t&&t.lat===this.lat&&t.lng===this.lng},e.prototype.clone=function(){return new e(this.lat,this.lng)},e.prototype.round=function(t){return this.lng=Vt(this.lng,t),this.lat=Vt(this.lat,t),this},e.prototype.wrap=function(){return this.lng=this.lng%180,this.lat=this.lat%90,this},e.prototype.distanceTo=function(t,e){return this.greatCircleTo(t,e).distance},e.prototype.destination=function(t,r,o){var i=Dt(r),n=o||id.WGS84,a=Dt(this.lat),s=Dt(this.lng),l=t/n.a,u=ad.asin(pd(a)*cd(l)+cd(a)*pd(l)*cd(i)),c=s+ud(pd(i)*pd(l)*cd(a),cd(l)-pd(a)*pd(u));return new e(Ot(u),Ot(c))},e.prototype.greatCircleTo=function(t,r){var o=e.create(o),i=r||id.WGS84;if(!o||this.clone().round(8).equals(o.clone().round(8)))return{distance:0,azimuthFrom:0,azimuthTo:0};for(var n,a,s,l,u,c,p,h,f=i.a,d=i.b,v=i.f,g=Dt(o.lng-this.lng),y=ld((1-v)*hd(Dt(this.lat))),m=pd(y),b=cd(y),x=ld((1-v)*hd(Dt(o.lat))),_=pd(x),C=cd(x),w=g,O=this.DISTANCE_ITERATIONS,S=!1;!S&&O-- >0;){a=pd(w),s=cd(w),l=ad.sqrt(nd(C*a)+nd(b*_-m*C*s)),h=ud(l,c=m*_+b*C*s);var P=b*C*a/l;p=0,0!=(u=1-nd(P))&&(p=c-2*m*_/u),n=w;var A=v/16*u*(4+v*(4-3*u));w=g+(1-A)*v*P*(h+A*l*(p+A*c*(2*nd(p)-1))),S=sd(w-n)<=this.DISTANCE_CONVERGENCE}var j=u*(nd(f)-nd(d))/nd(d),k=1+j/16384*(4096+j*(j*(320-175*j)-768)),M=j/1024*(256+j*(j*(74-47*j)-128)),T=M*l*(p+M/4*(c*(2*nd(p)-1)-M/6*p*(4*nd(l)-3)*(4*nd(p)-3))),E=ud(C*a,b*_-m*C*s),D=ud(b*a,-m*C+b*_*s);return{distance:Vt(d*k*(h-T),this.DISTANCE_PRECISION),azimuthFrom:Ot(E),azimuthTo:Ot(D)}},e.prototype.toString=function(){return String(this.lat)+","+String(this.lng)},e.fromLngLat=function(t){return new e(t[1],t[0])},e.fromLatLng=function(t){return new e(t[0],t[1])},e.create=function(t,r){if(wt(t))return t instanceof e?t.clone():1===arguments.length&&2===t.length?e.fromLatLng(t):new e(t,r)},e}(L.Class),dd=Math,vd=dd.atan,gd=dd.exp,yd=dd.pow,md=dd.sin,bd=dd.log,xd=dd.tan,_d=L.geometry.Point,Cd=dd.PI,wd=Cd/2,Od=Cd/4,Sd=Cd/180,Pd=id.WGS84,Ad=function(t){function e(e){t.call(this),this.initProperties(),this._initOptions(e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype.initProperties=function(){G(this,{MAX_LNG:180,MAX_LAT:85.0840590501,INVERSE_ITERATIONS:15,INVERSE_CONVERGENCE:1e-12})},e.prototype.forward=function(t,e){var r=this,o=r.options,i=o.datum.a,n=o.centralMeridian,a=Tt(t.lat,-r.MAX_LAT,r.MAX_LAT),s=e?Tt(t.lng,-r.MAX_LNG,r.MAX_LNG):t.lng,l=Dt(s-n)*i,u=r._projectLat(a);return new _d(l,u)},e.prototype._projectLat=function(t){var e=this.options.datum,r=e.e,o=e.a,i=Dt(t),n=xd(Od+i/2),a=r*md(i),s=yd((1-a)/(1+a),r/2);return o*bd(n*s)},e.prototype.inverse=function(t,e){var r=this,o=r.options,i=o.datum.a,n=o.centralMeridian,a=t.x/(Sd*i)+n,s=Tt(r._inverseY(t.y),-r.MAX_LAT,r.MAX_LAT);return e&&(a=Tt(a,-r.MAX_LNG,r.MAX_LNG)),new fd(s,a)},e.prototype._inverseY=function(t){var e,r=this,o=r.options.datum,i=o.a,n=o.e,a=n/2,s=gd(-t/i),l=wd-2*vd(s);for(e=0;e<=r.INVERSE_ITERATIONS;e++){var u=n*md(l),c=yd((1-u)/(1+u),a),p=wd-2*vd(s*c)-l;if(l+=p,dd.abs(p)<=r.INVERSE_CONVERGENCE)break}return Ot(l)},e}(L.Class);Rt(Ad,{centralMeridian:0,datum:Pd});var jd=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),G(this,{MAX_LAT:85.0511287798})},e.prototype._projectLat=function(t){var e=this.options.datum.a,r=Dt(t),o=xd(Od+r/2);return e*bd(o)},e.prototype._inverseY=function(t){var e=this.options.datum.a,r=gd(-t/e);return Ot(wd-2*vd(r))},e}(Ad),kd=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.forward=function(t){return new _d(t.lng,t.lat)},e.prototype.inverse=function(t){return new fd(t.y,t.x)},e}(L.Class),Md=function(t){function e(){t.call(this);var e=this._proj=new jd,r=this.c=2*Cd*e.options.datum.a;this._tm=L.geometry.transform().translate(.5,.5).scale(1/r,-1/r),this._itm=L.geometry.transform().scale(r,-r).translate(-.5,-.5)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toPoint=function(t,e,r){return this._proj.forward(t,r).transform(this._tm).scale(e||1)},e.prototype.toLocation=function(t,e,r){var o=t.clone().scale(1/(e||1)).transform(this._itm);return this._proj.inverse(o,r)},e}(L.Class),Td=(function(t){function e(){t.call(this),this._proj=new Ad}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toPoint=function(t){return this._proj.forward(t)},e.prototype.toLocation=function(t){return this._proj.inverse(t)}}(L.Class),function(t){function e(){t.call(this),this._proj=new kd}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toPoint=function(t){return this._proj.forward(t)},e.prototype.toLocation=function(t){return this._proj.inverse(t)}}(L.Class),Object.defineProperty),Ed=(Object.assign,function(t){var e=document.createElement("div");return e.innerHTML=t,e.firstChild}),Dd=function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},Vd=function(t,e){e.insertBefore(t,e.firstChild)},Id=function(t){return t.replace(/([a-z][A-Z])/g,(function(t){return t.charAt(0)+"-"+t.charAt(1).toLowerCase()}))},Nd=function(t){return t&&String(t).endsWith("px")?t:String(t)+"px"},Ld=function(t){var e,r=!1,o=[],i={wp:/(Windows Phone(?: OS)?)\s(\d+)\.(\d+(\.\d+)?)/,fire:/(Silk)\/(\d+)\.(\d+(\.\d+)?)/,android:/(Android|Android.*(?:Opera|Firefox).*?\/)\s*(\d+)\.?(\d+(\.\d+)?)?/,iphone:/(iPhone|iPod).*OS\s+(\d+)[\._]([\d\._]+)/,ipad:/(iPad).*OS\s+(\d+)[\._]([\d_]+)/,meego:/(MeeGo).+NokiaBrowser\/(\d+)\.([\d\._]+)/,webos:/(webOS)\/(\d+)\.(\d+(\.\d+)?)/,blackberry:/(BlackBerry|BB10).*?Version\/(\d+)\.(\d+(\.\d+)?)/,playbook:/(PlayBook).*?Tablet\s*OS\s*(\d+)\.(\d+(\.\d+)?)/,windows:/(MSIE)\s+(\d+)\.(\d+(\.\d+)?)/,tizen:/(tizen).*?Version\/(\d+)\.(\d+(\.\d+)?)/i,sailfish:/(sailfish).*rv:(\d+)\.(\d+(\.\d+)?).*firefox/i,ffos:/(Mobile).*rv:(\d+)\.(\d+(\.\d+)?).*Firefox/},n={ios:/^i(phone|pad|pod)$/i,android:/^android|fire$/i,blackberry:/^blackberry|playbook/i,windows:/windows/,wp:/wp/,flat:/sailfish|ffos|tizen/i,meego:/meego/},a={tablet:/playbook|ipad|fire/i},s={omini:/Opera\sMini/i,omobile:/Opera\sMobi/i,firefox:/Firefox|Fennec/i,mobilesafari:/version\/.*safari/i,ie:/MSIE|Windows\sPhone/i,chrome:/chrome|crios/i,webkit:/webkit/i};for(var l in i)if(i.hasOwnProperty(l)&&(o=t.match(i[l]))){if("windows"===l&&"plugins"in navigator)return!1;(r={}).device=l,r.tablet=Bd(l,a,!1),r.browser=Bd(t,s,"default"),r.name=Bd(l,n),r[r.name]=!0,r.majorVersion=o[2],r.minorVersion=(o[3]||"0").replace("_","."),e=r.minorVersion.replace(".","").substr(0,2),r.flatVersion=r.majorVersion+e+new Array(3-(e.length<3?e.length:2)).join("0");break}return r};function Bd(t,e,r){for(var o in e)if(e.hasOwnProperty(o)&&e[o].test(t))return o;return void 0!==r?r:t}var Rd=function(){var t={down:"touchstart mousedown",move:"mousemove touchmove",up:"mouseup touchend touchcancel",cancel:"mouseleave touchcancel"},e=zd();return e.touch&&(e.mobileOS.ios||e.mobileOS.android)?t={down:"touchstart",move:"touchmove",up:"touchend touchcancel",cancel:"touchcancel"}:e.pointers?t={down:"pointerdown",move:"pointermove",up:"pointerup",cancel:"pointercancel pointerleave"}:e.msPointers&&(t={down:"MSPointerDown",move:"MSPointerMove",up:"MSPointerUp",cancel:"MSPointerCancel MSPointerLeave"}),t},zd=function(){var t=Ld(navigator.userAgent),e=function(t){var e=!1,r=[],o={edge:/(edge)[ \/]([\w.]+)/i,webkit:/(chrome|crios)[ \/]([\w.]+)/i,safari:/(webkit)[ \/]([\w.]+)/i,opera:/(opera)(?:.*version|)[ \/]([\w.]+)/i,msie:/(msie\s|trident.*? rv:)([\w.]+)/i,mozilla:/(mozilla)(?:.*? rv:([\w.]+)|)/i};for(var i in o)if(o.hasOwnProperty(i)&&(r=t.match(o[i]))){(e={})[i]=!0,e[r[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,e.version=parseInt(document.documentMode||r[2],10);break}return e}(navigator.userAgent),r=e.chrome,o=e.crios,i=e.mozilla,n=e.safari,a={};a.mobileOS=t,a.touch="ontouchstart"in window,a.pointers=!r&&!o&&!i&&!n&&window.PointerEvent,a.msPointers=!r&&window.MSPointerEvent,a.mouseAndTouchPresent=a.touch&&!(a.mobileOS.ios||a.mobileOS.android),a.eventCapture=document.documentElement.addEventListener;var s=document.createElement("table"),l=a.transitions=!1,u=a.transforms=!1,c="string";return["Moz","webkit","O","ms"].forEach((function(t){var e=typeof s.style[t+"Transition"]===c;if(e||typeof s.style[t+"Transform"]===c){var r=t.toLowerCase();return u={css:"ms"!==r?"-"+r+"-":"",prefix:t,event:"o"===r||"webkit"===r?r:""},e&&((l=u).event=l.event?l.event+"TransitionEnd":"transitionend"),!1}})),s=null,a.transforms=u,a.transitions=l,a.delayedClick=function(){if(a.touch){if(a.mobileOS.ios)return!0;if(a.mobileOS.android){if(!a.browser.chrome)return!0;if(a.browser.version<32)return!1;var t=document.querySelector("meta[name=viewport]");return!(t?t.getAttribute("content"):"").match(/user-scalable=no/i)}}return!1},a},Fd=function(t,e){return t.bind(e)},Hd=function(t,e,r,o,i){Ud(t,e,r,o,i)},Ud=function(t,e,r,o,i){(D(e)?e:(e||"").split(" ")).forEach((function(e){Kd(t,e,r,o,i)}))},Kd=function(t,e,r,o,i){var n,a=o;r&&U(r)&&!o?a=r:r&&"string"==typeof r&&U(a)&&(n=r),t.addEventListener(e,(function(e){var r=e.target?e.target.closest(n):null;if(!n||n&&e.target&&r){var o=n?r:e.currentTarget;Td(e,"currentTarget",{value:o}),Td(e,"delegateTarget",{value:t}),a(e)}}),Boolean(i))},Xd=function(t,e,r,o,i){$d(t,e,r,o,i)},$d=function(t,e,r,o){(D(e)?e:(e||"").split(" ")).forEach((function(e){Gd(t,e,r,o)}))},Gd=function(t,e,r,o){t.removeEventListener(e,r,Boolean(o))},Yd=function(t){var e=Rd(navigator.userAgent);return t.replace(/([^ ]+)/g,(function(t){return e[t]||t}))},Wd=function(t,e){var r=t.prototype;r.events?e.forEach((function(t){r.events.indexOf(t)<0&&r.events.push(t)})):r.events=e},qd=function(){return Number(new Date)},Zd=function(){},Qd=function(t){var e=[];if(t)for(var r=Id(t).split("-"),o=0;o<r.length;o++)e.push("k-pos-"+r[o]);return e.join(" ")},Jd="string",tv="function",ev=function(){this._defaultPrevented=!0},rv=function(){return!0===this._defaultPrevented},ov=function(t){function e(){t.call(this),this._events={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.unbind()},e.prototype.bind=function(t,e,r){var o,i,n,a,s=this,l=typeof t===Jd?[t]:t||[],u=typeof e===tv;if(void 0===e){for(o in t)s.bind(o,t[o]);return s}var c=function(){var t=l[o];(a=u?e:e[t])&&(r&&(n=a,a=function(){s.unbind(t,a),n.apply(s,arguments)},a.original=n),(s._events[t]=s._events[t]||[]).push(a))};for(o=0,i=l.length;o<i;o++)c();return s},e.prototype.one=function(t,e){return this.bind(t,e,!0)},e.prototype.first=function(t,e){var r,o,i,n=this,a=typeof t===Jd?[t]:t,s=typeof e===tv;for(r=0,o=a.length;r<o;r++){var l=a[r];(i=s?e:e[l])&&(n._events[l]=n._events[l]||[]).unshift(i)}return n},e.prototype.trigger=function(t,e){var r,o,i=this,n=i._events[t];if(n){var a=e||{};for(a.sender=i,a._defaultPrevented=!1,a.preventDefault=ev,a.isDefaultPrevented=rv,r=0,o=(n=n.slice()).length;r<o;r++)n[r].call(i,a);return!0===a._defaultPrevented}return!1},e.prototype.unbind=function(t,e){var r,o=this,i=o._events[t];if(void 0===t)o._events={};else if(i)if(e)for(r=i.length-1;r>=0;r--)i[r]!==e&&i[r].original!==e||i.splice(r,1);else o._events[t]=[];return o},e.prototype._setEvents=function(t){for(var e=this,r=(this.events||[]).length,o=0;o<r;o++){var i=e.events[o];e.options[i]&&t[i]&&(e.unbind(i,e.options[i]),e._events&&e._events[i]&&delete e._events[i])}this.bind(this.events,t)},e}(L.Class),iv=function(t){function e(e,r){t.call(this),this.element=e,this._initOptions(r),this.items=[],V(this.element,"k-widget k-attribution")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype.filter=function(t,e){this._extent=t,this._zoom=e,this._render()},e.prototype.add=function(t){var e=t;wt(t)&&("string"==typeof t&&(e={text:t}),this.items.push(e),this._render())},e.prototype.remove=function(t){for(var e=[],r=0;r<this.items.length;r++){var o=this.items[r];o.text!==t&&e.push(o)}this.items=e,this._render()},e.prototype.clear=function(){this.items=[],Dd(this.element)},e.prototype._render=function(){for(var t=[],e=0;e<this.items.length;e++){var r=this.items[e],o=this._itemText(r);""!==o&&t.push(o)}t.length>0?(Dd(this.element),function(t,e){var r=document.createElement("div");for(r.innerHTML=t;r.childNodes.length>0;)e.appendChild(r.childNodes[0])}(t.join(this.options.separator),this.element),this.showElement()):this.hideElement()},e.prototype.hideElement=function(){this.element.style.display="none"},e.prototype.showElement=function(){this.element.style.display=""},e.prototype._itemText=function(t){var e="",r=this._inZoomLevel(t.minZoom,t.maxZoom),o=this._inArea(t.extent);return r&&o&&(e+=t.text),e},e.prototype._inZoomLevel=function(t,e){var r=Nt(t,-Number.MAX_VALUE),o=Nt(e,Number.MAX_VALUE);return this._zoom>r&&this._zoom<o},e.prototype._inArea=function(t){var e=!0;return t&&(e=t.contains(this._extent)),e},e}(ov);Rt(iv,{name:"Attribution",separator:"&nbsp;|&nbsp;"});var nv={up:{className:"k-navigator-n",iconClass:"k-i-caret-alt-up"},down:{className:"k-navigator-s",iconClass:"k-i-caret-alt-down"},right:{className:"k-navigator-e",iconClass:"k-i-caret-alt-right"},left:{className:"k-navigator-w",iconClass:"k-i-caret-alt-left"}};function av(t,e){var r='<button class="k-button k-button-square k-rounded-full k-button-flat k-button-flat-base k-icon-button '+nv[t].className+'" aria-label="move '+t+'">'+$t({icon:"caret-alt-"+t,iconClass:"k-button-icon",svgIcons:e.svgIcons,type:e.type})+"</button>";return Ed(r)}var sv=function(t){function e(e,r){t.call(this),this.element=e,this._initOptions(r);var o=av("up",r.icons),i=av("right",r.icons),n=av("down",r.icons),a=av("left",r.icons);this.element.appendChild(o),this.element.appendChild(i),this.element.appendChild(n),this.element.appendChild(a),V(this.element,"k-widget k-navigator"),Hd(this.element,"click",".k-button",Fd(this._click,this));var s=this.element.parentNode.closest("[data-role]");this._keyroot=s||this.element,this._tabindex(this._keyroot),this._keydownHandler=Fd(this._keydown,this),Hd(this._keyroot,"keydown",this._keydownHandler)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.dispose()},e.prototype.dispose=function(){Xd(this._keyroot,"keydown",this._keydownHandler)},e.prototype._tabindex=function(t){var e=t||this.wrapper||this.element,r=this.element,o="tabindex",i=e.getAttribute(o)||r.getAttribute(o);r.removeAttribute(o),e.setAttribute(o,isNaN(i)?0:i)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._pan=function(t,e){var r=this.options.panStep;this.trigger("pan",{x:t*r,y:e*r})},e.prototype._click=function(t){var e=0,r=0,o=t.currentTarget;o.matches(".k-navigator-n")?r=1:o.matches(".k-navigator-s")?r=-1:o.matches(".k-navigator-e")?e=1:o.matches(".k-navigator-w")&&(e=-1),this._pan(e,r),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case le.UP:this._pan(0,1),t.preventDefault();break;case le.DOWN:this._pan(0,-1),t.preventDefault();break;case le.RIGHT:this._pan(1,0),t.preventDefault();break;case le.LEFT:this._pan(-1,0),t.preventDefault()}},e}(ov);function lv(t,e,r){var o='<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button k-zoom-'+t+'" title="zoom-'+t+'" aria-label="zoom-'+t+'">'+$t({icon:e,iconClass:"k-button-icon",svgIcons:r.svgIcons,type:r.type})+"</button>";return Ed(o)}Rt(sv,{name:"Navigator",panStep:1}),Wd(sv,["pan"]);var uv="change",cv=function(t){function e(e,r,o){t.call(this),this.element=e,this._initOptions(r);var i=lv("in","plus",o),n=lv("out","minus",o);this.element.appendChild(i),this.element.appendChild(n),V(this.element,"k-widget k-zoom-control k-button-group k-group-horizontal"),this._clickHandler=this._click.bind(this),Hd(this.element,"click",".k-button",this._clickHandler);var a=this.element.parentNode.closest("[data-role]");this._keyroot=a||this.element,this._tabindex(this._keyroot),this._keydownHandler=this._keydown.bind(this),Hd(this._keyroot,"keydown",this._keydownHandler)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.element&&Xd(this.element,"click",this._clickHandler),this._keyroot&&Xd(this._keyroot,"keydown",this._keydownHandler)},e.prototype._tabindex=function(t){var e=t||this.wrapper||this.element,r=this.element,o="tabindex",i=e.getAttribute(o)||r.getAttribute(o);r.removeAttribute(o),e.setAttribute(o,isNaN(i)?0:i)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._change=function(t){var e=this.options.zoomStep;this.trigger(uv,{delta:t*e})},e.prototype._click=function(t){var e=1;lt(t.currentTarget,"k-zoom-out")&&(e=-1),this._change(e),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case le.NUMPAD_PLUS:case 187:case 61:this._change(1);break;case le.NUMPAD_MINUS:case 189:case 173:this._change(-1)}},e}(ov);Rt(cv,{name:"ZoomControl",zoomStep:1}),Wd(cv,[uv]);var pv=Math,hv=pv.max,fv=pv.min,dv=function(t){function e(e,r){t.call(this);var o=fd.create(e),i=fd.create(r);o.lng+180>i.lng+180&&o.lat+90<i.lat+90?(this.se=o,this.nw=i):(this.se=i,this.nw=o)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={World:{configurable:!0}};return e.prototype.contains=function(t){var e=this.nw,r=this.se,o=Nt(t.lng,t[1]),i=Nt(t.lat,t[0]);return t&&o+180>=e.lng+180&&o+180<=r.lng+180&&i+90>=r.lat+90&&i+90<=e.lat+90},e.prototype.center=function(){var t=this.nw,e=this.se,r=t.lng+(e.lng-t.lng)/2,o=t.lat+(e.lat-t.lat)/2;return new fd(o,r)},e.prototype.containsAny=function(t){for(var e=!1,r=0;r<t.length;r++)e=e||this.contains(t[r]);return e},e.prototype.include=function(t){var e=this.nw,r=this.se,o=Nt(t.lng,t[1]),i=Nt(t.lat,t[0]);e.lng=fv(e.lng,o),e.lat=hv(e.lat,i),r.lng=hv(r.lng,o),r.lat=fv(r.lat,i)},e.prototype.includeAll=function(t){for(var e=0;e<t.length;e++)this.include(t[e])},e.prototype.edges=function(){var t=this.nw,e=this.se;return{nw:this.nw,ne:new fd(t.lat,e.lng),se:this.se,sw:new fd(e.lat,t.lng)}},e.prototype.toArray=function(){var t=this.nw,e=this.se;return[t,new fd(t.lat,e.lng),e,new fd(e.lat,t.lng)]},e.prototype.overlaps=function(t){return this.containsAny(t.toArray())||t.containsAny(this.toArray())},e.create=function(t,r){return t instanceof e?t:t&&r?new e(t,r):t&&4===t.length&&!r?new e([t[0],t[1]],[t[2],t[3]]):void 0},r.World.get=function(){return new e([90,-180],[-90,180])},Object.defineProperties(e,r),e}(L.Class),vv="centerChange",gv=function(t){function e(e,r){t.call(this),this.widgetService=e,this.options=G({},this.options,r),this.offset={x:0,y:0}}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={anchor:{configurable:!0}};return e.prototype.show=function(t,e){this.location!==e.location&&(this.anchor=t,this.location=e.location,this.widgetService.notify("showTooltip",Object.assign({anchor:this.anchor},e)),this.visible=!0)},e.prototype.hide=function(){this.widgetService&&this.widgetService.notify("hideTooltip"),this.visible=!1,this.location=null},r.anchor.get=function(){return this._anchor},r.anchor.set=function(t){var e=this.widgetService.widget._toDocumentCoordinates({x:t.left-this.offset.x,y:t.top-this.offset.y});this._anchor={left:e.left,top:e.top}},e.prototype.destroy=function(){this.widgetService=null},Object.defineProperties(e.prototype,r),e}(L.Class);Rt(gv,{border:{width:1},opacity:1});var yv=function(t){function e(e,r){t.call(this),this.support=zd(),this._initOptions(r),this.map=e;var o=document.createElement("div");V(o,"k-layer"),o.style.zIndex=this.options.zIndex,o.style.opacity=this.options.opacity,this.element=o,e.scrollElement.appendChild(this.element),this._beforeReset=this._beforeReset.bind(this),this._reset=this._reset.bind(this),this._resize=this._resize.bind(this),this._panEnd=this._panEnd.bind(this),this._activate(),this._updateAttribution()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._deactivate()},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype.show=function(){this.reset(),this._activate(),this._applyExtent(!0)},e.prototype.hide=function(){this._deactivate(),this._setVisibility(!1)},e.prototype.reset=function(){this._beforeReset(),this._reset()},e.prototype._reset=function(){this._applyExtent()},e.prototype._beforeReset=function(){},e.prototype._resize=function(){},e.prototype._panEnd=function(){this._applyExtent()},e.prototype._applyExtent=function(){var t=this.options,e=this.map.zoom(),r=!wt(t.minZoom)||e>=t.minZoom,o=!wt(t.maxZoom)||e<=t.maxZoom,i=dv.create(t.extent),n=!i||i.overlaps(this.map.extent());this._setVisibility(r&&o&&n)},e.prototype._setVisibility=function(t){this.element.style.display=t?"":"none"},e.prototype._activate=function(){var t=this.map;this._deactivate(),t.bind("beforeReset",this._beforeReset),t.bind("reset",this._reset),t.bind("resize",this._resize),t.bind("panEnd",this._panEnd)},e.prototype._deactivate=function(){var t=this.map;t.unbind("beforeReset",this._beforeReset),t.unbind("reset",this._reset),t.unbind("resize",this._resize),t.unbind("panEnd",this._panEnd)},e.prototype._updateAttribution=function(){var t=this.map.attribution;t&&t.add(this.options.attribution)},e.prototype._readData=function(){return this.options.data||[]},e.prototype._hasData=function(){return this._data&&this._data.length>0},e.prototype._layerIndex=function(){return(this.map.layers||[]).indexOf(this)},e}(L.Class),mv=Math,bv=L.geometry.Point;function xv(t){return U(t)?t:rt.compile(t)}function _v(t){return new bv(Vt(t.x),Vt(t.y))}function Cv(t){var e=t;return"string"!=typeof t&&(e+="px"),e}var wv=function(t){function e(e,r){t.call(this,e,r),"string"==typeof this.options.subdomains&&(this.options.subdomains=this.options.subdomains.split(""));var o=this._viewType();this._view=new o(this.element,this.options)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){t.prototype.destroy.call(this),this._view.destroy(),this._view=null},e.prototype._beforeReset=function(){var t=this.map,e=t.locationToLayer(t.extent().nw).round();this._view.viewOrigin(e)},e.prototype._reset=function(){t.prototype._reset.call(this),this._updateView(),this._view.reset()},e.prototype._viewType=function(){return Ov},e.prototype._activate=function(){t.prototype._activate.call(this),this.support.mobileOS||(this._pan||(this._pan=(0,L.throttle)(this._render.bind(this),100)),this.map.bind("pan",this._pan))},e.prototype._deactivate=function(){t.prototype._deactivate.call(this),this._pan&&this.map.unbind("pan",this._pan)},e.prototype._updateView=function(){var t=this._view,e=this.map,r=e.extent(),o={nw:e.locationToLayer(r.nw).round(),se:e.locationToLayer(r.se).round()};t.center(e.locationToLayer(e.center())),t.extent(o),t.zoom(e.zoom())},e.prototype._resize=function(){this._render()},e.prototype._panEnd=function(e){t.prototype._panEnd.call(this,e),this._render()},e.prototype._render=function(){this._updateView(),this._view.render()},e}(yv);Rt(wv,{tileSize:256,subdomains:["a","b","c"],urlTemplate:"",zIndex:1});var Ov=function(t){function e(e,r){t.call(this),this.element=e,this._initOptions(r),this.pool=new Pv}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype.center=function(t){this._center=t},e.prototype.extent=function(t){this._extent=t},e.prototype.viewOrigin=function(t){this._viewOrigin=t},e.prototype.zoom=function(t){this._zoom=t},e.prototype.pointToTileIndex=function(t){return new bv(mv.floor(t.x/this.options.tileSize),mv.floor(t.y/this.options.tileSize))},e.prototype.tileCount=function(){var t=this.size(),e=this.pointToTileIndex(this._extent.nw),r=this._extent.nw,o=this.indexToPoint(e).translate(-r.x,-r.y);return{x:mv.ceil((mv.abs(o.x)+t.width)/this.options.tileSize),y:mv.ceil((mv.abs(o.y)+t.height)/this.options.tileSize)}},e.prototype.size=function(){var t=this._extent.nw,e=this._extent.se.clone().translate(-t.x,-t.y);return{width:e.x,height:e.y}},e.prototype.indexToPoint=function(t){var e=t.x,r=t.y;return new bv(e*this.options.tileSize,r*this.options.tileSize)},e.prototype.subdomainText=function(){var t=this.options.subdomains;return t[this.subdomainIndex++%t.length]},e.prototype.destroy=function(){Dd(this.element),this.pool.empty()},e.prototype.reset=function(){this.pool.reset(),this.subdomainIndex=0,this.render()},e.prototype.render=function(){var t,e,r,o=this.tileCount(),i=this.pointToTileIndex(this._extent.nw);for(e=0;e<o.x;e++)for(r=0;r<o.y;r++)(t=this.createTile({x:i.x+e,y:i.y+r})).visible||t.show()},e.prototype.createTile=function(t){var e=this.tileOptions(t),r=this.pool.get(this._center,e);return r.element.parentNode||this.element.append(r.element),r},e.prototype.tileOptions=function(t){var e=this.wrapIndex(t),r=this.indexToPoint(t),o=this._viewOrigin,i=r.clone().translate(-o.x,-o.y);return{index:e,currentIndex:t,point:r,offset:_v(i),zoom:this._zoom,size:this.options.tileSize,subdomain:this.subdomainText(),urlTemplate:this.options.urlTemplate,errorUrlTemplate:this.options.errorUrlTemplate}},e.prototype.wrapIndex=function(t){var e=mv.pow(2,this._zoom);return{x:this.wrapValue(t.x,e),y:Tt(t.y,0,e-1)}},e.prototype.wrapValue=function(t,e){var r=mv.abs(t)%e;return t>=0?r:e-(0===r?e:r)},e}(L.Class),Sv=function(t){function e(e,r){t.call(this),this.id=e,this.visible=!0,this._initOptions(r),this.createElement(),this.show()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){var t=this.element,e=t?t.parentNode:null;t&&(e&&e.removeChild(t),this.element=null)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype.createElement=function(){var t=document.createElement("img"),e=this.options.size+"px";t.style.position="absolute",t.style.display="block",t.style.width=t.style.maxWidth=e,t.style.height=t.style.maxHeight=e,this.element=t},e.prototype.show=function(){var t=this.element;t.style.top=Cv(this.options.offset.y),t.style.left=Cv(this.options.offset.x);var e=this.url();e&&t.setAttribute("src",e),t.style.visibility="visible",this.visible=!0},e.prototype.hide=function(){this.element.style.visibility="hidden",this.visible=!1},e.prototype.url=function(){return xv(this.options.urlTemplate)(this.urlOptions())},e.prototype.errorUrl=function(){return xv(this.options.errorUrlTemplate)(this.urlOptions())},e.prototype.urlOptions=function(){var t=this.options;return{zoom:t.zoom,subdomain:t.subdomain,z:t.zoom,x:t.index.x,y:t.index.y,s:t.subdomain,quadkey:t.quadkey,q:t.quadkey,culture:t.culture,c:t.culture}},e}(L.Class);Rt(Sv,{urlTemplate:"",errorUrlTemplate:""});var Pv=function(t){function e(){t.call(this),this._items=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.get=function(t,e){return this._items.length>=this.options.maxSize&&this._remove(t),this._create(e)},e.prototype.empty=function(){for(var t=this._items,e=0;e<t.length;e++)t[e].destroy();this._items=[]},e.prototype.reset=function(){for(var t=this._items,e=0;e<t.length;e++)t[e].hide()},e.prototype._create=function(t){for(var e,r=this._items,o=kt(t.point.toString()+t.offset.toString()+t.zoom+t.urlTemplate),i=0;i<r.length;i++)if(r[i].id===o){e=r[i];break}return e?e.show():(e=new Sv(o,t),this._items.push(e)),e},e.prototype._remove=function(t){for(var e=this._items,r=-1,o=-1,i=0;i<e.length;i++){var n=e[i].options.point.distanceTo(t);n>r&&!e[i].visible&&(o=i,r=n)}-1!==o&&(e[o].destroy(),e.splice(o,1))},e}(L.Class);Rt(Pv,{maxSize:100});var Av=Object.assign,jv="change",kv=function(t){function e(e,r){t.call(this);var o=this,i=e[0]||e;o.capture=!1;var n=Rd(navigator.userAgent);i.addEventListener?(n.down.split(" ").forEach((function(t){i.addEventListener(t,Fd(o._press,o),!0)})),n.up.split(" ").forEach((function(t){i.addEventListener(t,Fd(o._release,o),!0)}))):(n.down.split(" ").forEach((function(t){i.attachEvent(t,Fd(o._press,o))})),n.up.split(" ").forEach((function(t){i.attachEvent(t,Fd(o._release,o))}))),o.bind(["press","release"],r||{})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.captureNext=function(){this.capture=!0},e.prototype.cancelCapture=function(){this.capture=!1},e.prototype._press=function(t){this.trigger("press"),this.capture&&t.preventDefault()},e.prototype._release=function(t){var e=this;e.trigger("release"),e.capture&&(t.preventDefault(),e.cancelCapture())},e}(ov),Mv=function(t){function e(e){t.call(this);var r=this;r.forcedEnabled=!1,Av(r,e),r.scale=1,r.horizontal?(r.measure="offsetWidth",r.scrollSize="scrollWidth",r.axis="x"):(r.measure="offsetHeight",r.scrollSize="scrollHeight",r.axis="y")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.makeVirtual=function(){Av(this,{virtual:!0,forcedEnabled:!0,_virtualMin:0,_virtualMax:0})},e.prototype.virtualSize=function(t,e){this._virtualMin===t&&this._virtualMax===e||(this._virtualMin=t,this._virtualMax=e,this.update())},e.prototype.outOfBounds=function(t){return t>this.max||t<this.min},e.prototype.forceEnabled=function(){this.forcedEnabled=!0},e.prototype.getSize=function(){return this.container[this.measure]},e.prototype.getTotal=function(){return this.element[this.scrollSize]},e.prototype.rescale=function(t){this.scale=t},e.prototype.update=function(t){var e=this,r=e.virtual?e._virtualMax:e.getTotal(),o=r*e.scale,i=e.getSize();(0!==r||e.forcedEnabled)&&(e.max=e.virtual?-e._virtualMin:0,e.size=i,e.total=o,e.min=Math.min(e.max,i-o),e.minScale=i/r,e.centerOffset=(o-i)/2,e.enabled=e.forcedEnabled||o>i,t||e.trigger(jv,e))},e}(ov),Tv=function(t){function e(e){t.call(this);var r=this;r.x=new Mv(Av({horizontal:!0},e)),r.y=new Mv(Av({horizontal:!1},e)),r.container=e.container,r.forcedMinScale=e.minScale,r.maxScale=e.maxScale||100,r.bind(jv,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.rescale=function(t){this.x.rescale(t),this.y.rescale(t),this.refresh()},e.prototype.centerCoordinates=function(){return{x:Math.min(0,-this.x.centerOffset),y:Math.min(0,-this.y.centerOffset)}},e.prototype.refresh=function(){var t=this;t.x.update(),t.y.update(),t.enabled=t.x.enabled||t.y.enabled,t.minScale=t.forcedMinScale||Math.min(t.x.minScale,t.y.minScale),t.fitScale=Math.max(t.x.minScale,t.y.minScale),t.trigger(jv)},e}(ov),Ev=function(t){function e(e){t.call(this),Av(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.outOfBounds=function(){return this.dimension.outOfBounds(this.movable[this.axis])},e.prototype.dragMove=function(t){var e=this,r=e.dimension,o=e.axis,i=e.movable,n=i[o]+t;if(r.enabled){var a=t;(n<r.min&&t<0||n>r.max&&t>0)&&(a*=e.resistance),i.translateAxis(o,a),e.trigger(jv,e)}},e}(ov),Dv=function(t){function e(e){t.call(this);var r,o,i,n,a=this;Av(a,{elastic:!0},e),i=a.elastic?.5:0,n=a.movable,a.x=r=new Ev({axis:"x",dimension:a.dimensions.x,resistance:i,movable:n}),a.y=o=new Ev({axis:"y",dimension:a.dimensions.y,resistance:i,movable:n}),a.userEvents.bind(["press","move","end","gesturestart","gesturechange"],{gesturestart:function(t){a.gesture=t,a.offset=St(a.dimensions.container)},press:function(t){var e=t.event.target.closest("a");e&&e.matches("[data-navigate-on-press=true]")&&t.sender.cancel()},gesturechange:function(t){var e,i=a.gesture,s=i.center,l=t.center,u=t.distance/i.distance,c=a.dimensions.minScale,p=a.dimensions.maxScale;n.scale<=c&&u<1&&(u+=.8*(1-u)),n.scale*u>=p&&(u=p/n.scale);var h=n.x+a.offset.left,f=n.y+a.offset.top;e={x:(h-s.x)*u+l.x-h,y:(f-s.y)*u+l.y-f},n.scaleWith(u),r.dragMove(e.x),o.dragMove(e.y),a.dimensions.rescale(n.scale),a.gesture=t,t.preventDefault()},move:function(t){t.event.target.tagName.match(/textarea|input/i)||(r.dimension.enabled||o.dimension.enabled?(r.dragMove(t.x.delta),o.dragMove(t.y.delta),t.preventDefault()):t.touch.skip())},end:function(t){t.preventDefault()}})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(L.Class),Vv=function(t,e,r){return"translate3d("+t+"px,"+e+"px,0) scale("+r+")"},Iv=function(t){function e(e){t.call(this);var r=this;r.support=zd(),this.transformStyle=this.support.transitions.prefix+"Transform",r.element=e,r.element.style.webkitTransformOrigin="left top",r.x=0,r.y=0,r.scale=1;var o=Vv(r.x,r.y,r.scale);r.element.style[this.transformStyle]=o,r._saveCoordinates(o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.translateAxis=function(t,e){this[t]+=e,this.refresh()},e.prototype.scaleTo=function(t){this.scale=t,this.refresh()},e.prototype.scaleWith=function(t){this.scale*=t,this.refresh()},e.prototype.translate=function(t){this.x+=t.x,this.y+=t.y,this.refresh()},e.prototype.moveAxis=function(t,e){this[t]=e,this.refresh()},e.prototype.moveTo=function(t){Av(this,t),this.refresh()},e.prototype.refresh=function(){var t,e=this,r=e.x,o=e.y;e.round&&(r=Math.round(r),o=Math.round(o)),(t=Vv(r,o,e.scale))!==e.coordinates&&(e.element.style[this.transformStyle]=t,e._saveCoordinates(t),e.trigger(jv))},e.prototype._saveCoordinates=function(t){this.coordinates=t},e}(ov),Nv=L.drawing.Group,Lv=function(t){function e(e,r){t.call(this,e,r),this._pan=Fd(this._pan,this),this.surface=L.drawing.Surface.create(this.element,{width:e.scrollElement.clientWidth,height:e.scrollElement.clientHeight}),this._initRoot(),this.movable=new Iv(this.surface.element),this._markers=[],this._click=this._handler("shapeClick"),this.surface.bind("click",this._click),this._mouseleave=this._handler("shapeMouseLeave"),this.surface.bind("mouseleave",this._mouseleave),this.surface.bind("mouseenter",this._mouseenter.bind(this))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){t.prototype.destroy.call(this),this.surface.destroy()},e.prototype._reset=function(){t.prototype._reset.call(this),this._translateSurface(),this._data=this._readData(),this._hasData()&&this._load(this._data)},e.prototype._initRoot=function(){this._root=new Nv,this.surface.draw(this._root)},e.prototype._beforeReset=function(){this.surface.clear(),this._initRoot()},e.prototype._resize=function(){this.surface.size(this.map.size())},e.prototype._readData=function(){var e=t.prototype._readData.call(this);return"FeatureCollection"===e.type?e.features:"GeometryCollection"===e.type?e.geometries:e},e.prototype._load=function(t){this._data=t,this._clearMarkers(),this._loader||(this._loader=new Bv(this.map,this.options.style,this));for(var e=new Nv,r=0;r<t.length;r++){var o=this._loader.parse(t[r]);o&&e.append(o)}this._root.clear(),this._root.append(e)},e.prototype.shapeCreated=function(t){var e=!1;if(t instanceof L.drawing.Circle&&this.map.options.renderPointsAsMarkers&&(e=wt(this._createMarker(t))),!e){var r={layer:this,shape:t};e=this.map.trigger("shapeCreated",r)}return e},e.prototype.featureCreated=function(t){t.layer=this,this.map.trigger("shapeFeatureCreated",t)},e.prototype._createMarker=function(t){var e=this.map.markers.bind({location:t.location},t.dataItem);return e&&this._markers.push(e),e},e.prototype._clearMarkers=function(){for(var t=0;t<this._markers.length;t++)this.map.markers.remove(this._markers[t]);this._markers=[]},e.prototype._pan=function(){this._panning||(this._panning=!0,this.surface.suspendTracking())},e.prototype._panEnd=function(e){t.prototype._panEnd.call(this,e),this._translateSurface(),this.surface.resumeTracking(),this._panning=!1},e.prototype._translateSurface=function(){var t=this.map,e=t.locationToView(t.extent().nw);this.surface.translate&&(this.surface.translate(e),this.movable.moveTo({x:e.x,y:e.y}))},e.prototype._eventArgs=function(t){return{layer:this,layerIndex:this._layerIndex(),shape:t.element,shapeIndex:(this._data||[]).indexOf(t.element.dataItem),originalEvent:t.originalEvent}},e.prototype._handler=function(t){var e=this;return function(r){r.element&&e.map.trigger(t,e._eventArgs(r))}},e.prototype._mouseenter=function(t){if(t.element){this.map.trigger("shapeMouseEnter",this._eventArgs(t));var e=t.element,r=this._tooltipAnchor(t);this.map._tooltip.show(r,this._tooltipContext(e))}},e.prototype._tooltipContext=function(t){return{type:"shape",layerIndex:this._layerIndex(),className:"k-map-shape-tooltip",dataItem:t.dataItem,location:t.location}},e.prototype._tooltipAnchor=function(t){var e=this.map.eventOffset(t.originalEvent);return{top:e.y,left:e.x}},e.prototype._activate=function(){t.prototype._activate.call(this),this._panHandler=Fd(this._pan,this),this.map.bind("pan",this.panHandler)},e.prototype._deactivate=function(){t.prototype._deactivate.call(this),this.map.unbind("pan",this._panHandler)},e}(yv);Rt(Lv,{autoBind:!0,zIndex:100});var Bv=function(t){function e(e,r,o){t.call(this),this.observer=o,this.locator=e,this.style=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parse=function(t){var e=new Nv,r=!0;return"Feature"===t.type?(r=!1,this._loadGeometryTo(e,t.geometry,t),this._featureCreated(e,t)):this._loadGeometryTo(e,t,t),r&&e.children.length<2&&(e=e.children[0]),e},e.prototype._shapeCreated=function(t){var e=!1;return this.observer&&this.observer.shapeCreated&&(e=this.observer.shapeCreated(t)),e},e.prototype._featureCreated=function(t,e){this.observer&&this.observer.featureCreated&&this.observer.featureCreated({group:t,dataItem:e,properties:e.properties})},e.prototype._loadGeometryTo=function(t,e,r){var o,i,n=this,a=e.coordinates;switch(e.type){case"LineString":i=this._loadPolygon(t,[a],r),this._setLineFill(i);break;case"MultiLineString":for(o=0;o<a.length;o++)i=n._loadPolygon(t,[a[o]],r),n._setLineFill(i);break;case"Polygon":this._loadPolygon(t,a,r);break;case"MultiPolygon":for(o=0;o<a.length;o++)n._loadPolygon(t,a[o],r);break;case"Point":this._loadPoint(t,a,r);break;case"MultiPoint":for(o=0;o<a.length;o++)n._loadPoint(t,a[o],r)}},e.prototype._setLineFill=function(t){var e=t.segments;(e.length<4||!e[0].anchor().equals(Mt(e).anchor()))&&(t.options.fill=null)},e.prototype._loadShape=function(t,e){return this._shapeCreated(e)||t.append(e),e},e.prototype._loadPolygon=function(t,e,r){var o=this._buildPolygon(e);return o.dataItem=r,o.location=this.locator.viewToLocation(o.bbox().center()),this._loadShape(t,o)},e.prototype._buildPolygon=function(t){for(var e=new(t.length>1?L.drawing.MultiPath:L.drawing.Path)(this.style),r=0;r<t.length;r++)for(var o=0;o<t[r].length;o++){var i=this.locator.locationToView(fd.fromLngLat(t[r][o]));0===o?e.moveTo(i.x,i.y):e.lineTo(i.x,i.y)}return e},e.prototype._loadPoint=function(t,e,r){var o=fd.fromLngLat(e),i=this.locator.locationToView(o),n=new L.geometry.Circle(i,10),a=new L.drawing.Circle(n,this.style);return a.dataItem=r,a.location=o,this._loadShape(t,a)},e}(L.Class),Rv=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._readData=function(){return this.options.data||[]},e.prototype._load=function(t){var e=this;if(this._data=t,this.surface.clear(),0!==t.length){var r=this.options,o=at(r.valueField),i=t.slice(0);i.sort((function(t,e){return o(e)-o(t)}));for(var n,a=this._scaleType(),s=at(this.options.locationField),l=0;l<i.length;l++){var u=i[l],c=s(u),p=o(u);if(wt(c)&&wt(p)){n||(n=new a([0,p],[r.minSize,r.maxSize])),c=fd.create(c);var h=e.map.locationToView(c),f=n.map(p),d=e._createSymbol({center:h,size:f,style:r.style,dataItem:u,location:c});d.dataItem=u,d.location=c,d.value=p,e._drawSymbol(d)}}}},e.prototype._scaleType=function(){var t=this.options.scale;return U(t)?t:zv[t]},e.prototype._createSymbol=function(t){var e=this.options.symbol;return U(e)||(e=Fv[e]),e(t)},e.prototype._drawSymbol=function(t){var e={layer:this,shape:t};this.map.trigger("shapeCreated",e)||this.surface.draw(t)},e.prototype._tooltipContext=function(t){return{type:"bubble",layerIndex:this._layerIndex(),className:"k-map-bubble-tooltip",dataItem:t.dataItem,location:t.location,value:t.value}},e.prototype._tooltipAnchor=function(t){var e=t.element.bbox().center();return{top:e.y,left:e.x}},e}(Lv);Rt(Rv,{locationField:"location",valueField:"value",minSize:0,maxSize:100,scale:"sqrt",symbol:"circle",zIndex:200});var zv={sqrt:function(t){function e(e,r){t.call(this),this._domain=e,this._range=r;var o=Math.sqrt(e[1])-Math.sqrt(e[0]),i=r[1]-r[0];this._ratio=i/o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.map=function(t){var e=(Math.sqrt(t)-Math.sqrt(this._domain[0]))*this._ratio;return this._range[0]+e},e}(L.Class)},Fv={circle:function(t){var e=new L.geometry.Circle(t.center,t.size/2);return new L.drawing.Circle(e,t.style)},square:function(t){var e=new L.drawing.Path(t.style),r=t.size/2,o=t.center;return e.moveTo(o.x-r,o.y-r).lineTo(o.x+r,o.y-r).lineTo(o.x+r,o.y+r).lineTo(o.x-r,o.y+r).close(),e}},Hv="click",Uv="mouseenter",Kv="mouseleave",Xv=Object.assign,$v="k-marker",Gv="."+$v,Yv=function(t){function e(e,r){t.call(this,e,r),this._markerClickHandler=Fd(this._markerClick,this),Hd(this.element,Hv,Gv,this._markerClickHandler),this.items=[],this._load(this._readData())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){t.prototype.destroy.call(this),Xd(this.element,Hv,this._markerClickHandler),this.clear()},e.prototype.add=function(t){if(!D(t))return this._addOne(t);for(var e=0;e<t.length;e++)this._addOne(t[e])},e.prototype.remove=function(t){t.destroy();var e=(this.items||[]).indexOf(t);e>-1&&this.items.splice(e,1)},e.prototype.clear=function(){for(var t=0;t<this.items.length;t++)this.items[t].destroy();this.items=[]},e.prototype.update=function(t){var e=t.location();if(e){t.showAt(this.map.locationToView(e));var r={marker:t,layer:this};this.map.trigger("markerActivate",r)}},e.prototype._reset=function(){t.prototype._reset.call(this);for(var e=this.items,r=0;r<e.length;r++)this.update(e[r])},e.prototype.bind=function(t,e){var r=Wv.create(t,this.options);r.dataItem=e;var o={marker:r,layer:this};if(!this.map.trigger("markerCreated",o))return this.add(r),r},e.prototype._addOne=function(t){var e=Wv.create(t,this.options);return e.addTo(this),e},e.prototype._readData=function(){return this.options.data||[]},e.prototype._load=function(t){this._data=t,this.clear();for(var e=at(this.options.locationField),r=at(this.options.titleField),o=0;o<t.length;o++){var i=t[o];this.bind({location:e(i),title:r(i)},i)}},e.prototype._markerClick=function(t){var e=t.currentTarget._kendoNode,r={layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e),originalEvent:t};this.map.trigger("markerClick",r)},e.prototype._markerMouseEnter=function(t){var e=this._createMarkerEventArgs(t);this.map.trigger("markerMouseEnter",e)},e.prototype._markerMouseLeave=function(t){var e=this._createMarkerEventArgs(t);this.map.trigger("markerMouseLeave",e)},e.prototype._createMarkerEventArgs=function(t){var e=t.marker;return Xv({},{layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e)},t)},e}(yv);Rt(Yv,{zIndex:1e3,autoBind:!0,locationField:"location",titleField:"title",template:""});var Wv=function(t){function e(e){t.call(this),this.options=e||{}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.layer=null,this.unbindEvents(),this.hide()},e.prototype.addTo=function(t){this.layer=t.markers||t,this.layer.items.push(this),this.layer.update(this)},e.prototype.location=function(t){return t?(this.options.location=fd.create(t).toArray(),this.layer&&this.layer.update(this),this):fd.create(this.options.location)},e.prototype.showAt=function(t){this.render(),this._anchor={left:Math.round(t.x),top:Math.round(t.y)},this.element.style.left=Nd(this._anchor.left),this.element.style.top=Nd(this._anchor.top)},e.prototype.hide=function(){this.element&&(this.element.remove(),this.element=null)},e.prototype.bindEvents=function(){this.element&&(this._mouseEnterHandler=Fd(this._mouseEnter,this),Hd(this.element,Uv,Gv,this._mouseEnterHandler),this._mouseLeaveHandler=Fd(this._mouseLeave,this),Hd(this.element,Kv,Gv,this._mouseLeaveHandler))},e.prototype.unbindEvents=function(){this.element&&(Xd(this.element,Uv,this._mouseEnterHandler),Xd(this.element,Kv,this._mouseLeaveHandler))},e.prototype.render=function(){if(!this.element){var t=this.options,e=this.layer,r=document.createElement("span");if(V(r,$v),this.options.template){var o=this._compileTemplate(this.options.template)(this.dataItem),i=Ed(o);r.appendChild(i)}else if(t.svgIcon)$t(r,{icon:t.svgIcon,iconClass:"k-icon-xxl",svgIcons:this.options.icons.svgIcons,type:"svg"});else{var n={icon:"map-marker",iconClass:"k-icon-xxl",svgIcons:this.options.icons.svgIcons,type:this.options.icons.type};t.shape?"pinTarget"===t.shape?(n.icon="map-marker-target",$t(r,n)):"pin"===t.shape?$t(r,n):V(r,"k-icon k-icon-xxl k-i-marker-"+Id(t.shape||"pin")):$t(r,n)}t.title&&r.setAttribute("title",t.title);var a=t.attributes||{};Object.keys(a).forEach((function(t){r.setAttribute(t,a[t])})),r._kendoNode=this,r.style.zIndex=t.zIndex,this.element=r,e&&e.element.appendChild(this.element),this.bindEvents()}},e.prototype._mouseEnter=function(t){var e=this._createEventArgs(t);this.layer._markerMouseEnter(e),this.layer.map._tooltip.show({top:this._anchor.top-this.element.offsetHeight,left:this._anchor.left},this._tooltipContext())},e.prototype._tooltipContext=function(){return{type:"marker",layerIndex:this.layer._layerIndex(),className:"k-map-marker-tooltip",dataItem:this.dataItem,title:this.options.title,location:this.location()}},e.prototype._mouseLeave=function(t){var e=this._createEventArgs(t);this.layer._markerMouseLeave(e)},e.prototype._createEventArgs=function(t){return{marker:this,originalEvent:t}},e.prototype._compileTemplate=function(t){return rt.compile(t,{paramName:"dataItem",useWithBlock:!1})},e.create=function(t,r){return t instanceof e?t:new e(G({},r,t))},e}(L.Class),qv=Object.assign;function Zv(t){window.requestAnimationFrame(t)}var Qv=function(t){function e(){t.call(this);var e=this;e._tickProxy=Fd(e._tick,e),e._started=!1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.tick=function(){},e.prototype.done=function(){},e.prototype.onEnd=function(){},e.prototype.onCancel=function(){},e.prototype.start=function(){this.enabled()&&(this.done()?this.onEnd():(this._started=!0,Zv(this._tickProxy)))},e.prototype.enabled=function(){return!0},e.prototype.cancel=function(){this._started=!1,this.onCancel()},e.prototype._tick=function(){var t=this;t._started&&(t.tick(),t.done()?(t._started=!1,t.onEnd()):Zv(t._tickProxy))},e}(L.Class),Jv=function(t){function e(e){t.call(this),qv(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.done=function(){return this.timePassed()>=this.duration},e.prototype.timePassed=function(){return Math.min(this.duration,qd()-this.startDate)},e.prototype.moveTo=function(t){var e=this,r=e.movable;e.initial=r[e.axis],e.delta=t.location-e.initial,e.duration="number"==typeof t.duration?t.duration:300,e.tick=e._easeProxy(t.ease),e.startDate=qd(),e.start()},e.prototype._easeProxy=function(t){var e=this;return function(){e.movable.moveAxis(e.axis,t(e.timePassed(),e.initial,e.delta,e.duration))}},e.easeOutExpo=function(t,e,r,o){return t===o?e+r:r*(1-Math.pow(2,-10*t/o))+e},e}(Qv),tg=Object.assign,eg=function(t){t.preventDefault()},rg=800,og=0,ig="press",ng="hold",ag="select",sg="start",lg="move",ug="end",cg="cancel",pg="tap",hg="doubleTap",fg="release",dg="gesturechange",vg="gestureend",gg="gesturetap",yg={api:0,touch:0,mouse:9,pointer:9};function mg(t){var e,r,o,i=zd(),n=[],a=t.originalEvent||t,s=t.currentTarget,l=0;if(t.api)n.push({id:2,event:t,target:t.target,currentTarget:t.target,location:t,type:"api"});else if(t.type.match(/touch/))for(e=(r=a?a.changedTouches:[]).length;l<e;l++)o=r[l],n.push({location:o,event:t,target:o.target,currentTarget:s,id:o.identifier,type:"touch"});else i.pointers||i.msPointers?n.push({location:a,event:t,target:t.target,currentTarget:s,id:a.pointerId,type:"pointer"}):n.push({id:1,event:t,target:t.target,currentTarget:s,location:t,type:"mouse"});return n}var bg=function(t){function e(e,r){t.call(this);var o=this;o.support=zd(),o.invalidZeroEvents=this.support.mobileOS&&this.support.mobileOS.android,o.axis=e,o._updateLocationData(r),o.startLocation=o.location,o.velocity=o.delta=0,o.timeStamp=qd()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.move=function(t){var e=this,r=t["page"+e.axis],o=qd(),i=o-e.timeStamp||1;!r&&this.invalidZeroEvents||(e.delta=r-e.location,e._updateLocationData(t),e.initialDelta=r-e.startLocation,e.velocity=e.delta/i,e.timeStamp=o)},e.prototype._updateLocationData=function(t){var e=this,r=e.axis;e.location=t["page"+r],e.client=t["client"+r],e.screen=t["screen"+r]},e}(L.Class),xg=function(t){function e(e,r,o){t.call(this),tg(this,{x:new bg("X",o.location),y:new bg("Y",o.location),type:o.type,useClickAsTap:e.useClickAsTap,threshold:e.threshold||yg[o.type],userEvents:e,target:r,currentTarget:o.currentTarget,initialTouch:o.target,id:o.id,pressEvent:o,_clicks:e._clicks,supportDoubleTap:e.supportDoubleTap,_moved:!1,_finished:!1})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.press=function(){this._holdTimeout=setTimeout(Fd(this._hold,this),this.userEvents.minHold),this._trigger(ig,this.pressEvent)},e.prototype._tap=function(t){var e=this;e.userEvents._clicks++,1===e.userEvents._clicks&&(e._clickTimeout=setTimeout((function(){1===e.userEvents._clicks?e._trigger(pg,t):e._trigger(hg,t),e.userEvents._clicks=0}),300))},e.prototype._hold=function(){this._trigger(ng,this.pressEvent)},e.prototype.move=function(t){var e=this,r="api"!==t.type&&e.userEvents._shouldNotMove;if(!e._finished&&!r){if(e.x.move(t.location),e.y.move(t.location),!e._moved){if(e._withinIgnoreThreshold())return;if(Cg.current&&Cg.current!==e.userEvents)return e.dispose();e._start(t)}e._finished||e._trigger(lg,t)}},e.prototype.end=function(t){this.endTime=qd(),this._finished||(this._finished=!0,this._trigger(fg,t),this._moved?this._trigger(ug,t):this.useClickAsTap||(this.supportDoubleTap?this._tap(t):this._trigger(pg,t)),clearTimeout(this._holdTimeout),this.dispose())},e.prototype.dispose=function(){var t=this.userEvents.touches||[];this._finished=!0,this.pressEvent=null,clearTimeout(this._holdTimeout);var e=t.indexOf(this);t.splice(e,1)},e.prototype.skip=function(){this.dispose()},e.prototype.cancel=function(){this.dispose()},e.prototype.isMoved=function(){return this._moved},e.prototype._start=function(t){clearTimeout(this._holdTimeout),this.startTime=qd(),this._moved=!0,this._trigger(sg,t)},e.prototype._trigger=function(t,e){var r=this,o=e.event,i={touch:r,x:r.x,y:r.y,target:r.target,event:o};r.userEvents.notify(t,i)&&o.preventDefault()},e.prototype._withinIgnoreThreshold=function(){var t=this.x.initialDelta,e=this.y.initialDelta;return Math.sqrt(t*t+e*e)<=this.threshold},e}(L.Class);function _g(t){for(var e=Rd(navigator.userAgent).up.split(" "),r=0,o=e.length;r<o;r++)t(e[r])}var Cg=function(t){function e(e,r){t.call(this);var o,i=this,n=zd();this.support=n,r=r||{},this.options=r,o=i.filter=r.filter,i.threshold=r.threshold||og,i.minHold=r.minHold||rg,i.touches=[],i._maxTouches=r.multiTouch?2:1,i.allowSelection=r.allowSelection,i.captureUpIfMoved=r.captureUpIfMoved,i.useClickAsTap=!r.fastTap&&!n.delayedClick(),i._clicks=0,i.supportDoubleTap=r.supportDoubleTap;var a=!n.touch||n.mouseAndTouchPresent;if(tg(i,{element:e,surface:r.global&&a?e.ownerDocument.documentElement:r.surface||e,stopPropagation:r.stopPropagation,pressed:!1}),this._surfaceMoveHandler=Fd(this._move,this),Hd(i.surface,Yd("move"),this._surfaceMoveHandler),this._surfaceEndHandler=Fd(this._end,this),Hd(i.surface,Yd("up cancel"),this._surfaceEndHandler),this._elementStartHandler=Fd(this._start,this),Hd(e,Yd("down"),o,this._elementStartHandler),i.useClickAsTap&&(this._elementClickHandler=Fd(this._click,this),Hd(e,Yd("click"),o,this._elementClickHandler)),n.pointers||n.msPointers)if(n.browser.version<11){var s="pinch-zoom double-tap-zoom";e.style["-ms-touch-action"]=r.touchAction&&"none"!==r.touchAction?s+" "+r.touchAction:s}else e.style["touch-action"]=r.touchAction||"none";if(r.preventDragEvent&&(this._elementDragStartHandler=eg,Hd(e,Yd("dragstart"),this._elementDragStartHandler)),this._elementSelectHandler=Fd(this._select,this),Hd(e,Yd("mousedown"),o,this._elementSelectHandler),i.captureUpIfMoved&&n.eventCapture){var l=i.surface,u=Fd(i.preventIfMoving,i);_g((function(t){l.addEventListener(t,u,!0)}))}i.bind([ig,ng,pg,hg,sg,lg,ug,fg,cg,"gesturestart",dg,vg,gg,ag],r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.preventIfMoving=function(t){this._isMoved()&&t.preventDefault()},e.prototype.destroy=function(){var t=this,e=this.options,r=this.element;if(!t._destroyed){if(t._destroyed=!0,t.captureUpIfMoved&&this.support.eventCapture){var o=t.surface;_g((function(e){o.removeEventListener(e,t.preventIfMoving)}))}Xd(t.surface,Yd("move"),this._surfaceMoveHandler),Xd(t.surface,Yd("up cancel"),this._surfaceEndHandler),Xd(r,Yd("down"),this._elementStartHandler),t.useClickAsTap&&Xd(r,Yd("click"),this._elementClickHandler),e.preventDragEvent&&Xd(r,Yd("dragstart"),this._elementDragStartHandler),Xd(r,Yd("mousedown"),this._elementSelectHandler),t._disposeAll(),t.unbind(),delete t.surface,delete t.element,delete t.currentTarget}},e.prototype.capture=function(){e.current=this},e.prototype.cancel=function(){this._disposeAll(),this.trigger(cg)},e.prototype.notify=function(t,e){var r,o,i,n,a,s,l,u,c=this.touches,p=t;if(this._isMultiTouch()){switch(p){case lg:p=dg;break;case ug:p=vg;break;case pg:p=gg}tg(e,{touches:c},(r=c[0],o=c[1],i=r.x.location,n=r.y.location,l=i-(a=o.x.location),u=n-(s=o.y.location),{center:{x:(i+a)/2,y:(n+s)/2},distance:Math.sqrt(l*l+u*u)}))}return this.trigger(p,tg(e,{type:p}))},e.prototype.press=function(t,e,r){this._apiCall("_start",t,e,r)},e.prototype.move=function(t,e){this._apiCall("_move",t,e)},e.prototype.end=function(t,e){this._apiCall("_end",t,e)},e.prototype._isMultiTouch=function(){return this.touches.length>1},e.prototype._maxTouchesReached=function(){return this.touches.length>=this._maxTouches},e.prototype._disposeAll=function(){for(var t=this.touches;t.length>0;)t.pop().dispose()},e.prototype._isMoved=function(){return st(this.touches,(function(t){return t.isMoved()})).length},e.prototype._select=function(t){this.allowSelection&&!this.trigger(ag,{event:t})||t.preventDefault()},e.prototype._start=function(t){var r,o,i=this,n=0,a=i.filter,s=mg(t),l=s.length,u=t.which;if(!(u&&u>1||i._maxTouchesReached()))for(e.current=null,i.currentTarget=t.currentTarget,i.stopPropagation&&t.stopPropagation();n<l&&!i._maxTouchesReached();n++)o=s[n],(r=a?o.currentTarget:i.element)&&0===r.length||(o=new xg(i,r,o),i.touches.push(o),o.press(),i._isMultiTouch()&&i.notify("gesturestart",{}))},e.prototype._move=function(t){this._eachTouch("move",t)},e.prototype._end=function(t){this._eachTouch("end",t)},e.prototype._click=function(t){var e={touch:{initialTouch:t.target,target:t.currentTarget,endTime:qd(),x:{location:t.pageX,client:t.clientX},y:{location:t.pageY,client:t.clientY}},x:t.pageX,y:t.pageY,target:t.currentTarget,event:t,type:"tap"};this.trigger("tap",e)&&t.preventDefault()},e.prototype._eachTouch=function(t,e){var r,o,i,n,a={},s=mg(e),l=this.touches;for(r=0;r<l.length;r++)a[(o=l[r]).id]=o;for(r=0;r<s.length;r++)(n=a[(i=s[r]).id])&&n[t](i)},e.prototype._apiCall=function(t,e,r,o){this[t]({api:!0,pageX:e,pageY:r,clientX:e,clientY:r,target:o||this.element,stopPropagation:Zd,preventDefault:Zd})},e.defaultThreshold=function(t){og=t},e.minHold=function(t){rg=t},e}(ov),wg=Object.assign,Og=Math.abs,Sg="change",Pg="scroll",Ag=function(t){function e(e){t.call(this,e);var r=this;wg(r,e),r.userEvents.bind("gestureend",r.start.bind(this)),r.tapCapture.bind("press",r.cancel.bind(this))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.enabled=function(){return this.movable.scale<this.dimensions.minScale},e.prototype.done=function(){return this.dimensions.minScale-this.movable.scale<.01},e.prototype.tick=function(){var t=this.movable;t.scaleWith(1.1),this.dimensions.rescale(t.scale)},e.prototype.onEnd=function(){var t=this.movable;t.scaleTo(this.dimensions.minScale),this.dimensions.rescale(t.scale)},e}(Qv),jg=function(t){function e(e){t.call(this);var r=this;wg(r,e,{transition:new Jv({axis:e.axis,movable:e.movable,onEnd:function(){r._end()}})}),r.tapCapture.bind("press",(function(){r.cancel()})),r.userEvents.bind("end",Fd(r.start,r)),r.userEvents.bind("gestureend",Fd(r.start,r)),r.userEvents.bind("tap",Fd(r.onEnd,r))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onCancel=function(){this.transition.cancel()},e.prototype.freeze=function(t){this.cancel(),this._moveTo(t)},e.prototype.onEnd=function(){var t=this;t.paneAxis.outOfBounds()?t._snapBack():t._end()},e.prototype.done=function(){return Og(this.velocity)<1},e.prototype.start=function(e){var r,o=this;o.dimension.enabled&&(o.paneAxis.outOfBounds()?o.transition._started?(o.transition.cancel(),o.velocity=Math.min(e.touch[o.axis].velocity*o.velocityMultiplier,55),t.prototype.start.call(this)):o._snapBack():(r=2===e.touch.id?0:e.touch[o.axis].velocity,o.velocity=Math.max(Math.min(r*o.velocityMultiplier,55),-55),o.tapCapture.captureNext(),t.prototype.start.call(this)))},e.prototype.tick=function(){var t=this,e=t.dimension,r=t.paneAxis.outOfBounds()?.5:t.friction,o=t.velocity*=r,i=t.movable[t.axis]+o;!t.elastic&&e.outOfBounds(i)&&(i=Math.max(Math.min(i,e.max),e.min),t.velocity=0),t.movable.moveAxis(t.axis,i)},e.prototype._end=function(){this.tapCapture.cancelCapture(),this.end()},e.prototype._snapBack=function(){var t=this,e=t.dimension,r=t.movable[t.axis]>e.max?e.max:e.min;t._moveTo(r)},e.prototype._moveTo=function(t){this.transition.moveTo({location:t,duration:500,ease:Jv.easeOutExpo})},e}(Qv),kg=function(t){function e(e){t.call(this,e),wg(this,e,{origin:{},destination:{},offset:{}})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.tick=function(){this._updateCoordinates(),this.moveTo(this.origin)},e.prototype.done=function(){return Og(this.offset.y)<5&&Og(this.offset.x)<5},e.prototype.onEnd=function(){this.moveTo(this.destination),this.callback&&this.callback.call()},e.prototype.setCoordinates=function(t,e){this.offset={},this.origin=t,this.destination=e},e.prototype.setCallback=function(t){t&&U(t)?this.callback=t:t=void 0},e.prototype._updateCoordinates=function(){this.offset={x:(this.destination.x-this.origin.x)/4,y:(this.destination.y-this.origin.y)/4},this.origin={y:this.origin.y+this.offset.y,x:this.origin.x+this.offset.x}},e}(Qv),Mg=function(t){function e(e){t.call(this);var r=this,o="x"===e.axis,i=Ed('<div class="km-touch-scrollbar km-'+(o?"horizontal":"vertical")+'-scrollbar" />');wg(r,e,{element:i,elementSize:0,movable:new Iv(i),scrollMovable:e.movable,alwaysVisible:e.alwaysVisible,size:o?"width":"height"}),r.scrollMovable.bind(Sg,r.refresh.bind(r)),r.container.appendChild(i),e.alwaysVisible&&r.show()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.refresh=function(){var t=this,e=t.axis,r=t.dimension,o=r.size,i=t.scrollMovable,n=o/r.total,a=Math.round(-i[e]*n),s=Math.round(o*n);this.element.style.display=n>=1?"none":"",a+s>o?s=o-a:a<0&&(s+=a,a=0),t.elementSize!==s&&(t.element.style[t.size]=s+"px",t.elementSize=s),t.movable.moveAxis(e,a)},e.prototype.show=function(){this.element.style.opacity=.7,this.element.style.visibility="visible"},e.prototype.hide=function(){this.alwaysVisible||(this.element.style.opacity=0)},e}(L.Class),Tg=function(t){function e(e,r){t.call(this);var o=this;this.element=e,this._initOptions(r);var i,n,a=(i=navigator.userAgent,(n=Ld(i)).ios||n.android);o._native=o.options.useNative&&a;var s=Ed('<div class="km-scroll-header"/>');if(o._native)return V(e,"km-native-scroller"),Vd(s,e),void wg(o,{scrollElement:e,fixedContainer:e.children[0]});e.style.overflow="hidden",V(e,"km-scroll-wrapper"),function(t,e){for(t.appendChild(e);t.firstChild!==e;)e.appendChild(t.firstChild)}(e,Ed('<div class="km-scroll-container"/>')),Vd(s,e);var l=e.children[1],u=new kv(e),c=new Iv(l),p=new Tv({element:l,container:e,forcedEnabled:o.options.zoom}),h=this.options.avoidScrolling,f=new Cg(e,{touchAction:"pan-y",fastTap:!0,allowSelection:!0,preventDragEvent:!0,captureUpIfMoved:!0,multiTouch:o.options.zoom,supportDoubleTap:o.options.supportDoubleTap,start:function(t){p.refresh();var e=Og(t.x.velocity),r=Og(t.y.velocity),i=2*e>=r,n=function(t,e){return t===e||function(t,e){if(!e)return!1;for(var r=e.parentNode;null!==r;){if(r===t)return!0;r=r.parentNode}return!1}(t,e)}(o.fixedContainer,t.event.target),a=2*r>=e;!n&&!h(t)&&o.enabled&&(p.x.enabled&&i||p.y.enabled&&a)?f.capture():f.cancel()}}),d=new Dv({movable:c,dimensions:p,userEvents:f,elastic:o.options.elastic}),v=new Ag({movable:c,dimensions:p,userEvents:f,tapCapture:u}),g=new kg({moveTo:function(t){o.scrollTo(t.x,t.y)}});c.bind(Sg,(function(){o.scrollTop=-c.y,o.scrollLeft=-c.x,o.trigger(Pg,{scrollTop:o.scrollTop,scrollLeft:o.scrollLeft})})),o.options.mousewheelScrolling&&(this._wheelScrollHandler=this._wheelScroll.bind(this),Hd(e,"wheel",this._wheelScrollHandler)),wg(o,{movable:c,dimensions:p,zoomSnapBack:v,animatedScroller:g,userEvents:f,pane:d,tapCapture:u,pulled:!1,enabled:!0,scrollElement:l,scrollTop:0,scrollLeft:0,fixedContainer:e.children[0]}),o._initAxis("x"),o._initAxis("y"),o._wheelEnd=function(){o._wheel=!1,o.userEvents.end(0,o._wheelY)},p.refresh(),o.options.pullToRefresh&&o._initPullToRefresh()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._wheelScroll=function(t){if(!t.ctrlKey){this._wheel||(this._wheel=!0,this._wheelY=0,this.userEvents.press(0,this._wheelY)),clearTimeout(this._wheelTimeout),this._wheelTimeout=setTimeout(this._wheelEnd,50);var e=function(t){var e,r=t.originalEvent||t,o=r.wheelDeltaY;return r.wheelDelta?(void 0===o||o)&&(e=r.wheelDelta):r.detail&&r.axis===r.VERTICAL_AXIS&&(e=10*-r.detail),e}(t);e&&(this._wheelY+=e,this.userEvents.move(0,this._wheelY)),t.preventDefault()}},e.prototype.makeVirtual=function(){this.dimensions.y.makeVirtual()},e.prototype.virtualSize=function(t,e){this.dimensions.y.virtualSize(t,e)},e.prototype.height=function(){return this.dimensions.y.size},e.prototype.scrollHeight=function(){return this.scrollElement.scrollHeight},e.prototype.scrollWidth=function(){return this.scrollElement.scrollWidth},e.prototype._resize=function(){this._native||this.contentResized()},e.prototype.setOptions=function(t){this._initOptions(t),t.pullToRefresh&&this._initPullToRefresh()},e.prototype.reset=function(){this._native?this.scrollElement.scrollTop(0):(this.movable.moveTo({x:0,y:0}),this._scale(1))},e.prototype.contentResized=function(){this.dimensions.refresh(),this.pane.x.outOfBounds()&&this.movable.moveAxis("x",this.dimensions.x.min),this.pane.y.outOfBounds()&&this.movable.moveAxis("y",this.dimensions.y.min)},e.prototype.zoomOut=function(){var t=this.dimensions;t.refresh(),this._scale(t.fitScale),this.movable.moveTo(t.centerCoordinates())},e.prototype.enable=function(){this.enabled=!0},e.prototype.disable=function(){this.enabled=!1},e.prototype.scrollTo=function(t,e){this._native?(this.scrollElement.scrollLeft(Og(t)),this.scrollElement.scrollTop(Og(e))):(this.dimensions.refresh(),this.movable.moveTo({x:t,y:e}))},e.prototype.animatedScrollTo=function(t,e,r){var o,i;this._native?this.scrollTo(t,e):(o={x:this.movable.x,y:this.movable.y},i={x:t,y:e},this.animatedScroller.setCoordinates(o,i),this.animatedScroller.setCallback(r),this.animatedScroller.start())},e.prototype.pullHandled=function(){},e.prototype.destroy=function(){var t=this.element;Xd(t,"wheel",this._wheelScrollHandler),this.userEvents&&this.userEvents.destroy()},e.prototype._scale=function(t){this.dimensions.rescale(t),this.movable.scaleTo(t)},e.prototype._initPullToRefresh=function(){},e.prototype._dragEnd=function(){},e.prototype._paneChange=function(){},e.prototype._initAxis=function(t){var e=this,r=e.movable,o=e.dimensions[t],i=e.tapCapture,n=e.pane[t],a=new Mg({axis:t,movable:r,dimension:o,container:e.element,alwaysVisible:e.options.visibleScrollHints});o.bind(Sg,(function(){a.refresh()})),n.bind(Sg,(function(){a.show()})),e[t+"inertia"]=new jg({axis:t,paneAxis:n,movable:r,tapCapture:i,userEvents:e.userEvents,dimension:o,elastic:e.options.elastic,friction:e.options.friction||.96,velocityMultiplier:e.options.velocityMultiplier||10,end:function(){a.hide(),e.trigger("scrollEnd",{axis:t,scrollTop:e.scrollTop,scrollLeft:e.scrollLeft})}})},e}(ov);Rt(Tg,{name:"Scroller",zoom:!1,pullOffset:140,visibleScrollHints:!1,elastic:!0,useNative:!1,mousewheelScrolling:!0,avoidScrolling:function(){return!1},pullToRefresh:!1,messages:{pullTemplate:"Pull to refresh",releaseTemplate:"Release to refresh",refreshTemplate:"Refreshing"}}),Wd(Tg,["pull",Pg,"resize"]);var Eg=function(t,e){void 0===e&&(e={}),this.sender=e.sender||t,this.widget=t,this.rtl=Boolean(e.rtl)};Eg.prototype.notify=function(t,e){this.widget&&this.widget.trigger(t,e)};const Dg=Eg;var Vg=Math,Ig=Vg.min,Ng=Vg.pow,Lg=L.geometry.Point,Bg="marker",Rg="location",zg="wheel",Fg={bubble:Rv,shape:Lv,tile:wv};Fg[Bg]=Yv;var Hg=function(t){function e(e,r,o,i){void 0===r&&(r={}),void 0===o&&(o={}),void 0===i&&(i={}),t.call(this),this._init(e,r,o,i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.scroller.destroy(),this._tooltip&&this._tooltip.destroy(),this.navigator&&this.navigator.destroy(),this.attribution&&this.attribution.destroy(),this.zoomControl&&this.zoomControl.destroy(),D(this.markers)?this.markers.forEach((function(t){t.destroy()})):this.markers.destroy();for(var e=0;e<this.layers.length;e++)this.layers[e].destroy();Xd(this.element,zg,this._mousewheelHandler),t.prototype.destroy.call(this)},e.prototype._init=function(t,e,r,o){void 0===e&&(e={}),void 0===r&&(r={}),void 0===o&&(o={}),this.support=zd(),this.context=o,this.initObserver(o),this.initServices(o),this._notifyObserver("init"),this._initOptions(e),this._setEvents(e),this.crs=new Md,this._initElement(t),this._viewOrigin=this._getOrigin(),this._tooltip=this._createTooltip(),this._initScroller(),this._initMarkers(),this._initControls(),this._initLayers(),this._reset();var i=(0,L.throttle)(this._mousewheel.bind(this),50);this._mousewheelHandler=function(t){t.preventDefault(),i(t)},Hd(this.element,zg,this._mousewheelHandler)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._initElement=function(t){this.element=t,V(t,"k-map"),t.style.position="relative",t.setAttribute("data-role","map"),Dd(t);var e=Ed("<div />");this.element.appendChild(e)},e.prototype.initServices=function(t){void 0===t&&(t={}),this.widgetService=new Dg(this,t)},e.prototype.initObserver=function(t){void 0===t&&(t={}),this.observers=[],this.addObserver(t.observer)},e.prototype.addObserver=function(t){t&&this.observers.push(t)},e.prototype.removeObserver=function(t){var e=this.observers.indexOf(t);e>=0&&this.observers.splice(e,1)},e.prototype.requiresHandlers=function(t){for(var e=this.observers,r=0;r<e.length;r++)if(e[r].requiresHandlers(t))return!0},e.prototype.trigger=function(e,r){void 0===r&&(r={}),r.sender=this;for(var o=this.observers,i=!1,n=0;n<o.length;n++)o[n].trigger(e,r)&&(i=!0);return i||t.prototype.trigger.call(this,e,r),i},e.prototype._notifyObserver=function(t,e){void 0===e&&(e={}),e.sender=this;for(var r=this.observers,o=!1,i=0;i<r.length;i++)r[i].trigger(t,e)&&(o=!0);return o},e.prototype.zoom=function(t){var e,r=this.options;if(wt(t)){var o=Vg.round(Tt(t,r.minZoom,r.maxZoom));r.zoom!==o&&(r.zoom=o,this.widgetService.notify("zoomChange",{zoom:r.zoom}),this._reset()),e=this}else e=r.zoom;return e},e.prototype.center=function(t){var e;if(t){var r=fd.create(t),o=fd.create(this.options.center);r.equals(o)||(this.options.center=r.toArray(),this.widgetService.notify(vv,{center:this.options.center}),this._reset()),e=this}else e=fd.create(this.options.center);return e},e.prototype.extent=function(t){var e;return t?(this._setExtent(t),e=this):e=this._getExtent(),e},e.prototype.setOptions=function(t){void 0===t&&(t={});var e=this.element;this.destroy(),Dd(e),this._init(e,t,{},this.context),this._reset()},e.prototype.locationToLayer=function(t,e){var r=!this.options.wraparound,o=fd.create(t);return this.crs.toPoint(o,this._layerSize(e),r)},e.prototype.layerToLocation=function(t,e){var r=!this.options.wraparound,o=Lg.create(t);return this.crs.toLocation(o,this._layerSize(e),r)},e.prototype.locationToView=function(t){var e=fd.create(t),r=this.locationToLayer(this._viewOrigin);return this.locationToLayer(e).translateWith(r.scale(-1))},e.prototype.viewToLocation=function(t,e){var r=this.locationToLayer(this._getOrigin(),e),o=Lg.create(t).clone().translateWith(r);return this.layerToLocation(o,e)},e.prototype.eventOffset=function(t){var e,r,o=St(this.element);if(t.x&&t.x[Rg]||t.y&&t.y[Rg])e=t.x[Rg]-o.left,r=t.y[Rg]-o.top;else{var i=t.originalEvent||t;e=Nt(i.pageX,i.clientX)-o.left,r=Nt(i.pageY,i.clientY)-o.top}return new L.geometry.Point(e,r)},e.prototype.eventToView=function(t){var e=this.eventOffset(t);return this.locationToView(this.viewToLocation(e))},e.prototype.eventToLayer=function(t){return this.locationToLayer(this.eventToLocation(t))},e.prototype.eventToLocation=function(t){var e=this.eventOffset(t);return this.viewToLocation(e)},e.prototype.viewSize=function(){var t=this.element,e=this._layerSize(),r=t.clientWidth;return this.options.wraparound||(r=Ig(e,r)),{width:r,height:Ig(e,t.clientHeight)}},e.prototype.exportVisual=function(){return this._reset(),!1},e.prototype.hideTooltip=function(){this._tooltip&&this._tooltip.hide()},e.prototype._setOrigin=function(t,e){var r,o=this.viewSize(),i=this._origin=fd.create(t);return(r=this.locationToLayer(i,e)).x+=o.width/2,r.y+=o.height/2,this.options.center=this.layerToLocation(r,e).toArray(),this.widgetService.notify(vv,{center:this.options.center}),this},e.prototype._getOrigin=function(t){var e,r=this.viewSize();return!t&&this._origin||((e=this.locationToLayer(this.center())).x-=r.width/2,e.y-=r.height/2,this._origin=this.layerToLocation(e)),this._origin},e.prototype._setExtent=function(t){var e=dv.create(t),r=e.se.clone();this.options.wraparound&&r.lng<0&&t.nw.lng>0&&(r.lng=180+(180+r.lng));var o=new dv(e.nw,r);this.center(o.center());var i,n=this.element.clientWidth,a=this.element.clientHeight;for(i=this.options.maxZoom;i>=this.options.minZoom;i--){var s=this.locationToLayer(o.nw,i),l=this.locationToLayer(o.se,i),u=Vg.abs(l.x-s.x),c=Vg.abs(l.y-s.y);if(u<=n&&c<=a)break}this.zoom(i)},e.prototype._getExtent=function(){var t=this._getOrigin(),e=this.locationToLayer(t),r=this.viewSize();e.x+=r.width,e.y+=r.height;var o=this.layerToLocation(e);return new dv(t,o)},e.prototype._zoomAround=function(t,e){this._setOrigin(this.layerToLocation(t,e),e),this.zoom(e)},e.prototype._initControls=function(){var t=this.options.controls;t.attribution&&this._createAttribution(t.attribution),this.support.mobileOS||(t.navigator&&this._createNavigator(t.navigator),t.zoom&&this._createZoomControl(t.zoom))},e.prototype._createControlElement=function(t,e){var r=t.position||e,o="."+Qd(r).replace(" ","."),i=this.element.querySelector(".k-map-controls"+o)||[];if(0===i.length){var n=document.createElement("div");V(n,"k-map-controls "+Qd(r)),i=n,this.element.appendChild(i)}var a=document.createElement("div");return i.appendChild(a),a},e.prototype._createAttribution=function(t){var e=this._createControlElement(t,"bottomRight");this.attribution=new iv(e,t)},e.prototype._createNavigator=function(t){var e=this._createControlElement(t,"topLeft"),r=this.navigator=new sv(e,G({},t,{icons:this.options.icons}));this._navigatorPan=this._navigatorPan.bind(this),r.bind("pan",this._navigatorPan),this._navigatorCenter=this._navigatorCenter.bind(this),r.bind("center",this._navigatorCenter)},e.prototype._navigatorPan=function(t){var e=this.scroller,r=e.scrollLeft+t.x,o=e.scrollTop-t.y,i=this._virtualSize,n=this.element.clientWidth,a=this.element.clientHeight;r=Tt(r,i.x.min,i.x.max-n),o=Tt(o,i.y.min,i.y.max-a),this.scroller.one("scroll",Fd(this._scrollEnd,this)),this.scroller.scrollTo(-r,-o)},e.prototype._navigatorCenter=function(){this.center(this.options.center)},e.prototype._createZoomControl=function(t){var e=this._createControlElement(t,"topLeft"),r=this.zoomControl=new cv(e,t,this.options.icons);this._zoomControlChange=this._zoomControlChange.bind(this),r.bind("change",this._zoomControlChange)},e.prototype._zoomControlChange=function(t){this.trigger("zoomStart",{originalEvent:t})||(this.zoom(this.zoom()+t.delta),this.trigger("zoomEnd",{originalEvent:t}))},e.prototype._initScroller=function(){var t=this.support.mobileOS?.93:.9,e=!1!==this.options.zoomable,r=this.scroller=new Tg(this.element.children[0],{friction:t,velocityMultiplier:5,zoom:e,mousewheelScrolling:!1,supportDoubleTap:!0});r.bind("scroll",Fd(this._scroll,this)),r.bind("scrollEnd",Fd(this._scrollEnd,this)),r.userEvents.bind("gesturestart",Fd(this._scaleStart,this)),r.userEvents.bind("gestureend",Fd(this._scale,this)),r.userEvents.bind("doubleTap",Fd(this._doubleTap,this)),r.userEvents.bind("tap",Fd(this._tap,this)),this.scrollElement=r.scrollElement},e.prototype._initLayers=function(){for(var t=this.options.layers,e=this.layers=[],r=0;r<t.length;r++){var o=t[r],i=this._createLayer(o);e.push(i)}},e.prototype._createLayer=function(t){var e=t.type||"shape",r=this.options.layerDefaults[e],o=e===Bg?G({},this.options.markerDefaults,t,{icons:this.options.icons}):G({},r,t),i=new(0,Fg[e])(this,o);return e===Bg&&(this.markers=i),i},e.prototype._createTooltip=function(){return new gv(this.widgetService,this.options.tooltip)},e.prototype._initMarkers=function(){(this.options.layers||[]).filter((function(t){return t&&t.type===Bg})).length>0||(this.markers=new Yv(this,G({},this.options.markerDefaults,{icons:this.options.icons})),this.markers.add(this.options.markers))},e.prototype._scroll=function(t){var e=this.locationToLayer(this._viewOrigin).round(),r=t.sender.movable,o=new L.geometry.Point(r.x,r.y).scale(-1).scale(1/r.scale);e.x+=o.x,e.y+=o.y,this._scrollOffset=o,this._tooltip.offset=o,this.hideTooltip(),this._setOrigin(this.layerToLocation(e)),this.trigger("pan",{originalEvent:t,origin:this._getOrigin(),center:this.center()})},e.prototype._scrollEnd=function(t){this._scrollOffset&&this._panComplete()&&(this._scrollOffset=null,this._panEndTimestamp=qd(),this.trigger("panEnd",{originalEvent:t,origin:this._getOrigin(),center:this.center()}))},e.prototype._panComplete=function(){return qd()-(this._panEndTimestamp||0)>50},e.prototype._scaleStart=function(t){if(this.trigger("zoomStart",{originalEvent:t})){var e=t.touches[1];e&&e.cancel()}},e.prototype._scale=function(t){var e=this.scroller.movable.scale,r=this._scaleToZoom(e),o=new L.geometry.Point(t.center.x,t.center.y),i=this.viewToLocation(o,r),n=this.locationToLayer(i,r).translate(-o.x,-o.y);this._zoomAround(n,r),this.trigger("zoomEnd",{originalEvent:t})},e.prototype._scaleToZoom=function(t){var e=this._layerSize()*t/this.options.minSize,r=Vg.log(e)/Vg.log(2);return Vg.round(r)},e.prototype._reset=function(){this.attribution&&this.attribution.filter(this.center(),this.zoom()),this._viewOrigin=this._getOrigin(!0),this._resetScroller(),this.hideTooltip(),this.trigger("beforeReset"),this.trigger("reset")},e.prototype._resetScroller=function(){var t=this.scroller,e=t.dimensions.x,r=t.dimensions.y,o=this._layerSize(),i=this.extent().nw,n=this.locationToLayer(i).round();t.movable.round=!0,t.reset(),t.userEvents.cancel();var a=this.zoom();t.dimensions.forcedMinScale=Ng(2,this.options.minZoom-a),t.dimensions.maxScale=Ng(2,this.options.maxZoom-a);var s={min:-n.x,max:o-n.x},l={min:-n.y,max:o-n.y};if(this.options.wraparound&&(s.max=20*o,s.min=-s.max),!1===this.options.pannable){var u=this.viewSize();s.min=l.min=0,s.max=u.width,l.max=u.height}e.makeVirtual(),r.makeVirtual(),e.virtualSize(s.min,s.max),r.virtualSize(l.min,l.max),this._virtualSize={x:s,y:l}},e.prototype._renderLayers=function(){},e.prototype._layerSize=function(t){var e=Nt(t,this.options.zoom);return this.options.minSize*Ng(2,e)},e.prototype._tap=function(t){if(this._panComplete()){var e=this.eventOffset(t);this.hideTooltip(),this.trigger("click",{originalEvent:t,location:this.viewToLocation(e)})}},e.prototype._doubleTap=function(t){if(!1!==this.options.zoomable&&!this.trigger("zoomStart",{originalEvent:t})){var e=this.zoom()+1,r=this.eventOffset(t),o=this.viewToLocation(r),i=this.locationToLayer(o,e).translate(-r.x,-r.y);this._zoomAround(i,e),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._mousewheel=function(t){var e=bt(t)>0?-1:1,r=this.options,o=this.zoom(),i=Tt(o+e,r.minZoom,r.maxZoom);if(!1!==r.zoomable&&i!==o&&!this.trigger("zoomStart",{originalEvent:t})){var n=this.eventOffset(t),a=this.viewToLocation(n),s=this.locationToLayer(a,i).translate(-n.x,-n.y);this._zoomAround(s,i),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._toDocumentCoordinates=function(t){var e=St(this.element);return{left:Vt(t.x+e.left),top:Vt(t.y+e.top)}},e}(ov);Rt(Hg,{name:"Map",controls:{attribution:!0,navigator:{panStep:100},zoom:!0},layers:[],layerDefaults:{shape:{style:{fill:{color:"#fff"},stroke:{color:"#aaa",width:.5}}},bubble:{style:{fill:{color:"#fff",opacity:.5},stroke:{color:"#aaa",width:.5}}},marker:{shape:"pinTarget",tooltip:{position:"top"}}},center:[0,0],icons:{type:"font",svgIcons:{}},zoom:3,minSize:256,minZoom:1,maxZoom:19,markers:[],markerDefaults:{shape:"pinTarget",tooltip:{position:"top"}},wraparound:!0,renderPointsAsMarkers:!1}),Wd(Hg,["beforeReset","click","markerActivate","markerClick","markerCreated","markerMouseEnter","markerMouseLeave","pan","panEnd","reset","shapeClick","shapeCreated","shapeFeatureCreated","shapeMouseEnter","shapeMouseLeave","zoomEnd","zoomStart"]);const Ug=Hg;var Kg=1.5,Xg=.4,$g="#000",Gg="Arial, Helvetica, sans-serif",Yg="11px "+Gg,Wg="12px "+Gg,qg="16px "+Gg,Zg="transparent",Qg="#fff",Jg=function(){return{icon:{border:{width:1}},label:{font:Wg,padding:3},line:{length:10,width:2},visible:!0}},ty=function(){return{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:Qg,gap:1,highlight:{border:{opacity:1,width:2},whiskers:{width:3},mean:{width:2},median:{width:2}},mean:{width:2},median:{width:2},spacing:.3,whiskers:{width:2}}},ey=function(){return{gap:Kg,spacing:Xg,target:{color:"#ff0000"}}},ry=function(){return{gap:.5,line:{color:$g,width:1},spacing:Xg}},oy=function(){return{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}}},iy=function(t){return Object.assign({visible:!0,labels:{font:Yg},overlay:t.gradients?{}:{gradient:"none"},area:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},rangeArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalRangeArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},bar:{gap:Kg,spacing:Xg},boxPlot:ty(),bubble:{border:{width:0},labels:{background:Zg},opacity:.6},bullet:ey(),candlestick:{border:{_brightness:.8,width:1},downColor:Qg,gap:1,highlight:{border:{opacity:1,width:2},line:{width:2}},line:{color:$g,width:1},spacing:.3},column:{gap:Kg,spacing:Xg},heatmap:{labels:{color:"",background:Zg,visible:!0},highlight:{border:{width:0}}},pie:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}},donut:{margin:1},funnel:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}}},pyramid:oy(),horizontalWaterfall:ry(),line:{width:2},notes:Jg(),ohlc:{gap:1,highlight:{line:{opacity:1,width:3}},line:{width:1},spacing:.3},radarArea:{line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.5},radarLine:{markers:{visible:!1},width:2},polarArea:{line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.5},polarLine:{markers:{visible:!1},width:2},rangeBar:{gap:Kg,spacing:Xg},rangeColumn:{gap:Kg,spacing:Xg},scatterLine:{width:1},verticalArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalBoxPlot:ty(),verticalBullet:ey(),verticalLine:{width:2},waterfall:ry()},Fi.reduce((function(t,e){return t[e]={color:y,trendline:{},markers:{visible:!1},width:1,dashType:"longDash"},t}),{}))},ny=function(t){return void 0===t&&(t={}),{axisDefaults:{labels:{font:Wg},notes:Jg(),title:{font:qg,margin:5}},categoryAxis:{majorGridLines:{visible:!0}},navigator:{pane:{height:90,margin:{top:10}}},seriesDefaults:iy(t),title:{font:qg},subtitle:{font:Wg},legend:{labels:{font:Wg}}}}},3201:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PopupVue2=e.Popup=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(8895),s=r(3396),l=r(4549),u=r(5689),c=r(3461),p=r(9680),h=r(1621),f={left:-1e3,top:0},d="k-animation-container-shown",v="k-popup",g={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:s.CollisionType.fit,vertical:s.CollisionType.flip}}},anchorAlign:{type:Object,default:function(){return{horizontal:s.AlignPoint.left,vertical:s.AlignPoint.bottom}}},popupAlign:{type:Object,default:function(){return{horizontal:s.AlignPoint.left,vertical:s.AlignPoint.top}}},offset:{type:Object,default:function(){return f}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},inject:{kCurrentZIndex:{default:null}},data:function(){return{hasMounted:!1}},created:function(){(0,p.validatePackage)(h.packageMetadata),this.mountedAppendTo=void 0,this.mountedAnchor=void 0,this._clonedElement=void 0,this._flipped=!1,this._offsetTop=0,this._offsetLeft=-1e3,this._exitingAnimation=!1,this._prevShow=!1,this._prevShow=this.$props.show,this._domService=new u.DOMService,this._alignService=new l.AlignService(this._domService),this._positionService=new c.PositionService(this._domService),this.reposition=(0,s.throttle)(this.reposition.bind(this),s.FRAME_DURATION)},setup:n?function(){return{v3:!!n}}:void 0,mounted:function(){p.canUseDOM&&(this.mountedAppendTo=this.appendTo?this.getParentRef(this.appendTo):document.body,this.mountedAnchor=this.anchor?this.getParentRef(this.anchor,!0):document.body),this._parentElement=this.$el.parentElement,this._clonedElement=this.$el.cloneNode(!0),this.hasMounted=!0,this.mountedAppendTo.appendChild(this.$el)},updated:function(){this._prevShow=this.$props.show},destroyed:n?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:n?void 0:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},unmounted:function(){this.detachRepositionHandlers()},beforeUnmount:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},methods:{onOpened:function(){var t=this.$el;this.$props.show&&t.classList.add(d),this.attachRepositionHandlers(t),this.$emit("open",{target:this})},onClosing:function(){this.$props.show||this.$el.classList.remove(d),this.detachRepositionHandlers()},onClosed:function(){this._exitingAnimation&&(this._exitingAnimation=!1,this.$forceUpdate()),this.$emit("close",{target:this})},transitionDuration:function(){var t=this.$props.animate,e=0,r=0;return t&&(!0===t?e=r=void 0:(e=t.openDuration,r=t.closeDuration)),{transitionEnterDuration:e,transitionExitDuration:r}},getParentRef:function(t,e){for(var r=this.$parent;!r.$refs[t];){if(r&&r.kendoAnchorRef&&e)return r.kendoAnchorRef;if(!(r=r.$parent)&&p.canUseDOM)return document.getElementById(t)||document.body}return r.$refs[t].$el||r.$refs[t]},position:function(t,e,r){var o=t.anchorAlign,i=t.popupAlign,n=t.collision,a=t.offset,s=r?this.v3?this.mountedAnchor:this.getParentRef(r,!0):document.body,l=this._alignService.alignElement({anchor:r?s:void 0,element:e,elementAlign:i,anchorAlign:o,offset:a});return this._positionService.positionElement({anchor:s,anchorAlign:o,collisions:n,element:e,currentLocation:l,elementAlign:i})},calculatePosition:function(t,e){if(!e||!(0,s.isWindowAvailable)()||!p.canUseDOM)return{flipped:!1,offset:t.offset};var r=(0,p.getDefaultSlots)(this),o=document.createElement("div"),i=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,n=i&&i.getBoundingClientRect?i:this._clonedElement;if(n)o.appendChild(n);else{var a=this.v3?r&&r[0].props?r[0].props.class:"":r&&r[0].data?r[0].data.staticClass:"",l=this.v3?this.$props.popupClass?this.$props.popupClass:"":r&&r[0].data?r[0].data.class:"";o.innerHTML='<div class="k-animation-container k-animation-container-relative">\t\n <div class="k-popup k-animation-container k-animation-container-relative">\n <div class="'.concat(a," ").concat(l,'" >\n </div>\t\n </div>\t\n </div>')}if(e.appendChild(o),o&&o.firstChild){var u=o.firstChild;u.style.position="absolute",u.style.visibility="hidden",u.style.display="block",u.style.left="-1000",u.style.top="0";var c=this.v3?r&&r[0].props?r[0].props.style:{}:r[0].data?r[0].data.style:{};if(c)for(var h=0,f=Object.entries(c);h<f.length;h++){var d=f[h],v=d[0],g=d[1];u.style[v]=g}}var y=this.position(t,o.firstChild,this.$props.anchor);return o.parentNode.removeChild(o),y},attachRepositionHandlers:function(t){var e=this;this.detachRepositionHandlers(),this._scrollableParents=this._domService.scrollableParents(this.$props.anchor?this.mountedAnchor:t),this._scrollableParents.map((function(t){return t.addEventListener("scroll",e.reposition)})),window.addEventListener("resize",this.reposition)},detachRepositionHandlers:function(){var t=this;this._scrollableParents&&(this._scrollableParents.map((function(e){return e.removeEventListener("scroll",t.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},reposition:function(){this._clonedElement=this.$el.cloneNode(!0),this.$forceUpdate()},getCurrentZIndex:function(){return this.kCurrentZIndex?this.kCurrentZIndex+1:100}},render:function(t){var e=i||t,r=this.$props,o=r.className,n=r.popupClass,l=r.show,u=r.id,c=(0,p.getDefaultSlots)(this),h=this.v3||l?c:null,f=(0,s.isWindowAvailable)()?this.$props.appendTo?this.mountedAppendTo||this.getParentRef(this.$props.appendTo):document.body:void 0;if(this.$props.show){var d=this.calculatePosition(this.$props,f);this._offsetLeft=d.offset.left,this._offsetTop=d.offset.top,this._flipped=!!d.flipped}var g=this._flipped?"up":"down",y=this.transitionDuration(),m=y.transitionEnterDuration,b=y.transitionExitDuration,x=this.getCurrentZIndex();return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!l,this.hasMounted?l||this._exitingAnimation&&f?e(a.Slide,{id:u,attrs:this.v3?void 0:{id:u,role:this.appendTo?"":"region",componentChildClassName:[n,v],className:o,direction:g,transitionEnterDuration:m,transitionExitDuration:b,appear:l},role:this.appendTo?"":"region",componentChildClassName:[n,v],className:o,onEntered:this.onOpened,on:this.v3?void 0:{entered:this.onOpened,exiting:this.onClosing,exited:this.onClosed},onExiting:this.onClosing,onExited:this.onClosed,direction:g,style:{zIndex:x,position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:m,transitionExitDuration:b,appear:l},this.v3?function(){return[h]}:[h]):null:e("div",{style:{display:"none"},class:o},[e("div",{class:[n,v]},[c])])}};e.PopupVue2=g;var y=g;e.Popup=y},4866:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PopupVue2=e.Popup=void 0;var o=r(3201);Object.defineProperty(e,"Popup",{enumerable:!0,get:function(){return o.Popup}}),Object.defineProperty(e,"PopupVue2",{enumerable:!0,get:function(){return o.PopupVue2}})},1621:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1703767436,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},4549:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.AlignService=void 0;var o=r(3396),i=function(){function t(t){this._dom=t}return t.prototype.alignElement=function(t){var e=t.anchor,r=t.element,o=t.anchorAlign,i=t.elementAlign,n=t.offset,a=this._dom.hasOffsetParent(r)?this.relativeRect(e,r,n):this.absoluteRect(e,r,n);return this._dom.align({anchorAlign:o,anchorRect:a,elementAlign:i,elementRect:this._dom.offset(r)})},t.prototype.absoluteRect=function(t,e,r){var i=this._dom,n=(0,o.eitherRect)(i.offset(t),r),a=i.stackingElementOffset(e),s=(0,o.removeStackingOffset)(n,a),l=i.stackingElementScroll(e),u=i.addScroll(s,l),c=this.elementScrollPosition(t,e),p=i.removeScroll(u,c);return p.left+=window.scrollX||window.pageXOffset,p.top+=window.scrollY||window.pageYOffset,p},t.prototype.elementScrollPosition=function(t,e){return t?{x:0,y:0}:this._dom.scrollPosition(e)},t.prototype.relativeRect=function(t,e,r){return(0,o.eitherRect)(this._dom.position(t,e),r)},t}();e.AlignService=i},5689:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DOMService=void 0;var o=r(5454),i=r(3396),n=function(){function t(){}return t.prototype.addOffset=function(t,e){return{left:t.left+e.left,top:t.top+e.top}},t.prototype.align=function(t){return(0,o.align)(t)},t.prototype.boundingOffset=function(t){return(0,o.boundingOffset)(t)},t.prototype.getWindow=function(){return(0,i.isWindowAvailable)()?window:null},t.prototype.isBodyOffset=function(t){return(0,o.isBodyOffset)(t)},t.prototype.hasOffsetParent=function(t){if(!t)return!1;var e=t.offsetParent;return e&&!("BODY"===e.nodeName&&"static"===window.getComputedStyle(e).position)},t.prototype.offset=function(t){return t?(0,o.offset)(t):null},t.prototype.staticOffset=function(t){if(!t)return null;var e=t.style,r=e.left,i=e.top;t.style.left="0px",t.style.top="0px";var n=(0,o.offset)(t);return t.style.left=r,t.style.top=i,n},t.prototype.position=function(t,e){if(!t||!e)return null;var r=(0,o.siblingContainer)(t,e);return(0,o.positionWithScroll)(t,r)},t.prototype.relativeOffset=function(t,e){return(0,o.applyLocationOffset)(this.offset(t),e,this.isBodyOffset(t))},t.prototype.addScroll=function(t,e){return(0,o.addScroll)(t,e)},t.prototype.removeScroll=function(t,e){return(0,o.removeScroll)(t,e)},t.prototype.restrictToView=function(t){return(0,o.restrictToView)(t)},t.prototype.scrollPosition=function(t){return(0,o.scrollPosition)(t)},t.prototype.scrollableParents=function(t){return(0,i.scrollableParents)(t)},t.prototype.stackingElementOffset=function(t){var e=this.getRelativeContextElement(t);return e?(0,o.offset)(e):null},t.prototype.stackingElementScroll=function(t){var e=this.getRelativeContextElement(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},t.prototype.stackingElementViewPort=function(t){var e=this.getRelativeContextElement(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},t.prototype.getRelativeContextElement=function(t){if(!t||!i.HAS_RELATIVE_STACKING_CONTEXT)return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},t.prototype.useRelativePosition=function(t){return!!this.getRelativeContextElement(t)},t.prototype.windowViewPort=function(t){return(0,o.getWindowViewPort)(t)},t.prototype.zIndex=function(t,e){return(0,i.zIndex)(t,e)},t.prototype.zoomLevel=function(){return(0,i.isDocumentAvailable)()&&(0,i.isWindowAvailable)()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},t.prototype.isZoomed=function(){return this.zoomLevel()>1},t}();e.DOMService=n},3461:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PositionService=void 0;var o=r(3396),i=function(){function t(t){this._dom=t}return t.prototype.positionElement=function(t){var e=t.anchor,r=t.currentLocation,i=t.element,n=t.anchorAlign,a=t.elementAlign,s=t.collisions,l=this._dom,u=t.viewPort||l.stackingElementViewPort(i)||l.windowViewPort(i),c=(0,o.eitherRect)(l.offset(e),r),p=(0,o.replaceOffset)(l.staticOffset(i),r),h=this.elementRect(i,p),f=l.restrictToView({anchorAlign:n,anchorRect:c,collisions:s,elementAlign:a,elementRect:h,viewPort:u});return{flipped:f.flipped,offset:l.addOffset(p,f.offset)}},t.prototype.elementRect=function(t,e){return this._dom.removeScroll(e,this._dom.scrollPosition(t))},t}();e.PositionService=i},3396:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.throttle=e.AlignPoint=e.CollisionType=e.zIndex=e.HAS_RELATIVE_STACKING_CONTEXT=e.hasRelativeStackingContext=e.FRAME_DURATION=e.scrollableParents=e.OVERFLOW_REGEXP=e.hasBoundingRect=e.isWindowAvailable=e.isDocumentAvailable=e.isDifferentOffset=e.removeStackingOffset=e.replaceOffset=e.eitherRect=void 0;var o=r(5454);e.eitherRect=function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},e.replaceOffset=function(t,e){return e?{height:t.height,left:e.left,top:e.top,width:t.width}:t},e.removeStackingOffset=function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t},e.isDifferentOffset=function(t,e){var r=t.left,o=t.top,i=e.left,n=e.top;return Math.abs(r-i)>=1||Math.abs(o-n)>=1},e.isDocumentAvailable=function(){return"undefined"!=typeof document&&!!document.body},e.isWindowAvailable=function(){return"undefined"!=typeof window},e.hasBoundingRect=function(t){return!!t.getBoundingClientRect},e.OVERFLOW_REGEXP=/auto|scroll/;var i=function(t){var e=window.getComputedStyle(t);return"".concat(e.overflow).concat(e.overflowX).concat(e.overflowY)};e.scrollableParents=function(t){var r=[];if(!(0,e.isDocumentAvailable)()||!(0,e.isWindowAvailable)())return r;for(var o=t.parentElement;o;)e.OVERFLOW_REGEXP.test(i(o))&&r.push(o),o=o.parentElement;return r.push(window),r},e.FRAME_DURATION=1e3/60,e.hasRelativeStackingContext=function(){if(!(0,e.isDocumentAvailable)())return!1;var t=document.createElement("div");if(t.style.transform="matrix(10, 0, 0, 10, 0, 0)",t.innerHTML="<div>child</div>",document.body.appendChild(t),t&&t.firstChild){var r=t.firstChild;r.style.position="fixed",r.style.top="".concat(10,"px")}var o=10!==t.children[0].getBoundingClientRect().top;return document.body.removeChild(t),o},e.HAS_RELATIVE_STACKING_CONTEXT=(0,e.hasRelativeStackingContext)(),e.zIndex=function(t,r){if(!t||!(0,e.isDocumentAvailable)()||!(0,e.isWindowAvailable)())return null;var i=(0,o.siblingContainer)(t,r);if(!i)return null;var n=[t].concat((0,o.parents)(t,i)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,o=parseInt(r,10);return o>t?o:t}),0);return n?n+1:null},e.CollisionType={fit:"fit",flip:"flip"},e.AlignPoint={left:"left",center:"center",right:"right",bottom:"bottom",top:"top"},e.throttle=function(t,e,r){var o,i,n,a;void 0===r&&(r={});var s=0;r=r||{};var l=function(){s=!1===r.leading?0:(new Date).getTime(),o=null,a=t.apply(i,n),o||(i=n=null)};return function(){var u=(new Date).getTime();s||!1!==r.leading||(s=u);var c=e-(u-s);return i=this,n=arguments,c<=0||c>e?(o&&(clearTimeout(o),o=null),s=u,a=t.apply(i,n),o||(i=n=null)):o||!1===r.trailing||(o=setTimeout(l,c)),a}}},5454:(t,e,r)=>{r.r(e),r.d(e,{AlignPoint:()=>o,Collision:()=>O,addScroll:()=>n,align:()=>i,alignElement:()=>X,applyLocationOffset:()=>a,boundingOffset:()=>f,domUtils:()=>K,getDocumentElement:()=>u,getWindow:()=>l,getWindowViewPort:()=>h,isBodyOffset:()=>v,offset:()=>g,offsetParent:()=>d,parentScrollPosition:()=>x,parents:()=>y,position:()=>_,positionElement:()=>$,positionWithScroll:()=>C,removeScroll:()=>w,restrictToView:()=>A,scrollPosition:()=>m,siblingContainer:()=>k,siblings:()=>j,utils:()=>N,zIndex:()=>M});const o={bottom:"bottom",center:"center",middle:"middle",left:"left",right:"right",top:"top"},i=function(t){var e=t.anchorRect,r=t.anchorAlign,i=t.elementRect,n=t.elementAlign,a=t.margin;void 0===a&&(a={});var s=r.horizontal,l=r.vertical,u=n.horizontal,c=n.vertical,p=a.horizontal||0,h=a.vertical||0,f=e.top,d=e.left;return l===o.bottom&&(f+=e.height),l!==o.center&&l!==o.middle||(f+=Math.round(e.height/2)),c===o.bottom&&(f-=i.height,h*=-1),c!==o.center&&c!==o.middle||(f-=Math.round(i.height/2),h*=-1),s===o.right&&(d+=e.width),s!==o.center&&s!==o.middle||(d+=Math.round(e.width/2)),u===o.right&&(d-=i.width,p*=-1),u!==o.center&&u!==o.middle||(d-=Math.round(i.width/2),p*=-1),{top:f+h,left:d+p}};function n(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}}function a(t,e,r){var o=t.top,i=t.left;return r&&(i=0,o=0),{top:o+e.top,left:i+e.left,height:t.height,width:t.width}}function s(t){return t.ownerDocument||t.document||t}const l=function(t){return s(t).defaultView},u=function(t){return s(t).documentElement};var c=0;function p(){if(!c&&"undefined"!=typeof document){var t=document.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML="&nbsp;",document.body.appendChild(t),c=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return c}function h(t){var e=l(t),r=u(t),o={height:e.innerHeight,width:e.innerWidth};return r.scrollHeight-r.clientHeight>0&&(o.width-=p()),o}const f=function(t){if(!t.getBoundingClientRect){var e=h(t);return{bottom:e.height,left:0,right:e.width,top:0}}var r=t.getBoundingClientRect();return{bottom:r.bottom,left:r.left,right:r.right,top:r.top}},d=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||u(t)},v=function(t){return d(t)===t.ownerDocument.body},g=function(t){var e=t.getBoundingClientRect(),r=e.left,o=e.top;return e.height||e.width||(e=function(t){var e=t.style,r=e.display,o=e.left,i=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var n=t.getBoundingClientRect();return t.style.display=r,t.style.left=o,t.style.position=i,n}(t)),{top:o,left:r,height:e.height,width:e.width}};function y(t,e){for(var r=[],o=t.parentNode;o&&(r.push(o),o!==e);)o=o.parentNode;return r}function m(t){var e=u(t),r=l(t);return{x:r.pageXOffset||e.scrollLeft||0,y:r.pageYOffset||e.scrollTop||0}}function b(t){return t===(t.ownerDocument||{}).body?m(t):{x:t.scrollLeft,y:t.scrollTop}}function x(t){var e=d(t);return e?b(e):{x:0,y:0}}const _=function(t,e){var r=l(t),o=r.getComputedStyle(t),i=g(t),n=e||d(t),a=t.ownerDocument,s=n!==a.body&&n!==a.documentElement,u={top:0,left:0};if("fixed"!==o.position&&s){var c=r.getComputedStyle(n);(u=g(n)).top+=parseInt(c.borderTopWidth,10),u.left+=parseInt(c.borderLeftWidth,10)}return{top:i.top-u.top,left:i.left-u.left,height:i.height,width:i.width}};function C(t,e,r){void 0===r&&(r=1);var o=e?d(e):null,i=_(t,o),n=i.top,a=i.left,s=i.height,l=i.width,u=function(t,e){return t?b(t):x(e)}(o,t),c=u.x,p=u.y,h=t.ownerDocument,f=o===h.body||o===h.documentElement?1:r;return{top:n+p*f,left:a+c*f,height:s,width:l}}function w(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}}const O={fit:"fit",flip:"flip",none:"none"};var S=function(t,e,r){var o=0;return t+e>r&&(o=r-(t+e)),t<0&&(o=-t),o},P=function(t){var e=t.offset,r=t.size,i=t.anchorSize,n=t.viewPortSize,a=t.anchorAlignPoint,s=t.elementAlignPoint,l=t.margin,u=0,c=s===o.center||s===o.middle,p=a===o.center||a===o.middle,h=2*l;if(s!==a&&!c&&!p){var f=a===o.top||a===o.left;e<0&&f?e+(u=r+i+h)+r>n&&(u=0):e>=0&&!f&&(e+r>n&&(u+=-(i+r+h)),e+u<0&&(u=0))}return u};const A=function(t){var e=t.anchorRect,r=t.anchorAlign,o=t.elementRect,i=t.elementAlign,n=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var l=o.top,u=o.left,c=o.height,p=o.width,h=a.height,f=a.width,d=s.horizontal||0,v=s.vertical||0,g=0,y=0,m=n.vertical===O.fit,b=n.horizontal===O.fit,x=n.vertical===O.flip,_=n.horizontal===O.flip;m&&(y+=S(l,c,h)),b&&(g+=S(u,p,f)),x&&(y+=P({margin:v,offset:l,size:c,anchorSize:e.height,viewPortSize:h,anchorAlignPoint:r.vertical,elementAlignPoint:i.vertical})),_&&(g+=P({margin:d,offset:u,size:p,anchorSize:e.width,viewPortSize:f,anchorAlignPoint:r.horizontal,elementAlignPoint:i.horizontal}));var C=x&&0!==y,w=_&&0!==g,A=m&&0!==y,j=b&&0!==g;return{flipped:w||C,fitted:A||j,flip:{horizontal:w,vertical:C},fit:{horizontal:j,vertical:A},offset:{left:g,top:y}}};function j(t){for(var e=[],r=t.parentNode.firstElementChild;r;)r!==t&&e.push(r),r=r.nextElementSibling;return e}function k(t,e){for(var r,o,i=y(t),n=e;n&&(r=j(n),!(o=i.reduce((function(t,e){return t.concat(r.filter((function(t){return t===e})))}),[])[0]));)n=n.parentElement;return o}function M(t,e){if(!t||!e)return null;var r=k(t,e);if(!r)return null;var o=[t].concat(y(t,r)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,o=parseInt(r,10);return o>t?o:t}),0);return o?o+1:null}var T,E,D,V=(T=function(t){if(!I())return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var r=e.createElement("div");r.style.transform="matrix(10, 0, 0, 10, 0, 0)",r.innerHTML='<div style="position: fixed; top: 10px;">child</div>',e.body.appendChild(r);var o=10!==r.children[0].getBoundingClientRect().top;return e.body.removeChild(r),o},D=!1,function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return D||(E=T.apply(void 0,t),D=!0),E}),I=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const N={eitherRect:function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},scaleRect:function(t,e){return t&&1!==e?{height:t.height/e,left:t.left/e,top:t.top/e,width:t.width/e}:t},removeStackingOffset:function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t},hasRelativeStackingContext:V,canUseDOM:I};var L=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],B=function(){return N.canUseDOM()?window:null},R=/auto|scroll/,z=function(t){return function(t){return""+t.style.overflow+t.style.overflowX+t.style.overflowY}(t)||function(t){var e=window.getComputedStyle(t);return""+e.overflow+e.overflowX+e.overflowY}(t)},F=function(t){if(!t||!N.hasRelativeStackingContext())return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},H=function(){return N.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},U={addOffset:function(t,e){return{left:t.left+e.left,top:t.top+e.top}},addScroll:n,align:i,boundingOffset:f,getFontStyles:function(t){var e=B();if(!e||!t)return[];var r=e.getComputedStyle(t);return L.map((function(t){return{key:t,value:r[t]}}))},getWindow:B,hasOffsetParent:function(t){return!!t&&Boolean(t.offsetParent)},offset:function(t){return t?g(t):null},offsetAtPoint:function(t,e){if(!t)return null;var r=t.style,o=r.left,i=r.top,n=r.transition;t.style.transition="none",t.style.left=e.left+"px",t.style.top=e.top+"px";var a=g(t);return t.style.left=o,t.style.top=i,t.offsetHeight,t.style.transition=n,a},position:function(t,e,r){return t&&e?C(t,e,r||1):null},removeScroll:w,restrictToView:A,scrollPosition:m,scrollableParents:function(t){var e=[];if(!N.canUseDOM())return e;for(var r=t.parentElement;r;)(R.test(z(r))||r.hasAttribute("data-scrollable"))&&e.push(r),r=r.parentElement;return e.push(window),e},getRelativeContextElement:F,stackingElementOffset:function(t){var e=F(t);return e?g(e):null},stackingElementScroll:function(t){var e=F(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(t){var e=F(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},useRelativePosition:function(t){return Boolean(F(t))},windowViewPort:h,zoomLevel:H,isZoomed:function(){return H()>1},zIndex:function(t,e){if(!t||!N.canUseDOM())return null;var r=k(t,e);if(!r)return null;var o=[t].concat(y(t,r)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,o=parseInt(r,10);return o>t?o:t}),0);return o?o+1:null}};const K=U;const X=function(t){var e=t.anchor,r=t.element,o=t.anchorAlign,i=t.elementAlign,n=t.margin,a=t.offset,s=t.positionMode,l=t.scale||1,u="fixed"!==s&&K.hasOffsetParent(r)?function(t,e,r,o){var i=N.eitherRect(K.position(t,e,o),r);return N.scaleRect(i,o)}(e,r,a,l):function(t,e,r,o){var i=function(t,e){return t?{x:0,y:0}:K.scrollPosition(e)}(t,e),n=N.eitherRect(K.offset(t),r),a=2*o,s=K.stackingElementScroll(e);1!==o&&s&&(s.x/=a,s.y/=a);var l=K.stackingElementOffset(e);return 1!==o&&l&&(l.left/=a,l.top/=a),K.removeScroll(K.addScroll(N.removeStackingOffset(N.scaleRect(n,o),l),s),i)}(e,r,a,l),c=N.scaleRect(K.offset(r),l);return K.align({anchorAlign:o,anchorRect:u,elementAlign:i,elementRect:c,margin:n})},$=function(t){var e=t.anchor,r=t.currentLocation,o=t.element,i=t.anchorAlign,n=t.elementAlign,a=t.collisions,s=t.margin,l=t.scale||1,u=K.offsetAtPoint(o,r),c=N.scaleRect(u,l),p=N.scaleRect(K.offset(e),l),h=N.eitherRect(p,r),f=t.viewPort||K.windowViewPort(o);f.width=f.width/l,f.height=f.height/l;var d=K.restrictToView({anchorAlign:i,anchorRect:h,collisions:a,elementAlign:n,elementRect:c,margin:s,viewPort:f}),v=K.addOffset(r,d.offset);return{flip:d.flip,flipped:d.flipped,fit:d.fit,fitted:d.fitted,offset:v}}},2346:(t,e,r)=>{var o;function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function n(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==(void 0===t?"undefined":i(t))||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var o=r.call(t,"string");if("object"!==(void 0===o?"undefined":i(o)))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===(void 0===e?"undefined":i(e))?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}Object.defineProperty(e,"__esModule",{value:!0}),e.DraggableVue2=e.Draggable=void 0;var a=r(1895),s=(a.h,a.version&&"3"===a.version[0]),l=r(1154),u=r(5123),c=(n(o={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null;var t=l,e=void 0!==t&&t.Draggable?t:t.default;this.draggable=new e.Draggable({press:this.press,drag:this.drag,release:this.release})},setup:s?function(){return{v3:!!s}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType||8===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:s?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(t){this.element&&this.$emit("press",t,this.element)},drag:function(t){this.element&&this.$emit("drag",t,this.element)},release:function(t){this.element&&this.$emit("release",t,this.element)}}},"setup",s?function(){return{v3:!!s}}:void 0),n(o,"render",(function(t){return(0,u.getDefaultSlots)(this)})),o);e.DraggableVue2=c;var p=c;e.Draggable=p},1685:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.BrowserSupportService=void 0;var r=function(){return"undefined"!=typeof document?document:{}},o=function(){function t(){}return Object.defineProperty(t.prototype,"scrollbarWidth",{get:function(){var t=r();if(!this.scrollbar&&t&&t.createElement){var e=t.createElement("div");e.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",e.innerHTML="&nbsp;",t.body.appendChild(e),this.scrollbar=e.offsetWidth-e.scrollWidth,t.body.removeChild(e)}return this.scrollbar},enumerable:!1,configurable:!0}),t}();e.BrowserSupportService=o},8770:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.canUseDOM=void 0;var r=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement);e.canUseDOM=r},3820:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.classNames=void 0;var o=r(4650);e.classNames=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?e.classNames.apply(void 0,t):(0,o.isObject)(t)?Object.keys(t).map((function(e,r){return t[r]||t[e]&&e||null})).filter((function(t){return null!==t})).join(" "):t})).filter((function(t){return!!t})).join(" ")}},920:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.cloneArray=e.cloneValue=e.cloneObject=e.clone=e.cloneDate=void 0;var o=r(4650);function i(t,e){for(var r in t)if(t.hasOwnProperty(r)){var o=t[r];e[r]=n(o,e[r])}}function n(t,r){if(Array.isArray(t))return a(t);if(t instanceof Date)return(0,e.cloneDate)(t);if(t&&(0,o.isObject)(t)){var n=r||{};return i(t,n),n}return t}function a(t){return t.map((function(t){return n(t,void 0)}))}e.cloneDate=function(t){return t?new Date(t.getTime()):null},e.clone=function(t){var e={};return i(t,e),e},e.cloneObject=i,e.cloneValue=n,e.cloneArray=a},6866:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.FIELD_REGEX=void 0,e.FIELD_REGEX=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g},5123:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getDefaultSlots=void 0,e.getDefaultSlots=function(t){var e=t.$slots.default;return t.v3&&e&&"function"==typeof e?e():e}},580:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.focusContainer=e.focusLastFocusableChild=e.focusFirstFocusableChild=e.lastFocusableChild=e.firstFocusableChild=void 0;var o=r(7385),i='input, [tabindex]:not([tabindex="-1"])';e.firstFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);if(e.length&&e[0].focus)return e[0]}},e.lastFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);if(e.length&&e[e.length-1].focus)return e[e.length-1]}},e.focusFirstFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);e.length&&e[0].focus&&e[0].focus()}},e.focusLastFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);e.length&&e[e.length-1].focus&&e[e.length-1].focus()}},e.focusContainer=function(t,r){var i=!0;if(t.keyCode!==o.Keys.enter&&t.target===r)return!1;if(t.keyCode===o.Keys.enter&&t.target===r)i=!0,setTimeout((function(){(0,e.focusFirstFocusableChild)(r)}),1);else if(t.keyCode===o.Keys.esc)i=!1,r.focus();else if(t.keyCode===o.Keys.tab){var n=(0,e.firstFocusableChild)(r),a=(0,e.lastFocusableChild)(r);a&&!t.shiftKey&&t.target===a&&(t.preventDefault(),n.focus()),n&&t.shiftKey&&t.target===n&&(t.preventDefault(),a.focus())}return i}},7733:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getActiveElement=e.getInnerActiveElement=void 0,e.getInnerActiveElement=function(t){var r=t.shadowRoot,o=t.contentDocument;return r&&r.activeElement?(0,e.getInnerActiveElement)(r.activeElement):o&&o.activeElement?(0,e.getInnerActiveElement)(o.activeElement):t},e.getActiveElement=function(t){if(t&&t.activeElement)return(0,e.getInnerActiveElement)(t.activeElement)}},1369:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getTabIndex=void 0,e.getTabIndex=function(t,e,r){var o="string"==typeof t?parseInt(t,void 0):t;if(NaN!==o)return void 0!==o?o:e?r?void 0:-1:0}},4504:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getter=void 0;var o=r(6866),i={undefined:function(){}};e.getter=function(t){if(i[t])return i[t];var e=[];return t.replace(o.FIELD_REGEX,(function(t,r,o,i){e.push(void 0!==r?r:o||i)})),i[t]=function(t){for(var r=t,o=0;o<e.length&&r;o++)r=r[e[o]];return r},i[t]}},5350:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.guid=void 0,e.guid=function(){var t,e,r="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(r+="-"),r+=(12===t?4:16===t?3&e|8:e).toString(16);return r}},4366:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.hasRelativeStackingContext=void 0;var o=r(8770);e.hasRelativeStackingContext=function(t){if(!o.canUseDOM)return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var r=e.createElement("div");r.style.transform="matrix(10, 0, 0, 10, 0, 0)";var i=e.createElement("div");i.appendChild(e.createTextNode("child")),i.style.position="fixed",i.style.top="10px",r.appendChild(i),e.body.appendChild(r);var n=10!==i.getBoundingClientRect().top;return e.body.removeChild(r),n}},7754:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.FontIconVue2=e.FontIcon=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(1398),s={name:"KendoFontIcon",emits:{click:null},props:{name:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,tabIndex:Number},computed:{fontClassNames:function(){var t,e=this.$props,r=e.name,o=e.flip,i=e.size,n=e.themeColor;return(t={"k-icon":!0,"k-font-icon":!0})["k-i-"+r]=r,t["k-color-"+n]=n,t["k-flip-h"]="horizontal"===o||"both"===o,t["k-flip-v"]="vertical"===o||"both"===o,t[a.SIZE_CLASSES[i]]=i,t}},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=this.$props,o=r.id,n=r.title,a=r.tabIndex,s=r.ariaLabel;return e("span",{class:this.fontClassNames,id:o,attrs:this.v3?void 0:{id:o,title:n,"aria-label":s,tabIndex:a,role:"presentation"},title:n,"aria-label":s,tabIndex:a,role:"presentation",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})},methods:{handleClick:function(t){this.$emit("click",t)}}};e.FontIconVue2=s;var l=s;e.FontIcon=l},3649:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.IconVue2=e.Icon=void 0;var i=r(1895),n=i.h,a=i.version&&"3"===i.version[0],s=r(7754),l=r(2128),u={name:"KendoIcon",emits:{click:null},inject:{kendoIcons:{default:{type:"svg",icons:{}}}},props:{name:String,icon:Object,title:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=n||t,r=this.$props,i=r.name,a=r.icon,u=r.themeColor,c=r.size,p=r.flip,h=r.id,f=r.viewBox,d=r.tabIndex,v=r.title,g=r.ariaLabel,y=i&&this.kendoIcons&&this.kendoIcons.icons&&this.kendoIcons.icons[i]||a,m=this.kendoIcons&&"svg"===this.kendoIcons.type&&void 0!==y,b=this.kendoIcons&&this.kendoIcons.size?this.kendoIcons.size:c,x=this.kendoIcons&&this.kendoIcons.flip?this.kendoIcons.flip:p,_=i||(a&&a.name?a.name:void 0),C={themeColor:u,size:b,flip:x,id:h,tabIndex:d,title:v,ariaLabel:g},w=e(s.FontIcon,o(o({},C),{name:_,attrs:this.v3?void 0:o(o({},C),{name:_}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})),O=e(l.SvgIcon,o(o({},C),{icon:y,viewBox:f,name:_,attrs:this.v3?void 0:o(o({},C),{icon:y,viewBox:f,name:_}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}}));return m?O:w},methods:{handleClick:function(t){this.$emit("click",t)}}};e.IconVue2=u;var c=u;e.Icon=c},2128:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.SvgIconVue2=e.SvgIcon=void 0;var i=r(1895),n=i.h,a=i.version&&"3"===i.version[0],s=r(1398),l=r(5123),u={name:"KendoSvgIcon",emits:{click:null},props:{name:String,icon:Object,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number,svgClassName:String,svgStyle:Object},computed:{wrapperClass:function(){var t,e=this.$props,r=e.name,o=e.flip,i=e.size,n=e.themeColor;return(t={"k-icon":!0,"k-svg-icon":!0})["k-color-"+n]=n,t["k-svg-i-"+r]=r,t["k-flip-h"]="horizontal"===o||"both"===o,t["k-flip-v"]="vertical"===o||"both"===o,t[s.SIZE_CLASSES[i]]=i,t}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=n||t,r=(0,l.getDefaultSlots)(this),i=this.$props,a=i.svgClassName,s=i.icon,u=i.id,c=i.tabIndex,p=i.svgStyle,h=i.viewBox,f=i.title,d=i.ariaLabel,v=s?s.content:void 0,g={id:u,title:f,"aria-hidden":!0,tabIndex:c,ariaLabel:d,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:s?s.viewBox:h},y=e("svg",o(o({},g),{attrs:this.v3?void 0:g,domProps:this.v3?void 0:{innerHTML:v},innerHTML:v,class:a,style:p}),s?[]:[r]);return e("span",{class:this.wrapperClass,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}},[y])},methods:{handleClick:function(t){this.$emit("click",t)}}};e.SvgIconVue2=u;var c=u;e.SvgIcon=c},1398:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.SIZE_CLASSES=void 0,e.SIZE_CLASSES={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},9451:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getIconName=void 0,e.getIconName=function(t){return t&&-1!==t.indexOf("k-i-")?t.split("k-i-")[1]:t}},9650:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},3763:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},1899:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},4650:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=void 0,e.isObject=function(t){return"object"==typeof t}},6777:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getDir=e.isRtl=void 0;var o=r(8770);e.isRtl=function(t){return Boolean(o.canUseDOM&&t&&"rtl"===getComputedStyle(t).direction)},e.getDir=function(t,e){if(!e&&o.canUseDOM&&t){var r=window.getComputedStyle(t).direction;if(r)return r}return e}},7385:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.Keys=void 0,e.Keys={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46}},7681:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getListeners=e.hasListener=void 0,e.hasListener=function(t){return this.v3?Object.keys(this.$attrs).map((function(t){return t.toLowerCase()})).some((function(e){return e.endsWith(t.toLowerCase())})):this.$listeners[t]},e.getListeners=function(){if(this.v3){var t={};for(var e in this.$attrs)e.startsWith("on")&&(t[e]=this.$attrs[e]);return t}return this.$listeners}},9680:function(t,e,r){var o=this&&this.__createBinding||(Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]}),i=this&&this.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.shouldShowValidationUI=e.validatePackage=e.setter=e.getter=e.getDir=e.isRtl=e.getDefaultSlots=e.getTabIndex=e.templateDefinition=e.templateRendering=e.getTemplate=e.cloneDate=e.cloneObject=e.cloneValue=e.cloneArray=e.Draggable=e.clone=e.focusContainer=e.focusLastFocusableChild=e.lastFocusableChild=e.focusFirstFocusableChild=e.firstFocusableChild=e.canUseDOM=e.hasListener=e.getListeners=e.isObject=e.noop=e.Keys=e.guid=e.classNames=e.setRef=e.getRef=void 0;var n=r(3820);Object.defineProperty(e,"classNames",{enumerable:!0,get:function(){return n.classNames}});var a=r(5350);Object.defineProperty(e,"guid",{enumerable:!0,get:function(){return a.guid}});var s=r(7385);Object.defineProperty(e,"Keys",{enumerable:!0,get:function(){return s.Keys}});var l=r(8770);Object.defineProperty(e,"canUseDOM",{enumerable:!0,get:function(){return l.canUseDOM}});var u=r(9360);Object.defineProperty(e,"getRef",{enumerable:!0,get:function(){return u.getRef}}),Object.defineProperty(e,"setRef",{enumerable:!0,get:function(){return u.setRef}});var c=r(580);Object.defineProperty(e,"focusFirstFocusableChild",{enumerable:!0,get:function(){return c.focusFirstFocusableChild}}),Object.defineProperty(e,"focusLastFocusableChild",{enumerable:!0,get:function(){return c.focusLastFocusableChild}}),Object.defineProperty(e,"focusContainer",{enumerable:!0,get:function(){return c.focusContainer}}),Object.defineProperty(e,"firstFocusableChild",{enumerable:!0,get:function(){return c.firstFocusableChild}}),Object.defineProperty(e,"lastFocusableChild",{enumerable:!0,get:function(){return c.lastFocusableChild}});var p=r(2346);Object.defineProperty(e,"Draggable",{enumerable:!0,get:function(){return p.Draggable}});var h=r(920);Object.defineProperty(e,"clone",{enumerable:!0,get:function(){return h.clone}}),Object.defineProperty(e,"cloneArray",{enumerable:!0,get:function(){return h.cloneArray}}),Object.defineProperty(e,"cloneValue",{enumerable:!0,get:function(){return h.cloneValue}}),Object.defineProperty(e,"cloneObject",{enumerable:!0,get:function(){return h.cloneObject}}),Object.defineProperty(e,"cloneDate",{enumerable:!0,get:function(){return h.cloneDate}});var f=r(4650);Object.defineProperty(e,"isObject",{enumerable:!0,get:function(){return f.isObject}});var d=r(482);Object.defineProperty(e,"noop",{enumerable:!0,get:function(){return d.noop}});var v=r(4504);Object.defineProperty(e,"getter",{enumerable:!0,get:function(){return v.getter}});var g=r(9063);Object.defineProperty(e,"setter",{enumerable:!0,get:function(){return g.setter}});var y=r(7681);Object.defineProperty(e,"hasListener",{enumerable:!0,get:function(){return y.hasListener}}),Object.defineProperty(e,"getListeners",{enumerable:!0,get:function(){return y.getListeners}});var m=r(2337);Object.defineProperty(e,"templateRendering",{enumerable:!0,get:function(){return m.templateRendering}}),Object.defineProperty(e,"getTemplate",{enumerable:!0,get:function(){return m.getTemplate}}),Object.defineProperty(e,"templateDefinition",{enumerable:!0,get:function(){return m.templateDefinition}});var b=r(1369);Object.defineProperty(e,"getTabIndex",{enumerable:!0,get:function(){return b.getTabIndex}});var x=r(5123);Object.defineProperty(e,"getDefaultSlots",{enumerable:!0,get:function(){return x.getDefaultSlots}});var _=r(6777);Object.defineProperty(e,"isRtl",{enumerable:!0,get:function(){return _.isRtl}}),Object.defineProperty(e,"getDir",{enumerable:!0,get:function(){return _.getDir}});var C=r(7940);Object.defineProperty(e,"validatePackage",{enumerable:!0,get:function(){return C.validatePackage}}),Object.defineProperty(e,"shouldShowValidationUI",{enumerable:!0,get:function(){return C.shouldShowValidationUI}}),i(r(6484),e),i(r(3269),e),i(r(1685),e),i(r(5984),e),i(r(4366),e),i(r(3649),e),i(r(7754),e),i(r(2128),e),i(r(9451),e),i(r(9650),e),i(r(3763),e),i(r(1899),e),i(r(7956),e),i(r(7733),e),i(r(9642),e)},7956:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.Navigation=e.FOCUSABLE_ELEMENTS=void 0,e.FOCUSABLE_ELEMENTS=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];var r=function(){function t(t){var e=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(t,r){var o=e.elements,i=o.indexOf(t)+r;i=i<0?o.length-1:i,e.focusElement(o[i%o.length],t)},this.tabIndex=t.tabIndex||0,this.root=t.root,this.selectors=t.selectors,this.rovingTabIndex=void 0===t.rovingTabIndex||t.rovingTabIndex,this.mouseEvents=t.mouseEvents||{},this.keyboardEvents=t.keyboardEvents||{}}return Object.defineProperty(t.prototype,"elements",{get:function(){return this.root?Array.from(this.root.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"first",{get:function(){return this.root&&this.root.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){var t=this.elements;return t[t.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"current",{get:function(){return this.elements.find((function(t){return t.matches(":focus")}))||null},enumerable:!1,configurable:!0}),t.prototype.focusNext=function(t){this.focusNextIndex(t,1)},t.prototype.focusPrevious=function(t){this.focusNextIndex(t,-1)},t.prototype.triggerKeyboardEvent=function(t){var e=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),r=" "===t.key?"Space":t.key,o=t.type;e&&this.keyboardEvents[o][r]&&this.keyboardEvents[o][r].call(void 0,e,this,t)},t.prototype.triggerMouseEvent=function(t){var e=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),r=t.type;e&&this.mouseEvents[r].call(void 0,e,this,t)},t.prototype.focusElement=function(t,e){t&&(e&&(this.rovingTabIndex&&e.removeAttribute("tabindex"),e.classList.remove("k-focus")),this.rovingTabIndex&&t.setAttribute("tabindex",String(this.tabIndex)),t.focus({preventScroll:!0}))},t}();e.Navigation=r},482:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.noop=void 0,e.noop=function(){}},9360:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.setRef=e.getRef=void 0,e.getRef=function(t,e,r){return t.v3?t["".concat(e,"Ref")]:t.$refs["".concat(r||e)]},e.setRef=function(t,e,r){return t.v3?function(r){t["".concat(e,"Ref")]=r}:r||e}},5984:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.setScrollbarWidth=e.getScrollbarWidth=void 0;var o=r(1685),i=r(8770);e.getScrollbarWidth=function(){return!(!i.canUseDOM||!document.body)&&(new o.BrowserSupportService).scrollbarWidth},e.setScrollbarWidth=function(){if(!i.canUseDOM||!document.body)return!1;var t=(new o.BrowserSupportService).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(t,"px"))}},9063:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.setter=void 0;var o=r(6866),i={undefined:function(t){return t}};e.setter=function(t){if(i[t])return i[t];var e=[];return t.replace(o.FIELD_REGEX,(function(t,r,o,i){e.push(void 0!==r?r:o||i)})),i[t]=function(t,r){for(var o=t,i=e.length-1,n=0;n<i&&o;n++)o=o[e[n]]=o[e[n]]||{};o[e[i]]=r},i[t]}},2337:function(t,e,r){var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.transformListeners=e.getTemplate=e.templateRendering=e.templateDefinition=void 0;var i=r(1895),n=r(4650),a=i,s=a.version&&"3"===a.version[0];function l(t){if(!t)return t;for(var e={},r=Object.keys(t),o=0;o<r.length;o++){var i=r[o];e["on"+i.charAt(0).toUpperCase()+i.slice(1)]=t[i]}return e}e.templateDefinition={type:[String,Function,Object,Boolean],default:function(){}},e.templateRendering=function(t,e){if(t||!1===t){if(t.kt)return t;var r=s?this.$slots[t]||(t.toLowerCase?this.$slots[t.toLowerCase()]:null):this.$scopedSlots[t]||(t.toLowerCase?this.$scopedSlots[t.toLowerCase()]:null);return"string"==typeof t&&r?{kt:!0,type:"slot",render:r,listeners:e}:"string"==typeof t||(0,n.isObject)(t)||"function"==typeof t&&t.component?{kt:!0,type:"component",render:t,listeners:e}:{kt:!0,type:"renderFunction",render:t,listeners:e}}},e.getTemplate=function(t){var e,r,i,n=t.h,a=t.template,u=t.defaultRendering,c=t.defaultSlots,p=t.additionalProps,h=t.additionalListeners,f=t.swapDefaultSlots;if(!a||a&&!0===a.render)return u;if(s){var d=u?u.props:{};e=o(o({},l(h)),a.listeners),r=o(o(o({},d),p),e),i=o(o({},r),e)}else{var v=u&&u.componentOptions,g=v?u.componentOptions.listeners:{},y=v?u.componentOptions.propsData:{};e=o(o(o(o({},g),h),l(h)),a.listeners),i={props:r=o(o(o({},y),p),e),on:e}}if("slot"===a.type){var m=a.render({props:r,listeners:e,methods:e,defaultSlots:c});return s?m:m?m[0]:void 0}return"renderFunction"===a.type?f?a.render?a.render(n,u,c,r,e):void 0:a.render?a.render(n,u,r,e,c):void 0:n(a.render,i,s?function(){return[c]}:[c])},e.transformListeners=l},6484:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.kendoThemeMaps=void 0,e.kendoThemeMaps={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},3269:function(t,e){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)},o=this&&this.__spreadArray||function(t,e,r){if(r||2===arguments.length)for(var o,i=0,n=e.length;i<n;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))};function i(t,e,i){var n;return i?r(r({},t),((n={})[e]=i.length?o([],i,!0):void 0,n)):t&&t[e]?o([],t[e],!0):[]}function n(t,e,r){if(t[e]){var o=i(t,e).map((function(t){return n(t,e,r)}));return r(i(t,e,o))}return r(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.getNestedValue=e.getItemPath=e.extendDataItem=e.mapTreeItem=e.mapTree=void 0,e.mapTree=function(t,e,r){return o([],t.map((function(t){return n(t,e,r)})),!0)},e.mapTreeItem=function(t,e,r,o){for(var i=t,n=[],a=0;a<e.length;a++)i=i[e[a]],i=Array.isArray(i)?i:i[r],n.push(i);var s=n.length>1?n[n.length-2]:t,l=e[e.length-1],u=o(s[l]);s.splice(l,1,u)},e.extendDataItem=function(t,e,r){var o;return Object.assign({},t,t[e]?((o={})[e]=t[e].slice(),o):{},r||{})},e.getItemPath=function(t,e,r){var i=[],n=o([],e,!0);if(n.length){var a=t[n.shift()||0];for(i.push(a);n.length&&r;)a=a[r][n.shift()||0],i.push(a)}return i},e.getNestedValue=function(t,e){var r=t.split("."),o=e;return r.forEach((function(t){o=o?o[t]:void 0})),o}},7940:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.shouldShowValidationUI=e.validatePackage=void 0;var o=r(9302),i=["telerik.com","progress.com","stackblitz.io","csb.app","webcontainer.io"],n=o,a=void 0!==n&&n.validatePackage?n:n.default;e.validatePackage=function(t){if(a&&a.validatePackage)a.validatePackage(t);else{var e="License activation failed for ".concat(t.name,"\n");e+="The @progress/kendo-licensing script is not loaded.\n",e+="See ".concat(t.licensingDocsUrl," for more information.\n"),console.warn(e)}},e.shouldShowValidationUI=function(t){return!(i.some((function(t){var e;return null===(e=globalThis.document)||void 0===e?void 0:e.location.hostname.endsWith(t)}))||a&&a.validatePackage&&a.validatePackage(t))}},9642:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.WatermarkOverlayVue2=e.WatermarkOverlay=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a="https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-banner",s=new Array,l={name:"KendoWatermarkOverlay",setup:n?function(){return{v3:!!n}}:void 0,mounted:function(){if(this.bannerWrapper=this.$refs.banner,s.push(this.bannerWrapper),document&&document.body&&document.body.append(this.bannerWrapper),s.length>1)for(var t=1;t<s.length;t++)s[t].remove()},beforeDestroy:n?void 0:function(){this.bannerWrapper.remove(),s=[]},beforeUnmount:function(){this.bannerWrapper.remove(),s=[]},data:function(){return{watermarkStyles:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,"z-index":101,"pointer-events":"none","background-image":"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABVxSURBVHgB7Z3tVRtJE4WL9zgANgLLGRCCnAGOADmCxRGgDFAGYiOADKQMIAGO9J8ji42g37mjqlUjBgOanpn+uM85sjC2sKzbVd1dVV0tQgghhBBCCCGEEEIIKRPn3Gn1GAlJmmN1pP558J6OX9540ejh4WGlX09OTk7+EZIclXYXlY43+vVflY7PH3wd9c+AY/Wvvcb9/b0bjUYOz/hBQpICmh1oOPrEa6l/4rTR337AhIMgTSqtzg+0m8gnof7p0mD8EzmGhkFwJiR6np6e7luLL9Q/RTDTBzF+7wfWg2CxWOCHjYVET6XTdLPZrFuLL9Q/NeCkoVUQ4/d+6Ijev1yof1rAUVMvQgjJHebrSRu+CEmWo/O8hISgCjStKpgiGoDWed4AUP/hwGf++Pi4hQYyFHgDzBP3T7A8b0uo/zD4+sMBy1CwWKR/YjF+fS/Uv2di0t/eEAdBT0QnvlD/PolR/xoOgu4JUd7bFdS/e6I1foODoFuqz3M2mUziFF+of5dEb/xGwyAYCwmCVuPNYv5MqX94Yl75NWKD4PLyEm92KqQoqH9Y8Bnis0zC+A14LbxxVqiVCfUPh678plxNFYQe5pjRgAgpDAv4IOAHJyCEkDJoiPaeCyG5UA1oRIYWHNivSSbV0wLq/zbQXz+bS8kV/AeZJ35NCcYPqH8zvv4VS8kVFou8phTjB9T/NcVt+zgI9rjQDRwTgPrvKcn5v4CDYIfT/vtFiS/UHxRr/AYHwQ4t9DiVwihZ/+KN36ATKJsS9U+utr9r/EGQdQSUNFKa/geZkImQ/2rHlznnQDG7oX9b9Xwl5AUl6G9oLcSSxl8Q/p4P13YJIaQMisvzEkJ2lJjnJyQY3lnoJGfNUvP8oUhZf7c70s2eCG1wL7uhRJ0iQnCveiDIhzf7t/f9IvP8IUhJfx/b9rErUkvgRVPIE1fv6xrvbzweu7OzM3d7e4v3OhfSilT092HMJzCxF4u43eWctfFvt1uHu9nxXvF1CWmtroldfx9W+HVErINAjX+M65ngAPxnOAJ1AiMhrUjBCdD4Oya2QYBlPwx8vV47WwFg+a+XZbrz83NzANz/ByBmJ0Dj74lYBgECfrbnt6U/DB/vC7388L2rqyu8vzshwYjRCdD4e8YfBLidVgYA0X7M9jB8PGazmbu5ualnfiz9dSAsufwPTwz6+5jjp/H3CD5ofPB9343u9v3u6+U+0jyY7eEA8Hx3d4c/QjvvMyGdMZT+TeA9wBHR+DPHUn3T6bRe7uMxn89tn18v/TH7O17gQEheYM9vEX7M9hbsg/FbHED3/IPPSISQgNhyE0au+7x7PPtOQFcB3PMTMjTYf4cyRN3zL2DgMHgs/7XU99acgDIWEgUh9W/4uWMh8QKBvCh8qxSR7fmxt0eEv8kJ6MzP8/2REFL/g59bp/o0xsMAb6xAnBB5Yr+6D3X9KOpBxP/ACWA0jFnoEw+h9D/4mYd5/pGQeAlRLFK95tJy+35578PDQ+0E9LAPi3wixAUsFmKRT6I0DIIPzdJuf6R3i+UeZnsz/nqjPx47/fMpZ/54OVb/g5/BZi4pY4Pgo8s2d3CkF0Z/cXFRL/+Xy2W9BdBUH4/5JsBn9W94PZu5pI77QzMOjepiNp/j71hO//fv31sr7qmtfT73i3xWjnvAZHhH/4nquXrLwB2bueSJ27Vmvodhq4df4BmzvQb3IPxWl/zgRl/DwZA4GrhdYFUHfbHE1y0enXsJ2FLfCnggvjqBejDoTI8o38ocgJAscNq8BY4fv/Uf+J46gjkdQcbA+19fXzs7zQfR8TWcgH+kFw/u+fMDKz/o3OQETk9PLcWLPSBbeeWELd91eb+CcTc5gXr6r9J8PNKbF/7S3z+6DYcvDasBOv6M0GUduNDfv+cEYPhjIVmA+I3Vc4gaOQzfHAECvb4joAPICCzlrIJP93h/dAIYDBQ/L8wBNC37rXUblv5CB5AfGvi5h6F7Ed9GJ2CZP0b780O1vreVnnhOAFsBOoCMscg/HMBbTsCO+grJFkvvHmYCSnYA/5MMcbsiH6TykNgfr9fry58/f0oltFxcXMj379+l+h42gBcnJyfr6iXfq1nhJ56FZIeuAq+fn59Xv379Oq0CgVJNBEIydAAavLv98ePHeSX4bfX1OQSv9noQ/a7y9A8HTuAcTqB63FSPZyE5Mq3GwOW3b99kNpu9+5e/fv2Kp3+FpAW8vB3cwbLOOvZYfl9LfGdW9KOn+mZCskZXhCuL9vtLfjvshd97hWArpn8TxGn5rhZzOL/gB19DYBzzxcEeTQEtGfArB7c7xbmyVu4YExoTuNcYEL6eCkkTxHYOmna4wzQfvq8z/+o949e940hIkjTp5/ZXjm/1+VQfr856UP/EcLtqr9s/OQENDl5+wPhH3nHQZK6mJjucNvNo2w+A+icC0jaY4a2LT5MT+Mye3+l58JSupiY7XIA2XtQ/IZw2f7D9v+X6D53AZ/f8LqGrqckOF7CNF/VPAF3Or6xvv53r951Amx5+DYOAXWEjxXXQxov6R4zTSzusht8OfABE+r3U39y1iPbbIODVX3ED4/Tagk8kENQ/QiyaC1Fg7PX6frm0Mk6/wUOQ8l799+j9I0cDwcF1ov4R4Xbde2vjxi92ogsPzPrY92szD7buJiQn3K6+v17q2yxvlV1u3+TRAn4jIYTkAfbymOWx1AcwfHMEXp5/JISQ9PEDd867ohvGbvt+cwRe6+5ee7ltNpuVf7yYdA8+68fHxy0+exkY6t8RGnSxJX19yAd7fWvhjEs7NOCHb2D9/+AGqO3HQGSeuD/8PD/GggwM9e8IBPCwr7ciHnzA6NrqtW5+4QRkIByLRXrDRXhXH/XvCKRccEuPX8mHD9jr7Vc7AV32D9rJh4Oge2I0foP6d8QHnADO9kdxYw8HQXfEbPwG9e+It5yAlvdG1beNgyA8KRi/Qf07oskJIEYQw8x/SMMgGAs5CmR0UjF+g/oHwh00YzAn0OZgT1/YINBU5VTIUeCzw2eYivEb1L8l7o1mDm7X220a48x/iNtVLE4dC5OOxu2794wlMaj/kbgAzRwIIQmS4p6PEBKIp6enexo/IYWCPdNms1nnbPxat7BwvH/+P7Dt08/kUjKH+hcOxGeeeI8f86lYSuZQ/8JhsciehoBv9rMi9VdcwZcucBCkVeEXmuL1dy0vbciBkgdBycZvFKs/8/x7ShwENP49xelP8V9T0iBgncdritGfxv82/iDIORJ+EAGfCKnJXn8a//to7fgy51y45sCX1P812erPZR8hBVMZ/Ax9+2j8hBSIHumcpXikkxBCBsXtz8QnUyXndvfz8Sx8AFLUnwTEveyKE32KyAK+7IYThqT0V88/o+cPBz7TVPLEJdb2d00y+pv4elHHTEgwUigWYaq3O6LXn56/e2IeBDT+7olWf4rfHzEOAurfH9HpT/H7J6ZBQP37Jxr9Kf5w+IMAt9PKQOB6NurfP4Prjyg/jX9Y8JnDAHE/vQwE/m0MQOrfP4PqX/3jp15Dj4kQQspCK5SK7OZDCCGEEBIfbneH4kgCoT9vLCQJguqPaD8CDdXzlZDogaEuFotgKSLL9uBnYmAJiZqg+vupPlzbJSR6YKSh8sSODVyTI5j+LO9NlxDFIqzzSJfW+jPPnz4Ng+DDGRvqnz5t9GeePxNsEHx2+U798+BY/e3FzPNnwLE6Uv88oI6EEEIIIYQQQgghhBBCCCGEEEIIIYQQQkiRoHyQxz/T51gdqX8evKfjlzdeNHp4eFjp15OTk5N/hCQHjoFWOt7o139VOj5/8HXUPwOO1f+/02ApXEhJmmnTzIP6p49r28wlRFMJMgwhmnlQ/3RB854g/RwaBgF7wkVOyGYe1D9N0L4vWDMXGwTaFHIsJGpgpF5TyIm0hPqnR6XTdLPZrF2oZi7aVIDePxFgqCH1ov6EEEIIITHRtl7jixBCkuToPH8ocGMQrihmiqh/8Jnjau6hrwen/sPQOs8fAgxA5on7xxcfBigDQf2HIUSdR6g3wmKRnolGfKH+QxCT/vaGOAh6Ijrxhfr3SYz613AQdE+04gv174Ng5b1dwUHQHTEbv0H9u6X6PGeTySTu69oaBsFYSCui9/we1L87tBpzFv1naoPg8vISA2AqpBX4DPFZxm78BvUn9awF8R07yrRGPf80pdmU+hNCyJHoYa4ZHSghhWEBXwT84ASEEFIGDdmec8mJ6j+EyNAiu/9YACC+fjaXkinU/21SSPW2BuIzT/waX/yKpWQK9W+mCOMHLBZ5TfbLPg/q/5pijN/gINhTnPhC/X1cwAauScFBUKbxG9R/h9P7F0rTv6bkQVCy8Rt0Aju00OtUSqTEQZBSbX/X0AmQF4Mg5wi4cRAJn0jhlKY/aUBrx5c558ANzYUvafx7StAfqxv0UKyer4QQUg5+zAfXdgkhpAxKqvMghHgUm+cPhdufhU/Oa+qRTp6Jb0HK+oOi8/whcC+74SSTIrJlH7vitCMl/RHcqx4I8uHN/u19v9w8f1swi6aWJ+aeLxyp6F+9r2u8v/F47M7Oztzt7S3e61xIe1IqFmGFX3hi19/tLuesjX+73brFYlG/V3xdQlq7F1JwAjT+7ohVfzX+Ma5ngwPwn+EI1AmMhLQnZidA4++e2PTHsh8Gvl6vna0AsPzXy1Ld+fm5OQDu/0MRoxOg8fdHLPoj4Gd7flv6w/DxvtDLD9+7urrC+7sTEhZ/EOB2WhkYE57G3w8x6I9oP2Z7GD4es9nM3dzc1DM/lv46FpZc/ncEBgEMD7XVMjB4DxiINP7+GEp/t7/voF7uI0WJ2R4OAM93d3f4I7TzPhNCSD5Yqm86ndbLfTzm87nt8+ulP2Z/x+vQCMkL7Pktwo/Z3oJ9MH6LA+ief/AVKSEkILbdgJHr3v4ez74T0FUA9/wxgP1XF0Lozx0LiZqQ+uuefwEDh8Fj+a+lvrfmBJSxkOGBEF4UNliKyFJ9usdjgCdSQupve37s7RHhb3ICOvPzfH8swDhD54kb8vwjIVESSn+/ug91/SjqQcT/wAlgNhiz0CcyQhaLsMgnPULoX73m0nL7fnnvw8ND7QT0sA+LfGKlYRB82ks7NnNIlmP1d/sjvVtsJTDbm/HXG/3x2OmfTznzR44NgmOX7Y7NHJLms/q7gyO9MPqLi4t6+b9cLustgKb6eMw3FdwfmjFggKg3X71l4I7NHJLmHf3PVPs5/o7l9H///r214p7a2udzv8hn5RgDShsN3Czg1SE4lom6xKO4heB2rdnvYdi6QljgGbO9BvfgOLa65Ac3+hpOBinjtHkDhMdv/Qe+p45gTkeQL7bUtwIeaK5OoJ4MdKZHlG9lDkBIPsDzQ/QmJ3B6emopHqwB2corQzDDX19fOzvNh7GAr+EE/CO9eHDPnxH+0t8/ugnBpWE1QOHzwpbvurxfwbibnEA9/VdpPh7pzQjs3yyfK2rkMHxzBAj0+I6ADiAvdFsHLvT37zkBGP5YSB6YA2ha9lvrJiz9hQ4gO7CVswo+jfH80QlgMqD2GaKC35unF88JYCtAB5AnGvi9h6F7GZ9GJ2CZP0b7M8XSO4eZADqAvLHIPxzAW07AjvpKYfxPCkBngevn5+fVr1+/TqtAoFQDQUieuF2RD1J5SOyP1+v15c+fP6Vy9HJxcSHfv3+X6nsIAF2cnJysq5d8r1YAP/EshVGEA6iYVkZ/+e3bN5nNZu/+5a9fv+LpXyHJocG72x8/fpxXDv+2+vocDr+K9cDp31UrvYcDJ3AOJ1A9bqrHs5D80BlhZdF+f8lvhz3we68QZMX0T3pglWcHd6Cjdeyx/L6W+M6s6EdP9c2ElIHbneJaWStnFIRoTOBe94D4eiokSZyW72oxl/MLfvA1jB6642CPpoCXDPhljO79RwffG6kj2OrzqT5e1Xo3vZ7EC2K7B0073GGaD9/XmX/1nvFT/4Rx2syjbT+AIW+gIZ/D7ao9b//kBDQ4ePkB46f+qeICtPFy2g8gpavJSwZpW8zw1sWnyQl8Zs9P/RPFBWzj5RK6mrxkTCfb/1uu/9AJfHbPT/0Tw3XQxqthELArcETocn5lffvtXL/vBNr08KP+CQFxvLbQEwmEDQJe/RQXTi/tsBp+O/AFEOn3Un9z1yLaT/0TQgNBwb20Zg/o/SPBsjkwShh7vb5fLq2M22/wEqS8V/+9sRBChsXtuvfWxo1f7EQnHpj1se/XZh5s3U1ITrhdfX+91LdZ3io73b7JqwX8RkIIyQPs5THLY6kPYPjmCLw8/0hI3iAd8/j4uN1sNisZGLwH/3gpCYcfuHPeFd0wdtv3myPwWnf32suR+veMn+fHBy8DA0fEPHF4NOhmS/r6kA/2+tbCHZd2aMAP38D6/8ENUNtP/XvERXhXn2OxSCcggId9vRXx4LNF12avdfsLJyADQf17IkbjNzgIwoOUK27p8Sv58Nl6vf1qJ6DL/kE7+VD/jonZ+A0OgvB8wAngbH8UN/ZQ/45IwfgNDoLwvOUEtLw3qr6N1D8wiOimYvxGwyAYC2lFkxNAjCCGmf8Q6h8QRHeR7knF+A0bBJqqmgr5NO6gGYc5gTYHe/qC+gfC7bv3jCUx3K5ibepYmPJp3BvNXNyut+M0xpn/EOpPyBG4AM1cCCEJkmLMhxASiKenp3saf4Fg2Vc9FsjpSuZo3hr/115r1lMAe+bNZrPO2fip/wH+nq9iKZkD8ZknLhfq79EQ8MneK7JYpGyov5JShV9oOAjKvnSjeP1LNn6j5EHgWl7akgPF6k/j31PiIGCef09x+jPP+5qSBgGd/2uKcgIHEdCJkBp/EOSaCaHxv00J+tdoDnRJ8V+jtePLHGshaPzvk7P+pGC47SOkYCqDn6FvH42fkAJxuyPdaN01FlIGbnc/37TkFE8o3L4nAmvHCyQ5/S3gw24oYXAvuyKxbLgwktK/xNr+rsFqKpU8sa78Zlz5hSMZ/Znq6Y4UikVMf72oYyYkGNHrT+PvnpgHAVd+3ROt/jT+/ohxEFD//ohOf4rfPzENAurfP1E5AVzPRPH7xx8EuJ1WBoDGPxyH+ruhjlTjbnR9AxMhvYLPHA4YGkjPIMpP4x+WIfUnhYMZx2voMRFCSFlohVqR3XwIIaQc3O5OtrGQJFC9RkKKRCsyRxICi/YuFgvs986ERA3Eh1ahUkT4GQg0Vc9XQqInqP6ODRyTA046VJ7Y1x/XdgmJnmD6M8+bLiGKRVjemy6t9WeeN30aBsGHI/bUP33a6M88bybYIPjs9o3658Gx+tuLmefNgGN1pP55QB0JIYQQQgghhBBCCJGy+T9ftRg+rVNPfAAAAABJRU5ErkJggg==')"},bannerStyles:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px","border-radius":"4px","box-shadow":"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)","font-size":"14px","font-weight":400,"line-height":"20px","background-color":"#FFC000",color:"#1E1E1E","z-index":999999},bannerButtonStyles:{display:"inline-flex",position:"relative",border:"none","border-radius":"4px",padding:"5px","background-color":"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},showBanner:!0}},methods:{onCloseBannerClick:function(){this.showBanner=!1,s=[]}},render:function(t){var e=i||t,r=this.showBanner&&e("div",{style:this.bannerStyles,ref:"banner"},[e("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},[e("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[e("path",{"fill-rule":"evenodd",attrs:this.v3?void 0:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"},"clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"})])]),e("span",["No valid license found for Kendo UI for Vue. Learn how to activate your license."]),e("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},[e("a",{href:a,attrs:this.v3?void 0:{href:a},style:{marginRight:"8px",display:"flex"}},[e("button",{title:"Learn More",attrs:this.v3?void 0:{title:"Learn More"},style:this.bannerButtonStyles},[e("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[e("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",attrs:this.v3?void 0:{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])]),e("button",{title:"Close",attrs:this.v3?void 0:{title:"Close"},style:this.bannerButtonStyles,onClick:this.onCloseBannerClick,on:this.v3?void 0:{click:this.onCloseBannerClick}},[e("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[e("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",attrs:this.v3?void 0:{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])])]);return e("div",{style:this.watermarkStyles},[r])}};e.WatermarkOverlayVue2=l;var u=l;e.WatermarkOverlay=u},1154:(t,e,r)=>{r.r(e),r.d(e,{Draggable:()=>c,default:()=>h});var o=function(t,e){return function(r){return e(t(r))}},i=function(t,e,r){return t.addEventListener&&t.addEventListener(e,r)},n=function(t,e,r){return t&&t.removeEventListener&&t.removeEventListener(e,r)},a=function(){},s=function(t){return t.preventDefault()},l=/touch/;function u(t){return t.type.match(l)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var c=function(t){var e=this,r=t.press;void 0===r&&(r=a);var l=t.drag;void 0===l&&(l=a);var c=t.release;void 0===c&&(c=a);var p=t.mouseOnly;void 0===p&&(p=!1),this._pressHandler=o(u,r),this._dragHandler=o(u,l),this._releaseHandler=o(u,c),this._ignoreMouse=!1,this._mouseOnly=p,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var r=t.which;r&&r>1||e._ignoreMouse||(i(e.document,"mousemove",e._mousemove),i(e.document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){n(e.document,"mousemove",e._mousemove),n(e.document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(i(e.document,"pointermove",e._pointermove),i(e.document,"pointerup",e._pointerup),i(e.document,"pointercancel",e._pointerup),i(e.document,"contextmenu",s),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(n(e.document,"pointermove",e._pointermove),n(e.document,"pointerup",e._pointerup),n(e.document,"pointercancel",e._pointerup),n(e.document,"contextmenu",s),e._releaseHandler(t))}},p={document:{configurable:!0}};c.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},p.document.get=function(){return this._element?this._element.ownerDocument:document},c.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},c.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?i(t,"pointerdown",this._pointerdown):(i(t,"mousedown",this._mousedown),this._mouseOnly||(i(t,"touchstart",this._touchstart),i(t,"touchmove",this._touchmove),i(t,"touchend",this._touchend)))},c.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return n(t,"pointerdown",this._pointerdown),n(this.document,"pointermove",this._pointermove),n(this.document,"pointerup",this._pointerup),n(this.document,"contextmenu",s),void n(this.document,"pointercancel",this._pointerup);n(t,"mousedown",this._mousedown),this._mouseOnly||(n(t,"touchstart",this._touchstart),n(t,"touchmove",this._touchmove),n(t,"touchend",this._touchend))},c.prototype._usePointers=function(){return!this._mouseOnly&&c.supportPointerEvent()},c.prototype.update=function(t){var e=t.press;void 0===e&&(e=a);var r=t.drag;void 0===r&&(r=a);var i=t.release;void 0===i&&(i=a);var n=t.mouseOnly;void 0===n&&(n=!1),this._pressHandler=o(u,e),this._dragHandler=o(u,r),this._releaseHandler=o(u,i),this._mouseOnly=n},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(c.prototype,p),c.default=c;const h=c},4407:t=>{t.exports=r},9302:t=>{t.exports=o},5725:t=>{t.exports=e},1895:e=>{e.exports=t}},n={};function a(t){var e=n[t];if(void 0!==e)return e.exports;var r=n[t]={exports:{}};return i[t].call(r.exports,r,r.exports,a),r.exports}return a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a(6545)})()}));
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("vue"),require("@progress/kendo-vue-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-vue-intl","@progress/kendo-drawing","@progress/kendo-licensing"],e):"object"==typeof exports?exports.KendoVueCharts=e(require("vue"),require("@progress/kendo-vue-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing")):t.KendoVueCharts=e(t.Vue,t.KendoVueIntl,t.KendoDrawing,t.KendoLicensing)}(self,(function(t,e,r,o){return(()=>{"use strict";var i={8287:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.BaseChartVue2=e.BaseChart=void 0;var a,s=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),l=s.h,u=s.version&&"3"===s.version[0],c=r(5725),p=r(8072),h=r(9680),f=r(5320),d=r(1765),v=r(5501),g=r(4740),y=r(349),m=(a=r(3377))&&a.__esModule?a:{default:a},b=r(9270),x=r(5320);r(7125);var _=r(6123),C=r(7822),w=r(9680),O=r(169),S={name:"KendoBaseChart",props:{deriveOptionsFromParent:{type:Function,default:void 0},chartConstructor:{type:[Object,Function],default:function(){}},className:String,chartStyle:Object,wrapper:String,getTarget:{type:Function,default:void 0},dataItems:{type:Array,default:function(){}},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}},allListeners:{type:Object,default:void 0}},inject:{kendoIntlService:{default:null}},provide:function(){return{optionsState:this.optionsState,dispatchOptions:this.dispatchOptions,observersState:this.observersState,dispatchObservers:this.dispatchObservers,childrenObserver:this.childrenObserver,chartRefresh:this.refresh}},created:function(){this.chartInstance=null,this.element=null,this.suppressTransitions=!1,(0,w.validatePackage)(O.packageMetadata),this.showLicenseWatermark=(0,w.shouldShowValidationUI)(O.packageMetadata),this.themeStore=(0,m.default)(b.themeReducer),this.chartObserver=new p.InstanceObserver(this,{render:"onRender",legendItemClick:"onLegendItemClick"})},data:function(){return{optionsState:{},observersState:[],childrenObserver:new p.InstanceObserver(this,{onMouseLeave:"onChildMouseLeave"}),showLicenseWatermark:!1}},mounted:function(){this.element=(0,h.getRef)(this,"element"),(0,y.loadTheme)(this.themeStore,this.instantiateCoreChart),window.addEventListener("resize",this.onWindowResize)},destroyed:u?void 0:function(){this.onDestroyed()},unmounted:function(){this.onDestroyed()},updated:function(){if(null!==this.chartInstance){var t=(0,c.provideIntlService)(this),e=this.chartInstance.chartService;t.locale!==e._intlService.locale&&(this.chartInstance.chartService._intlService=t,this.chartInstance.chartService.format._intlService=t,this.chartInstance.noTransitionsRedraw()),this.refresh()}},setup:u?function(){return{v3:!!u}}:void 0,render:function(t){var e=l||t,r=(0,h.getDefaultSlots)(this),i=this.$props,n=i.chartStyle,a=void 0===n?{}:n,s=i.className,u=i.wrapper,c=Object.assign({},a,{position:"relative"}),p=this.showLicenseWatermark?e(w.WatermarkOverlay):null;return e(u,{style:c,class:s,key:"chartElement"},[e(_.SeriesTooltip,{key:"seriesTooltip"}),e(C.CrosshairContainer,{key:"crosshairTooltips",optionsState:o({},this.optionsState),attrs:this.v3?void 0:{optionsState:o({},this.optionsState)}}),function(){return e("div",{onMouseleave:this.onChartMouseLeave,on:this.v3?void 0:{mouseleave:this.onChartMouseLeave},ref:(0,h.setRef)(this,"element"),class:"k-chart-surface"},[r,p])}.call(this)])},methods:{dispatchOptions:function(t){(0,b.optionsReducer)(this.optionsState,t)},dispatchObservers:function(t){this.observersState=(0,b.observersReducer)(this.observersState,t)},onDestroyed:function(){null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},getDirection:function(t){return void 0!==t?"rtl"===t:(0,h.isRtl)(this.element)},getChartOptions:function(){var t=this.$props,e=t.renderAs,r=t.pannable,o=t.zoomable,i=t.paneDefaults,n=t.panes,a=t.transitions,s=t.seriesColors,l=t.seriesDefaults,u=t.axisDefaults,c=t.deriveOptionsFromParent,p={};return void 0!==e&&(p.renderAs=e),void 0!==r&&(p.pannable=r),void 0!==o&&(p.zoomable=o),void 0!==i&&(p.paneDefaults=i),void 0!==n&&(p.panes=n),void 0!==a&&(p.transitions=a),void 0!==s&&(p.seriesColors=s),void 0!==l&&(p.seriesDefaults=l),void 0!==u&&(p.axisDefaults=u),p=Object.assign(p,this.optionsState),c&&(p=c(p)),p},refresh:function(){if(null!==this.chartInstance){var t=this.themeStore.getState(),e=this.getChartOptions(),r=e.transitions;this.suppressTransitions&&(e.transitions=!1),h.hasListener.call(this,"refresh")?this.trigger("refresh",{chartOptions:e,themeOptions:t,chartInstance:this.chartInstance}):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=r,this.suppressTransitions=!1)}},instantiateCoreChart:function(){var t=this.$props,e=t.dir,r=t.chartConstructor,o=this.getChartOptions(),i=null;this.element&&(i=this.element.lastElementChild)&&this.element.removeChild(i),this.chartInstance=new r(this.element,o,this.themeStore.getState(),{rtl:this.getDirection(e),intlService:(0,c.provideIntlService)(this),observer:this.chartObserver,sender:this}),this.element&&i&&this.element.appendChild(i)},trigger:function(t,e){for(var r=this.$props.getTarget(),o=(0,v.create)(t,e,r),i=this.observersState,n=!1,a=0;a<i.length;a++)i[a].trigger(t,e)&&(n=!0);return!1===n&&o?(this.$emit("basechartevent",t.toLowerCase(),o),o.isDefaultPrevented&&o.isDefaultPrevented()):n},triggerDomEvent:function(t,e){for(var r=this.observersState,o=!1,i=0;i<r.length;i++)r[i].trigger(t,e)&&(o=!0);return o},onRender:function(t){null!==this.chartInstance&&(this.surface=t.sender.surface,this.trigger("render",t))},hasListener:function(t){return!!this.$props.allListeners&&Object.keys(this.$props.allListeners).some((function(e){return-1!==e.toLowerCase().indexOf(t.toLowerCase())}))},onLegendItemClick:function(t){if(null!==this.chartInstance)if(this.hasListener("legendItemClick"))this.trigger("legendItemClick",t);else{var e=this.optionsState.series;if(!e)return;var r={},o=t.seriesIndex,i=t.pointIndex,n=e[o];if(void 0===i)r=Object.assign({},n,{visible:(0,x.toggle)(n.visible)});else{var a=n.pointVisibility=n.pointVisibility||[];a[i]=(0,x.toggle)(a[i]),r=Object.assign({},n)}this.dispatchOptions({chartCollectionIdxKey:"series_".concat(o),payload:r}),this.suppressTransitions=!0,this.refresh()}},onWindowResize:function(){null!==this.chartInstance&&this.chartInstance.resize()},onChartMouseLeave:function(t){var e=(0,g.toDomEvent)(this,t);this.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==this.chartInstance&&this.chartInstance.hideElements()},onChildMouseLeave:function(t){var e=t.event;return this.chartInstance&&!(0,f.hasParent)(e.relatedTarget,this.element)&&this.chartInstance.hideElements(),!1},requiresHandlers:function(t){for(var e=0;e<t.length;e++){var r=t[e];if(this.hasListener(r))return!0}return!1}}};e.BaseChartVue2=S;var P=S;e.BaseChart=P,p.DomEventsBuilder.register(d.DomEventsBuilder)},4877:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartVue2=e.Chart=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8287)),u=r(5091),c=r(8072),p=r(9680),h={name:"KendoChart",props:{donutCenterRender:[String,Function,Object],dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=(0,p.getRef)(this,"baseChart")},mounted:function(){this.baseChart=(0,p.getRef)(this,"baseChart")},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=a||t,o=(0,p.getDefaultSlots)(this),i=this.$props,n=i.donutCenterRender,s=i.dir,h=i.renderAs,f=i.pannable,d=i.zoomable,v=i.seriesColors,g=i.transitions,y=i.paneDefaults,m=i.panes,b=i.seriesDefaults,x=i.axisDefaults,_=n?p.templateRendering.call(this,n,p.getListeners.call(this)):null;return r(l.BaseChart,{dir:s,attrs:this.v3?void 0:{dir:s,renderAs:h,pannable:f,zoomable:d,seriesColors:v,transitions:g,paneDefaults:y,panes:m,seriesDefaults:b,axisDefaults:x,chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",allListeners:p.getListeners.call(this)},renderAs:h,pannable:f,zoomable:d,seriesColors:v,transitions:g,paneDefaults:y,panes:m,seriesDefaults:b,axisDefaults:x,ref:(0,p.setRef)(this,"baseChart"),chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",class:(0,p.classNames)("k-chart k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents},allListeners:p.getListeners.call(this)},this.v3?function(){return[o,r(u.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})]}:[o,r(u.DonutCenter,{render:_,attrs:e.v3?void 0:{render:_}})])}};e.ChartVue2=h;var f=h;e.Chart=f},5091:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.DonutCenterVue2=e.DonutCenter=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8072)),u=r(9680),c={name:"KendoDonutCenter",props:{render:[String,Function,Object]},data:function(){return{donutCenterStyles:null}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.dispatchObservers({type:"add",payload:new l.InstanceObserver(this,{render:"onRender"})})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=this.$props.render,o=e("span"),i=u.getTemplate.call(this,{h:e,template:r,defaultRendering:null});return r&&this.donutCenterStyles&&(o=e("div",{class:"k-chart-donut-center",style:this.donutCenterStyles},[i])),o},methods:{onRender:function(t){var e=this.optionsState.series,r=Array.isArray(e)?e[0]:null,o=t.sender._plotArea.charts;if(r&&"donut"===r.type&&0!==o[0].points.length){var i=o[0].points[0].sector,n=i.innerRadius,a=i.center.y-n,s=i.center.x-n,l=2*n;this.donutCenterStyles={height:l+"px",left:s+"px",top:a+"px",width:l+"px"}}}}};e.DonutCenterVue2=c;var p=c;e.DonutCenter=p},5469:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.SparklineVue2=e.Sparkline=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8287)),u=r(8072),c=r(9680),p={name:"KendoSparkline",props:{dataItems:{type:Array,default:function(){}},type:String,dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},mounted:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=this.$props,r=e.type,o=e.dataItems,i=Object.assign({},t,{type:r,data:o});return u.Sparkline.normalizeOptions(i)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,c.getDefaultSlots)(this),o=this.$props,i=o.dataItems,n=o.dir,s=o.renderAs,p=o.pannable,h=o.zoomable,f=o.seriesColors,d=o.transitions,v=o.paneDefaults,g=o.panes,y=o.seriesDefaults,m=o.axisDefaults;return e(l.BaseChart,{dataItems:i,attrs:this.v3?void 0:{dataItems:i,dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,chartConstructor:u.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,ref:(0,c.setRef)(this,"baseChart"),chartConstructor:u.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,class:(0,c.classNames)("k-sparkline k-widget"),onBasechartevent:this.handleBaseChartEvents,on:this.v3?void 0:{basechartevent:this.handleBaseChartEvents}},this.v3?function(){return[r]}:[r])}};e.SparklineVue2=p;var h=p;e.Sparkline=h},6636:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue2=e.StockChart=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(8287)),u=r(8072),c=r(9680),p={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},h={name:"KendoStockChart",props:{partialRedraw:{type:Boolean,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},mounted:function(){this.baseChart=(0,c.getRef)(this,"baseChart")},methods:{chartInstance:function(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface:function(){return null!==this.baseChart?this.baseChart.surface:null},element:function(){return null!==this.baseChart?this.baseChart.element:null},getTarget:function(){return this},deriveOptionsFromParent:function(t){var e=Object.assign({},t.navigator||{},p);return Object.assign({},t,{navigator:e})},onRefresh:function(t,e,r){this.$props.partialRedraw?(r.applyOptions(t),r.bindCategories(),r.navigator.redrawSlaves()):r.setOptions(t,e)},handleBaseChartEvents:function(t,e){this.$emit(t,e)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,c.getDefaultSlots)(this),o=this.$props,i=o.partialRedraw,n=o.dir,s=o.renderAs,p=o.pannable,h=o.zoomable,f=o.seriesColors,d=o.transitions,v=o.paneDefaults,g=o.panes,y=o.seriesDefaults,m=o.axisDefaults;return e(l.BaseChart,{partialRedraw:i,attrs:this.v3?void 0:{partialRedraw:i,dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,chartConstructor:u.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent},dir:n,renderAs:s,pannable:p,zoomable:h,seriesColors:f,transitions:d,paneDefaults:v,panes:g,seriesDefaults:y,axisDefaults:m,ref:(0,c.setRef)(this,"baseChart"),chartConstructor:u.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,on:this.v3?void 0:{refresh:this.onRefresh,basechartevent:this.handleBaseChartEvents},class:(0,c.classNames)("k-stockchart k-widget"),onBasechartevent:this.handleBaseChartEvents},this.v3?function(){return[r]}:[r])}};e.StockChartVue2=h;var f=h;e.StockChart=f},4082:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},8011:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},5264:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=e.ZoomEvent=e.ZoomEndEvent=e.SeriesHoverEvent=e.SeriesClickEvent=e.SelectStartEvent=e.SelectEvent=e.SelectEndEvent=e.RenderEvent=e.PlotAreaHoverEvent=e.PlotAreaClickEvent=e.NoteHoverEvent=e.NoteClickEvent=e.NavigatorFilterEvent=e.LegendItemHoverEvent=e.LegendItemClickEvent=e.DragStartEvent=e.DragEvent=e.DragEndEvent=e.AxisLabelClickEvent=void 0;var o=r(4276);Object.defineProperty(e,"AxisLabelClickEvent",{enumerable:!0,get:function(){return o.AxisLabelClickEvent}});var i=r(6377);Object.defineProperty(e,"DragEndEvent",{enumerable:!0,get:function(){return i.DragEndEvent}});var n=r(6776);Object.defineProperty(e,"DragEvent",{enumerable:!0,get:function(){return n.DragEvent}});var a=r(4316);Object.defineProperty(e,"DragStartEvent",{enumerable:!0,get:function(){return a.DragStartEvent}});var s=r(7475);Object.defineProperty(e,"LegendItemClickEvent",{enumerable:!0,get:function(){return s.LegendItemClickEvent}});var l=r(4438);Object.defineProperty(e,"LegendItemHoverEvent",{enumerable:!0,get:function(){return l.LegendItemHoverEvent}});var u=r(1313);Object.defineProperty(e,"NavigatorFilterEvent",{enumerable:!0,get:function(){return u.NavigatorFilterEvent}});var c=r(8059);Object.defineProperty(e,"NoteClickEvent",{enumerable:!0,get:function(){return c.NoteClickEvent}});var p=r(6053);Object.defineProperty(e,"NoteHoverEvent",{enumerable:!0,get:function(){return p.NoteHoverEvent}});var h=r(909);Object.defineProperty(e,"PlotAreaClickEvent",{enumerable:!0,get:function(){return h.PlotAreaClickEvent}});var f=r(6842);Object.defineProperty(e,"PlotAreaHoverEvent",{enumerable:!0,get:function(){return f.PlotAreaHoverEvent}});var d=r(2876);Object.defineProperty(e,"RenderEvent",{enumerable:!0,get:function(){return d.RenderEvent}});var v=r(3618);Object.defineProperty(e,"SelectEndEvent",{enumerable:!0,get:function(){return v.SelectEndEvent}});var g=r(3314);Object.defineProperty(e,"SelectEvent",{enumerable:!0,get:function(){return g.SelectEvent}});var y=r(2965);Object.defineProperty(e,"SelectStartEvent",{enumerable:!0,get:function(){return y.SelectStartEvent}});var m=r(6914);Object.defineProperty(e,"SeriesClickEvent",{enumerable:!0,get:function(){return m.SeriesClickEvent}});var b=r(1867);Object.defineProperty(e,"SeriesHoverEvent",{enumerable:!0,get:function(){return b.SeriesHoverEvent}});var x=r(7235);Object.defineProperty(e,"ZoomEndEvent",{enumerable:!0,get:function(){return x.ZoomEndEvent}});var _=r(6412);Object.defineProperty(e,"ZoomEvent",{enumerable:!0,get:function(){return _.ZoomEvent}});var C=r(8597);Object.defineProperty(e,"ZoomStartEvent",{enumerable:!0,get:function(){return C.ZoomStartEvent}})},2750:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsVue2=e.ChartAxisDefaults=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaults",props:{background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:void 0},startAngle:{type:Number,default:void 0},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"axisDefaults"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"axisDefaults"}},[r])}};e.ChartAxisDefaultsVue2=p;var h=p;e.ChartAxisDefaults=h},5913:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisVue2=e.ChartCategoryAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartCategoryAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"categoryAxis",attrs:this.v3?void 0:{chartKey:"categoryAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartCategoryAxisVue2=c;var p=c;e.ChartCategoryAxis=p},2055:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisItemVue2=e.ChartCategoryAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisItem",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:function(){}},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:[Array,Object],default:function(){}},color:{type:String,default:function(){}},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:function(){}},maxDivisions:{type:Number,default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:void 0},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:function(){}},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartCategoryAxisItemVue2=p;var h=p;e.ChartCategoryAxisItem=h},6283:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAreaVue2=e.ChartArea=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},width:{type:Number,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"chartArea"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"chartArea"}},[r])}};e.ChartAreaVue2=p;var h=p;e.ChartArea=h},8143:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendVue2=e.ChartLegend=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegend",props:{align:{type:String,default:function(){},validator:function(t){return["start","center","end"].includes(t)}},background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},labels:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},offsetX:{type:Number,default:void 0},offsetY:{type:Number,default:void 0},orientation:{type:String,default:function(){},validator:function(t){return["vertical","horizontal"].includes(t)}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right","custom"].includes(t)}},reverse:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0},width:{type:Number,default:void 0},inactiveItems:{type:Object,default:function(){}},item:{type:Object,default:function(){}},spacing:{type:Number,default:void 0},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"legend"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"legend"}},[r])}};e.ChartLegendVue2=p;var h=p;e.ChartLegend=h},5635:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorVue2=e.ChartNavigator=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigator",props:{visible:{type:Boolean,default:!0},categoryAxis:{type:Object,default:function(){}},hint:{type:Object,default:function(){}},pane:{type:Object,default:function(){}},select:{type:Object,default:function(){}},series:{type:[Object,Array],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"navigator"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"navigator"}},[r])}};e.ChartNavigatorVue2=p;var h=p;e.ChartNavigator=h},4077:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneVue2=e.ChartPane=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartPaneVue2=p;var h=p;e.ChartPane=h},5711:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsVue2=e.ChartPaneDefaults=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPaneDefaults",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"paneDefaults"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"paneDefaults"}},[r])}};e.ChartPaneDefaultsVue2=p;var h=p;e.ChartPaneDefaults=h},714:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPanesVue2=e.ChartPanes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartPanes",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"panes",attrs:this.v3?void 0:{chartKey:"panes"}},this.v3?function(){return[r]}:[r])}};e.ChartPanesVue2=c;var p=c;e.ChartPanes=p},6859:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPlotAreaVue2=e.ChartPlotArea=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPlotArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},padding:{type:[Object,Number],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"plotArea"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"plotArea"}},[r])}};e.ChartPlotAreaVue2=p;var h=p;e.ChartPlotArea=h},5197:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesVue2=e.ChartSeries=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartSeries",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series"}},this.v3?function(){return[r]}:[r])}};e.ChartSeriesVue2=c;var p=c;e.ChartSeries=p},9210:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsVue2=e.ChartSeriesDefaults=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaults",props:{border:{type:Object,default:function(){}},gap:Number,overlay:{type:Object,default:function(){}},spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},visual:{type:Function,default:void 0},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"seriesDefaults"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"seriesDefaults"}},[r])}};e.ChartSeriesDefaultsVue2=p;var h=p;e.ChartSeriesDefaults=h},485:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemVue2=e.ChartSeriesItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.reactive,r(7098)),u=r(9680),c=r(5320),p={name:"KendoChartSeriesItem",props:{autoFit:Boolean,aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,for:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","pyramid","linearTrendline","movingAverageTrendline","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},legendItem:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},inject:{chartRefresh:{default:u.noop}},watch:{dataItems:{handler:function(){this.chartRefresh()},deep:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartSeriesItemVue2=p;var h=p;e.ChartSeriesItem=h},9634:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTitleVue2=e.ChartTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartTitle",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},color:{type:String,default:void 0},font:{type:String,default:void 0},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:{type:String,default:void 0},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartTitleVue2=p;var h=p;e.ChartTitle=h},4331:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTooltipVue2=e.ChartTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartTooltip",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},padding:{type:[Object,Number],default:function(){}},color:{type:String,default:void 0},render:[String,Function,Object],font:{type:String,default:void 0},format:{type:String,default:void 0},opacity:{type:Number,default:void 0},shared:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartTooltipVue2=h;var f=h;e.ChartTooltip=f},1414:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisVue2=e.ChartValueAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartValueAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"valueAxis",attrs:this.v3?void 0:{chartKey:"valueAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartValueAxisVue2=c;var p=c;e.ChartValueAxis=p},5147:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisItemVue2=e.ChartValueAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartValueAxisItemVue2=p;var h=p;e.ChartValueAxisItem=h},3479:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisVue2=e.ChartXAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartXAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"xAxis",attrs:this.v3?void 0:{chartKey:"xAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartXAxisVue2=c;var p=c;e.ChartXAxis=p},8732:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisItemVue2=e.ChartXAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},startAngle:{type:Number,default:void 0},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartXAxisItemVue2=p;var h=p;e.ChartXAxisItem=h},6988:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisVue2=e.ChartYAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartYAxis",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"yAxis",attrs:this.v3?void 0:{chartKey:"yAxis"}},this.v3?function(){return[r]}:[r])}};e.ChartYAxisVue2=c;var p=c;e.ChartYAxis=p},2587:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisItemVue2=e.ChartYAxisItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartYAxisItemVue2=p;var h=p;e.ChartYAxisItem=h},1426:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue2=e.ChartZoomable=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:function(){}},selection:{type:[Boolean,Object],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"zoomable"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"zoomable"}},[r])}};e.ChartZoomableVue2=p;var h=p;e.ChartZoomable=h},4872:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairVue2=e.ChartAxisDefaultsCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartAxisDefaultsCrosshairVue2=p;var h=p;e.ChartAxisDefaultsCrosshair=h},7193:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue2=e.ChartAxisDefaultsCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartAxisDefaultsCrosshairTooltipVue2=p;var h=p;e.ChartAxisDefaultsCrosshairTooltip=h},9468:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsLabelsVue2=e.ChartAxisDefaultsLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsLabels",props:{content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:Boolean,padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartAxisDefaultsLabelsVue2=p;var h=p;e.ChartAxisDefaultsLabels=h},5917:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsTitleVue2=e.ChartAxisDefaultsTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartAxisDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartAxisDefaultsTitleVue2=p;var h=p;e.ChartAxisDefaultsTitle=h},7578:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltipVue2=e.ChartAxisDefaultsCrosshairTooltip=e.ChartAxisDefaultsCrosshairVue2=e.ChartAxisDefaultsCrosshair=e.ChartAxisDefaultsLabelsVue2=e.ChartAxisDefaultsLabels=e.ChartAxisDefaultsTitleVue2=e.ChartAxisDefaultsTitle=void 0;var o=r(5917);Object.defineProperty(e,"ChartAxisDefaultsTitle",{enumerable:!0,get:function(){return o.ChartAxisDefaultsTitle}}),Object.defineProperty(e,"ChartAxisDefaultsTitleVue2",{enumerable:!0,get:function(){return o.ChartAxisDefaultsTitleVue2}});var i=r(9468);Object.defineProperty(e,"ChartAxisDefaultsLabels",{enumerable:!0,get:function(){return i.ChartAxisDefaultsLabels}}),Object.defineProperty(e,"ChartAxisDefaultsLabelsVue2",{enumerable:!0,get:function(){return i.ChartAxisDefaultsLabelsVue2}});var n=r(4872);Object.defineProperty(e,"ChartAxisDefaultsCrosshair",{enumerable:!0,get:function(){return n.ChartAxisDefaultsCrosshair}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairVue2",{enumerable:!0,get:function(){return n.ChartAxisDefaultsCrosshairVue2}});var a=r(7193);Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltip",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltip}}),Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltipVue2",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltipVue2}})},694:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.CollectionConfigurationVue2=e.CollectionConfiguration=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=(n.ref,r(9680)),u={name:"KendoCollectionConfiguration",props:{chartKey:String,parentKey:String,parentStore:Object},provide:function(){return{childOption:!1,chartCollection:this.$props.chartKey,parentKey:this.$props.parentKey,child:this.child,addChild:this.addChild,removeChild:this.removeChild}},inject:{dispatchOptions:{default:null},observersStore:{default:null},childrenObserver:{default:null}},created:function(){(0,this.dispatchOptions)({chartKey:this.$props.chartKey,payload:[]})},data:function(){return{child:{collection:[]}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){return(a||t)("div",[(0,l.getDefaultSlots)(this)," "])},methods:{addChild:function(t){this.child.collection.push(t)},removeChild:function(t){var e=this.child.collection.findIndex((function(e){return e.uid===t.uid}));this.child.collection.splice(e,1)}}};e.CollectionConfigurationVue2=u;var c=u;e.CollectionConfiguration=c},7098:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ConfigurationVue2=e.Configuration=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=(a.ref,r(9680)),c={name:"KendoConfiguration",props:{chartKey:String,config:{type:Object,default:function(){return{}}}},data:function(){return{childState:{},index:null}},provide:function(){return{addChild:this.addChildOption,removeChild:this.removeChildOption,childOption:!0}},inject:{childOption:{default:null},addChild:{default:u.noop},removeChild:{default:u.noop},child:{default:{}},parentKey:{default:null},chartCollection:{default:null},dispatchOptions:{default:null},childrenObserver:{default:null}},created:function(){this.currentIndex=void 0,this.uid=(0,u.guid)(),this.addChild&&this.addChild({chartKey:this.$props.chartKey,payload:Object.assign({},this.$props.config),uid:this.uid})},mounted:function(){this.dispatch()},watch:{config:function(t,e){JSON.stringify(t)!==JSON.stringify(e)&&this.dispatch()}},destroyed:l?void 0:function(){this.onDestroyed()},unmounted:function(){this.onDestroyed()},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){return(s||t)("div",[(0,u.getDefaultSlots)(this)])},methods:{onDestroyed:function(){if(this.removeChild){this.removeChild({uid:this.uid});var t=this.$props,e=t.chartKey,r=t.parentStore;t.config,(r||this.dispatchOptions)({chartKey:e,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_",uid:this.uid})}},addChildOption:function(t){var e;this.childState=o(o({},this.childState),((e={})[t.chartKey]=t.payload,e)),this.dispatch()},removeChildOption:function(){this.childState={}},dispatch:function(){var t=this,e=this.$props,r=e.chartKey,o=e.parentStore,i=e.config,n=o||this.dispatchOptions;this.childOption?this.addChild({chartKey:r,payload:Object.assign({},i,this.childState)}):this.chartCollection?(this.currentIndex=this.child.collection.findIndex((function(e){return e.uid===t.uid})),n({chartKey:r,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_"+this.currentIndex,payload:Object.assign({},i,{uid:this.uid},this.childState)})):n({chartKey:r,payload:Object.assign({},i,this.childState)})}}};e.ConfigurationVue2=c;var p=c;e.Configuration=p},7971:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairVue2=e.ChartCategoryAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartCategoryAxisCrosshairVue2=p;var h=p;e.ChartCategoryAxisCrosshair=h},6467:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairTooltipVue2=e.ChartCategoryAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartCategoryAxisCrosshairTooltipVue2=p;var h=p;e.ChartCategoryAxisCrosshairTooltip=h},5039:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisLabelsVue2=e.ChartCategoryAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartCategoryAxisLabelsVue2=p;var h=p;e.ChartCategoryAxisLabels=h},9702:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesVue2=e.ChartCategoryAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartCategoryAxisNotesVue2=p;var h=p;e.ChartCategoryAxisNotes=h},6156:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesIconVue2=e.ChartCategoryAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartCategoryAxisNotesIconVue2=p;var h=p;e.ChartCategoryAxisNotesIcon=h},1552:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesLabelVue2=e.ChartCategoryAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartCategoryAxisNotesLabelVue2=p;var h=p;e.ChartCategoryAxisNotesLabel=h},777:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue2=e.ChartCategoryAxisRangeLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisRangeLabels",props:{position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},skip:Number,step:Number,visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"rangeLabels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"rangeLabels"}},[r])}};e.ChartCategoryAxisRangeLabelsVue2=p;var h=p;e.ChartCategoryAxisRangeLabels=h},6322:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisSelectVue2=e.ChartCategoryAxisSelect=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"select"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"select"}},[r])}};e.ChartCategoryAxisSelectVue2=p;var h=p;e.ChartCategoryAxisSelect=h},7231:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisTitleVue2=e.ChartCategoryAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartCategoryAxisTitleVue2=p;var h=p;e.ChartCategoryAxisTitle=h},8631:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabelsVue2=e.ChartCategoryAxisRangeLabels=e.ChartCategoryAxisNotesLabelVue2=e.ChartCategoryAxisNotesLabel=e.ChartCategoryAxisNotesIconVue2=e.ChartCategoryAxisNotesIcon=e.ChartCategoryAxisNotesVue2=e.ChartCategoryAxisNotes=e.ChartCategoryAxisLabelsVue2=e.ChartCategoryAxisLabels=e.ChartCategoryAxisTitleVue2=e.ChartCategoryAxisTitle=e.ChartCategoryAxisSelectVue2=e.ChartCategoryAxisSelect=e.ChartCategoryAxisCrosshairTooltipVue2=e.ChartCategoryAxisCrosshairTooltip=e.ChartCategoryAxisCrosshairVue2=e.ChartCategoryAxisCrosshair=void 0;var o=r(7971);Object.defineProperty(e,"ChartCategoryAxisCrosshair",{enumerable:!0,get:function(){return o.ChartCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartCategoryAxisCrosshairVue2}});var i=r(6467);Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairTooltipVue2}});var n=r(6322);Object.defineProperty(e,"ChartCategoryAxisSelect",{enumerable:!0,get:function(){return n.ChartCategoryAxisSelect}}),Object.defineProperty(e,"ChartCategoryAxisSelectVue2",{enumerable:!0,get:function(){return n.ChartCategoryAxisSelectVue2}});var a=r(7231);Object.defineProperty(e,"ChartCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitle}}),Object.defineProperty(e,"ChartCategoryAxisTitleVue2",{enumerable:!0,get:function(){return a.ChartCategoryAxisTitleVue2}});var s=r(5039);Object.defineProperty(e,"ChartCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabels}}),Object.defineProperty(e,"ChartCategoryAxisLabelsVue2",{enumerable:!0,get:function(){return s.ChartCategoryAxisLabelsVue2}});var l=r(9702);Object.defineProperty(e,"ChartCategoryAxisNotes",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotes}}),Object.defineProperty(e,"ChartCategoryAxisNotesVue2",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesVue2}});var u=r(6156);Object.defineProperty(e,"ChartCategoryAxisNotesIcon",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartCategoryAxisNotesIconVue2",{enumerable:!0,get:function(){return u.ChartCategoryAxisNotesIconVue2}});var c=r(1552);Object.defineProperty(e,"ChartCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartCategoryAxisNotesLabelVue2",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesLabelVue2}});var p=r(777);Object.defineProperty(e,"ChartCategoryAxisRangeLabels",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabels}}),Object.defineProperty(e,"ChartCategoryAxisRangeLabelsVue2",{enumerable:!0,get:function(){return p.ChartCategoryAxisRangeLabelsVue2}})},4566:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue2=e.ChartLegendInactiveItems=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"inactiveItems"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"inactiveItems"}},[r])}};e.ChartLegendInactiveItemsVue2=p;var h=p;e.ChartLegendInactiveItems=h},5803:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendItemVue2=e.ChartLegendItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegendItem",props:{cursor:String,type:{type:String,default:function(){},validator:function(t){return["area","line"].includes(t)}},line:{type:Object,default:function(){}},area:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"item"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"item"}},[r])}};e.ChartLegendItemVue2=p;var h=p;e.ChartLegendItem=h},853:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendTitleVue2=e.ChartLegendTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartLegendTitle",props:{align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartLegendTitleVue2=p;var h=p;e.ChartLegendTitle=h},8224:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItemsVue2=e.ChartLegendInactiveItems=e.ChartLegendTitleVue2=e.ChartLegendTitle=e.ChartLegendItemVue2=e.ChartLegendItem=void 0;var o=r(5803);Object.defineProperty(e,"ChartLegendItem",{enumerable:!0,get:function(){return o.ChartLegendItem}}),Object.defineProperty(e,"ChartLegendItemVue2",{enumerable:!0,get:function(){return o.ChartLegendItemVue2}});var i=r(853);Object.defineProperty(e,"ChartLegendTitle",{enumerable:!0,get:function(){return i.ChartLegendTitle}}),Object.defineProperty(e,"ChartLegendTitleVue2",{enumerable:!0,get:function(){return i.ChartLegendTitleVue2}});var n=r(4566);Object.defineProperty(e,"ChartLegendInactiveItems",{enumerable:!0,get:function(){return n.ChartLegendInactiveItems}}),Object.defineProperty(e,"ChartLegendInactiveItemsVue2",{enumerable:!0,get:function(){return n.ChartLegendInactiveItemsVue2}})},2444:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomableVue2=e.ChartZoomable=e.ChartYAxisItemVue2=e.ChartYAxisItem=e.ChartYAxisVue2=e.ChartYAxis=e.ChartXAxisItemVue2=e.ChartXAxisItem=e.ChartXAxisVue2=e.ChartXAxis=e.ChartValueAxisItemVue2=e.ChartValueAxisItem=e.ChartValueAxisVue2=e.ChartValueAxis=e.ChartTooltipVue2=e.ChartTooltip=e.ChartTitleVue2=e.ChartTitle=e.ChartSeriesItemVue2=e.ChartSeriesItem=e.ChartSeriesDefaultsVue2=e.ChartSeriesDefaults=e.ChartSeriesVue2=e.ChartSeries=e.ChartPlotAreaVue2=e.ChartPlotArea=e.ChartPanesVue2=e.ChartPanes=e.ChartPaneDefaultsVue2=e.ChartPaneDefaults=e.ChartPaneVue2=e.ChartPane=e.ChartNavigatorVue2=e.ChartNavigator=e.ChartLegendVue2=e.ChartLegend=e.ChartCategoryAxisItemVue2=e.ChartCategoryAxisItem=e.ChartCategoryAxisVue2=e.ChartCategoryAxis=e.ChartAxisDefaultsVue2=e.ChartAxisDefaults=e.ChartAreaVue2=e.ChartArea=void 0;var n=r(6283);Object.defineProperty(e,"ChartArea",{enumerable:!0,get:function(){return n.ChartArea}}),Object.defineProperty(e,"ChartAreaVue2",{enumerable:!0,get:function(){return n.ChartAreaVue2}});var a=r(2750);Object.defineProperty(e,"ChartAxisDefaults",{enumerable:!0,get:function(){return a.ChartAxisDefaults}}),Object.defineProperty(e,"ChartAxisDefaultsVue2",{enumerable:!0,get:function(){return a.ChartAxisDefaultsVue2}});var s=r(5913);Object.defineProperty(e,"ChartCategoryAxis",{enumerable:!0,get:function(){return s.ChartCategoryAxis}}),Object.defineProperty(e,"ChartCategoryAxisVue2",{enumerable:!0,get:function(){return s.ChartCategoryAxisVue2}});var l=r(2055);Object.defineProperty(e,"ChartCategoryAxisItem",{enumerable:!0,get:function(){return l.ChartCategoryAxisItem}}),Object.defineProperty(e,"ChartCategoryAxisItemVue2",{enumerable:!0,get:function(){return l.ChartCategoryAxisItemVue2}});var u=r(8143);Object.defineProperty(e,"ChartLegend",{enumerable:!0,get:function(){return u.ChartLegend}}),Object.defineProperty(e,"ChartLegendVue2",{enumerable:!0,get:function(){return u.ChartLegendVue2}});var c=r(5635);Object.defineProperty(e,"ChartNavigator",{enumerable:!0,get:function(){return c.ChartNavigator}}),Object.defineProperty(e,"ChartNavigatorVue2",{enumerable:!0,get:function(){return c.ChartNavigatorVue2}});var p=r(4077);Object.defineProperty(e,"ChartPane",{enumerable:!0,get:function(){return p.ChartPane}}),Object.defineProperty(e,"ChartPaneVue2",{enumerable:!0,get:function(){return p.ChartPaneVue2}});var h=r(5711);Object.defineProperty(e,"ChartPaneDefaults",{enumerable:!0,get:function(){return h.ChartPaneDefaults}}),Object.defineProperty(e,"ChartPaneDefaultsVue2",{enumerable:!0,get:function(){return h.ChartPaneDefaultsVue2}});var f=r(714);Object.defineProperty(e,"ChartPanes",{enumerable:!0,get:function(){return f.ChartPanes}}),Object.defineProperty(e,"ChartPanesVue2",{enumerable:!0,get:function(){return f.ChartPanesVue2}});var d=r(6859);Object.defineProperty(e,"ChartPlotArea",{enumerable:!0,get:function(){return d.ChartPlotArea}}),Object.defineProperty(e,"ChartPlotAreaVue2",{enumerable:!0,get:function(){return d.ChartPlotAreaVue2}});var v=r(5197);Object.defineProperty(e,"ChartSeries",{enumerable:!0,get:function(){return v.ChartSeries}}),Object.defineProperty(e,"ChartSeriesVue2",{enumerable:!0,get:function(){return v.ChartSeriesVue2}});var g=r(9210);Object.defineProperty(e,"ChartSeriesDefaults",{enumerable:!0,get:function(){return g.ChartSeriesDefaults}}),Object.defineProperty(e,"ChartSeriesDefaultsVue2",{enumerable:!0,get:function(){return g.ChartSeriesDefaultsVue2}});var y=r(485);Object.defineProperty(e,"ChartSeriesItem",{enumerable:!0,get:function(){return y.ChartSeriesItem}}),Object.defineProperty(e,"ChartSeriesItemVue2",{enumerable:!0,get:function(){return y.ChartSeriesItemVue2}});var m=r(9634);Object.defineProperty(e,"ChartTitle",{enumerable:!0,get:function(){return m.ChartTitle}}),Object.defineProperty(e,"ChartTitleVue2",{enumerable:!0,get:function(){return m.ChartTitleVue2}});var b=r(4331);Object.defineProperty(e,"ChartTooltip",{enumerable:!0,get:function(){return b.ChartTooltip}}),Object.defineProperty(e,"ChartTooltipVue2",{enumerable:!0,get:function(){return b.ChartTooltipVue2}});var x=r(1414);Object.defineProperty(e,"ChartValueAxis",{enumerable:!0,get:function(){return x.ChartValueAxis}}),Object.defineProperty(e,"ChartValueAxisVue2",{enumerable:!0,get:function(){return x.ChartValueAxisVue2}});var _=r(5147);Object.defineProperty(e,"ChartValueAxisItem",{enumerable:!0,get:function(){return _.ChartValueAxisItem}}),Object.defineProperty(e,"ChartValueAxisItemVue2",{enumerable:!0,get:function(){return _.ChartValueAxisItemVue2}});var C=r(3479);Object.defineProperty(e,"ChartXAxis",{enumerable:!0,get:function(){return C.ChartXAxis}}),Object.defineProperty(e,"ChartXAxisVue2",{enumerable:!0,get:function(){return C.ChartXAxisVue2}});var w=r(8732);Object.defineProperty(e,"ChartXAxisItem",{enumerable:!0,get:function(){return w.ChartXAxisItem}}),Object.defineProperty(e,"ChartXAxisItemVue2",{enumerable:!0,get:function(){return w.ChartXAxisItemVue2}});var O=r(6988);Object.defineProperty(e,"ChartYAxis",{enumerable:!0,get:function(){return O.ChartYAxis}}),Object.defineProperty(e,"ChartYAxisVue2",{enumerable:!0,get:function(){return O.ChartYAxisVue2}});var S=r(2587);Object.defineProperty(e,"ChartYAxisItem",{enumerable:!0,get:function(){return S.ChartYAxisItem}}),Object.defineProperty(e,"ChartYAxisItemVue2",{enumerable:!0,get:function(){return S.ChartYAxisItemVue2}});var P=r(1426);Object.defineProperty(e,"ChartZoomable",{enumerable:!0,get:function(){return P.ChartZoomable}}),Object.defineProperty(e,"ChartZoomableVue2",{enumerable:!0,get:function(){return P.ChartZoomableVue2}}),i(r(7578),e),i(r(8631),e),i(r(4535),e),i(r(7667),e),i(r(8224),e),i(r(8395),e),i(r(6293),e),i(r(3287),e),i(r(5795),e),i(r(7433),e),i(r(3424),e)},279:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisVue2=e.ChartNavigatorCategoryAxis=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxis",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:Array,default:function(){}},color:{type:String,default:void 0},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:void 0},maxDivisions:{type:Number,default:void 0},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:Object,default:function(){}},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:void 0},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"categoryAxis"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"categoryAxis"}},[r])}};e.ChartNavigatorCategoryAxisVue2=p;var h=p;e.ChartNavigatorCategoryAxis=h},1990:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorHintVue2=e.ChartNavigatorHint=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"hint"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"hint"}},[r])}};e.ChartNavigatorHintVue2=p;var h=p;e.ChartNavigatorHint=h},5854:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneVue2=e.ChartNavigatorPane=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"pane"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"pane"}},[r])}};e.ChartNavigatorPaneVue2=p;var h=p;e.ChartNavigatorPane=h},6429:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSelectVue2=e.ChartNavigatorSelect=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSelect",props:{from:{type:Date,default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:Date,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"select"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"select"}},[r])}};e.ChartNavigatorSelectVue2=p;var h=p;e.ChartNavigatorSelect=h},914:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesVue2=e.ChartNavigatorSeries=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(694),u=r(9680),c={name:"KendoChartNavigatorSeries",setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this);return e(l.CollectionConfiguration,{chartKey:"series",attrs:this.v3?void 0:{chartKey:"series",parentKey:"navigator"},parentKey:"navigator"},this.v3?function(){return[r]}:[r])}};e.ChartNavigatorSeriesVue2=c;var p=c;e.ChartNavigatorSeries=p},8061:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue2=e.ChartNavigatorSeriesItem=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o},(function(){return r})):e(l.Configuration,{props:{config:o}},[r])}};e.ChartNavigatorSeriesItemVue2=p;var h=p;e.ChartNavigatorSeriesItem=h},2385:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairVue2=e.ChartNavigatorCategoryAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartNavigatorCategoryAxisCrosshairVue2=p;var h=p;e.ChartNavigatorCategoryAxisCrosshair=h},9676:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairTooltipVue2=e.ChartNavigatorCategoryAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartNavigatorCategoryAxisCrosshairTooltipVue2=p;var h=p;e.ChartNavigatorCategoryAxisCrosshairTooltip=h},567:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisLabelsVue2=e.ChartNavigatorCategoryAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["circle","column","center","right","left"].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartNavigatorCategoryAxisLabelsVue2=p;var h=p;e.ChartNavigatorCategoryAxisLabels=h},8099:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesVue2=e.ChartNavigatorCategoryAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartNavigatorCategoryAxisNotesVue2=p;var h=p;e.ChartNavigatorCategoryAxisNotes=h},7470:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesIconVue2=e.ChartNavigatorCategoryAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartNavigatorCategoryAxisNotesIconVue2=p;var h=p;e.ChartNavigatorCategoryAxisNotesIcon=h},7606:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue2=e.ChartNavigatorCategoryAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartNavigatorCategoryAxisNotesLabelVue2=p;var h=p;e.ChartNavigatorCategoryAxisNotesLabel=h},9806:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisSelectVue2=e.ChartNavigatorCategoryAxisSelect=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"select"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"select"}},[r])}};e.ChartNavigatorCategoryAxisSelectVue2=p;var h=p;e.ChartNavigatorCategoryAxisSelect=h},4715:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisTitleVue2=e.ChartNavigatorCategoryAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartNavigatorCategoryAxisTitleVue2=p;var h=p;e.ChartNavigatorCategoryAxisTitle=h},481:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabelVue2=e.ChartNavigatorCategoryAxisNotesLabel=e.ChartNavigatorCategoryAxisNotesIconVue2=e.ChartNavigatorCategoryAxisNotesIcon=e.ChartNavigatorCategoryAxisNotesVue2=e.ChartNavigatorCategoryAxisNotes=e.ChartNavigatorCategoryAxisLabelsVue2=e.ChartNavigatorCategoryAxisLabels=e.ChartNavigatorCategoryAxisTitleVue2=e.ChartNavigatorCategoryAxisTitle=e.ChartNavigatorCategoryAxisSelectVue2=e.ChartNavigatorCategoryAxisSelect=e.ChartNavigatorCategoryAxisCrosshairTooltipVue2=e.ChartNavigatorCategoryAxisCrosshairTooltip=e.ChartNavigatorCategoryAxisCrosshairVue2=e.ChartNavigatorCategoryAxisCrosshair=void 0;var o=r(2385);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshair",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisCrosshair}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartNavigatorCategoryAxisCrosshairVue2}});var i=r(9676);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairTooltipVue2}});var n=r(9806);Object.defineProperty(e,"ChartNavigatorCategoryAxisSelect",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisSelect}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisSelectVue2",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisSelectVue2}});var a=r(4715);Object.defineProperty(e,"ChartNavigatorCategoryAxisTitle",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitle}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisTitleVue2",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisTitleVue2}});var s=r(567);Object.defineProperty(e,"ChartNavigatorCategoryAxisLabels",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabels}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisLabelsVue2",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisLabelsVue2}});var l=r(8099);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotes",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotes}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesVue2",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesVue2}});var u=r(7470);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIcon",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotesIcon}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIconVue2",{enumerable:!0,get:function(){return u.ChartNavigatorCategoryAxisNotesIconVue2}});var c=r(7606);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabel}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabelVue2",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesLabelVue2}})},3424:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemVue2=e.ChartNavigatorSeriesItem=e.ChartNavigatorSeriesVue2=e.ChartNavigatorSeries=e.ChartNavigatorSelectVue2=e.ChartNavigatorSelect=e.ChartNavigatorPaneVue2=e.ChartNavigatorPane=e.ChartNavigatorHintVue2=e.ChartNavigatorHint=e.ChartNavigatorCategoryAxisVue2=e.ChartNavigatorCategoryAxis=void 0;var n=r(279);Object.defineProperty(e,"ChartNavigatorCategoryAxis",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxis}}),Object.defineProperty(e,"ChartNavigatorCategoryAxisVue2",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisVue2}});var a=r(1990);Object.defineProperty(e,"ChartNavigatorHint",{enumerable:!0,get:function(){return a.ChartNavigatorHint}}),Object.defineProperty(e,"ChartNavigatorHintVue2",{enumerable:!0,get:function(){return a.ChartNavigatorHintVue2}});var s=r(5854);Object.defineProperty(e,"ChartNavigatorPane",{enumerable:!0,get:function(){return s.ChartNavigatorPane}}),Object.defineProperty(e,"ChartNavigatorPaneVue2",{enumerable:!0,get:function(){return s.ChartNavigatorPaneVue2}});var l=r(6429);Object.defineProperty(e,"ChartNavigatorSelect",{enumerable:!0,get:function(){return l.ChartNavigatorSelect}}),Object.defineProperty(e,"ChartNavigatorSelectVue2",{enumerable:!0,get:function(){return l.ChartNavigatorSelectVue2}});var u=r(914);Object.defineProperty(e,"ChartNavigatorSeries",{enumerable:!0,get:function(){return u.ChartNavigatorSeries}}),Object.defineProperty(e,"ChartNavigatorSeriesVue2",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesVue2}});var c=r(8061);Object.defineProperty(e,"ChartNavigatorSeriesItem",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItem}}),Object.defineProperty(e,"ChartNavigatorSeriesItemVue2",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItemVue2}}),i(r(481),e),i(r(5529),e),i(r(9935),e)},1643:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue2=e.ChartNavigatorPaneTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartNavigatorPaneTitleVue2=p;var h=p;e.ChartNavigatorPaneTitle=h},5529:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitleVue2=e.ChartNavigatorPaneTitle=void 0;var o=r(1643);Object.defineProperty(e,"ChartNavigatorPaneTitle",{enumerable:!0,get:function(){return o.ChartNavigatorPaneTitle}}),Object.defineProperty(e,"ChartNavigatorPaneTitleVue2",{enumerable:!0,get:function(){return o.ChartNavigatorPaneTitleVue2}})},1175:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesErrorBarsVue2=e.ChartNavigatorSeriesErrorBars=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"errorBars"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"errorBars"}},[r])}};e.ChartNavigatorSeriesErrorBarsVue2=p;var h=p;e.ChartNavigatorSeriesErrorBars=h},7757:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesExtremesVue2=e.ChartNavigatorSeriesExtremes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"extremes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"extremes"}},[r])}};e.ChartNavigatorSeriesExtremesVue2=p;var h=p;e.ChartNavigatorSeriesExtremes=h},5240:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesHighlightVue2=e.ChartNavigatorSeriesHighlight=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"highlight"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"highlight"}},[r])}};e.ChartNavigatorSeriesHighlightVue2=p;var h=p;e.ChartNavigatorSeriesHighlight=h},5738:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsVue2=e.ChartNavigatorSeriesLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartNavigatorSeriesLabelsVue2=p;var h=p;e.ChartNavigatorSeriesLabels=h},9188:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsFromVue2=e.ChartNavigatorSeriesLabelsFrom=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"from"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"from"}},[r])}};e.ChartNavigatorSeriesLabelsFromVue2=p;var h=p;e.ChartNavigatorSeriesLabelsFrom=h},4974:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsToVue2=e.ChartNavigatorSeriesLabelsTo=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"to"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"to"}},[r])}};e.ChartNavigatorSeriesLabelsToVue2=p;var h=p;e.ChartNavigatorSeriesLabelsTo=h},2370:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesMarkersVue2=e.ChartNavigatorSeriesMarkers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"markers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"markers"}},[r])}};e.ChartNavigatorSeriesMarkersVue2=p;var h=p;e.ChartNavigatorSeriesMarkers=h},5816:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesVue2=e.ChartNavigatorSeriesNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartNavigatorSeriesNotesVue2=p;var h=p;e.ChartNavigatorSeriesNotes=h},633:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue2=e.ChartNavigatorSeriesNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartNavigatorSeriesNotesIconVue2=p;var h=p;e.ChartNavigatorSeriesNotesIcon=h},134:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesLabelVue2=e.ChartNavigatorSeriesNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartNavigatorSeriesNotesLabelVue2=p;var h=p;e.ChartNavigatorSeriesNotesLabel=h},2378:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemOutliersVue2=e.ChartNavigatorSeriesItemOutliers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartNavigatorSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"outliers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"outliers"}},[r])}};e.ChartNavigatorSeriesItemOutliersVue2=p;var h=p;e.ChartNavigatorSeriesItemOutliers=h},6374:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemTooltipVue2=e.ChartNavigatorSeriesItemTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartNavigatorSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:void 0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartNavigatorSeriesItemTooltipVue2=h;var f=h;e.ChartNavigatorSeriesItemTooltip=f},9935:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIconVue2=e.ChartNavigatorSeriesNotesIcon=e.ChartNavigatorSeriesNotesLabelVue2=e.ChartNavigatorSeriesNotesLabel=e.ChartNavigatorSeriesLabelsToVue2=e.ChartNavigatorSeriesLabelsTo=e.ChartNavigatorSeriesLabelsFromVue2=e.ChartNavigatorSeriesLabelsFrom=e.ChartNavigatorSeriesErrorBarsVue2=e.ChartNavigatorSeriesErrorBars=e.ChartNavigatorSeriesExtremesVue2=e.ChartNavigatorSeriesExtremes=e.ChartNavigatorSeriesHighlightVue2=e.ChartNavigatorSeriesHighlight=e.ChartNavigatorSeriesLabelsVue2=e.ChartNavigatorSeriesLabels=e.ChartNavigatorSeriesMarkersVue2=e.ChartNavigatorSeriesMarkers=e.ChartNavigatorSeriesNotesVue2=e.ChartNavigatorSeriesNotes=e.ChartNavigatorSeriesItemOutliersVue2=e.ChartNavigatorSeriesItemOutliers=e.ChartNavigatorSeriesItemTooltipVue2=e.ChartNavigatorSeriesItemTooltip=void 0;var o=r(6374);Object.defineProperty(e,"ChartNavigatorSeriesItemTooltip",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesItemTooltip}}),Object.defineProperty(e,"ChartNavigatorSeriesItemTooltipVue2",{enumerable:!0,get:function(){return o.ChartNavigatorSeriesItemTooltipVue2}});var i=r(2378);Object.defineProperty(e,"ChartNavigatorSeriesItemOutliers",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemOutliers}}),Object.defineProperty(e,"ChartNavigatorSeriesItemOutliersVue2",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemOutliersVue2}});var n=r(5816);Object.defineProperty(e,"ChartNavigatorSeriesNotes",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesNotes}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesVue2",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesNotesVue2}});var a=r(2370);Object.defineProperty(e,"ChartNavigatorSeriesMarkers",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkers}}),Object.defineProperty(e,"ChartNavigatorSeriesMarkersVue2",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkersVue2}});var s=r(5738);Object.defineProperty(e,"ChartNavigatorSeriesLabels",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabels}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsVue2",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabelsVue2}});var l=r(5240);Object.defineProperty(e,"ChartNavigatorSeriesHighlight",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesHighlight}}),Object.defineProperty(e,"ChartNavigatorSeriesHighlightVue2",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesHighlightVue2}});var u=r(7757);Object.defineProperty(e,"ChartNavigatorSeriesExtremes",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesExtremes}}),Object.defineProperty(e,"ChartNavigatorSeriesExtremesVue2",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesExtremesVue2}});var c=r(1175);Object.defineProperty(e,"ChartNavigatorSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBars}}),Object.defineProperty(e,"ChartNavigatorSeriesErrorBarsVue2",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBarsVue2}});var p=r(9188);Object.defineProperty(e,"ChartNavigatorSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFrom}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsFromVue2",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFromVue2}});var h=r(4974);Object.defineProperty(e,"ChartNavigatorSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsTo}}),Object.defineProperty(e,"ChartNavigatorSeriesLabelsToVue2",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsToVue2}});var f=r(134);Object.defineProperty(e,"ChartNavigatorSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabel}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesLabelVue2",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabelVue2}});var d=r(633);Object.defineProperty(e,"ChartNavigatorSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIcon}}),Object.defineProperty(e,"ChartNavigatorSeriesNotesIconVue2",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIconVue2}})},3687:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue2=e.ChartPaneDefaultsTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPaneDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartPaneDefaultsTitleVue2=p;var h=p;e.ChartPaneDefaultsTitle=h},7667:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitleVue2=e.ChartPaneDefaultsTitle=void 0;var o=r(3687);Object.defineProperty(e,"ChartPaneDefaultsTitle",{enumerable:!0,get:function(){return o.ChartPaneDefaultsTitle}}),Object.defineProperty(e,"ChartPaneDefaultsTitleVue2",{enumerable:!0,get:function(){return o.ChartPaneDefaultsTitleVue2}})},5661:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue2=e.ChartPaneTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartPaneTitleVue2=p;var h=p;e.ChartPaneTitle=h},4535:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitleVue2=e.ChartPaneTitle=void 0;var o=r(5661);Object.defineProperty(e,"ChartPaneTitle",{enumerable:!0,get:function(){return o.ChartPaneTitle}}),Object.defineProperty(e,"ChartPaneTitleVue2",{enumerable:!0,get:function(){return o.ChartPaneTitleVue2}})},2863:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsVue2=e.ChartSeriesDefaultsLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartSeriesDefaultsLabelsVue2=p;var h=p;e.ChartSeriesDefaultsLabels=h},2431:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsFromVue2=e.ChartSeriesDefaultsLabelsFrom=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"from"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"from"}},[r])}};e.ChartSeriesDefaultsLabelsFromVue2=p;var h=p;e.ChartSeriesDefaultsLabelsFrom=h},2068:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsToVue2=e.ChartSeriesDefaultsLabelsTo=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"to"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"to"}},[r])}};e.ChartSeriesDefaultsLabelsToVue2=p;var h=p;e.ChartSeriesDefaultsLabelsTo=h},7563:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesVue2=e.ChartSeriesDefaultsNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsNotes",props:{line:{type:Object,default:function(){}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartSeriesDefaultsNotesVue2=p;var h=p;e.ChartSeriesDefaultsNotes=h},6108:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesIconVue2=e.ChartSeriesDefaultsNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartSeriesDefaultsNotesIconVue2=p;var h=p;e.ChartSeriesDefaultsNotesIcon=h},8719:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue2=e.ChartSeriesDefaultsNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesDefaultsNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartSeriesDefaultsNotesLabelVue2=p;var h=p;e.ChartSeriesDefaultsNotesLabel=h},9129:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsItemTooltipVue2=e.ChartSeriesDefaultsItemTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartSeriesDefaultsItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0},render:[String,Function,Object]},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartSeriesDefaultsItemTooltipVue2=h;var f=h;e.ChartSeriesDefaultsItemTooltip=f},8395:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabelVue2=e.ChartSeriesDefaultsNotesLabel=e.ChartSeriesDefaultsNotesIconVue2=e.ChartSeriesDefaultsNotesIcon=e.ChartSeriesDefaultsNotesVue2=e.ChartSeriesDefaultsNotes=e.ChartSeriesDefaultsLabelsToVue2=e.ChartSeriesDefaultsLabelsTo=e.ChartSeriesDefaultsLabelsFromVue2=e.ChartSeriesDefaultsLabelsFrom=e.ChartSeriesDefaultsLabelsVue2=e.ChartSeriesDefaultsLabels=e.ChartSeriesDefaultsItemTooltipVue2=e.ChartSeriesDefaultsItemTooltip=void 0;var o=r(9129);Object.defineProperty(e,"ChartSeriesDefaultsItemTooltip",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsItemTooltip}}),Object.defineProperty(e,"ChartSeriesDefaultsItemTooltipVue2",{enumerable:!0,get:function(){return o.ChartSeriesDefaultsItemTooltipVue2}});var i=r(2863);Object.defineProperty(e,"ChartSeriesDefaultsLabels",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsLabels}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsVue2",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsLabelsVue2}});var n=r(2431);Object.defineProperty(e,"ChartSeriesDefaultsLabelsFrom",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsFrom}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsFromVue2",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsFromVue2}});var a=r(2068);Object.defineProperty(e,"ChartSeriesDefaultsLabelsTo",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsTo}}),Object.defineProperty(e,"ChartSeriesDefaultsLabelsToVue2",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsToVue2}});var s=r(7563);Object.defineProperty(e,"ChartSeriesDefaultsNotes",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotes}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesVue2",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotesVue2}});var l=r(6108);Object.defineProperty(e,"ChartSeriesDefaultsNotesIcon",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesIcon}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesIconVue2",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesIconVue2}});var u=r(8719);Object.defineProperty(e,"ChartSeriesDefaultsNotesLabel",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesLabel}}),Object.defineProperty(e,"ChartSeriesDefaultsNotesLabelVue2",{enumerable:!0,get:function(){return u.ChartSeriesDefaultsNotesLabelVue2}})},9277:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesErrorBarsVue2=e.ChartSeriesErrorBars=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"errorBars"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"errorBars"}},[r])}};e.ChartSeriesErrorBarsVue2=p;var h=p;e.ChartSeriesErrorBars=h},1914:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesExtremesVue2=e.ChartSeriesExtremes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"extremes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"extremes"}},[r])}};e.ChartSeriesExtremesVue2=p;var h=p;e.ChartSeriesExtremes=h},6838:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesHighlightVue2=e.ChartSeriesHighlight=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"highlight"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"highlight"}},[r])}};e.ChartSeriesHighlightVue2=p;var h=p;e.ChartSeriesHighlight=h},4908:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsVue2=e.ChartSeriesLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartSeriesLabelsVue2=p;var h=p;e.ChartSeriesLabels=h},8873:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsFromVue2=e.ChartSeriesLabelsFrom=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"from"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"from"}},[r])}};e.ChartSeriesLabelsFromVue2=p;var h=p;e.ChartSeriesLabelsFrom=h},5138:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsToVue2=e.ChartSeriesLabelsTo=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"to"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"to"}},[r])}};e.ChartSeriesLabelsToVue2=p;var h=p;e.ChartSeriesLabelsTo=h},5477:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesMarkersVue2=e.ChartSeriesMarkers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"markers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"markers"}},[r])}};e.ChartSeriesMarkersVue2=p;var h=p;e.ChartSeriesMarkers=h},8175:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesVue2=e.ChartSeriesNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartSeriesNotesVue2=p;var h=p;e.ChartSeriesNotes=h},7985:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue2=e.ChartSeriesNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartSeriesNotesIconVue2=p;var h=p;e.ChartSeriesNotesIcon=h},185:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesLabelVue2=e.ChartSeriesNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartSeriesNotesLabelVue2=p;var h=p;e.ChartSeriesNotesLabel=h},1129:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemOutliersVue2=e.ChartSeriesItemOutliers=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"outliers"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"outliers"}},[r])}};e.ChartSeriesItemOutliersVue2=p;var h=p;e.ChartSeriesItemOutliers=h},3569:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)},i=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},n=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemTooltipVue2=e.ChartSeriesItemTooltip=void 0;var a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&i(e,t,r);return n(e,t),e}(r(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=r(7098),c=r(9680),p=r(5320),h={name:"KendoChartSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:!0}},setup:l?function(){return{v3:!!l}}:void 0,render:function(t){var e=s||t,r=(0,c.getDefaultSlots)(this),i=(0,p.removeUndefinedProps)(this.$props),n=c.templateRendering.call(this,this.$props.render,c.getListeners.call(this));return this.v3?e(u.Configuration,{config:o(o({},i),{render:n}),chartKey:"tooltip"},(function(){return r})):e(u.Configuration,{props:{config:o(o({},i),{render:n}),chartKey:"tooltip"}},[r])}};e.ChartSeriesItemTooltipVue2=h;var f=h;e.ChartSeriesItemTooltip=f},6293:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIconVue2=e.ChartSeriesNotesIcon=e.ChartSeriesNotesLabelVue2=e.ChartSeriesNotesLabel=e.ChartSeriesLabelsToVue2=e.ChartSeriesLabelsTo=e.ChartSeriesLabelsFromVue2=e.ChartSeriesLabelsFrom=e.ChartSeriesErrorBarsVue2=e.ChartSeriesErrorBars=e.ChartSeriesExtremesVue2=e.ChartSeriesExtremes=e.ChartSeriesHighlightVue2=e.ChartSeriesHighlight=e.ChartSeriesLabelsVue2=e.ChartSeriesLabels=e.ChartSeriesMarkersVue2=e.ChartSeriesMarkers=e.ChartSeriesNotesVue2=e.ChartSeriesNotes=e.ChartSeriesItemOutliersVue2=e.ChartSeriesItemOutliers=e.ChartSeriesItemTooltipVue2=e.ChartSeriesItemTooltip=void 0;var o=r(3569);Object.defineProperty(e,"ChartSeriesItemTooltip",{enumerable:!0,get:function(){return o.ChartSeriesItemTooltip}}),Object.defineProperty(e,"ChartSeriesItemTooltipVue2",{enumerable:!0,get:function(){return o.ChartSeriesItemTooltipVue2}});var i=r(1129);Object.defineProperty(e,"ChartSeriesItemOutliers",{enumerable:!0,get:function(){return i.ChartSeriesItemOutliers}}),Object.defineProperty(e,"ChartSeriesItemOutliersVue2",{enumerable:!0,get:function(){return i.ChartSeriesItemOutliersVue2}});var n=r(8175);Object.defineProperty(e,"ChartSeriesNotes",{enumerable:!0,get:function(){return n.ChartSeriesNotes}}),Object.defineProperty(e,"ChartSeriesNotesVue2",{enumerable:!0,get:function(){return n.ChartSeriesNotesVue2}});var a=r(5477);Object.defineProperty(e,"ChartSeriesMarkers",{enumerable:!0,get:function(){return a.ChartSeriesMarkers}}),Object.defineProperty(e,"ChartSeriesMarkersVue2",{enumerable:!0,get:function(){return a.ChartSeriesMarkersVue2}});var s=r(4908);Object.defineProperty(e,"ChartSeriesLabels",{enumerable:!0,get:function(){return s.ChartSeriesLabels}}),Object.defineProperty(e,"ChartSeriesLabelsVue2",{enumerable:!0,get:function(){return s.ChartSeriesLabelsVue2}});var l=r(6838);Object.defineProperty(e,"ChartSeriesHighlight",{enumerable:!0,get:function(){return l.ChartSeriesHighlight}}),Object.defineProperty(e,"ChartSeriesHighlightVue2",{enumerable:!0,get:function(){return l.ChartSeriesHighlightVue2}});var u=r(1914);Object.defineProperty(e,"ChartSeriesExtremes",{enumerable:!0,get:function(){return u.ChartSeriesExtremes}}),Object.defineProperty(e,"ChartSeriesExtremesVue2",{enumerable:!0,get:function(){return u.ChartSeriesExtremesVue2}});var c=r(9277);Object.defineProperty(e,"ChartSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartSeriesErrorBars}}),Object.defineProperty(e,"ChartSeriesErrorBarsVue2",{enumerable:!0,get:function(){return c.ChartSeriesErrorBarsVue2}});var p=r(8873);Object.defineProperty(e,"ChartSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFrom}}),Object.defineProperty(e,"ChartSeriesLabelsFromVue2",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFromVue2}});var h=r(5138);Object.defineProperty(e,"ChartSeriesLabelsTo",{enumerable:!0,get:function(){return h.ChartSeriesLabelsTo}}),Object.defineProperty(e,"ChartSeriesLabelsToVue2",{enumerable:!0,get:function(){return h.ChartSeriesLabelsToVue2}});var f=r(185);Object.defineProperty(e,"ChartSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabel}}),Object.defineProperty(e,"ChartSeriesNotesLabelVue2",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabelVue2}});var d=r(7985);Object.defineProperty(e,"ChartSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartSeriesNotesIcon}}),Object.defineProperty(e,"ChartSeriesNotesIconVue2",{enumerable:!0,get:function(){return d.ChartSeriesNotesIconVue2}})},1319:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairVue2=e.ChartValueAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartValueAxisCrosshairVue2=p;var h=p;e.ChartValueAxisCrosshair=h},5231:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairTooltipVue2=e.ChartValueAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartValueAxisCrosshairTooltipVue2=p;var h=p;e.ChartValueAxisCrosshairTooltip=h},1031:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisLabelsVue2=e.ChartValueAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartValueAxisLabelsVue2=p;var h=p;e.ChartValueAxisLabels=h},3101:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesVue2=e.ChartValueAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartValueAxisNotesVue2=p;var h=p;e.ChartValueAxisNotes=h},8701:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesIconVue2=e.ChartValueAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartValueAxisNotesIconVue2=p;var h=p;e.ChartValueAxisNotesIcon=h},9258:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue2=e.ChartValueAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartValueAxisNotesLabelVue2=p;var h=p;e.ChartValueAxisNotesLabel=h},9199:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisTitleVue2=e.ChartValueAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartValueAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartValueAxisTitleVue2=p;var h=p;e.ChartValueAxisTitle=h},3287:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabelVue2=e.ChartValueAxisNotesLabel=e.ChartValueAxisNotesIconVue2=e.ChartValueAxisNotesIcon=e.ChartValueAxisNotesVue2=e.ChartValueAxisNotes=e.ChartValueAxisLabelsVue2=e.ChartValueAxisLabels=e.ChartValueAxisTitleVue2=e.ChartValueAxisTitle=e.ChartValueAxisCrosshairTooltipVue2=e.ChartValueAxisCrosshairTooltip=e.ChartValueAxisCrosshairVue2=e.ChartValueAxisCrosshair=void 0;var o=r(1319);Object.defineProperty(e,"ChartValueAxisCrosshair",{enumerable:!0,get:function(){return o.ChartValueAxisCrosshair}}),Object.defineProperty(e,"ChartValueAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartValueAxisCrosshairVue2}});var i=r(5231);Object.defineProperty(e,"ChartValueAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartValueAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairTooltipVue2}});var n=r(1031);Object.defineProperty(e,"ChartValueAxisLabels",{enumerable:!0,get:function(){return n.ChartValueAxisLabels}}),Object.defineProperty(e,"ChartValueAxisLabelsVue2",{enumerable:!0,get:function(){return n.ChartValueAxisLabelsVue2}});var a=r(3101);Object.defineProperty(e,"ChartValueAxisNotes",{enumerable:!0,get:function(){return a.ChartValueAxisNotes}}),Object.defineProperty(e,"ChartValueAxisNotesVue2",{enumerable:!0,get:function(){return a.ChartValueAxisNotesVue2}});var s=r(8701);Object.defineProperty(e,"ChartValueAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIcon}}),Object.defineProperty(e,"ChartValueAxisNotesIconVue2",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIconVue2}});var l=r(9258);Object.defineProperty(e,"ChartValueAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartValueAxisNotesLabel}}),Object.defineProperty(e,"ChartValueAxisNotesLabelVue2",{enumerable:!0,get:function(){return l.ChartValueAxisNotesLabelVue2}});var u=r(9199);Object.defineProperty(e,"ChartValueAxisTitle",{enumerable:!0,get:function(){return u.ChartValueAxisTitle}}),Object.defineProperty(e,"ChartValueAxisTitleVue2",{enumerable:!0,get:function(){return u.ChartValueAxisTitleVue2}})},9030:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairVue2=e.ChartXAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartXAxisCrosshairVue2=p;var h=p;e.ChartXAxisCrosshair=h},8697:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairTooltipVue2=e.ChartXAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartXAxisCrosshairTooltipVue2=p;var h=p;e.ChartXAxisCrosshairTooltip=h},221:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisLabelsVue2=e.ChartXAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartXAxisLabelsVue2=p;var h=p;e.ChartXAxisLabels=h},2389:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesVue2=e.ChartXAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartXAxisNotesVue2=p;var h=p;e.ChartXAxisNotes=h},5468:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesIconVue2=e.ChartXAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartXAxisNotesIconVue2=p;var h=p;e.ChartXAxisNotesIcon=h},4661:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue2=e.ChartXAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartXAxisNotesLabelVue2=p;var h=p;e.ChartXAxisNotesLabel=h},3330:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisTitleVue2=e.ChartXAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartXAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartXAxisTitleVue2=p;var h=p;e.ChartXAxisTitle=h},5795:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabelVue2=e.ChartXAxisNotesLabel=e.ChartXAxisNotesIconVue2=e.ChartXAxisNotesIcon=e.ChartXAxisNotesVue2=e.ChartXAxisNotes=e.ChartXAxisLabelsVue2=e.ChartXAxisLabels=e.ChartXAxisTitleVue2=e.ChartXAxisTitle=e.ChartXAxisCrosshairTooltipVue2=e.ChartXAxisCrosshairTooltip=e.ChartXAxisCrosshairVue2=e.ChartXAxisCrosshair=void 0;var o=r(9030);Object.defineProperty(e,"ChartXAxisCrosshair",{enumerable:!0,get:function(){return o.ChartXAxisCrosshair}}),Object.defineProperty(e,"ChartXAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartXAxisCrosshairVue2}});var i=r(8697);Object.defineProperty(e,"ChartXAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartXAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairTooltipVue2}});var n=r(221);Object.defineProperty(e,"ChartXAxisLabels",{enumerable:!0,get:function(){return n.ChartXAxisLabels}}),Object.defineProperty(e,"ChartXAxisLabelsVue2",{enumerable:!0,get:function(){return n.ChartXAxisLabelsVue2}});var a=r(2389);Object.defineProperty(e,"ChartXAxisNotes",{enumerable:!0,get:function(){return a.ChartXAxisNotes}}),Object.defineProperty(e,"ChartXAxisNotesVue2",{enumerable:!0,get:function(){return a.ChartXAxisNotesVue2}});var s=r(5468);Object.defineProperty(e,"ChartXAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartXAxisNotesIcon}}),Object.defineProperty(e,"ChartXAxisNotesIconVue2",{enumerable:!0,get:function(){return s.ChartXAxisNotesIconVue2}});var l=r(4661);Object.defineProperty(e,"ChartXAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartXAxisNotesLabel}}),Object.defineProperty(e,"ChartXAxisNotesLabelVue2",{enumerable:!0,get:function(){return l.ChartXAxisNotesLabelVue2}});var u=r(3330);Object.defineProperty(e,"ChartXAxisTitle",{enumerable:!0,get:function(){return u.ChartXAxisTitle}}),Object.defineProperty(e,"ChartXAxisTitleVue2",{enumerable:!0,get:function(){return u.ChartXAxisTitleVue2}})},7565:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairVue2=e.ChartYAxisCrosshair=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"crosshair"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"crosshair"}},[r])}};e.ChartYAxisCrosshairVue2=p;var h=p;e.ChartYAxisCrosshair=h},4514:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairTooltipVue2=e.ChartYAxisCrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"tooltip"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"tooltip"}},[r])}};e.ChartYAxisCrosshairTooltipVue2=p;var h=p;e.ChartYAxisCrosshairTooltip=h},8585:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisLabelsVue2=e.ChartYAxisLabels=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"labels"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"labels"}},[r])}};e.ChartYAxisLabelsVue2=p;var h=p;e.ChartYAxisLabels=h},8762:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesVue2=e.ChartYAxisNotes=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"notes"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"notes"}},[r])}};e.ChartYAxisNotesVue2=p;var h=p;e.ChartYAxisNotes=h},1348:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesIconVue2=e.ChartYAxisNotesIcon=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"icon"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"icon"}},[r])}};e.ChartYAxisNotesIconVue2=p;var h=p;e.ChartYAxisNotesIcon=h},9808:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue2=e.ChartYAxisNotesLabel=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"label"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"label"}},[r])}};e.ChartYAxisNotesLabelVue2=p;var h=p;e.ChartYAxisNotesLabel=h},9682:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisTitleVue2=e.ChartYAxisTitle=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(7098),u=r(9680),c=r(5320),p={name:"KendoChartYAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=(0,u.getDefaultSlots)(this),o=(0,c.removeUndefinedProps)(this.$props);return this.v3?e(l.Configuration,{config:o,chartKey:"title"},(function(){return r})):e(l.Configuration,{props:{config:o,chartKey:"title"}},[r])}};e.ChartYAxisTitleVue2=p;var h=p;e.ChartYAxisTitle=h},7433:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabelVue2=e.ChartYAxisNotesLabel=e.ChartYAxisNotesIconVue2=e.ChartYAxisNotesIcon=e.ChartYAxisNotesVue2=e.ChartYAxisNotes=e.ChartYAxisLabelsVue2=e.ChartYAxisLabels=e.ChartYAxisTitleVue2=e.ChartYAxisTitle=e.ChartYAxisCrosshairTooltipVue2=e.ChartYAxisCrosshairTooltip=e.ChartYAxisCrosshairVue2=e.ChartYAxisCrosshair=void 0;var o=r(7565);Object.defineProperty(e,"ChartYAxisCrosshair",{enumerable:!0,get:function(){return o.ChartYAxisCrosshair}}),Object.defineProperty(e,"ChartYAxisCrosshairVue2",{enumerable:!0,get:function(){return o.ChartYAxisCrosshairVue2}});var i=r(4514);Object.defineProperty(e,"ChartYAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairTooltip}}),Object.defineProperty(e,"ChartYAxisCrosshairTooltipVue2",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairTooltipVue2}});var n=r(8585);Object.defineProperty(e,"ChartYAxisLabels",{enumerable:!0,get:function(){return n.ChartYAxisLabels}}),Object.defineProperty(e,"ChartYAxisLabelsVue2",{enumerable:!0,get:function(){return n.ChartYAxisLabelsVue2}});var a=r(8762);Object.defineProperty(e,"ChartYAxisNotes",{enumerable:!0,get:function(){return a.ChartYAxisNotes}}),Object.defineProperty(e,"ChartYAxisNotesVue2",{enumerable:!0,get:function(){return a.ChartYAxisNotesVue2}});var s=r(1348);Object.defineProperty(e,"ChartYAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartYAxisNotesIcon}}),Object.defineProperty(e,"ChartYAxisNotesIconVue2",{enumerable:!0,get:function(){return s.ChartYAxisNotesIconVue2}});var l=r(9808);Object.defineProperty(e,"ChartYAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartYAxisNotesLabel}}),Object.defineProperty(e,"ChartYAxisNotesLabelVue2",{enumerable:!0,get:function(){return l.ChartYAxisNotesLabelVue2}});var u=r(9682);Object.defineProperty(e,"ChartYAxisTitle",{enumerable:!0,get:function(){return u.ChartYAxisTitle}}),Object.defineProperty(e,"ChartYAxisTitleVue2",{enumerable:!0,get:function(){return u.ChartYAxisTitleVue2}})},7125:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0});var o=r(8072),i=o.DateCategoryAxis.prototype.options.labels.dateFormats,n=o.DateValueAxis.prototype.options.labels.dateFormats,a={milliseconds:"HH:mm:ss.SSS",seconds:{time:"medium"},minutes:{time:"short"},hours:{time:"short"},days:{skeleton:"Md"},weeks:{skeleton:"Md"},months:{skeleton:"yyMMM"},years:{skeleton:"y"}};Object.assign(i,a),Object.assign(n,a)},4276:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.AxisLabelClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.dataItem=e.dataItem,o.index=e.index,o.text=e.text,o.value=e.value,o}return i(e,t),e}(r(3635).BaseEvent);e.AxisLabelClickEvent=n},3635:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.BaseEvent=void 0;e.BaseEvent=function(t){this.target=t}},5501:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.create=void 0;var o=r(4276),i=r(6776),n=r(6377),a=r(4316),s=r(4438),l=r(7475),u=r(8899),c=r(1313),p=r(8059),h=r(6053),f=r(909),d=r(6842),v=r(2876),g=r(3314),y=r(3618),m=r(2965),b=r(6914),x=r(1867),_=r(6412),C=r(7235),w=r(8597),O={axisLabelClick:o.AxisLabelClickEvent,drag:i.DragEvent,dragEnd:n.DragEndEvent,dragStart:a.DragStartEvent,legendItemHover:s.LegendItemHoverEvent,legendItemClick:l.LegendItemClickEvent,legendItemLeave:u.LegendItemLeaveEvent,navigatorFilter:c.NavigatorFilterEvent,noteClick:p.NoteClickEvent,noteHover:h.NoteHoverEvent,plotAreaClick:f.PlotAreaClickEvent,plotAreaHover:d.PlotAreaHoverEvent,render:v.RenderEvent,select:g.SelectEvent,selectEnd:y.SelectEndEvent,selectStart:m.SelectStartEvent,seriesClick:b.SeriesClickEvent,seriesHover:x.SeriesHoverEvent,zoom:_.ZoomEvent,zoomEnd:C.ZoomEndEvent,zoomStart:w.ZoomStartEvent};e.create=function(t,e,r){if(O[t])return new O[t](e,r)}},4740:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.toDomEvent=e.DomEvent=void 0;var r=function(t,e){this.sender=t,this.event=e};e.DomEvent=r,e.toDomEvent=function(t,e){return new r(t,e)}},1765:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEventsBuilder=void 0;var o=r(6309),i=function(){function t(){}return t.create=function(t,e){if("undefined"!=typeof window){var r=window.Hammer;if(!r)return;var i=new r(t,{recognizers:[[r.Tap],[r.Pan],[r.Pinch],[r.Press,{time:0}]]});return new o.DomEvents(i,e)}},t}();e.DomEventsBuilder=i},6309:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEvents=void 0;var r=function(t){return{x:{location:t.pageX},y:{location:t.pageY}}};function o(t,e){for(var r=0;r<t.length;r++)if(e[t[r]])return!0;return!1}var i=[{end:"panend",move:"panmove",start:"panstart"},{gesturechange:"pinchmove",gestureend:"pinchend",gesturestart:"pinchstart"},{press:"press"},{tap:"tap"}],n=function(){function t(t,e){this.hammerInstance=t,this.eventHandlers={},this.tap=this.tap.bind(this),this.press=this.press.bind(this),this.panstart=this.panstart.bind(this),this.panmove=this.panmove.bind(this),this.panend=this.panend.bind(this),this.pinchstart=this.pinchstart.bind(this),this.pinchmove=this.pinchmove.bind(this),this.pinchend=this.pinchend.bind(this),e&&this.bind(e)}return t.prototype.tap=function(t){this.trigger("tap",t)},t.prototype.press=function(t){this.trigger("press",t)},t.prototype.panstart=function(t){delete this.previous,this.previous=this.trigger("start",t)},t.prototype.panmove=function(t){this.previous=this.trigger("move",t)},t.prototype.panend=function(t){this.trigger("end",t),delete this.previous},t.prototype.pinchstart=function(t){this.trigger("gesturestart",t)},t.prototype.pinchmove=function(t){this.trigger("gesturechange",t)},t.prototype.pinchend=function(t){this.trigger("gestureend",t)},t.prototype.trigger=function(t,e){var o=function(t,e){var o=t.pointers,i=o[0],n=i.pageX,a=i.pageY,s=0;if(o.length>1){var l=o[0],u=o[1];s=Math.sqrt(Math.pow(l.pageX-u.pageX,2)+Math.pow(l.pageY-u.pageY,2))}return{distance:s,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:o.map(r),type:t.type,x:{delta:e?n-e.x.location:0,initialDelta:t.deltaX,location:n,startLocation:n-t.deltaX},y:{delta:e?a-e.y.location:0,initialDelta:t.deltaY,location:a,startLocation:a-t.deltaY}}}(e,this.previous);return this.eventHandlers[t]&&this.eventHandlers[t](o),o},t.prototype.bind=function(t){void 0===t&&(t={}),this.unbind(),this.eventHandlers=t;for(var e=0;e<i.length;e++){var r=i[e],n=Object.keys(r);if(o(n,t))for(var a=0;a<n.length;a++){var s=r[n[a]];this.hammerInstance.on(s,this[s])}}},t.prototype.unbind=function(){this.hammerInstance&&this.hammerInstance.off(),this.eventHandlers={}},t.prototype.destroy=function(){this.hammerInstance&&(this.hammerInstance.destroy(),delete this.hammerInstance),delete this.eventHandlers},t.prototype.toggleDrag=function(t){this.toggle("pan",t)},t.prototype.toggleZoom=function(t){this.toggle("pinch",t)},t.prototype.toggle=function(t,e){this.hammerInstance&&this.hammerInstance.get(t).set({enable:e})},t}();e.DomEvents=n},6377:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEndEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(3635).BaseEvent);e.DragEndEvent=n},6776:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.DragEvent=n},4316:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragStartEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.DragStartEvent=n},7475:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.series=e.series,o.seriesIndex=e.seriesIndex,o.pointIndex=e.pointIndex,o.text=e.text,o}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(7116).PreventableEvent);e.LegendItemClickEvent=n},4438:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.series=e.series,o.seriesIndex=e.seriesIndex,o.pointIndex=e.pointIndex,o.text=e.text,o}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(7116).PreventableEvent);e.LegendItemHoverEvent=n},8899:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemLeaveEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.series=e.series,o.seriesIndex=e.seriesIndex,o.pointIndex=e.pointIndex,o.text=e.text,o}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(r(7116).PreventableEvent);e.LegendItemLeaveEvent=n},1313:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NavigatorFilterEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(3635).BaseEvent);e.NavigatorFilterEvent=n},8059:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.dataItem=e.dataItem,o.series=e.series,o.value=e.value,o.visual=e.visual,o}return i(e,t),e}(r(3635).BaseEvent);e.NoteClickEvent=n},6053:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.dataItem=e.dataItem,o.series=e.series,o.value=e.value,o.visual=e.visual,o}return i(e,t),e}(r(3635).BaseEvent);e.NoteHoverEvent=n},909:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.nativeEvent=e.originalEvent,o.value=e.value,o.x=e.x,o.y=e.y,o}return i(e,t),e}(r(3635).BaseEvent);e.PlotAreaClickEvent=n},6842:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.nativeEvent=e.originalEvent,o.value=e.value,o.x=e.x,o.y=e.y,o}return i(e,t),e}(r(3635).BaseEvent);e.PlotAreaHoverEvent=n},7116:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.PreventableEvent=void 0;var n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.prevented=!1,e}return i(e,t),e.prototype.preventDefault=function(){this.prevented=!0},e.prototype.isDefaultPrevented=function(){return this.prevented},e}(r(3635).BaseEvent);e.PreventableEvent=n},2876:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.RenderEvent=void 0;var n=function(t){function e(e,r){return t.call(this,r)||this}return i(e,t),e}(r(3635).BaseEvent);e.RenderEvent=n},3618:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEndEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(3635).BaseEvent);e.SelectEndEvent=n},3314:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(7116).PreventableEvent);e.SelectEvent=n},2965:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectStartEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axis=e.axis,o.from=e.from,o.to=e.to,o}return i(e,t),e}(r(7116).PreventableEvent);e.SelectStartEvent=n},6914:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesClickEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.dataItem=e.dataItem,o.nativeEvent=e.originalEvent,o.percentage=e.percentage,o.point=e.point,o.series=e.series,o.stackValue=e.stackValue,o.value=e.value,o}return i(e,t),e}(r(3635).BaseEvent);e.SeriesClickEvent=n},1867:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesHoverEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.category=e.category,o.categoryPoints=e.categoryPoints,o.dataItem=e.dataItem,o.nativeEvent=e.originalEvent,o.percentage=e.percentage,o.point=e.point,o.series=e.series,o.stackValue=e.stackValue,o.value=e.value,o}return i(e,t),e}(r(7116).PreventableEvent);e.SeriesHoverEvent=n},7235:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEndEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(3635).BaseEvent);e.ZoomEndEvent=n},6412:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.delta=e.delta,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.ZoomEvent=n},8597:(t,e,r)=>{var o,i=(o=function(t,e){return o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},o(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}o(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=void 0;var n=function(t){function e(e,r){var o=t.call(this,r)||this;return o.axisRanges=e.axisRanges,o.nativeEvent=e.originalEvent,o}return i(e,t),e}(r(7116).PreventableEvent);e.ZoomStartEvent=n},6545:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChartVue2=e.StockChart=e.SparklineVue2=e.Sparkline=e.ChartVue2=e.Chart=void 0;var n=r(4877);Object.defineProperty(e,"Chart",{enumerable:!0,get:function(){return n.Chart}}),Object.defineProperty(e,"ChartVue2",{enumerable:!0,get:function(){return n.ChartVue2}});var a=r(5469);Object.defineProperty(e,"Sparkline",{enumerable:!0,get:function(){return a.Sparkline}}),Object.defineProperty(e,"SparklineVue2",{enumerable:!0,get:function(){return a.SparklineVue2}});var s=r(6636);Object.defineProperty(e,"StockChart",{enumerable:!0,get:function(){return s.StockChart}}),Object.defineProperty(e,"StockChartVue2",{enumerable:!0,get:function(){return s.StockChartVue2}}),i(r(5560),e),i(r(2444),e),i(r(4082),e),i(r(5264),e),i(r(8011),e),i(r(1260),e)},1260:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.exportVisual=e.findPaneByName=e.findPaneByIndex=e.findAxisByName=void 0,e.findAxisByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findAxisByName(e)},e.findPaneByIndex=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByIndex(e)},e.findPaneByName=function(t,e){if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByName(e)},e.exportVisual=function(t,e){if(void 0===e&&(e={}),t&&null!==t.chartInstance())return t.chartInstance().exportVisual(e)}},169:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1705504048,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},9270:(t,e)=>{var r=function(){return r=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)},o=function(t,e,r){if(r||2===arguments.length)for(var o,i=0,n=e.length;i<n;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.observersReducer=e.themeReducer=e.optionsReducer=void 0,e.optionsReducer=function(t,e){return e.chartCollectionIdxKey?i.collectionConfigurationItem(t,e):e.chartKey?i.configurationItem(t,e):{}},e.themeReducer=function(t,e){if(!e.type)return{};switch(e.type){case"set":return i.themeItem(t,e);case"push":return Object.assign(t,e.payload);default:return t}},e.observersReducer=function(t,e){if(!e.type)return[];switch(e.type){case"add":return o(o([],t,!0),[e.payload],!1);case"remove":return t.filter((function(t){return t!==e.payload}));default:return t}};var i={configurationItem:function(t,e){var o,i;return t[e.chartKey]&&Object.keys(t[e.chartKey]).length?Object.assign(t,((o={})[e.chartKey]=r(r({},t[e.chartKey]),e.payload),o)):Object.assign(t,((i={})[e.chartKey]=e.payload,i))},collectionConfigurationItem:function(t,e){var r,o,i,n=!1,a=e.chartCollectionIdxKey.split("_"),s=a[0],l=a[1],u=(e.parentKey?t[e.parentKey]&&t[e.parentKey][s]||[]:t[s]||[]).map((function(t,r){return parseInt(l,10)===r||e.payload&&e.payload.uid===t.uid?(n=!0,e.payload):t}));if(!1!==n||e.uid||u.splice(parseInt(l,10),0,e.payload),e.uid){var c=u.findIndex((function(t){return t.uid===e.uid}));c>-1&&u.splice(c,1)}return e.parentKey?Object.assign(t,((r={})[e.parentKey]=((o={})[s]=u,o),r)):Object.assign(t,((i={})[s]=u,i))},themeItem:function(t,e){for(var r={},o=Object.assign(r,t),i=e.payload,n=i.field,a=i.value,s=n.split("."),l=s.shift();s.length>0;)r=r[l]=r[l]||{},l=s.shift();return r[l]=a,o}}},3377:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.THROTTLE_MS=void 0;var o=r(9680);e.THROTTLE_MS=1e3/60,e.default=function(t){var r,i,n=[],a=function(a){r=t(r,a),o.canUseDOM&&(window.clearTimeout(i),i=window.setTimeout((function(){return n.forEach((function(t){return t()}))}),e.THROTTLE_MS))};return a({}),{getState:function(){return r},dispatch:a,subscribe:function(t){return n.push(t),function(){return n=n.filter((function(e){return e!==t}))}}}}},349:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.loadTheme=void 0;var o=r(8072),i=function(t){return"".concat(t.fontWeight," ").concat(t.fontSize," ").concat(t.fontFamily)},n=function(t){return window.getComputedStyle(t).backgroundColor},a='\n <div class="k-var--primary"></div>\n <div class="k-var--base"></div>\n <div class="k-var--background"></div>\n\n <div class="k-var--normal-background"></div>\n <div class="k-var--normal-text-color"></div>\n <div class="k-var--hover-background"></div>\n <div class="k-var--hover-text-color"></div>\n <div class="k-var--selected-background"></div>\n <div class="k-var--selected-text-color"></div>\n <div class="k-var--chart-error-bars-background"></div>\n <div class="k-var--chart-notes-background"></div>\n <div class="k-var--chart-notes-border"></div>\n <div class="k-var--chart-notes-lines"></div>\n <div class="k-var--chart-crosshair-background"></div>\n\n <div class="k-var--chart-inactive"></div>\n <div class="k-var--chart-major-lines"></div>\n <div class="k-var--chart-minor-lines"></div>\n <div class="k-var--chart-area-opacity"></div>\n <div class="k-var--chart-area-inactive-opacity"></div>\n <div class="k-var--chart-line-inactive-opacity"></div>\n\n <div class="k-widget k-chart">\n <div class="k-var--chart-font"></div>\n <div class="k-var--chart-title-font"></div>\n <div class="k-var--chart-pane-title-font"></div>\n <div class="k-var--chart-label-font"></div>\n </div>\n\n <div class="k-var--series-unset"></div>\n <div class="k-var--series">\n '.concat(function(){for(var t='\n <div class="k-var--series-a"></div>\n <div class="k-var--series-b"></div>\n <div class="k-var--series-c"></div>\n <div class="k-var--series-d"></div>\n <div class="k-var--series-e"></div>\n <div class="k-var--series-f"></div>\n',e=0;e<30;e++)t+='\n <div class="k-var--series-'.concat(e+1,'"></div>');return t}(),"\n </div>\n"),s=function(){function t(t){this.store=t}return t.prototype.setStyle=function(t,e){this.store.dispatch({type:"set",payload:{field:t,value:e}})},t.prototype.setColors=function(){this.mapColor("axisDefaults.crosshair.color","chart-crosshair-background"),this.mapColor("axisDefaults.labels.color","normal-text-color"),this.mapColor("axisDefaults.line.color","chart-major-lines"),this.mapColor("axisDefaults.majorGridLines.color","chart-major-lines"),this.mapColor("axisDefaults.minorGridLines.color","chart-minor-lines"),this.mapColor("axisDefaults.notes.icon.background","chart-notes-background"),this.mapColor("axisDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("axisDefaults.notes.line.color","chart-notes-lines"),this.mapColor("axisDefaults.title.color","normal-text-color"),this.mapColor("chartArea.background","background"),this.mapColor("legend.inactiveItems.labels.color","chart-inactive"),this.mapColor("legend.inactiveItems.markers.color","chart-inactive"),this.mapColor("legend.labels.color","normal-text-color"),this.mapColor("seriesDefaults.boxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.boxPlot.mean.color","base"),this.mapColor("seriesDefaults.boxPlot.median.color","base"),this.mapColor("seriesDefaults.boxPlot.whiskers.color","primary"),this.mapColor("seriesDefaults.bullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.candlestick.downColor","normal-text-color"),this.mapColor("seriesDefaults.candlestick.line.color","normal-text-color"),this.mapColor("seriesDefaults.errorBars.color","chart-error-bars-background"),this.mapColor("seriesDefaults.horizontalWaterfall.line.color","chart-major-lines"),this.mapColor("seriesDefaults.icon.border.color","chart-major-lines"),this.mapColor("seriesDefaults.labels.background","background"),this.mapColor("seriesDefaults.labels.color","normal-text-color"),this.mapColor("seriesDefaults.notes.icon.background","chart-notes-background"),this.mapColor("seriesDefaults.notes.icon.border.color","chart-notes-border"),this.mapColor("seriesDefaults.notes.line.color","chart-notes-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.downColor","chart-major-lines"),this.mapColor("seriesDefaults.verticalBoxPlot.mean.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.median.color","base"),this.mapColor("seriesDefaults.verticalBoxPlot.whiskers.color","primary"),this.mapColor("seriesDefaults.verticalBullet.target.color","normal-text-color"),this.mapColor("seriesDefaults.waterfall.line.color","chart-major-lines"),this.mapColor("title.color","normal-text-color");var t=parseFloat(this.queryStyle("chart-area-opacity").opacity);isNaN(t)||(this.setStyle("seriesDefaults.area.opacity",t),this.setStyle("seriesDefaults.radarArea.opacity",t),this.setStyle("seriesDefaults.verticalArea.opacity",t),this.setStyle("seriesDefaults.labels.opacity",t)),this.setInactiveOpacity(["area","verticalArea"],"chart-area-inactive-opacity"),this.setInactiveOpacity(["line","verticalLine"],"chart-line-inactive-opacity")},t.prototype.setFonts=function(){var t=i(this.queryStyle("chart-font")),e=i(this.queryStyle("chart-title-font")),r=i(this.queryStyle("chart-pane-title-font")),o=i(this.queryStyle("chart-label-font"));this.setStyle("axisDefaults.labels.font",o),this.setStyle("axisDefaults.notes.label.font",t),this.setStyle("axisDefaults.title.font",t),this.setStyle("legend.labels.font",t),this.setStyle("seriesDefaults.labels.font",o),this.setStyle("seriesDefaults.notes.label.font",t),this.setStyle("title.font",e),this.setStyle("paneDefaults.title.font",r)},t.prototype.setSeriesColors=function(){var t=this.element,e=[].slice.call(null==t?void 0:t.querySelectorAll(".k-var--series div")),r=n(null==t?void 0:t.querySelector(".k-var--series-unset")),o=e.reduce((function(t,e){var o=function(t){var e=t.match(/series-([a-z])$/);if(null!==e)return e[1].toLowerCase().charCodeAt(0)-"a".charCodeAt(0);var r=t.split("--series-")[1];return parseInt(r,10)-1}(e.className),i=n(e);return i!==r&&(t[o]=i),t}),[]);this.setStyle("seriesColors",o)},t.prototype.mapColor=function(t,e){this.setStyle(t,this.queryStyle(e).backgroundColor)},t.prototype.queryStyle=function(t){var e=this.element;return window.getComputedStyle(null==e?void 0:e.querySelector(".k-var--".concat(t)))},t.prototype.setInactiveOpacity=function(t,e){var r=this,o=parseFloat(this.queryStyle(e).opacity);!isNaN(o)&&o<1&&t.forEach((function(t){return r.setStyle("seriesDefaults.".concat(t,".highlight.inactiveOpacity"),o)}))},t}();e.loadTheme=function(t,e){var r=new s(t);if("undefined"!=typeof document){var i=r.element=document.createElement("div");i.style.display="none",i.innerHTML=a,document.body.appendChild(i);try{t.dispatch({type:"push",payload:(0,o.chartBaseTheme)()}),r.setColors(),r.setFonts(),r.setSeriesColors()}finally{document.body.removeChild(r.element),delete r.element,e()}}else t.dispatch({type:"push",payload:(0,o.chartBaseTheme)()})}},5544:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipVue2=e.CrosshairTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(9680),u=r(8072),c=r(1566),p={name:"KendoCrosshairTooltip",props:{index:Number,name:String},data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContent:void 0,popupStyles:void 0,className:void 0}},inject:{optionsState:{default:{}},dispatchOptions:{default:null},observersStore:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:s?void 0:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},unmounted:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e,r=a||t,o=((0,l.getDefaultSlots)(this),this.popupShown?this.popupContent:Function.prototype),i=(0,l.classNames)(((e={})["k-chart-crosshair-tooltip"]=!0,e["k-chart-tooltip-inverse"]=!!this.className,e));return r(c.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:i},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:i},this.v3?function(){return[o]}:[o])},methods:{onShowTooltip:function(t){var e=t.anchor,r=t.style,o=t.className,i=t.crosshair,n=t.axisName,a=t.axisIndex,s=t.value,l=this.$props,u=l.name,c=l.index;i&&n===u&&a===c&&(this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContent=s,this.popupStyles=r,this.className=o)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0}}};e.CrosshairTooltipVue2=p;var h=p;e.CrosshairTooltip=h},7822:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairContainerVue2=e.CrosshairContainer=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(5544),u=["categoryAxis","valueAxis","xAxis","yAxis"];function c(t,e){var r=[];if(t[e])for(var o=[].concat(t[e]),i=0;i<o.length;i++){var n=(o[i].crosshair||{}).tooltip;n&&n.visible&&r.push({index:i,name:e})}return r}var p={name:"KendoCrosshairContainer",props:{optionsState:Object},computed:{tooltips:function(){return function(t){for(var e={},r=0;r<u.length;r++)for(var o=c(t,u[r]),i=0;i<o.length;i++){var n=o[i];e[n.name+n.index]=n}return e}(this.optionsState)}},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=Object.keys(this.tooltips).map((function(t){return e(l.CrosshairTooltip,{index:this.tooltips[t].index,attrs:this.v3?void 0:{index:this.tooltips[t].index,name:this.tooltips[t].name},name:this.tooltips[t].name,key:t})}),this);return e("div",[r])}};e.CrosshairContainerVue2=p;var h=p;e.CrosshairContainer=h},4933:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var r=function(){function t(t,e){this.value=t.value,this.category=t.category,this.categoryIndex=t.categoryIx,this.series=t.series,this.dataItem=t.dataItem,this.percentage=t.percentage,this.runningTotal=t.runningTotal,this.total=t.total,this.low=t.low,this.high=t.high,this.xLow=t.xLow,this.xHigh=t.xHigh,this.yLow=t.yLow,this.yHigh=t.yHigh,this.point=t,this.format=((t.options||{}).tooltip||{}).format||e}return Object.defineProperty(t.prototype,"formattedValue",{get:function(){return this.format?this.point.formatValue(this.format):String(this.value)},enumerable:!1,configurable:!0}),t}();e.TooltipPoint=r},1566:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPopupVue2=e.TooltipPopup=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(8072),u=r(5320),c=r(4866),p=r(9680),h={horizontal:"fit",vertical:"fit"},f="k-chart-tooltip",d={name:"KendoTooltipPopup",props:{className:String,popupShown:Boolean,popupAlign:{type:Object,default:function(){}},popupOffset:{type:Object},popupStyles:{type:Object},popupContent:Function},inject:{options:{default:{state:{}}},dispatchOptions:{default:null},observersState:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created:function(){this.chartObserver=new l.InstanceObserver(this,{onMouseLeave:"onChartMouseLeave"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},mounted:function(){this.element=(0,p.getRef)(this,"element")},destroyed:s?void 0:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},unmounted:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=this,r=a||t,o=(0,p.getDefaultSlots)(this),i=this.$props,n=i.popupShown,s=i.popupAlign,l=i.popupOffset,u=i.popupStyles,d=(i.popupContent,i.className),v=[f,d].join(" ").trim();return r(c.Popup,{animate:!1,attrs:this.v3?void 0:{animate:!1,popupAlign:s,offset:l,show:n,collision:h},popupAlign:s,offset:l,show:n,collision:h,class:"k-chart-tooltip-wrapper"},this.v3?function(){return[r("div",{class:v,style:u,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:(0,p.setRef)(e,"element")},[o])]}:[r("div",{class:v,style:u,onMouseleave:e.onMouseLeave,on:e.v3?void 0:{mouseleave:e.onMouseLeave},ref:(0,p.setRef)(e,"element")},[o])])},methods:{onChartMouseLeave:function(t){var e=t.event;return!!(0,u.hasParent)(e.relatedTarget,this.element)},onMouseLeave:function(t){}}};e.TooltipPopupVue2=d;var v=d;e.TooltipPopup=v},6123:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesTooltipVue2=e.SeriesTooltip=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l=r(9680),u=r(8072),c=r(4933),p=r(7003),h=r(1566),f={name:"KendoSeriesTooltip",data:function(){return{popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContext:{},popupStyles:void 0,className:void 0,shared:void 0}},inject:{optionsState:{default:{}},observersState:{default:null},dispatchObservers:{default:null}},mounted:function(){this.chartObserver=new u.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},destroyed:s?void 0:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},unmounted:function(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e,r=this,o=a||t,i=this.popupShown?function(){var t=this.findRenderFunction();if(this.shared){var e=o(p.SharedTooltipContent,{categoryText:this.popupContext.categoryText,attrs:this.v3?void 0:{categoryText:this.popupContext.categoryText,colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points},colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points});return l.getTemplate.call(this,{h:o,template:t,defaultRendering:e,additionalProps:Object.assign({},this.popupContext)})}var r=this.popupContext.point,i=this.findRenderFunctionByIndex(r.series.index),n=o("span",{domProps:{innerHTML:this.popupContext.point.formattedValue},innerHTML:this.popupContext.point.formattedValue});return null!==i?l.getTemplate.call(this,{h:o,template:i,defaultRendering:n,additionalProps:Object.assign({},this.popupContext)}):null!==t?l.getTemplate.call(this,{h:o,template:t,defaultRendering:n,additionalProps:Object.assign({},this.popupContext)}):n}:Function.prototype,n=(0,l.classNames)(((e={})["k-chart-shared-tooltip"]=this.shared,e["k-chart-tooltip-inverse"]=!!this.className,e));return o(h.TooltipPopup,{popupShown:this.popupShown,attrs:this.v3?void 0:{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},this.v3?function(){return[i.call(r)]}:[i.call(r)])},methods:{onShowTooltip:function(t){var e,r=t.anchor,o=t.style,i=t.shared,n=t.className;t.crosshair||(e=i?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.popupShown=!0,this.popupAlign=r.align,this.popupOffset=r.point,this.popupContext=e,this.popupStyles=o,this.className=n,this.shared=i)},onHideTooltip:function(){this.popupShown=!1,this.popupStyles={},this.className=void 0},createSharedTooltipContext:function(t){var e=t.points,r=t.categoryText,o=e.filter((function(t){return void 0!==t.series.name})).length>0,i=t.series.length>1,n=1;return o&&n++,i&&n++,{categoryText:r,colorMarker:i,colspan:n,nameColumn:o,points:t.points.map((function(e){return new c.TooltipPoint(e,t.format)}))}},createTooltipContext:function(t){var e=t.point,r=t.format;return{point:new c.TooltipPoint(e,r)}},findRenderFunctionByIndex:function(t){var e=this.optionsState.series;return void 0!==e&&Array.isArray(e)&&void 0!==e[t]&&e[t].hasOwnProperty("tooltip")&&e[t].tooltip.hasOwnProperty("render")?e[t].tooltip.render:null},findRenderFunction:function(){var t=this.optionsState.tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null}}};e.SeriesTooltipVue2=f;var d=f;e.SeriesTooltip=d},7003:(t,e,r)=>{var o=Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]},i=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e};Object.defineProperty(e,"__esModule",{value:!0}),e.SharedTooltipContentVue2=e.SharedTooltipContent=void 0;var n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var r in t)"default"!==r&&Object.prototype.hasOwnProperty.call(t,r)&&o(e,t,r);return i(e,t),e}(r(1895)),a=n.h,s=n.version&&"3"===n.version[0],l={name:"KendoSharedTooltipPopup",props:{categoryText:String,colorMarker:{type:Boolean,default:void 0},colspan:Number,nameColumn:{type:Boolean,default:void 0},points:Array},setup:s?function(){return{v3:!!s}}:void 0,render:function(t){var e=a||t,r=this.$props,o=r.categoryText,i=r.colorMarker,n=r.colspan,s=r.nameColumn,l=r.points;return e("table",[e("thead",[e("tr",[e("th",{colspan:n,attrs:this.v3?void 0:{colspan:n}},[o])])]),e("tbody",[l.map(function(t,r){var o=e("span",{domProps:{innerHTML:t.formattedValue},innerHTML:t.formattedValue});return e("tr",{key:r},[i&&e("td",[e("span",{class:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}})]),s&&e("td",[t.series.name]),o])}.bind(this),this)])])}};e.SharedTooltipContentVue2=l;var u=l;e.SharedTooltipContent=u},5560:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var o=r(4933);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return o.TooltipPoint}})},5320:(t,e)=>{var r=function(){return r=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.removeUndefinedProps=e.toggle=e.validateChildren=e.hasParent=void 0,e.hasParent=function(t,e){for(var r=t;r&&r!==e;)r=r.parentNode;return!!r},e.removeUndefinedProps=function(t){var e=r({},t);return Object.keys(e).forEach((function(t){void 0===e[t]&&delete e[t],"dataItems"===t&&(e.data=e[t],delete e[t]),"lineStyle"===t&&e[t]&&(e.style=e[t],delete e[t])})),e},e.validateChildren=function(t,e,r,o){var i=t[e];if(i&&Array.isArray(i))for(var n=0,a=i;n<a.length;n++){var s=a[n];if(!s.type||s.type!==o)return new Error("".concat(r," children should be Array of type ").concat(o.displayName,"."))}return null},e.toggle=function(t){return void 0!==t&&!t}},4941:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.AnimationVue2=e.Animation=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(9389),s=r(9680),l=r(8420),u=r(1947).default.styles,c={props:{componentChildStyle:Object,childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:n?function(){return{v3:!!n}}:void 0,created:function(){(0,s.validatePackage)(l.packageMetadata)},render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o=this.$props,n=(o.id,o.tag,o.role),l=o.className,c=(o.childFactory,o.stackChildren,o.componentChildStyle),p=(o.componentChildClassName,function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["id","tag","role","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[u["animation-container"],u["animation-container-relative"],l]);return e("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id,role:n},class:p,role:n},[e(a.AnimationChild,{key:"some",style:c,appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])])}};e.AnimationVue2=c;var p=c;e.Animation=p},9389:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.AnimationChildVue2=e.AnimationChild=void 0;var i=r(1895),n=i.h,a=i.version&&"3"===i.version[0],s=i.ref,l=i.Transition,u=r(1947),c=r(9680),p=u.default.styles,h={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object},created:function(){this.animationStep=""},setup:a?function(){return{v3:!!a,elementRef:s(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(t){this.$emit("beforeenter",{animatedElement:t,target:this})},onEnter:function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},onAfterEnter:function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},onBeforeLeave:function(t){this.$emit("exit",{animatedElement:t,target:this})},onLeave:function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},onAfterLeave:function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})}},render:function(t){var e=this,r=n||t,i=this.$props,a=i.appear,s=i.enter,u=i.exit,h=i.transitionName,f=i.transitionEnterDuration,d=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),y=i.animationEnteredStyle,m=i.animationExitingStyle,b=i.animationExitedStyle,x=(function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),(0,c.getDefaultSlots)(this)),_=this.v3?a:!!x,C=this.v3?l:"transition",w=[v,p["child-animation-container"]],O=s?f:0,S=u?d:0,P=[o({transitionDelay:"0ms",transitionDuration:"".concat(_?O:S,"ms")},this.$props.transitionStyle),{entering:o({transitionDuration:"".concat(O,"ms")},g),entered:o({},y),exiting:o({transitionDuration:"".concat(S,"ms")},m),exited:o({},b)}[this.animationStep]],A={enter:O,leave:S},j=[_?r("div",{style:P,class:w,ref:this.v3?function(t){e.elementRef=t}:"element"},[x]):null];return r(C,{duration:A,attrs:this.v3?null:{duration:A,name:h,appear:a,appearClass:p["".concat(h,"-appear")]||"".concat(h,"-appear"),appearToClass:p["".concat(h,"-appear-active")]||"".concat(h,"-appear-active"),enterClass:p["".concat(h,"-enter")]||"".concat(h,"-enter"),enterToClass:p["".concat(h,"-enter-active")]||"".concat(h,"-enter-active"),leaveClass:p["".concat(h,"-exit")]||"".concat(h,"-exit"),leaveToClass:p["".concat(h,"-exit-active")]||"".concat(h,"-exit-active")},name:h,appear:a,appearFromClass:p["".concat(h,"-appear")]||"".concat(h,"-appear"),enterFromClass:p["".concat(h,"-enter")]||"".concat(h,"-enter"),leaveFromClass:p["".concat(h,"-exit")]||"".concat(h,"-exit"),appearToClass:p["".concat(h,"-appear-active")]||"".concat(h,"-appear-active"),enterToClass:p["".concat(h,"-enter-active")]||"".concat(h,"-enter-active"),leaveToClass:p["".concat(h,"-exit-active")]||"".concat(h,"-exit-active"),onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return j}:j)}};e.AnimationChildVue2=h;var f=h;e.AnimationChild=f},2483:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ExpandVue2=e.Expand=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},componentChildStyle:Object,tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o=this.$props,n=(o.direction,function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["direction"]),"expand-".concat(this.$props.direction));return e(a.Animation,{transitionName:n,attrs:this.v3?void 0:{transitionName:n,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}};e.ExpandVue2=l;var u=l;e.Expand=u},367:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.FadeVue2=e.Fade=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:500},transitionExitDuration:{type:Number,default:500},componentChildStyle:Object,childFactory:Object,className:String,tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this);return e(a.Animation,{transitionName:"fade",attrs:this.v3?void 0:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}};e.FadeVue2=l;var u=l;e.Fade=u},5756:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PushVue2=e.Push=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={position:"absolute",top:"0",left:"0"},u={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,componentChildStyle:Object,className:String,direction:{type:String,default:"right"},tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o="push-".concat(this.$props.direction);return e(a.Animation,{transitionName:o,attrs:this.v3?void 0:{transitionName:o,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationExitingStyle:this.$props.stackChildren?l:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationExitingStyle:this.$props.stackChildren?l:void 0},this.v3?function(){return[r]}:[r])}};e.PushVue2=u;var c=u;e.Push=c},7468:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.RevealVue2=e.Reveal=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(1947),l=r(9680),u=function(){},c={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildStyle:Object,childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String},data:function(){return{maxHeight:"",maxWidth:""}},methods:{componentWillEnter:function(t){var e=this.$props.onEnter;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},componentIsEntering:function(t){var e=this.$props.onEntering;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},componentWillExit:function(t){var e=this.$props.onExit;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},updateContainerDimensions:function(t,e){void 0===e&&(e=u);var r=t?t.firstElementChild:null;if(r){var o=s.default.outerHeight(r),i=s.default.outerWidth(r);this.$data.maxHeight=o,this.$data.maxWidth=i,e()}}},computed:{animationEnteringStyle:{get:function(){var t;return{maxHeight:(t="vertical"===this.$props.direction?{maxHeight:this.maxHeight?"".concat(this.maxHeight,"px"):null}:{maxWidth:this.maxWidth?"".concat(this.maxWidth,"px"):null}).maxHeight,maxWidth:t.maxWidth}}}},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,l.getDefaultSlots)(this),o=this.$props,n=(o.direction,o.childFactory,function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["direction","childFactory"]),"reveal-".concat(this.$props.direction));return e(a.Animation,{appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationEnteringStyle:this.animationEnteringStyle,transitionName:n},enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,onEnter:this.componentWillEnter,on:this.v3?void 0:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit},onEntering:this.componentIsEntering,onExit:this.componentWillExit,componentChildStyle:this.$props.componentChildStyle,animationEnteringStyle:this.animationEnteringStyle,transitionName:n},this.v3?function(){return[r]}:[r])}};e.RevealVue2=c;var p=c;e.Reveal=p},1929:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.SlideVue2=e.Slide=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[Array],childFactory:Object,componentChildStyle:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String,role:String},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o=this.$props,n=(o.direction,o.id),l=(function(t,e){var r={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(r[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(r[o[i]]=t[o[i]])}}(o,["direction","id"]),"slide-".concat(this.$props.direction));return e(a.Animation,{id:n,attrs:this.v3?void 0:{id:n,transitionName:l,componentChildClassName:this.$props.componentChildClassName,componentChildStyle:this.$props.componentChildStyle,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},transitionName:l,componentChildClassName:this.$props.componentChildClassName,componentChildStyle:this.$props.componentChildStyle,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[r]}:[r])}};e.SlideVue2=l;var u=l;e.Slide=u},7524:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomVue2=e.Zoom=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(4941),s=r(9680),l={position:"absolute",top:"0",left:"0"},u={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},stackChildren:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"out"},tag:String,id:String},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=(0,s.getDefaultSlots)(this),o="zoom-".concat(this.$props.direction);return e(a.Animation,{transitionName:o,attrs:this.v3?void 0:{transitionName:o,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?l:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?l:void 0},this.v3?function(){return[r]}:[r])}};e.ZoomVue2=u;var c=u;e.Zoom=c},5173:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.cancelAnimation=e.animate=void 0,e.animate=function(t,e,r){void 0===e&&(e=0),void 0===r&&(r=0);var o,i=t.duration,n=e&&1-e;return t.onStart&&t.onStart(),r=window.requestAnimationFrame((function a(s){o||(o=s);var l=(s-o+1)/i+n;l<=1?(t.onUpdate&&t.onUpdate(l),r=window.requestAnimationFrame(a),e=l):(t.onEnd&&t.onEnd(1),e=0)}))},e.cancelAnimation=function(t){t&&window.cancelAnimationFrame(t)}},8895:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.cancelAnimation=e.animate=e.RevealVue2=e.Reveal=e.ZoomVue2=e.Zoom=e.SlideVue2=e.Slide=e.PushVue2=e.Push=e.ExpandVue2=e.Expand=e.FadeVue2=e.Fade=e.AnimationChildVue2=e.AnimationChild=e.AnimationVue2=e.Animation=void 0;var o=r(4941);Object.defineProperty(e,"Animation",{enumerable:!0,get:function(){return o.Animation}}),Object.defineProperty(e,"AnimationVue2",{enumerable:!0,get:function(){return o.AnimationVue2}});var i=r(9389);Object.defineProperty(e,"AnimationChild",{enumerable:!0,get:function(){return i.AnimationChild}}),Object.defineProperty(e,"AnimationChildVue2",{enumerable:!0,get:function(){return i.AnimationChildVue2}});var n=r(367);Object.defineProperty(e,"Fade",{enumerable:!0,get:function(){return n.Fade}}),Object.defineProperty(e,"FadeVue2",{enumerable:!0,get:function(){return n.FadeVue2}});var a=r(2483);Object.defineProperty(e,"Expand",{enumerable:!0,get:function(){return a.Expand}}),Object.defineProperty(e,"ExpandVue2",{enumerable:!0,get:function(){return a.ExpandVue2}});var s=r(5756);Object.defineProperty(e,"Push",{enumerable:!0,get:function(){return s.Push}}),Object.defineProperty(e,"PushVue2",{enumerable:!0,get:function(){return s.PushVue2}});var l=r(1929);Object.defineProperty(e,"Slide",{enumerable:!0,get:function(){return l.Slide}}),Object.defineProperty(e,"SlideVue2",{enumerable:!0,get:function(){return l.SlideVue2}});var u=r(7524);Object.defineProperty(e,"Zoom",{enumerable:!0,get:function(){return u.Zoom}}),Object.defineProperty(e,"ZoomVue2",{enumerable:!0,get:function(){return u.ZoomVue2}});var c=r(7468);Object.defineProperty(e,"Reveal",{enumerable:!0,get:function(){return c.Reveal}}),Object.defineProperty(e,"RevealVue2",{enumerable:!0,get:function(){return c.RevealVue2}});var p=r(5173);Object.defineProperty(e,"animate",{enumerable:!0,get:function(){return p.animate}}),Object.defineProperty(e,"cancelAnimation",{enumerable:!0,get:function(){return p.cancelAnimation}})},8420:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1705504014,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},1947:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default={outerHeight:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginTop),o=parseFloat(e.marginBottom);return t.offsetHeight+r+o},outerWidth:function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),r=parseFloat(e.marginLeft),o=parseFloat(e.marginRight);return t.offsetWidth+r+o},styles:{"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"}}},8072:(t,e,r)=>{r.r(e),r.d(e,{Aggregates:()=>ri,ArcGauge:()=>$h,ArcScale:()=>zh,AreaChart:()=>Ba,AreaSegment:()=>Ea,ArrowLinearPointer:()=>ph,Axis:()=>jr,AxisGroupRangeTracker:()=>za,AxisLabel:()=>lr,Bar:()=>Xa,BarChart:()=>Ja,BarLabel:()=>Ha,BarLinearPointer:()=>yh,Barcode:()=>Nf,Box:()=>ke,BoxElement:()=>ze,BoxPlot:()=>ns,BoxPlotChart:()=>us,BubbleChart:()=>ys,Bullet:()=>_s,BulletChart:()=>ws,Candlestick:()=>es,CandlestickChart:()=>os,CategoricalChart:()=>la,CategoricalErrorBar:()=>zn,CategoricalPlotArea:()=>Tl,CategoryAxis:()=>uo,Chart:()=>ap,ChartAxis:()=>Wo,ChartContainer:()=>Ts,ChartElement:()=>Be,ChartPane:()=>Qo,ChartPlotArea:()=>Jo,ChartService:()=>_r,CircularGauge:()=>Yh,Class:()=>$.Class,ClipAnimation:()=>Aa,ClusterLayout:()=>Wa,Crosshair:()=>ks,CrosshairTooltip:()=>As,CurveProcessor:()=>Go,DateCategoryAxis:()=>bo,DateValueAxis:()=>jo,DefaultAggregates:()=>$s,DomEventsBuilder:()=>Or,DonutChart:()=>Uu,DonutPlotArea:()=>Xu,DonutSegment:()=>Fu,ErrorBarBase:()=>Bn,ErrorRangeCalculator:()=>ui,Extent:()=>ng,FloatElement:()=>qe,FontLoader:()=>Zt,FormatService:()=>mr,Gauge:()=>Yp,Gradients:()=>Xe,HashMap:()=>wt,Highlight:()=>Dl,InstanceObserver:()=>jt,IntlService:()=>dr,Legend:()=>iu,LegendItem:()=>eu,LegendLayout:()=>Kl,LineChart:()=>Ma,LinePoint:()=>da,LineSegment:()=>ga,LinearGauge:()=>xh,LinearPointer:()=>nh,LinearScale:()=>eh,Location:()=>iv,LogarithmicAxis:()=>Vo,Map:()=>Dy,Matrix:()=>Oe,MousewheelZoom:()=>Hl,Navigator:()=>Sp,NavigatorHint:()=>bp,Note:()=>cr,NumericAxis:()=>Po,OHLCChart:()=>fl,OHLCPoint:()=>pl,Pane:()=>Ds,Pannable:()=>Bl,PieAnimation:()=>bu,PieChart:()=>Nu,PieChartMixin:()=>Du,PiePlotArea:()=>Ru,PieSegment:()=>Vu,PlotAreaBase:()=>zs,PlotAreaEventsMixin:()=>Hs,PlotAreaFactory:()=>au,Point:()=>Pe,PointEventsMixin:()=>ca,PolarAxis:()=>Bo,QRCode:()=>Gd,RadarCategoryAxis:()=>Lo,RadarLogarithmicAxis:()=>Xo,RadarNumericAxis:()=>Uo,RadialGauge:()=>Bh,RadialPointer:()=>Ih,RadialScale:()=>jh,RangeAreaChart:()=>ul,RangeAreaPoint:()=>el,RangeBar:()=>Ys,RangeBarChart:()=>qs,RangePointer:()=>Kh,Ring:()=>Ee,RootElement:()=>Ye,ScatterChart:()=>fs,ScatterErrorBar:()=>ps,ScatterLineChart:()=>_u,Sector:()=>De,Selection:()=>cu,SeriesAggregator:()=>Ks,SeriesBinder:()=>ni,ShapeBuilder:()=>Le,ShapeElement:()=>Ue,SharedTooltip:()=>du,Sparkline:()=>dp,SplineAreaSegment:()=>La,SplineSegment:()=>wa,StackWrap:()=>Za,StockChart:()=>Ap,TemplateService:()=>dt,Text:()=>Je,TextBox:()=>or,Title:()=>ar,Tooltip:()=>hu,WaterfallChart:()=>yl,WaterfallSegment:()=>vl,XYPlotArea:()=>ku,ZoomSelection:()=>zl,addClass:()=>U,alignPathToPixel:()=>G,anyHasZIndex:()=>Fn,append:()=>Dt,appendIfNotNull:()=>Hn,areNumbers:()=>Un,autoMajorUnit:()=>Se,autoTextColor:()=>he,barcodeValidator:()=>Rf,bindEvents:()=>It,bindSegments:()=>Xn,categoriesCount:()=>$n,chartBaseTheme:()=>am,clockwise:()=>Y,constants:()=>o,convertableToNumber:()=>Z,countNumbers:()=>ti,createHashSet:()=>be,createOutOfRangePoints:()=>aa,cycleDown:()=>J,cycleIndex:()=>tt,cycleUp:()=>Q,deepExtend:()=>nt,defaultErrorHandler:()=>xe,defined:()=>Lt,deg:()=>Nt,elementOffset:()=>Bt,elementScale:()=>pe,elementSize:()=>Rt,elementStyles:()=>ct,equalsIgnoreCase:()=>Gn,evalOptions:()=>Wn,eventCoordinates:()=>zt,eventElement:()=>Ft,filterSeriesByType:()=>qn,find:()=>se,findAxisByName:()=>qo,getAriaTemplate:()=>gt,getField:()=>oi,getSpacing:()=>pt,getTemplate:()=>vt,getter:()=>bt,grep:()=>xt,hasClasses:()=>_t,hasGradientOverlay:()=>Jn,hasOwnProperty:()=>Ce,hasValue:()=>ta,hashKey:()=>Ht,inArray:()=>Ot,interpolateValue:()=>St,isArray:()=>H,isDateAxis:()=>ea,isFunction:()=>et,isNumber:()=>W,isObject:()=>at,isPlainObject:()=>kt,isString:()=>q,keys:()=>_e,last:()=>Ut,limitValue:()=>Kt,logToConsole:()=>$.logToConsole,map:()=>Mt,mousewheelDelta:()=>Et,objectKey:()=>Xt,parseDateCategory:()=>Qn,qrcodeValidator:()=>Yd,rad:()=>$t,rectToBox:()=>tr,removeClass:()=>X,renderIcon:()=>ne,round:()=>Gt,segmentVisible:()=>Kn,setDefaultOptions:()=>Qt,singleItemOrArray:()=>ra,sparseArrayLimits:()=>ae,styleValue:()=>st,unbindEvents:()=>Yt,valueOrDefault:()=>Wt});var o={};r.r(o),r.d(o,{DEFAULT_PANE:()=>Cp,NAVIGATOR_AXIS:()=>_p,NAVIGATOR_PANE:()=>xp});var i="arc",n="ArrowUp",a="ArrowDown",s="ArrowLeft",l="ArrowRight",u="aria-activedescendant",c="#000",p="bottom",h="center",f="circle",d=3,v="cross",g="date",y="12px sans-serif",m=10,b="end",x=/\{\d+:?/,_="height",C="inside",w="inherit",O="left",S=Number.MAX_VALUE,P=-Number.MAX_VALUE,A="none",j="object",k="outside",M="right",T="roundedRect",E="start",V="string",D="top",I="value",L="#fff",N="width",B="x",R="y",z="pointer",F="horizontal";function H(t){return Array.isArray(t)}function U(t,e){for(var r=H(e)?e:[e],o=0;o<r.length;o++){var i=r[o];-1===t.className.indexOf(i)&&(t.className+=" "+i)}}var K=/\s+/g;function X(t,e){t&&t.className&&(t.className=t.className.replace(e,"").replace(K," "))}var $=r(4407);function G(t){var e=.5;t.options.stroke&&$.drawing.util.defined(t.options.stroke.width)&&t.options.stroke.width%2==0&&(e=0);for(var r=0;r<t.segments.length;r++)t.segments[r].anchor().round(0).translate(e,e);return t}function Y(t,e){return-t.x*e.y+t.y*e.x<0}function W(t){return"number"==typeof t&&!isNaN(t)}function q(t){return typeof t===V}function Z(t){return W(t)||q(t)&&isFinite(t)}function Q(t,e){return(t+1)%e}function J(t,e){var r=t-1;return r<0?e-1:r}function tt(t,e){return 1===e||t%e==0?0:t<0?e+t%e:t>=e?t%e:t}function et(t){return"function"==typeof t}var rt="object",ot="undefined";function it(t,e){for(var r in e){var o,i=e[r],n=typeof i;if((o=n===rt&&null!==i?i.constructor:null)&&o!==Array)if(i instanceof Date)t[r]=new Date(i.getTime());else if(et(i.clone))t[r]=i.clone();else{var a=t[r];t[r]=typeof a===rt&&a||{},it(t[r],i)}else n!==ot&&(t[r]=i)}return t}function nt(t){for(var e=arguments,r=arguments.length,o=1;o<r;o++)it(t,e[o]);return t}function at(t){return"object"==typeof t}function st(t){return W(t)?t+"px":t}var lt=/width|height|top|left|bottom|right/i;function ut(t){return lt.test(t)}function ct(t,e){var r=q(e)?[e]:e;if(H(r)){for(var o={},i=window.getComputedStyle(t),n=0;n<r.length;n++){var a=r[n];o[a]=ut(a)?parseFloat(i[a]):i[a]}return o}if(at(e))for(var s in e)t.style[s]=st(e[s])}function pt(t,e){void 0===e&&(e=0);var r={top:0,right:0,bottom:0,left:0};return"number"==typeof t?r[D]=r[M]=r[p]=r[O]=t:(r[D]=t[D]||e,r[M]=t[M]||e,r[p]=t[p]||e,r[O]=t[O]||e),r}var ht={compile:function(t){return t}},ft=function(){};ft.register=function(t){ht=t},ft.compile=function(t,e){return ht.compile(t,e)};const dt=ft;function vt(t){var e;return void 0===t&&(t={}),t.template?t.template=e=dt.compile(t.template):et(t.content)&&(e=t.content),e}function gt(t){var e;return void 0===t&&(t={}),t.ariaTemplate?t.ariaTemplate=e=dt.compile(t.ariaTemplate):et(t.ariaContent)&&(e=t.ariaContent),e}var yt=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,mt={};function bt(t){if(mt[t])return mt[t];var e=[];return t.replace(yt,(function(t,r,o,i){e.push($.drawing.util.defined(r)?r:o||i)})),mt[t]=function(t){for(var r=t,o=0;o<e.length&&r;o++)r=r[e[o]];return r},mt[t]}function xt(t,e){for(var r=t.length,o=[],i=0;i<r;i++)e(t[i])&&o.push(t[i]);return o}function _t(t,e){if(t.className)for(var r=e.split(" "),o=0;o<r.length;o++)if(t.className.indexOf&&-1!==t.className.indexOf(r[o]))return!0}mt[void 0]=function(t){return t};var Ct=function(){this._map=new Map};Ct.prototype.get=function(t){return this._map.get(t)},Ct.prototype.set=function(t,e){this._map.set(t,e)};const wt=Ct;function Ot(t,e){if(e)return-1!==e.indexOf(t)}function St(t,e,r){return $.drawing.util.round(t+(e-t)*r,d)}var Pt="trigger",At=function(t,e){this.observer=t,this.handlerMap=nt({},this.handlerMap,e)};At.prototype.trigger=function(t,e){var r,o=this.observer,i=this.handlerMap;return i[t]?r=this.callObserver(i[t],e):o[Pt]&&(r=this.callObserver(Pt,t,e)),r},At.prototype.callObserver=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];return this.observer[t].apply(this.observer,e)},At.prototype.requiresHandlers=function(t){if(this.observer.requiresHandlers)return this.observer.requiresHandlers(t);for(var e=0;e<t.length;e++)if(this.handlerMap[t[e]])return!0};const jt=At;function kt(t){return"[object Object]"===Object.prototype.toString.call(t)}function Mt(t,e){for(var r=t.length,o=[],i=0;i<r;i++){var n=e(t[i]);$.drawing.util.defined(n)&&o.push(n)}return o}var Tt=$.support.browser||{};function Et(t){var e=0;return t.wheelDelta?(e=-t.wheelDelta/120,Tt.webkit&&(e/=2*Math.max(window.devicePixelRatio,.625))):t.detail&&(e=t.detail/3),e>0?Math.ceil(e):Math.floor(e)}var Vt=$.drawing.util,Dt=Vt.append,It=Vt.bindEvents,Lt=Vt.defined,Nt=Vt.deg,Bt=Vt.elementOffset,Rt=Vt.elementSize,zt=Vt.eventCoordinates,Ft=Vt.eventElement,Ht=Vt.hashKey,Ut=Vt.last,Kt=Vt.limitValue,Xt=Vt.objectKey,$t=Vt.rad,Gt=Vt.round,Yt=Vt.unbindEvents,Wt=Vt.valueOrDefault,qt=function(){};qt.fetchFonts=function(t,e,r){void 0===r&&(r={depth:0}),!t||r.depth>5||!document.fonts||Object.keys(t).forEach((function(o){var i=t[o];"dataSource"!==o&&"$"!==o[0]&&i&&("font"===o?e.push(i):"object"==typeof i&&(r.depth++,qt.fetchFonts(i,e,r),r.depth--))}))},qt.loadFonts=function(t,e){var r=[];if(t.length>0&&document.fonts){try{r=t.map((function(t){return document.fonts.load(t)}))}catch(t){(0,$.logToConsole)(t)}Promise.all(r).then(e,e)}else e()},qt.preloadFonts=function(t,e){var r=[];qt.fetchFonts(t,r),qt.loadFonts(r,e)};const Zt=qt;function Qt(t,e){var r=t.prototype;r.options?r.options=nt({},r.options,e):r.options=e}var Jt="k-i-",te="k-svg-i-",ee=function(t,e){this.element=t,this.options=nt({},this.options,e),this.wrapper()};ee.prototype.wrapper=function(){this.addClasses()},ee.prototype.addClasses=function(){},ee.prototype.html=function(){return this.element.outerHTML},Qt(ee,{name:"",size:"none",themeColor:"none",flip:"default",iconClass:"",stylingOptions:["size","themeColor","fill"]});var re=function(t){function e(e,r){t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.wrapper=function(){var e=this.element.className.split(" ").find((function(t){return t.startsWith(Jt)})),r=this.options.icon?""+(this.options.icon.startsWith(Jt)?"":Jt)+this.options.icon:"";this._className=r,U(this.element,"k-icon"),X(this.element,e),U(this.element,r),U(this.element,this.options.iconClass||""),t.prototype.wrapper.call(this)},e}(ee);Qt(re,{name:"HTMLFontIcon",icon:null});var oe=function(t){function e(e,r){e.innerHTML="",t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.wrapper=function(){var e=this.options.icon,r=this.options.iconClass,o=this.element.className.split(" ").find((function(t){return t.startsWith(te)}));if(!e&&r){var i=r.match(/k-i-(\w+(?:-\w+)*)/);i&&(e=i[1],r=r.replace(i[0],""))}q(e)&&(e=e.replace("k-i-","").replace(/-./g,(function(t){return t[1].toUpperCase()})),e=this.options.svgIcons[e]||this.options.svgIcons[e+"Icon"]);var n=e&&e.name?""+te+e.name:"";if(this._className=n,U(this.element,"k-svg-icon"),X(this.element,o),U(this.element,n),U(this.element,r||""),this.element.setAttribute("aria-hidden","true"),e&&kt(e)){var a=document.createElementNS("http://www.w3.org/2000/svg","svg");a.setAttribute("viewBox",e.viewBox||""),a.setAttribute("focusable","false"),a.innerHTML=e.content||"",this.element.appendChild(a)}t.prototype.wrapper.call(this)},e}(ee);Qt(oe,{name:"HTMLSvgIcon",icon:null,svgIcons:{}});var ie={svg:oe,font:re};function ne(t,e){var r=t,o=e;return r&&(!at(r)||r instanceof HTMLElement)&&!q(r)||(o=r,r=document.createElement("span")),q(o)&&(o={icon:o}),o.type||(o.type="svg"),ie[o.type]?new ie[o.type](r,o).html():null}function ae(t){for(var e=S,r=P,o=0,i=t.length;o<i;o++){var n=t[o];null!==n&&isFinite(n)&&(e=Math.min(e,n),r=Math.max(r,n))}return{min:e===S?void 0:e,max:r===P?void 0:r}}function se(t,e){for(var r=0;r<t.length;r++){var o=t[r];if(e(o,r,t))return o}}var le=$.geometry.Matrix,ue=/matrix\((.*)\)/;function ce(t){var e=getComputedStyle(t).transform;return"none"===e?le.unit():function(t){var e=t.match(ue);if(null===e||2!==e.length)return le.unit();var r=e[1].split(",").map((function(t){return parseFloat(t)}));return new(Function.prototype.bind.apply(le,[null].concat(r)))}(e)}function pe(t){if(!t)return le.unit();for(var e=ce(t),r=t.parentElement;r;){var o=ce(r);e=e.multiplyCopy(o),r=r.parentElement}return e.b=e.c=e.e=e.f=0,e}const he=function(t){return new $.Color(t).isDark()?L:c};var fe={},de=function(t){this._index={},this._values=t?t.slice(0):[];for(var e=0;e<this._values.length;e++)this._index[this._values[e]]=e},ve={size:{configurable:!0}};de.prototype.values=function(){return this._values.filter((function(t){return t!==fe}))},de.prototype.has=function(t){return void 0!==this._index[t]},de.prototype.add=function(t){this.has(t)||(this._index[t]=this._values.length,this._values.push(t))},de.prototype.delete=function(t){var e=this._index[t];void 0!==e&&(this._values[e]=fe,delete this._index[t])},de.prototype.clear=function(){this._index={},this._values=[]},ve.size.get=function(){return this._values.length},Object.defineProperties(de.prototype,ve);var ge=function(t){this._set=new Set(t)},ye={size:{configurable:!0}};ge.prototype.values=function(){return Array.from(this._set)},ge.prototype.has=function(t){return this._set.has(t)},ge.prototype.add=function(t){this._set.add(t)},ge.prototype.delete=function(t){this._set.delete(t)},ge.prototype.clear=function(){this._set.clear()},ye.size.get=function(){return this._set.size},Object.defineProperties(ge.prototype,ye);var me=function(){var t=!1;return"function"==typeof Set&&(t=new Set([1]).has(1)),t};function be(t){return me()?new ge(t):new de(t)}function xe(t){throw t}const _e={INSERT:45,DELETE:46,BACKSPACE:8,TAB:9,ENTER:13,ESC:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,END:35,HOME:36,SPACEBAR:32,PAGEUP:33,PAGEDOWN:34,F2:113,F10:121,F12:123,NUMPAD_PLUS:107,NUMPAD_MINUS:109,NUMPAD_DOT:110};function Ce(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var we=function(){this.height=0,this.width=0,this.data=[]};we.prototype.clone=function(){var t=new we;return t.height=this.height,t.width=this.width,t.data=this.data.map((function(t){return t.slice()})),t},we.prototype.get=function(t,e){var r=this.data[t];return r?r[e]:null},we.prototype.set=function(t,e,r){var o=this.data[t];null==o&&(o=this.data[t]=[]),o[e]=r,t>=this.height&&(this.height=t+1),e>=this.width&&(this.width=e+1)},we.prototype.each=function(t,e){for(var r=0;r<this.height;++r)for(var o=0;o<this.width;++o){var i=this.get(r,o);if((e||null!=i)&&void 0!==(i=t(i,r,o)))return i}},we.prototype.map=function(t,e){var r=new we;return this.each((function(e,o,i){r.set(o,i,t(e,o,i))}),e),r},we.prototype.transpose=function(){var t=new we;return this.each((function(e,r,o){t.set(o,r,e)})),t},we.prototype.unit=function(t){this.width=this.height=t;for(var e=this.data=new Array(t),r=t;--r>=0;)for(var o=e[r]=new Array(t),i=t;--i>=0;)o[i]=r===i?1:0;return this},we.prototype.multiply=function(t){for(var e=this,r=new we,o=0;o<e.height;++o)for(var i=0;i<t.width;++i){for(var n=0,a=0;a<e.width;++a){var s=e.get(o,a),l=t.get(a,i);"number"==typeof s&&"number"==typeof l&&(n+=s*l)}r.set(o,i,n)}return r},we.prototype.inverse=function(){for(var t=this.width,e=this.augment((new we).unit(t)),r=e.data,o=function(e){var o=function(t,e,r){for(var o=r(t),i=t,n=t+1;n<e;n++){var a=r(t);a>o&&(o=a,i=t)}return i}(e,t,(function(t){return r[t][e]}));if(!r[o][e])return{v:null};if(e!==o){var i=r[e];r[e]=r[o],r[o]=i}for(var n=e+1;n<t;++n){for(var a=e+1;a<2*t;++a)r[n][a]-=r[e][a]*r[n][e]/r[e][e];r[n][e]=0}},i=0;i<t;++i){var n=o(i);if(n)return n.v}for(var a=0;a<t;++a)for(var s=r[a][a],l=0;l<2*t;++l)r[a][l]/=s;for(var u=t;--u>=0;)for(var c=u;--c>=0;)if(r[c][u])for(var p=2*t;--p>=t;)r[c][p]-=r[u][p]*r[c][u];return e.slice(0,t,t,t)},we.prototype.augment=function(t){var e=this.clone(),r=e.width;return t.each((function(t,o,i){e.set(o,i+r,t)})),e},we.prototype.slice=function(t,e,r,o){for(var i=new we,n=0;n<r;++n)for(var a=0;a<o;++a)i.set(n,a,this.get(t+n,e+a));return i};const Oe=we;function Se(t,e){var r=Gt(e-t,m-1);if(0===r){if(0===e)return.1;r=Math.abs(e)}var o=Math.pow(10,Math.floor(Math.log(r)/Math.log(10))),i=Gt(r/o,m);return Gt(o*(i<1.904762?.2:i<4.761904?.5:i<9.523809?1:2),m)}const Pe=function(t){function e(e,r){t.call(this),this.x=e||0,this.y=r||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.x,this.y)},e.prototype.equals=function(t){return t&&this.x===t.x&&this.y===t.y},e.prototype.rotate=function(t,e){var r=$t(e),o=Math.cos(r),i=Math.sin(r),n=t.x,a=t.y,s=this.x,l=this.y;return this.x=Gt(n+(s-n)*o+(l-a)*i,d),this.y=Gt(a+(l-a)*o-(s-n)*i,d),this},e.prototype.multiply=function(t){return this.x*=t,this.y*=t,this},e.prototype.distanceTo=function(t){var e=this.x-t.x,r=this.y-t.y;return Math.sqrt(e*e+r*r)},e.onCircle=function(t,r,o){var i=$t(r);return new e(t.x-o*Math.cos(i),t.y-o*Math.sin(i))},e}($.Class);var Ae=function(t){function e(e,r,o,i){t.call(this),this.x1=e||0,this.y1=r||0,this.x2=o||0,this.y2=i||0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.equals=function(t){return this.x1===t.x1&&this.x2===t.x2&&this.y1===t.y1&&this.y2===t.y2},e.prototype.width=function(){return this.x2-this.x1},e.prototype.height=function(){return this.y2-this.y1},e.prototype.translate=function(t,e){return this.x1+=t,this.x2+=t,this.y1+=e,this.y2+=e,this},e.prototype.move=function(t,e){var r=this.height(),o=this.width();return Lt(t)&&(this.x1=t,this.x2=this.x1+o),Lt(e)&&(this.y1=e,this.y2=this.y1+r),this},e.prototype.wrap=function(t){return this.x1=Math.min(this.x1,t.x1),this.y1=Math.min(this.y1,t.y1),this.x2=Math.max(this.x2,t.x2),this.y2=Math.max(this.y2,t.y2),this},e.prototype.wrapPoint=function(t){var r=H(t),o=r?t[0]:t.x,i=r?t[1]:t.y;return this.wrap(new e(o,i,o,i)),this},e.prototype.snapTo=function(t,e){return e!==B&&e||(this.x1=t.x1,this.x2=t.x2),e!==R&&e||(this.y1=t.y1,this.y2=t.y2),this},e.prototype.alignTo=function(t,e){var r=this.height(),o=this.width(),i=e===D||e===p?R:B,n=i===R?r:o;if(e===h){var a=t.center(),s=this.center();this.x1+=a.x-s.x,this.y1+=a.y-s.y}else this[i+1]=e===D||e===O?t[i+1]-n:t[i+2];return this.x2=this.x1+o,this.y2=this.y1+r,this},e.prototype.shrink=function(t,e){return this.x2-=t,this.y2-=e,this},e.prototype.expand=function(t,e){return this.shrink(-t,-e),this},e.prototype.pad=function(t){var e=pt(t);return this.x1-=e.left,this.x2+=e.right,this.y1-=e.top,this.y2+=e.bottom,this},e.prototype.unpad=function(t){var e=pt(t);return e.left=-e.left,e.top=-e.top,e.right=-e.right,e.bottom=-e.bottom,this.pad(e)},e.prototype.clone=function(){return new e(this.x1,this.y1,this.x2,this.y2)},e.prototype.center=function(){return new Pe(this.x1+this.width()/2,this.y1+this.height()/2)},e.prototype.containsPoint=function(t){return t.x>=this.x1&&t.x<=this.x2&&t.y>=this.y1&&t.y<=this.y2},e.prototype.points=function(){return[new Pe(this.x1,this.y1),new Pe(this.x2,this.y1),new Pe(this.x2,this.y2),new Pe(this.x1,this.y2)]},e.prototype.getHash=function(){return[this.x1,this.y1,this.x2,this.y2].join(",")},e.prototype.overlaps=function(t){return!(t.y2<this.y1||this.y2<t.y1||t.x2<this.x1||this.x2<t.x1)},e.prototype.rotate=function(t){var e=this.width(),r=this.height(),o=this.center(),i=o.x,n=o.y,a=je(0,0,i,n,t),s=je(e,0,i,n,t),l=je(e,r,i,n,t),u=je(0,r,i,n,t);return e=Math.max(a.x,s.x,l.x,u.x)-Math.min(a.x,s.x,l.x,u.x),r=Math.max(a.y,s.y,l.y,u.y)-Math.min(a.y,s.y,l.y,u.y),this.x2=this.x1+e,this.y2=this.y1+r,this},e.prototype.toRect=function(){return new $.geometry.Rect([this.x1,this.y1],[this.width(),this.height()])},e.prototype.hasSize=function(){return 0!==this.width()&&0!==this.height()},e.prototype.align=function(t,e,r){var o=e+1,i=e+2,n=e===B?N:_,a=this[n]();Ot(r,[O,D])?(this[o]=t[o],this[i]=this[o]+a):Ot(r,[M,p])?(this[i]=t[i],this[o]=this[i]-a):r===h&&(this[o]=t[o]+(t[n]()-a)/2,this[i]=this[o]+a)},e}($.Class);function je(t,e,r,o,i){var n=$t(i);return new Pe(r+(t-r)*Math.cos(n)+(e-o)*Math.sin(n),o-(t-r)*Math.sin(n)+(e-o)*Math.cos(n))}const ke=Ae;var Me=function(t){function e(e,r,o,i,n){t.call(this),this.center=e,this.innerRadius=r,this.radius=o,this.startAngle=i,this.angle=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.center,this.innerRadius,this.radius,this.startAngle,this.angle)},e.prototype.middle=function(){return this.startAngle+this.angle/2},e.prototype.setRadius=function(t,e){return e?this.innerRadius=t:this.radius=t,this},e.prototype.point=function(t,e){var r=$t(t),o=Math.cos(r),i=Math.sin(r),n=e?this.innerRadius:this.radius,a=Gt(this.center.x-o*n,d),s=Gt(this.center.y-i*n,d);return new Pe(a,s)},e.prototype.adjacentBox=function(t,e,r){var o=this.clone().expand(t),i=o.middle(),n=o.point(i),a=e/2,s=r/2,l=Math.sin($t(i)),u=Math.cos($t(i)),c=n.x-a,p=n.y-s;return Math.abs(l)<.9&&(c+=a*-u/Math.abs(u)),Math.abs(u)<.9&&(p+=s*-l/Math.abs(l)),new ke(c,p,c+e,p+r)},e.prototype.containsPoint=function(t){var e=this.center,r=this.innerRadius,o=this.radius,i=this.startAngle,n=this.startAngle+this.angle,a=t.x-e.x,s=t.y-e.y,l=new Pe(a,s),u=this.point(i),c=new Pe(u.x-e.x,u.y-e.y),p=this.point(n),h=new Pe(p.x-e.x,p.y-e.y),f=Gt(a*a+s*s,d);return(c.equals(l)||Y(c,l))&&!Y(h,l)&&f>=r*r&&f<=o*o},e.prototype.getBBox=function(){var t,e=new ke(S,S,P,P),r=Gt(this.startAngle%360),o=Gt((r+this.angle)%360),i=this.innerRadius,n=[0,90,180,270,r,o].sort(Te),a=n.indexOf(r),s=n.indexOf(o);t=r===o?n:a<s?n.slice(a,s+1):[].concat(n.slice(0,s+1),n.slice(a,n.length));for(var l=0;l<t.length;l++){var u=this.point(t[l]);e.wrapPoint(u),e.wrapPoint(u,i)}return i||e.wrapPoint(this.center),e},e.prototype.expand=function(t){return this.radius+=t,this},e}($.Class);function Te(t,e){return t-e}const Ee=Me;var Ve=function(t){function e(e,r,o,i){t.call(this,e,0,r,o,i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.expand=function(e){return t.prototype.expand.call(this,e)},e.prototype.clone=function(){return new e(this.center,this.radius,this.startAngle,this.angle)},e.prototype.setRadius=function(t){return this.radius=t,this},e}(Ee);const De=Ve;var Ie=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createRing=function(t,e){var r=t.startAngle+180,o=t.angle+r;(0===t.angle||t.angle>0&&r===o)&&(o+=.001);var i=new $.geometry.Point(t.center.x,t.center.y),n=Math.max(t.radius,0),a=Math.max(t.innerRadius,0),s=new $.geometry.Arc(i,{startAngle:r,endAngle:o,radiusX:n,radiusY:n}),l=$.drawing.Path.fromArc(s,e).close();if(a){s.radiusX=s.radiusY=a;var u=s.pointAt(o);l.lineTo(u.x,u.y),l.arc(o,r,a,a,!0)}else l.lineTo(i.x,i.y);return l},e}($.Class);Ie.current=new Ie;const Le=Ie;var Ne=function(t){function e(e){t.call(this),this.children=[],this.options=nt({},this.options,this.initUserOptions(e))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){return t},e.prototype.reflow=function(t){for(var e,r=this.children,o=0;o<r.length;o++){var i=r[o];i.reflow(t),e=e?e.wrap(i.box):i.box.clone()}this.box=e||t},e.prototype.destroy=function(){var t=this.children;this.animation&&this.animation.destroy();for(var e=0;e<t.length;e++)t[e].destroy()},e.prototype.getRoot=function(){var t=this.parent;return t?t.getRoot():null},e.prototype.getSender=function(){var t=this.getService();if(t)return t.sender},e.prototype.getService=function(){for(var t=this;t;){if(t.chartService)return t.chartService;t=t.parent}},e.prototype.translateChildren=function(t,e){for(var r=this.children,o=r.length,i=0;i<o;i++)r[i].box.translate(t,e)},e.prototype.append=function(){for(var t=arguments,e=0;e<arguments.length;e++){var r=t[e];this.children.push(r),r.parent=this}},e.prototype.renderVisual=function(){!1!==this.options.visible&&(this.createVisual(),this.addVisual(),this.renderChildren(),this.createAnimation(),this.renderComplete())},e.prototype.addVisual=function(){this.visual&&(this.visual.chartElement=this,this.parent&&this.parent.appendVisual(this.visual))},e.prototype.renderChildren=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)t[r].renderVisual()},e.prototype.createVisual=function(){this.visual=new $.drawing.Group({zIndex:this.options.zIndex,visible:Wt(this.options.visible,!0)})},e.prototype.createAnimation=function(){this.visual&&this.options.animation&&(this.animation=$.drawing.Animation.create(this.visual,this.options.animation))},e.prototype.appendVisual=function(t){t.chartElement||(t.chartElement=this),t.options.noclip?this.clipRoot().visual.append(t):Lt(t.options.zIndex)?this.stackRoot().stackVisual(t):this.isStackRoot?this.stackVisual(t):this.visual?this.visual.append(t):this.parent.appendVisual(t)},e.prototype.clipRoot=function(){return this.parent?this.parent.clipRoot():this},e.prototype.stackRoot=function(){return this.parent?this.parent.stackRoot():this},e.prototype.stackVisual=function(t){var e,r=t.options.zIndex||0,o=this.visual.children,i=o.length;for(e=0;e<i;e++){var n=o[e];if(Wt(n.options.zIndex,0)>r)break}this.visual.insert(e,t)},e.prototype.traverse=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++){var i=e[o];t(i),i.traverse&&i.traverse(t)}},e.prototype.closest=function(t){for(var e=this,r=!1;e&&!r;)(r=t(e))||(e=e.parent);if(r)return e},e.prototype.renderComplete=function(){},e.prototype.hasHighlight=function(){var t=(this.options||{}).highlight;return!(!this.createHighlight||t&&!1===t.visible||!1===this.visible)},e.prototype.toggleHighlight=function(t,e){var r=this,o=(this.options||{}).highlight||{},i=o.visual,n=this._highlight;if(!n){var a={fill:{color:L,opacity:e||.2},stroke:{color:L,width:1,opacity:e||.2}};if(i){if(!(n=this._highlight=i(Object.assign(this.highlightVisualArgs(),{createVisual:function(){return r.createHighlight(a)},sender:this.getSender(),series:this.series,dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,runningTotal:this.runningTotal,total:this.total}))))return}else n=this._highlight=this.createHighlight(a);Lt(n.options.zIndex)||(n.options.zIndex=Wt(o.zIndex,this.options.zIndex)),this.appendVisual(n)}n.visible(t)},e.prototype.toggleFocusHighlight=function(t){var e=((this.options||{}).accessibility||{}).highlight||{},r=this._focusHighlight;if(t||r){if(!r){var o=this.getRoot().options.background,i=he(o),n={fill:{opacity:e.opacity,color:e.color},stroke:Object.assign({},{color:i},e.border),zIndex:e.zIndex};r=this._focusHighlight=this.createFocusHighlight(n),this.appendVisual(r)}r.visible(t)}},e.prototype.createGradientOverlay=function(t,e,r){var o=new $.drawing.Path(Object.assign({stroke:{color:"none"},fill:this.createGradient(r),closed:t.options.closed},e));return o.segments.elements(t.segments.elements()),o},e.prototype.createGradient=function(t){if(this.parent)return this.parent.createGradient(t)},e.prototype.supportsPointInactiveOpacity=function(){return!0},e}($.Class);Ne.prototype.options={};const Be=Ne;var Re=function(t){function e(e){t.call(this,e),this.options.margin=pt(this.options.margin),this.options.padding=pt(this.options.padding)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){var r,o=this,i=this.options,n=i.width,a=i.height,s=i.shrinkToFit,l=n&&a,u=i.margin,c=i.padding,p=i.border.width,h=function(){o.align(e,B,i.align),o.align(e,R,i.vAlign),o.paddingBox=r.clone().unpad(u).unpad(p)},f=e.clone();l&&(f.x2=f.x1+n,f.y2=f.y1+a),s&&f.unpad(u).unpad(p).unpad(c),t.prototype.reflow.call(this,f),r=l?this.box=new ke(0,0,n,a):this.box,s&&l?(h(),f=this.contentBox=this.paddingBox.clone().unpad(c)):(f=this.contentBox=r.clone(),r.pad(c).pad(p).pad(u),h()),this.translateChildren(r.x1-f.x1+u.left+p+c.left,r.y1-f.y1+u.top+p+c.top);for(var d=this.children,v=0;v<d.length;v++){var g=d[v];g.reflow(g.box)}},e.prototype.align=function(t,e,r){this.box.align(t,e,r)},e.prototype.hasBox=function(){var t=this.options;return t.border.width||t.background},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.options.visible&&this.hasBox()&&this.visual.append($.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle()))},e.prototype.visualStyle=function(){var t=this.options,e=t.border||{};return{stroke:{width:e.width,color:e.color,opacity:Wt(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e}(Be);Qt(Re,{align:O,vAlign:D,margin:{},padding:{},border:{color:c,width:0},background:"",shrinkToFit:!1,width:0,height:0,visible:!0});const ze=Re;function Fe(t,e){e&&(t.options.className=e.className,t.options.role=e.role,t.options.ariaLabel=e.ariaLabel,t.options.ariaRoleDescription=e.ariaRoleDescription,t.options.ariaChecked=e.ariaChecked)}var He=function(t){function e(e,r){t.call(this,e),this.pointData=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getElement=function(){var t=this.options,e=this.paddingBox,r=t.type,o=t.rotation,i=e.center(),n=e.width()/2,a=e.height()/2;if(!t.visible||!this.hasBox())return null;var s,l=this.visualStyle();if(r===f)s=new $.drawing.Circle(new $.geometry.Circle([Gt(e.x1+n,d),Gt(e.y1+a,d)],Math.min(n,a)),l);else if("triangle"===r)s=$.drawing.Path.fromPoints([[e.x1+n,e.y1],[e.x1,e.y2],[e.x2,e.y2]],l).close();else if(r===v)(s=new $.drawing.MultiPath(l)).moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),s.moveTo(e.x1,e.y2).lineTo(e.x2,e.y1);else{var u=e.toRect();if(r===T){var c=Wt(t.borderRadius,u.width()/5);u.setCornerRadius(c)}s=$.drawing.Path.fromRect(u,l)}return o&&s.transform($.geometry.transform().rotate(-o,[i.x,i.y])),s.options.zIndex=t.zIndex,s},e.prototype.createElement=function(){var t=this,e=this.options.visual,r=this.pointData||{};return e?e({value:r.value,dataItem:r.dataItem,sender:this.getSender(),series:r.series,category:r.category,rect:this.paddingBox.toRect(),options:this.visualOptions(),createVisual:function(){return t.getElement()}}):this.getElement()},e.prototype.visualOptions=function(){var t=this.options;return{background:t.background,border:t.border,margin:t.margin,padding:t.padding,type:t.type,size:t.width,visible:t.visible}},e.prototype.createVisual=function(){this.visual=this.createElement(),Fe(this.visual,this.options.accessibilityOptions)},e}(ze);Qt(He,{type:f,align:h,vAlign:h});const Ue=He;var Ke="radial";const Xe={glass:{type:"linear",rotation:0,stops:[{offset:0,color:L,opacity:0},{offset:.25,color:L,opacity:.3},{offset:1,color:L,opacity:0}]},sharpBevel:{type:Ke,stops:[{offset:0,color:L,opacity:.55},{offset:.65,color:L,opacity:0},{offset:.95,color:L,opacity:.25}]},roundedBevel:{type:Ke,stops:[{offset:.33,color:L,opacity:.06},{offset:.83,color:L,opacity:.2},{offset:.95,color:L,opacity:0}]},roundedGlass:{type:Ke,supportVML:!1,stops:[{offset:0,color:L,opacity:0},{offset:.5,color:L,opacity:.3},{offset:.99,color:L,opacity:0}]},sharpGlass:{type:Ke,supportVML:!1,stops:[{offset:0,color:L,opacity:.2},{offset:.15,color:L,opacity:.15},{offset:.17,color:L,opacity:.35},{offset:.85,color:L,opacity:.05},{offset:.87,color:L,opacity:.15},{offset:.99,color:L,opacity:0}]},bubbleShadow:{type:Ke,center:[.5,.5],radius:.5}};function $e(t,e){if(t.x1===e.x1&&t.y1===e.y1&&t.x2===e.x2&&t.y2===e.y2)return e;var r=Math.min(t.x1,e.x1),o=Math.max(t.x1,e.x1),i=Math.min(t.x2,e.x2),n=Math.max(t.x2,e.x2),a=Math.min(t.y1,e.y1),s=Math.max(t.y1,e.y1),l=Math.min(t.y2,e.y2),u=Math.max(t.y2,e.y2),c=[];return c[0]=new ke(o,a,i,s),c[1]=new ke(r,s,o,l),c[2]=new ke(i,s,n,l),c[3]=new ke(o,l,i,u),t.x1===r&&t.y1===a||e.x1===r&&e.y1===a?(c[4]=new ke(r,a,o,s),c[5]=new ke(i,l,n,u)):(c[4]=new ke(i,a,n,s),c[5]=new ke(r,l,o,u)),xt(c,(function(t){return t.height()>0&&t.width()>0}))[0]}var Ge=function(t){function e(e){t.call(this,e);var r=this.options;r.width=parseInt(r.width,10),r.height=parseInt(r.height,10),this.gradients={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t=this.options,e=this.children,r=new ke(0,0,t.width,t.height);this.box=r.unpad(t.margin);for(var o=0;o<e.length;o++)e[o].reflow(r),r=$e(r,e[o].box)||new ke},e.prototype.createVisual=function(){this.visual=new $.drawing.Group,this.createBackground()},e.prototype.createBackground=function(){var t=this.options,e=t.border||{},r=this.box.clone().pad(t.margin).unpad(e.width),o=$.drawing.Path.fromRect(r.toRect(),{stroke:{color:e.width?e.color:"",width:e.width,dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},zIndex:-10});this.visual.append(o)},e.prototype.getRoot=function(){return this},e.prototype.createGradient=function(t){var e,r=this.gradients,o=Xt(t),i=Xe[t.gradient];if(r[o])e=r[o];else{var n=Object.assign({},i,t);"linear"===i.type?e=new $.drawing.LinearGradient(n):(t.innerRadius&&(n.stops=function(t){for(var e=t.stops,r=t.innerRadius/t.radius*100,o=e.length,i=[],n=0;n<o;n++){var a=Object.assign({},e[n]);a.offset=(a.offset*(100-r)+r)/100,i.push(a)}return i}(n)),(e=new $.drawing.RadialGradient(n)).supportVML=!1!==i.supportVML),r[o]=e}return e},e.prototype.cleanGradients=function(){var t=this.gradients;for(var e in t)t[e]._observers=[]},e.prototype.size=function(){var t=this.options;return new ke(0,0,t.width,t.height)},e}(Be);Qt(Ge,{width:600,height:400,background:L,border:{color:c,width:0},margin:pt(5),zIndex:-2});const Ye=Ge;var We=function(t){function e(e){t.call(this,e),this._initDirection()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initDirection=function(){var t=this.options;t.vertical?(this.groupAxis=B,this.elementAxis=R,this.groupSizeField=N,this.elementSizeField=_,this.groupSpacing=t.spacing,this.elementSpacing=t.vSpacing):(this.groupAxis=R,this.elementAxis=B,this.groupSizeField=_,this.elementSizeField=N,this.groupSpacing=t.vSpacing,this.elementSpacing=t.spacing)},e.prototype.reflow=function(t){this.box=t.clone(),this.reflowChildren()},e.prototype.reflowChildren=function(){var t=this,e=this,r=e.box,o=e.elementAxis,i=e.groupAxis,n=e.elementSizeField,a=e.groupSizeField,s=this.groupOptions(),l=s.groups,u=s.groupsSize,c=s.maxGroupElementsSize,p=l.length,h=r[i+1]+this.alignStart(u,r[a]());if(p){for(var f=h,d=0;d<p;d++){for(var v=l[d],g=v.groupElements,y=r[o+1],m=g.length,b=0;b<m;b++){var x=g[b],_=t.elementSize(x),C=f+t.alignStart(_[a],v.groupSize),w=new ke;w[i+1]=C,w[i+2]=C+_[a],w[o+1]=y,w[o+2]=y+_[n],x.reflow(w),y+=_[n]+t.elementSpacing}f+=v.groupSize+t.groupSpacing}r[i+1]=h,r[i+2]=h+u,r[o+2]=r[o+1]+c}},e.prototype.alignStart=function(t,e){var r=0,o=this.options.align;return o===M||o===p?r=e-t:o===h&&(r=(e-t)/2),r},e.prototype.groupOptions=function(){for(var t=this,e=t.box,r=t.children,o=t.elementSizeField,i=t.groupSizeField,n=t.elementSpacing,a=t.groupSpacing,s=Gt(e[o]()),l=r.length,u=[],c=0,p=0,h=0,f=0,d=[],v=0;v<l;v++){var g=r[v];g.box||g.reflow(e);var y=this.elementSize(g);this.options.wrap&&Gt(p+n+y[o])>s&&(u.push({groupElements:d,groupSize:c,groupElementsSize:p}),f=Math.max(f,p),h+=a+c,c=0,p=0,d=[]),c=Math.max(c,y[i]),p>0&&(p+=n),p+=y[o],d.push(g)}return u.push({groupElements:d,groupSize:c,groupElementsSize:p}),{groups:u,groupsSize:h+=c,maxGroupElementsSize:f=Math.max(f,p)}},e.prototype.elementSize=function(t){return{width:t.box.width(),height:t.box.height()}},e.prototype.createVisual=function(){},e}(Be);Qt(We,{vertical:!0,wrap:!0,vSpacing:0,spacing:0});const qe=We;var Ze=$.drawing.Text,Qe=function(t){function e(e,r){t.call(this,r),this.content=e,this.reflow(new ke)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.size=$.drawing.util.measureText(this.content,{font:e.font});this.baseline=r.baseline,this.box=new ke(t.x1,t.y1,t.x1+r.width,t.y1+r.height)},e.prototype.createVisual=function(){var t=this.options,e=t.font,r=t.color,o=t.opacity,i=t.cursor;this.visual=new Ze(this.content,this.box.toRect().topLeft(),{font:e,fill:{color:r,opacity:o},cursor:i})},e}(Be);Qt(Qe,{font:y,color:c});const Je=Qe;function tr(t){var e=t.origin,r=t.bottomRight();return new ke(e.x,e.y,r.x,r.y)}var er=/\n/m,rr=function(t){function e(e,r,o){t.call(this,r),this.content=e,this.data=o,this._initContainer(),!1!==this.options._autoReflow&&this.reflow(new ke)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initContainer=function(){var t=this.options,e=String(this.content).split(er),r=new qe({vertical:!0,align:t.align,wrap:!1}),o=nt({},t,{opacity:1,animation:null});this.container=r,this.append(r);for(var i=0;i<e.length;i++){var n=new Je(e[i].trim(),o);r.append(n)}},e.prototype.reflow=function(e){var r=this.options,o=r.visual;if(this.container.options.align=r.align,o&&!this._boxReflow){var i=e;i.hasSize()||(this._boxReflow=!0,this.reflow(i),this._boxReflow=!1,i=this.box);var n=this.visual=o(this.visualContext(i));n&&(i=tr(n.clippedBBox()||new $.geometry.Rect),n.options.zIndex=r.zIndex),this.box=this.contentBox=this.paddingBox=i}else if(t.prototype.reflow.call(this,e),r.rotation){var a=pt(r.margin),s=this.box.unpad(a);this.targetBox=e,this.normalBox=s.clone(),(s=this.rotate()).translate(a.left-a.right,a.top-a.bottom),this.rotatedBox=s.clone(),s.pad(a)}},e.prototype.createVisual=function(){var t=this.options;if(this.visual=new $.drawing.Group({transform:this.rotationTransform(),zIndex:t.zIndex,noclip:t.noclip}),this.hasBox()){var e=$.drawing.Path.fromRect(this.paddingBox.toRect(),this.visualStyle());this.visual.append(e)}},e.prototype.renderVisual=function(){if(this.options.visible)if(this.options.visual){var e=this.visual;e&&!Lt(e.options.noclip)&&(e.options.noclip=this.options.noclip),this.addVisual(),this.createAnimation()}else t.prototype.renderVisual.call(this)},e.prototype.visualContext=function(t){var e=this,r={text:this.content,rect:t.toRect(),sender:this.getSender(),options:this.options,createVisual:function(){return e._boxReflow=!0,e.reflow(t),e._boxReflow=!1,e.getDefaultVisual()}};return this.data&&Object.assign(r,this.data),r},e.prototype.getDefaultVisual=function(){this.createVisual(),this.renderChildren();var t=this.visual;return delete this.visual,t},e.prototype.rotate=function(){var t=this.options;return this.box.rotate(t.rotation),this.align(this.targetBox,B,t.align),this.align(this.targetBox,R,t.vAlign),this.box},e.prototype.rotationTransform=function(){var t=this.options.rotation;if(!t)return null;var e=this.normalBox.center(),r=e.x,o=e.y,i=this.rotatedBox.center();return $.geometry.transform().translate(i.x-r,i.y-o).rotate(t,[r,o])},e}(ze);const or=rr;var ir=function(t){function e(e){t.call(this,e),this._textBox=new or(this.options.text,Object.assign({},this.options,{vAlign:this.options.position})),this.append(this._textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(e){t.prototype.reflow.call(this,e),this.box.snapTo(e,B)},e.buildTitle=function(t,r){var o,i=t;return"string"==typeof t&&(i={text:t}),(i=Object.assign({visible:!0},r,i))&&i.visible&&i.text&&(o=new e(i)),o},e.orderTitles=function(t){var e=[].concat(t),r=e.filter((function(t){return t&&t.options.position!==p})),o=e.filter((function(t){return t&&t.options.position===p}));return nr(r),nr(o),o.reverse(),r.concat(o)},e}(Be);function nr(t){for(var e=1;e<t.length;e++){var r=t[e]._textBox,o=t[e-1]._textBox;o.options.margin=Object.assign(pt(o.options.margin),{bottom:0}),r.options.margin=Object.assign(pt(r.options.margin),{top:0})}}Qt(ir,{color:c,position:D,align:h,margin:pt(5),padding:pt(5)});const ar=ir;var sr=function(t){function e(e,r,o,i,n){t.call(this,r,n),this.text=r,this.value=e,this.index=o,this.dataItem=i,this.reflow(new ke)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualContext=function(e){var r=t.prototype.visualContext.call(this,e);return r.value=this.value,r.dataItem=this.dataItem,r.format=this.options.format,r.culture=this.options.culture,r},e.prototype.click=function(t,e){t.trigger("axisLabelClick",{element:Ft(e),value:this.value,text:this.text,index:this.index,dataItem:this.dataItem,axis:this.parent.options})},e.prototype.rotate=function(){if(this.options.alignRotation!==h){var e=this.normalBox.toRect(),r=this.rotationTransform();this.box=tr(e.bbox(r.matrix()))}else t.prototype.rotate.call(this);return this.box},e.prototype.rotationTransform=function(){var e=this.options,r=e.rotation;if(!r)return null;if(e.alignRotation===h)return t.prototype.rotationTransform.call(this);var o=$.geometry.transform().rotate(r).matrix(),i=this.normalBox.toRect(),n=this.targetBox.toRect(),a=e.rotationOrigin||D,s=a===D||a===p?B:R,l=a===D||a===p?R:B,u=a===D||a===O?n.origin:n.bottomRight(),c=i.topLeft().transformCopy(o),f=i.topRight().transformCopy(o),d=i.bottomRight().transformCopy(o),v=i.bottomLeft().transformCopy(o),g=$.geometry.Rect.fromPoints(c,f,d,v),y={};y[l]=n.origin[l]-g.origin[l];var b,x,_=Math.abs(c[l]+y[l]-u[l]),C=Math.abs(f[l]+y[l]-u[l]);Gt(_,m)===Gt(C,m)?(b=c,x=f):C<_?(b=f,x=d):(b=c,x=v);var w=b[s]+(x[s]-b[s])/2;return y[s]=n.center()[s]-w,$.geometry.transform().translate(y.x,y.y).rotate(r)},e}(or);Qt(sr,{_autoReflow:!1});const lr=sr;var ur=function(t){function e(e,r,o){t.call(this,r),this.fields=e,this.chartService=o,this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.hide=function(){this.options.visible=!1},e.prototype.show=function(){this.options.visible=!0},e.prototype.render=function(){var t=this,e=this.options;if(e.visible){var r,o,i=e.label,n=e.icon,a=new ke,s=function(){return t},l=n.size,u=this.fields.text;if(Lt(i)&&i.visible){var c=vt(i);c?u=c(this.fields):i.format&&(u=this.chartService.format.auto(i.format,u)),i.color||(i.color=i.position===C?"#fff":n.background),this.label=new or(u,nt({},i)),this.label.aliasFor=s,i.position!==C||Lt(l)||(n.type===f?l=Math.max(this.label.box.width(),this.label.box.height()):(r=this.label.box.width(),o=this.label.box.height()),a.wrap(this.label.box))}n.width=r||l||7,n.height=o||l||7;var p=new Ue(nt({},n));p.aliasFor=s,this.marker=p,this.append(p),this.label&&this.append(this.label),p.reflow(new ke),this.wrapperBox=a.wrap(p.box)}},e.prototype.reflow=function(t){var e,r,o,i=this,n=i.options,a=i.label,s=i.marker,l=i.wrapperBox,u=t.center(),c=n.line.length,h=n.position;n.visible&&(Ot(h,[O,M])?h===O?(o=l.alignTo(t,h).translate(-c,t.center().y-l.center().y),n.line.visible&&(e=[t.x1,u.y],this.linePoints=[e,[o.x2,u.y]],r=o.clone().wrapPoint(e))):(o=l.alignTo(t,h).translate(c,t.center().y-l.center().y),n.line.visible&&(e=[t.x2,u.y],this.linePoints=[e,[o.x1,u.y]],r=o.clone().wrapPoint(e))):h===p?(o=l.alignTo(t,h).translate(t.center().x-l.center().x,c),n.line.visible&&(e=[u.x,t.y2],this.linePoints=[e,[u.x,o.y1]],r=o.clone().wrapPoint(e))):(o=l.alignTo(t,h).translate(t.center().x-l.center().x,-c),n.line.visible&&(e=[u.x,t.y1],this.linePoints=[e,[u.x,o.y2]],r=o.clone().wrapPoint(e))),s&&s.reflow(o),a&&(a.reflow(o),s&&(n.label.position===k&&a.box.alignTo(s.box,h),a.reflow(a.box))),this.contentBox=o,this.targetBox=t,this.box=r||o)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.visual.options.noclip=this.options.noclip,this.options.visible&&this.createLine()},e.prototype.renderVisual=function(){var e=this,r=this.options,o=r.visual;r.visible&&o?(this.visual=o(Object.assign(this.fields,{sender:this.getSender(),rect:this.targetBox.toRect(),options:{background:r.background,border:r.background,icon:r.icon,label:r.label,line:r.line,position:r.position,visible:r.visible},createVisual:function(){e.createVisual(),e.renderChildren();var t=e.visual;return delete e.visual,t}})),this.addVisual()):t.prototype.renderVisual.call(this)},e.prototype.createLine=function(){var t=this.options.line;if(this.linePoints){var e=$.drawing.Path.fromPoints(this.linePoints,{stroke:{color:t.color,width:t.width,dashType:t.dashType}});G(e),this.visual.append(e)}},e.prototype.click=function(t,e){var r=this.eventArgs(e);t.trigger("noteClick",r)||e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);t.trigger("noteHover",r)||e.preventDefault()},e.prototype.out=function(t,e){var r=this.eventArgs(e);t.trigger("noteLeave",r)},e.prototype.eventArgs=function(t){var e=this.options;return Object.assign(this.fields,{element:Ft(t),text:Lt(e.label)?e.label.text:"",visual:this.visual})},e}(ze);Qt(ur,{icon:{visible:!0,type:f},label:{position:C,visible:!0,align:h,vAlign:h},line:{visible:!0},visible:!0,position:D,zIndex:2});const cr=ur;var pr={format:function(t,e){return e},toString:function(t){return t},parseDate:function(t){return new Date(t)},firstDay:function(){return 0}},hr=function(){},fr={implementation:{configurable:!0}};hr.register=function(t){pr=t},fr.implementation.get=function(){return pr},Object.defineProperties(hr,fr);const dr=hr;var vr=/\{(\d+)(:[^\}]+)?\}/g,gr=function(t){this._intlService=t},yr={intl:{configurable:!0}};yr.intl.get=function(){return this._intlService||dr.implementation},yr.intl.set=function(t){this._intlService=t},gr.prototype.auto=function(t){for(var e=[],r=arguments.length-1;r-- >0;)e[r]=arguments[r+1];var o=this.intl;return q(t)&&t.match(x)?o.format.apply(o,[t].concat(e)):o.toString(e[0],t)},gr.prototype.localeAuto=function(t,e,r){var o=this.intl;return q(t)&&t.match(x)?t.replace(vr,(function(t,i,n){var a=e[parseInt(i,10)];return o.toString(a,n?n.substring(1):"",r)})):o.toString(e[0],t,r)},Object.defineProperties(gr.prototype,yr);const mr=gr;var br=function(t,e){void 0===e&&(e={}),this._intlService=e.intlService,this.sender=e.sender||t,this.format=new mr(e.intlService),this.chart=t,this.rtl=Boolean(e.rtl)},xr={intl:{configurable:!0}};xr.intl.get=function(){return this._intlService||dr.implementation},xr.intl.set=function(t){this._intlService=t,this.format.intl=t},br.prototype.notify=function(t,e){this.chart&&this.chart.trigger(t,e)},br.prototype.isPannable=function(t){var e=((this.chart||{}).options||{}).pannable;return e&&e.lock!==t},Object.defineProperties(br.prototype,xr);const _r=br;var Cr,wr=function(){};wr.register=function(t){Cr=t},wr.create=function(t,e){if(Cr)return Cr.create(t,e)};const Or=wr;function Sr(t,e){var r=t.tickX,o=t.tickY,i=t.position,n=new $.drawing.Path({stroke:{width:e.width,color:e.color}});return t.vertical?n.moveTo(r,i).lineTo(r+e.size,i):n.moveTo(i,o).lineTo(i,o+e.size),G(n),n}function Pr(t,e){var r=t.lineStart,o=t.lineEnd,i=t.position,n=new $.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});return t.vertical?n.moveTo(r,i).lineTo(o,i):n.moveTo(i,r).lineTo(i,o),G(n),n}var Ar=function(t){function e(e,r){void 0===r&&(r=new _r),t.call(this,e),this.chartService=r,this.options.visible||(this.options=nt({},this.options,{labels:{visible:!1},line:{visible:!1},margin:0,majorTickSize:0,minorTickSize:0})),this.options.minorTicks=nt({},{color:this.options.line.color,width:this.options.line.width,visible:this.options.minorTickType!==A},this.options.minorTicks,{size:this.options.minorTickSize,align:this.options.minorTickType}),this.options.majorTicks=nt({},{color:this.options.line.color,width:this.options.line.width,visible:this.options.majorTickType!==A},this.options.majorTicks,{size:this.options.majorTickSize,align:this.options.majorTickType}),this.initFields(),this.options._deferLabels||this.createLabels(),this.createTitle(),this.createNotes()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.labelsCount()}},e.prototype.normalizeLabelRotation=function(t){var e=t.rotation;at(e)&&(t.alignRotation=e.align,t.rotation=e.angle)},e.prototype.createLabels=function(){var t=this,e=this.options,r=e.vertical?M:h,o=nt({},e.labels,{align:r,zIndex:e.zIndex}),i=Math.max(1,o.step);if(this.clearLabels(),o.visible){this.normalizeLabelRotation(o),"auto"===o.rotation&&(o.rotation=0,e.autoRotateLabels=!0);for(var n=this.labelsRange(),a=n.min;a<n.max;a+=i){var s={index:a,count:n.max},l=t.createAxisLabel(a,o,s);l&&(t.append(l),t.labels.push(l))}}},e.prototype.clearLabels=function(){this.children=xt(this.children,(function(t){return!(t instanceof lr)})),this.labels=[]},e.prototype.clearTitle=function(){var t=this;this.title&&(this.children=xt(this.children,(function(e){return e!==t.title})),this.title=void 0)},e.prototype.clear=function(){this.clearLabels(),this.clearTitle()},e.prototype.lineBox=function(){var t=this.options,e=this.box,r=t.vertical,o=t.labels.mirror,i=o?e.x1:e.x2,n=o?e.y2:e.y1,a=t.line.width||0;return r?new ke(i,e.y1,i,e.y2-a):new ke(e.x1,n,e.x2-a,n)},e.prototype.createTitle=function(){var t=this.options,e=nt({rotation:t.vertical?-90:0,text:"",zIndex:1,visualSize:!0},t.title);if(e.visible&&e.text){var r=new or(e.text,e);this.append(r),this.title=r}},e.prototype.createNotes=function(){var t=this,e=this.options,r=e.notes,o=r.data||[];this.notes=[];for(var i=0;i<o.length;i++){var n=nt({},r,o[i]);n.value=t.parseNoteValue(n.value);var a=new cr({value:n.value,text:n.label.text,dataItem:n},n,t.chartService);a.options.visible&&(Lt(a.options.position)?e.vertical&&!Ot(a.options.position,[O,M])?a.options.position=e.reverse?O:M:e.vertical||Ot(a.options.position,[D,p])||(a.options.position=e.reverse?p:D):e.vertical?a.options.position=e.reverse?O:M:a.options.position=e.reverse?p:D,t.append(a),t.notes.push(a))}},e.prototype.parseNoteValue=function(t){return t},e.prototype.renderVisual=function(){t.prototype.renderVisual.call(this),this.createPlotBands()},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.createBackground(),this.createLine()},e.prototype.gridLinesVisual=function(){var t=this._gridLines;return t||(t=this._gridLines=new $.drawing.Group({zIndex:-2}),this.appendVisual(this._gridLines)),t},e.prototype.createTicks=function(t){var e=this.options,r=this.lineBox(),o=e.labels.mirror,i=e.majorTicks.visible?e.majorUnit:0,n={vertical:e.vertical};function a(e,i,a){var s=e.length,l=Math.max(1,i.step);if(i.visible)for(var u=i.skip;u<s;u+=l)Lt(a)&&u%a==0||(n.tickX=o?r.x2:r.x2-i.size,n.tickY=o?r.y1-i.size:r.y1,n.position=e[u],t.append(Sr(n,i)))}a(this.getMajorTickPositions(),e.majorTicks),a(this.getMinorTickPositions(),e.minorTicks,i/e.minorUnit)},e.prototype.createLine=function(){var t=this.options,e=t.line,r=this.lineBox();if(e.width>0&&e.visible){var o=new $.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});o.moveTo(r.x1,r.y1).lineTo(r.x2,r.y2),t._alignLines&&G(o);var i=this._lineGroup=new $.drawing.Group;i.append(o),this.visual.append(i),this.createTicks(i)}},e.prototype.getActualTickSize=function(){var t=this.options,e=0;return t.majorTicks.visible&&t.minorTicks.visible?e=Math.max(t.majorTicks.size,t.minorTicks.size):t.majorTicks.visible?e=t.majorTicks.size:t.minorTicks.visible&&(e=t.minorTicks.size),e},e.prototype.createBackground=function(){var t=this.options,e=this.box,r=t.background;r&&(this._backgroundPath=$.drawing.Path.fromRect(e.toRect(),{fill:{color:r},stroke:null}),this.visual.append(this._backgroundPath))},e.prototype.createPlotBands=function(){var t=this,e=this.options,r=e.plotBands||[],o=e.vertical,i=this.plotArea;if(0!==r.length){for(var n=this._plotbandGroup=new $.drawing.Group({zIndex:-1}),a=xt(this.pane.axes,(function(e){return e.options.vertical!==t.options.vertical}))[0],s=0;s<r.length;s++){var l=r[s],u=void 0,c=void 0,p=l.label,h=void 0;if(o?(u=(a||i.axisX).lineBox(),c=t.getSlot(l.from,l.to,!0)):(u=t.getSlot(l.from,l.to,!0),c=(a||i.axisY).lineBox()),p&&(p.vAlign=p.position||O,h=t.createPlotBandLabel(p,l,new ke(u.x1,c.y1,u.x2,c.y2))),0!==u.width()&&0!==c.height()){var f=new $.geometry.Rect([u.x1,c.y1],[u.width(),c.height()]),d=$.drawing.Path.fromRect(f,{fill:{color:l.color,opacity:l.opacity},stroke:null});n.append(d),h&&n.append(h)}}this.appendVisual(n)}},e.prototype.createPlotBandLabel=function(t,e,r){if(!1===t.visible)return null;var o,i=t.text;if(Lt(t)&&t.visible){var n=vt(t);n?i=n({text:i,item:e}):t.format&&(i=this.chartService.format.auto(t.format,i)),t.color||(t.color=this.options.labels.color)}return(o=new or(i,t)).reflow(r),o.renderVisual(),o.visual},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,o=e.majorGridLines,i=e.minorUnit,n=e.vertical,a=t.options.line.visible,s=o.visible?e.majorUnit:0,l=t.lineBox(),u=l[n?"y1":"x1"],c={lineStart:l[n?"x1":"y1"],lineEnd:l[n?"x2":"y2"],vertical:n},p=[],h=this.gridLinesVisual();function f(t,e,r){var o=t.length,i=Math.max(1,e.step);if(e.visible)for(var n=e.skip;n<o;n+=i){var s=Gt(t[n]);Ot(s,p)||n%r==0||a&&u===s||(c.position=s,h.append(Pr(c,e)),p.push(s))}}return f(this.getMajorTickPositions(),o),f(this.getMinorTickPositions(),r,s/i),h.children},e.prototype.reflow=function(t){for(var e=this,r=e.options,o=e.labels,i=e.title,n=r.vertical,a=o.length,s=n?N:_,l=i?i.box[s]():0,u=this.getActualTickSize()+r.margin+l,c=((this.getRoot()||{}).box||t)[s](),p=0,h=0;h<a;h++){var f=o[h].box[s]();f+u<=c&&(p=Math.max(p,f))}this.box=n?new ke(t.x1,t.y1,t.x1+p+u,t.y2):new ke(t.x1,t.y1,t.x2,t.y1+p+u),this.arrangeTitle(),this.arrangeLabels(),this.arrangeNotes()},e.prototype.getLabelsTickPositions=function(){return this.getMajorTickPositions()},e.prototype.labelTickIndex=function(t){return t.index},e.prototype.arrangeLabels=function(){for(var t=this.options,e=this.labels,r=this.labelsBetweenTicks(),o=t.vertical,i=t.labels.mirror,n=this.getLabelsTickPositions(),a=0;a<e.length;a++){var s=e[a],l=this.labelTickIndex(s),u=o?s.box.height():s.box.width(),c=n[l],p=n[l+1],h=void 0,f=void 0;o?f=h=r?c+(p-c)/2-u/2:c-u/2:r?(h=c,f=p):f=(h=c-u/2)+u,this.positionLabel(s,i,h,f)}},e.prototype.positionLabel=function(t,e,r,o){void 0===o&&(o=r);var i,n=this.options,a=n.vertical,s=this.lineBox(),l=this.getActualTickSize()+n.margin;if(a){var u=s.x2;e?(u+=l,t.options.rotationOrigin=O):(u-=l+t.box.width(),t.options.rotationOrigin=M),i=t.box.move(u,r)}else{var c=s.y1;e?(c-=l+t.box.height(),t.options.rotationOrigin=p):(c+=l,t.options.rotationOrigin=D),i=new ke(r,c,o,c+t.box.height())}t.reflow(i)},e.prototype.autoRotateLabelAngle=function(t,e){return t.width()<e?0:t.height()>e?-90:-45},e.prototype.autoRotateLabels=function(){if(!this.options.autoRotateLabels||this.options.vertical)return!1;for(var t=this.getMajorTickPositions(),e=this.labels,r=Math.min(e.length,t.length-1),o=0,i=0;i<r;i++){var n=Math.abs(t[i+1]-t[i]),a=e[i].box,s=this.autoRotateLabelAngle(a,n);if(0!==s&&(o=s),-90===o)break}if(0!==o){for(var l=0;l<e.length;l++)e[l].options.rotation=o,e[l].reflow(new ke);return!0}},e.prototype.arrangeTitle=function(){var t=this.options,e=this.title,r=t.labels.mirror,o=t.vertical;e&&(o?(e.options.align=r?M:O,e.options.vAlign=e.options.position):(e.options.align=e.options.position,e.options.vAlign=r?D:p),e.reflow(this.box))},e.prototype.arrangeNotes=function(){for(var t=this,e=0;e<this.notes.length;e++){var r=t.notes[e],o=r.options.value,i=void 0;Lt(o)?(t.shouldRenderNote(o)?r.show():r.hide(),i=t.noteSlot(o)):r.hide(),r.reflow(i||t.lineBox())}},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.alignTo=function(t){var e=t.lineBox(),r=this.options.vertical,o=r?R:B;this.box.snapTo(e,o),r?this.box.shrink(0,this.lineBox().height()-e.height()):this.box.shrink(this.lineBox().width()-e.width(),0),this.box[o+1]-=this.lineBox()[o+1]-e[o+1],this.box[o+2]-=this.lineBox()[o+2]-e[o+2]},e.prototype.axisLabelText=function(t,e,r){var o=this,i=vt(e),n=function(){return e.format?o.chartService.format.localeAuto(e.format,[t],e.culture):t};return i?i(Object.assign({},r,{get text(){return n()},value:t,format:e.format,culture:e.culture})):n()},e.prototype.slot=function(t,e,r){var o=this.getSlot(t,e,r);if(o)return o.toRect()},e.prototype.contentBox=function(){var t=this.box.clone(),e=this.labels;if(e.length){var r=this.options.vertical?R:B;if(this.chartService.isPannable(r)){var o=this.maxLabelOffset();t[r+1]-=o.start,t[r+2]+=o.end}else{e[0].options.visible&&t.wrap(e[0].box);var i=e[e.length-1];i.options.visible&&t.wrap(i.box)}}return t},e.prototype.maxLabelOffset=function(){for(var t=this.options,e=t.vertical,r=t.reverse,o=this.labelsBetweenTicks(),i=this.getLabelsTickPositions(),n=e?R:B,a=this.labels,s=r?1:0,l=r?0:1,u=0,c=0,p=0;p<a.length;p++){var h=a[p],f=this.labelTickIndex(h),d=void 0,v=void 0;o?(d=i[f+s],v=i[f+l]):d=v=i[f],u=Math.max(u,d-h.box[n+1]),c=Math.max(c,h.box[n+2]-v)}return{start:u,end:c}},e.prototype.limitRange=function(t,e,r,o,i){var n=this.options;if(t<r&&i<0&&(!Lt(n.min)||n.min<=r)||o<e&&i>0&&(!Lt(n.max)||o<=n.max))return null;if(e<r&&i>0||o<t&&i<0)return{min:t,max:e};var a=e-t,s=t,l=e;return t<r&&i<0?(s=Kt(t,r,o),l=Kt(t+a,r+a,o)):e>o&&i>0&&(l=Kt(e,r,o),s=Kt(e-a,r,o-a)),{min:s,max:l}},e.prototype.valueRange=function(){return{min:this.seriesMin,max:this.seriesMax}},e.prototype.lineDir=function(){var t=this.options;return(t.vertical?-1:1)*(t.reverse?-1:1)},e.prototype.lineInfo=function(){var t=this.options.vertical,e=this.lineBox(),r=t?e.height():e.width(),o=t?R:B,i=this.lineDir(),n=o+(1===i?1:2).toString();return{axis:o,axisOrigin:n,axisDir:i,lineBox:e,lineSize:r,lineStart:e[n]}},e.prototype.pointOffset=function(t){var e=this.lineInfo(),r=e.axis,o=e.axisDir,i=e.axisOrigin,n=e.lineBox,a=e.lineSize;return(o>0?t[r]-n[i]:n[i]-t[r])/a},e.prototype.scaleToDelta=function(t,e){var r=Kt(t,-.999,.999);return r>0?e*Math.min(1,r):e-e/(1+r)},e.prototype.labelsBetweenTicks=function(){return!this.options.justified},e.prototype.prepareUserOptions=function(){},e}(Be);Qt(Ar,{labels:{visible:!0,rotation:0,mirror:!1,step:1,skip:0},line:{width:1,color:c,visible:!0},title:{visible:!0,position:h},majorTicks:{align:k,size:4,skip:0,step:1},minorTicks:{align:k,size:3,skip:0,step:1},axisCrossingValue:0,majorTickType:k,minorTickType:A,majorGridLines:{skip:0,step:1},minorGridLines:{visible:!1,width:1,color:c,skip:0,step:1},margin:5,visible:!0,reverse:!1,justified:!0,notes:{label:{text:""}},_alignLines:!0,_deferLabels:!1});const jr=Ar;var kr="milliseconds",Mr="seconds",Tr="minutes",Er="hours",Vr="days",Dr="weeks",Ir="months",Lr="years",Nr=1e3,Br=60*Nr,Rr=60*Br,zr=24*Rr,Fr=7*zr,Hr=31*zr,Ur=365*zr,Kr={years:Ur,months:Hr,weeks:Fr,days:zr,hours:Rr,minutes:Br,seconds:Nr,milliseconds:1};function Xr(t,e){return t.getTime()-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*Br}function $r(t,e){return new Date(t.getTime()+e)}function Gr(t){var e;return t instanceof Date?e=t:t&&(e=new Date(t)),e}function Yr(t,e){return 0===e&&23===t.getHours()&&(t.setHours(t.getHours()+2),!0)}function Wr(t,e,r,o){var i=t;if(t){var n=Gr(t),a=n.getHours();r===Lr?Yr(i=new Date(n.getFullYear()+e,0,1),0):r===Ir?Yr(i=new Date(n.getFullYear(),n.getMonth()+e,1),a):r===Dr?(i=Wr(function(t,e){void 0===e&&(e=0);var r=0,o=t.getDay();if(!isNaN(o))for(;o!==e;)0===o?o=6:o--,r++;return $r(t,-r*zr)}(n,o),7*e,Vr),Yr(i,a)):r===Vr?Yr(i=new Date(n.getFullYear(),n.getMonth(),n.getDate()+e),a):r===Er?i=function(t,e){var r=new Date(t);r.setMinutes(0,0,0);var o=(t.getTimezoneOffset()-r.getTimezoneOffset())*Br;return $r(r,o+e*Rr)}(n,e):r===Tr?(i=$r(n,e*Br)).getSeconds()>0&&i.setSeconds(0):r===Mr?i=$r(n,e*Nr):r===kr&&(i=$r(n,e)),r!==kr&&i.getMilliseconds()>0&&i.setMilliseconds(0)}return i}function qr(t,e,r){return Wr(Gr(t),0,e,r)}function Zr(t,e,r){var o=Gr(t);return o&&qr(o,e,r).getTime()===o.getTime()?o:Wr(o,1,e,r)}function Qr(t,e){return t&&e?t.getTime()-e.getTime():-1}function Jr(t,e){return t.getTime()-e}function to(t){if(H(t)){for(var e=[],r=0;r<t.length;r++)e.push(to(t[r]));return e}if(t)return Gr(t).getTime()}function eo(t,e){return t&&e?to(t)===to(e):t===e}function ro(t,e,r){return Xr(t,e)/Kr[r]}function oo(t,e,r,o){var i=Gr(t),n=Gr(e);return(r===Ir?i.getMonth()-n.getMonth()+12*(i.getFullYear()-n.getFullYear())+ro(i,new Date(i.getFullYear(),i.getMonth()),Vr)/new Date(i.getFullYear(),i.getMonth()+1,0).getDate():r===Lr?i.getFullYear()-n.getFullYear()+oo(i,new Date(i.getFullYear(),0),Ir,1)/12:r===Vr||r===Dr?ro(i,n,r):Jr(i,e)/Kr[r])/o}function io(t,e,r){return r===Lr?e.getFullYear()-t.getFullYear():r===Ir?12*io(t,e,Lr)+e.getMonth()-t.getMonth():r===Vr?Math.floor(Jr(e,t)/zr):Math.floor(Jr(e,t)/Kr[r])}function no(t,e){return q(e)&&t.parseDate(e)||Gr(e)}function ao(t,e){if(H(e)){for(var r=[],o=0;o<e.length;o++)r.push(no(t,e[o]));return r}return no(t,e)}function so(t,e){return W(t.weekStartDay)?t.weekStartDay:e&&e.firstDay?e.firstDay():0}var lo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this._ticks={}},e.prototype.categoriesHash=function(){return""},e.prototype.clone=function(){var t=new e(Object.assign({},this.options,{categories:this.options.srcCategories}),this.chartService);return t.createLabels(),t},e.prototype.initUserOptions=function(t){var e=t.categories||[],r=Lt(t.min),o=Lt(t.max);if(t.srcCategories=t.categories=e,(r||o)&&e.length){var i,n=r?Math.floor(t.min):0;i=o?t.justified?Math.floor(t.max)+1:Math.ceil(t.max):e.length,t.categories=t.categories.slice(n,i)}return t},e.prototype.rangeIndices=function(){var t=this.options,e=t.categories.length||1;return{min:W(t.min)?t.min%1:0,max:W(t.max)&&t.max%1!=0&&t.max<this.totalRange().max?e-(1-t.max%1):e-(t.justified?1:0)}},e.prototype.range=function(){var t=this.options;return{min:W(t.min)?t.min:0,max:W(t.max)?t.max:this.totalRange().max}},e.prototype.roundedRange=function(){return this.range()},e.prototype.totalRange=function(){var t=this.options;return{min:0,max:Math.max(this._seriesMax||0,t.srcCategories.length)-(t.justified?1:0)}},e.prototype.scaleOptions=function(){var t=this.rangeIndices(),e=t.min,r=t.max,o=this.lineBox();return{scale:(this.options.vertical?o.height():o.width())/(r-e||1)*(this.options.reverse?-1:1),box:o,min:e,max:r}},e.prototype.arrangeLabels=function(){t.prototype.arrangeLabels.call(this),this.hideOutOfRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){var t=this.box,e=this.labels;if(e.length>0){var r=this.options.vertical?R:B,o=t[r+1],i=t[r+2],n=e[0],a=Ut(e);(n.box[r+1]>i||n.box[r+2]<o)&&(n.options.visible=!1),(a.box[r+1]>i||a.box[r+2]<o)&&(a.options.visible=!1)}},e.prototype.getMajorTickPositions=function(){return this.getTicks().majorTicks},e.prototype.getMinorTickPositions=function(){return this.getTicks().minorTicks},e.prototype.getLabelsTickPositions=function(){return this.getTicks().labelTicks},e.prototype.tickIndices=function(t){for(var e=this.rangeIndices(),r=e.min,o=e.max,i=Math.ceil(o),n=Math.floor(r),a=[];n<=i;)a.push(n),n+=t;return a},e.prototype.getTickPositions=function(t){for(var e=this.options,r=e.vertical,o=e.reverse,i=this.scaleOptions(),n=i.scale,a=i.box,s=i.min,l=a[(r?R:B)+(o?2:1)],u=this.tickIndices(t),c=[],p=0;p<u.length;p++)c.push(l+Gt(n*(u[p]-s),d));return c},e.prototype.getTicks=function(){var t=this.options,e=this._ticks,r=this.rangeIndices(),o=this.lineBox(),i=o.getHash()+r.min+","+r.max+t.reverse+t.justified;if(e._hash!==i){var n=t.minorTicks.visible||t.minorGridLines.visible;e._hash=i,e.labelTicks=this.getTickPositions(1),e.majorTicks=this.filterOutOfRangePositions(e.labelTicks,o),e.minorTicks=n?this.filterOutOfRangePositions(this.getTickPositions(.5),o):[]}return e},e.prototype.filterOutOfRangePositions=function(t,e){if(!t.length)return t;for(var r=this.options.vertical?R:B,o=function(t){return e[r+1]<=t&&t<=e[r+2]},i=t.length-1,n=0;!o(t[n])&&n<=i;)n++;for(var a=i;!o(t[a])&&a>=0;)a--;return t.slice(n,a+1)},e.prototype.lineInfo=function(){var t=this.options,e=t.vertical,r=t.reverse,o=this.lineBox(),i=e?o.height():o.width(),n=e?R:B,a=r?-1:1,s=n+(1===a?1:2).toString();return{axis:n,axisOrigin:s,axisDir:a,lineBox:o,lineSize:i,lineStart:o[s]}},e.prototype.lineDir=function(){return this.options.reverse?-1:1},e.prototype.getSlot=function(t,e,r){var o=this.options,i=o.reverse,n=o.justified,a=this.scaleOptions(),s=a.scale,l=a.box,u=a.min,c=this.lineInfo(),p=c.axis,h=c.lineStart,f=l.clone(),d=!Lt(e),v=Wt(t,0),g=Wt(e,v);g=Math.max(g-1,v);var y=h+(v-u)*s,m=h+((g=Math.max(v,g))+1-u)*s;return d&&n&&(m=y),r&&(y=Kt(y,l[p+1],l[p+2]),m=Kt(m,l[p+1],l[p+2])),f[p+1]=i?m:y,f[p+2]=i?y:m,f},e.prototype.limitSlot=function(t){var e=this.options.vertical?R:B,r=this.lineBox(),o=t.clone();return o[e+1]=Kt(t[e+1],r[e+1],r[e+2]),o[e+2]=Kt(t[e+2],r[e+1],r[e+2]),o},e.prototype.slot=function(e,r,o){var i=Math.floor(this.options.min||0),n=e,a=r;return"string"==typeof n?n=this.categoryIndex(n):W(n)&&(n-=i),"string"==typeof a?a=this.categoryIndex(a):W(a)&&(a-=i),t.prototype.slot.call(this,n,a,o)},e.prototype.pointCategoryIndex=function(t){var e=this.options,r=e.reverse,o=e.justified,i=e.vertical?R:B,n=this.scaleOptions(),a=n.scale,s=n.box,l=n.min,u=n.max,c=r?u:l,p=s[i+1],h=s[i+2],f=t[i];if(f<p||f>h)return null;var d=c+(f-p)/a,v=d%1;return o?d=Math.round(d):0===v&&d>0&&d--,Math.floor(d)},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.options.categories[e]},e.prototype.categoryIndex=function(t){return this.totalIndex(t)-Math.floor(this.options.min||0)},e.prototype.categoryAt=function(t,e){var r=this.options;return(e?r.srcCategories:r.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,r=this.lineBox(),o=e.vertical?r.height():r.width(),i=e.categories.length,n=Gt(t/(o/i),m);return{min:n,max:i+n}},e.prototype.scaleRange=function(t,e){var r=Math.abs(this.pointOffset(e)),o=this.limitedRangeIndices(),i=o.max-o.min,n=this.scaleToDelta(t,i),a=r*n,s=(1-r)*n,l=o.min+a,u=o.max-s;return u-l<.1&&(u=l+.1),{min:l,max:u}},e.prototype.zoomRange=function(t,e){var r=this.totalRange(),o=r.min,i=r.max,n=this.scaleRange(t,e);return{min:Kt(n.min,o,i),max:Kt(n.max,o,i)}},e.prototype.labelsCount=function(){var t=this.labelsRange();return t.max-t.min},e.prototype.labelsRange=function(){var t=this.options,e=t.justified,r=t.labels,o=this.limitedRangeIndices(!0),i=o.min,n=o.max,a=Math.floor(i);return e?(i=Math.ceil(i),n=Math.floor(n)):(i=Math.floor(i),n=Math.ceil(n)),{min:(i>r.skip?r.skip+r.step*Math.ceil((i-r.skip)/r.step):r.skip)-a,max:(t.categories.length?n+(e?1:0):0)-a}},e.prototype.createAxisLabel=function(t,e,r){var o=this.options,i=o.dataItems?o.dataItems[t]:null,n=Wt(o.categories[t],"");r.dataItem=i;var a=this.axisLabelText(n,e,r);return new lr(n,a,t,i,e)},e.prototype.shouldRenderNote=function(t){var e=this.limitedRangeIndices();return Math.floor(e.min)<=t&&t<=Math.ceil(e.max)},e.prototype.noteSlot=function(t){var e=this.options,r=t-Math.floor(e.min||0);return this.getSlot(r)},e.prototype.arrangeNotes=function(){t.prototype.arrangeNotes.call(this),this.hideOutOfRangeNotes()},e.prototype.hideOutOfRangeNotes=function(){var t=this.notes,e=this.box;if(t&&t.length)for(var r=this.options.vertical?R:B,o=e[r+1],i=e[r+2],n=0;n<t.length;n++){var a=t[n];a.box&&(i<a.box[r+1]||a.box[r+2]<o)&&a.hide()}},e.prototype.pan=function(t){var e=this.limitedRangeIndices(!0),r=this.scaleOptions().scale,o=Gt(t/r,m),i=this.totalRange(),n=e.min+o,a=e.max+o;return this.limitRange(n,a,0,i.max,o)},e.prototype.pointsRange=function(t,e){var r=this.options,o=r.reverse,i=r.vertical?R:B,n=this.limitedRangeIndices(!0),a=this.scaleOptions(),s=a.scale,l=a.box[i+(o?2:1)],u=t[i]-l,c=e[i]-l,p=n.min+u/s,h=n.min+c/s,f=Math.min(p,h),d=Math.max(p,h);if(d-f>=.01)return{min:f,max:d}},e.prototype.valueRange=function(){return this.range()},e.prototype.totalIndex=function(t){var e=this.options,r=this._categoriesMap?this._categoriesMap.get(t):function(t,e){if(t instanceof Date){for(var r=e.length,o=0;o<r;o++)if(eo(e[o],t))return o;return-1}return e.indexOf(t)}(t,e.srcCategories);return r},e.prototype.currentRangeIndices=function(){var t=this.options,e=0;return W(t.min)&&(e=Math.floor(t.min)),{min:e,max:W(t.max)?t.justified?Math.floor(t.max):Math.ceil(t.max)-1:this.totalCount()-1}},e.prototype.limitedRangeIndices=function(t){var e,r=this.options,o=W(r.min)?r.min:0;if(e=W(r.max)?r.max:W(r.min)?o+r.categories.length:this.totalRange().max||1,t){var i=this.totalRange();o=Kt(o,0,i.max),e=Kt(e,0,i.max)}return{min:o,max:e}},e.prototype.totalRangeIndices=function(){return{min:0,max:this.totalRange().max||1}},e.prototype.indexCategories=function(){if(!this._categoriesMap)for(var t=this._categoriesMap=new wt,e=this.options.srcCategories,r=0;r<e.length;r++)t.set(e[r],r)},e.prototype.totalCount=function(){return Math.max(this.options.srcCategories.length,this._seriesMax||0)},e}(jr);Qt(lo,{type:"category",vertical:!1,majorGridLines:{visible:!1,width:1,color:c},labels:{zIndex:1},justified:!1,_deferLabels:!0});const uo=lo;var co={milliseconds:"HH:mm:ss.fff",seconds:"HH:mm:ss",minutes:"HH:mm",hours:"HH:mm",days:"M/d",weeks:"M/d",months:"MMM 'yy",years:"yyyy"},po=[kr,Mr,Tr,Er,Vr,Dr,Ir,Lr],ho="fit";function fo(t,e){e&&(t._range=void 0);var r=t._range;return r||((r=t._range=ae(t)).min=Gr(r.min),r.max=Gr(r.max)),r}var vo=function(t){this.options=t};vo.prototype.displayIndices=function(){return{min:0,max:1}},vo.prototype.displayRange=function(){return{}},vo.prototype.total=function(){return{}},vo.prototype.valueRange=function(){return{}},vo.prototype.valueIndex=function(){return-1},vo.prototype.values=function(){return[]},vo.prototype.totalIndex=function(){return-1},vo.prototype.valuesCount=function(){return 0},vo.prototype.totalCount=function(){return 0},vo.prototype.dateAt=function(){return null};var go=function(t,e,r){this.options=r,r.baseUnitStep=r.baseUnitStep||1;var o=r.roundToBaseUnit,i=r.justified;this.start=Wr(t,0,r.baseUnit,r.weekStartDay);var n=this.roundToTotalStep(e),a=!i&&eo(e,n)&&!r.justifyEnd;this.end=this.roundToTotalStep(e,!i,a?1:0);var s=r.min||t;this.valueStart=this.roundToTotalStep(s),this.displayStart=o?this.valueStart:s;var l=r.max;if(l){var u=!i&&eo(l,this.roundToTotalStep(l))?-1:0;this.valueEnd=this.roundToTotalStep(l,!1,u),this.displayEnd=o?this.roundToTotalStep(l,!i):r.max}else this.valueEnd=n,this.displayEnd=o||a?this.end:e;this.valueEnd<this.valueStart&&(this.valueEnd=this.valueStart),this.displayEnd<=this.displayStart&&(this.displayEnd=this.roundToTotalStep(this.displayStart,!1,1))};function yo(t,e,r){for(var o,i,n,a=fo(t.categories),s=(t.max||a.max)-(t.min||a.min),l=t.autoBaseUnitSteps,u=t.maxDateGroups,c=t.baseUnit===ho,p=e?po.indexOf(e):0,h=c?po[p++]:t.baseUnit,f=s/Kr[h],d=f;!i||f>=u;){o=o||l[h].slice(0);do{n=o.shift()}while(n&&e===h&&n<r);if(n)f=d/(i=n);else{if(h===Ut(po)){i=Math.ceil(d/u);break}if(!c){f>u&&(i=Math.ceil(d/u));break}h=po[p++]||Ut(po),d=s/Kr[h],o=null}}t.baseUnitStep=i,t.baseUnit=h}go.prototype.displayRange=function(){return{min:this.displayStart,max:this.displayEnd}},go.prototype.displayIndices=function(){if(!this._indices){var t=this.options,e=t.baseUnit,r=t.baseUnitStep,o=oo(this.displayStart,this.valueStart,e,r),i=oo(this.displayEnd,this.valueStart,e,r);this._indices={min:o,max:i}}return this._indices},go.prototype.total=function(){return{min:this.start,max:this.end}},go.prototype.totalCount=function(){return this.totalIndex(this.end)+(this.options.justified?1:0)},go.prototype.valueRange=function(){return{min:this.valueStart,max:this.valueEnd}},go.prototype.valueIndex=function(t){var e=this.options;return Math.floor(oo(t,this.valueStart,e.baseUnit,e.baseUnitStep))},go.prototype.totalIndex=function(t){var e=this.options;return Math.floor(oo(t,this.start,e.baseUnit,e.baseUnitStep))},go.prototype.dateIndex=function(t){var e=this.options;return oo(t,this.valueStart,e.baseUnit,e.baseUnitStep)},go.prototype.valuesCount=function(){return this.valueIndex(this.valueEnd)+1},go.prototype.values=function(){var t=this._values;if(!t){var e=this.options,r=this.valueRange();this._values=t=[];for(var o=r.min;o<=r.max;)t.push(o),o=Wr(o,e.baseUnitStep,e.baseUnit,e.weekStartDay)}return t},go.prototype.dateAt=function(t,e){var r=this.options;return Wr(e?this.start:this.valueStart,r.baseUnitStep*t,r.baseUnit,r.weekStartDay)},go.prototype.roundToTotalStep=function(t,e,r){var o=this.options,i=o.baseUnit,n=o.baseUnitStep,a=o.weekStartDay,s=this.start,l=oo(t,s,i,n),u=e?Math.ceil(l):Math.floor(l);return r&&(u+=r),Wr(s,u*n,i,a)};var mo=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){var t=new e(Object.assign({},this.options),this.chartService);return t.createLabels(),t},e.prototype.categoriesHash=function(){var t=this.dataRange.total().min;return this.options.baseUnit+this.options.baseUnitStep+t},e.prototype.initUserOptions=function(t){return t},e.prototype.initFields=function(){t.prototype.initFields.call(this);var e=this.chartService,r=e.intl,o=this.options,i=o.categories||[];if(i._parsed||((i=ao(r,i))._parsed=!0),o=nt({roundToBaseUnit:!0},o,{categories:i,min:no(r,o.min),max:no(r,o.max),weekStartDay:so(o,r)}),e.panning&&e.isPannable(o.vertical?R:B)&&(o.roundToBaseUnit=!1),o.userSetBaseUnit=o.userSetBaseUnit||o.baseUnit,o.userSetBaseUnitStep=o.userSetBaseUnitStep||o.baseUnitStep,this.options=o,o.srcCategories=i,i.length>0){var n=fo(i,!0),a=o.maxDivisions,s=function(t){var e=(t.baseUnit||"").toLowerCase();return e!==ho&&!Ot(e,po)&&function(t){for(var e,r,o=t.categories,i=Lt(o)?o.length:0,n=S,a=0;a<i;a++){var s=o[a];if(s&&e){var l=Math.abs(Xr(s,e));0!==l&&(r=(n=Math.min(n,l))>=Ur?Lr:n>=Hr-3*zr?Ir:n>=Fr?Dr:n>=zr?Vr:n>=Rr?Er:n>=Br?Tr:Mr)}e=s}t.baseUnit=r||Vr}(t),e!==ho&&"auto"!==t.baseUnitStep||yo(t),t}(o),l=o._forecast;if(l&&(l.before>0&&(n.min=Wr(n.min,-l.before,s.baseUnit,s.weekStartDay)),l.after>0&&(n.max=Wr(n.max,l.after,s.baseUnit,s.weekStartDay))),this.dataRange=new go(n.min,n.max,s),a){var u=this.dataRange.displayRange(),c=Object.assign({},o,{justified:!0,roundToBaseUnit:!1,baseUnit:"fit",min:u.min,max:u.max,maxDateGroups:a}),p=this.dataRange.options;yo(c,p.baseUnit,p.baseUnitStep),this.divisionRange=new go(n.min,n.max,c)}else this.divisionRange=this.dataRange}else o.baseUnit=o.baseUnit||Vr,this.dataRange=this.divisionRange=new vo(o);this.rangeLabels=[]},e.prototype.tickIndices=function(e){var r=this.dataRange,o=this.divisionRange,i=o.valuesCount();if(!this.options.maxDivisions||!i)return t.prototype.tickIndices.call(this,e);var n=[],a=o.values(),s=0;this.options.justified||(a=a.concat(o.dateAt(i)),s=.5);for(var l=0;l<a.length;l++)if(n.push(r.dateIndex(a[l])+s),1!==e&&l>=1){var u=n.length-1;n.splice(l,0,n[u-1]+(n[u]-n[u-1])*e)}return n},e.prototype.shouldRenderNote=function(t){var e=this.range(),r=this.options.categories||[];return Qr(t,e.min)>=0&&Qr(t,e.max)<=0&&r.length},e.prototype.parseNoteValue=function(t){return no(this.chartService.intl,t)},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.translateRange=function(t){var e=this.options,r=e.baseUnit,o=e.weekStartDay,i=e.vertical,n=this.lineBox(),a=i?n.height():n.width(),s=this.range(),l=a/(s.max-s.min),u=Gt(t/l,m);if(s.min&&s.max){var c=$r(e.min||s.min,u),p=$r(e.max||s.max,u);s={min:Wr(c,0,r,o),max:Wr(p,0,r,o)}}return s},e.prototype.labelsRange=function(){return{min:this.options.labels.skip,max:this.divisionRange.valuesCount()}},e.prototype.pan=function(t){if(this.isEmpty())return null;var e=this.options,r=this.lineBox(),o=e.vertical?r.height():r.width(),i=this.dataRange.displayRange(),n=i.min,a=i.max,s=this.dataRange.total(),l=Gt(t/(o/(a-n)),m)*(e.reverse?-1:1),u=$r(n,l),c=$r(a,l),p=this.limitRange(to(u),to(c),to(s.min),to(s.max),l);return p?(p.min=Gr(p.min),p.max=Gr(p.max),p.baseUnit=e.baseUnit,p.baseUnitStep=e.baseUnitStep||1,p.userSetBaseUnit=e.userSetBaseUnit,p.userSetBaseUnitStep=e.userSetBaseUnitStep,p):void 0},e.prototype.pointsRange=function(e,r){if(this.isEmpty())return null;var o=t.prototype.pointsRange.call(this,e,r),i=this.dataRange.displayRange(),n=this.dataRange.displayIndices(),a=Jr(i.max,i.min)/(n.max-n.min),s=this.options;return{min:$r(i.min,o.min*a),max:$r(i.min,o.max*a),baseUnit:s.userSetBaseUnit||s.baseUnit,baseUnitStep:s.userSetBaseUnitStep||s.baseUnitStep}},e.prototype.scaleRange=function(t,e){if(this.isEmpty())return{};var r=this.options,o=r.userSetBaseUnit===ho,i=this.dataRange.total(),n=this.dataRange.displayRange(),a=n.min,s=n.max,l=Math.abs(this.pointOffset(e)),u=s-a,c=this.scaleToDelta(t,u),p=Math.round(l*c),h=Math.round((1-l)*c),f=this.dataRange.options.baseUnit,d=new Date(a.getTime()+p),v=new Date(s.getTime()-h);if(o){var g,y,m=r.autoBaseUnitSteps,b=r.maxDateGroups,x=Ut(m[f])*b*Kr[f],_=Jr(s,a),C=Jr(v,d),w=po.indexOf(f);if(C<Kr[f]&&f!==kr)f=po[w-1],d=$r(a,y=(_-(b-1)*(g=Ut(m[f]))*Kr[f])/2),v=$r(s,-y);else if(C>x&&f!==Lr){var O=0;do{w++,f=po[w],O=0,y=2*Kr[f];do{g=m[f][O],O++}while(O<m[f].length&&y*g<_)}while(f!==Lr&&y*g<_);(y=(y*g-_)/2)>0&&(d=$r(a,-y),v=$r(s,y),d=$r(d,Kt(v,i.min,i.max)-v),v=$r(v,Kt(d,i.min,i.max)-d))}}return d&&v&&Jr(v,d)>0?{min:d,max:v,baseUnit:r.userSetBaseUnit||r.baseUnit,baseUnitStep:r.userSetBaseUnitStep||r.baseUnitStep}:void 0},e.prototype.zoomRange=function(t,e){var r=this.dataRange.total(),o=this.scaleRange(t,e);return o&&(o.min<r.min&&(o.min=r.min),o.max>r.max&&(o.max=r.max)),o},e.prototype.range=function(){return this.dataRange.displayRange()},e.prototype.createLabels=function(){t.prototype.createLabels.call(this),this.createRangeLabels()},e.prototype.clearLabels=function(){t.prototype.clearLabels.call(this),this.rangeLabels=[]},e.prototype.arrangeLabels=function(){this.arrangeRangeLabels(),t.prototype.arrangeLabels.call(this)},e.prototype.arrangeRangeLabels=function(){var t=this.options,e=this.rangeLabels;if(0!==e.length){var r=this.lineBox(),o=t.vertical,i=t.rangeLabels.mirror||t.labels.mirror,n=e[0];if(n){var a=o?r.y1-n.box.height()/2:r.x1;this.positionLabel(n,i,a)}var s=e[1];if(s){var l=o?r.y2-s.box.height()/2:r.x2;this.positionLabel(s,i,l)}}},e.prototype.autoRotateLabels=function(){t.prototype.autoRotateLabels.call(this),this.autoRotateRangeLabels()},e.prototype.hideOutOfRangeLabels=function(){t.prototype.hideOutOfRangeLabels.call(this),this.hideOverlappingLabels()},e.prototype.hideOverlappingLabels=function(){var t=this.rangeLabels,e=this.labels;if(0!==t.length){var r=t[0];if(r&&r.options.visible)for(var o=0;o<e.length&&a(r,e[o]);o++);var i=t[1];if(i&&i.options.visible)for(var n=e.length-1;n>0&&a(i,e[n]);--n);}function a(t,e){return!(e.options.visible&&!e.box.overlaps(t.box)||(e.options.visible=!1,0))}},e.prototype.contentBox=function(){for(var e=t.prototype.contentBox.call(this),r=this.rangeLabels,o=0;o<r.length;o++){var i=r[o];i.options.visible&&e.wrap(i.box)}return e},e.prototype.createAxisLabel=function(t,e,r){void 0===r&&(r={});var o=this.options,i=o.dataItems&&!o.maxDivisions?o.dataItems[t]:null,n=this.divisionRange.dateAt(t),a=e.dateFormats[this.divisionRange.options.baseUnit];e.format=e.format||a,r.dataItem=i;var s=this.axisLabelText(n,e,r);if(s)return new lr(n,s,t,i,e)},e.prototype.createRangeLabels=function(){var t=this,e=this.divisionRange,r=e.displayStart,o=e.displayEnd,i=this.options,n=Object.assign({},i.labels,i.rangeLabels,{align:h,zIndex:i.zIndex});if(!0===n.visible){this.normalizeLabelRotation(n),n.alignRotation=h,"auto"===n.rotation&&(n.rotation=0,i.autoRotateRangeLabels=!0);var a=n.dateFormats[this.divisionRange.options.baseUnit];n.format=n.format||a;var s=function(e,r,o){if(o){var i=new lr(r,o,e,null,n);t.append(i),t.rangeLabels.push(i)}};s(0,r,this.axisLabelText(r,n,{index:0,count:2})),s(1,o,this.axisLabelText(o,n,{index:1,count:2}))}},e.prototype.autoRotateRangeLabels=function(){var t=this,e=this.rangeLabels;if(this.options.autoRotateRangeLabels&&!this.options.vertical&&2===e.length){var r=function(e,r,o){var i=2*Math.abs(r[o+1]-r[o]),n=t.autoRotateLabelAngle(e.box,i);0!==n&&(e.options.rotation=n,e.reflow(new ke))},o=this.getMajorTickPositions();r(e[0],o,0),r(e[1],o,o.length-2)}},e.prototype.categoryIndex=function(t){return this.dataRange.valueIndex(t)},e.prototype.slot=function(t,e,r){var o=this.dataRange,i=t,n=e;i instanceof Date&&(i=o.dateIndex(i)),n instanceof Date&&(n=o.dateIndex(n));var a=this.getSlot(i,n,r);if(a)return a.toRect()},e.prototype.getSlot=function(e,r,o){var i=e,n=r;return typeof i===j&&(i=this.categoryIndex(i)),typeof n===j&&(n=this.categoryIndex(n)),t.prototype.getSlot.call(this,i,n,o)},e.prototype.valueRange=function(){var t=fo(this.options.srcCategories);return{min:Gr(t.min),max:Gr(t.max)}},e.prototype.categoryAt=function(t,e){return this.dataRange.dateAt(t,e)},e.prototype.categoriesCount=function(){return this.dataRange.valuesCount()},e.prototype.rangeIndices=function(){return this.dataRange.displayIndices()},e.prototype.labelsBetweenTicks=function(){return!this.divisionRange.options.justified},e.prototype.prepareUserOptions=function(){this.isEmpty()||(this.options.categories=this.dataRange.values())},e.prototype.getCategory=function(t){var e=this.pointCategoryIndex(t);return null===e?null:this.dataRange.dateAt(e)},e.prototype.totalIndex=function(t){return this.dataRange.totalIndex(t)},e.prototype.currentRangeIndices=function(){var t=this.dataRange.valueRange();return{min:this.dataRange.totalIndex(t.min),max:this.dataRange.totalIndex(t.max)}},e.prototype.totalRange=function(){return this.dataRange.total()},e.prototype.totalRangeIndices=function(){var t=this.dataRange.total();return{min:this.dataRange.totalIndex(t.min),max:this.dataRange.totalIndex(t.max)}},e.prototype.totalCount=function(){return this.dataRange.totalCount()},e.prototype.isEmpty=function(){return!this.options.srcCategories.length},e.prototype.roundedRange=function(){if(!1!==this.options.roundToBaseUnit||this.isEmpty())return this.range();var t=this.options,e=fo(t.srcCategories);return new go(e.min,e.max,Object.assign({},t,{justified:!1,roundToBaseUnit:!0,justifyEnd:!1})).displayRange()},e}(uo);Qt(mo,{type:g,labels:{dateFormats:co},rangeLabels:{visible:!1},autoBaseUnitSteps:{milliseconds:[1,10,100],seconds:[1,2,5,15,30],minutes:[1,2,5,15,30],hours:[1,2,3],days:[1,2,3],weeks:[1,2],months:[1,2,3,6],years:[1,2,3,5,10,25,50]},maxDateGroups:10});const bo=mo;function xo(t,e){return Gt(Math.floor(t/e)*e,m)}function _o(t,e){return Gt(Math.ceil(t/e)*e,m)}function Co(t){return Math.max(Math.min(t,3e5),-3e5)}var wo=Math.pow(10,1-m),Oo=function(t){function e(e,r,o,i){t.call(this,Object.assign({},o,{seriesMin:e,seriesMax:r}),i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=function(t,e,r){var o=r.narrowRange,i=function(t,e,r){if(!t&&!e)return 0;var o;if(t>=0&&e>=0){var i=t===e?0:t;if(!1===r||!r&&(e-i)/e>.2)return 0;o=Math.max(0,i-(e-i)/2)}else o=t;return o}(t,e,o),n=function(t,e,r){if(!t&&!e)return 1;var o;if(t<=0&&e<=0){var i=t===e?0:e,n=Math.abs((i-t)/i);if(!1===r||!r&&n>.2)return 0;o=Math.min(0,i-(t-i)/2)}else o=e;return o}(t,e,o),a=Se(i,n),s={majorUnit:a};return!1!==r.roundToMajorUnit&&(i<0&&So(i,a,1/3)&&(i-=a),n>0&&So(n,a,1/3)&&(n+=a)),s.min=xo(i,a),s.max=_o(n,a),s}(t.seriesMin,t.seriesMax,t);return this.totalOptions=function(t,e){return{min:Lt(e.min)?Math.min(t.min,e.min):t.min,max:Lt(e.max)?Math.max(t.max,e.max):t.max,majorUnit:t.majorUnit}}(e,t),function(t,e){var r,o,i=e;if(e){!function(t,e){for(var r=0;r<e.length;r++){var o=e[r];null===t[o]&&(t[o]=void 0)}}(e,["min","max"]),r=Lt(e.min),o=Lt(e.max);var n=r||o;n&&e.min===e.max&&(e.min>0?e.min=0:e.max=1),e.majorUnit?(t.min=xo(t.min,e.majorUnit),t.max=_o(t.max,e.majorUnit)):n&&(i=nt(t,e),t.majorUnit=Se(i.min,i.max))}t.minorUnit=(i.majorUnit||t.majorUnit)/5;var a=nt(t,i);return a.min>=a.max&&(r&&!o?a.max=a.min+a.majorUnit:!r&&o&&(a.min=a.max-a.majorUnit)),a}(e,t)},e.prototype.initFields=function(){this.totalMin=this.totalOptions.min,this.totalMax=this.totalOptions.max,this.totalMajorUnit=this.totalOptions.majorUnit,this.seriesMin=this.options.seriesMin,this.seriesMax=this.options.seriesMax},e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return 0},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){if(0===t)return 1;var e=this.options,r=e.max-e.min;return Math.floor(Gt(r/t,d))+1},e.prototype.getTickPositions=function(t,e){var r=this.options,o=this.lineInfo(),i=o.axisDir,n=o.axisOrigin,a=o.lineBox,s=t*(o.lineSize/(r.max-r.min)),l=this.getDivisions(t),u=[],c=a[n],p=0;e&&(p=e/t);for(var h=0;h<l;h++)h%p!=0&&u.push(Gt(c,d)),c+=s*i;return u},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){void 0===r&&(r=!1);var o=this.options,i=this.lineInfo(),n=i.axis,a=i.axisDir,s=i.lineBox,l=i.lineSize,u=i.lineStart,c=a*(l/(o.max-o.min)),p=Wt(t,e||0),h=Wt(e,t||0);r&&(p=Kt(p,o.min,o.max),h=Kt(h,o.min,o.max));var f=Math.min(p,h)-o.min,d=Math.max(p,h)-o.min,v=new ke(s.x1,s.y1,s.x1,s.y1);return v[n+1]=Co(u+c*(a>0?f:d)),v[n+2]=Co(u+c*(a>0?d:f)),v},e.prototype.getValue=function(t){var e=this.options,r=Number(e.max),o=Number(e.min),i=this.pointOffset(t);return i<0||i>1?null:Gt(o+i*(r-o),m)},e.prototype.translateRange=function(t){var e=this.options,r=e.vertical,o=e.reverse,i=e.max,n=e.min,a=this.lineInfo().lineSize,s=Gt(t/(a/(i-n)),m);return!r&&!o||r&&o||(s=-s),{min:n+s,max:i+s,offset:s}},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var o=this.options,i=Gt(o.min+t*o.majorUnit,m),n=this.axisLabelText(i,e,r);return new lr(i,n,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),o=this.getValue(e),i=Math.min(r,o),n=Math.max(r,o);if(this.isValidRange(i,n))return{min:i,max:n}},e.prototype.scaleRange=function(t,e){var r=Math.abs(this.pointOffset(e)),o=this.options.max-this.options.min,i=this.scaleToDelta(t,o),n=r*i,a=(1-r)*i,s=Gt(this.options.min+n,m),l=Gt(this.options.max-a,m);return l-s<wo&&(l=s+wo),{min:s,max:l}},e.prototype.zoomRange=function(t,e){var r=this.totalMin,o=this.totalMax,i=this.scaleRange(t,e);return{min:Kt(i.min,r,o),max:Kt(i.max,r,o),narrowRange:!1}},e.prototype.isValidRange=function(t,e){return e-t>wo},e}(jr);function So(t,e,r){var o=Gt(Math.abs(t%e),m);return 0===o||o>e*(1-r)}Qt(Oo,{type:"numeric",min:0,max:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:c},labels:{format:"#.####################"},zIndex:1});const Po=Oo;var Ao=function(t){function e(e,r,o,i){var n=Gr(e),a=Gr(r),s=i.intl,l=o||{};l=function(t,e,r){var o,i,n=r.min||t,a=r.max||e,s=r.baseUnit||(a&&n?(o=Xr(a,n),i=Er,o>=Ur?i=Lr:o>=Hr?i=Ir:o>=Fr?i=Dr:o>=zr&&(i=Vr),i):Er),l=Kr[s],u=r.weekStartDay||0,c=qr(to(n)-1,s,u)||Gr(a),p=Zr(to(a)+1,s,u),h=(r.majorUnit?r.majorUnit:void 0)||_o(Se(c.getTime(),p.getTime()),l)/l,f=io(c,p,s),d=_o(f,h)-f,v=Math.floor(d/2),g=d-v;return r.baseUnit||delete r.baseUnit,r.baseUnit=r.baseUnit||s,r.min=r.min||Wr(c,-v,s,u),r.max=r.max||Wr(p,g,s,u),r.minorUnit=r.minorUnit||h/5,r.majorUnit=h,r}(n,a,l=nt(l||{},{min:no(s,l.min),max:no(s,l.max),axisCrossingValue:ao(s,l.axisCrossingValues||l.axisCrossingValue),weekStartDay:so(l,s)})),t.call(this,l,i),this.intlService=s,this.seriesMin=n,this.seriesMax=a;var u=l.weekStartDay||0;this.totalMin=to(qr(to(n)-1,l.baseUnit,u)),this.totalMax=to(Zr(to(a)+1,l.baseUnit,u))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.getDivisions=function(t){var e=this.options;return Math.floor(io(e.min,e.max,e.baseUnit)/t+1)},e.prototype.getTickPositions=function(t){for(var e=this.options,r=this.lineInfo(),o=r.axisDir,i=r.lineSize,n=r.lineStart,a=this.getDivisions(t),s=i/Jr(e.max,e.min),l=e.weekStartDay||0,u=[n],c=1;c<a;c++){var p=n+Jr(Wr(e.min,c*t,e.baseUnit,l),e.min)*s*o;u.push(Gt(p,d))}return u},e.prototype.getMajorTickPositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.getMinorTickPositions=function(){return this.getTickPositions(this.options.minorUnit)},e.prototype.getSlot=function(t,e,r){return Po.prototype.getSlot.call(this,no(this.intlService,t),no(this.intlService,e),r)},e.prototype.getValue=function(t){var e=Po.prototype.getValue.call(this,t);return null!==e?Gr(e):null},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,r){var o=this.options,i=t*o.majorUnit,n=o.weekStartDay||0,a=o.min;i>0&&(a=Wr(a,i,o.baseUnit,n));var s=e.dateFormats[o.baseUnit];e.format=e.format||s;var l=this.axisLabelText(a,e,r);return new lr(a,l,t,null,e)},e.prototype.translateRange=function(t){var e=this.options,r=this.lineBox(),o=e.vertical,i=e.reverse,n=o?r.height():r.width(),a=this.range(),s=n/Jr(a.max,a.min),l=Gt(t/s,m);return!o&&!i||o&&i||(l=-l),{min:$r(e.min,l),max:$r(e.max,l),offset:l}},e.prototype.shouldRenderNote=function(t){var e=this.range();return Qr(t,e.min)>=0&&Qr(t,e.max)<=0},e.prototype.pan=function(t){var e=this.translateRange(t,!0),r=this.limitRange(to(e.min),to(e.max),this.totalMin,this.totalMax,e.offset);if(r)return{min:Gr(r.min),max:Gr(r.max)}},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),o=this.getValue(e),i=Math.min(r,o),n=Math.max(r,o);return{min:Gr(i),max:Gr(n)}},e.prototype.scaleRange=function(t,e){var r=Math.abs(this.pointOffset(e)),o=this.options.max-this.options.min,i=this.scaleToDelta(t,o),n=r*i,a=(1-r)*i,s=Gr(to(this.options.min)+n),l=Gr(to(this.options.max)-a);return l-s<1e3&&(l=Gr(to(s)+1e3)),{min:s,max:l}},e.prototype.zoomRange=function(t,e){var r=this.scaleRange(t,e);return{min:Gr(Kt(to(r.min),this.totalMin,this.totalMax)),max:Gr(Kt(to(r.max),this.totalMin,this.totalMax))}},e}(jr);Qt(Ao,{type:g,majorGridLines:{visible:!0,width:1,color:c},labels:{dateFormats:co}});const jo=Ao;var ko=1e-6,Mo=function(t){function e(e,r,o,i){var n=nt({majorUnit:10,min:e,max:r},o),a=n.majorUnit,s=function(t,e){var r=Gt(Eo(t,e),m)%1;return t<=0?e:0!==r&&(r<.3||r>.9)?Math.pow(e,Eo(t,e)+.2):Math.pow(e,Math.ceil(Eo(t,e)))}(r,a),l=function(t,e,r){var o=r.majorUnit,i=t;return t<=0?i=e<=1?Math.pow(o,-2):1:r.narrowRange||(i=Math.pow(o,Math.floor(Eo(t,o)))),i}(e,r,n),u=function(t,e,r,o){var i=r.min,n=r.max;return Lt(r.axisCrossingValue)&&r.axisCrossingValue<=0&&To(),Lt(o.max)?o.max<=0&&To():n=e,Lt(o.min)?o.min<=0&&To():i=t,{min:i,max:n}}(l,s,n,o);n.max=u.max,n.min=u.min,n.minorUnit=o.minorUnit||Gt(a-1,m),t.call(this,n,i),this.totalMin=Lt(o.min)?Math.min(l,o.min):l,this.totalMax=Lt(o.max)?Math.max(s,o.max):s,this.logMin=Gt(Eo(u.min,a),m),this.logMax=Gt(Eo(u.max,a),m),this.seriesMin=e,this.seriesMax=r,this.createLabels()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.clone=function(){return new e(this.seriesMin,this.seriesMax,Object.assign({},this.options),this.chartService)},e.prototype.startValue=function(){return this.options.min},e.prototype.getSlot=function(t,e,r){var o=this,i=o.options,n=o.logMin,a=o.logMax,s=i.majorUnit,l=i.min,u=i.max,c=this.lineInfo(),p=c.axis,h=c.axisDir,f=c.lineBox,d=c.lineSize,v=c.lineStart,g=h*(d/(a-n)),y=Wt(t,e||1),m=Wt(e,t||1);if(y<=0||m<=0)return null;r&&(y=Kt(y,l,u),m=Kt(m,l,u)),y=Eo(y,s),m=Eo(m,s);var b=Math.min(y,m)-n,x=Math.max(y,m)-n,_=new ke(f.x1,f.y1,f.x1,f.y1);return _[p+1]=Co(v+g*(h>0?b:x)),_[p+2]=Co(v+g*(h>0?x:b)),_},e.prototype.getValue=function(t){var e=this,r=e.options,o=e.logMin,i=e.logMax,n=r.majorUnit,a=this.lineInfo(),s=a.axis,l=a.axisDir,u=a.lineStart,c=a.lineSize,p=(i-o)/c,h=l*(t[s]-u);if(h<0||h>c)return null;var f=o+h*p;return Gt(Math.pow(n,f),m)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.translateRange=function(t){var e=this,r=e.options,o=e.logMin,i=e.logMax,n=r.reverse,a=r.vertical,s=r.majorUnit,l=this.lineBox(),u=a?l.height():l.width(),c=Gt(t/(u/(i-o)),m);return!a&&!n||a&&n||(c=-c),{min:Math.pow(s,o+c),max:Math.pow(s,i+c),offset:c}},e.prototype.labelsCount=function(){var t=Math.floor(this.logMax);return Math.floor(t-this.logMin)+1},e.prototype.getMajorTickPositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),{step:1,skip:0}),t},e.prototype.createTicks=function(t){var e=this.options,r=e.majorTicks,o=e.minorTicks,i=e.vertical,n=e.labels.mirror,a=this.lineBox(),s={vertical:i};function l(e,r){s.tickX=n?a.x2:a.x2-r.size,s.tickY=n?a.y1-r.size:a.y1,s.position=e,t.append(Sr(s,r))}return r.visible&&this.traverseMajorTicksPositions(l,r),o.visible&&this.traverseMinorTicksPositions(l,o),[]},e.prototype.createGridLines=function(t){var e=this.options,r=e.minorGridLines,o=e.majorGridLines,i=e.vertical,n=t.lineBox(),a={lineStart:n[i?"x1":"y1"],lineEnd:n[i?"x2":"y2"],vertical:i},s=[],l=this.gridLinesVisual();function u(t,e){Ot(t,s)||(a.position=t,l.append(Pr(a,e)),s.push(t))}return o.visible&&this.traverseMajorTicksPositions(u,o),r.visible&&this.traverseMinorTicksPositions(u,r),l.children},e.prototype.traverseMajorTicksPositions=function(t,e){for(var r=this.lineInfo(),o=r.lineStart,i=r.step,n=this.logMin,a=this.logMax,s=Math.ceil(n)+e.skip;s<=a;s+=e.step)t(Gt(o+i*(s-n),m),e)},e.prototype.traverseMinorTicksPositions=function(t,e){for(var r=this.options,o=r.min,i=r.max,n=r.minorUnit,a=r.majorUnit,s=this.lineInfo(),l=s.lineStart,u=s.step,c=this.logMin,p=this.logMax,h=Math.floor(c);h<p;h++)for(var f=this._minorIntervalOptions(h),d=e.skip;d<n;d+=e.step){var v=f.value+d*f.minorStep;if(v>i)break;v>=o&&t(Gt(l+u*(Eo(v,a)-c),m),e)}},e.prototype.createAxisLabel=function(t,e,r){var o=Math.ceil(this.logMin+t),i=Math.pow(this.options.majorUnit,o),n=this.axisLabelText(i,e,r);return new lr(i,n,t,null,e)},e.prototype.shouldRenderNote=function(t){var e=this.range();return e.min<=t&&t<=e.max},e.prototype.pan=function(t){var e=this.translateRange(t);return this.limitRange(e.min,e.max,this.totalMin,this.totalMax,e.offset)},e.prototype.pointsRange=function(t,e){var r=this.getValue(t),o=this.getValue(e);return{min:Math.min(r,o),max:Math.max(r,o)}},e.prototype.scaleRange=function(t,e){var r=this.options.majorUnit,o=Eo(this.options.min,r),i=Eo(this.options.max,r),n=Math.abs(this.pointOffset(e)),a=i-o,s=this.scaleToDelta(t,a),l=Math.pow(r,o+n*s),u=Math.pow(r,i-(1-n)*s);return u-l<ko&&(u=l+ko),{min:l,max:u}},e.prototype.zoomRange=function(t,e){var r=this.scaleRange(t,e),o=this.totalMin,i=this.totalMax;return{min:Kt(r.min,o,i),max:Kt(r.max,o,i)}},e.prototype._minorIntervalOptions=function(t){var e=this.options,r=e.minorUnit,o=e.majorUnit,i=Math.pow(o,t);return{value:i,minorStep:(Math.pow(o,t+1)-i)/r}},e.prototype.lineInfo=function(){var e=t.prototype.lineInfo.call(this);return e.step=e.axisDir*(e.lineSize/(this.logMax-this.logMin)),e},e}(jr);function To(){throw new Error("Non positive values cannot be used for a logarithmic axis")}function Eo(t,e){return Math.log(t)/Math.log(e)}Qt(Mo,{type:"log",majorUnit:10,minorUnit:1,axisCrossingValue:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:c},zIndex:1,_deferLabels:!0});const Vo=Mo,Do={createGridLines:function(t){var e,r,o=this.options,i=Math.abs(this.box.center().y-t.lineBox().y1),n=[],a=!1;return o.majorGridLines.visible&&(e=this.majorGridLineAngles(t),a=!0,n=this.renderMajorGridLines(e,i,o.majorGridLines)),o.minorGridLines.visible&&(r=this.minorGridLineAngles(t,a),Dt(n,this.renderMinorGridLines(r,i,o.minorGridLines,t,a))),n},renderMajorGridLines:function(t,e,r){return this.renderGridLines(t,e,r)},renderMinorGridLines:function(t,e,r,o,i){var n=this.radiusCallback&&this.radiusCallback(e,o,i);return this.renderGridLines(t,e,r,n)},renderGridLines:function(t,e,r,o){for(var i={stroke:{width:r.width,color:r.color,dashType:r.dashType}},n=this.box.center(),a=new $.geometry.Circle([n.x,n.y],e),s=this.gridLinesVisual(),l=0;l<t.length;l++){var u=new $.drawing.Path(i);o&&(a.radius=o(t[l])),u.moveTo(a.center).lineTo(a.pointAt(t[l]+180)),s.append(u)}return s.children},gridLineAngles:function(t,e,r,o,i){var n=this,a=this.intervals(e,r,o,i),s=t.options,l=s.visible&&!1!==(s.line||{}).visible;return Mt(a,(function(t){var e=n.intervalAngle(t);if(!l||90!==e)return e}))}};var Io=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.range=function(){return{min:0,max:this.options.categories.length}},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.lineBox=function(){return this.box},e.prototype.reflowLabels=function(){for(var t=this.labels,e=this.options.labels,r=e.skip||0,o=e.step||1,i=new ke,n=0;n<t.length;n++){t[n].reflow(i);var a=t[n].box;t[n].reflow(this.getSlot(r+n*o).adjacentBox(0,a.width(),a.height()))}},e.prototype.intervals=function(t,e,r,o){void 0===o&&(o=!1);for(var i=this.options,n=i.categories.length/t||1,a=360/n,s=r||1,l=[],u=0,c=e||0;c<n;c+=s)u=i.reverse?360-c*a:c*a,u=Gt(u,d)%360,o&&Ot(u,o)||l.push(u);return l},e.prototype.majorIntervals=function(){return this.intervals(1)},e.prototype.minorIntervals=function(){return this.intervals(.5)},e.prototype.intervalAngle=function(t){return(360+t+this.options.startAngle)%360},e.prototype.majorAngles=function(){var t=this;return Mt(this.majorIntervals(),(function(e){return t.intervalAngle(e)}))},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,1,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,o=r.minorGridLines,i=r.majorGridLines,n=e?this.intervals(1,i.skip,i.step):null;return this.gridLineAngles(t,.5,o.skip,o.step,n)},e.prototype.radiusCallback=function(t,e,r){if(e.options.type!==i){var o=$t(360/(2*this.options.categories.length)),n=Math.cos(o)*t,a=this.majorAngles();return function(e){return!r&&Ot(e,a)?t:n}}},e.prototype.createPlotBands=function(){for(var t=this.options.plotBands||[],e=this._plotbandGroup=new $.drawing.Group({zIndex:-1}),r=0;r<t.length;r++){var o=t[r],i=this.plotBandSlot(o),n=this.getSlot(o.from),a=o.from-Math.floor(o.from);i.startAngle+=a*n.angle;var s=Math.ceil(o.to)-o.to;i.angle-=(s+a)*n.angle;var l=Le.current.createRing(i,{fill:{color:o.color,opacity:o.opacity},stroke:{opacity:o.opacity}});e.append(l)}this.appendVisual(e)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to-1)},e.prototype.getSlot=function(t,e){var r=this.options,o=r.justified,i=this.box,n=this.majorAngles(),a=n.length,s=360/a,l=t;r.reverse&&!o&&(l=(l+1)%a);var u=n[l=Kt(Math.floor(l),0,a-1)];o&&(u-=s/2)<0&&(u+=360);var c=s*(Kt(Math.ceil(e||l),l,a-1)-l+1);return new Ee(i.center(),0,i.height()/2,u,c)},e.prototype.slot=function(t,e){var r=this.getSlot(t,e),o=r.startAngle+180,i=o+r.angle;return new $.geometry.Arc([r.center.x,r.center.y],{startAngle:o,endAngle:i,radiusX:r.radius,radiusY:r.radius})},e.prototype.pointCategoryIndex=function(t){for(var e=this.options.categories.length,r=null,o=0;o<e;o++)if(this.getSlot(o).containsPoint(t)){r=o;break}return r},e}(uo);Qt(Io,{startAngle:90,labels:{margin:pt(10)},majorGridLines:{visible:!0},justified:!0}),nt(Io.prototype,Do);const Lo=Io;var No=function(t){function e(e,r){t.call(this,e,r);var o=this.options;o.minorUnit=o.minorUnit||o.majorUnit/2}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDivisions=function(t){return Po.prototype.getDivisions.call(this,t)-1},e.prototype.reflow=function(t){this.box=t,this.reflowLabels()},e.prototype.reflowLabels=function(){for(var t=this,e=t.options,r=t.labels,o=t.options.labels,i=o.skip||0,n=o.step||1,a=new ke,s=this.intervals(e.majorUnit,i,n),l=0;l<r.length;l++){r[l].reflow(a);var u=r[l].box;r[l].reflow(this.getSlot(s[l]).adjacentBox(0,u.width(),u.height()))}},e.prototype.lineBox=function(){return this.box},e.prototype.intervals=function(t,e,r,o){void 0===o&&(o=!1);for(var i=this.options.min,n=this.getDivisions(t),a=[],s=r||1,l=e||0;l<n;l+=s){var u=(360+i+l*t)%360;o&&Ot(u,o)||a.push(u)}return a},e.prototype.majorIntervals=function(){return this.intervals(this.options.majorUnit)},e.prototype.minorIntervals=function(){return this.intervals(this.options.minorUnit)},e.prototype.intervalAngle=function(t){return(540-t-this.options.startAngle)%360},e.prototype.createLine=function(){return[]},e.prototype.majorGridLineAngles=function(t){var e=this.options.majorGridLines;return this.gridLineAngles(t,this.options.majorUnit,e.skip,e.step)},e.prototype.minorGridLineAngles=function(t,e){var r=this.options,o=r.minorGridLines,i=r.majorGridLines,n=e?this.intervals(r.majorUnit,i.skip,i.step):null;return this.gridLineAngles(t,r.minorUnit,o.skip,o.step,n)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to)},e.prototype.getSlot=function(t,e){var r=this.options,o=this.box,i=r.startAngle,n=Kt(t,r.min,r.max),a=Kt(e||n,n,r.max);if(r.reverse&&(n*=-1,a*=-1),(a=(540-a-i)%360)<(n=(540-n-i)%360)){var s=n;n=a,a=s}return new Ee(o.center(),0,o.height()/2,n,a-n)},e.prototype.slot=function(t,e){void 0===e&&(e=t);var r,o,i=this.options,n=360-i.startAngle,a=this.getSlot(t,e),s=Math.min(t,e),l=Math.max(t,e);return i.reverse?(r=s,o=l):(r=360-l,o=360-s),r=(r+n)%360,o=(o+n)%360,new $.geometry.Arc([a.center.x,a.center.y],{startAngle:r,endAngle:o,radiusX:a.radius,radiusY:a.radius})},e.prototype.getValue=function(t){var e=this.options,r=this.box.center(),o=t.x-r.x,i=t.y-r.y,n=Math.round(Nt(Math.atan2(i,o))),a=e.startAngle;return e.reverse||(n*=-1,a*=-1),(n+a+360)%360},e.prototype.valueRange=function(){return{min:0,max:2*Math.PI}},e}(jr);Qt(No,{type:"polar",startAngle:0,reverse:!1,majorUnit:60,min:0,max:360,labels:{margin:pt(10)},majorGridLines:{color:c,visible:!0,width:1},minorGridLines:{color:"#aaa"}}),nt(No.prototype,Do,{createPlotBands:Lo.prototype.createPlotBands,majorAngles:Lo.prototype.majorAngles,range:Po.prototype.range,labelsCount:Po.prototype.labelsCount,createAxisLabel:Po.prototype.createAxisLabel});const Bo=No;var Ro={options:{majorGridLines:{visible:!0}},createPlotBands:function(){var t=this.options,e=t.majorGridLines.type,r=t.plotBands;void 0===r&&(r=[]);for(var o=this.plotArea.polarAxis,n=o.majorAngles(),a=o.box.center(),s=this._plotbandGroup=new $.drawing.Group({zIndex:-1}),l=0;l<r.length;l++){var u,c=r[l],p={fill:{color:c.color,opacity:c.opacity},stroke:{opacity:c.opacity}},h=this.getSlot(c.from,c.to,!0),f=new Ee(a,a.y-h.y2,a.y-h.y1,0,360);u=e===i?Le.current.createRing(f,p):$.drawing.Path.fromPoints(this.plotBandPoints(f,n),p).close(),s.append(u)}this.appendVisual(s)},plotBandPoints:function(t,e){for(var r=[],o=[],i=[t.center.x,t.center.y],n=new $.geometry.Circle(i,t.innerRadius),a=new $.geometry.Circle(i,t.radius),s=0;s<e.length;s++)r.push(n.pointAt(e[s]+180)),o.push(a.pointAt(e[s]+180));return r.reverse(),r.push(r[0]),o.push(o[0]),o.concat(r)},createGridLines:function(t){var e=this.options,r=this.radarMajorGridLinePositions(),o=t.majorAngles(),i=t.box.center(),n=[];if(e.majorGridLines.visible&&(n=this.renderGridLines(i,r,o,e.majorGridLines)),e.minorGridLines.visible){var a=this.radarMinorGridLinePositions();Dt(n,this.renderGridLines(i,a,o,e.minorGridLines))}return n},renderGridLines:function(t,e,r,o){var n={stroke:{width:o.width,color:o.color,dashType:o.dashType}},a=o.skip;void 0===a&&(a=0);var s=o.step;void 0===s&&(s=0);for(var l=this.gridLinesVisual(),u=a;u<e.length;u+=s){var c=t.y-e[u];if(c>0){var p=new $.geometry.Circle([t.x,t.y],c);if(o.type===i)l.append(new $.drawing.Circle(p,n));else{for(var h=new $.drawing.Path(n),f=0;f<r.length;f++)h.lineTo(p.pointAt(r[f]+180));h.close(),l.append(h)}}}return l.children},getValue:function(t){var e=this.lineBox(),r=this.plotArea.polarAxis,o=r.majorAngles(),n=r.box.center(),a=t.distanceTo(n),s=a;if(this.options.majorGridLines.type!==i&&o.length>1){var l=t.x-n.x,u=t.y-n.y,c=(Nt(Math.atan2(u,l))+540)%360;o.sort((function(t,e){return zo(t,c)-zo(e,c)}));var p=90-zo(o[0],o[1])/2,h=180-zo(c,o[0])-p;s=a*(Math.sin($t(h))/Math.sin($t(p)))}return this.axisType().prototype.getValue.call(this,new Pe(e.x1,e.y2-s))}};function zo(t,e){return 180-Math.abs(Math.abs(t-e)-180)}const Fo=Ro;var Ho=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){return this.getTickPositions(this.options.majorUnit)},e.prototype.radarMinorGridLinePositions=function(){var t=this.options,e=0;return t.majorGridLines.visible&&(e=t.majorUnit),this.getTickPositions(t.minorUnit,e)},e.prototype.axisType=function(){return t},e}(Po);nt(Ho.prototype,Fo);const Uo=Ho;var Ko=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.radarMajorGridLinePositions=function(){var t=[];return this.traverseMajorTicksPositions((function(e){t.push(e)}),this.options.majorGridLines),t},e.prototype.radarMinorGridLinePositions=function(){var t=[];return this.traverseMinorTicksPositions((function(e){t.push(e)}),this.options.minorGridLines),t},e.prototype.axisType=function(){return t},e}(Vo);nt(Ko.prototype,Fo);const Xo=Ko;function $o(t){return t<=0?-1:1}const Go=function(t){function e(e){t.call(this),this.closed=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.process=function(t){var e=t.slice(0),r=[],o=this.closed,i=e.length;if(i>2&&(this.removeDuplicates(0,e),i=e.length),i<2||2===i&&e[0].equals(e[1]))return r;var n,a,s=e[0],l=e[1],u=e[2];for(r.push(new $.geometry.Segment(s));s.equals(e[i-1]);)o=!0,e.pop(),i--;if(2===i){var c=this.tangent(s,l,B,R);return Ut(r).controlOut(this.firstControlPoint(c,s,l,B,R)),r.push(new $.geometry.Segment(l,this.secondControlPoint(c,s,l,B,R))),r}if(o){s=e[i-1],l=e[0],u=e[1];var p=this.controlPoints(s,l,u);n=p[1],a=p[0]}else{var h=this.tangent(s,l,B,R);n=this.firstControlPoint(h,s,l,B,R)}for(var f=n,d=0;d<=i-3;d++)if(this.removeDuplicates(d,e),d+3<=(i=e.length)){s=e[d],l=e[d+1],u=e[d+2];var v=this.controlPoints(s,l,u);Ut(r).controlOut(f),f=v[1];var g=v[0];r.push(new $.geometry.Segment(l,g))}if(o){s=e[i-2],l=e[i-1],u=e[0];var y=this.controlPoints(s,l,u);Ut(r).controlOut(f),r.push(new $.geometry.Segment(l,y[0])),Ut(r).controlOut(y[1]),r.push(new $.geometry.Segment(u,a))}else{var m=this.tangent(l,u,B,R);Ut(r).controlOut(f),r.push(new $.geometry.Segment(u,this.secondControlPoint(m,l,u,B,R)))}return r},e.prototype.removeDuplicates=function(t,e){for(;e[t+1]&&(e[t].equals(e[t+1])||e[t+1].equals(e[t+2]));)e.splice(t+1,1)},e.prototype.invertAxis=function(t,e,r){var o=!1;if(t.x===e.x)o=!0;else if(e.x===r.x)(e.y<r.y&&t.y<=e.y||r.y<e.y&&e.y<=t.y)&&(o=!0);else{var i=this.lineFunction(t,e),n=this.calculateFunction(i,r.x);t.y<=e.y&&r.y<=n||e.y<=t.y&&r.y>=n||(o=!0)}return o},e.prototype.isLine=function(t,e,r){var o=this.lineFunction(t,e),i=this.calculateFunction(o,r.x);return t.x===e.x&&e.x===r.x||Gt(i,1)===Gt(r.y,1)},e.prototype.lineFunction=function(t,e){var r=(e.y-t.y)/(e.x-t.x);return[t.y-r*t.x,r]},e.prototype.controlPoints=function(t,e,r){var o,i=B,n=R,a=!1,s=!1;if(this.isLine(t,e,r))o=this.tangent(t,e,B,R);else{var l={x:this.isMonotonicByField(t,e,r,B),y:this.isMonotonicByField(t,e,r,R)};l.x&&l.y?(o=this.tangent(t,r,B,R),a=!0):(this.invertAxis(t,e,r)&&(i=R,n=B),l[i]?o=0:(o=.01*(r[n]<t[n]&&t[n]<=e[n]||t[n]<r[n]&&e[n]<=t[n]?$o((r[n]-t[n])*(e[i]-t[i])):-$o((r[i]-t[i])*(e[n]-t[n]))),s=!0))}var u=this.secondControlPoint(o,t,e,i,n);if(s){var c=i;i=n,n=c}var p=this.firstControlPoint(o,e,r,i,n);return a&&(this.restrictControlPoint(t,e,u,o),this.restrictControlPoint(e,r,p,o)),[u,p]},e.prototype.restrictControlPoint=function(t,e,r,o){t.y<e.y?e.y<r.y?(r.x=t.x+(e.y-t.y)/o,r.y=e.y):r.y<t.y&&(r.x=e.x-(e.y-t.y)/o,r.y=t.y):r.y<e.y?(r.x=t.x-(t.y-e.y)/o,r.y=e.y):t.y<r.y&&(r.x=e.x+(t.y-e.y)/o,r.y=t.y)},e.prototype.tangent=function(t,e,r,o){var i=e[r]-t[r],n=e[o]-t[o];return 0===i?0:n/i},e.prototype.isMonotonicByField=function(t,e,r,o){return r[o]>e[o]&&e[o]>t[o]||r[o]<e[o]&&e[o]<t[o]},e.prototype.firstControlPoint=function(t,e,r,o,i){var n=e[o],a=.333*(r[o]-n);return this.point(n+a,e[i]+a*t,o,i)},e.prototype.secondControlPoint=function(t,e,r,o,i){var n=e[o],a=r[o],s=.333*(a-n);return this.point(a-s,r[i]-s*t,o,i)},e.prototype.point=function(t,e,r,o){var i=new $.geometry.Point;return i[r]=t,i[o]=e,i},e.prototype.calculateFunction=function(t,e){for(var r=t.length,o=0,i=0;i<r;i++)o+=Math.pow(e,i)*t[i];return o},e}($.Class);var Yo=function(t){function e(e){t.call(this),this._axis=e,this.options=e.options}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this._axis;return e.getCategory?e.getCategory(t):e.getValue(t)},e.prototype.slot=function(t,e,r){return void 0===r&&(r=!0),this._axis.slot(t,e,r)},e.prototype.range=function(){return this._axis.range()},e.prototype.valueRange=function(){return this._axis.valueRange()},e}($.Class);const Wo=Yo;function qo(t,e){for(var r=0;r<e.length;r++)if(e[r].options.name===t)return e[r].prepareUserOptions(),new Wo(e[r])}var Zo=function(t){this.visual=t.visual,this.chartsVisual=t.chartContainer.visual,this._pane=t};Zo.prototype.findAxisByName=function(t){return qo(t,this._pane.axes)};const Qo=Zo,Jo=function(t){function e(e){t.call(this),this._plotArea=e,this.visual=e.visual,this.backgroundVisual=e._bgVisual}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}($.Class);function ti(t){for(var e=t.length,r=0,o=0;o<e;o++)W(t[o])&&r++;return r}var ei={min:function(t){for(var e=t.length,r=S,o=0;o<e;o++){var i=t[o];W(i)&&(r=Math.min(r,i))}return r===S?t[0]:r},max:function(t){for(var e=t.length,r=P,o=0;o<e;o++){var i=t[o];W(i)&&(r=Math.max(r,i))}return r===P?t[0]:r},sum:function(t){for(var e=t.length,r=0,o=0;o<e;o++){var i=t[o];W(i)&&(r+=i)}return r},sumOrNull:function(t){var e=null;return ti(t)&&(e=ei.sum(t)),e},count:function(t){for(var e=t.length,r=0,o=0;o<e;o++){var i=t[o];null!==i&&Lt(i)&&r++}return r},avg:function(t){var e=ti(t),r=t[0];return e>0&&(r=ei.sum(t)/e),r},first:function(t){for(var e=t.length,r=0;r<e;r++){var o=t[r];if(null!==o&&Lt(o))return o}return t[0]}};const ri=ei;function oi(t,e){return null===e?e:bt(t)(e)}var ii=function(t){function e(){t.call(this),this._valueFields={},this._otherFields={},this._nullValue={},this._undefinedValue={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e,r){var o=this;void 0===e&&(e=[I]),void 0===r&&(r={});for(var i=0;i<t.length;i++){var n=t[i];o._valueFields[n]=e,o._otherFields[n]=r,o._nullValue[n]=o._makeValue(e,null),o._undefinedValue[n]=o._makeValue(e,void 0)}},e.prototype.canonicalFields=function(t){return this.valueFields(t).concat(this.otherFields(t))},e.prototype.valueFields=function(t){return this._valueFields[t.type]||[I]},e.prototype.otherFields=function(t){return this._otherFields[t.type]||[I]},e.prototype.bindPoint=function(t,e,r){var o,i,n=t.data,a=Lt(r)?r:n[e],s={valueFields:{value:a}},l=this.valueFields(t),u=this._otherFields[t.type];if(null===a)i=this._nullValue[t.type];else if(Lt(a)){if(Array.isArray(a)){var c=a.slice(l.length);i=this._bindFromArray(a,l),o=this._bindFromArray(c,u)}else if("object"==typeof a){var p=this.sourceFields(t,l),h=this.sourceFields(t,u);i=this._bindFromObject(a,l,p),o=this._bindFromObject(a,u,h)}}else i=this._undefinedValue[t.type];return Lt(i)&&(1===l.length?s.valueFields.value=i[l[0]]:s.valueFields=i),s.fields=o||{},s},e.prototype._makeValue=function(t,e){for(var r={},o=t.length,i=0;i<o;i++)r[t[i]]=e;return r},e.prototype._bindFromArray=function(t,e){var r={};if(e)for(var o=Math.min(e.length,t.length),i=0;i<o;i++)r[e[i]]=t[i];return r},e.prototype._bindFromObject=function(t,e,r){void 0===r&&(r=e);var o={};if(e)for(var i=e.length,n=0;n<i;n++){var a=e[n],s=r[n];null!==s&&(o[a]=oi(s,t))}return o},e.prototype.sourceFields=function(t,e){var r=[];if(e)for(var o=e.length,i=0;i<o;i++){var n=e[i],a=n===I?"field":n+"Field";r.push(null!==t[a]?t[a]||n:null)}return r},e}($.Class);ii.current=new ii;const ni=ii;var ai=/percent(?:\w*)\((\d+)\)/,si=new RegExp("^stddev(?:\\((\\d+(?:\\.\\d+)?)\\))?$"),li=function(t){function e(e,r,o){t.call(this),this.initGlobalRanges(e,r,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initGlobalRanges=function(t,e,r){var o=e.data,i=si.exec(t);if(i){this.valueGetter=this.createValueGetter(e,r);var n=this.getAverage(o),a=this.getStandardDeviation(o,n,!1),s=i[1]?parseFloat(i[1]):1,l={low:n.value-a*s,high:n.value+a*s};this.globalRange=function(){return l}}else if(t.indexOf&&t.indexOf("stderr")>=0){this.valueGetter=this.createValueGetter(e,r);var u=this.getStandardError(o,this.getAverage(o));this.globalRange=function(t){return{low:t-u,high:t+u}}}},e.prototype.createValueGetter=function(t,e){var r,o=t.data,i=ni.current,n=i.valueFields(t),a=Lt(o[0])?o[0]:{};return H(a)?r=bt("["+(e?n.indexOf(e):0)+"]"):W(a)?r=bt():typeof a===j&&(r=bt(i.sourceFields(t,n)[n.indexOf(e)])),r},e.prototype.getErrorRange=function(t,e){var r,o,i;if(!Lt(e))return null;if(this.globalRange)return this.globalRange(t);if(H(e))r=t-e[0],o=t+e[1];else if(W(i=parseFloat(e)))r=t-i,o=t+i;else{if(!(i=ai.exec(e)))throw new Error("Invalid ErrorBar value: "+e);var n=t*(parseFloat(i[1])/100);r=t-Math.abs(n),o=t+Math.abs(n)}return{low:r,high:o}},e.prototype.getStandardError=function(t,e){return this.getStandardDeviation(t,e,!0)/Math.sqrt(e.count)},e.prototype.getStandardDeviation=function(t,e,r){for(var o=t.length,i=r?e.count-1:e.count,n=0,a=0;a<o;a++){var s=this.valueGetter(t[a]);W(s)&&(n+=Math.pow(s-e.value,2))}return Math.sqrt(n/i)},e.prototype.getAverage=function(t){for(var e=t.length,r=0,o=0,i=0;i<e;i++){var n=this.valueGetter(t[i]);W(n)&&(r+=n,o++)}return{value:r/o,count:o}},e}($.Class);const ui=li;var ci=$.support.browser||{},pi=600,hi="fadeIn",fi=.8,di=ci.msie?.001:0,vi="errorLow",gi="errorHigh",yi="zero",mi="interpolate",bi="above",xi="below",_i="smooth",Ci="step",wi="area",Oi="bar",Si="boxPlot",Pi="bubble",Ai="bullet",ji="candlestick",ki="column",Mi="donut",Ti="funnel",Ei="pyramid",Vi="heatmap",Di="horizontalWaterfall",Ii="line",Li="ohlc",Ni="pie",Bi="polarArea",Ri="polarLine",zi="polarScatter",Fi="radarArea",Hi="radarColumn",Ui="radarLine",Ki="rangeArea",Xi="rangeBar",$i="rangeColumn",Gi="scatter",Yi="scatterLine",Wi="verticalArea",qi="verticalBoxPlot",Zi="verticalBullet",Qi="verticalLine",Ji="verticalRangeArea",tn="waterfall",en=[Oi,ki,Li,ji,Si,qi,Ai,$i,Xi,tn,Di],rn="exponentialTrendline",on="linearTrendline",nn="logarithmicTrendline",an="movingAverageTrendline",sn="polynomialTrendline",ln="powerTrendline",un=[rn,on,nn,an,sn,ln],cn="legendItemClick",pn="seriesClick",hn="seriesHover",fn="seriesOver",dn="seriesLeave",vn="plotAreaHover",gn="plotAreaLeave",yn="drag",mn="dragEnd",bn="dragStart",xn="zoomStart",_n="zoom",Cn="zoomEnd",wn="selectStart",On="select",Sn="selectEnd",Pn="showTooltip",An="hideTooltip",jn="graphics-symbol",kn="k-chart-point",Mn="Point",Tn="log",En="category",Vn="insideEnd",Dn="outsideEnd",In="wheel",Ln="drilldown",Nn=function(t){function e(e,r,o,i,n,a){t.call(this,a),this.low=e,this.high=r,this.isVertical=o,this.chart=i,this.series=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r=this.options.endCaps,o=this.isVertical,i=this.getAxis().getSlot(this.low,this.high),n=t.center(),a=this.getCapsWidth(t,o),s=o?n.x:n.y,l=s-a,u=s+a;o?(e=[new Pe(n.x,i.y1),new Pe(n.x,i.y2)],r&&e.push(new Pe(l,i.y1),new Pe(u,i.y1),new Pe(l,i.y2),new Pe(u,i.y2)),this.box=new ke(l,i.y1,u,i.y2)):(e=[new Pe(i.x1,n.y),new Pe(i.x2,n.y)],r&&e.push(new Pe(i.x1,l),new Pe(i.x1,u),new Pe(i.x2,l),new Pe(i.x2,u)),this.box=new ke(i.x1,l,i.x2,u)),this.linePoints=e},e.prototype.getCapsWidth=function(t,e){var r=e?t.width():t.height();return Math.min(Math.floor(r/2),4)||4},e.prototype.createVisual=function(){var t=this,e=this.options,r=e.visual;r?this.visual=r({low:this.low,high:this.high,rect:this.box.toRect(),sender:this.getSender(),options:{endCaps:e.endCaps,color:e.color,line:e.line},createVisual:function(){t.createDefaultVisual();var e=t.visual;return delete t.visual,e}}):this.createDefaultVisual()},e.prototype.createDefaultVisual=function(){var e=this.options,r=this.linePoints,o={stroke:{color:e.color,width:e.line.width,dashType:e.line.dashType}};t.prototype.createVisual.call(this);for(var i=0;i<r.length;i+=2){var n=new $.drawing.Path(o).moveTo(r[i].x,r[i].y).lineTo(r[i+1].x,r[i+1].y);G(n),this.visual.append(n)}},e}(Be);Qt(Nn,{animation:{type:hi,delay:pi},endCaps:!0,line:{width:2},zIndex:1});const Bn=Nn;var Rn=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){return this.chart.seriesValueAxis(this.series)},e}(Bn);const zn=Rn;function Fn(t){for(var e=0;e<t.length;e++)if(Lt(t[e].zIndex))return!0}function Hn(t,e){null!==e&&t.push(e)}function Un(t){return ti(t)===t.length}function Kn(t,e,r){var o=e.visible;if(Lt(o))return o;var i=t.pointVisibility;return i?i[r]:void 0}function Xn(t){for(var e=t.data,r=[],o=0,i=0,n=0;n<e.length;n++){var a=ni.current.bindPoint(t,n),s=a.valueFields.value;q(s)&&(s=parseFloat(s)),W(s)?(a.visible=!1!==Kn(t,a.fields,n),a.value=Math.abs(s),r.push(a),a.visible&&(o+=a.value),0!==s&&i++):r.push(null)}return{total:o,points:r,count:i}}function $n(t){for(var e=t.length,r=0,o=0;o<e;o++)r=Math.max(r,t[o].data.length);return r}function Gn(t,e){return t&&e?t.toLowerCase()===e.toLowerCase():t===e}var Yn=5;function Wn(t,e,r,o){void 0===r&&(r={}),void 0===o&&(o=!1);var i=r.defaults=r.defaults||{},n=r.depth=r.depth||0,a=!1;if(r.excluded=r.excluded||[],n>Yn)return null;for(var s in t)if(!Ot(s,r.excluded)&&Ce(t,s)){var l=t[s];et(l)?(a=!0,o||(t[s]=Wt(l(e),i[s]))):at(l)&&(o||(r.defaults=i[s]),r.depth++,a=Wn(l,e,r,o)||a,r.depth--)}return a}function qn(t,e){for(var r=[],o=[].concat(e),i=0;i<t.length;i++){var n=t[i];Ot(n.type,o)&&r.push(n)}return r}var Zn=new WeakMap;function Qn(t,e,r){if(null===e||"object"!=typeof e)return no(r,t);var o=Zn.get(e);return o||(o=no(r,t),Zn.set(e,o)),o}function Jn(t){var e=t.overlay;return e&&e.gradient&&"none"!==e.gradient}function ta(t){return Lt(t)&&null!==t}function ea(t,e){var r=t.type,o=e instanceof Date;return!r&&o||Gn(r,g)}function ra(t){return 1===t.length?t[0]:t}var oa=/area/i;function ia(t,e){var r=ni.current.bindPoint(t,null,e).valueFields;for(var o in r)if(Z(r[o]))return!0}function na(t){var e,r,o=t.start,i=t.dir,n=t.min,a=t.max,s=t.getter,l=t.hasItem,u=t.series,c=o;do{l(c+=i)&&(e=ia(u,(r=s(c)).item))}while(n<=c&&c<=a&&!e);if(e)return r}function aa(t,e,r,o,i){var n=e.min,a=e.max,s=n>0&&n<r,l=a+1<r;if(s||l){var u,c,p,h=function(t){return t.missingValues?t.missingValues:oa.test(t.type)||t.stack?yi:mi}(t);h!==mi?(s&&(u=o(n-1)),l&&(c=o(a+1))):(s&&(u=ia(t,(p=o(n-1)).item)?p:na({start:n,dir:-1,min:0,max:r-1,getter:o,hasItem:i,series:t})),l&&(c=ia(t,(p=o(a+1)).item)?p:na({start:a,dir:1,min:0,max:r-1,getter:o,hasItem:i,series:t}))),u&&(t._outOfRangeMinPoint=u),c&&(t._outOfRangeMaxPoint=c)}}var sa=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.categoryAxis=e.seriesCategoryAxis(r.series[0]),this.valueAxisRanges={},this.points=[],this.categoryPoints=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var o=this.pointType().prototype.defaults;this.seriesOptions[e]=r=nt({},o,{vertical:!this.options.invertAxes},t)}return r},e.prototype.plotValue=function(t){if(!t)return 0;if(this.options.isStacked100&&W(t.value)){for(var e=t.categoryIx,r=this.categoryPoints[e],o=[],i=0,n=0;n<r.length;n++){var a=r[n];if(a){var s=t.series.stack,l=a.series.stack;if(s&&l&&s.group!==l.group)continue;W(a.value)&&(i+=Math.abs(a.value),o.push(Math.abs(a.value)))}}if(i>0)return t.value/i}return t.value},e.prototype.plotRange=function(t,e){var r=this;void 0===e&&(e=0);var o=this.categoryPoints[t.categoryIx];if(this.options.isStacked){var i=this.plotValue(t),n=i>=0,a=e,s=!1,l=Lt(t.series.stack)?t.series.stack:this.options.defaultStack;if(l)for(var u=0;u<o.length;u++){var c=o[u];if(t===c)break;var p=Lt(c.series.stack)?c.series.stack:r.options.defaultStack;if(p&&(typeof l!==V||l===p)&&!(!0===l&&!0!==p||l.group&&l.group!==p.group)){var h=r.plotValue(c);(h>=0&&n||h<0&&!n)&&(0!==e&&0===h||(a+=h,i+=h,s=!0,r.options.isStacked100&&(i=Math.min(i,1))))}}return s&&(a-=e),[a,i]}var f=t.series,d=this.seriesValueAxis(f),v=this.categoryAxisCrossingValue(d);return[v,Z(t.value)?t.value:v]},e.prototype.stackLimits=function(t,e){for(var r=S,o=P,i=0;i<this.categoryPoints.length;i++){var n=this.categoryPoints[i];if(n)for(var a=0;a<n.length;a++){var s=n[a];if(s&&(s.series.stack===e||s.series.axis===t)){var l=this.plotRange(s,0)[1];Lt(l)&&isFinite(l)&&(o=Math.max(o,l),r=Math.min(r,l))}}}return{min:r,max:o}},e.prototype.updateStackRange=function(){var t=this,e=this.options,r=e.isStacked,o=e.series,i={};if(r)for(var n=0;n<o.length;n++){var a=o[n],s=a.axis,l=s+a.stack,u=i[l];if(!u){u=t.stackLimits(s,a.stack);var c=t.errorTotals;c&&(c.negative.length&&(u.min=Math.min(u.min,ae(c.negative).min)),c.positive.length&&(u.max=Math.max(u.max,ae(c.positive).max))),u.min!==S||u.max!==P?i[l]=u:u=null}u&&(t.valueAxisRanges[s]=u)}},e.prototype.addErrorBar=function(t,e,r){var o,i=t.value,n=t.series,a=t.seriesIx,s=t.options.errorBars,l=e.fields[vi],u=e.fields[gi];W(l)&&W(u)?o={low:l,high:u}:s&&Lt(s.value)&&(this.seriesErrorRanges=this.seriesErrorRanges||[],this.seriesErrorRanges[a]=this.seriesErrorRanges[a]||new ui(s.value,n,I),o=this.seriesErrorRanges[a].getErrorRange(i,s.value)),o&&(t.low=o.low,t.high=o.high,this.addPointErrorBar(t,r))},e.prototype.addPointErrorBar=function(t,e){var r=!this.options.invertAxes,o=t.options.errorBars,i=t.series,n=t.low,a=t.high;if(this.options.isStacked){var s=this.stackedErrorRange(t,e);n=s.low,a=s.high}else{var l={categoryIx:e,series:i};this.updateRange({value:n},l),this.updateRange({value:a},l)}var u=new zn(n,a,r,this,i,o);t.errorBars=[u],t.append(u)},e.prototype.stackedErrorRange=function(t,e){var r=this.plotRange(t,0)[1]-t.value,o=t.low+r,i=t.high+r;return this.errorTotals=this.errorTotals||{positive:[],negative:[]},o<0&&(this.errorTotals.negative[e]=Math.min(this.errorTotals.negative[e]||0,o)),i>0&&(this.errorTotals.positive[e]=Math.max(this.errorTotals.positive[e]||0,i)),{low:o,high:i}},e.prototype.addValue=function(t,e){var r=e.categoryIx,o=e.series,i=e.seriesIx,n=this.categoryPoints[r];n||(this.categoryPoints[r]=n=[]);var a=this.seriesPoints[i];a||(this.seriesPoints[i]=a=[]);var s=this.createPoint(t,e);s&&(Object.assign(s,e),s.owner=this,s.noteText=t.fields.noteText,Lt(s.dataItem)||(s.dataItem=o.data[r]),this.addErrorBar(s,t,r)),this.points.push(s),a.push(s),n.push(s),this.updateRange(t.valueFields,e)},e.prototype.evalPointOptions=function(t,e,r){var o=r.categoryIx,i=r.category,n=r.series,a=r.seriesIx,s={defaults:n._defaults,excluded:["data","aggregate","_events","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory","ariaTemplate","ariaContent"]},l=this._evalSeries[a];Lt(l)||(this._evalSeries[a]=l=Wn(t,{},s,!0));var u=t;return l&&Wn(u=nt({},u),{value:e,category:i,index:o,series:n,dataItem:n.data[o]},s),u},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=t.value,i=this.valueAxisRanges[r];isFinite(o)&&null!==o&&((i=this.valueAxisRanges[r]=i||{min:S,max:P}).min=Math.min(i.min,o),i.max=Math.max(i.max,o))},e.prototype.seriesValueAxis=function(t){var e=this.plotArea,r=t.axis,o=r?e.namedValueAxes[r]:e.valueAxis;if(!o)throw new Error("Unable to locate value axis with name "+r);return o},e.prototype.reflow=function(t){var e=this,r=this.categorySlots=[],o=this.points,i=this.categoryAxis,n=0;this.traverseDataPoints((function(t,a){var s=a.categoryIx,l=a.series,u=e.seriesValueAxis(l),c=o[n++],p=r[s];if(p||(r[s]=p=e.categorySlot(i,s,u)),c){var h=e.plotRange(c,u.startValue()),f=e.valueSlot(u,h);if(f){var d=e.pointSlot(p,f);c.aboveAxis=e.aboveAxis(c,u),c.stackValue=h[1],e.options.isStacked100&&(c.percentage=e.plotValue(c)),e.reflowPoint(c,d)}else c.visible=!1}})),this.reflowCategories(r),!this.options.clip&&this.options.limitPoints&&this.points.length&&this.limitPoints(),this.box=t},e.prototype.valueSlot=function(t,e){return t.getSlot(e[0],e[1],!this.options.clip)},e.prototype.limitPoints=function(){for(var t=this.categoryPoints,e=t[0].concat(Ut(t)),r=0;r<e.length;r++)e[r]&&this.limitPoint(e[r])},e.prototype.limitPoint=function(t){var e=this.categoryAxis.limitSlot(t.box);e.equals(t.box)||t.reflow(e)},e.prototype.aboveAxis=function(t,e){var r=this.categoryAxisCrossingValue(e),o=t.value;return e.options.reverse?o<r:o>=r},e.prototype.categoryAxisCrossingValue=function(t){var e=this.categoryAxis,r=t.options;return[].concat(r.axisCrossingValues||r.axisCrossingValue)[e.axisIndex||0]||0},e.prototype.reflowPoint=function(t,e){t.reflow(e)},e.prototype.reflowCategories=function(){},e.prototype.pointSlot=function(t,e){var r=this.options.invertAxes,o=r?e:t,i=r?t:e;return new ke(o.x1,i.y1,o.x2,i.y2)},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.traverseDataPoints=function(t){for(var e=this,r=this.options.series,o=$n(r),i=r.length,n=0;n<i;n++)e._outOfRangeCallback(r[n],"_outOfRangeMinPoint",n,t);for(var a=0;a<o;a++)for(var s=0;s<i;s++){var l=r[s],u=e.categoryAxis.categoryAt(a);t(e.plotArea.bindPoint(l,a),{category:u,categoryIx:a,categoriesCount:o,series:l,seriesIx:s})}for(var c=0;c<i;c++)e._outOfRangeCallback(r[c],"_outOfRangeMaxPoint",c,t)},e.prototype._outOfRangeCallback=function(t,e,r,o){var i=t[e];if(i){var n=i.categoryIx;o(this.plotArea.bindPoint(t,n,i.item),{category:i.category,categoryIx:n,series:t,seriesIx:r,dataItem:i.item})}},e.prototype.formatPointValue=function(t,e){return null===t.value?"":this.chartService.format.auto(e,t.value)},e.prototype.pointValue=function(t){return t.valueFields.value},e}(Be);Qt(sa,{series:[],invertAxes:!1,isStacked:!1,clip:!0,limitPoints:!0});const la=sa;var ua={click:function(t,e){return t.trigger(pn,this.eventArgs(e))},hover:function(t,e){return t.trigger(hn,this.eventArgs(e))},over:function(t,e){return t.trigger(fn,this.eventArgs(e))},out:function(t,e){return t.trigger(dn,this.eventArgs(e))},eventArgs:function(t){return{value:this.value,percentage:this.percentage,stackValue:this.stackValue,category:this.category,series:this.series,dataItem:this.dataItem,runningTotal:this.runningTotal,total:this.total,element:Ft(t),originalEvent:t,point:this}}};const ca=ua,pa={createNote:function(){var t=this.options.notes,e=this.noteText||t.label.text;!1!==t.visible&&Lt(e)&&null!==e&&(this.note=new cr({value:this.value,text:e,dataItem:this.dataItem,category:this.category,series:this.series},this.options.notes,this.owner.chartService),this.append(this.note))}};function ha(){var t,e,r="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(r+="-"),r+=(12===t?4:16===t?3&e|8:e).toString(16);return r}var fa=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Wt(this.options.aboveAxis,!0),this.tooltipTracking=!0,this._id=ha()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options.markers;this._rendered||(this._rendered=!0,t.visible&&t.size&&(this.marker=this.createMarker(),this.append(this.marker)),this.createLabel(),this.createNote(),this.errorBar&&this.append(this.errorBar))},e.prototype.createLabel=function(){var t=this.options.labels;t.visible&&(this.label=this.createLabelElement(t),this.append(this.label))},e.prototype.createLabelElement=function(t){return new or(this.getLabelText(t),nt({align:h,vAlign:h,margin:{left:5,right:5},zIndex:Wt(t.zIndex,this.series.zIndex)},t),this.pointData())},e.prototype.getLabelText=function(t){var e=vt(t);return e?e(this.pointData()):t.format?this.formatValue(t.format):this.value},e.prototype.getAriaLabelText=function(){var t=this.options.labels,e=gt(t);return e?e(this.pointData()):this.getLabelText(t)},e.prototype.markerBorder=function(){var t=this.options.markers,e=t.background,r=nt({color:this.color},t.border);return Lt(r.color)||(r.color=new $.Color(e).brightness(fi).toHex()),r},e.prototype.createVisual=function(){},e.prototype.createMarker=function(){var t=this.options.markers;return new Ue({type:t.type,width:t.size,height:t.size,rotation:t.rotation,background:t.background,border:this.markerBorder(),opacity:t.opacity,zIndex:Wt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual,accessibilityOptions:nt({ariaLabel:this.getAriaLabelText(this.options.labels)},this.options.accessibility)},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category})},e.prototype.markerBox=function(){return this.marker||(this.marker=this.createMarker(),this.marker.reflow(this._childBox)),this.marker.box},e.prototype.reflow=function(t){var e=this.options,r=this.aboveAxis,o=e.vertical;this.render(),this.box=t;var i=t.clone();if(o?r?i.y1-=i.height():i.y2+=i.height():r?i.x1+=i.width():i.x2-=i.width(),this._childBox=i,this.marker&&this.marker.reflow(i),this.reflowLabel(i),this.errorBars)for(var n=0;n<this.errorBars.length;n++)this.errorBars[n].reflow(i);if(this.note){var a=this.markerBox();if(!e.markers.visible||!e.markers.size){var s=a.center();a=new ke(s.x,s.y,s.x,s.y)}this.note.reflow(a)}},e.prototype.reflowLabel=function(t){var e=this.options,r=this.label,o=e.labels.position;r&&(o=(o=o===bi?D:o)===xi?p:o,r.reflow(t),r.box.alignTo(this.markerBox(),o),r.reflow(r.box))},e.prototype.createHighlight=function(){var t=this.options.highlight.markers,e=this.markerBorder().color,r=this.options.markers,o=r.size+(r.border.width||0)+(t.border.width||0),i=new Ue({type:r.type,width:o,height:o,rotation:r.rotation,background:t.color||e,border:{color:t.border.color,width:t.border.width,opacity:Wt(t.border.opacity,1)},opacity:Wt(t.opacity,1)});return i.reflow(this._childBox),i.getElement()},e.prototype.highlightVisual=function(){return(this.marker||{}).visual},e.prototype.highlightVisualArgs=function(){var t,e,r=this.marker;if(r)e=r.paddingBox.toRect(),t=r.visual;else{var o=this.options.markers.size,i=o/2,n=this.box.center();e=new $.geometry.Rect([n.x-i,n.y-i],[o,o])}return{options:this.options,rect:e,visual:t}},e.prototype.createFocusHighlight=function(){var t=this.options.markers,e=this.options.accessibility.highlight,r=t.size+(t.border.width||0),o=new Ue({type:t.type,width:r,height:r,rotation:t.rotation,background:e.color,border:e.border,opacity:e.opacity,padding:e.border.width/2,zIndex:e.zIndex});return o.reflow(this._childBox),o.getElement()},e.prototype.tooltipAnchor=function(){var t=this.markerBox(),e=this.owner.pane.clipBox();if(!e||e.overlaps(t)){var r,o,i=t.x2+5,n=O;return this.aboveAxis?(r=t.y1,o=p):(r=t.y2,o=D),{point:new Pe(i,r),align:{horizontal:n,vertical:o}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.markerBox().overlaps(t)},e.prototype.unclipElements=function(){this.label&&(this.label.options.noclip=!0),this.note&&(this.note.options.noclip=!0)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,series:this.series}},e.prototype.focusVisual=function(){this.marker&&(this.marker.visual&&this.marker.visual.options.set("id",this._id),this.toggleFocusHighlight(!0))},e.prototype.clearFocusFromVisual=function(){this.marker&&(this.marker.visual&&this.marker.visual.options.set("id",""),this.toggleFocusHighlight(!1))},e.prototype.getIndex=function(){return Lt(this.categoryIx)?this.categoryIx:this.pointIx},e}(Be);fa.prototype.defaults={vertical:!0,markers:{visible:!0,background:L,size:8,type:f,border:{width:2},opacity:1},labels:{visible:!1,position:bi,margin:pt(3),padding:pt(4),animation:{type:hi,delay:pi}},notes:{label:{}},highlight:{markers:{border:{color:"#fff",width:2}},zIndex:100},errorBars:{line:{width:1}},accessibility:{tabIndex:0,role:jn,className:kn,ariaRoleDescription:Mn}},nt(fa.prototype,ca),nt(fa.prototype,pa);const da=fa;var va=function(t){function e(e,r,o){t.call(this),this.linePoints=e,this.series=r,this.seriesIx=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.toGeometryPoints(this.linePoints)},e.prototype.toGeometryPoints=function(t){for(var e=[],r=0,o=t.length;r<o;r++)t[r]&&!1!==t[r].visible&&e.push(t[r]._childBox.toRect().center());return e},e.prototype.createVisual=function(){var t=this,e=this.series.visual;e?(this.visual=e({points:this.toGeometryPoints(this.linePoints),series:this.series,sender:this.getSender(),createVisual:function(){return t.segmentVisual(),t.visual}}),this.visual&&!Lt(this.visual.options.zIndex)&&(this.visual.options.zIndex=this.series.zIndex)):this.segmentVisual()},e.prototype.segmentVisual=function(){var t=this.options,e=this.series,r=e.color,o=e._defaults;et(r)&&o&&(r=o.color);var i=$.drawing.Path.fromPoints(this.points(),{stroke:{color:r,width:e.width,opacity:e.opacity,dashType:e.dashType},zIndex:e.zIndex});t.closed&&i.close(),this.visual=i},e.prototype.aliasFor=function(t,e){return this.parent.getNearestPoint(e.x,e.y,this.seriesIx)},e}(Be);Qt(va,{closed:!1});const ga=va;var ya={calculateStepPoints:function(t){for(var e=this.parent.plotArea.seriesCategoryAxis(this.series).options,r=e.justified,o=e.vertical,i=e.reverse,n=o?B:R,a=o?R:B,s=i?2:1,l=s,u=ma(t[0],n,s,a,l),c=[u],p=1;p<t.length;p++){var h=ma(t[p],n,s,a,l);if(u[n]!==h[n]){var f=new $.geometry.Point;f[n]=u[n],f[a]=h[a],c.push(f,h)}u=h}return r?u!==Ut(c)&&c.push(u):c.push(ma(Ut(t),n,s,a,i?1:2)),c}};function ma(t,e,r,o,i){var n=t.box,a=new $.geometry.Point;return a[e]=n[e+r],a[o]=n[o+i],a}const ba=ya;var xa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.points=function(){return this.calculateStepPoints(this.linePoints)},e}(ga);nt(xa.prototype,ba);const _a=xa;var Ca=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.segmentVisual=function(){var t=this.series,e=t._defaults,r=t.color;et(r)&&e&&(r=e.color);var o=new Go(this.options.closed).process(this.points()),i=new $.drawing.Path({stroke:{color:r,width:t.width,opacity:t.opacity,dashType:t.dashType},zIndex:t.zIndex});i.segments.push.apply(i.segments,o),this.visual=i},e}(ga);const wa=Ca;var Oa={renderSegments:function(){var t,e=this,r=this.options,o=this.seriesPoints,i=r.series,n=o.length;this._segments=[];for(var a=0;a<n;a++){for(var s=i[a],l=e.sortPoints(o[a]),u=l.length,c=[],p=0;p<u;p++){var h=l[p];h?c.push(h):e.seriesMissingValues(s)!==mi&&(c.length>1&&(t=e.createSegment(c,s,a,t),e._addSegment(t)),c=[])}c.length>1&&(t=e.createSegment(c,s,a,t),e._addSegment(t))}this.children.unshift.apply(this.children,this._segments)},_addSegment:function(t){this._segments.push(t),t.parent=this},sortPoints:function(t){return t},seriesMissingValues:function(t){var e=t.missingValues;return!e&&this.options.isStacked?yi:e||mi},getNearestPoint:function(t,e,r){for(var o,i=new Pe(t,e),n=this.seriesPoints[r],a=S,s=0;s<n.length;s++){var l=n[s];if(l&&Lt(l.value)&&null!==l.value&&!1!==l.visible){var u=l.box.center().distanceTo(i);u<a&&(o=l,a=u)}}return o}};const Sa=Oa;var Pa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._setEnd(this.options.box.x1)},e.prototype.step=function(t){var e=this.options.box;this._setEnd(St(e.x1,e.x2,t))},e.prototype._setEnd=function(t){var e=this.element,r=e.segments,o=r[1].anchor(),i=r[2].anchor();e.suspend(),o.setX(t),e.resume(),i.setX(t)},e}($.drawing.Animation);Qt(Pa,{duration:pi}),$.drawing.AnimationFactory.current.register("clip",Pa);const Aa=Pa,ja={createAnimation:function(){var t=this.getRoot();if(t&&!1!==(t.options||{}).transitions){var e=t.size(),r=$.drawing.Path.fromRect(e.toRect());this.visual.clip(r),this.animation=new Aa(r,{box:e}),Fn(this.options.series)&&this._setChildrenAnimation(r)}},_setChildrenAnimation:function(t){for(var e=this.animationPoints(),r=0;r<e.length;r++){var o=e[r];o&&o.visual&&Lt(o.visual.options.zIndex)&&o.visual.clip(t)}}};var ka=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange(),this.renderSegments()},e.prototype.pointType=function(){return da},e.prototype.createPoint=function(t,e){var r=e.series,o=e.seriesIx,i=this.seriesMissingValues(r),n=t.valueFields.value;if(!Lt(n)||null===n){if(i!==yi)return null;n=0}var a=this.pointOptions(r,o);a=this.evalPointOptions(a,n,e);var s=t.fields.color||r.color;et(r.color)&&(s=a.color);var l=new da(n,a);return l.color=s,this.append(l),l},e.prototype.plotRange=function(t){var e=this.plotValue(t);if(this.options.isStacked)for(var r=t.categoryIx,o=this.categoryPoints[r],i=0;i<o.length;i++){var n=o[i];if(t===n)break;e+=this.plotValue(n),this.options.isStacked100&&(e=Math.min(e,1))}return[e,e]},e.prototype.createSegment=function(t,e,r){var o=e.style;return new(o===Ci?_a:o===_i?wa:ga)(t,e,r)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e.concat(this._segments)},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(la);nt(ka.prototype,Sa,ja);const Ma=ka;var Ta=function(t){function e(e,r,o,i,n){t.call(this,e,r,o),this.prevSegment=i,this.stackPoints=n}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){var t=this.series,e=t._defaults,r=t.line||{},o=t.color;et(o)&&e&&(o=e.color),this.visual=new $.drawing.Group({zIndex:t.zIndex}),this.createFill({fill:{color:o,opacity:t.opacity},stroke:null}),r.width>0&&!1!==r.visible&&this.createStroke({stroke:nt({color:o,opacity:t.opacity,lineCap:"butt"},r)})},e.prototype.strokeSegments=function(){var t=this._strokeSegments;return t||(t=this._strokeSegments=this.createStrokeSegments()),t},e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.points())},e.prototype.stackSegments=function(){return this.prevSegment?this.prevSegment.createStackSegments(this.stackPoints):this.createStackSegments(this.stackPoints)},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.toGeometryPoints(t)).reverse()},e.prototype.segmentsFromPoints=function(t){return t.map((function(t){return new $.geometry.Segment(t)}))},e.prototype.createStroke=function(t){var e=new $.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),this.visual.append(e)},e.prototype.hasStackSegment=function(){return this.prevSegment||this.stackPoints&&this.stackPoints.length},e.prototype.createFill=function(t){var e=this.strokeSegments(),r=e.slice(0),o=this.hasStackSegment();if(o){var i=this.stackSegments();Dt(r,i)}var n=new $.drawing.Path(t);n.segments.push.apply(n.segments,r),!o&&e.length>1&&this.fillToAxes(n),this.visual.append(n)},e.prototype.fillToAxes=function(t){var e=this.parent,r=e.options.invertAxes,o=e.seriesValueAxis(this.series),i=e.categoryAxisCrossingValue(o),n=o.getSlot(i,i,!0),a=this.strokeSegments(),s=a[0].anchor(),l=Ut(a).anchor(),u=r?n.x1:n.y1;r?t.lineTo(u,l.y).lineTo(u,s.y):t.lineTo(l.x,u).lineTo(s.x,u)},e}(ga);const Ea=Ta;var Va=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.linePoints))},e.prototype.createStackSegments=function(t){return this.segmentsFromPoints(this.calculateStepPoints(t)).reverse()},e}(Ea);nt(Va.prototype,ba);const Da=Va;var Ia=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){var t=new Go(this.options.closed),e=this.points();return t.process(e)},e.prototype.createStackSegments=function(){for(var t=this.strokeSegments(),e=[],r=t.length-1;r>=0;r--){var o=t[r];e.push(new $.geometry.Segment(o.anchor(),o.controlOut(),o.controlIn()))}return e},e}(Ea);const La=Ia;var Na=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,o){var i,n,a=this.options.isStacked,s=(e.line||{}).style;return a&&r>0&&o&&("gap"!==this.seriesMissingValues(e)?(n=o.linePoints,i=o):n=this._gapStackPoints(t,r,s)),new(s===Ci?Da:s===_i?La:Ea)(t,e,r,i,n)},e.prototype.reflow=function(e){t.prototype.reflow.call(this,e);var r=this._stackPoints;if(r)for(var o=0;o<r.length;o++){var i=r[o],n=this.categoryAxis.getSlot(i.categoryIx);i.reflow(n)}},e.prototype._gapStackPoints=function(t,e,r){var o=this,i=this.seriesPoints,n=t[0].categoryIx,a=t.length;n<0&&(n=0,a--);var s=n+a,l=this.seriesOptions[0]._outOfRangeMinPoint?1:0,u=[];this._stackPoints=this._stackPoints||[];for(var c=n;c<s;c++){var p=c+l,h=e,f=void 0;do{f=i[--h][p]}while(h>0&&!f);if(f)r!==Ci&&c>n&&!i[h][p-1]&&u.push(o._previousSegmentPoint(c,p,p-1,h)),u.push(f),r!==Ci&&c+1<s&&!i[h][p+1]&&u.push(o._previousSegmentPoint(c,p,p+1,h));else{var d=o._createGapStackPoint(c);o._stackPoints.push(d),u.push(d)}}return u},e.prototype._previousSegmentPoint=function(t,e,r,o){for(var i,n=this.seriesPoints,a=o;a>0&&!i;)i=n[--a][r];return i?i=n[a][e]:(i=this._createGapStackPoint(t),this._stackPoints.push(i)),i},e.prototype._createGapStackPoint=function(t){var e=this.pointOptions({},0),r=new da(0,e);return r.categoryIx=t,r.series={},r},e.prototype.seriesMissingValues=function(t){return t.missingValues||yi},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Ma);const Ba=Na;var Ra=function(t){function e(){t.call(this),this.axisRanges={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.update=function(t){var e=this.axisRanges;for(var r in t){var o=t[r],i=e[r];e[r]=i=i||{min:S,max:P},i.min=Math.min(i.min,o.min),i.max=Math.max(i.max,o.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}($.Class);const za=Ra;var Fa=function(t){function e(e,r,o){t.call(this,r),this.textBox=new or(e,this.options,o),this.append(this.textBox)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createVisual=function(){this.textBox.options.noclip=this.options.noclip},e.prototype.reflow=function(t){var e=this.options,r=e.vertical,o=e.aboveAxis,i=this.children[0],n=i.options,a=i.box,s=i.options.padding,l=t;n.align=r?h:O,n.vAlign=r?D:h,e.position===Vn?r?(n.vAlign=D,!o&&a.height()<t.height()&&(n.vAlign=p)):n.align=o?M:O:e.position===h?(n.vAlign=h,n.align=h):"insideBase"===e.position?r?n.vAlign=o?p:D:n.align=o?O:M:e.position===Dn&&(r?l=o?new ke(t.x1,t.y1-a.height(),t.x2,t.y1):new ke(t.x1,t.y2,t.x2,t.y2+a.height()):(n.align=h,l=o?new ke(t.x2,t.y1,t.x2+a.width(),t.y2):new ke(t.x1-a.width(),t.y1,t.x1,t.y2))),e.rotation||(r?s.left=s.right=(l.width()-i.contentBox.width())/2:s.top=s.bottom=(l.height()-i.contentBox.height())/2),i.reflow(l)},e.prototype.alignToClipBox=function(t){var e=this.options.vertical?R:B,r=e+"1",o=e+"2",i=this.children[0],n=this.parent.box;if(n[r]<t[r]||t[o]<n[o]){var a=i.paddingBox.clone();a[r]=Math.max(n[r],t[r]),a[o]=Math.min(n[o],t[o]),this.reflow(a)}},e}(Be);Qt(Fa,{position:Dn,margin:pt(3),padding:pt(4),color:c,background:"",border:{width:1,color:""},aboveAxis:!0,vertical:!1,animation:{type:hi,delay:pi},zIndex:2});const Ha=Fa,Ua={addAccessibilityAttributesToVisual:function(){this._id=this._id||ha();var t=nt({ariaLabel:this.getAriaLabelText()},this.options.accessibility);Fe(this.visual,t)},getAriaLabelText:function(){var t=this.options.labels,e=gt(t);return e?e(this.pointData()):this.getLabelText(t)},focusVisual:function(){this.visual.options.set("id",this._id),this.toggleFocusHighlight(!0)},clearFocusFromVisual:function(){this.visual.options.set("id",""),this.toggleFocusHighlight(!1)}};var Ka=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||L,this.aboveAxis=Wt(this.options.aboveAxis,!0),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createLabel(),this.createNote(),this.errorBar&&this.append(this.errorBar))},e.prototype.createLabel=function(){var t=this.options.labels;t.visible&&(this.label=this.createLabelElement(t),this.append(this.label))},e.prototype.createLabelElement=function(t){return new Ha(this.getLabelText(t),nt({vertical:this.options.vertical},t),this.pointData())},e.prototype.getLabelText=function(t){var e=vt(t);return e?e(this.pointData()):this.formatValue(t.format)},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;if(this.box=t,e&&(e.options.aboveAxis=this.aboveAxis,e.reflow(t)),this.note&&this.note.reflow(t),this.errorBars)for(var r=0;r<this.errorBars.length;r++)this.errorBars[r].reflow(t)},e.prototype.createVisual=function(){var e=this,r=this.box,o=this.options,i=o.visual;if(!1!==this.visible)if(t.prototype.createVisual.call(this),this.addAccessibilityAttributesToVisual(),i){var n=this.rectVisual=i({category:this.category,dataItem:this.dataItem,value:this.value,sender:this.getSender(),series:this.series,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,rect:r.toRect(),createVisual:function(){var t=new $.drawing.Group;return e.createRect(t),t},options:o});n&&this.visual.append(n)}else r.width()>0&&r.height()>0&&this.createRect(this.visual)},e.prototype.createRect=function(t){var e=this.options,r=e.border,o=Lt(r.opacity)?r.opacity:e.opacity,i=this.box.toRect();i.size.width=Math.round(i.size.width);var n=this.rectVisual=$.drawing.Path.fromRect(i,{fill:{color:this.color,opacity:e.opacity},stroke:{color:this.getBorderColor(),width:r.width,opacity:o,dashType:r.dashType}}),a=this.box.width(),s=this.box.height();if((e.vertical?a:s)>6&&(G(n),(a<1||s<1)&&(n.options.stroke.lineJoin="round")),t.append(n),Jn(e)){var l=this.createGradientOverlay(n,{baseColor:this.color},nt({end:e.vertical?void 0:[0,1]},e.overlay));t.append(l)}},e.prototype.createHighlight=function(t){return G($.drawing.Path.fromRect(this.box.toRect(),t))},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.createFocusHighlight=function(t){var e=this.options.accessibility.highlight.border.width;return G($.drawing.Path.fromRect(this.box.pad(e/2).toRect(),t))},e.prototype.getBorderColor=function(){var t=this.color,e=this.options.border,r=e._brightness||fi,o=e.color;return Lt(o)||(o=new $.Color(t).brightness(r).toHex()),o},e.prototype.tooltipAnchor=function(){var t,e,r=this,o=r.options,i=r.box,n=r.aboveAxis,a=this.owner.pane.clipBox()||i,s=O,l=D;if(o.vertical)t=Math.min(i.x2,a.x2)+5,n?e=Math.max(i.y1,a.y1):(e=Math.min(i.y2,a.y2),l=p);else{var u=Math.max(i.x1,a.x1),c=Math.min(i.x2,a.x2);o.isStacked?(l=p,n?(s=M,t=c):t=u,e=Math.max(i.y1,a.y1)-5):(n?t=c+5:(t=u-5,s=M),e=Math.max(i.y1,a.y1))}return{point:new Pe(t,e),align:{horizontal:s,vertical:l}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,percentage:this.percentage,stackValue:this.stackValue,runningTotal:this.runningTotal,total:this.total,series:this.series}},e.prototype.getIndex=function(){return this.categoryIx},e}(Be);nt(Ka.prototype,ca),nt(Ka.prototype,pa),nt(Ka.prototype,Ua),Ka.prototype.defaults={border:{width:1},vertical:!0,overlay:{gradient:"glass"},labels:{visible:!1,format:"{0}"},opacity:1,notes:{label:{}},accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}};const Xa=Ka;function $a(t,e){t.forEach(e)}function Ga(t,e){for(var r=t.length,o=r-1;o>=0;o--)e(t[o],o-r-1)}var Ya=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Ga:$a}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=e.vertical,o=e.gap,i=e.spacing,n=this.children,a=n.length,s=r?R:B,l=a+o+i*(a-1),u=(r?t.height():t.width())/l,c=t[s+1]+u*(o/2);this.forEach(n,(function(e,r){var o=(e.box||t).clone();o[s+1]=c,o[s+2]=c+u,e.reflow(o),r<a-1&&(c+=u*i),c+=u}))},e}(Be);Qt(Ya,{vertical:!1,gap:0,spacing:0});const Wa=Ya;var qa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){for(var e=this.options.vertical?B:R,r=this.children,o=r.length,i=this.box=new ke,n=0;n<o;n++){var a=r[n];if(!1!==a.visible){var s=a.box.clone();s.snapTo(t,e),0===n&&(i=this.box=s.clone()),a.reflow(s),i.wrap(s)}}},e}(Be);Qt(qa,{vertical:!0});const Za=qa;var Qa=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.updateStackRange()},e.prototype.pointType=function(){return Xa},e.prototype.clusterType=function(){return Wa},e.prototype.stackType=function(){return Za},e.prototype.stackLimits=function(e,r){return t.prototype.stackLimits.call(this,e,r)},e.prototype.createPoint=function(t,e){var r=e.categoryIx,o=e.series,i=e.seriesIx,n=this.options,a=this.children,s=Lt(o.stack)?o.stack:n.defaultStack,l=this.pointValue(t),u=this.pointOptions(o,i),c=u.labels;s&&c.position===Dn&&(c.position=Vn),u.isStacked=s;var p=t.fields.color||o.color;l<0&&u.negativeColor&&(p=u.negativeColor),u=this.evalPointOptions(u,l,e),et(o.color)&&(p=u.color);var h=new(this.pointType())(l,u);h.color=p;var f=a[r];return f||(f=new(this.clusterType())({vertical:n.invertAxes,gap:n.gap,spacing:n.spacing,rtl:!n.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),n.isStacked?this.getStackWrap(s,f).append(h):f.append(h),h},e.prototype.getStackWrap=function(t,e){var r,o=t&&t.group||t,i=e.children;if(typeof o===V||!0===o)for(var n=0;n<i.length;n++)if(i[n]._stackGroup===o){r=i[n];break}return r||((r=new(this.stackType())({vertical:!this.options.invertAxes}))._stackGroup=o,e.append(r)),r},e.prototype.categorySlot=function(t,e,r){var o=this.options,i=t.getSlot(e),n=r.startValue();if(o.isStacked){var a=r.getSlot(n,n,!0),s=o.invertAxes?B:R;i[s+1]=i[s+2]=a[s+1]}return i},e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++)e[o].reflow(t[o])},e.prototype.createAnimation=function(){this._setAnimationOptions(),t.prototype.createAnimation.call(this),Fn(this.options.series)&&this._setChildrenAnimation()},e.prototype._setChildrenAnimation=function(){for(var t=this.points,e=0;e<t.length;e++){var r=t[e],o=r.visual;o&&Lt(o.options.zIndex)&&(r.options.animation=this.options.animation,r.createAnimation())}},e.prototype._setAnimationOptions=function(){var t,e=this.options,r=e.animation||{};if(e.isStacked){var o=this.seriesValueAxis(e.series[0]);t=o.getSlot(o.startValue())}else t=this.categoryAxis.getSlot(0);r.origin=new $.geometry.Point(t.x1,t.y1),r.vertical=!e.invertAxes},e}(la);Qt(Qa,{animation:{type:Oi}});const Ja=Qa;var ts=function(t){function e(e,r){t.call(this,r),this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getLabelText=function(t){return this.formatValue(t.format)},e.prototype.reflow=function(t){var e=this,r=e.options,o=e.value,i=e.owner.seriesValueAxis(r),n=i.getSlot(o.open,o.close),a=i.getSlot(o.low,o.high);n.x1=a.x1=t.x1,n.x2=a.x2=t.x2,this.realBody=n;var s=a.center().x,l=[];l.push([[s,a.y1],[s,n.y1]]),l.push([[s,n.y2],[s,a.y2]]),this.lines=l,this.box=a.clone().wrap(n),this._rendered||(this._rendered=!0,this.createNote()),this.reflowNote()},e.prototype.reflowNote=function(){this.note&&this.note.reflow(this.box)},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.addAccessibilityAttributesToVisual(),this._mainVisual=this.mainVisual(this.options),this.visual.append(this._mainVisual),this.createOverlay()},e.prototype.mainVisual=function(t){var e=new $.drawing.Group;return this.createBody(e,t),this.createLines(e,t),e},e.prototype.createBody=function(t,e){var r=$.drawing.Path.fromRect(this.realBody.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:this.getBorderColor(),width:e.border.width,dashType:e.border.dashType,opacity:Wt(e.border.opacity,e.opacity)}),G(r),t.append(r),Jn(e)&&t.append(this.createGradientOverlay(r,{baseColor:this.color},nt({end:e.vertical?void 0:[0,1]},e.overlay)))},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.lines,e.line)},e.prototype.drawLines=function(t,e,r,o){if(r)for(var i={stroke:{color:o.color||this.color,opacity:Wt(o.opacity,e.opacity),width:o.width,dashType:o.dashType,lineCap:"butt"}},n=0;n<r.length;n++){var a=$.drawing.Path.fromPoints(r[n],i);G(a),t.append(a)}},e.prototype.getBorderColor=function(){var t=this.options.border,e=t.color;return Lt(e)||(e=new $.Color(this.color).brightness(t._brightness).toHex()),e},e.prototype.createOverlay=function(){var t=$.drawing.Path.fromRect(this.box.toRect(),{fill:{color:L,opacity:0},stroke:null});this.visual.append(t)},e.prototype.createHighlight=function(){var t=this.options.highlight,e=this.color;this.color=t.color||this.color;var r=this.mainVisual(nt({},this.options,{line:{color:this.getBorderColor()}},t));return this.color=e,r},e.prototype.highlightVisual=function(){return this._mainVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this._mainVisual}},e.prototype.tooltipAnchor=function(){var t=this.box,e=this.owner.pane.clipBox()||t;return{point:new Pe(t.x2+5,Math.max(t.y1,e.y1)+5),align:{horizontal:O,vertical:D}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,value:this.value,meanPoints:this.meanPoints,medianPoints:this.medianPoints,whiskerPoints:this.whiskerPoints,stackValue:this.stackValue,series:this.series}},e.prototype.getIndex=function(){return this.categoryIx},e}(Be);ts.prototype.createFocusHighlight=Xa.prototype.createFocusHighlight,Qt(ts,{vertical:!0,border:{_brightness:.8},line:{width:2},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{4:d}</th></tr><tr><td>Open:</td><td>{0:C}</td></tr><tr><td>High:</td><td>{1:C}</td></tr><tr><td>Low:</td><td>{2:C}</td></tr><tr><td>Close:</td><td>{3:C}</td></tr></table>"},labels:{format:""},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}},accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}}),nt(ts.prototype,ca),nt(ts.prototype,pa),nt(ts.prototype,Ua);const es=ts;var rs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++)e[o].reflow(t[o])},e.prototype.addValue=function(t,e){var r,o=e.categoryIx,i=e.category,n=e.series,a=e.seriesIx,s=this.children,l=this.options,u=t.valueFields,c=Un(this.splitValue(u)),p=n.data[o],h=this.categoryPoints[o];h||(this.categoryPoints[o]=h=[]),c&&(r=this.createPoint(t,e));var f=s[o];f||(f=new Wa({vertical:l.invertAxes,gap:l.gap,spacing:l.spacing,rtl:!l.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(u,e),f.append(r),r.categoryIx=o,r.category=i,r.series=n,r.seriesIx=a,r.owner=this,r.dataItem=p,r.noteText=t.fields.noteText),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return es},e.prototype.createPoint=function(t,e){var r=e.series,o=this.pointType(),i=t.valueFields,n=nt({},r),a=t.fields.color||r.color;n=this.evalPointOptions(n,i,e),r.type!==ji&&r.type!==Li||i.open>i.close&&(a=t.fields.downColor||r.downColor||r.color),et(r.color)&&(a=n.color),n.vertical=!this.options.invertAxes;var s=new o(i,n);return s.color=a,s},e.prototype.splitValue=function(t){return[t.low,t.open,t.close,t.high]},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=this.splitValue(t),i=this.valueAxisRanges[r]||{min:S,max:P};this.valueAxisRanges[r]={min:Math.min.apply(Math,o.concat([i.min])),max:Math.max.apply(Math,o.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.open,r.high,r.low,r.close,t.category)},e.prototype.animationPoints=function(){return this.points},e}(la);nt(rs.prototype,ja);const os=rs;var is=function(t){function e(e,r){t.call(this,e,r),this.createNote()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,r,o=this,i=o.options,n=o.value,a=o.owner.seriesValueAxis(i);this.boxSlot=r=a.getSlot(n.q1,n.q3),this.realBody=r,this.reflowBoxSlot(t),this.whiskerSlot=e=a.getSlot(n.lower,n.upper),this.reflowWhiskerSlot(t);var s=a.getSlot(n.median);if(n.mean){var l=a.getSlot(n.mean);this.meanPoints=this.calcMeanPoints(t,l)}this.whiskerPoints=this.calcWhiskerPoints(r,e),this.medianPoints=this.calcMedianPoints(t,s),this.box=e.clone().wrap(r),this.reflowNote()},e.prototype.reflowBoxSlot=function(t){this.boxSlot.x1=t.x1,this.boxSlot.x2=t.x2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.x1=t.x1,this.whiskerSlot.x2=t.x2},e.prototype.calcMeanPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().x;return[[[r-5,e.y1],[r+5,e.y1],[r,e.y1],[r,t.y1]],[[r-5,e.y2],[r+5,e.y2],[r,e.y2],[r,t.y2]]]},e.prototype.calcMedianPoints=function(t,e){return[[[t.x1,e.y1],[t.x2,e.y1]]]},e.prototype.renderOutliers=function(t){for(var e=this.value,r=e.outliers||[],o=3*Math.abs(e.q3-e.q1),i=[],n=t.markers||{},a=0;a<r.length;a++){var s=r[a],l=nt({},(n=s<e.q3+o&&s>e.q1-o?t.outliers:t.extremes).border);Lt(l.color)||(Lt(this.color)?l.color=this.color:l.color=new $.Color(n.background).brightness(fi).toHex());var u=new Ue({type:n.type,width:n.size,height:n.size,rotation:n.rotation,background:n.background,border:l,opacity:n.opacity});u.value=s,i.push(u)}return this.reflowOutliers(i),i},e.prototype.reflowOutliers=function(t){for(var e=this,r=this.owner.seriesValueAxis(this.options),o=this.box.center(),i=0;i<t.length;i++){var n=t[i].value,a=r.getSlot(n);e.options.vertical?a.move(o.x):a.move(void 0,o.y),e.box=e.box.wrap(a),t[i].reflow(a)}},e.prototype.mainVisual=function(e){for(var r=t.prototype.mainVisual.call(this,e),o=this.renderOutliers(e),i=0;i<o.length;i++){var n=o[i].getElement();n&&r.append(n)}return r},e.prototype.createLines=function(t,e){this.drawLines(t,e,this.whiskerPoints,e.whiskers),this.drawLines(t,e,this.medianPoints,e.median),this.drawLines(t,e,this.meanPoints,e.mean)},e.prototype.getBorderColor=function(){return(this.options.border||{}).color?this.options.border.color:this.color?this.color:t.prototype.getBorderColor.call(this)},e}(es);Qt(is,{border:{_brightness:.8},line:{width:2},median:{color:"#f6f6f6"},mean:{width:2,dashType:"dash",color:"#f6f6f6"},overlay:{gradient:"glass"},tooltip:{format:"<table><tr><th colspan='2'>{6:d}</th></tr><tr><td>Lower:</td><td>{0:C}</td></tr><tr><td>Q1:</td><td>{1:C}</td></tr><tr><td>Median:</td><td>{2:C}</td></tr><tr><td>Mean:</td><td>{5:C}</td></tr><tr><td>Q3:</td><td>{3:C}</td></tr><tr><td>Upper:</td><td>{4:C}</td></tr></table>"},highlight:{opacity:1,border:{width:1,opacity:1},line:{width:1,opacity:1}},notes:{visible:!0,label:{}},outliers:{visible:!0,size:8,type:v,background:L,border:{width:2,opacity:1},opacity:0},extremes:{visible:!0,size:8,type:f,background:L,border:{width:2,opacity:1},opacity:0}}),nt(is.prototype,ca);const ns=is;var as=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowBoxSlot=function(t){this.boxSlot.y1=t.y1,this.boxSlot.y2=t.y2},e.prototype.reflowWhiskerSlot=function(t){this.whiskerSlot.y1=t.y1,this.whiskerSlot.y2=t.y2},e.prototype.calcMeanPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e.prototype.calcWhiskerPoints=function(t,e){var r=e.center().y;return[[[e.x1,r-5],[e.x1,r+5],[e.x1,r],[t.x1,r]],[[e.x2,r-5],[e.x2,r+5],[e.x2,r],[t.x2,r]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(ns);const ss=as;var ls=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e){var r,o=e.categoryIx,i=e.category,n=e.series,a=e.seriesIx,s=this.children,l=this.options,u=t.valueFields,c=Un(this.splitValue(u)),p=n.data[o],h=this.categoryPoints[o];h||(this.categoryPoints[o]=h=[]),c&&(r=this.createPoint(t,e));var f=s[o];f||(f=new Wa({vertical:l.invertAxes,gap:l.gap,spacing:l.spacing,rtl:!l.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),r&&(this.updateRange(u,e),f.append(r),r.categoryIx=o,r.category=i,r.series=n,r.seriesIx=a,r.owner=this,r.dataItem=p),this.points.push(r),h.push(r)},e.prototype.pointType=function(){return this.options.invertAxes?ss:ns},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=this.splitValue(t).concat(this.filterOutliers(t.outliers));Lt(t.mean)&&(o=o.concat(t.mean));var i=this.valueAxisRanges[r]||{min:S,max:P};this.valueAxisRanges[r]={min:Math.min.apply(Math,o.concat([i.min])),max:Math.max.apply(Math,o.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.lower,r.q1,r.median,r.q3,r.upper,r.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,r=[],o=0;o<e;o++){var i=t[o];Lt(i)&&null!==i&&r.push(i)}return r},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(os);const us=ls;var cs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getAxis=function(){var t=this.chart.seriesAxes(this.series);return this.isVertical?t.y:t.x},e}(Bn);const ps=cs;var hs=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.xAxisRanges={},this.yAxisRanges={},this.points=[],this.seriesPoints=[],this.seriesOptions=[],this._evalSeries=[]},e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.addErrorBar=function(t,e,r){var o,i=t.value[e],n=e+"Value",a=e+"ErrorLow",s=e+"ErrorHigh",l=r.seriesIx,u=r.series,c=t.options.errorBars,p=r[a],h=r[s];W(i)&&(W(p)&&W(h)&&(o={low:p,high:h}),c&&Lt(c[n])&&(this.seriesErrorRanges=this.seriesErrorRanges||{x:[],y:[]},this.seriesErrorRanges[e][l]=this.seriesErrorRanges[e][l]||new ui(c[n],u,e),o=this.seriesErrorRanges[e][l].getErrorRange(i,c[n])),o&&this.addPointErrorBar(o,t,e))},e.prototype.addPointErrorBar=function(t,e,r){var o=t.low,i=t.high,n=e.series,a=e.options.errorBars,s=r===R,l={};e[r+"Low"]=o,e[r+"High"]=i,e.errorBars=e.errorBars||[];var u=new ps(o,i,s,this,n,a);e.errorBars.push(u),e.append(u),l[r]=o,this.updateRange(l,n),l[r]=i,this.updateRange(l,n)},e.prototype.addValue=function(t,e){var r,o=t.x,i=t.y,n=e.seriesIx,a=this.options.series[n],s=this.seriesMissingValues(a),l=this.seriesPoints[n],u=t;ta(o)&&ta(i)||(u=this.createMissingValue(u,s)),u&&((r=this.createPoint(u,e))&&(Object.assign(r,e),this.addErrorBar(r,B,e),this.addErrorBar(r,R,e)),this.updateRange(u,e.series)),this.points.push(r),l.push(r)},e.prototype.seriesMissingValues=function(t){return t.missingValues},e.prototype.createMissingValue=function(){},e.prototype.updateRange=function(t,e){var r=this.chartService.intl,o=e.xAxis,i=e.yAxis,n=t.x,a=t.y,s=this.xAxisRanges[o],l=this.yAxisRanges[i];ta(n)&&(s=this.xAxisRanges[o]=s||{min:S,max:P},q(n)&&(n=no(r,n)),s.min=Math.min(s.min,n),s.max=Math.max(s.max,n)),ta(a)&&(l=this.yAxisRanges[i]=l||{min:S,max:P},q(a)&&(a=no(r,a)),l.min=Math.min(l.min,a),l.max=Math.max(l.max,a))},e.prototype.evalPointOptions=function(t,e,r){var o=r.series,i=r.seriesIx,n={defaults:o._defaults,excluded:["data","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory","ariaTemplate","ariaContent"]},a=this._evalSeries[i];Lt(a)||(this._evalSeries[i]=a=Wn(t,{},n,!0));var s=t;return a&&Wn(s=nt({},t),{value:e,series:o,dataItem:r.dataItem},n),s},e.prototype.pointType=function(){return da},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var o=this.pointType().prototype.defaults;this.seriesOptions[e]=r=nt({},o,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,o=this.pointOptions(r,e.seriesIx),i=e.color||r.color;o=this.evalPointOptions(o,t,e),et(r.color)&&(i=o.color);var n=new da(t,o);return n.color=i,this.append(n),n},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,o=this.plotArea,i=e?o.namedXAxes[e]:o.axisX,n=r?o.namedYAxes[r]:o.axisY;if(!i)throw new Error("Unable to locate X axis with name "+e);if(!n)throw new Error("Unable to locate Y axis with name "+r);return{x:i,y:n}},e.prototype.reflow=function(t){var e=this,r=this.points,o=!this.options.clip,i=0;this.traverseDataPoints((function(t,n){var a=r[i++],s=e.seriesAxes(n.series),l=s.x.getSlot(t.x,t.x,o),u=s.y.getSlot(t.y,t.y,o);if(a)if(l&&u){var c=e.pointSlot(l,u);a.reflow(c)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new ke(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=this.seriesPoints,o=0;o<e.length;o++){var i=e[o];r[o]||(r[o]=[]);for(var n=0;n<i.data.length;n++){var a=this.plotArea.bindPoint(i,n),s=a.valueFields,l=a.fields;t(s,nt({pointIx:n,series:i,seriesIx:o,dataItem:i.data[n],owner:this},l))}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(Be);Qt(hs,{series:[],tooltip:{format:"{0}, {1}"},labels:{format:"{0}, {1}"},clip:!0}),nt(hs.prototype,ja);const fs=hs;var ds=function(t){function e(e,r){t.call(this,e,r),this.category=e.category}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createHighlight=function(){var t=this.options.highlight,e=t.border,r=this.options.markers,o=this.box.center(),i=(r.size+r.border.width+e.width)/2,n=new $.drawing.Group,a=new $.drawing.Circle(new $.geometry.Circle([o.x,o.y+i/5+e.width/2],i+e.width/2),{stroke:{color:"none"},fill:this.createGradient({gradient:"bubbleShadow",color:r.background,stops:[{offset:0,color:r.background,opacity:.3},{offset:1,color:r.background,opacity:0}]})}),s=new $.drawing.Circle(new $.geometry.Circle([o.x,o.y],i),{stroke:{color:e.color||new $.Color(r.background).brightness(fi).toHex(),width:e.width,opacity:e.opacity},fill:{color:r.background,opacity:t.opacity}});return n.append(a,s),n},e.prototype.createFocusHighlight=function(t){var e=this.options.accessibility.highlight,r=this.options.markers,o=this.box.center(),i=(r.size+r.border.width)/2+e.border.width/2;return new $.drawing.Circle(new $.geometry.Circle([o.x,o.y],i),t)},e}(da);ds.prototype.defaults=nt({},ds.prototype.defaults,{labels:{position:h},highlight:{opacity:1,border:{color:"#fff",width:2,opacity:1}}}),ds.prototype.defaults.highlight.zIndex=void 0;const vs=ds;var gs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this._maxSize=P,t.prototype._initFields.call(this)},e.prototype.addValue=function(e,r){null!==e.size&&(e.size>0||e.size<0&&r.series.negativeValues.visible)?(this._maxSize=Math.max(this._maxSize,Math.abs(e.size)),t.prototype.addValue.call(this,e,r)):(this.points.push(null),this.seriesPoints[r.seriesIx].push(null))},e.prototype.reflow=function(e){this.updateBubblesSize(e),t.prototype.reflow.call(this,e)},e.prototype.pointType=function(){return vs},e.prototype.createPoint=function(t,e){var r=e.series,o=r.data.length,i=e.pointIx*(pi/o),n={delay:i,duration:pi-i,type:Pi},a=e.color||r.color;t.size<0&&r.negativeValues.visible&&(a=Wt(r.negativeValues.color,a));var s=nt({labels:{animation:{delay:i,duration:pi-i}}},this.pointOptions(r,e.seriesIx),{markers:{type:f,border:r.border,opacity:r.opacity,animation:n}});s=this.evalPointOptions(s,t,e),et(r.color)&&(a=s.color),s.markers.background=a;var l=new vs(t,s);return l.color=a,this.append(l),l},e.prototype.updateBubblesSize=function(t){for(var e=this.options.series,r=Math.min(t.width(),t.height()),o=0;o<e.length;o++)for(var i=e[o],n=this.seriesPoints[o],a=(i.minSize||Math.max(.02*r,10))/2,s=(i.maxSize||.2*r)/2,l=Math.PI*a*a,u=(Math.PI*s*s-l)/this._maxSize,c=0;c<n.length;c++){var p=n[c];if(p){var h=Math.abs(p.value.size)*u,f=Math.sqrt((l+h)/Math.PI),d=Wt(p.options.zIndex,0)+(1-f/s);nt(p.options,{zIndex:d,markers:{size:2*f,zIndex:d},labels:{zIndex:d+1}})}}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.size,t.category)},e.prototype.createAnimation=function(){},e.prototype.createVisual=function(){},e}(fs);Qt(gs,{tooltip:{format:"{3}"},labels:{format:"{3}"}});const ys=gs;var ms=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Ue);nt(ms.prototype,ca);const bs=ms;var xs=function(t){function e(e,r){t.call(this,r),this.aboveAxis=this.options.aboveAxis,this.color=r.color||L,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.options;this._rendered||(this._rendered=!0,Lt(this.value.target)&&(this.target=new bs({type:t.target.shape,background:t.target.color||this.color,opacity:t.opacity,zIndex:t.zIndex,border:t.target.border,vAlign:D,align:M}),this.target.value=this.value,this.target.dataItem=this.dataItem,this.target.series=this.series,this.append(this.target)),this.createLabel(),this.createNote())},e.prototype.createLabel=function(){var t=this.options.labels;t.visible&&(this.label=this.createLabelElement(t),this.append(this.label))},e.prototype.createLabelElement=function(t){return new Ha(this.getLabelText(t),t,this.pointData())},e.prototype.getLabelText=function(t){var e=vt(t);return e?e(this.pointData()):this.formatValue(t.format)},e.prototype.reflow=function(t){this.render();var e=this,r=e.options,o=e.target,i=e.owner,n=r.invertAxes,a=i.seriesValueAxis(this.options),s=i.categorySlot(i.categoryAxis,r.categoryIx,a),l=a.getSlot(this.value.target),u=n?l:s,c=n?s:l;if(o){var p=new ke(u.x1,c.y1,u.x2,c.y2);o.options.height=n?p.height():r.target.line.width,o.options.width=n?r.target.line.width:p.width(),o.reflow(p)}var h=this.label;h&&(h.options.aboveAxis=this.aboveAxis,h.reflow(t)),this.note&&this.note.reflow(t),this.box=t},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.addAccessibilityAttributesToVisual();var e=this.options,r=$.drawing.Path.fromRect(this.box.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&r.options.set("stroke",{color:e.border.color||this.color,width:e.border.width,dashType:e.border.dashType,opacity:Wt(e.border.opacity,e.opacity)}),this.bodyVisual=r,G(r),this.visual.append(r)},e.prototype.createAnimation=function(){this.bodyVisual&&(this.animation=$.drawing.Animation.create(this.bodyVisual,this.options.animation))},e.prototype.createHighlight=function(t){return $.drawing.Path.fromRect(this.box.toRect(),t)},e.prototype.highlightVisual=function(){return this.bodyVisual},e.prototype.highlightVisualArgs=function(){return{rect:this.box.toRect(),visual:this.bodyVisual,options:this.options}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.getIndex=function(){return this.categoryIx},e}(Be);xs.prototype.tooltipAnchor=Xa.prototype.tooltipAnchor,xs.prototype.createFocusHighlight=Xa.prototype.createFocusHighlight,Qt(xs,{border:{width:1},vertical:!1,opacity:1,target:{shape:"",border:{width:0,color:"green"},line:{width:2}},labels:{visible:!1},tooltip:{format:"Current: {0}<br />Target: {1}"},notes:{label:{}},accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}}),nt(xs.prototype,ca),nt(xs.prototype,pa),nt(xs.prototype,Ua);const _s=xs;var Cs=function(t){function e(e,r){!function(t){for(var e=t.series,r=0;r<e.length;r++){var o=e[r],i=o.data;!i||H(i[0])||at(i[0])||(o.data=[i])}}(r),t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowCategories=function(t){for(var e=this.children,r=e.length,o=0;o<r;o++)e[o].reflow(t[o])},e.prototype.plotRange=function(t){var e=t.series,r=this.seriesValueAxis(e),o=this.categoryAxisCrossingValue(r);return[o,t.value.current||o]},e.prototype.createPoint=function(t,e){var r=e.categoryIx,o=e.series,i=this.options,n=this.children,a=t.valueFields,s=nt({vertical:!i.invertAxes,overlay:o.overlay,categoryIx:r,invertAxes:i.invertAxes},o),l=t.fields.color||o.color;s=this.evalPointOptions(s,a,e),et(o.color)&&(l=s.color);var u=new _s(a,s);u.color=l;var c=n[r];return c||(c=new Wa({vertical:i.invertAxes,gap:i.gap,spacing:i.spacing,rtl:!i.invertAxes&&(this.chartService||{}).rtl}),this.append(c)),c.append(u),u},e.prototype.updateRange=function(t,e){var r=t.current,o=t.target,i=e.series.axis,n=this.valueAxisRanges[i];Lt(r)&&!isNaN(r)&&Lt(o&&!isNaN(o))&&((n=this.valueAxisRanges[i]=n||{min:S,max:P}).min=Math.min(n.min,r,o),n.max=Math.max(n.max,r,o))},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value.current,t.value.target)},e.prototype.pointValue=function(t){return t.valueFields.current},e.prototype.aboveAxis=function(t){return t.value.current>0},e.prototype.createAnimation=function(){var t=this.points;this._setAnimationOptions();for(var e=0;e<t.length;e++){var r=t[e];r.options.animation=this.options.animation,r.createAnimation()}},e}(la);Cs.prototype._setAnimationOptions=Ja.prototype._setAnimationOptions,Qt(Cs,{animation:{type:Oi}});const ws=Cs;var Os=function(t){function e(e,r){t.call(this),this.chartService=e,this.options=nt({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getStyle=function(t,e){var r=t.background,o=t.border.color;if(e){var i=e.color||e.options.color;r=Wt(r,i),o=Wt(o,i)}var n=pt(t.padding||{},"auto");return{backgroundColor:r,borderColor:o,font:t.font,color:t.color,opacity:t.opacity,borderWidth:st(t.border.width),paddingTop:st(n.top),paddingBottom:st(n.bottom),paddingLeft:st(n.left),paddingRight:st(n.right)}},e.prototype.show=function(t,e,r){t.format=e.format;var o=this.getStyle(e,r);t.style=o;var i=new $.Color(o.backgroundColor);Lt(e.color)||i.isDark()||(t.className="k-chart-tooltip-inverse"),this.chartService.notify(Pn,t),this.visible=!0},e.prototype.hide=function(){this.chartService&&this.chartService.notify(An),this.visible=!1},e.prototype.destroy=function(){delete this.chartService},e}($.Class);Qt(Os,{border:{width:1},opacity:1});const Ss=Os;var Ps=function(t){function e(e,r,o){t.call(this,e,o),this.crosshair=r,this.formatService=e.format,this.initAxisName()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initAxisName=function(){var t,e=this.crosshair.axis;t=e.plotArea.categoryAxis?e.getCategory?"categoryAxis":"valueAxis":e.options.vertical?"yAxis":"xAxis",this.axisName=t},e.prototype.showAt=function(t){var e=this.crosshair.axis,r=this.options,o=e[r.stickyMode?"getCategory":"getValue"](t),i=o;r.format?i=this.formatService.auto(r.format,o):e.options.type===g&&(i=this.formatService.auto(e.options.labels.dateFormats[e.options.baseUnit],o)),this.show({point:t,anchor:this.getAnchor(),crosshair:this.crosshair,value:i,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex},this.options)},e.prototype.hide=function(){this.chartService.notify(An,{crosshair:this.crosshair,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex})},e.prototype.getAnchor=function(){var t,e,r,o=this.crosshair,i=this.options,n=i.position,a=i.padding,s=!o.axis.options.vertical,l=o.line.bbox();return s?(t=h,n===p?(e=D,r=l.bottomLeft().translate(0,a)):(e=p,r=l.topLeft().translate(0,-a))):(e=h,n===O?(t=M,r=l.topLeft().translate(-a,0)):(t=O,r=l.topRight().translate(a,0))),{point:r,align:{horizontal:t,vertical:e}}},e}(Ss);Qt(Ps,{padding:10});const As=Ps;var js=function(t){function e(e,r,o){t.call(this,o),this.axis=r,this.stickyMode=r instanceof uo;var i=this.options.tooltip;i.visible&&(this.tooltip=new As(e,this,nt({},i,{stickyMode:this.stickyMode})))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t){this.point=t,this.moveLine(),this.line.visible(!0),this.tooltip&&this.tooltip.showAt(t)},e.prototype.hide=function(){this.line.visible(!1),this.tooltip&&this.tooltip.hide()},e.prototype.moveLine=function(){var t,e=this.axis,r=this.point,o=e.options.vertical,i=this.getBox(),n=o?R:B,a=new $.geometry.Point(i.x1,i.y1);if(t=o?new $.geometry.Point(i.x2,i.y1):new $.geometry.Point(i.x1,i.y2),r)if(this.stickyMode){var s=e.getSlot(e.pointCategoryIndex(r));a[n]=t[n]=s.center()[n]}else a[n]=t[n]=r[n];this.box=i,this.line.moveTo(a).lineTo(t)},e.prototype.getBox=function(){for(var t,e=this.axis,r=e.pane.axes,o=r.length,i=e.options.vertical,n=e.lineBox().clone(),a=i?B:R,s=0;s<o;s++){var l=r[s];l.options.vertical!==i&&(t?t.wrap(l.lineBox()):t=l.lineBox().clone())}return n[a+1]=t[a+1],n[a+2]=t[a+2],n},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options;this.line=new $.drawing.Path({stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType},visible:!1}),this.moveLine(),this.visual.append(this.line)},e.prototype.destroy=function(){this.tooltip&&this.tooltip.destroy(),t.prototype.destroy.call(this)},e}(Be);Qt(js,{color:c,width:2,zIndex:-1,tooltip:{visible:!1}});const ks=js;var Ms=function(t){function e(e,r){t.call(this,e),this.pane=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.shouldClip=function(){for(var t=this.children,e=t.length,r=0;r<e;r++)if(!0===t[r].options.clip)return!0;return!1},e.prototype._clipBox=function(){return this.pane.chartsBox()},e.prototype.createVisual=function(){if(this.visual=new $.drawing.Group({zIndex:0}),this.shouldClip()){var t=(this.clipBox=this._clipBox()).toRect(),e=$.drawing.Path.fromRect(t);G(e),this.visual.clip(e),this.unclipLabels()}},e.prototype.stackRoot=function(){return this},e.prototype.unclipLabels=function(){for(var t=this.children,e=this.clipBox,r=0;r<t.length;r++)for(var o=t[r].points||{},i=o.length,n=0;n<i;n++){var a=o[n];if(a&&!1!==a.visible&&a.overlapsBox&&a.overlapsBox(e))if(a.unclipElements)a.unclipElements();else{var s=a.label,l=a.note;s&&s.options.visible&&(s.alignToClipBox&&s.alignToClipBox(e),s.options.noclip=!0),l&&l.options.visible&&(l.options.noclip=!0)}}},e.prototype.destroy=function(){t.prototype.destroy.call(this),delete this.parent},e}(Be);Ms.prototype.isStackRoot=!0;const Ts=Ms;var Es=function(t){function e(e){t.call(this,e),this.id="pane"+Vs++,this.createTitle(),this.content=new Be,this.chartContainer=new Ts({},this),this.append(this.content),this.axes=[],this.charts=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createTitle=function(){var t=this.options.title;at(t)&&(t=nt({},t,{align:t.position,position:D})),this.title=ar.buildTitle(t,e.prototype.options.title),this.title&&this.append(this.title)},e.prototype.appendAxis=function(t){this.content.append(t),this.axes.push(t),t.pane=this},e.prototype.appendAxisAt=function(t,e){this.content.append(t),this.axes.splice(e,0,t),t.pane=this},e.prototype.appendChart=function(t){this.chartContainer.parent!==this.content&&this.content.append(this.chartContainer),this.charts.push(t),this.chartContainer.append(t),t.pane=this},e.prototype.empty=function(){var t=this.parent;if(t){for(var e=0;e<this.axes.length;e++)t.removeAxis(this.axes[e]);for(var r=0;r<this.charts.length;r++)t.removeChart(this.charts[r])}this.axes=[],this.charts=[],this.content.destroy(),this.content.children=[],this.chartContainer.children=[]},e.prototype.reflow=function(e){var r;Ut(this.children)===this.content&&(r=this.children.pop()),t.prototype.reflow.call(this,e),r&&this.children.push(r),this.title&&(this.contentBox.y1+=this.title.box.height())},e.prototype.visualStyle=function(){var e=t.prototype.visualStyle.call(this);return e.zIndex=-10,e},e.prototype.renderComplete=function(){this.options.visible&&this.createGridLines()},e.prototype.stackRoot=function(){return this},e.prototype.clipRoot=function(){return this},e.prototype.createGridLines=function(){for(var t=this.axes,e=t.concat(this.parent.axes),r=[],o=[],i=0;i<t.length;i++)for(var n=t[i],a=n.options.vertical,s=a?r:o,l=0;l<e.length;l++)if(0===s.length){var u=e[l];a!==u.options.vertical&&Dt(s,n.createGridLines(u))}},e.prototype.refresh=function(){this.visual.clear(),this.content.parent=null,this.content.createGradient=this.createGradient.bind(this),this.content.renderVisual(),this.content.parent=this,this.title&&this.visual.append(this.title.visual),this.visual.append(this.content.visual),this.renderComplete(),this.notifyRender()},e.prototype.chartsBox=function(){for(var t=this.axes,e=t.length,r=new ke,o=0;o<e;o++){var i=t[o],n=i.options.vertical?R:B,a=i.lineBox();r[n+1]=a[n+1],r[n+2]=a[n+2]}if(0===r.x2)for(var s=this.parent.axes,l=s.length,u=0;u<l;u++){var c=s[u];if(!c.options.vertical){var p=c.lineBox();r.x1=p.x1,r.x2=p.x2}}return r},e.prototype.clipBox=function(){return this.chartContainer.clipBox},e.prototype.notifyRender=function(){var t=this.getService();t&&t.notify("paneRender",{pane:new Qo(this),index:this.paneIndex,name:this.options.name})},e}(ze),Vs=1;Es.prototype.isStackRoot=!0,Qt(Es,{zIndex:-1,shrinkToFit:!0,title:{align:O},visible:!0});const Ds=Es;var Is=function(t){function e(e,r,o){t.call(this,r),this.initFields(e,r),this.series=e,this.initSeries(),this.charts=[],this.options.legend=this.options.legend||{},this.options.legend.data=[],this.axes=[],this.crosshairs=[],this.chartService=o,this.originalOptions=r,this.originalSeries=e,this._bindCache=new WeakMap,this.createPanes(),this.render(),this.createCrosshairs()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){},e.prototype.initSeries=function(){for(var t=this.series,e=0;e<t.length;e++)t[e].index=e},e.prototype.bindPoint=function(t,e,r){var o=this._bindCache.get(t);o||(o=[],this._bindCache.set(t,o));var i=o[e];return i||(i=o[e]=ni.current.bindPoint(t,e,r)),i},e.prototype.createPanes=function(){for(var t=this.options.title||{},e=this.options.paneDefaults,r=this.options.panes||[],o=Math.max(r.length,1),i=[],n=nt({title:{color:t.color}},e),a=0;a<o;a++){var s=nt({},n,r[a]);q(s.title)&&(s.title=nt({text:s.title},n.title));var l=new Ds(s);l.paneIndex=a,i.push(l),this.append(l)}this.panes=i},e.prototype.crosshairOptions=function(t){return t.options.crosshair},e.prototype.createCrosshairs=function(t){var e=this;void 0===t&&(t=this.panes);for(var r=0;r<t.length;r++)for(var o=t[r],i=0;i<o.axes.length;i++){var n=o.axes[i],a=e.crosshairOptions(n);if(a&&a.visible){var s=new ks(e.chartService,n,a);e.crosshairs.push(s),o.content.append(s)}}},e.prototype.removeCrosshairs=function(t){for(var e=this.crosshairs,r=t.axes,o=e.length-1;o>=0;o--)for(var i=0;i<r.length;i++)if(e[o].axis===r[i]){e.splice(o,1);break}},e.prototype.hideCrosshairs=function(){for(var t=this.crosshairs,e=0;e<t.length;e++)t[e].hide()},e.prototype.findPane=function(t){for(var e,r=this.panes,o=0;o<r.length;o++)if(r[o].options.name===t){e=r[o];break}return e||r[0]},e.prototype.findPointPane=function(t){for(var e,r=this.panes,o=0;o<r.length;o++)if(r[o].box.containsPoint(t)){e=r[o];break}return e},e.prototype.appendAxis=function(t){this.findPane(t.options.pane).appendAxis(t),this.axes.push(t),t.plotArea=this},e.prototype.removeAxis=function(t){for(var e=[],r=0;r<this.axes.length;r++){var o=this.axes[r];t!==o?e.push(o):o.destroy()}this.axes=e},e.prototype.appendChart=function(t,e){this.charts.push(t),e?e.appendChart(t):this.append(t)},e.prototype.removeChart=function(t){for(var e=[],r=0;r<this.charts.length;r++){var o=this.charts[r];o!==t?e.push(o):o.destroy()}this.charts=e},e.prototype.addToLegend=function(t){for(var e=t.length,r=this.options.legend,o=r.labels||{},i=r.inactiveItems||{},n=i.labels||{},a=[],s=0;s<e;s++){var l=t[s],u=!1!==l.visible;if(!1!==l.visibleInLegend){var c=l.name,p=u?vt(o):vt(n)||vt(o);p&&(c=p({text:ta(c)?c:"",series:l}));var h=l._defaults,f=l.color;et(f)&&h&&(f=h.color);var d=void 0,v=void 0;u?(d={},v=f):(d={color:n.color,font:n.font},v=i.markers.color),ta(c)&&""!==c&&a.push({text:c,labels:d,markerColor:v,series:l,active:u})}}Dt(r.data,a)},e.prototype.groupAxes=function(t){for(var e=[],r=[],o=0;o<t.length;o++)for(var i=t[o].axes,n=0;n<i.length;n++){var a=i[n];a.options.vertical?r.push(a):e.push(a)}return{x:e,y:r,any:e.concat(r)}},e.prototype.groupSeriesByPane=function(){for(var t=this.series,e={},r=0;r<t.length;r++){var o=t[r],i=this.seriesPaneName(o);e[i]?e[i].push(o):e[i]=[o]}return e},e.prototype.filterVisibleSeries=function(t){for(var e=[],r=0;r<t.length;r++){var o=t[r];!1!==o.visible&&e.push(o)}return e},e.prototype.reflow=function(t){var e=this.options.plotArea,r=this.panes,o=pt(e.margin);this.box=t.clone().unpad(o),this.reflowPanes(),this.detachLabels(),this.reflowAxes(r),this.reflowCharts(r)},e.prototype.redraw=function(t){var e=[].concat(t);this.initSeries();var r=this.getRoot();r&&r.cleanGradients();for(var o=0;o<e.length;o++)this.removeCrosshairs(e[o]),e[o].empty();this._bindCache=new WeakMap,this.render(e),this.detachLabels(),this.reflowAxes(this.panes),this.reflowCharts(e),this.createCrosshairs(e);for(var i=0;i<e.length;i++)e[i].refresh()},e.prototype.axisCrossingValues=function(t,e){for(var r=t.options,o=[].concat(r.axisCrossingValues||r.axisCrossingValue),i=e.length-o.length,n=o[0]||0,a=0;a<i;a++)o.push(n);return o},e.prototype.alignAxisTo=function(t,e,r,o){var i=t.getSlot(r,r,!0),n=t.options.reverse?2:1,a=e.getSlot(o,o,!0),s=e.options.reverse?2:1,l=t.box.translate(a[B+s]-i[B+n],a[R+s]-i[R+n]);t.pane!==e.pane&&l.translate(0,t.pane.box.y1-e.pane.box.y1),t.reflow(l)},e.prototype.alignAxes=function(t,e){for(var r=this,o=t[0],i=e[0],n=this.axisCrossingValues(o,e),a=this.axisCrossingValues(i,t),s={},l={},u={},c={},h=0;h<e.length;h++){var f=e[h],v=f.pane,g=v.id,y=!1!==f.options.visible,m=Bs(t,v)||o,b=n;if(m!==o&&(b=r.axisCrossingValues(m,e)),r.alignAxisTo(f,m,a[h],b[h]),!f.options._overlap){Gt(f.lineBox().x1)===Gt(m.lineBox().x1)&&(s[g]&&f.reflow(f.box.alignTo(s[g].box,O).translate(-f.options.margin,0)),y&&(s[g]=f)),Gt(f.lineBox().x2)===Gt(m.lineBox().x2)&&(f._mirrored||(f.options.labels.mirror=!f.options.labels.mirror,f._mirrored=!0),r.alignAxisTo(f,m,a[h],b[h]),l[g]&&f.reflow(f.box.alignTo(l[g].box,M).translate(f.options.margin,0)),y&&(l[g]=f));var x=Bs(e,v)||i;x!==f&&(f.alignTo(x),f.reflow(f.box))}}for(var _=0;_<t.length;_++){var C=t[_],w=C.pane,S=w.id,P=!1!==C.options.visible,A=Bs(e,w)||i,j=a;A!==i&&(j=r.axisCrossingValues(A,t)),r.alignAxisTo(C,A,n[_],j[_]),C.options._overlap||(Gt(C.lineBox().y1)===Gt(A.lineBox().y1)&&(C._mirrored||(C.options.labels.mirror=!C.options.labels.mirror,C._mirrored=!0),r.alignAxisTo(C,A,n[_],j[_]),u[S]&&C.reflow(C.box.alignTo(u[S].box,D).translate(0,-C.options.margin)),P&&(u[S]=C)),Gt(C.lineBox().y2,d)===Gt(A.lineBox().y2,d)&&(c[S]&&C.reflow(C.box.alignTo(c[S].box,p).translate(0,C.options.margin)),P&&(c[S]=C)),0!==_&&(C.alignTo(o),C.reflow(C.box)))}},e.prototype.shrinkAxisWidth=function(t){for(var e=this.groupAxes(t).any,r=Ns(e),o=0,i=0;i<t.length;i++){var n=t[i];n.axes.length>0&&(o=Math.max(o,r.width()-n.contentBox.width()))}if(0!==o)for(var a=0;a<e.length;a++){var s=e[a];s.options.vertical||s.reflow(s.box.shrink(o,0))}},e.prototype.shrinkAxisHeight=function(t){for(var e,r=0;r<t.length;r++){var o=t[r],i=o.axes,n=Math.max(0,Ns(i).height()-o.contentBox.height());if(0!==n){for(var a=0;a<i.length;a++){var s=i[a];s.options.vertical&&s.reflow(s.box.shrink(0,n))}e=!0}}return e},e.prototype.fitAxes=function(t){for(var e=this.groupAxes(t).any,r=0,o=0;o<t.length;o++){var i=t[o],n=i.axes,a=i.contentBox;if(n.length>0){var s=Ns(n),l=Math.max(a.y1-s.y1,a.y2-s.y2);r=Math.max(r,a.x1-s.x1);for(var u=0;u<n.length;u++){var c=n[u];c.reflow(c.box.translate(0,l))}}}for(var p=0;p<e.length;p++){var h=e[p];h.reflow(h.box.translate(r,0))}},e.prototype.reflowAxes=function(t){for(var e=this.groupAxes(t),r=0;r<t.length;r++)this.reflowPaneAxes(t[r]);e.x.length>0&&e.y.length>0&&(this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t),this.autoRotateAxisLabels(e),this.alignAxes(e.x,e.y),this.shrinkAxisWidth(t)&&this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t),this.alignAxes(e.x,e.y),this.shrinkAxisHeight(t)&&this.alignAxes(e.x,e.y),this.fitAxes(t))},e.prototype.autoRotateAxisLabels=function(t){for(var e,r=this.panes,o=Rs(r),i=0;i<o.length;i++)o[i].autoRotateLabels()&&(e=!0);if(e){for(var n=0;n<r.length;n++)this.reflowPaneAxes(r[n]);t.x.length>0&&t.y.length>0&&(this.alignAxes(t.x,t.y),this.shrinkAxisWidth(r))}},e.prototype.reflowPaneAxes=function(t){var e=t.axes,r=e.length;if(r>0)for(var o=0;o<r;o++)e[o].reflow(t.contentBox)},e.prototype.reflowCharts=function(t){for(var e=this.charts,r=e.length,o=this.box,i=0;i<r;i++){var n=e[i].pane;n&&!Ot(n,t)||e[i].reflow(o)}},e.prototype.reflowPanes=function(){for(var t=this.box,e=this.panes,r=e.length,o=t.height(),i=0,n=t.y1,a=0;a<r;a++){var s=e[a],l=s.options.height;if(s.options.width=t.width(),s.options.height){if(l.indexOf&&l.indexOf("%")){var u=parseInt(l,10)/100;s.options.height=u*t.height()}s.reflow(t.clone()),o-=s.options.height}else i++}for(var c=0;c<r;c++){var p=e[c];p.options.height||(p.options.height=o/i)}for(var h=0;h<r;h++){var f=e[h],d=t.clone().move(t.x1,n);f.reflow(d),n+=f.options.height}},e.prototype.backgroundBox=function(){for(var t,e=this.axes,r=e.length,o=0;o<r;o++)for(var i=e[o],n=0;n<r;n++){var a=e[n];if(i.options.vertical!==a.options.vertical){var s=i.lineBox().clone().wrap(a.lineBox());t=t?t.wrap(s):s}}return t||this.box},e.prototype.chartsBoxes=function(){for(var t=this.panes,e=[],r=0;r<t.length;r++)e.push(t[r].chartsBox());return e},e.prototype.addBackgroundPaths=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)t.paths.push($.drawing.Path.fromRect(e[r].toRect()))},e.prototype.backgroundContainsPoint=function(t){for(var e=this.chartsBoxes(),r=0;r<e.length;r++)if(e[r].containsPoint(t))return!0},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e,r=this.options.plotArea,o=r.opacity,i=r.background,n=r.border;void 0===n&&(n={}),""!==(e=i)&&null!==e&&"none"!==e&&"transparent"!==e&&Lt(e)||(i=L,o=0);var a=this._bgVisual=new $.drawing.MultiPath({fill:{color:i,opacity:o},stroke:{color:n.width?n.color:"",width:n.width,dashType:n.dashType},zIndex:-1});this.addBackgroundPaths(a),this.appendVisual(a)},e.prototype.pointsByCategoryIndex=function(t){var e=this.charts,r=[];if(null!==t)for(var o=0;o<e.length;o++)if("_navigator"!==e[o].pane.options.name){var i=e[o].categoryPoints[t];if(i&&i.length)for(var n=0;n<i.length;n++){var a=i[n];a&&Lt(a.value)&&null!==a.value&&r.push(a)}}return r},e.prototype.pointsBySeriesIndex=function(t){return this.filterPoints((function(e){return e.series.index===t}))},e.prototype.pointsByPointIndex=function(t){return this.filterPoints((function(e){return e.getIndex()===t}))},e.prototype.pointsBySeriesName=function(t){return this.filterPoints((function(e){return e.series.name===t}))},e.prototype.filterPoints=function(t){for(var e=this.charts,r=[],o=0;o<e.length;o++)for(var i=e[o].points,n=0;n<i.length;n++){var a=i[n];a&&!1!==a.visible&&t(a)&&r.push(a)}return r},e.prototype.findPoint=function(t){for(var e=this.charts,r=0;r<e.length;r++)for(var o=e[r].points,i=0;i<o.length;i++){var n=o[i];if(n&&!1!==n.visible&&t(n))return n}},e.prototype.paneByPoint=function(t){for(var e=this.panes,r=0;r<e.length;r++){var o=e[r];if(o.box.containsPoint(t))return o}},e.prototype.detachLabels=function(){var t=this.groupAxes(this.panes),e=t.x,r=t.y;this.detachAxisGroupLabels(r,e),this.detachAxisGroupLabels(e,r)},e.prototype.detachAxisGroupLabels=function(t,e){for(var r=0,o=0;o<t.length;o++){var i=t[o],n=i.pane,a=Bs(e,n)||e[0],s=o+r,l=this.createLabelAxis(i,s,a);if(l){r++;var u=n.axes.indexOf(i)+r;n.appendAxisAt(l,u)}}},e.prototype.createLabelAxis=function(t,e,r){var o=t.options.labels,i=o.position,n=i!==b&&i!==E,a=o.visible;if(n||!1===a)return null;var s=this.groupAxes(this.panes),l=r.options.vertical?s.x:s.y,u=this.axisCrossingValues(r,l),c=i===b,p=r.range(),h=c?p.max:p.min;if(Kt(u[e],p.min,p.max)-h==0)return null;u.splice(e+1,0,h),r.options.axisCrossingValues=u;var f=t.clone();return t.clear(),f.options.name=void 0,f.options.line.visible=!1,f.options.crosshair=void 0,f.options.notes=void 0,f.options.plotBands=void 0,f},e.prototype.isTrendline=function(t){return t&&Ot(t.type,un)},e.prototype.trendlineFactory=function(){},e.prototype.createTrendlineSeries=function(){var t=this,e=[];return this.series=this.series.map((function(r){if(!t.isTrendline(r))return r;var o=t.seriesByName(r.for);if(!o)throw new Error('Invalid Configuration: Unable to locate linked series "'+r.for+'" for trendline "'+r.name+'".');var i=ni.current.valueFields(o),n=Ut(i),a=t.trendlineFactory(Object.assign({},{field:n},r),o);return a&&(!1===o.visible&&(a.visible=!1),a.color===w&&(a.color=o.color),e.push(a)),a})).filter((function(t){return null!==t})),e},e.prototype.seriesByName=function(t){return this.series.find((function(e){return e.name===t}))},e.prototype.getFirstPoint=function(){return this.pointsBySeriesIndex(0)[0]},e.prototype.getPointBelow=function(t){return this._getNextPoint(t,this._pointsByVertical,1)},e.prototype.getPointAbove=function(t){return this._getNextPoint(t,this._pointsByVertical,-1)},e.prototype.getPointToTheRight=function(t){return this._getNextPoint(t,this._pointsByHorizontal,1)},e.prototype.getPointToTheLeft=function(t){return this._getNextPoint(t,this._pointsByHorizontal,-1)},e.prototype._getNextPoint=function(t,e,r){var o=this,i=e.call(this,t),n=i.indexOf(t)+r,a=function(r){var i,n=0;do{n+=r,i=e.call(o,t,n)}while(0===i.length);return i};return n<0?(i=a(-1)).at(-1):n>=i.length?(i=a(1)).at(0):i[n]},e.prototype._pointsByVertical=function(t){return this.pointsByPointIndex(t.getIndex())},e.prototype._pointsByHorizontal=function(t,e){void 0===e&&(e=0);var r=tt(t.series.index+e,this.series.length);return this.pointsBySeriesIndex(r)},e}(Be);function Ls(t){return!t.pane.axes.some((function(e){return e.options.vertical===t.options.vertical&&e!==t&&!1!==e.options.visible}))}function Ns(t){for(var e,r=t.length,o=0;o<r;o++){var i=t[o],n=!1!==i.options.visible;if(n||Ls(i)){var a=n?i.contentBox():i.lineBox();e?e.wrap(a):e=a.clone()}}return e||new ke}function Bs(t,e){for(var r=0;r<t.length;r++){var o=t[r];if(o&&o.pane===e)return o}}var Rs=function(t){return t.reduce((function(t,e){return t.concat(e.axes)}),[])};Qt(Is,{series:[],plotArea:{margin:{}},background:"",border:{color:c,width:0},paneDefaults:{title:{}},legend:{inactiveItems:{labels:{color:"#919191"},markers:{color:"#919191"}}}});const zs=Is;var Fs={hover:function(t,e){this._dispatchEvent(t,e,vn)},click:function(t,e){this._dispatchEvent(t,e,"plotAreaClick")}};const Hs=Fs;function Us(t,e,r){var o=e,i=t;if(t.indexOf(".")>-1){for(var n=t.split(".");n.length>1;)i=n.shift(),Lt(o[i])||(o[i]={}),o=o[i];i=n.shift()}o[i]=r}const Ks=function(t){function e(e,r,o){t.call(this);var i=r.canonicalFields(e),n=r.valueFields(e),a=r.sourceFields(e,i),s=this._seriesFields=[],l=o.query(e.type),u=e.aggregate||l;this._series=e,this._binder=r;for(var c=0;c<i.length;c++){var p=i[c],h=void 0;if(at(u))h=u[p];else{if(0!==c&&!Ot(p,n))break;h=u}h&&s.push({canonicalName:p,name:a[c],transform:et(h)?h:ri[h]})}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aggregatePoints=function(t,e){var r=this._series,o=this._seriesFields,i=this._bindPoints(t||[]),n=i.dataItems[0],a={};if(n&&!W(n)&&!H(n)){var s=function(){};s.prototype=n,a=new s}for(var l=0;l<o.length;l++){var u=o[l],c=this._bindField(i.values,u.canonicalName),p=u.transform(c,r,i.dataItems,e);if(!(null===p||!at(p)||Lt(p.length)||p instanceof Date)){a=p;break}Lt(p)&&Us(u.name,a,p)}return a},e.prototype._bindPoints=function(t){for(var e=this._binder,r=this._series,o=[],i=[],n=0;n<t.length;n++){var a=t[n];o.push(e.bindPoint(r,a)),i.push(r.data[a])}return{values:o,dataItems:i}},e.prototype._bindField=function(t,e){for(var r=[],o=t.length,i=0;i<o;i++){var n,a=t[i],s=a.valueFields;n=Lt(s[e])?s[e]:a.fields[e],r.push(n)}return r},e}($.Class);var Xs=function(t){function e(){t.call(this),this._defaults={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){for(var r=0;r<t.length;r++)this._defaults[t[r]]=e},e.prototype.query=function(t){return this._defaults[t]},e}($.Class);Xs.current=new Xs;const $s=Xs;var Gs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createLabel=function(){var t=this.options.labels,e=nt({},t,t.from),r=nt({},t,t.to);e.visible&&(this.labelFrom=this.createLabelElement(e),this.append(this.labelFrom)),r.visible&&(this.labelTo=this.createLabelElement(r),this.append(this.labelTo))},e.prototype.reflow=function(t){this.render();var e=this,r=e.labelFrom,o=e.labelTo,i=e.value;this.box=t,r&&(r.options.aboveAxis=i.from>i.to,r.reflow(t)),o&&(o.options.aboveAxis=i.to>i.from,o.reflow(t)),this.note&&this.note.reflow(t)},e}(Xa);Gs.prototype.defaults=nt({},Gs.prototype.defaults,{labels:{format:"{0} - {1}"},tooltip:{format:"{1}"}});const Ys=Gs;var Ws=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return Ys},e.prototype.pointValue=function(t){return t.valueFields},e.prototype.formatPointValue=function(t,e){return null===t.value.from&&null===t.value.to?"":this.chartService.format.auto(e,t.value.from,t.value.to)},e.prototype.plotRange=function(t){return t?[t.value.from,t.value.to]:0},e.prototype.updateRange=function(t,e){var r=e.series.axis,o=t.from,i=t.to,n=this.valueAxisRanges[r];null!==t&&W(o)&&W(i)&&((n=this.valueAxisRanges[r]=n||{min:S,max:P}).min=Math.min(n.min,o),n.max=Math.max(n.max,o),n.min=Math.min(n.min,i),n.max=Math.max(n.max,i))},e.prototype.aboveAxis=function(t){var e=t.value;return e.from<e.to},e}(Ja);Ws.prototype.plotLimits=la.prototype.plotLimits;const qs=Ws;var Zs=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aliasFor=function(){return this.parent},e}(da);const Qs=Zs;var Js="auto",tl=function(t){function e(e,r){t.call(this),this.value=e,this.options=r,this.aboveAxis=Wt(this.options.aboveAxis,!0),this.tooltipTracking=!0,this._id=ha(),this.initLabelsFormat()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){if(!this._rendered){this._rendered=!0;var t=this.options,e=t.markers,r=t.labels,o=this.value,i=this.fromPoint=new Qs(o,nt({},this.options,{labels:r.from,markers:e.from})),n=this.toPoint=new Qs(o,nt({},this.options,{labels:r.to,markers:e.to}));this.copyFields(i),this.copyFields(n),this.append(i),this.append(n)}},e.prototype.reflow=function(t){this.render();var e=t.from,r=t.to;this.positionLabels(e,r),this.fromPoint.reflow(e),this.toPoint.reflow(r),this.box=this.fromPoint.markerBox().clone().wrap(this.toPoint.markerBox())},e.prototype.createHighlight=function(){var t=new $.drawing.Group;return t.append(this.fromPoint.createHighlight()),t.append(this.toPoint.createHighlight()),t},e.prototype.highlightVisual=function(){return this.visual},e.prototype.highlightVisualArgs=function(){return{options:this.options,from:this.fromPoint.highlightVisualArgs(),to:this.toPoint.highlightVisualArgs()}},e.prototype.createFocusHighlight=function(){var t=new $.drawing.Group;return t.append(this.fromPoint.createFocusHighlight()),t.append(this.toPoint.createFocusHighlight()),t},e.prototype.tooltipAnchor=function(){var t=this.owner.pane.clipBox();if(!t||t.overlaps(this.box)){var e,r,o,i=this.box,n=i.center(),a=O;return this.options.vertical?(e=n.x,r=i.y1-5,o=p):(e=i.x2+5,r=n.y,o=h),{point:new Pe(e,r),align:{horizontal:a,vertical:o}}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){this.fromPoint.unclipElements(),this.toPoint.unclipElements()},e.prototype.initLabelsFormat=function(){var t=this.options.labels;t.format||(t.from&&t.from.format||(t.from=Object.assign({},t.from,{format:"{0}"})),t.to&&t.to.format||(t.to=Object.assign({},t.to,{format:"{1}"})))},e.prototype.positionLabels=function(t,e){var r,o,i=this.options,n=i.labels,a=i.vertical;n.position===Js&&(a?e.y1<=t.y1?(o=bi,r=xi):(o=xi,r=bi):e.x1<=t.x1?(o=O,r=M):(o=M,r=O),n.from&&n.from.position||(this.fromPoint.options.labels.position=r),n.to&&n.to.position||(this.toPoint.options.labels.position=o))},e.prototype.copyFields=function(t){t.dataItem=this.dataItem,t.category=this.category,t.series=this.series,t.color=this.color,t.owner=this.owner},e.prototype.focusVisual=function(){this.fromPoint.focusVisual()},e.prototype.clearFocusFromVisual=function(){this.toPoint.clearFocusFromVisual()},e.prototype.getIndex=function(){return this.categoryIx},e}(Be);nt(tl.prototype,ca),nt(tl.prototype,pa),tl.prototype.defaults={markers:{visible:!1,background:L,size:8,type:f,border:{width:2},opacity:1},labels:{visible:!1,margin:pt(3),padding:pt(4),animation:{type:hi,delay:pi},position:Js},notes:{label:{}},highlight:{markers:{border:{color:L,width:2}},zIndex:100},tooltip:{format:"{0} - {1}"},accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}};const el=tl;var rl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.toGeometryPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.toGeometryPoints(this.fromPoints().reverse()))),t},e.prototype.createStroke=function(t){var e=new $.drawing.Path(t),r=new $.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),r.segments.push.apply(r.segments,this.stackSegments()),this.visual.append(e),this.visual.append(r)},e.prototype.hasStackSegment=function(){return!0},e.prototype.fromPoints=function(){return this.linePoints.map((function(t){return t.fromPoint}))},e.prototype.toPoints=function(){return this.linePoints.map((function(t){return t.toPoint}))},e}(Ea);const ol=rl;var il=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.createCurveSegments(this.toPoints())},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.createCurveSegments(this.fromPoints().reverse())),t},e.prototype.createCurveSegments=function(t){return(new Go).process(this.toGeometryPoints(t))},e}(ol);const nl=il;var al=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createStrokeSegments=function(){return this.segmentsFromPoints(this.calculateStepPoints(this.toPoints()))},e.prototype.stackSegments=function(){var t=this.fromSegments;return this.fromSegments||(t=this.fromSegments=this.segmentsFromPoints(this.calculateStepPoints(this.fromPoints()))).reverse(),t},e}(ol);nt(al.prototype,ba);const sl=al;var ll=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.pointType=function(){return el},e.prototype.createPoint=function(t,e){var r=e.series,o=e.seriesIx,i=t.valueFields;if(!ta(i.from)&&!ta(i.to)){if(this.seriesMissingValues(r)!==yi)return null;i={from:0,to:0}}var n=this.pointOptions(r,o);n=this.evalPointOptions(n,i,e);var a=t.fields.color||r.color;et(r.color)&&(a=n.color);var s=new el(i,n);return s.color=a,this.append(s),s},e.prototype.createSegment=function(t,e,r){var o=(e.line||{}).style;return new("smooth"===o?nl:"step"===o?sl:ol)(t,e,r)},e.prototype.plotRange=function(t,e){return t?[t.value.from,t.value.to]:[e,e]},e.prototype.valueSlot=function(t,e){var r=t.getSlot(e[0],e[0],!this.options.clip),o=t.getSlot(e[1],e[1],!this.options.clip);if(r&&o)return{from:r,to:o}},e.prototype.pointSlot=function(t,e){var r,o,i=e.from,n=e.to;return this.options.invertAxes?(r=new ke(i.x1,t.y1,i.x2,t.y2),o=new ke(n.x1,t.y1,n.x2,t.y2)):(r=new ke(t.x1,i.y1,t.x2,i.y2),o=new ke(t.x1,n.y1,t.x2,n.y2)),{from:r,to:o}},e.prototype.addValue=function(e,r){var o=e.valueFields;W(o.from)||(o.from=o.to),W(o.to)||(o.to=o.from),t.prototype.addValue.call(this,e,r)},e.prototype.updateRange=function(t,e){if(null!==t&&W(t.from)&&W(t.to)){var r=e.series.axis,o=this.valueAxisRanges[r]=this.valueAxisRanges[r]||{min:S,max:P},i=t.from,n=t.to;o.min=Math.min(o.min,i,n),o.max=Math.max(o.max,i,n)}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.from,r.to)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++){var o=t[r];o&&(e.push((o.fromPoint||{}).marker),e.push((o.toPoint||{}).marker))}return e.concat(this._segments)},e}(la);nt(ll.prototype,Sa,ja);const ul=ll;var cl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this,r=e.options,o=e.value,i=e.owner.seriesValueAxis(r),n=[],a=[],s=[],l=i.getSlot(o.low,o.high),u=i.getSlot(o.open,o.open),c=i.getSlot(o.close,o.close);u.x1=c.x1=l.x1=t.x1,u.x2=c.x2=l.x2=t.x2;var p=l.center().x;n.push([u.x1,u.y1]),n.push([p,u.y1]),a.push([p,c.y1]),a.push([c.x2,c.y1]),s.push([p,l.y1]),s.push([p,l.y2]),this.lines=[n,a,s],this.box=l.clone().wrap(u.clone().wrap(c)),this.reflowNote()},e.prototype.createBody=function(){},e}(es);const pl=cl;var hl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return pl},e}(os);const fl=hl;var dl=function(t){function e(e,r,o){t.call(this),this.from=e,this.to=r,this.series=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.linePoints=function(){var t=this.from,e=this.from.box,r=this.to.box,o=[];if(t.isVertical){var i=t.aboveAxis?e.y1:e.y2;o.push([e.x1,i],[r.x2,i])}else{var n=t.aboveAxis?e.x2:e.x1;o.push([n,e.y1],[n,r.y2])}return o},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.series.line||{},r=$.drawing.Path.fromPoints(this.linePoints(),{stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType}});G(r),this.visual.append(r)},e}(Be);Qt(dl,{animation:{type:hi,delay:pi}});const vl=dl;var gl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.createSegments()},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,r=$n(e),o=!this.options.invertAxes,i=0;i<e.length;i++)for(var n=e[i],a=0,s=0,l=0;l<r;l++){var u=ni.current.bindPoint(n,l),c=u.valueFields.value,p=u.fields.summary,h=a,f=void 0;p?"total"===p.toLowerCase()?(u.valueFields.value=a,h=0,f=a):(u.valueFields.value=s,f=h-s,s=0):W(c)&&(s+=c,f=a+=c),t(u,{category:this.categoryAxis.categoryAt(l),categoryIx:l,series:n,seriesIx:i,total:a,runningTotal:s,from:h,to:f,isVertical:o})}},e.prototype.updateRange=function(e,r){t.prototype.updateRange.call(this,{value:r.to},r)},e.prototype.aboveAxis=function(t){return t.value>=0},e.prototype.plotRange=function(t){return[t.from,t.to]},e.prototype.createSegments=function(){for(var t=this.options.series,e=this.seriesPoints,r=this.segments=[],o=0;o<t.length;o++){var i=t[o],n=e[o];if(n)for(var a=void 0,s=0;s<n.length;s++){var l=n[s];if(l&&a){var u=new vl(a,l,i);r.push(u),this.append(u)}a=l}}},e}(Ja);const yl=gl,ml=function(t,e,r){var o=t[String(e)];return o?o(r):null},bl=function(t,e){for(var r,o,i=0,n=0,a=0,s=0,l=0,u=Number.MAX_VALUE,c=Number.MIN_VALUE,p=0;p<t.length;p++){var h=e(t[p]),f=h.xValue,d=h.yValue;isFinite(f)&&null!==f&&isFinite(d)&&null!==d&&(u=Math.min(f,u),c=Math.max(f,c),l++,i+=f,n+=d,a+=Math.pow(f,2),s+=f*d)}return l>0&&(o=(n-(r=(l*s-i*n)/(l*a-Math.pow(i,2)))*i)/l),{slope:r,intercept:o,count:l,xMin:u,xMax:c}},xl=function(t,e){return t.every((function(t){var r=t.valueFields;return!ta(r[e])||r[e]>0}))},_l=function(t,e){for(var r=[],o=e.totalRangeIndices(),i=e.currentRangeIndices(),n={min:Math.floor(Math.max(i.min-1,o.min)),max:Math.ceil(Math.min(i.max+2,o.max))},a=n.min;a<n.max;a++){var s=a+1;r[a]={category:e.categoryAt(a,!0),value:t(s)}}return r};const Cl=function(t,e,r){for(var o=[],i=[],n=Math.max(2,r)-1,a=0,s=0,l=0;l<t.length;l++){var u=e(t[l]),c=u.xValue,p=u.yValue;if(isFinite(p)&&null!==p?(i.push(p),s+=p,a=Math.max(l,a)):i.push(null),l>=n){var h=i.filter((function(t){return null!==t})).length,f=i.shift()||0;if(h>0){var d=s/h;o.push([c,d]),s-=f;continue}}o.push([c,null])}return o.slice(0,a+1)};const wl=function(t,e,r){for(var o=Math.min(Math.max(r||1,1),6)+1,i=new Oe,n=new Oe,a=0,s=Number.MAX_VALUE,l=Number.MIN_VALUE,u=function(t){return t},c=[],p=0;p<t.length;p++){var h=e(t[p]),f=h.xValue,d=h.yValue;if(isFinite(f)&&null!==f&&isFinite(d)&&null!==d){s=Math.min(f,s),l=Math.max(f,l),a++,n.set(p,0,d),i.set(p,0,1),i.set(p,1,f);for(var v=2;v<=o;v++)i.set(p,v,Math.pow(i.get(p,1),v))}else i.set(p,0,0)}return i.width=Math.min(o,a),a>0&&(c=function(t,e){for(var r=t.transpose(),o=r.multiply(t).inverse().multiply(r).multiply(e),i=[],n=0;n<o.height;n++)i.push(o.get(n,0));return i}(i,n),u=function(t){return c.reduce((function(e,r,o){return e+r*Math.pow(t,o)}),0)}),{coefficients:c,count:a,valueMapper:u,xMin:s,xMax:l}};var Ol={};Ol[rn]=function(t){var e=t.options,r=t.categoryAxis,o=function(t){var e=t.categoryAxis,r=t.options,o=(0,t.seriesValues)();if(!xl(o,r.field))return null;var i,n=bl(o,(i=r.field,function(t){var e=t.categoryIx,r=t.valueFields;return{xValue:e+1,yValue:Math.log(r[i])}})),a=n.slope,s=n.intercept;if(n.count>0){var l=Math.exp(s),u=a;return _l((function(t){return l*Math.exp(u*t)}),e)}return null}({seriesValues:t.seriesValues,categoryAxis:r,options:e});return o?Object.assign({},e,{type:"line",data:o,categoryField:"category",field:"value"}):null},Ol[on]=function(t){var e=t.options,r=t.categoryAxis,o=function(t){var e,r=t.categoryAxis,o=t.options,i=bl((0,t.seriesValues)(),(e=o.field,function(t){return{xValue:t.categoryIx+1,yValue:t.valueFields[e]}})),n=i.slope,a=i.intercept;return i.count>0?_l((function(t){return n*t+a}),r):null}({seriesValues:t.seriesValues,categoryAxis:r,options:e});return o?Object.assign({},e,{type:"line",data:o,categoryField:"category",field:"value"}):null},Ol[nn]=function(t){var e=t.options,r=t.categoryAxis,o=function(t){var e,r=t.categoryAxis,o=t.options,i=bl((0,t.seriesValues)(),(e=o.field,function(t){var r=t.categoryIx,o=t.valueFields;return{xValue:Math.log(r+1),yValue:o[e]}})),n=i.slope,a=i.intercept;if(i.count>0){var s=n,l=a;return _l((function(t){return s*Math.log(t)+l}),r)}return null}({seriesValues:t.seriesValues,categoryAxis:r,options:e});return o?Object.assign({},e,{type:"line",data:o,categoryField:"category",field:"value"}):null},Ol[an]=function(t){var e=t.options,r=function(t){var e=t.categoryAxis,r=function(t){var e,r=t.options,o=t.categoryAxis,i=t.seriesValues,n=(r.trendline||{}).period||2,a=o.totalRangeIndices(),s=o.currentRangeIndices(),l={min:Math.floor(Math.max(s.min-n,a.min)),max:Math.ceil(Math.min(s.max+n+2,a.max))};return Cl(i(l),(e=r.field,function(t){return{xValue:t.categoryIx,yValue:t.valueFields[e]}}),n)}(t),o=[];return r.forEach((function(t){var r=t[0],i=t[1];o[r]={category:e.categoryAt(r,!0),value:i}})),o.length>0?o:null}(t);return r?Object.assign({},e,{type:"line",data:r,categoryField:"category",field:"value"}):null},Ol[sn]=function(t){var e=t.options,r=t.categoryAxis,o=function(t){var e,r=t.seriesValues,o=t.categoryAxis,i=t.options,n=(i.trendline||{}).order,a=wl(r(),(e=i.field,function(t){return{xValue:t.categoryIx+1,yValue:t.valueFields[e]}}),n),s=a.count,l=a.valueMapper;return s>0?_l((function(t){return l(t)}),o):null}({seriesValues:t.seriesValues,categoryAxis:r,options:e});return o?Object.assign({},e,{type:"line",data:o,categoryField:"category",field:"value"}):null},Ol[ln]=function(t){var e=t.options,r=t.categoryAxis,o=function(t){var e=t.categoryAxis,r=t.options,o=(0,t.seriesValues)();if(!xl(o,r.field))return null;var i,n=bl(o,(i=r.field,function(t){var e=t.categoryIx,r=t.valueFields;return{xValue:Math.log(e+1),yValue:Math.log(r[i])}})),a=n.slope,s=n.intercept;if(n.count>0){var l=Math.exp(s),u=a;return _l((function(t){return l*Math.pow(t,u)}),e)}return null}({seriesValues:t.seriesValues,categoryAxis:r,options:e});return o?Object.assign({},e,{type:"line",data:o,categoryField:"category",field:"value"}):null};const Sl=Ol;var Pl=[wi,Wi,Ki,Ji],Al=[Ii,Qi].concat(Pl),jl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(t){if(this.namedCategoryAxes={},this.namedValueAxes={},this.valueAxisRangeTracker=new za,this._seriesPointsCache={},this._currentPointsCache={},t.length>0){this.invertAxes=Ot(t[0].type,[Oi,Ai,Qi,Wi,Ji,Xi,Di,qi]);for(var e=0;e<t.length;e++){var r=t[e].stack;if(r&&"100%"===r.type){this.stack100=!0;break}}}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.series=[].concat(this.originalSeries),this.createCategoryAxes(t),this.aggregateCategories(t),this.createTrendlineSeries(t),this.createCategoryAxesLabels(t),this.createCharts(t),this.createValueAxes(t)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e instanceof uo?delete this.namedCategoryAxes[r]:(this.valueAxisRangeTracker.reset(r),delete this.namedValueAxes[r]),e===this.categoryAxis&&delete this.categoryAxis,e===this.valueAxis&&delete this.valueAxis},e.prototype.trendlineFactory=function(t,e){var r=this.seriesCategoryAxis(t),o=this.seriesValues.bind(this,e.index),i=ml(Sl,t.type,{options:t,categoryAxis:r,seriesValues:o});return i?(i.categoryAxis=e.categoryAxis,i.valueAxis=e.valueAxis,this.filterSeries(i,r)):i},e.prototype.trendlineAggregateForecast=function(){return this.series.map((function(t){return(t.trendline||{}).forecast})).filter((function(t){return void 0!==t})).reduce((function(t,e){return{before:Math.max(t.before,e.before||0),after:Math.max(t.after,e.after||0)}}),{before:0,after:0})},e.prototype.seriesValues=function(t,e){var r=[],o=this.srcSeries[t],i=this.seriesCategoryAxis(o);Gn(i.options.type,g)&&(this._seriesPointsCache={},this._currentPointsCache={},i.options.dataItems=[],o=this.aggregateSeries(o,i,i.totalRangeIndices()));for(var n=e?e.min:0,a=e?e.max:o.data.length,s=n;s<a;s++){var l=this.bindPoint(o,s);r.push({categoryIx:s,category:l.fields.category,valueFields:l.valueFields})}return r},e.prototype.createCharts=function(t){for(var e=this,r=this.groupSeriesByPane(),o=0;o<t.length;o++){var i=t[o],n=r[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);if(a)for(var s=e.groupSeriesByCategoryAxis(a),l=0;l<s.length;l++)e.createChartGroup(s[l],i)}},e.prototype.createChartGroup=function(t,e){this.createAreaChart(qn(t,[wi,Wi]),e),this.createRangeAreaChart(qn(t,[Ki,Ji]),e),this.createBarChart(qn(t,[ki,Oi]),e),this.createRangeBarChart(qn(t,[$i,Xi]),e),this.createBulletChart(qn(t,[Ai,Zi]),e),this.createCandlestickChart(qn(t,ji),e),this.createBoxPlotChart(qn(t,[Si,qi]),e),this.createOHLCChart(qn(t,Li),e),this.createWaterfallChart(qn(t,[tn,Di]),e),this.createLineChart(qn(t,[Ii,Qi]),e)},e.prototype.aggregateCategories=function(t){var e=this,r=[].concat(this.series),o=[];this._currentPointsCache={},this._seriesPointsCache=this._seriesPointsCache||{};for(var i=0;i<r.length;i++){var n=r[i];if(!e.isTrendline(n)){var a=e.seriesCategoryAxis(n),s=e.findPane(a.options.pane);n=(Gn(a.options.type,g)||n.categoryField)&&Ot(s,t)?e.aggregateSeries(n,a,a.currentRangeIndices()):e.filterSeries(n,a)}o.push(n)}this._seriesPointsCache=this._currentPointsCache,this._currentPointsCache=null,this.srcSeries=r,this.series=o},e.prototype.filterSeries=function(t,e){var r=(t.data||{}).length;if(e._seriesMax=Math.max(e._seriesMax||0,r),!Lt(e.options.min)&&!Lt(e.options.max))return t;var o=e.currentRangeIndices(),i=Ot(t.type,Al),n=nt({},t);return n.data=(n.data||[]).slice(o.min,o.max+1),i&&aa(n,o,r,(function(r){return{item:t.data[r],category:e.categoryAt(r,!0),categoryIx:r-o.min}}),(function(e){return Lt(t.data[e])})),n},e.prototype.clearSeriesPointsCache=function(){this._seriesPointsCache={}},e.prototype.seriesSourcePoints=function(t,e){var r=t.index+";"+e.categoriesHash();if(this._seriesPointsCache&&this._seriesPointsCache[r])return this._currentPointsCache[r]=this._seriesPointsCache[r],this._seriesPointsCache[r];var o=e.options,i=o.srcCategories,n=Gn(o.type,g),a=t.data,s=[];n||e.indexCategories();for(var l=0;l<a.length;l++){var u=ni.current.bindPoint(t,l).fields.category;if(n&&(u=Qn(u,a[l],this.chartService.intl)),Lt(u)||(u=i[l]),Lt(u)&&null!==u){var c=e.totalIndex(u);s[c]=s[c]||{items:[],category:u},s[c].items.push(l)}}return this._currentPointsCache[r]=s,s},e.prototype.aggregateSeries=function(t,e,r){if(!t.data.length)return t;for(var o=this.seriesSourcePoints(t,e),i=nt({},t),n=new Ks(nt({},t),ni.current,$s.current),a=i.data=[],s=e.options.dataItems||[],l=function(t){var i=t-r.min,a=o[t];if(a||(a=o[t]={}),a.categoryIx=i,!a.item){var s=e.categoryAt(t,!0);a.category=s,a.item=n.aggregatePoints(a.items,s)}return a},u=r.min;u<=r.max;u++){var c=l(u);a[c.categoryIx]=c.item,c.items&&c.items.length&&(s[c.categoryIx]=c.item)}return Ot(i.type,Al)&&aa(i,r,e.totalCount(),l,(function(t){return o[t]})),e.options.dataItems=s,i},e.prototype.appendChart=function(e,r){var o=e.options.series,i=this.seriesCategoryAxis(o[0]),n=i.options.categories,a=Math.max(0,$n(o)-n.length);if(a>0)for(n=i.options.categories=i.options.categories.slice(0);a--;)n.push("");this.valueAxisRangeTracker.update(e.valueAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.axis,o=xt([].concat(e.valueAxis),(function(t){return t.name===r}))[0],i=((e.panes||[{}])[0]||{}).name||"default";return(o||{}).pane||i},e.prototype.seriesCategoryAxis=function(t){var e=t.categoryAxis,r=e?this.namedCategoryAxes[e]:this.categoryAxis;if(!r)throw new Error("Unable to locate category axis with name "+e);return r},e.prototype.stackableChartOptions=function(t,e){var r=t.some((function(t){return t.stack})),o=t.some((function(t){return t.stack&&"100%"===t.stack.type})),i=e.options.clip;return{defaultStack:t[0].stack,isStacked:r,isStacked100:o,clip:i}},e.prototype.groupSeriesByCategoryAxis=function(t){for(var e=[],r={},o=0;o<t.length;o++){var i=t[o].categoryAxis||"$$default$$";Ce(r,i)||(r[i]=!0,e.push(i))}for(var n=[],a=0;a<e.length;a++){var s=Ml(t,e[a],a);0!==s.length&&n.push(s)}return n},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],o=new Ja(this,Object.assign({series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing},this.stackableChartOptions(t,e)));this.appendChart(o,e)}},e.prototype.createRangeBarChart=function(t,e){if(0!==t.length){var r=t[0],o=new qs(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(o,e)}},e.prototype.createBulletChart=function(t,e){if(0!==t.length){var r=t[0],o=new ws(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new Ma(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(t,e)));this.appendChart(r,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new Ba(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(t,e)));this.appendChart(r,e)}},e.prototype.createRangeAreaChart=function(t,e){if(0!==t.length){var r=new ul(this,{invertAxes:this.invertAxes,series:t,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createOHLCChart=function(t,e){if(0!==t.length){var r=t[0],o=new fl(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createCandlestickChart=function(t,e){if(0!==t.length){var r=t[0],o=new os(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createBoxPlotChart=function(t,e){if(0!==t.length){var r=t[0],o=new us(this,{invertAxes:this.invertAxes,gap:r.gap,series:t,spacing:r.spacing,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createWaterfallChart=function(t,e){if(0!==t.length){var r=t[0],o=new yl(this,{series:t,invertAxes:this.invertAxes,gap:r.gap,spacing:r.spacing});this.appendChart(o,e)}},e.prototype.axisRequiresRounding=function(t,e){for(var r=qn(this.series,en),o=0;o<this.series.length;o++){var i=this.series[o];if(Ot(i.type,Pl)){var n=i.line;n&&n.style===Ci&&r.push(i)}}for(var a=0;a<r.length;a++){var s=r[a].categoryAxis||"";if(s===t||!s&&0===e)return!0}},e.prototype.aggregatedAxis=function(t,e){for(var r=this.series,o=0;o<r.length;o++){var i=r[o].categoryAxis||"";if((i===t||!i&&0===e)&&r[o].categoryField)return!0}},e.prototype.createCategoryAxesLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e]instanceof uo&&t[e].createLabels()},e.prototype.createCategoryAxes=function(t){for(var e=this,r=this.invertAxes,o=[].concat(this.options.categoryAxis),i=[],n=0;n<o.length;n++){var a=o[n];if(Ot(e.findPane(a.pane),t)){var s=a.name,l=a.categories;void 0===l&&(l=[]),a=nt({vertical:r,reverse:!r&&e.chartService.rtl,axisCrossingValue:r?S:0},a),Lt(a.justified)||(a.justified=e.isJustified()),e.axisRequiresRounding(s,n)&&(a.justified=!1);var u=void 0;if(ea(a,l[0])?(a._forecast=e.trendlineAggregateForecast(),u=new bo(a,e.chartService)):u=new uo(a,e.chartService),o[n].categories=u.options.srcCategories,s){if(e.namedCategoryAxes[s])throw new Error("Category axis with name "+s+" is already defined");e.namedCategoryAxes[s]=u}u.axisIndex=n,i.push(u),e.appendAxis(u)}}var c=this.categoryAxis||i[0];this.categoryAxis=c,r?this.axisY=c:this.axisX=c},e.prototype.isJustified=function(){for(var t=this.series,e=0;e<t.length;e++)if(!Ot(t[e].type,Pl))return!1;return!0},e.prototype.createValueAxes=function(t){var e=this,r=this.valueAxisRangeTracker,o=r.query(),i=[].concat(this.options.valueAxis),n=this.invertAxes,a={vertical:!n,reverse:n&&this.chartService.rtl},s=[];this.stack100&&(a.roundToMajorUnit=!1,a.labels={format:"P0"});for(var l=0;l<i.length;l++){var u=i[l];if(Ot(e.findPane(u.pane),t)){var c=u.name,p=Gn(u.type,Tn)?{min:.1,max:1}:{min:0,max:1},h=r.query(c)||o||p;0===l&&h&&o&&(h.min=Math.min(h.min,o.min),h.max=Math.max(h.max,o.max));var f=new(Gn(u.type,Tn)?Vo:Po)(h.min,h.max,nt({},a,u),e.chartService);if(c){if(e.namedValueAxes[c])throw new Error("Value axis with name "+c+" is already defined");e.namedValueAxes[c]=f}f.axisIndex=l,s.push(f),e.appendAxis(f)}}var d=this.valueAxis||s[0];this.valueAxis=d,n?this.axisX=d:this.axisY=d},e.prototype._dispatchEvent=function(t,e,r){var o=t._eventCoordinates(e),i=new Pe(o.x,o.y),n=this.pointPane(i),a=[],s=[];if(n){for(var l=n.axes,u=0;u<l.length;u++){var c=l[u];c.getValue?Hn(s,c.getValue(i)):Hn(a,c.getCategory(i))}0===a.length&&Hn(a,this.categoryAxis.getCategory(i)),a.length>0&&s.length>0&&t.trigger(r,{element:Ft(e),originalEvent:e,category:ra(a),value:ra(s)})}},e.prototype.pointPane=function(t){for(var e=this.panes,r=0;r<e.length;r++){var o=e[r];if(o.contentBox.containsPoint(t))return o}},e.prototype.updateAxisOptions=function(t,e){kl(this.options,t,e),kl(this.originalOptions,t,e)},e.prototype._pointsByVertical=function(t,e){return void 0===e&&(e=0),this.invertAxes?this._siblingsBySeriesIndex(t.series.index,e):this._siblingsByPointIndex(t.getIndex())},e.prototype._pointsByHorizontal=function(t,e){if(void 0===e&&(e=0),this.invertAxes)return this._siblingsByPointIndex(t.getIndex());var r=this._siblingsBySeriesIndex(t.series.index,e);return this.chartService.rtl?r.reverse():r},e.prototype._siblingsByPointIndex=function(t){for(var e=this.charts,r=[],o=0;o<e.length;o++){var i=e[o];if(!i.pane||"_navigator"!==i.pane.options.name){var n=i.points.filter((function(e){return e&&!1!==e.visible&&e.getIndex()===t}));r.push.apply(r,n.sort(this._getSeriesCompareFn(n[0])))}}return r},e.prototype._siblingsBySeriesIndex=function(t,e){var r=tt(t+e,this.series.length);return this.pointsBySeriesIndex(r)},e.prototype._getSeriesCompareFn=function(t){var e=this._isInStackedSeries(t);return e&&this.invertAxes||!e&&!this.invertAxes?function(t,e){return t.box.center().x-e.box.center().x}:function(t,e){return t.box.center().y-e.box.center().y}},e.prototype._isInStackedSeries=function(t){var e=Ot(t.series.type,[wi,Wi,Ki,Ji,Ii,Qi,Ui,Fi]),r=Ot(t.series.type,[ki,Oi]);return e||r&&t.options.isStacked},e}(zs);function kl(t,e,r){nt([].concat(e instanceof uo?t.categoryAxis:t.valueAxis)[e.axisIndex],r)}function Ml(t,e,r){return xt(t,(function(t){return 0===r&&!t.categoryAxis||t.categoryAxis===e}))}Qt(jl,{categoryAxis:{},valueAxis:{}}),nt(jl.prototype,Hs);const Tl=jl;var El=function(t){function e(){t.call(this),this._points=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._points=[]},e.prototype.show=function(t,e){var r=[].concat(t);this.hide();for(var o=0;o<r.length;o++){var i=r[o];i&&i.toggleHighlight&&i.hasHighlight()&&(this.togglePointHighlight(i,!0,e),this._points.push(i))}},e.prototype.togglePointHighlight=function(t,e,r){var o=(t.options.highlight||{}).toggle;if(o){var i={category:t.category,series:t.series,dataItem:t.dataItem,value:t.value,stackValue:t.stackValue,preventDefault:Vl,visual:t.highlightVisual(),show:e};o(i),i._defaultPrevented||t.toggleHighlight(e,r)}else t.toggleHighlight(e,r)},e.prototype.hide=function(){for(var t=this._points;t.length;)this.togglePointHighlight(t.pop(),!1)},e.prototype.isHighlighted=function(t){for(var e=this._points,r=0;r<e.length;r++)if(t===e[r])return!0;return!1},e}($.Class);function Vl(){this._defaultPrevented=!0}const Dl=El;function Il(t,e){var r=(e||"").toLowerCase(),o=t.event;return"none"===r&&!(o.ctrlKey||o.shiftKey||o.altKey)||o[r+"Key"]}function Ll(t){for(var e={},r=0;r<t.length;r++){var o=t[r];o.axis.options.name&&(e[o.axis.options.name]={min:o.range.min,max:o.range.max})}return e}var Nl=function(t){function e(e,r){t.call(this),this.plotArea=e,this.options=nt({},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.start=function(t){return this._active=Il(t,this.options.key),this._active},e.prototype.move=function(t){if(this._active){var e=this.axisRanges=this._panAxes(t,B).concat(this._panAxes(t,R));if(e.length)return this.axisRanges=e,Ll(e)}},e.prototype.end=function(){var t=this._active;return this._active=!1,t},e.prototype.pan=function(){var t=this.plotArea,e=this.axisRanges;if(e.length){for(var r=0;r<e.length;r++){var o=e[r];t.updateAxisOptions(o.axis,o.range)}t.redraw(t.panes)}},e.prototype.destroy=function(){delete this.plotArea},e.prototype._panAxes=function(t,e){var r=this.plotArea,o=-t[e].delta,i=(this.options.lock||"").toLowerCase(),n=[];if(0!==o&&(i||"").toLowerCase()!==e)for(var a=r.axes,s=0;s<a.length;s++){var l=a[s];if(e===B&&!l.options.vertical||e===R&&l.options.vertical){var u=l.pan(o);u&&(u.limitRange=!0,n.push({axis:l,range:u}))}}return n},e}($.Class);Nl.prototype.options={key:"none",lock:"none"};const Bl=Nl;var Rl=function(t){function e(e,r){t.call(this),this.chart=e,this.options=nt({},this.options,r),this.createElement()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElement=function(){var t=this._marquee=document.createElement("div");t.className="k-marquee";var e=document.createElement("div");e.className="k-marquee-color",t.appendChild(e)},e.prototype.removeElement=function(){this._marquee.parentNode&&this._marquee.parentNode.removeChild(this._marquee)},e.prototype.setStyles=function(t){ct(this._marquee,t)},e.prototype.start=function(t){if(Il(t,this.options.key)){var e=this.chart,r=e._eventCoordinates(t),o=this._zoomPane=e._plotArea.paneByPoint(r),i=o?o.chartsBox().clone():null;if(o&&i){var n=this._elementOffset();return i.translate(n.left,n.top),this._zoomPaneClipBox=i,document.body.appendChild(this._marquee),this.setStyles({left:t.pageX+1,top:t.pageY+1,width:0,height:0}),!0}}return!1},e.prototype._elementOffset=function(){var t=this.chart.element,e=ct(t,["paddingLeft","paddingTop"]),r=e.paddingLeft,o=e.paddingTop,i=Bt(t);return{left:r+i.left,top:o+i.top}},e.prototype.move=function(t){this._zoomPane&&this.setStyles(this._selectionPosition(t))},e.prototype.end=function(t){if(this._zoomPane){var e=this._elementOffset(),r=this._selectionPosition(t);r.left-=e.left,r.top-=e.top;var o={x:r.left,y:r.top},i={x:r.left+r.width,y:r.top+r.height};return this._updateAxisRanges(o,i),this.removeElement(),delete this._zoomPane,Ll(this.axisRanges)}},e.prototype.zoom=function(){var t=this.axisRanges;if(t&&t.length){for(var e=this.chart._plotArea,r=0;r<t.length;r++){var o=t[r];e.updateAxisOptions(o.axis,o.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){this.removeElement(),delete this._marquee,delete this.chart},e.prototype._updateAxisRanges=function(t,e){for(var r=(this.options.lock||"").toLowerCase(),o=[],i=this._zoomPane.axes,n=0;n<i.length;n++){var a=i[n],s=a.options.vertical;if((r!==B||s)&&(r!==R||!s)&&Lt(a.axisIndex)){var l=a.pointsRange(t,e);l&&o.push({axis:a,range:l})}}this.axisRanges=o},e.prototype._selectionPosition=function(t){var e=this._zoomPaneClipBox,r={x:t.x.startLocation,y:t.y.startLocation},o=t.x.location,i=t.y.location,n=(this.options.lock||"").toLowerCase(),a=Math.min(r.x,o),s=Math.min(r.y,i),l=Math.abs(r.x-o),u=Math.abs(r.y-i);return n===B&&(a=e.x1,l=e.width()),n===R&&(s=e.y1,u=e.height()),o>e.x2&&(l=e.x2-r.x),o<e.x1&&(l=r.x-e.x1),i>e.y2&&(u=e.y2-r.y),i<e.y1&&(u=r.y-e.y1),{left:Math.max(a,e.x1),top:Math.max(s,e.y1),width:l,height:u}},e}($.Class);Rl.prototype.options={key:"shift",lock:"none"};const zl=Rl;var Fl=function(t){function e(e,r){t.call(this),this.chart=e,this.options=nt({rate:.3},this.options,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.updateRanges=function(t,e){for(var r=(this.options.lock||"").toLowerCase(),o=[],i=this.chart._plotArea.axes,n=0;n<i.length;n++){var a=i[n],s=a.options.vertical;if((r!==B||s)&&(r!==R||!s)&&a.zoomRange){var l=Kt(this.options.rate,.01,.9),u=a.zoomRange(-t*l,e);u&&o.push({axis:a,range:u})}}return this.axisRanges=o,Ll(o)},e.prototype.zoom=function(){var t=this.axisRanges,e=this.chart._plotArea;if(t&&t.length&&e.updateAxisOptions){for(var r=0;r<t.length;r++){var o=t[r];e.updateAxisOptions(o.axis,o.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){delete this.chart},e}($.Class);const Hl=Fl;var Ul=function(t){function e(e,r){t.call(this,e),this.chartService=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){var t=this.children,e=this.options,r=e.vertical;this.visual=new $.drawing.Layout(null,{spacing:r?0:e.spacing,lineSpacing:r?e.spacing:0,orientation:r?"vertical":F,reverse:e.rtl,alignItems:r?E:h});for(var o=0;o<t.length;o++){var i=t[o];i.reflow(new ke),i.renderVisual()}},e.prototype.reflow=function(t){this.visual.rect(t.toRect()),this.visual.reflow();var e=this.visual.clippedBBox();this.box=e?tr(e):new ke},e.prototype.renderVisual=function(){this.addVisual()},e.prototype.createVisual=function(){},e}(Be);const Kl=Ul;var Xl=10,$l=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualStyle=function(){var t=this.markerOptions(),e=t.border;return{stroke:{width:e.width,color:e.color,opacity:Wt(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e.prototype.markerOptions=function(){return this.options},e.prototype.markerHighlightOptions=function(){var t=this.markerOptions(),e=t.highlight.border.width;return nt({},t,{background:t.border.color},t.highlight,t.type===v?{background:t.highlight.border.color,border:{color:t.highlight.background,width:e/2},width:t.width,height:t.height,margin:{top:0,left:0}}:{})},e.prototype.createHighlight=function(){var e=new t(this.markerHighlightOptions()),r=this.paddingBox.clone();return e.reflow(r.pad(e.options.border.width)),this.highlight=[e.getElement()],this.highlight},e}(Ue);Qt($l,{border:{width:2},width:8,height:8,background:L,margin:{top:-1,left:-1},vAlign:D,align:O,highlight:{width:Xl,height:Xl,border:{color:L,width:2}}});const Gl=$l;var Yl=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getElement=function(){var t=new $.drawing.Group,e=new $.drawing.MultiPath(this.visualStyle()),r=this.paddingBox,o=r.height()/2;return e.moveTo(r.x1,r.y1+o).lineTo(r.x1,r.y2).lineTo(r.x2,r.y2),t.append(e),t},e}(Ue);Qt(Yl,{width:15,height:15,align:M,vAlign:p,margin:{right:-2,bottom:2}});const Wl=Yl;var ql=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getElement=function(){var t=new $.drawing.Group,e=new $.drawing.MultiPath({stroke:{color:this.options.border.color,opacity:this.options.opacity,width:this.options.height,dashType:this.options.dashType}}),r=this.paddingBox,o=r.center().y;return e.moveTo(r.x1,o).lineTo(r.x2,o),t.append(e),t},e.prototype.createHighlight=function(){return this.highlight=[this.createHighlightLine(),this.createHighlightMarker()],this.highlight},e.prototype.createHighlightLine=function(){var t=nt({},{border:{color:this.options.border.color,opacity:this.options.border.opacity,dashType:this.options.border.dashType}},this.options.highlight),e=new Wl(t);return e.reflow(this.parent.paddingBox.clone()),this.highlightLine=e.getElement(),this.highlightLine},e.prototype.createHighlightMarker=function(){var e=nt({},{background:this.options.background},this.options.highlight.markers),r=new t(e),o=this.parent.paddingBox,i=e.border.width,n=this.parent.box.clone();return n.pad({left:i-o.x1,top:i-o.y1}),r.reflow(n),this.highlightMarker=r.getElement(),this.highlightMarker},e}(Ue);Qt(ql,{border:{width:0},type:"rect",align:O,vAlign:h,highlight:{border:{width:2},markers:{type:f,width:Xl,height:Xl,border:{width:2,color:L},align:O,vAlign:D}}});const Zl=ql;var Ql=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createHighlight=function(){var e=nt({},{background:this.options.background},this.options.highlight.markers),r=new t(e),o=this.paddingBox.clone(),i=this.parent.box.clone();return o.align(i,B,O),o.align(i,R,D),r.reflow(o),this.highlight=[r.getElement()],this.highlight},e}(Ue);Qt(Ql,{highlight:{markers:{type:f,width:Xl,height:Xl,border:{width:2,color:L},margin:{top:-3,left:-3}}}});const Jl=Ql;var tu=function(t){function e(e){t.call(this,e),this.createContainer(),e.rtl?(this.createLabel(),this.createMarker()):(this.createMarker(),this.createLabel()),this._id=ha(),this.options.accessibility.ariaChecked=e.active}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainer=function(){this.container=new qe({vertical:!1,wrap:!1,align:h,spacing:this.options.spacing}),this.append(this.container)},e.prototype.createMarker=function(){this.markerWrap=new t({vertical:!1,shrinkToFit:!0,wrap:!1,margin:1,width:22,height:22}),this.container.append(this.markerWrap),this.createMarkerArea(),this.options.markers.visible&&(this._marker=this._createMarker(),this.markerWrap.append(this._marker))},e.prototype.createMarkerArea=function(){var t=this.options,e=t.markerColor,r=t.line;void 0===r&&(r={});var o={border:{color:r.color||e,opacity:r.opacity,dashType:r.dashType}};return this._createLine(o)||this._createMarkerLine(o,r)||this._createSquare()},e.prototype.markerOptions=function(){var t=this.options,e=t.markers;void 0===e&&(e={});var r=t.markerColor,o=e.border;return void 0===o&&(o={}),nt({},e,{border:{color:o.color||r},highlight:t.highlight.markers})},e.prototype._highlightOptions=function(){var t=this.options;return nt({markers:{type:t.markers.type}},t.highlight)},e.prototype._createLine=function(t){var e=this.options;return e.type!==Ii||e.markers.visible||(this._line=new Zl(nt({},{background:e.markerColor,highlight:this._highlightOptions()},t,e.line)),this.markerWrap.append(this._line)),this._line},e.prototype._createMarkerLine=function(t,e){return this.options.type===Ii&&(this._markerLineArea=new Wl(nt({},{border:{width:e.height}},t)),this.markerWrap.append(this._markerLineArea)),this._markerLineArea},e.prototype._createSquare=function(){var t=this.options;return t.type===wi&&(this._square=new Jl(Object.assign({},{border:t.border,vAlign:t.markers.visible?p:h,highlight:this._highlightOptions(),visual:t.visual},t.area,{background:t.area.background||t.markerColor})),this.markerWrap.append(this._square)),this._square},e.prototype._createMarker=function(){return new Gl(this.markerOptions())},e.prototype._highlightMarkers=function(){this.options.active&&this._toggleHighlight(!0)},e.prototype._restoreMarkers=function(){this._toggleHighlight(!1)},e.prototype._toggleHighlight=function(t){var e=this;if(this.options.highlight.visible){var r=this._marker||this._square||this._line;if(r&&r===this._line&&this._line.visual.visible(!t),r){var o=r.highlight;o||(o=r.createHighlight()).forEach((function(t){return t&&e.markerWrap.appendVisual(t)})),o.forEach((function(e){return e&&e.visible(t)}))}}},e.prototype.createLabel=function(){var t=this.options,e=nt({},t.labels);this.container.append(new or(t.text,e))},e.prototype.getAriaLabelText=function(){return this.options.text},e.prototype.focusVisual=function(){this.visual.options.set("id",this._id),this.toggleFocusHighlight(!0),this._highlightMarkers()},e.prototype.clearFocusFromVisual=function(){this.visual.options.set("id",""),this.toggleFocusHighlight(!1),this._restoreMarkers()},e.prototype.renderComplete=function(){t.prototype.renderComplete.call(this);var e=this.options.cursor||{},r=this._itemOverlay=$.drawing.Path.fromRect(this.container.box.toRect(),{fill:{color:L,opacity:0},stroke:null,cursor:e.style||e});this.appendVisual(r)},e.prototype.click=function(t,e){var r=this.eventArgs(e);!t.trigger(cn,r)&&e&&"contextmenu"===e.type&&e.preventDefault()},e.prototype.over=function(t,e){var r=this.eventArgs(e);return t.trigger("legendItemHover",r)||(t._legendItemHover(r.seriesIndex,r.pointIndex),this._highlightMarkers()),!0},e.prototype.out=function(t,e){t._unsetActivePoint(),this._restoreMarkers(),t.trigger("legendItemLeave",this.eventArgs(e))},e.prototype.eventArgs=function(t){var e=this.options;return{element:Ft(t),text:e.text,series:e.series,seriesIndex:e.series.index,pointIndex:e.pointIndex}},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options;if(this.options.visible){var r=nt({ariaLabel:e.text},e.accessibility);Fe(this.visual,r)}},e.prototype.renderVisual=function(){var e=this,r=this.options,o=r.visual;o?(this.visual=o({active:r.active,series:r.series,sender:this.getSender(),pointIndex:r.pointIndex,options:{type:r.type,markers:nt({background:this.options.markerColor},this.markerOptions()),labels:r.labels},createVisual:function(){e.createVisual(),e.renderChildren(),e.renderComplete();var t=e.visual;return delete e.visual,t}}),this._marker=this._markerLineArea=this._square=this._line=null,this.addVisual()):t.prototype.renderVisual.call(this)},e.prototype.createFocusHighlight=function(t){var e=t.stroke.width;return $.drawing.Path.fromRect(this.container.box.pad(e/2).toRect(),t)},e}(ze);Qt(tu,{accessibility:{role:"checkbox",className:"k-chart-legend-item",ariaRoleDescription:"Legend item"},markers:{},highlight:{visible:!0,markers:{}}});const eu=tu;var ru="custom",ou=function(t){function e(e,r){void 0===r&&(r={}),t.call(this,e),this.chartService=r,Ot(this.options.position,[D,M,p,O,ru])||(this.options.position=M),this.createContainers(),this.createLegendTitle(e.title),this.createItems()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createContainers=function(){var t=this.options,e=t.position,r=t.align,o=e,i=h;e===ru?o=O:Ot(e,[D,p])?(o=r===E?O:r===b?M:h,i=e):r&&(r===E?i=D:r===b&&(i=p)),this.container=new ze({margin:t.margin,padding:t.padding,background:t.background,border:t.border,vAlign:i,align:o,zIndex:t.zIndex,shrinkToFit:!0}),this.hasTitle()?this.itemsContainer=new ze({vAlign:i,align:o,zIndex:t.zIndex,shrinkToFit:!0}):this.itemsContainer=this.container,this.append(this.container)},e.prototype.createItems=function(){var t=this.getService(),e=this.options,r=this.isVertical(),o=new Kl({vertical:r,spacing:e.spacing,rtl:t.rtl},t),i=e.data;e.reverse&&(i=i.slice(0).reverse());for(var n=i.length,a=0;a<n;a++){var s=i[a],l=s.series||{},u=l.markers;void 0===u&&(u={});var c=l.dashType,p=l.legendItem,h=l.opacity,d=nt({visible:!1!==u.visible,type:f},u);delete d.size;var v=nt({},{markers:d,labels:e.labels,rtl:t.rtl,line:Object.assign({},{dashType:c},e.line),area:Object.assign({},{opacity:h},e.area),opacity:h,accessibility:e.accessibility},e.item,p,s,{markers:e.markers});o.append(new eu(v))}o.render(),this.itemsContainer.append(o)},e.prototype.isVertical=function(){var t=this.options,e=t.orientation,r=t.position;return r===ru&&e!==F||(Lt(e)?e!==F:Ot(r,[O,M]))},e.prototype.hasItems=function(){return this.container.children[0].children.length>0},e.prototype.getItems=function(){return this.itemsContainer.children[0].children},e.prototype.reflow=function(t){var e=this.options,r=t.clone();this.hasItems()?(e.position===ru?(this.containerCustomReflow(r),this.box=r):this.containerReflow(r),this.hasTitle()&&this.title.reflow(new ke(this.container.box.x1,this.title.box.y1,this.container.box.x2,this.title.box.y2))):this.box=r},e.prototype.containerReflow=function(t){var e=this.options,r=this.container,o=e.position,i=e.width,n=e.height,a=o===D||o===p?B:R,s=this.isVertical(),l=t.clone(),u=t.clone();o!==O&&o!==M||(u.y1=l.y1=0),s&&n?(u.y2=u.y1+n,u.align(l,R,r.options.vAlign)):!s&&i&&(u.x2=u.x1+i,u.align(l,B,r.options.align)),r.reflow(u);var c=(u=r.box).clone();(e.offsetX||e.offsetY)&&(u.translate(e.offsetX,e.offsetY),r.reflow(u)),c[a+1]=t[a+1],c[a+2]=t[a+2],this.box=c},e.prototype.containerCustomReflow=function(t){var e=this.options,r=this.container,o=e.offsetX,i=e.offsetY,n=e.width,a=e.height,s=this.isVertical(),l=t.clone();s&&a?l.y2=l.y1+a:!s&&n&&(l.x2=l.x1+n),r.reflow(l),l=r.box,r.reflow(new ke(o,i,o+l.width(),i+l.height()))},e.prototype.renderVisual=function(){this.hasItems()&&t.prototype.renderVisual.call(this)},e.prototype.createLegendTitle=function(t){var e=nt({},{color:c,position:D,align:h},t),r=e.text;if(t&&!1!==t.visible&&t.text){if(Lt(e)&&e.visible){var o=vt(e);o?r=o({text:r}):e.format&&(r=this.chartService.format.auto(e.format,r))}this.title=new or(r,e),this.createTitleLayout(),this.appendTitleLayoutContent()}},e.prototype.createTitleLayout=function(){this.layout=new qe({vertical:!0,wrap:!1}),this.container.append(this.layout)},e.prototype.hasTitle=function(){return Boolean(this.options.title&&!1!==this.options.title.visible&&this.options.title.text)},e.prototype.appendTitleLayoutContent=function(){this.options.title.position===p?(this.layout.append(this.itemsContainer),this.layout.append(this.title)):(this.layout.append(this.title),this.layout.append(this.itemsContainer))},e}(Be);Qt(ou,{position:M,data:[],offsetX:0,offsetY:0,margin:pt(2),padding:pt(5),border:{color:c,width:0},item:{cursor:z,spacing:6},spacing:6,background:"",zIndex:1,markers:{},line:{width:20,height:2,cursor:z,opacity:1},area:{type:"square",align:M,width:15,height:15}});const iu=ou;var nu=function(t){function e(){t.call(this),this._registry=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.register=function(t,e){this._registry.push({type:t,seriesTypes:e})},e.prototype.create=function(t,e,r){for(var o,i=this._registry,n=i[0],a=0;a<i.length;a++){var s=i[a];o=qn(t,s.seriesTypes);var l=qn(t,un);if(o.length-l.length>0){n=s;break}}return new n.type(o,e,r)},e}($.Class);nu.current=new nu;const au=nu;function su(t){var e=document.createElement("div");return t&&(e.className=t),e}function lu(t){for(var e=t;e&&!_t(e,"k-handle");)e=e.parentNode;return e}var uu=function(t){function e(e,r,o,i){t.call(this);var n=e.element;this.options=nt({},this.options,o),this.chart=e,this.observer=i,this.chartElement=n,this.categoryAxis=r,this._dateAxis=this.categoryAxis instanceof bo,this.initOptions(),this.visible=this.options.visible&&n.offsetHeight,this.visible&&(this.createElements(),this.set(this._index(this.options.from),this._index(this.options.to)),this.bindEvents())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onPane=function(t){return this.categoryAxis.pane===t},e.prototype.createElements=function(){var t=this.options,e=this.wrapper=su("k-selector k-pointer-events-none");ct(e,{top:t.offset.top,left:t.offset.left,width:t.width,height:t.height,direction:"ltr"});var r=this.selection=su("k-selection k-pointer-events-none");this.leftMask=su("k-mask k-pointer-events-none"),this.rightMask=su("k-mask k-pointer-events-none"),e.appendChild(this.leftMask),e.appendChild(this.rightMask),e.appendChild(r);var o=this.body=su("k-selection-bg k-pointer-events-none");r.appendChild(o);var i=this.leftHandle=su("k-handle k-left-handle k-pointer-events-auto"),n=this.rightHandle=su("k-handle k-right-handle k-pointer-events-auto");i.appendChild(su()),n.appendChild(su()),r.appendChild(i),r.appendChild(n),this.chartElement.appendChild(e);var a=ct(r,["borderLeftWidth","borderRightWidth","height"]),s=ct(i,"height").height,l=ct(n,"height").height;t.selection={border:{left:a.borderLeftWidth,right:a.borderRightWidth}},ct(i,{top:(a.height-s)/2}),ct(n,{top:(a.height-l)/2}),e.style.cssText=e.style.cssText},e.prototype.bindEvents=function(){var t;!1!==this.options.mousewheel&&(this._mousewheelHandler=this._mousewheel.bind(this),It(this.chartElement,((t={})[In]=this._mousewheelHandler,t))),this._domEvents=Or.create(this.chartElement,{stopPropagation:!0,start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),press:this._press.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)})},e.prototype.initOptions=function(){var t=this.options,e=this.categoryAxis.pane.chartsBox(),r=this.chart.chartService.intl;this._dateAxis&&nt(t,{min:no(r,t.min),max:no(r,t.max),from:no(r,t.from),to:no(r,t.to)});var o=ct(this.chartElement,["paddingLeft","paddingTop"]),i=o.paddingLeft,n=o.paddingTop;this.options=nt({},{width:e.width(),height:e.height()+.1,padding:{left:i,top:n},offset:{left:e.x1+i,top:e.y1+n},from:t.min,to:t.max},t)},e.prototype.destroy=function(){var t;this._domEvents&&(this._domEvents.destroy(),delete this._domEvents),clearTimeout(this._mwTimeout),this._state=null,this.wrapper&&(this._mousewheelHandler&&(Yt(this.chartElement,((t={})[In]=this._mousewheelHandler,t)),this._mousewheelHandler=null),this.chartElement.removeChild(this.wrapper),this.wrapper=null)},e.prototype._rangeEventArgs=function(t){return{axis:this.categoryAxis.options,from:this._value(t.from),to:this._value(t.to)}},e.prototype._pointInPane=function(t,e){var r=this.categoryAxis.pane.box,o=this.chart._toModelCoordinates(t,e);return r.containsPoint(o)},e.prototype._start=function(t){var e=this.options,r=Ft(t);if(!this._state&&r){var o=zt(t);if(this._pointInPane(o.x,o.y)){var i=lu(r),n=this.body.getBoundingClientRect(),a=!i&&o.x>=n.x&&o.x<=n.x+n.width&&o.y>=n.y&&o.y<=n.y+n.height;this.chart._unsetActivePoint(),this._state={moveTarget:i,startLocation:t.x?t.x.location:0,inBody:a,range:{from:this._index(e.from),to:this._index(e.to)}};var s=this._rangeEventArgs({from:this._index(e.from),to:this._index(e.to)});this.trigger(wn,s)&&(this._state=null)}}},e.prototype._press=function(t){var e;(e=this._state?this._state.moveTarget:lu(Ft(t)))&&U(e,"k-handle-active")},e.prototype._move=function(t){if(this._state){var e=this,r=e._state,o=e.options,i=e.categoryAxis,n=r.range,a=r.moveTarget,s=i.options.reverse,l=this._index(o.from),u=this._index(o.to),c=this._index(o.min),p=this._index(o.max),h=r.startLocation-t.x.location,f=n.from,d=n.to,v=n.to-n.from,g=ct(this.wrapper,"width").width/(i.categoriesCount()-1),y=Math.round(h/g)*(s?-1:1);if(a||r.inBody){var m=a&&_t(a,"k-left-handle"),b=a&&_t(a,"k-right-handle");r.inBody?(n.from=Math.min(Math.max(c,l-y),p-v),n.to=Math.min(n.from+v,p)):m&&!s||b&&s?(n.from=Math.min(Math.max(c,l-y),p-1),n.to=Math.max(n.from+1,n.to)):(m&&s||b&&!s)&&(n.to=Math.min(Math.max(c+1,u-y),p),n.from=Math.min(n.to-1,n.from)),n.from===f&&n.to===d||(this.move(n.from,n.to),this.trigger(On,this._rangeEventArgs(n)))}}},e.prototype._end=function(){if(this._state){var t=this._state.moveTarget;t&&X(t,"k-handle-active");var e=this._state.range;this.set(e.from,e.to),this.trigger(Sn,this._rangeEventArgs(e)),delete this._state}},e.prototype._tap=function(t){var e=this.options,r=this.categoryAxis,o=this.chart._eventCoordinates(t),i=r.pointCategoryIndex(new Pe(o.x,r.box.y1)),n=this._index(e.from),a=this._index(e.to),s=this._index(e.min),l=this._index(e.max),u=a-n,c=n+u/2,p={},h=3===t.event.which,f=Math.round(c-i);this._state||h||(this.chart._unsetActivePoint(),r.options.justified||f--,p.from=Math.min(Math.max(s,n-f),l-u),p.to=Math.min(p.from+u,l),this._start(t),this._state&&(this._state.range=p,this.trigger(On,this._rangeEventArgs(p)),this._end()))},e.prototype._mousewheel=function(t){var e=this,r=Et(t);if(this._start(t),this._state){var o=this._state.range;t.preventDefault(),t.stopPropagation(),Math.abs(r)>1&&(r*=3),this.options.mousewheel.reverse&&(r*=-1),this.expand(r)&&this.trigger(On,{axis:this.categoryAxis.options,delta:r,originalEvent:t,from:this._value(o.from),to:this._value(o.to)}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._end()}),150)}},e.prototype._gesturestart=function(t){var e=this.options,r=t.touches[0];if(this._pointInPane(r.pageX,r.pageY)){this._state={range:{from:this._index(e.from),to:this._index(e.to)}};var o=this._rangeEventArgs(this._state.range);this.trigger(wn,o)?this._state=null:t.preventDefault()}},e.prototype._gestureend=function(){this._state&&(this.trigger(Sn,this._rangeEventArgs(this._state.range)),delete this._state)},e.prototype._gesturechange=function(t){if(this._state){var e=this,r=e.chart,o=e._state,i=e.options,n=e.categoryAxis,a=o.range,s=r._toModelCoordinates(t.touches[0].x.location).x,l=r._toModelCoordinates(t.touches[1].x.location).x,u=Math.min(s,l),c=Math.max(s,l);t.preventDefault(),a.from=n.pointCategoryIndex(new Pe(u))||i.min,a.to=n.pointCategoryIndex(new Pe(c))||i.max,this.move(a.from,a.to),this.trigger(On,this._rangeEventArgs(a))}},e.prototype._index=function(t){var e=t;return t instanceof Date&&(e=this.categoryAxis.categoryIndex(t)),e},e.prototype._value=function(t){var e=t;return this._dateAxis&&(e=this.categoryAxis.categoryAt(t))>this.options.max&&(e=this.options.max),e},e.prototype._slot=function(t){var e=this.categoryAxis,r=this._index(t);return e.getSlot(r,r,!0)},e.prototype.move=function(t,e){var r=this.options,o=this.categoryAxis.options.reverse,i=r.offset,n=r.padding,a=r.selection.border,s=o?e:t,l=o?t:e,u="x"+(o?2:1),c=this._slot(s),p=Gt(c[u]-i.left+n.left);ct(this.leftMask,{width:p}),ct(this.selection,{left:p}),c=this._slot(l);var h=Gt(r.width-(c[u]-i.left+n.left));ct(this.rightMask,{width:h});var f=r.width-h;f!==r.width&&(f+=a.right),ct(this.rightMask,{left:f}),ct(this.selection,{width:Math.max(r.width-(p+h)-a.right,0)})},e.prototype.set=function(t,e){var r=this.options,o=this._index(r.min),i=this._index(r.max),n=Kt(this._index(t),o,i),a=Kt(this._index(e),n+1,i);r.visible&&this.move(n,a),r.from=this._value(n),r.to=this._value(a)},e.prototype.expand=function(t){var e=this.options,r=this._index(e.min),o=this._index(e.max),i=e.mousewheel.zoom,n=this._index(e.from),a=this._index(e.to),s={from:n,to:a},l=nt({},s);if(this._state&&(s=this._state.range),i!==M&&(s.from=Kt(Kt(n-t,0,a-1),r,o)),i!==O&&(s.to=Kt(Kt(a+t,s.from+1,o),r,o)),s.from!==l.from||s.to!==l.to)return this.set(s.from,s.to),!0},e.prototype.zoom=function(t,e){var r=this.options,o=this._index(r.min),i=this._index(r.max),n=this._index(r.from),a=this._index(r.to),s={from:n,to:a},l=nt({},s),u=this.categoryAxis.options.reverse,c=B+(u?"2":"1"),p=this.categoryAxis.lineBox(),h=Math.abs(p[c]-e[B]),f=p.width(),d=Gt(h/f,2),v=Gt(d*t),g=Gt((1-d)*t);if(this._state&&(s=this._state.range),s.from=Kt(Kt(n-v,0,a-1),o,i),s.to=Kt(Kt(a+g,s.from+1,i),o,i),s.from!==l.from||s.to!==l.to)return this.set(s.from,s.to),!0},e.prototype.trigger=function(t,e){return(this.observer||this.chart).trigger(t,e)},e}($.Class);Qt(uu,{visible:!0,mousewheel:{zoom:"both"},min:P,max:S});const cu=uu;var pu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.show=function(e){if(e&&e.tooltipAnchor&&(!this._current||this._current!==e)){var r=nt({},this.options,e.options.tooltip),o=e.tooltipAnchor();o?(this._current=e,t.prototype.show.call(this,{point:e,anchor:o},r,e)):this.hide()}},e.prototype.hide=function(){delete this._current,t.prototype.hide.call(this)},e}(Ss);const hu=pu;var fu=function(t){function e(e,r){t.call(this,e.chartService,r),this.plotArea=e,this.formatService=e.chartService.format}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.showAt=function(t,e){var r=xt(t,(function(t){var e=t.series.tooltip;return!(e&&!1===e.visible)}));if(r.length>0){var o=r[0],i=this.plotArea.categoryAxis.getSlot(o.categoryIx),n=e?this._slotAnchor(e,i):this._defaultAnchor(o,i);this.show({anchor:n,shared:!0,points:t,category:o.category,categoryText:this.formatService.auto(this.options.categoryFormat,o.category),series:this.plotArea.series},this.options)}},e.prototype._slotAnchor=function(t,e){return this.plotArea.categoryAxis.options.vertical||(t.x=e.center().x),{point:t,align:{horizontal:"left",vertical:"center"}}},e.prototype._defaultAnchor=function(t,e){var r=t.owner.pane.chartsBox(),o=this.plotArea.categoryAxis.options.vertical,i=r.center(),n=e.center();return{point:o?new Pe(i.x,n.y):new Pe(n.x,i.y),align:{horizontal:"center",vertical:"center"}}},e}(Ss);Qt(fu,{categoryFormat:"{0:d}"});const du=fu;var vu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.element,e=this.options;if(t.bbox()){this.origin=e.origin;var r=e.vertical?R:B,o=this.fromScale=new $.geometry.Point(1,1);o[r]=di,t.transform($.geometry.transform().scale(o.x,o.y))}else this.abort()},e.prototype.step=function(t){var e=St(this.fromScale.x,1,t),r=St(this.fromScale.y,1,t);this.element.transform($.geometry.transform().scale(e,r,this.origin))},e.prototype.abort=function(){t.prototype.abort.call(this),this.element.transform(null)},e}($.drawing.Animation);Qt(vu,{duration:pi}),$.drawing.AnimationFactory.current.register(Oi,vu);var gu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.center=this.element.bbox().center();this.element.transform($.geometry.transform().scale(di,di,t))},e.prototype.step=function(t){this.element.transform($.geometry.transform().scale(t,t,this.center))},e}($.drawing.Animation);Qt(gu,{easing:"easeOutElastic"}),$.drawing.AnimationFactory.current.register(Pi,gu);var yu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.fadeTo=this.element.opacity(),this.element.opacity(0)},e.prototype.step=function(t){this.element.opacity(t*this.fadeTo)},e}($.drawing.Animation);Qt(yu,{duration:200,easing:"linear"}),$.drawing.AnimationFactory.current.register(hi,yu);var mu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this.element.transform($.geometry.transform().scale(di,di,this.options.center))},e.prototype.step=function(t){this.element.transform($.geometry.transform().scale(t,t,this.options.center))},e}($.drawing.Animation);Qt(mu,{easing:"easeOutElastic",duration:pi}),$.drawing.AnimationFactory.current.register(Ni,mu);const bu=mu;var xu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.createSegment=function(t,e,r){return new(e.style===_i?wa:ga)(t,e,r)},e.prototype.animationPoints=function(){return t.prototype.animationPoints.call(this).concat(this._segments)},e.prototype.createMissingValue=function(t,e){if(e===yi){var r={x:t.x,y:t.y};return ta(r.x)||(r.x=0),ta(r.y)||(r.y=0),r}},e}(fs);nt(xu.prototype,Sa);const _u=xu,Cu=function(t,e,r){var o=[],i=e.xMin,n=e.xMax,a=(r||{}).forecast;a&&(a.before>0&&(i-=a.before),a.after>0&&(n+=a.after));var s=(r||{}).samplingInterval,l=Wt(s,Se(i,n)/10);s<=0&&(l=n-i);for(var u=i;u<=n;u+=l)o.push([u,t(u)]);return o};const wu=function(t){return function(e){var r=e.valueFields;return{xValue:r.x,yValue:r[t]}}},Ou=function(t,e){for(var r=Number.MAX_VALUE,o=Number.MIN_VALUE,i=0;i<t.length;i++){var n=e(t[i]),a=n.xValue,s=n.yValue;isFinite(a)&&null!==a&&isFinite(s)&&null!==s&&(r=Math.min(a,r),o=Math.max(a,o))}return{xMin:r,xMax:o}};var Su={};Su[rn]=function(t){var e=t.options,r=function(t){var e=t.options,r=(0,t.seriesValues)();if(!xl(r,e.field))return null;var o,i=bl(r,(o=e.field,function(t){var e=t.valueFields;return{xValue:e.x,yValue:Math.log(e[o])}})),n=i.slope,a=i.intercept,s=i.count,l={xMin:i.xMin,xMax:i.xMax};if(s>0){var u=Math.exp(a),c=n;return Cu((function(t){return u*Math.exp(c*t)}),l,e.trendline)}return null}({seriesValues:t.seriesValues,options:e});return r?Object.assign({},e,{type:"scatterLine",data:r}):null},Su[on]=function(t){var e=t.options,r=function(t){var e=t.options,r=bl((0,t.seriesValues)(),wu(e.field)),o=r.slope,i=r.intercept,n=r.count,a=r.xMin,s=r.xMax;return n>0?Cu((function(t){return o*t+i}),{xMin:a,xMax:s},e.trendline):null}({seriesValues:t.seriesValues,options:e});return r?Object.assign({},e,{type:"scatterLine",data:r}):null},Su[nn]=function(t){var e=t.options,r=function(t){var e=t.options,r=(0,t.seriesValues)();if(!xl(r,"x"))return null;var o,i=bl(r,(o=e.field,function(t){var e=t.valueFields;return{xValue:Math.log(e.x),yValue:e[o]}})),n=i.slope,a=i.intercept,s=i.count,l=Ou(r,function(t){return function(e){var r=e.valueFields;return{xValue:r.x,yValue:r[t]}}}(e.field));if(s>0){var u=n,c=a;return Cu((function(t){return u*Math.log(t)+c}),l,e.trendline)}return null}({seriesValues:t.seriesValues,options:e});return r?Object.assign({},e,{type:"scatterLine",data:r}):null},Su[an]=function(t){var e=t.options,r=function(t){var e=t.options,r=t.seriesValues,o=(e.trendline||{}).period||2,i=Cl(r({before:o,after:o}),wu(e.field),o);return i.length>0?i:null}(t);return r?Object.assign({},e,{type:"scatterLine",data:r}):null},Su[sn]=function(t){var e=t.options,r=function(t){var e=t.seriesValues,r=t.options,o=(r.trendline||{}).order,i=wu(r.field),n=wl(e(),i,o),a=n.count,s=n.valueMapper,l=n.xMin,u=n.xMax;return a>0?Cu(s,{xMin:l,xMax:u},r.trendline):null}({seriesValues:t.seriesValues,options:e});return r?Object.assign({},e,{type:"scatterLine",data:r}):null},Su[ln]=function(t){var e=t.options,r=function(t){var e=t.options,r=(0,t.seriesValues)();if(!xl(r,"x"))return null;var o,i=bl(r,(o=e.field,function(t){var e=t.valueFields;return{xValue:Math.log(e.x),yValue:Math.log(e[o])}})),n=i.slope,a=i.intercept,s=i.count,l=Ou(r,wu(e.field));if(s>0){var u=Math.exp(a),c=n;return Cu((function(t){return u*Math.pow(t,c)}),l,e.trendline)}return null}({seriesValues:t.seriesValues,options:e});return r?Object.assign({},e,{type:"scatterLine",data:r}):null};const Pu=Su;var Au=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={},this.xAxisRangeTracker=new za,this.yAxisRangeTracker=new za},e.prototype.render=function(t){var e=this;void 0===t&&(t=this.panes),this.series=[].concat(this.originalSeries),this.createTrendlineSeries();for(var r=this.groupSeriesByPane(),o=0;o<t.length;o++){var i=t[o],n=r[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);a&&(e.createScatterChart(qn(a,Gi),i),e.createScatterLineChart(qn(a,Yi),i),e.createBubbleChart(qn(a,Pi),i))}this.createAxes(t)},e.prototype.appendChart=function(e,r){this.xAxisRangeTracker.update(e.xAxisRanges),this.yAxisRangeTracker.update(e.yAxisRanges),t.prototype.appendChart.call(this,e,r)},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?(this.yAxisRangeTracker.reset(r),delete this.namedYAxes[r]):(this.xAxisRangeTracker.reset(r),delete this.namedXAxes[r]),e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,o=xt([].concat(e.xAxis),(function(t){return t.name===r}))[0],i=t.yAxis,n=xt([].concat(e.yAxis),(function(t){return t.name===i}))[0],a=(e.panes||[{}])[0].name||"default";return(o||{}).pane||(n||{}).pane||a},e.prototype.createScatterChart=function(t,e){t.length>0&&this.appendChart(new fs(this,{series:t,clip:e.options.clip}),e)},e.prototype.createScatterLineChart=function(t,e){t.length>0&&this.appendChart(new _u(this,{series:t,clip:e.options.clip}),e)},e.prototype.createBubbleChart=function(t,e){t.length>0&&this.appendChart(new ys(this,{series:t,clip:e.options.clip}),e)},e.prototype.createXYAxis=function(t,e,r){for(var o,i=t.name,n=e?this.namedYAxes:this.namedXAxes,a=e?this.yAxisRangeTracker:this.xAxisRangeTracker,s=nt({reverse:!e&&this.chartService.rtl},t,{vertical:e}),l=Gn(s.type,Tn),u=a.query(),c=l?{min:.1,max:1}:{min:0,max:1},p=a.query(i)||u||c,h=[s.min,s.max],f=this.series,d=0;d<f.length;d++){var v=f[d],y=v[e?"yAxis":"xAxis"];if(y===s.name||0===r&&!y){var m=ni.current.bindPoint(v,0).valueFields;h.push(m[e?"y":"x"]);break}}0===r&&u&&(p.min=Math.min(p.min,u.min),p.max=Math.max(p.max,u.max));for(var b=0;b<h.length;b++)if(h[b]instanceof Date){o=!0;break}var x=new(Gn(s.type,g)||!s.type&&o?jo:l?Vo:Po)(p.min,p.max,s,this.chartService);if(x.axisIndex=r,i){if(n[i])throw new Error((e?"Y":"X")+" axis with name "+i+" is already defined");n[i]=x}return this.appendAxis(x),x},e.prototype.createAxes=function(t){for(var e=this,r=this.options,o=[].concat(r.xAxis),i=[],n=[].concat(r.yAxis),a=[],s=0;s<o.length;s++)Ot(e.findPane(o[s].pane),t)&&i.push(e.createXYAxis(o[s],!1,s));for(var l=0;l<n.length;l++)Ot(e.findPane(n[l].pane),t)&&a.push(e.createXYAxis(n[l],!0,l));this.axisX=this.axisX||i[0],this.axisY=this.axisY||a[0]},e.prototype._dispatchEvent=function(t,e,r){for(var o=t._eventCoordinates(e),i=new Pe(o.x,o.y),n=this.axes,a=n.length,s=[],l=[],u=0;u<a;u++){var c=n[u],p=c.options.vertical?l:s,h=c.getValue(i);null!==h&&p.push(h)}s.length>0&&l.length>0&&t.trigger(r,{element:Ft(e),originalEvent:e,x:ra(s),y:ra(l)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,o=this.groupAxes(this.panes),i=(r?o.y:o.x).indexOf(t);ju(this.options,i,r,e),ju(this.originalOptions,i,r,e)},e.prototype.trendlineFactory=function(t,e){var r=this.seriesValues.bind(this,e.index),o=ml(Pu,t.type,{options:t,seriesValues:r});return o&&(o.xAxis=e.xAxis,o.yAxis=e.yAxis),o},e.prototype.seriesValues=function(t){for(var e=[],r=this.series[t],o=0;o<r.data.length;o++){var i=this.bindPoint(r,o);e.push({pointIx:o,valueFields:i.valueFields})}return e},e}(zs);function ju(t,e,r,o){nt([].concat(r?t.yAxis:t.xAxis)[e],o)}Qt(Au,{xAxis:{},yAxis:{}}),nt(Au.prototype,Hs);const ku=Au;var Mu=function(t){function e(e,r,o){t.call(this,o),this.value=e,this.sector=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||!1===this.visible||(this._rendered=!0,this.createLabel())},e.prototype.createLabel=function(){var t=this.options.labels,e=this.owner.chartService,r=this.getLabelText(t);if(t.visible&&(r||0===r)){if(t.position===h||t.position===Vn)t.color||(t.color=he(this.options.color)),t.background||(t.background=this.options.color);else{var o=e.theme.seriesDefaults.labels;t.color=t.color||o.color,t.background=t.background||o.background}this.label=new or(r,nt({},t,{align:h,vAlign:"",animation:{type:hi,delay:this.animationDelay}}),this.pointData()),this.append(this.label)}},e.prototype.getLabelText=function(t){var e=vt(t);return e?e(this.pointData()):this.owner.chartService.format.auto(t.format,this.value)},e.prototype.reflow=function(t){this.render(),this.box=t,this.reflowLabel()},e.prototype.reflowLabel=function(){var t=this.options.labels,e=this.label,r=this.sector.clone(),o=t.distance,i=r.middle();if(e){var n,a=e.box.height(),s=e.box.width();if(t.position===h)r.radius=Math.abs((r.radius-a)/2)+a,n=r.point(i),e.reflow(new ke(n.x,n.y-a/2,n.x,n.y));else if(t.position===Vn)r.radius=r.radius-a/2,n=r.point(i),e.reflow(new ke(n.x,n.y-a/2,n.x,n.y));else{var l;(n=r.clone().expand(o).point(i)).x>=r.center.x?(l=n.x+s,e.orientation=M):(l=n.x-s,e.orientation=O),e.reflow(new ke(l,n.y-a,n.x,n.y))}}},e.prototype.createVisual=function(){var e=this,r=this.sector,o=this.options;if(t.prototype.createVisual.call(this),this.addAccessibilityAttributesToVisual(),this.value)if(o.visual){var i=(r.startAngle+180)%360,n=o.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,center:new $.geometry.Point(r.center.x,r.center.y),radius:r.radius,innerRadius:r.innerRadius,startAngle:i,endAngle:i+r.angle,options:o,sender:this.getSender(),createVisual:function(){var t=new $.drawing.Group;return e.createSegmentVisual(t),t}});n&&this.visual.append(n)}else this.createSegmentVisual(this.visual)},e.prototype.createSegmentVisual=function(t){var e=this.sector,r=this.options,o=r.border||{},i=o.width>0?{stroke:{color:o.color,width:o.width,opacity:o.opacity,dashType:o.dashType}}:{},n=r.color,a={color:n,opacity:r.opacity},s=this.createSegment(e,nt({fill:a,stroke:{opacity:r.opacity},zIndex:r.zIndex},i));t.append(s),Jn(r)&&t.append(this.createGradientOverlay(s,{baseColor:n,fallbackFill:a},nt({center:[e.center.x,e.center.y],innerRadius:e.innerRadius,radius:e.radius,userSpace:!0},r.overlay)))},e.prototype.createSegment=function(t,e){return e.singleSegment?new $.drawing.Circle(new $.geometry.Circle(new $.geometry.Point(t.center.x,t.center.y),t.radius),e):Le.current.createRing(t,e)},e.prototype.createAnimation=function(){var e=this.options,r=this.sector.center;nt(e,{animation:{center:[r.x,r.y],delay:this.animationDelay}}),t.prototype.createAnimation.call(this)},e.prototype.createHighlight=function(t){var e=this.options.highlight||{},r=e.border||{};return this.createSegment(this.sector,nt({},t,{fill:{color:e.color,opacity:e.opacity},stroke:{opacity:r.opacity,width:r.width,color:r.color}}))},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=this.sector;return{options:this.options,radius:t.radius,innerRadius:t.innerRadius,center:new $.geometry.Point(t.center.x,t.center.y),startAngle:t.startAngle,endAngle:t.angle+t.startAngle,visual:this.visual}},e.prototype.createFocusHighlight=function(t){var e=this.options.accessibility.highlight.border.width,r=this.createSegment(this.sector,nt({},t,{stroke:{width:2*e}})),o=new $.drawing.MultiPath;return o.paths.push($.drawing.Path.fromRect(r.bbox())),o.paths.push(this.createSegment(this.sector,{})),r.clip(o),r},e.prototype.tooltipAnchor=function(){var t,e,r,o,i=this.sector.clone().expand(5),n=i.middle();return{point:i.point(n),align:(t=n+180,e=$t(t),r=Gt(Math.sin(e),m),o=Gt(Math.cos(e),m),{horizontal:Math.abs(r)>Eu?h:o<0?M:O,vertical:Math.abs(r)<Tu?h:r<0?p:D})}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series,percentage:this.percentage}},e.prototype.getIndex=function(){return this.index},e}(Be),Tu=Gt($t(30),m),Eu=Gt($t(60),m);Qt(Mu,{color:L,overlay:{gradient:"roundedBevel"},border:{width:.5},labels:{visible:!1,distance:35,font:y,margin:pt(.5),align:f,zIndex:1,position:Dn},animation:{type:Ni},highlight:{visible:!0,border:{width:1}},visible:!0,accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}}),nt(Mu.prototype,ca),nt(Mu.prototype,Ua);const Vu=Mu,Du={createLegendItem:function(t,e,r){var o=this.options.legend||{},i=o.labels||{},n=o.inactiveItems||{},a=n.labels||{};if(r&&!1!==r.visibleInLegend){var s,l,u=!1!==r.visible,c=u?vt(i):vt(a)||vt(i),p=r.category;c&&(p=c({text:p,series:r.series,dataItem:r.dataItem,percentage:r.percentage,value:t})),u?(s={},l=e.color):(s={color:a.color,font:a.font},l=(n.markers||{}).color),ta(p)&&""!==p&&this.legendItems.push({active:u,pointIndex:r.index,text:p,series:r.series,markerColor:l,labels:s})}}};var Iu=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.points=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.traverseDataPoints(this.addValue.bind(this))},e.prototype.traverseDataPoints=function(t){var e=this.options,r=this.plotArea.options.seriesColors;void 0===r&&(r=[]);for(var o=r.length,i=e.series,n=i.length,a=0;a<n;a++){var s=i[a],l=s.data,u=Xn(s),c=u.total,p=u.points,f=u.count,d=360/c,v=void 0;isFinite(d)||(v=360/f);var g=void 0;g=Lt(s.startAngle)?s.startAngle:e.startAngle,a!==n-1&&s.labels.position===Dn&&(s.labels.position=h);for(var y=0;y<p.length;y++){var m=p[y];if(m){var b=m.fields,x=m.value,_=m.visible,C=0!==x?v||x*d:0,w=1!==l.length&&Boolean(b.explode);et(s.color)||(s.color=b.color||r[y%o]),t(x,new Ee(null,0,0,g,C),{owner:this,category:Lt(b.category)?b.category:"",index:y,series:s,seriesIx:a,dataItem:l[y],percentage:0!==c?x/c:0,explode:w,visibleInLegend:b.visibleInLegend,visible:_,zIndex:n-a,animationDelay:this.animationDelay(y,a,n)}),!1!==_&&(g+=C)}}}},e.prototype.evalSegmentOptions=function(t,e,r){var o=r.series;Wn(t,{value:e,series:o,dataItem:r.dataItem,category:r.category,percentage:r.percentage},{defaults:o._defaults,excluded:["data","content","template","visual","toggle","ariaTemplate","ariaContent"]})},e.prototype.addValue=function(t,e,r){var o=nt({},r.series,{index:r.index});if(this.evalSegmentOptions(o,t,r),this.createLegendItem(t,o,r),!1!==r.visible){var i=new Vu(t,e,o);Object.assign(i,r),this.append(i),this.points.push(i)}},e.prototype.reflow=function(t){var e=this,r=e.options,o=e.points,i=e.seriesConfigs;void 0===i&&(i=[]);var n=o.length,a=t.clone(),s=Math.min(a.width(),a.height()),l=s/2,u=s-.85*s,c=new ke(a.x1,a.y1,a.x1+s,a.y1+s),p=c.center(),h=a.center(),f=r.series.length,d=[],v=[],g=Wt(r.padding,u);this.targetBox=t,g=g>l-5?l-5:g,c.translate(h.x-p.x,h.y-p.y);for(var y=l-g,m=new Pe(y+c.x1+g,y+c.y1+g),b=0;b<n;b++){var x=o[b],_=x.sector,C=x.seriesIx;if(_.radius=y,_.center=m,i.length){var w=i[C];_.innerRadius=w.innerRadius,_.radius=w.radius}C===f-1&&x.explode&&(_.center=_.clone().setRadius(.15*_.radius).point(_.middle())),x.reflow(c);var O=x.label;O&&O.options.position===Dn&&C===f-1&&(O.orientation===M?v.push(O):d.push(O))}d.length>0&&(d.sort(this.labelComparator(!0)),this.leftLabelsReflow(d)),v.length>0&&(v.sort(this.labelComparator(!1)),this.rightLabelsReflow(v)),this.box=c},e.prototype.leftLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.rightLabelsReflow=function(t){var e=this.distanceBetweenLabels(t);this.distributeLabels(e,t)},e.prototype.distanceBetweenLabels=function(t){var e=Ut(this.points),r=e.sector,o=t.length-1,i=r.radius+e.options.labels.distance,n=[],a=t[0].box,s=Gt(a.y1-(r.center.y-i-a.height()-a.height()/2));n.push(s);for(var l=0;l<o;l++){var u=t[l+1].box;a=t[l].box,s=Gt(u.y1-a.y2),n.push(s)}return s=Gt(r.center.y+i-t[o].box.y2-t[o].box.height()/2),n.push(s),n},e.prototype.distributeLabels=function(t,e){for(var r,o,i,n=t.length,a=0;a<n;a++)for(i=-t[a],r=o=a;i>0&&(r>=0||o<n);)i=this._takeDistance(t,a,--r,i),i=this._takeDistance(t,a,++o,i);this.reflowLabels(t,e)},e.prototype._takeDistance=function(t,e,r,o){var i=o;if(t[r]>0){var n=Math.min(t[r],i);i-=n,t[r]-=n,t[e]+=n}return i},e.prototype.reflowLabels=function(t,e){var r,o=Ut(this.points),i=o.sector,n=o.options.labels,a=e.length,s=n.distance,l=i.center.y-(i.radius+s)-e[0].box.height();t[0]+=2;for(var u=0;u<a;u++){var c=e[u],p=c.box;l+=t[u],r=this.hAlignLabel(p.x2,i.clone().expand(s),l,l+p.height(),c.orientation===M),c.orientation===M?(n.align!==f&&(r=i.radius+i.center.x+s),c.reflow(new ke(r+p.width(),l,r,l))):(n.align!==f&&(r=i.center.x-i.radius-s),c.reflow(new ke(r-p.width(),l,r,l))),l+=p.height()}},e.prototype.createVisual=function(){var e=this,r=this.options.connectors,o=this.points,i=o.length;t.prototype.createVisual.call(this),this._connectorLines=[];for(var n=0;n<i;n++){var a=o[n],s=a.sector,l=a.label,u=s.middle(),c=(a.options.connectors||{}).color||r.color;if(l){var p=new $.drawing.Path({stroke:{color:c,width:r.width},animation:{type:hi,delay:a.animationDelay}});if(l.options.position===Dn){var h=l.box,f=s.center,d=s.point(u),v=new Pe(h.x1,h.center().y),g=void 0,y=void 0,m=void 0;d=s.clone().expand(r.padding).point(u),p.moveTo(d.x,d.y),l.orientation===M?(m=Lu(f,d,v,y=new Pe(h.x1-r.padding,h.center().y)),v=new Pe(y.x-4,y.y),(m=m||v).x=Math.min(m.x,v.x),e.pointInCircle(m,s.center,s.radius+4)||m.x<s.center.x?(g=s.center.x+s.radius+4,a.options.labels.align!==ki?g<v.x?p.lineTo(g,d.y):p.lineTo(d.x+8,d.y):p.lineTo(g,d.y),p.lineTo(v.x,y.y)):(m.y=y.y,p.lineTo(m.x,m.y))):(m=Lu(f,d,v,y=new Pe(h.x2+r.padding,h.center().y)),v=new Pe(y.x+4,y.y),(m=m||v).x=Math.max(m.x,v.x),e.pointInCircle(m,s.center,s.radius+4)||m.x>s.center.x?(g=s.center.x-s.radius-4,a.options.labels.align!==ki?g>v.x?p.lineTo(g,d.y):p.lineTo(d.x-8,d.y):p.lineTo(g,d.y),p.lineTo(v.x,y.y)):(m.y=y.y,p.lineTo(m.x,m.y))),p.lineTo(y.x,y.y),e._connectorLines.push(p),e.visual.append(p)}}}},e.prototype.renderVisual=function(){if(t.prototype.renderVisual.call(this),se(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,r=this.box.center(),o=this.visual.bbox();if(!o)return;var i=o.bottomRight(),n=Math.min((r.y-e.y1)/(r.y-o.origin.y),(e.y2-r.y)/(i.y-r.y),(r.x-e.x1)/(r.x-o.origin.x),(e.x2-r.x)/(i.x-r.x));n<1&&this.visual.transform($.geometry.transform().scale(n,n,[r.x,r.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,r){return((t.parent.sector.middle()+270)%360-(r.parent.sector.middle()+270)%360)*e}},e.prototype.hAlignLabel=function(t,e,r,o,i){var n=e.radius,a=e.center,s=a.x,l=a.y,u=Math.min(Math.abs(l-r),Math.abs(l-o));return u>n?t:s+Math.sqrt(n*n-u*u)*(i?1:-1)},e.prototype.pointInCircle=function(t,e,r){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<Math.pow(r,2)},e.prototype.formatPointValue=function(t,e){return this.chartService.format.auto(e,t.value)},e.prototype.animationDelay=function(t){return 70*t},e.prototype.stackRoot=function(){return this},e}(Be);function Lu(t,e,r,o){var i,n=(o.x-r.x)*(t.y-r.y)-(o.y-r.y)*(t.x-r.x),a=(o.y-r.y)*(e.x-t.x)-(o.x-r.x)*(e.y-t.y);if(0!==a){var s=n/a;i=new Pe(t.x+s*(e.x-t.x),t.y+s*(e.y-t.y))}return i}Qt(Iu,{startAngle:90,connectors:{width:2,color:"#939393",padding:8},inactiveItems:{markers:{},labels:{}}}),nt(Iu.prototype,Du),Iu.prototype.isStackRoot=!0;const Nu=Iu;var Bu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createPieChart(this.series)},e.prototype.createPieChart=function(t){var e=t[0],r=new Nu(this,{series:t,padding:e.padding,startAngle:e.startAngle,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),Dt(this.options.legend.data,e.legendItems)},e}(zs);const Ru=Bu;var zu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflowLabel=function(){var e=this.options.labels,r=this.label,o=this.sector.clone(),i=o.middle();if(r){var n=r.box.height();if(e.position===h){o.radius-=(o.radius-o.innerRadius)/2;var a=o.point(i);r.reflow(new ke(a.x,a.y-n/2,a.x,a.y))}else t.prototype.reflowLabel.call(this)}},e.prototype.createSegment=function(t,e){return Le.current.createRing(t,e)},e}(Vu);Qt(zu,{overlay:{gradient:"roundedGlass"},labels:{position:h},animation:{type:Ni}}),nt(zu.prototype,ca);const Fu=zu;var Hu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.addValue=function(t,e,r){var o=nt({},r.series,{index:r.index});if(this.evalSegmentOptions(o,t,r),this.createLegendItem(t,o,r),!1!==r.visible){var i=new Fu(t,e,o);Object.assign(i,r),this.append(i),this.points.push(i)}},e.prototype.reflow=function(e){for(var r,o=this.options,i=e.clone(),n=Math.min(i.width(),i.height()),a=n/2,s=n-.85*n,l=o.series,u=l.length,c=Wt(o.padding,s),p=a-(c=c>a-5?a-5:c),h=0,f=0;f<u;f++){var d=l[f];0===f&&Lt(d.holeSize)&&(r=d.holeSize,p-=d.holeSize),Lt(d.size)?p-=d.size:h++,Lt(d.margin)&&f!==u-1&&(p-=d.margin)}Lt(r)||(p-=r=(a-c)/(u+.75)*.75);var v,g=r,y=0;this.seriesConfigs=[];for(var m=0;m<u;m++){var b=l[m];v=(g+=y)+Wt(b.size,p/h),this.seriesConfigs.push({innerRadius:g,radius:v}),y=b.margin||0,g=v}t.prototype.reflow.call(this,e)},e.prototype.animationDelay=function(t,e,r){return 50*t+pi*(e+1)/(r+1)},e}(Nu);Qt(Hu,{startAngle:90,connectors:{width:2,color:"#939393",padding:8}});const Uu=Hu;var Ku=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createDonutChart(this.series)},e.prototype.createDonutChart=function(t){var e=t[0],r=new Uu(this,{series:t,padding:e.padding,connectors:e.connectors,legend:this.options.legend});this.appendChart(r)},e}(Ru);const Xu=Ku;var $u=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.valueAxisRangeTracker=new za},e.prototype.render=function(){this.addToLegend(this.series),this.createPolarAxis(),this.createCharts(),this.createValueAxis()},e.prototype.alignAxes=function(){var t=this.valueAxis,e=t.range(),r=t.options.reverse?e.max:e.min,o=t.getSlot(r),i=this.polarAxis.getSlot(0).center,n=t.box.translate(i.x-o.x1,i.y-o.y1);t.reflow(n)},e.prototype.createValueAxis=function(){var t,e,r=this.valueAxisRangeTracker,o=r.query(),i=this.valueAxisOptions({roundToMajorUnit:!1,zIndex:-1});i.type===Tn?(t=Xo,e={min:.1,max:1}):(t=Uo,e={min:0,max:1});var n=r.query(name)||o||e;n&&o&&(n.min=Math.min(n.min,o.min),n.max=Math.max(n.max,o.max));var a=new t(n.min,n.max,i,this.chartService);this.valueAxis=a,this.appendAxis(a)},e.prototype.reflowAxes=function(){var t=this,e=t.options.plotArea,r=t.valueAxis,o=t.polarAxis,i=t.box,n=.15*Math.min(i.width(),i.height()),a=pt(e.padding||{},n),s=i.clone().unpad(a),l=s.clone();l.y2=l.y1+Math.min(l.width(),l.height()),l.align(s,R,h);var u=l.clone().shrink(0,l.height()/2);o.reflow(l),r.reflow(u);var c=r.lineBox().height()-r.box.height();r.reflow(r.box.unpad({top:c})),this.axisBox=l,this.alignAxes(l)},e.prototype.backgroundBox=function(){return this.box},e.prototype.detachLabels=function(){},e}(zs);const Gu=$u;var Yu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,o=Pe.onCircle(t.center,t.startAngle,r);return new ke(o.x,o.y,o.x,o.y)},e}(fs);Qt(Yu,{clip:!1});const Wu=Yu;var qu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(_u);qu.prototype.pointSlot=Wu.prototype.pointSlot,Qt(qu,{clip:!1});const Zu=qu;var Qu=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this._polarAxisCenter();t.lineTo(e.x,e.y)},e.prototype._polarAxisCenter=function(){return this.parent.plotArea.polarAxis.box.center()},e.prototype.strokeSegments=function(){var t=this._strokeSegments;if(!t){var e=this._polarAxisCenter(),r=new Go(!1),o=this.points();o.push(e),(t=this._strokeSegments=r.process(o)).pop()}return t},e}(La);const Ju=Qu;var tc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(t){var e=this.parent.plotArea.polarAxis.box.center(),r=new $.geometry.Segment([e.x,e.y]);t.segments.unshift(r),t.segments.push(r)},e}(Ea);const ec=tc;var rc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r){return(e.line||{}).style===_i?new Ju(t,e,r):new ec(t,e,r)},e.prototype.createMissingValue=function(t,e){var r;return ta(t.x)&&e!==mi&&(r={x:t.x,y:t.y},e===yi&&(r.y=0)),r},e.prototype.seriesMissingValues=function(t){return t.missingValues||yi},e.prototype._hasMissingValuesGap=function(){for(var t=this.options.series,e=0;e<t.length;e++)if("gap"===this.seriesMissingValues(t[e]))return!0},e.prototype.sortPoints=function(t){if(t.sort(oc),this._hasMissingValuesGap())for(var e=0;e<t.length;e++){var r=t[e];r&&(ta(r.value.y)||"gap"!==this.seriesMissingValues(r.series)||delete t[e])}return t},e}(Zu);function oc(t,e){return t.value.x-e.value.x}const ic=rc;var nc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new Bo(this.options.xAxis,this.chartService);this.polarAxis=t,this.axisX=t,this.appendAxis(t)},e.prototype.render=function(){this.series=[].concat(this.originalSeries),this.createTrendlineSeries(),t.prototype.render.call(this)},e.prototype.valueAxisOptions=function(t){return nt(t,{majorGridLines:{type:i},minorGridLines:{type:i}},this.options.yAxis)},e.prototype.createValueAxis=function(){t.prototype.createValueAxis.call(this),this.axisY=this.valueAxis},e.prototype.trendlineFactory=function(t,e){var r=ku.prototype.trendlineFactory.call(this,t,e);return r&&(r.type=Ri),r},e.prototype.appendChart=function(t,e){this.valueAxisRangeTracker.update(t.yAxisRanges),zs.prototype.appendChart.call(this,t,e)},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createLineChart(qn(t,[Ri]),e),this.createScatterChart(qn(t,[zi]),e),this.createAreaChart(qn(t,[Bi]),e)},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new Zu(this,{series:t});this.appendChart(r,e)}},e.prototype.createScatterChart=function(t,e){if(0!==t.length){var r=new Wu(this,{series:t});this.appendChart(r,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new ic(this,{series:t});this.appendChart(r,e)}},e.prototype._dispatchEvent=function(t,e,r){var o=t._eventCoordinates(e),i=new Pe(o.x,o.y),n=this.axisX.getValue(i),a=this.axisY.getValue(i);null!==n&&null!==a&&t.trigger(r,{element:Ft(e),x:n,y:a})},e.prototype.createCrosshairs=function(){},e}(Gu);Qt(nc,{xAxis:{},yAxis:{}}),nt(nc.prototype,Hs,{seriesValues:ku.prototype.seriesValues});const ac=nc;var sc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointSlot=function(t,e){var r=t.center.y-e.y1,o=Pe.onCircle(t.center,t.middle(),r);return new ke(o.x,o.y,o.x,o.y)},e.prototype.renderSegments=function(){if(t.prototype.renderSegments.call(this),this._segments&&this._segments.length>1)for(var e=function(t){for(var e=[],r=0;r<t.length;r++){var o=t[r];e[o.seriesIx]=e[o.seriesIx]||[],e[o.seriesIx].push(o)}return e}(this._segments),r=0;r<e.length;r++){var o=e[r];if(o&&o.length>1){var i=o[0].linePoints[0],n=Ut(o),a=Ut(n.linePoints),s=0===i.categoryIx,l=a.categoryIx===a.categoriesCount-1;s&&l&&Ut(o).linePoints.push(i)}}},e.prototype.createSegment=function(t,e,r){var o=new(e.style===_i?wa:ga)(t,e,r),i=this.seriesMissingValues(e);return t.length!==e.data.length&&i!==mi||(o.options.closed=!0),o},e}(Ma);Qt(sc,{clip:!1,limitPoints:!1});const lc=sc;var uc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(La);const cc=uc;var pc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.fillToAxes=function(){},e}(Ea);const hc=pc;var fc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createSegment=function(t,e,r,o){var i,n,a,s=this.options.isStacked,l=(e.line||{}).style;return s&&r>0&&o&&(n=o.linePoints.slice(0),i=o),l===_i?(a=new cc(t,e,r,i,n)).options.closed=!0:(t.push(t[0]),a=new hc(t,e,r,i,n)),a},e.prototype.seriesMissingValues=function(t){return t.missingValues||yi},e}(lc);const dc=fc;var vc=function(t){function e(e,r){t.call(this,e,null,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getIndex=function(){return this.categoryIx},e}(Fu);Qt(vc,{overlay:{gradient:"none"},labels:{distance:10}});const gc=vc;var yc=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Ga:$a}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options,r=this.children,o=e.gap,i=e.spacing,n=r.length,a=n+o+i*(n-1),s=t.angle/a,l=t.startAngle+s*(o/2);this.forEach(r,(function(e){var r=t.clone();r.startAngle=l,r.angle=s,e.sector&&(r.radius=e.sector.radius),e.reflow(r),e.sector=r,l+=s+s*i}))},e}(Be);Qt(yc,{gap:1,spacing:0});const mc=yc;var bc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.options.reverse,r=this.children,o=r.length,i=e?o-1:0,n=e?-1:1;this.box=new ke;for(var a=i;a>=0&&a<o;a+=n){var s=r[a].sector;s.startAngle=t.startAngle,s.angle=t.angle}},e}(Be);const xc=bc;var _c=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointType=function(){return gc},e.prototype.clusterType=function(){return mc},e.prototype.stackType=function(){return xc},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.pointSlot=function(t,e){var r=t.clone(),o=t.center.y;return r.radius=o-e.y1,r.innerRadius=o-e.y2,r},e.prototype.reflowPoint=function(t,e){t.sector=e,t.reflow()},e.prototype.createAnimation=function(){this.options.animation.center=this.box.toRect().center(),t.prototype.createAnimation.call(this)},e}(Ja);_c.prototype.reflow=la.prototype.reflow,Qt(_c,{clip:!1,limitPoints:!1,animation:{type:"pie"}});const Cc=_c;var wc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createPolarAxis=function(){var t=new Lo(this.options.categoryAxis,this.chartService);this.polarAxis=t,this.categoryAxis=t,this.appendAxis(t),this.aggregateCategories(),this.createTrendlineSeries(),this.createCategoryAxesLabels()},e.prototype.valueAxisOptions=function(t){return this._hasBarCharts&&nt(t,{majorGridLines:{type:i},minorGridLines:{type:i}}),this._isStacked100&&nt(t,{roundToMajorUnit:!1,labels:{format:"P0"}}),nt(t,this.options.valueAxis)},e.prototype.aggregateCategories=function(){Tl.prototype.aggregateCategories.call(this,this.panes)},e.prototype.createCategoryAxesLabels=function(){Tl.prototype.createCategoryAxesLabels.call(this,this.panes)},e.prototype.filterSeries=function(t){return t},e.prototype.trendlineFactory=function(t,e){var r=Tl.prototype.trendlineFactory.call(this,t,e);return r&&(r.type=Ui),r},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createAreaChart(qn(t,[Fi]),e),this.createLineChart(qn(t,[Ui]),e),this.createBarChart(qn(t,[Hi]),e)},e.prototype.chartOptions=function(t){var e={series:t},r=t[0];if(r){var o=this.filterVisibleSeries(t),i=r.stack;e.isStacked=i&&o.length>1,e.isStacked100=i&&"100%"===i.type&&o.length>1,e.isStacked100&&(this._isStacked100=!0)}return e},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var r=new dc(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var r=new lc(this,this.chartOptions(t));this.appendChart(r,e)}},e.prototype.createBarChart=function(t,e){if(0!==t.length){var r=t[0],o=this.chartOptions(t),i=this.filterVisibleSeries(t),n=i.some((function(t){return t.stack})),a=i.some((function(t){return t.stack&&"100%"===t.stack.type}));o.gap=r.gap,o.spacing=r.spacing,o.defaultStack=r.stack&&i.length>1,o.isStacked=n&&i.length>1,o.isStacked100=a&&i.length>1;var s=new Cc(this,o);this.appendChart(s,e),this._hasBarCharts=!0}},e.prototype.seriesCategoryAxis=function(){return this.categoryAxis},e.prototype._dispatchEvent=function(t,e,r){var o=t._eventCoordinates(e),i=new Pe(o.x,o.y),n=this.categoryAxis.getCategory(i),a=this.valueAxis.getValue(i);null!==n&&null!==a&&t.trigger(r,{element:Ft(e),category:n,value:a})},e.prototype.createCrosshairs=function(){},e.prototype._pointsByVertical=function(e){return t.prototype._pointsByVertical.call(this,e).sort(this._getSeriesCompareFn())},e.prototype._getSeriesCompareFn=function(){return function(t,e){return e.value-t.value}},e}(Gu);nt(wc.prototype,Hs,{appendChart:Tl.prototype.appendChart,aggregateSeries:Tl.prototype.aggregateSeries,seriesSourcePoints:Tl.prototype.seriesSourcePoints,seriesValues:Tl.prototype.seriesValues}),Qt(wc,{categoryAxis:{categories:[]},valueAxis:{}});const Oc=wc;var Sc=function(t){function e(e,r,o){t.call(this,r),this.value=e,this.options.index=o.index}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getLabelText=function(t){var e=vt(t);return e?e(this.pointData()):t.format?this.formatValue(t.format):this.value},e.prototype.reflow=function(t){var e=this.points,r=this.children[0],o=Math.min(e[0].x,e[3].x),i=Math.max(e[1].x,e[2].x);this.box=new ke(o,e[0].y,i,e[2].y),r&&r.reflow(new ke(t.x1,e[0].y,t.x2,e[2].y))},e.prototype.createVisual=function(){var e,r=this,o=this.options;t.prototype.createVisual.call(this),this.addAccessibilityAttributesToVisual(),(e=o.visual?o.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,points:this.points,options:o,sender:this.getSender(),createVisual:function(){return r.createPath()}}):this.createPath())&&this.visual.append(e)},e.prototype.createPath=function(){var t=this.options,e=t.border;return $.drawing.Path.fromPoints(this.points,{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.color,opacity:e.opacity,width:e.width}}).close()},e.prototype.createHighlight=function(t){return $.drawing.Path.fromPoints(this.points,t)},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=$.drawing.Path.fromPoints(this.points).close();return{options:this.options,path:t}},e.prototype.createFocusHighlight=function(t){var e=this.options.accessibility.highlight.border.width,r=$.drawing.Path.fromPoints(this.points,nt({},t,{stroke:{width:2*e}})).close(),o=new $.drawing.MultiPath;return o.paths.push($.drawing.Path.fromRect(this.box.clone().pad(e).toRect())),o.paths.push($.drawing.Path.fromPoints(this.points)),r.clip(o),r},e.prototype.tooltipAnchor=function(){var t=this.box;return{point:new Pe(t.center().x,t.y1),align:{horizontal:"center",vertical:"top"}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.pointData=function(){return{dataItem:this.dataItem,category:this.category,value:this.value,series:this.series,percentage:this.percentage}},e.prototype.getIndex=function(){return this.index},e}(Be);Qt(Sc,{color:L,border:{width:1},labels:{format:""},accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}}),nt(Sc.prototype,ca),nt(Sc.prototype,Ua);const Pc=Sc;var Ac=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this.points=[],this.labels=[],this.legendItems=[],this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.formatPointValue=function(t,e){return this.plotArea.chartService.format.auto(e,t.value)},e.prototype.render=function(){var t=this,e=this.options,r=this.plotArea.options.seriesColors;void 0===r&&(r=[]);var o=e.series[0],i=o.data;if(i)for(var n=Xn(o),a=n.total,s=n.points,l=0;l<s.length;l++){var u=s[l];if(u){var c=u.fields;et(o.color)||(o.color=c.color||r[l%r.length]),c=nt({index:l,owner:t,series:o,seriesIx:0,dataItem:i[l],percentage:u.value/a},c,{visible:u.visible});var p=u.valueFields.value,h=t.createSegment(p,c),f=t.createLabel(p,c);h&&f&&h.append(f)}}},e.prototype.evalSegmentOptions=function(t,e,r){var o=r.series;Wn(t,{value:e,series:o,dataItem:r.dataItem,index:r.index},{defaults:o._defaults,excluded:["data","content","template","toggle","visual","ariaTemplate","ariaContent"]})},e.prototype.createSegment=function(t,e){var r=nt({},e.series);if(this.evalSegmentOptions(r,t,e),this.createLegendItem(t,r,e),!1!==e.visible){var o=new Pc(t,r,e);return Object.assign(o,e),this.append(o),this.points.push(o),o}},e.prototype.createLabel=function(t,e){var r=e.series,o=e.dataItem,i=nt({},this.options.labels,r.labels),n=t;if(i.visible){var a=vt(i),s={dataItem:o,value:t,percentage:e.percentage,category:e.category,series:r};a?n=a(s):i.format&&(n=this.chartService.format.auto(i.format,n)),i.color||(i.color=he(r.color),i.background||(i.background=r.color)),this.evalSegmentOptions(i,t,e);var l=new or(n,nt({vAlign:i.position},i),s);return this.labels.push(l),l}},e.prototype.labelPadding=function(){for(var t=this.labels,e={left:0,right:0},r=0;r<t.length;r++){var o=t[r].options.align;if(o!==h){var i=t[r].box.width();o===O?e.left=Math.max(e.left,i):e.right=Math.max(e.right,i)}}return e},e.prototype.dynamicSlopeReflow=function(t,e,r){for(var o=this.options,i=this.points,n=i.length,a=i[0],s=a,l=0;l<i.length;l++)i[l].percentage>s.percentage&&(s=i[l]);for(var u=a.percentage/s.percentage*e,c=(e-u)/2,p=0,h=0;h<n;h++){var f=i[h].percentage,d=i[h+1],v=d?d.percentage:f,g=i[h].points=[],y=o.dynamicHeight?r*f:r/n,m=void 0;m=Kt(m=f?(e-u*(v/f))/2:v?0:e/2,0,e),g.push(new $.geometry.Point(t.x1+c,t.y1+p)),g.push(new $.geometry.Point(t.x1+e-c,t.y1+p)),g.push(new $.geometry.Point(t.x1+e-m,t.y1+y+p)),g.push(new $.geometry.Point(t.x1+m,t.y1+y+p)),c=m,p+=y+o.segmentSpacing,u=Kt(e-2*m,0,e)}},e.prototype.constantSlopeReflow=function(t,e,r){for(var o=this.options,i=this.points,n=i.length,a=o.neckRatio<=1,s=a?o.neckRatio*e:e,l=a?0:(e-e/o.neckRatio)/2,u=((a?e:e-2*l)-s)/2,c=0,p=0;p<n;p++){var h=i[p].points=[],f=i[p].percentage,d=o.dynamicHeight?u*f:u/n,v=o.dynamicHeight?r*f:r/n;h.push(new $.geometry.Point(t.x1+l,t.y1+c)),h.push(new $.geometry.Point(t.x1+e-l,t.y1+c)),h.push(new $.geometry.Point(t.x1+e-l-d,t.y1+v+c)),h.push(new $.geometry.Point(t.x1+l+d,t.y1+v+c)),l+=d,c+=v+o.segmentSpacing}},e.prototype.reflow=function(t){var e=this.points,r=e.length;if(r){var o=this.options,i=t.clone().unpad(this.labelPadding()),n=i.height()-o.segmentSpacing*(r-1),a=i.width();o.dynamicSlope?this.dynamicSlopeReflow(i,a,n):this.constantSlopeReflow(i,a,n);for(var s=0;s<r;s++)e[s].reflow(t)}},e}(Be);Qt(Ac,{neckRatio:.3,width:300,dynamicSlope:!1,dynamicHeight:!0,segmentSpacing:0,labels:{visible:!1,align:h,position:h,zIndex:1}}),nt(Ac.prototype,Du);const jc=Ac;var kc=function(t){function e(e,r){r.dynamicSlope=!1,r.neckRatio=1e6,t.call(this,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(jc);const Mc=kc;var Tc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this.createChart(jc,qn(this.series,[Ti])),this.createChart(Mc,qn(this.series,[Ei]))},e.prototype.createChart=function(t,e){var r=e[0];if(r){var o=new t(this,{series:e,legend:this.options.legend,neckRatio:r.neckRatio,dynamicHeight:r.dynamicHeight,dynamicSlope:r.dynamicSlope,segmentSpacing:r.segmentSpacing,highlight:r.highlight});this.appendChart(o)}},e.prototype.appendChart=function(e,r){t.prototype.appendChart.call(this,e,r),Dt(this.options.legend.data,e.legendItems)},e.prototype._pointsByVertical=function(t){return this.pointsBySeriesIndex(t.series.index)},e.prototype._pointsByHorizontal=function(t){return[t]},e}(zs);const Ec=Tc;var Vc=function(t){function e(e,r){t.call(this),this.options=r,this.color=r.color||L,this.value=e}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.render=function(){this._rendered||(this._rendered=!0,this.createMarker(),this.createLabel(),this.createNote())},e.prototype.createLabel=function(){var t=this.options.labels;t.visible&&(this.label=this.createLabelElement(t),this.append(this.label))},e.prototype.createLabelElement=function(t){var e=t.color;return e||(e=he(this.color)),new or(this.getLabelText(t),nt({align:h,vAlign:h,margin:{left:5,right:5},zIndex:Wt(t.zIndex,this.series.zIndex)},t,{color:e}),this.pointData())},e.prototype.getLabelText=function(t){var e=vt(t);return e?e(this.pointData()):this.formatValue(t.format)},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.reflow=function(t){this.render();var e=this.label;this.box=t,e&&e.reflow(this.markerBox()),this.note&&this.note.reflow(t),this.marker.reflow(this.markerBox())},e.prototype.createVisual=function(){t.prototype.createVisual.call(this),this.addAccessibilityAttributesToVisual()},e.prototype.markerBox=function(){var t=this.options.markers,e=t.border,r=this.box.toRect(),o=Wt(t.type,"rect")===T,i=Wt(e.width,o?1:0),n=Math.round(i/2);if(t.size){var a=r.center();r.size.width=r.size.height=t.size,r.origin.x=Math.round(a.x-r.size.width/2),r.origin.y=Math.round(a.y-r.size.height/2)}return r.size.width-=i,r.size.height-=i,r.origin.y+=n+.5,r.origin.x+=n+.5,tr(r)},e.prototype.markerBorder=function(){var t=this.options,e=t.markers.border,r=Wt(e.opacity,t.opacity);return{color:e.color||this.color,width:e.width,opacity:r,dashType:e.dashType}},e.prototype.createMarker=function(){var t=this.options,e=t.markers,r=new Ue({type:Wt(e.type,"rect"),width:e.size,height:e.size,rotation:e.rotation,background:this.color,border:this.markerBorder(),borderRadius:e.borderRadius,opacity:this.series.opacity||t.opacity,zIndex:Wt(t.zIndex,this.series.zIndex),animation:t.animation,visual:t.visual},{dataItem:this.dataItem,value:this.value,series:this.series,category:this.category});this.marker=r,this.append(r)},e.prototype.createHighlight=function(t){var e=this.options,r=this.options.highlight.markers||this.options.markers,o=new Ue({type:Wt(r.type,"rect"),width:r.size,height:r.size,rotation:r.rotation,background:r.color||this.color,border:this.markerBorder(),borderRadius:r.borderRadius,opacity:this.series.opacity||e.opacity,zIndex:Wt(e.zIndex,this.series.zIndex)});o.reflow(this.markerBox());var i=o.getElement();return i.options.fill=t.fill,i.options.stroke=t.stroke,i},e.prototype.highlightVisual=function(){return this.rectVisual},e.prototype.highlightVisualArgs=function(){return{options:this.options,rect:this.box.toRect(),visual:this.rectVisual}},e.prototype.createFocusHighlight=function(){var t=this.options.markers,e=this.options.accessibility.highlight,r=new Ue({type:Wt(t.type,"rect"),width:t.size,height:t.size,rotation:t.rotation,background:e.color,border:e.border,borderRadius:t.borderRadius,padding:e.border.width/2,zIndex:e.zIndex});return r.reflow(this.markerBox()),r.getElement()},e.prototype.tooltipAnchor=function(){var t=this.box.center().x,e=this.box.y1-5;return{point:new Pe(t,e),align:{horizontal:h,vertical:p}}},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e.prototype.unclipElements=function(){},e.prototype.pointData=function(){return{x:this.value.x,y:this.value.y,value:this.value.value,dataItem:this.dataItem,series:this.series}},e}(Be);nt(Vc.prototype,ca),nt(Vc.prototype,pa),nt(Vc.prototype,Ua),Vc.prototype.defaults={markers:{type:"rect",borderRadius:4,border:{color:"transparent"}},padding:{top:1},labels:{visible:!1,padding:3},opacity:1,notes:{label:{}},accessibility:{role:jn,className:kn,ariaRoleDescription:Mn}};const Dc=Vc;var Ic=function(t){function e(e,r){t.call(this,r),this.plotArea=e,this.chartService=e.chartService,this._initFields(),this.render()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initFields=function(){this.points=[],this.seriesOptions=[],this.valueRange={min:S,max:P},this._evalSeries=[]},e.prototype.render=function(){this.setRange(),this.traverseDataPoints(this.addValue.bind(this))},e.prototype.setRange=function(){for(var t=this,e=this.options.series,r=0;r<e.length;r++)for(var o=e[r],i=0;i<o.data.length;i++){var n=t.plotArea.bindPoint(o,i).valueFields;Lt(n.value)&&null!==n.value&&(t.valueRange.min=Math.min(t.valueRange.min,n.value),t.valueRange.max=Math.max(t.valueRange.max,n.value))}},e.prototype.addValue=function(t,e){var r;t&&Lt(t.value)&&null!==t.value&&(r=this.createPoint(t,e))&&Object.assign(r,e),this.points.push(r)},e.prototype.evalPointOptions=function(t,e,r){var o=r.series,i=r.seriesIx,n={defaults:o._defaults,excluded:["data","tooltip","content","template","visual","toggle","drilldownSeriesFactory","ariaTemplate","ariaContent"]},a=this._evalSeries[i];Lt(a)||(this._evalSeries[i]=a=Wn(t,{},n,!0));var s=t;return a&&Wn(s=nt({},t),{value:e,series:o,dataItem:r.dataItem,min:this.valueRange.min,max:this.valueRange.max},n),s},e.prototype.pointType=function(){return Dc},e.prototype.pointOptions=function(t,e){var r=this.seriesOptions[e];if(!r){var o=this.pointType().prototype.defaults;this.seriesOptions[e]=r=nt({},o,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return r},e.prototype.createPoint=function(t,e){var r=e.series,o=this.pointOptions(r,e.seriesIx),i=e.color||r.color;o=this.evalPointOptions(o,t,e),et(r.color)?i=o.color:0!==this.valueRange.max&&(i=function(t,e){void 0===e&&(e=.05);var r=(0,$.parseColor)(t),o=1-e;return function(t){var e=r.toHSL(),i=100-e.l,n=o-t;return e.l+=Math.min(n*i,i),e.toCss()}}(i)(t.value/this.valueRange.max));var n=new Dc(t,o);return n.color=i,this.append(n),n},e.prototype.seriesAxes=function(t){var e=t.xAxis,r=t.yAxis,o=this.plotArea,i=e?o.namedXAxes[e]:o.axisX,n=r?o.namedYAxes[r]:o.axisY;if(!i)throw new Error("Unable to locate X axis with name "+e);if(!n)throw new Error("Unable to locate Y axis with name "+r);return{xAxis:i,yAxis:n}},e.prototype.reflow=function(t){var e=this,r=this.points,o=!this.options.clip,i=0;this.traverseDataPoints((function(t,n){var a=r[i++],s=e.seriesAxes(n.series),l=s.xAxis,u=s.yAxis,c=l.categoryIndex(t.x),p=u.categoryIndex(t.y),h=l.getSlot(c,c,o),f=u.getSlot(p,p,o);if(a)if(h&&f){var d=e.pointSlot(h,f);a.reflow(d)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new ke(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this,r=this.options.series,o=0;o<r.length;o++)for(var i=r[o],n=e.seriesAxes(i),a=n.xAxis,s=n.yAxis,l=a.currentRangeIndices(),u=s.currentRangeIndices(),c=0;c<i.data.length;c++){var p=e.plotArea.bindPoint(i,c),h=p.valueFields,f=p.fields,d=a.totalIndex(h.x),v=s.totalIndex(h.y),g=l.min<=d&&d<=l.max,y=u.min<=v&&v<=u.max;g&&y&&t(h,nt({pointIx:c,series:i,seriesIx:o,dataItem:i.data[c],owner:e},f))}},e.prototype.formatPointValue=function(t,e){var r=t.value;return this.chartService.format.auto(e,r.x,r.y,r.value)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],r=0;r<t.length;r++)e.push((t[r]||{}).marker);return e},e}(Be);Qt(Ic,{series:[],tooltip:{format:"{0}, {1}: {2}"},labels:{format:"{2}"},clip:!0});const Lc=Ic;var Nc=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initFields=function(){this.namedXAxes={},this.namedYAxes={}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.bindCategories(),this.createAxes(t),this.createCharts(t),this.createAxisLabels()},e.prototype.bindCategories=function(){for(var t=this.srcSeries||this.series,e=0;e<t.length;e++){for(var r=t[e],o=r.data||[],i=this.seriesAxes(r),n=i.xAxis,a=i.yAxis,s=be(n.categories||[]),l=be(a.categories||[]),u=0;u<o.length;u++){var c=ni.current.bindPoint(r,u).valueFields,p=c.x,h=c.y;s.has(p)||s.add(p),l.has(h)||l.add(h)}n.categories=s.values(),a.categories=l.values()}},e.prototype.createCharts=function(t){for(var e=this,r=this.groupSeriesByPane(),o=0;o<t.length;o++){var i=t[o],n=r[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);a&&e.createHeatmapChart(qn(a,[Vi]),i)}},e.prototype.createHeatmapChart=function(t,e){var r=new Lc(this,{series:t});this.appendChart(r,e)},e.prototype.seriesPaneName=function(t){var e=this.options,r=t.xAxis,o=xt([].concat(e.xAxis),(function(t){return t.name===r}))[0],i=t.yAxis,n=xt([].concat(e.yAxis),(function(t){return t.name===i}))[0],a=(e.panes||[{}])[0].name||"default";return(o||{}).pane||(n||{}).pane||a},e.prototype.seriesAxes=function(t){var e,r,o=this.options,i=[].concat(o.xAxis),n=t.xAxis;e=n?i.find((function(t){return t.name===n})):i[0];var a=[].concat(o.yAxis),s=t.yAxis;if(r=s?a.find((function(t){return t.name===s})):a[0],!e)throw new Error("Unable to locate X axis with name "+n);if(!r)throw new Error("Unable to locate Y axis with name "+s);return{xAxis:e,yAxis:r}},e.prototype.createAxisLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e].createLabels()},e.prototype.createXYAxis=function(t,e,r){for(var o,i=t.name,n=e?this.namedYAxes:this.namedXAxes,a=Object.assign({axisCrossingValue:0},t,{vertical:e,reverse:e||this.chartService.rtl?!t.reverse:t.reverse,justified:!1}),s=a.categories?a.categories[0]:null,l=[a.min,a.max,s],u=this.series,c=0;c<u.length;c++){var p=u[c],h=p[e?"yAxis":"xAxis"];if(h===a.name||0===r&&!h){var f=ni.current.bindPoint(p,0).valueFields;l.push(f[e?"y":"x"]);break}}for(var d=0;d<l.length;d++)if(l[d]instanceof Date){o=!0;break}var v=new(Gn(a.type,g)||!a.type&&o?bo:uo)(a,this.chartService);if(v.axisIndex=r,i){if(n[i])throw new Error((e?"Y":"X")+" axis with name "+i+" is already defined");n[i]=v}return this.appendAxis(v),v.indexCategories(),v},e.prototype.createAxes=function(t){for(var e=this,r=this.options,o=[].concat(r.xAxis),i=[],n=[].concat(r.yAxis),a=[],s=0;s<o.length;s++)Ot(e.findPane(o[s].pane),t)&&i.push(e.createXYAxis(o[s],!1,s));for(var l=0;l<n.length;l++)Ot(e.findPane(n[l].pane),t)&&a.push(e.createXYAxis(n[l],!0,l));this.axisX=this.axisX||i[0],this.axisY=this.axisY||a[0]},e.prototype.removeAxis=function(e){var r=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?delete this.namedYAxes[r]:delete this.namedXAxes[r],e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype._dispatchEvent=function(t,e,r){for(var o=t._eventCoordinates(e),i=new Pe(o.x,o.y),n=this.axes,a=n.length,s=[],l=[],u=0;u<a;u++){var c=n[u];Hn(c.options.vertical?l:s,c.getCategory(i))}s.length>0&&l.length>0&&t.trigger(r,{element:Ft(e),originalEvent:e,x:ra(s),y:ra(l)})},e.prototype.updateAxisOptions=function(t,e){var r=t.options.vertical,o=this.groupAxes(this.panes),i=(r?o.y:o.x).indexOf(t);Rc(this.options,i,r,e),Rc(this.originalOptions,i,r,e)},e.prototype.crosshairOptions=function(t){return Object.assign({},t.options.crosshair,{zIndex:0})},e.prototype._pointsByVertical=function(t,e){var r=this;void 0===e&&(e=0);var o=this.axisX.options.reverse?-1*e:e,i=this.axisX.children,n=this._getPointAxisXIndex(t)+o,a=i[n=tt(n,i.length)].value,s=this.filterPoints((function(t){return Bc(t.pointData().x,a)})).sort((function(t,e){return r._getPointAxisYIndex(t)-r._getPointAxisYIndex(e)}));return this.axisY.options.reverse?s.reverse():s},e.prototype._pointsByHorizontal=function(t,e){var r=this;void 0===e&&(e=0);var o=this.axisY.options.reverse?-1*e:e,i=this.axisY.children,n=this._getPointAxisYIndex(t)+o,a=i[n=tt(n,i.length)].value,s=this.filterPoints((function(t){return Bc(t.pointData().y,a)})).sort((function(t,e){return r._getPointAxisXIndex(t)-r._getPointAxisXIndex(e)}));return this.axisX.options.reverse?s.reverse():s},e.prototype._getPointAxisXIndex=function(t){return this._getPointAxisIndex(this.axisX,t.pointData().x)},e.prototype._getPointAxisYIndex=function(t){return this._getPointAxisIndex(this.axisY,t.pointData().y)},e.prototype._getPointAxisIndex=function(t,e){return t.children.findIndex((function(t){return Bc(e,t.value)}))},e}(zs);function Bc(t,e){return t instanceof Date&&e instanceof Date?eo(t,e):t===e}function Rc(t,e,r,o){nt([].concat(r?t.yAxis:t.xAxis)[e],o)}Qt(Nc,{xAxis:{},yAxis:{}}),nt(Nc.prototype,Hs);const zc=Nc;var Fc="color",Hc="first",Uc="max",Kc="min",Xc="noteText";au.current.register(Tl,[Oi,ki,Ii,Qi,wi,Wi,ji,Li,Ai,Zi,Si,qi,$i,Xi,tn,Di,Ki,Ji].concat(un)),au.current.register(ku,[Gi,Yi,Pi].concat(un)),au.current.register(Ru,[Ni]),au.current.register(Xu,[Mi]),au.current.register(Ec,[Ti,Ei]),au.current.register(ac,[Bi,Ri,zi].concat(un)),au.current.register(Oc,[Fi,Hi,Ui].concat(un)),au.current.register(zc,[Vi]),ni.current.register([Oi,ki,Ii,Qi,wi,Wi],[I],[En,Fc,Xc,vi,gi,Ln]),ni.current.register([$i,Xi,Ki,Ji],["from","to"],[En,Fc,Xc,Ln]),ni.current.register([tn,Di],[I],[En,Fc,Xc,"summary",Ln]),ni.current.register([Bi,Ri,zi],[B,R],[Fc,Ln]),ni.current.register([Fi,Hi,Ui],[I],[En,Fc,Ln]),ni.current.register([Ti,Ei],[I],[En,Fc,"visibleInLegend","visible",Ln]),$s.current.register([Oi,ki,Ii,Qi,wi,Wi,tn,Di],{value:Uc,color:Hc,noteText:Hc,errorLow:Kc,errorHigh:Uc}),$s.current.register([$i,Xi,Ki,Ji],{from:Kc,to:Uc,color:Hc,noteText:Hc}),$s.current.register([Fi,Hi,Ui],{value:Uc,color:Hc}),ni.current.register([Gi,Yi,Pi],[B,R],[Fc,Xc,"xErrorLow","xErrorHigh","yErrorLow","yErrorHigh"]),ni.current.register([Pi],[B,R,"size"],[Fc,En,Xc]),ni.current.register([Vi],[B,R,I],[Fc,Xc]),ni.current.register([ji,Li],["open","high","low","close"],[En,Fc,"downColor",Xc]),$s.current.register([ji,Li],{open:Uc,high:Uc,low:Kc,close:Uc,color:Hc,downColor:Hc,noteText:Hc}),ni.current.register([Si,qi],["lower","q1","median","q3","upper","mean","outliers"],[En,Fc,Xc,Ln]),$s.current.register([Si,qi],{lower:Uc,q1:Uc,median:Uc,q3:Uc,upper:Uc,mean:Uc,outliers:Hc,color:Hc,noteText:Hc}),ni.current.register([Ai,Zi],["current","target"],[En,Fc,"visibleInLegend",Xc,Ln]),$s.current.register([Ai,Zi],{current:Uc,target:Uc,color:Hc,noteText:Hc}),ni.current.register([Ni,Mi],[I],[En,Fc,"explode","visibleInLegend","visible",Ln]);var $c=[En,I,B,R],Gc="mousemove",Yc="contextmenu",Wc="mouseleave",qc="keydown",Zc="focus",Qc="blur",Jc=function(t){function e(e,r,o,i){var n=this;void 0===i&&(i={}),t.call(this),this.observers=[],this.addObserver(i.observer),this.chartService=new _r(this,i),this.chartService.theme=o,this._initElement(e);var a=nt({},this.options,r);this._originalOptions=nt({},a),this._theme=o,this._initTheme(a,o),this._focusState={},this._initHandlers(),this._initSurface(),this.bindCategories(),Zt.preloadFonts(r,(function(){n.fontLoaded=!0,n._destroyed||(n.trigger("init"),n._redraw(),n._attachEvents())}))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initElement=function(t){for(this._setElementClass(t),t.style.position="relative",t.tabIndex=t.getAttribute("tabindex")?t.getAttribute("tabindex"):0,t.setAttribute("role","graphics-document document");t.firstChild;)t.removeChild(t.firstChild);this.element=t},e.prototype._setElementClass=function(t){U(t,"k-chart")},e.prototype._initTheme=function(t,e){for(var r=[],o=t.series||[],i=0;i<o.length;i++)r.push(Object.assign({},o[i]));t.series=r,function(t){for(var e=$c,r=0;r<e.length;r++){var o=e[r]+"Axes";t[o]&&(t[e[r]+"Axis"]=t[o],delete t[o])}}(t),this.applyDefaults(t,e),null===t.seriesColors&&delete t.seriesColors,q(t.title)&&(t.title={text:t.title}),this.options=nt({},e,t),this.applySeriesColors()},e.prototype.getSize=function(){var t=this.options.chartArea||{};return{width:t.width?parseInt(t.width,10):Math.floor(this.element.offsetWidth),height:t.height?parseInt(t.height,10):Math.floor(this.element.offsetHeight)}},e.prototype.resize=function(t){var e=this.getSize(),r=this._size,o=e.width>0||e.height>0;t||o&&(!r||e.width!==r.width||e.height!==r.height)?(this._size=e,this._resize(e,t),this.trigger("resize",e)):o&&this._selections&&se(this._selections,(function(t){return!t.visible}))&&(this._destroySelections(),this._setupSelection())},e.prototype._resize=function(){this._noTransitionsRedraw()},e.prototype.redraw=function(t){if(this.applyDefaults(this.options),this.applySeriesColors(),t){var e=this._model._plotArea,r=e.findPane(t);e.redraw(r)}else this._redraw()},e.prototype.getAxis=function(t){return qo(t,this._plotArea.axes)},e.prototype.findAxisByName=function(t){return this.getAxis(t)},e.prototype.findPaneByName=function(t){for(var e=this._plotArea.panes,r=0;r<e.length;r++)if(e[r].options.name===t)return new Qo(e[r])},e.prototype.findPaneByIndex=function(t){var e=this._plotArea.panes;if(e[t])return new Qo(e[t])},e.prototype.plotArea=function(){return new Jo(this._plotArea)},e.prototype.toggleHighlight=function(t,e){var r,o,i,n=this._plotArea,a=(n.srcSeries||n.series||[])[0];et(e)?r=n.filterPoints(e):(at(e)?(o=e.series,i=e.category):o=i=e,r=a.type===Mi?tp(n.pointsBySeriesName(o),i):Ot(a.type,[Ni,Ti,Ei])?tp((n.charts[0]||{}).points,i):n.pointsBySeriesName(o)),r&&this.togglePointsHighlight(t,r)},e.prototype.togglePointsHighlight=function(t,e){for(var r=this._highlight,o=0;o<e.length;o++)r.togglePointHighlight(e[o],t)},e.prototype.showTooltip=function(t){var e,r,o=this._sharedTooltip(),i=this._tooltip,n=this._plotArea;if(et(t)?(e=n.findPoint(t))&&o&&(r=e.categoryIx):o&&Lt(t)&&(r=n.categoryAxis.categoryIndex(t)),o){if(r>=0){var a=this._plotArea.pointsByCategoryIndex(r);i.showAt(a)}}else e&&i.show(e)},e.prototype.hideTooltip=function(){this._tooltip.hide()},e.prototype._initSurface=function(){var t=this.surface,e=this._surfaceWrap(),r=this.options.chartArea||{};r.width&&Rt(e,{width:r.width}),r.height&&Rt(e,{height:r.height}),t&&t.options.type===this.options.renderAs?(this.surface.clear(),this.surface.resize()):(this._destroySurface(),this.surface=$.drawing.Surface.create(e,{type:this.options.renderAs}),this.surface.bind("mouseenter",this._surfaceMouseenterHandler),this.surface.bind("mouseleave",this._surfaceMouseleaveHandler))},e.prototype._surfaceWrap=function(){return this.element},e.prototype._redraw=function(){var t=this._getModel();this._size={width:t.options.width,height:t.options.height},this._destroyView(),this._setElementAccessibilityAttributes(),this._model=t,this._plotArea=t._plotArea,this._legend=t._legend,t.renderVisual(),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.setup()})),this._initSurface(),this.surface.draw(t.visual),!1!==this.options.transitions&&t.traverse((function(t){t.animation&&t.animation.play()})),this._tooltip=this._createTooltip(),this._highlight=new Dl,this._setupSelection(),this._createPannable(),this._createZoomSelection(),this._createMousewheelZoom(),this.trigger("render"),np(this._plotArea.panes),this._navState||this._cancelDomEvents()},e.prototype._setElementAccessibilityAttributes=function(){var t=this.options.title,e=q(t)?t:t.description||t.text;e&&this.element.setAttribute("aria-roledescription",e)},e.prototype.exportVisual=function(t){var e;if(t&&(t.width||t.height||t.options)){var r=this.options,o=nt({},t.options,{chartArea:{width:t.width,height:t.height}});ip(this._originalOptions,o),this.options=nt({},this._originalOptions,o),this._initTheme(this.options,this._theme),this.bindCategories();var i=this._getModel();i.renderVisual(),np(i._plotArea.panes),e=i.visual,this.options=r}else e=this.surface.exportVisual();return e},e.prototype._sharedTooltip=function(){return this._plotArea instanceof Tl&&this.options.tooltip&&this.options.tooltip.shared},e.prototype._createPannable=function(){var t=this.options;!1!==t.pannable&&(this._pannable=new Bl(this._plotArea,t.pannable))},e.prototype._createZoomSelection=function(){var t=this.options.zoomable,e=(t||{}).selection;!1!==t&&!1!==e&&(this._zoomSelection=new zl(this,e))},e.prototype._createMousewheelZoom=function(){var t=this.options.zoomable,e=(t||{}).mousewheel;!1!==t&&!1!==e&&(this._mousewheelZoom=new Hl(this,e))},e.prototype._toggleDragZoomEvents=function(){var t=this.options.pannable,e=this.options.zoomable,r=(e||{}).selection,o=(e||{}).mousewheel,i=!(t||!1!==e&&!1!==r||this.requiresHandlers([bn,yn,mn])),n=(!1===e||!1===o)&&!this.requiresHandlers([xn,_n,Cn]),a=this.element;this._dragZoomEnabled&&i&&n?(a.style.touchAction=this._touchAction||"",this._dragZoomEnabled=!1):this._dragZoomEnabled||i&&n||(a.style.touchAction="none",this._dragZoomEnabled=!0),this._toggleDomEvents(!i,!n)},e.prototype._toggleDomEvents=function(t,e){var r=this.domEvents;r&&(r.toggleDrag&&r.toggleDrag(t),r.toggleZoom&&r.toggleZoom(e))},e.prototype._createTooltip=function(){var t=this.options.tooltip;return this._sharedTooltip()?this._createSharedTooltip(t):new hu(this.chartService,t)},e.prototype._createSharedTooltip=function(t){return new du(this._plotArea,t)},e.prototype.applyDefaults=function(t,e){!function(t,e){var r,o,i,n=(e||{}).axisDefaults||{};function a(t){var e=(t||{}).color||o.color,i=nt({},n,n[r],o,o[r],{line:{color:e},labels:{color:e},title:{color:e}},t);return delete i[r],i}for(var s=0;s<$c.length;s++)r=$c[s]+"Axis",o=t.axisDefaults||{},i=(i=[].concat(t[r])).map(a),t[r]=i.length>1?i:i[0]}(t,e),function(t,e){var r=t.series,o=r.length,i=t.seriesDefaults,n=nt({},t.seriesDefaults),a=e?nt({},e.seriesDefaults):{},s=nt({},a);ep(n),ep(s);for(var l=0;l<o;l++){var u=r[l].type||t.seriesDefaults.type,c=nt({data:[]},s,a[u],{tooltip:t.tooltip},n,i[u]);r[l]._defaults=c,r[l]=nt({},c,r[l]),r[l].data=r[l].data||[]}}(t,e)},e.prototype.applySeriesColors=function(){for(var t=this.options,e=t.series,r=t.seriesColors||[],o=0;o<e.length;o++){var i=e[o],n=r[o%r.length],a=i._defaults;i.color=i.color||n,a&&(a.color=a.color||n)}},e.prototype._getModel=function(){var t=this.options,e=this._createPlotArea(),r=new Ye(this._modelOptions());r.chart=this,r._plotArea=e;var o=ar.buildTitle(t.title),i=ar.buildTitle(t.subtitle,{align:t.title.align,position:t.title.position});if(r.append.apply(r,ar.orderTitles([o,i])),t.legend&&t.legend.visible){var n=new iu(e.options.legend,this.chartService);r.append(n),r._legend=n}return r.append(e),r.reflow(),r},e.prototype._modelOptions=function(){var t=this.options,e=this.getSize();return nt({transitions:t.transitions,width:e.width||600,height:e.height||400},t.chartArea)},e.prototype._createPlotArea=function(t){var e=this.options;return au.current.create(t?[]:e.series,e,this.chartService)},e.prototype._setupSelection=function(){for(var t=this._plotArea.axes,e=this._selections=[],r=0;r<t.length;r++){var o=t[r],i=o.options;if(o instanceof uo&&i.select&&!i.vertical){var n=o.range(),a=new cu(this,o,nt({min:n.min,max:n.max},i.select));e.push(a)}}},e.prototype._selectStart=function(t){return this.trigger(wn,t)},e.prototype._select=function(t){return this.trigger(On,t)},e.prototype._selectEnd=function(t){return this.trigger(Sn,t)},e.prototype._initHandlers=function(){this._clickHandler=this._click.bind(this),this._keydownHandler=this._keydown.bind(this),this._focusHandler=this._focus.bind(this),this._blurHandler=this._blur.bind(this),this._mousedownHandler=this._mousedown.bind(this),this._mousewheelHandler=this._mousewheel.bind(this),this._mouseleaveHandler=this._mouseleave.bind(this),this._surfaceMouseenterHandler=this._mouseover.bind(this),this._surfaceMouseleaveHandler=this._mouseout.bind(this),this._mousemove=(0,$.throttle)(this._mousemove.bind(this),20)},e.prototype.addObserver=function(t){t&&this.observers.push(t)},e.prototype.removeObserver=function(t){var e=this.observers.indexOf(t);e>=0&&this.observers.splice(e,1)},e.prototype.requiresHandlers=function(t){for(var e=this.observers,r=0;r<e.length;r++)if(e[r].requiresHandlers(t))return!0},e.prototype.trigger=function(t,e){void 0===e&&(e={}),e.sender=this,t===Pn?e.anchor.point=this._toDocumentCoordinates(e.anchor.point):t===fn?this._updateDrilldownPoint(e.point):t===dn?this._resetDrilldownPoint():t===pn?(this._focusPoint(e.point),this._startDrilldown(e.point)):t===cn&&this._focusLegendItem(e);for(var r=this.observers,o=!1,i=0;i<r.length;i++)r[i].trigger(t,e)&&(o=!0);return o},e.prototype._attachEvents=function(){var t,e,r=this.element;this._touchAction=r.style.touchAction,It(r,((t={})[Yc]=this._clickHandler,t[In]=this._mousewheelHandler,t[Wc]=this._mouseleaveHandler,t[qc]=this._keydownHandler,t.mousedown=this._mousedownHandler,t[Zc]=this._focusHandler,t[Qc]=this._blurHandler,t)),this._shouldAttachMouseMove()&&It(r,((e={})[Gc]=this._mousemove,e)),this.domEvents=Or.create(this.element,{start:this._start.bind(this),move:this._move.bind(this),end:this._end.bind(this),tap:this._tap.bind(this),gesturestart:this._gesturestart.bind(this),gesturechange:this._gesturechange.bind(this),gestureend:this._gestureend.bind(this)}),this._toggleDragZoomEvents()},e.prototype._mouseleave=function(t){this._hoveredPoint&&(this._hoveredPoint.out(this,t),this._hoveredPoint=null),this._plotAreaHovered&&(this._plotAreaHovered=!1,this.trigger(gn)),this._hasInactiveOpacity()&&this._activeChartInstance&&(this._applySeriesOpacity(this._activeChartInstance.children,null,!0),this._updateSeriesOpacity(null,!0))},e.prototype._cancelDomEvents=function(){this.domEvents&&this.domEvents.cancel&&this.domEvents.cancel()},e.prototype._gesturestart=function(t){this._mousewheelZoom&&!this._stopChartHandlers(t)&&(this._gestureDistance=t.distance,this._unsetActivePoint(),this._clearFocusedElement(),this.surface.suspendTracking())},e.prototype._gestureend=function(t){this._zooming&&!this._stopChartHandlers(t)&&(this.surface&&this.surface.resumeTracking(),this._zooming=!1,this.trigger(Cn,{}))},e.prototype._gesturechange=function(t){var e=this._mousewheelZoom;if(e&&!this._stopChartHandlers(t)){t.preventDefault();var r=this._gestureDistance,o=-t.distance/r+1;if(Math.abs(o)>=.1){o=Math.round(10*o),this._gestureDistance=t.distance;var i={delta:o,axisRanges:rp(this._plotArea.axes),originalEvent:t};if(this._zooming||!this.trigger(xn,i)){var n=this._eventCoordinates(t);this._zooming||(this._zooming=!0),(i.axisRanges=e.updateRanges(o,n))&&!this.trigger(_n,i)&&e.zoom()}}}},e.prototype._mouseout=function(t){if(t.element){var e=this._drawingChartElement(t.element,t);e&&e.leave&&e.leave(this,t.originalEvent)}},e.prototype._start=function(t){var e=this._eventCoordinates(t);!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(e)&&(this.requiresHandlers([bn,yn,mn])&&this._startNavigation(t,e,bn),this._pannable&&this._pannable.start(t)&&(this.surface.suspendTracking(),this._unsetActivePoint(),this._clearFocusedElement(),this._suppressHover=!0,this.chartService.panning=!0),this._zoomSelection&&this._zoomSelection.start(t)&&this.trigger(xn,{axisRanges:rp(this._plotArea.axes),originalEvent:t}))},e.prototype._move=function(t){var e=this._navState,r=this._pannable;if(!this._stopChartHandlers(t)){if(r){var o=r.move(t);o&&!this.trigger(yn,{axisRanges:o,originalEvent:t})&&r.pan()}else if(e){for(var i={},n=e.axes,a=0;a<n.length;a++){var s=n[a];if(s.options.name){var l=s.options.vertical?t.y:t.x,u=l.startLocation-l.location;0!==u&&(i[s.options.name]=s.translateRange(u))}}e.axisRanges=i,this.trigger(yn,{axisRanges:i,originalEvent:t})}this._zoomSelection&&this._zoomSelection.move(t)}},e.prototype._end=function(t){if(!this._stopChartHandlers(t)){var e=this._pannable;if(e&&e.end(t)?(this.surface.resumeTracking(),this.trigger(mn,{axisRanges:rp(this._plotArea.axes),originalEvent:t}),this._suppressHover=!1,this.chartService.panning=!1):this._endNavigation(t,mn),this._zoomSelection){var r=this._zoomSelection.end(t);r&&!this.trigger(_n,{axisRanges:r,originalEvent:t})&&(this._zoomSelection.zoom(),this.trigger(Cn,{axisRanges:r,originalEvent:t}))}}},e.prototype._stopChartHandlers=function(t){var e=this._selections||[];if(!e.length)return!1;var r=this._eventCoordinates(t),o=this._plotArea.paneByPoint(r);if(o)for(var i=0;i<e.length;i++)if(e[i].onPane(o))return!0},e.prototype._mousewheelZoomRate=function(){var t=(this.options.zoomable||{}).mousewheel||{};return Wt(t.rate,.3)},e.prototype._mousewheel=function(t){var e=this,r=Et(t),o=this._mousewheelZoom,i=this._eventCoordinates(t);if(!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(i))if(o){var n={delta:r,axisRanges:rp(this._plotArea.axes),originalEvent:t};!this._zooming&&this.trigger(xn,n)||(t.preventDefault(),this._zooming||(this._unsetActivePoint(),this._clearFocusedElement(),this.surface.suspendTracking(),this._zooming=!0),this._mwTimeout&&clearTimeout(this._mwTimeout),n.axisRanges=o.updateRanges(r,i),n.axisRanges&&!this.trigger(_n,n)&&o.zoom(),this._mwTimeout=setTimeout((function(){e.trigger(Cn,n),e._zooming=!1,e.surface&&e.surface.resumeTracking()}),150))}else{var a=this._navState;if(a||this._startNavigation(t,i,xn)||(a=this._navState),a){var s=a.totalDelta||r;a.totalDelta=s+r;for(var l=this._navState.axes,u={},c=0;c<l.length;c++){var p=l[c],h=p.options.name;h&&(u[h]=p.scaleRange(-s*e._mousewheelZoomRate(),i))}this.trigger(_n,{delta:r,axisRanges:u,originalEvent:t}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._endNavigation(t,Cn)}),150)}}},e.prototype._startNavigation=function(t,e,r){var o=this._model._plotArea,i=o.findPointPane(e),n=o.axes.slice(0);if(i){var a=rp(n);this.trigger(r,{axisRanges:a,originalEvent:t})?this._cancelDomEvents():(this._suppressHover=!0,this._unsetActivePoint(),this._clearFocusedElement(),this._navState={axisRanges:a,pane:i,axes:n})}},e.prototype._endNavigation=function(t,e){this._navState&&(this.trigger(e,{axisRanges:this._navState.axisRanges,originalEvent:t}),this._suppressHover=!1,this._navState=null)},e.prototype._getChartElement=function(t,e){var r=this.surface.eventTarget(t);if(r)return this._drawingChartElement(r,t,e)},e.prototype._drawingChartElement=function(t,e,r){for(var o,i=t;i&&!o;)o=i.chartElement,i=i.parent;if(o)return o.aliasFor&&(o=o.aliasFor(e,this._eventCoordinates(e))),r&&(o=o.closest(r))&&o.aliasFor&&(o=o.aliasFor()),o},e.prototype._eventCoordinates=function(t){var e=zt(t);return this._toModelCoordinates(e.x,e.y)},e.prototype._elementPadding=function(){if(!this._padding){var t=ct(this.element,["paddingLeft","paddingTop"]),e=t.paddingLeft,r=t.paddingTop;this._padding={top:r,left:e}}return this._padding},e.prototype._toDocumentCoordinates=function(t){var e=this._elementPadding(),r=Bt(this.element);return{left:Gt(t.x+e.left+r.left),top:Gt(t.y+e.top+r.top)}},e.prototype._toModelCoordinates=function(t,e){var r=this.element,o=Bt(r),i=this._elementPadding(),n=pe(r).invert(),a=new $.geometry.Point(t-o.left-i.left,e-o.top-i.top).transform(n);return new Pe(a.x,a.y)},e.prototype._tap=function(t){var e=this,r=this.surface.eventTarget(t),o=this._drawingChartElement(r,t),i=this._sharedTooltip();this._startHover(r,t)||i||this._unsetActivePoint(),i&&this._trackSharedTooltip(this._eventCoordinates(t),t,!0),this._propagateClick(o,t),this.handlingTap=!0,setTimeout((function(){e.handlingTap=!1}),0)},e.prototype._click=function(t){var e=this._getChartElement(t);this._propagateClick(e,t)},e.prototype._propagateClick=function(t,e){for(var r=t;r;)r.click&&r.click(this,e),r=r.parent},e.prototype._isLegendBeforeChart=function(){var t=this.options.legend.position,e=this._legend;return e&&e.hasItems()&&(t===D||t===O)},e.prototype._focus=function(){this._preventInitialPointFocus||(this._isLegendBeforeChart()?this._focusFirstLegendItem():this._focusFirstPoint()),this._preventInitialPointFocus=!1},e.prototype._keydown=function(t){var e=this._focusState.legendInFocus,r=this._legend;if("Tab"===t.key){this._clearFocusedElement();var o=this._isLegendBeforeChart();e&&o!==t.shiftKey?this._navigatePoints(t):!e&&o===t.shiftKey&&r.hasItems()&&this._navigateLegend(t)}else e?this._navigateLegend(t):this._navigatePoints(t)},e.prototype._navigatePoints=function(t){var e=this,r=this._focusState,o=this._plotArea;if(r.legendInFocus=!1,!r.focusedElement)return this._focusFirstPoint(),void t.preventDefault();var i=function(o){r.focusedPoint=o,e._focusElement(r.focusedPoint),t.preventDefault()};switch(t.key){case l:i(o.getPointToTheRight(r.focusedPoint));break;case s:i(o.getPointToTheLeft(r.focusedPoint));break;case a:i(o.getPointBelow(r.focusedPoint));break;case n:i(o.getPointAbove(r.focusedPoint))}},e.prototype._navigateLegend=function(t){var e=this,r=this,o=r._focusState,i=r._legend,u=r.chartService.rtl;if(o.legendInFocus=!0,!o.focusedElement)return this._focusFirstLegendItem(),void t.preventDefault();var c=i.getItems().length,p=function(r){o.focusedLegendItemIndex=r(o.focusedLegendItemIndex,c),e._focusElement(e._getFocusedLegendItem()),t.preventDefault()};switch(t.key){case n:case s:p(u?Q:J);break;case a:case l:p(u?J:Q)}},e.prototype._focusFirstPoint=function(){var t=this._focusState.focusedPoint=this._plotArea.getFirstPoint();t&&this._focusElement(t)},e.prototype._hasFocus=function(){return this.element.ownerDocument.activeElement===this.element},e.prototype._mousedown=function(){this._hasFocus()||(this._preventInitialPointFocus=!0)},e.prototype._focusChart=function(){this._hasFocus()||(this._preventInitialPointFocus=!0,this.element.focus())},e.prototype._focusPoint=function(t){this._focusState.focusedPoint=t,this._focusChart(),this._focusElement(t,!0)},e.prototype._focusFirstLegendItem=function(){var t=this._focusState;t.focusedLegendItemIndex=0,this._focusElement(this._getFocusedLegendItem()),t.legendInFocus=!0},e.prototype._focusLegendItem=function(t){var e=this._focusState;e.focusedLegendItemIndex=this._legend.getItems().findIndex((function(e){return e.options.series.index===t.seriesIndex&&e.options.pointIndex===t.pointIndex})),e.legendInFocus=!0,this._focusChart(),this._focusElement(this._getFocusedLegendItem(),!0)},e.prototype._getFocusedLegendItem=function(){var t=this._focusState;return this._legend.getItems()[t.focusedLegendItemIndex]},e.prototype._focusElement=function(t,e){var r=this._focusState;if(this._clearFocusedElement(),t&&(r.focusedElement=t,this._setElementActiveDescendant(t),!e))if(t.focusVisual(),r.legendInFocus){var o=t.options;this._showSeriesInactiveOpacity(o.series.index,o.pointIndex)}else this._showInactiveOpacity(t)},e.prototype._clearFocusedElement=function(){var t=this._focusState;t&&(t.focusedElement&&(t.focusedElement.clearFocusFromVisual(),this._clearElementActiveDescendant()),t.focusedElement=null)},e.prototype._setElementActiveDescendant=function(t){"canvas"===this.options.renderAs&&(this._pseudoFocusedElement=this._createPseudoFocusedElement(t),this.element.append(this._pseudoFocusedElement)),this.element.setAttribute(u,t._id)},e.prototype._clearElementActiveDescendant=function(){this._pseudoFocusedElement&&(this._pseudoFocusedElement.remove(),this._pseudoFocusedElement=null),this.element.removeAttribute(u)},e.prototype._createPseudoFocusedElement=function(t){var e=document.createElement("div"),r=t.options.accessibility;e.id=t._id,e.setAttribute("aria-label",t.getAriaLabelText()),e.setAttribute("role",r.role),e.setAttribute("aria-roledescription",r.ariaRoleDescription);var o=r.ariaChecked;return Lt(o)&&e.setAttribute("aria-checked",o),e},e.prototype._blur=function(){this._focusState.legendInFocus=!1,this._clearFocusedElement(),this._hideInactiveOpacity()},e.prototype._startHover=function(t,e){if(this._suppressHover)return!1;var r=this._drawingChartElement(t,e,(function(t){return(t.hover||t.over)&&!(t instanceof zs)})),o=this._activePoint;return this._updateHoveredPoint(r,e),r&&o!==r&&r.hover&&(this._activePoint=r,this._sharedTooltip()||r.hover(this,e)||(this._displayTooltip(r),this._showInactiveOpacity(r))),r},e.prototype._displayTooltip=function(t){nt({},this.options.tooltip,t.options.tooltip).visible&&this._tooltip.show(t)},e.prototype._displayInactiveOpacity=function(t,e,r){var o=this._activeChartInstance=this._chartInstanceFromPoint(t);if(o)if(e)this._updateSeriesOpacity(t),this._applySeriesOpacity(o.children,null,!0),this._applySeriesOpacity(o.children,t.series),this._highlight.show(r||t);else{var i;if(!o.supportsPointInactiveOpacity())return void this._highlight.show(t);(i=this._getInactivePoints(t,o))&&i.length&&this._highlight.show(i,1-this._getInactiveOpacityForSeries(t.series))}},e.prototype._getInactivePoints=function(t,e){return this._getAllPointsOfType(e,t.constructor).filter((function(e){return e!==t}))},e.prototype._getAllPointsOfType=function(t,e){for(var r=[],o=0;o<t.children.length;o++){var i=t.children[o];i.constructor===e?r.push(i):i.children&&i.children.length&&(r=r.concat(this._getAllPointsOfType(i,e)))}return r},e.prototype._updateHoveredPoint=function(t,e){var r=this._hoveredPoint;r&&r!==t&&(r.out(this,e),this._hoveredPoint=null),t&&r!==t&&t.over&&(this._hoveredPoint=t,t.over(this,e))},e.prototype._updateDrilldownPoint=function(t){t&&t.series&&ni.current.bindPoint(t.series,null,t.dataItem).fields.drilldown&&(this._drilldownState={cursor:this.element.style.cursor},this.element.style.cursor="pointer")},e.prototype._resetDrilldownPoint=function(){this._drilldownState&&(this.element.style.cursor=this._drilldownState.cursor,this._drilldownState=null)},e.prototype._startDrilldown=function(t){if(t&&t.series){var e=t.series,r=ni.current.bindPoint(e,null,t.dataItem).fields.drilldown;if(r){var o={series:e,point:t,value:r,sender:this};this.trigger("drilldown",o)}}},e.prototype._updateSeriesOpacity=function(t,e){for(var r=this._plotArea,o=r.series.length,i=0;i<o;i++){var n=r.series[i],a=this._getDefaultOpacityForSeries(n),s=this._getInactiveOpacityForSeries(n);e||n===t.series?(n.opacity=a,n.line&&(n.line.opacity=a)):(n.defaultOpacity=a,n.opacity=s,n.line&&(n.line.opacity=s))}},e.prototype._applySeriesOpacity=function(t,e,r,o){for(var i=0;i<t.length;i++){var n=t[i],a=n.series||o;if(a&&(a.highlight||{}).visible&&n.visual){var s=o?o.opacity:n.series.opacity;(a!==e||r)&&n.visual.opacity(r?1:s)}n.children&&n.children.length&&this._applySeriesOpacity(n.children,e,r,n.series)}},e.prototype._chartInstanceFromPoint=function(t){for(var e=t.parent;e&&!e.plotArea;)e=e.parent;return e},e.prototype._showInactiveOpacity=function(t){var e=this._plotArea.series.length>1;this._hasInactiveOpacity()?this._displayInactiveOpacity(t,e):this._highlight.show(t)},e.prototype._hideInactiveOpacity=function(t){var e=this._plotArea.series.length>1;this._hasInactiveOpacity()&&(e&&this._activeChartInstance&&(this._updateSeriesOpacity(t,!0),this._applySeriesOpacity(this._activeChartInstance.children,null,!0),this._activeChartInstance=null),this._highlight&&this._highlight.hide(),this._activePoint=null)},e.prototype._hasInactiveOpacity=function(){var t=void 0!==this.options.seriesDefaults.highlight.inactiveOpacity,e=this.options.series.filter((function(t){return void 0!==t.highlight.inactiveOpacity})).length>0;return t||e},e.prototype._getInactiveOpacityForSeries=function(t){var e=this.options.seriesDefaults.highlight.inactiveOpacity;return t.highlight.inactiveOpacity||e||t.opacity||1},e.prototype._getDefaultOpacityForSeries=function(t){return t.defaultOpacity||t.opacity||1},e.prototype._mouseover=function(t){var e,r=this._startHover(t.element,t.originalEvent);r&&r.tooltipTracking&&!this._mouseMoveTrackHandler&&!this._sharedTooltip()&&(this._mouseMoveTrackHandler=this._mouseMoveTracking.bind(this),It(document,((e={})[Gc]=this._mouseMoveTrackHandler,e)))},e.prototype._mouseMoveTracking=function(t){var e,r=this,o=r.options,i=r._tooltip,n=r._highlight,a=r._activePoint,s=this._eventCoordinates(t);if(this._plotArea.box.containsPoint(s)){if(a&&a.tooltipTracking&&a.series&&a.parent.getNearestPoint){var l=a.parent.getNearestPoint(s.x,s.y,a.seriesIx);l&&l!==a&&(this._activePoint=l,l.hover(this,t)||(nt({},o.tooltip,l.options.tooltip).visible&&i.show(l),n.show(l)))}}else Yt(document,((e={})[Gc]=this._mouseMoveTrackHandler,e)),this._unsetActivePoint(),this._clearFocusedElement(),this._mouseMoveTrackHandler=null,this._hideInactiveOpacity(a)},e.prototype._mousemove=function(t){var e=this._eventCoordinates(t),r=this._plotArea;if(this._trackCrosshairs(e),r.hover){var o=r.backgroundContainsPoint(e);o?(this._plotAreaHovered=!0,this._plotArea.hover(this,t)):this._plotAreaHovered&&!o&&(this._plotAreaHovered=!1,this.trigger(gn))}this._sharedTooltip()&&this._trackSharedTooltip(e,t)},e.prototype._trackCrosshairs=function(t){for(var e=this._plotArea.crosshairs,r=0;r<e.length;r++){var o=e[r];o.box.containsPoint(t)?o.showAt(t):o.hide()}},e.prototype._trackSharedTooltip=function(t,e,r){if(!this._suppressHover){var o=this,i=o.options.tooltip,n=o._plotArea,a=o._plotArea.categoryAxis,s=o._tooltip,l=o._highlight;if(n.backgroundContainsPoint(t)){var u=a.pointCategoryIndex(t);if(u!==this._tooltipCategoryIx||!this._sharedHighlight&&r){var c=n.pointsByCategoryIndex(u),p=c.map((function(t){return t.eventArgs(e)})),h=p[0]||{};h.categoryPoints=p,c.length>0&&!this.trigger(hn,h)?(i.visible&&s.showAt(c,t),l.show(c),this._sharedHighlight=!0):s.hide(),this._tooltipCategoryIx=u}else r&&this._sharedHighlight&&(l.hide(),s.hide(),this._sharedHighlight=!1)}else this._sharedHighlight&&(l.hide(),s.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1)}},e.prototype.hideElements=function(t){var e=this._plotArea;this._mousemove.cancel(),e.hideCrosshairs(),this._unsetActivePoint(t)},e.prototype._unsetActivePoint=function(t){var e=this._tooltip,r=this._highlight;this._activePoint=null,this._hoveredPoint=null,!e||t&&t.keepTooltipOpen||e.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1,r&&r.hide()},e.prototype._deferRedraw=function(){this._redraw()},e.prototype._clearRedrawTimeout=function(){this._redrawTimeout&&(clearInterval(this._redrawTimeout),this._redrawTimeout=null)},e.prototype.bindCategories=function(){for(var t=this.options,e=[].concat(t.categoryAxis),r=0;r<e.length;r++){var o=e[r];!1!==o.autoBind&&this.bindCategoryAxisFromSeries(o,r)}},e.prototype.bindCategoryAxisFromSeries=function(t,e){var r=this,o=new Set,i=this.options.series.filter((function(r){return r.categoryAxis===t.name||!r.categoryAxis&&0===e})),n=i.some((function(t){return Boolean(t.categoryField)})),a=i.filter((function(t){return t.data&&t.data.length>0})),s=a.map((function(t){return ni.current.bindPoint(t,0).fields.category})),l=s.reduce((function(e,r){return e||ea(t,r)}),!1);if(a.filter((function(t,e){return t.categoryField||Lt(s[e])})).forEach((function(t){return t.data.forEach((function(e,i){var n=ni.current.bindPoint(t,i).fields.category;if(l){var a=Qn(n,e,r.chartService.intl);n=a?a.getTime():void 0}o.add(n)}))})),o.size>0){var u=Array.from(o.values());l&&(u=u.sort().map((function(t){return t&&new Date(t)}))),t.categories=u}else n&&(t.categories=[])},e.prototype._isBindable=function(t){for(var e=ni.current.valueFields(t),r=!0,o=0;o<e.length;o++){var i=e[o];if(i===I?i="field":i+="Field",!Lt(t[i])){r=!1;break}}return r},e.prototype._noTransitionsRedraw=function(){var t,e=this.options;!1!==e.transitions&&(e.transitions=!1,t=!0),this._redraw(),t&&(e.transitions=!0)},e.prototype._legendItemHover=function(t,e){this._showSeriesInactiveOpacity(t,e)},e.prototype._showSeriesInactiveOpacity=function(t,e){var r,o=this._plotArea,i=this._highlight,n=(o.srcSeries||o.series)[t];if(r=Ot(n.type,[Ni,Mi,Ti,Ei])?o.findPoint((function(r){return r.series.index===t&&r.index===e})):o.pointsBySeriesIndex(t),this._hasInactiveOpacity()&&n.visible&&r){var a=o.series.length>1,s=r.length?r[0]:r;this._displayInactiveOpacity(s,a,r)}else i.show(r)},e.prototype._shouldAttachMouseMove=function(){return this._plotArea.crosshairs.length||this._tooltip&&this._sharedTooltip()||this.requiresHandlers([vn,gn])},e.prototype.updateMouseMoveHandler=function(){var t,e;Yt(this.element,((t={})[Gc]=this._mousemove,t)),this._shouldAttachMouseMove()&&It(this.element,((e={})[Gc]=this._mousemove,e))},e.prototype.applyOptions=function(t,e){ip(this._originalOptions,t),this._originalOptions=nt(this._originalOptions,t),this.options=nt({},this._originalOptions),e&&(this._theme=e,this.chartService.theme=e),this._initTheme(this.options,this._theme),this._toggleDragZoomEvents()},e.prototype.setOptions=function(t,e){this.applyOptions(t,e),this.bindCategories(),this.redraw(),this.updateMouseMoveHandler()},e.prototype.setDirection=function(t){this.chartService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&this._destroySurface()},e.prototype.setIntlService=function(t){this.chartService.intl=t},e.prototype.noTransitionsRedraw=function(){this._noTransitionsRedraw()},e.prototype.destroy=function(){var t,e;this._destroyed=!0,Yt(this.element,((t={})[Yc]=this._clickHandler,t[In]=this._mousewheelHandler,t[Gc]=this._mousemove,t[Wc]=this._mouseleaveHandler,t[qc]=this._keydownHandler,t[Zc]=this._focusHandler,t[Qc]=this._blurHandler,t)),this.domEvents&&(this.domEvents.destroy(),delete this.domEvents),this._mouseMoveTrackHandler&&Yt(document,((e={})[Gc]=this._mouseMoveTrackHandler,e)),this._focusState=null,this._destroyView(),this._destroySurface(),this._clearRedrawTimeout()},e.prototype._destroySurface=function(){var t=this.surface;t&&(t.unbind("mouseenter",this._surfaceMouseenterHandler),t.unbind("mouseleave",this._surfaceMouseleaveHandler),t.destroy(),this.surface=null)},e.prototype._destroySelections=function(){var t=this._selections;if(t)for(;t.length>0;)t.shift().destroy()},e.prototype._destroyView=function(){var t=this._model;t&&(t.destroy(),this._model=null),this._unsetActivePoint(),this._clearFocusedElement(),this._resetDrilldownPoint(),this._destroySelections(),this._tooltip&&this._tooltip.destroy(),this._highlight&&this._highlight.destroy(),this._zoomSelection&&(this._zoomSelection.destroy(),delete this._zoomSelection),this._pannable&&(this._pannable.destroy(),delete this._pannable),this._mousewheelZoom&&(this._mousewheelZoom.destroy(),delete this._mousewheelZoom)},e}($.Class);function tp(t,e){if(t)for(var r=0;r<t.length;r++)if(t[r].category===e)return[t[r]]}function ep(t){delete t.bar,delete t.column,delete t.rangeColumn,delete t.line,delete t.verticalLine,delete t.pie,delete t.donut,delete t.area,delete t.verticalArea,delete t.scatter,delete t.scatterLine,delete t.bubble,delete t.candlestick,delete t.ohlc,delete t.boxPlot,delete t.bullet,delete t.verticalBullet,delete t.polarArea,delete t.polarLine,delete t.radarArea,delete t.radarLine,delete t.waterfall}function rp(t){for(var e={},r=0;r<t.length;r++){var o=t[r],i=o.options.name;i&&(e[i]=o.range())}return e}var op=["data","categories"];function ip(t,e){for(var r in e)if(!Ot(r,op)&&Ce(e,r)){var o=e[r],i=t[r];if(Lt(i)){var n=null===o;n||!Lt(o)?(delete t[r],n&&delete e[r]):i&&at(o)&&at(i)&&ip(i,o)}}}function np(t){for(var e=0;e<t.length;e++)t[e].notifyRender()}Qt(Jc,{renderAs:"",chartArea:{},legend:{visible:!0,labels:{},accessibility:{highlight:{border:{opacity:1,color:c,width:2}}}},categoryAxis:{},seriesDefaults:{type:ki,data:[],highlight:{visible:!0},labels:{},negativeValues:{visible:!1},accessibility:{highlight:{border:{opacity:1,width:2},zIndex:200}}},series:[],seriesColors:null,tooltip:{visible:!1},transitions:!0,valueAxis:{},plotArea:{},title:{},xAxis:{},yAxis:{},panes:[{}],pannable:!1,zoomable:!1});const ap=Jc;var sp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._slotAnchor=function(t,e){var r=this.plotArea.categoryAxis.options.vertical,o=r?{horizontal:"left",vertical:"center"}:{horizontal:"center",vertical:"bottom"};return{point:r?new Pe(this.plotArea.box.x2,e.center().y):new Pe(e.center().x,-2),align:o}},e.prototype._defaultAnchor=function(t,e){return this._slotAnchor({},e)},e}(du);const lp=sp;var up=[Oi,Ai];function cp(t){for(var e=[],r=0;r<t.length;r++){var o=t[r];e[r]=o.style.display,o.style.display="none"}return e}function pp(t,e){for(var r=0;r<t.length;r++)t[r].style.display=e[r]}function hp(t){return W(t)?[t]:t}var fp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._setElementClass=function(t){U(t,"k-sparkline")},e.prototype._initElement=function(e){t.prototype._initElement.call(this,e),this._initialWidth=Math.floor(Rt(e).width)},e.prototype._resize=function(){var e=this.element,r=cp(e.childNodes);this._initialWidth=Math.floor(Rt(e).width),pp(e.childNodes,r),t.prototype._resize.call(this)},e.prototype._modelOptions=function(){var t=this.options,e=this._surfaceWrap(),r=cp(e.childNodes),o=document.createElement("span");o.innerHTML="&nbsp;",e.appendChild(o);var i=nt({width:this._autoWidth,height:Rt(e).height,transitions:t.transitions},t.chartArea,{inline:!0,align:!1});return Rt(e,{width:i.width,height:i.height}),e.removeChild(o),pp(e.childNodes,r),this.surface&&this.surface.resize(),i},e.prototype._surfaceWrap=function(){if(!this.stage){var t=this.stage=document.createElement("span");this.element.appendChild(t)}return this.stage},e.prototype._createPlotArea=function(e){var r=t.prototype._createPlotArea.call(this,e);return this._autoWidth=this._initialWidth||this._calculateWidth(r),r},e.prototype._calculateWidth=function(t){for(var e=this.options,r=pt(e.chartArea.margin),o=t.charts,i=this._surfaceWrap(),n=0,a=0;a<o.length;a++){var s=o[a],l=(s.options.series||[])[0];if(l){if(l.type===Oi)return 150;if(l.type===Ai)return 150;if(l.type===Ni)return Rt(i).height;var u=s.categoryAxis;if(u){var c=u.categoriesCount()*(!s.options.isStacked&&Ot(l.type,[ki,Zi])?s.seriesOptions.length:1);n=Math.max(n,c)}}}var p=n*e.pointWidth;return p>0&&(p+=r.left+r.right),p},e.prototype._createSharedTooltip=function(t){return new lp(this._plotArea,t)},e.normalizeOptions=function(t){var e=hp(t);return(e=H(e)?{seriesDefaults:{data:e}}:nt({},e)).series||(e.series=[{data:hp(e.data)}]),nt(e,{seriesDefaults:{type:e.type}}),(Ot(e.series[0].type,up)||Ot(e.seriesDefaults.type,up))&&(e=nt({},{categoryAxis:{crosshair:{visible:!1}}},e)),e},e}(ap);Qt(fp,{chartArea:{margin:2},axisDefaults:{visible:!1,majorGridLines:{visible:!1},valueAxis:{narrowRange:!0}},seriesDefaults:{type:"line",area:{line:{width:.5}},bar:{stack:!0},padding:2,width:.5,overlay:{gradient:null},highlight:{visible:!1},border:{width:0},markers:{size:2,visible:!1}},tooltip:{visible:!0,shared:!0},categoryAxis:{crosshair:{visible:!0,tooltip:{visible:!1}}},legend:{visible:!1},transitions:!1,pointWidth:5,panes:[{clip:!1}]});const dp=fp;var vp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){this._initialOpacity=parseFloat(ct(this.element,"opacity").opacity)},e.prototype.step=function(t){ct(this.element,{opacity:String(St(this._initialOpacity,0,t))})},e.prototype.abort=function(){t.prototype.abort.call(this),ct(this.element,{display:"none",opacity:String(this._initialOpacity)})},e.prototype.cancel=function(){t.prototype.abort.call(this),ct(this.element,{opacity:String(this._initialOpacity)})},e}($.drawing.Animation);const gp=vp;function yp(t,e){var r=document.createElement("div");return r.className=t,e&&(r.style.cssText=e),r}var mp=function(t){function e(e,r,o){t.call(this),this.options=nt({},this.options,o),this.container=e,this.chartService=r;var i=ct(e,["paddingLeft","paddingTop"]);this.chartPadding={top:i.paddingTop,left:i.paddingLeft},this.createElements(),e.appendChild(this.element)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.createElements=function(){var t=this.element=yp("k-navigator-hint","display: none; position: absolute; top: 1px; left: 1px;"),e=this.tooltip=yp("k-tooltip k-chart-tooltip"),r=this.scroll=yp("k-scroll");e.innerHTML="&nbsp;",t.appendChild(e),t.appendChild(r)},e.prototype.show=function(t,e,r){var o=this,i=o.element,n=o.options,a=o.scroll,s=o.tooltip,l=Gr(to(t)+to(e-t)/2),u=.4*r.width(),c=r.center().x-u,p=(r.center().x-c)/(n.max-n.min),h=l-n.min,f=this.chartService.intl.format(n.format,t,e),d=vt(n);this.clearHideTimeout(),this._visible||(ct(i,{visibility:"hidden",display:"block"}),this._visible=!0),d&&(f=d({from:t,to:e})),s.innerHTML=f,ct(s,{left:r.center().x-s.offsetWidth/2,top:r.y1});var v=ct(s,["marginTop","borderTopWidth","height"]);ct(a,{width:u,left:c+h*p,top:r.y1+v.marginTop+v.borderTopWidth+v.height/2}),ct(i,{visibility:"visible"})},e.prototype.clearHideTimeout=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this._hideAnimation&&this._hideAnimation.cancel()},e.prototype.hide=function(){var t=this;this.clearHideTimeout(),this._hideTimeout=setTimeout((function(){t._visible=!1,t._hideAnimation=new gp(t.element),t._hideAnimation.setup(),t._hideAnimation.play()}),this.options.hideDelay)},e.prototype.destroy=function(){this.clearHideTimeout(),this.container&&this.container.removeChild(this.element),delete this.container,delete this.chartService,delete this.element,delete this.tooltip,delete this.scroll},e}($.Class);Qt(mp,{format:"{0:d} - {1:d}",hideDelay:500});const bp=mp;var xp="_navigator",_p=xp,Cp="_default",wp=function(t){function e(e){var r;t.call(this),this.chart=e;var o=this.options=nt({},this.options,e.options.navigator),i=o.select;i&&(i.from=this.parseDate(i.from),i.to=this.parseDate(i.to)),Lt(o.hint.visible)||(o.hint.visible=o.visible),this.chartObserver=new jt(this,((r={})[yn]="_drag",r[mn]="_dragEnd",r[_n]="_zoom",r[Cn]="_zoomEnd",r)),e.addObserver(this.chartObserver)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parseDate=function(t){return no(this.chart.chartService.intl,t)},e.prototype.clean=function(){this.selection&&(this.selection.destroy(),this.selection=null),this.hint&&(this.hint.destroy(),this.hint=null)},e.prototype.destroy=function(){this.chart&&(this.chart.removeObserver(this.chartObserver),delete this.chart),this.clean()},e.prototype.redraw=function(){this._redrawSelf(),this.initSelection()},e.prototype.initSelection=function(){var t,e=this.chart,r=this.options,o=this.mainAxis(),i=o.roundedRange(),n=i.min,a=i.max,s=r.select,l=s.from,u=s.to,c=s.mousewheel,p=(t=o,Op.prototype=t,new Op);0!==o.categoriesCount()&&(this.clean(),p.box=o.box,this.selection=new cu(e,p,{min:n,max:a,from:l||n,to:u||a,mousewheel:Wt(c,{zoom:"left"}),visible:r.visible},new jt(this,{selectStart:"_selectStart",select:"_select",selectEnd:"_selectEnd"})),r.hint.visible&&(this.hint=new bp(e.element,e.chartService,{min:n,max:a,template:vt(r.hint),format:r.hint.format})))},e.prototype.setRange=function(){var t=this.chart._createPlotArea(!0).namedCategoryAxes[_p].roundedRange(),e=t.min,r=t.max,o=this.options.select||{},i=o.from||e;i<e&&(i=e);var n=o.to||r;n>r&&(n=r),this.options.select=nt({},o,{from:i,to:n}),this.filterAxes()},e.prototype._redrawSelf=function(t){var e=this.chart._plotArea;e&&e.redraw(Ut(e.panes),t)},e.prototype.redrawSlaves=function(){var t=this.chart,e=t._plotArea,r=e.panes.filter((function(t){return t.options.name!==xp}));e.srcSeries=t.options.series,e.options.categoryAxis=t.options.categoryAxis,e.clearSeriesPointsCache(),e.redraw(r)},e.prototype._drag=function(t){var e,r=this.chart,o=this.selection,i=r._eventCoordinates(t.originalEvent),n=this.mainAxis(),a=n.roundedRange(),s=n.pane.box.containsPoint(i),l=r._plotArea.categoryAxis,u=t.axisRanges[l.options.name],c=this.options.select;if(u&&!s&&o){e=c.from&&c.to?to(c.to)-to(c.from):to(o.options.to)-to(o.options.from);var p=Gr(Kt(to(u.min),a.min,to(a.max)-e)),h=Gr(Kt(to(p)+e,to(a.min)+e,a.max));this.options.select={from:p,to:h},this.options.liveDrag&&(this.filterAxes(),this.redrawSlaves()),o.set(p,h),this.showHint(p,h)}},e.prototype._dragEnd=function(){this.filterAxes(),this.filter(),this.redrawSlaves(),this.hint&&this.hint.hide()},e.prototype.readSelection=function(){var t=this.selection.options,e=t.from,r=t.to,o=this.options.select;o.from=e,o.to=r},e.prototype.filterAxes=function(){var t=this.options.select;void 0===t&&(t={});for(var e=this.chart.options.categoryAxis,r=t.from,o=t.to,i=0;i<e.length;i++){var n=e[i];n.pane!==xp&&(n.min=r,n.max=o)}},e.prototype.filter=function(){var t=this.chart,e=this.options.select;if(t.requiresHandlers(["navigatorFilter"])){var r=this.mainAxis(),o={from:e.from,to:e.to};if("category"!==r.options.type){var i=new bo(nt({baseUnit:"fit"},t.options.categoryAxis[0],{categories:[e.from,e.to]}),t.chartService).options;o.from=Wr(i.min,-i.baseUnitStep,i.baseUnit),o.to=Wr(i.max,i.baseUnitStep,i.baseUnit)}this.chart.trigger("navigatorFilter",o)}},e.prototype._zoom=function(t){var e=this,r=e.chart._plotArea.categoryAxis,o=e.selection,i=e.options,n=i.select,a=i.liveDrag,s=this.mainAxis(),l=t.delta;if(o){var u=s.categoryIndex(o.options.from),c=s.categoryIndex(o.options.to),p=this.chart._eventCoordinates(t.originalEvent);t.originalEvent.preventDefault(),Math.abs(l)>1&&(l*=3),c-u>1?(o.zoom(l,p),this.readSelection()):(r.options.min=n.from,n.from=r.scaleRange(-t.delta*this.chart._mousewheelZoomRate(),p).min),a&&(this.filterAxes(),this.redrawSlaves()),o.set(n.from,n.to),this.showHint(this.options.select.from,this.options.select.to)}},e.prototype._zoomEnd=function(t){this._dragEnd(t)},e.prototype.showHint=function(t,e){var r=this.chart._plotArea;this.hint&&this.hint.show(t,e,r.backgroundBox())},e.prototype._selectStart=function(t){return this.chart._selectStart(t)},e.prototype._select=function(t){return this.showHint(t.from,t.to),this.chart._select(t)},e.prototype._selectEnd=function(t){return this.hint&&this.hint.hide(),this.readSelection(),this.filterAxes(),this.filter(),this.redrawSlaves(),this.chart._selectEnd(t)},e.prototype.mainAxis=function(){var t=this.chart._plotArea;if(t)return t.namedCategoryAxes[_p]},e.prototype.select=function(t,e){var r=this.options.select;return t&&e&&(r.from=this.parseDate(t),r.to=this.parseDate(e),this.filterAxes(),this.filter(),this.redrawSlaves(),this.selection.set(t,e)),{from:r.from,to:r.to}},e.setup=function(t,r){if(void 0===t&&(t={}),void 0===r&&(r={}),!t.__navi){t.__navi=!0;var o=nt({},r.navigator,t.navigator),i=t.panes=[].concat(t.panes),n=nt({},o.pane,{name:xp});o.visible||(n.visible=!1,n.height=.1),"top"!==t.navigator.position?i.push(n):i.unshift(n),i.forEach((function(t){t.name=t.name||Cp})),e.attachAxes(t,o),e.attachSeries(t,o,r)}},e.attachAxes=function(t,e){var r=e.series||[],o=t.categoryAxis=[].concat(t.categoryAxis),i=t.valueAxis=[].concat(t.valueAxis);o.concat(i).forEach((function(t){t.pane=t.pane||Cp}));var n=0===qn(r,en).length,a=nt({type:"date",pane:xp,roundToBaseUnit:!n,justified:n,_collapse:!1,majorTicks:{visible:!0},tooltip:{visible:!1},labels:{step:1},autoBind:e.autoBindElements,autoBaseUnitSteps:{minutes:[1],hours:[1,2],days:[1,2],weeks:[],months:[1],years:[1]}}),s=e.categoryAxis;o.push(nt({},a,{maxDateGroups:200},s,{name:_p,title:null,baseUnit:"fit",baseUnitStep:"auto",labels:{visible:!1},majorTicks:{visible:!1}}),nt({},a,s,{name:_p+"_labels",maxDateGroups:20,baseUnitStep:"auto",labels:{position:""},plotBands:[],autoBaseUnitSteps:{minutes:[]},_overlap:!0}),nt({},a,s,{name:_p+"_ticks",maxDateGroups:200,majorTicks:{width:.5},plotBands:[],title:null,labels:{visible:!1,mirror:!0},_overlap:!0})),i.push(nt({name:_p,pane:xp,majorGridLines:{visible:!1},visible:!1},e.valueAxis))},e.attachSeries=function(t,e,r){for(var o=t.series=t.series||[],i=[].concat(e.series||[]),n=r.seriesColors,a=e.seriesDefaults,s=0;s<i.length;s++)o.push(nt({color:n[s%n.length],categoryField:e.dateField,visibleInLegend:!1,tooltip:{visible:!1}},a,i[s],{axis:_p,categoryAxis:_p,autoBind:e.autoBindElements}))},e}($.Class);function Op(){}const Sp=wp;var Pp=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.applyDefaults=function(e,r){var o=Rt(this.element).width||600,i=r,n={seriesDefaults:{categoryField:e.dateField},axisDefaults:{categoryAxis:{name:"default",majorGridLines:{visible:!1},labels:{step:2},majorTicks:{visible:!1},maxDateGroups:Math.floor(o/28)}}};i&&(i=nt({},i,n)),Sp.setup(e,i),t.prototype.applyDefaults.call(this,e,i)},e.prototype._setElementClass=function(t){U(t,"k-chart k-stockchart")},e.prototype.setOptions=function(e){this.destroyNavigator(),t.prototype.setOptions.call(this,e)},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this.options.transitions=!1,this._fullRedraw(),this.options.transitions=t},e.prototype._resize=function(){this.noTransitionsRedraw()},e.prototype._redraw=function(){var t=this.navigator;!this._dirty()&&t&&t.options.partialRedraw?t.redrawSlaves():this._fullRedraw()},e.prototype._dirty=function(){var t=this.options,e=xt([].concat(t.series,t.navigator.series),(function(t){return t&&t.visible})).length,r=this._seriesCount!==e;return this._seriesCount=e,r},e.prototype._fullRedraw=function(){var e=this.navigator;e||(e=this.navigator=new Sp(this),this.trigger("navigatorCreated",{navigator:e})),e.clean(),e.setRange(),t.prototype._redraw.call(this),e.initSelection()},e.prototype._trackSharedTooltip=function(e){var r=this._plotArea.paneByPoint(e);r&&r.options.name===xp?this._unsetActivePoint():t.prototype._trackSharedTooltip.call(this,e)},e.prototype.bindCategories=function(){t.prototype.bindCategories.call(this),this.copyNavigatorCategories()},e.prototype.copyNavigatorCategories=function(){for(var t,e=[].concat(this.options.categoryAxis),r=0;r<e.length;r++){var o=e[r];o.name===_p?t=o.categories:t&&o.pane===xp&&(o.categories=t)}},e.prototype.destroyNavigator=function(){this.navigator&&(this.navigator.destroy(),this.navigator=null)},e.prototype.destroy=function(){this.destroyNavigator(),t.prototype.destroy.call(this)},e.prototype._stopChartHandlers=function(e){var r=this._eventCoordinates(e),o=this._plotArea.paneByPoint(r);return t.prototype._stopChartHandlers.call(this,e)||o&&o.options.name===xp},e.prototype._toggleDragZoomEvents=function(){this._dragZoomEnabled||(this.element.style.touchAction="none",this._dragZoomEnabled=!0)},e}(ap);Qt(Pp,{dateField:"date",axisDefaults:{categoryAxis:{type:"date",baseUnit:"fit",justified:!0},valueAxis:{narrowRange:!0,labels:{format:"C"}}},navigator:{select:{},seriesDefaults:{markers:{visible:!1},tooltip:{visible:!1},highlight:{visible:!1},line:{width:2}},hint:{},visible:!0},tooltip:{visible:!0},legend:{visible:!1}});const Ap=Pp;var jp=150,kp="arrowPointer",Mp="barPointer",Tp=.5,Ep=Math.PI/180,Vp="inside",Dp="linear",Ip="outside",Lp="radialPointer",Np="radialRangePointer";function Bp(t,e){var r=t.getOrigin(),o=t.getSize(),i=pt(e);return t.setOrigin([r.x-i.left,r.y-i.top]),t.setSize([o.width+(i.left+i.right),o.height+(i.top+i.bottom)]),t}var Rp=$.drawing.Group,zp=$.drawing.Path,Fp=$.drawing.Text;function Hp(t,e){var r=t.box,o=t.children[0].box,i=e.border||{},n=e.background||"",a=zp.fromRect(new $.geometry.Rect([r.x1,r.y1],[r.width(),r.height()]),{stroke:{}}),s=new Fp(t.text,new $.geometry.Point(o.x1,o.y1),{font:e.font,fill:{color:e.color}}),l=Bp(s.bbox().clone(),e.padding),u=zp.fromRect(l,{stroke:{color:i.width?i.color:"",width:i.width,opacity:i.opacity,dashType:i.dashType,lineJoin:"round",lineCap:"round"},fill:{color:n}}),c=new Rp;return c.append(a),c.append(u),c.append(s),c}function Up(t,e,r){var o=Lt(t.from)?t.from:P,i=Lt(t.to)?t.to:S;return t.from=Math.max(Math.min(i,o),e),t.to=Math.min(Math.max(i,o),r),t}function Kp(t,e){var r=pt(e);return r.left=-r.left,r.top=-r.top,r.right=-r.right,r.bottom=-r.bottom,Bp(t,r)}var Xp=$.drawing.Path,$p=$.drawing.Surface,Gp=function(t){function e(e,r,o,i){void 0===i&&(i={}),t.call(this),this.element=e,this.theme=o,this.contextService=new _r(this,i),this._originalOptions=nt({},this.options,r),this.options=nt({},this._originalOptions),this._initTheme(o),this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.surface&&(this.surface.destroy(),this.surface=null),delete this.element,delete this.surfaceElement},e.prototype.value=function(t){var e=this.pointers[0];if(0===arguments.length)return e.value();e.value(t),this._setValueOptions(t)},e.prototype._draw=function(){var t=this.surface;t.clear(),t.draw(this._visuals)},e.prototype.exportVisual=function(){return this._visuals},e.prototype.allValues=function(t){var e=this.pointers,r=[];if(0===arguments.length){for(var o=0;o<e.length;o++)r.push(e[o].value());return r}if(H(t))for(var i=0;i<t.length;i++)W(t[i])&&e[i].value(t[i]);this._setValueOptions(t)},e.prototype._setValueOptions=function(t){for(var e=[].concat(this.options.pointer),r=[].concat(t),o=0;o<r.length;o++)e[o].value=r[o]},e.prototype.resize=function(){this.noTransitionsRedraw()},e.prototype.noTransitionsRedraw=function(){var t=this.options.transitions;this._toggleTransitions(!1),this.redraw(),this._toggleTransitions(t)},e.prototype.redraw=function(){var t=this._surfaceSize(),e=new $.geometry.Rect([0,0],[t.width,t.height]);this._initSurface(),this.gaugeArea=this._createGaugeArea(),this._createModel();var r=Kp(e.bbox(),this._gaugeAreaMargin);this.reflow(r)},e.prototype.setOptions=function(t,e){this._originalOptions=nt(this._originalOptions,t),this.options=nt({},this._originalOptions),this._initTheme(e),this.redraw()},e.prototype.setDirection=function(t){this.contextService.rtl=Boolean(t),this.surface&&"svg"===this.surface.type&&(this.surface.destroy(),this.surface=null)},e.prototype.setIntlService=function(t){this.contextService.intl=t},e.prototype._initTheme=function(t){var e=t||this.theme||{};this.theme=e,this.options=nt({},e,this.options);var r=this.options,o=r.pointer;if(H(o)){for(var i=[],n=0;n<o.length;n++)i.push(nt({},e.pointer,o[n]));r.pointer=i}},e.prototype._createGaugeArea=function(){var t=this.options.gaugeArea,e=this.surface.size(),r=t.border||{},o=new $.geometry.Rect([0,0],[e.width,e.height]);return this._gaugeAreaMargin=t.margin||5,r.width>0&&(o=Kp(o,r.width)),Xp.fromRect(o,{stroke:{color:r.width?r.color:"",width:r.width,opacity:r.opacity,dashType:r.dashType,lineJoin:"round",lineCap:"round"},fill:{color:t.background}})},e.prototype._initSurface=function(){var t=this.options,e=this.surface,r=this._surfaceElement(),o=this._surfaceSize();Rt(r,o),e&&e.options.type===t.renderAs?(this.surface.clear(),this.surface.resize()):(e&&e.destroy(),this.surface=$p.create(r,{type:t.renderAs}))},e.prototype._surfaceSize=function(){var t=this.options,e=this._getSize();return t.gaugeArea&&nt(e,t.gaugeArea),e},e.prototype._surfaceElement=function(){return this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.element.appendChild(this.surfaceElement)),this.surfaceElement},e.prototype.getSize=function(){return this._getSize()},e.prototype._getSize=function(){var t=this.element,e=this._defaultSize(),r=t.offsetWidth,o=t.offsetHeight;return r||(r=e.width),o||(o=e.height),{width:r,height:o}},e.prototype._defaultSize=function(){return{width:200,height:200}},e.prototype._toggleTransitions=function(t){this.options.transitions=t;for(var e=0;e<this.pointers.length;e++)this.pointers[e].options.animation.transitions=t},e}($.Class);Qt(Gp,{plotArea:{},theme:"default",renderAs:"",pointer:{},scale:{},gaugeArea:{}});const Yp=Gp;var Wp=$.drawing.Path,qp=$.drawing.Group,Zp=$.geometry.Point;function Qp(t,e){var r,o,i=t.position,n=t.tickX,a=t.tickY;return t.vertical?(r=new Zp(n,i),o=new Zp(n+e.size,i)):(r=new Zp(i,a),o=new Zp(i,a+e.size)),new Wp({stroke:{color:e.color,width:e.width}}).moveTo(r).lineTo(o)}function Jp(t,e,r,o){var i=e.length;if(o.visible)for(var n=r.mirror,a=r.lineBox,s=o.skip;s<i;s+=o.step)s%o.skipUnit!=0&&(r.tickX=n?a.x2:a.x2-o.size,r.tickY=n?a.y1-o.size:a.y1,r.position=e[s],t.append(Qp(r,o)))}var th=function(t){function e(e,r){var o=e||{};!Lt(o.reverse)&&!1===o.vertical&&(r||{}).rtl&&(o=Object.assign({},o,{reverse:!0})),t.call(this,0,1,o,r),this.options.minorUnit=this.options.minorUnit||this.options.majorUnit/10}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=nt({},this.options,t);return(e=nt({},e,{labels:{mirror:e.mirror}})).majorUnit=e.majorUnit||Se(e.min,e.max),e},e.prototype.initFields=function(){},e.prototype.render=function(){var t=this.elements=new qp,e=this.renderLabels(),r=this.renderLine(),o=this.renderTicks(),i=this.renderRanges();return t.append(r,e,o,i),t},e.prototype.renderRanges=function(){for(var t=this,e=this.options,r=e.min,o=e.max,i=e.vertical,n=e.labels.mirror,a=e.ranges||[],s=new qp,l=a.length,u=e.rangeSize||e.minorTicks.size/2,c=0;c<l;c++){var p=Up(a[c],r,o),h=t.getSlot(p.from,p.to),f=i?t.lineBox():h,d=i?h:t.lineBox();i?f.x1-=u*(n?-1:1):d.y2+=u*(n?-1:1),s.append(Wp.fromRect(new $.geometry.Rect([f.x1,d.y1],[f.x2-f.x1,d.y2-d.y1]),{fill:{color:p.color,opacity:p.opacity},stroke:{}}))}return s},e.prototype.renderLabels=function(){for(var t=this.labels,e=this.options,r=new qp,o=0;o<t.length;o++)r.append(Hp(t[o],e.labels));return r},e.prototype.renderLine=function(){var t=this.options.line,e=this.lineBox(),r=new qp;if(t.width>0&&t.visible){var o=new Wp({stroke:{color:t.color,dashType:t.dashType,width:t.width}});o.moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),r.append(o)}return r},e.prototype.renderTicks=function(){var t=new qp,e=this.options,r=e.majorTicks.visible?e.majorUnit:0,o={vertical:e.vertical,mirror:e.labels.mirror,lineBox:this.lineBox()};return Jp(t,this.getMajorTickPositions(),o,e.majorTicks),Jp(t,this.getMinorTickPositions(),o,nt({},{skipUnit:r/e.minorUnit},e.minorTicks)),t},e}(Po);Qt(th,{min:0,max:50,majorTicks:{size:15,align:Vp,color:c,width:Tp,visible:!0},minorTicks:{size:10,align:Vp,color:c,width:Tp,visible:!0},line:{width:Tp},labels:{position:Vp,padding:2},mirror:!1,_alignLines:!1});const eh=th;var rh=function(t){function e(e,r){t.call(this);var o=e.options,i=o.min,n=o.max,a=this.options=nt({},this.options,r);a.fill=a.color,this.scale=e,Lt(a.value)?a.value=Kt(a.value,i,n):a.value=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.value=function(t){var e=this.options,r=e.value;if(0===arguments.length)return r;var o=this.scale.options,i=o.min,n=o.max;e._oldValue=Lt(e._oldValue)?e.value:i,e.value=Kt(t,i,n),this.elements&&this.repaint()},e}($.Class);Qt(rh,{color:c});const oh=rh;var ih=function(t){function e(e,r){t.call(this,e,r),this.options=nt({track:{visible:Lt(r.track)}},this.options)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(){var t,e,r,o=this.options,i=this.scale,n=i.options,a=n.mirror,s=n.vertical,l=i.lineBox(),u=o.track.size||o.size,c=o.size/2,p=pt(o.margin),h=s?p[a?"left":"right"]:p[a?"bottom":"top"];h=a?-h:h,s?(r=new ke(l.x1+h,l.y1,l.x1+h,l.y2),a?r.x1-=u:r.x2+=u,o.shape!==Mp&&(t=e=new ke(l.x2+h,l.y1-c,l.x2+h,l.y2+c))):(r=new ke(l.x1,l.y1-h,l.x2,l.y1-h),a?r.y2+=u:r.y1-=u,o.shape!==Mp&&(t=e=new ke(l.x1-c,l.y1-h,l.x2+c,l.y1-h))),this.trackBox=r,this.pointerRangeBox=e,this.box=t||r.clone().pad(o.border.width)},e.prototype.getElementOptions=function(){var t=this.options;return{fill:{color:t.color,opacity:t.opacity},stroke:Lt(t.border)?{color:t.border.width?t.border.color||t.color:"",width:t.border.width,dashType:t.border.dashType,opacity:t.opacity}:null}},e.prototype._margin=function(){var t=this.scale,e=this.options,r=t.options,o=r.mirror,i=r.vertical,n=pt(e.margin);return i?n[o?"left":"right"]:n[o?"bottom":"top"]},e}(oh);Qt(ih,{shape:Mp,track:{border:{width:1}},color:c,border:{width:1},opacity:1,margin:pt(3),animation:{type:Mp},visible:!0});const nh=ih;var ah=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=t.margin,r=t.from,o=t.to,i=t.vertical,n=i?"x1":"y1";t.mirror===i?(r[n]-=e,o[n]-=e):(r[n]+=e,o[n]+=e);var a=this.fromScale=new $.geometry.Point(r.x1,r.y1),s=this.toScale=new $.geometry.Point(o.x1,o.y1);0!==t.duration&&(t.duration=Math.max(a.distanceTo(s)/t.duration*1e3,1))},e.prototype.step=function(t){var e=St(this.fromScale.x,this.toScale.x,t),r=St(this.fromScale.y,this.toScale.y,t);this.element.transform($.geometry.transform().translate(e,r))},e}($.drawing.Animation);Qt(ah,{easing:Dp,duration:250}),$.drawing.AnimationFactory.current.register(kp,ah);const sh=ah;var lh=$.geometry.Point,uh=$.drawing.Path,ch=function(t){function e(e,r){t.call(this,e,r),Lt(this.options.size)||(this.options.size=.6*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(){var t=this.scale,e=this.options.size,r=e/2,o=t.options.mirror?-1:1;return t.options.vertical?[new lh(0,0-r),new lh(0-o*e,0),new lh(0,0+r)]:[new lh(0-r,0),new lh(0,0+o*e),new lh(0+r,0)]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=new sh(this.elements,nt(e.animation,{vertical:t.options.vertical,mirror:t.options.mirror,margin:this._margin(e.margin),from:t.getSlot(e._oldValue),to:t.getSlot(e.value)}));!1===e.animation.transitions&&(r.options.duration=0),r.setup(),r.play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=this.getElementOptions(),o=this.pointerShape(e.value);e.animation.type=kp;var i=new uh({stroke:r.stroke,fill:r.fill}).moveTo(o[0]).lineTo(o[1]).lineTo(o[2]).close(),n=t.getSlot(e.value);return i.transform($.geometry.transform().translate(n.x1,n.y1)),this.elements=i,i},e}(nh);const ph=ch;var hh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setup=function(){var t=this.options,e=this.axis=t.vertical?R:B,r=this.to=t.newPoints[0][e],o=this.from=t.oldPoints[0][e];0!==t.duration&&(t.duration=Math.max(Math.abs(r-o)/t.speed*1e3,1)),this._set(o)},e.prototype.step=function(t){var e=St(this.from,this.to,t);this._set(e)},e.prototype._set=function(t){var e="set"+this.axis.toUpperCase(),r=this.options.newPoints;r[0][e](t),r[1][e](t)},e}($.drawing.Animation);Qt(hh,{easing:Dp,speed:250}),$.drawing.AnimationFactory.current.register(Mp,hh);const fh=hh;var dh=$.drawing.Group,vh=$.drawing.Path,gh=function(t){function e(e,r){t.call(this,e,r),Lt(this.options.size)||(this.options.size=.3*this.scale.options.majorTicks.size)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.pointerShape=function(t){var e=this.scale,r=this.options,o=e.options,i=o.mirror,n=o.vertical,a=i===n?-1:1,s=r.size*a,l=e.getSlot(e.options.min),u=e.getSlot(t),c=n?R:B,p=n?B:R,h=this._margin()*a,f=new $.geometry.Point;f[c]=l[c+"1"],f[p]=l[p+"1"];var d=new $.geometry.Point;d[c]=u[c+"1"],d[p]=u[p+"1"],n?(f.translate(h,0),d.translate(h,0)):(f.translate(0,h),d.translate(0,h));var v=d.clone(),g=f.clone();return n?(v.translate(s,0),g.translate(s,0)):(v.translate(0,s),g.translate(0,s)),[f,d,v,g]},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=this.pointerShape(e.value),o=this.pointerPath,i=this.pointerShape(e._oldValue);o.moveTo(r[0]).lineTo(r[1]).lineTo(r[2]).lineTo(r[3]).close();var n=new fh(o,nt(e.animation,{reverse:t.options.reverse,vertical:t.options.vertical,oldPoints:[i[1],i[2]],newPoints:[r[1],r[2]]}));!1===e.animation.transitions&&(n.options.duration=0),n.setup(),n.play()},e.prototype.render=function(){var t=new dh,e=this.getElementOptions();this.options.track.visible&&t.append(this.renderTrack());var r=this.pointerPath=new vh({stroke:e.stroke,fill:e.fill});return t.append(r),this.elements=t,t},e.prototype.renderTrack=function(){var t=this.options.track,e=t.border||{},r=this.trackBox.clone().pad(e.width||0);return new vh.fromRect(r.toRect(),{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.width?e.color||t.color:"",width:e.width,dashType:e.dashType}})},e}(nh);const yh=gh;var mh=$.drawing.Group,bh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this.pointers,r=t.origin.x,o=t.origin.y,i=new ke(r,o,r+t.width(),o+t.height());this.scale.reflow(i),this._shrinkScaleWidth(i);for(var n=0;n<e.length;n++)e[n].reflow();this.bbox=this._getBox(i),this._alignElements(),this._shrinkElements(),this._buildVisual(),this._draw()},e.prototype._buildVisual=function(){var t=new mh,e=this.scale.render(),r=this.pointers;t.append(this.gaugeArea),t.append(e);for(var o=0;o<r.length;o++){var i=r[o];t.append(i.render()),i.value(i.options.value)}this._visuals=t},e.prototype._createModel=function(){var t=this.options,e=this.scale=new eh(t.scale,this.contextService);this.pointers=[];var r=t.pointer;r=H(r)?r:[r];for(var o=0;o<r.length;o++){var i=nt({},r[o],{animation:{transitions:t.transitions}}),n="arrow"===i.shape?ph:yh;this.pointers.push(new n(e,i))}},e.prototype._defaultSize=function(){var t=this.options.scale.vertical;return{width:t?60:200,height:t?200:60}},e.prototype._getBox=function(t){for(var e,r=this.scale,o=this.pointers,i=t.center(),n=o[0].box.clone().wrap(r.box),a=0;a<o.length;a++)n.wrap(o[a].box.clone());return r.options.vertical?(e=n.width()/2,n=new ke(i.x-e,t.y1,i.x+e,t.y2)):(e=n.height()/2,n=new ke(t.x1,i.y-e,t.x2,i.y+e)),n},e.prototype._alignElements=function(){for(var t,e=this.scale,r=this.pointers,o=e.box,i=r[0].box.clone().wrap(e.box),n=this.bbox,a=0;a<r.length;a++)i.wrap(r[a].box.clone());e.options.vertical?(t=n.center().x-i.center().x,e.reflow(new ke(o.x1+t,n.y1,o.x2+t,n.y2))):(t=n.center().y-i.center().y,e.reflow(new ke(o.x1,o.y1+t,o.x2,o.y2+t)));for(var s=0;s<r.length;s++)r[s].reflow(this.bbox)},e.prototype._shrinkScaleWidth=function(t){var e=this.scale;if(!e.options.vertical){var r=e.contentBox().width()-t.width();r>0&&(e.box.shrink(r,0),e.box.alignTo(t,"center"),e.reflow(e.box))}},e.prototype._shrinkElements=function(){for(var t=this.scale,e=this.pointers,r=t.box.clone(),o=t.options.vertical?"y":"x",i=e[0].box,n=0;n<e.length;n++)i.wrap(e[n].box.clone());r[o+1]+=Math.max(r[o+1]-i[o+1],0),r[o+2]-=Math.max(i[o+2]-r[o+2],0),t.reflow(r);for(var a=0;a<e.length;a++)e[a].reflow(this.bbox)},e}(Yp);Qt(bh,{transitions:!0,gaugeArea:{background:""},scale:{vertical:!0}});const xh=bh;var _h=180,Ch=$.drawing.Arc,wh=$.drawing.Path,Oh=$.drawing.Group;function Sh(t,e,r,o){var i=new Oh,n=t.center,a=t.getRadiusX();if(o.visible)for(var s=0;s<e.length;s++){var l=t.pointAt(e[s]),u=new $.geometry.Point(n.x+a-o.size,n.y).rotate(e[s],n);i.append(new wh({stroke:{color:o.color,width:o.width}}).moveTo(l).lineTo(u))}return i}function Ph(t,e,r,o){return{from:t,to:e,color:r,opacity:o}}var Ah=function(t){function e(e,r){t.call(this,0,1,e,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=nt({},this.options,t);return e.majorUnit=e.majorUnit||Se(e.min,e.max),e.minorUnit=e.minorUnit||e.majorUnit/10,e},e.prototype.initFields=function(){},e.prototype.render=function(t,e){var r=this.renderArc(t,e);this.bbox=r.bbox(),this.labelElements=this.renderLabels(),this.ticks=this.renderTicks(),this.ranges=this.renderRanges()},e.prototype.reflow=function(t){var e=t.center(),r=Math.min(t.height(),t.width())/2;if(!Lt(this.bbox))return this.render(e,r);this.bbox=this.arc.bbox(),this.radius(this.arc.getRadiusX()),this.repositionRanges(),this.renderLabels()},e.prototype.slotAngle=function(t){var e=this.options,r=e.min,o=e.max,i=e.reverse,n=e.startAngle,a=e.endAngle,s=a-n;return(i?a-(t-r)/(o-r)*s:(t-r)/(o-r)*s+n)+_h},e.prototype.hasRanges=function(){var t=this.options.ranges;return t&&t.length},e.prototype.ticksSize=function(){var t=this.options,e=t.majorTicks,r=t.minorTicks,o=0;return e.visible&&(o=e.size),r.visible&&(o=Math.max(r.size,o)),o},e.prototype.labelsCount=function(){var e=t.prototype.labelsCount.call(this),r=this.options;return r.endAngle-r.startAngle>=360&&r.max%r.majorUnit==0&&(e-=1),e},e.prototype.renderLabels=function(){var t=this,e=this.options,r=this.arc.clone(),o=r.getRadiusX(),i=this.tickAngles(r,e.majorUnit),n=e.rangeSize=e.rangeSize||.1*o,a=new Oh,s=.05*o;Lt(e.rangeDistance)?s=e.rangeDistance:e.rangeDistance=s;var l=e.labels,u=l.position===Vp,c=Lt(this.labelElements);u&&(o-=this.ticksSize(),this.hasRanges()&&!c&&(o-=n+s),r.setRadiusX(o).setRadiusY(o));for(var p=this.labels,h=p.length,f=pt(l.padding),d=(f.left+f.right)/2,v=(f.top+f.bottom)/2,g=0;g<h;g++){var y=p[g],m=y.box.width()/2,b=y.box.height()/2,x=i[g],_=(x-_h)*Ep,C=r.pointAt(x),w=C.x+Math.cos(_)*(m+d)*(u?1:-1),O=C.y+Math.sin(_)*(b+v)*(u?1:-1);y.reflow(new ke(w-m,O-b,w+m,O+b));var S=new $.geometry.Point(y.box.x1,y.box.y1),P=void 0;if(c){var A=(P=t.labelElements.children[g]).bbox().origin,j=P.transform()||$.geometry.transform();j.translate(S.x-A.x,S.y-A.y),P.transform(j)}else P=Hp(y,e.labels),a.append(P);t.bbox=$.geometry.Rect.union(t.bbox,P.bbox())}return a},e.prototype.repositionRanges=function(){var t=this.ranges.children;if(t.length>0){var e=this.options,r=e.rangeDistance,o=e.rangeSize,i=this.getRangeRadius();this.options.labels.position===Vp&&(i+=o+r);for(var n=i+o/2,a=0;a<t.length;a++)t[a]._geometry.setRadiusX(n).setRadiusY(n);this.bbox=$.geometry.Rect.union(this.bbox,this.ranges.bbox())}},e.prototype.renderRanges=function(){var t=this,e=this.rangeSegments(),r=e.length,o=new Oh;if(r){var i=this.options,n=i.rangeSize,a=i.reverse,s=i.rangeDistance,l=this.getRangeRadius();this.radius(this.radius()-n-s);for(var u=0;u<r;u++){var c=e[u],p=t.slotAngle(c[a?"to":"from"]),h=t.slotAngle(c[a?"from":"to"]);h-p!=0&&o.append(t.createRange(p,h,l,c))}}return o},e.prototype.createRange=function(t,e,r,o){var i=this.options.rangeSize,n=new $.geometry.Arc(this.arc.center,{radiusX:r+i/2,radiusY:r+i/2,startAngle:t,endAngle:e});return new Ch(n,{stroke:{width:i,color:o.color,opacity:o.opacity,lineCap:o.lineCap}})},e.prototype.rangeSegments=function(){var t=this.options,e=t.ranges||[],r=e.length,o=[];if(r){var i=t.min,n=t.max,a=t.rangePlaceholderColor;o.push(Ph(i,n,a));for(var s=0;s<r;s++)for(var l=Up(e[s],i,n),u=o.length,c=0;c<u;c++){var p=o[c];if(p.from<=l.from&&l.from<=p.to){o.push(Ph(l.from,l.to,l.color,l.opacity)),p.from<=l.to&&l.to<=p.to&&o.push(Ph(l.to,p.to,a,l.opacity)),p.to=l.from;break}}}return o},e.prototype.getRangeRadius=function(){var t=this.arc,e=this.options,r=e.rangeSize,o=e.rangeDistance,i=e.majorTicks.size;return e.labels.position===Ip?t.getRadiusX()-i-o-r:t.getRadiusX()-r},e.prototype.renderArc=function(t,e){var r=this.options;return this.arc=new $.geometry.Arc(t,{radiusX:e,radiusY:e,startAngle:r.startAngle+_h,endAngle:r.endAngle+_h})},e.prototype.renderTicks=function(){var t=this.arc,e=this.options,r=t.clone();this.majorTickAngles=this.tickAngles(t,e.majorUnit),this.majorTicks=Sh(r,this.majorTickAngles,e.majorUnit,e.majorTicks);var o=new Oh;o.append(this.majorTicks);var i=e.majorTicks.size,n=e.minorTicks.size;if(this._tickDifference=i-n,e.labels.position===Ip){var a=r.getRadiusX();r.setRadiusX(a-i+n).setRadiusY(a-i+n)}return this.minorTickAngles=this.normalizeTickAngles(this.tickAngles(t,e.minorUnit)),this.minorTicks=Sh(r,this.minorTickAngles,e.minorUnit,e.minorTicks),o.append(this.minorTicks),o},e.prototype.normalizeTickAngles=function(t){for(var e=this.options,r=e.majorUnit/e.minorUnit,o=t.length-1;o>=0;o--)o%r==0&&t.splice(o,1);return t},e.prototype.tickAngles=function(t,e){var r=this.options,o=r.reverse,i=r.max-r.min,n=t.endAngle-t.startAngle,a=i/e,s=t.startAngle,l=n/a;o&&(s+=n,l=-l),n>=360&&r.max%e==0&&(a-=1);for(var u=[],c=0;c<a;c++)u.push(Gt(s,d)),s+=l;return Gt(s)<=t.endAngle&&u.push(s),u},e.prototype.radius=function(t){if(!t)return this.arc.getRadiusX();this.arc.setRadiusX(t).setRadiusY(t),this.repositionTicks(this.majorTicks.children,this.majorTickAngles),this.repositionTicks(this.minorTicks.children,this.minorTickAngles,!0)},e.prototype.repositionTicks=function(t,e,r){var o=r&&this._tickDifference||0,i=this.arc,n=i.getRadiusX();r&&this.options.labels.position===Ip&&0!==o&&(i=this.arc.clone()).setRadiusX(n-o).setRadiusY(n-o);for(var a=0;a<t.length;a++){var s=i.pointAt(e[a]),l=t[a].segments,u=s.x-l[0].anchor().x,c=s.y-l[0].anchor().y;t[a].transform((new $.geometry.transform).translate(u,c))}},e}(Po);Qt(Ah,{min:0,max:100,majorTicks:{size:15,align:Vp,color:c,width:Tp,visible:!0},minorTicks:{size:10,align:Vp,color:c,width:Tp,visible:!0},startAngle:-30,endAngle:210,labels:{position:Vp,padding:2}});const jh=Ah;var kh=function(t){function e(e,r){t.call(this,e,r);var o=this.options;o.duration=Math.max(Math.abs(o.newAngle-o.oldAngle)/o.duration*1e3,1)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this.options,r=St(e.oldAngle,e.newAngle,t);this.element.transform($.geometry.transform().rotate(r,e.center))},e}($.drawing.Animation);Qt(kh,{easing:Dp,duration:jp}),$.drawing.AnimationFactory.current.register(Lp,kh);const Mh=kh;var Th=$.drawing.Circle,Eh=$.drawing.Group,Vh=$.drawing.Path,Dh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.setAngle=function(t){this.elements.transform($.geometry.transform().rotate(t,this.center))},e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),o=t.slotAngle(e.value);!1===e.animation.transitions?this.setAngle(o):new Mh(this.elements,nt(e.animation,{oldAngle:r,newAngle:o})).play()},e.prototype.render=function(){var t=this.scale,e=this.options,r=new Eh;return!1!==e.animation&&nt(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),r.append(this._renderNeedle(),this._renderCap()),this.elements=r,this.setAngle(Ep),r},e.prototype.reflow=function(t){var e=this.center=t.center,r=Kt(this.options.length||1,.1,1.5),o=this.radius=t.getRadiusX()*r,i=this.capSize=Math.round(o*this.options.cap.size);this.bbox=$.geometry.Rect.fromPoints(new $.geometry.Point(e.x-i,e.y-i),new $.geometry.Point(e.x+i,e.y+i))},e.prototype._renderNeedle=function(){var t=this.scale.options.minorTicks.size,e=this.center,r=this.options.color,o=new Vh({fill:{color:r},stroke:{color:r,width:Tp}});return o.moveTo(e.x+this.radius-t,e.y).lineTo(e.x,e.y-this.capSize/2).lineTo(e.x,e.y+this.capSize/2).close(),o},e.prototype._renderCap=function(){var t=this.options,e=t.cap.color||t.color,r=new $.geometry.Circle(this.center,this.capSize);return new Th(r,{fill:{color:e},stroke:{color:e}})},e}(oh);Qt(Dh,{cap:{size:.05},arrow:{width:16,height:14},animation:{type:Lp,duration:jp}});const Ih=Dh;var Lh=$.drawing.Group,Nh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e=this,r=this.pointers;this.scale.reflow(t),this._initialPlotArea=this.scale.bbox;for(var o=0;o<r.length;o++)r[o].reflow(e.scale.arc),e._initialPlotArea=$.geometry.Rect.union(e._initialPlotArea,r[o].bbox);this.fitScale(t),this.alignScale(t),this._buildVisual(this.gaugeArea,r,this.scale),this._draw()},e.prototype._buildVisual=function(t,e,r){var o=this._visuals=new Lh;o.append(t),o.append(r.ticks),o.append(r.ranges),this._buildPointers(e),o.append(r.labelElements)},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),this._visuals.append(r.elements),r.value(r.options.value)}},e.prototype.fitScale=function(t){for(var e,r,o,i,n,a=this,s=this.scale.arc,l=this._initialPlotArea,u=Math.abs(this.getDiff(l,t)),c=Gt(u,d),p=Gt(-u,d),h=0,f=0;!(!(f++<100)||(h=n===o?h+1:0)>5||c!==i&&0<=(e=a.getPlotBox(c,t,s))&&e<=2||p!==i&&0<=(o=a.getPlotBox(p,t,s))&&o<=2||(i=e>0&&o>0?2*c:e<0&&o<0?2*p:Gt((c+p)/2||1,d),0<=(r=a.getPlotBox(i,t,s))&&r<=2));)n=o,r>0?(p=i,o=r):(c=i,e=r)},e.prototype.getPlotBox=function(t,e,r){var o=this.scale,i=this.pointers,n=r.getRadiusX(),a=r.clone();a.setRadiusX(n+t).setRadiusY(n+t),o.arc=a,o.reflow(e),this.plotBbox=o.bbox;for(var s=0;s<i.length;s++)i[s].reflow(a),this.plotBbox=$.geometry.Rect.union(this.plotBbox,i[s].bbox);return this.getDiff(this.plotBbox,e)},e.prototype.getDiff=function(t,e){return Math.min(e.width()-t.width(),e.height()-t.height())},e.prototype.alignScale=function(t){var e=this.plotBbox.center(),r=t.center(),o=e.x-r.x,i=e.y-r.y,n=this.scale,a=this.pointers;n.arc.center.x-=o,n.arc.center.y-=i,n.reflow(t);for(var s=0;s<a.length;s++)a[s].reflow(n.arc),this.plotBbox=$.geometry.Rect.union(n.bbox,a[s].bbox)},e.prototype._createModel=function(){var t=this.options,e=t.pointer,r=this.scale=new jh(t.scale,this.contextService);this.pointers=[];for(var o=H(e)?e:[e],i=0;i<o.length;i++){var n=new Ih(r,nt({},o[i],{animation:{transitions:t.transitions}}));this.pointers.push(n)}},e}(Yp);Qt(Nh,{transitions:!0,gaugeArea:{background:""}});const Bh=Nh;var Rh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.rangeSegments=function(){var t=this.options;return[{from:t.min,to:t.max,color:t.rangePlaceholderColor,lineCap:t.rangeLineCap}]},e.prototype.hasRanges=function(){return!0},e.prototype.placeholderRangeAngle=function(t){var e=this.ranges.children[0].geometry();this.options.reverse?e.setEndAngle(t):e.setStartAngle(t)},e.prototype.addRange=function(t,e,r){var o=this.options.reverse,i=this.slotAngle(o?e:t),n=this.slotAngle(o?t:e),a=this.createRange(i,n,this.getRangeRadius(),r);return this.ranges.append(a),a},e}(jh);Qt(Rh,{min:0,max:100,majorTicks:{visible:!1},minorTicks:{visible:!1},labels:{visible:!1},startAngle:0,endAngle:180,rangeLineCap:"round"});const zh=Rh;var Fh=function(t){function e(e,r){t.call(this,e,r);var o=this.options,i=Math.abs(o.newAngle-o.oldAngle)/o.duration*1e3;o.duration=Kt(i,jp,800);var n=e.elements.options.get("stroke.color"),a=e.currentColor();n!==a&&(this.startColor=new $.Color(n),this.color=new $.Color(a))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.step=function(t){var e=this,r=e.options,o=e.startColor,i=e.color,n=St(r.oldAngle,r.newAngle,t);if(this.element.angle(n),i){var a=Gt(St(o.r,i.r,t)),s=Gt(St(o.g,i.g,t)),l=Gt(St(o.b,i.b,t));this.element.stroke(new $.Color(a,s,l).toHex())}},e}($.drawing.Animation);Qt(Fh,{easing:Dp,duration:jp}),$.drawing.AnimationFactory.current.register(Np,Fh);const Hh=Fh;var Uh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.repaint=function(){var t=this.scale,e=this.options,r=t.slotAngle(e._oldValue),o=t.slotAngle(e.value);this.animation&&this.animation.abort(),!1===e.animation.transitions?(this.angle(o),this.stroke(this.currentColor())):(this.animation=new Hh(this,nt(e.animation,{oldAngle:r,newAngle:o})),this.animation.play())},e.prototype.angle=function(t){var e=this.elements.geometry();this.scale.options.reverse?e.setStartAngle(t):e.setEndAngle(t),this.scale.placeholderRangeAngle(t)},e.prototype.stroke=function(t){this.elements.stroke(t)},e.prototype.render=function(){if(!this.elements){var t=this.scale,e=this.options;!1!==e.animation&&nt(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),this.elements=t.addRange(t.options.min,this.options.value,{color:this.currentColor(),opacity:e.opacity,lineCap:t.options.rangeLineCap})}},e.prototype.currentColor=function(){var t=this.scale.options,e=t.min,r=t.max,o=this.options,i=o.colors,n=o.color,a=o.value,s=W(a)?a:e;if(i)for(var l=0;l<i.length;l++){var u=i[l],c=u.color,p=u.from;void 0===p&&(p=e);var h=u.to;if(void 0===h&&(h=r),p<=s&&s<=h)return c}return n},e.prototype.reflow=function(){this.render(),this.bbox=this.elements.bbox()},e}(oh);Qt(Uh,{animation:{type:Np,duration:jp}});const Kh=Uh;var Xh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initTheme=function(e){t.prototype._initTheme.call(this,e),this.options.color=this.options.color||(this.theme.pointer||{}).color},e.prototype._createModel=function(){var t=this.options,e=this.scale=new zh(t.scale,this.contextService),r=new Kh(e,nt({},{colors:t.colors,color:t.color,value:t.value,opacity:t.opacity,animation:{transitions:t.transitions}}));this.pointers=[r]},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var r=t[e];r.render(),r.value(r.options.value)}},e.prototype._setValueOptions=function(t){this.options.value=t},e.prototype.currentColor=function(){var t=this.pointers[0];if(t)return t.currentColor()},e.prototype.centerLabelPosition=function(t,e){var r=this.getSize(),o=this.scale.arc.center,i=o.x-t/2,n=o.y-e/2;if(t<r.width){var a=i+t;i=Math.max(i,0),a>r.width&&(i-=a-r.width)}if(e<r.height){var s=this.scale.bbox,l=s.bottomRight().y,u=n+e;n=Math.max(n,s.origin.y),u>l&&(n-=u-l)}return{left:i,top:n}},e}(Bh);const $h=Xh;var Gh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._createModel=function(){var e=this.options.scale;"number"!=typeof e.startAngle&&(e.startAngle=90),e.endAngle=e.startAngle+360,t.prototype._createModel.call(this)},e}($h);const Yh=Gh;var Wh=function(t){function e(e){t.call(this),this.setOptions(e),this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.setOptions=function(t){this.options=Object.assign({},this.options,t),this.quietZoneLength=this.options.addQuietZone?2*this.options.quietZoneLength:0},e.prototype.encode=function(t,e,r){var o=Lt(t)?String(t):t;return this.initValue(o,e,r),this.options.addQuietZone&&this.addQuietZone(),this.addData(),this.options.addQuietZone&&this.addQuietZone(),{baseUnit:this.baseUnit,pattern:this.pattern}},e.prototype.initValue=function(){},e.prototype.addQuietZone=function(){this.pattern.push(this.options.quietZoneLength||10)},e.prototype.addData=function(){},e.prototype.invalidCharacterError=function(t){throw new Error('Character "'+t+'" is not valid for symbology '+this.name+".")},e}($.Class);Qt(Wh,{quietZoneLength:10,addQuietZone:!0,addCheckSum:!0});var qh=Object.assign,Zh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),qh(this,{name:"Code 11",characterMap:["111121","211121","121121","221111","112121","212111","122111","111221","211211","211111","112111"],cCheckSumTotal:10,kCheckSumTotal:9,kCheckSumMinLength:10,checkSumMod:11,DASH_VALUE:10,DASH:"-",START:"112211",STOP:"11221"})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.width=e,this.totalUnits=0},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addCheckSum=function(){var t=this.value,e=t.length,r=this.getWeightedSum(t,e,this.cCheckSumTotal)%this.checkSumMod;if(this.checksum=String(r),this.addPattern(this.characterMap[r]),++e>=this.kCheckSumMinLength){var o=(r+this.getWeightedSum(t,e,this.kCheckSumTotal))%this.checkSumMod;this.checksum+=o,this.addPattern(this.characterMap[o])}},e.prototype.getWeightedSum=function(t,e,r){for(var o=0,i=0;i<t.length;i++)o+=this.weightedValue(this.getValue(t.charAt(i)),e,i,r);return o},e.prototype.weightedValue=function(t,e,r,o){return((e-r)%o||o)*t},e.prototype.getValue=function(t){return isNaN(t)?(t!==this.DASH&&this.invalidCharacterError(t),this.DASH_VALUE):parseInt(t,10)},e.prototype.addCharacter=function(t){var e=this.getValue(t),r=this.characterMap[e];this.addPattern(r)},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e),this.totalUnits+=e},e}(Wh);Qt(Zh,{addCheckSum:!0});var Qh=Object.assign,Jh=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qh(this,{minBaseUnitLength:.7})},e.prototype.addData=function(){var t=this.value;this.addStart();for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.pushCheckSum(),this.addStop(),this.prepareValues()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addBase(e)},e.prototype.addBase=function(){},e}(Wh),tf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Qh(this,{name:"Code 39",checkSumMod:43,minRatio:2.5,maxRatio:3,gapWidth:1,splitCharacter:"|",patternMappings:{b:"1|",w:"1|",B:"ratio|",W:"ratio|"},characterMap:{0:{pattern:"bwbWBwBwb",value:0},1:{pattern:"BwbWbwbwB",value:1},2:{pattern:"bwBWbwbwB",value:2},3:{pattern:"BwBWbwbwb",value:3},4:{pattern:"bwbWBwbwB",value:4},5:{pattern:"BwbWBwbwb",value:5},6:{pattern:"bwBWBwbwb",value:6},7:{pattern:"bwbWbwBwB",value:7},8:{pattern:"BwbWbwBwb",value:8},9:{pattern:"bwBWbwBwb",value:9},A:{pattern:"BwbwbWbwB",value:10},B:{pattern:"bwBwbWbwB",value:11},C:{pattern:"BwBwbWbwb",value:12},D:{pattern:"bwbwBWbwB",value:13},E:{pattern:"BwbwBWbwb",value:14},F:{pattern:"bwBwBWbwb",value:15},G:{pattern:"bwbwbWBwB",value:16},H:{pattern:"BwbwbWBwb",value:17},I:{pattern:"bwBwbWBwb",value:18},J:{pattern:"bwbwBWBwb",value:19},K:{pattern:"BwbwbwbWB",value:20},L:{pattern:"bwBwbwbWB",value:21},M:{pattern:"BwBwbwbWb",value:22},N:{pattern:"bwbwBwbWB",value:23},O:{pattern:"BwbwBwbWb",value:24},P:{pattern:"bwBwBwbWb",value:25},Q:{pattern:"bwbwbwBWB",value:26},R:{pattern:"BwbwbwBWb",value:27},S:{pattern:"bwBwbwBWb",value:28},T:{pattern:"bwbwBwBWb",value:29},U:{pattern:"BWbwbwbwB",value:30},V:{pattern:"bWBwbwbwB",value:31},W:{pattern:"BWBwbwbwb",value:32},X:{pattern:"bWbwBwbwB",value:33},Y:{pattern:"BWbwBwbwb",value:34},Z:{pattern:"bWBwBwbwb",value:35},"-":{pattern:"bWbwbwBwB",value:36},".":{pattern:"BWbwbwBwb",value:37}," ":{pattern:"bWBwbwBwb",value:38},$:{pattern:"bWbWbWbwb",value:39},"/":{pattern:"bWbWbwbWb",value:40},"+":{pattern:"bWbwbWbWb",value:41},"%":{pattern:"bwbWbWbWb",value:42},START:{pattern:"bWbwBwBwb"}}})},e.prototype.initValue=function(t,e,r){this.width=e,this.height=r,this.value=t,this.dataLength=t.length,this.pattern=[],this.patternString=""},e.prototype.prepareValues=function(){var t,e=this.minBaseUnitLength,r=this.minRatio,o=Math.ceil(Math.max(.15*this.width,24)),i=this.maxRatio;if(this.height<o)throw new Error("Insufficient height for Code39 encoding: the current height is "+this.height+"px and the minimum height is "+o+"px.");for(t=this.getBaseUnit(i);t<e&&i>r;)i=parseFloat((i-.1).toFixed(1)),t=this.getBaseUnit(i);if(t<e){var n=Math.ceil(this.getBaseWidth(r)*e);throw new Error("Insufficient width for Code39 encoding: the current width is "+this.width+'px and the minimum width for value "'+this.value+'" is '+n+"px.")}this.ratio=i,this.baseUnit=t,this.patternString=this.patternString.substring(0,this.patternString.length-1),this.pattern=this.pattern.concat(this.patternString.replace(/ratio/g,i).split(this.splitCharacter))},e.prototype.getBaseUnit=function(t){return this.width/this.getBaseWidth(t)},e.prototype.getBaseWidth=function(t){var e=3*(t+2);return this.quietZoneLength+e*(this.dataLength+2)+this.gapWidth*(this.dataLength+1)},e.prototype.addStart=function(){this.addPattern(this.characterMap.START.pattern),this.addCharacterGap()},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.addCharacterGap()},e.prototype.addStop=function(){this.addPattern(this.characterMap.START.pattern)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.patternString+=this.patternMappings[t.charAt(e)]},e.prototype.addCharacterGap=function(){this.patternString+=this.gapWidth+this.splitCharacter},e}(Jh);Qt(tf,{addCheckSum:!1});var ef={addCharacter:function(t){this.characterMap[t]?this.addBase(this.characterMap[t]):t.charCodeAt(0)>127?this.invalidCharacterError(t):this.addExtended(t.charCodeAt(0))},addExtended:function(t){for(var e,r=this,o=0;o<this.extendedMappings.length;o++)if(e=r.extendedMappings[o].call(r,t)){for(var i=0;i<e.length;i++){var n=e[i];r.addBase(n)}return void(r.dataLength+=e.length-1)}},extendedMappings:[function(t){if(97<=t&&t<=122)return[this.characterMap[this.shiftCharacters[0]],this.characterMap[String.fromCharCode(t-32)]]},function(t){if(33<=t&&t<=58)return[this.characterMap[this.shiftCharacters[1]],this.characterMap[String.fromCharCode(t+32)]]},function(t){if(1<=t&&t<=26)return[this.characterMap[this.shiftCharacters[2]],this.characterMap[String.fromCharCode(t+64)]]},function(t){var e,r,o=this;if(this.specialAsciiCodes[t]){e=[];for(var i=0;i<this.specialAsciiCodes[t].length;i++)e.push(o.characterMap[o.shiftCharacters[3]]),e.push(o.characterMap[o.specialAsciiCodes[t][i]])}else r=6*Math.floor(t/32)+(t-27)%32+64,e=[this.characterMap[this.shiftCharacters[3]],this.characterMap[String.fromCharCode(r)]];return e}],specialAsciiCodes:{0:["U"],64:["V"],96:["W"],127:["T","X","Y","Z"]},shiftValuesAsciiCodes:{39:36,40:47,41:43,42:37},characterMap:{"+":!1,"/":!1,$:!1,"%":!1},shiftCharacters:["SHIFT0","SHIFT1","SHIFT2","SHIFT3"]},rf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),nt(this,ef,{name:"Code 39 extended",characterMap:{SHIFT0:{pattern:"bWbwbWbWb",value:41},SHIFT1:{pattern:"bWbWbwbWb",value:40},SHIFT2:{pattern:"bWbWbWbwb",value:39},SHIFT3:{pattern:"bwbWbWbWb",value:42}}})},e}(tf),of=Object.assign,nf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),of(this,{name:"Code 93",cCheckSumTotal:20,kCheckSumTotal:15,checkSumMod:47,characterMap:{0:{pattern:"131112",value:0},1:{pattern:"111213",value:1},2:{pattern:"111312",value:2},3:{pattern:"111411",value:3},4:{pattern:"121113",value:4},5:{pattern:"121212",value:5},6:{pattern:"121311",value:6},7:{pattern:"111114",value:7},8:{pattern:"131211",value:8},9:{pattern:"141111",value:9},A:{pattern:"211113",value:10},B:{pattern:"211212",value:11},C:{pattern:"211311",value:12},D:{pattern:"221112",value:13},E:{pattern:"221211",value:14},F:{pattern:"231111",value:15},G:{pattern:"112113",value:16},H:{pattern:"112212",value:17},I:{pattern:"112311",value:18},J:{pattern:"122112",value:19},K:{pattern:"132111",value:20},L:{pattern:"111123",value:21},M:{pattern:"111222",value:22},N:{pattern:"111321",value:23},O:{pattern:"121122",value:24},P:{pattern:"131121",value:25},Q:{pattern:"212112",value:26},R:{pattern:"212211",value:27},S:{pattern:"211122",value:28},T:{pattern:"211221",value:29},U:{pattern:"221121",value:30},V:{pattern:"222111",value:31},W:{pattern:"112122",value:32},X:{pattern:"112221",value:33},Y:{pattern:"122121",value:34},Z:{pattern:"123111",value:35},"-":{pattern:"121131",value:36},".":{pattern:"311112",value:37}," ":{pattern:"311211",value:38},$:{pattern:"321111",value:39},"/":{pattern:"112131",value:40},"+":{pattern:"113121",value:41},"%":{pattern:"211131",value:42},SHIFT0:{pattern:"122211",value:46},SHIFT1:{pattern:"311121",value:45},SHIFT2:{pattern:"121221",value:43},SHIFT3:{pattern:"312111",value:44},START:{pattern:"111141"},TERMINATION_BAR:"1"}})},e.prototype.initValue=function(t,e,r){this.value=t,this.width=e,this.height=r,this.pattern=[],this.values=[],this.dataLength=t.length},e.prototype.prepareValues=function(){var t=Math.ceil(Math.max(.15*this.width,24));if(this.height<t)throw new Error("Insufficient height for Code93 encoding: the current height is "+this.height+"px, the minimum required height is "+t+"px.");if(this.setBaseUnit(),this.baseUnit<this.minBaseUnitLength){var e=Math.ceil(this.minBaseUnitLength*(this.width/this.baseUnit));throw new Error("Insufficient width for Code93 encoding: the current width is "+this.width+'px and the minimum required width for value "'+this.value+'" is '+e+"px.")}},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(9*(this.dataLength+2+2)+this.quietZoneLength+1)},e.prototype.addStart=function(){var t=this.characterMap.START.pattern;this.addPattern(t)},e.prototype.addStop=function(){this.addStart(),this.pattern.push(this.characterMap.TERMINATION_BAR)},e.prototype.addBase=function(t){this.addPattern(t.pattern),this.values.push(t.value)},e.prototype.pushCheckSum=function(){var t,e=this,r=this._getCheckValues();this.checksum=r.join("");for(var o=0;o<r.length;o++)t=e.characterMap[e._findCharacterByValue(r[o])],e.addPattern(t.pattern)},e.prototype._getCheckValues=function(){var t,e,r=this,o=this.values,i=o.length,n=0;for(e=i-1;e>=0;e--)n+=r.weightedValue(o[e],i-e,r.cCheckSumTotal);for(t=n%this.checkSumMod,n=this.weightedValue(t,1,this.kCheckSumTotal),e=i-1;e>=0;e--)n+=r.weightedValue(o[e],i-e+1,r.kCheckSumTotal);return[t,n%this.checkSumMod]},e.prototype._findCharacterByValue=function(t){for(var e in this.characterMap)if(this.characterMap[e].value===t)return e},e.prototype.weightedValue=function(t,e,r){return(e%r||r)*t},e.prototype.addPattern=function(t){for(var e,r=0;r<t.length;r++)e=parseInt(t.charAt(r),10),this.pattern.push(e)},e}(Jh),af=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),nt(this,ef,{name:"Code 93 extended",pushCheckSum:function(){var t,e=this,r=this._getCheckValues();this.checksum=r.join("");for(var o=0;o<r.length;o++)if(t=r[o],e.shiftValuesAsciiCodes[t])e.addExtended(e.shiftValuesAsciiCodes[t]);else{var i=e._findCharacterByValue(t);e.addPattern(e.characterMap[i].pattern)}}})},e}(nf),sf=/^\d+$/,lf=Object.assign,uf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),lf(this,{name:"Postnet",START:"2",VALID_CODE_LENGTHS:[5,9,11],DIGIT_SEPARATOR:"-",characterMap:["22111","11122","11212","11221","12112","12121","12211","21112","21121","21211"]})},e.prototype.initValue=function(t,e,r){this.height=r,this.width=e,this.baseHeight=r/2,this.value=t.replace(new RegExp(this.DIGIT_SEPARATOR,"g"),""),this.pattern=[],this.validate(this.value),this.checkSum=0,this.setBaseUnit()},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.START),this.pattern.pop()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];this.checkSum+=parseInt(t,10),this.addPattern(e)},e.prototype.addCheckSum=function(){this.checksum=(10-this.checkSum%10)%10,this.addCharacter(this.checksum)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(10*(this.value.length+1)+3+this.quietZoneLength)},e.prototype.validate=function(t){if(sf.test(t)||this.invalidCharacterError(t.match(/[^0-9]/)[0]),!Ot(t.length,this.VALID_CODE_LENGTHS))throw new Error("Invalid value length. Valid lengths for the Postnet symbology are "+this.VALID_CODE_LENGTHS.join(",")+".")},e.prototype.addPattern=function(t){for(var e,r=this,o=0;o<t.length;o++)e=r.height-r.baseHeight*t.charAt(o),r.pattern.push({width:1,y1:e,y2:r.height}),r.pattern.push(1)},e}(Wh),cf=/^\d+$/,pf=/^[a-z0-9]+$/i,hf=Object.assign,ff=function(t){function e(e){t.call(this),this.encoding=e,this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){},e.prototype.addStart=function(){},e.prototype.is=function(){},e.prototype.isCode=function(){return!1},e.prototype.move=function(){},e.prototype.pushState=function(){},e}($.Class),df=function(t){function e(e,r){t.call(this,e),this.states=r,this._initMoves(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),nt(this,{FNC4:"FNC4",SHIFT:98})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.move=function(t){for(var e=0;!this._moves[e].call(this,t)&&e<this._moves.length;)e++},e.prototype.pushState=function(t){var e,r=this.states,o=t.value,i=o.length;if(Ot("C",r)){var n=o.substr(t.index).match(/\d{4,}/g);n&&(i=o.indexOf(n[0],t.index))}for(;(e=t.value.charCodeAt(t.index))>=0&&this.isCode(e)&&t.index<i;)this.encoding.addPattern(this.getValue(e)),t.index++},e.prototype._initMoves=function(t){this._moves=[],Ot(this.FNC4,t)&&this._moves.push(this._moveFNC),Ot(this.shiftKey,t)&&this._moves.push(this._shiftState),this._moves.push(this._moveState)},e.prototype._moveFNC=function(t){if(t.fnc)return t.fnc=!1,t.previousState===this.key},e.prototype._shiftState=function(t){if(t.previousState===this.shiftKey&&(t.index+1>=t.value.length||this.encoding[this.shiftKey].is(t.value,t.index+1)))return this.encoding.addPattern(this.SHIFT),t.shifted=!0,!0},e.prototype._moveState=function(){return this.encoding.addPattern(this.MOVE),!0},e}(ff),vf={};vf.A=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{key:"A",shiftKey:"B",MOVE:101,START:103})},e.prototype.isCode=function(t){return 0<=t&&t<96},e.prototype.getValue=function(t){return t<32?t+64:t-32},e}(df),vf.B=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{key:"B",shiftKey:"A",MOVE:100,START:104})},e.prototype.isCode=function(t){return 32<=t&&t<128},e.prototype.getValue=function(t){return t-32},e}(df),vf.C=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{key:"C",MOVE:99,START:105})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var r=Cf(t,e,4);return(e+4<=t.length||2===t.length)&&cf.test(r)},e.prototype.move=function(){this.encoding.addPattern(this.MOVE)},e.prototype.pushState=function(t){for(var e;(e=Cf(t.value,t.index,2))&&cf.test(e)&&2===e.length;)this.encoding.addPattern(parseInt(e,10)),t.index+=2},e.prototype.getValue=function(t){return t},e}(ff),vf.FNC4=function(t){function e(e,r){t.call(this,e),this._initSubStates(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{key:"FNC4",dependentStates:["A","B"]})},e.prototype.addStart=function(t){var e=t.value.charCodeAt(0)-128,r=this._getSubState(e);this.encoding[r].addStart()},e.prototype.is=function(t,e){var r=t.charCodeAt(e);return this.isCode(r)},e.prototype.isCode=function(t){return 128<=t&&t<256},e.prototype.pushState=function(t){var e,r=this._initSubState(t),o=this.encoding,i=r.value.length;if(t.index+=i,i<3)for(;r.index<i;r.index++)e=r.value.charCodeAt(r.index),r.state=this._getSubState(e),r.previousState!==r.state&&(r.previousState=r.state,o[r.state].move(r)),o.addPattern(o[r.state].MOVE),o.addPattern(o[r.state].getValue(e));else r.state!==r.previousState&&o[r.state].move(r),this._pushStart(r),o.pushData(r,this.subStates),t.index<t.value.length&&this._pushStart(r);t.fnc=!0,t.state=r.state},e.prototype._pushStart=function(t){this.encoding.addPattern(this.encoding[t.state].MOVE),this.encoding.addPattern(this.encoding[t.state].MOVE)},e.prototype._initSubState=function(t){var e={value:this._getAll(t.value,t.index),index:0};return e.state=this._getSubState(e.value.charCodeAt(0)),e.previousState=t.previousState===this.key?e.state:t.previousState,e},e.prototype._initSubStates=function(t){this.subStates=[];for(var e=0;e<t.length;e++)Ot(t[e],this.dependentStates)&&this.subStates.push(t[e])},e.prototype._getSubState=function(t){for(var e=this,r=0;r<this.subStates.length;r++)if(e.encoding[e.subStates[r]].isCode(t))return e.subStates[r]},e.prototype._getAll=function(t,e){for(var r,o="",i=e;(r=t.charCodeAt(i++))&&this.isCode(r);)o+=String.fromCharCode(r-128);return o},e}(ff),vf.FNC1=function(t){function e(e,r){t.call(this,e),this.states=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{key:"FNC1",startState:"C",startAI:"(",endAI:")",dependentStates:["C","B"],applicationIdentifiers:{22:{max:29,type:"alphanumeric"},402:{length:17},7004:{max:4,type:"alphanumeric"},242:{max:6,type:"alphanumeric"},8020:{max:25,type:"alphanumeric"},703:{min:3,max:30,type:"alphanumeric"},8008:{min:8,max:12,type:"alphanumeric"},253:{min:13,max:17,type:"alphanumeric"},8003:{min:14,max:30,type:"alphanumeric"},multiKey:[{ids:["15","17","8005","8100"],ranges:[[11,13],[310,316],[320,336],[340,369]],type:{length:6}},{ids:["240","241","250","251","400","401","403","7002","8004","8007","8110"],ranges:[[-9]],type:{max:30,type:"alphanumeric"}},{ids:["7001"],ranges:[[410,414]],type:{length:13}},{ids:["10","21","254","420","8002"],type:{max:20,type:"alphanumeric"}},{ids:["00","8006","8017","8018"],type:{length:18}},{ids:["01","02","8001"],type:{length:14}},{ids:["422"],ranges:[[424,426]],type:{length:3}},{ids:["20","8102"],type:{length:2}},{ids:["30","37"],type:{max:8,type:"alphanumeric"}},{ids:["390","392"],type:{max:15,type:"alphanumeric"}},{ids:["421","423"],type:{min:3,max:15,type:"alphanumeric"}},{ids:["391","393"],type:{min:3,max:18,type:"alphanumeric"}},{ids:["7003","8101"],type:{length:10}}]},START:102})},e.prototype.addStart=function(){this.encoding[this.startState].addStart()},e.prototype.is=function(){return Ot(this.key,this.states)},e.prototype.pushState=function(t){var e,r,o,i=this,n=this.encoding,a=t.value.replace(/\s/g,""),s=new RegExp("["+this.startAI+this.endAI+"]","g"),l=t.index,u={state:this.startState};for(n.addPattern(this.START);;){if(u.index=0,(e=(o=a.charAt(l)===i.startAI?2:0)>0?i.getBySeparator(a,l):i.getByLength(a,l)).ai.length)r=l+o+e.id.length+e.ai.length;else if((r=a.indexOf(i.startAI,l+1))<0){if(l+e.ai.max+e.id.length+o<a.length)throw new Error("Separators are required after variable length identifiers");r=a.length}if(u.value=a.substring(l,r).replace(s,""),i.validate(e,u.value),n.pushData(u,i.dependentStates),r>=a.length)break;l=r,u.state!==i.startState&&(n[i.startState].move(u),u.state=i.startState),e.ai.length||n.addPattern(i.START)}t.index=t.value.length},e.prototype.validate=function(t,e){var r=e.substr(t.id.length),o=t.ai;if(!o.type&&!cf.test(r))throw new Error("Application identifier "+t.id+" is numeric only but contains non numeric character(s).");if("alphanumeric"===o.type&&!pf.test(r))throw new Error("Application identifier "+t.id+" is alphanumeric only but contains non alphanumeric character(s).");if(o.length&&o.length!==r.length)throw new Error("Application identifier "+t.id+" must be "+o.length+" characters long.");if(o.min&&o.min>r.length)throw new Error("Application identifier "+t.id+" must be at least "+o.min+" characters long.");if(o.max&&o.max<r.length)throw new Error("Application identifier "+t.id+" must be at most "+o.max+" characters long.")},e.prototype.getByLength=function(t,e){for(var r,o,i=2;i<=4;i++)if(r=Cf(t,e,i),o=this.getApplicationIdentifier(r)||this.getApplicationIdentifier(r.substring(0,r.length-1)))return{id:r,ai:o};this.unsupportedAIError(r)},e.prototype.unsupportedAIError=function(t){throw new Error("'"+t+"' is not a supported Application Identifier")},e.prototype.getBySeparator=function(t,e){var r=t.indexOf(this.startAI,e),o=t.indexOf(this.endAI,r),i=t.substring(r+1,o),n=this.getApplicationIdentifier(i)||this.getApplicationIdentifier(i.substr(i.length-1));return n||this.unsupportedAIError(i),{ai:n,id:i}},e.prototype.getApplicationIdentifier=function(t){var e=this.applicationIdentifiers,r=e.multiKey;if(e[t])return e[t];for(var o=0;o<r.length;o++){if(r[o].ids&&Ot(t,r[o].ids))return r[o].type;if(r[o].ranges)for(var i=r[o].ranges,n=0;n<i.length;n++)if(i[n][0]<=t&&t<=i[n][1])return r[o].type}},e}(ff);var gf=function(t){function e(e){t.call(this,e),this._initStates()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{characterMap:[212222,222122,222221,121223,121322,131222,122213,122312,132212,221213,221312,231212,112232,122132,122231,113222,123122,123221,223211,221132,221231,213212,223112,312131,311222,321122,321221,312212,322112,322211,212123,212321,232121,111323,131123,131321,112313,132113,132311,211313,231113,231311,112133,112331,132131,113123,113321,133121,313121,211331,231131,213113,213311,213131,311123,311321,331121,312113,312311,332111,314111,221411,431111,111224,111422,121124,121421,141122,141221,112214,112412,122114,122411,142112,142211,241211,221114,413111,241112,134111,111242,121142,121241,114212,124112,124211,411212,421112,421211,212141,214121,412121,111143,111341,131141,114113,114311,411113,411311,113141,114131,311141,411131,211412,211214,211232,2331112],STOP:106})},e.prototype._initStates=function(){for(var t=this,e=0;e<this.states.length;e++)t[t.states[e]]=new vf[t.states[e]](t,t.states)},e.prototype.initValue=function(t,e,r){this.pattern=[],this.value=t,this.width=e,this.height=r,this.checkSum=0,this.totalUnits=0,this.index=0,this.position=1},e.prototype.addData=function(){var t={value:this.value,index:0,state:""};0!==this.value.length&&(t.state=t.previousState=this.getNextState(t,this.states),this.addStart(t),this.pushData(t,this.states),this.addCheckSum(),this.addStop(),this.setBaseUnit())},e.prototype.pushData=function(t,e){for(var r=this;r[t.state].pushState(t),!(t.index>=t.value.length);)if(t.shifted){var o=t.state;t.state=t.previousState,t.previousState=o,t.shifted=!1}else t.previousState=t.state,t.state=r.getNextState(t,e),r[t.state].move(t)},e.prototype.addStart=function(t){this[t.state].addStart(t),this.position=1},e.prototype.addCheckSum=function(){this.checksum=this.checkSum%103,this.addPattern(this.checksum)},e.prototype.addStop=function(){this.addPattern(this.STOP)},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(this.totalUnits+this.quietZoneLength)},e.prototype.addPattern=function(t){for(var e,r=this.characterMap[t].toString(),o=0;o<r.length;o++)e=parseInt(r.charAt(o),10),this.pattern.push(e),this.totalUnits+=e;this.checkSum+=t*this.position++},e.prototype.getNextState=function(t,e){for(var r=0;r<e.length;r++)if(this[e[r]].is(t.value,t.index))return e[r];this.invalidCharacterError(t.value.charAt(t.index))},e}(Wh),yf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{name:"Code 128 A",states:["A"]})},e}(gf),mf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{name:"Code 128 B",states:["B"]})},e}(gf),bf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{name:"Code 128 C",states:["C"]})},e}(gf),xf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{name:"Code 128",states:["C","B","A","FNC4"]})},e}(gf),_f=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),hf(this,{name:"Code GS1-128",states:["FNC1","C","B"]})},e}(gf);function Cf(t,e,r){return t.substring(e,e+r)}var wf=Object.assign,Of=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),wf(this,{characterMap:["12121212","12121221","12122112","12122121","12211212","12211221","12212112","12212121","21121212","21121221"],START:"21",STOP:"121",checkSumType:"",checkSums:kf})},e.prototype.initValue=function(t,e){this.pattern=[],this.value=t,this.checkSumLength=0,this.width=e},e.prototype.setBaseUnit=function(){this.baseUnit=this.width/(12*(this.value.length+this.checkSumLength)+this.quietZoneLength+7)},e.prototype.addData=function(){var t=this.value;this.addPattern(this.START);for(var e=0;e<t.length;e++)this.addCharacter(t.charAt(e));this.options.addCheckSum&&this.addCheckSum(),this.addPattern(this.STOP),this.setBaseUnit()},e.prototype.addCharacter=function(t){var e=this.characterMap[t];e||this.invalidCharacterError(t),this.addPattern(e)},e.prototype.addPattern=function(t){for(var e=0;e<t.length;e++)this.pattern.push(parseInt(t.charAt(e),10))},e.prototype.addCheckSum=function(){var t=this,e=this.checkSums[this.checkSumType].call(this.checkSums,this.value);this.checksum=e.join("");for(var r=0;r<e.length;r++)t.checkSumLength++,t.addPattern(t.characterMap[e[r]])},e}(Wh),Sf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),wf(this,{name:"MSI Modulo10",checkSumType:"Modulo10"})},e}(Of),Pf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),wf(this,{name:"MSI Modulo11",checkSumType:"Modulo11"})},e}(Of),Af=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),wf(this,{name:"MSI Modulo10 Modulo10",checkSumType:"Modulo10Modulo10"})},e}(Of),jf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),wf(this,{name:"MSI Modulo11 Modulo10",checkSumType:"Modulo11Modulo10"})},e}(Of),kf={Modulo10:function(t){var e,r,o,i=[0,""],n=t.length%2;for(e=0;e<t.length;e++)i[(e+n)%2]+=parseInt(t.charAt(e),10);for(o=i[0],r=(2*i[1]).toString(),e=0;e<r.length;e++)o+=parseInt(r.charAt(e),10);return[(10-o%10)%10]},Modulo11:function(t){for(var e,r=0,o=t.length,i=0;i<o;i++)r+=(((o-i)%6||6)+1)*t.charAt(i);return 10!=(e=(11-r%11)%11)?[e]:[1,0]},Modulo11Modulo10:function(t){var e,r=this.Modulo11(t);return e=t+r[0],r.concat(this.Modulo10(e))},Modulo10Modulo10:function(t){var e,r=this.Modulo10(t);return e=t+r[0],r.concat(this.Modulo10(e))}},Mf=Object.assign,Tf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Mf(this,{name:"EAN 13",keyTable:["000000","001011","001101","001110","010011","011001","011100","010101","010110","011010"],characterMap:{digits:[[3,2,1,1],[2,2,2,1],[2,1,2,2],[1,4,1,1],[1,1,3,2],[1,2,3,1],[1,1,1,4],[1,3,1,2],[1,2,1,3],[3,1,1,2]],start:[1,1,1],middle:[1,1,1,1,1]}})},e.prototype.initValue=function(t,e,r){var o=String(t);if(12!==o.length||/\D/.test(o))throw new Error('The value of the "EAN13" encoding should be 12 symbols');this.pattern=[],this.options.height=r,this.baseUnit=e/(95+this.quietZoneLength),this.value=o,this.checksum=this.calculateChecksum(),this.leftKey=o[0],this.leftPart=o.substr(1,6),this.rightPart=o.substr(7)+this.checksum},e.prototype.addData=function(){this.addPieces(this.characterMap.start),this.addSide(this.leftPart,this.leftKey),this.addPieces(this.characterMap.middle),this.addSide(this.rightPart),this.addPieces(this.characterMap.start)},e.prototype.addSide=function(t,e){for(var r=this,o=0;o<t.length;o++)e&&parseInt(r.keyTable[e].charAt(o),10)?r.addPieces(Array.prototype.slice.call(r.characterMap.digits[t.charAt(o)]).reverse(),!0):r.addPieces(r.characterMap.digits[t.charAt(o)],!0)},e.prototype.addPieces=function(t,e){for(var r=this,o=0;o<t.length;o++)e?r.pattern.push({y1:0,y2:.95*r.options.height,width:t[o]}):r.pattern.push(t[o])},e.prototype.calculateChecksum=function(){for(var t=0,e=0,r=this.value.split("").reverse().join(""),o=0;o<r.length;o++)o%2?e+=parseInt(r.charAt(o),10):t+=parseInt(r.charAt(o),10);return(10-(3*t+e)%10)%10},e}(Wh),Ef=Object.assign,Vf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),Ef(this,{name:"EAN 8"})},e.prototype.initValue=function(t,e,r){if(7!==t.length||/\D/.test(t))throw new Error("Invalid value provided");this.value=t,this.options.height=r,this.checksum=this.calculateChecksum(this.value),this.leftPart=this.value.substr(0,4),this.rightPart=this.value.substr(4)+this.checksum,this.pattern=[],this.baseUnit=e/(67+this.quietZoneLength)},e}(Tf),Df={code11:Zh,code39:tf,code39extended:rf,code93:nf,code93extended:af,code128:xf,code128a:yf,code128b:mf,code128c:bf};function If(t,e){var r=t.style.display;"canvas"===e&&(t.style.display="block");var o={width:t.clientWidth,height:t.clientHeight};return t.style.display=r,o}Df["gs1-128"]=_f,Df.msimod10=Sf,Df.msimod11=Pf,Df.msimod1010=Af,Df.msimod1110=jf,Df.postnet=uf,Df.ean8=Vf,Df.ean13=Tf;var Lf=function(t){function e(e,r,o){void 0===o&&(o=xe),t.call(this),this.options=nt({},this.options,r),this.element=e,this.onError=o,this._initElement(),this._initSurface(),this._setOptions(r),r&&Lt(r.value)&&this.redraw()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._destroySurface()},e.prototype._initElement=function(){U(this.element,"k-barcode")},e.prototype._initSurface=function(){var t=this.options,e=this.surface;e&&e.options.type===t.renderAs||(this._destroySurface(),this._initSurfaceElement(),this.surface=this._createSurface())},e.prototype._createSurface=function(){return $.drawing.Surface.create(this.surfaceElement,{type:this.options.renderAs})},e.prototype._destroySurface=function(){this.surface&&(this.surface.destroy(),this.surface=null,this._destroySurfaceElement())},e.prototype._initSurfaceElement=function(){this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.surfaceElement.style.position="relative",this.element.appendChild(this.surfaceElement))},e.prototype._destroySurfaceElement=function(){this.surfaceElement&&this.surfaceElement.parentNode&&(this.surfaceElement.parentNode.removeChild(this.surfaceElement),this.surfaceElement=null)},e.prototype.setOptions=function(t){this._setOptions(t),this._initSurface(),this.redraw()},e.prototype.redraw=function(){var t=this._getSize();this.surface.clear(),this.surface.setSize({width:t.width,height:t.height}),this.createVisual(),this.surface.draw(this.visual)},e.prototype.getSize=function(){return{width:this.element.offsetWidth,height:this.element.offsetHeight}},e.prototype._resize=function(){this.redraw()},e.prototype.createVisual=function(){this.visual=this._render()},e.prototype._render=function(){var t,e,r=this.options,o=r.value,i=r.text,n=pt(i.margin),a=this._getSize(),s=r.border||{},l=this.encoding,u=new ke(0,0,a.width,a.height).unpad(s.width).unpad(r.padding),c=u.height(),p=new $.drawing.Group;this.contentBox=u,p.append(this._getBackground(a)),i.visible&&(c-=$.drawing.util.measureText(o,{font:i.font}).height+n.top+n.bottom);try{t=l.encode(o,u.width(),c)}catch(t){return this.onError(t),p}return i.visible&&(e=o,r.checksum&&Lt(l.checksum)&&(e+=" "+l.checksum),p.append(this._getText(e))),this.barHeight=c,this._bandsGroup=this._getBands(t.pattern,t.baseUnit),p.append(this._bandsGroup),p},e.prototype.exportVisual=function(){return this._render()},e.prototype._getSize=function(){var t=If(this.element,this.options.renderAs),e=new $.geometry.Size(300,100);return t.width>0&&(e.width=t.width),t.height>0&&(e.height=t.height),this.options.width&&(e.width=this.options.width),this.options.height&&(e.height=this.options.height),e},e.prototype.value=function(t){if(!Lt(t))return this.options.value;this.options.value=String(t),this.redraw()},e.prototype._getBands=function(t,e){for(var r,o,i=this.contentBox,n=i.x1,a=new $.drawing.Group,s=0;s<t.length;s++){if(r=(o=at(t[s])?t[s]:{width:t[s],y1:0,y2:this.barHeight}).width*e,s%2){var l=$.geometry.Rect.fromPoints(new $.geometry.Point(n,o.y1+i.y1),new $.geometry.Point(n+r,o.y2+i.y1)),u=$.drawing.Path.fromRect(l,{fill:{color:this.options.color},stroke:null});a.append(u)}n+=r}return a},e.prototype._getBackground=function(t){var e=this.options,r=e.border||{},o=new ke(0,0,t.width,t.height).unpad(r.width/2);return $.drawing.Path.fromRect(o.toRect(),{fill:{color:e.background},stroke:{color:r.width?r.color:"",width:r.width,dashType:r.dashType}})},e.prototype._getText=function(t){var e=this.options.text,r=this._textbox=new or(t,{font:e.font,color:e.color,align:"center",vAlign:"bottom",margin:e.margin});return r.reflow(this.contentBox),r.renderVisual(),r.visual},e.prototype._setOptions=function(t){if(this.type=(t.type||this.options.type).toLowerCase(),"upca"===this.type&&(this.type="ean13",t.value="0"+t.value),"upce"===this.type&&(this.type="ean8",t.value="0"+t.value),!Df[this.type])throw new Error("Encoding '"+this.type+"' is not supported.");this.encoding=new Df[this.type],this.options=nt({},this.options,t)},e}($.Class);Qt(Lf,{name:"Barcode",renderAs:"svg",value:"",type:"code39",checksum:!1,width:0,height:0,color:"black",background:"white",text:{visible:!0,font:"16px Consolas, Monaco, Sans Mono, monospace, sans-serif",color:"black",margin:{top:0,bottom:0,left:0,right:0}},border:{width:0,dashType:"solid",color:"black"},padding:{top:0,bottom:0,left:0,right:0}});const Nf=Lf;var Bf={width:500,height:100};const Rf=function(t,e){if(void 0===e&&(e=Bf),!t)throw new Error("Please specify barcode type to validate.");var r=t.toLowerCase(),o="";if("upca"===r?(r="ean13",o="0"):"upce"===r&&(r="ean8",o="0"),!Df[r])throw new Error("Encoding '"+t+"' is not supported.");return function(t,e,r){return function(o){try{t.encode(r+o,e.width,e.height)}catch(t){return{valid:!1,error:t}}return{valid:!0}}}(new Df[r],e,o)};var zf=Object.assign;function Ff(t,e){for(var r=[],o=0;o<t.length;)r.push(t.substring(o,o+e)),o+=e;return r}function Hf(t,e){var r=Number(t).toString(2);return r.length<e&&(r=new Array(e-r.length+1).join(0)+r),r}function Uf(t){return parseInt(t,2)}var Kf=function(t){function e(e){t.call(this),this.matrix=e,this.row=e.length-1,this.column=e.length-1,this.startColumn=this.column,this.dir=-1,this.c=0}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.move=function(){this.row+=this.dir*this.c,this.c^=1,this.column=this.startColumn-this.c},e.prototype.getNextCell=function(){for(var t=this;void 0!==this.matrix[this.row][this.column];)t.move(),(t.row<0||t.row>=t.matrix.length)&&(t.dir=-t.dir,t.startColumn-=8!==t.startColumn?2:3,t.column=t.startColumn,t.row=t.dir<0?t.matrix.length-1:0);return{row:this.row,column:this.column}},e.prototype.getNextRemainderCell=function(){if(this.move(),void 0===this.matrix[this.row][this.column])return{row:this.row,column:this.column}},e}($.Class),Xf=function(t){function e(e,r){t.call(this),this.dataString=e,this.version=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}($.Class),$f=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getEncodingResult=function(t,e){var r=function(t){var e,r=[],o=0,i=t;for(r.push(Td(i,md,bd,xd,e)),e=r[0].mode,i=i.substr(r[0].modeString.length);i.length>0;){var n=Td(i,_d,Cd,wd,e);n.mode!==e?(e=n.mode,r.push(n),o++):r[o].modeString+=n.modeString,i=i.substr(n.modeString.length)}return r}(t),o=function(t){for(var e=0,r=0;r<t.length;r++)e+=Zf[t[r].mode].getStringBitsLength(t[r].modeString.length);return Math.ceil(e/8)}(r),i=Ed(o,e),n=function(t,e){for(var r="",o=0;o<t.length;o++)r+=Zf[t[o].mode].encode(t[o].modeString,e);return r}(r,i);return new Xf(n,i)},e}($.Class),Gf=function(t){function e(){t.call(this),this.initProperties()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){zf(this,{modeIndicator:"",bitsInCharacterCount:[]})},e.prototype.getVersionIndex=function(t){return t<10?0:t>26?2:1},e.prototype.getBitsCharacterCount=function(t){return this.bitsInCharacterCount[this.getVersionIndex(t||40)]},e.prototype.getModeCountString=function(t,e){return this.modeIndicator+Hf(t,this.getBitsCharacterCount(e))},e.prototype.encode=function(){},e.prototype.getStringBitsLength=function(){},e.prototype.getValue=function(){},e}($.Class),Yf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),zf(this,{bitsInCharacterCount:[10,12,14],modeIndicator:"0001"})},e.prototype.getValue=function(t){return parseInt(t,10)},e.prototype.encode=function(t,e){var r,o=Ff(t,3),i=this.getModeCountString(t.length,e);for(r=0;r<o.length-1;r++)i+=Hf(o[r],10);return i+Hf(o[r],1+3*o[r].length)},e.prototype.getStringBitsLength=function(t,e){var r=t%3;return 4+this.getBitsCharacterCount(e)+10*Math.floor(t/3)+3*r+(0===r?0:1)},e}(Gf),Wf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),zf(this,{characters:{0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,G:16,H:17,I:18,J:19,K:20,L:21,M:22,N:23,O:24,P:25,Q:26,R:27,S:28,T:29,U:30,V:31,W:32,X:33,Y:34,Z:35," ":36,$:37,"%":38,"*":39,"+":40,"-":41,".":42,"/":43,":":44},bitsInCharacterCount:[9,11,13],modeIndicator:"0010"})},e.prototype.getValue=function(t){return this.characters[t]},e.prototype.encode=function(t,e){var r,o=Ff(t,2),i=this.getModeCountString(t.length,e);for(r=0;r<o.length-1;r++)i+=Hf(45*this.getValue(o[r].charAt(0))+this.getValue(o[r].charAt(1)),11);return i+Hf(2===o[r].length?45*this.getValue(o[r].charAt(0))+this.getValue(o[r].charAt(1)):this.getValue(o[r].charAt(0)),1+5*o[r].length)},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+11*Math.floor(t/2)+t%2*6},e}(Gf),qf=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),zf(this,{bitsInCharacterCount:[8,16,16],modeIndicator:"0100"})},e.prototype.getValue=function(t){var e=t.charCodeAt(0);if(e<=127||160<=e&&e<=255)return e;throw new Error('Unsupported character in QR Code: "'+t+'".')},e.prototype.encode=function(t,e){for(var r=this.getModeCountString(t.length,e),o=0;o<t.length;o++)r+=Hf(this.getValue(t.charAt(o)),8);return r},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+8*t},e}(Gf),Zf={};Zf.numeric=new Yf,Zf.alphanumeric=new Wf,Zf.byte=new qf;var Qf=function(t){function e(){t.call(this),this.initProperties(),this.mode=Zf[this.encodingMode]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){zf(this,{encodingMode:"byte",utfBOM:"111011111011101110111111",initialModeCountStringLength:20,ranges:[128,2048,65536,2097152,67108864]})},e.prototype.getEncodingResult=function(t,e){var r=this.encode(t),o=Ed(this.getDataCodewordsCount(r),e),i=this.mode.getModeCountString(r.length/8,o)+r;return new Xf(i,o)},e.prototype.getDataCodewordsCount=function(t){var e=t.length;return Math.ceil((this.initialModeCountStringLength+e)/8)},e.prototype.encode=function(t){for(var e=this.utfBOM,r=0;r<t.length;r++)e+=this.encodeCharacter(t.charCodeAt(r));return e},e.prototype.encodeCharacter=function(t){var e=this.getBytesCount(t),r=e-1,o="";if(1===e)o=Hf(t,8);else{for(var i=8-e,n=0;n<r;n++)o=Hf(t>>6*n&63|128,8)+o;o=(t>>6*r|255>>i<<i).toString(2)+o}return o},e.prototype.getBytesCount=function(t){for(var e=this.ranges,r=0;r<e.length;r++)if(t<e[r])return r+1},e}($.Class),Jf=[{L:{groups:[[1,19]],totalDataCodewords:19,errorCodewordsPerBlock:7},M:{groups:[[1,16]],totalDataCodewords:16,errorCodewordsPerBlock:10},Q:{groups:[[1,13]],totalDataCodewords:13,errorCodewordsPerBlock:13},H:{groups:[[1,9]],totalDataCodewords:9,errorCodewordsPerBlock:17}},{L:{groups:[[1,34]],totalDataCodewords:34,errorCodewordsPerBlock:10},M:{groups:[[1,28]],totalDataCodewords:28,errorCodewordsPerBlock:16},Q:{groups:[[1,22]],totalDataCodewords:22,errorCodewordsPerBlock:22},H:{groups:[[1,16]],totalDataCodewords:16,errorCodewordsPerBlock:28}},{L:{groups:[[1,55]],totalDataCodewords:55,errorCodewordsPerBlock:15},M:{groups:[[1,44]],totalDataCodewords:44,errorCodewordsPerBlock:26},Q:{groups:[[2,17]],totalDataCodewords:34,errorCodewordsPerBlock:18},H:{groups:[[2,13]],totalDataCodewords:26,errorCodewordsPerBlock:22}},{L:{groups:[[1,80]],totalDataCodewords:80,errorCodewordsPerBlock:20},M:{groups:[[2,32]],totalDataCodewords:64,errorCodewordsPerBlock:18},Q:{groups:[[2,24]],totalDataCodewords:48,errorCodewordsPerBlock:26},H:{groups:[[4,9]],totalDataCodewords:36,errorCodewordsPerBlock:16}},{L:{groups:[[1,108]],totalDataCodewords:108,errorCodewordsPerBlock:26},M:{groups:[[2,43]],totalDataCodewords:86,errorCodewordsPerBlock:24},Q:{groups:[[2,15],[2,16]],totalDataCodewords:62,errorCodewordsPerBlock:18},H:{groups:[[2,11],[2,12]],totalDataCodewords:46,errorCodewordsPerBlock:22}},{L:{groups:[[2,68]],totalDataCodewords:136,errorCodewordsPerBlock:18},M:{groups:[[4,27]],totalDataCodewords:108,errorCodewordsPerBlock:16},Q:{groups:[[4,19]],totalDataCodewords:76,errorCodewordsPerBlock:24},H:{groups:[[4,15]],totalDataCodewords:60,errorCodewordsPerBlock:28}},{L:{groups:[[2,78]],totalDataCodewords:156,errorCodewordsPerBlock:20},M:{groups:[[4,31]],totalDataCodewords:124,errorCodewordsPerBlock:18},Q:{groups:[[2,14],[4,15]],totalDataCodewords:88,errorCodewordsPerBlock:18},H:{groups:[[4,13],[1,14]],totalDataCodewords:66,errorCodewordsPerBlock:26}},{L:{groups:[[2,97]],totalDataCodewords:194,errorCodewordsPerBlock:24},M:{groups:[[2,38],[2,39]],totalDataCodewords:154,errorCodewordsPerBlock:22},Q:{groups:[[4,18],[2,19]],totalDataCodewords:110,errorCodewordsPerBlock:22},H:{groups:[[4,14],[2,15]],totalDataCodewords:86,errorCodewordsPerBlock:26}},{L:{groups:[[2,116]],totalDataCodewords:232,errorCodewordsPerBlock:30},M:{groups:[[3,36],[2,37]],totalDataCodewords:182,errorCodewordsPerBlock:22},Q:{groups:[[4,16],[4,17]],totalDataCodewords:132,errorCodewordsPerBlock:20},H:{groups:[[4,12],[4,13]],totalDataCodewords:100,errorCodewordsPerBlock:24}},{L:{groups:[[2,68],[2,69]],totalDataCodewords:274,errorCodewordsPerBlock:18},M:{groups:[[4,43],[1,44]],totalDataCodewords:216,errorCodewordsPerBlock:26},Q:{groups:[[6,19],[2,20]],totalDataCodewords:154,errorCodewordsPerBlock:24},H:{groups:[[6,15],[2,16]],totalDataCodewords:122,errorCodewordsPerBlock:28}},{L:{groups:[[4,81]],totalDataCodewords:324,errorCodewordsPerBlock:20},M:{groups:[[1,50],[4,51]],totalDataCodewords:254,errorCodewordsPerBlock:30},Q:{groups:[[4,22],[4,23]],totalDataCodewords:180,errorCodewordsPerBlock:28},H:{groups:[[3,12],[8,13]],totalDataCodewords:140,errorCodewordsPerBlock:24}},{L:{groups:[[2,92],[2,93]],totalDataCodewords:370,errorCodewordsPerBlock:24},M:{groups:[[6,36],[2,37]],totalDataCodewords:290,errorCodewordsPerBlock:22},Q:{groups:[[4,20],[6,21]],totalDataCodewords:206,errorCodewordsPerBlock:26},H:{groups:[[7,14],[4,15]],totalDataCodewords:158,errorCodewordsPerBlock:28}},{L:{groups:[[4,107]],totalDataCodewords:428,errorCodewordsPerBlock:26},M:{groups:[[8,37],[1,38]],totalDataCodewords:334,errorCodewordsPerBlock:22},Q:{groups:[[8,20],[4,21]],totalDataCodewords:244,errorCodewordsPerBlock:24},H:{groups:[[12,11],[4,12]],totalDataCodewords:180,errorCodewordsPerBlock:22}},{L:{groups:[[3,115],[1,116]],totalDataCodewords:461,errorCodewordsPerBlock:30},M:{groups:[[4,40],[5,41]],totalDataCodewords:365,errorCodewordsPerBlock:24},Q:{groups:[[11,16],[5,17]],totalDataCodewords:261,errorCodewordsPerBlock:20},H:{groups:[[11,12],[5,13]],totalDataCodewords:197,errorCodewordsPerBlock:24}},{L:{groups:[[5,87],[1,88]],totalDataCodewords:523,errorCodewordsPerBlock:22},M:{groups:[[5,41],[5,42]],totalDataCodewords:415,errorCodewordsPerBlock:24},Q:{groups:[[5,24],[7,25]],totalDataCodewords:295,errorCodewordsPerBlock:30},H:{groups:[[11,12],[7,13]],totalDataCodewords:223,errorCodewordsPerBlock:24}},{L:{groups:[[5,98],[1,99]],totalDataCodewords:589,errorCodewordsPerBlock:24},M:{groups:[[7,45],[3,46]],totalDataCodewords:453,errorCodewordsPerBlock:28},Q:{groups:[[15,19],[2,20]],totalDataCodewords:325,errorCodewordsPerBlock:24},H:{groups:[[3,15],[13,16]],totalDataCodewords:253,errorCodewordsPerBlock:30}},{L:{groups:[[1,107],[5,108]],totalDataCodewords:647,errorCodewordsPerBlock:28},M:{groups:[[10,46],[1,47]],totalDataCodewords:507,errorCodewordsPerBlock:28},Q:{groups:[[1,22],[15,23]],totalDataCodewords:367,errorCodewordsPerBlock:28},H:{groups:[[2,14],[17,15]],totalDataCodewords:283,errorCodewordsPerBlock:28}},{L:{groups:[[5,120],[1,121]],totalDataCodewords:721,errorCodewordsPerBlock:30},M:{groups:[[9,43],[4,44]],totalDataCodewords:563,errorCodewordsPerBlock:26},Q:{groups:[[17,22],[1,23]],totalDataCodewords:397,errorCodewordsPerBlock:28},H:{groups:[[2,14],[19,15]],totalDataCodewords:313,errorCodewordsPerBlock:28}},{L:{groups:[[3,113],[4,114]],totalDataCodewords:795,errorCodewordsPerBlock:28},M:{groups:[[3,44],[11,45]],totalDataCodewords:627,errorCodewordsPerBlock:26},Q:{groups:[[17,21],[4,22]],totalDataCodewords:445,errorCodewordsPerBlock:26},H:{groups:[[9,13],[16,14]],totalDataCodewords:341,errorCodewordsPerBlock:26}},{L:{groups:[[3,107],[5,108]],totalDataCodewords:861,errorCodewordsPerBlock:28},M:{groups:[[3,41],[13,42]],totalDataCodewords:669,errorCodewordsPerBlock:26},Q:{groups:[[15,24],[5,25]],totalDataCodewords:485,errorCodewordsPerBlock:30},H:{groups:[[15,15],[10,16]],totalDataCodewords:385,errorCodewordsPerBlock:28}},{L:{groups:[[4,116],[4,117]],totalDataCodewords:932,errorCodewordsPerBlock:28},M:{groups:[[17,42]],totalDataCodewords:714,errorCodewordsPerBlock:26},Q:{groups:[[17,22],[6,23]],totalDataCodewords:512,errorCodewordsPerBlock:28},H:{groups:[[19,16],[6,17]],totalDataCodewords:406,errorCodewordsPerBlock:30}},{L:{groups:[[2,111],[7,112]],totalDataCodewords:1006,errorCodewordsPerBlock:28},M:{groups:[[17,46]],totalDataCodewords:782,errorCodewordsPerBlock:28},Q:{groups:[[7,24],[16,25]],totalDataCodewords:568,errorCodewordsPerBlock:30},H:{groups:[[34,13]],totalDataCodewords:442,errorCodewordsPerBlock:24}},{L:{groups:[[4,121],[5,122]],totalDataCodewords:1094,errorCodewordsPerBlock:30},M:{groups:[[4,47],[14,48]],totalDataCodewords:860,errorCodewordsPerBlock:28},Q:{groups:[[11,24],[14,25]],totalDataCodewords:614,errorCodewordsPerBlock:30},H:{groups:[[16,15],[14,16]],totalDataCodewords:464,errorCodewordsPerBlock:30}},{L:{groups:[[6,117],[4,118]],totalDataCodewords:1174,errorCodewordsPerBlock:30},M:{groups:[[6,45],[14,46]],totalDataCodewords:914,errorCodewordsPerBlock:28},Q:{groups:[[11,24],[16,25]],totalDataCodewords:664,errorCodewordsPerBlock:30},H:{groups:[[30,16],[2,17]],totalDataCodewords:514,errorCodewordsPerBlock:30}},{L:{groups:[[8,106],[4,107]],totalDataCodewords:1276,errorCodewordsPerBlock:26},M:{groups:[[8,47],[13,48]],totalDataCodewords:1e3,errorCodewordsPerBlock:28},Q:{groups:[[7,24],[22,25]],totalDataCodewords:718,errorCodewordsPerBlock:30},H:{groups:[[22,15],[13,16]],totalDataCodewords:538,errorCodewordsPerBlock:30}},{L:{groups:[[10,114],[2,115]],totalDataCodewords:1370,errorCodewordsPerBlock:28},M:{groups:[[19,46],[4,47]],totalDataCodewords:1062,errorCodewordsPerBlock:28},Q:{groups:[[28,22],[6,23]],totalDataCodewords:754,errorCodewordsPerBlock:28},H:{groups:[[33,16],[4,17]],totalDataCodewords:596,errorCodewordsPerBlock:30}},{L:{groups:[[8,122],[4,123]],totalDataCodewords:1468,errorCodewordsPerBlock:30},M:{groups:[[22,45],[3,46]],totalDataCodewords:1128,errorCodewordsPerBlock:28},Q:{groups:[[8,23],[26,24]],totalDataCodewords:808,errorCodewordsPerBlock:30},H:{groups:[[12,15],[28,16]],totalDataCodewords:628,errorCodewordsPerBlock:30}},{L:{groups:[[3,117],[10,118]],totalDataCodewords:1531,errorCodewordsPerBlock:30},M:{groups:[[3,45],[23,46]],totalDataCodewords:1193,errorCodewordsPerBlock:28},Q:{groups:[[4,24],[31,25]],totalDataCodewords:871,errorCodewordsPerBlock:30},H:{groups:[[11,15],[31,16]],totalDataCodewords:661,errorCodewordsPerBlock:30}},{L:{groups:[[7,116],[7,117]],totalDataCodewords:1631,errorCodewordsPerBlock:30},M:{groups:[[21,45],[7,46]],totalDataCodewords:1267,errorCodewordsPerBlock:28},Q:{groups:[[1,23],[37,24]],totalDataCodewords:911,errorCodewordsPerBlock:30},H:{groups:[[19,15],[26,16]],totalDataCodewords:701,errorCodewordsPerBlock:30}},{L:{groups:[[5,115],[10,116]],totalDataCodewords:1735,errorCodewordsPerBlock:30},M:{groups:[[19,47],[10,48]],totalDataCodewords:1373,errorCodewordsPerBlock:28},Q:{groups:[[15,24],[25,25]],totalDataCodewords:985,errorCodewordsPerBlock:30},H:{groups:[[23,15],[25,16]],totalDataCodewords:745,errorCodewordsPerBlock:30}},{L:{groups:[[13,115],[3,116]],totalDataCodewords:1843,errorCodewordsPerBlock:30},M:{groups:[[2,46],[29,47]],totalDataCodewords:1455,errorCodewordsPerBlock:28},Q:{groups:[[42,24],[1,25]],totalDataCodewords:1033,errorCodewordsPerBlock:30},H:{groups:[[23,15],[28,16]],totalDataCodewords:793,errorCodewordsPerBlock:30}},{L:{groups:[[17,115]],totalDataCodewords:1955,errorCodewordsPerBlock:30},M:{groups:[[10,46],[23,47]],totalDataCodewords:1541,errorCodewordsPerBlock:28},Q:{groups:[[10,24],[35,25]],totalDataCodewords:1115,errorCodewordsPerBlock:30},H:{groups:[[19,15],[35,16]],totalDataCodewords:845,errorCodewordsPerBlock:30}},{L:{groups:[[17,115],[1,116]],totalDataCodewords:2071,errorCodewordsPerBlock:30},M:{groups:[[14,46],[21,47]],totalDataCodewords:1631,errorCodewordsPerBlock:28},Q:{groups:[[29,24],[19,25]],totalDataCodewords:1171,errorCodewordsPerBlock:30},H:{groups:[[11,15],[46,16]],totalDataCodewords:901,errorCodewordsPerBlock:30}},{L:{groups:[[13,115],[6,116]],totalDataCodewords:2191,errorCodewordsPerBlock:30},M:{groups:[[14,46],[23,47]],totalDataCodewords:1725,errorCodewordsPerBlock:28},Q:{groups:[[44,24],[7,25]],totalDataCodewords:1231,errorCodewordsPerBlock:30},H:{groups:[[59,16],[1,17]],totalDataCodewords:961,errorCodewordsPerBlock:30}},{L:{groups:[[12,121],[7,122]],totalDataCodewords:2306,errorCodewordsPerBlock:30},M:{groups:[[12,47],[26,48]],totalDataCodewords:1812,errorCodewordsPerBlock:28},Q:{groups:[[39,24],[14,25]],totalDataCodewords:1286,errorCodewordsPerBlock:30},H:{groups:[[22,15],[41,16]],totalDataCodewords:986,errorCodewordsPerBlock:30}},{L:{groups:[[6,121],[14,122]],totalDataCodewords:2434,errorCodewordsPerBlock:30},M:{groups:[[6,47],[34,48]],totalDataCodewords:1914,errorCodewordsPerBlock:28},Q:{groups:[[46,24],[10,25]],totalDataCodewords:1354,errorCodewordsPerBlock:30},H:{groups:[[2,15],[64,16]],totalDataCodewords:1054,errorCodewordsPerBlock:30}},{L:{groups:[[17,122],[4,123]],totalDataCodewords:2566,errorCodewordsPerBlock:30},M:{groups:[[29,46],[14,47]],totalDataCodewords:1992,errorCodewordsPerBlock:28},Q:{groups:[[49,24],[10,25]],totalDataCodewords:1426,errorCodewordsPerBlock:30},H:{groups:[[24,15],[46,16]],totalDataCodewords:1096,errorCodewordsPerBlock:30}},{L:{groups:[[4,122],[18,123]],totalDataCodewords:2702,errorCodewordsPerBlock:30},M:{groups:[[13,46],[32,47]],totalDataCodewords:2102,errorCodewordsPerBlock:28},Q:{groups:[[48,24],[14,25]],totalDataCodewords:1502,errorCodewordsPerBlock:30},H:{groups:[[42,15],[32,16]],totalDataCodewords:1142,errorCodewordsPerBlock:30}},{L:{groups:[[20,117],[4,118]],totalDataCodewords:2812,errorCodewordsPerBlock:30},M:{groups:[[40,47],[7,48]],totalDataCodewords:2216,errorCodewordsPerBlock:28},Q:{groups:[[43,24],[22,25]],totalDataCodewords:1582,errorCodewordsPerBlock:30},H:{groups:[[10,15],[67,16]],totalDataCodewords:1222,errorCodewordsPerBlock:30}},{L:{groups:[[19,118],[6,119]],totalDataCodewords:2956,errorCodewordsPerBlock:30},M:{groups:[[18,47],[31,48]],totalDataCodewords:2334,errorCodewordsPerBlock:28},Q:{groups:[[34,24],[34,25]],totalDataCodewords:1666,errorCodewordsPerBlock:30},H:{groups:[[20,15],[61,16]],totalDataCodewords:1276,errorCodewordsPerBlock:30}}],td="0000",ed="numeric",rd="alphanumeric",od="byte",id={1:0},nd={0:1},ad={15:20,16:20,18:24,19:24,22:20,24:22,26:24,28:20,30:20,31:24,32:28,33:24,36:18,37:22,39:20,40:24},sd=[1,0,1,1,1],ld=[1,0,1],ud={L:"01",M:"00",Q:"11",H:"10"},cd=["11101100","00010001"],pd=93,hd=[function(t,e){return(t+e)%2==0},function(t,e){return t%2==0},function(t,e){return e%3==0},function(t,e){return(t+e)%3==0},function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0},function(t,e){return t*e%2+t*e%3==0},function(t,e){return(t*e%2+t*e%3)%2==0},function(t,e){return((t+e)%2+t*e%3)%2==0}],fd=/^\d+/,dd="A-Z0-9 $%*+./:-",vd=new RegExp("^[A-Z $%*+./:-]+"),gd=new RegExp("^["+dd+"]+"),yd=new RegExp("^[^"+dd+"]+"),md=8,bd=5,xd=8,_d=17,Cd=9,wd=16,Od=[[1,0],[1,25,0]];function Sd(t,e,r,o){for(var i=0;i<t.length;i++)t[i][r][o]=e}function Pd(t,e,r,o){for(var i=0;i<hd.length;i++)t[i][r][o]=hd[i](r,o)?1^e:parseInt(e,10)}function Ad(t,e){for(var r=[],o=t.length-2;o>=0;o--)r[o]=t[o]^e[o];return r}function jd(t,e){for(var r=[],o=0;o<t.length;o++)for(var i=0;i<e.length;i++)void 0===r[o+i]?r[o+i]=(t[o]+(e[i]>=0?e[i]:0))%255:r[o+i]=id[nd[r[o+i]]^nd[(t[o]+e[i])%255]];return r}function kd(t,e){var r=[],o=t.length-1;do{r[o]=nd[(t[o]+e)%255],o--}while(void 0!==t[o]);return r}function Md(t,e){var r,o,i=Od[e-1],n=new Array(e).concat(t),a=new Array(n.length-i.length).concat(i),s=t.length,l=[];for(o=0;o<s;o++)r=kd(a,id[n[n.length-1]]),a.splice(0,1),n=Ad(r,n);for(o=n.length-1;o>=0;o--)l[e-1-o]=Hf(n[o],8);return l}function Td(t,e,r,o,i){var n,a,s=fd.exec(t),l=s?s[0]:"",u=vd.exec(t),c=u?u[0]:"",p=gd.exec(t),h=p?p[0]:"";return l&&(l.length>=e||t.length===l.length||l.length>=r&&!gd.test(t.charAt(l.length)))?(n=ed,a=l):h&&(t.length===h.length||h.length>=o||i===rd)?(n=rd,a=l||c):(n=od,a=h?h+yd.exec(t.substring(h.length))[0]:yd.exec(t)[0]),{mode:n,modeString:a}}function Ed(t,e){var r=0,o=Jf.length-1,i=Math.floor(Jf.length/2);do{t<Jf[i][e].totalDataCodewords?o=i:r=i,i=r+Math.floor((o-r)/2)}while(o-r>1);return t<=Jf[r][e].totalDataCodewords?i+1:o+1}function Vd(t,e,r){var o=Uf(e),i=e.length-1,n=t<<i,a=Hf(t,r-i),s=function(t,e){var r=e.toString(2).length,o=t.toString(2).length,i=t;do{o=(i^=e<<o-r).toString(2).length}while(o>=r);return i}(n,o);return a+Hf(s,i)}function Dd(t,e){return parseInt(t.charAt(e),10)}function Id(t,e){var r,o,i=t[0],n=0,a=e.length;for(r=0,o=8;r<=8;r++)6!==r&&Sd(t,Dd(e,a-1-n++),r,o);for(r=8,o=7;o>=0;o--)6!==o&&Sd(t,Dd(e,a-1-n++),r,o);for(n=0,o=i.length-1,r=8;o>=i.length-8;o--)Sd(t,Dd(e,a-1-n++),r,o);for(Sd(t,1,i.length-8,8),r=i.length-7,o=8;r<i.length;r++)Sd(t,Dd(e,a-1-n++),r,o)}function Ld(t,e){for(var r,o,i,n=t[0].length,a=n-11,s=n-11,l=0;l<e.length;l++)r=Math.floor(l/3),o=l%3,Sd(t,i=Dd(e,e.length-l-1),0+r,a+o),Sd(t,i,s+o,0+r)}function Nd(t,e,r,o){for(var i,n=e.length+2,a=e.length+1,s=0;s<e.length;s++)for(var l=s;l<n-s;l++)Sd(t,i=e[s],r+l,o+s),Sd(t,i,r+s,o+l),Sd(t,i,r+a-l,o+a-s),Sd(t,i,r+a-s,o+a-l)}function Bd(t,e,r,o){var i=r,n=o,a=t[0];do{Sd(t,0,i,o),Sd(t,0,r,n),i+=e[0],n+=e[1]}while(i>=0&&i<a.length)}function Rd(t,e,r,o,i){e[t][o]=(e[t][o]<<1^i)%128,e[t][o]===pd&&(r[t]+=40)}function zd(t,e,r,o,i,n){r[t][n]===o?i[t][n]++:(r[t][n]=o,i[t][n]>=5&&(e[t]+=3+i[t][n]-5),i[t][n]=1)}function Fd(t,e){var r=Math.floor(t/e*100),o=r%5,i=Math.abs(r-o-50),n=Math.abs(r+5-o-50);return 10*Math.min(i/5,n/5)}function Hd(t,e,r){var o=function(t){return t&&t.toLowerCase().indexOf("utf_8")>=0?new Qf:new $f}(r),i=o.getEncodingResult(t,e),n=i.version,a=Jf[n-1][e],s=function(t,e){for(var r,o,i,n,a,s=0,l=[],u=[],c=e.groups,p=0;p<c.length;p++){i=c[p][0];for(var h=0;h<i;h++){o=c[p][1],r=[],n=[];for(var f=1;f<=o;f++)a=t.substring(s,s+8),r.push(a),n[o-f]=Uf(a),s+=8;l.push(r),u.push(Md(n,e.errorCodewordsPerBlock))}}return[l,u]}(function(t,e){for(var r=8*e,o=0,i=0,n=t;n.length<r&&o<4;)n+=td.charAt(o++);for(n.length%8!=0&&(n+=new Array(9-n.length%8).join("0"));n.length<r;)n+=cd[i],i^=1;return n}(i.dataString,a.totalDataCodewords),a),l=function(t){for(var e=[],r=17+4*t,o=0;o<hd.length;o++){e[o]=new Array(r);for(var i=0;i<r;i++)e[o][i]=new Array(r)}return e}(n);!function(t){var e=t[0].length;Nd(t,sd,0,0),Bd(t,[-1,-1],7,7),Nd(t,sd,e-7,0),Bd(t,[1,-1],e-8,7),Nd(t,sd,0,e-7),Bd(t,[-1,1],7,e-8)}(l),function(t,e){if(!(e<2)){var r,o,i=t[0],n=i.length,a=Math.floor(e/7),s=[6],l=0;for((r=ad[e])?o=(n-13-r)/a:r=o=(n-13)/(a+1),s.push(s[l++]+r);s[l]+o<n;)s.push(s[l++]+o);for(var u=0;u<s.length;u++)for(var c=0;c<s.length;c++)void 0===i[s[u]][s[c]]&&Nd(t,ld,s[u]-2,s[c]-2)}}(l,n),function(t){for(var e=1,r=t[0].length,o=8;o<r-8;o++)Sd(t,e,6,o),Sd(t,e,o,6),e^=1}(l),n>=7&&Ld(l,Hf(0,18)),Id(l,Hf(0,15)),function(t,e){for(var r,o,i,n=new Kf(t[0]),a=0;a<e.length;a++)for(r=e[a],o=0;r.length>0;){for(var s=0;s<r.length;s++)for(var l=0;l<8;l++)i=n.getNextCell(),Pd(t,r[s][o].charAt(l),i.row,i.column);for(o++;r[0]&&o===r[0].length;)r.splice(0,1)}for(;i=n.getNextRemainderCell();)Pd(t,0,i.row,i.column)}(l,s);var u=function(t){var e,r,o=[],i=[],n=[],a=[],s=[],l=t[0].length;for(r=0;r<t.length;r++)o[r]=0,n[r]=0,s[r]=[0,0],a[r]=[0,0],i[r]=[];for(var u=0;u<l;u++)for(var c=0;c<l;c++)for(var p=0;p<t.length;p++)e=t[p],n[p]+=parseInt(e[u][c],10),i[p][0]===e[u][c]&&u+1<l&&c-1>=0&&e[u+1][c]===i[p][0]&&e[u+1][c-1]===i[p][0]&&(o[p]+=3),Rd(p,a,o,0,e[u][c]),Rd(p,a,o,1,e[c][u]),zd(p,o,i,e[u][c],s,0),zd(p,o,i,e[c][u],s,1);var h,f=l*l,d=Number.MAX_VALUE;for(r=0;r<o.length;r++)o[r]+=Fd(n[r],f),o[r]<d&&(d=o[r],h=r);return h}(l),c=l[u];return n>=7&&Ld([c],function(t){return Vd(t,"1111100100101",18)}(n)),Id([c],function(t){var e,r="";if(0===Uf(t))return"101010000010010";e=Vd(Uf(t),"10100110111",15);for(var o=0;o<e.length;o++)r+=e.charAt(o)^"101010000010010".charAt(o);return r}(ud[e]+Hf(u,3))),c}!function(){var t,e;for(e=1;e<255;e++)(t=2*nd[e-1])>255&&(t^=285),nd[e]=t,id[t]=e;t=2*nd[e-1]^285,nd[e]=t,nd[-1]=0}(),function(){for(var t=2;t<=68;t++){var e=Od[t-1],r=[t,0];Od[t]=jd(e,r)}}();var Ud=Math.round,Kd=[[0,1],[1,1],[1,2],[2,2],[2,1],[3,1],[3,0],[2,0],[2,-1],[1,-1],[1,0]],Xd=[[0,1],[1,1],[1,0]],$d=function(t){function e(e,r,o){void 0===o&&(o=xe),t.call(this),this.options=nt({},this.options,r),this.element=e,this.wrapper=this.element,this.onError=o,this._initElement(),this._initSurface(),this.setOptions(r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._destroySurface()},e.prototype._initElement=function(){U(this.element,"k-qrcode")},e.prototype._initSurface=function(){var t=this.options,e=this.surface;e&&e.options.type===t.renderAs||(this._destroySurface(),this._initSurfaceElement(),this.surface=this._createSurface())},e.prototype._createSurface=function(){return $.drawing.Surface.create(this.surfaceElement,{type:this.options.renderAs})},e.prototype._destroySurface=function(){this.surface&&(this.surface.destroy(),this.surface=null,this._destroySurfaceElement())},e.prototype._initSurfaceElement=function(){this.surfaceElement||(this.surfaceElement=document.createElement("div"),this.surfaceElement.style.position="relative",this.element.appendChild(this.surfaceElement))},e.prototype._destroySurfaceElement=function(){this.surfaceElement&&this.surfaceElement.parentNode&&(this.surfaceElement.parentNode.removeChild(this.surfaceElement),this.surfaceElement=null)},e.prototype.redraw=function(){var t=this._getSize();this.surface.clear(),this.surface.setSize({width:t,height:t}),this.createVisual(),this.surface.draw(this.visual)},e.prototype.getSize=function(){var t=this.element,e=t.clientWidth,r=t.clientHeight,o={width:0,height:0};return e>0&&(o.width=e),r&&(o.height=r),o},e.prototype._resize=function(){this.redraw()},e.prototype.createVisual=function(){this.visual=this._render()},e.prototype.exportVisual=function(){return this._render()},e.prototype._render=function(){var t,e,r,o,i,n=this._value,a=this.options.border||{},s=this.options.padding||0,l=a.width||0;a.width=l;var u=new $.drawing.Group;try{n&&(r=Hd(n,this.options.errorCorrection,this.options.encoding),i=(o=this._getSize())-2*(l+s),t=this._calculateBaseUnit(i,r.length),e=l+s+(i-r.length*t)/2,u.append(this._renderBackground(o,a)),u.append(this._renderMatrix(r,t,e)),this._hasCustomLogo()?u.append(this._renderLogo(o,t)):this._isSwiss()&&u.append(this._renderSwissCode(o,t)))}catch(t){this.onError(t)}return u},e.prototype._renderLogo=function(t,e){var r,o=Ud(t/2),i=this._getLogoSize(7*e),n=this.options.overlay.imageUrl,a={x:o-i.width/2,y:o-i.height/2};return r=new $.geometry.Rect(new $.geometry.Point(a.x,a.y),new $.geometry.Size(i.width,i.height)),new $.drawing.Image(n,r)},e.prototype._renderSwissCode=function(t,e){var r=this._getLogoSize(7*e),o=(r=Math.max(r.width,r.height))/4,i=o/2,n=t/2,a={},s=new $.drawing.Group;return a.x=a.y=Math.ceil(n-e-r/2),s.append(this._renderShape(a,Math.ceil(r+2*e),Xd,"#fff")),a.x=a.y=n-r/2,s.append(this._renderShape(a,r,Xd,this.options.color)),a.x=n+i-r/2,a.y=n+i+o-r/2,s.append(this._renderShape(a,o,Kd,"#fff")),s},e.prototype._renderShape=function(t,e,r,o){var i=new $.drawing.MultiPath({fill:{color:o},stroke:null});i.moveTo(t.x,t.y);for(var n=0;n<r.length;n++)i.lineTo(t.x+e*r[n][0],t.y+e*r[n][1]);return i.close(),i},e.prototype._getSize=function(){var t;if(this.options.size)t=parseInt(this.options.size,10);else{var e=If(this.element,this.options.renderAs),r=Math.min(e.width,e.height);t=r>0?r:200}return t},e.prototype._calculateBaseUnit=function(t,e){var r=Math.floor(t/e);if(r<1){var o=Math.ceil(1*e);this.onError(new Error("Insufficient size for QR Code: the current size is "+t+"px and the minimum size is "+o+"px."))}else r*e>=t&&r-1>=1&&r--;return r},e.prototype._renderMatrix=function(t,e,r){for(var o=new $.drawing.MultiPath({fill:{color:this.options.color},stroke:null}),i=0;i<t.length;i++)for(var n=r+i*e,a=0;a<t.length;){for(;0===t[i][a]&&a<t.length;)a++;if(a<t.length){for(var s=a;1===t[i][a];)a++;var l=Ud(r+s*e),u=Ud(n),c=Ud(r+a*e),p=Ud(n+e);o.moveTo(l,u).lineTo(l,p).lineTo(c,p).lineTo(c,u).close()}}return o},e.prototype._renderBackground=function(t,e){var r=new ke(0,0,t,t).unpad(e.width/2);return $.drawing.Path.fromRect(r.toRect(),{fill:{color:this.options.background},stroke:{color:e.color,width:e.width}})},e.prototype.setOptions=function(t){var e=t||{};this.options=zf(this.options,e),void 0!==t.value&&(this._value=String(this.options.value)),this._initSurface(),this.redraw()},e.prototype.value=function(t){if(void 0===t)return this._value;this._value=String(t),this.redraw()},e.prototype._hasCustomLogo=function(){return Boolean(this.options.overlay.imageUrl)},e.prototype._isSwiss=function(){return"swiss"===this.options.overlay.type},e.prototype._getLogoSize=function(t){var e=this.options.overlay.width,r=this.options.overlay.height;return e||r?e&&!r?r=e:!e&&r&&(e=r):e=r=t,{width:e,height:r}},e}($.Class);Qt($d,{name:"QRCode",renderAs:"svg",encoding:"ISO_8859_1",value:"",errorCorrection:"L",background:"#fff",color:"#000",size:"",padding:0,border:{color:"",width:0},overlay:{type:"image",imageUrl:"",width:0,height:0}});const Gd=$d,Yd=function(t){return void 0===t&&(t="ISO_8859_1"),function(e){try{Hd(e,"L",t)}catch(t){return{valid:!1,error:t}}return{valid:!0}}};var Wd={WGS84:{a:6378137,b:6356752.314245179,f:.0033528106647474805,e:.08181919084262149}};function qd(t){return t*t}var Zd=Math,Qd=Zd.abs,Jd=Zd.atan,tv=Zd.atan2,ev=Zd.cos,rv=Zd.sin,ov=Zd.tan,iv=function(t){function e(e,r){t.call(this),this.initProperties(),1===arguments.length?(this.lat=e[0],this.lng=e[1]):(this.lat=e,this.lng=r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){nt(this,{DISTANCE_ITERATIONS:100,DISTANCE_CONVERGENCE:1e-12,DISTANCE_PRECISION:2,FORMAT:"{0:N6}{1:N6}"})},e.prototype.toArray=function(){return[this.lat,this.lng]},e.prototype.equals=function(t){return t&&t.lat===this.lat&&t.lng===this.lng},e.prototype.clone=function(){return new e(this.lat,this.lng)},e.prototype.round=function(t){return this.lng=Gt(this.lng,t),this.lat=Gt(this.lat,t),this},e.prototype.wrap=function(){return this.lng=this.lng%180,this.lat=this.lat%90,this},e.prototype.distanceTo=function(t,e){return this.greatCircleTo(t,e).distance},e.prototype.destination=function(t,r,o){var i=$t(r),n=o||Wd.WGS84,a=$t(this.lat),s=$t(this.lng),l=t/n.a,u=Zd.asin(rv(a)*ev(l)+ev(a)*rv(l)*ev(i)),c=s+tv(rv(i)*rv(l)*ev(a),ev(l)-rv(a)*rv(u));return new e(Nt(u),Nt(c))},e.prototype.greatCircleTo=function(t,r){var o=e.create(o),i=r||Wd.WGS84;if(!o||this.clone().round(8).equals(o.clone().round(8)))return{distance:0,azimuthFrom:0,azimuthTo:0};for(var n,a,s,l,u,c,p,h,f=i.a,d=i.b,v=i.f,g=$t(o.lng-this.lng),y=Jd((1-v)*ov($t(this.lat))),m=rv(y),b=ev(y),x=Jd((1-v)*ov($t(o.lat))),_=rv(x),C=ev(x),w=g,O=this.DISTANCE_ITERATIONS,S=!1;!S&&O-- >0;){a=rv(w),s=ev(w),l=Zd.sqrt(qd(C*a)+qd(b*_-m*C*s)),h=tv(l,c=m*_+b*C*s);var P=b*C*a/l;p=0,0!=(u=1-qd(P))&&(p=c-2*m*_/u),n=w;var A=v/16*u*(4+v*(4-3*u));w=g+(1-A)*v*P*(h+A*l*(p+A*c*(2*qd(p)-1))),S=Qd(w-n)<=this.DISTANCE_CONVERGENCE}var j=u*(qd(f)-qd(d))/qd(d),k=1+j/16384*(4096+j*(j*(320-175*j)-768)),M=j/1024*(256+j*(j*(74-47*j)-128)),T=M*l*(p+M/4*(c*(2*qd(p)-1)-M/6*p*(4*qd(l)-3)*(4*qd(p)-3))),E=tv(C*a,b*_-m*C*s),V=tv(b*a,-m*C+b*_*s);return{distance:Gt(d*k*(h-T),this.DISTANCE_PRECISION),azimuthFrom:Nt(E),azimuthTo:Nt(V)}},e.prototype.toString=function(){return String(this.lat)+","+String(this.lng)},e.fromLngLat=function(t){return new e(t[1],t[0])},e.fromLatLng=function(t){return new e(t[0],t[1])},e.create=function(t,r){if(Lt(t))return t instanceof e?t.clone():1===arguments.length&&2===t.length?e.fromLatLng(t):new e(t,r)},e}($.Class),nv=Math,av=nv.atan,sv=nv.exp,lv=nv.pow,uv=nv.sin,cv=nv.log,pv=nv.tan,hv=$.geometry.Point,fv=nv.PI,dv=fv/2,vv=fv/4,gv=fv/180,yv=Wd.WGS84,mv=function(t){function e(e){t.call(this),this.initProperties(),this._initOptions(e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype.initProperties=function(){nt(this,{MAX_LNG:180,MAX_LAT:85.0840590501,INVERSE_ITERATIONS:15,INVERSE_CONVERGENCE:1e-12})},e.prototype.forward=function(t,e){var r=this,o=r.options,i=o.datum.a,n=o.centralMeridian,a=Kt(t.lat,-r.MAX_LAT,r.MAX_LAT),s=e?Kt(t.lng,-r.MAX_LNG,r.MAX_LNG):t.lng,l=$t(s-n)*i,u=r._projectLat(a);return new hv(l,u)},e.prototype._projectLat=function(t){var e=this.options.datum,r=e.e,o=e.a,i=$t(t),n=pv(vv+i/2),a=r*uv(i),s=lv((1-a)/(1+a),r/2);return o*cv(n*s)},e.prototype.inverse=function(t,e){var r=this,o=r.options,i=o.datum.a,n=o.centralMeridian,a=t.x/(gv*i)+n,s=Kt(r._inverseY(t.y),-r.MAX_LAT,r.MAX_LAT);return e&&(a=Kt(a,-r.MAX_LNG,r.MAX_LNG)),new iv(s,a)},e.prototype._inverseY=function(t){var e,r=this,o=r.options.datum,i=o.a,n=o.e,a=n/2,s=sv(-t/i),l=dv-2*av(s);for(e=0;e<=r.INVERSE_ITERATIONS;e++){var u=n*uv(l),c=lv((1-u)/(1+u),a),p=dv-2*av(s*c)-l;if(l+=p,nv.abs(p)<=r.INVERSE_CONVERGENCE)break}return Nt(l)},e}($.Class);Qt(mv,{centralMeridian:0,datum:yv});var bv=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){t.prototype.initProperties.call(this),nt(this,{MAX_LAT:85.0511287798})},e.prototype._projectLat=function(t){var e=this.options.datum.a,r=$t(t),o=pv(vv+r/2);return e*cv(o)},e.prototype._inverseY=function(t){var e=this.options.datum.a,r=sv(-t/e);return Nt(dv-2*av(r))},e}(mv),xv=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.forward=function(t){return new hv(t.lng,t.lat)},e.prototype.inverse=function(t){return new iv(t.y,t.x)},e}($.Class),_v=function(t){function e(){t.call(this);var e=this._proj=new bv,r=this.c=2*fv*e.options.datum.a;this._tm=$.geometry.transform().translate(.5,.5).scale(1/r,-1/r),this._itm=$.geometry.transform().scale(r,-r).translate(-.5,-.5)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toPoint=function(t,e,r){return this._proj.forward(t,r).transform(this._tm).scale(e||1)},e.prototype.toLocation=function(t,e,r){var o=t.clone().scale(1/(e||1)).transform(this._itm);return this._proj.inverse(o,r)},e}($.Class),Cv=(function(t){function e(){t.call(this),this._proj=new mv}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toPoint=function(t){return this._proj.forward(t)},e.prototype.toLocation=function(t){return this._proj.inverse(t)}}($.Class),function(t){function e(){t.call(this),this._proj=new xv}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.toPoint=function(t){return this._proj.forward(t)},e.prototype.toLocation=function(t){return this._proj.inverse(t)}}($.Class),Object.defineProperty),wv=(Object.assign,function(t){var e=document.createElement("div");return e.innerHTML=t,e.firstChild}),Ov=function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},Sv=function(t,e){e.insertBefore(t,e.firstChild)},Pv=function(t){return t.replace(/([a-z][A-Z])/g,(function(t){return t.charAt(0)+"-"+t.charAt(1).toLowerCase()}))},Av=function(t){return t&&String(t).endsWith("px")?t:String(t)+"px"},jv=function(t){var e,r=!1,o=[],i={wp:/(Windows Phone(?: OS)?)\s(\d+)\.(\d+(\.\d+)?)/,fire:/(Silk)\/(\d+)\.(\d+(\.\d+)?)/,android:/(Android|Android.*(?:Opera|Firefox).*?\/)\s*(\d+)\.?(\d+(\.\d+)?)?/,iphone:/(iPhone|iPod).*OS\s+(\d+)[\._]([\d\._]+)/,ipad:/(iPad).*OS\s+(\d+)[\._]([\d_]+)/,meego:/(MeeGo).+NokiaBrowser\/(\d+)\.([\d\._]+)/,webos:/(webOS)\/(\d+)\.(\d+(\.\d+)?)/,blackberry:/(BlackBerry|BB10).*?Version\/(\d+)\.(\d+(\.\d+)?)/,playbook:/(PlayBook).*?Tablet\s*OS\s*(\d+)\.(\d+(\.\d+)?)/,windows:/(MSIE)\s+(\d+)\.(\d+(\.\d+)?)/,tizen:/(tizen).*?Version\/(\d+)\.(\d+(\.\d+)?)/i,sailfish:/(sailfish).*rv:(\d+)\.(\d+(\.\d+)?).*firefox/i,ffos:/(Mobile).*rv:(\d+)\.(\d+(\.\d+)?).*Firefox/},n={ios:/^i(phone|pad|pod)$/i,android:/^android|fire$/i,blackberry:/^blackberry|playbook/i,windows:/windows/,wp:/wp/,flat:/sailfish|ffos|tizen/i,meego:/meego/},a={tablet:/playbook|ipad|fire/i},s={omini:/Opera\sMini/i,omobile:/Opera\sMobi/i,firefox:/Firefox|Fennec/i,mobilesafari:/version\/.*safari/i,ie:/MSIE|Windows\sPhone/i,chrome:/chrome|crios/i,webkit:/webkit/i};for(var l in i)if(Ce(i,l)&&(o=t.match(i[l]))){if("windows"===l&&"plugins"in navigator)return!1;(r={}).device=l,r.tablet=kv(l,a,!1),r.browser=kv(t,s,"default"),r.name=kv(l,n),r[r.name]=!0,r.majorVersion=o[2],r.minorVersion=(o[3]||"0").replace("_","."),e=r.minorVersion.replace(".","").substr(0,2),r.flatVersion=r.majorVersion+e+new Array(3-(e.length<3?e.length:2)).join("0");break}return r};function kv(t,e,r){for(var o in e)if(Ce(e,o)&&e[o].test(t))return o;return void 0!==r?r:t}var Mv=function(){var t={down:"touchstart mousedown",move:"mousemove touchmove",up:"mouseup touchend touchcancel",cancel:"mouseleave touchcancel"},e=Tv();return e.touch&&(e.mobileOS.ios||e.mobileOS.android)?t={down:"touchstart",move:"touchmove",up:"touchend touchcancel",cancel:"touchcancel"}:e.pointers?t={down:"pointerdown",move:"pointermove",up:"pointerup",cancel:"pointercancel pointerleave"}:e.msPointers&&(t={down:"MSPointerDown",move:"MSPointerMove",up:"MSPointerUp",cancel:"MSPointerCancel MSPointerLeave"}),t},Tv=function(){var t=jv(navigator.userAgent),e=function(t){var e=!1,r=[],o={edge:/(edge)[ \/]([\w.]+)/i,webkit:/(chrome|crios)[ \/]([\w.]+)/i,safari:/(webkit)[ \/]([\w.]+)/i,opera:/(opera)(?:.*version|)[ \/]([\w.]+)/i,msie:/(msie\s|trident.*? rv:)([\w.]+)/i,mozilla:/(mozilla)(?:.*? rv:([\w.]+)|)/i};for(var i in o)if(Ce(o,i)&&(r=t.match(o[i]))){(e={})[i]=!0,e[r[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,e.version=parseInt(document.documentMode||r[2],10);break}return e}(navigator.userAgent),r=e.chrome,o=e.crios,i=e.mozilla,n=e.safari,a={};a.mobileOS=t,a.touch="ontouchstart"in window,a.pointers=!r&&!o&&!i&&!n&&window.PointerEvent,a.msPointers=!r&&window.MSPointerEvent,a.mouseAndTouchPresent=a.touch&&!(a.mobileOS.ios||a.mobileOS.android),a.eventCapture=document.documentElement.addEventListener;var s=document.createElement("table"),l=a.transitions=!1,u=a.transforms=!1,c="string";return["Moz","webkit","O","ms"].forEach((function(t){var e=typeof s.style[t+"Transition"]===c;if(e||typeof s.style[t+"Transform"]===c){var r=t.toLowerCase();return u={css:"ms"!==r?"-"+r+"-":"",prefix:t,event:"o"===r||"webkit"===r?r:""},e&&((l=u).event=l.event?l.event+"TransitionEnd":"transitionend"),!1}})),s=null,a.transforms=u,a.transitions=l,a.delayedClick=function(){if(a.touch){if(a.mobileOS.ios)return!0;if(a.mobileOS.android){if(!a.browser.chrome)return!0;if(a.browser.version<32)return!1;var t=document.querySelector("meta[name=viewport]");return!(t?t.getAttribute("content"):"").match(/user-scalable=no/i)}}return!1},a},Ev=function(t,e){return t.bind(e)},Vv=function(t,e,r,o,i){Dv(t,e,r,o,i)},Dv=function(t,e,r,o,i){(H(e)?e:(e||"").split(" ")).forEach((function(e){Iv(t,e,r,o,i)}))},Iv=function(t,e,r,o,i){var n,a=o;r&&et(r)&&!o?a=r:r&&"string"==typeof r&&et(a)&&(n=r),t.addEventListener(e,(function(e){var r=e.target?e.target.closest(n):null;if(!n||n&&e.target&&r){var o=n?r:e.currentTarget;Cv(e,"currentTarget",{value:o}),Cv(e,"delegateTarget",{value:t}),a(e)}}),Boolean(i))},Lv=function(t,e,r,o,i){Nv(t,e,r,o,i)},Nv=function(t,e,r,o){(H(e)?e:(e||"").split(" ")).forEach((function(e){Bv(t,e,r,o)}))},Bv=function(t,e,r,o){t.removeEventListener(e,r,Boolean(o))},Rv=function(t){var e=Mv(navigator.userAgent);return t.replace(/([^ ]+)/g,(function(t){return e[t]||t}))},zv=function(t,e){var r=t.prototype;r.events?e.forEach((function(t){r.events.indexOf(t)<0&&r.events.push(t)})):r.events=e},Fv=function(){return Number(new Date)},Hv=function(){},Uv=function(t){var e=[];if(t)for(var r=Pv(t).split("-"),o=0;o<r.length;o++)e.push("k-pos-"+r[o]);return e.join(" ")},Kv="string",Xv="function",$v=function(){this._defaultPrevented=!0},Gv=function(){return!0===this._defaultPrevented},Yv=function(t){function e(){t.call(this),this._events={}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.unbind()},e.prototype.bind=function(t,e,r){var o,i,n,a,s=this,l=typeof t===Kv?[t]:t||[],u=typeof e===Xv;if(void 0===e){for(o in t)s.bind(o,t[o]);return s}var c=function(){var t=l[o];(a=u?e:e[t])&&(r&&(n=a,a=function(){s.unbind(t,a),n.apply(s,arguments)},a.original=n),(s._events[t]=s._events[t]||[]).push(a))};for(o=0,i=l.length;o<i;o++)c();return s},e.prototype.one=function(t,e){return this.bind(t,e,!0)},e.prototype.first=function(t,e){var r,o,i,n=this,a=typeof t===Kv?[t]:t,s=typeof e===Xv;for(r=0,o=a.length;r<o;r++){var l=a[r];(i=s?e:e[l])&&(n._events[l]=n._events[l]||[]).unshift(i)}return n},e.prototype.trigger=function(t,e){var r,o,i=this,n=i._events[t];if(n){var a=e||{};for(a.sender=i,a._defaultPrevented=!1,a.preventDefault=$v,a.isDefaultPrevented=Gv,r=0,o=(n=n.slice()).length;r<o;r++)n[r].call(i,a);return!0===a._defaultPrevented}return!1},e.prototype.unbind=function(t,e){var r,o=this,i=o._events[t];if(void 0===t)o._events={};else if(i)if(e)for(r=i.length-1;r>=0;r--)i[r]!==e&&i[r].original!==e||i.splice(r,1);else o._events[t]=[];return o},e.prototype._setEvents=function(t){for(var e=this,r=(this.events||[]).length,o=0;o<r;o++){var i=e.events[o];e.options[i]&&t[i]&&(e.unbind(i,e.options[i]),e._events&&e._events[i]&&delete e._events[i])}this.bind(this.events,t)},e}($.Class),Wv=function(t){function e(e,r){t.call(this),this.element=e,this._initOptions(r),this.items=[],U(this.element,"k-widget k-attribution")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype.filter=function(t,e){this._extent=t,this._zoom=e,this._render()},e.prototype.add=function(t){var e=t;Lt(t)&&("string"==typeof t&&(e={text:t}),this.items.push(e),this._render())},e.prototype.remove=function(t){for(var e=[],r=0;r<this.items.length;r++){var o=this.items[r];o.text!==t&&e.push(o)}this.items=e,this._render()},e.prototype.clear=function(){this.items=[],Ov(this.element)},e.prototype._render=function(){for(var t=[],e=0;e<this.items.length;e++){var r=this.items[e],o=this._itemText(r);""!==o&&t.push(o)}t.length>0?(Ov(this.element),function(t,e){var r=document.createElement("div");for(r.innerHTML=t;r.childNodes.length>0;)e.appendChild(r.childNodes[0])}(t.join(this.options.separator),this.element),this.showElement()):this.hideElement()},e.prototype.hideElement=function(){this.element.style.display="none"},e.prototype.showElement=function(){this.element.style.display=""},e.prototype._itemText=function(t){var e="",r=this._inZoomLevel(t.minZoom,t.maxZoom),o=this._inArea(t.extent);return r&&o&&(e+=t.text),e},e.prototype._inZoomLevel=function(t,e){var r=Wt(t,-Number.MAX_VALUE),o=Wt(e,Number.MAX_VALUE);return this._zoom>r&&this._zoom<o},e.prototype._inArea=function(t){var e=!0;return t&&(e=t.contains(this._extent)),e},e}(Yv);Qt(Wv,{name:"Attribution",separator:"&nbsp;|&nbsp;"});var qv={up:{className:"k-navigator-n",iconClass:"k-i-caret-alt-up"},down:{className:"k-navigator-s",iconClass:"k-i-caret-alt-down"},right:{className:"k-navigator-e",iconClass:"k-i-caret-alt-right"},left:{className:"k-navigator-w",iconClass:"k-i-caret-alt-left"}};function Zv(t,e){var r='<button class="k-button k-button-square k-rounded-full k-button-flat k-button-flat-base k-icon-button '+qv[t].className+'" aria-label="move '+t+'">'+ne({icon:"caret-alt-"+t,iconClass:"k-button-icon",svgIcons:e.svgIcons,type:e.type})+"</button>";return wv(r)}var Qv=function(t){function e(e,r){t.call(this),this.element=e,this._initOptions(r);var o=Zv("up",r.icons),i=Zv("right",r.icons),n=Zv("down",r.icons),a=Zv("left",r.icons);this.element.appendChild(o),this.element.appendChild(i),this.element.appendChild(n),this.element.appendChild(a),U(this.element,"k-widget k-navigator"),Vv(this.element,"click",".k-button",Ev(this._click,this));var s=this.element.parentNode.closest("[data-role]");this._keyroot=s||this.element,this._tabindex(this._keyroot),this._keydownHandler=Ev(this._keydown,this),Vv(this._keyroot,"keydown",this._keydownHandler)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.dispose()},e.prototype.dispose=function(){Lv(this._keyroot,"keydown",this._keydownHandler)},e.prototype._tabindex=function(t){var e=t||this.wrapper||this.element,r=this.element,o="tabindex",i=e.getAttribute(o)||r.getAttribute(o);r.removeAttribute(o),e.setAttribute(o,isNaN(i)?0:i)},e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype._pan=function(t,e){var r=this.options.panStep;this.trigger("pan",{x:t*r,y:e*r})},e.prototype._click=function(t){var e=0,r=0,o=t.currentTarget;o.matches(".k-navigator-n")?r=1:o.matches(".k-navigator-s")?r=-1:o.matches(".k-navigator-e")?e=1:o.matches(".k-navigator-w")&&(e=-1),this._pan(e,r),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case _e.UP:this._pan(0,1),t.preventDefault();break;case _e.DOWN:this._pan(0,-1),t.preventDefault();break;case _e.RIGHT:this._pan(1,0),t.preventDefault();break;case _e.LEFT:this._pan(-1,0),t.preventDefault()}},e}(Yv);function Jv(t,e,r){var o='<button class="k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-icon-button k-zoom-'+t+'" title="zoom-'+t+'" aria-label="zoom-'+t+'">'+ne({icon:e,iconClass:"k-button-icon",svgIcons:r.svgIcons,type:r.type})+"</button>";return wv(o)}Qt(Qv,{name:"Navigator",panStep:1}),zv(Qv,["pan"]);var tg="change",eg=function(t){function e(e,r,o){t.call(this),this.element=e,this._initOptions(r);var i=Jv("in","plus",o),n=Jv("out","minus",o);this.element.appendChild(i),this.element.appendChild(n),this.element.setAttribute("role","group"),U(this.element,"k-widget k-zoom-control k-button-group k-group-horizontal"),this._clickHandler=this._click.bind(this),Vv(this.element,"click",".k-button",this._clickHandler);var a=this.element.parentNode.closest("[data-role]");this._keyroot=a||this.element,this._tabindex(this._keyroot),this._keydownHandler=this._keydown.bind(this),Vv(this._keyroot,"keydown",this._keydownHandler)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.element&&Lv(this.element,"click",this._clickHandler),this._keyroot&&Lv(this._keyroot,"keydown",this._keydownHandler)},e.prototype._tabindex=function(t){var e=t||this.wrapper||this.element,r=this.element,o="tabindex",i=e.getAttribute(o)||r.getAttribute(o);r.removeAttribute(o),e.setAttribute(o,isNaN(i)?0:i)},e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype._change=function(t){var e=this.options.zoomStep;this.trigger(tg,{delta:t*e})},e.prototype._click=function(t){var e=1;_t(t.currentTarget,"k-zoom-out")&&(e=-1),this._change(e),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case _e.NUMPAD_PLUS:case 187:case 61:this._change(1);break;case _e.NUMPAD_MINUS:case 189:case 173:this._change(-1)}},e}(Yv);Qt(eg,{name:"ZoomControl",zoomStep:1}),zv(eg,[tg]);var rg=Math,og=rg.max,ig=rg.min,ng=function(t){function e(e,r){t.call(this);var o=iv.create(e),i=iv.create(r);o.lng+180>i.lng+180&&o.lat+90<i.lat+90?(this.se=o,this.nw=i):(this.se=i,this.nw=o)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={World:{configurable:!0}};return e.prototype.contains=function(t){var e=this.nw,r=this.se,o=Wt(t.lng,t[1]),i=Wt(t.lat,t[0]);return t&&o+180>=e.lng+180&&o+180<=r.lng+180&&i+90>=r.lat+90&&i+90<=e.lat+90},e.prototype.center=function(){var t=this.nw,e=this.se,r=t.lng+(e.lng-t.lng)/2,o=t.lat+(e.lat-t.lat)/2;return new iv(o,r)},e.prototype.containsAny=function(t){for(var e=!1,r=0;r<t.length;r++)e=e||this.contains(t[r]);return e},e.prototype.include=function(t){var e=this.nw,r=this.se,o=Wt(t.lng,t[1]),i=Wt(t.lat,t[0]);e.lng=ig(e.lng,o),e.lat=og(e.lat,i),r.lng=og(r.lng,o),r.lat=ig(r.lat,i)},e.prototype.includeAll=function(t){for(var e=0;e<t.length;e++)this.include(t[e])},e.prototype.edges=function(){var t=this.nw,e=this.se;return{nw:this.nw,ne:new iv(t.lat,e.lng),se:this.se,sw:new iv(e.lat,t.lng)}},e.prototype.toArray=function(){var t=this.nw,e=this.se;return[t,new iv(t.lat,e.lng),e,new iv(e.lat,t.lng)]},e.prototype.overlaps=function(t){return this.containsAny(t.toArray())||t.containsAny(this.toArray())},e.create=function(t,r){return t instanceof e?t:t&&r?new e(t,r):t&&4===t.length&&!r?new e([t[0],t[1]],[t[2],t[3]]):void 0},r.World.get=function(){return new e([90,-180],[-90,180])},Object.defineProperties(e,r),e}($.Class),ag="centerChange",sg=function(t){function e(e,r){t.call(this),this.widgetService=e,this.options=nt({},this.options,r),this.offset={x:0,y:0}}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={anchor:{configurable:!0}};return e.prototype.show=function(t,e){this.location!==e.location&&(this.anchor=t,this.location=e.location,this.widgetService.notify("showTooltip",Object.assign({anchor:this.anchor},e)),this.visible=!0)},e.prototype.hide=function(){this.widgetService&&this.widgetService.notify("hideTooltip"),this.visible=!1,this.location=null},r.anchor.get=function(){return this._anchor},r.anchor.set=function(t){var e=this.widgetService.widget._toDocumentCoordinates({x:t.left-this.offset.x,y:t.top-this.offset.y});this._anchor={left:e.left,top:e.top}},e.prototype.destroy=function(){this.widgetService=null},Object.defineProperties(e.prototype,r),e}($.Class);Qt(sg,{border:{width:1},opacity:1});var lg=function(t){function e(e,r){t.call(this),this.support=Tv(),this._initOptions(r),this.map=e;var o=document.createElement("div");U(o,"k-layer"),o.style.zIndex=this.options.zIndex,o.style.opacity=this.options.opacity,this.element=o,e.scrollElement.appendChild(this.element),this._beforeReset=this._beforeReset.bind(this),this._reset=this._reset.bind(this),this._resize=this._resize.bind(this),this._panEnd=this._panEnd.bind(this),this._activate(),this._updateAttribution()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this._deactivate()},e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype.show=function(){this.reset(),this._activate(),this._applyExtent(!0)},e.prototype.hide=function(){this._deactivate(),this._setVisibility(!1)},e.prototype.reset=function(){this._beforeReset(),this._reset()},e.prototype._reset=function(){this._applyExtent()},e.prototype._beforeReset=function(){},e.prototype._resize=function(){},e.prototype._panEnd=function(){this._applyExtent()},e.prototype._applyExtent=function(){var t=this.options,e=this.map.zoom(),r=!Lt(t.minZoom)||e>=t.minZoom,o=!Lt(t.maxZoom)||e<=t.maxZoom,i=ng.create(t.extent),n=!i||i.overlaps(this.map.extent());this._setVisibility(r&&o&&n)},e.prototype._setVisibility=function(t){this.element.style.display=t?"":"none"},e.prototype._activate=function(){var t=this.map;this._deactivate(),t.bind("beforeReset",this._beforeReset),t.bind("reset",this._reset),t.bind("resize",this._resize),t.bind("panEnd",this._panEnd)},e.prototype._deactivate=function(){var t=this.map;t.unbind("beforeReset",this._beforeReset),t.unbind("reset",this._reset),t.unbind("resize",this._resize),t.unbind("panEnd",this._panEnd)},e.prototype._updateAttribution=function(){var t=this.map.attribution;t&&t.add(this.options.attribution)},e.prototype._readData=function(){return this.options.data||[]},e.prototype._hasData=function(){return this._data&&this._data.length>0},e.prototype._layerIndex=function(){return(this.map.layers||[]).indexOf(this)},e}($.Class),ug=Math,cg=$.geometry.Point;function pg(t){return et(t)?t:dt.compile(t)}function hg(t){return new cg(Gt(t.x),Gt(t.y))}function fg(t){var e=t;return"string"!=typeof t&&(e+="px"),e}var dg=function(t){function e(e,r){t.call(this,e,r),"string"==typeof this.options.subdomains&&(this.options.subdomains=this.options.subdomains.split(""));var o=this._viewType();this._view=new o(this.element,this.options)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){t.prototype.destroy.call(this),this._view.destroy(),this._view=null},e.prototype._beforeReset=function(){var t=this.map,e=t.locationToLayer(t.extent().nw).round();this._view.viewOrigin(e)},e.prototype._reset=function(){t.prototype._reset.call(this),this._updateView(),this._view.reset()},e.prototype._viewType=function(){return vg},e.prototype._activate=function(){t.prototype._activate.call(this),this.support.mobileOS||(this._pan||(this._pan=(0,$.throttle)(this._render.bind(this),100)),this.map.bind("pan",this._pan))},e.prototype._deactivate=function(){t.prototype._deactivate.call(this),this._pan&&this.map.unbind("pan",this._pan)},e.prototype._updateView=function(){var t=this._view,e=this.map,r=e.extent(),o={nw:e.locationToLayer(r.nw).round(),se:e.locationToLayer(r.se).round()};t.center(e.locationToLayer(e.center())),t.extent(o),t.zoom(e.zoom())},e.prototype._resize=function(){this._render()},e.prototype._panEnd=function(e){t.prototype._panEnd.call(this,e),this._render()},e.prototype._render=function(){this._updateView(),this._view.render()},e}(lg);Qt(dg,{tileSize:256,subdomains:["a","b","c"],urlTemplate:"",zIndex:1});var vg=function(t){function e(e,r){t.call(this),this.element=e,this._initOptions(r),this.pool=new yg}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype.center=function(t){this._center=t},e.prototype.extent=function(t){this._extent=t},e.prototype.viewOrigin=function(t){this._viewOrigin=t},e.prototype.zoom=function(t){this._zoom=t},e.prototype.pointToTileIndex=function(t){return new cg(ug.floor(t.x/this.options.tileSize),ug.floor(t.y/this.options.tileSize))},e.prototype.tileCount=function(){var t=this.size(),e=this.pointToTileIndex(this._extent.nw),r=this._extent.nw,o=this.indexToPoint(e).translate(-r.x,-r.y);return{x:ug.ceil((ug.abs(o.x)+t.width)/this.options.tileSize),y:ug.ceil((ug.abs(o.y)+t.height)/this.options.tileSize)}},e.prototype.size=function(){var t=this._extent.nw,e=this._extent.se.clone().translate(-t.x,-t.y);return{width:e.x,height:e.y}},e.prototype.indexToPoint=function(t){var e=t.x,r=t.y;return new cg(e*this.options.tileSize,r*this.options.tileSize)},e.prototype.subdomainText=function(){var t=this.options.subdomains;return t[this.subdomainIndex++%t.length]},e.prototype.destroy=function(){Ov(this.element),this.pool.empty()},e.prototype.reset=function(){this.pool.reset(),this.subdomainIndex=0,this.render()},e.prototype.render=function(){var t,e,r,o=this.tileCount(),i=this.pointToTileIndex(this._extent.nw);for(e=0;e<o.x;e++)for(r=0;r<o.y;r++)(t=this.createTile({x:i.x+e,y:i.y+r})).visible||t.show()},e.prototype.createTile=function(t){var e=this.tileOptions(t),r=this.pool.get(this._center,e);return r.element.parentNode||this.element.append(r.element),r},e.prototype.tileOptions=function(t){var e=this.wrapIndex(t),r=this.indexToPoint(t),o=this._viewOrigin,i=r.clone().translate(-o.x,-o.y);return{index:e,currentIndex:t,point:r,offset:hg(i),zoom:this._zoom,size:this.options.tileSize,subdomain:this.subdomainText(),urlTemplate:this.options.urlTemplate,errorUrlTemplate:this.options.errorUrlTemplate}},e.prototype.wrapIndex=function(t){var e=ug.pow(2,this._zoom);return{x:this.wrapValue(t.x,e),y:Kt(t.y,0,e-1)}},e.prototype.wrapValue=function(t,e){var r=ug.abs(t)%e;return t>=0?r:e-(0===r?e:r)},e}($.Class),gg=function(t){function e(e,r){t.call(this),this.id=e,this.visible=!0,this._initOptions(r),this.createElement(),this.show()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){var t=this.element,e=t?t.parentNode:null;t&&(e&&e.removeChild(t),this.element=null)},e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype.createElement=function(){var t=document.createElement("img"),e=this.options.size+"px";t.setAttribute("alt",""),t.style.position="absolute",t.style.display="block",t.style.width=t.style.maxWidth=e,t.style.height=t.style.maxHeight=e,this.element=t},e.prototype.show=function(){var t=this.element;t.style.top=fg(this.options.offset.y),t.style.left=fg(this.options.offset.x);var e=this.url();e&&t.setAttribute("src",e),t.style.visibility="visible",this.visible=!0},e.prototype.hide=function(){this.element.style.visibility="hidden",this.visible=!1},e.prototype.url=function(){return pg(this.options.urlTemplate)(this.urlOptions())},e.prototype.errorUrl=function(){return pg(this.options.errorUrlTemplate)(this.urlOptions())},e.prototype.urlOptions=function(){var t=this.options;return{zoom:t.zoom,subdomain:t.subdomain,z:t.zoom,x:t.index.x,y:t.index.y,s:t.subdomain,quadkey:t.quadkey,q:t.quadkey,culture:t.culture,c:t.culture}},e}($.Class);Qt(gg,{urlTemplate:"",errorUrlTemplate:""});var yg=function(t){function e(){t.call(this),this._items=[]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.get=function(t,e){return this._items.length>=this.options.maxSize&&this._remove(t),this._create(e)},e.prototype.empty=function(){for(var t=this._items,e=0;e<t.length;e++)t[e].destroy();this._items=[]},e.prototype.reset=function(){for(var t=this._items,e=0;e<t.length;e++)t[e].hide()},e.prototype._create=function(t){for(var e,r=this._items,o=Ht(t.point.toString()+t.offset.toString()+t.zoom+t.urlTemplate),i=0;i<r.length;i++)if(r[i].id===o){e=r[i];break}return e?e.show():(e=new gg(o,t),this._items.push(e)),e},e.prototype._remove=function(t){for(var e=this._items,r=-1,o=-1,i=0;i<e.length;i++){var n=e[i].options.point.distanceTo(t);n>r&&!e[i].visible&&(o=i,r=n)}-1!==o&&(e[o].destroy(),e.splice(o,1))},e}($.Class);Qt(yg,{maxSize:100});var mg=Object.assign,bg="change",xg=function(t){function e(e,r){t.call(this);var o=this,i=e[0]||e;o.capture=!1;var n=Mv(navigator.userAgent);i.addEventListener?(n.down.split(" ").forEach((function(t){i.addEventListener(t,Ev(o._press,o),!0)})),n.up.split(" ").forEach((function(t){i.addEventListener(t,Ev(o._release,o),!0)}))):(n.down.split(" ").forEach((function(t){i.attachEvent(t,Ev(o._press,o))})),n.up.split(" ").forEach((function(t){i.attachEvent(t,Ev(o._release,o))}))),o.bind(["press","release"],r||{})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.captureNext=function(){this.capture=!0},e.prototype.cancelCapture=function(){this.capture=!1},e.prototype._press=function(t){this.trigger("press"),this.capture&&t.preventDefault()},e.prototype._release=function(t){var e=this;e.trigger("release"),e.capture&&(t.preventDefault(),e.cancelCapture())},e}(Yv),_g=function(t){function e(e){t.call(this);var r=this;r.forcedEnabled=!1,mg(r,e),r.scale=1,r.horizontal?(r.measure="offsetWidth",r.scrollSize="scrollWidth",r.axis="x"):(r.measure="offsetHeight",r.scrollSize="scrollHeight",r.axis="y")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.makeVirtual=function(){mg(this,{virtual:!0,forcedEnabled:!0,_virtualMin:0,_virtualMax:0})},e.prototype.virtualSize=function(t,e){this._virtualMin===t&&this._virtualMax===e||(this._virtualMin=t,this._virtualMax=e,this.update())},e.prototype.outOfBounds=function(t){return t>this.max||t<this.min},e.prototype.forceEnabled=function(){this.forcedEnabled=!0},e.prototype.getSize=function(){return this.container[this.measure]},e.prototype.getTotal=function(){return this.element[this.scrollSize]},e.prototype.rescale=function(t){this.scale=t},e.prototype.update=function(t){var e=this,r=e.virtual?e._virtualMax:e.getTotal(),o=r*e.scale,i=e.getSize();(0!==r||e.forcedEnabled)&&(e.max=e.virtual?-e._virtualMin:0,e.size=i,e.total=o,e.min=Math.min(e.max,i-o),e.minScale=i/r,e.centerOffset=(o-i)/2,e.enabled=e.forcedEnabled||o>i,t||e.trigger(bg,e))},e}(Yv),Cg=function(t){function e(e){t.call(this);var r=this;r.x=new _g(mg({horizontal:!0},e)),r.y=new _g(mg({horizontal:!1},e)),r.container=e.container,r.forcedMinScale=e.minScale,r.maxScale=e.maxScale||100,r.bind(bg,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.rescale=function(t){this.x.rescale(t),this.y.rescale(t),this.refresh()},e.prototype.centerCoordinates=function(){return{x:Math.min(0,-this.x.centerOffset),y:Math.min(0,-this.y.centerOffset)}},e.prototype.refresh=function(){var t=this;t.x.update(),t.y.update(),t.enabled=t.x.enabled||t.y.enabled,t.minScale=t.forcedMinScale||Math.min(t.x.minScale,t.y.minScale),t.fitScale=Math.max(t.x.minScale,t.y.minScale),t.trigger(bg)},e}(Yv),wg=function(t){function e(e){t.call(this),mg(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.outOfBounds=function(){return this.dimension.outOfBounds(this.movable[this.axis])},e.prototype.dragMove=function(t){var e=this,r=e.dimension,o=e.axis,i=e.movable,n=i[o]+t;if(r.enabled){var a=t;(n<r.min&&t<0||n>r.max&&t>0)&&(a*=e.resistance),i.translateAxis(o,a),e.trigger(bg,e)}},e}(Yv),Og=function(t){function e(e){t.call(this);var r,o,i,n,a=this;mg(a,{elastic:!0},e),i=a.elastic?.5:0,n=a.movable,a.x=r=new wg({axis:"x",dimension:a.dimensions.x,resistance:i,movable:n}),a.y=o=new wg({axis:"y",dimension:a.dimensions.y,resistance:i,movable:n}),a.userEvents.bind(["press","move","end","gesturestart","gesturechange"],{gesturestart:function(t){a.gesture=t,a.offset=Bt(a.dimensions.container)},press:function(t){var e=t.event.target.closest("a");e&&e.matches("[data-navigate-on-press=true]")&&t.sender.cancel()},gesturechange:function(t){var e,i=a.gesture,s=i.center,l=t.center,u=t.distance/i.distance,c=a.dimensions.minScale,p=a.dimensions.maxScale;n.scale<=c&&u<1&&(u+=.8*(1-u)),n.scale*u>=p&&(u=p/n.scale);var h=n.x+a.offset.left,f=n.y+a.offset.top;e={x:(h-s.x)*u+l.x-h,y:(f-s.y)*u+l.y-f},n.scaleWith(u),r.dragMove(e.x),o.dragMove(e.y),a.dimensions.rescale(n.scale),a.gesture=t,t.preventDefault()},move:function(t){t.event.target.tagName.match(/textarea|input/i)||(r.dimension.enabled||o.dimension.enabled?(r.dragMove(t.x.delta),o.dragMove(t.y.delta),t.preventDefault()):t.touch.skip())},end:function(t){t.preventDefault()}})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}($.Class),Sg=function(t,e,r){return"translate3d("+t+"px,"+e+"px,0) scale("+r+")"},Pg=function(t){function e(e){t.call(this);var r=this;r.support=Tv(),this.transformStyle=this.support.transitions.prefix+"Transform",r.element=e,r.element.style.webkitTransformOrigin="left top",r.x=0,r.y=0,r.scale=1;var o=Sg(r.x,r.y,r.scale);r.element.style[this.transformStyle]=o,r._saveCoordinates(o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.translateAxis=function(t,e){this[t]+=e,this.refresh()},e.prototype.scaleTo=function(t){this.scale=t,this.refresh()},e.prototype.scaleWith=function(t){this.scale*=t,this.refresh()},e.prototype.translate=function(t){this.x+=t.x,this.y+=t.y,this.refresh()},e.prototype.moveAxis=function(t,e){this[t]=e,this.refresh()},e.prototype.moveTo=function(t){mg(this,t),this.refresh()},e.prototype.refresh=function(){var t,e=this,r=e.x,o=e.y;e.round&&(r=Math.round(r),o=Math.round(o)),(t=Sg(r,o,e.scale))!==e.coordinates&&(e.element.style[this.transformStyle]=t,e._saveCoordinates(t),e.trigger(bg))},e.prototype._saveCoordinates=function(t){this.coordinates=t},e}(Yv),Ag=$.drawing.Group,jg=function(t){function e(e,r){t.call(this,e,r),this._pan=Ev(this._pan,this),this.surface=$.drawing.Surface.create(this.element,{width:e.scrollElement.clientWidth,height:e.scrollElement.clientHeight}),this._initRoot(),this.movable=new Pg(this.surface.element),this._markers=[],this._click=this._handler("shapeClick"),this.surface.bind("click",this._click),this._mouseleave=this._handler("shapeMouseLeave"),this.surface.bind("mouseleave",this._mouseleave),this.surface.bind("mouseenter",this._mouseenter.bind(this))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){t.prototype.destroy.call(this),this.surface.destroy()},e.prototype._reset=function(){t.prototype._reset.call(this),this._translateSurface(),this._data=this._readData(),this._hasData()&&this._load(this._data)},e.prototype._initRoot=function(){this._root=new Ag,this.surface.draw(this._root)},e.prototype._beforeReset=function(){this.surface.clear(),this._initRoot()},e.prototype._resize=function(){this.surface.size(this.map.size())},e.prototype._readData=function(){var e=t.prototype._readData.call(this);return"FeatureCollection"===e.type?e.features:"GeometryCollection"===e.type?e.geometries:e},e.prototype._load=function(t){this._data=t,this._clearMarkers(),this._loader||(this._loader=new kg(this.map,this.options.style,this));for(var e=new Ag,r=0;r<t.length;r++){var o=this._loader.parse(t[r]);o&&e.append(o)}this._root.clear(),this._root.append(e)},e.prototype.shapeCreated=function(t){var e=!1;if(t instanceof $.drawing.Circle&&this.map.options.renderPointsAsMarkers&&(e=Lt(this._createMarker(t))),!e){var r={layer:this,shape:t};e=this.map.trigger("shapeCreated",r)}return e},e.prototype.featureCreated=function(t){t.layer=this,this.map.trigger("shapeFeatureCreated",t)},e.prototype._createMarker=function(t){var e=this.map.markers.bind({location:t.location},t.dataItem);return e&&this._markers.push(e),e},e.prototype._clearMarkers=function(){for(var t=0;t<this._markers.length;t++)this.map.markers.remove(this._markers[t]);this._markers=[]},e.prototype._pan=function(){this._panning||(this._panning=!0,this.surface.suspendTracking())},e.prototype._panEnd=function(e){t.prototype._panEnd.call(this,e),this._translateSurface(),this.surface.resumeTracking(),this._panning=!1},e.prototype._translateSurface=function(){var t=this.map,e=t.locationToView(t.extent().nw);this.surface.translate&&(this.surface.translate(e),this.movable.moveTo({x:e.x,y:e.y}))},e.prototype._eventArgs=function(t){return{layer:this,layerIndex:this._layerIndex(),shape:t.element,shapeIndex:(this._data||[]).indexOf(t.element.dataItem),originalEvent:t.originalEvent}},e.prototype._handler=function(t){var e=this;return function(r){r.element&&e.map.trigger(t,e._eventArgs(r))}},e.prototype._mouseenter=function(t){if(t.element){this.map.trigger("shapeMouseEnter",this._eventArgs(t));var e=t.element,r=this._tooltipAnchor(t);this.map._tooltip.show(r,this._tooltipContext(e))}},e.prototype._tooltipContext=function(t){return{type:"shape",layerIndex:this._layerIndex(),className:"k-map-shape-tooltip",dataItem:t.dataItem,location:t.location}},e.prototype._tooltipAnchor=function(t){var e=this.map.eventOffset(t.originalEvent);return{top:e.y,left:e.x}},e.prototype._activate=function(){t.prototype._activate.call(this),this._panHandler=Ev(this._pan,this),this.map.bind("pan",this.panHandler)},e.prototype._deactivate=function(){t.prototype._deactivate.call(this),this.map.unbind("pan",this._panHandler)},e}(lg);Qt(jg,{autoBind:!0,zIndex:100});var kg=function(t){function e(e,r,o){t.call(this),this.observer=o,this.locator=e,this.style=r}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parse=function(t){var e=new Ag,r=!0;return"Feature"===t.type?(r=!1,this._loadGeometryTo(e,t.geometry,t),this._featureCreated(e,t)):this._loadGeometryTo(e,t,t),r&&e.children.length<2&&(e=e.children[0]),e},e.prototype._shapeCreated=function(t){var e=!1;return this.observer&&this.observer.shapeCreated&&(e=this.observer.shapeCreated(t)),e},e.prototype._featureCreated=function(t,e){this.observer&&this.observer.featureCreated&&this.observer.featureCreated({group:t,dataItem:e,properties:e.properties})},e.prototype._loadGeometryTo=function(t,e,r){var o,i,n=this,a=e.coordinates;switch(e.type){case"LineString":i=this._loadPolygon(t,[a],r),this._setLineFill(i);break;case"MultiLineString":for(o=0;o<a.length;o++)i=n._loadPolygon(t,[a[o]],r),n._setLineFill(i);break;case"Polygon":this._loadPolygon(t,a,r);break;case"MultiPolygon":for(o=0;o<a.length;o++)n._loadPolygon(t,a[o],r);break;case"Point":this._loadPoint(t,a,r);break;case"MultiPoint":for(o=0;o<a.length;o++)n._loadPoint(t,a[o],r)}},e.prototype._setLineFill=function(t){var e=t.segments;(e.length<4||!e[0].anchor().equals(Ut(e).anchor()))&&(t.options.fill=null)},e.prototype._loadShape=function(t,e){return this._shapeCreated(e)||t.append(e),e},e.prototype._loadPolygon=function(t,e,r){var o=this._buildPolygon(e);return o.dataItem=r,o.location=this.locator.viewToLocation(o.bbox().center()),this._loadShape(t,o)},e.prototype._buildPolygon=function(t){for(var e=new(t.length>1?$.drawing.MultiPath:$.drawing.Path)(this.style),r=0;r<t.length;r++)for(var o=0;o<t[r].length;o++){var i=this.locator.locationToView(iv.fromLngLat(t[r][o]));0===o?e.moveTo(i.x,i.y):e.lineTo(i.x,i.y)}return e},e.prototype._loadPoint=function(t,e,r){var o=iv.fromLngLat(e),i=this.locator.locationToView(o),n=new $.geometry.Circle(i,10),a=new $.drawing.Circle(n,this.style);return a.dataItem=r,a.location=o,this._loadShape(t,a)},e}($.Class),Mg=function(t){function e(){t.apply(this,arguments)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._readData=function(){return this.options.data||[]},e.prototype._load=function(t){var e=this;if(this._data=t,this.surface.clear(),0!==t.length){var r=this.options,o=bt(r.valueField),i=t.slice(0);i.sort((function(t,e){return o(e)-o(t)}));for(var n,a=this._scaleType(),s=bt(this.options.locationField),l=0;l<i.length;l++){var u=i[l],c=s(u),p=o(u);if(Lt(c)&&Lt(p)){n||(n=new a([0,p],[r.minSize,r.maxSize])),c=iv.create(c);var h=e.map.locationToView(c),f=n.map(p),d=e._createSymbol({center:h,size:f,style:r.style,dataItem:u,location:c});d.dataItem=u,d.location=c,d.value=p,e._drawSymbol(d)}}}},e.prototype._scaleType=function(){var t=this.options.scale;return et(t)?t:Tg[t]},e.prototype._createSymbol=function(t){var e=this.options.symbol;return et(e)||(e=Eg[e]),e(t)},e.prototype._drawSymbol=function(t){var e={layer:this,shape:t};this.map.trigger("shapeCreated",e)||this.surface.draw(t)},e.prototype._tooltipContext=function(t){return{type:"bubble",layerIndex:this._layerIndex(),className:"k-map-bubble-tooltip",dataItem:t.dataItem,location:t.location,value:t.value}},e.prototype._tooltipAnchor=function(t){var e=t.element.bbox().center();return{top:e.y,left:e.x}},e}(jg);Qt(Mg,{locationField:"location",valueField:"value",minSize:0,maxSize:100,scale:"sqrt",symbol:"circle",zIndex:200});var Tg={sqrt:function(t){function e(e,r){t.call(this),this._domain=e,this._range=r;var o=Math.sqrt(e[1])-Math.sqrt(e[0]),i=r[1]-r[0];this._ratio=i/o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.map=function(t){var e=(Math.sqrt(t)-Math.sqrt(this._domain[0]))*this._ratio;return this._range[0]+e},e}($.Class)},Eg={circle:function(t){var e=new $.geometry.Circle(t.center,t.size/2);return new $.drawing.Circle(e,t.style)},square:function(t){var e=new $.drawing.Path(t.style),r=t.size/2,o=t.center;return e.moveTo(o.x-r,o.y-r).lineTo(o.x+r,o.y-r).lineTo(o.x+r,o.y+r).lineTo(o.x-r,o.y+r).close(),e}},Vg="click",Dg="mouseenter",Ig="mouseleave",Lg=Object.assign,Ng="k-marker",Bg="."+Ng,Rg=function(t){function e(e,r){t.call(this,e,r),this._markerClickHandler=Ev(this._markerClick,this),Vv(this.element,Vg,Bg,this._markerClickHandler),this.items=[],this._load(this._readData())}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){t.prototype.destroy.call(this),Lv(this.element,Vg,this._markerClickHandler),this.clear()},e.prototype.add=function(t){if(!H(t))return this._addOne(t);for(var e=0;e<t.length;e++)this._addOne(t[e])},e.prototype.remove=function(t){t.destroy();var e=(this.items||[]).indexOf(t);e>-1&&this.items.splice(e,1)},e.prototype.clear=function(){for(var t=0;t<this.items.length;t++)this.items[t].destroy();this.items=[]},e.prototype.update=function(t){var e=t.location();if(e){t.showAt(this.map.locationToView(e));var r={marker:t,layer:this};this.map.trigger("markerActivate",r)}},e.prototype._reset=function(){t.prototype._reset.call(this);for(var e=this.items,r=0;r<e.length;r++)this.update(e[r])},e.prototype.bind=function(t,e){var r=zg.create(t,this.options);r.dataItem=e;var o={marker:r,layer:this};if(!this.map.trigger("markerCreated",o))return this.add(r),r},e.prototype._addOne=function(t){var e=zg.create(t,this.options);return e.addTo(this),e},e.prototype._readData=function(){return this.options.data||[]},e.prototype._load=function(t){this._data=t,this.clear();for(var e=bt(this.options.locationField),r=bt(this.options.titleField),o=0;o<t.length;o++){var i=t[o];this.bind({location:e(i),title:r(i)},i)}},e.prototype._markerClick=function(t){var e=t.currentTarget._kendoNode,r={layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e),originalEvent:t};this.map.trigger("markerClick",r)},e.prototype._markerMouseEnter=function(t){var e=this._createMarkerEventArgs(t);this.map.trigger("markerMouseEnter",e)},e.prototype._markerMouseLeave=function(t){var e=this._createMarkerEventArgs(t);this.map.trigger("markerMouseLeave",e)},e.prototype._createMarkerEventArgs=function(t){var e=t.marker;return Lg({},{layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e)},t)},e}(lg);Qt(Rg,{zIndex:1e3,autoBind:!0,locationField:"location",titleField:"title",template:""});var zg=function(t){function e(e){t.call(this),this.options=e||{}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.layer=null,this.unbindEvents(),this.hide()},e.prototype.addTo=function(t){this.layer=t.markers||t,this.layer.items.push(this),this.layer.update(this)},e.prototype.location=function(t){return t?(this.options.location=iv.create(t).toArray(),this.layer&&this.layer.update(this),this):iv.create(this.options.location)},e.prototype.showAt=function(t){this.render(),this._anchor={left:Math.round(t.x),top:Math.round(t.y)},this.element.style.left=Av(this._anchor.left),this.element.style.top=Av(this._anchor.top)},e.prototype.hide=function(){this.element&&(this.element.remove(),this.element=null)},e.prototype.bindEvents=function(){this.element&&(this._mouseEnterHandler=Ev(this._mouseEnter,this),Vv(this.element,Dg,Bg,this._mouseEnterHandler),this._mouseLeaveHandler=Ev(this._mouseLeave,this),Vv(this.element,Ig,Bg,this._mouseLeaveHandler))},e.prototype.unbindEvents=function(){this.element&&(Lv(this.element,Dg,this._mouseEnterHandler),Lv(this.element,Ig,this._mouseLeaveHandler))},e.prototype.render=function(){if(!this.element){var t=this.options,e=this.layer,r=document.createElement("span");if(U(r,Ng),this.options.template){var o=this._compileTemplate(this.options.template)(this.dataItem),i=wv(o);r.appendChild(i)}else if(t.svgIcon)ne(r,{icon:t.svgIcon,iconClass:"k-icon-xxl",svgIcons:this.options.icons.svgIcons,type:"svg"});else{var n={icon:"map-marker",iconClass:"k-icon-xxl",svgIcons:this.options.icons.svgIcons,type:this.options.icons.type};t.shape?"pinTarget"===t.shape?(n.icon="map-marker-target",ne(r,n)):"pin"===t.shape?ne(r,n):U(r,"k-icon k-icon-xxl k-i-marker-"+Pv(t.shape||"pin")):ne(r,n)}t.title&&r.setAttribute("title",t.title);var a=t.attributes||{};Object.keys(a).forEach((function(t){r.setAttribute(t,a[t])})),r._kendoNode=this,r.style.zIndex=t.zIndex,this.element=r,e&&e.element.appendChild(this.element),this.bindEvents()}},e.prototype._mouseEnter=function(t){var e=this._createEventArgs(t);this.layer._markerMouseEnter(e),this.layer.map._tooltip.show({top:this._anchor.top-this.element.offsetHeight,left:this._anchor.left},this._tooltipContext())},e.prototype._tooltipContext=function(){return{type:"marker",layerIndex:this.layer._layerIndex(),className:"k-map-marker-tooltip",dataItem:this.dataItem,title:this.options.title,location:this.location()}},e.prototype._mouseLeave=function(t){var e=this._createEventArgs(t);this.layer._markerMouseLeave(e)},e.prototype._createEventArgs=function(t){return{marker:this,originalEvent:t}},e.prototype._compileTemplate=function(t){return dt.compile(t,{paramName:"dataItem",useWithBlock:!1})},e.create=function(t,r){return t instanceof e?t:new e(nt({},r,t))},e}($.Class),Fg=Object.assign;function Hg(t){window.requestAnimationFrame(t)}var Ug=function(t){function e(){t.call(this);var e=this;e._tickProxy=Ev(e._tick,e),e._started=!1}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.tick=function(){},e.prototype.done=function(){},e.prototype.onEnd=function(){},e.prototype.onCancel=function(){},e.prototype.start=function(){this.enabled()&&(this.done()?this.onEnd():(this._started=!0,Hg(this._tickProxy)))},e.prototype.enabled=function(){return!0},e.prototype.cancel=function(){this._started=!1,this.onCancel()},e.prototype._tick=function(){var t=this;t._started&&(t.tick(),t.done()?(t._started=!1,t.onEnd()):Hg(t._tickProxy))},e}($.Class),Kg=function(t){function e(e){t.call(this),Fg(this,e)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.done=function(){return this.timePassed()>=this.duration},e.prototype.timePassed=function(){return Math.min(this.duration,Fv()-this.startDate)},e.prototype.moveTo=function(t){var e=this,r=e.movable;e.initial=r[e.axis],e.delta=t.location-e.initial,e.duration="number"==typeof t.duration?t.duration:300,e.tick=e._easeProxy(t.ease),e.startDate=Fv(),e.start()},e.prototype._easeProxy=function(t){var e=this;return function(){e.movable.moveAxis(e.axis,t(e.timePassed(),e.initial,e.delta,e.duration))}},e.easeOutExpo=function(t,e,r,o){return t===o?e+r:r*(1-Math.pow(2,-10*t/o))+e},e}(Ug),Xg=Object.assign,$g=function(t){t.preventDefault()},Gg=800,Yg=0,Wg="press",qg="hold",Zg="select",Qg="start",Jg="move",ty="end",ey="cancel",ry="tap",oy="doubleTap",iy="release",ny="gesturechange",ay="gestureend",sy="gesturetap",ly={api:0,touch:0,mouse:9,pointer:9};function uy(t){var e,r,o,i=Tv(),n=[],a=t.originalEvent||t,s=t.currentTarget,l=0;if(t.api)n.push({id:2,event:t,target:t.target,currentTarget:t.target,location:t,type:"api"});else if(t.type.match(/touch/))for(e=(r=a?a.changedTouches:[]).length;l<e;l++)o=r[l],n.push({location:o,event:t,target:o.target,currentTarget:s,id:o.identifier,type:"touch"});else i.pointers||i.msPointers?n.push({location:a,event:t,target:t.target,currentTarget:s,id:a.pointerId,type:"pointer"}):n.push({id:1,event:t,target:t.target,currentTarget:s,location:t,type:"mouse"});return n}var cy=function(t){function e(e,r){t.call(this);var o=this;o.support=Tv(),o.invalidZeroEvents=this.support.mobileOS&&this.support.mobileOS.android,o.axis=e,o._updateLocationData(r),o.startLocation=o.location,o.velocity=o.delta=0,o.timeStamp=Fv()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.move=function(t){var e=this,r=t["page"+e.axis],o=Fv(),i=o-e.timeStamp||1;!r&&this.invalidZeroEvents||(e.delta=r-e.location,e._updateLocationData(t),e.initialDelta=r-e.startLocation,e.velocity=e.delta/i,e.timeStamp=o)},e.prototype._updateLocationData=function(t){var e=this,r=e.axis;e.location=t["page"+r],e.client=t["client"+r],e.screen=t["screen"+r]},e}($.Class),py=function(t){function e(e,r,o){t.call(this),Xg(this,{x:new cy("X",o.location),y:new cy("Y",o.location),type:o.type,useClickAsTap:e.useClickAsTap,threshold:e.threshold||ly[o.type],userEvents:e,target:r,currentTarget:o.currentTarget,initialTouch:o.target,id:o.id,pressEvent:o,_clicks:e._clicks,supportDoubleTap:e.supportDoubleTap,_moved:!1,_finished:!1})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.press=function(){this._holdTimeout=setTimeout(Ev(this._hold,this),this.userEvents.minHold),this._trigger(Wg,this.pressEvent)},e.prototype._tap=function(t){var e=this;e.userEvents._clicks++,1===e.userEvents._clicks&&(e._clickTimeout=setTimeout((function(){1===e.userEvents._clicks?e._trigger(ry,t):e._trigger(oy,t),e.userEvents._clicks=0}),300))},e.prototype._hold=function(){this._trigger(qg,this.pressEvent)},e.prototype.move=function(t){var e=this,r="api"!==t.type&&e.userEvents._shouldNotMove;if(!e._finished&&!r){if(e.x.move(t.location),e.y.move(t.location),!e._moved){if(e._withinIgnoreThreshold())return;if(fy.current&&fy.current!==e.userEvents)return e.dispose();e._start(t)}e._finished||e._trigger(Jg,t)}},e.prototype.end=function(t){this.endTime=Fv(),this._finished||(this._finished=!0,this._trigger(iy,t),this._moved?this._trigger(ty,t):this.useClickAsTap||(this.supportDoubleTap?this._tap(t):this._trigger(ry,t)),clearTimeout(this._holdTimeout),this.dispose())},e.prototype.dispose=function(){var t=this.userEvents.touches||[];this._finished=!0,this.pressEvent=null,clearTimeout(this._holdTimeout);var e=t.indexOf(this);t.splice(e,1)},e.prototype.skip=function(){this.dispose()},e.prototype.cancel=function(){this.dispose()},e.prototype.isMoved=function(){return this._moved},e.prototype._start=function(t){clearTimeout(this._holdTimeout),this.startTime=Fv(),this._moved=!0,this._trigger(Qg,t)},e.prototype._trigger=function(t,e){var r=this,o=e.event,i={touch:r,x:r.x,y:r.y,target:r.target,event:o};r.userEvents.notify(t,i)&&o.preventDefault()},e.prototype._withinIgnoreThreshold=function(){var t=this.x.initialDelta,e=this.y.initialDelta;return Math.sqrt(t*t+e*e)<=this.threshold},e}($.Class);function hy(t){for(var e=Mv(navigator.userAgent).up.split(" "),r=0,o=e.length;r<o;r++)t(e[r])}var fy=function(t){function e(e,r){t.call(this);var o,i=this,n=Tv();this.support=n,r=r||{},this.options=r,o=i.filter=r.filter,i.threshold=r.threshold||Yg,i.minHold=r.minHold||Gg,i.touches=[],i._maxTouches=r.multiTouch?2:1,i.allowSelection=r.allowSelection,i.captureUpIfMoved=r.captureUpIfMoved,i.useClickAsTap=!r.fastTap&&!n.delayedClick(),i._clicks=0,i.supportDoubleTap=r.supportDoubleTap;var a=!n.touch||n.mouseAndTouchPresent;if(Xg(i,{element:e,surface:r.global&&a?e.ownerDocument.documentElement:r.surface||e,stopPropagation:r.stopPropagation,pressed:!1}),this._surfaceMoveHandler=Ev(this._move,this),Vv(i.surface,Rv("move"),this._surfaceMoveHandler),this._surfaceEndHandler=Ev(this._end,this),Vv(i.surface,Rv("up cancel"),this._surfaceEndHandler),this._elementStartHandler=Ev(this._start,this),Vv(e,Rv("down"),o,this._elementStartHandler),i.useClickAsTap&&(this._elementClickHandler=Ev(this._click,this),Vv(e,Rv("click"),o,this._elementClickHandler)),n.pointers||n.msPointers)if(n.browser.version<11){var s="pinch-zoom double-tap-zoom";e.style["-ms-touch-action"]=r.touchAction&&"none"!==r.touchAction?s+" "+r.touchAction:s}else e.style["touch-action"]=r.touchAction||"none";if(r.preventDragEvent&&(this._elementDragStartHandler=$g,Vv(e,Rv("dragstart"),this._elementDragStartHandler)),this._elementSelectHandler=Ev(this._select,this),Vv(e,Rv("mousedown"),o,this._elementSelectHandler),i.captureUpIfMoved&&n.eventCapture){var l=i.surface,u=Ev(i.preventIfMoving,i);hy((function(t){l.addEventListener(t,u,!0)}))}i.bind([Wg,qg,ry,oy,Qg,Jg,ty,iy,ey,"gesturestart",ny,ay,sy,Zg],r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.preventIfMoving=function(t){this._isMoved()&&t.preventDefault()},e.prototype.destroy=function(){var t=this,e=this.options,r=this.element;if(!t._destroyed){if(t._destroyed=!0,t.captureUpIfMoved&&this.support.eventCapture){var o=t.surface;hy((function(e){o.removeEventListener(e,t.preventIfMoving)}))}Lv(t.surface,Rv("move"),this._surfaceMoveHandler),Lv(t.surface,Rv("up cancel"),this._surfaceEndHandler),Lv(r,Rv("down"),this._elementStartHandler),t.useClickAsTap&&Lv(r,Rv("click"),this._elementClickHandler),e.preventDragEvent&&Lv(r,Rv("dragstart"),this._elementDragStartHandler),Lv(r,Rv("mousedown"),this._elementSelectHandler),t._disposeAll(),t.unbind(),delete t.surface,delete t.element,delete t.currentTarget}},e.prototype.capture=function(){e.current=this},e.prototype.cancel=function(){this._disposeAll(),this.trigger(ey)},e.prototype.notify=function(t,e){var r,o,i,n,a,s,l,u,c=this.touches,p=t;if(this._isMultiTouch()){switch(p){case Jg:p=ny;break;case ty:p=ay;break;case ry:p=sy}Xg(e,{touches:c},(r=c[0],o=c[1],i=r.x.location,n=r.y.location,l=i-(a=o.x.location),u=n-(s=o.y.location),{center:{x:(i+a)/2,y:(n+s)/2},distance:Math.sqrt(l*l+u*u)}))}return this.trigger(p,Xg(e,{type:p}))},e.prototype.press=function(t,e,r){this._apiCall("_start",t,e,r)},e.prototype.move=function(t,e){this._apiCall("_move",t,e)},e.prototype.end=function(t,e){this._apiCall("_end",t,e)},e.prototype._isMultiTouch=function(){return this.touches.length>1},e.prototype._maxTouchesReached=function(){return this.touches.length>=this._maxTouches},e.prototype._disposeAll=function(){for(var t=this.touches;t.length>0;)t.pop().dispose()},e.prototype._isMoved=function(){return xt(this.touches,(function(t){return t.isMoved()})).length},e.prototype._select=function(t){this.allowSelection&&!this.trigger(Zg,{event:t})||t.preventDefault()},e.prototype._start=function(t){var r,o,i=this,n=0,a=i.filter,s=uy(t),l=s.length,u=t.which;if(!(u&&u>1||i._maxTouchesReached()))for(e.current=null,i.currentTarget=t.currentTarget,i.stopPropagation&&t.stopPropagation();n<l&&!i._maxTouchesReached();n++)o=s[n],(r=a?o.currentTarget:i.element)&&0===r.length||(o=new py(i,r,o),i.touches.push(o),o.press(),i._isMultiTouch()&&i.notify("gesturestart",{}))},e.prototype._move=function(t){this._eachTouch("move",t)},e.prototype._end=function(t){this._eachTouch("end",t)},e.prototype._click=function(t){var e={touch:{initialTouch:t.target,target:t.currentTarget,endTime:Fv(),x:{location:t.pageX,client:t.clientX},y:{location:t.pageY,client:t.clientY}},x:t.pageX,y:t.pageY,target:t.currentTarget,event:t,type:"tap"};this.trigger("tap",e)&&t.preventDefault()},e.prototype._eachTouch=function(t,e){var r,o,i,n,a={},s=uy(e),l=this.touches;for(r=0;r<l.length;r++)a[(o=l[r]).id]=o;for(r=0;r<s.length;r++)(n=a[(i=s[r]).id])&&n[t](i)},e.prototype._apiCall=function(t,e,r,o){this[t]({api:!0,pageX:e,pageY:r,clientX:e,clientY:r,target:o||this.element,stopPropagation:Hv,preventDefault:Hv})},e.defaultThreshold=function(t){Yg=t},e.minHold=function(t){Gg=t},e}(Yv),dy=Object.assign,vy=Math.abs,gy="change",yy="scroll",my=function(t){function e(e){t.call(this,e);var r=this;dy(r,e),r.userEvents.bind("gestureend",r.start.bind(this)),r.tapCapture.bind("press",r.cancel.bind(this))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.enabled=function(){return this.movable.scale<this.dimensions.minScale},e.prototype.done=function(){return this.dimensions.minScale-this.movable.scale<.01},e.prototype.tick=function(){var t=this.movable;t.scaleWith(1.1),this.dimensions.rescale(t.scale)},e.prototype.onEnd=function(){var t=this.movable;t.scaleTo(this.dimensions.minScale),this.dimensions.rescale(t.scale)},e}(Ug),by=function(t){function e(e){t.call(this);var r=this;dy(r,e,{transition:new Kg({axis:e.axis,movable:e.movable,onEnd:function(){r._end()}})}),r.tapCapture.bind("press",(function(){r.cancel()})),r.userEvents.bind("end",Ev(r.start,r)),r.userEvents.bind("gestureend",Ev(r.start,r)),r.userEvents.bind("tap",Ev(r.onEnd,r))}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.onCancel=function(){this.transition.cancel()},e.prototype.freeze=function(t){this.cancel(),this._moveTo(t)},e.prototype.onEnd=function(){var t=this;t.paneAxis.outOfBounds()?t._snapBack():t._end()},e.prototype.done=function(){return vy(this.velocity)<1},e.prototype.start=function(e){var r,o=this;o.dimension.enabled&&(o.paneAxis.outOfBounds()?o.transition._started?(o.transition.cancel(),o.velocity=Math.min(e.touch[o.axis].velocity*o.velocityMultiplier,55),t.prototype.start.call(this)):o._snapBack():(r=2===e.touch.id?0:e.touch[o.axis].velocity,o.velocity=Math.max(Math.min(r*o.velocityMultiplier,55),-55),o.tapCapture.captureNext(),t.prototype.start.call(this)))},e.prototype.tick=function(){var t=this,e=t.dimension,r=t.paneAxis.outOfBounds()?.5:t.friction,o=t.velocity*=r,i=t.movable[t.axis]+o;!t.elastic&&e.outOfBounds(i)&&(i=Math.max(Math.min(i,e.max),e.min),t.velocity=0),t.movable.moveAxis(t.axis,i)},e.prototype._end=function(){this.tapCapture.cancelCapture(),this.end()},e.prototype._snapBack=function(){var t=this,e=t.dimension,r=t.movable[t.axis]>e.max?e.max:e.min;t._moveTo(r)},e.prototype._moveTo=function(t){this.transition.moveTo({location:t,duration:500,ease:Kg.easeOutExpo})},e}(Ug),xy=function(t){function e(e){t.call(this,e),dy(this,e,{origin:{},destination:{},offset:{}})}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.tick=function(){this._updateCoordinates(),this.moveTo(this.origin)},e.prototype.done=function(){return vy(this.offset.y)<5&&vy(this.offset.x)<5},e.prototype.onEnd=function(){this.moveTo(this.destination),this.callback&&this.callback.call()},e.prototype.setCoordinates=function(t,e){this.offset={},this.origin=t,this.destination=e},e.prototype.setCallback=function(t){t&&et(t)?this.callback=t:t=void 0},e.prototype._updateCoordinates=function(){this.offset={x:(this.destination.x-this.origin.x)/4,y:(this.destination.y-this.origin.y)/4},this.origin={y:this.origin.y+this.offset.y,x:this.origin.x+this.offset.x}},e}(Ug),_y=function(t){function e(e){t.call(this);var r=this,o="x"===e.axis,i=wv('<div class="km-touch-scrollbar km-'+(o?"horizontal":"vertical")+'-scrollbar" />');dy(r,e,{element:i,elementSize:0,movable:new Pg(i),scrollMovable:e.movable,alwaysVisible:e.alwaysVisible,size:o?"width":"height"}),r.scrollMovable.bind(gy,r.refresh.bind(r)),r.container.appendChild(i),e.alwaysVisible&&r.show()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.refresh=function(){var t=this,e=t.axis,r=t.dimension,o=r.size,i=t.scrollMovable,n=o/r.total,a=Math.round(-i[e]*n),s=Math.round(o*n);this.element.style.display=n>=1?"none":"",a+s>o?s=o-a:a<0&&(s+=a,a=0),t.elementSize!==s&&(t.element.style[t.size]=s+"px",t.elementSize=s),t.movable.moveAxis(e,a)},e.prototype.show=function(){this.element.style.opacity=.7,this.element.style.visibility="visible"},e.prototype.hide=function(){this.alwaysVisible||(this.element.style.opacity=0)},e}($.Class),Cy=function(t){function e(e,r){t.call(this);var o=this;this.element=e,this._initOptions(r);var i,n,a=(i=navigator.userAgent,(n=jv(i)).ios||n.android);o._native=o.options.useNative&&a;var s=wv('<div class="km-scroll-header"/>');if(o._native)return U(e,"km-native-scroller"),Sv(s,e),void dy(o,{scrollElement:e,fixedContainer:e.children[0]});e.style.overflow="hidden",U(e,"km-scroll-wrapper"),function(t,e){for(t.appendChild(e);t.firstChild!==e;)e.appendChild(t.firstChild)}(e,wv('<div class="km-scroll-container"/>')),Sv(s,e);var l=e.children[1],u=new xg(e),c=new Pg(l),p=new Cg({element:l,container:e,forcedEnabled:o.options.zoom}),h=this.options.avoidScrolling,f=new fy(e,{touchAction:"pan-y",fastTap:!0,allowSelection:!0,preventDragEvent:!0,captureUpIfMoved:!0,multiTouch:o.options.zoom,supportDoubleTap:o.options.supportDoubleTap,start:function(t){p.refresh();var e=vy(t.x.velocity),r=vy(t.y.velocity),i=2*e>=r,n=function(t,e){return t===e||function(t,e){if(!e)return!1;for(var r=e.parentNode;null!==r;){if(r===t)return!0;r=r.parentNode}return!1}(t,e)}(o.fixedContainer,t.event.target),a=2*r>=e;!n&&!h(t)&&o.enabled&&(p.x.enabled&&i||p.y.enabled&&a)?f.capture():f.cancel()}}),d=new Og({movable:c,dimensions:p,userEvents:f,elastic:o.options.elastic}),v=new my({movable:c,dimensions:p,userEvents:f,tapCapture:u}),g=new xy({moveTo:function(t){o.scrollTo(t.x,t.y)}});c.bind(gy,(function(){o.scrollTop=-c.y,o.scrollLeft=-c.x,o.trigger(yy,{scrollTop:o.scrollTop,scrollLeft:o.scrollLeft})})),o.options.mousewheelScrolling&&(this._wheelScrollHandler=this._wheelScroll.bind(this),Vv(e,"wheel",this._wheelScrollHandler)),dy(o,{movable:c,dimensions:p,zoomSnapBack:v,animatedScroller:g,userEvents:f,pane:d,tapCapture:u,pulled:!1,enabled:!0,scrollElement:l,scrollTop:0,scrollLeft:0,fixedContainer:e.children[0]}),o._initAxis("x"),o._initAxis("y"),o._wheelEnd=function(){o._wheel=!1,o.userEvents.end(0,o._wheelY)},p.refresh(),o.options.pullToRefresh&&o._initPullToRefresh()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype._wheelScroll=function(t){if(!t.ctrlKey){this._wheel||(this._wheel=!0,this._wheelY=0,this.userEvents.press(0,this._wheelY)),clearTimeout(this._wheelTimeout),this._wheelTimeout=setTimeout(this._wheelEnd,50);var e=function(t){var e,r=t.originalEvent||t,o=r.wheelDeltaY;return r.wheelDelta?(void 0===o||o)&&(e=r.wheelDelta):r.detail&&r.axis===r.VERTICAL_AXIS&&(e=10*-r.detail),e}(t);e&&(this._wheelY+=e,this.userEvents.move(0,this._wheelY)),t.preventDefault()}},e.prototype.makeVirtual=function(){this.dimensions.y.makeVirtual()},e.prototype.virtualSize=function(t,e){this.dimensions.y.virtualSize(t,e)},e.prototype.height=function(){return this.dimensions.y.size},e.prototype.scrollHeight=function(){return this.scrollElement.scrollHeight},e.prototype.scrollWidth=function(){return this.scrollElement.scrollWidth},e.prototype._resize=function(){this._native||this.contentResized()},e.prototype.setOptions=function(t){this._initOptions(t),t.pullToRefresh&&this._initPullToRefresh()},e.prototype.reset=function(){this._native?this.scrollElement.scrollTop(0):(this.movable.moveTo({x:0,y:0}),this._scale(1))},e.prototype.contentResized=function(){this.dimensions.refresh(),this.pane.x.outOfBounds()&&this.movable.moveAxis("x",this.dimensions.x.min),this.pane.y.outOfBounds()&&this.movable.moveAxis("y",this.dimensions.y.min)},e.prototype.zoomOut=function(){var t=this.dimensions;t.refresh(),this._scale(t.fitScale),this.movable.moveTo(t.centerCoordinates())},e.prototype.enable=function(){this.enabled=!0},e.prototype.disable=function(){this.enabled=!1},e.prototype.scrollTo=function(t,e){this._native?(this.scrollElement.scrollLeft(vy(t)),this.scrollElement.scrollTop(vy(e))):(this.dimensions.refresh(),this.movable.moveTo({x:t,y:e}))},e.prototype.animatedScrollTo=function(t,e,r){var o,i;this._native?this.scrollTo(t,e):(o={x:this.movable.x,y:this.movable.y},i={x:t,y:e},this.animatedScroller.setCoordinates(o,i),this.animatedScroller.setCallback(r),this.animatedScroller.start())},e.prototype.pullHandled=function(){},e.prototype.destroy=function(){var t=this.element;Lv(t,"wheel",this._wheelScrollHandler),this.userEvents&&this.userEvents.destroy()},e.prototype._scale=function(t){this.dimensions.rescale(t),this.movable.scaleTo(t)},e.prototype._initPullToRefresh=function(){},e.prototype._dragEnd=function(){},e.prototype._paneChange=function(){},e.prototype._initAxis=function(t){var e=this,r=e.movable,o=e.dimensions[t],i=e.tapCapture,n=e.pane[t],a=new _y({axis:t,movable:r,dimension:o,container:e.element,alwaysVisible:e.options.visibleScrollHints});o.bind(gy,(function(){a.refresh()})),n.bind(gy,(function(){a.show()})),e[t+"inertia"]=new by({axis:t,paneAxis:n,movable:r,tapCapture:i,userEvents:e.userEvents,dimension:o,elastic:e.options.elastic,friction:e.options.friction||.96,velocityMultiplier:e.options.velocityMultiplier||10,end:function(){a.hide(),e.trigger("scrollEnd",{axis:t,scrollTop:e.scrollTop,scrollLeft:e.scrollLeft})}})},e}(Yv);Qt(Cy,{name:"Scroller",zoom:!1,pullOffset:140,visibleScrollHints:!1,elastic:!0,useNative:!1,mousewheelScrolling:!0,avoidScrolling:function(){return!1},pullToRefresh:!1,messages:{pullTemplate:"Pull to refresh",releaseTemplate:"Release to refresh",refreshTemplate:"Refreshing"}}),zv(Cy,["pull",yy,"resize"]);var wy=function(t,e){void 0===e&&(e={}),this.sender=e.sender||t,this.widget=t,this.rtl=Boolean(e.rtl)};wy.prototype.notify=function(t,e){this.widget&&this.widget.trigger(t,e)};const Oy=wy;var Sy=Math,Py=Sy.min,Ay=Sy.pow,jy=$.geometry.Point,ky="marker",My="location",Ty="wheel",Ey={bubble:Mg,shape:jg,tile:dg};Ey[ky]=Rg;var Vy=function(t){function e(e,r,o,i){void 0===r&&(r={}),void 0===o&&(o={}),void 0===i&&(i={}),t.call(this),this._init(e,r,o,i)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.destroy=function(){this.scroller.destroy(),this._tooltip&&this._tooltip.destroy(),this.navigator&&this.navigator.destroy(),this.attribution&&this.attribution.destroy(),this.zoomControl&&this.zoomControl.destroy(),H(this.markers)?this.markers.forEach((function(t){t.destroy()})):this.markers.destroy();for(var e=0;e<this.layers.length;e++)this.layers[e].destroy();Lv(this.element,Ty,this._mousewheelHandler),t.prototype.destroy.call(this)},e.prototype._init=function(t,e,r,o){void 0===e&&(e={}),void 0===r&&(r={}),void 0===o&&(o={}),this.support=Tv(),this.context=o,this.initObserver(o),this.initServices(o),this._notifyObserver("init"),this._initOptions(e),this._setEvents(e),this.crs=new _v,this._initElement(t),this._viewOrigin=this._getOrigin(),this._tooltip=this._createTooltip(),this._initScroller(),this._initMarkers(),this._initControls(),this._initLayers(),this._reset();var i=(0,$.throttle)(this._mousewheel.bind(this),50);this._mousewheelHandler=function(t){t.preventDefault(),i(t)},Vv(this.element,Ty,this._mousewheelHandler)},e.prototype._initOptions=function(t){this.options=nt({},this.options,t)},e.prototype._initElement=function(t){this.element=t,U(t,"k-map"),t.style.position="relative",t.setAttribute("data-role","map"),Ov(t);var e=wv("<div />");this.element.appendChild(e)},e.prototype.initServices=function(t){void 0===t&&(t={}),this.widgetService=new Oy(this,t)},e.prototype.initObserver=function(t){void 0===t&&(t={}),this.observers=[],this.addObserver(t.observer)},e.prototype.addObserver=function(t){t&&this.observers.push(t)},e.prototype.removeObserver=function(t){var e=this.observers.indexOf(t);e>=0&&this.observers.splice(e,1)},e.prototype.requiresHandlers=function(t){for(var e=this.observers,r=0;r<e.length;r++)if(e[r].requiresHandlers(t))return!0},e.prototype.trigger=function(e,r){void 0===r&&(r={}),r.sender=this;for(var o=this.observers,i=!1,n=0;n<o.length;n++)o[n].trigger(e,r)&&(i=!0);return i||t.prototype.trigger.call(this,e,r),i},e.prototype._notifyObserver=function(t,e){void 0===e&&(e={}),e.sender=this;for(var r=this.observers,o=!1,i=0;i<r.length;i++)r[i].trigger(t,e)&&(o=!0);return o},e.prototype.zoom=function(t){var e,r=this.options;if(Lt(t)){var o=Sy.round(Kt(t,r.minZoom,r.maxZoom));r.zoom!==o&&(r.zoom=o,this.widgetService.notify("zoomChange",{zoom:r.zoom}),this._reset()),e=this}else e=r.zoom;return e},e.prototype.center=function(t){var e;if(t){var r=iv.create(t),o=iv.create(this.options.center);r.equals(o)||(this.options.center=r.toArray(),this.widgetService.notify(ag,{center:this.options.center}),this._reset()),e=this}else e=iv.create(this.options.center);return e},e.prototype.extent=function(t){var e;return t?(this._setExtent(t),e=this):e=this._getExtent(),e},e.prototype.setOptions=function(t){void 0===t&&(t={});var e=this.element;this.destroy(),Ov(e),this._init(e,t,{},this.context),this._reset()},e.prototype.locationToLayer=function(t,e){var r=!this.options.wraparound,o=iv.create(t);return this.crs.toPoint(o,this._layerSize(e),r)},e.prototype.layerToLocation=function(t,e){var r=!this.options.wraparound,o=jy.create(t);return this.crs.toLocation(o,this._layerSize(e),r)},e.prototype.locationToView=function(t){var e=iv.create(t),r=this.locationToLayer(this._viewOrigin);return this.locationToLayer(e).translateWith(r.scale(-1))},e.prototype.viewToLocation=function(t,e){var r=this.locationToLayer(this._getOrigin(),e),o=jy.create(t).clone().translateWith(r);return this.layerToLocation(o,e)},e.prototype.eventOffset=function(t){var e,r,o=Bt(this.element);if(t.x&&t.x[My]||t.y&&t.y[My])e=t.x[My]-o.left,r=t.y[My]-o.top;else{var i=t.originalEvent||t;e=Wt(i.pageX,i.clientX)-o.left,r=Wt(i.pageY,i.clientY)-o.top}return new $.geometry.Point(e,r)},e.prototype.eventToView=function(t){var e=this.eventOffset(t);return this.locationToView(this.viewToLocation(e))},e.prototype.eventToLayer=function(t){return this.locationToLayer(this.eventToLocation(t))},e.prototype.eventToLocation=function(t){var e=this.eventOffset(t);return this.viewToLocation(e)},e.prototype.viewSize=function(){var t=this.element,e=this._layerSize(),r=t.clientWidth;return this.options.wraparound||(r=Py(e,r)),{width:r,height:Py(e,t.clientHeight)}},e.prototype.exportVisual=function(){return this._reset(),!1},e.prototype.hideTooltip=function(){this._tooltip&&this._tooltip.hide()},e.prototype._setOrigin=function(t,e){var r,o=this.viewSize(),i=this._origin=iv.create(t);return(r=this.locationToLayer(i,e)).x+=o.width/2,r.y+=o.height/2,this.options.center=this.layerToLocation(r,e).toArray(),this.widgetService.notify(ag,{center:this.options.center}),this},e.prototype._getOrigin=function(t){var e,r=this.viewSize();return!t&&this._origin||((e=this.locationToLayer(this.center())).x-=r.width/2,e.y-=r.height/2,this._origin=this.layerToLocation(e)),this._origin},e.prototype._setExtent=function(t){var e=ng.create(t),r=e.se.clone();this.options.wraparound&&r.lng<0&&t.nw.lng>0&&(r.lng=180+(180+r.lng));var o=new ng(e.nw,r);this.center(o.center());var i,n=this.element.clientWidth,a=this.element.clientHeight;for(i=this.options.maxZoom;i>=this.options.minZoom;i--){var s=this.locationToLayer(o.nw,i),l=this.locationToLayer(o.se,i),u=Sy.abs(l.x-s.x),c=Sy.abs(l.y-s.y);if(u<=n&&c<=a)break}this.zoom(i)},e.prototype._getExtent=function(){var t=this._getOrigin(),e=this.locationToLayer(t),r=this.viewSize();e.x+=r.width,e.y+=r.height;var o=this.layerToLocation(e);return new ng(t,o)},e.prototype._zoomAround=function(t,e){this._setOrigin(this.layerToLocation(t,e),e),this.zoom(e)},e.prototype._initControls=function(){var t=this.options.controls;t.attribution&&this._createAttribution(t.attribution),this.support.mobileOS||(t.navigator&&this._createNavigator(t.navigator),t.zoom&&this._createZoomControl(t.zoom))},e.prototype._createControlElement=function(t,e){var r=t.position||e,o="."+Uv(r).replace(" ","."),i=this.element.querySelector(".k-map-controls"+o)||[];if(0===i.length){var n=document.createElement("div");U(n,"k-map-controls "+Uv(r)),i=n,this.element.appendChild(i)}var a=document.createElement("div");return i.appendChild(a),a},e.prototype._createAttribution=function(t){var e=this._createControlElement(t,"bottomRight");this.attribution=new Wv(e,t)},e.prototype._createNavigator=function(t){var e=this._createControlElement(t,"topLeft"),r=this.navigator=new Qv(e,nt({},t,{icons:this.options.icons}));this._navigatorPan=this._navigatorPan.bind(this),r.bind("pan",this._navigatorPan),this._navigatorCenter=this._navigatorCenter.bind(this),r.bind("center",this._navigatorCenter)},e.prototype._navigatorPan=function(t){var e=this.scroller,r=e.scrollLeft+t.x,o=e.scrollTop-t.y,i=this._virtualSize,n=this.element.clientWidth,a=this.element.clientHeight;r=Kt(r,i.x.min,i.x.max-n),o=Kt(o,i.y.min,i.y.max-a),this.scroller.one("scroll",Ev(this._scrollEnd,this)),this.scroller.scrollTo(-r,-o)},e.prototype._navigatorCenter=function(){this.center(this.options.center)},e.prototype._createZoomControl=function(t){var e=this._createControlElement(t,"topLeft"),r=this.zoomControl=new eg(e,t,this.options.icons);this._zoomControlChange=this._zoomControlChange.bind(this),r.bind("change",this._zoomControlChange)},e.prototype._zoomControlChange=function(t){this.trigger("zoomStart",{originalEvent:t})||(this.zoom(this.zoom()+t.delta),this.trigger("zoomEnd",{originalEvent:t}))},e.prototype._initScroller=function(){var t=this.support.mobileOS?.93:.9,e=!1!==this.options.zoomable,r=this.scroller=new Cy(this.element.children[0],{friction:t,velocityMultiplier:5,zoom:e,mousewheelScrolling:!1,supportDoubleTap:!0});r.bind("scroll",Ev(this._scroll,this)),r.bind("scrollEnd",Ev(this._scrollEnd,this)),r.userEvents.bind("gesturestart",Ev(this._scaleStart,this)),r.userEvents.bind("gestureend",Ev(this._scale,this)),r.userEvents.bind("doubleTap",Ev(this._doubleTap,this)),r.userEvents.bind("tap",Ev(this._tap,this)),this.scrollElement=r.scrollElement},e.prototype._initLayers=function(){for(var t=this.options.layers,e=this.layers=[],r=0;r<t.length;r++){var o=t[r],i=this._createLayer(o);e.push(i)}},e.prototype._createLayer=function(t){var e=t.type||"shape",r=this.options.layerDefaults[e],o=e===ky?nt({},this.options.markerDefaults,t,{icons:this.options.icons}):nt({},r,t),i=new(0,Ey[e])(this,o);return e===ky&&(this.markers=i),i},e.prototype._createTooltip=function(){return new sg(this.widgetService,this.options.tooltip)},e.prototype._initMarkers=function(){(this.options.layers||[]).filter((function(t){return t&&t.type===ky})).length>0||(this.markers=new Rg(this,nt({},this.options.markerDefaults,{icons:this.options.icons})),this.markers.add(this.options.markers))},e.prototype._scroll=function(t){var e=this.locationToLayer(this._viewOrigin).round(),r=t.sender.movable,o=new $.geometry.Point(r.x,r.y).scale(-1).scale(1/r.scale);e.x+=o.x,e.y+=o.y,this._scrollOffset=o,this._tooltip.offset=o,this.hideTooltip(),this._setOrigin(this.layerToLocation(e)),this.trigger("pan",{originalEvent:t,origin:this._getOrigin(),center:this.center()})},e.prototype._scrollEnd=function(t){this._scrollOffset&&this._panComplete()&&(this._scrollOffset=null,this._panEndTimestamp=Fv(),this.trigger("panEnd",{originalEvent:t,origin:this._getOrigin(),center:this.center()}))},e.prototype._panComplete=function(){return Fv()-(this._panEndTimestamp||0)>50},e.prototype._scaleStart=function(t){if(this.trigger("zoomStart",{originalEvent:t})){var e=t.touches[1];e&&e.cancel()}},e.prototype._scale=function(t){var e=this.scroller.movable.scale,r=this._scaleToZoom(e),o=new $.geometry.Point(t.center.x,t.center.y),i=this.viewToLocation(o,r),n=this.locationToLayer(i,r).translate(-o.x,-o.y);this._zoomAround(n,r),this.trigger("zoomEnd",{originalEvent:t})},e.prototype._scaleToZoom=function(t){var e=this._layerSize()*t/this.options.minSize,r=Sy.log(e)/Sy.log(2);return Sy.round(r)},e.prototype._reset=function(){this.attribution&&this.attribution.filter(this.center(),this.zoom()),this._viewOrigin=this._getOrigin(!0),this._resetScroller(),this.hideTooltip(),this.trigger("beforeReset"),this.trigger("reset")},e.prototype._resetScroller=function(){var t=this.scroller,e=t.dimensions.x,r=t.dimensions.y,o=this._layerSize(),i=this.extent().nw,n=this.locationToLayer(i).round();t.movable.round=!0,t.reset(),t.userEvents.cancel();var a=this.zoom();t.dimensions.forcedMinScale=Ay(2,this.options.minZoom-a),t.dimensions.maxScale=Ay(2,this.options.maxZoom-a);var s={min:-n.x,max:o-n.x},l={min:-n.y,max:o-n.y};if(this.options.wraparound&&(s.max=20*o,s.min=-s.max),!1===this.options.pannable){var u=this.viewSize();s.min=l.min=0,s.max=u.width,l.max=u.height}e.makeVirtual(),r.makeVirtual(),e.virtualSize(s.min,s.max),r.virtualSize(l.min,l.max),this._virtualSize={x:s,y:l}},e.prototype._renderLayers=function(){},e.prototype._layerSize=function(t){var e=Wt(t,this.options.zoom);return this.options.minSize*Ay(2,e)},e.prototype._tap=function(t){if(this._panComplete()){var e=this.eventOffset(t);this.hideTooltip(),this.trigger("click",{originalEvent:t,location:this.viewToLocation(e)})}},e.prototype._doubleTap=function(t){if(!1!==this.options.zoomable&&!this.trigger("zoomStart",{originalEvent:t})){var e=this.zoom()+1,r=this.eventOffset(t),o=this.viewToLocation(r),i=this.locationToLayer(o,e).translate(-r.x,-r.y);this._zoomAround(i,e),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._mousewheel=function(t){var e=Et(t)>0?-1:1,r=this.options,o=this.zoom(),i=Kt(o+e,r.minZoom,r.maxZoom);if(!1!==r.zoomable&&i!==o&&!this.trigger("zoomStart",{originalEvent:t})){var n=this.eventOffset(t),a=this.viewToLocation(n),s=this.locationToLayer(a,i).translate(-n.x,-n.y);this._zoomAround(s,i),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._toDocumentCoordinates=function(t){var e=Bt(this.element);return{left:Gt(t.x+e.left),top:Gt(t.y+e.top)}},e}(Yv);Qt(Vy,{name:"Map",controls:{attribution:!0,navigator:{panStep:100},zoom:!0},layers:[],layerDefaults:{shape:{style:{fill:{color:"#fff"},stroke:{color:"#aaa",width:.5}}},bubble:{style:{fill:{color:"#fff",opacity:.5},stroke:{color:"#aaa",width:.5}}},marker:{shape:"pinTarget",tooltip:{position:"top"}}},center:[0,0],icons:{type:"font",svgIcons:{}},zoom:3,minSize:256,minZoom:1,maxZoom:19,markers:[],markerDefaults:{shape:"pinTarget",tooltip:{position:"top"}},wraparound:!0,renderPointsAsMarkers:!1}),zv(Vy,["beforeReset","click","markerActivate","markerClick","markerCreated","markerMouseEnter","markerMouseLeave","pan","panEnd","reset","shapeClick","shapeCreated","shapeFeatureCreated","shapeMouseEnter","shapeMouseLeave","zoomEnd","zoomStart"]);const Dy=Vy;var Iy=1.5,Ly=.4,Ny="#000",By="Arial, Helvetica, sans-serif",Ry="11px "+By,zy="12px "+By,Fy="16px "+By,Hy="transparent",Uy="#fff",Ky={type:Ii},Xy={type:wi},$y=Object.assign({},Xy,{markers:{visible:!1},highlight:{visible:!1}}),Gy=function(){return{icon:{border:{width:1}},label:{font:zy,padding:3},line:{length:10,width:2},legendItem:$y,visible:!0}},Yy=function(){return{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},legendItem:Xy,opacity:.4}},Wy=function(){return{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},legendItem:Xy,opacity:.4}},qy=function(){return{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:Uy,gap:1,highlight:{border:{opacity:1,width:2},whiskers:{width:3},mean:{width:2},median:{width:2}},mean:{width:2},median:{width:2},spacing:.3,whiskers:{width:2},legendItem:$y}},Zy=function(){return{gap:Iy,spacing:Ly,target:{color:"#ff0000"},legendItem:$y}},Qy=function(){return{width:2,legendItem:Ky}},Jy=function(){return{line:{opacity:1,width:0},markers:{size:6,visible:!1},legendItem:Xy,opacity:.5}},tm=function(){return{markers:{visible:!1},legendItem:Ky,width:2}},em=function(){return{gap:.5,line:{color:Ny,width:1},legendItem:$y,spacing:Ly}},rm=function(){return{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}},legendItem:$y}},om=rm,im=function(t){return Object.assign({color:w,trendline:{},markers:{visible:!1},width:1,dashType:"longDash",legendItem:Ky},t)},nm=function(t){return{visible:!0,labels:{font:Ry},overlay:t.gradients?{}:{gradient:"none"},area:Yy(),rangeArea:Wy(),verticalRangeArea:Wy(),bar:{gap:Iy,spacing:Ly,legendItem:$y},boxPlot:qy(),bubble:{border:{width:0},labels:{background:Hy},legendItem:$y,opacity:.6},bullet:Zy(),candlestick:{border:{_brightness:.8,width:1},downColor:Uy,gap:1,highlight:{border:{opacity:1,width:2},line:{width:2}},line:{color:Ny,width:1},legendItem:$y,spacing:.3},column:{gap:Iy,spacing:Ly,legendItem:$y},heatmap:{labels:{color:"",background:Hy,visible:!0},highlight:{border:{width:0}},legendItem:$y},pie:{labels:{background:"",color:"",padding:{top:5,bottom:5,left:7,right:7}},legendItem:$y},donut:{margin:1,legendItem:$y},funnel:rm(),pyramid:om(),horizontalWaterfall:em(),line:Qy(),notes:Gy(),ohlc:{gap:1,highlight:{line:{opacity:1,width:3}},line:{width:1},legendItem:$y,spacing:.3},radarArea:Jy(),radarLine:tm(),radarColumn:{legendItem:$y},polarArea:Jy(),polarLine:tm(),polarScatter:{legendItem:Ky},rangeBar:{gap:Iy,spacing:Ly,legendItem:$y},rangeColumn:{gap:Iy,spacing:Ly,legendItem:$y},scatter:{legendItem:Ky},scatterLine:{width:1,legendItem:Ky},verticalArea:Yy(),verticalBoxPlot:qy(),verticalBullet:Zy(),verticalLine:Qy(),waterfall:em(),linearTrendline:im(),exponentialTrendline:im({style:"smooth"}),logarithmicTrendline:im({style:"smooth"}),polynomialTrendline:im({style:"smooth"}),powerTrendline:im({style:"smooth"}),movingAverageTrendline:im()}},am=function(t){return void 0===t&&(t={}),{axisDefaults:{labels:{font:zy},notes:Gy(),title:{font:Fy,margin:5}},categoryAxis:{majorGridLines:{visible:!0}},navigator:{pane:{height:90,margin:{top:10}}},seriesDefaults:nm(t),title:{font:Fy},subtitle:{font:zy},legend:{labels:{font:zy}}}}},3201:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PopupVue2=e.Popup=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(8895),s=r(3396),l=r(4549),u=r(5689),c=r(3461),p=r(9680),h=r(1621),f={left:-1e3,top:0},d="k-animation-container-shown",v="k-popup",g={name:"Popup",props:{appendTo:{type:String,default:""},anchor:{type:String,default:""},className:String,id:String,popupClass:String,collision:{type:Object,default:function(){return{horizontal:s.CollisionType.fit,vertical:s.CollisionType.flip}}},anchorAlign:{type:Object,default:function(){return{horizontal:s.AlignPoint.left,vertical:s.AlignPoint.bottom}}},popupAlign:{type:Object,default:function(){return{horizontal:s.AlignPoint.left,vertical:s.AlignPoint.top}}},offset:{type:Object,default:function(){return f}},show:{type:Boolean,default:!1},animate:{type:[Boolean,Object],default:function(){return!0}},direction:{type:String,default:"down"},transition:{type:String,default:"expand"}},inject:{kCurrentZIndex:{default:null}},data:function(){return{hasMounted:!1}},created:function(){(0,p.validatePackage)(h.packageMetadata),this.mountedAppendTo=void 0,this.mountedAnchor=void 0,this._clonedElement=void 0,this._flipped=!1,this._offsetTop=0,this._offsetLeft=-1e3,this._exitingAnimation=!1,this._prevShow=!1,this._prevShow=this.$props.show,this._domService=new u.DOMService,this._alignService=new l.AlignService(this._domService),this._positionService=new c.PositionService(this._domService),this.reposition=(0,s.throttle)(this.reposition.bind(this),s.FRAME_DURATION)},setup:n?function(){return{v3:!!n}}:void 0,mounted:function(){p.canUseDOM&&(this.mountedAppendTo=this.appendTo?this.getParentRef(this.appendTo):document.body,this.mountedAnchor=this.anchor?this.getParentRef(this.anchor,!0):document.body),this._parentElement=this.$el.parentElement,this._clonedElement=this.$el.cloneNode(!0),this.hasMounted=!0,this.mountedAppendTo.appendChild(this.$el)},updated:function(){this._prevShow=this.$props.show},destroyed:n?void 0:function(){this.detachRepositionHandlers()},beforeDestroy:n?void 0:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},unmounted:function(){this.detachRepositionHandlers()},beforeUnmount:function(){this._parentElement&&this._parentElement.appendChild(this.$el)},methods:{onOpened:function(){var t=this.$el;this.$props.show&&t.classList.add(d),this.attachRepositionHandlers(t),this.$emit("open",{target:this})},onClosing:function(){this.$props.show||this.$el.classList.remove(d),this.detachRepositionHandlers()},onClosed:function(){this._exitingAnimation&&(this._exitingAnimation=!1,this.$forceUpdate()),this.$emit("close",{target:this})},transitionDuration:function(){var t=this.$props.animate,e=0,r=0;return t&&(!0===t?e=r=void 0:(e=t.openDuration,r=t.closeDuration)),{transitionEnterDuration:e,transitionExitDuration:r}},getParentRef:function(t,e){for(var r=this.$parent;!r.$refs[t];){if(r&&r.kendoAnchorRef&&e)return r.kendoAnchorRef;if(!(r=r.$parent)&&p.canUseDOM)return document.getElementById(t)||document.body}return r.$refs[t].$el||r.$refs[t]},position:function(t,e,r){var o=t.anchorAlign,i=t.popupAlign,n=t.collision,a=t.offset,s=r?this.v3?this.mountedAnchor:this.getParentRef(r,!0):document.body,l=this._alignService.alignElement({anchor:r?s:void 0,element:e,elementAlign:i,anchorAlign:o,offset:a});return this._positionService.positionElement({anchor:s,anchorAlign:o,collisions:n,element:e,currentLocation:l,elementAlign:i})},calculatePosition:function(t,e){if(!e||!(0,s.isWindowAvailable)()||!p.canUseDOM)return{flipped:!1,offset:t.offset};var r=(0,p.getDefaultSlots)(this),o=document.createElement("div"),i=this.$el&&this.$el.firstChild&&this.$el.firstChild.firstChild?this.$el.firstChild.firstChild.cloneNode(!0):null,n=i&&i.getBoundingClientRect?i:this._clonedElement;if(n)o.appendChild(n);else{var a=this.v3?r&&r[0].props?r[0].props.class:"":r&&r[0].data?r[0].data.staticClass:"",l=this.v3?this.$props.popupClass?this.$props.popupClass:"":r&&r[0].data?r[0].data.class:"";o.innerHTML='<div class="k-animation-container k-animation-container-relative">\t\n <div class="k-popup k-animation-container k-animation-container-relative">\n <div class="'.concat(a," ").concat(l,'" >\n </div>\t\n </div>\t\n </div>')}if(e.appendChild(o),o&&o.firstChild){var u=o.firstChild;u.style.position="absolute",u.style.visibility="hidden",u.style.display="block",u.style.left="-1000",u.style.top="0";var c=this.v3?r&&r[0].props?r[0].props.style:{}:r[0].data?r[0].data.style:{};if(c)for(var h=0,f=Object.entries(c);h<f.length;h++){var d=f[h],v=d[0],g=d[1];u.style[v]=g}}var y=this.position(t,o.firstChild,this.$props.anchor);return o.parentNode.removeChild(o),y},attachRepositionHandlers:function(t){var e=this;this.detachRepositionHandlers(),this._scrollableParents=this._domService.scrollableParents(this.$props.anchor?this.mountedAnchor:t),this._scrollableParents.map((function(t){return t.addEventListener("scroll",e.reposition)})),window.addEventListener("resize",this.reposition)},detachRepositionHandlers:function(){var t=this;this._scrollableParents&&(this._scrollableParents.map((function(e){return e.removeEventListener("scroll",t.reposition)})),this._scrollableParents=void 0),window.removeEventListener("resize",this.reposition)},reposition:function(){this._clonedElement=this.$el.cloneNode(!0),this.$forceUpdate()},getCurrentZIndex:function(){return this.kCurrentZIndex?this.kCurrentZIndex+1:100}},render:function(t){var e=i||t,r=this.$props,o=r.className,n=r.popupClass,l=r.show,u=r.id,c=(0,p.getDefaultSlots)(this),h=this.v3||l?c:null,f=(0,s.isWindowAvailable)()?this.$props.appendTo?this.mountedAppendTo||this.getParentRef(this.$props.appendTo):document.body:void 0;if(this.$props.show){var d=this.calculatePosition(this.$props,f);this._offsetLeft=d.offset.left,this._offsetTop=d.offset.top,this._flipped=!!d.flipped}var g=this._flipped?"up":"down",y=this.transitionDuration(),m=y.transitionEnterDuration,b=y.transitionExitDuration,x=this.getCurrentZIndex();return this._exitingAnimation=this._exitingAnimation||this._prevShow&&!l,this.hasMounted?l||this._exitingAnimation&&f?e(a.Slide,{id:u,attrs:this.v3?void 0:{id:u,role:this.appendTo?"":"region",componentChildClassName:[n,v],className:o,direction:g,transitionEnterDuration:m,transitionExitDuration:b,appear:l},role:this.appendTo?"":"region",componentChildClassName:[n,v],className:o,onEntered:this.onOpened,on:this.v3?void 0:{entered:this.onOpened,exiting:this.onClosing,exited:this.onClosed},onExiting:this.onClosing,onExited:this.onClosed,direction:g,style:{zIndex:x,position:"absolute",top:this._offsetTop+"px",left:this._offsetLeft+"px"},transitionEnterDuration:m,transitionExitDuration:b,appear:l},this.v3?function(){return[h]}:[h]):null:e("div",{style:{display:"none"},class:o},[e("div",{class:[n,v]},[c])])}};e.PopupVue2=g;var y=g;e.Popup=y},4866:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PopupVue2=e.Popup=void 0;var o=r(3201);Object.defineProperty(e,"Popup",{enumerable:!0,get:function(){return o.Popup}}),Object.defineProperty(e,"PopupVue2",{enumerable:!0,get:function(){return o.PopupVue2}})},1621:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-popup",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1705504027,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},4549:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.AlignService=void 0;var o=r(3396),i=function(){function t(t){this._dom=t}return t.prototype.alignElement=function(t){var e=t.anchor,r=t.element,o=t.anchorAlign,i=t.elementAlign,n=t.offset,a=this._dom.hasOffsetParent(r)?this.relativeRect(e,r,n):this.absoluteRect(e,r,n);return this._dom.align({anchorAlign:o,anchorRect:a,elementAlign:i,elementRect:this._dom.offset(r)})},t.prototype.absoluteRect=function(t,e,r){var i=this._dom,n=(0,o.eitherRect)(i.offset(t),r),a=i.stackingElementOffset(e),s=(0,o.removeStackingOffset)(n,a),l=i.stackingElementScroll(e),u=i.addScroll(s,l),c=this.elementScrollPosition(t,e),p=i.removeScroll(u,c);return p.left+=window.scrollX||window.pageXOffset,p.top+=window.scrollY||window.pageYOffset,p},t.prototype.elementScrollPosition=function(t,e){return t?{x:0,y:0}:this._dom.scrollPosition(e)},t.prototype.relativeRect=function(t,e,r){return(0,o.eitherRect)(this._dom.position(t,e),r)},t}();e.AlignService=i},5689:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DOMService=void 0;var o=r(5454),i=r(3396),n=function(){function t(){}return t.prototype.addOffset=function(t,e){return{left:t.left+e.left,top:t.top+e.top}},t.prototype.align=function(t){return(0,o.align)(t)},t.prototype.boundingOffset=function(t){return(0,o.boundingOffset)(t)},t.prototype.getWindow=function(){return(0,i.isWindowAvailable)()?window:null},t.prototype.isBodyOffset=function(t){return(0,o.isBodyOffset)(t)},t.prototype.hasOffsetParent=function(t){if(!t)return!1;var e=t.offsetParent;return e&&!("BODY"===e.nodeName&&"static"===window.getComputedStyle(e).position)},t.prototype.offset=function(t){return t?(0,o.offset)(t):null},t.prototype.staticOffset=function(t){if(!t)return null;var e=t.style,r=e.left,i=e.top;t.style.left="0px",t.style.top="0px";var n=(0,o.offset)(t);return t.style.left=r,t.style.top=i,n},t.prototype.position=function(t,e){if(!t||!e)return null;var r=(0,o.siblingContainer)(t,e);return(0,o.positionWithScroll)(t,r)},t.prototype.relativeOffset=function(t,e){return(0,o.applyLocationOffset)(this.offset(t),e,this.isBodyOffset(t))},t.prototype.addScroll=function(t,e){return(0,o.addScroll)(t,e)},t.prototype.removeScroll=function(t,e){return(0,o.removeScroll)(t,e)},t.prototype.restrictToView=function(t){return(0,o.restrictToView)(t)},t.prototype.scrollPosition=function(t){return(0,o.scrollPosition)(t)},t.prototype.scrollableParents=function(t){return(0,i.scrollableParents)(t)},t.prototype.stackingElementOffset=function(t){var e=this.getRelativeContextElement(t);return e?(0,o.offset)(e):null},t.prototype.stackingElementScroll=function(t){var e=this.getRelativeContextElement(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},t.prototype.stackingElementViewPort=function(t){var e=this.getRelativeContextElement(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},t.prototype.getRelativeContextElement=function(t){if(!t||!i.HAS_RELATIVE_STACKING_CONTEXT)return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},t.prototype.useRelativePosition=function(t){return!!this.getRelativeContextElement(t)},t.prototype.windowViewPort=function(t){return(0,o.getWindowViewPort)(t)},t.prototype.zIndex=function(t,e){return(0,i.zIndex)(t,e)},t.prototype.zoomLevel=function(){return(0,i.isDocumentAvailable)()&&(0,i.isWindowAvailable)()?parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2)):1},t.prototype.isZoomed=function(){return this.zoomLevel()>1},t}();e.DOMService=n},3461:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.PositionService=void 0;var o=r(3396),i=function(){function t(t){this._dom=t}return t.prototype.positionElement=function(t){var e=t.anchor,r=t.currentLocation,i=t.element,n=t.anchorAlign,a=t.elementAlign,s=t.collisions,l=this._dom,u=t.viewPort||l.stackingElementViewPort(i)||l.windowViewPort(i),c=(0,o.eitherRect)(l.offset(e),r),p=(0,o.replaceOffset)(l.staticOffset(i),r),h=this.elementRect(i,p),f=l.restrictToView({anchorAlign:n,anchorRect:c,collisions:s,elementAlign:a,elementRect:h,viewPort:u});return{flipped:f.flipped,offset:l.addOffset(p,f.offset)}},t.prototype.elementRect=function(t,e){return this._dom.removeScroll(e,this._dom.scrollPosition(t))},t}();e.PositionService=i},3396:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.throttle=e.AlignPoint=e.CollisionType=e.zIndex=e.HAS_RELATIVE_STACKING_CONTEXT=e.hasRelativeStackingContext=e.FRAME_DURATION=e.scrollableParents=e.OVERFLOW_REGEXP=e.hasBoundingRect=e.isWindowAvailable=e.isDocumentAvailable=e.isDifferentOffset=e.removeStackingOffset=e.replaceOffset=e.eitherRect=void 0;var o=r(5454);e.eitherRect=function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},e.replaceOffset=function(t,e){return e?{height:t.height,left:e.left,top:e.top,width:t.width}:t},e.removeStackingOffset=function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t},e.isDifferentOffset=function(t,e){var r=t.left,o=t.top,i=e.left,n=e.top;return Math.abs(r-i)>=1||Math.abs(o-n)>=1},e.isDocumentAvailable=function(){return"undefined"!=typeof document&&!!document.body},e.isWindowAvailable=function(){return"undefined"!=typeof window},e.hasBoundingRect=function(t){return!!t.getBoundingClientRect},e.OVERFLOW_REGEXP=/auto|scroll/;var i=function(t){var e=window.getComputedStyle(t);return"".concat(e.overflow).concat(e.overflowX).concat(e.overflowY)};e.scrollableParents=function(t){var r=[];if(!(0,e.isDocumentAvailable)()||!(0,e.isWindowAvailable)())return r;for(var o=t.parentElement;o;)e.OVERFLOW_REGEXP.test(i(o))&&r.push(o),o=o.parentElement;return r.push(window),r},e.FRAME_DURATION=1e3/60,e.hasRelativeStackingContext=function(){if(!(0,e.isDocumentAvailable)())return!1;var t=document.createElement("div");if(t.style.transform="matrix(10, 0, 0, 10, 0, 0)",t.innerHTML="<div>child</div>",document.body.appendChild(t),t&&t.firstChild){var r=t.firstChild;r.style.position="fixed",r.style.top="".concat(10,"px")}var o=10!==t.children[0].getBoundingClientRect().top;return document.body.removeChild(t),o},e.HAS_RELATIVE_STACKING_CONTEXT=(0,e.hasRelativeStackingContext)(),e.zIndex=function(t,r){if(!t||!(0,e.isDocumentAvailable)()||!(0,e.isWindowAvailable)())return null;var i=(0,o.siblingContainer)(t,r);if(!i)return null;var n=[t].concat((0,o.parents)(t,i)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,o=parseInt(r,10);return o>t?o:t}),0);return n?n+1:null},e.CollisionType={fit:"fit",flip:"flip"},e.AlignPoint={left:"left",center:"center",right:"right",bottom:"bottom",top:"top"},e.throttle=function(t,e,r){var o,i,n,a;void 0===r&&(r={});var s=0;r=r||{};var l=function(){s=!1===r.leading?0:(new Date).getTime(),o=null,a=t.apply(i,n),o||(i=n=null)};return function(){var u=(new Date).getTime();s||!1!==r.leading||(s=u);var c=e-(u-s);return i=this,n=arguments,c<=0||c>e?(o&&(clearTimeout(o),o=null),s=u,a=t.apply(i,n),o||(i=n=null)):o||!1===r.trailing||(o=setTimeout(l,c)),a}}},5454:(t,e,r)=>{r.r(e),r.d(e,{AlignPoint:()=>o,Collision:()=>O,addScroll:()=>n,align:()=>i,alignElement:()=>X,applyLocationOffset:()=>a,boundingOffset:()=>f,domUtils:()=>K,getDocumentElement:()=>u,getWindow:()=>l,getWindowViewPort:()=>h,isBodyOffset:()=>v,offset:()=>g,offsetParent:()=>d,parentScrollPosition:()=>x,parents:()=>y,position:()=>_,positionElement:()=>$,positionWithScroll:()=>C,removeScroll:()=>w,restrictToView:()=>A,scrollPosition:()=>m,siblingContainer:()=>k,siblings:()=>j,utils:()=>L,zIndex:()=>M});const o={bottom:"bottom",center:"center",middle:"middle",left:"left",right:"right",top:"top"},i=function(t){var e=t.anchorRect,r=t.anchorAlign,i=t.elementRect,n=t.elementAlign,a=t.margin;void 0===a&&(a={});var s=r.horizontal,l=r.vertical,u=n.horizontal,c=n.vertical,p=a.horizontal||0,h=a.vertical||0,f=e.top,d=e.left;return l===o.bottom&&(f+=e.height),l!==o.center&&l!==o.middle||(f+=Math.round(e.height/2)),c===o.bottom&&(f-=i.height,h*=-1),c!==o.center&&c!==o.middle||(f-=Math.round(i.height/2),h*=-1),s===o.right&&(d+=e.width),s!==o.center&&s!==o.middle||(d+=Math.round(e.width/2)),u===o.right&&(d-=i.width,p*=-1),u!==o.center&&u!==o.middle||(d-=Math.round(i.width/2),p*=-1),{top:f+h,left:d+p}};function n(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}}function a(t,e,r){var o=t.top,i=t.left;return r&&(i=0,o=0),{top:o+e.top,left:i+e.left,height:t.height,width:t.width}}function s(t){return t.ownerDocument||t.document||t}const l=function(t){return s(t).defaultView},u=function(t){return s(t).documentElement};var c=0;function p(){if(!c&&"undefined"!=typeof document){var t=document.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML="&nbsp;",document.body.appendChild(t),c=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return c}function h(t){var e=l(t),r=u(t),o={height:e.innerHeight,width:e.innerWidth};return r.scrollHeight-r.clientHeight>0&&(o.width-=p()),o}const f=function(t){if(!t.getBoundingClientRect){var e=h(t);return{bottom:e.height,left:0,right:e.width,top:0}}var r=t.getBoundingClientRect();return{bottom:r.bottom,left:r.left,right:r.right,top:r.top}},d=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||u(t)},v=function(t){return d(t)===t.ownerDocument.body},g=function(t){var e=t.getBoundingClientRect(),r=e.left,o=e.top;return e.height||e.width||(e=function(t){var e=t.style,r=e.display,o=e.left,i=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var n=t.getBoundingClientRect();return t.style.display=r,t.style.left=o,t.style.position=i,n}(t)),{top:o,left:r,height:e.height,width:e.width}};function y(t,e){for(var r=[],o=t.parentNode;o&&(r.push(o),o!==e);)o=o.parentNode;return r}function m(t){var e=u(t),r=l(t);return{x:r.pageXOffset||e.scrollLeft||0,y:r.pageYOffset||e.scrollTop||0}}function b(t){return t===(t.ownerDocument||{}).body?m(t):{x:t.scrollLeft,y:t.scrollTop}}function x(t){var e=d(t);return e?b(e):{x:0,y:0}}const _=function(t,e){var r=l(t),o=r.getComputedStyle(t),i=g(t),n=e||d(t),a=t.ownerDocument,s=n!==a.body&&n!==a.documentElement,u={top:0,left:0};if("fixed"!==o.position&&s){var c=r.getComputedStyle(n);(u=g(n)).top+=parseInt(c.borderTopWidth,10),u.left+=parseInt(c.borderLeftWidth,10)}return{top:i.top-u.top,left:i.left-u.left,height:i.height,width:i.width}};function C(t,e,r){void 0===r&&(r=1);var o=e?d(e):null,i=_(t,o),n=i.top,a=i.left,s=i.height,l=i.width,u=function(t,e){return t?b(t):x(e)}(o,t),c=u.x,p=u.y,h=t.ownerDocument,f=o===h.body||o===h.documentElement?1:r;return{top:n+p*f,left:a+c*f,height:s,width:l}}function w(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}}const O={fit:"fit",flip:"flip",none:"none"};var S=function(t,e,r){var o=0;return t+e>r&&(o=r-(t+e)),t<0&&(o=-t),o},P=function(t){var e=t.offset,r=t.size,i=t.anchorSize,n=t.viewPortSize,a=t.anchorAlignPoint,s=t.elementAlignPoint,l=t.margin,u=0,c=s===o.center||s===o.middle,p=a===o.center||a===o.middle,h=2*l;if(s!==a&&!c&&!p){var f=a===o.top||a===o.left;e<0&&f?e+(u=r+i+h)+r>n&&(u=0):e>=0&&!f&&(e+r>n&&(u+=-(i+r+h)),e+u<0&&(u=0))}return u};const A=function(t){var e=t.anchorRect,r=t.anchorAlign,o=t.elementRect,i=t.elementAlign,n=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var l=o.top,u=o.left,c=o.height,p=o.width,h=a.height,f=a.width,d=s.horizontal||0,v=s.vertical||0,g=0,y=0,m=n.vertical===O.fit,b=n.horizontal===O.fit,x=n.vertical===O.flip,_=n.horizontal===O.flip;m&&(y+=S(l,c,h)),b&&(g+=S(u,p,f)),x&&(y+=P({margin:v,offset:l,size:c,anchorSize:e.height,viewPortSize:h,anchorAlignPoint:r.vertical,elementAlignPoint:i.vertical})),_&&(g+=P({margin:d,offset:u,size:p,anchorSize:e.width,viewPortSize:f,anchorAlignPoint:r.horizontal,elementAlignPoint:i.horizontal}));var C=x&&0!==y,w=_&&0!==g,A=m&&0!==y,j=b&&0!==g;return{flipped:w||C,fitted:A||j,flip:{horizontal:w,vertical:C},fit:{horizontal:j,vertical:A},offset:{left:g,top:y}}};function j(t){for(var e=[],r=t.parentNode.firstElementChild;r;)r!==t&&e.push(r),r=r.nextElementSibling;return e}function k(t,e){for(var r,o,i=y(t),n=e;n&&(r=j(n),!(o=i.reduce((function(t,e){return t.concat(r.filter((function(t){return t===e})))}),[])[0]));)n=n.parentElement;return o}function M(t,e){if(!t||!e)return null;var r=k(t,e);if(!r)return null;var o=[t].concat(y(t,r)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,o=parseInt(r,10);return o>t?o:t}),0);return o?o+1:null}var T,E,V,D=(T=function(t){if(!I())return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var r=e.createElement("div");r.style.transform="matrix(10, 0, 0, 10, 0, 0)",r.innerHTML='<div style="position: fixed; top: 10px;">child</div>',e.body.appendChild(r);var o=10!==r.children[0].getBoundingClientRect().top;return e.body.removeChild(r),o},V=!1,function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return V||(E=T.apply(void 0,t),V=!0),E}),I=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const L={eitherRect:function(t,e){return t||{height:0,left:e.left,top:e.top,width:0}},scaleRect:function(t,e){return t&&1!==e?{height:t.height/e,left:t.left/e,top:t.top/e,width:t.width/e}:t},removeStackingOffset:function(t,e){return e?{height:t.height,left:t.left-e.left,top:t.top-e.top,width:t.width}:t},hasRelativeStackingContext:D,canUseDOM:I};var N=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],B=function(){return L.canUseDOM()?window:null},R=/auto|scroll/,z=function(t){return function(t){return""+t.style.overflow+t.style.overflowX+t.style.overflowY}(t)||function(t){var e=window.getComputedStyle(t);return""+e.overflow+e.overflowX+e.overflowY}(t)},F=function(t){if(!t||!L.hasRelativeStackingContext())return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},H=function(){return L.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},U={addOffset:function(t,e){return{left:t.left+e.left,top:t.top+e.top}},addScroll:n,align:i,boundingOffset:f,getFontStyles:function(t){var e=B();if(!e||!t)return[];var r=e.getComputedStyle(t);return N.map((function(t){return{key:t,value:r[t]}}))},getWindow:B,hasOffsetParent:function(t){return!!t&&Boolean(t.offsetParent)},offset:function(t){return t?g(t):null},offsetAtPoint:function(t,e){if(!t)return null;var r=t.style,o=r.left,i=r.top,n=r.transition;t.style.transition="none",t.style.left=e.left+"px",t.style.top=e.top+"px";var a=g(t);return t.style.left=o,t.style.top=i,t.offsetHeight,t.style.transition=n,a},position:function(t,e,r){return t&&e?C(t,e,r||1):null},removeScroll:w,restrictToView:A,scrollPosition:m,scrollableParents:function(t){var e=[];if(!L.canUseDOM())return e;for(var r=t.parentElement;r;)(R.test(z(r))||r.hasAttribute("data-scrollable"))&&e.push(r),r=r.parentElement;return e.push(window),e},getRelativeContextElement:F,stackingElementOffset:function(t){var e=F(t);return e?g(e):null},stackingElementScroll:function(t){var e=F(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(t){var e=F(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},useRelativePosition:function(t){return Boolean(F(t))},windowViewPort:h,zoomLevel:H,isZoomed:function(){return H()>1},zIndex:function(t,e){if(!t||!L.canUseDOM())return null;var r=k(t,e);if(!r)return null;var o=[t].concat(y(t,r)).reduce((function(t,e){var r=e.style.zIndex||window.getComputedStyle(e).zIndex,o=parseInt(r,10);return o>t?o:t}),0);return o?o+1:null}};const K=U;const X=function(t){var e=t.anchor,r=t.element,o=t.anchorAlign,i=t.elementAlign,n=t.margin,a=t.offset,s=t.positionMode,l=t.scale||1,u="fixed"!==s&&K.hasOffsetParent(r)?function(t,e,r,o){var i=L.eitherRect(K.position(t,e,o),r);return L.scaleRect(i,o)}(e,r,a,l):function(t,e,r,o){var i=function(t,e){return t?{x:0,y:0}:K.scrollPosition(e)}(t,e),n=L.eitherRect(K.offset(t),r),a=2*o,s=K.stackingElementScroll(e);1!==o&&s&&(s.x/=a,s.y/=a);var l=K.stackingElementOffset(e);return 1!==o&&l&&(l.left/=a,l.top/=a),K.removeScroll(K.addScroll(L.removeStackingOffset(L.scaleRect(n,o),l),s),i)}(e,r,a,l),c=L.scaleRect(K.offset(r),l);return K.align({anchorAlign:o,anchorRect:u,elementAlign:i,elementRect:c,margin:n})},$=function(t){var e=t.anchor,r=t.currentLocation,o=t.element,i=t.anchorAlign,n=t.elementAlign,a=t.collisions,s=t.margin,l=t.scale||1,u=K.offsetAtPoint(o,r),c=L.scaleRect(u,l),p=L.scaleRect(K.offset(e),l),h=L.eitherRect(p,r),f=t.viewPort||K.windowViewPort(o);f.width=f.width/l,f.height=f.height/l;var d=K.restrictToView({anchorAlign:i,anchorRect:h,collisions:a,elementAlign:n,elementRect:c,margin:s,viewPort:f}),v=K.addOffset(r,d.offset);return{flip:d.flip,flipped:d.flipped,fit:d.fit,fitted:d.fitted,offset:v}}},2346:(t,e,r)=>{var o;function i(t){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i(t)}function n(t,e,r){return(e=function(t){var e=function(t,e){if("object"!==(void 0===t?"undefined":i(t))||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var o=r.call(t,"string");if("object"!==(void 0===o?"undefined":i(o)))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(t);return"symbol"===(void 0===e?"undefined":i(e))?e:String(e)}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}Object.defineProperty(e,"__esModule",{value:!0}),e.DraggableVue2=e.Draggable=void 0;var a=r(1895),s=(a.h,a.version&&"3"===a.version[0]),l=r(1154),u=r(5123),c=(n(o={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null;var t=l,e=void 0!==t&&t.Draggable?t:t.default;this.draggable=new e.Draggable({press:this.press,drag:this.drag,release:this.release})},setup:s?function(){return{v3:!!s}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType||8===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:s?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(t){this.element&&this.$emit("press",t,this.element)},drag:function(t){this.element&&this.$emit("drag",t,this.element)},release:function(t){this.element&&this.$emit("release",t,this.element)}}},"setup",s?function(){return{v3:!!s}}:void 0),n(o,"render",(function(t){return(0,u.getDefaultSlots)(this)})),o);e.DraggableVue2=c;var p=c;e.Draggable=p},1685:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.BrowserSupportService=void 0;var r=function(){return"undefined"!=typeof document?document:{}},o=function(){function t(){}return Object.defineProperty(t.prototype,"scrollbarWidth",{get:function(){var t=r();if(!this.scrollbar&&t&&t.createElement){var e=t.createElement("div");e.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",e.innerHTML="&nbsp;",t.body.appendChild(e),this.scrollbar=e.offsetWidth-e.scrollWidth,t.body.removeChild(e)}return this.scrollbar},enumerable:!1,configurable:!0}),t}();e.BrowserSupportService=o},8770:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.canUseDOM=void 0;var r=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement);e.canUseDOM=r},3820:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.classNames=void 0;var o=r(4650);e.classNames=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?e.classNames.apply(void 0,t):(0,o.isObject)(t)?Object.keys(t).map((function(e,r){return t[r]||t[e]&&e||null})).filter((function(t){return null!==t})).join(" "):t})).filter((function(t){return!!t})).join(" ")}},920:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.cloneArray=e.cloneValue=e.cloneObject=e.clone=e.cloneDate=void 0;var o=r(4650);function i(t,e){for(var r in t)if(t.hasOwnProperty(r)){var o=t[r];e[r]=n(o,e[r])}}function n(t,r){if(Array.isArray(t))return a(t);if(t instanceof Date)return(0,e.cloneDate)(t);if(t&&(0,o.isObject)(t)){var n=r||{};return i(t,n),n}return t}function a(t){return t.map((function(t){return n(t,void 0)}))}e.cloneDate=function(t){return t?new Date(t.getTime()):null},e.clone=function(t){var e={};return i(t,e),e},e.cloneObject=i,e.cloneValue=n,e.cloneArray=a},6866:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.FIELD_REGEX=void 0,e.FIELD_REGEX=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g},5123:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getDefaultSlots=void 0,e.getDefaultSlots=function(t){var e=t.$slots.default;return t.v3&&e&&"function"==typeof e?e():e}},580:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.focusContainer=e.focusLastFocusableChild=e.focusFirstFocusableChild=e.lastFocusableChild=e.firstFocusableChild=void 0;var o=r(7385),i='input, [tabindex]:not([tabindex="-1"])';e.firstFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);if(e.length&&e[0].focus)return e[0]}},e.lastFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);if(e.length&&e[e.length-1].focus)return e[e.length-1]}},e.focusFirstFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);e.length&&e[0].focus&&e[0].focus()}},e.focusLastFocusableChild=function(t){if(t){var e=t.querySelectorAll(i);e.length&&e[e.length-1].focus&&e[e.length-1].focus()}},e.focusContainer=function(t,r){var i=!0;if(t.keyCode!==o.Keys.enter&&t.target===r)return!1;if(t.keyCode===o.Keys.enter&&t.target===r)i=!0,setTimeout((function(){(0,e.focusFirstFocusableChild)(r)}),1);else if(t.keyCode===o.Keys.esc)i=!1,r.focus();else if(t.keyCode===o.Keys.tab){var n=(0,e.firstFocusableChild)(r),a=(0,e.lastFocusableChild)(r);a&&!t.shiftKey&&t.target===a&&(t.preventDefault(),n.focus()),n&&t.shiftKey&&t.target===n&&(t.preventDefault(),a.focus())}return i}},7733:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getActiveElement=e.getInnerActiveElement=void 0,e.getInnerActiveElement=function(t){var r=t.shadowRoot,o=t.contentDocument;return r&&r.activeElement?(0,e.getInnerActiveElement)(r.activeElement):o&&o.activeElement?(0,e.getInnerActiveElement)(o.activeElement):t},e.getActiveElement=function(t){if(t&&t.activeElement)return(0,e.getInnerActiveElement)(t.activeElement)}},1369:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getTabIndex=void 0,e.getTabIndex=function(t,e,r){var o="string"==typeof t?parseInt(t,void 0):t;if(NaN!==o)return void 0!==o?o:e?r?void 0:-1:0}},4504:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getter=void 0;var o=r(6866),i={undefined:function(){}};e.getter=function(t){if(i[t])return i[t];var e=[];return t.replace(o.FIELD_REGEX,(function(t,r,o,i){e.push(void 0!==r?r:o||i)})),i[t]=function(t){for(var r=t,o=0;o<e.length&&r;o++)r=r[e[o]];return r},i[t]}},5350:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.guid=void 0,e.guid=function(){var t,e,r="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(r+="-"),r+=(12===t?4:16===t?3&e|8:e).toString(16);return r}},4366:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.hasRelativeStackingContext=void 0;var o=r(8770);e.hasRelativeStackingContext=function(t){if(!o.canUseDOM)return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var r=e.createElement("div");r.style.transform="matrix(10, 0, 0, 10, 0, 0)";var i=e.createElement("div");i.appendChild(e.createTextNode("child")),i.style.position="fixed",i.style.top="10px",r.appendChild(i),e.body.appendChild(r);var n=10!==i.getBoundingClientRect().top;return e.body.removeChild(r),n}},7754:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.FontIconVue2=e.FontIcon=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a=r(1398),s={name:"KendoFontIcon",emits:{click:null},props:{name:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,tabIndex:Number},computed:{fontClassNames:function(){var t,e=this.$props,r=e.name,o=e.flip,i=e.size,n=e.themeColor;return(t={"k-icon":!0,"k-font-icon":!0})["k-i-"+r]=r,t["k-color-"+n]=n,t["k-flip-h"]="horizontal"===o||"both"===o,t["k-flip-v"]="vertical"===o||"both"===o,t[a.SIZE_CLASSES[i]]=i,t}},setup:n?function(){return{v3:!!n}}:void 0,render:function(t){var e=i||t,r=this.$props,o=r.id,n=r.title,a=r.tabIndex,s=r.ariaLabel;return e("span",{class:this.fontClassNames,id:o,attrs:this.v3?void 0:{id:o,title:n,"aria-label":s,tabIndex:a,role:"presentation"},title:n,"aria-label":s,tabIndex:a,role:"presentation",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})},methods:{handleClick:function(t){this.$emit("click",t)}}};e.FontIconVue2=s;var l=s;e.FontIcon=l},3649:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.IconVue2=e.Icon=void 0;var i=r(1895),n=i.h,a=i.version&&"3"===i.version[0],s=r(7754),l=r(2128),u={name:"KendoIcon",emits:{click:null},inject:{kendoIcons:{default:{type:"svg",icons:{}}}},props:{name:String,icon:Object,title:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=n||t,r=this.$props,i=r.name,a=r.icon,u=r.themeColor,c=r.size,p=r.flip,h=r.id,f=r.viewBox,d=r.tabIndex,v=r.title,g=r.ariaLabel,y=i&&this.kendoIcons&&this.kendoIcons.icons&&this.kendoIcons.icons[i]||a,m=this.kendoIcons&&"svg"===this.kendoIcons.type&&void 0!==y,b=this.kendoIcons&&this.kendoIcons.size?this.kendoIcons.size:c,x=this.kendoIcons&&this.kendoIcons.flip?this.kendoIcons.flip:p,_=i||(a&&a.name?a.name:void 0),C={themeColor:u,size:b,flip:x,id:h,tabIndex:d,title:v,ariaLabel:g},w=e(s.FontIcon,o(o({},C),{name:_,attrs:this.v3?void 0:o(o({},C),{name:_}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})),O=e(l.SvgIcon,o(o({},C),{icon:y,viewBox:f,name:_,attrs:this.v3?void 0:o(o({},C),{icon:y,viewBox:f,name:_}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}}));return m?O:w},methods:{handleClick:function(t){this.$emit("click",t)}}};e.IconVue2=u;var c=u;e.Icon=c},2128:(t,e,r)=>{var o=function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.SvgIconVue2=e.SvgIcon=void 0;var i=r(1895),n=i.h,a=i.version&&"3"===i.version[0],s=r(1398),l=r(5123),u={name:"KendoSvgIcon",emits:{click:null},props:{name:String,icon:Object,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number,svgClassName:String,svgStyle:Object},computed:{wrapperClass:function(){var t,e=this.$props,r=e.name,o=e.flip,i=e.size,n=e.themeColor;return(t={"k-icon":!0,"k-svg-icon":!0})["k-color-"+n]=n,t["k-svg-i-"+r]=r,t["k-flip-h"]="horizontal"===o||"both"===o,t["k-flip-v"]="vertical"===o||"both"===o,t[s.SIZE_CLASSES[i]]=i,t}},setup:a?function(){return{v3:!!a}}:void 0,render:function(t){var e=n||t,r=(0,l.getDefaultSlots)(this),i=this.$props,a=i.svgClassName,s=i.icon,u=i.id,c=i.tabIndex,p=i.svgStyle,h=i.viewBox,f=i.title,d=i.ariaLabel,v=s?s.content:void 0,g={id:u,title:f,"aria-hidden":!0,tabIndex:c,ariaLabel:d,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:s?s.viewBox:h},y=e("svg",o(o({},g),{attrs:this.v3?void 0:g,domProps:this.v3?void 0:{innerHTML:v},innerHTML:v,class:a,style:p}),s?[]:[r]);return e("span",{class:this.wrapperClass,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},"aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0}},[y])},methods:{handleClick:function(t){this.$emit("click",t)}}};e.SvgIconVue2=u;var c=u;e.SvgIcon=c},1398:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.SIZE_CLASSES=void 0,e.SIZE_CLASSES={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},9451:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getIconName=void 0,e.getIconName=function(t){return t&&-1!==t.indexOf("k-i-")?t.split("k-i-")[1]:t}},9650:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},3763:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},1899:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},4650:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.isObject=void 0,e.isObject=function(t){return"object"==typeof t}},6777:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getDir=e.isRtl=void 0;var o=r(8770);e.isRtl=function(t){return Boolean(o.canUseDOM&&t&&"rtl"===getComputedStyle(t).direction)},e.getDir=function(t,e){if(!e&&o.canUseDOM&&t){var r=window.getComputedStyle(t).direction;if(r)return r}return e}},7385:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.Keys=void 0,e.Keys={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46}},7681:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.getListeners=e.hasListener=void 0,e.hasListener=function(t){return this.v3?Object.keys(this.$attrs).map((function(t){return t.toLowerCase()})).some((function(e){return e.endsWith(t.toLowerCase())})):this.$listeners[t]},e.getListeners=function(){if(this.v3){var t={};for(var e in this.$attrs)e.startsWith("on")&&(t[e]=this.$attrs[e]);return t}return this.$listeners}},9680:function(t,e,r){var o=this&&this.__createBinding||(Object.create?function(t,e,r,o){void 0===o&&(o=r);var i=Object.getOwnPropertyDescriptor(e,r);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,o,i)}:function(t,e,r,o){void 0===o&&(o=r),t[o]=e[r]}),i=this&&this.__exportStar||function(t,e){for(var r in t)"default"===r||Object.prototype.hasOwnProperty.call(e,r)||o(e,t,r)};Object.defineProperty(e,"__esModule",{value:!0}),e.shouldShowValidationUI=e.validatePackage=e.setter=e.getter=e.getDir=e.isRtl=e.getDefaultSlots=e.getTabIndex=e.templateDefinition=e.templateRendering=e.getTemplate=e.cloneDate=e.cloneObject=e.cloneValue=e.cloneArray=e.Draggable=e.clone=e.focusContainer=e.focusLastFocusableChild=e.lastFocusableChild=e.focusFirstFocusableChild=e.firstFocusableChild=e.canUseDOM=e.hasListener=e.getListeners=e.isObject=e.noop=e.Keys=e.guid=e.classNames=e.setRef=e.getRef=void 0;var n=r(3820);Object.defineProperty(e,"classNames",{enumerable:!0,get:function(){return n.classNames}});var a=r(5350);Object.defineProperty(e,"guid",{enumerable:!0,get:function(){return a.guid}});var s=r(7385);Object.defineProperty(e,"Keys",{enumerable:!0,get:function(){return s.Keys}});var l=r(8770);Object.defineProperty(e,"canUseDOM",{enumerable:!0,get:function(){return l.canUseDOM}});var u=r(9360);Object.defineProperty(e,"getRef",{enumerable:!0,get:function(){return u.getRef}}),Object.defineProperty(e,"setRef",{enumerable:!0,get:function(){return u.setRef}});var c=r(580);Object.defineProperty(e,"focusFirstFocusableChild",{enumerable:!0,get:function(){return c.focusFirstFocusableChild}}),Object.defineProperty(e,"focusLastFocusableChild",{enumerable:!0,get:function(){return c.focusLastFocusableChild}}),Object.defineProperty(e,"focusContainer",{enumerable:!0,get:function(){return c.focusContainer}}),Object.defineProperty(e,"firstFocusableChild",{enumerable:!0,get:function(){return c.firstFocusableChild}}),Object.defineProperty(e,"lastFocusableChild",{enumerable:!0,get:function(){return c.lastFocusableChild}});var p=r(2346);Object.defineProperty(e,"Draggable",{enumerable:!0,get:function(){return p.Draggable}});var h=r(920);Object.defineProperty(e,"clone",{enumerable:!0,get:function(){return h.clone}}),Object.defineProperty(e,"cloneArray",{enumerable:!0,get:function(){return h.cloneArray}}),Object.defineProperty(e,"cloneValue",{enumerable:!0,get:function(){return h.cloneValue}}),Object.defineProperty(e,"cloneObject",{enumerable:!0,get:function(){return h.cloneObject}}),Object.defineProperty(e,"cloneDate",{enumerable:!0,get:function(){return h.cloneDate}});var f=r(4650);Object.defineProperty(e,"isObject",{enumerable:!0,get:function(){return f.isObject}});var d=r(482);Object.defineProperty(e,"noop",{enumerable:!0,get:function(){return d.noop}});var v=r(4504);Object.defineProperty(e,"getter",{enumerable:!0,get:function(){return v.getter}});var g=r(9063);Object.defineProperty(e,"setter",{enumerable:!0,get:function(){return g.setter}});var y=r(7681);Object.defineProperty(e,"hasListener",{enumerable:!0,get:function(){return y.hasListener}}),Object.defineProperty(e,"getListeners",{enumerable:!0,get:function(){return y.getListeners}});var m=r(2337);Object.defineProperty(e,"templateRendering",{enumerable:!0,get:function(){return m.templateRendering}}),Object.defineProperty(e,"getTemplate",{enumerable:!0,get:function(){return m.getTemplate}}),Object.defineProperty(e,"templateDefinition",{enumerable:!0,get:function(){return m.templateDefinition}});var b=r(1369);Object.defineProperty(e,"getTabIndex",{enumerable:!0,get:function(){return b.getTabIndex}});var x=r(5123);Object.defineProperty(e,"getDefaultSlots",{enumerable:!0,get:function(){return x.getDefaultSlots}});var _=r(6777);Object.defineProperty(e,"isRtl",{enumerable:!0,get:function(){return _.isRtl}}),Object.defineProperty(e,"getDir",{enumerable:!0,get:function(){return _.getDir}});var C=r(7940);Object.defineProperty(e,"validatePackage",{enumerable:!0,get:function(){return C.validatePackage}}),Object.defineProperty(e,"shouldShowValidationUI",{enumerable:!0,get:function(){return C.shouldShowValidationUI}}),i(r(6484),e),i(r(3269),e),i(r(1685),e),i(r(5984),e),i(r(4366),e),i(r(3649),e),i(r(7754),e),i(r(2128),e),i(r(9451),e),i(r(9650),e),i(r(3763),e),i(r(1899),e),i(r(7956),e),i(r(7733),e),i(r(9642),e)},7956:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.Navigation=e.FOCUSABLE_ELEMENTS=void 0,e.FOCUSABLE_ELEMENTS=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];var r=function(){function t(t){var e=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(t,r){var o=e.elements,i=o.indexOf(t)+r;i=i<0?o.length-1:i,e.focusElement(o[i%o.length],t)},this.tabIndex=t.tabIndex||0,this.root=t.root,this.selectors=t.selectors,this.rovingTabIndex=void 0===t.rovingTabIndex||t.rovingTabIndex,this.mouseEvents=t.mouseEvents||{},this.keyboardEvents=t.keyboardEvents||{}}return Object.defineProperty(t.prototype,"elements",{get:function(){return this.root?Array.from(this.root.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"first",{get:function(){return this.root&&this.root.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"last",{get:function(){var t=this.elements;return t[t.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"current",{get:function(){return this.elements.find((function(t){return t.matches(":focus")}))||null},enumerable:!1,configurable:!0}),t.prototype.focusNext=function(t){this.focusNextIndex(t,1)},t.prototype.focusPrevious=function(t){this.focusNextIndex(t,-1)},t.prototype.triggerKeyboardEvent=function(t){var e=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),r=" "===t.key?"Space":t.key,o=t.type;e&&this.keyboardEvents[o][r]&&this.keyboardEvents[o][r].call(void 0,e,this,t)},t.prototype.triggerMouseEvent=function(t){var e=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),r=t.type;e&&this.mouseEvents[r].call(void 0,e,this,t)},t.prototype.focusElement=function(t,e){t&&(e&&(this.rovingTabIndex&&e.removeAttribute("tabindex"),e.classList.remove("k-focus")),this.rovingTabIndex&&t.setAttribute("tabindex",String(this.tabIndex)),t.focus({preventScroll:!0}))},t}();e.Navigation=r},482:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.noop=void 0,e.noop=function(){}},9360:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.setRef=e.getRef=void 0,e.getRef=function(t,e,r){return t.v3?t["".concat(e,"Ref")]:t.$refs["".concat(r||e)]},e.setRef=function(t,e,r){return t.v3?function(r){t["".concat(e,"Ref")]=r}:r||e}},5984:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.setScrollbarWidth=e.getScrollbarWidth=void 0;var o=r(1685),i=r(8770);e.getScrollbarWidth=function(){return!(!i.canUseDOM||!document.body)&&(new o.BrowserSupportService).scrollbarWidth},e.setScrollbarWidth=function(){if(!i.canUseDOM||!document.body)return!1;var t=(new o.BrowserSupportService).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(t,"px"))}},9063:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.setter=void 0;var o=r(6866),i={undefined:function(t){return t}};e.setter=function(t){if(i[t])return i[t];var e=[];return t.replace(o.FIELD_REGEX,(function(t,r,o,i){e.push(void 0!==r?r:o||i)})),i[t]=function(t,r){for(var o=t,i=e.length-1,n=0;n<i&&o;n++)o=o[e[n]]=o[e[n]]||{};o[e[i]]=r},i[t]}},2337:function(t,e,r){var o=this&&this.__assign||function(){return o=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},o.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.transformListeners=e.getTemplate=e.templateRendering=e.templateDefinition=void 0;var i=r(1895),n=r(4650),a=i,s=a.version&&"3"===a.version[0];function l(t){if(!t)return t;for(var e={},r=Object.keys(t),o=0;o<r.length;o++){var i=r[o];e["on"+i.charAt(0).toUpperCase()+i.slice(1)]=t[i]}return e}e.templateDefinition={type:[String,Function,Object,Boolean],default:function(){}},e.templateRendering=function(t,e){if(t||!1===t){if(t.kt)return t;var r=s?this.$slots[t]||(t.toLowerCase?this.$slots[t.toLowerCase()]:null):this.$scopedSlots[t]||(t.toLowerCase?this.$scopedSlots[t.toLowerCase()]:null);return"string"==typeof t&&r?{kt:!0,type:"slot",render:r,listeners:e}:"string"==typeof t||(0,n.isObject)(t)||"function"==typeof t&&t.component?{kt:!0,type:"component",render:t,listeners:e}:{kt:!0,type:"renderFunction",render:t,listeners:e}}},e.getTemplate=function(t){var e,r,i,n=t.h,a=t.template,u=t.defaultRendering,c=t.defaultSlots,p=t.additionalProps,h=t.additionalListeners,f=t.swapDefaultSlots;if(!a||a&&!0===a.render)return u;if(s){var d=u?u.props:{};e=o(o({},l(h)),a.listeners),r=o(o(o({},d),p),e),i=o(o({},r),e)}else{var v=u&&u.componentOptions,g=v?u.componentOptions.listeners:{},y=v?u.componentOptions.propsData:{};e=o(o(o(o({},g),h),l(h)),a.listeners),i={props:r=o(o(o({},y),p),e),on:e}}if("slot"===a.type){var m=a.render({props:r,listeners:e,methods:e,defaultSlots:c});return s?m:m?m[0]:void 0}return"renderFunction"===a.type?f?a.render?a.render(n,u,c,r,e):void 0:a.render?a.render(n,u,r,e,c):void 0:n(a.render,i,s?function(){return[c]}:[c])},e.transformListeners=l},6484:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.kendoThemeMaps=void 0,e.kendoThemeMaps={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},3269:function(t,e){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,r=1,o=arguments.length;r<o;r++)for(var i in e=arguments[r])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)},o=this&&this.__spreadArray||function(t,e,r){if(r||2===arguments.length)for(var o,i=0,n=e.length;i<n;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))};function i(t,e,i){var n;return i?r(r({},t),((n={})[e]=i.length?o([],i,!0):void 0,n)):t&&t[e]?o([],t[e],!0):[]}function n(t,e,r){if(t[e]){var o=i(t,e).map((function(t){return n(t,e,r)}));return r(i(t,e,o))}return r(t)}Object.defineProperty(e,"__esModule",{value:!0}),e.getNestedValue=e.getItemPath=e.extendDataItem=e.mapTreeItem=e.mapTree=void 0,e.mapTree=function(t,e,r){return o([],t.map((function(t){return n(t,e,r)})),!0)},e.mapTreeItem=function(t,e,r,o){for(var i=t,n=[],a=0;a<e.length;a++)i=i[e[a]],i=Array.isArray(i)?i:i[r],n.push(i);var s=n.length>1?n[n.length-2]:t,l=e[e.length-1],u=o(s[l]);s.splice(l,1,u)},e.extendDataItem=function(t,e,r){var o;return Object.assign({},t,t[e]?((o={})[e]=t[e].slice(),o):{},r||{})},e.getItemPath=function(t,e,r){var i=[],n=o([],e,!0);if(n.length){var a=t[n.shift()||0];for(i.push(a);n.length&&r;)a=a[r][n.shift()||0],i.push(a)}return i},e.getNestedValue=function(t,e){var r=t.split("."),o=e;return r.forEach((function(t){o=o?o[t]:void 0})),o}},7940:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.shouldShowValidationUI=e.validatePackage=void 0;var o=r(9302),i=["telerik.com","progress.com","stackblitz.io","csb.app","webcontainer.io"],n=o,a=void 0!==n&&n.validatePackage?n:n.default;e.validatePackage=function(t){if(a&&a.validatePackage)a.validatePackage(t);else{var e="License activation failed for ".concat(t.name,"\n");e+="The @progress/kendo-licensing script is not loaded.\n",e+="See ".concat(t.licensingDocsUrl," for more information.\n"),console.warn(e)}},e.shouldShowValidationUI=function(t){return!(i.some((function(t){var e;return null===(e=globalThis.document)||void 0===e?void 0:e.location.hostname.endsWith(t)}))||a&&a.validatePackage&&a.validatePackage(t))}},9642:(t,e,r)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.WatermarkOverlayVue2=e.WatermarkOverlay=void 0;var o=r(1895),i=o.h,n=o.version&&"3"===o.version[0],a="https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-banner",s=new Array,l={name:"KendoWatermarkOverlay",setup:n?function(){return{v3:!!n}}:void 0,mounted:function(){if(this.bannerWrapper=this.$refs.banner,s.push(this.bannerWrapper),document&&document.body&&document.body.append(this.bannerWrapper),s.length>1)for(var t=1;t<s.length;t++)s[t].remove()},beforeDestroy:n?void 0:function(){this.bannerWrapper.remove(),s=[]},beforeUnmount:function(){this.bannerWrapper.remove(),s=[]},data:function(){return{watermarkStyles:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,"z-index":101,"pointer-events":"none","background-image":"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAABVxSURBVHgB7Z3tVRtJE4WL9zgANgLLGRCCnAGOADmCxRGgDFAGYiOADKQMIAGO9J8ji42g37mjqlUjBgOanpn+uM85sjC2sKzbVd1dVV0tQgghhBBCCCGEEEIIKRPn3Gn1GAlJmmN1pP558J6OX9540ejh4WGlX09OTk7+EZIclXYXlY43+vVflY7PH3wd9c+AY/Wvvcb9/b0bjUYOz/hBQpICmh1oOPrEa6l/4rTR337AhIMgTSqtzg+0m8gnof7p0mD8EzmGhkFwJiR6np6e7luLL9Q/RTDTBzF+7wfWg2CxWOCHjYVET6XTdLPZrFuLL9Q/NeCkoVUQ4/d+6Ijev1yof1rAUVMvQgjJHebrSRu+CEmWo/O8hISgCjStKpgiGoDWed4AUP/hwGf++Pi4hQYyFHgDzBP3T7A8b0uo/zD4+sMBy1CwWKR/YjF+fS/Uv2di0t/eEAdBT0QnvlD/PolR/xoOgu4JUd7bFdS/e6I1foODoFuqz3M2mUziFF+of5dEb/xGwyAYCwmCVuPNYv5MqX94Yl75NWKD4PLyEm92KqQoqH9Y8Bnis0zC+A14LbxxVqiVCfUPh678plxNFYQe5pjRgAgpDAv4IOAHJyCEkDJoiPaeCyG5UA1oRIYWHNivSSbV0wLq/zbQXz+bS8kV/AeZJ35NCcYPqH8zvv4VS8kVFou8phTjB9T/NcVt+zgI9rjQDRwTgPrvKcn5v4CDYIfT/vtFiS/UHxRr/AYHwQ4t9DiVwihZ/+KN36ATKJsS9U+utr9r/EGQdQSUNFKa/geZkImQ/2rHlznnQDG7oX9b9Xwl5AUl6G9oLcSSxl8Q/p4P13YJIaQMisvzEkJ2lJjnJyQY3lnoJGfNUvP8oUhZf7c70s2eCG1wL7uhRJ0iQnCveiDIhzf7t/f9IvP8IUhJfx/b9rErUkvgRVPIE1fv6xrvbzweu7OzM3d7e4v3OhfSilT092HMJzCxF4u43eWctfFvt1uHu9nxXvF1CWmtroldfx9W+HVErINAjX+M65ngAPxnOAJ1AiMhrUjBCdD4Oya2QYBlPwx8vV47WwFg+a+XZbrz83NzANz/ByBmJ0Dj74lYBgECfrbnt6U/DB/vC7388L2rqyu8vzshwYjRCdD4e8YfBLidVgYA0X7M9jB8PGazmbu5ualnfiz9dSAsufwPTwz6+5jjp/H3CD5ofPB9343u9v3u6+U+0jyY7eEA8Hx3d4c/QjvvMyGdMZT+TeA9wBHR+DPHUn3T6bRe7uMxn89tn18v/TH7O17gQEheYM9vEX7M9hbsg/FbHED3/IPPSISQgNhyE0au+7x7PPtOQFcB3PMTMjTYf4cyRN3zL2DgMHgs/7XU99acgDIWEgUh9W/4uWMh8QKBvCh8qxSR7fmxt0eEv8kJ6MzP8/2REFL/g59bp/o0xsMAb6xAnBB5Yr+6D3X9KOpBxP/ACWA0jFnoEw+h9D/4mYd5/pGQeAlRLFK95tJy+35578PDQ+0E9LAPi3wixAUsFmKRT6I0DIIPzdJuf6R3i+UeZnsz/nqjPx47/fMpZ/54OVb/g5/BZi4pY4Pgo8s2d3CkF0Z/cXFRL/+Xy2W9BdBUH4/5JsBn9W94PZu5pI77QzMOjepiNp/j71hO//fv31sr7qmtfT73i3xWjnvAZHhH/4nquXrLwB2bueSJ27Vmvodhq4df4BmzvQb3IPxWl/zgRl/DwZA4GrhdYFUHfbHE1y0enXsJ2FLfCnggvjqBejDoTI8o38ocgJAscNq8BY4fv/Uf+J46gjkdQcbA+19fXzs7zQfR8TWcgH+kFw/u+fMDKz/o3OQETk9PLcWLPSBbeeWELd91eb+CcTc5gXr6r9J8PNKbF/7S3z+6DYcvDasBOv6M0GUduNDfv+cEYPhjIVmA+I3Vc4gaOQzfHAECvb4joAPICCzlrIJP93h/dAIYDBQ/L8wBNC37rXUblv5CB5AfGvi5h6F7Ed9GJ2CZP0b780O1vreVnnhOAFsBOoCMscg/HMBbTsCO+grJFkvvHmYCSnYA/5MMcbsiH6TykNgfr9fry58/f0oltFxcXMj379+l+h42gBcnJyfr6iXfq1nhJ56FZIeuAq+fn59Xv379Oq0CgVJNBEIydAAavLv98ePHeSX4bfX1OQSv9noQ/a7y9A8HTuAcTqB63FSPZyE5Mq3GwOW3b99kNpu9+5e/fv2Kp3+FpAW8vB3cwbLOOvZYfl9LfGdW9KOn+mZCskZXhCuL9vtLfjvshd97hWArpn8TxGn5rhZzOL/gB19DYBzzxcEeTQEtGfArB7c7xbmyVu4YExoTuNcYEL6eCkkTxHYOmna4wzQfvq8z/+o949e940hIkjTp5/ZXjm/1+VQfr856UP/EcLtqr9s/OQENDl5+wPhH3nHQZK6mJjucNvNo2w+A+icC0jaY4a2LT5MT+Mye3+l58JSupiY7XIA2XtQ/IZw2f7D9v+X6D53AZ/f8LqGrqckOF7CNF/VPAF3Or6xvv53r951Amx5+DYOAXWEjxXXQxov6R4zTSzusht8OfABE+r3U39y1iPbbIODVX3ED4/Tagk8kENQ/QiyaC1Fg7PX6frm0Mk6/wUOQ8l799+j9I0cDwcF1ov4R4Xbde2vjxi92ogsPzPrY92szD7buJiQn3K6+v17q2yxvlV1u3+TRAn4jIYTkAfbymOWx1AcwfHMEXp5/JISQ9PEDd867ohvGbvt+cwRe6+5ee7ltNpuVf7yYdA8+68fHxy0+exkY6t8RGnSxJX19yAd7fWvhjEs7NOCHb2D9/+AGqO3HQGSeuD/8PD/GggwM9e8IBPCwr7ciHnzA6NrqtW5+4QRkIByLRXrDRXhXH/XvCKRccEuPX8mHD9jr7Vc7AV32D9rJh4Oge2I0foP6d8QHnADO9kdxYw8HQXfEbPwG9e+It5yAlvdG1beNgyA8KRi/Qf07oskJIEYQw8x/SMMgGAs5CmR0UjF+g/oHwh00YzAn0OZgT1/YINBU5VTIUeCzw2eYivEb1L8l7o1mDm7X220a48x/iNtVLE4dC5OOxu2794wlMaj/kbgAzRwIIQmS4p6PEBKIp6enexo/IYWCPdNms1nnbPxat7BwvH/+P7Dt08/kUjKH+hcOxGeeeI8f86lYSuZQ/8JhsciehoBv9rMi9VdcwZcucBCkVeEXmuL1dy0vbciBkgdBycZvFKs/8/x7ShwENP49xelP8V9T0iBgncdritGfxv82/iDIORJ+EAGfCKnJXn8a//to7fgy51y45sCX1P812erPZR8hBVMZ/Ax9+2j8hBSIHumcpXikkxBCBsXtz8QnUyXndvfz8Sx8AFLUnwTEveyKE32KyAK+7IYThqT0V88/o+cPBz7TVPLEJdb2d00y+pv4elHHTEgwUigWYaq3O6LXn56/e2IeBDT+7olWf4rfHzEOAurfH9HpT/H7J6ZBQP37Jxr9Kf5w+IMAt9PKQOB6NurfP4Prjyg/jX9Y8JnDAHE/vQwE/m0MQOrfP4PqX/3jp15Dj4kQQspCK5SK7OZDCCGEEBIfbneH4kgCoT9vLCQJguqPaD8CDdXzlZDogaEuFotgKSLL9uBnYmAJiZqg+vupPlzbJSR6YKSh8sSODVyTI5j+LO9NlxDFIqzzSJfW+jPPnz4Ng+DDGRvqnz5t9GeePxNsEHx2+U798+BY/e3FzPNnwLE6Uv88oI6EEEIIIYQQQgghhBBCCCGEEEIIIYQQQkiRoHyQxz/T51gdqX8evKfjlzdeNHp4eFjp15OTk5N/hCQHjoFWOt7o139VOj5/8HXUPwOO1f+/02ApXEhJmmnTzIP6p49r28wlRFMJMgwhmnlQ/3RB854g/RwaBgF7wkVOyGYe1D9N0L4vWDMXGwTaFHIsJGpgpF5TyIm0hPqnR6XTdLPZrF2oZi7aVIDePxFgqCH1ov6EEEIIITHRtl7jixBCkuToPH8ocGMQrihmiqh/8Jnjau6hrwen/sPQOs8fAgxA5on7xxcfBigDQf2HIUSdR6g3wmKRnolGfKH+QxCT/vaGOAh6Ijrxhfr3SYz613AQdE+04gv174Ng5b1dwUHQHTEbv0H9u6X6PGeTySTu69oaBsFYSCui9/we1L87tBpzFv1naoPg8vISA2AqpBX4DPFZxm78BvUn9awF8R07yrRGPf80pdmU+hNCyJHoYa4ZHSghhWEBXwT84ASEEFIGDdmec8mJ6j+EyNAiu/9YACC+fjaXkinU/21SSPW2BuIzT/waX/yKpWQK9W+mCOMHLBZ5TfbLPg/q/5pijN/gINhTnPhC/X1cwAauScFBUKbxG9R/h9P7F0rTv6bkQVCy8Rt0Aju00OtUSqTEQZBSbX/X0AmQF4Mg5wi4cRAJn0jhlKY/aUBrx5c558ANzYUvafx7StAfqxv0UKyer4QQUg5+zAfXdgkhpAxKqvMghHgUm+cPhdufhU/Oa+qRTp6Jb0HK+oOi8/whcC+74SSTIrJlH7vitCMl/RHcqx4I8uHN/u19v9w8f1swi6aWJ+aeLxyp6F+9r2u8v/F47M7Oztzt7S3e61xIe1IqFmGFX3hi19/tLuesjX+73brFYlG/V3xdQlq7F1JwAjT+7ohVfzX+Ma5ngwPwn+EI1AmMhLQnZidA4++e2PTHsh8Gvl6vna0AsPzXy1Ld+fm5OQDu/0MRoxOg8fdHLPoj4Gd7flv6w/DxvtDLD9+7urrC+7sTEhZ/EOB2WhkYE57G3w8x6I9oP2Z7GD4es9nM3dzc1DM/lv46FpZc/ncEBgEMD7XVMjB4DxiINP7+GEp/t7/voF7uI0WJ2R4OAM93d3f4I7TzPhNCSD5Yqm86ndbLfTzm87nt8+ulP2Z/x+vQCMkL7Pktwo/Z3oJ9MH6LA+ief/AVKSEkILbdgJHr3v4ez74T0FUA9/wxgP1XF0Lozx0LiZqQ+uuefwEDh8Fj+a+lvrfmBJSxkOGBEF4UNliKyFJ9usdjgCdSQupve37s7RHhb3ICOvPzfH8swDhD54kb8vwjIVESSn+/ug91/SjqQcT/wAlgNhiz0CcyQhaLsMgnPULoX73m0nL7fnnvw8ND7QT0sA+LfGKlYRB82ks7NnNIlmP1d/sjvVtsJTDbm/HXG/3x2OmfTznzR44NgmOX7Y7NHJLms/q7gyO9MPqLi4t6+b9cLustgKb6eMw3FdwfmjFggKg3X71l4I7NHJLmHf3PVPs5/o7l9H///r214p7a2udzv8hn5RgDShsN3Czg1SE4lom6xKO4heB2rdnvYdi6QljgGbO9BvfgOLa65Ac3+hpOBinjtHkDhMdv/Qe+p45gTkeQL7bUtwIeaK5OoJ4MdKZHlG9lDkBIPsDzQ/QmJ3B6emopHqwB2corQzDDX19fOzvNh7GAr+EE/CO9eHDPnxH+0t8/ugnBpWE1QOHzwpbvurxfwbibnEA9/VdpPh7pzQjs3yyfK2rkMHxzBAj0+I6ADiAvdFsHLvT37zkBGP5YSB6YA2ha9lvrJiz9hQ4gO7CVswo+jfH80QlgMqD2GaKC35unF88JYCtAB5AnGvi9h6F7GZ9GJ2CZP0b7M8XSO4eZADqAvLHIPxzAW07AjvpKYfxPCkBngevn5+fVr1+/TqtAoFQDQUieuF2RD1J5SOyP1+v15c+fP6Vy9HJxcSHfv3+X6nsIAF2cnJysq5d8r1YAP/EshVGEA6iYVkZ/+e3bN5nNZu/+5a9fv+LpXyHJocG72x8/fpxXDv+2+vocDr+K9cDp31UrvYcDJ3AOJ1A9bqrHs5D80BlhZdF+f8lvhz3we68QZMX0T3pglWcHd6Cjdeyx/L6W+M6s6EdP9c2ElIHbneJaWStnFIRoTOBe94D4eiokSZyW72oxl/MLfvA1jB6642CPpoCXDPhljO79RwffG6kj2OrzqT5e1Xo3vZ7EC2K7B0073GGaD9/XmX/1nvFT/4Rx2syjbT+AIW+gIZ/D7ao9b//kBDQ4ePkB46f+qeICtPFy2g8gpavJSwZpW8zw1sWnyQl8Zs9P/RPFBWzj5RK6mrxkTCfb/1uu/9AJfHbPT/0Tw3XQxqthELArcETocn5lffvtXL/vBNr08KP+CQFxvLbQEwmEDQJe/RQXTi/tsBp+O/AFEOn3Un9z1yLaT/0TQgNBwb20Zg/o/SPBsjkwShh7vb5fLq2M22/wEqS8V/+9sRBChsXtuvfWxo1f7EQnHpj1se/XZh5s3U1ITrhdfX+91LdZ3io73b7JqwX8RkIIyQPs5THLY6kPYPjmCLw8/0hI3iAd8/j4uN1sNisZGLwH/3gpCYcfuHPeFd0wdtv3myPwWnf32suR+veMn+fHBy8DA0fEPHF4NOhmS/r6kA/2+tbCHZd2aMAP38D6/8ENUNtP/XvERXhXn2OxSCcggId9vRXx4LNF12avdfsLJyADQf17IkbjNzgIwoOUK27p8Sv58Nl6vf1qJ6DL/kE7+VD/jonZ+A0OgvB8wAngbH8UN/ZQ/45IwfgNDoLwvOUEtLw3qr6N1D8wiOimYvxGwyAYC2lFkxNAjCCGmf8Q6h8QRHeR7knF+A0bBJqqmgr5NO6gGYc5gTYHe/qC+gfC7bv3jCUx3K5ibepYmPJp3BvNXNyut+M0xpn/EOpPyBG4AM1cCCEJkmLMhxASiKenp3saf4Fg2Vc9FsjpSuZo3hr/115r1lMAe+bNZrPO2fip/wH+nq9iKZkD8ZknLhfq79EQ8MneK7JYpGyov5JShV9oOAjKvnSjeP1LNn6j5EHgWl7akgPF6k/j31PiIGCef09x+jPP+5qSBgGd/2uKcgIHEdCJkBp/EOSaCaHxv00J+tdoDnRJ8V+jtePLHGshaPzvk7P+pGC47SOkYCqDn6FvH42fkAJxuyPdaN01FlIGbnc/37TkFE8o3L4nAmvHCyQ5/S3gw24oYXAvuyKxbLgwktK/xNr+rsFqKpU8sa78Zlz5hSMZ/Znq6Y4UikVMf72oYyYkGNHrT+PvnpgHAVd+3ROt/jT+/ohxEFD//ohOf4rfPzENAurfP1E5AVzPRPH7xx8EuJ1WBoDGPxyH+ruhjlTjbnR9AxMhvYLPHA4YGkjPIMpP4x+WIfUnhYMZx2voMRFCSFlohVqR3XwIIaQc3O5OtrGQJFC9RkKKRCsyRxICi/YuFgvs986ERA3Eh1ahUkT4GQg0Vc9XQqInqP6ODRyTA046VJ7Y1x/XdgmJnmD6M8+bLiGKRVjemy6t9WeeN30aBsGHI/bUP33a6M88bybYIPjs9o3658Gx+tuLmefNgGN1pP55QB0JIYQQQgghhBBCCJGy+T9ftRg+rVNPfAAAAABJRU5ErkJggg==')"},bannerStyles:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px","border-radius":"4px","box-shadow":"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)","font-size":"14px","font-weight":400,"line-height":"20px","background-color":"#FFC000",color:"#1E1E1E","z-index":999999},bannerButtonStyles:{display:"inline-flex",position:"relative",border:"none","border-radius":"4px",padding:"5px","background-color":"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},showBanner:!0}},methods:{onCloseBannerClick:function(){this.showBanner=!1,s=[]}},render:function(t){var e=i||t,r=this.showBanner&&e("div",{style:this.bannerStyles,ref:"banner"},[e("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},[e("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[e("path",{"fill-rule":"evenodd",attrs:this.v3?void 0:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"},"clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"})])]),e("span",["No valid license found for Kendo UI for Vue. Learn how to activate your license."]),e("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},[e("a",{href:a,attrs:this.v3?void 0:{href:a},style:{marginRight:"8px",display:"flex"}},[e("button",{title:"Learn More",attrs:this.v3?void 0:{title:"Learn More"},style:this.bannerButtonStyles},[e("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[e("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",attrs:this.v3?void 0:{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])]),e("button",{title:"Close",attrs:this.v3?void 0:{title:"Close"},style:this.bannerButtonStyles,onClick:this.onCloseBannerClick,on:this.v3?void 0:{click:this.onCloseBannerClick}},[e("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[e("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",attrs:this.v3?void 0:{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])])]);return e("div",{style:this.watermarkStyles},[r])}};e.WatermarkOverlayVue2=l;var u=l;e.WatermarkOverlay=u},1154:(t,e,r)=>{r.r(e),r.d(e,{Draggable:()=>c,default:()=>h});var o=function(t,e){return function(r){return e(t(r))}},i=function(t,e,r){return t.addEventListener&&t.addEventListener(e,r)},n=function(t,e,r){return t&&t.removeEventListener&&t.removeEventListener(e,r)},a=function(){},s=function(t){return t.preventDefault()},l=/touch/;function u(t){return t.type.match(l)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var c=function(t){var e=this,r=t.press;void 0===r&&(r=a);var l=t.drag;void 0===l&&(l=a);var c=t.release;void 0===c&&(c=a);var p=t.mouseOnly;void 0===p&&(p=!1),this._pressHandler=o(u,r),this._dragHandler=o(u,l),this._releaseHandler=o(u,c),this._ignoreMouse=!1,this._mouseOnly=p,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var r=t.which;r&&r>1||e._ignoreMouse||(i(e.document,"mousemove",e._mousemove),i(e.document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){n(e.document,"mousemove",e._mousemove),n(e.document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(i(e.document,"pointermove",e._pointermove),i(e.document,"pointerup",e._pointerup),i(e.document,"pointercancel",e._pointerup),i(e.document,"contextmenu",s),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(n(e.document,"pointermove",e._pointermove),n(e.document,"pointerup",e._pointerup),n(e.document,"pointercancel",e._pointerup),n(e.document,"contextmenu",s),e._releaseHandler(t))}},p={document:{configurable:!0}};c.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},p.document.get=function(){return this._element?this._element.ownerDocument:document},c.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},c.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?i(t,"pointerdown",this._pointerdown):(i(t,"mousedown",this._mousedown),this._mouseOnly||(i(t,"touchstart",this._touchstart),i(t,"touchmove",this._touchmove),i(t,"touchend",this._touchend)))},c.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return n(t,"pointerdown",this._pointerdown),n(this.document,"pointermove",this._pointermove),n(this.document,"pointerup",this._pointerup),n(this.document,"contextmenu",s),void n(this.document,"pointercancel",this._pointerup);n(t,"mousedown",this._mousedown),this._mouseOnly||(n(t,"touchstart",this._touchstart),n(t,"touchmove",this._touchmove),n(t,"touchend",this._touchend))},c.prototype._usePointers=function(){return!this._mouseOnly&&c.supportPointerEvent()},c.prototype.update=function(t){var e=t.press;void 0===e&&(e=a);var r=t.drag;void 0===r&&(r=a);var i=t.release;void 0===i&&(i=a);var n=t.mouseOnly;void 0===n&&(n=!1),this._pressHandler=o(u,e),this._dragHandler=o(u,r),this._releaseHandler=o(u,i),this._mouseOnly=n},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(c.prototype,p),c.default=c;const h=c},4407:t=>{t.exports=r},9302:t=>{t.exports=o},5725:t=>{t.exports=e},1895:e=>{e.exports=t}},n={};function a(t){var e=n[t];if(void 0!==e)return e.exports;var r=n[t]={exports:{}};return i[t].call(r.exports,r,r.exports,a),r.exports}return a.d=(t,e)=>{for(var r in e)a.o(e,r)&&!a.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},a.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),a.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a(6545)})()}));