@progress/kendo-react-charts 5.14.2-dev.202307051210 → 5.15.0-dev.202307112015

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.
Files changed (61) hide show
  1. package/dist/cdn/js/kendo-react-charts.js +1 -1
  2. package/dist/es/BaseChart.d.ts +9 -1
  3. package/dist/es/BaseChart.js +58 -4
  4. package/dist/es/BaseChartProps.d.ts +13 -1
  5. package/dist/es/ChartBreadcrumb.d.ts +42 -0
  6. package/dist/es/ChartBreadcrumb.js +92 -0
  7. package/dist/es/ChartContext.d.ts +2 -0
  8. package/dist/es/DonutCenter.d.ts +1 -1
  9. package/dist/es/DonutCenter.js +4 -3
  10. package/dist/es/SparklineProps.d.ts +1 -1
  11. package/dist/es/StockChartProps.d.ts +1 -1
  12. package/dist/es/api-types/chart-drilldown-state.interface.d.ts +24 -0
  13. package/dist/es/api-types/chart-drilldown-state.interface.js +1 -0
  14. package/dist/es/argument-types/drilldown-series-factory-props.interface.d.ts +17 -0
  15. package/dist/es/argument-types/drilldown-series-factory-props.interface.js +2 -0
  16. package/dist/es/common/api-types.d.ts +1 -0
  17. package/dist/es/common/events.d.ts +2 -0
  18. package/dist/es/common/events.js +2 -0
  19. package/dist/es/common/property-types.d.ts +1 -0
  20. package/dist/es/components/SeriesItem.d.ts +8 -0
  21. package/dist/es/components/SeriesItem.js +12 -1
  22. package/dist/es/events/chart-event-builder.js +2 -0
  23. package/dist/es/events/drilldown-event.d.ts +38 -0
  24. package/dist/es/events/drilldown-event.js +38 -0
  25. package/dist/es/events/drilldown-state-change-event.d.ts +22 -0
  26. package/dist/es/events/drilldown-state-change-event.js +16 -0
  27. package/dist/es/main.d.ts +2 -1
  28. package/dist/es/main.js +2 -1
  29. package/dist/es/option-types/series-item.interface.d.ts +4 -0
  30. package/dist/es/package-metadata.js +1 -1
  31. package/dist/npm/BaseChart.d.ts +9 -1
  32. package/dist/npm/BaseChart.js +58 -4
  33. package/dist/npm/BaseChartProps.d.ts +13 -1
  34. package/dist/npm/ChartBreadcrumb.d.ts +42 -0
  35. package/dist/npm/ChartBreadcrumb.js +95 -0
  36. package/dist/npm/ChartContext.d.ts +2 -0
  37. package/dist/npm/DonutCenter.d.ts +1 -1
  38. package/dist/npm/DonutCenter.js +4 -3
  39. package/dist/npm/SparklineProps.d.ts +1 -1
  40. package/dist/npm/StockChartProps.d.ts +1 -1
  41. package/dist/npm/api-types/chart-drilldown-state.interface.d.ts +24 -0
  42. package/dist/npm/api-types/chart-drilldown-state.interface.js +2 -0
  43. package/dist/npm/argument-types/drilldown-series-factory-props.interface.d.ts +17 -0
  44. package/dist/npm/argument-types/drilldown-series-factory-props.interface.js +3 -0
  45. package/dist/npm/common/api-types.d.ts +1 -0
  46. package/dist/npm/common/events.d.ts +2 -0
  47. package/dist/npm/common/events.js +5 -1
  48. package/dist/npm/common/property-types.d.ts +1 -0
  49. package/dist/npm/components/SeriesItem.d.ts +8 -0
  50. package/dist/npm/components/SeriesItem.js +12 -1
  51. package/dist/npm/events/chart-event-builder.js +2 -0
  52. package/dist/npm/events/drilldown-event.d.ts +38 -0
  53. package/dist/npm/events/drilldown-event.js +41 -0
  54. package/dist/npm/events/drilldown-state-change-event.d.ts +22 -0
  55. package/dist/npm/events/drilldown-state-change-event.js +19 -0
  56. package/dist/npm/main.d.ts +2 -1
  57. package/dist/npm/main.js +3 -1
  58. package/dist/npm/option-types/series-item.interface.d.ts +4 -0
  59. package/dist/npm/package-metadata.js +1 -1
  60. package/dist/systemjs/kendo-react-charts.js +1 -1
  61. package/package.json +13 -7
@@ -1 +1 @@
1
- !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types"),require("@progress/kendo-react-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing"),require("react-dom")):"function"==typeof define&&define.amd?define(["react","prop-types","@progress/kendo-react-intl","@progress/kendo-drawing","@progress/kendo-licensing","react-dom"],e):"object"==typeof exports?exports.KendoReactCharts=e(require("react"),require("prop-types"),require("@progress/kendo-react-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing"),require("react-dom")):t.KendoReactCharts=e(t.React,t.PropTypes,t.KendoReactIntl,t.KendoDrawing,t.KendoLicensing,t.ReactDOM)}(self,(function(t,e,o,r,i,n){return(()=>{"use strict";var a={2795:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.BaseChart=void 0;var a=o(3899),s=o(189),l=o(499),p=o(3981),c=o(5410),h=o(9075),u=o(3758),f=o(2368),d=o(290),v=o(8803),y=o(3113),g=o(6600),m=o(9075);o(6410);var b=o(2461),_=o(9373),x=o(5201),w=o(5410),C=o(7363),O=function(t){function e(e){var o=t.call(this,e)||this;return o.chartInstance=null,o.surface=null,o._element=null,o.optionsStore={},o.optionsUnsubscriber=Function.prototype,o.themeStore={},o.themeUnsubscriber=Function.prototype,o.observersStore={},o.suppressTransitions=!1,o.onRender=function(t){null!==o.chartInstance&&(o.surface=t.sender.surface,o.trigger("render",t))},o.onLegendItemClick=function(t){if(null!==o.chartInstance)if(o.props.onLegendItemClick)o.trigger("legendItemClick",t);else{var e=o.optionsStore.getState().series;if(!e)return;var r={},i=t.seriesIndex,n=t.pointIndex,a=e[i];if(void 0===n)r=Object.assign({},a,{visible:(0,m.toggle)(a.visible)});else{var s=a.pointVisibility=a.pointVisibility||[];s[n]=(0,m.toggle)(s[n]),r=Object.assign({},a)}o.optionsStore.dispatch({chartCollectionIdxKey:"series_".concat(i),payload:r}),o.suppressTransitions=!0}},o.onWindowResize=function(){null!==o.chartInstance&&o.chartInstance.resize()},o.onChartMouseLeave=function(t){var e=(0,d.toDomEvent)(o,t);o.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==o.chartInstance&&o.chartInstance.hideElements()},o.onChildMouseLeave=function(t){var e=t.syntheticEvent;return o.chartInstance&&!(0,h.hasParent)(e.relatedTarget,o.element)&&o.chartInstance.hideElements(),!1},(0,w.validatePackage)(C.packageMetadata),o.optionsStore=(0,y.default)(g.optionsReducer),o.observersStore=(0,y.default)(g.observersReducer),o.childrenObserver=new p.InstanceObserver(o,{onMouseLeave:"onChildMouseLeave"}),o.contextValue={optionsStore:o.optionsStore,observersStore:o.observersStore,childrenObserver:o.childrenObserver},o.themeStore=(0,y.default)(g.themeReducer),o.chartObserver=new p.InstanceObserver(o,{render:"onRender",legendItemClick:"onLegendItemClick"}),o}return i(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),e.prototype.componentDidMount=function(){var t,e=(null===(t=this._element)||void 0===t?void 0:t.ownerDocument)||document;(0,v.loadTheme)(this.themeStore,this.instantiateCoreChart.bind(this),e),this.optionsUnsubscriber=this.optionsStore.subscribe(this.refresh.bind(this)),this.themeUnsubscriber=this.themeStore.subscribe(this.refresh.bind(this)),window.addEventListener("resize",this.onWindowResize)},e.prototype.componentWillUnmount=function(){this.optionsUnsubscriber(),this.themeUnsubscriber(),null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},e.prototype.componentDidUpdate=function(t){var e=this.props,o=e.dir,r=(e.children,n(e,["dir","children"]));if(null!==this.chartInstance){var i=(0,l.provideIntlService)(this),a=this.chartInstance.chartService,s=i.locale!==a._intlService.locale,p=Object.entries(t).filter((function(t){return"dir"!==t[0]&&"children"!==t[0]})).some((function(t){var e=t[0],o=t[1];return!(r.hasOwnProperty(e)&&r[e]===o)}));s&&(this.chartInstance.chartService._intlService=i,this.chartInstance.chartService.format._intlService=i,p||this.chartInstance.noTransitionsRedraw()),p&&this.refresh(),t.dir!==o&&this.chartInstance.setDirection(this.getDirection(o))}},e.prototype.render=function(){var t=this,e=this.props,o=e.style,r=void 0===o?{}:o,i=e.className,n=e.wrapper,s=e.children,l=Object.assign({},r,{position:"relative"}),p=a.createElement(n,{className:i,style:l,key:"chartElement"},a.createElement("div",{onMouseLeave:this.onChartMouseLeave,ref:function(e){return t._element=e},className:"k-chart-surface"},s));return a.createElement(x.ChartContext.Provider,{value:this.contextValue},a.createElement(b.SeriesTooltip,{key:"seriesTooltip"}),a.createElement(_.CrosshairTooltipContainer,{key:"crosshairTooltips"}),p)},e.prototype.getDirection=function(t){return"rtl"===(void 0!==t?t:c.canUseDOM&&window.getComputedStyle(this.element).direction||"ltr")},e.prototype.getChartOptions=function(){var t=this.props,e=t.renderAs,o=t.pannable,r=t.zoomable,i=t.paneDefaults,n=t.panes,a=t.transitions,s=t.seriesColors,l=t.seriesDefaults,p=t.axisDefaults,c=t.deriveOptionsFromParent,h={};return void 0!==e&&(h.renderAs=e),void 0!==o&&(h.pannable=o),void 0!==r&&(h.zoomable=r),void 0!==i&&(h.paneDefaults=i),void 0!==n&&(h.panes=n),void 0!==a&&(h.transitions=a),void 0!==s&&(h.seriesColors=s),void 0!==l&&(h.seriesDefaults=l),void 0!==p&&(h.axisDefaults=p),h=Object.assign(h,this.optionsStore.getState()),c&&(h=c(h)),h},e.prototype.refresh=function(){if(null!==this.chartInstance){var t=this.themeStore.getState(),e=this.getChartOptions(),o=e.transitions;this.suppressTransitions&&(e.transitions=!1),this.props.onRefresh?this.props.onRefresh.call(void 0,e,t,this.chartInstance):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=o,this.suppressTransitions=!1)}},e.prototype.instantiateCoreChart=function(){var t=this.props,e=t.dir,o=t.chartConstructor,r=this.getChartOptions();this.chartInstance=new o(this.element,r,this.themeStore.getState(),{rtl:this.getDirection(e),intlService:(0,l.provideIntlService)(this),observer:this.chartObserver,sender:this})},e.prototype.trigger=function(t,e){for(var o=this.props.getTarget(),r=(0,f.create)(t,e,o),i="on"+t.charAt(0).toUpperCase()+t.slice(1),n=this.observersStore.getState(),a=!1,s=0;s<n.length;s++)n[s].trigger(t,e)&&(a=!0);return!1===a&&r&&this.props.hasOwnProperty(i)?(this.props[i].call(void 0,r),r.isDefaultPrevented&&r.isDefaultPrevented()):a},e.prototype.requiresHandlers=function(t){for(var e=0;e<t.length;e++){var o=t[e],r="on"+o.charAt(0).toUpperCase()+o.slice(1);if(this.props.hasOwnProperty(r))return!0}return!1},e.prototype.triggerDomEvent=function(t,e){for(var o=this.observersStore.getState(),r=!1,i=0;i<o.length;i++)o[i].trigger(t,e)&&(r=!0);return r},e.propTypes={dir:s.string,renderAs:s.oneOf(["svg","canvas"])},e.defaultProps={renderAs:"svg"},e}(a.Component);e.BaseChart=O,(0,l.registerForIntl)(O),p.DomEventsBuilder.register(u.DomEventsBuilder)},8613:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.Chart=void 0;var s=o(3899),l=o(2795),p=o(5870),c=o(3981),h=o(5410),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._baseChart=null,e.getTarget=function(){return e},e}return i(e,t),Object.defineProperty(e.prototype,"chartInstance",{get:function(){return null!==this._baseChart?this._baseChart.chartInstance:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"surface",{get:function(){return null!==this._baseChart?this._baseChart.surface:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"element",{get:function(){return null!==this._baseChart?this._baseChart.element:null},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.donutCenterRender,r=e.children,i=e.className,u=a(e,["donutCenterRender","children","className"]);return s.createElement(l.BaseChart,n({},u,{ref:function(e){return t._baseChart=e},chartConstructor:c.Chart,getTarget:this.getTarget,wrapper:"div",className:(0,h.classNames)("k-chart k-widget",i)}),r,s.createElement(p.DonutCenter,{render:o}))},e}(s.Component);e.Chart=u},5201:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartContext=void 0;var r=o(3899);e.ChartContext=r.createContext(null),e.ChartContext.displayName="ChartContext"},4890:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.Container=void 0;var o=function(t){return t.children};e.Container=o,o.displayName="Container"},5870:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DonutCenter=void 0;var n=o(3899),a=o(3981),s=o(5201),l=function(t){function e(e,o){var r=t.call(this,e,o)||this;return r.context=null,r.state={donutCenterStyles:null},r.chartObserver=new a.InstanceObserver(r,{render:"onRender"}),o.observersStore.dispatch({type:"add",payload:r.chartObserver}),r}return i(e,t),e.prototype.render=function(){var t=this.props.render,e=this.state.donutCenterStyles,o=null;return t&&e&&(o=n.createElement("div",{className:"k-chart-donut-center",style:e},t())),o},e.prototype.onRender=function(t){var e,o=null===(e=this.context)||void 0===e?void 0:e.optionsStore.getState().series,r=Array.isArray(o)?o[0]:null,i=t.sender._plotArea.charts;if(r&&"donut"===r.type&&0!==i[0].points.length){var n=i[0].points[0].sector,a=n.innerRadius,s=n.center.y-a,l=n.center.x-a,p=2*a;this.setState({donutCenterStyles:{height:p,left:l,top:s,width:p}})}},e.contextType=s.ChartContext,e}(n.Component);e.DonutCenter=l},2170:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.Sparkline=void 0;var s=o(3899),l=o(2795),p=o(3981),c=o(5410),h=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._baseChart=null,e.deriveOptionsFromParent=function(t){var o=e.props,r=o.type,i=o.data,n=Object.assign({},t,{type:r,data:i});return p.Sparkline.normalizeOptions(n)},e.getTarget=function(){return e},e}return i(e,t),Object.defineProperty(e.prototype,"chartInstance",{get:function(){return null!==this._baseChart?this._baseChart.chartInstance:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"surface",{get:function(){return null!==this._baseChart?this._baseChart.surface:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"element",{get:function(){return null!==this._baseChart?this._baseChart.element:null},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.children,r=(e.type,e.className),i=a(e,["children","type","className"]);return s.createElement(l.BaseChart,n({},i,{ref:function(e){return t._baseChart=e},chartConstructor:p.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,className:(0,c.classNames)("k-sparkline k-widget",r)}),o)},e}(s.Component);e.Sparkline=h},5930:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChart=void 0;var s=o(3899),l=o(2795),p=o(3981),c=o(5410),h={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._baseChart=null,e.deriveOptionsFromParent=function(t){var e=Object.assign({},t.navigator||{},h);return Object.assign({},t,{navigator:e})},e.onRefresh=function(t,o,r){e.props.partialRedraw?(r.applyOptions(t),r.bindCategories(),r.navigator.redrawSlaves()):r.setOptions(t,o)},e.getTarget=function(){return e},e}return i(e,t),Object.defineProperty(e.prototype,"chartInstance",{get:function(){return null!==this._baseChart?this._baseChart.chartInstance:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"surface",{get:function(){return null!==this._baseChart?this._baseChart.surface:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"element",{get:function(){return null!==this._baseChart?this._baseChart.element:null},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.children,r=e.className,i=a(e,["children","className"]);return s.createElement(l.BaseChart,n({},i,{ref:function(e){return t._baseChart=e},chartConstructor:p.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,className:(0,c.classNames)("k-stockchart k-widget",r)}),o)},e}(s.Component);e.StockChart=u},1751:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},4449:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},6894:(t,e,o)=>{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 r=o(5161);Object.defineProperty(e,"AxisLabelClickEvent",{enumerable:!0,get:function(){return r.AxisLabelClickEvent}});var i=o(3803);Object.defineProperty(e,"DragEndEvent",{enumerable:!0,get:function(){return i.DragEndEvent}});var n=o(3251);Object.defineProperty(e,"DragEvent",{enumerable:!0,get:function(){return n.DragEvent}});var a=o(881);Object.defineProperty(e,"DragStartEvent",{enumerable:!0,get:function(){return a.DragStartEvent}});var s=o(8959);Object.defineProperty(e,"LegendItemClickEvent",{enumerable:!0,get:function(){return s.LegendItemClickEvent}});var l=o(6099);Object.defineProperty(e,"LegendItemHoverEvent",{enumerable:!0,get:function(){return l.LegendItemHoverEvent}});var p=o(8922);Object.defineProperty(e,"NavigatorFilterEvent",{enumerable:!0,get:function(){return p.NavigatorFilterEvent}});var c=o(8888);Object.defineProperty(e,"NoteClickEvent",{enumerable:!0,get:function(){return c.NoteClickEvent}});var h=o(8911);Object.defineProperty(e,"NoteHoverEvent",{enumerable:!0,get:function(){return h.NoteHoverEvent}});var u=o(4761);Object.defineProperty(e,"PlotAreaClickEvent",{enumerable:!0,get:function(){return u.PlotAreaClickEvent}});var f=o(4009);Object.defineProperty(e,"PlotAreaHoverEvent",{enumerable:!0,get:function(){return f.PlotAreaHoverEvent}});var d=o(6765);Object.defineProperty(e,"RenderEvent",{enumerable:!0,get:function(){return d.RenderEvent}});var v=o(2499);Object.defineProperty(e,"SelectEndEvent",{enumerable:!0,get:function(){return v.SelectEndEvent}});var y=o(2154);Object.defineProperty(e,"SelectEvent",{enumerable:!0,get:function(){return y.SelectEvent}});var g=o(3547);Object.defineProperty(e,"SelectStartEvent",{enumerable:!0,get:function(){return g.SelectStartEvent}});var m=o(1604);Object.defineProperty(e,"SeriesClickEvent",{enumerable:!0,get:function(){return m.SeriesClickEvent}});var b=o(5535);Object.defineProperty(e,"SeriesHoverEvent",{enumerable:!0,get:function(){return b.SeriesHoverEvent}});var _=o(2706);Object.defineProperty(e,"ZoomEndEvent",{enumerable:!0,get:function(){return _.ZoomEndEvent}});var x=o(8526);Object.defineProperty(e,"ZoomEvent",{enumerable:!0,get:function(){return x.ZoomEvent}});var w=o(8476);Object.defineProperty(e,"ZoomStartEvent",{enumerable:!0,get:function(){return w.ZoomStartEvent}})},5487:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.WeekStartDay=void 0;var r=o(3203);Object.defineProperty(e,"WeekStartDay",{enumerable:!0,get:function(){return r.WeekStartDay}})},4011:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaults=void 0;var i=o(3899),n=o(8096);e.ChartAxisDefaults=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"axisDefaults"}))}},6688:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxis=void 0;var i=o(3899),n=o(1958),a=o(7889),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"categoryAxis"}))};e.ChartCategoryAxis=l,l.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartCategoryAxisItem)}}},7889:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartCategoryAxisItem=a,a.displayName="ChartCategoryAxisItem"},8916:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartArea=void 0;var i=o(3899),n=o(8096);e.ChartArea=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"chartArea"}))}},4349:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegend=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"legend"}))};e.ChartLegend=a,a.defaultProps={visible:!0}},4603:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigator=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"navigator"}))};e.ChartNavigator=a,a.defaultProps={visible:!0,position:"bottom"}},4209:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPane=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartPane=a,a.displayName="ChartPane"},9327:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaults=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"paneDefaults"}))};e.ChartPaneDefaults=a,a.displayName="ChartPaneDefaults"},3100:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPanes=void 0;var i=o(3899),n=o(1958),a=o(4209),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"panes"}))};e.ChartPanes=l,l.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartPane)}}},6007:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPlotArea=void 0;var i=o(3899),n=o(8096);e.ChartPlotArea=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"plotArea"}))}},8689:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeries=void 0;var i=o(3899),n=o(1958),a=o(5083),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"series"}))};e.ChartSeries=l,l.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartSeriesItem)}}},9448:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaults=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaults=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"seriesDefaults"}))}},5083:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartSeriesItem=a,a.displayName="ChartSeriesItem"},9717:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSubtitle=void 0;var i=o(3899),n=o(8096);e.ChartSubtitle=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"subtitle"}))}},2352:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTitle=void 0;var i=o(3899),n=o(8096);e.ChartTitle=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))}},4171:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartTooltip=a,a.defaultProps={visible:!0}},2787:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxis=void 0;var i=o(3899),n=o(1958),a=o(3545),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"valueAxis"}))};e.ChartValueAxis=l,l.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartValueAxisItem)}}},3545:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartValueAxisItem=a,a.displayName="ChartValueAxisItem"},7819:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxis=void 0;var i=o(3899),n=o(1958),a=o(7250),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"xAxis"}))};e.ChartXAxis=l,l.prototype={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartXAxisItem)}}},7250:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartXAxisItem=a,a.displayName="ChartXAxisItem"},8791:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxis=void 0;var i=o(3899),n=o(1958),a=o(5876),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"yAxis"}))};e.ChartYAxis=l,l.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartYAxisItem)}}},5876:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartYAxisItem=a,a.displayName="ChartYAxisItem"},2797:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomable=void 0;var i=o(3899),n=o(8096);e.ChartZoomable=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"zoomable"}))}},7239:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshair=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"crosshair"}))};e.ChartAxisDefaultsCrosshair=a,a.defaultProps={visible:!0},a.displayName="ChartAxisDefaultsCrosshair"},6609:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartAxisDefaultsCrosshairTooltip=a,a.defaultProps={visible:!0},a.displayName="ChartAxisDefaultsCrosshairTooltip"},6406:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartAxisDefaultsLabels=a,a.displayName="ChartAxisDefaultsLabels"},8129:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartAxisDefaultsTitle=a,a.displayName="ChartAxisDefaultsTitle"},7725:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltip=e.ChartAxisDefaultsCrosshair=e.ChartAxisDefaultsLabels=e.ChartAxisDefaultsTitle=void 0;var r=o(8129);Object.defineProperty(e,"ChartAxisDefaultsTitle",{enumerable:!0,get:function(){return r.ChartAxisDefaultsTitle}});var i=o(6406);Object.defineProperty(e,"ChartAxisDefaultsLabels",{enumerable:!0,get:function(){return i.ChartAxisDefaultsLabels}});var n=o(7239);Object.defineProperty(e,"ChartAxisDefaultsCrosshair",{enumerable:!0,get:function(){return n.ChartAxisDefaultsCrosshair}});var a=o(6609);Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltip",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltip}})},1958:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CollectionConfigurationComponent=void 0;var a=o(3899),s=o(5201),l=function(t){function e(e,o){var r=t.call(this,e,o)||this;return r.optionsStore=o.optionsStore,r}return i(e,t),e.prototype.renderChildren=function(t,e){var o=t.props.children,r=this.props,i=r._chartKey,s=r._parentStore,l=n(n({},t.props),{_chartCollectionIdxKey:"".concat(i,"_").concat(e),_parentStore:s});return a.cloneElement(t,l,o)},e.prototype.render=function(){var t=this,e=this.props,o=e._chartKey,r=e._parentStore,i=e.children;return(r||this.optionsStore).dispatch({chartKey:o,payload:[]}),a.Children.map(i,(function(e,o){return a.isValidElement(e)?t.renderChildren(e,o):e}))},e.contextType=s.ChartContext,e}(a.Component);e.CollectionConfigurationComponent=l},8096:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.ConfigurationComponent=void 0;var s=o(3899),l=o(3113),p=o(6600),c=o(5201),h=function(t){function e(e,o){var r=t.call(this,e,o)||this;return r.optionsStore=o.optionsStore,r.childStore=(0,l.default)(p.optionsReducer),r}return i(e,t),e.prototype.render=function(){var t=this,e=this.props.children;return void 0!==e?s.Children.map(e,(function(e){return s.isValidElement(e)?t.renderChildren(e):e})):null},e.prototype.componentDidMount=function(){this.dispatch()},e.prototype.componentDidUpdate=function(){this.dispatch()},e.prototype.dispatch=function(){var t=this.props,e=t._chartKey,o=t._chartCollectionIdxKey,r=t._parentStore,i=(t.children,a(t,["_chartKey","_chartCollectionIdxKey","_parentStore","children"]));(r||this.optionsStore).dispatch({chartKey:e,chartCollectionIdxKey:o,payload:Object.assign({},i,this.childStore.getState())})},e.prototype.renderChildren=function(t){var e=t.props.children,o=n(n({},t.props),{_parentStore:this.childStore});return s.cloneElement(t,o,e)},e.contextType=c.ChartContext,e}(s.Component);e.ConfigurationComponent=h},6041:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshair=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"crosshair"}))};e.ChartCategoryAxisCrosshair=a,a.defaultProps={visible:!0}},5460:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartCategoryAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},8746:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartCategoryAxisLabels=a,a.defaultProps={visible:!0}},5021:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotes=void 0;var i=o(3899),n=o(8096);e.ChartCategoryAxisNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},588:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartCategoryAxisNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},80:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartCategoryAxisNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},4894:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"rangeLabels"}))};e.ChartCategoryAxisRangeLabels=a,a.defaultProps={visible:!0}},5150:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartCategoryAxisTitle=a,a.displayName="ChartCategoryAxisTitle"},666:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabels=e.ChartCategoryAxisNotesLabel=e.ChartCategoryAxisNotesIcon=e.ChartCategoryAxisNotes=e.ChartCategoryAxisLabels=e.ChartCategoryAxisTitle=e.ChartCategoryAxisCrosshairTooltip=e.ChartCategoryAxisCrosshair=void 0;var r=o(6041);Object.defineProperty(e,"ChartCategoryAxisCrosshair",{enumerable:!0,get:function(){return r.ChartCategoryAxisCrosshair}});var i=o(5460);Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartCategoryAxisCrosshairTooltip}});var n=o(5150);Object.defineProperty(e,"ChartCategoryAxisTitle",{enumerable:!0,get:function(){return n.ChartCategoryAxisTitle}});var a=o(8746);Object.defineProperty(e,"ChartCategoryAxisLabels",{enumerable:!0,get:function(){return a.ChartCategoryAxisLabels}});var s=o(5021);Object.defineProperty(e,"ChartCategoryAxisNotes",{enumerable:!0,get:function(){return s.ChartCategoryAxisNotes}});var l=o(588);Object.defineProperty(e,"ChartCategoryAxisNotesIcon",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesIcon}});var p=o(80);Object.defineProperty(e,"ChartCategoryAxisNotesLabel",{enumerable:!0,get:function(){return p.ChartCategoryAxisNotesLabel}});var c=o(4894);Object.defineProperty(e,"ChartCategoryAxisRangeLabels",{enumerable:!0,get:function(){return c.ChartCategoryAxisRangeLabels}})},158:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItems=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"inactiveItems"}))};e.ChartLegendInactiveItems=a,a.displayName="ChartLegendInactiveItems"},6212:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"item"}))};e.ChartLegendItem=a,a.displayName="ChartLegendItem"},4109:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartLegendTitle=a,a.displayName="ChartLegendTitle"},8537:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItems=e.ChartLegendTitle=e.ChartLegendItem=void 0;var r=o(6212);Object.defineProperty(e,"ChartLegendItem",{enumerable:!0,get:function(){return r.ChartLegendItem}});var i=o(4109);Object.defineProperty(e,"ChartLegendTitle",{enumerable:!0,get:function(){return i.ChartLegendTitle}});var n=o(158);Object.defineProperty(e,"ChartLegendInactiveItems",{enumerable:!0,get:function(){return n.ChartLegendInactiveItems}})},5388:function(t,e,o){var r=this&&this.__createBinding||(Object.create?function(t,e,o,r){void 0===r&&(r=o);var i=Object.getOwnPropertyDescriptor(e,o);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[o]}}),Object.defineProperty(t,r,i)}:function(t,e,o,r){void 0===r&&(r=o),t[r]=e[o]}),i=this&&this.__exportStar||function(t,e){for(var o in t)"default"===o||Object.prototype.hasOwnProperty.call(e,o)||r(e,t,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomable=e.ChartYAxisItem=e.ChartYAxis=e.ChartXAxisItem=e.ChartXAxis=e.ChartValueAxisItem=e.ChartValueAxis=e.ChartTooltip=e.ChartTitle=e.ChartSubtitle=e.ChartSeriesItem=e.ChartSeriesDefaults=e.ChartSeries=e.ChartPlotArea=e.ChartPanes=e.ChartPaneDefaults=e.ChartPane=e.ChartNavigator=e.ChartLegend=e.ChartCategoryAxisItem=e.ChartCategoryAxis=e.ChartAxisDefaults=e.ChartArea=void 0;var n=o(8916);Object.defineProperty(e,"ChartArea",{enumerable:!0,get:function(){return n.ChartArea}});var a=o(4011);Object.defineProperty(e,"ChartAxisDefaults",{enumerable:!0,get:function(){return a.ChartAxisDefaults}});var s=o(6688);Object.defineProperty(e,"ChartCategoryAxis",{enumerable:!0,get:function(){return s.ChartCategoryAxis}});var l=o(7889);Object.defineProperty(e,"ChartCategoryAxisItem",{enumerable:!0,get:function(){return l.ChartCategoryAxisItem}});var p=o(4349);Object.defineProperty(e,"ChartLegend",{enumerable:!0,get:function(){return p.ChartLegend}});var c=o(4603);Object.defineProperty(e,"ChartNavigator",{enumerable:!0,get:function(){return c.ChartNavigator}});var h=o(4209);Object.defineProperty(e,"ChartPane",{enumerable:!0,get:function(){return h.ChartPane}});var u=o(9327);Object.defineProperty(e,"ChartPaneDefaults",{enumerable:!0,get:function(){return u.ChartPaneDefaults}});var f=o(3100);Object.defineProperty(e,"ChartPanes",{enumerable:!0,get:function(){return f.ChartPanes}});var d=o(6007);Object.defineProperty(e,"ChartPlotArea",{enumerable:!0,get:function(){return d.ChartPlotArea}});var v=o(8689);Object.defineProperty(e,"ChartSeries",{enumerable:!0,get:function(){return v.ChartSeries}});var y=o(9448);Object.defineProperty(e,"ChartSeriesDefaults",{enumerable:!0,get:function(){return y.ChartSeriesDefaults}});var g=o(5083);Object.defineProperty(e,"ChartSeriesItem",{enumerable:!0,get:function(){return g.ChartSeriesItem}});var m=o(9717);Object.defineProperty(e,"ChartSubtitle",{enumerable:!0,get:function(){return m.ChartSubtitle}});var b=o(2352);Object.defineProperty(e,"ChartTitle",{enumerable:!0,get:function(){return b.ChartTitle}});var _=o(4171);Object.defineProperty(e,"ChartTooltip",{enumerable:!0,get:function(){return _.ChartTooltip}});var x=o(2787);Object.defineProperty(e,"ChartValueAxis",{enumerable:!0,get:function(){return x.ChartValueAxis}});var w=o(3545);Object.defineProperty(e,"ChartValueAxisItem",{enumerable:!0,get:function(){return w.ChartValueAxisItem}});var C=o(7819);Object.defineProperty(e,"ChartXAxis",{enumerable:!0,get:function(){return C.ChartXAxis}});var O=o(7250);Object.defineProperty(e,"ChartXAxisItem",{enumerable:!0,get:function(){return O.ChartXAxisItem}});var S=o(8791);Object.defineProperty(e,"ChartYAxis",{enumerable:!0,get:function(){return S.ChartYAxis}});var P=o(5876);Object.defineProperty(e,"ChartYAxisItem",{enumerable:!0,get:function(){return P.ChartYAxisItem}});var A=o(2797);Object.defineProperty(e,"ChartZoomable",{enumerable:!0,get:function(){return A.ChartZoomable}}),i(o(7725),e),i(o(666),e),i(o(7606),e),i(o(2675),e),i(o(8537),e),i(o(2476),e),i(o(8672),e),i(o(7148),e),i(o(8089),e),i(o(3567),e),i(o(8568),e)},5837:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxis=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"categoryAxis"}))};e.ChartNavigatorCategoryAxis=a,a.displayName="ChartNavigatorCategoryAxis"},6437:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorHint=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorHint=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"hint"}))}},123:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPane=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"pane"}))};e.ChartNavigatorPane=a,a.displayName="ChartNavigatorPane"},8400:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSelect=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSelect=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"select"}))}},4495:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeries=void 0;var i=o(3899),n=o(1958),a=o(8876),s=o(9075),l=function(t){return i.createElement(n.CollectionConfigurationComponent,r({},t,{_chartKey:"series"}))};e.ChartNavigatorSeries=l,l.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartNavigatorSeriesItem)}}},8876:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItem=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t))};e.ChartNavigatorSeriesItem=a,a.displayName="ChartNavigatorSeriesItem"},509:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshair=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"crosshair"}))};e.ChartNavigatorCategoryAxisCrosshair=a,a.defaultProps={visible:!0}},9180:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartNavigatorCategoryAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},8602:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartNavigatorCategoryAxisLabels=a,a.defaultProps={visible:!0}},3014:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotes=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorCategoryAxisNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},228:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorCategoryAxisNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},9398:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorCategoryAxisNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},1162:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartNavigatorCategoryAxisTitle=a,a.displayName="ChartNavigatorCategoryAxisTitle"},2071:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabel=e.ChartNavigatorCategoryAxisNotesIcon=e.ChartNavigatorCategoryAxisNotes=e.ChartNavigatorCategoryAxisLabels=e.ChartNavigatorCategoryAxisTitle=e.ChartNavigatorCategoryAxisCrosshairTooltip=e.ChartNavigatorCategoryAxisCrosshair=void 0;var r=o(509);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshair",{enumerable:!0,get:function(){return r.ChartNavigatorCategoryAxisCrosshair}});var i=o(9180);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisCrosshairTooltip}});var n=o(1162);Object.defineProperty(e,"ChartNavigatorCategoryAxisTitle",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisTitle}});var a=o(8602);Object.defineProperty(e,"ChartNavigatorCategoryAxisLabels",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisLabels}});var s=o(3014);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotes",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisNotes}});var l=o(228);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIcon",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesIcon}});var p=o(9398);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabel",{enumerable:!0,get:function(){return p.ChartNavigatorCategoryAxisNotesLabel}})},8568:function(t,e,o){var r=this&&this.__createBinding||(Object.create?function(t,e,o,r){void 0===r&&(r=o);var i=Object.getOwnPropertyDescriptor(e,o);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[o]}}),Object.defineProperty(t,r,i)}:function(t,e,o,r){void 0===r&&(r=o),t[r]=e[o]}),i=this&&this.__exportStar||function(t,e){for(var o in t)"default"===o||Object.prototype.hasOwnProperty.call(e,o)||r(e,t,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItem=e.ChartNavigatorSeries=e.ChartNavigatorSelect=e.ChartNavigatorPane=e.ChartNavigatorHint=e.ChartNavigatorCategoryAxis=void 0;var n=o(5837);Object.defineProperty(e,"ChartNavigatorCategoryAxis",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxis}});var a=o(6437);Object.defineProperty(e,"ChartNavigatorHint",{enumerable:!0,get:function(){return a.ChartNavigatorHint}});var s=o(123);Object.defineProperty(e,"ChartNavigatorPane",{enumerable:!0,get:function(){return s.ChartNavigatorPane}});var l=o(8400);Object.defineProperty(e,"ChartNavigatorSelect",{enumerable:!0,get:function(){return l.ChartNavigatorSelect}});var p=o(4495);Object.defineProperty(e,"ChartNavigatorSeries",{enumerable:!0,get:function(){return p.ChartNavigatorSeries}});var c=o(8876);Object.defineProperty(e,"ChartNavigatorSeriesItem",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesItem}}),i(o(2071),e),i(o(8163),e),i(o(9667),e)},5200:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartNavigatorPaneTitle=a,a.displayName="ChartNavigatorPaneTitle"},8163:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitle=void 0;var r=o(5200);Object.defineProperty(e,"ChartNavigatorPaneTitle",{enumerable:!0,get:function(){return r.ChartNavigatorPaneTitle}})},5794:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesErrorBars=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesErrorBars=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"errorBars"}))}},1873:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesExtremes=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesExtremes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"extremes"}))}},2926:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesHighlight=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesHighlight=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"highlight"}))}},9444:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartNavigatorSeriesLabels=a,a.defaultProps={visible:!0}},5718:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsFrom=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesLabelsFrom=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"from"}))}},9975:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsTo=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesLabelsTo=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"to"}))}},7851:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesMarkers=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesMarkers=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"markers"}))}},4330:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotes=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},3835:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},1793:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},9908:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemOutliers=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesItemOutliers=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"outliers"}))}},9098:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemTooltip=void 0;var i=o(3899),n=o(8096);e.ChartNavigatorSeriesItemTooltip=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))}},9667:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIcon=e.ChartNavigatorSeriesNotesLabel=e.ChartNavigatorSeriesLabelsTo=e.ChartNavigatorSeriesLabelsFrom=e.ChartNavigatorSeriesErrorBars=e.ChartNavigatorSeriesExtremes=e.ChartNavigatorSeriesHighlight=e.ChartNavigatorSeriesLabels=e.ChartNavigatorSeriesMarkers=e.ChartNavigatorSeriesNotes=e.ChartNavigatorSeriesItemOutliers=e.ChartNavigatorSeriesItemTooltip=void 0;var r=o(9098);Object.defineProperty(e,"ChartNavigatorSeriesItemTooltip",{enumerable:!0,get:function(){return r.ChartNavigatorSeriesItemTooltip}});var i=o(9908);Object.defineProperty(e,"ChartNavigatorSeriesItemOutliers",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesItemOutliers}});var n=o(4330);Object.defineProperty(e,"ChartNavigatorSeriesNotes",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesNotes}});var a=o(7851);Object.defineProperty(e,"ChartNavigatorSeriesMarkers",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkers}});var s=o(9444);Object.defineProperty(e,"ChartNavigatorSeriesLabels",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabels}});var l=o(2926);Object.defineProperty(e,"ChartNavigatorSeriesHighlight",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesHighlight}});var p=o(1873);Object.defineProperty(e,"ChartNavigatorSeriesExtremes",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesExtremes}});var c=o(5794);Object.defineProperty(e,"ChartNavigatorSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesErrorBars}});var h=o(5718);Object.defineProperty(e,"ChartNavigatorSeriesLabelsFrom",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesLabelsFrom}});var u=o(9975);Object.defineProperty(e,"ChartNavigatorSeriesLabelsTo",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesLabelsTo}});var f=o(1793);Object.defineProperty(e,"ChartNavigatorSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartNavigatorSeriesNotesLabel}});var d=o(3835);Object.defineProperty(e,"ChartNavigatorSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIcon}})},791:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartPaneDefaultsTitle=a,a.displayName="ChartPaneDefaultsTitle"},2675:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitle=void 0;var r=o(791);Object.defineProperty(e,"ChartPaneDefaultsTitle",{enumerable:!0,get:function(){return r.ChartPaneDefaultsTitle}})},3575:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartPaneTitle=a,a.displayName="ChartPaneTitle"},7606:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitle=void 0;var r=o(3575);Object.defineProperty(e,"ChartPaneTitle",{enumerable:!0,get:function(){return r.ChartPaneTitle}})},2106:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartSeriesDefaultsLabels=a,a.defaultProps={visible:!0}},999:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsFrom=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaultsLabelsFrom=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"from"}))}},7166:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsTo=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaultsLabelsTo=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"to"}))}},3633:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotes=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaultsNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},325:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaultsNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},644:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaultsNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},9857:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsItemTooltip=void 0;var i=o(3899),n=o(8096);e.ChartSeriesDefaultsItemTooltip=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))}},2476:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabel=e.ChartSeriesDefaultsNotesIcon=e.ChartSeriesDefaultsNotes=e.ChartSeriesDefaultsLabelsTo=e.ChartSeriesDefaultsLabelsFrom=e.ChartSeriesDefaultsLabels=e.ChartSeriesDefaultsItemTooltip=void 0;var r=o(9857);Object.defineProperty(e,"ChartSeriesDefaultsItemTooltip",{enumerable:!0,get:function(){return r.ChartSeriesDefaultsItemTooltip}});var i=o(2106);Object.defineProperty(e,"ChartSeriesDefaultsLabels",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsLabels}});var n=o(999);Object.defineProperty(e,"ChartSeriesDefaultsLabelsFrom",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsLabelsFrom}});var a=o(7166);Object.defineProperty(e,"ChartSeriesDefaultsLabelsTo",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsTo}});var s=o(3633);Object.defineProperty(e,"ChartSeriesDefaultsNotes",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotes}});var l=o(325);Object.defineProperty(e,"ChartSeriesDefaultsNotesIcon",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesIcon}});var p=o(644);Object.defineProperty(e,"ChartSeriesDefaultsNotesLabel",{enumerable:!0,get:function(){return p.ChartSeriesDefaultsNotesLabel}})},9948:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesErrorBars=void 0;var i=o(3899),n=o(8096);e.ChartSeriesErrorBars=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"errorBars"}))}},1326:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesExtremes=void 0;var i=o(3899),n=o(8096);e.ChartSeriesExtremes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"extremes"}))}},7287:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesHighlight=void 0;var i=o(3899),n=o(8096);e.ChartSeriesHighlight=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"highlight"}))}},8411:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartSeriesLabels=a,a.defaultProps={visible:!0}},5532:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsFrom=void 0;var i=o(3899),n=o(8096);e.ChartSeriesLabelsFrom=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"from"}))}},8437:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsTo=void 0;var i=o(3899),n=o(8096);e.ChartSeriesLabelsTo=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"to"}))}},5048:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesMarkers=void 0;var i=o(3899),n=o(8096);e.ChartSeriesMarkers=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"markers"}))}},8378:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotes=void 0;var i=o(3899),n=o(8096);e.ChartSeriesNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},4788:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartSeriesNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},3825:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartSeriesNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},4254:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemOutliers=void 0;var i=o(3899),n=o(8096);e.ChartSeriesItemOutliers=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"outliers"}))}},1229:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemTooltip=void 0;var i=o(3899),n=o(8096);e.ChartSeriesItemTooltip=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))}},8672:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIcon=e.ChartSeriesNotesLabel=e.ChartSeriesLabelsTo=e.ChartSeriesLabelsFrom=e.ChartSeriesErrorBars=e.ChartSeriesExtremes=e.ChartSeriesHighlight=e.ChartSeriesLabels=e.ChartSeriesMarkers=e.ChartSeriesNotes=e.ChartSeriesItemOutliers=e.ChartSeriesItemTooltip=void 0;var r=o(1229);Object.defineProperty(e,"ChartSeriesItemTooltip",{enumerable:!0,get:function(){return r.ChartSeriesItemTooltip}});var i=o(4254);Object.defineProperty(e,"ChartSeriesItemOutliers",{enumerable:!0,get:function(){return i.ChartSeriesItemOutliers}});var n=o(8378);Object.defineProperty(e,"ChartSeriesNotes",{enumerable:!0,get:function(){return n.ChartSeriesNotes}});var a=o(5048);Object.defineProperty(e,"ChartSeriesMarkers",{enumerable:!0,get:function(){return a.ChartSeriesMarkers}});var s=o(8411);Object.defineProperty(e,"ChartSeriesLabels",{enumerable:!0,get:function(){return s.ChartSeriesLabels}});var l=o(7287);Object.defineProperty(e,"ChartSeriesHighlight",{enumerable:!0,get:function(){return l.ChartSeriesHighlight}});var p=o(1326);Object.defineProperty(e,"ChartSeriesExtremes",{enumerable:!0,get:function(){return p.ChartSeriesExtremes}});var c=o(9948);Object.defineProperty(e,"ChartSeriesErrorBars",{enumerable:!0,get:function(){return c.ChartSeriesErrorBars}});var h=o(5532);Object.defineProperty(e,"ChartSeriesLabelsFrom",{enumerable:!0,get:function(){return h.ChartSeriesLabelsFrom}});var u=o(8437);Object.defineProperty(e,"ChartSeriesLabelsTo",{enumerable:!0,get:function(){return u.ChartSeriesLabelsTo}});var f=o(3825);Object.defineProperty(e,"ChartSeriesNotesLabel",{enumerable:!0,get:function(){return f.ChartSeriesNotesLabel}});var d=o(4788);Object.defineProperty(e,"ChartSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartSeriesNotesIcon}})},6784:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshair=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"crosshair"}))};e.ChartValueAxisCrosshair=a,a.defaultProps={visible:!0}},381:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartValueAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},3094:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartValueAxisLabels=a,a.defaultProps={visible:!0}},2588:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotes=void 0;var i=o(3899),n=o(8096);e.ChartValueAxisNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},5232:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartValueAxisNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},5655:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartValueAxisNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},2339:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartValueAxisTitle=a,a.displayName="ChartValueAxisTitle"},7148:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabel=e.ChartValueAxisNotesIcon=e.ChartValueAxisNotes=e.ChartValueAxisLabels=e.ChartValueAxisTitle=e.ChartValueAxisCrosshairTooltip=e.ChartValueAxisCrosshair=void 0;var r=o(6784);Object.defineProperty(e,"ChartValueAxisCrosshair",{enumerable:!0,get:function(){return r.ChartValueAxisCrosshair}});var i=o(381);Object.defineProperty(e,"ChartValueAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartValueAxisCrosshairTooltip}});var n=o(3094);Object.defineProperty(e,"ChartValueAxisLabels",{enumerable:!0,get:function(){return n.ChartValueAxisLabels}});var a=o(2588);Object.defineProperty(e,"ChartValueAxisNotes",{enumerable:!0,get:function(){return a.ChartValueAxisNotes}});var s=o(5232);Object.defineProperty(e,"ChartValueAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIcon}});var l=o(5655);Object.defineProperty(e,"ChartValueAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartValueAxisNotesLabel}});var p=o(2339);Object.defineProperty(e,"ChartValueAxisTitle",{enumerable:!0,get:function(){return p.ChartValueAxisTitle}})},6595:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshair=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"crosshair"}))};e.ChartXAxisCrosshair=a,a.defaultProps={visible:!0}},4211:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartXAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},1741:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartXAxisLabels=a,a.defaultProps={visible:!0}},190:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotes=void 0;var i=o(3899),n=o(8096);e.ChartXAxisNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},9431:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartXAxisNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},2141:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartXAxisNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},1705:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartXAxisTitle=a,a.displayName="ChartXAxisTitle"},8089:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabel=e.ChartXAxisNotesIcon=e.ChartXAxisNotes=e.ChartXAxisLabels=e.ChartXAxisTitle=e.ChartXAxisCrosshairTooltip=e.ChartXAxisCrosshair=void 0;var r=o(6595);Object.defineProperty(e,"ChartXAxisCrosshair",{enumerable:!0,get:function(){return r.ChartXAxisCrosshair}});var i=o(4211);Object.defineProperty(e,"ChartXAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartXAxisCrosshairTooltip}});var n=o(1741);Object.defineProperty(e,"ChartXAxisLabels",{enumerable:!0,get:function(){return n.ChartXAxisLabels}});var a=o(190);Object.defineProperty(e,"ChartXAxisNotes",{enumerable:!0,get:function(){return a.ChartXAxisNotes}});var s=o(9431);Object.defineProperty(e,"ChartXAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartXAxisNotesIcon}});var l=o(2141);Object.defineProperty(e,"ChartXAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartXAxisNotesLabel}});var p=o(1705);Object.defineProperty(e,"ChartXAxisTitle",{enumerable:!0,get:function(){return p.ChartXAxisTitle}})},1238:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshair=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"crosshair"}))};e.ChartYAxisCrosshair=a,a.defaultProps={visible:!0}},2834:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairTooltip=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"tooltip"}))};e.ChartYAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},5404:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisLabels=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"labels"}))};e.ChartYAxisLabels=a,a.defaultProps={visible:!0}},5566:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotes=void 0;var i=o(3899),n=o(8096);e.ChartYAxisNotes=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"notes"}))}},7477:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesIcon=void 0;var i=o(3899),n=o(8096);e.ChartYAxisNotesIcon=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"icon"}))}},777:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabel=void 0;var i=o(3899),n=o(8096);e.ChartYAxisNotesLabel=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"label"}))}},3312:function(t,e,o){var r=this&&this.__assign||function(){return r=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},r.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisTitle=void 0;var i=o(3899),n=o(8096),a=function(t){return i.createElement(n.ConfigurationComponent,r({},t,{_chartKey:"title"}))};e.ChartYAxisTitle=a,a.displayName="ChartYAxisTitle"},3567:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabel=e.ChartYAxisNotesIcon=e.ChartYAxisNotes=e.ChartYAxisLabels=e.ChartYAxisTitle=e.ChartYAxisCrosshairTooltip=e.ChartYAxisCrosshair=void 0;var r=o(1238);Object.defineProperty(e,"ChartYAxisCrosshair",{enumerable:!0,get:function(){return r.ChartYAxisCrosshair}});var i=o(2834);Object.defineProperty(e,"ChartYAxisCrosshairTooltip",{enumerable:!0,get:function(){return i.ChartYAxisCrosshairTooltip}});var n=o(5404);Object.defineProperty(e,"ChartYAxisLabels",{enumerable:!0,get:function(){return n.ChartYAxisLabels}});var a=o(5566);Object.defineProperty(e,"ChartYAxisNotes",{enumerable:!0,get:function(){return a.ChartYAxisNotes}});var s=o(7477);Object.defineProperty(e,"ChartYAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartYAxisNotesIcon}});var l=o(777);Object.defineProperty(e,"ChartYAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartYAxisNotesLabel}});var p=o(3312);Object.defineProperty(e,"ChartYAxisTitle",{enumerable:!0,get:function(){return p.ChartYAxisTitle}})},6410:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0});var r=o(3981),i=r.DateCategoryAxis.prototype.options.labels.dateFormats,n=r.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)},5161:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.AxisLabelClickEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axis=e.axis,r.dataItem=e.dataItem,r.index=e.index,r.text=e.text,r.value=e.value,r}return i(e,t),e}(o(8874).BaseEvent);e.AxisLabelClickEvent=n},8874:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.BaseEvent=void 0;e.BaseEvent=function(t){this.target=t}},2368:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.create=void 0;var r=o(5161),i=o(3251),n=o(3803),a=o(881),s=o(6099),l=o(8959),p=o(4846),c=o(8922),h=o(8888),u=o(8911),f=o(4761),d=o(4009),v=o(6765),y=o(2154),g=o(2499),m=o(3547),b=o(1604),_=o(5535),x=o(8526),w=o(2706),C=o(8476),O={axisLabelClick:r.AxisLabelClickEvent,drag:i.DragEvent,dragEnd:n.DragEndEvent,dragStart:a.DragStartEvent,legendItemHover:s.LegendItemHoverEvent,legendItemClick:l.LegendItemClickEvent,legendItemLeave:p.LegendItemLeaveEvent,navigatorFilter:c.NavigatorFilterEvent,noteClick:h.NoteClickEvent,noteHover:u.NoteHoverEvent,plotAreaClick:f.PlotAreaClickEvent,plotAreaHover:d.PlotAreaHoverEvent,render:v.RenderEvent,select:y.SelectEvent,selectEnd:g.SelectEndEvent,selectStart:m.SelectStartEvent,seriesClick:b.SeriesClickEvent,seriesHover:_.SeriesHoverEvent,zoom:x.ZoomEvent,zoomEnd:w.ZoomEndEvent,zoomStart:C.ZoomStartEvent};e.create=function(t,e,o){if(O[t])return new O[t](e,o)}},290:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.toDomEvent=e.DomEvent=void 0;var o=function(t,e){this.sender=t,this.syntheticEvent=e};e.DomEvent=o,e.toDomEvent=function(t,e){return new o(t,e)}},3758:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEventsBuilder=void 0;var r=o(7042),i=function(){function t(){}return t.create=function(t,e){if("undefined"!=typeof window){var o=window.Hammer;if(!o)return;var i=new o(t,{recognizers:[[o.Tap],[o.Pan],[o.Pinch],[o.Press,{time:0}]]});return new r.DomEvents(i,e)}},t}();e.DomEventsBuilder=i},7042:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEvents=void 0;var o=function(t){return{x:{location:t.pageX},y:{location:t.pageY}}};function r(t,e){for(var o=0;o<t.length;o++)if(e[t[o]])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 r=function(t,e){var r=t.pointers,i=r[0],n=i.pageX,a=i.pageY,s=0;if(r.length>1){var l=r[0],p=r[1];s=Math.sqrt(Math.pow(l.pageX-p.pageX,2)+Math.pow(l.pageY-p.pageY,2))}return{distance:s,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:r.map(o),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](r),r},t.prototype.bind=function(t){void 0===t&&(t={}),this.unbind(),this.eventHandlers=t;for(var e=0;e<i.length;e++){var o=i[e],n=Object.keys(o);if(r(n,t))for(var a=0;a<n.length;a++){var s=o[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},3803:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEndEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axisRanges=e.axisRanges,r.nativeEvent=e.originalEvent,r}return i(e,t),e}(o(8874).BaseEvent);e.DragEndEvent=n},3251:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axisRanges=e.axisRanges,r.nativeEvent=e.originalEvent,r}return i(e,t),e}(o(8619).PreventableEvent);e.DragEvent=n},881:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragStartEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axisRanges=e.axisRanges,r.nativeEvent=e.originalEvent,r}return i(e,t),e}(o(8619).PreventableEvent);e.DragStartEvent=n},8959:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemClickEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.series=e.series,r.seriesIndex=e.seriesIndex,r.pointIndex=e.pointIndex,r.text=e.text,r}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(o(8619).PreventableEvent);e.LegendItemClickEvent=n},6099:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemHoverEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.series=e.series,r.seriesIndex=e.seriesIndex,r.pointIndex=e.pointIndex,r.text=e.text,r}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(o(8619).PreventableEvent);e.LegendItemHoverEvent=n},4846:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemLeaveEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.series=e.series,r.seriesIndex=e.seriesIndex,r.pointIndex=e.pointIndex,r.text=e.text,r}return i(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(o(8619).PreventableEvent);e.LegendItemLeaveEvent=n},8922:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.NavigatorFilterEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.from=e.from,r.to=e.to,r}return i(e,t),e}(o(8874).BaseEvent);e.NavigatorFilterEvent=n},8888:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteClickEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.category=e.category,r.dataItem=e.dataItem,r.series=e.series,r.value=e.value,r.visual=e.visual,r}return i(e,t),e}(o(8874).BaseEvent);e.NoteClickEvent=n},8911:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteHoverEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.category=e.category,r.dataItem=e.dataItem,r.series=e.series,r.value=e.value,r.visual=e.visual,r}return i(e,t),e}(o(8874).BaseEvent);e.NoteHoverEvent=n},4761:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaClickEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.category=e.category,r.nativeEvent=e.originalEvent,r.value=e.value,r.x=e.x,r.y=e.y,r}return i(e,t),e}(o(8874).BaseEvent);e.PlotAreaClickEvent=n},4009:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaHoverEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.category=e.category,r.nativeEvent=e.originalEvent,r.value=e.value,r.x=e.x,r.y=e.y,r}return i(e,t),e}(o(8874).BaseEvent);e.PlotAreaHoverEvent=n},8619:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});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}(o(8874).BaseEvent);e.PreventableEvent=n},6765:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.RenderEvent=void 0;var n=function(t){function e(e,o){return t.call(this,o)||this}return i(e,t),e}(o(8874).BaseEvent);e.RenderEvent=n},2499:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEndEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axis=e.axis,r.from=e.from,r.to=e.to,r}return i(e,t),e}(o(8874).BaseEvent);e.SelectEndEvent=n},2154:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axis=e.axis,r.from=e.from,r.to=e.to,r}return i(e,t),e}(o(8619).PreventableEvent);e.SelectEvent=n},3547:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectStartEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axis=e.axis,r.from=e.from,r.to=e.to,r}return i(e,t),e}(o(8619).PreventableEvent);e.SelectStartEvent=n},1604:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesClickEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.category=e.category,r.dataItem=e.dataItem,r.nativeEvent=e.originalEvent,r.percentage=e.percentage,r.point=e.point,r.series=e.series,r.stackValue=e.stackValue,r.value=e.value,r}return i(e,t),e}(o(8874).BaseEvent);e.SeriesClickEvent=n},5535:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesHoverEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.category=e.category,r.categoryPoints=e.categoryPoints,r.dataItem=e.dataItem,r.nativeEvent=e.originalEvent,r.percentage=e.percentage,r.point=e.point,r.series=e.series,r.stackValue=e.stackValue,r.value=e.value,r}return i(e,t),e}(o(8619).PreventableEvent);e.SeriesHoverEvent=n},2706:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEndEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axisRanges=e.axisRanges,r.nativeEvent=e.originalEvent,r}return i(e,t),e}(o(8874).BaseEvent);e.ZoomEndEvent=n},8526:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axisRanges=e.axisRanges,r.delta=e.delta,r.nativeEvent=e.originalEvent,r}return i(e,t),e}(o(8619).PreventableEvent);e.ZoomEvent=n},8476:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=void 0;var n=function(t){function e(e,o){var r=t.call(this,o)||this;return r.axisRanges=e.axisRanges,r.nativeEvent=e.originalEvent,r}return i(e,t),e}(o(8619).PreventableEvent);e.ZoomStartEvent=n},3203:(t,e)=>{var o;Object.defineProperty(e,"__esModule",{value:!0}),e.WeekStartDay=void 0,(o=e.WeekStartDay||(e.WeekStartDay={}))[o.Sunday=0]="Sunday",o[o.Monday=1]="Monday",o[o.Tuesday=2]="Tuesday",o[o.Wednesday=3]="Wednesday",o[o.Thursday=4]="Thursday",o[o.Friday=5]="Friday",o[o.Saturday=6]="Saturday"},468:function(t,e,o){var r=this&&this.__createBinding||(Object.create?function(t,e,o,r){void 0===r&&(r=o);var i=Object.getOwnPropertyDescriptor(e,o);i&&!("get"in i?!e.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return e[o]}}),Object.defineProperty(t,r,i)}:function(t,e,o,r){void 0===r&&(r=o),t[r]=e[o]}),i=this&&this.__exportStar||function(t,e){for(var o in t)"default"===o||Object.prototype.hasOwnProperty.call(e,o)||r(e,t,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipContainer=e.SharedTooltipContent=e.TooltipPopup=e.CrosshairTooltip=e.SeriesTooltip=e.TooltipPoint=e.DonutCenter=e.ConfigurationComponent=e.CollectionConfigurationComponent=e.StockChart=e.Sparkline=e.Chart=void 0;var n=o(8613);Object.defineProperty(e,"Chart",{enumerable:!0,get:function(){return n.Chart}});var a=o(2170);Object.defineProperty(e,"Sparkline",{enumerable:!0,get:function(){return a.Sparkline}});var s=o(5930);Object.defineProperty(e,"StockChart",{enumerable:!0,get:function(){return s.StockChart}});var l=o(1958);Object.defineProperty(e,"CollectionConfigurationComponent",{enumerable:!0,get:function(){return l.CollectionConfigurationComponent}});var p=o(8096);Object.defineProperty(e,"ConfigurationComponent",{enumerable:!0,get:function(){return p.ConfigurationComponent}});var c=o(5870);Object.defineProperty(e,"DonutCenter",{enumerable:!0,get:function(){return c.DonutCenter}});var h=o(9146);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return h.TooltipPoint}});var u=o(2461);Object.defineProperty(e,"SeriesTooltip",{enumerable:!0,get:function(){return u.SeriesTooltip}});var f=o(8909);Object.defineProperty(e,"CrosshairTooltip",{enumerable:!0,get:function(){return f.CrosshairTooltip}});var d=o(2104);Object.defineProperty(e,"TooltipPopup",{enumerable:!0,get:function(){return d.TooltipPopup}});var v=o(8700);Object.defineProperty(e,"SharedTooltipContent",{enumerable:!0,get:function(){return v.SharedTooltipContent}});var y=o(9373);Object.defineProperty(e,"CrosshairTooltipContainer",{enumerable:!0,get:function(){return y.CrosshairTooltipContainer}}),i(o(6012),e),i(o(5388),e),i(o(1751),e),i(o(5487),e),i(o(6894),e),i(o(4449),e),i(o(8509),e)},8509:(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)}},7363:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-react-charts",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1688556932,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"}},6600:function(t,e){var o=this&&this.__spreadArray||function(t,e,o){if(o||2===arguments.length)for(var r,i=0,n=e.length;i<n;i++)!r&&i in e||(r||(r=Array.prototype.slice.call(e,0,i)),r[i]=e[i]);return t.concat(r||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?r.collectionConfigurationItem(t,e):e.chartKey?r.configurationItem(t,e):{}},e.themeReducer=function(t,e){if(!e.type)return{};switch(e.type){case"set":return r.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 r={configurationItem:function(t,e){var o;return Object.assign(t,((o={})[e.chartKey]=e.payload,o))},collectionConfigurationItem:function(t,e){var o,r=!1,i=e.chartCollectionIdxKey.split("_"),n=i[0],a=i[1],s=t[n].map((function(t,o){return parseInt(a,10)===o?(r=!0,e.payload):t}));return!1===r&&s.splice(parseInt(a,10),0,e.payload),Object.assign(t,((o={})[n]=s,o))},themeItem:function(t,e){for(var o={},r=Object.assign(o,t),i=e.payload,n=i.field,a=i.value,s=n.split("."),l=s.shift();s.length>0;)o=o[l]=o[l]||{},l=s.shift();return o[l]=a,r}}},3113:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.THROTTLE_MS=void 0;var r=o(5410);e.THROTTLE_MS=1e3/60,e.default=function(t){var o,i,n=[],a=function(a){o=t(o,a),r.canUseDOM&&(window.clearTimeout(i),i=window.setTimeout((function(){return n.forEach((function(t){return t()}))}),e.THROTTLE_MS))};return a({}),{getState:function(){return o},dispatch:a,subscribe:function(t){return n.push(t),function(){return n=n.filter((function(e){return e!==t}))}}}}},8803:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.loadTheme=void 0;var r=o(3981),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"),this.mapColor("subtitle.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")),o=i(this.queryStyle("chart-pane-title-font")),r=i(this.queryStyle("chart-label-font"));this.setStyle("axisDefaults.labels.font",r),this.setStyle("axisDefaults.notes.label.font",t),this.setStyle("axisDefaults.title.font",t),this.setStyle("legend.labels.font",t),this.setStyle("seriesDefaults.labels.font",r),this.setStyle("seriesDefaults.notes.label.font",t),this.setStyle("title.font",e),this.setStyle("subtitle.font",o),this.setStyle("paneDefaults.title.font",o)},t.prototype.setSeriesColors=function(){var t=this.element,e=[].slice.call(t.querySelectorAll(".k-var--series div")),o=n(t.querySelector(".k-var--series-unset")),r=e.reduce((function(t,e){var r=function(t){var e=t.match(/series-([a-z])$/);if(null!==e)return e[1].toLowerCase().charCodeAt(0)-"a".charCodeAt(0);var o=t.split("--series-")[1];return parseInt(o,10)-1}(e.className),i=n(e);return i!==o&&(t[r]=i),t}),[]);this.setStyle("seriesColors",r)},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(e.querySelector(".k-var--".concat(t)))},t.prototype.setInactiveOpacity=function(t,e){var o=this,r=parseFloat(this.queryStyle(e).opacity);!isNaN(r)&&r<1&&t.forEach((function(t){return o.setStyle("seriesDefaults.".concat(t,".highlight.inactiveOpacity"),r)}))},t}();e.loadTheme=function(t,e,o){var i=new s(t);if(void 0!==o){var n=i.element=o.createElement("div");n.style.display="none",n.innerHTML=a,o.body.appendChild(n);try{t.dispatch({type:"push",payload:(0,r.chartBaseTheme)()}),i.setColors(),i.setFonts(),i.setSeriesColors()}finally{o.body.removeChild(i.element),delete i.element,e()}}else t.dispatch({type:"push",payload:(0,r.chartBaseTheme)()})}},8909:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltip=void 0;var s=o(3899),l=o(5410),p=o(3981),c=o(2104),h=o(5201),u=function(t){function e(e,o){var r=t.call(this,e,o)||this;return r.context=null,r.state={popupShown:!1},r.chartObserver=new p.InstanceObserver(r,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),o.observersStore.dispatch({type:"add",payload:r.chartObserver}),r}return i(e,t),e.prototype.render=function(){var t,e=this.state,o=e.popupContend,r=e.className,i=a(e,["popupContend","className"]),p=this.state.popupShown?function(){return o}:Function.prototype,h=(0,l.classNames)(((t={})["k-chart-crosshair-tooltip"]=!0,t["k-chart-tooltip-inverse"]=!!r,t));return s.createElement(c.TooltipPopup,n({},i,{popupContent:p,className:h}))},e.prototype.componentWillUnmount=function(){var t;null===(t=this.context)||void 0===t||t.observersStore.dispatch({type:"remove",payload:this.chartObserver})},e.prototype.onShowTooltip=function(t){var e=t.anchor,o=t.style,r=t.className,i=t.crosshair,n=t.axisName,a=t.axisIndex,s=t.value,l=this.props,p=l.name,c=l.index;i&&n===p&&a===c&&this.setState({popupShown:!0,popupAlign:e.align,popupOffset:e.point,popupContend:s,popupStyles:o,className:r})},e.prototype.onHideTooltip=function(){this.setState({popupShown:!1,popupStyles:{},className:void 0})},e.contextType=h.ChartContext,e}(s.Component);e.CrosshairTooltip=u},9373:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipContainer=void 0;var a=o(3899),s=o(4890),l=o(8909),p=o(5201),c=["categoryAxis","valueAxis","xAxis","yAxis"];function h(t){for(var e={},o=0;o<c.length;o++)for(var r=u(t,c[o]),i=0;i<r.length;i++){var n=r[i];e[n.name+n.index]=n}return e}function u(t,e){var o=[];if(t[e])for(var r=[].concat(t[e]),i=0;i<r.length;i++){var n=(r[i].crosshair||{}).tooltip;n&&n.visible&&o.push({index:i,name:e})}return o}var f=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.context=null,e.state={tooltips:{}},e.storeUnsubscriber=Function.prototype,e.subscriber=function(){var t;e.setState({tooltips:h(null===(t=e.context)||void 0===t?void 0:t.optionsStore.getState())})},e}return i(e,t),e.prototype.componentDidMount=function(){this.storeUnsubscriber=this.context.optionsStore.subscribe(this.subscriber)},e.prototype.render=function(){var t=this.state.tooltips,e=Object.keys(t).map((function(e){return a.createElement(l.CrosshairTooltip,n({},t[e],{key:e}))}));return a.createElement(s.Container,null,e)},e.prototype.componentWillUnmount=function(){this.storeUnsubscriber()},e.contextType=p.ChartContext,e}(a.Component);e.CrosshairTooltipContainer=f},9146:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var o=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=o},2104:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPopup=void 0;var n=o(3899),a=o(3981),s=o(290),l=o(9075),p=o(6201),c=o(5201),h={horizontal:"fit",vertical:"fit"},u="k-chart-tooltip",f=function(t){function e(e,o){var r=t.call(this,e,o)||this;return r.context=null,r.element=null,r.onChartMouseLeave=function(t){var e=t.syntheticEvent;return!!(0,l.hasParent)(e.relatedTarget,r.element)},r.onMouseLeave=function(t){var e=(0,s.toDomEvent)(r,t);r.context.childrenObserver.trigger("onMouseLeave",e)&&t.preventDefault()},r.chartObserver=new a.InstanceObserver(r,{onMouseLeave:"onChartMouseLeave"}),o.observersStore.dispatch({type:"add",payload:r.chartObserver}),r}return i(e,t),e.prototype.render=function(){var t=this,e=this.props,o=e.popupShown,r=e.popupAlign,i=e.popupOffset,a=e.popupStyles,s=e.popupContent,l=e.className,c=[u,l].join(" ").trim();return n.createElement(p.Popup,{animate:!1,popupAlign:r,offset:i,show:o,collision:h,className:"k-chart-tooltip-wrapper"},n.createElement("div",{className:c,style:a,onMouseLeave:this.onMouseLeave,ref:function(e){return t.element=e}},s()))},e.prototype.componentWillUnmount=function(){this.context.observersStore.dispatch({type:"remove",payload:this.chartObserver})},e.contextType=c.ChartContext,e}(n.Component);e.TooltipPopup=f},2461:function(t,e,o){var r,i=this&&this.__extends||(r=function(t,e){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},r(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 o(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},n.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesTooltip=void 0;var s=o(3899),l=o(5410),p=o(3981),c=o(9146),h=o(8700),u=o(2104),f=o(5201),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.context=null,e.state={popupShown:!1},e.chartObserver=null,e}return i(e,t),e.prototype.componentDidMount=function(){this.chartObserver=new p.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.context.observersStore.dispatch({type:"add",payload:this.chartObserver})},e.prototype.render=function(){var t,e=this,o=this.state,r=o.popupContext,i=o.shared,p=o.className,c=a(o,["popupContext","shared","className"]),f=this.state.popupShown?function(){var t=e.findRenderFunction();if(i)return null!==t?t(r):s.createElement(h.SharedTooltipContent,n({},r));var o=r.point,a=e.findRenderFunctionByIndex(o.series.index);return null!==a?a(r):null!==t?t(r):s.createElement("span",{dangerouslySetInnerHTML:{__html:r.point.formattedValue}})}:Function.prototype,d=(0,l.classNames)(((t={})["k-chart-shared-tooltip"]=i,t["k-chart-tooltip-inverse"]=!!p,t));return s.createElement(u.TooltipPopup,n({},c,{popupContent:f,className:d}))},e.prototype.componentWillUnmount=function(){this.context.observersStore.dispatch({type:"remove",payload:this.chartObserver})},e.prototype.onShowTooltip=function(t){var e,o=t.anchor,r=t.style,i=t.shared,n=t.className;t.crosshair||(e=i?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.setState({popupShown:!0,popupAlign:o.align,popupOffset:o.point,popupContext:e,popupStyles:r,className:n,shared:i}))},e.prototype.onHideTooltip=function(){this.setState({popupShown:!1,popupStyles:{},className:void 0})},e.prototype.createSharedTooltipContext=function(t){var e=t.points,o=t.categoryText,r=e.filter((function(t){return void 0!==t.series.name})).length>0,i=t.series.length>1,n=1;return r&&n++,i&&n++,{categoryText:o,colorMarker:i,colspan:n,nameColumn:r,points:t.points.map((function(e){return new c.TooltipPoint(e,t.format)}))}},e.prototype.createTooltipContext=function(t){var e=t.point,o=t.format;return{point:new c.TooltipPoint(e,o)}},e.prototype.findRenderFunctionByIndex=function(t){var e=this.context.optionsStore.getState().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},e.prototype.findRenderFunction=function(){var t=this.context.optionsStore.getState().tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null},e.contextType=f.ChartContext,e}(s.Component);e.SeriesTooltip=d},8700:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.SharedTooltipContent=void 0;var r=o(3899);e.SharedTooltipContent=function(t){var e=t.categoryText,o=t.colorMarker,i=t.colspan,n=t.nameColumn,a=t.points;return r.createElement("table",null,r.createElement("thead",null,r.createElement("tr",null,r.createElement("th",{colSpan:i},e))),r.createElement("tbody",null,a.map((function(t,e){return r.createElement("tr",{key:e},o&&r.createElement("td",null,r.createElement("span",{className:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}})),n&&r.createElement("td",null,t.series.name),r.createElement("td",{dangerouslySetInnerHTML:{__html:t.formattedValue}}))}))))}},6012:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var r=o(9146);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return r.TooltipPoint}})},9075:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.toggle=e.validateChildren=e.hasParent=void 0,e.hasParent=function(t,e){for(var o=t;o&&o!==e;)o=o.parentNode;return!!o},e.validateChildren=function(t,e,o,r){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!==r)return new Error("".concat(o," children should be Array of type ").concat(r.displayName,"."))}return null},e.toggle=function(t){return void 0!==t&&!t}},3981:(t,e,o)=>{o.r(e),o.d(e,{Aggregates:()=>jr,ArcGauge:()=>Eh,ArcScale:()=>Sh,AreaChart:()=>Dn,AreaSegment:()=>jn,ArrowLinearPointer:()=>Zc,Axis:()=>oo,AxisGroupRangeTracker:()=>Nn,AxisLabel:()=>De,Bar:()=>Fn,BarChart:()=>Qn,BarLabel:()=>Vn,BarLinearPointer:()=>oh,Barcode:()=>xu,Box:()=>ie,BoxElement:()=>ve,BoxPlot:()=>ia,BoxPlotChart:()=>la,BubbleChart:()=>ga,Bullet:()=>xa,BulletChart:()=>Ca,Candlestick:()=>Jn,CandlestickChart:()=>oa,CategoricalChart:()=>an,CategoricalErrorBar:()=>tn,CategoricalPlotArea:()=>Rs,CategoryAxis:()=>No,Chart:()=>Wp,ChartAxis:()=>Cr,ChartContainer:()=>Ea,ChartElement:()=>fe,ChartPane:()=>Pr,ChartPlotArea:()=>Ar,ChartService:()=>qe,CircularGauge:()=>Ih,Class:()=>D.Class,ClipAnimation:()=>On,ClusterLayout:()=>Kn,Crosshair:()=>Ta,CrosshairTooltip:()=>Aa,CurveProcessor:()=>xr,DateCategoryAxis:()=>Ko,DateValueAxis:()=>or,DefaultAggregates:()=>is,DomEventsBuilder:()=>$e,DonutChart:()=>Ll,DonutPlotArea:()=>Dl,DonutSegment:()=>Ml,ErrorBarBase:()=>$i,ErrorRangeCalculator:()=>Dr,Extent:()=>Gd,FloatElement:()=>Oe,FontLoader:()=>Dt,FormatService:()=>Xe,Gauge:()=>Ic,Gradients:()=>be,HashMap:()=>pt,Highlight:()=>Ns,InstanceObserver:()=>dt,IntlService:()=>Ue,Legend:()=>tl,LegendItem:()=>Zs,LegendLayout:()=>Ys,LineChart:()=>kn,LinePoint:()=>hn,LineSegment:()=>fn,LinearGauge:()=>nh,LinearPointer:()=>Gc,LinearScale:()=>Vc,Location:()=>Ff,LogarithmicAxis:()=>sr,Map:()=>by,MousewheelZoom:()=>Xs,Navigator:()=>cc,NavigatorHint:()=>ic,Note:()=>Ne,NumericAxis:()=>tr,OHLCChart:()=>Ss,OHLCPoint:()=>Cs,Pane:()=>La,Pannable:()=>Us,PieAnimation:()=>vl,PieChart:()=>kl,PieChartMixin:()=>Sl,PiePlotArea:()=>jl,PieSegment:()=>Ol,PlotAreaBase:()=>$a,PlotAreaEventsMixin:()=>ts,PlotAreaFactory:()=>ol,Point:()=>ee,PointEventsMixin:()=>ln,PolarAxis:()=>ur,QRCode:()=>Mf,RadarCategoryAxis:()=>cr,RadarLogarithmicAxis:()=>br,RadarNumericAxis:()=>gr,RadialGauge:()=>Ch,RadialPointer:()=>_h,RadialScale:()=>fh,RangeAreaChart:()=>xs,RangeAreaPoint:()=>fs,RangeBar:()=>as,RangeBarChart:()=>ls,RangePointer:()=>Th,Ring:()=>se,RootElement:()=>we,ScatterChart:()=>fa,ScatterErrorBar:()=>ca,ScatterLineChart:()=>gl,Sector:()=>pe,Selection:()=>al,SeriesAggregator:()=>os,SeriesBinder:()=>Ir,ShapeBuilder:()=>he,ShapeElement:()=>ge,SharedTooltip:()=>cl,Sparkline:()=>Jp,SplineAreaSegment:()=>Ln,SplineSegment:()=>_n,StackWrap:()=>qn,StockChart:()=>uc,TemplateService:()=>et,Text:()=>Ae,TextBox:()=>Ee,Title:()=>Le,Tooltip:()=>ll,WaterfallChart:()=>Ts,WaterfallSegment:()=>As,XYPlotArea:()=>_l,ZoomSelection:()=>Gs,addClass:()=>I,alignPathToPixel:()=>B,anyHasZIndex:()=>Sn,append:()=>bt,appendIfNotNull:()=>Ra,areNumbers:()=>ta,autoMajorUnit:()=>te,autoTextColor:()=>Gt,barcodeValidator:()=>Cu,bindEvents:()=>_t,bindSegments:()=>Ba,categoriesCount:()=>rn,chartBaseTheme:()=>Ly,clockwise:()=>N,constants:()=>r,convertableToNumber:()=>H,countNumbers:()=>kr,createHashSet:()=>Qt,createOutOfRangePoints:()=>Xa,deepExtend:()=>X,defaultErrorHandler:()=>$t,defined:()=>xt,deg:()=>wt,elementOffset:()=>Ct,elementScale:()=>Ft,elementSize:()=>Ot,elementStyles:()=>Q,equalsIgnoreCase:()=>Na,evalOptions:()=>on,eventCoordinates:()=>St,eventElement:()=>Pt,filterSeriesByType:()=>za,find:()=>zt,findAxisByName:()=>Or,getDateField:()=>Va,getField:()=>Er,getSpacing:()=>$,getTemplate:()=>ot,getter:()=>nt,grep:()=>at,hasClasses:()=>st,hasGradientOverlay:()=>Hn,hasValue:()=>ha,hashKey:()=>At,inArray:()=>ct,interpolateValue:()=>ht,isArray:()=>M,isDateAxis:()=>Ha,isFunction:()=>U,isNumber:()=>z,isObject:()=>K,isString:()=>V,keys:()=>Jt,last:()=>kt,limitValue:()=>Tt,logToConsole:()=>D.logToConsole,map:()=>vt,mousewheelDelta:()=>gt,objectKey:()=>jt,qrcodeValidator:()=>If,rad:()=>Et,rectToBox:()=>ke,removeClass:()=>R,round:()=>Mt,segmentVisible:()=>Da,setDefaultOptions:()=>Bt,singleItemOrArray:()=>Ua,sparseArrayLimits:()=>Nt,styleValue:()=>Y,unbindEvents:()=>It,valueOrDefault:()=>Lt});var r={};o.r(r),o.d(r,{DEFAULT_PANE:()=>sc,NAVIGATOR_AXIS:()=>ac,NAVIGATOR_PANE:()=>nc});var i="arc",n="#000",a="bottom",s="center",l="circle",p=3,c="cross",h="date",u="12px sans-serif",f=10,d=/\{\d+:?/,v="height",y="inside",g="left",m=Number.MAX_VALUE,b=-Number.MAX_VALUE,_="none",x="object",w="outside",C="right",O="roundedRect",S="string",P="top",A="value",k="#fff",T="width",j="x",E="y";function M(t){return Array.isArray(t)}function I(t,e){for(var o=M(e)?e:[e],r=0;r<o.length;r++){var i=o[r];-1===t.className.indexOf(i)&&(t.className+=" "+i)}}var L=/\s+/g;function R(t,e){t&&t.className&&(t.className=t.className.replace(e,"").replace(L," "))}var D=o(4407);function B(t){var e=.5;t.options.stroke&&D.drawing.util.defined(t.options.stroke.width)&&t.options.stroke.width%2==0&&(e=0);for(var o=0;o<t.segments.length;o++)t.segments[o].anchor().round(0).translate(e,e);return t}function N(t,e){return-t.x*e.y+t.y*e.x<0}function z(t){return"number"==typeof t&&!isNaN(t)}function V(t){return typeof t===S}function H(t){return z(t)||V(t)&&isFinite(t)}function U(t){return"function"==typeof t}var F="object",G="undefined";function W(t,e){for(var o in e){var r,i=e[o],n=typeof i;if((r=n===F&&null!==i?i.constructor:null)&&r!==Array)if(i instanceof Date)t[o]=new Date(i.getTime());else if(U(i.clone))t[o]=i.clone();else{var a=t[o];t[o]=typeof a===F&&a||{},W(t[o],i)}else n!==G&&(t[o]=i)}return t}function X(t){for(var e=arguments,o=arguments.length,r=1;r<o;r++)W(t,e[r]);return t}function K(t){return"object"==typeof t}function Y(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 o=V(e)?[e]:e;if(M(o)){for(var r={},i=window.getComputedStyle(t),n=0;n<o.length;n++){var a=o[n];r[a]=Z(a)?parseFloat(i[a]):i[a]}return r}if(K(e))for(var s in e)t.style[s]=Y(e[s])}function $(t,e){void 0===e&&(e=0);var o={top:0,right:0,bottom:0,left:0};return"number"==typeof t?o[P]=o[C]=o[a]=o[g]=t:(o[P]=t[P]||e,o[C]=t[C]||e,o[a]=t[a]||e,o[g]=t[g]||e),o}var J={compile:function(t){return t}},tt=function(){};tt.register=function(t){J=t},tt.compile=function(t,e){return J.compile(t,e)};const et=tt;function ot(t){var e;return void 0===t&&(t={}),t.template?t.template=e=et.compile(t.template):U(t.content)&&(e=t.content),e}var rt=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,it={};function nt(t){if(it[t])return it[t];var e=[];return t.replace(rt,(function(t,o,r,i){e.push(D.drawing.util.defined(o)?o:r||i)})),it[t]=function(t){for(var o=t,r=0;r<e.length&&o;r++)o=o[e[r]];return o},it[t]}function at(t,e){for(var o=t.length,r=[],i=0;i<o;i++)e(t[i])&&r.push(t[i]);return r}function st(t,e){if(t.className)for(var o=e.split(" "),r=0;r<o.length;r++)if(t.className.indexOf&&-1!==t.className.indexOf(o[r]))return!0}it[void 0]=function(t){return t};var lt=function(){this._map={}};lt.prototype.get=function(t){return this._map[this._key(t)]},lt.prototype.set=function(t,e){this._map[this._key(t)]=e},lt.prototype._key=function(t){return t instanceof Date?t.getTime():t};const pt=lt;function ct(t,e){if(e)return-1!==e.indexOf(t)}function ht(t,e,o){return D.drawing.util.round(t+(e-t)*o,p)}var ut="trigger",ft=function(t,e){this.observer=t,this.handlerMap=X({},this.handlerMap,e)};ft.prototype.trigger=function(t,e){var o,r=this.observer,i=this.handlerMap;return i[t]?o=this.callObserver(i[t],e):r[ut]&&(o=this.callObserver(ut,t,e)),o},ft.prototype.callObserver=function(t){for(var e=[],o=arguments.length-1;o-- >0;)e[o]=arguments[o+1];return this.observer[t].apply(this.observer,e)},ft.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 dt=ft;function vt(t,e){for(var o=t.length,r=[],i=0;i<o;i++){var n=e(t[i]);D.drawing.util.defined(n)&&r.push(n)}return r}var yt=D.support.browser||{};function gt(t){var e=0;return t.wheelDelta?(e=-t.wheelDelta/120,yt.webkit&&(e/=2*Math.max(window.devicePixelRatio,.625))):t.detail&&(e=t.detail/3),e>0?Math.ceil(e):Math.floor(e)}var mt=D.drawing.util,bt=mt.append,_t=mt.bindEvents,xt=mt.defined,wt=mt.deg,Ct=mt.elementOffset,Ot=mt.elementSize,St=mt.eventCoordinates,Pt=mt.eventElement,At=mt.hashKey,kt=mt.last,Tt=mt.limitValue,jt=mt.objectKey,Et=mt.rad,Mt=mt.round,It=mt.unbindEvents,Lt=mt.valueOrDefault,Rt=function(){};Rt.fetchFonts=function(t,e,o){void 0===o&&(o={depth:0}),!t||o.depth>5||!document.fonts||Object.keys(t).forEach((function(r){var i=t[r];"dataSource"!==r&&"$"!==r[0]&&i&&("font"===r?e.push(i):"object"==typeof i&&(o.depth++,Rt.fetchFonts(i,e,o),o.depth--))}))},Rt.loadFonts=function(t,e){var o=[];if(t.length>0&&document.fonts){try{o=t.map((function(t){return document.fonts.load(t)}))}catch(t){(0,D.logToConsole)(t)}Promise.all(o).then(e,e)}else e()},Rt.preloadFonts=function(t,e){var o=[];Rt.fetchFonts(t,o),Rt.loadFonts(o,e)};const Dt=Rt;function Bt(t,e){var o=t.prototype;o.options?o.options=X({},o.options,e):o.options=e}function Nt(t){for(var e=m,o=b,r=0,i=t.length;r<i;r++){var n=t[r];null!==n&&isFinite(n)&&(e=Math.min(e,n),o=Math.max(o,n))}return{min:e===m?void 0:e,max:o===b?void 0:o}}function zt(t,e){for(var o=0;o<t.length;o++){var r=t[o];if(e(r,o,t))return r}}var Vt=D.geometry.Matrix,Ht=/matrix\((.*)\)/;function Ut(t){var e=getComputedStyle(t).transform;return"none"===e?Vt.unit():function(t){var e=t.match(Ht);if(null===e||2!==e.length)return Vt.unit();var o=e[1].split(",").map((function(t){return parseFloat(t)}));return new(Function.prototype.bind.apply(Vt,[null].concat(o)))}(e)}function Ft(t){if(!t)return Vt.unit();for(var e=Ut(t),o=t.parentElement;o;){var r=Ut(o);e=e.multiplyCopy(r),o=o.parentElement}return e.b=e.c=e.e=e.f=0,e}const Gt=function(t){return new D.Color(t).isDark()?k:n};var Wt={},Xt=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},Kt={size:{configurable:!0}};Xt.prototype.values=function(){return this._values.filter((function(t){return t!==Wt}))},Xt.prototype.has=function(t){return void 0!==this._index[t]},Xt.prototype.add=function(t){this.has(t)||(this._index[t]=this._values.length,this._values.push(t))},Xt.prototype.delete=function(t){var e=this._index[t];void 0!==e&&(this._values[e]=Wt,delete this._index[t])},Xt.prototype.clear=function(){this._index={},this._values=[]},Kt.size.get=function(){return this._values.length},Object.defineProperties(Xt.prototype,Kt);var Yt=function(t){this._set=new Set(t)},qt={size:{configurable:!0}};Yt.prototype.values=function(){return Array.from(this._set)},Yt.prototype.has=function(t){return this._set.has(t)},Yt.prototype.add=function(t){this._set.add(t)},Yt.prototype.delete=function(t){this._set.delete(t)},Yt.prototype.clear=function(){this._set.clear()},qt.size.get=function(){return this._set.size},Object.defineProperties(Yt.prototype,qt);var Zt=function(){var t=!1;return"function"==typeof Set&&(t=new Set([1]).has(1)),t};function Qt(t){return Zt()?new Yt(t):new Xt(t)}function $t(t){throw t}const Jt={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 te(t,e){var o=Mt(e-t,f-1);if(0===o){if(0===e)return.1;o=Math.abs(e)}var r=Math.pow(10,Math.floor(Math.log(o)/Math.log(10))),i=Mt(o/r,f);return Mt(r*(i<1.904762?.2:i<4.761904?.5:i<9.523809?1:2),f)}const ee=function(t){function e(e,o){t.call(this),this.x=e||0,this.y=o||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 o=Et(e),r=Math.cos(o),i=Math.sin(o),n=t.x,a=t.y,s=this.x,l=this.y;return this.x=Mt(n+(s-n)*r+(l-a)*i,p),this.y=Mt(a+(l-a)*r-(s-n)*i,p),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,o=this.y-t.y;return Math.sqrt(e*e+o*o)},e.onCircle=function(t,o,r){var i=Et(o);return new e(t.x-r*Math.cos(i),t.y-r*Math.sin(i))},e}(D.Class);var oe=function(t){function e(e,o,r,i){t.call(this),this.x1=e||0,this.y1=o||0,this.x2=r||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 o=this.height(),r=this.width();return xt(t)&&(this.x1=t,this.x2=this.x1+r),xt(e)&&(this.y1=e,this.y2=this.y1+o),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 o=M(t),r=o?t[0]:t.x,i=o?t[1]:t.y;return this.wrap(new e(r,i,r,i)),this},e.prototype.snapTo=function(t,e){return e!==j&&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 o=this.height(),r=this.width(),i=e===P||e===a?E:j,n=i===E?o:r;if(e===s){var l=t.center(),p=this.center();this.x1+=l.x-p.x,this.y1+=l.y-p.y}else this[i+1]=e===P||e===g?t[i+1]-n:t[i+2];return this.x2=this.x1+r,this.y2=this.y1+o,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=$(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=$(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 ee(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 ee(this.x1,this.y1),new ee(this.x2,this.y1),new ee(this.x2,this.y2),new ee(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(),o=this.height(),r=this.center(),i=r.x,n=r.y,a=re(0,0,i,n,t),s=re(e,0,i,n,t),l=re(e,o,i,n,t),p=re(0,o,i,n,t);return e=Math.max(a.x,s.x,l.x,p.x)-Math.min(a.x,s.x,l.x,p.x),o=Math.max(a.y,s.y,l.y,p.y)-Math.min(a.y,s.y,l.y,p.y),this.x2=this.x1+e,this.y2=this.y1+o,this},e.prototype.toRect=function(){return new D.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,o){var r=e+1,i=e+2,n=e===j?T:v,l=this[n]();ct(o,[g,P])?(this[r]=t[r],this[i]=this[r]+l):ct(o,[C,a])?(this[i]=t[i],this[r]=this[i]-l):o===s&&(this[r]=t[r]+(t[n]()-l)/2,this[i]=this[r]+l)},e}(D.Class);function re(t,e,o,r,i){var n=Et(i);return new ee(o+(t-o)*Math.cos(n)+(e-r)*Math.sin(n),r-(t-o)*Math.sin(n)+(e-r)*Math.cos(n))}const ie=oe;var ne=function(t){function e(e,o,r,i,n){t.call(this),this.center=e,this.innerRadius=o,this.radius=r,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 o=Et(t),r=Math.cos(o),i=Math.sin(o),n=e?this.innerRadius:this.radius,a=Mt(this.center.x-r*n,p),s=Mt(this.center.y-i*n,p);return new ee(a,s)},e.prototype.adjacentBox=function(t,e,o){var r=this.clone().expand(t),i=r.middle(),n=r.point(i),a=e/2,s=o/2,l=Math.sin(Et(i)),p=Math.cos(Et(i)),c=n.x-a,h=n.y-s;return Math.abs(l)<.9&&(c+=a*-p/Math.abs(p)),Math.abs(p)<.9&&(h+=s*-l/Math.abs(l)),new ie(c,h,c+e,h+o)},e.prototype.containsPoint=function(t){var e=this.center,o=this.innerRadius,r=this.radius,i=this.startAngle,n=this.startAngle+this.angle,a=t.x-e.x,s=t.y-e.y,l=new ee(a,s),c=this.point(i),h=new ee(c.x-e.x,c.y-e.y),u=this.point(n),f=new ee(u.x-e.x,u.y-e.y),d=Mt(a*a+s*s,p);return(h.equals(l)||N(h,l))&&!N(f,l)&&d>=o*o&&d<=r*r},e.prototype.getBBox=function(){var t,e=new ie(m,m,b,b),o=Mt(this.startAngle%360),r=Mt((o+this.angle)%360),i=this.innerRadius,n=[0,90,180,270,o,r].sort(ae),a=n.indexOf(o),s=n.indexOf(r);t=o===r?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 p=this.point(t[l]);e.wrapPoint(p),e.wrapPoint(p,i)}return i||e.wrapPoint(this.center),e},e.prototype.expand=function(t){return this.radius+=t,this},e}(D.Class);function ae(t,e){return t-e}const se=ne;var le=function(t){function e(e,o,r,i){t.call(this,e,0,o,r,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}(se);const pe=le;var ce=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 o=t.startAngle+180,r=t.angle+o;t.angle>0&&o===r&&(r+=.001);var i=new D.geometry.Point(t.center.x,t.center.y),n=Math.max(t.radius,0),a=Math.max(t.innerRadius,0),s=new D.geometry.Arc(i,{startAngle:o,endAngle:r,radiusX:n,radiusY:n}),l=D.drawing.Path.fromArc(s,e).close();if(a){s.radiusX=s.radiusY=a;var p=s.pointAt(r);l.lineTo(p.x,p.y),l.arc(r,o,a,a,!0)}else l.lineTo(i.x,i.y);return l},e}(D.Class);ce.current=new ce;const he=ce;var ue=function(t){function e(e){t.call(this),this.children=[],this.options=X({},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,o=this.children,r=0;r<o.length;r++){var i=o[r];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 o=this.children,r=o.length,i=0;i<r;i++)o[i].box.translate(t,e)},e.prototype.append=function(){for(var t=arguments,e=0;e<arguments.length;e++){var o=t[e];this.children.push(o),o.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,o=0;o<e;o++)t[o].renderVisual()},e.prototype.createVisual=function(){this.visual=new D.drawing.Group({zIndex:this.options.zIndex,visible:Lt(this.options.visible,!0)})},e.prototype.createAnimation=function(){this.visual&&this.options.animation&&(this.animation=D.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):xt(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,o=t.options.zIndex||0,r=this.visual.children,i=r.length;for(e=0;e<i;e++){var n=r[e];if(Lt(n.options.zIndex,0)>o)break}this.visual.insert(e,t)},e.prototype.traverse=function(t){for(var e=this.children,o=e.length,r=0;r<o;r++){var i=e[r];t(i),i.traverse&&i.traverse(t)}},e.prototype.closest=function(t){for(var e=this,o=!1;e&&!o;)(o=t(e))||(e=e.parent);if(o)return e},e.prototype.renderComplete=function(){},e.prototype.hasHighlight=function(){var t=(this.options||{}).highlight;return!(!this.createHighlight||t&&!1===t.visible)},e.prototype.toggleHighlight=function(t,e){var o=this,r=(this.options||{}).highlight||{},i=r.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 o.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);xt(n.options.zIndex)||(n.options.zIndex=Lt(r.zIndex,this.options.zIndex)),this.appendVisual(n)}n.visible(t)},e.prototype.createGradientOverlay=function(t,e,o){var r=new D.drawing.Path(Object.assign({stroke:{color:"none"},fill:this.createGradient(o),closed:t.options.closed},e));return r.segments.elements(t.segments.elements()),r},e.prototype.createGradient=function(t){if(this.parent)return this.parent.createGradient(t)},e.prototype.supportsPointInactiveOpacity=function(){return!0},e}(D.Class);ue.prototype.options={};const fe=ue;var de=function(t){function e(e){t.call(this,e),this.options.margin=$(this.options.margin),this.options.padding=$(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 o,r=this,i=this.options,n=i.width,a=i.height,s=i.shrinkToFit,l=n&&a,p=i.margin,c=i.padding,h=i.border.width,u=function(){r.align(e,j,i.align),r.align(e,E,i.vAlign),r.paddingBox=o.clone().unpad(p).unpad(h)},f=e.clone();l&&(f.x2=f.x1+n,f.y2=f.y1+a),s&&f.unpad(p).unpad(h).unpad(c),t.prototype.reflow.call(this,f),o=l?this.box=new ie(0,0,n,a):this.box,s&&l?(u(),f=this.contentBox=this.paddingBox.clone().unpad(c)):(f=this.contentBox=o.clone(),o.pad(c).pad(h).pad(p),u()),this.translateChildren(o.x1-f.x1+p.left+h+c.left,o.y1-f.y1+p.top+h+c.top);for(var d=this.children,v=0;v<d.length;v++){var y=d[v];y.reflow(y.box)}},e.prototype.align=function(t,e,o){this.box.align(t,e,o)},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(D.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:Lt(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e}(fe);Bt(de,{align:g,vAlign:P,margin:{},padding:{},border:{color:n,width:0},background:"",shrinkToFit:!1,width:0,height:0,visible:!0});const ve=de;var ye=function(t){function e(e,o){t.call(this,e),this.pointData=o}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,o=t.type,r=t.rotation,i=e.center(),n=e.width()/2,a=e.height()/2;if(!t.visible||!this.hasBox())return null;var s,h=this.visualStyle();if(o===l)s=new D.drawing.Circle(new D.geometry.Circle([Mt(e.x1+n,p),Mt(e.y1+a,p)],Math.min(n,a)),h);else if("triangle"===o)s=D.drawing.Path.fromPoints([[e.x1+n,e.y1],[e.x1,e.y2],[e.x2,e.y2]],h).close();else if(o===c)(s=new D.drawing.MultiPath(h)).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(o===O){var f=Lt(t.borderRadius,u.width()/5);u.setCornerRadius(f)}s=D.drawing.Path.fromRect(u,h)}return r&&s.transform(D.geometry.transform().rotate(-r,[i.x,i.y])),s.options.zIndex=t.zIndex,s},e.prototype.createElement=function(){var t=this,e=this.options.visual,o=this.pointData||{};return e?e({value:o.value,dataItem:o.dataItem,sender:this.getSender(),series:o.series,category:o.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}(ve);Bt(ye,{type:l,align:s,vAlign:s});const ge=ye;var me="radial";const be={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:me,stops:[{offset:0,color:k,opacity:.55},{offset:.65,color:k,opacity:0},{offset:.95,color:k,opacity:.25}]},roundedBevel:{type:me,stops:[{offset:.33,color:k,opacity:.06},{offset:.83,color:k,opacity:.2},{offset:.95,color:k,opacity:0}]},roundedGlass:{type:me,supportVML:!1,stops:[{offset:0,color:k,opacity:0},{offset:.5,color:k,opacity:.3},{offset:.99,color:k,opacity:0}]},sharpGlass:{type:me,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:me,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 o=Math.min(t.x1,e.x1),r=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),p=Math.max(t.y2,e.y2),c=[];return c[0]=new ie(r,a,i,s),c[1]=new ie(o,s,r,l),c[2]=new ie(i,s,n,l),c[3]=new ie(r,l,i,p),t.x1===o&&t.y1===a||e.x1===o&&e.y1===a?(c[4]=new ie(o,a,r,s),c[5]=new ie(i,l,n,p)):(c[4]=new ie(i,a,n,s),c[5]=new ie(o,l,r,p)),at(c,(function(t){return t.height()>0&&t.width()>0}))[0]}var xe=function(t){function e(e){t.call(this,e);var o=this.options;o.width=parseInt(o.width,10),o.height=parseInt(o.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,o=new ie(0,0,t.width,t.height);this.box=o.unpad(t.margin);for(var r=0;r<e.length;r++)e[r].reflow(o),o=_e(o,e[r].box)||new ie},e.prototype.createVisual=function(){this.visual=new D.drawing.Group,this.createBackground()},e.prototype.createBackground=function(){var t=this.options,e=t.border||{},o=this.box.clone().pad(t.margin).unpad(e.width),r=D.drawing.Path.fromRect(o.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(r)},e.prototype.getRoot=function(){return this},e.prototype.createGradient=function(t){var e,o=this.gradients,r=jt(t),i=be[t.gradient];if(o[r])e=o[r];else{var n=Object.assign({},i,t);"linear"===i.type?e=new D.drawing.LinearGradient(n):(t.innerRadius&&(n.stops=function(t){for(var e=t.stops,o=t.innerRadius/t.radius*100,r=e.length,i=[],n=0;n<r;n++){var a=Object.assign({},e[n]);a.offset=(a.offset*(100-o)+o)/100,i.push(a)}return i}(n)),(e=new D.drawing.RadialGradient(n)).supportVML=!1!==i.supportVML),o[r]=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 ie(0,0,t.width,t.height)},e}(fe);Bt(xe,{width:600,height:400,background:k,border:{color:n,width:0},margin:$(5),zIndex:-2});const we=xe;var Ce=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=j,this.elementAxis=E,this.groupSizeField=T,this.elementSizeField=v,this.groupSpacing=t.spacing,this.elementSpacing=t.vSpacing):(this.groupAxis=E,this.elementAxis=j,this.groupSizeField=v,this.elementSizeField=T,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,o=e.box,r=e.elementAxis,i=e.groupAxis,n=e.elementSizeField,a=e.groupSizeField,s=this.groupOptions(),l=s.groups,p=s.groupsSize,c=s.maxGroupElementsSize,h=l.length,u=o[i+1]+this.alignStart(p,o[a]());if(h){for(var f=u,d=0;d<h;d++){for(var v=l[d],y=v.groupElements,g=o[r+1],m=y.length,b=0;b<m;b++){var _=y[b],x=t.elementSize(_),w=f+t.alignStart(x[a],v.groupSize),C=new ie;C[i+1]=w,C[i+2]=w+x[a],C[r+1]=g,C[r+2]=g+x[n],_.reflow(C),g+=x[n]+t.elementSpacing}f+=v.groupSize+t.groupSpacing}o[i+1]=u,o[i+2]=u+p,o[r+2]=o[r+1]+c}},e.prototype.alignStart=function(t,e){var o=0,r=this.options.align;return r===C||r===a?o=e-t:r===s&&(o=(e-t)/2),o},e.prototype.groupOptions=function(){for(var t=this,e=t.box,o=t.children,r=t.elementSizeField,i=t.groupSizeField,n=t.elementSpacing,a=t.groupSpacing,s=Mt(e[r]()),l=o.length,p=[],c=0,h=0,u=0,f=0,d=[],v=0;v<l;v++){var y=o[v];y.box||y.reflow(e);var g=this.elementSize(y);this.options.wrap&&Mt(h+n+g[r])>s&&(p.push({groupElements:d,groupSize:c,groupElementsSize:h}),f=Math.max(f,h),u+=a+c,c=0,h=0,d=[]),c=Math.max(c,g[i]),h>0&&(h+=n),h+=g[r],d.push(y)}return p.push({groupElements:d,groupSize:c,groupElementsSize:h}),{groups:p,groupsSize:u+=c,maxGroupElementsSize:f=Math.max(f,h)}},e.prototype.elementSize=function(t){return{width:t.box.width(),height:t.box.height()}},e.prototype.createVisual=function(){},e}(fe);Bt(Ce,{vertical:!0,wrap:!0,vSpacing:0,spacing:0});const Oe=Ce;var Se=D.drawing.Text,Pe=function(t){function e(e,o){t.call(this,o),this.content=e,this.reflow(new ie)}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,o=e.size=D.drawing.util.measureText(this.content,{font:e.font});this.baseline=o.baseline,this.box=new ie(t.x1,t.y1,t.x1+o.width,t.y1+o.height)},e.prototype.createVisual=function(){var t=this.options,e=t.font,o=t.color,r=t.opacity,i=t.cursor;this.visual=new Se(this.content,this.box.toRect().topLeft(),{font:e,fill:{color:o,opacity:r},cursor:i})},e}(fe);Bt(Pe,{font:u,color:n});const Ae=Pe;function ke(t){var e=t.origin,o=t.bottomRight();return new ie(e.x,e.y,o.x,o.y)}var Te=/\n/m,je=function(t){function e(e,o,r){t.call(this,o),this.content=e,this.data=r,this._initContainer(),!1!==this.options._autoReflow&&this.reflow(new ie)}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(Te),o=new Oe({vertical:!0,align:t.align,wrap:!1}),r=X({},t,{opacity:1,animation:null});this.container=o,this.append(o);for(var i=0;i<e.length;i++){var n=new Ae(e[i].trim(),r);o.append(n)}},e.prototype.reflow=function(e){var o=this.options,r=o.visual;if(this.container.options.align=o.align,r&&!this._boxReflow){var i=e;i.hasSize()||(this._boxReflow=!0,this.reflow(i),this._boxReflow=!1,i=this.box);var n=this.visual=r(this.visualContext(i));n&&(i=ke(n.clippedBBox()||new D.geometry.Rect),n.options.zIndex=o.zIndex),this.box=this.contentBox=this.paddingBox=i}else if(t.prototype.reflow.call(this,e),o.rotation){var a=$(o.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 D.drawing.Group({transform:this.rotationTransform(),zIndex:t.zIndex,noclip:t.noclip}),this.hasBox()){var e=D.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&&!xt(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,o={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(o,this.data),o},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,j,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(),o=e.x,r=e.y,i=this.rotatedBox.center();return D.geometry.transform().translate(i.x-o,i.y-r).rotate(t,[o,r])},e}(ve);const Ee=je;var Me=function(t){function e(e){t.call(this,e),this._textBox=new Ee(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,j)},e.buildTitle=function(t,o){var r,i=t;return"string"==typeof t&&(i={text:t}),(i=Object.assign({visible:!0},o,i))&&i.visible&&i.text&&(r=new e(i)),r},e.orderTitles=function(t){var e=[].concat(t),o=e.filter((function(t){return t&&t.options.position!==a})),r=e.filter((function(t){return t&&t.options.position===a}));return Ie(o),Ie(r),r.reverse(),o.concat(r)},e}(fe);function Ie(t){for(var e=1;e<t.length;e++){var o=t[e]._textBox,r=t[e-1]._textBox;r.options.margin=Object.assign($(r.options.margin),{bottom:0}),o.options.margin=Object.assign($(o.options.margin),{top:0})}}Bt(Me,{color:n,position:P,align:s,margin:$(5),padding:$(5)});const Le=Me;var Re=function(t){function e(e,o,r,i,n){t.call(this,o,n),this.text=o,this.value=e,this.index=r,this.dataItem=i,this.reflow(new ie)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualContext=function(e){var o=t.prototype.visualContext.call(this,e);return o.value=this.value,o.dataItem=this.dataItem,o.format=this.options.format,o.culture=this.options.culture,o},e.prototype.click=function(t,e){t.trigger("axisLabelClick",{element:Pt(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(),o=this.rotationTransform();this.box=ke(e.bbox(o.matrix()))}else t.prototype.rotate.call(this);return this.box},e.prototype.rotationTransform=function(){var e=this.options,o=e.rotation;if(!o)return null;if(e.alignRotation===s)return t.prototype.rotationTransform.call(this);var r=D.geometry.transform().rotate(o).matrix(),i=this.normalBox.toRect(),n=this.targetBox.toRect(),l=e.rotationOrigin||P,p=l===P||l===a?j:E,c=l===P||l===a?E:j,h=l===P||l===g?n.origin:n.bottomRight(),u=i.topLeft().transformCopy(r),d=i.topRight().transformCopy(r),v=i.bottomRight().transformCopy(r),y=i.bottomLeft().transformCopy(r),m=D.geometry.Rect.fromPoints(u,d,v,y),b={};b[c]=n.origin[c]-m.origin[c];var _,x,w=Math.abs(u[c]+b[c]-h[c]),C=Math.abs(d[c]+b[c]-h[c]);Mt(w,f)===Mt(C,f)?(_=u,x=d):C<w?(_=d,x=v):(_=u,x=y);var O=_[p]+(x[p]-_[p])/2;return b[p]=n.center()[p]-O,D.geometry.transform().translate(b.x,b.y).rotate(o)},e}(Ee);Bt(Re,{_autoReflow:!1});const De=Re;var Be=function(t){function e(e,o,r){t.call(this,o),this.fields=e,this.chartService=r,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 o,r,i=e.label,n=e.icon,a=new ie,s=function(){return t},p=n.size,c=this.fields.text;if(xt(i)&&i.visible){var h=ot(i);h?c=h(this.fields):i.format&&(c=this.chartService.format.auto(i.format,c)),i.color||(i.color=i.position===y?"#fff":n.background),this.label=new Ee(c,X({},i)),this.label.aliasFor=s,i.position!==y||xt(p)||(n.type===l?p=Math.max(this.label.box.width(),this.label.box.height()):(o=this.label.box.width(),r=this.label.box.height()),a.wrap(this.label.box))}n.width=o||p||7,n.height=r||p||7;var u=new ge(X({},n));u.aliasFor=s,this.marker=u,this.append(u),this.label&&this.append(this.label),u.reflow(new ie),this.wrapperBox=a.wrap(u.box)}},e.prototype.reflow=function(t){var e,o,r,i=this,n=i.options,s=i.label,l=i.marker,p=i.wrapperBox,c=t.center(),h=n.line.length,u=n.position;n.visible&&(ct(u,[g,C])?u===g?(r=p.alignTo(t,u).translate(-h,t.center().y-p.center().y),n.line.visible&&(e=[t.x1,c.y],this.linePoints=[e,[r.x2,c.y]],o=r.clone().wrapPoint(e))):(r=p.alignTo(t,u).translate(h,t.center().y-p.center().y),n.line.visible&&(e=[t.x2,c.y],this.linePoints=[e,[r.x1,c.y]],o=r.clone().wrapPoint(e))):u===a?(r=p.alignTo(t,u).translate(t.center().x-p.center().x,h),n.line.visible&&(e=[c.x,t.y2],this.linePoints=[e,[c.x,r.y1]],o=r.clone().wrapPoint(e))):(r=p.alignTo(t,u).translate(t.center().x-p.center().x,-h),n.line.visible&&(e=[c.x,t.y1],this.linePoints=[e,[c.x,r.y2]],o=r.clone().wrapPoint(e))),l&&l.reflow(r),s&&(s.reflow(r),l&&(n.label.position===w&&s.box.alignTo(l.box,u),s.reflow(s.box))),this.contentBox=r,this.targetBox=t,this.box=o||r)},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,o=this.options,r=o.visual;o.visible&&r?(this.visual=r(Object.assign(this.fields,{sender:this.getSender(),rect:this.targetBox.toRect(),options:{background:o.background,border:o.background,icon:o.icon,label:o.label,line:o.line,position:o.position,visible:o.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=D.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 o=this.eventArgs(e);t.trigger("noteClick",o)||e.preventDefault()},e.prototype.over=function(t,e){var o=this.eventArgs(e);t.trigger("noteHover",o)||e.preventDefault()},e.prototype.out=function(t,e){var o=this.eventArgs(e);t.trigger("noteLeave",o)},e.prototype.eventArgs=function(t){var e=this.options;return Object.assign(this.fields,{element:Pt(t),text:xt(e.label)?e.label.text:"",visual:this.visual})},e}(ve);Bt(Be,{icon:{visible:!0,type:l},label:{position:y,visible:!0,align:s,vAlign:s},line:{visible:!0},visible:!0,position:P,zIndex:2});const Ne=Be;var ze={format:function(t,e){return e},toString:function(t){return t},parseDate:function(t){return new Date(t)},firstDay:function(){return 0}},Ve=function(){},He={implementation:{configurable:!0}};Ve.register=function(t){ze=t},He.implementation.get=function(){return ze},Object.defineProperties(Ve,He);const Ue=Ve;var Fe=/\{(\d+)(:[^\}]+)?\}/g,Ge=function(t){this._intlService=t},We={intl:{configurable:!0}};We.intl.get=function(){return this._intlService||Ue.implementation},We.intl.set=function(t){this._intlService=t},Ge.prototype.auto=function(t){for(var e=[],o=arguments.length-1;o-- >0;)e[o]=arguments[o+1];var r=this.intl;return V(t)&&t.match(d)?r.format.apply(r,[t].concat(e)):r.toString(e[0],t)},Ge.prototype.localeAuto=function(t,e,o){var r=this.intl;return V(t)&&t.match(d)?t.replace(Fe,(function(t,i,n){var a=e[parseInt(i,10)];return r.toString(a,n?n.substring(1):"",o)})):r.toString(e[0],t,o)},Object.defineProperties(Ge.prototype,We);const Xe=Ge;var Ke=function(t,e){void 0===e&&(e={}),this._intlService=e.intlService,this.sender=e.sender||t,this.format=new Xe(e.intlService),this.chart=t,this.rtl=Boolean(e.rtl)},Ye={intl:{configurable:!0}};Ye.intl.get=function(){return this._intlService||Ue.implementation},Ye.intl.set=function(t){this._intlService=t,this.format.intl=t},Ke.prototype.notify=function(t,e){this.chart&&this.chart.trigger(t,e)},Ke.prototype.isPannable=function(t){var e=((this.chart||{}).options||{}).pannable;return e&&e.lock!==t},Object.defineProperties(Ke.prototype,Ye);const qe=Ke;var Ze,Qe=function(){};Qe.register=function(t){Ze=t},Qe.create=function(t,e){if(Ze)return Ze.create(t,e)};const $e=Qe;function Je(t,e){var o=t.tickX,r=t.tickY,i=t.position,n=new D.drawing.Path({stroke:{width:e.width,color:e.color}});return t.vertical?n.moveTo(o,i).lineTo(o+e.size,i):n.moveTo(i,r).lineTo(i,r+e.size),B(n),n}function to(t,e){var o=t.lineStart,r=t.lineEnd,i=t.position,n=new D.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});return t.vertical?n.moveTo(o,i).lineTo(r,i):n.moveTo(i,o).lineTo(i,r),B(n),n}var eo=function(t){function e(e,o){void 0===o&&(o=new qe),t.call(this,e),this.chartService=o,this.options.visible||(this.options=X({},this.options,{labels:{visible:!1},line:{visible:!1},margin:0,majorTickSize:0,minorTickSize:0})),this.options.minorTicks=X({},{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=X({},{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;K(e)&&(t.alignRotation=e.align,t.rotation=e.angle)},e.prototype.createLabels=function(){var t=this,e=this.options,o=e.vertical?C:s,r=X({},e.labels,{align:o,zIndex:e.zIndex}),i=Math.max(1,r.step);if(this.clearLabels(),r.visible){this.normalizeLabelRotation(r),"auto"===r.rotation&&(r.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},p=t.createAxisLabel(a,r,l);p&&(t.append(p),t.labels.push(p))}}},e.prototype.clearLabels=function(){this.children=at(this.children,(function(t){return!(t instanceof De)})),this.labels=[]},e.prototype.clearTitle=function(){var t=this;this.title&&(this.children=at(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,o=t.vertical,r=t.labels.mirror,i=r?e.x1:e.x2,n=r?e.y2:e.y1,a=t.line.width||0;return o?new ie(i,e.y1,i,e.y2-a):new ie(e.x1,n,e.x2-a,n)},e.prototype.createTitle=function(){var t=this.options,e=X({rotation:t.vertical?-90:0,text:"",zIndex:1,visualSize:!0},t.title);if(e.visible&&e.text){var o=new Ee(e.text,e);this.append(o),this.title=o}},e.prototype.createNotes=function(){var t=this,e=this.options,o=e.notes,r=o.data||[];this.notes=[];for(var i=0;i<r.length;i++){var n=X({},o,r[i]);n.value=t.parseNoteValue(n.value);var s=new Ne({value:n.value,text:n.label.text,dataItem:n},n,t.chartService);s.options.visible&&(xt(s.options.position)?e.vertical&&!ct(s.options.position,[g,C])?s.options.position=e.reverse?g:C:e.vertical||ct(s.options.position,[P,a])||(s.options.position=e.reverse?a:P):e.vertical?s.options.position=e.reverse?g:C:s.options.position=e.reverse?a:P,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 D.drawing.Group({zIndex:-2}),this.appendVisual(this._gridLines)),t},e.prototype.createTicks=function(t){var e=this.options,o=this.lineBox(),r=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 p=i.skip;p<s;p+=l)xt(a)&&p%a==0||(n.tickX=r?o.x2:o.x2-i.size,n.tickY=r?o.y1-i.size:o.y1,n.position=e[p],t.append(Je(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,o=this.lineBox();if(e.width>0&&e.visible){var r=new D.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});r.moveTo(o.x1,o.y1).lineTo(o.x2,o.y2),t._alignLines&&B(r);var i=this._lineGroup=new D.drawing.Group;i.append(r),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,o=t.background;o&&(this._backgroundPath=D.drawing.Path.fromRect(e.toRect(),{fill:{color:o},stroke:null}),this.visual.append(this._backgroundPath))},e.prototype.createPlotBands=function(){var t=this,e=this.options,o=e.plotBands||[],r=e.vertical,i=this.plotArea;if(0!==o.length){for(var n=this._plotbandGroup=new D.drawing.Group({zIndex:-1}),a=at(this.pane.axes,(function(e){return e.options.vertical!==t.options.vertical}))[0],s=0;s<o.length;s++){var l=o[s],p=void 0,c=void 0,h=l.label,u=void 0;if(r?(p=(a||i.axisX).lineBox(),c=t.getSlot(l.from,l.to,!0)):(p=t.getSlot(l.from,l.to,!0),c=(a||i.axisY).lineBox()),h&&(h.vAlign=h.position||g,u=t.createPlotBandLabel(h,l,new ie(p.x1,c.y1,p.x2,c.y2))),0!==p.width()&&0!==c.height()){var f=new D.geometry.Rect([p.x1,c.y1],[p.width(),c.height()]),d=D.drawing.Path.fromRect(f,{fill:{color:l.color,opacity:l.opacity},stroke:null});n.append(d),u&&n.append(u)}}this.appendVisual(n)}},e.prototype.createPlotBandLabel=function(t,e,o){if(!1===t.visible)return null;var r,i=t.text;if(xt(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(r=new Ee(i,t)).reflow(o),r.renderVisual(),r.visual},e.prototype.createGridLines=function(t){var e=this.options,o=e.minorGridLines,r=e.majorGridLines,i=e.minorUnit,n=e.vertical,a=t.options.line.visible,s=r.visible?e.majorUnit:0,l=t.lineBox(),p=l[n?"y1":"x1"],c={lineStart:l[n?"x1":"y1"],lineEnd:l[n?"x2":"y2"],vertical:n},h=[],u=this.gridLinesVisual();function f(t,e,o){var r=t.length,i=Math.max(1,e.step);if(e.visible)for(var n=e.skip;n<r;n+=i){var s=Mt(t[n]);ct(s,h)||n%o==0||a&&p===s||(c.position=s,u.append(to(c,e)),h.push(s))}}return f(this.getMajorTickPositions(),r),f(this.getMinorTickPositions(),o,s/i),u.children},e.prototype.reflow=function(t){for(var e=this,o=e.options,r=e.labels,i=e.title,n=o.vertical,a=r.length,s=n?T:v,l=i?i.box[s]():0,p=this.getActualTickSize()+o.margin+l,c=((this.getRoot()||{}).box||t)[s](),h=0,u=0;u<a;u++){var f=r[u].box[s]();f+p<=c&&(h=Math.max(h,f))}this.box=n?new ie(t.x1,t.y1,t.x1+h+p,t.y2):new ie(t.x1,t.y1,t.x2,t.y1+h+p),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,o=this.labelsBetweenTicks(),r=t.vertical,i=t.labels.mirror,n=this.getLabelsTickPositions(),a=0;a<e.length;a++){var s=e[a],l=this.labelTickIndex(s),p=r?s.box.height():s.box.width(),c=n[l],h=n[l+1],u=void 0,f=void 0;r?f=u=o?c+(h-c)/2-p/2:c-p/2:o?(u=c,f=h):f=(u=c-p/2)+p,this.positionLabel(s,i,u,f)}},e.prototype.positionLabel=function(t,e,o,r){void 0===r&&(r=o);var i,n=this.options,s=n.vertical,l=this.lineBox(),p=this.getActualTickSize()+n.margin;if(s){var c=l.x2;e?(c+=p,t.options.rotationOrigin=g):(c-=p+t.box.width(),t.options.rotationOrigin=C),i=t.box.move(c,o)}else{var h=l.y1;e?(h-=p+t.box.height(),t.options.rotationOrigin=a):(h+=p,t.options.rotationOrigin=P),i=new ie(o,h,r,h+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,o=Math.min(e.length,t.length-1),r=0,i=0;i<o;i++){var n=Math.abs(t[i+1]-t[i]),a=e[i].box,s=this.autoRotateLabelAngle(a,n);if(0!==s&&(r=s),-90===r)break}if(0!==r){for(var l=0;l<e.length;l++)e[l].options.rotation=r,e[l].reflow(new ie);return!0}},e.prototype.arrangeTitle=function(){var t=this.options,e=this.title,o=t.labels.mirror,r=t.vertical;e&&(r?(e.options.align=o?C:g,e.options.vAlign=e.options.position):(e.options.align=e.options.position,e.options.vAlign=o?P:a),e.reflow(this.box))},e.prototype.arrangeNotes=function(){for(var t=this,e=0;e<this.notes.length;e++){var o=t.notes[e],r=o.options.value,i=void 0;xt(r)?(t.shouldRenderNote(r)?o.show():o.hide(),i=t.noteSlot(r)):o.hide(),o.reflow(i||t.lineBox())}},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.alignTo=function(t){var e=t.lineBox(),o=this.options.vertical,r=o?E:j;this.box.snapTo(e,r),o?this.box.shrink(0,this.lineBox().height()-e.height()):this.box.shrink(this.lineBox().width()-e.width(),0),this.box[r+1]-=this.lineBox()[r+1]-e[r+1],this.box[r+2]-=this.lineBox()[r+2]-e[r+2]},e.prototype.axisLabelText=function(t,e,o){var r=this,i=ot(e),n=function(){return e.format?r.chartService.format.localeAuto(e.format,[t],e.culture):t};return i?i(Object.assign({},o,{get text(){return n()},value:t,format:e.format,culture:e.culture})):n()},e.prototype.slot=function(t,e,o){var r=this.getSlot(t,e,o);if(r)return r.toRect()},e.prototype.contentBox=function(){var t=this.box.clone(),e=this.labels;if(e.length){var o=this.options.vertical?E:j;if(this.chartService.isPannable(o)){var r=this.maxLabelOffset();t[o+1]-=r.start,t[o+2]+=r.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,o=t.reverse,r=this.labelsBetweenTicks(),i=this.getLabelsTickPositions(),n=e?E:j,a=this.labels,s=o?1:0,l=o?0:1,p=0,c=0,h=0;h<a.length;h++){var u=a[h],f=this.labelTickIndex(u),d=void 0,v=void 0;r?(d=i[f+s],v=i[f+l]):d=v=i[f],p=Math.max(p,d-u.box[n+1]),c=Math.max(c,u.box[n+2]-v)}return{start:p,end:c}},e.prototype.limitRange=function(t,e,o,r,i){var n=this.options;if(t<o&&i<0&&(!xt(n.min)||n.min<=o)||r<e&&i>0&&(!xt(n.max)||r<=n.max))return null;if(e<o&&i>0||r<t&&i<0)return{min:t,max:e};var a=e-t,s=t,l=e;return t<o&&i<0?(s=Tt(t,o,r),l=Tt(t+a,o+a,r)):e>r&&i>0&&(l=Tt(e,o,r),s=Tt(e-a,o,r-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(),o=t?e.height():e.width(),r=t?E:j,i=this.lineDir(),n=r+(1===i?1:2).toString();return{axis:r,axisOrigin:n,axisDir:i,lineBox:e,lineSize:o,lineStart:e[n]}},e.prototype.pointOffset=function(t){var e=this.lineInfo(),o=e.axis,r=e.axisDir,i=e.axisOrigin,n=e.lineBox,a=e.lineSize;return(r>0?t[o]-n[i]:n[i]-t[o])/a},e.prototype.scaleToDelta=function(t,e){var o=Tt(t,-.999,.999);return o>0?e*Math.min(1,o):e-e/(1+o)},e.prototype.labelsBetweenTicks=function(){return!this.options.justified},e.prototype.prepareUserOptions=function(){},e}(fe);Bt(eo,{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 oo=eo;var ro="milliseconds",io="seconds",no="minutes",ao="hours",so="days",lo="weeks",po="months",co="years",ho=1e3,uo=60*ho,fo=60*uo,vo=24*fo,yo=7*vo,go=31*vo,mo=365*vo,bo={years:mo,months:go,weeks:yo,days:vo,hours:fo,minutes:uo,seconds:ho,milliseconds:1};function _o(t,e){return t.getTime()-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*uo}function xo(t,e){return new Date(t.getTime()+e)}function wo(t){var e;return t instanceof Date?e=t:t&&(e=new Date(t)),e}function Co(t,e){return 0===e&&23===t.getHours()&&(t.setHours(t.getHours()+2),!0)}function Oo(t,e,o,r){var i=t;if(t){var n=wo(t),a=n.getHours();o===co?Co(i=new Date(n.getFullYear()+e,0,1),0):o===po?Co(i=new Date(n.getFullYear(),n.getMonth()+e,1),a):o===lo?(i=Oo(function(t,e){void 0===e&&(e=0);var o=0,r=t.getDay();if(!isNaN(r))for(;r!==e;)0===r?r=6:r--,o++;return xo(t,-o*vo)}(n,r),7*e,so),Co(i,a)):o===so?Co(i=new Date(n.getFullYear(),n.getMonth(),n.getDate()+e),a):o===ao?i=function(t,e){var o=new Date(t);o.setMinutes(0,0,0);var r=(t.getTimezoneOffset()-o.getTimezoneOffset())*uo;return xo(o,r+e*fo)}(n,e):o===no?(i=xo(n,e*uo)).getSeconds()>0&&i.setSeconds(0):o===io?i=xo(n,e*ho):o===ro&&(i=xo(n,e)),o!==ro&&i.getMilliseconds()>0&&i.setMilliseconds(0)}return i}function So(t,e,o){return Oo(wo(t),0,e,o)}function Po(t,e,o){var r=wo(t);return r&&So(r,e,o).getTime()===r.getTime()?r:Oo(r,1,e,o)}function Ao(t,e){return t&&e?t.getTime()-e.getTime():-1}function ko(t,e){return t.getTime()-e}function To(t){if(M(t)){for(var e=[],o=0;o<t.length;o++)e.push(To(t[o]));return e}if(t)return wo(t).getTime()}function jo(t,e){return t&&e?To(t)===To(e):t===e}function Eo(t,e,o){return _o(t,e)/bo[o]}function Mo(t,e,o,r){var i=wo(t),n=wo(e);return(o===po?i.getMonth()-n.getMonth()+12*(i.getFullYear()-n.getFullYear())+Eo(i,new Date(i.getFullYear(),i.getMonth()),so)/new Date(i.getFullYear(),i.getMonth()+1,0).getDate():o===co?i.getFullYear()-n.getFullYear()+Mo(i,new Date(i.getFullYear(),0),po,1)/12:o===so||o===lo?Eo(i,n,o):ko(i,e)/bo[o])/r}function Io(t,e,o){return o===co?e.getFullYear()-t.getFullYear():o===po?12*Io(t,e,co)+e.getMonth()-t.getMonth():o===so?Math.floor(ko(e,t)/vo):Math.floor(ko(e,t)/bo[o])}function Lo(t,e){return V(e)&&t.parseDate(e)||wo(e)}function Ro(t,e){if(M(e)){for(var o=[],r=0;r<e.length;r++)o.push(Lo(t,e[r]));return o}return Lo(t,e)}function Do(t,e){return z(t.weekStartDay)?t.weekStartDay:e&&e.firstDay?e.firstDay():0}var Bo=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||[],o=xt(t.min),r=xt(t.max);if(t.srcCategories=t.categories=e,(o||r)&&e.length){var i,n=o?Math.floor(t.min):0;i=r?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.totalRangeIndices=function(t){var e,o=this.options,r=z(o.min)?o.min:0;if(e=z(o.max)?o.max:z(o.min)?r+o.categories.length:this.totalRange().max||1,t){var i=this.totalRange();r=Tt(r,0,i.max),e=Tt(e,0,i.max)}return{min:r,max:e}},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,o=t.max,r=this.lineBox();return{scale:(this.options.vertical?r.height():r.width())/(o-e||1)*(this.options.reverse?-1:1),box:r,min:e,max:o}},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 o=this.options.vertical?E:j,r=t[o+1],i=t[o+2],n=e[0],a=kt(e);(n.box[o+1]>i||n.box[o+2]<r)&&(n.options.visible=!1),(a.box[o+1]>i||a.box[o+2]<r)&&(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(),o=e.min,r=e.max,i=Math.ceil(r),n=Math.floor(o),a=[];n<=i;)a.push(n),n+=t;return a},e.prototype.getTickPositions=function(t){for(var e=this.options,o=e.vertical,r=e.reverse,i=this.scaleOptions(),n=i.scale,a=i.box,s=i.min,l=a[(o?E:j)+(r?2:1)],c=this.tickIndices(t),h=[],u=0;u<c.length;u++)h.push(l+Mt(n*(c[u]-s),p));return h},e.prototype.getTicks=function(){var t=this.options,e=this._ticks,o=this.rangeIndices(),r=this.lineBox(),i=r.getHash()+o.min+","+o.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,r),e.minorTicks=n?this.filterOutOfRangePositions(this.getTickPositions(.5),r):[]}return e},e.prototype.filterOutOfRangePositions=function(t,e){if(!t.length)return t;for(var o=this.options.vertical?E:j,r=function(t){return e[o+1]<=t&&t<=e[o+2]},i=t.length-1,n=0;!r(t[n])&&n<=i;)n++;for(var a=i;!r(t[a])&&a>=0;)a--;return t.slice(n,a+1)},e.prototype.lineInfo=function(){var t=this.options,e=t.vertical,o=t.reverse,r=this.lineBox(),i=e?r.height():r.width(),n=e?E:j,a=o?-1:1,s=n+(1===a?1:2).toString();return{axis:n,axisOrigin:s,axisDir:a,lineBox:r,lineSize:i,lineStart:r[s]}},e.prototype.lineDir=function(){return this.options.reverse?-1:1},e.prototype.getSlot=function(t,e,o){var r=this.options,i=r.reverse,n=r.justified,a=this.scaleOptions(),s=a.scale,l=a.box,p=a.min,c=this.lineInfo(),h=c.axis,u=c.lineStart,f=l.clone(),d=!xt(e),v=Lt(t,0),y=Lt(e,v);y=Math.max(y-1,v);var g=u+(v-p)*s,m=u+((y=Math.max(v,y))+1-p)*s;return d&&n&&(m=g),o&&(g=Tt(g,l[h+1],l[h+2]),m=Tt(m,l[h+1],l[h+2])),f[h+1]=i?m:g,f[h+2]=i?g:m,f},e.prototype.limitSlot=function(t){var e=this.options.vertical?E:j,o=this.lineBox(),r=t.clone();return r[e+1]=Tt(t[e+1],o[e+1],o[e+2]),r[e+2]=Tt(t[e+2],o[e+1],o[e+2]),r},e.prototype.slot=function(e,o,r){var i=Math.floor(this.options.min||0),n=e,a=o;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,r)},e.prototype.pointCategoryIndex=function(t){var e=this.options,o=e.reverse,r=e.justified,i=e.vertical?E:j,n=this.scaleOptions(),a=n.scale,s=n.box,l=n.min,p=n.max,c=o?p:l,h=s[i+1],u=s[i+2],f=t[i];if(f<h||f>u)return null;var d=c+(f-h)/a,v=d%1;return r?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 o=this.options;return(e?o.srcCategories:o.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,o=this.lineBox(),r=e.vertical?o.height():o.width(),i=e.categories.length,n=Mt(t/(r/i),f);return{min:n,max:i+n}},e.prototype.scaleRange=function(t,e){var o=Math.abs(this.pointOffset(e)),r=this.totalRangeIndices(),i=r.max-r.min,n=this.scaleToDelta(t,i),a=o*n,s=(1-o)*n,l=r.min+a,p=r.max-s;return p-l<.1&&(p=l+.1),{min:l,max:p}},e.prototype.zoomRange=function(t,e){var o=this.totalRange(),r=o.min,i=o.max,n=this.scaleRange(t,e);return{min:Tt(n.min,r,i),max:Tt(n.max,r,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,o=t.labels,r=this.totalRangeIndices(!0),i=r.min,n=r.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>o.skip?o.skip+o.step*Math.ceil((i-o.skip)/o.step):o.skip)-a,max:(t.categories.length?n+(e?1:0):0)-a}},e.prototype.createAxisLabel=function(t,e,o){var r=this.options,i=r.dataItems?r.dataItems[t]:null,n=Lt(r.categories[t],"");o.dataItem=i;var a=this.axisLabelText(n,e,o);return new De(n,a,t,i,e)},e.prototype.shouldRenderNote=function(t){var e=this.totalRangeIndices();return Math.floor(e.min)<=t&&t<=Math.ceil(e.max)},e.prototype.noteSlot=function(t){var e=this.options,o=t-Math.floor(e.min||0);return this.getSlot(o)},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 o=this.options.vertical?E:j,r=e[o+1],i=e[o+2],n=0;n<t.length;n++){var a=t[n];a.box&&(i<a.box[o+1]||a.box[o+2]<r)&&a.hide()}},e.prototype.pan=function(t){var e=this.totalRangeIndices(!0),o=this.scaleOptions().scale,r=Mt(t/o,f),i=this.totalRange(),n=e.min+r,a=e.max+r;return this.limitRange(n,a,0,i.max,r)},e.prototype.pointsRange=function(t,e){var o=this.options,r=o.reverse,i=o.vertical?E:j,n=this.totalRangeIndices(!0),a=this.scaleOptions(),s=a.scale,l=a.box[i+(r?2:1)],p=t[i]-l,c=e[i]-l,h=n.min+p/s,u=n.min+c/s,f=Math.min(h,u),d=Math.max(h,u);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,o=this._categoriesMap?this._categoriesMap.get(t):function(t,e){if(t instanceof Date){for(var o=e.length,r=0;r<o;r++)if(jo(e[r],t))return r;return-1}return e.indexOf(t)}(t,e.srcCategories);return o},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.mapCategories=function(){if(!this._categoriesMap)for(var t=this._categoriesMap=new pt,e=this.options.srcCategories,o=0;o<e.length;o++)t.set(e[o],o)},e.prototype.totalCount=function(){return Math.max(this.options.srcCategories.length,this._seriesMax||0)},e}(oo);Bt(Bo,{type:"category",vertical:!1,majorGridLines:{visible:!1,width:1,color:n},labels:{zIndex:1},justified:!1,_deferLabels:!0});const No=Bo;var zo={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"},Vo=[ro,io,no,ao,so,lo,po,co],Ho="fit";function Uo(t){var e=t._range;return e||((e=t._range=Nt(t)).min=wo(e.min),e.max=wo(e.max)),e}var Fo=function(t){this.options=t};Fo.prototype.displayIndices=function(){return{min:0,max:1}},Fo.prototype.displayRange=function(){return{}},Fo.prototype.total=function(){return{}},Fo.prototype.valueRange=function(){return{}},Fo.prototype.valueIndex=function(){return-1},Fo.prototype.values=function(){return[]},Fo.prototype.totalIndex=function(){return-1},Fo.prototype.valuesCount=function(){return 0},Fo.prototype.totalCount=function(){return 0},Fo.prototype.dateAt=function(){return null};var Go=function(t,e,o){this.options=o,o.baseUnitStep=o.baseUnitStep||1;var r=o.roundToBaseUnit,i=o.justified;this.start=Oo(t,0,o.baseUnit,o.weekStartDay);var n=this.roundToTotalStep(e),a=!i&&jo(e,n)&&!o.justifyEnd;this.end=this.roundToTotalStep(e,!i,a?1:0);var s=o.min||t;this.valueStart=this.roundToTotalStep(s),this.displayStart=r?this.valueStart:s;var l=o.max;if(l){var p=!i&&jo(l,this.roundToTotalStep(l))?-1:0;this.valueEnd=this.roundToTotalStep(l,!1,p),this.displayEnd=r?this.roundToTotalStep(l,!i):o.max}else this.valueEnd=n,this.displayEnd=r||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 Wo(t,e,o){for(var r,i,n,a=Uo(t.categories),s=(t.max||a.max)-(t.min||a.min),l=t.autoBaseUnitSteps,p=t.maxDateGroups,c=t.baseUnit===Ho,h=e?Vo.indexOf(e):0,u=c?Vo[h++]:t.baseUnit,f=s/bo[u],d=f;!i||f>=p;){r=r||l[u].slice(0);do{n=r.shift()}while(n&&e===u&&n<o);if(n)f=d/(i=n);else{if(u===kt(Vo)){i=Math.ceil(d/p);break}if(!c){f>p&&(i=Math.ceil(d/p));break}u=Vo[h++]||kt(Vo),d=s/bo[u],r=null}}t.baseUnitStep=i,t.baseUnit=u}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,o=t.baseUnitStep,r=Mo(this.displayStart,this.valueStart,e,o),i=Mo(this.displayEnd,this.valueStart,e,o);this._indices={min:r,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(Mo(t,this.valueStart,e.baseUnit,e.baseUnitStep))},Go.prototype.totalIndex=function(t){var e=this.options;return Math.floor(Mo(t,this.start,e.baseUnit,e.baseUnitStep))},Go.prototype.dateIndex=function(t){var e=this.options;return Mo(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,o=this.valueRange();this._values=t=[];for(var r=o.min;r<=o.max;)t.push(r),r=Oo(r,e.baseUnitStep,e.baseUnit,e.weekStartDay)}return t},Go.prototype.dateAt=function(t,e){var o=this.options;return Oo(e?this.start:this.valueStart,o.baseUnitStep*t,o.baseUnit,o.weekStartDay)},Go.prototype.roundToTotalStep=function(t,e,o){var r=this.options,i=r.baseUnit,n=r.baseUnitStep,a=r.weekStartDay,s=this.start,l=Mo(t,s,i,n),p=e?Math.ceil(l):Math.floor(l);return o&&(p+=o),Oo(s,p*n,i,a)};var Xo=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,o=e.intl,r=this.options,i=r.categories||[];if(i._parsed||((i=Ro(o,i))._parsed=!0),r=X({roundToBaseUnit:!0},r,{categories:i,min:Lo(o,r.min),max:Lo(o,r.max),weekStartDay:Do(r,o)}),e.panning&&e.isPannable(r.vertical?E:j)&&(r.roundToBaseUnit=!1),r.userSetBaseUnit=r.userSetBaseUnit||r.baseUnit,r.userSetBaseUnitStep=r.userSetBaseUnitStep||r.baseUnitStep,this.options=r,r.srcCategories=i,i.length>0){var n=Uo(i),a=r.maxDivisions;if(this.dataRange=new Go(n.min,n.max,function(t){var e=(t.baseUnit||"").toLowerCase();return e!==Ho&&!ct(e,Vo)&&function(t){for(var e,o,r=t.categories,i=xt(r)?r.length:0,n=m,a=0;a<i;a++){var s=r[a];if(s&&e){var l=_o(s,e);l>0&&(o=(n=Math.min(n,l))>=mo?co:n>=go-3*vo?po:n>=yo?lo:n>=vo?so:n>=fo?ao:n>=uo?no:io)}e=s}t.baseUnit=o||so}(t),e!==Ho&&"auto"!==t.baseUnitStep||Wo(t),t}(r)),a){var s=this.dataRange.displayRange(),l=Object.assign({},r,{justified:!0,roundToBaseUnit:!1,baseUnit:"fit",min:s.min,max:s.max,maxDateGroups:a}),p=this.dataRange.options;Wo(l,p.baseUnit,p.baseUnitStep),this.divisionRange=new Go(n.min,n.max,l)}else this.divisionRange=this.dataRange}else r.baseUnit=r.baseUnit||so,this.dataRange=this.divisionRange=new Fo(r);this.rangeLabels=[]},e.prototype.tickIndices=function(e){var o=this.dataRange,r=this.divisionRange,i=r.valuesCount();if(!this.options.maxDivisions||!i)return t.prototype.tickIndices.call(this,e);var n=[],a=r.values(),s=0;this.options.justified||(a=a.concat(r.dateAt(i)),s=.5);for(var l=0;l<a.length;l++)if(n.push(o.dateIndex(a[l])+s),1!==e&&l>=1){var p=n.length-1;n.splice(l,0,n[p-1]+(n[p]-n[p-1])*e)}return n},e.prototype.shouldRenderNote=function(t){var e=this.range(),o=this.options.categories||[];return Ao(t,e.min)>=0&&Ao(t,e.max)<=0&&o.length},e.prototype.parseNoteValue=function(t){return Lo(this.chartService.intl,t)},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.translateRange=function(t){var e=this.options,o=e.baseUnit,r=e.weekStartDay,i=e.vertical,n=this.lineBox(),a=i?n.height():n.width(),s=this.range(),l=a/(s.max-s.min),p=Mt(t/l,f);if(s.min&&s.max){var c=xo(e.min||s.min,p),h=xo(e.max||s.max,p);s={min:Oo(c,0,o,r),max:Oo(h,0,o,r)}}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,o=this.lineBox(),r=e.vertical?o.height():o.width(),i=this.dataRange.displayRange(),n=i.min,a=i.max,s=this.dataRange.total(),l=Mt(t/(r/(a-n)),f)*(e.reverse?-1:1),p=xo(n,l),c=xo(a,l),h=this.limitRange(To(p),To(c),To(s.min),To(s.max),l);return h?(h.min=wo(h.min),h.max=wo(h.max),h.baseUnit=e.baseUnit,h.baseUnitStep=e.baseUnitStep||1,h.userSetBaseUnit=e.userSetBaseUnit,h.userSetBaseUnitStep=e.userSetBaseUnitStep,h):void 0},e.prototype.pointsRange=function(e,o){if(this.isEmpty())return null;var r=t.prototype.pointsRange.call(this,e,o),i=this.dataRange.displayRange(),n=this.dataRange.displayIndices(),a=ko(i.max,i.min)/(n.max-n.min),s=this.options;return{min:xo(i.min,r.min*a),max:xo(i.min,r.max*a),baseUnit:s.userSetBaseUnit||s.baseUnit,baseUnitStep:s.userSetBaseUnitStep||s.baseUnitStep}},e.prototype.scaleRange=function(t,e){if(this.isEmpty())return{};var o=this.options,r=o.userSetBaseUnit===Ho,i=this.dataRange.total(),n=this.dataRange.displayRange(),a=n.min,s=n.max,l=Math.abs(this.pointOffset(e)),p=s-a,c=this.scaleToDelta(t,p),h=Math.round(l*c),u=Math.round((1-l)*c),f=this.dataRange.options.baseUnit,d=new Date(a.getTime()+h),v=new Date(s.getTime()-u);if(r){var y,g,m=o.autoBaseUnitSteps,b=o.maxDateGroups,_=kt(m[f])*b*bo[f],x=ko(s,a),w=ko(v,d),C=Vo.indexOf(f);if(w<bo[f]&&f!==ro)f=Vo[C-1],d=xo(a,g=(x-(b-1)*(y=kt(m[f]))*bo[f])/2),v=xo(s,-g);else if(w>_&&f!==co){var O=0;do{C++,f=Vo[C],O=0,g=2*bo[f];do{y=m[f][O],O++}while(O<m[f].length&&g*y<x)}while(f!==co&&g*y<x);(g=(g*y-x)/2)>0&&(d=xo(a,-g),v=xo(s,g),d=xo(d,Tt(v,i.min,i.max)-v),v=xo(v,Tt(d,i.min,i.max)-d))}}return d&&v&&ko(v,d)>0?{min:d,max:v,baseUnit:o.userSetBaseUnit||o.baseUnit,baseUnitStep:o.userSetBaseUnitStep||o.baseUnitStep}:void 0},e.prototype.zoomRange=function(t,e){var o=this.dataRange.total(),r=this.scaleRange(t,e);return r&&(r.min<o.min&&(r.min=o.min),r.max>o.max&&(r.max=o.max)),r},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 o=this.lineBox(),r=t.vertical,i=t.rangeLabels.mirror||t.labels.mirror,n=e[0];if(n){var a=r?o.y1-n.box.height()/2:o.x1;this.positionLabel(n,i,a)}var s=e[1];if(s){var l=r?o.y2-s.box.height()/2:o.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 o=t[0];if(o&&o.options.visible)for(var r=0;r<e.length&&a(o,e[r]);r++);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),o=this.rangeLabels,r=0;r<o.length;r++){var i=o[r];i.options.visible&&e.wrap(i.box)}return e},e.prototype.createAxisLabel=function(t,e,o){void 0===o&&(o={});var r=this.options,i=r.dataItems&&!r.maxDivisions?r.dataItems[t]:null,n=this.divisionRange.dateAt(t),a=e.dateFormats[this.divisionRange.options.baseUnit];e.format=e.format||a,o.dataItem=i;var s=this.axisLabelText(n,e,o);if(s)return new De(n,s,t,i,e)},e.prototype.createRangeLabels=function(){var t=this,e=this.divisionRange,o=e.displayStart,r=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,o,r){if(r){var i=new De(o,r,e,null,n);t.append(i),t.rangeLabels.push(i)}};l(0,o,this.axisLabelText(o,n,{index:0,count:2})),l(1,r,this.axisLabelText(r,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 o=function(e,o,r){var i=2*Math.abs(o[r+1]-o[r]),n=t.autoRotateLabelAngle(e.box,i);0!==n&&(e.options.rotation=n,e.reflow(new ie))},r=this.getMajorTickPositions();o(e[0],r,0),o(e[1],r,r.length-2)}},e.prototype.categoryIndex=function(t){return this.dataRange.valueIndex(t)},e.prototype.slot=function(t,e,o){var r=this.dataRange,i=t,n=e;i instanceof Date&&(i=r.dateIndex(i)),n instanceof Date&&(n=r.dateIndex(n));var a=this.getSlot(i,n,o);if(a)return a.toRect()},e.prototype.getSlot=function(e,o,r){var i=e,n=o;return typeof i===x&&(i=this.categoryIndex(i)),typeof n===x&&(n=this.categoryIndex(n)),t.prototype.getSlot.call(this,i,n,r)},e.prototype.valueRange=function(){var t=Uo(this.options.srcCategories);return{min:wo(t.min),max:wo(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.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=Uo(t.srcCategories);return new Go(e.min,e.max,Object.assign({},t,{justified:!1,roundToBaseUnit:!0,justifyEnd:!1})).displayRange()},e}(No);Bt(Xo,{type:h,labels:{dateFormats:zo},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 Ko=Xo;function Yo(t,e){return Mt(Math.floor(t/e)*e,f)}function qo(t,e){return Mt(Math.ceil(t/e)*e,f)}function Zo(t){return Math.max(Math.min(t,3e5),-3e5)}var Qo=Math.pow(10,1-f),$o=function(t){function e(e,o,r,i){t.call(this,Object.assign({},r,{seriesMin:e,seriesMax:o}),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,o){var r=o.narrowRange,i=function(t,e,o){if(!t&&!e)return 0;var r;if(t>=0&&e>=0){var i=t===e?0:t;if(!1===o||!o&&(e-i)/e>.2)return 0;r=Math.max(0,i-(e-i)/2)}else r=t;return r}(t,e,r),n=function(t,e,o){if(!t&&!e)return 1;var r;if(t<=0&&e<=0){var i=t===e?0:e,n=Math.abs((i-t)/i);if(!1===o||!o&&n>.2)return 0;r=Math.min(0,i-(t-i)/2)}else r=e;return r}(t,e,r),a=te(i,n),s={majorUnit:a};return!1!==o.roundToMajorUnit&&(i<0&&Jo(i,a,1/3)&&(i-=a),n>0&&Jo(n,a,1/3)&&(n+=a)),s.min=Yo(i,a),s.max=qo(n,a),s}(t.seriesMin,t.seriesMax,t);return this.totalOptions=function(t,e){return{min:xt(e.min)?Math.min(t.min,e.min):t.min,max:xt(e.max)?Math.max(t.max,e.max):t.max,majorUnit:t.majorUnit}}(e,t),function(t,e){var o,r,i=e;if(e){!function(t,e){for(var o=0;o<e.length;o++){var r=e[o];null===t[r]&&(t[r]=void 0)}}(e,["min","max"]),o=xt(e.min),r=xt(e.max);var n=o||r;n&&e.min===e.max&&(e.min>0?e.min=0:e.max=1),e.majorUnit?(t.min=Yo(t.min,e.majorUnit),t.max=qo(t.max,e.majorUnit)):n&&(i=X(t,e),t.majorUnit=te(i.min,i.max))}t.minorUnit=(i.majorUnit||t.majorUnit)/5;var a=X(t,i);return a.min>=a.max&&(o&&!r?a.max=a.min+a.majorUnit:!o&&r&&(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,o=e.max-e.min;return Math.floor(Mt(o/t,p))+1},e.prototype.getTickPositions=function(t,e){var o=this.options,r=this.lineInfo(),i=r.axisDir,n=r.axisOrigin,a=r.lineBox,s=t*(r.lineSize/(o.max-o.min)),l=this.getDivisions(t),c=[],h=a[n],u=0;e&&(u=e/t);for(var f=0;f<l;f++)f%u!=0&&c.push(Mt(h,p)),h+=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,o){void 0===o&&(o=!1);var r=this.options,i=this.lineInfo(),n=i.axis,a=i.axisDir,s=i.lineBox,l=i.lineSize,p=i.lineStart,c=a*(l/(r.max-r.min)),h=Lt(t,e||0),u=Lt(e,t||0);o&&(h=Tt(h,r.min,r.max),u=Tt(u,r.min,r.max));var f=Math.min(h,u)-r.min,d=Math.max(h,u)-r.min,v=new ie(s.x1,s.y1,s.x1,s.y1);return v[n+1]=Zo(p+c*(a>0?f:d)),v[n+2]=Zo(p+c*(a>0?d:f)),v},e.prototype.getValue=function(t){var e=this.options,o=Number(e.max),r=Number(e.min),i=this.pointOffset(t);return i<0||i>1?null:Mt(r+i*(o-r),f)},e.prototype.translateRange=function(t){var e=this.options,o=e.vertical,r=e.reverse,i=e.max,n=e.min,a=this.lineInfo().lineSize,s=Mt(t/(a/(i-n)),f);return!o&&!r||o&&r||(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,o){var r=this.options,i=Mt(r.min+t*r.majorUnit,f),n=this.axisLabelText(i,e,o);return new De(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 o=this.getValue(t),r=this.getValue(e),i=Math.min(o,r),n=Math.max(o,r);if(this.isValidRange(i,n))return{min:i,max:n}},e.prototype.scaleRange=function(t,e){var o=Math.abs(this.pointOffset(e)),r=this.options.max-this.options.min,i=this.scaleToDelta(t,r),n=o*i,a=(1-o)*i,s=Mt(this.options.min+n,f),l=Mt(this.options.max-a,f);return l-s<Qo&&(l=s+Qo),{min:s,max:l}},e.prototype.zoomRange=function(t,e){var o=this.totalMin,r=this.totalMax,i=this.scaleRange(t,e);return{min:Tt(i.min,o,r),max:Tt(i.max,o,r),narrowRange:!1}},e.prototype.isValidRange=function(t,e){return e-t>Qo},e}(oo);function Jo(t,e,o){var r=Mt(Math.abs(t%e),f);return 0===r||r>e*(1-o)}Bt($o,{type:"numeric",min:0,max:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:n},labels:{format:"#.####################"},zIndex:1});const tr=$o;var er=function(t){function e(e,o,r,i){var n=wo(e),a=wo(o),s=i.intl,l=r||{};l=function(t,e,o){var r,i,n=o.min||t,a=o.max||e,s=o.baseUnit||(a&&n?(r=_o(a,n),i=ao,r>=mo?i=co:r>=go?i=po:r>=yo?i=lo:r>=vo&&(i=so),i):ao),l=bo[s],p=o.weekStartDay||0,c=So(To(n)-1,s,p)||wo(a),h=Po(To(a)+1,s,p),u=(o.majorUnit?o.majorUnit:void 0)||qo(te(c.getTime(),h.getTime()),l)/l,f=Io(c,h,s),d=qo(f,u)-f,v=Math.floor(d/2),y=d-v;return o.baseUnit||delete o.baseUnit,o.baseUnit=o.baseUnit||s,o.min=o.min||Oo(c,-v,s,p),o.max=o.max||Oo(h,y,s,p),o.minorUnit=o.minorUnit||u/5,o.majorUnit=u,o}(n,a,l=X(l||{},{min:Lo(s,l.min),max:Lo(s,l.max),axisCrossingValue:Ro(s,l.axisCrossingValues||l.axisCrossingValue),weekStartDay:Do(l,s)})),t.call(this,l,i),this.intlService=s,this.seriesMin=n,this.seriesMax=a;var p=l.weekStartDay||0;this.totalMin=To(So(To(n)-1,l.baseUnit,p)),this.totalMax=To(Po(To(a)+1,l.baseUnit,p))}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,o=this.lineInfo(),r=o.axisDir,i=o.lineSize,n=o.lineStart,a=this.getDivisions(t),s=i/ko(e.max,e.min),l=e.weekStartDay||0,c=[n],h=1;h<a;h++){var u=n+ko(Oo(e.min,h*t,e.baseUnit,l),e.min)*s*r;c.push(Mt(u,p))}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,o){return tr.prototype.getSlot.call(this,Lo(this.intlService,t),Lo(this.intlService,e),o)},e.prototype.getValue=function(t){var e=tr.prototype.getValue.call(this,t);return null!==e?wo(e):null},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,o){var r=this.options,i=t*r.majorUnit,n=r.weekStartDay||0,a=r.min;i>0&&(a=Oo(a,i,r.baseUnit,n));var s=e.dateFormats[r.baseUnit];e.format=e.format||s;var l=this.axisLabelText(a,e,o);return new De(a,l,t,null,e)},e.prototype.translateRange=function(t){var e=this.options,o=this.lineBox(),r=e.vertical,i=e.reverse,n=r?o.height():o.width(),a=this.range(),s=n/ko(a.max,a.min),l=Mt(t/s,f);return!r&&!i||r&&i||(l=-l),{min:xo(e.min,l),max:xo(e.max,l),offset:l}},e.prototype.shouldRenderNote=function(t){var e=this.range();return Ao(t,e.min)>=0&&Ao(t,e.max)<=0},e.prototype.pan=function(t){var e=this.translateRange(t,!0),o=this.limitRange(To(e.min),To(e.max),this.totalMin,this.totalMax,e.offset);if(o)return{min:wo(o.min),max:wo(o.max)}},e.prototype.pointsRange=function(t,e){var o=this.getValue(t),r=this.getValue(e),i=Math.min(o,r),n=Math.max(o,r);return{min:wo(i),max:wo(n)}},e.prototype.scaleRange=function(t,e){var o=Math.abs(this.pointOffset(e)),r=this.options.max-this.options.min,i=this.scaleToDelta(t,r),n=o*i,a=(1-o)*i,s=wo(To(this.options.min)+n),l=wo(To(this.options.max)-a);return l-s<1e3&&(l=wo(To(s)+1e3)),{min:s,max:l}},e.prototype.zoomRange=function(t,e){var o=this.scaleRange(t,e);return{min:wo(Tt(To(o.min),this.totalMin,this.totalMax)),max:wo(Tt(To(o.max),this.totalMin,this.totalMax))}},e}(oo);Bt(er,{type:h,majorGridLines:{visible:!0,width:1,color:n},labels:{dateFormats:zo}});const or=er;var rr=1e-6,ir=function(t){function e(e,o,r,i){var n=X({majorUnit:10,min:e,max:o},r),a=n.majorUnit,s=function(t,e){var o=Mt(ar(t,e),f)%1;return t<=0?e:0!==o&&(o<.3||o>.9)?Math.pow(e,ar(t,e)+.2):Math.pow(e,Math.ceil(ar(t,e)))}(o,a),l=function(t,e,o){var r=o.majorUnit,i=t;return t<=0?i=e<=1?Math.pow(r,-2):1:o.narrowRange||(i=Math.pow(r,Math.floor(ar(t,r)))),i}(e,o,n),p=function(t,e,o,r){var i=o.min,n=o.max;return xt(o.axisCrossingValue)&&o.axisCrossingValue<=0&&nr(),xt(r.max)?r.max<=0&&nr():n=e,xt(r.min)?r.min<=0&&nr():i=t,{min:i,max:n}}(l,s,n,r);n.max=p.max,n.min=p.min,n.minorUnit=r.minorUnit||Mt(a-1,f),t.call(this,n,i),this.totalMin=xt(r.min)?Math.min(l,r.min):l,this.totalMax=xt(r.max)?Math.max(s,r.max):s,this.logMin=Mt(ar(p.min,a),f),this.logMax=Mt(ar(p.max,a),f),this.seriesMin=e,this.seriesMax=o,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,o){var r=this,i=r.options,n=r.logMin,a=r.logMax,s=i.majorUnit,l=i.min,p=i.max,c=this.lineInfo(),h=c.axis,u=c.axisDir,f=c.lineBox,d=c.lineSize,v=c.lineStart,y=u*(d/(a-n)),g=Lt(t,e||1),m=Lt(e,t||1);if(g<=0||m<=0)return null;o&&(g=Tt(g,l,p),m=Tt(m,l,p)),g=ar(g,s),m=ar(m,s);var b=Math.min(g,m)-n,_=Math.max(g,m)-n,x=new ie(f.x1,f.y1,f.x1,f.y1);return x[h+1]=Zo(v+y*(u>0?b:_)),x[h+2]=Zo(v+y*(u>0?_:b)),x},e.prototype.getValue=function(t){var e=this,o=e.options,r=e.logMin,i=e.logMax,n=o.majorUnit,a=this.lineInfo(),s=a.axis,l=a.axisDir,p=a.lineStart,c=a.lineSize,h=(i-r)/c,u=l*(t[s]-p);if(u<0||u>c)return null;var d=r+u*h;return Mt(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,o=e.options,r=e.logMin,i=e.logMax,n=o.reverse,a=o.vertical,s=o.majorUnit,l=this.lineBox(),p=a?l.height():l.width(),c=Mt(t/(p/(i-r)),f);return!a&&!n||a&&n||(c=-c),{min:Math.pow(s,r+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,o=e.majorTicks,r=e.minorTicks,i=e.vertical,n=e.labels.mirror,a=this.lineBox(),s={vertical:i};function l(e,o){s.tickX=n?a.x2:a.x2-o.size,s.tickY=n?a.y1-o.size:a.y1,s.position=e,t.append(Je(s,o))}return o.visible&&this.traverseMajorTicksPositions(l,o),r.visible&&this.traverseMinorTicksPositions(l,r),[]},e.prototype.createGridLines=function(t){var e=this.options,o=e.minorGridLines,r=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 p(t,e){ct(t,s)||(a.position=t,l.append(to(a,e)),s.push(t))}return r.visible&&this.traverseMajorTicksPositions(p,r),o.visible&&this.traverseMinorTicksPositions(p,o),l.children},e.prototype.traverseMajorTicksPositions=function(t,e){for(var o=this.lineInfo(),r=o.lineStart,i=o.step,n=this.logMin,a=this.logMax,s=Math.ceil(n)+e.skip;s<=a;s+=e.step)t(Mt(r+i*(s-n),f),e)},e.prototype.traverseMinorTicksPositions=function(t,e){for(var o=this.options,r=o.min,i=o.max,n=o.minorUnit,a=o.majorUnit,s=this.lineInfo(),l=s.lineStart,p=s.step,c=this.logMin,h=this.logMax,u=Math.floor(c);u<h;u++)for(var d=this._minorIntervalOptions(u),v=e.skip;v<n;v+=e.step){var y=d.value+v*d.minorStep;if(y>i)break;y>=r&&t(Mt(l+p*(ar(y,a)-c),f),e)}},e.prototype.createAxisLabel=function(t,e,o){var r=Math.ceil(this.logMin+t),i=Math.pow(this.options.majorUnit,r),n=this.axisLabelText(i,e,o);return new De(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 o=this.getValue(t),r=this.getValue(e);return{min:Math.min(o,r),max:Math.max(o,r)}},e.prototype.scaleRange=function(t,e){var o=this.options.majorUnit,r=ar(this.options.min,o),i=ar(this.options.max,o),n=Math.abs(this.pointOffset(e)),a=i-r,s=this.scaleToDelta(t,a),l=Math.pow(o,r+n*s),p=Math.pow(o,i-(1-n)*s);return p-l<rr&&(p=l+rr),{min:l,max:p}},e.prototype.zoomRange=function(t,e){var o=this.scaleRange(t,e),r=this.totalMin,i=this.totalMax;return{min:Tt(o.min,r,i),max:Tt(o.max,r,i)}},e.prototype._minorIntervalOptions=function(t){var e=this.options,o=e.minorUnit,r=e.majorUnit,i=Math.pow(r,t);return{value:i,minorStep:(Math.pow(r,t+1)-i)/o}},e.prototype.lineInfo=function(){var e=t.prototype.lineInfo.call(this);return e.step=e.axisDir*(e.lineSize/(this.logMax-this.logMin)),e},e}(oo);function nr(){throw new Error("Non positive values cannot be used for a logarithmic axis")}function ar(t,e){return Math.log(t)/Math.log(e)}Bt(ir,{type:"log",majorUnit:10,minorUnit:1,axisCrossingValue:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:n},zIndex:1,_deferLabels:!0});const sr=ir,lr={createGridLines:function(t){var e,o,r=this.options,i=Math.abs(this.box.center().y-t.lineBox().y1),n=[],a=!1;return r.majorGridLines.visible&&(e=this.majorGridLineAngles(t),a=!0,n=this.renderMajorGridLines(e,i,r.majorGridLines)),r.minorGridLines.visible&&(o=this.minorGridLineAngles(t,a),bt(n,this.renderMinorGridLines(o,i,r.minorGridLines,t,a))),n},renderMajorGridLines:function(t,e,o){return this.renderGridLines(t,e,o)},renderMinorGridLines:function(t,e,o,r,i){var n=this.radiusCallback&&this.radiusCallback(e,r,i);return this.renderGridLines(t,e,o,n)},renderGridLines:function(t,e,o,r){for(var i={stroke:{width:o.width,color:o.color,dashType:o.dashType}},n=this.box.center(),a=new D.geometry.Circle([n.x,n.y],e),s=this.gridLinesVisual(),l=0;l<t.length;l++){var p=new D.drawing.Path(i);r&&(a.radius=r(t[l])),p.moveTo(a.center).lineTo(a.pointAt(t[l]+180)),s.append(p)}return s.children},gridLineAngles:function(t,e,o,r,i){var n=this,a=this.intervals(e,o,r,i),s=t.options,l=s.visible&&!1!==(s.line||{}).visible;return vt(a,(function(t){var e=n.intervalAngle(t);if(!l||90!==e)return e}))}};var pr=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,o=e.skip||0,r=e.step||1,i=new ie,n=0;n<t.length;n++){t[n].reflow(i);var a=t[n].box;t[n].reflow(this.getSlot(o+n*r).adjacentBox(0,a.width(),a.height()))}},e.prototype.intervals=function(t,e,o,r){void 0===r&&(r=!1);for(var i=this.options,n=i.categories.length/t||1,a=360/n,s=o||1,l=[],c=0,h=e||0;h<n;h+=s)c=i.reverse?360-h*a:h*a,c=Mt(c,p)%360,r&&ct(c,r)||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 vt(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 o=this.options,r=o.minorGridLines,i=o.majorGridLines,n=e?this.intervals(1,i.skip,i.step):null;return this.gridLineAngles(t,.5,r.skip,r.step,n)},e.prototype.radiusCallback=function(t,e,o){if(e.options.type!==i){var r=Et(360/(2*this.options.categories.length)),n=Math.cos(r)*t,a=this.majorAngles();return function(e){return!o&&ct(e,a)?t:n}}},e.prototype.createPlotBands=function(){for(var t=this.options.plotBands||[],e=this._plotbandGroup=new D.drawing.Group({zIndex:-1}),o=0;o<t.length;o++){var r=t[o],i=this.plotBandSlot(r),n=this.getSlot(r.from),a=r.from-Math.floor(r.from);i.startAngle+=a*n.angle;var s=Math.ceil(r.to)-r.to;i.angle-=(s+a)*n.angle;var l=he.current.createRing(i,{fill:{color:r.color,opacity:r.opacity},stroke:{opacity:r.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 o=this.options,r=o.justified,i=this.box,n=this.majorAngles(),a=n.length,s=360/a,l=t;o.reverse&&!r&&(l=(l+1)%a);var p=n[l=Tt(Math.floor(l),0,a-1)];r&&(p-=s/2)<0&&(p+=360);var c=s*(Tt(Math.ceil(e||l),l,a-1)-l+1);return new se(i.center(),0,i.height()/2,p,c)},e.prototype.slot=function(t,e){var o=this.getSlot(t,e),r=o.startAngle+180,i=r+o.angle;return new D.geometry.Arc([o.center.x,o.center.y],{startAngle:r,endAngle:i,radiusX:o.radius,radiusY:o.radius})},e.prototype.pointCategoryIndex=function(t){for(var e=this.options.categories.length,o=null,r=0;r<e;r++)if(this.getSlot(r).containsPoint(t)){o=r;break}return o},e}(No);Bt(pr,{startAngle:90,labels:{margin:$(10)},majorGridLines:{visible:!0},justified:!0}),X(pr.prototype,lr);const cr=pr;var hr=function(t){function e(e,o){t.call(this,e,o);var r=this.options;r.minorUnit=r.minorUnit||r.majorUnit/2}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDivisions=function(t){return tr.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,o=t.labels,r=t.options.labels,i=r.skip||0,n=r.step||1,a=new ie,s=this.intervals(e.majorUnit,i,n),l=0;l<o.length;l++){o[l].reflow(a);var p=o[l].box;o[l].reflow(this.getSlot(s[l]).adjacentBox(0,p.width(),p.height()))}},e.prototype.lineBox=function(){return this.box},e.prototype.intervals=function(t,e,o,r){void 0===r&&(r=!1);for(var i=this.options.min,n=this.getDivisions(t),a=[],s=o||1,l=e||0;l<n;l+=s){var p=(360+i+l*t)%360;r&&ct(p,r)||a.push(p)}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 o=this.options,r=o.minorGridLines,i=o.majorGridLines,n=e?this.intervals(o.majorUnit,i.skip,i.step):null;return this.gridLineAngles(t,o.minorUnit,r.skip,r.step,n)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to)},e.prototype.getSlot=function(t,e){var o=this.options,r=this.box,i=o.startAngle,n=Tt(t,o.min,o.max),a=Tt(e||n,n,o.max);if(o.reverse&&(n*=-1,a*=-1),(a=(540-a-i)%360)<(n=(540-n-i)%360)){var s=n;n=a,a=s}return new se(r.center(),0,r.height()/2,n,a-n)},e.prototype.slot=function(t,e){void 0===e&&(e=t);var o,r,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?(o=s,r=l):(o=360-l,r=360-s),o=(o+n)%360,r=(r+n)%360,new D.geometry.Arc([a.center.x,a.center.y],{startAngle:o,endAngle:r,radiusX:a.radius,radiusY:a.radius})},e.prototype.getValue=function(t){var e=this.options,o=this.box.center(),r=t.x-o.x,i=t.y-o.y,n=Math.round(wt(Math.atan2(i,r))),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}(oo);Bt(hr,{type:"polar",startAngle:0,reverse:!1,majorUnit:60,min:0,max:360,labels:{margin:$(10)},majorGridLines:{color:n,visible:!0,width:1},minorGridLines:{color:"#aaa"}}),X(hr.prototype,lr,{createPlotBands:cr.prototype.createPlotBands,majorAngles:cr.prototype.majorAngles,range:tr.prototype.range,labelsCount:tr.prototype.labelsCount,createAxisLabel:tr.prototype.createAxisLabel});const ur=hr;var fr={options:{majorGridLines:{visible:!0}},createPlotBands:function(){var t=this.options,e=t.majorGridLines.type,o=t.plotBands;void 0===o&&(o=[]);for(var r=this.plotArea.polarAxis,n=r.majorAngles(),a=r.box.center(),s=this._plotbandGroup=new D.drawing.Group({zIndex:-1}),l=0;l<o.length;l++){var p,c=o[l],h={fill:{color:c.color,opacity:c.opacity},stroke:{opacity:c.opacity}},u=this.getSlot(c.from,c.to,!0),f=new se(a,a.y-u.y2,a.y-u.y1,0,360);p=e===i?he.current.createRing(f,h):D.drawing.Path.fromPoints(this.plotBandPoints(f,n),h).close(),s.append(p)}this.appendVisual(s)},plotBandPoints:function(t,e){for(var o=[],r=[],i=[t.center.x,t.center.y],n=new D.geometry.Circle(i,t.innerRadius),a=new D.geometry.Circle(i,t.radius),s=0;s<e.length;s++)o.push(n.pointAt(e[s]+180)),r.push(a.pointAt(e[s]+180));return o.reverse(),o.push(o[0]),r.push(r[0]),r.concat(o)},createGridLines:function(t){var e=this.options,o=this.radarMajorGridLinePositions(),r=t.majorAngles(),i=t.box.center(),n=[];if(e.majorGridLines.visible&&(n=this.renderGridLines(i,o,r,e.majorGridLines)),e.minorGridLines.visible){var a=this.radarMinorGridLinePositions();bt(n,this.renderGridLines(i,a,r,e.minorGridLines))}return n},renderGridLines:function(t,e,o,r){var n={stroke:{width:r.width,color:r.color,dashType:r.dashType}},a=r.skip;void 0===a&&(a=0);var s=r.step;void 0===s&&(s=0);for(var l=this.gridLinesVisual(),p=a;p<e.length;p+=s){var c=t.y-e[p];if(c>0){var h=new D.geometry.Circle([t.x,t.y],c);if(r.type===i)l.append(new D.drawing.Circle(h,n));else{for(var u=new D.drawing.Path(n),f=0;f<o.length;f++)u.lineTo(h.pointAt(o[f]+180));u.close(),l.append(u)}}}return l.children},getValue:function(t){var e=this.lineBox(),o=this.plotArea.polarAxis,r=o.majorAngles(),n=o.box.center(),a=t.distanceTo(n),s=a;if(this.options.majorGridLines.type!==i&&r.length>1){var l=t.x-n.x,p=t.y-n.y,c=(wt(Math.atan2(p,l))+540)%360;r.sort((function(t,e){return dr(t,c)-dr(e,c)}));var h=90-dr(r[0],r[1])/2,u=180-dr(c,r[0])-h;s=a*(Math.sin(Et(u))/Math.sin(Et(h)))}return this.axisType().prototype.getValue.call(this,new ee(e.x1,e.y2-s))}};function dr(t,e){return 180-Math.abs(Math.abs(t-e)-180)}const vr=fr;var yr=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}(tr);X(yr.prototype,vr);const gr=yr;var mr=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}(sr);X(mr.prototype,vr);const br=mr;function _r(t){return t<=0?-1:1}const xr=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),o=[],r=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 o;var n,a,s=e[0],l=e[1],p=e[2];for(o.push(new D.geometry.Segment(s));s.equals(e[i-1]);)r=!0,e.pop(),i--;if(2===i){var c=this.tangent(s,l,j,E);return kt(o).controlOut(this.firstControlPoint(c,s,l,j,E)),o.push(new D.geometry.Segment(l,this.secondControlPoint(c,s,l,j,E))),o}if(r){s=e[i-1],l=e[0],p=e[1];var h=this.controlPoints(s,l,p);n=h[1],a=h[0]}else{var u=this.tangent(s,l,j,E);n=this.firstControlPoint(u,s,l,j,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],p=e[d+2];var v=this.controlPoints(s,l,p);kt(o).controlOut(f),f=v[1];var y=v[0];o.push(new D.geometry.Segment(l,y))}if(r){s=e[i-2],l=e[i-1],p=e[0];var g=this.controlPoints(s,l,p);kt(o).controlOut(f),o.push(new D.geometry.Segment(l,g[0])),kt(o).controlOut(g[1]),o.push(new D.geometry.Segment(p,a))}else{var m=this.tangent(l,p,j,E);kt(o).controlOut(f),o.push(new D.geometry.Segment(p,this.secondControlPoint(m,l,p,j,E)))}return o},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,o){var r=!1;if(t.x===e.x)r=!0;else if(e.x===o.x)(e.y<o.y&&t.y<=e.y||o.y<e.y&&e.y<=t.y)&&(r=!0);else{var i=this.lineFunction(t,e),n=this.calculateFunction(i,o.x);t.y<=e.y&&o.y<=n||e.y<=t.y&&o.y>=n||(r=!0)}return r},e.prototype.isLine=function(t,e,o){var r=this.lineFunction(t,e),i=this.calculateFunction(r,o.x);return t.x===e.x&&e.x===o.x||Mt(i,1)===Mt(o.y,1)},e.prototype.lineFunction=function(t,e){var o=(e.y-t.y)/(e.x-t.x);return[t.y-o*t.x,o]},e.prototype.controlPoints=function(t,e,o){var r,i=j,n=E,a=!1,s=!1;if(this.isLine(t,e,o))r=this.tangent(t,e,j,E);else{var l={x:this.isMonotonicByField(t,e,o,j),y:this.isMonotonicByField(t,e,o,E)};l.x&&l.y?(r=this.tangent(t,o,j,E),a=!0):(this.invertAxis(t,e,o)&&(i=E,n=j),l[i]?r=0:(r=.01*(o[n]<t[n]&&t[n]<=e[n]||t[n]<o[n]&&e[n]<=t[n]?_r((o[n]-t[n])*(e[i]-t[i])):-_r((o[i]-t[i])*(e[n]-t[n]))),s=!0))}var p=this.secondControlPoint(r,t,e,i,n);if(s){var c=i;i=n,n=c}var h=this.firstControlPoint(r,e,o,i,n);return a&&(this.restrictControlPoint(t,e,p,r),this.restrictControlPoint(e,o,h,r)),[p,h]},e.prototype.restrictControlPoint=function(t,e,o,r){t.y<e.y?e.y<o.y?(o.x=t.x+(e.y-t.y)/r,o.y=e.y):o.y<t.y&&(o.x=e.x-(e.y-t.y)/r,o.y=t.y):o.y<e.y?(o.x=t.x-(t.y-e.y)/r,o.y=e.y):t.y<o.y&&(o.x=e.x+(t.y-e.y)/r,o.y=t.y)},e.prototype.tangent=function(t,e,o,r){var i=e[o]-t[o],n=e[r]-t[r];return 0===i?0:n/i},e.prototype.isMonotonicByField=function(t,e,o,r){return o[r]>e[r]&&e[r]>t[r]||o[r]<e[r]&&e[r]<t[r]},e.prototype.firstControlPoint=function(t,e,o,r,i){var n=e[r],a=.333*(o[r]-n);return this.point(n+a,e[i]+a*t,r,i)},e.prototype.secondControlPoint=function(t,e,o,r,i){var n=e[r],a=o[r],s=.333*(a-n);return this.point(a-s,o[i]-s*t,r,i)},e.prototype.point=function(t,e,o,r){var i=new D.geometry.Point;return i[o]=t,i[r]=e,i},e.prototype.calculateFunction=function(t,e){for(var o=t.length,r=0,i=0;i<o;i++)r+=Math.pow(e,i)*t[i];return r},e}(D.Class);var wr=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,o){return void 0===o&&(o=!0),this._axis.slot(t,e,o)},e.prototype.range=function(){return this._axis.range()},e.prototype.valueRange=function(){return this._axis.valueRange()},e}(D.Class);const Cr=wr;function Or(t,e){for(var o=0;o<e.length;o++)if(e[o].options.name===t)return e[o].prepareUserOptions(),new Cr(e[o])}var Sr=function(t){this.visual=t.visual,this.chartsVisual=t.chartContainer.visual,this._pane=t};Sr.prototype.findAxisByName=function(t){return Or(t,this._pane.axes)};const Pr=Sr,Ar=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}(D.Class);function kr(t){for(var e=t.length,o=0,r=0;r<e;r++)z(t[r])&&o++;return o}var Tr={min:function(t){for(var e=t.length,o=m,r=0;r<e;r++){var i=t[r];z(i)&&(o=Math.min(o,i))}return o===m?t[0]:o},max:function(t){for(var e=t.length,o=b,r=0;r<e;r++){var i=t[r];z(i)&&(o=Math.max(o,i))}return o===b?t[0]:o},sum:function(t){for(var e=t.length,o=0,r=0;r<e;r++){var i=t[r];z(i)&&(o+=i)}return o},sumOrNull:function(t){var e=null;return kr(t)&&(e=Tr.sum(t)),e},count:function(t){for(var e=t.length,o=0,r=0;r<e;r++){var i=t[r];null!==i&&xt(i)&&o++}return o},avg:function(t){var e=kr(t),o=t[0];return e>0&&(o=Tr.sum(t)/e),o},first:function(t){for(var e=t.length,o=0;o<e;o++){var r=t[o];if(null!==r&&xt(r))return r}return t[0]}};const jr=Tr;function Er(t,e){return null===e?e:nt(t)(e)}var Mr=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,o){var r=this;void 0===e&&(e=[A]),void 0===o&&(o={});for(var i=0;i<t.length;i++){var n=t[i];r._valueFields[n]=e,r._otherFields[n]=o,r._nullValue[n]=r._makeValue(e,null),r._undefinedValue[n]=r._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]||[A]},e.prototype.otherFields=function(t){return this._otherFields[t.type]||[A]},e.prototype.bindPoint=function(t,e,o){var r,i,n=t.data,a=xt(o)?o:n[e],s={valueFields:{value:a}},l=this.valueFields(t),p=this._otherFields[t.type];if(null===a)i=this._nullValue[t.type];else if(xt(a)){if(Array.isArray(a)){var c=a.slice(l.length);i=this._bindFromArray(a,l),r=this._bindFromArray(c,p)}else if("object"==typeof a){var h=this.sourceFields(t,l),u=this.sourceFields(t,p);i=this._bindFromObject(a,l,h),r=this._bindFromObject(a,p,u)}}else i=this._undefinedValue[t.type];return xt(i)&&(1===l.length?s.valueFields.value=i[l[0]]:s.valueFields=i),s.fields=r||{},s},e.prototype._makeValue=function(t,e){for(var o={},r=t.length,i=0;i<r;i++)o[t[i]]=e;return o},e.prototype._bindFromArray=function(t,e){var o={};if(e)for(var r=Math.min(e.length,t.length),i=0;i<r;i++)o[e[i]]=t[i];return o},e.prototype._bindFromObject=function(t,e,o){void 0===o&&(o=e);var r={};if(e)for(var i=e.length,n=0;n<i;n++){var a=e[n],s=o[n];null!==s&&(r[a]=Er(s,t))}return r},e.prototype.sourceFields=function(t,e){var o=[];if(e)for(var r=e.length,i=0;i<r;i++){var n=e[i],a=n===A?"field":n+"Field";o.push(null!==t[a]?t[a]||n:null)}return o},e}(D.Class);Mr.current=new Mr;const Ir=Mr;var Lr=/percent(?:\w*)\((\d+)\)/,Rr=new RegExp("^stddev(?:\\((\\d+(?:\\.\\d+)?)\\))?$");const Dr=function(t){function e(e,o,r){t.call(this),this.initGlobalRanges(e,o,r)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initGlobalRanges=function(t,e,o){var r=e.data,i=Rr.exec(t);if(i){this.valueGetter=this.createValueGetter(e,o);var n=this.getAverage(r),a=this.getStandardDeviation(r,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,o);var p=this.getStandardError(r,this.getAverage(r));this.globalRange=function(t){return{low:t-p,high:t+p}}}},e.prototype.createValueGetter=function(t,e){var o,r=t.data,i=Ir.current,n=i.valueFields(t),a=xt(r[0])?r[0]:{};return M(a)?o=nt("["+(e?n.indexOf(e):0)+"]"):z(a)?o=nt():typeof a===x&&(o=nt(i.sourceFields(t,n)[n.indexOf(e)])),o},e.prototype.getErrorRange=function(t,e){var o,r,i;if(!xt(e))return null;if(this.globalRange)return this.globalRange(t);if(M(e))o=t-e[0],r=t+e[1];else if(z(i=parseFloat(e)))o=t-i,r=t+i;else{if(!(i=Lr.exec(e)))throw new Error("Invalid ErrorBar value: "+e);var n=t*(parseFloat(i[1])/100);o=t-Math.abs(n),r=t+Math.abs(n)}return{low:o,high:r}},e.prototype.getStandardError=function(t,e){return this.getStandardDeviation(t,e,!0)/Math.sqrt(e.count)},e.prototype.getStandardDeviation=function(t,e,o){for(var r=t.length,i=o?e.count-1:e.count,n=0,a=0;a<r;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,o=0,r=0,i=0;i<e;i++){var n=this.valueGetter(t[i]);z(n)&&(o+=n,r++)}return{value:o/r,count:r}},e}(D.Class);var Br=D.support.browser||{},Nr=600,zr="fadeIn",Vr=.8,Hr=Br.msie?.001:0,Ur="errorLow",Fr="errorHigh",Gr="zero",Wr="interpolate",Xr="above",Kr="below",Yr="smooth",qr="step",Zr="area",Qr="bar",$r="boxPlot",Jr="bubble",ti="bullet",ei="candlestick",oi="column",ri="donut",ii="funnel",ni="heatmap",ai="horizontalWaterfall",si="line",li="ohlc",pi="pie",ci="polarArea",hi="polarLine",ui="polarScatter",fi="radarArea",di="radarColumn",vi="radarLine",yi="rangeArea",gi="rangeBar",mi="rangeColumn",bi="scatter",_i="scatterLine",xi="verticalArea",wi="verticalBoxPlot",Ci="verticalBullet",Oi="verticalLine",Si="verticalRangeArea",Pi="waterfall",Ai=[Qr,oi,li,ei,$r,wi,ti,mi,gi,Pi,ai],ki="seriesClick",Ti="seriesHover",ji="seriesOver",Ei="seriesLeave",Mi="plotAreaHover",Ii="plotAreaLeave",Li="drag",Ri="dragEnd",Di="dragStart",Bi="zoomStart",Ni="zoom",zi="zoomEnd",Vi="selectStart",Hi="select",Ui="selectEnd",Fi="showTooltip",Gi="hideTooltip",Wi="log",Xi="category",Ki="insideEnd",Yi="outsideEnd",qi="wheel",Zi="drilldown",Qi=function(t){function e(e,o,r,i,n,a){t.call(this,a),this.low=e,this.high=o,this.isVertical=r,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,o=this.options.endCaps,r=this.isVertical,i=this.getAxis().getSlot(this.low,this.high),n=t.center(),a=this.getCapsWidth(t,r),s=r?n.x:n.y,l=s-a,p=s+a;r?(e=[new ee(n.x,i.y1),new ee(n.x,i.y2)],o&&e.push(new ee(l,i.y1),new ee(p,i.y1),new ee(l,i.y2),new ee(p,i.y2)),this.box=new ie(l,i.y1,p,i.y2)):(e=[new ee(i.x1,n.y),new ee(i.x2,n.y)],o&&e.push(new ee(i.x1,l),new ee(i.x1,p),new ee(i.x2,l),new ee(i.x2,p)),this.box=new ie(i.x1,l,i.x2,p)),this.linePoints=e},e.prototype.getCapsWidth=function(t,e){var o=e?t.width():t.height();return Math.min(Math.floor(o/2),4)||4},e.prototype.createVisual=function(){var t=this,e=this.options,o=e.visual;o?this.visual=o({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,o=this.linePoints,r={stroke:{color:e.color,width:e.line.width,dashType:e.line.dashType}};t.prototype.createVisual.call(this);for(var i=0;i<o.length;i+=2){var n=new D.drawing.Path(r).moveTo(o[i].x,o[i].y).lineTo(o[i+1].x,o[i+1].y);B(n),this.visual.append(n)}},e}(fe);Bt(Qi,{animation:{type:zr,delay:Nr},endCaps:!0,line:{width:2},zIndex:1});const $i=Qi;var Ji=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}($i);const tn=Ji;var en=5;function on(t,e,o,r){void 0===o&&(o={}),void 0===r&&(r=!1);var i=o.defaults=o.defaults||{},n=o.depth=o.depth||0,a=!1;if(o.excluded=o.excluded||[],n>en)return null;for(var s in t)if(!ct(s,o.excluded)&&t.hasOwnProperty(s)){var l=t[s];U(l)?(a=!0,r||(t[s]=Lt(l(e),i[s]))):K(l)&&(r||(o.defaults=i[s]),o.depth++,a=on(l,e,o,r)||a,o.depth--)}return a}function rn(t){for(var e=t.length,o=0,r=0;r<e;r++)o=Math.max(o,t[r].data.length);return o}var nn=function(t){function e(e,o){t.call(this,o),this.plotArea=e,this.chartService=e.chartService,this.categoryAxis=e.seriesCategoryAxis(o.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 o=this.seriesOptions[e];if(!o){var r=this.pointType().prototype.defaults;this.seriesOptions[e]=o=X({},r,{vertical:!this.options.invertAxes},t)}return o},e.prototype.plotValue=function(t){if(!t)return 0;if(this.options.isStacked100&&z(t.value)){for(var e=t.categoryIx,o=this.categoryPoints[e],r=[],i=0,n=0;n<o.length;n++){var a=o[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),r.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 o=this.categoryPoints[t.categoryIx];if(this.options.isStacked){for(var r=this.plotValue(t),i=r>=0,n=e,a=!1,s=0;s<o.length;s++){var l=o[s];if(t===l)break;var p=t.series.stack,c=l.series.stack;if(p&&c){if(typeof p===S&&p!==c)continue;if(p.group&&p.group!==c.group)continue}var h=this.plotValue(l);(h>=0&&i||h<0&&!i)&&(n+=h,r+=h,a=!0,this.options.isStacked100&&(r=Math.min(r,1)))}return a&&(n-=e),[n,r]}var u=t.series,f=this.seriesValueAxis(u),d=this.categoryAxisCrossingValue(f);return[d,H(t.value)?t.value:d]},e.prototype.stackLimits=function(t,e){for(var o=m,r=b,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];xt(l)&&isFinite(l)&&(r=Math.max(r,l),o=Math.min(o,l))}}}return{min:o,max:r}},e.prototype.updateStackRange=function(){var t=this,e=this.options,o=e.isStacked,r=e.series,i={};if(o)for(var n=0;n<r.length;n++){var a=r[n],s=a.axis,l=s+a.stack,p=i[l];if(!p){p=t.stackLimits(s,a.stack);var c=t.errorTotals;c&&(c.negative.length&&(p.min=Math.min(p.min,Nt(c.negative).min)),c.positive.length&&(p.max=Math.max(p.max,Nt(c.positive).max))),p.min!==m||p.max!==b?i[l]=p:p=null}p&&(t.valueAxisRanges[s]=p)}},e.prototype.addErrorBar=function(t,e,o){var r,i=t.value,n=t.series,a=t.seriesIx,s=t.options.errorBars,l=e.fields[Ur],p=e.fields[Fr];z(l)&&z(p)?r={low:l,high:p}:s&&xt(s.value)&&(this.seriesErrorRanges=this.seriesErrorRanges||[],this.seriesErrorRanges[a]=this.seriesErrorRanges[a]||new Dr(s.value,n,A),r=this.seriesErrorRanges[a].getErrorRange(i,s.value)),r&&(t.low=r.low,t.high=r.high,this.addPointErrorBar(t,o))},e.prototype.addPointErrorBar=function(t,e){var o=!this.options.invertAxes,r=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 p=new tn(n,a,o,this,i,r);t.errorBars=[p],t.append(p)},e.prototype.stackedErrorRange=function(t,e){var o=this.plotRange(t,0)[1]-t.value,r=t.low+o,i=t.high+o;return this.errorTotals=this.errorTotals||{positive:[],negative:[]},r<0&&(this.errorTotals.negative[e]=Math.min(this.errorTotals.negative[e]||0,r)),i>0&&(this.errorTotals.positive[e]=Math.max(this.errorTotals.positive[e]||0,i)),{low:r,high:i}},e.prototype.addValue=function(t,e){var o=e.categoryIx,r=e.series,i=e.seriesIx,n=this.categoryPoints[o];n||(this.categoryPoints[o]=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,xt(s.dataItem)||(s.dataItem=r.data[o]),this.addErrorBar(s,t,o)),this.points.push(s),a.push(s),n.push(s),this.updateRange(t.valueFields,e)},e.prototype.evalPointOptions=function(t,e,o){var r=o.categoryIx,i=o.category,n=o.series,a=o.seriesIx,s={defaults:n._defaults,excluded:["data","aggregate","_events","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory"]},l=this._evalSeries[a];xt(l)||(this._evalSeries[a]=l=on(t,{},s,!0));var p=t;return l&&on(p=X({},p),{value:e,category:i,index:r,series:n,dataItem:n.data[r]},s),p},e.prototype.updateRange=function(t,e){var o=e.series.axis,r=t.value,i=this.valueAxisRanges[o];isFinite(r)&&null!==r&&((i=this.valueAxisRanges[o]=i||{min:m,max:b}).min=Math.min(i.min,r),i.max=Math.max(i.max,r))},e.prototype.seriesValueAxis=function(t){var e=this.plotArea,o=t.axis,r=o?e.namedValueAxes[o]:e.valueAxis;if(!r)throw new Error("Unable to locate value axis with name "+o);return r},e.prototype.reflow=function(t){var e=this,o=this.categorySlots=[],r=this.points,i=this.categoryAxis,n=0;this.traverseDataPoints((function(t,a){var s=a.categoryIx,l=a.series,p=e.seriesValueAxis(l),c=r[n++],h=o[s];if(h||(o[s]=h=e.categorySlot(i,s,p)),c){var u=e.plotRange(c,p.startValue()),f=e.valueSlot(p,u);if(f){var d=e.pointSlot(h,f);c.aboveAxis=e.aboveAxis(c,p),c.stackValue=u[1],e.options.isStacked100&&(c.percentage=e.plotValue(c)),e.reflowPoint(c,d)}else c.visible=!1}})),this.reflowCategories(o),!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(kt(t)),o=0;o<e.length;o++)e[o]&&this.limitPoint(e[o])},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 o=this.categoryAxisCrossingValue(e),r=t.value;return e.options.reverse?r<o:r>=o},e.prototype.categoryAxisCrossingValue=function(t){var e=this.categoryAxis,o=t.options;return[].concat(o.axisCrossingValues||o.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 o=this.options.invertAxes,r=o?e:t,i=o?t:e;return new ie(r.x1,i.y1,r.x2,i.y2)},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.traverseDataPoints=function(t){for(var e=this,o=this.options.series,r=rn(o),i=o.length,n=0;n<i;n++)e._outOfRangeCallback(o[n],"_outOfRangeMinPoint",n,t);for(var a=0;a<r;a++)for(var s=0;s<i;s++){var l=o[s],p=e.categoryAxis.categoryAt(a);t(e._bindPoint(l,s,a),{category:p,categoryIx:a,categoriesCount:r,series:l,seriesIx:s})}for(var c=0;c<i;c++)e._outOfRangeCallback(o[c],"_outOfRangeMaxPoint",c,t)},e.prototype._outOfRangeCallback=function(t,e,o,r){var i=t[e];if(i){var n=i.categoryIx;r(this._bindPoint(t,o,n,i.item),{category:i.category,categoryIx:n,series:t,seriesIx:o,dataItem:i.item})}},e.prototype._bindPoint=function(t,e,o,r){this._bindCache||(this._bindCache=[]);var i=this._bindCache[e];i||(i=this._bindCache[e]=[]);var n=i[o];return n||(n=i[o]=Ir.current.bindPoint(t,o,r)),n},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}(fe);Bt(nn,{series:[],invertAxes:!1,isStacked:!1,clip:!0,limitPoints:!0});const an=nn;var sn={click:function(t,e){return t.trigger(ki,this.eventArgs(e))},hover:function(t,e){return t.trigger(Ti,this.eventArgs(e))},over:function(t,e){return t.trigger(ji,this.eventArgs(e))},out:function(t,e){return t.trigger(Ei,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:Pt(t),originalEvent:t,point:this}}};const ln=sn,pn={createNote:function(){var t=this.options.notes,e=this.noteText||t.label.text;!1!==t.visible&&xt(e)&&null!==e&&(this.note=new Ne({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 cn=function(t){function e(e,o){t.call(this),this.value=e,this.options=o,this.aboveAxis=Lt(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,o=t.labels;if(!this._rendered){if(this._rendered=!0,e.visible&&e.size&&(this.marker=this.createMarker(),this.append(this.marker)),o.visible){var r=ot(o),i=this.pointData(),n=this.value;r?n=r(i):o.format&&(n=this.formatValue(o.format)),this.label=new Ee(n,X({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Lt(o.zIndex,this.series.zIndex)},o),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,o=X({color:this.color},t.border);return xt(o.color)||(o.color=new D.Color(e).brightness(Vr).toHex()),o},e.prototype.createVisual=function(){},e.prototype.createMarker=function(){var t=this.options.markers;return new ge({type:t.type,width:t.size,height:t.size,rotation:t.rotation,background:t.background,border:this.markerBorder(),opacity:this.series.opacity||t.opacity,zIndex:Lt(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,o=this.aboveAxis,r=e.vertical;this.render(),this.box=t;var i=t.clone();if(r?o?i.y1-=i.height():i.y2+=i.height():o?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 ie(s.x,s.y,s.x,s.y)}this.note.reflow(a)}},e.prototype.reflowLabel=function(t){var e=this.options,o=this.label,r=e.labels.position;o&&(r=(r=r===Xr?P:r)===Kr?a:r,o.reflow(t),o.box.alignTo(this.markerBox(),r),o.reflow(o.box))},e.prototype.createHighlight=function(){var t=this.options.highlight.markers,e=this.markerBorder().color,o=this.options.markers,r=o.size+(o.border.width||0)+(t.border.width||0),i=new ge({type:o.type,width:r,height:r,rotation:o.rotation,background:t.color||e,border:{color:t.border.color,width:t.border.width,opacity:Lt(t.border.opacity,1)},opacity:Lt(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,o=this.marker;if(o)e=o.paddingBox.toRect(),t=o.visual;else{var r=this.options.markers.size,i=r/2,n=this.box.center();e=new D.geometry.Rect([n.x-i,n.y-i],[r,r])}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 o,r,i=t.x2+5,n=g;return this.aboveAxis?(o=t.y1,r=a):(o=t.y2,r=P),{point:new ee(i,o),align:{horizontal:n,vertical:r}}}},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}(fe);cn.prototype.defaults={vertical:!0,markers:{visible:!0,background:k,size:8,type:l,border:{width:2},opacity:1},labels:{visible:!1,position:Xr,margin:$(3),padding:$(4),animation:{type:zr,delay:Nr}},notes:{label:{}},highlight:{markers:{border:{color:"#fff",width:2}},zIndex:100},errorBars:{line:{width:1}}},X(cn.prototype,ln),X(cn.prototype,pn);const hn=cn;var un=function(t){function e(e,o,r){t.call(this),this.linePoints=e,this.series=o,this.seriesIx=r}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=[],o=0,r=t.length;o<r;o++)t[o]&&!1!==t[o].visible&&e.push(t[o]._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&&!xt(this.visual.options.zIndex)&&(this.visual.options.zIndex=this.series.zIndex)):this.segmentVisual()},e.prototype.segmentVisual=function(){var t=this.options,e=this.series,o=e.color,r=e._defaults;U(o)&&r&&(o=r.color);var i=D.drawing.Path.fromPoints(this.points(),{stroke:{color:o,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}(fe);Bt(un,{closed:!1});const fn=un;var dn={calculateStepPoints:function(t){for(var e=this.parent.plotArea.seriesCategoryAxis(this.series).options,o=e.justified,r=e.vertical,i=e.reverse,n=r?j:E,a=r?E:j,s=i?2:1,l=s,p=vn(t[0],n,s,a,l),c=[p],h=1;h<t.length;h++){var u=vn(t[h],n,s,a,l);if(p[n]!==u[n]){var f=new D.geometry.Point;f[n]=p[n],f[a]=u[a],c.push(f,u)}p=u}return o?p!==kt(c)&&c.push(p):c.push(vn(kt(t),n,s,a,i?1:2)),c}};function vn(t,e,o,r,i){var n=t.box,a=new D.geometry.Point;return a[e]=n[e+o],a[r]=n[r+i],a}const yn=dn;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}(fn);X(gn.prototype,yn);const mn=gn;var bn=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,o=t.color;U(o)&&e&&(o=e.color);var r=new xr(this.options.closed).process(this.points()),i=new D.drawing.Path({stroke:{color:o,width:t.width,opacity:t.opacity,dashType:t.dashType},zIndex:t.zIndex});i.segments.push.apply(i.segments,r),this.visual=i},e}(fn);const _n=bn;var xn={renderSegments:function(){var t,e=this,o=this.options,r=this.seriesPoints,i=o.series,n=r.length;this._segments=[];for(var a=0;a<n;a++){for(var s=i[a],l=e.sortPoints(r[a]),p=l.length,c=[],h=0;h<p;h++){var u=l[h];u?c.push(u):e.seriesMissingValues(s)!==Wr&&(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?Gr:e||Wr},getNearestPoint:function(t,e,o){for(var r,i=new ee(t,e),n=this.seriesPoints[o],a=m,s=0;s<n.length;s++){var l=n[s];if(l&&xt(l.value)&&null!==l.value&&!1!==l.visible){var p=l.box.center().distanceTo(i);p<a&&(r=l,a=p)}}return r}};const wn=xn;var Cn=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,o=e.segments,r=o[1].anchor(),i=o[2].anchor();e.suspend(),r.setX(t),e.resume(),i.setX(t)},e}(D.drawing.Animation);Bt(Cn,{duration:Nr}),D.drawing.AnimationFactory.current.register("clip",Cn);const On=Cn;function Sn(t){for(var e=0;e<t.length;e++)if(xt(t[e].zIndex))return!0}const Pn={createAnimation:function(){var t=this.getRoot();if(t&&!1!==(t.options||{}).transitions){var e=t.size(),o=D.drawing.Path.fromRect(e.toRect());this.visual.clip(o),this.animation=new On(o,{box:e}),Sn(this.options.series)&&this._setChildrenAnimation(o)}},_setChildrenAnimation:function(t){for(var e=this.animationPoints(),o=0;o<e.length;o++){var r=e[o];r&&r.visual&&xt(r.visual.options.zIndex)&&r.visual.clip(t)}}};var An=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 hn},e.prototype.createPoint=function(t,e){var o=e.series,r=e.seriesIx,i=this.seriesMissingValues(o),n=t.valueFields.value;if(!xt(n)||null===n){if(i!==Gr)return null;n=0}var a=this.pointOptions(o,r);a=this.evalPointOptions(a,n,e);var s=t.fields.color||o.color;U(o.color)&&(s=a.color);var l=new hn(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 o=t.categoryIx,r=this.categoryPoints[o],i=0;i<r.length;i++){var n=r[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,o){var r=e.style;return new(r===qr?mn:r===Yr?_n:fn)(t,e,o)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++)e.push((t[o]||{}).marker);return e.concat(this._segments)},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(an);X(An.prototype,wn,Pn);const kn=An;var Tn=function(t){function e(e,o,r,i,n){t.call(this,e,o,r),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,o=t.line||{},r=t.color;U(r)&&e&&(r=e.color),this.visual=new D.drawing.Group({zIndex:t.zIndex}),this.createFill({fill:{color:r,opacity:t.opacity},stroke:null}),o.width>0&&!1!==o.visible&&this.createStroke({stroke:X({color:r,opacity:t.opacity,lineCap:"butt"},o)})},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 D.geometry.Segment(t)}))},e.prototype.createStroke=function(t){var e=new D.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(),o=e.slice(0),r=this.hasStackSegment();if(r){var i=this.stackSegments();bt(o,i)}var n=new D.drawing.Path(t);n.segments.push.apply(n.segments,o),!r&&e.length>1&&this.fillToAxes(n),this.visual.append(n)},e.prototype.fillToAxes=function(t){var e=this.parent,o=e.options.invertAxes,r=e.seriesValueAxis(this.series),i=e.categoryAxisCrossingValue(r),n=r.getSlot(i,i,!0),a=this.strokeSegments(),s=a[0].anchor(),l=kt(a).anchor(),p=o?n.x1:n.y1;o?t.lineTo(p,l.y).lineTo(p,s.y):t.lineTo(l.x,p).lineTo(s.x,p)},e}(fn);const jn=Tn;var En=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}(jn);X(En.prototype,yn);const Mn=En;var In=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 xr(this.options.closed),e=this.points();return t.process(e)},e.prototype.createStackSegments=function(){for(var t=this.strokeSegments(),e=[],o=t.length-1;o>=0;o--){var r=t[o];e.push(new D.geometry.Segment(r.anchor(),r.controlOut(),r.controlIn()))}return e},e}(jn);const Ln=In;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.createSegment=function(t,e,o,r){var i,n,a=this.options.isStacked,s=(e.line||{}).style;return a&&o>0&&r&&("gap"!==this.seriesMissingValues(e)?(n=r.linePoints,i=r):n=this._gapStackPoints(t,o,s)),new(s===qr?Mn:s===Yr?Ln:jn)(t,e,o,i,n)},e.prototype.reflow=function(e){t.prototype.reflow.call(this,e);var o=this._stackPoints;if(o)for(var r=0;r<o.length;r++){var i=o[r],n=this.categoryAxis.getSlot(i.categoryIx);i.reflow(n)}},e.prototype._gapStackPoints=function(t,e,o){var r=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,p=[];this._stackPoints=this._stackPoints||[];for(var c=n;c<s;c++){var h=c+l,u=e,f=void 0;do{f=i[--u][h]}while(u>0&&!f);if(f)o!==qr&&c>n&&!i[u][h-1]&&p.push(r._previousSegmentPoint(c,h,h-1,u)),p.push(f),o!==qr&&c+1<s&&!i[u][h+1]&&p.push(r._previousSegmentPoint(c,h,h+1,u));else{var d=r._createGapStackPoint(c);r._stackPoints.push(d),p.push(d)}}return p},e.prototype._previousSegmentPoint=function(t,e,o,r){for(var i,n=this.seriesPoints,a=r;a>0&&!i;)i=n[--a][o];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),o=new hn(0,e);return o.categoryIx=t,o.series={},o},e.prototype.seriesMissingValues=function(t){return t.missingValues||Gr},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(kn);const Dn=Rn;var Bn=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 o in t){var r=t[o],i=e[o];e[o]=i=i||{min:m,max:b},i.min=Math.min(i.min,r.min),i.max=Math.max(i.max,r.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}(D.Class);const Nn=Bn;var zn=function(t){function e(e,o,r){t.call(this,o),this.textBox=new Ee(e,this.options,r),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,o=e.vertical,r=e.aboveAxis,i=this.children[0],n=i.options,l=i.box,p=i.options.padding,c=t;n.align=o?s:g,n.vAlign=o?P:s,e.position===Ki?o?(n.vAlign=P,!r&&l.height()<t.height()&&(n.vAlign=a)):n.align=r?C:g:e.position===s?(n.vAlign=s,n.align=s):"insideBase"===e.position?o?n.vAlign=r?a:P:n.align=r?g:C:e.position===Yi&&(o?c=r?new ie(t.x1,t.y1-l.height(),t.x2,t.y1):new ie(t.x1,t.y2,t.x2,t.y2+l.height()):(n.align=s,c=r?new ie(t.x2,t.y1,t.x2+l.width(),t.y2):new ie(t.x1-l.width(),t.y1,t.x1,t.y2))),e.rotation||(o?p.left=p.right=(c.width()-i.contentBox.width())/2:p.top=p.bottom=(c.height()-i.contentBox.height())/2),i.reflow(c)},e.prototype.alignToClipBox=function(t){var e=this.options.vertical?E:j,o=e+"1",r=e+"2",i=this.children[0],n=this.parent.box;if(n[o]<t[o]||t[r]<n[r]){var a=i.paddingBox.clone();a[o]=Math.max(n[o],t[o]),a[r]=Math.min(n[r],t[r]),this.reflow(a)}},e}(fe);Bt(zn,{position:Yi,margin:$(3),padding:$(4),color:n,background:"",border:{width:1,color:""},aboveAxis:!0,vertical:!1,animation:{type:zr,delay:Nr},zIndex:2});const Vn=zn;function Hn(t){var e=t.overlay;return e&&e.gradient&&"none"!==e.gradient}var Un=function(t){function e(e,o){t.call(this),this.options=o,this.color=o.color||k,this.aboveAxis=Lt(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 o,r=this.pointData(),i=ot(e);o=i?i(r):this.formatValue(e.format),this.label=new Vn(o,X({vertical:t.vertical},e),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;if(this.box=t,e&&(e.options.aboveAxis=this.aboveAxis,e.reflow(t)),this.note&&this.note.reflow(t),this.errorBars)for(var o=0;o<this.errorBars.length;o++)this.errorBars[o].reflow(t)},e.prototype.createVisual=function(){var e=this,o=this.box,r=this.options,i=r.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:o.toRect(),createVisual:function(){var t=new D.drawing.Group;return e.createRect(t),t},options:r});n&&this.visual.append(n)}else o.width()>0&&o.height()>0&&this.createRect(this.visual)},e.prototype.createRect=function(t){var e=this.options,o=e.border,r=xt(o.opacity)?o.opacity:e.opacity,i=this.box.toRect();i.size.width=Math.round(i.size.width);var n=this.rectVisual=D.drawing.Path.fromRect(i,{fill:{color:this.color,opacity:e.opacity},stroke:{color:this.getBorderColor(),width:o.width,opacity:r,dashType:o.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),Hn(e)){var l=this.createGradientOverlay(n,{baseColor:this.color},X({end:e.vertical?void 0:[0,1]},e.overlay));t.append(l)}},e.prototype.createHighlight=function(t){return B(D.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,o=e._brightness||Vr,r=e.color;return xt(r)||(r=new D.Color(t).brightness(o).toHex()),r},e.prototype.tooltipAnchor=function(){var t,e,o=this,r=o.options,i=o.box,n=o.aboveAxis,s=this.owner.pane.clipBox()||i,l=g,p=P;if(r.vertical)t=Math.min(i.x2,s.x2)+5,n?e=Math.max(i.y1,s.y1):(e=Math.min(i.y2,s.y2),p=a);else{var c=Math.max(i.x1,s.x1),h=Math.min(i.x2,s.x2);r.isStacked?(p=a,n?(l=C,t=h):t=c,e=Math.max(i.y1,s.y1)-5):(n?t=h+5:(t=c-5,l=C),e=Math.max(i.y1,s.y1))}return{point:new ee(t,e),align:{horizontal:l,vertical:p}}},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}(fe);X(Un.prototype,ln),X(Un.prototype,pn),Un.prototype.defaults={border:{width:1},vertical:!0,overlay:{gradient:"glass"},labels:{visible:!1,format:"{0}"},opacity:1,notes:{label:{}}};const Fn=Un;function Gn(t,e){t.forEach(e)}function Wn(t,e){for(var o=t.length,r=o-1;r>=0;r--)e(t[r],r-o-1)}var Xn=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Wn:Gn}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,o=e.vertical,r=e.gap,i=e.spacing,n=this.children,a=n.length,s=o?E:j,l=a+r+i*(a-1),p=(o?t.height():t.width())/l,c=t[s+1]+p*(r/2);this.forEach(n,(function(e,o){var r=(e.box||t).clone();r[s+1]=c,r[s+2]=c+p,e.reflow(r),o<a-1&&(c+=p*i),c+=p}))},e}(fe);Bt(Xn,{vertical:!1,gap:0,spacing:0});const Kn=Xn;var Yn=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?j:E,o=this.children,r=o.length,i=this.box=new ie,n=0;n<r;n++){var a=o[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}(fe);Bt(Yn,{vertical:!0});const qn=Yn;var Zn=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 Fn},e.prototype.clusterType=function(){return Kn},e.prototype.stackType=function(){return qn},e.prototype.stackLimits=function(e,o){return t.prototype.stackLimits.call(this,e,o)},e.prototype.createPoint=function(t,e){var o=e.categoryIx,r=e.series,i=e.seriesIx,n=this.options,a=this.children,s=n.isStacked,l=this.pointValue(t),p=this.pointOptions(r,i),c=p.labels;s&&c.position===Yi&&(c.position=Ki),p.isStacked=s;var h=t.fields.color||r.color;l<0&&p.negativeColor&&(h=p.negativeColor),p=this.evalPointOptions(p,l,e),U(r.color)&&(h=p.color);var u=new(this.pointType())(l,p);u.color=h;var f=a[o];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(r,f).append(u):f.append(u),u},e.prototype.getStackWrap=function(t,e){var o,r=t.stack,i=r&&r.group||r,n=e.children;if(typeof i===S){for(var a=0;a<n.length;a++)if(n[a]._stackGroup===i){o=n[a];break}}else o=n[0];return o||((o=new(this.stackType())({vertical:!this.options.invertAxes}))._stackGroup=i,e.append(o)),o},e.prototype.categorySlot=function(t,e,o){var r=this.options,i=t.getSlot(e),n=o.startValue();if(r.isStacked){var a=o.getSlot(n,n,!0),s=r.invertAxes?j:E;i[s+1]=i[s+2]=a[s+1]}return i},e.prototype.reflowCategories=function(t){for(var e=this.children,o=e.length,r=0;r<o;r++)e[r].reflow(t[r])},e.prototype.createAnimation=function(){this._setAnimationOptions(),t.prototype.createAnimation.call(this),Sn(this.options.series)&&this._setChildrenAnimation()},e.prototype._setChildrenAnimation=function(){for(var t=this.points,e=0;e<t.length;e++){var o=t[e],r=o.visual;r&&xt(r.options.zIndex)&&(o.options.animation=this.options.animation,o.createAnimation())}},e.prototype._setAnimationOptions=function(){var t,e=this.options,o=e.animation||{};if(e.isStacked){var r=this.seriesValueAxis(e.series[0]);t=r.getSlot(r.startValue())}else t=this.categoryAxis.getSlot(0);o.origin=new D.geometry.Point(t.x1,t.y1),o.vertical=!e.invertAxes},e}(an);Bt(Zn,{animation:{type:Qr}});const Qn=Zn;var $n=function(t){function e(e,o){t.call(this,o),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,o=e.options,r=e.value,i=e.owner.seriesValueAxis(o),n=i.getSlot(r.open,r.close),a=i.getSlot(r.low,r.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 D.drawing.Group;return this.createBody(e,t),this.createLines(e,t),e},e.prototype.createBody=function(t,e){var o=D.drawing.Path.fromRect(this.realBody.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&o.options.set("stroke",{color:this.getBorderColor(),width:e.border.width,dashType:e.border.dashType,opacity:Lt(e.border.opacity,e.opacity)}),B(o),t.append(o),Hn(e)&&t.append(this.createGradientOverlay(o,{baseColor:this.color},X({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,o,r){if(o)for(var i={stroke:{color:r.color||this.color,opacity:Lt(r.opacity,e.opacity),width:r.width,dashType:r.dashType,lineCap:"butt"}},n=0;n<o.length;n++){var a=D.drawing.Path.fromPoints(o[n],i);B(a),t.append(a)}},e.prototype.getBorderColor=function(){var t=this.options.border,e=t.color;return xt(e)||(e=new D.Color(this.color).brightness(t._brightness).toHex()),e},e.prototype.createOverlay=function(){var t=D.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 o=this.mainVisual(X({},this.options,{line:{color:this.getBorderColor()}},t));return this.color=e,o},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 ee(t.x2+5,Math.max(t.y1,e.y1)+5),align:{horizontal:g,vertical:P}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e}(fe);Bt($n,{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:{}}}),X($n.prototype,ln),X($n.prototype,pn);const Jn=$n;function ta(t){return kr(t)===t.length}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.reflowCategories=function(t){for(var e=this.children,o=e.length,r=0;r<o;r++)e[r].reflow(t[r])},e.prototype.addValue=function(t,e){var o,r=e.categoryIx,i=e.category,n=e.series,a=e.seriesIx,s=this.children,l=this.options,p=t.valueFields,c=ta(this.splitValue(p)),h=n.data[r],u=this.categoryPoints[r];u||(this.categoryPoints[r]=u=[]),c&&(o=this.createPoint(t,e));var f=s[r];f||(f=new Kn({vertical:l.invertAxes,gap:l.gap,spacing:l.spacing,rtl:!l.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),o&&(this.updateRange(p,e),f.append(o),o.categoryIx=r,o.category=i,o.series=n,o.seriesIx=a,o.owner=this,o.dataItem=h,o.noteText=t.fields.noteText),this.points.push(o),u.push(o)},e.prototype.pointType=function(){return Jn},e.prototype.createPoint=function(t,e){var o=e.series,r=this.pointType(),i=t.valueFields,n=X({},o),a=t.fields.color||o.color;n=this.evalPointOptions(n,i,e),o.type===ei&&i.open>i.close&&(a=t.fields.downColor||o.downColor||o.color),U(o.color)&&(a=n.color),n.vertical=!this.options.invertAxes;var s=new r(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 o=e.series.axis,r=this.splitValue(t),i=this.valueAxisRanges[o];i=this.valueAxisRanges[o]=i||{min:m,max:b},i=this.valueAxisRanges[o]={min:Math.min.apply(Math,r.concat([i.min])),max:Math.max.apply(Math,r.concat([i.max]))}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.open,o.high,o.low,o.close,t.category)},e.prototype.animationPoints=function(){return this.points},e}(an);X(ea.prototype,Pn);const oa=ea;var ra=function(t){function e(e,o){t.call(this,e,o),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,o,r=this,i=r.options,n=r.value,a=r.owner.seriesValueAxis(i);this.boxSlot=o=a.getSlot(n.q1,n.q3),this.realBody=o,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(o,e),this.medianPoints=this.calcMedianPoints(t,s),this.box=e.clone().wrap(o),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 o=e.center().x;return[[[o-5,e.y1],[o+5,e.y1],[o,e.y1],[o,t.y1]],[[o-5,e.y2],[o+5,e.y2],[o,e.y2],[o,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,o=e.outliers||[],r=3*Math.abs(e.q3-e.q1),i=[],n=t.markers||{},a=0;a<o.length;a++){var s=o[a],l=X({},(n=s<e.q3+r&&s>e.q1-r?t.outliers:t.extremes).border);xt(l.color)||(xt(this.color)?l.color=this.color:l.color=new D.Color(n.background).brightness(Vr).toHex());var p=new ge({type:n.type,width:n.size,height:n.size,rotation:n.rotation,background:n.background,border:l,opacity:n.opacity});p.value=s,i.push(p)}return this.reflowOutliers(i),i},e.prototype.reflowOutliers=function(t){for(var e=this,o=this.owner.seriesValueAxis(this.options),r=this.box.center(),i=0;i<t.length;i++){var n=t[i].value,a=o.getSlot(n);e.options.vertical?a.move(r.x):a.move(void 0,r.y),e.box=e.box.wrap(a),t[i].reflow(a)}},e.prototype.mainVisual=function(e){for(var o=t.prototype.mainVisual.call(this,e),r=this.renderOutliers(e),i=0;i<r.length;i++){var n=r[i].getElement();n&&o.append(n)}return o},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}(Jn);Bt(ra,{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}}),X(ra.prototype,ln);const ia=ra;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.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 o=e.center().y;return[[[e.x1,o-5],[e.x1,o+5],[e.x1,o],[t.x1,o]],[[e.x2,o-5],[e.x2,o+5],[e.x2,o],[t.x2,o]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(ia);const aa=na;var sa=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 o,r=e.categoryIx,i=e.category,n=e.series,a=e.seriesIx,s=this.children,l=this.options,p=t.valueFields,c=ta(this.splitValue(p)),h=n.data[r],u=this.categoryPoints[r];u||(this.categoryPoints[r]=u=[]),c&&(o=this.createPoint(t,e));var f=s[r];f||(f=new Kn({vertical:l.invertAxes,gap:l.gap,spacing:l.spacing,rtl:!l.invertAxes&&(this.chartService||{}).rtl}),this.append(f)),o&&(this.updateRange(p,e),f.append(o),o.categoryIx=r,o.category=i,o.series=n,o.seriesIx=a,o.owner=this,o.dataItem=h),this.points.push(o),u.push(o)},e.prototype.pointType=function(){return this.options.invertAxes?aa:ia},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var o=e.series.axis,r=this.valueAxisRanges[o],i=this.splitValue(t).concat(this.filterOutliers(t.outliers));xt(t.mean)&&(i=i.concat(t.mean)),r=this.valueAxisRanges[o]=r||{min:m,max:b},r=this.valueAxisRanges[o]={min:Math.min.apply(Math,i.concat([r.min])),max:Math.max.apply(Math,i.concat([r.max]))}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.lower,o.q1,o.median,o.q3,o.upper,o.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,o=[],r=0;r<e;r++){var i=t[r];xt(i)&&null!==i&&o.push(i)}return o},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(oa);const la=sa;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.getAxis=function(){var t=this.chart.seriesAxes(this.series);return this.isVertical?t.y:t.x},e}($i);const ca=pa;function ha(t){return xt(t)&&null!==t}var ua=function(t){function e(e,o){t.call(this,o),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,o){var r,i=t.value[e],n=e+"Value",a=e+"ErrorLow",s=e+"ErrorHigh",l=o.seriesIx,p=o.series,c=t.options.errorBars,h=o[a],u=o[s];z(i)&&(z(h)&&z(u)&&(r={low:h,high:u}),c&&xt(c[n])&&(this.seriesErrorRanges=this.seriesErrorRanges||{x:[],y:[]},this.seriesErrorRanges[e][l]=this.seriesErrorRanges[e][l]||new Dr(c[n],p,e),r=this.seriesErrorRanges[e][l].getErrorRange(i,c[n])),r&&this.addPointErrorBar(r,t,e))},e.prototype.addPointErrorBar=function(t,e,o){var r=t.low,i=t.high,n=e.series,a=e.options.errorBars,s=o===E,l={};e[o+"Low"]=r,e[o+"High"]=i,e.errorBars=e.errorBars||[];var p=new ca(r,i,s,this,n,a);e.errorBars.push(p),e.append(p),l[o]=r,this.updateRange(l,n),l[o]=i,this.updateRange(l,n)},e.prototype.addValue=function(t,e){var o,r=t.x,i=t.y,n=e.seriesIx,a=this.options.series[n],s=this.seriesMissingValues(a),l=this.seriesPoints[n],p=t;ha(r)&&ha(i)||(p=this.createMissingValue(p,s)),p&&((o=this.createPoint(p,e))&&(Object.assign(o,e),this.addErrorBar(o,j,e),this.addErrorBar(o,E,e)),this.updateRange(p,e.series)),this.points.push(o),l.push(o)},e.prototype.seriesMissingValues=function(t){return t.missingValues},e.prototype.createMissingValue=function(){},e.prototype.updateRange=function(t,e){var o=this.chartService.intl,r=e.xAxis,i=e.yAxis,n=t.x,a=t.y,s=this.xAxisRanges[r],l=this.yAxisRanges[i];ha(n)&&(s=this.xAxisRanges[r]=s||{min:m,max:b},V(n)&&(n=Lo(o,n)),s.min=Math.min(s.min,n),s.max=Math.max(s.max,n)),ha(a)&&(l=this.yAxisRanges[i]=l||{min:m,max:b},V(a)&&(a=Lo(o,a)),l.min=Math.min(l.min,a),l.max=Math.max(l.max,a))},e.prototype.evalPointOptions=function(t,e,o){var r=o.series,i=o.seriesIx,n={defaults:r._defaults,excluded:["data","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory"]},a=this._evalSeries[i];xt(a)||(this._evalSeries[i]=a=on(t,{},n,!0));var s=t;return a&&on(s=X({},t),{value:e,series:r,dataItem:o.dataItem},n),s},e.prototype.pointType=function(){return hn},e.prototype.pointOptions=function(t,e){var o=this.seriesOptions[e];if(!o){var r=this.pointType().prototype.defaults;this.seriesOptions[e]=o=X({},r,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return o},e.prototype.createPoint=function(t,e){var o=e.series,r=this.pointOptions(o,e.seriesIx),i=e.color||o.color;r=this.evalPointOptions(r,t,e),U(o.color)&&(i=r.color);var n=new hn(t,r);return n.color=i,this.append(n),n},e.prototype.seriesAxes=function(t){var e=t.xAxis,o=t.yAxis,r=this.plotArea,i=e?r.namedXAxes[e]:r.axisX,n=o?r.namedYAxes[o]:r.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 "+o);return{x:i,y:n}},e.prototype.reflow=function(t){var e=this,o=this.points,r=!this.options.clip,i=0;this.traverseDataPoints((function(t,n){var a=o[i++],s=e.seriesAxes(n.series),l=s.x.getSlot(t.x,t.x,r),p=s.y.getSlot(t.y,t.y,r);if(a)if(l&&p){var c=e.pointSlot(l,p);a.reflow(c)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new ie(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,o=this.seriesPoints,r=0;r<e.length;r++){var i=e[r];o[r]||(o[r]=[]);for(var n=0;n<i.data.length;n++){var a=this._bindPoint(i,r,n),s=a.valueFields,l=a.fields;t(s,X({pointIx:n,series:i,seriesIx:r,dataItem:i.data[n],owner:this},l))}}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.x,o.y)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++)e.push((t[o]||{}).marker);return e},e}(fe);Bt(ua,{series:[],tooltip:{format:"{0}, {1}"},labels:{format:"{0}, {1}"},clip:!0}),X(ua.prototype,Pn,{_bindPoint:an.prototype._bindPoint});const fa=ua;var da=function(t){function e(e,o){t.call(this,e,o),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,o=this.options.markers,r=this.box.center(),i=(o.size+o.border.width+e.width)/2,n=new D.drawing.Group,a=new D.drawing.Circle(new D.geometry.Circle([r.x,r.y+i/5+e.width/2],i+e.width/2),{stroke:{color:"none"},fill:this.createGradient({gradient:"bubbleShadow",color:o.background,stops:[{offset:0,color:o.background,opacity:.3},{offset:1,color:o.background,opacity:0}]})}),s=new D.drawing.Circle(new D.geometry.Circle([r.x,r.y],i),{stroke:{color:e.color||new D.Color(o.background).brightness(Vr).toHex(),width:e.width,opacity:e.opacity},fill:{color:o.background,opacity:t.opacity}});return n.append(a,s),n},e}(hn);da.prototype.defaults=X({},da.prototype.defaults,{labels:{position:s},highlight:{opacity:1,border:{color:"#fff",width:2,opacity:1}}}),da.prototype.defaults.highlight.zIndex=void 0;const va=da;var ya=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=b,t.prototype._initFields.call(this)},e.prototype.addValue=function(e,o){null!==e.size&&(e.size>0||e.size<0&&o.series.negativeValues.visible)?(this._maxSize=Math.max(this._maxSize,Math.abs(e.size)),t.prototype.addValue.call(this,e,o)):(this.points.push(null),this.seriesPoints[o.seriesIx].push(null))},e.prototype.reflow=function(e){this.updateBubblesSize(e),t.prototype.reflow.call(this,e)},e.prototype.pointType=function(){return va},e.prototype.createPoint=function(t,e){var o=e.series,r=o.data.length,i=e.pointIx*(Nr/r),n={delay:i,duration:Nr-i,type:Jr},a=e.color||o.color;t.size<0&&o.negativeValues.visible&&(a=Lt(o.negativeValues.color,a));var s=X({labels:{animation:{delay:i,duration:Nr-i}}},this.pointOptions(o,e.seriesIx),{markers:{type:l,border:o.border,opacity:o.opacity,animation:n}});s=this.evalPointOptions(s,t,e),U(o.color)&&(a=s.color),s.markers.background=a;var p=new va(t,s);return p.color=a,this.append(p),p},e.prototype.updateBubblesSize=function(t){for(var e=this.options.series,o=Math.min(t.width(),t.height()),r=0;r<e.length;r++)for(var i=e[r],n=this.seriesPoints[r],a=(i.minSize||Math.max(.02*o,10))/2,s=(i.maxSize||.2*o)/2,l=Math.PI*a*a,p=(Math.PI*s*s-l)/this._maxSize,c=0;c<n.length;c++){var h=n[c];if(h){var u=Math.abs(h.value.size)*p,f=Math.sqrt((l+u)/Math.PI),d=Lt(h.options.zIndex,0)+(1-f/s);X(h.options,{zIndex:d,markers:{size:2*f,zIndex:d},labels:{zIndex:d+1}})}}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.x,o.y,o.size,t.category)},e.prototype.createAnimation=function(){},e.prototype.createVisual=function(){},e}(fa);Bt(ya,{tooltip:{format:"{3}"},labels:{format:"{3}"}});const ga=ya;var ma=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}(ge);X(ma.prototype,ln);const ba=ma;var _a=function(t){function e(e,o){t.call(this,o),this.aboveAxis=this.options.aboveAxis,this.color=o.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,xt(this.value.target)&&(this.target=new ba({type:t.target.shape,background:t.target.color||this.color,opacity:t.opacity,zIndex:t.zIndex,border:t.target.border,vAlign:P,align:C}),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,o=this.pointData(),r=ot(t);e=r?r(o):this.formatValue(t.format),this.label=new Vn(e,t,o),this.append(this.label)}},e.prototype.reflow=function(t){this.render();var e=this,o=e.options,r=e.target,i=e.owner,n=o.invertAxes,a=i.seriesValueAxis(this.options),s=i.categorySlot(i.categoryAxis,o.categoryIx,a),l=a.getSlot(this.value.target),p=n?l:s,c=n?s:l;if(r){var h=new ie(p.x1,c.y1,p.x2,c.y2);r.options.height=n?h.height():o.target.line.width,r.options.width=n?o.target.line.width:h.width(),r.reflow(h)}var u=this.label;u&&(u.options.aboveAxis=this.aboveAxis,u.reflow(t)),this.note&&this.note.reflow(t),this.box=t},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options,o=D.drawing.Path.fromRect(this.box.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&o.options.set("stroke",{color:e.border.color||this.color,width:e.border.width,dashType:e.border.dashType,opacity:Lt(e.border.opacity,e.opacity)}),this.bodyVisual=o,B(o),this.visual.append(o)},e.prototype.createAnimation=function(){this.bodyVisual&&(this.animation=D.drawing.Animation.create(this.bodyVisual,this.options.animation))},e.prototype.createHighlight=function(t){return D.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}(fe);_a.prototype.tooltipAnchor=Fn.prototype.tooltipAnchor,Bt(_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:{}}}),X(_a.prototype,ln),X(_a.prototype,pn);const xa=_a;var wa=function(t){function e(e,o){!function(t){for(var e=t.series,o=0;o<e.length;o++){var r=e[o],i=r.data;!i||M(i[0])||K(i[0])||(r.data=[i])}}(o),t.call(this,e,o)}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,o=e.length,r=0;r<o;r++)e[r].reflow(t[r])},e.prototype.plotRange=function(t){var e=t.series,o=this.seriesValueAxis(e),r=this.categoryAxisCrossingValue(o);return[r,t.value.current||r]},e.prototype.createPoint=function(t,e){var o=e.categoryIx,r=e.series,i=this.options,n=this.children,a=t.valueFields,s=X({vertical:!i.invertAxes,overlay:r.overlay,categoryIx:o,invertAxes:i.invertAxes},r),l=t.fields.color||r.color;s=this.evalPointOptions(s,a,e),U(r.color)&&(l=s.color);var p=new xa(a,s);p.color=l;var c=n[o];return c||(c=new Kn({vertical:i.invertAxes,gap:i.gap,spacing:i.spacing,rtl:!i.invertAxes&&(this.chartService||{}).rtl}),this.append(c)),c.append(p),p},e.prototype.updateRange=function(t,e){var o=t.current,r=t.target,i=e.series.axis,n=this.valueAxisRanges[i];xt(o)&&!isNaN(o)&&xt(r&&!isNaN(r))&&((n=this.valueAxisRanges[i]=n||{min:m,max:b}).min=Math.min(n.min,o,r),n.max=Math.max(n.max,o,r))},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 o=t[e];o.options.animation=this.options.animation,o.createAnimation()}},e}(an);wa.prototype._setAnimationOptions=Qn.prototype._setAnimationOptions,Bt(wa,{animation:{type:Qr}});const Ca=wa;var Oa=function(t){function e(e,o){t.call(this),this.chartService=e,this.options=X({},this.options,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getStyle=function(t,e){var o=t.background,r=t.border.color;if(e){var i=e.color||e.options.color;o=Lt(o,i),r=Lt(r,i)}var n=$(t.padding||{},"auto");return{backgroundColor:o,borderColor:r,font:t.font,color:t.color,opacity:t.opacity,borderWidth:Y(t.border.width),paddingTop:Y(n.top),paddingBottom:Y(n.bottom),paddingLeft:Y(n.left),paddingRight:Y(n.right)}},e.prototype.show=function(t,e,o){t.format=e.format;var r=this.getStyle(e,o);t.style=r;var i=new D.Color(r.backgroundColor);xt(e.color)||i.isDark()||(t.className="k-chart-tooltip-inverse"),this.chartService.notify(Fi,t),this.visible=!0},e.prototype.hide=function(){this.chartService&&this.chartService.notify(Gi),this.visible=!1},e.prototype.destroy=function(){delete this.chartService},e}(D.Class);Bt(Oa,{border:{width:1},opacity:1});const Sa=Oa;var Pa=function(t){function e(e,o,r){t.call(this,e,r),this.crosshair=o,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,o=this.options,r=e[o.stickyMode?"getCategory":"getValue"](t),i=r;o.format?i=this.formatService.auto(o.format,r):e.options.type===h&&(i=this.formatService.auto(e.options.labels.dateFormats[e.options.baseUnit],r)),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(Gi,{crosshair:this.crosshair,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex})},e.prototype.getAnchor=function(){var t,e,o,r=this.crosshair,i=this.options,n=i.position,l=i.padding,p=!r.axis.options.vertical,c=r.line.bbox();return p?(t=s,n===a?(e=P,o=c.bottomLeft().translate(0,l)):(e=a,o=c.topLeft().translate(0,-l))):(e=s,n===g?(t=C,o=c.topLeft().translate(-l,0)):(t=g,o=c.topRight().translate(l,0))),{point:o,align:{horizontal:t,vertical:e}}},e}(Sa);Bt(Pa,{padding:10});const Aa=Pa;var ka=function(t){function e(e,o,r){t.call(this,r),this.axis=o,this.stickyMode=o instanceof No;var i=this.options.tooltip;i.visible&&(this.tooltip=new Aa(e,this,X({},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,o=this.point,r=e.options.vertical,i=this.getBox(),n=r?E:j,a=new D.geometry.Point(i.x1,i.y1);if(t=r?new D.geometry.Point(i.x2,i.y1):new D.geometry.Point(i.x1,i.y2),o)if(this.stickyMode){var s=e.getSlot(e.pointCategoryIndex(o));a[n]=t[n]=s.center()[n]}else a[n]=t[n]=o[n];this.box=i,this.line.moveTo(a).lineTo(t)},e.prototype.getBox=function(){for(var t,e=this.axis,o=e.pane.axes,r=o.length,i=e.options.vertical,n=e.lineBox().clone(),a=i?j:E,s=0;s<r;s++){var l=o[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 D.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}(fe);Bt(ka,{color:n,width:2,zIndex:-1,tooltip:{visible:!1}});const Ta=ka;var ja=function(t){function e(e,o){t.call(this,e),this.pane=o}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,o=0;o<e;o++)if(!0===t[o].options.clip)return!0;return!1},e.prototype._clipBox=function(){return this.pane.chartsBox()},e.prototype.createVisual=function(){if(this.visual=new D.drawing.Group({zIndex:0}),this.shouldClip()){var t=(this.clipBox=this._clipBox()).toRect(),e=D.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,o=0;o<t.length;o++)for(var r=t[o].points||{},i=r.length,n=0;n<i;n++){var a=r[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}(fe);ja.prototype.isStackRoot=!0;const Ea=ja;var Ma=function(t){function e(e){t.call(this,e),this.id="pane"+Ia++,this.createTitle(),this.content=new fe,this.chartContainer=new Ea({},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;K(t)&&(t=X({},t,{align:t.position,position:P})),this.title=Le.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 o=0;o<this.charts.length;o++)t.removeChart(this.charts[o])}this.axes=[],this.charts=[],this.content.destroy(),this.content.children=[],this.chartContainer.children=[]},e.prototype.reflow=function(e){var o;kt(this.children)===this.content&&(o=this.children.pop()),t.prototype.reflow.call(this,e),o&&this.children.push(o),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),o=[],r=[],i=0;i<t.length;i++)for(var n=t[i],a=n.options.vertical,s=a?o:r,l=0;l<e.length;l++)if(0===s.length){var p=e[l];a!==p.options.vertical&&bt(s,n.createGridLines(p))}},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,o=new ie,r=0;r<e;r++){var i=t[r],n=i.options.vertical?E:j,a=i.lineBox();o[n+1]=a[n+1],o[n+2]=a[n+2]}if(0===o.x2)for(var s=this.parent.axes,l=s.length,p=0;p<l;p++){var c=s[p];if(!c.options.vertical){var h=c.lineBox();o.x1=h.x1,o.x2=h.x2}}return o},e.prototype.clipBox=function(){return this.chartContainer.clipBox},e.prototype.notifyRender=function(){var t=this.getService();t&&t.notify("paneRender",{pane:new Pr(this),index:this.paneIndex,name:this.options.name})},e}(ve),Ia=1;Ma.prototype.isStackRoot=!0,Bt(Ma,{zIndex:-1,shrinkToFit:!0,title:{align:g},visible:!0});const La=Ma;function Ra(t,e){null!==e&&t.push(e)}function Da(t,e,o){var r=e.visible;if(xt(r))return r;var i=t.pointVisibility;return i?i[o]:void 0}function Ba(t){for(var e=t.data,o=[],r=0,i=0,n=0;n<e.length;n++){var a=Ir.current.bindPoint(t,n),s=a.valueFields.value;V(s)&&(s=parseFloat(s)),z(s)?(a.visible=!1!==Da(t,a.fields,n),a.value=Math.abs(s),o.push(a),a.visible&&(r+=a.value),0!==s&&i++):o.push(null)}return{total:r,points:o,count:i}}function Na(t,e){return t&&e?t.toLowerCase()===e.toLowerCase():t===e}function za(t,e){for(var o=[],r=[].concat(e),i=0;i<t.length;i++){var n=t[i];ct(n.type,r)&&o.push(n)}return o}function Va(t,e,o){if(null===e)return e;var r="_date_"+t,i=e[r];return i||(i=Lo(o,nt(t)(e)),e[r]=i),i}function Ha(t,e){var o=t.type,r=e instanceof Date;return!o&&r||Na(o,h)}function Ua(t){return 1===t.length?t[0]:t}var Fa=/area/i;function Ga(t,e){var o=Ir.current.bindPoint(t,null,e).valueFields;for(var r in o)if(H(o[r]))return!0}function Wa(t){var e,o,r=t.start,i=t.dir,n=t.min,a=t.max,s=t.getter,l=t.hasItem,p=t.series,c=r;do{l(c+=i)&&(e=Ga(p,(o=s(c)).item))}while(n<=c&&c<=a&&!e);if(e)return o}function Xa(t,e,o,r,i){var n=e.min,a=e.max,s=n>0&&n<o,l=a+1<o;if(s||l){var p,c,h,u=function(t){return t.missingValues?t.missingValues:Fa.test(t.type)||t.stack?Gr:Wr}(t);u!==Wr?(s&&(p=r(n-1)),l&&(c=r(a+1))):(s&&(p=Ga(t,(h=r(n-1)).item)?h:Wa({start:n,dir:-1,min:0,max:o-1,getter:r,hasItem:i,series:t})),l&&(c=Ga(t,(h=r(a+1)).item)?h:Wa({start:a,dir:1,min:0,max:o-1,getter:r,hasItem:i,series:t}))),p&&(t._outOfRangeMinPoint=p),c&&(t._outOfRangeMaxPoint=c)}}var Ka=function(t){function e(e,o,r){t.call(this,o),this.initFields(e,o),this.series=e,this.initSeries(),this.charts=[],this.options.legend=this.options.legend||{},this.options.legend.items=[],this.axes=[],this.crosshairs=[],this.chartService=r,this.originalOptions=o,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.createPanes=function(){for(var t=this.options.title||{},e=this.options.paneDefaults,o=this.options.panes||[],r=Math.max(o.length,1),i=[],n=X({title:{color:t.color}},e),a=0;a<r;a++){var s=X({},n,o[a]);V(s.title)&&(s.title=X({text:s.title},n.title));var l=new La(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 o=0;o<t.length;o++)for(var r=t[o],i=0;i<r.axes.length;i++){var n=r.axes[i],a=e.crosshairOptions(n);if(a&&a.visible){var s=new Ta(e.chartService,n,a);e.crosshairs.push(s),r.content.append(s)}}},e.prototype.removeCrosshairs=function(t){for(var e=this.crosshairs,o=t.axes,r=e.length-1;r>=0;r--)for(var i=0;i<o.length;i++)if(e[r].axis===o[i]){e.splice(r,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,o=this.panes,r=0;r<o.length;r++)if(o[r].options.name===t){e=o[r];break}return e||o[0]},e.prototype.findPointPane=function(t){for(var e,o=this.panes,r=0;r<o.length;r++)if(o[r].box.containsPoint(t)){e=o[r];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=[],o=0;o<this.axes.length;o++){var r=this.axes[o];t!==r?e.push(r):r.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=[],o=0;o<this.charts.length;o++){var r=this.charts[o];r!==t?e.push(r):r.destroy()}this.charts=e},e.prototype.addToLegend=function(t){for(var e=t.length,o=this.options.legend,r=o.labels||{},i=o.inactiveItems||{},n=i.labels||{},a=[],s=0;s<e;s++){var l=t[s],p=!1!==l.visible;if(!1!==l.visibleInLegend){var c=l.name,h=p?ot(r):ot(n)||ot(r);h&&(c=h({text:ha(c)?c:"",series:l}));var u=l._defaults,f=l.color;U(f)&&u&&(f=u.color);var d=void 0,v=void 0;p?(d={},v=f):(d={color:n.color,font:n.font},v=i.markers.color),ha(c)&&""!==c&&a.push({text:c,labels:d,markerColor:v,series:l,active:p})}}bt(o.items,a)},e.prototype.groupAxes=function(t){for(var e=[],o=[],r=0;r<t.length;r++)for(var i=t[r].axes,n=0;n<i.length;n++){var a=i[n];a.options.vertical?o.push(a):e.push(a)}return{x:e,y:o,any:e.concat(o)}},e.prototype.groupSeriesByPane=function(){for(var t=this.series,e={},o=0;o<t.length;o++){var r=t[o],i=this.seriesPaneName(r);e[i]?e[i].push(r):e[i]=[r]}return e},e.prototype.filterVisibleSeries=function(t){for(var e=[],o=0;o<t.length;o++){var r=t[o];!1!==r.visible&&e.push(r)}return e},e.prototype.reflow=function(t){var e=this.options.plotArea,o=this.panes,r=$(e.margin);this.box=t.clone().unpad(r),this.reflowPanes(),this.detachLabels(),this.reflowAxes(o),this.reflowCharts(o)},e.prototype.redraw=function(t){var e=[].concat(t);this.initSeries();var o=this.getRoot();o&&o.cleanGradients();for(var r=0;r<e.length;r++)this.removeCrosshairs(e[r]),e[r].empty();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 o=t.options,r=[].concat(o.axisCrossingValues||o.axisCrossingValue),i=e.length-r.length,n=r[0]||0,a=0;a<i;a++)r.push(n);return r},e.prototype.alignAxisTo=function(t,e,o,r){var i=t.getSlot(o,o,!0),n=t.options.reverse?2:1,a=e.getSlot(r,r,!0),s=e.options.reverse?2:1,l=t.box.translate(a[j+s]-i[j+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 o=this,r=t[0],i=e[0],n=this.axisCrossingValues(r,e),s=this.axisCrossingValues(i,t),l={},c={},h={},u={},f=0;f<e.length;f++){var d=e[f],v=d.pane,y=v.id,m=!1!==d.options.visible,b=Za(t,v)||r,_=n;b!==r&&(_=o.axisCrossingValues(b,e)),o.alignAxisTo(d,b,s[f],_[f]),d.options._overlap||(Mt(d.lineBox().x1)===Mt(b.lineBox().x1)&&(l[y]&&d.reflow(d.box.alignTo(l[y].box,g).translate(-d.options.margin,0)),m&&(l[y]=d)),Mt(d.lineBox().x2)===Mt(b.lineBox().x2)&&(d._mirrored||(d.options.labels.mirror=!d.options.labels.mirror,d._mirrored=!0),o.alignAxisTo(d,b,s[f],_[f]),c[y]&&d.reflow(d.box.alignTo(c[y].box,C).translate(d.options.margin,0)),m&&(c[y]=d)),0!==f&&i.pane===d.pane&&(d.alignTo(i),d.reflow(d.box)))}for(var x=0;x<t.length;x++){var w=t[x],O=w.pane,S=O.id,A=!1!==w.options.visible,k=Za(e,O)||i,T=s;k!==i&&(T=o.axisCrossingValues(k,t)),o.alignAxisTo(w,k,n[x],T[x]),w.options._overlap||(Mt(w.lineBox().y1)===Mt(k.lineBox().y1)&&(w._mirrored||(w.options.labels.mirror=!w.options.labels.mirror,w._mirrored=!0),o.alignAxisTo(w,k,n[x],T[x]),h[S]&&w.reflow(w.box.alignTo(h[S].box,P).translate(0,-w.options.margin)),A&&(h[S]=w)),Mt(w.lineBox().y2,p)===Mt(k.lineBox().y2,p)&&(u[S]&&w.reflow(w.box.alignTo(u[S].box,a).translate(0,w.options.margin)),A&&(u[S]=w)),0!==x&&(w.alignTo(r),w.reflow(w.box)))}},e.prototype.shrinkAxisWidth=function(t){for(var e=this.groupAxes(t).any,o=qa(e),r=0,i=0;i<t.length;i++){var n=t[i];n.axes.length>0&&(r=Math.max(r,o.width()-n.contentBox.width()))}if(0!==r)for(var a=0;a<e.length;a++){var s=e[a];s.options.vertical||s.reflow(s.box.shrink(r,0))}},e.prototype.shrinkAxisHeight=function(t){for(var e,o=0;o<t.length;o++){var r=t[o],i=r.axes,n=Math.max(0,qa(i).height()-r.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,o=0,r=0;r<t.length;r++){var i=t[r],n=i.axes,a=i.contentBox;if(n.length>0){var s=qa(n),l=Math.max(a.y1-s.y1,a.y2-s.y2);o=Math.max(o,a.x1-s.x1);for(var p=0;p<n.length;p++){var c=n[p];c.reflow(c.box.translate(0,l))}}}for(var h=0;h<e.length;h++){var u=e[h];u.reflow(u.box.translate(o,0))}},e.prototype.reflowAxes=function(t){for(var e=this.groupAxes(t),o=0;o<t.length;o++)this.reflowPaneAxes(t[o]);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,o=this.panes,r=Qa(o),i=0;i<r.length;i++)r[i].autoRotateLabels()&&(e=!0);if(e){for(var n=0;n<o.length;n++)this.reflowPaneAxes(o[n]);t.x.length>0&&t.y.length>0&&(this.alignAxes(t.x,t.y),this.shrinkAxisWidth(o))}},e.prototype.reflowPaneAxes=function(t){var e=t.axes,o=e.length;if(o>0)for(var r=0;r<o;r++)e[r].reflow(t.contentBox)},e.prototype.reflowCharts=function(t){for(var e=this.charts,o=e.length,r=this.box,i=0;i<o;i++){var n=e[i].pane;n&&!ct(n,t)||e[i].reflow(r)}},e.prototype.reflowPanes=function(){for(var t=this.box,e=this.panes,o=e.length,r=t.height(),i=0,n=t.y1,a=0;a<o;a++){var s=e[a],l=s.options.height;if(s.options.width=t.width(),s.options.height){if(l.indexOf&&l.indexOf("%")){var p=parseInt(l,10)/100;s.options.height=p*t.height()}s.reflow(t.clone()),r-=s.options.height}else i++}for(var c=0;c<o;c++){var h=e[c];h.options.height||(h.options.height=r/i)}for(var u=0;u<o;u++){var f=e[u],d=t.clone().move(t.x1,n);f.reflow(d),n+=f.options.height}},e.prototype.backgroundBox=function(){for(var t,e=this.axes,o=e.length,r=0;r<o;r++)for(var i=e[r],n=0;n<o;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=[],o=0;o<t.length;o++)e.push(t[o].chartsBox());return e},e.prototype.addBackgroundPaths=function(t){for(var e=this.chartsBoxes(),o=0;o<e.length;o++)t.paths.push(D.drawing.Path.fromRect(e[o].toRect()))},e.prototype.backgroundContainsPoint=function(t){for(var e=this.chartsBoxes(),o=0;o<e.length;o++)if(e[o].containsPoint(t))return!0},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e,o=this.options.plotArea,r=o.opacity,i=o.background,n=o.border;void 0===n&&(n={}),""!==(e=i)&&null!==e&&"none"!==e&&"transparent"!==e&&xt(e)||(i=k,r=0);var a=this._bgVisual=new D.drawing.MultiPath({fill:{color:i,opacity:r},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,o=[];if(null!==t)for(var r=0;r<e.length;r++)if("_navigator"!==e[r].pane.options.name){var i=e[r].categoryPoints[t];if(i&&i.length)for(var n=0;n<i.length;n++){var a=i[n];a&&xt(a.value)&&null!==a.value&&o.push(a)}}return o},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,o=[],r=0;r<e.length;r++)for(var i=e[r].points,n=0;n<i.length;n++){var a=i[n];a&&!1!==a.visible&&t(a)&&o.push(a)}return o},e.prototype.findPoint=function(t){for(var e=this.charts,o=0;o<e.length;o++)for(var r=e[o].points,i=0;i<r.length;i++){var n=r[i];if(n&&!1!==n.visible&&t(n))return n}},e.prototype.paneByPoint=function(t){for(var e=this.panes,o=0;o<e.length;o++){var r=e[o];if(r.box.containsPoint(t))return r}},e.prototype.detachLabels=function(){var t=this.groupAxes(this.panes),e=t.x,o=t.y;this.detachAxisGroupLabels(o,e),this.detachAxisGroupLabels(e,o)},e.prototype.detachAxisGroupLabels=function(t,e){for(var o=0,r=0;r<t.length;r++){var i=t[r],n=i.pane,a=Za(e,n)||e[0],s=r+o,l=this.createLabelAxis(i,s,a);if(l){o++;var p=n.axes.indexOf(i)+o;n.appendAxisAt(l,p)}}},e.prototype.createLabelAxis=function(t,e,o){var r=t.options.labels,i=r.position,n="end"!==i&&"start"!==i,a=r.visible;if(n||!1===a)return null;var s=this.groupAxes(this.panes),l=o.options.vertical?s.x:s.y,p=this.axisCrossingValues(o,l),c="end"===i,h=o.range(),u=c?h.max:h.min;if(Tt(p[e],h.min,h.max)-u==0)return null;p.splice(e+1,0,u),o.options.axisCrossingValues=p;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}(fe);function Ya(t){return!t.pane.axes.some((function(e){return e.options.vertical===t.options.vertical&&e!==t&&!1!==e.options.visible}))}function qa(t){for(var e,o=t.length,r=0;r<o;r++){var i=t[r],n=!1!==i.options.visible;if(n||Ya(i)){var a=n?i.contentBox():i.lineBox();e?e.wrap(a):e=a.clone()}}return e||new ie}function Za(t,e){for(var o=0;o<t.length;o++){var r=t[o];if(r&&r.pane===e)return r}}var Qa=function(t){return t.reduce((function(t,e){return t.concat(e.axes)}),[])};Bt(Ka,{series:[],plotArea:{margin:{}},background:"",border:{color:n,width:0},paneDefaults:{title:{}},legend:{inactiveItems:{labels:{color:"#919191"},markers:{color:"#919191"}}}});const $a=Ka;var Ja={hover:function(t,e){this._dispatchEvent(t,e,Mi)},click:function(t,e){this._dispatchEvent(t,e,"plotAreaClick")}};const ts=Ja;function es(t,e,o){var r=e,i=t;if(t.indexOf(".")>-1){for(var n=t.split(".");n.length>1;)i=n.shift(),xt(r[i])||(r[i]={}),r=r[i];i=n.shift()}r[i]=o}const os=function(t){function e(e,o,r){t.call(this);var i=o.canonicalFields(e),n=o.valueFields(e),a=o.sourceFields(e,i),s=this._seriesFields=[],l=r.query(e.type),p=e.aggregate||l;this._series=e,this._binder=o;for(var c=0;c<i.length;c++){var h=i[c],u=void 0;if(K(p))u=p[h];else{if(0!==c&&!ct(h,n))break;u=p}u&&s.push({canonicalName:h,name:a[c],transform:U(u)?u:jr[u]})}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aggregatePoints=function(t,e){var o=this._series,r=this._seriesFields,i=this._bindPoints(t||[]),n=i.dataItems[0],a={};if(n&&!z(n)&&!M(n)){var s=function(){};s.prototype=n,a=new s}for(var l=0;l<r.length;l++){var p=r[l],c=this._bindField(i.values,p.canonicalName),h=p.transform(c,o,i.dataItems,e);if(!(null===h||!K(h)||xt(h.length)||h instanceof Date)){a=h;break}xt(h)&&es(p.name,a,h)}return a},e.prototype._bindPoints=function(t){for(var e=this._binder,o=this._series,r=[],i=[],n=0;n<t.length;n++){var a=t[n];r.push(e.bindPoint(o,a)),i.push(o.data[a])}return{values:r,dataItems:i}},e.prototype._bindField=function(t,e){for(var o=[],r=t.length,i=0;i<r;i++){var n,a=t[i],s=a.valueFields;n=xt(s[e])?s[e]:a.fields[e],o.push(n)}return o},e}(D.Class);var rs=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 o=0;o<t.length;o++)this._defaults[t[o]]=e},e.prototype.query=function(t){return this._defaults[t]},e}(D.Class);rs.current=new rs;const is=rs;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.createLabel=function(){var t=this.options.labels,e=X({},t,t.from),o=X({},t,t.to);e.visible&&(this.labelFrom=this._createLabel(e),this.append(this.labelFrom)),o.visible&&(this.labelTo=this._createLabel(o),this.append(this.labelTo))},e.prototype._createLabel=function(t){var e,o=ot(t),r=this.pointData();return e=o?o(r):this.formatValue(t.format),new Vn(e,X({vertical:this.options.vertical},t),r)},e.prototype.reflow=function(t){this.render();var e=this,o=e.labelFrom,r=e.labelTo,i=e.value;this.box=t,o&&(o.options.aboveAxis=i.from>i.to,o.reflow(t)),r&&(r.options.aboveAxis=i.to>i.from,r.reflow(t)),this.note&&this.note.reflow(t)},e}(Fn);ns.prototype.defaults=X({},ns.prototype.defaults,{labels:{format:"{0} - {1}"},tooltip:{format:"{1}"}});const as=ns;var ss=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 as},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 o=e.series.axis,r=t.from,i=t.to,n=this.valueAxisRanges[o];null!==t&&z(r)&&z(i)&&((n=this.valueAxisRanges[o]=n||{min:m,max:b}).min=Math.min(n.min,r),n.max=Math.max(n.max,r),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}(Qn);ss.prototype.plotLimits=an.prototype.plotLimits;const ls=ss;var ps=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}(hn);const cs=ps;var hs="auto",us=function(t){function e(e,o){t.call(this),this.value=e,this.options=o,this.aboveAxis=Lt(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,o=t.labels,r=this.value,i=this.fromPoint=new cs(r,X({},this.options,{labels:o.from,markers:e.from})),n=this.toPoint=new cs(r,X({},this.options,{labels:o.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,o=t.to;this.positionLabels(e,o),this.fromPoint.reflow(e),this.toPoint.reflow(o),this.box=this.fromPoint.markerBox().clone().wrap(this.toPoint.markerBox())},e.prototype.createHighlight=function(){var t=new D.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,o,r,i=this.box,n=i.center(),l=g;return this.options.vertical?(e=n.x,o=i.y1-5,r=a):(e=i.x2+5,o=n.y,r=s),{point:new ee(e,o),align:{horizontal:l,vertical:r}}}},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 o,r,i=this.options,n=i.labels,a=i.vertical;n.position===hs&&(a?e.y1<=t.y1?(r=Xr,o=Kr):(r=Kr,o=Xr):e.x1<=t.x1?(r=g,o=C):(r=C,o=g),n.from&&n.from.position||(this.fromPoint.options.labels.position=o),n.to&&n.to.position||(this.toPoint.options.labels.position=r))},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}(fe);X(us.prototype,ln),X(us.prototype,pn),us.prototype.defaults={markers:{visible:!1,background:k,size:8,type:l,border:{width:2},opacity:1},labels:{visible:!1,margin:$(3),padding:$(4),animation:{type:zr,delay:Nr},position:hs},notes:{label:{}},highlight:{markers:{border:{color:k,width:2}},zIndex:100},tooltip:{format:"{0} - {1}"}};const fs=us;var ds=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 D.drawing.Path(t),o=new D.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),o.segments.push.apply(o.segments,this.stackSegments()),this.visual.append(e),this.visual.append(o)},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}(jn);const vs=ds;var ys=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 xr).process(this.toGeometryPoints(t))},e}(vs);const gs=ys;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.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}(vs);X(ms.prototype,yn);const bs=ms;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.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.pointType=function(){return fs},e.prototype.createPoint=function(t,e){var o=e.series,r=e.seriesIx,i=t.valueFields;if(!ha(i.from)&&!ha(i.to)){if(this.seriesMissingValues(o)!==Gr)return null;i={from:0,to:0}}var n=this.pointOptions(o,r);n=this.evalPointOptions(n,i,e);var a=t.fields.color||o.color;U(o.color)&&(a=n.color);var s=new fs(i,n);return s.color=a,this.append(s),s},e.prototype.createSegment=function(t,e,o){var r=(e.line||{}).style;return new("smooth"===r?gs:"step"===r?bs:vs)(t,e,o)},e.prototype.plotRange=function(t,e){return t?[t.value.from,t.value.to]:[e,e]},e.prototype.valueSlot=function(t,e){var o=t.getSlot(e[0],e[0],!this.options.clip),r=t.getSlot(e[1],e[1],!this.options.clip);if(o&&r)return{from:o,to:r}},e.prototype.pointSlot=function(t,e){var o,r,i=e.from,n=e.to;return this.options.invertAxes?(o=new ie(i.x1,t.y1,i.x2,t.y2),r=new ie(n.x1,t.y1,n.x2,t.y2)):(o=new ie(t.x1,i.y1,t.x2,i.y2),r=new ie(t.x1,n.y1,t.x2,n.y2)),{from:o,to:r}},e.prototype.addValue=function(e,o){var r=e.valueFields;z(r.from)||(r.from=r.to),z(r.to)||(r.to=r.from),t.prototype.addValue.call(this,e,o)},e.prototype.updateRange=function(t,e){if(null!==t&&z(t.from)&&z(t.to)){var o=e.series.axis,r=this.valueAxisRanges[o]=this.valueAxisRanges[o]||{min:m,max:b},i=t.from,n=t.to;r.min=Math.min(r.min,i,n),r.max=Math.max(r.max,i,n)}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.from,o.to)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++){var r=t[o];r&&(e.push((r.fromPoint||{}).marker),e.push((r.toPoint||{}).marker))}return e.concat(this._segments)},e}(an);X(_s.prototype,wn,Pn);const xs=_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.reflow=function(t){var e=this,o=e.options,r=e.value,i=e.owner.seriesValueAxis(o),n=[],a=[],s=[],l=i.getSlot(r.low,r.high),p=i.getSlot(r.open,r.open),c=i.getSlot(r.close,r.close);p.x1=c.x1=l.x1=t.x1,p.x2=c.x2=l.x2=t.x2;var h=l.center().x;n.push([p.x1,p.y1]),n.push([h,p.y1]),a.push([h,c.y1]),a.push([c.x2,c.y1]),s.push([h,l.y1]),s.push([h,l.y2]),this.lines=[n,a,s],this.box=l.clone().wrap(p.clone().wrap(c)),this.reflowNote()},e.prototype.createBody=function(){},e}(Jn);const Cs=ws;var Os=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 Cs},e}(oa);const Ss=Os;var Ps=function(t){function e(e,o,r){t.call(this),this.from=e,this.to=o,this.series=r}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,o=this.to.box,r=[];if(t.isVertical){var i=t.aboveAxis?e.y1:e.y2;r.push([e.x1,i],[o.x2,i])}else{var n=t.aboveAxis?e.x2:e.x1;r.push([n,e.y1],[n,o.y2])}return r},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.series.line||{},o=D.drawing.Path.fromPoints(this.linePoints(),{stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType}});B(o),this.visual.append(o)},e}(fe);Bt(Ps,{animation:{type:zr,delay:Nr}});const As=Ps;var ks=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,o=rn(e),r=!this.options.invertAxes,i=0;i<e.length;i++)for(var n=e[i],a=0,s=0,l=0;l<o;l++){var p=Ir.current.bindPoint(n,l),c=p.valueFields.value,h=p.fields.summary,u=a,f=void 0;h?"total"===h.toLowerCase()?(p.valueFields.value=a,u=0,f=a):(p.valueFields.value=s,f=u-s,s=0):z(c)&&(s+=c,f=a+=c),t(p,{category:this.categoryAxis.categoryAt(l),categoryIx:l,series:n,seriesIx:i,total:a,runningTotal:s,from:u,to:f,isVertical:r})}},e.prototype.updateRange=function(e,o){t.prototype.updateRange.call(this,{value:o.to},o)},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,o=this.segments=[],r=0;r<t.length;r++){var i=t[r],n=e[r];if(n)for(var a=void 0,s=0;s<n.length;s++){var l=n[s];if(l&&a){var p=new As(a,l,i);o.push(p),this.append(p)}a=l}}},e}(Qn);const Ts=ks;var js=[Zr,xi,yi,Si],Es=[si,Oi].concat(js),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.initFields=function(t){if(this.namedCategoryAxes={},this.namedValueAxes={},this.valueAxisRangeTracker=new Nn,t.length>0){this.invertAxes=ct(t[0].type,[Qr,ti,Oi,xi,Si,gi,ai,wi]);for(var e=0;e<t.length;e++){var o=t[e].stack;if(o&&"100%"===o.type){this.stack100=!0;break}}}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.createCategoryAxes(t),this.aggregateCategories(t),this.createCategoryAxesLabels(t),this.createCharts(t),this.createValueAxes(t)},e.prototype.removeAxis=function(e){var o=e.options.name;t.prototype.removeAxis.call(this,e),e instanceof No?delete this.namedCategoryAxes[o]:(this.valueAxisRangeTracker.reset(o),delete this.namedValueAxes[o]),e===this.categoryAxis&&delete this.categoryAxis,e===this.valueAxis&&delete this.valueAxis},e.prototype.createCharts=function(t){for(var e=this,o=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=o[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(za(t,[Zr,xi]),e),this.createRangeAreaChart(za(t,[yi,Si]),e),this.createBarChart(za(t,[oi,Qr]),e),this.createRangeBarChart(za(t,[mi,gi]),e),this.createBulletChart(za(t,[ti,Ci]),e),this.createCandlestickChart(za(t,ei),e),this.createBoxPlotChart(za(t,[$r,wi]),e),this.createOHLCChart(za(t,li),e),this.createWaterfallChart(za(t,[Pi,ai]),e),this.createLineChart(za(t,[si,Oi]),e)},e.prototype.aggregateCategories=function(t){var e=this,o=this.srcSeries||this.series,r=[];this._currentPointsCache={},this._seriesPointsCache=this._seriesPointsCache||{};for(var i=0;i<o.length;i++){var n=o[i],a=e.seriesCategoryAxis(n),s=e.findPane(a.options.pane);n=(Na(a.options.type,h)||n.categoryField)&&ct(s,t)?e.aggregateSeries(n,a):e.filterSeries(n,a),r.push(n)}this._seriesPointsCache=this._currentPointsCache,this._currentPointsCache=null,this.srcSeries=o,this.series=r},e.prototype.filterSeries=function(t,e){var o=(t.data||{}).length;if(e._seriesMax=Math.max(e._seriesMax||0,o),!z(e.options.min)&&!z(e.options.max))return t;var r=e.currentRangeIndices(),i=ct(t.type,Es),n=X({},t);return n.data=(n.data||[]).slice(r.min,r.max+1),i&&Xa(n,r,o,(function(o){return{item:t.data[o],category:e.categoryAt(o,!0),categoryIx:o-r.min}}),(function(e){return xt(t.data[e])})),n},e.prototype.clearSeriesPointsCache=function(){this._seriesPointsCache={}},e.prototype.seriesSourcePoints=function(t,e){var o=t.index+";"+e.categoriesHash();if(this._seriesPointsCache[o])return this._currentPointsCache[o]=this._seriesPointsCache[o],this._seriesPointsCache[o];var r=e.options,i=r.srcCategories,n=Na(r.type,h),a=t.data,s=n?Va:Er,l=[];n||e.mapCategories();for(var p=0;p<a.length;p++){var c;if(c=t.categoryField?s(t.categoryField,a[p],this.chartService.intl):i[p],xt(c)&&null!==c){var u=e.totalIndex(c);l[u]=l[u]||{items:[],category:c},l[u].items.push(p)}}return this._currentPointsCache[o]=l,l},e.prototype.aggregateSeries=function(t,e){if(!t.data.length)return t;for(var o=this.seriesSourcePoints(t,e),r=X({},t),i=new os(X({},t),Ir.current,is.current),n=r.data=[],a=e.options.dataItems||[],s=e.currentRangeIndices(),l=function(t){var r=t-s.min,n=o[t];if(n||(n=o[t]={}),n.categoryIx=r,!n.item){var a=e.categoryAt(t,!0);n.category=a,n.item=i.aggregatePoints(n.items,a)}return n},p=s.min;p<=s.max;p++){var c=l(p);n[c.categoryIx]=c.item,c.items&&c.items.length&&(a[c.categoryIx]=c.item)}return ct(r.type,Es)&&Xa(r,s,e.totalCount(),l,(function(t){return o[t]})),e.options.dataItems=a,r},e.prototype.appendChart=function(e,o){var r=e.options.series,i=this.seriesCategoryAxis(r[0]),n=i.options.categories,a=Math.max(0,rn(r)-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,o)},e.prototype.seriesPaneName=function(t){var e=this.options,o=t.axis,r=at([].concat(e.valueAxis),(function(t){return t.name===o}))[0],i=((e.panes||[{}])[0]||{}).name||"default";return(r||{}).pane||i},e.prototype.seriesCategoryAxis=function(t){var e=t.categoryAxis,o=e?this.namedCategoryAxes[e]:this.categoryAxis;if(!o)throw new Error("Unable to locate category axis with name "+e);return o},e.prototype.stackableChartOptions=function(t,e){var o=t.stack;return{isStacked:o,isStacked100:o&&"100%"===o.type,clip:e.options.clip}},e.prototype.groupSeriesByCategoryAxis=function(t){for(var e=[],o={},r=0;r<t.length;r++){var i=t[r].categoryAxis||"$$default$$";o.hasOwnProperty(i)||(o[i]=!0,e.push(i))}for(var n=[],a=0;a<e.length;a++){var s=Ls(t,e[a],a);0!==s.length&&n.push(s)}return n},e.prototype.createBarChart=function(t,e){if(0!==t.length){var o=t[0],r=new Qn(this,Object.assign({series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing},this.stackableChartOptions(o,e)));this.appendChart(r,e)}},e.prototype.createRangeBarChart=function(t,e){if(0!==t.length){var o=t[0],r=new ls(this,{series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing});this.appendChart(r,e)}},e.prototype.createBulletChart=function(t,e){if(0!==t.length){var o=t[0],r=new Ca(this,{series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var o=t[0],r=new kn(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(o,e)));this.appendChart(r,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var o=t[0],r=new Dn(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(o,e)));this.appendChart(r,e)}},e.prototype.createRangeAreaChart=function(t,e){if(0!==t.length){var o=new xs(this,{invertAxes:this.invertAxes,series:t,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createOHLCChart=function(t,e){if(0!==t.length){var o=t[0],r=new Ss(this,{invertAxes:this.invertAxes,gap:o.gap,series:t,spacing:o.spacing,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createCandlestickChart=function(t,e){if(0!==t.length){var o=t[0],r=new oa(this,{invertAxes:this.invertAxes,gap:o.gap,series:t,spacing:o.spacing,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createBoxPlotChart=function(t,e){if(0!==t.length){var o=t[0],r=new la(this,{invertAxes:this.invertAxes,gap:o.gap,series:t,spacing:o.spacing,clip:e.options.clip});this.appendChart(r,e)}},e.prototype.createWaterfallChart=function(t,e){if(0!==t.length){var o=t[0],r=new Ts(this,{series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing});this.appendChart(r,e)}},e.prototype.axisRequiresRounding=function(t,e){for(var o=za(this.series,Ai),r=0;r<this.series.length;r++){var i=this.series[r];if(ct(i.type,js)){var n=i.line;n&&n.style===qr&&o.push(i)}}for(var a=0;a<o.length;a++){var s=o[a].categoryAxis||"";if(s===t||!s&&0===e)return!0}},e.prototype.aggregatedAxis=function(t,e){for(var o=this.series,r=0;r<o.length;r++){var i=o[r].categoryAxis||"";if((i===t||!i&&0===e)&&o[r].categoryField)return!0}},e.prototype.createCategoryAxesLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e]instanceof No&&t[e].createLabels()},e.prototype.createCategoryAxes=function(t){for(var e=this,o=this.invertAxes,r=[].concat(this.options.categoryAxis),i=[],n=0;n<r.length;n++){var a=r[n];if(ct(e.findPane(a.pane),t)){var s=a.name,l=a.categories;void 0===l&&(l=[]),a=X({vertical:o,reverse:!o&&e.chartService.rtl,axisCrossingValue:o?m:0},a),xt(a.justified)||(a.justified=e.isJustified()),e.axisRequiresRounding(s,n)&&(a.justified=!1);var p=void 0;if(p=Ha(a,l[0])?new Ko(a,e.chartService):new No(a,e.chartService),r[n].categories=p.options.srcCategories,s){if(e.namedCategoryAxes[s])throw new Error("Category axis with name "+s+" is already defined");e.namedCategoryAxes[s]=p}p.axisIndex=n,i.push(p),e.appendAxis(p)}}var c=this.categoryAxis||i[0];this.categoryAxis=c,o?this.axisY=c:this.axisX=c},e.prototype.isJustified=function(){for(var t=this.series,e=0;e<t.length;e++)if(!ct(t[e].type,js))return!1;return!0},e.prototype.createValueAxes=function(t){var e=this,o=this.valueAxisRangeTracker,r=o.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 p=i[l];if(ct(e.findPane(p.pane),t)){var c=p.name,h=Na(p.type,Wi)?{min:.1,max:1}:{min:0,max:1},u=o.query(c)||r||h;0===l&&u&&r&&(u.min=Math.min(u.min,r.min),u.max=Math.max(u.max,r.max));var f=new(Na(p.type,Wi)?sr:tr)(u.min,u.max,X({},a,p),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,o){var r=t._eventCoordinates(e),i=new ee(r.x,r.y),n=this.pointPane(i),a=[],s=[];if(n){for(var l=n.axes,p=0;p<l.length;p++){var c=l[p];c.getValue?Ra(s,c.getValue(i)):Ra(a,c.getCategory(i))}0===a.length&&Ra(a,this.categoryAxis.getCategory(i)),a.length>0&&s.length>0&&t.trigger(o,{element:Pt(e),originalEvent:e,category:Ua(a),value:Ua(s)})}},e.prototype.pointPane=function(t){for(var e=this.panes,o=0;o<e.length;o++){var r=e[o];if(r.contentBox.containsPoint(t))return r}},e.prototype.updateAxisOptions=function(t,e){Is(this.options,t,e),Is(this.originalOptions,t,e)},e}($a);function Is(t,e,o){X([].concat(e instanceof No?t.categoryAxis:t.valueAxis)[e.axisIndex],o)}function Ls(t,e,o){return at(t,(function(t){return 0===o&&!t.categoryAxis||t.categoryAxis===e}))}Bt(Ms,{categoryAxis:{},valueAxis:{}}),X(Ms.prototype,ts);const Rs=Ms;var Ds=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 o=[].concat(t);this.hide();for(var r=0;r<o.length;r++){var i=o[r];i&&i.toggleHighlight&&i.hasHighlight()&&(this.togglePointHighlight(i,!0,e),this._points.push(i))}},e.prototype.togglePointHighlight=function(t,e,o){var r=(t.options.highlight||{}).toggle;if(r){var i={category:t.category,series:t.series,dataItem:t.dataItem,value:t.value,stackValue:t.stackValue,preventDefault:Bs,visual:t.highlightVisual(),show:e};r(i),i._defaultPrevented||t.toggleHighlight(e,o)}else t.toggleHighlight(e,o)},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,o=0;o<e.length;o++)if(t===e[o])return!0;return!1},e}(D.Class);function Bs(){this._defaultPrevented=!0}const Ns=Ds;function zs(t,e){var o=(e||"").toLowerCase(),r=t.event;return"none"===o&&!(r.ctrlKey||r.shiftKey||r.altKey)||r[o+"Key"]}function Vs(t){for(var e={},o=0;o<t.length;o++){var r=t[o];r.axis.options.name&&(e[r.axis.options.name]={min:r.range.min,max:r.range.max})}return e}var Hs=function(t){function e(e,o){t.call(this),this.plotArea=e,this.options=X({},this.options,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.start=function(t){return this._active=zs(t,this.options.key),this._active},e.prototype.move=function(t){if(this._active){var e=this.axisRanges=this._panAxes(t,j).concat(this._panAxes(t,E));if(e.length)return this.axisRanges=e,Vs(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 o=0;o<e.length;o++){var r=e[o];t.updateAxisOptions(r.axis,r.range)}t.redraw(t.panes)}},e.prototype.destroy=function(){delete this.plotArea},e.prototype._panAxes=function(t,e){var o=this.plotArea,r=-t[e].delta,i=(this.options.lock||"").toLowerCase(),n=[];if(0!==r&&(i||"").toLowerCase()!==e)for(var a=o.axes,s=0;s<a.length;s++){var l=a[s];if(e===j&&!l.options.vertical||e===E&&l.options.vertical){var p=l.pan(r);p&&(p.limitRange=!0,n.push({axis:l,range:p}))}}return n},e}(D.Class);Hs.prototype.options={key:"none",lock:"none"};const Us=Hs;var Fs=function(t){function e(e,o){t.call(this),this.chart=e,this.options=X({},this.options,o),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(zs(t,this.options.key)){var e=this.chart,o=e._eventCoordinates(t),r=this._zoomPane=e._plotArea.paneByPoint(o),i=r?r.chartsBox().clone():null;if(r&&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"]),o=e.paddingLeft,r=e.paddingTop,i=Ct(t);return{left:o+i.left,top:r+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(),o=this._selectionPosition(t);o.left-=e.left,o.top-=e.top;var r={x:o.left,y:o.top},i={x:o.left+o.width,y:o.top+o.height};return this._updateAxisRanges(r,i),this.removeElement(),delete this._zoomPane,Vs(this.axisRanges)}},e.prototype.zoom=function(){var t=this.axisRanges;if(t&&t.length){for(var e=this.chart._plotArea,o=0;o<t.length;o++){var r=t[o];e.updateAxisOptions(r.axis,r.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 o=(this.options.lock||"").toLowerCase(),r=[],i=this._zoomPane.axes,n=0;n<i.length;n++){var a=i[n],s=a.options.vertical;if((o!==j||s)&&(o!==E||!s)&&xt(a.axisIndex)){var l=a.pointsRange(t,e);l&&r.push({axis:a,range:l})}}this.axisRanges=r},e.prototype._selectionPosition=function(t){var e=this._zoomPaneClipBox,o={x:t.x.startLocation,y:t.y.startLocation},r=t.x.location,i=t.y.location,n=(this.options.lock||"").toLowerCase(),a=Math.min(o.x,r),s=Math.min(o.y,i),l=Math.abs(o.x-r),p=Math.abs(o.y-i);return n===j&&(a=e.x1,l=e.width()),n===E&&(s=e.y1,p=e.height()),r>e.x2&&(l=e.x2-o.x),r<e.x1&&(l=o.x-e.x1),i>e.y2&&(p=e.y2-o.y),i<e.y1&&(p=o.y-e.y1),{left:Math.max(a,e.x1),top:Math.max(s,e.y1),width:l,height:p}},e}(D.Class);Fs.prototype.options={key:"shift",lock:"none"};const Gs=Fs;var Ws=function(t){function e(e,o){t.call(this),this.chart=e,this.options=X({rate:.3},this.options,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.updateRanges=function(t,e){for(var o=(this.options.lock||"").toLowerCase(),r=[],i=this.chart._plotArea.axes,n=0;n<i.length;n++){var a=i[n],s=a.options.vertical;if((o!==j||s)&&(o!==E||!s)&&a.zoomRange){var l=Tt(this.options.rate,.01,.9),p=a.zoomRange(-t*l,e);p&&r.push({axis:a,range:p})}}return this.axisRanges=r,Vs(r)},e.prototype.zoom=function(){var t=this.axisRanges,e=this.chart._plotArea;if(t&&t.length&&e.updateAxisOptions){for(var o=0;o<t.length;o++){var r=t[o];e.updateAxisOptions(r.axis,r.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){delete this.chart},e}(D.Class);const Xs=Ws;var Ks=function(t){function e(e,o){t.call(this,e),this.chartService=o}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,o=e.vertical;this.visual=new D.drawing.Layout(null,{spacing:o?0:e.spacing,lineSpacing:o?e.spacing:0,orientation:o?"vertical":"horizontal",reverse:e.rtl,alignItems:o?"start":"center"});for(var r=0;r<t.length;r++){var i=t[r];i.reflow(new ie),i.renderVisual()}},e.prototype.reflow=function(t){this.visual.rect(t.toRect()),this.visual.reflow();var e=this.visual.clippedBBox();this.box=e?ke(e):new ie},e.prototype.renderVisual=function(){this.addVisual()},e.prototype.createVisual=function(){},e}(fe);const Ys=Ks;var qs=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 Oe({vertical:!1,wrap:!1,align:s,spacing:this.options.spacing}),this.append(this.container)},e.prototype.createMarker=function(){this.container.append(new ge(this.markerOptions()))},e.prototype.markerOptions=function(){var t=this.options,e=t.markerColor;return X({},t.markers,{background:e,border:{color:e}})},e.prototype.createLabel=function(){var t=this.options,e=X({},t.labels);this.container.append(new Ee(t.text,e))},e.prototype.renderComplete=function(){t.prototype.renderComplete.call(this);var e=this.options.cursor||{},o=this._itemOverlay=D.drawing.Path.fromRect(this.container.box.toRect(),{fill:{color:k,opacity:0},stroke:null,cursor:e.style||e});this.appendVisual(o)},e.prototype.click=function(t,e){var o=this.eventArgs(e);!t.trigger("legendItemClick",o)&&e&&"contextmenu"===e.type&&e.preventDefault()},e.prototype.over=function(t,e){var o=this.eventArgs(e);return t.trigger("legendItemHover",o)||t._legendItemHover(o.seriesIndex,o.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:Pt(t),text:e.text,series:e.series,seriesIndex:e.series.index,pointIndex:e.pointIndex}},e.prototype.renderVisual=function(){var e=this,o=this.options,r=o.visual;r?(this.visual=r({active:o.active,series:o.series,sender:this.getSender(),pointIndex:o.pointIndex,options:{markers:this.markerOptions(),labels:o.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}(ve);const Zs=qs;var Qs="horizontal",$s="custom",Js=function(t){function e(e,o){void 0===o&&(o={}),t.call(this,e),this.chartService=o,ct(this.options.position,[P,C,a,g,$s])||(this.options.position=C),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,o=t.align,r=e,i=s;e===$s?r=g:ct(e,[P,a])?(r="start"===o?g:"end"===o?C:s,i=e):o&&("start"===o?i=P:"end"===o&&(i=a)),this.container=new ve({margin:t.margin,padding:t.padding,background:t.background,border:t.border,vAlign:i,align:r,zIndex:t.zIndex,shrinkToFit:!0}),this.hasTitle()?this.itemsContainer=new ve({vAlign:i,align:r,zIndex:t.zIndex,shrinkToFit:!0}):this.itemsContainer=this.container,this.append(this.container)},e.prototype.createItems=function(){var t=this.getService(),e=this.options,o=this.isVertical(),r=new Ys({vertical:o,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];r.append(new Zs(X({},{markers:e.markers,labels:e.labels,rtl:t.rtl},e.item,s)))}r.render(),this.itemsContainer.append(r)},e.prototype.isVertical=function(){var t=this.options,e=t.orientation,o=t.position;return o===$s&&e!==Qs||(xt(e)?e!==Qs:ct(o,[g,C]))},e.prototype.hasItems=function(){return this.container.children[0].children.length>0},e.prototype.reflow=function(t){var e=this.options,o=t.clone();this.hasItems()?(e.position===$s?(this.containerCustomReflow(o),this.box=o):this.containerReflow(o),this.hasTitle()&&this.title.reflow(new ie(this.container.box.x1,this.title.box.y1,this.container.box.x2,this.title.box.y2))):this.box=o},e.prototype.containerReflow=function(t){var e=this.options,o=this.container,r=e.position,i=e.width,n=e.height,s=r===P||r===a?j:E,l=this.isVertical(),p=t.clone(),c=t.clone();r!==g&&r!==C||(c.y1=p.y1=0),l&&n?(c.y2=c.y1+n,c.align(p,E,o.options.vAlign)):!l&&i&&(c.x2=c.x1+i,c.align(p,j,o.options.align)),o.reflow(c);var h=(c=o.box).clone();(e.offsetX||e.offsetY)&&(c.translate(e.offsetX,e.offsetY),o.reflow(c)),h[s+1]=t[s+1],h[s+2]=t[s+2],this.box=h},e.prototype.containerCustomReflow=function(t){var e=this.options,o=this.container,r=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),o.reflow(l),l=o.box,o.reflow(new ie(r,i,r+l.width(),i+l.height()))},e.prototype.renderVisual=function(){this.hasItems()&&t.prototype.renderVisual.call(this)},e.prototype.createLegendTitle=function(t){var e=X({},{color:n,position:P,align:s},t),o=e.text;if(t&&!1!==t.visible){if(xt(e)&&e.visible){var r=ot(e);r?o=r({text:o}):e.format&&(o=this.chartService.format.auto(e.format,o))}this.title=new Ee(o,e),this.createTitleLayout(),this.appendTitleLayoutContent()}},e.prototype.createTitleLayout=function(){this.layout=new Oe({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}(fe);Bt(Js,{position:C,items:[],offsetX:0,offsetY:0,margin:$(5),padding:$(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:g,vAlign:s}});const tl=Js;var el=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,o){for(var r,i=this._registry,n=i[0],a=0;a<i.length;a++){var s=i[a];if((r=za(t,s.seriesTypes)).length>0){n=s;break}}return new n.type(r,e,o)},e}(D.Class);el.current=new el;const ol=el;function rl(t){var e=document.createElement("div");return t&&(e.className=t),e}function il(t){for(var e=t;e&&!st(e,"k-handle");)e=e.parentNode;return e}var nl=function(t){function e(e,o,r,i){t.call(this);var n=e.element;this.options=X({},this.options,r),this.chart=e,this.observer=i,this.chartElement=n,this.categoryAxis=o,this._dateAxis=this.categoryAxis instanceof Ko,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=rl("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 o=this.selection=rl("k-selection k-pointer-events-none");this.leftMask=rl("k-mask k-pointer-events-none"),this.rightMask=rl("k-mask k-pointer-events-none"),e.appendChild(this.leftMask),e.appendChild(this.rightMask),e.appendChild(o);var r=this.body=rl("k-selection-bg k-pointer-events-none");o.appendChild(r);var i=this.leftHandle=rl("k-handle k-left-handle k-pointer-events-auto"),n=this.rightHandle=rl("k-handle k-right-handle k-pointer-events-auto");i.appendChild(rl()),n.appendChild(rl()),o.appendChild(i),o.appendChild(n),this.chartElement.appendChild(e);var a=Q(o,["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),_t(this.chartElement,((t={})[qi]=this._mousewheelHandler,t))),this._domEvents=$e.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(),o=this.chart.chartService.intl;this._dateAxis&&X(t,{min:Lo(o,t.min),max:Lo(o,t.max),from:Lo(o,t.from),to:Lo(o,t.to)});var r=Q(this.chartElement,["paddingLeft","paddingTop"]),i=r.paddingLeft,n=r.paddingTop;this.options=X({},{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={})[qi]=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 o=this.categoryAxis.pane.box,r=this.chart._toModelCoordinates(t,e);return o.containsPoint(r)},e.prototype._start=function(t){var e=this.options,o=Pt(t);if(!this._state&&o){var r=St(t);if(this._pointInPane(r.x,r.y)){var i=il(o),n=this.body.getBoundingClientRect(),a=!i&&r.x>=n.x&&r.x<=n.x+n.width&&r.y>=n.y&&r.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(Vi,s)&&(this._state=null)}}},e.prototype._press=function(t){var e;(e=this._state?this._state.moveTarget:il(Pt(t)))&&I(e,"k-handle-active")},e.prototype._move=function(t){if(this._state){var e=this,o=e._state,r=e.options,i=e.categoryAxis,n=o.range,a=o.moveTarget,s=i.options.reverse,l=this._index(r.from),p=this._index(r.to),c=this._index(r.min),h=this._index(r.max),u=o.startLocation-t.x.location,f=n.from,d=n.to,v=n.to-n.from,y=Q(this.wrapper,"width").width/(i.categoriesCount()-1),g=Math.round(u/y)*(s?-1:1);if(a||o.inBody){var m=a&&st(a,"k-left-handle"),b=a&&st(a,"k-right-handle");o.inBody?(n.from=Math.min(Math.max(c,l-g),h-v),n.to=Math.min(n.from+v,h)):m&&!s||b&&s?(n.from=Math.min(Math.max(c,l-g),h-1),n.to=Math.max(n.from+1,n.to)):(m&&s||b&&!s)&&(n.to=Math.min(Math.max(c+1,p-g),h),n.from=Math.min(n.to-1,n.from)),n.from===f&&n.to===d||(this.move(n.from,n.to),this.trigger(Hi,this._rangeEventArgs(n)))}}},e.prototype._end=function(){if(this._state){var t=this._state.moveTarget;t&&R(t,"k-handle-active");var e=this._state.range;this.set(e.from,e.to),this.trigger(Ui,this._rangeEventArgs(e)),delete this._state}},e.prototype._tap=function(t){var e=this.options,o=this.categoryAxis,r=this.chart._eventCoordinates(t),i=o.pointCategoryIndex(new ee(r.x,o.box.y1)),n=this._index(e.from),a=this._index(e.to),s=this._index(e.min),l=this._index(e.max),p=a-n,c=n+p/2,h={},u=3===t.event.which,f=Math.round(c-i);this._state||u||(this.chart._unsetActivePoint(),o.options.justified||f--,h.from=Math.min(Math.max(s,n-f),l-p),h.to=Math.min(h.from+p,l),this._start(t),this._state&&(this._state.range=h,this.trigger(Hi,this._rangeEventArgs(h)),this._end()))},e.prototype._mousewheel=function(t){var e=this,o=gt(t);if(this._start(t),this._state){var r=this._state.range;t.preventDefault(),t.stopPropagation(),Math.abs(o)>1&&(o*=3),this.options.mousewheel.reverse&&(o*=-1),this.expand(o)&&this.trigger(Hi,{axis:this.categoryAxis.options,delta:o,originalEvent:t,from:this._value(r.from),to:this._value(r.to)}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._end()}),150)}},e.prototype._gesturestart=function(t){var e=this.options,o=t.touches[0];if(this._pointInPane(o.pageX,o.pageY)){this._state={range:{from:this._index(e.from),to:this._index(e.to)}};var r=this._rangeEventArgs(this._state.range);this.trigger(Vi,r)?this._state=null:t.preventDefault()}},e.prototype._gestureend=function(){this._state&&(this.trigger(Ui,this._rangeEventArgs(this._state.range)),delete this._state)},e.prototype._gesturechange=function(t){if(this._state){var e=this,o=e.chart,r=e._state,i=e.options,n=e.categoryAxis,a=r.range,s=o._toModelCoordinates(t.touches[0].x.location).x,l=o._toModelCoordinates(t.touches[1].x.location).x,p=Math.min(s,l),c=Math.max(s,l);t.preventDefault(),a.from=n.pointCategoryIndex(new ee(p))||i.min,a.to=n.pointCategoryIndex(new ee(c))||i.max,this.move(a.from,a.to),this.trigger(Hi,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,o=this._index(t);return e.getSlot(o,o,!0)},e.prototype.move=function(t,e){var o=this.options,r=this.categoryAxis.options.reverse,i=o.offset,n=o.padding,a=o.selection.border,s=r?e:t,l=r?t:e,p="x"+(r?2:1),c=this._slot(s),h=Mt(c[p]-i.left+n.left);Q(this.leftMask,{width:h}),Q(this.selection,{left:h}),c=this._slot(l);var u=Mt(o.width-(c[p]-i.left+n.left));Q(this.rightMask,{width:u});var f=o.width-u;f!==o.width&&(f+=a.right),Q(this.rightMask,{left:f}),Q(this.selection,{width:Math.max(o.width-(h+u)-a.right,0)})},e.prototype.set=function(t,e){var o=this.options,r=this._index(o.min),i=this._index(o.max),n=Tt(this._index(t),r,i),a=Tt(this._index(e),n+1,i);o.visible&&this.move(n,a),o.from=this._value(n),o.to=this._value(a)},e.prototype.expand=function(t){var e=this.options,o=this._index(e.min),r=this._index(e.max),i=e.mousewheel.zoom,n=this._index(e.from),a=this._index(e.to),s={from:n,to:a},l=X({},s);if(this._state&&(s=this._state.range),i!==C&&(s.from=Tt(Tt(n-t,0,a-1),o,r)),i!==g&&(s.to=Tt(Tt(a+t,s.from+1,r),o,r)),s.from!==l.from||s.to!==l.to)return this.set(s.from,s.to),!0},e.prototype.zoom=function(t,e){var o=this.options,r=this._index(o.min),i=this._index(o.max),n=this._index(o.from),a=this._index(o.to),s={from:n,to:a},l=X({},s),p=this.categoryAxis.options.reverse,c=j+(p?"2":"1"),h=this.categoryAxis.lineBox(),u=Math.abs(h[c]-e[j]),f=h.width(),d=Mt(u/f,2),v=Mt(d*t),y=Mt((1-d)*t);if(this._state&&(s=this._state.range),s.from=Tt(Tt(n-v,0,a-1),r,i),s.to=Tt(Tt(a+y,s.from+1,i),r,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}(D.Class);Bt(nl,{visible:!0,mousewheel:{zoom:"both"},min:b,max:m});const al=nl;var sl=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 o=X({},this.options,e.options.tooltip),r=e.tooltipAnchor();r?(this._current=e,t.prototype.show.call(this,{point:e,anchor:r},o,e)):this.hide()}},e.prototype.hide=function(){delete this._current,t.prototype.hide.call(this)},e}(Sa);const ll=sl;var pl=function(t){function e(e,o){t.call(this,e.chartService,o),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 o=at(t,(function(t){var e=t.series.tooltip;return!(e&&!1===e.visible)}));if(o.length>0){var r=o[0],i=this.plotArea.categoryAxis.getSlot(r.categoryIx),n=e?this._slotAnchor(e,i):this._defaultAnchor(r,i);this.show({anchor:n,shared:!0,points:t,category:r.category,categoryText:this.formatService.auto(this.options.categoryFormat,r.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 o=t.owner.pane.chartsBox(),r=this.plotArea.categoryAxis.options.vertical,i=o.center(),n=e.center();return{point:r?new ee(i.x,n.y):new ee(n.x,i.y),align:{horizontal:"center",vertical:"center"}}},e}(Sa);Bt(pl,{categoryFormat:"{0:d}"});const cl=pl;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.setup=function(){var t=this.element,e=this.options;if(t.bbox()){this.origin=e.origin;var o=e.vertical?E:j,r=this.fromScale=new D.geometry.Point(1,1);r[o]=Hr,t.transform(D.geometry.transform().scale(r.x,r.y))}else this.abort()},e.prototype.step=function(t){var e=ht(this.fromScale.x,1,t),o=ht(this.fromScale.y,1,t);this.element.transform(D.geometry.transform().scale(e,o,this.origin))},e.prototype.abort=function(){t.prototype.abort.call(this),this.element.transform(null)},e}(D.drawing.Animation);Bt(hl,{duration:Nr}),D.drawing.AnimationFactory.current.register(Qr,hl);var ul=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(D.geometry.transform().scale(Hr,Hr,t))},e.prototype.step=function(t){this.element.transform(D.geometry.transform().scale(t,t,this.center))},e}(D.drawing.Animation);Bt(ul,{easing:"easeOutElastic"}),D.drawing.AnimationFactory.current.register(Jr,ul);var fl=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}(D.drawing.Animation);Bt(fl,{duration:200,easing:"linear"}),D.drawing.AnimationFactory.current.register(zr,fl);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(D.geometry.transform().scale(Hr,Hr,this.options.center))},e.prototype.step=function(t){this.element.transform(D.geometry.transform().scale(t,t,this.options.center))},e}(D.drawing.Animation);Bt(dl,{easing:"easeOutElastic",duration:Nr}),D.drawing.AnimationFactory.current.register(pi,dl);const vl=dl;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.render=function(){t.prototype.render.call(this),this.renderSegments()},e.prototype.createSegment=function(t,e,o){return new(e.style===Yr?_n:fn)(t,e,o)},e.prototype.animationPoints=function(){return t.prototype.animationPoints.call(this).concat(this._segments)},e.prototype.createMissingValue=function(t,e){if(e===Gr){var o={x:t.x,y:t.y};return ha(o.x)||(o.x=0),ha(o.y)||(o.y=0),o}},e}(fa);X(yl.prototype,wn);const gl=yl;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.initFields=function(){this.namedXAxes={},this.namedYAxes={},this.xAxisRangeTracker=new Nn,this.yAxisRangeTracker=new Nn},e.prototype.render=function(t){var e=this;void 0===t&&(t=this.panes);for(var o=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=o[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);a&&(e.createScatterChart(za(a,bi),i),e.createScatterLineChart(za(a,_i),i),e.createBubbleChart(za(a,Jr),i))}this.createAxes(t)},e.prototype.appendChart=function(e,o){this.xAxisRangeTracker.update(e.xAxisRanges),this.yAxisRangeTracker.update(e.yAxisRanges),t.prototype.appendChart.call(this,e,o)},e.prototype.removeAxis=function(e){var o=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?(this.yAxisRangeTracker.reset(o),delete this.namedYAxes[o]):(this.xAxisRangeTracker.reset(o),delete this.namedXAxes[o]),e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype.seriesPaneName=function(t){var e=this.options,o=t.xAxis,r=at([].concat(e.xAxis),(function(t){return t.name===o}))[0],i=t.yAxis,n=at([].concat(e.yAxis),(function(t){return t.name===i}))[0],a=(e.panes||[{}])[0].name||"default";return(r||{}).pane||(n||{}).pane||a},e.prototype.createScatterChart=function(t,e){t.length>0&&this.appendChart(new fa(this,{series:t,clip:e.options.clip}),e)},e.prototype.createScatterLineChart=function(t,e){t.length>0&&this.appendChart(new gl(this,{series:t,clip:e.options.clip}),e)},e.prototype.createBubbleChart=function(t,e){t.length>0&&this.appendChart(new ga(this,{series:t,clip:e.options.clip}),e)},e.prototype.createXYAxis=function(t,e,o){for(var r,i=t.name,n=e?this.namedYAxes:this.namedXAxes,a=e?this.yAxisRangeTracker:this.xAxisRangeTracker,s=X({reverse:!e&&this.chartService.rtl},t,{vertical:e}),l=Na(s.type,Wi),p=a.query(),c=l?{min:.1,max:1}:{min:0,max:1},u=a.query(i)||p||c,f=[s.min,s.max],d=this.series,v=0;v<d.length;v++){var y=d[v],g=y[e?"yAxis":"xAxis"];if(g===s.name||0===o&&!g){var m=Ir.current.bindPoint(y,0).valueFields;f.push(m[e?"y":"x"]);break}}0===o&&p&&(u.min=Math.min(u.min,p.min),u.max=Math.max(u.max,p.max));for(var b=0;b<f.length;b++)if(f[b]instanceof Date){r=!0;break}var _=new(Na(s.type,h)||!s.type&&r?or:l?sr:tr)(u.min,u.max,s,this.chartService);if(_.axisIndex=o,i){if(n[i])throw new Error((e?"Y":"X")+" axis with name "+i+" is already defined");n[i]=_}return this.appendAxis(_),_},e.prototype.createAxes=function(t){for(var e=this,o=this.options,r=[].concat(o.xAxis),i=[],n=[].concat(o.yAxis),a=[],s=0;s<r.length;s++)ct(e.findPane(r[s].pane),t)&&i.push(e.createXYAxis(r[s],!1,s));for(var l=0;l<n.length;l++)ct(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,o){for(var r=t._eventCoordinates(e),i=new ee(r.x,r.y),n=this.axes,a=n.length,s=[],l=[],p=0;p<a;p++){var c=n[p],h=c.options.vertical?l:s,u=c.getValue(i);null!==u&&h.push(u)}s.length>0&&l.length>0&&t.trigger(o,{element:Pt(e),originalEvent:e,x:Ua(s),y:Ua(l)})},e.prototype.updateAxisOptions=function(t,e){var o=t.options.vertical,r=this.groupAxes(this.panes),i=(o?r.y:r.x).indexOf(t);bl(this.options,i,o,e),bl(this.originalOptions,i,o,e)},e}($a);function bl(t,e,o,r){X([].concat(o?t.yAxis:t.xAxis)[e],r)}Bt(ml,{xAxis:{},yAxis:{}}),X(ml.prototype,ts);const _l=ml;var xl=function(t){function e(e,o,r){t.call(this,r),this.value=e,this.sector=o}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,o=this.value;if(!this._rendered&&!1!==this.visible){this._rendered=!0;var r=ot(t),i=this.pointData();if(r?o=r(i):t.format&&(o=e.format.auto(t.format,o)),t.visible&&(o||0===o)){if(t.position===s||t.position===Ki)t.color||(t.color=Gt(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 Ee(o,X({},t,{align:s,vAlign:"",animation:{type:zr,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,o=this.sector.clone(),r=t.distance,i=o.middle();if(e){var n,a=e.box.height(),l=e.box.width();if(t.position===s)o.radius=Math.abs((o.radius-a)/2)+a,n=o.point(i),e.reflow(new ie(n.x,n.y-a/2,n.x,n.y));else if(t.position===Ki)o.radius=o.radius-a/2,n=o.point(i),e.reflow(new ie(n.x,n.y-a/2,n.x,n.y));else{var p;(n=o.clone().expand(r).point(i)).x>=o.center.x?(p=n.x+l,e.orientation=C):(p=n.x-l,e.orientation=g),e.reflow(new ie(p,n.y-a,n.x,n.y))}}},e.prototype.createVisual=function(){var e=this,o=this.sector,r=this.options;if(t.prototype.createVisual.call(this),this.value)if(r.visual){var i=(o.startAngle+180)%360,n=r.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,center:new D.geometry.Point(o.center.x,o.center.y),radius:o.radius,innerRadius:o.innerRadius,startAngle:i,endAngle:i+o.angle,options:r,sender:this.getSender(),createVisual:function(){var t=new D.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,o=this.options,r=o.border||{},i=r.width>0?{stroke:{color:r.color,width:r.width,opacity:r.opacity,dashType:r.dashType}}:{},n=o.color,a={color:n,opacity:o.opacity},s=this.createSegment(e,X({fill:a,stroke:{opacity:o.opacity},zIndex:o.zIndex},i));t.append(s),Hn(o)&&t.append(this.createGradientOverlay(s,{baseColor:n,fallbackFill:a},X({center:[e.center.x,e.center.y],innerRadius:e.innerRadius,radius:e.radius,userSpace:!0},o.overlay)))},e.prototype.createSegment=function(t,e){return e.singleSegment?new D.drawing.Circle(new D.geometry.Circle(new D.geometry.Point(t.center.x,t.center.y),t.radius),e):he.current.createRing(t,e)},e.prototype.createAnimation=function(){var e=this.options,o=this.sector.center;X(e,{animation:{center:[o.x,o.y],delay:this.animationDelay}}),t.prototype.createAnimation.call(this)},e.prototype.createHighlight=function(t){var e=this.options.highlight||{},o=e.border||{};return this.createSegment(this.sector,X({},t,{fill:{color:e.color,opacity:e.opacity},stroke:{opacity:o.opacity,width:o.width,color:o.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 D.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,o,r,i=this.sector.clone().expand(5),n=i.middle();return{point:i.point(n),align:(t=n+180,e=Et(t),o=Mt(Math.sin(e),f),r=Mt(Math.cos(e),f),{horizontal:Math.abs(o)>Cl?s:r<0?C:g,vertical:Math.abs(o)<wl?s:o<0?a:P})}},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}(fe),wl=Mt(Et(30),f),Cl=Mt(Et(60),f);Bt(xl,{color:k,overlay:{gradient:"roundedBevel"},border:{width:.5},labels:{visible:!1,distance:35,font:u,margin:$(.5),align:l,zIndex:1,position:Yi},animation:{type:pi},highlight:{visible:!0,border:{width:1}},visible:!0}),X(xl.prototype,ln);const Ol=xl,Sl={createLegendItem:function(t,e,o){var r=this.options.legend||{},i=r.labels||{},n=r.inactiveItems||{},a=n.labels||{};if(o&&!1!==o.visibleInLegend){var s,l,p=!1!==o.visible,c=p?ot(i):ot(a)||ot(i),h=o.category;c&&(h=c({text:h,series:o.series,dataItem:o.dataItem,percentage:o.percentage,value:t})),p?(s={},l=e.color):(s={color:a.color,font:a.font},l=(n.markers||{}).color),ha(h)&&""!==h&&this.legendItems.push({active:p,pointIndex:o.index,text:h,series:o.series,markerColor:l,labels:s})}}};var Pl=function(t){function e(e,o){t.call(this,o),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,o=this.plotArea.options.seriesColors;void 0===o&&(o=[]);for(var r=o.length,i=e.series,n=i.length,a=0;a<n;a++){var l=i[a],p=l.data,c=Ba(l),h=c.total,u=c.points,f=c.count,d=360/h,v=void 0;isFinite(d)||(v=360/f);var y=void 0;y=xt(l.startAngle)?l.startAngle:e.startAngle,a!==n-1&&l.labels.position===Yi&&(l.labels.position=s);for(var g=0;g<u.length;g++){var m=u[g];if(m){var b=m.fields,_=m.value,x=m.visible,w=0!==_?v||_*d:0,C=1!==p.length&&Boolean(b.explode);U(l.color)||(l.color=b.color||o[g%r]),t(_,new se(null,0,0,y,w),{owner:this,category:xt(b.category)?b.category:"",index:g,series:l,seriesIx:a,dataItem:p[g],percentage:0!==h?_/h:0,explode:C,visibleInLegend:b.visibleInLegend,visible:x,zIndex:n-a,animationDelay:this.animationDelay(g,a,n)}),!1!==x&&(y+=w)}}}},e.prototype.evalSegmentOptions=function(t,e,o){var r=o.series;on(t,{value:e,series:r,dataItem:o.dataItem,category:o.category,percentage:o.percentage},{defaults:r._defaults,excluded:["data","content","template","visual","toggle"]})},e.prototype.addValue=function(t,e,o){var r=X({},o.series,{index:o.index});if(this.evalSegmentOptions(r,t,o),this.createLegendItem(t,r,o),!1!==o.visible){var i=new Ol(t,e,r);Object.assign(i,o),this.append(i),this.points.push(i)}},e.prototype.reflow=function(t){var e=this,o=e.options,r=e.points,i=e.seriesConfigs;void 0===i&&(i=[]);var n=r.length,a=t.clone(),s=Math.min(a.width(),a.height()),l=s/2,p=s-.85*s,c=new ie(a.x1,a.y1,a.x1+s,a.y1+s),h=c.center(),u=a.center(),f=o.series.length,d=[],v=[],y=Lt(o.padding,p);this.targetBox=t,y=y>l-5?l-5:y,c.translate(u.x-h.x,u.y-h.y);for(var g=l-y,m=new ee(g+c.x1+y,g+c.y1+y),b=0;b<n;b++){var _=r[b],x=_.sector,w=_.seriesIx;if(x.radius=g,x.center=m,i.length){var O=i[w];x.innerRadius=O.innerRadius,x.radius=O.radius}w===f-1&&_.explode&&(x.center=x.clone().setRadius(.15*x.radius).point(x.middle())),_.reflow(c);var S=_.label;S&&S.options.position===Yi&&w===f-1&&(S.orientation===C?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=kt(this.points),o=e.sector,r=t.length-1,i=o.radius+e.options.labels.distance,n=[],a=t[0].box,s=Mt(a.y1-(o.center.y-i-a.height()-a.height()/2));n.push(s);for(var l=0;l<r;l++){var p=t[l+1].box;a=t[l].box,s=Mt(p.y1-a.y2),n.push(s)}return s=Mt(o.center.y+i-t[r].box.y2-t[r].box.height()/2),n.push(s),n},e.prototype.distributeLabels=function(t,e){for(var o,r,i,n=t.length,a=0;a<n;a++)for(i=-t[a],o=r=a;i>0&&(o>=0||r<n);)i=this._takeDistance(t,a,--o,i),i=this._takeDistance(t,a,++r,i);this.reflowLabels(t,e)},e.prototype._takeDistance=function(t,e,o,r){var i=r;if(t[o]>0){var n=Math.min(t[o],i);i-=n,t[o]-=n,t[e]+=n}return i},e.prototype.reflowLabels=function(t,e){var o,r=kt(this.points),i=r.sector,n=r.options.labels,a=e.length,s=n.distance,p=i.center.y-(i.radius+s)-e[0].box.height();t[0]+=2;for(var c=0;c<a;c++){var h=e[c],u=h.box;p+=t[c],o=this.hAlignLabel(u.x2,i.clone().expand(s),p,p+u.height(),h.orientation===C),h.orientation===C?(n.align!==l&&(o=i.radius+i.center.x+s),h.reflow(new ie(o+u.width(),p,o,p))):(n.align!==l&&(o=i.center.x-i.radius-s),h.reflow(new ie(o-u.width(),p,o,p))),p+=u.height()}},e.prototype.createVisual=function(){var e=this,o=this.options.connectors,r=this.points,i=r.length;t.prototype.createVisual.call(this),this._connectorLines=[];for(var n=0;n<i;n++){var a=r[n],s=a.sector,l=a.label,p=s.middle(),c=(a.options.connectors||{}).color||o.color;if(l){var h=new D.drawing.Path({stroke:{color:c,width:o.width},animation:{type:zr,delay:a.animationDelay}});if(l.options.position===Yi){var u=l.box,f=s.center,d=s.point(p),v=new ee(u.x1,u.center().y),y=void 0,g=void 0,m=void 0;d=s.clone().expand(o.padding).point(p),h.moveTo(d.x,d.y),l.orientation===C?(m=Al(f,d,v,g=new ee(u.x1-o.padding,u.center().y)),v=new ee(g.x-4,g.y),(m=m||v).x=Math.min(m.x,v.x),e.pointInCircle(m,s.center,s.radius+4)||m.x<s.center.x?(y=s.center.x+s.radius+4,a.options.labels.align!==oi?y<v.x?h.lineTo(y,d.y):h.lineTo(d.x+8,d.y):h.lineTo(y,d.y),h.lineTo(v.x,g.y)):(m.y=g.y,h.lineTo(m.x,m.y))):(m=Al(f,d,v,g=new ee(u.x2+o.padding,u.center().y)),v=new ee(g.x+4,g.y),(m=m||v).x=Math.max(m.x,v.x),e.pointInCircle(m,s.center,s.radius+4)||m.x>s.center.x?(y=s.center.x-s.radius-4,a.options.labels.align!==oi?y>v.x?h.lineTo(y,d.y):h.lineTo(d.x-8,d.y):h.lineTo(y,d.y),h.lineTo(v.x,g.y)):(m.y=g.y,h.lineTo(m.x,m.y))),h.lineTo(g.x,g.y),e._connectorLines.push(h),e.visual.append(h)}}}},e.prototype.renderVisual=function(){if(t.prototype.renderVisual.call(this),zt(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,o=this.box.center(),r=this.visual.bbox();if(!r)return;var i=r.bottomRight(),n=Math.min((o.y-e.y1)/(o.y-r.origin.y),(e.y2-o.y)/(i.y-o.y),(o.x-e.x1)/(o.x-r.origin.x),(e.x2-o.x)/(i.x-o.x));n<1&&this.visual.transform(D.geometry.transform().scale(n,n,[o.x,o.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,o){return((t.parent.sector.middle()+270)%360-(o.parent.sector.middle()+270)%360)*e}},e.prototype.hAlignLabel=function(t,e,o,r,i){var n=e.radius,a=e.center,s=a.x,l=a.y,p=Math.min(Math.abs(l-o),Math.abs(l-r));return p>n?t:s+Math.sqrt(n*n-p*p)*(i?1:-1)},e.prototype.pointInCircle=function(t,e,o){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<Math.pow(o,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}(fe);function Al(t,e,o,r){var i,n=(r.x-o.x)*(t.y-o.y)-(r.y-o.y)*(t.x-o.x),a=(r.y-o.y)*(e.x-t.x)-(r.x-o.x)*(e.y-t.y);if(0!==a){var s=n/a;i=new ee(t.x+s*(e.x-t.x),t.y+s*(e.y-t.y))}return i}Bt(Pl,{startAngle:90,connectors:{width:2,color:"#939393",padding:8},inactiveItems:{markers:{},labels:{}}}),X(Pl.prototype,Sl),Pl.prototype.isStackRoot=!0;const kl=Pl;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.render=function(){this.createPieChart(this.series)},e.prototype.createPieChart=function(t){var e=t[0],o=new kl(this,{series:t,padding:e.padding,startAngle:e.startAngle,connectors:e.connectors,legend:this.options.legend});this.appendChart(o)},e.prototype.appendChart=function(e,o){t.prototype.appendChart.call(this,e,o),bt(this.options.legend.items,e.legendItems)},e}($a);const jl=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.reflowLabel=function(){var e=this.options.labels,o=this.label,r=this.sector.clone(),i=r.middle();if(o){var n=o.box.height();if(e.position===s){r.radius-=(r.radius-r.innerRadius)/2;var a=r.point(i);o.reflow(new ie(a.x,a.y-n/2,a.x,a.y))}else t.prototype.reflowLabel.call(this)}},e.prototype.createSegment=function(t,e){return he.current.createRing(t,e)},e}(Ol);Bt(El,{overlay:{gradient:"roundedGlass"},labels:{position:s},animation:{type:pi}}),X(El.prototype,ln);const Ml=El;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.addValue=function(t,e,o){var r=X({},o.series,{index:o.index});if(this.evalSegmentOptions(r,t,o),this.createLegendItem(t,r,o),!1!==o.visible){var i=new Ml(t,e,r);Object.assign(i,o),this.append(i),this.points.push(i)}},e.prototype.reflow=function(e){for(var o,r=this.options,i=e.clone(),n=Math.min(i.width(),i.height()),a=n/2,s=n-.85*n,l=r.series,p=l.length,c=Lt(r.padding,s),h=a-(c=c>a-5?a-5:c),u=0,f=0;f<p;f++){var d=l[f];0===f&&xt(d.holeSize)&&(o=d.holeSize,h-=d.holeSize),xt(d.size)?h-=d.size:u++,xt(d.margin)&&f!==p-1&&(h-=d.margin)}xt(o)||(h-=o=(a-c)/(p+.75)*.75);var v,y=o,g=0;this.seriesConfigs=[];for(var m=0;m<p;m++){var b=l[m];v=(y+=g)+Lt(b.size,h/u),this.seriesConfigs.push({innerRadius:y,radius:v}),g=b.margin||0,y=v}t.prototype.reflow.call(this,e)},e.prototype.animationDelay=function(t,e,o){return 50*t+Nr*(e+1)/(o+1)},e}(kl);Bt(Il,{startAngle:90,connectors:{width:2,color:"#939393",padding:8}});const Ll=Il;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.render=function(){this.createDonutChart(this.series)},e.prototype.createDonutChart=function(t){var e=t[0],o=new Ll(this,{series:t,padding:e.padding,connectors:e.connectors,legend:this.options.legend});this.appendChart(o)},e}(jl);const Dl=Rl;var Bl=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 Nn},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(),o=t.options.reverse?e.max:e.min,r=t.getSlot(o),i=this.polarAxis.getSlot(0).center,n=t.box.translate(i.x-r.x1,i.y-r.y1);t.reflow(n)},e.prototype.createValueAxis=function(){var t,e,o=this.valueAxisRangeTracker,r=o.query(),i=this.valueAxisOptions({roundToMajorUnit:!1,zIndex:-1});i.type===Wi?(t=br,e={min:.1,max:1}):(t=gr,e={min:0,max:1});var n=o.query(name)||r||e;n&&r&&(n.min=Math.min(n.min,r.min),n.max=Math.max(n.max,r.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,o=t.valueAxis,r=t.polarAxis,i=t.box,n=.15*Math.min(i.width(),i.height()),a=$(e.padding||{},n),l=i.clone().unpad(a),p=l.clone();p.y2=p.y1+Math.min(p.width(),p.height()),p.align(l,E,s);var c=p.clone().shrink(0,p.height()/2);r.reflow(p),o.reflow(c);var h=o.lineBox().height()-o.box.height();o.reflow(o.box.unpad({top:h})),this.axisBox=p,this.alignAxes(p)},e.prototype.backgroundBox=function(){return this.box},e.prototype.detachLabels=function(){},e}($a);const Nl=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.pointSlot=function(t,e){var o=t.center.y-e.y1,r=ee.onCircle(t.center,t.startAngle,o);return new ie(r.x,r.y,r.x,r.y)},e}(fa);Bt(zl,{clip:!1});const Vl=zl;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}(gl);Hl.prototype.pointSlot=Vl.prototype.pointSlot,Bt(Hl,{clip:!1});const Ul=Hl;var Fl=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(),o=new xr(!1),r=this.points();r.push(e),(t=this._strokeSegments=o.process(r)).pop()}return t},e}(Ln);const Gl=Fl;var Wl=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(),o=new D.geometry.Segment([e.x,e.y]);t.segments.unshift(o),t.segments.push(o)},e}(jn);const Xl=Wl;var Kl=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,o){return(e.line||{}).style===Yr?new Gl(t,e,o):new Xl(t,e,o)},e.prototype.createMissingValue=function(t,e){var o;return ha(t.x)&&e!==Wr&&(o={x:t.x,y:t.y},e===Gr&&(o.y=0)),o},e.prototype.seriesMissingValues=function(t){return t.missingValues||Gr},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(Yl),this._hasMissingValuesGap())for(var e=0;e<t.length;e++){var o=t[e];o&&(ha(o.value.y)||"gap"!==this.seriesMissingValues(o.series)||delete t[e])}return t},e}(Ul);function Yl(t,e){return t.value.x-e.value.x}const ql=Kl;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.createPolarAxis=function(){var t=new ur(this.options.xAxis,this.chartService);this.polarAxis=t,this.axisX=t,this.appendAxis(t)},e.prototype.valueAxisOptions=function(t){return X(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.appendChart=function(t,e){this.valueAxisRangeTracker.update(t.yAxisRanges),$a.prototype.appendChart.call(this,t,e)},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createLineChart(za(t,[hi]),e),this.createScatterChart(za(t,[ui]),e),this.createAreaChart(za(t,[ci]),e)},e.prototype.createLineChart=function(t,e){if(0!==t.length){var o=new Ul(this,{series:t});this.appendChart(o,e)}},e.prototype.createScatterChart=function(t,e){if(0!==t.length){var o=new Vl(this,{series:t});this.appendChart(o,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var o=new ql(this,{series:t});this.appendChart(o,e)}},e.prototype._dispatchEvent=function(t,e,o){var r=t._eventCoordinates(e),i=new ee(r.x,r.y),n=this.axisX.getValue(i),a=this.axisY.getValue(i);null!==n&&null!==a&&t.trigger(o,{element:Pt(e),x:n,y:a})},e.prototype.createCrosshairs=function(){},e}(Nl);Bt(Zl,{xAxis:{},yAxis:{}}),X(Zl.prototype,ts);const Ql=Zl;var $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.pointSlot=function(t,e){var o=t.center.y-e.y1,r=ee.onCircle(t.center,t.middle(),o);return new ie(r.x,r.y,r.x,r.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=[],o=0;o<t.length;o++){var r=t[o];e[r.seriesIx]=e[r.seriesIx]||[],e[r.seriesIx].push(r)}return e}(this._segments),o=0;o<e.length;o++){var r=e[o];if(r&&r.length>1){var i=r[0].linePoints[0],n=kt(r),a=kt(n.linePoints),s=0===i.categoryIx,l=a.categoryIx===a.categoriesCount-1;s&&l&&kt(r).linePoints.push(i)}}},e.prototype.createSegment=function(t,e,o){var r=new(e.style===Yr?_n:fn)(t,e,o),i=this.seriesMissingValues(e);return t.length!==e.data.length&&i!==Wr||(r.options.closed=!0),r},e}(kn);Bt($l,{clip:!1,limitPoints:!1});const Jl=$l;var tp=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}(Ln);const ep=tp;var op=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}(jn);const rp=op;var ip=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,o,r){var i,n,a,s=this.options.isStacked,l=(e.line||{}).style;return s&&o>0&&r&&(n=r.linePoints.slice(0),i=r),l===Yr?(a=new ep(t,e,o,i,n)).options.closed=!0:(t.push(t[0]),a=new rp(t,e,o,i,n)),a},e.prototype.seriesMissingValues=function(t){return t.missingValues||Gr},e}(Jl);const np=ip;var ap=function(t){function e(e,o){t.call(this,e,null,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Ml);Bt(ap,{overlay:{gradient:"none"},labels:{distance:10}});const sp=ap;var lp=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Wn:Gn}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,o=this.children,r=e.gap,i=e.spacing,n=o.length,a=n+r+i*(n-1),s=t.angle/a,l=t.startAngle+s*(r/2);this.forEach(o,(function(e){var o=t.clone();o.startAngle=l,o.angle=s,e.sector&&(o.radius=e.sector.radius),e.reflow(o),e.sector=o,l+=s+s*i}))},e}(fe);Bt(lp,{gap:1,spacing:0});const pp=lp;var cp=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,o=this.children,r=o.length,i=e?r-1:0,n=e?-1:1;this.box=new ie;for(var a=i;a>=0&&a<r;a+=n){var s=o[a].sector;s.startAngle=t.startAngle,s.angle=t.angle}},e}(fe);const hp=cp;var 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.pointType=function(){return sp},e.prototype.clusterType=function(){return pp},e.prototype.stackType=function(){return hp},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.pointSlot=function(t,e){var o=t.clone(),r=t.center.y;return o.radius=r-e.y1,o.innerRadius=r-e.y2,o},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}(Qn);up.prototype.reflow=an.prototype.reflow,Bt(up,{clip:!1,limitPoints:!1,animation:{type:"pie"}});const fp=up;var dp=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 cr(this.options.categoryAxis,this.chartService);this.polarAxis=t,this.categoryAxis=t,this.appendAxis(t),this.aggregateCategories(),this.createCategoryAxesLabels()},e.prototype.valueAxisOptions=function(t){return this._hasBarCharts&&X(t,{majorGridLines:{type:i},minorGridLines:{type:i}}),this._isStacked100&&X(t,{roundToMajorUnit:!1,labels:{format:"P0"}}),X(t,this.options.valueAxis)},e.prototype.aggregateCategories=function(){Rs.prototype.aggregateCategories.call(this,this.panes)},e.prototype.createCategoryAxesLabels=function(){Rs.prototype.createCategoryAxesLabels.call(this,this.panes)},e.prototype.filterSeries=function(t){return t},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createAreaChart(za(t,[fi]),e),this.createLineChart(za(t,[vi]),e),this.createBarChart(za(t,[di]),e)},e.prototype.chartOptions=function(t){var e={series:t},o=t[0];if(o){var r=this.filterVisibleSeries(t),i=o.stack;e.isStacked=i&&r.length>1,e.isStacked100=i&&"100%"===i.type&&r.length>1,e.isStacked100&&(this._isStacked100=!0)}return e},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var o=new np(this,this.chartOptions(t));this.appendChart(o,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var o=new Jl(this,this.chartOptions(t));this.appendChart(o,e)}},e.prototype.createBarChart=function(t,e){if(0!==t.length){var o=t[0],r=this.chartOptions(t);r.gap=o.gap,r.spacing=o.spacing;var i=new fp(this,r);this.appendChart(i,e),this._hasBarCharts=!0}},e.prototype.seriesCategoryAxis=function(){return this.categoryAxis},e.prototype._dispatchEvent=function(t,e,o){var r=t._eventCoordinates(e),i=new ee(r.x,r.y),n=this.categoryAxis.getCategory(i),a=this.valueAxis.getValue(i);null!==n&&null!==a&&t.trigger(o,{element:Pt(e),category:n,value:a})},e.prototype.createCrosshairs=function(){},e}(Nl);X(dp.prototype,ts,{appendChart:Rs.prototype.appendChart,aggregateSeries:Rs.prototype.aggregateSeries,seriesSourcePoints:Rs.prototype.seriesSourcePoints}),Bt(dp,{categoryAxis:{categories:[]},valueAxis:{}});const vp=dp;var yp=function(t){function e(e,o,r){t.call(this,o),this.value=e,this.options.index=r.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,o=this.children[0];this.box=new ie(e[0].x,e[0].y,e[1].x,e[2].y),o&&o.reflow(new ie(t.x1,e[0].y,t.x2,e[2].y))},e.prototype.createVisual=function(){var e,o=this,r=this.options;t.prototype.createVisual.call(this),(e=r.visual?r.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,points:this.points,options:r,sender:this.getSender(),createVisual:function(){return o.createPath()}}):this.createPath())&&this.visual.append(e)},e.prototype.createPath=function(){var t=this.options,e=t.border;return D.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 D.drawing.Path.fromPoints(this.points,t)},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=D.drawing.Path.fromPoints(this.points).close();return{options:this.options,path:t}},e.prototype.tooltipAnchor=function(){var t=this.box;return{point:new ee(t.center().x,t.y1),align:{horizontal:"center",vertical:"top"}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(fe);Bt(yp,{color:k,border:{width:1}}),X(yp.prototype,ln);const gp=yp;var mp=function(t){function e(e,o){t.call(this,o),this.plotArea=e,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,o=this.plotArea.options.seriesColors;void 0===o&&(o=[]);var r=e.series[0],i=r.data;if(i)for(var n=Ba(r),a=n.total,s=n.points,l=0;l<s.length;l++){var p=s[l];if(p){var c=p.fields;U(r.color)||(r.color=c.color||o[l%o.length]),c=X({index:l,owner:t,series:r,dataItem:i[l],percentage:p.value/a},c,{visible:p.visible});var h=p.valueFields.value,u=t.createSegment(h,c),f=t.createLabel(h,c);u&&f&&u.append(f)}}},e.prototype.evalSegmentOptions=function(t,e,o){var r=o.series;on(t,{value:e,series:r,dataItem:o.dataItem,index:o.index},{defaults:r._defaults,excluded:["data","content","template","toggle","visual"]})},e.prototype.createSegment=function(t,e){var o=X({},e.series);if(this.evalSegmentOptions(o,t,e),this.createLegendItem(t,o,e),!1!==e.visible){var r=new gp(t,o,e);return Object.assign(r,e),this.append(r),this.points.push(r),r}},e.prototype.createLabel=function(t,e){var o=e.series,r=e.dataItem,i=X({},this.options.labels,o.labels),n=t;if(i.visible){var a=ot(i),s={dataItem:r,value:t,percentage:e.percentage,category:e.category,series:o};a?n=a(s):i.format&&(n=this.plotArea.chartService.format.auto(i.format,n)),i.color||(i.color=Gt(o.color),i.background||(i.background=o.color)),this.evalSegmentOptions(i,t,e);var l=new Ee(n,X({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},o=0;o<t.length;o++){var r=t[o].options.align;if(r!==s){var i=t[o].box.width();r===g?e.left=Math.max(e.left,i):e.right=Math.max(e.right,i)}}return e},e.prototype.dynamicSlopeReflow=function(t,e,o){for(var r=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 p=a.percentage/s.percentage*e,c=(e-p)/2,h=0,u=0;u<n;u++){var f=i[u].percentage,d=i[u+1],v=d?d.percentage:f,y=i[u].points=[],g=r.dynamicHeight?o*f:o/n,m=void 0;m=Tt(m=f?(e-p*(v/f))/2:v?0:e/2,0,e),y.push(new D.geometry.Point(t.x1+c,t.y1+h)),y.push(new D.geometry.Point(t.x1+e-c,t.y1+h)),y.push(new D.geometry.Point(t.x1+e-m,t.y1+g+h)),y.push(new D.geometry.Point(t.x1+m,t.y1+g+h)),c=m,h+=g+r.segmentSpacing,p=Tt(e-2*m,0,e)}},e.prototype.constantSlopeReflow=function(t,e,o){for(var r=this.options,i=this.points,n=i.length,a=r.neckRatio<=1,s=a?r.neckRatio*e:e,l=a?0:(e-e/r.neckRatio)/2,p=((a?e:e-2*l)-s)/2,c=0,h=0;h<n;h++){var u=i[h].points=[],f=i[h].percentage,d=r.dynamicHeight?p*f:p/n,v=r.dynamicHeight?o*f:o/n;u.push(new D.geometry.Point(t.x1+l,t.y1+c)),u.push(new D.geometry.Point(t.x1+e-l,t.y1+c)),u.push(new D.geometry.Point(t.x1+e-l-d,t.y1+v+c)),u.push(new D.geometry.Point(t.x1+l+d,t.y1+v+c)),l+=d,c+=v+r.segmentSpacing}},e.prototype.reflow=function(t){var e=this.points,o=e.length;if(o){var r=this.options,i=t.clone().unpad(this.labelPadding()),n=i.height()-r.segmentSpacing*(o-1),a=i.width();r.dynamicSlope?this.dynamicSlopeReflow(i,a,n):this.constantSlopeReflow(i,a,n);for(var s=0;s<o;s++)e[s].reflow(t)}},e}(fe);Bt(mp,{neckRatio:.3,width:300,dynamicSlope:!1,dynamicHeight:!0,segmentSpacing:0,labels:{visible:!1,align:s,position:s,zIndex:1}}),X(mp.prototype,Sl);const bp=mp;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.render=function(){this.createFunnelChart(this.series)},e.prototype.createFunnelChart=function(t){var e=t[0],o=new bp(this,{series:t,legend:this.options.legend,neckRatio:e.neckRatio,dynamicHeight:e.dynamicHeight,dynamicSlope:e.dynamicSlope,segmentSpacing:e.segmentSpacing,highlight:e.highlight});this.appendChart(o)},e.prototype.appendChart=function(e,o){t.prototype.appendChart.call(this,e,o),bt(this.options.legend.items,e.legendItems)},e}($a);const xp=_p;var wp=function(t){function e(e,o){t.call(this),this.options=o,this.color=o.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,o=this.pointData(),r=ot(t),i=t.color;e=r?r(o):this.formatValue(t.format),i||(i=Gt(this.color)),this.label=new Ee(e,X({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Lt(t.zIndex,this.series.zIndex)},t,{color:i}),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;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,o=this.box.toRect(),r=Lt(t.type,"rect")===O,i=Lt(e.width,r?1:0),n=Math.round(i/2);if(t.size){var a=o.center();o.size.width=o.size.height=t.size,o.origin.x=Math.round(a.x-o.size.width/2),o.origin.y=Math.round(a.y-o.size.height/2)}return o.size.width-=i,o.size.height-=i,o.origin.y+=n+.5,o.origin.x+=n+.5,ke(o)},e.prototype.markerBorder=function(){var t=this.options,e=t.markers.border,o=Lt(e.opacity,t.opacity);return{color:e.color||this.color,width:e.width,opacity:o,dashType:e.dashType}},e.prototype.createMarker=function(){var t=this.options,e=t.markers,o=new ge({type:Lt(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:Lt(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=o,this.append(o)},e.prototype.createHighlight=function(t){var e=this.options,o=this.options.highlight.markers||this.options.markers,r=new ge({type:Lt(o.type,"rect"),width:o.size,height:o.size,rotation:o.rotation,background:o.color||this.color,border:this.markerBorder(),borderRadius:o.borderRadius,opacity:this.series.opacity||e.opacity,zIndex:Lt(e.zIndex,this.series.zIndex)});r.reflow(this.markerBox());var i=r.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 ee(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}(fe);X(wp.prototype,ln),X(wp.prototype,pn),wp.prototype.defaults={markers:{type:"rect",borderRadius:4,border:{color:"transparent"}},padding:{top:1},labels:{visible:!1,padding:3},opacity:1,notes:{label:{}}};const Cp=wp;var Op=function(t){function e(e,o){t.call(this,o),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:m,max:b},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,o=0;o<e.length;o++)for(var r=e[o],i=0;i<r.data.length;i++){var n=t._bindPoint(r,o,i).valueFields;xt(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 o;t&&xt(t.value)&&null!==t.value&&(o=this.createPoint(t,e))&&Object.assign(o,e),this.points.push(o)},e.prototype.evalPointOptions=function(t,e,o){var r=o.series,i=o.seriesIx,n={defaults:r._defaults,excluded:["data","tooltip","content","template","visual","toggle","drilldownSeriesFactory"]},a=this._evalSeries[i];xt(a)||(this._evalSeries[i]=a=on(t,{},n,!0));var s=t;return a&&on(s=X({},t),{value:e,series:r,dataItem:o.dataItem,min:this.valueRange.min,max:this.valueRange.max},n),s},e.prototype.pointType=function(){return Cp},e.prototype.pointOptions=function(t,e){var o=this.seriesOptions[e];if(!o){var r=this.pointType().prototype.defaults;this.seriesOptions[e]=o=X({},r,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return o},e.prototype.createPoint=function(t,e){var o=e.series,r=this.pointOptions(o,e.seriesIx),i=e.color||o.color;r=this.evalPointOptions(r,t,e),U(o.color)?i=r.color:0!==this.valueRange.max&&(i=function(t,e){void 0===e&&(e=.05);var o=(0,D.parseColor)(t),r=1-e;return function(t){var e=o.toHSL(),i=100-e.l,n=r-t;return e.l+=Math.min(n*i,i),e.toCss()}}(i)(t.value/this.valueRange.max));var n=new Cp(t,r);return n.color=i,this.append(n),n},e.prototype.seriesAxes=function(t){var e=t.xAxis,o=t.yAxis,r=this.plotArea,i=e?r.namedXAxes[e]:r.axisX,n=o?r.namedYAxes[o]:r.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 "+o);return{xAxis:i,yAxis:n}},e.prototype.reflow=function(t){var e=this,o=this.points,r=!this.options.clip,i=0;this.traverseDataPoints((function(t,n){var a=o[i++],s=e.seriesAxes(n.series),l=s.xAxis,p=s.yAxis,c=l.categoryIndex(t.x),h=p.categoryIndex(t.y),u=l.getSlot(c,c,r),f=p.getSlot(h,h,r);if(a)if(u&&f){var d=e.pointSlot(u,f);a.reflow(d)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new ie(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this,o=this.options.series,r=0;r<o.length;r++)for(var i=o[r],n=e.seriesAxes(i),a=n.xAxis,s=n.yAxis,l=a.currentRangeIndices(),p=s.currentRangeIndices(),c=0;c<i.data.length;c++){var h=e._bindPoint(i,r,c),u=h.valueFields,f=h.fields,d=a.totalIndex(u.x),v=s.totalIndex(u.y),y=l.min<=d&&d<=l.max,g=p.min<=v&&v<=p.max;y&&g&&t(u,X({pointIx:c,series:i,seriesIx:r,dataItem:i.data[c],owner:e},f))}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.x,o.y,o.value)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++)e.push((t[o]||{}).marker);return e},e}(fe);Bt(Op,{series:[],tooltip:{format:"{0}, {1}: {2}"},labels:{format:"{2}"},clip:!0}),X(Op.prototype,{_bindPoint:an.prototype._bindPoint});const Sp=Op;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.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 o=t[e],r=o.data||[],i=this.seriesAxes(o),n=i.xAxis,a=i.yAxis,s=Qt(n.categories||[]),l=Qt(a.categories||[]),p=0;p<r.length;p++){var c=Ir.current.bindPoint(o,p).valueFields,h=c.x,u=c.y;s.has(h)||s.add(h),l.has(u)||l.add(u)}n.categories=s.values(),a.categories=l.values()}},e.prototype.createCharts=function(t){for(var e=this,o=this.groupSeriesByPane(),r=0;r<t.length;r++){var i=t[r],n=o[i.options.name||"default"]||[];e.addToLegend(n);var a=e.filterVisibleSeries(n);a&&e.createHeatmapChart(za(a,[ni]),i)}},e.prototype.createHeatmapChart=function(t,e){var o=new Sp(this,{series:t});this.appendChart(o,e)},e.prototype.seriesPaneName=function(t){var e=this.options,o=t.xAxis,r=at([].concat(e.xAxis),(function(t){return t.name===o}))[0],i=t.yAxis,n=at([].concat(e.yAxis),(function(t){return t.name===i}))[0],a=(e.panes||[{}])[0].name||"default";return(r||{}).pane||(n||{}).pane||a},e.prototype.seriesAxes=function(t){var e,o,r=this.options,i=[].concat(r.xAxis),n=t.xAxis;e=n?i.find((function(t){return t.name===n})):i[0];var a=[].concat(r.yAxis),s=t.yAxis;if(o=s?a.find((function(t){return t.name===s})):a[0],!e)throw new Error("Unable to locate X axis with name "+n);if(!o)throw new Error("Unable to locate Y axis with name "+s);return{xAxis:e,yAxis:o}},e.prototype.createAxisLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e].createLabels()},e.prototype.createXYAxis=function(t,e,o){for(var r,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],p=this.series,c=0;c<p.length;c++){var u=p[c],f=u[e?"yAxis":"xAxis"];if(f===a.name||0===o&&!f){var d=Ir.current.bindPoint(u,0).valueFields;l.push(d[e?"y":"x"]);break}}for(var v=0;v<l.length;v++)if(l[v]instanceof Date){r=!0;break}var y=new(Na(a.type,h)||!a.type&&r?Ko:No)(a,this.chartService);if(y.axisIndex=o,i){if(n[i])throw new Error((e?"Y":"X")+" axis with name "+i+" is already defined");n[i]=y}return this.appendAxis(y),y.mapCategories(),y},e.prototype.createAxes=function(t){for(var e=this,o=this.options,r=[].concat(o.xAxis),i=[],n=[].concat(o.yAxis),a=[],s=0;s<r.length;s++)ct(e.findPane(r[s].pane),t)&&i.push(e.createXYAxis(r[s],!1,s));for(var l=0;l<n.length;l++)ct(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 o=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?delete this.namedYAxes[o]:delete this.namedXAxes[o],e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype._dispatchEvent=function(t,e,o){for(var r=t._eventCoordinates(e),i=new ee(r.x,r.y),n=this.axes,a=n.length,s=[],l=[],p=0;p<a;p++){var c=n[p];Ra(c.options.vertical?l:s,c.getCategory(i))}s.length>0&&l.length>0&&t.trigger(o,{element:Pt(e),originalEvent:e,x:Ua(s),y:Ua(l)})},e.prototype.updateAxisOptions=function(t,e){var o=t.options.vertical,r=this.groupAxes(this.panes),i=(o?r.y:r.x).indexOf(t);Ap(this.options,i,o,e),Ap(this.originalOptions,i,o,e)},e.prototype.crosshairOptions=function(t){return Object.assign({},t.options.crosshair,{zIndex:0})},e}($a);function Ap(t,e,o,r){X([].concat(o?t.yAxis:t.xAxis)[e],r)}Bt(Pp,{xAxis:{},yAxis:{}}),X(Pp.prototype,ts);const kp=Pp;var Tp="color",jp="first",Ep="max",Mp="min",Ip="noteText";ol.current.register(Rs,[Qr,oi,si,Oi,Zr,xi,ei,li,ti,Ci,$r,wi,mi,gi,Pi,ai,yi,Si]),ol.current.register(_l,[bi,_i,Jr]),ol.current.register(jl,[pi]),ol.current.register(Dl,[ri]),ol.current.register(xp,[ii]),ol.current.register(Ql,[ci,hi,ui]),ol.current.register(vp,[fi,di,vi]),ol.current.register(kp,[ni]),Ir.current.register([Qr,oi,si,Oi,Zr,xi],[A],[Xi,Tp,Ip,Ur,Fr,Zi]),Ir.current.register([mi,gi,yi,Si],["from","to"],[Xi,Tp,Ip,Zi]),Ir.current.register([Pi,ai],[A],[Xi,Tp,Ip,"summary",Zi]),Ir.current.register([ci,hi,ui],[j,E],[Tp,Zi]),Ir.current.register([fi,di,vi],[A],[Tp,Zi]),Ir.current.register([ii],[A],[Xi,Tp,"visibleInLegend","visible",Zi]),is.current.register([Qr,oi,si,Oi,Zr,xi,Pi,ai],{value:Ep,color:jp,noteText:jp,errorLow:Mp,errorHigh:Ep}),is.current.register([mi,gi,yi,Si],{from:Mp,to:Ep,color:jp,noteText:jp}),is.current.register([fi,di,vi],{value:Ep,color:jp}),Ir.current.register([bi,_i,Jr],[j,E],[Tp,Ip,"xErrorLow","xErrorHigh","yErrorLow","yErrorHigh"]),Ir.current.register([Jr],[j,E,"size"],[Tp,Xi,Ip]),Ir.current.register([ni],[j,E,A],[Tp,Ip]),Ir.current.register([ei,li],["open","high","low","close"],[Xi,Tp,"downColor",Ip]),is.current.register([ei,li],{open:Ep,high:Ep,low:Mp,close:Ep,color:jp,downColor:jp,noteText:jp}),Ir.current.register([$r,wi],["lower","q1","median","q3","upper","mean","outliers"],[Xi,Tp,Ip,Zi]),is.current.register([$r,wi],{lower:Ep,q1:Ep,median:Ep,q3:Ep,upper:Ep,mean:Ep,outliers:jp,color:jp,noteText:jp}),Ir.current.register([ti,Ci],["current","target"],[Xi,Tp,"visibleInLegend",Ip,Zi]),is.current.register([ti,Ci],{current:Ep,target:Ep,color:jp,noteText:jp}),Ir.current.register([pi,ri],[A],[Xi,Tp,"explode","visibleInLegend","visible",Zi]);var Lp=[Xi,A,j,E],Rp="mousemove",Dp="contextmenu",Bp="mouseleave",Np=function(t){function e(e,o,r,i){var n=this;void 0===i&&(i={}),t.call(this),this.observers=[],this.addObserver(i.observer),this.chartService=new qe(this,i),this.chartService.theme=r,this._initElement(e);var a=X({},this.options,o);this._originalOptions=X({},a),this._theme=r,this._initTheme(a,r),this._initHandlers(),this._initSurface(),this.bindCategories(),Dt.preloadFonts(o,(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){I(t,"k-chart")},e.prototype._initTheme=function(t,e){for(var o=[],r=t.series||[],i=0;i<r.length;i++)o.push(Object.assign({},r[i]));t.series=o,function(t){for(var e=Lp,o=0;o<e.length;o++){var r=e[o]+"Axes";t[r]&&(t[e[o]+"Axis"]=t[r],delete t[r])}}(t),this.applyDefaults(t,e),null===t.seriesColors&&delete t.seriesColors,this.options=X({},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(),o=this._size,r=e.width>0||e.height>0;t||r&&(!o||e.width!==o.width||e.height!==o.height)?(this._size=e,this._resize(e,t),this.trigger("resize",e)):r&&this._selections&&zt(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,o=e.findPane(t);e.redraw(o)}else this._redraw()},e.prototype.getAxis=function(t){return Or(t,this._plotArea.axes)},e.prototype.findAxisByName=function(t){return this.getAxis(t)},e.prototype.findPaneByName=function(t){for(var e=this._plotArea.panes,o=0;o<e.length;o++)if(e[o].options.name===t)return new Pr(e[o])},e.prototype.findPaneByIndex=function(t){var e=this._plotArea.panes;if(e[t])return new Pr(e[t])},e.prototype.plotArea=function(){return new Ar(this._plotArea)},e.prototype.toggleHighlight=function(t,e){var o,r,i,n=this._plotArea,a=(n.srcSeries||n.series||[])[0];U(e)?o=n.filterPoints(e):(K(e)?(r=e.series,i=e.category):r=i=e,o=a.type===ri?zp(n.pointsBySeriesName(r),i):a.type===pi||a.type===ii?zp((n.charts[0]||{}).points,i):n.pointsBySeriesName(r)),o&&this.togglePointsHighlight(t,o)},e.prototype.togglePointsHighlight=function(t,e){for(var o=this._highlight,r=0;r<e.length;r++)o.togglePointHighlight(e[r],t)},e.prototype.showTooltip=function(t){var e,o,r=this._sharedTooltip(),i=this._tooltip,n=this._plotArea;if(U(t)?(e=n.findPoint(t))&&r&&(o=e.categoryIx):r&&xt(t)&&(o=n.categoryAxis.categoryIndex(t)),r){if(o>=0){var a=this._plotArea.pointsByCategoryIndex(o);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(),o=this.options.chartArea||{};o.width&&Ot(e,{width:o.width}),o.height&&Ot(e,{height:o.height}),t&&t.options.type===this.options.renderAs?(this.surface.clear(),this.surface.resize()):(this._destroySurface(),this.surface=D.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 Ns,this._setupSelection(),this._createPannable(),this._createZoomSelection(),this._createMousewheelZoom(),this.trigger("render"),Gp(this._plotArea.panes),this._navState||this._cancelDomEvents()},e.prototype.exportVisual=function(t){var e;if(t&&(t.width||t.height||t.options)){var o=this.options,r=X({},t.options,{chartArea:{width:t.width,height:t.height}});Fp(this._originalOptions,r),this.options=X({},this._originalOptions,r),this._initTheme(this.options,this._theme),this.bindCategories();var i=this._getModel();i.renderVisual(),Gp(i._plotArea.panes),e=i.visual,this.options=o}else e=this.surface.exportVisual();return e},e.prototype._sharedTooltip=function(){return this._plotArea instanceof Rs&&this.options.tooltip&&this.options.tooltip.shared},e.prototype._createPannable=function(){var t=this.options;!1!==t.pannable&&(this._pannable=new Us(this._plotArea,t.pannable))},e.prototype._createZoomSelection=function(){var t=this.options.zoomable,e=(t||{}).selection;!1!==t&&!1!==e&&(this._zoomSelection=new Gs(this,e))},e.prototype._createMousewheelZoom=function(){var t=this.options.zoomable,e=(t||{}).mousewheel;!1!==t&&!1!==e&&(this._mousewheelZoom=new Xs(this,e))},e.prototype._toggleDragZoomEvents=function(){var t=this.options.pannable,e=this.options.zoomable,o=(e||{}).selection,r=(e||{}).mousewheel,i=!(t||!1!==e&&!1!==o||this.requiresHandlers([Di,Li,Ri])),n=(!1===e||!1===r)&&!this.requiresHandlers([Bi,Ni,zi]),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 o=this.domEvents;o&&(o.toggleDrag&&o.toggleDrag(t),o.toggleZoom&&o.toggleZoom(e))},e.prototype._createTooltip=function(){var t=this.options.tooltip;return this._sharedTooltip()?this._createSharedTooltip(t):new ll(this.chartService,t)},e.prototype._createSharedTooltip=function(t){return new cl(this._plotArea,t)},e.prototype.applyDefaults=function(t,e){!function(t,e){var o,r,i,n=(e||{}).axisDefaults||{};function a(t){var e=(t||{}).color||r.color,i=X({},n,n[o],r,r[o],{line:{color:e},labels:{color:e},title:{color:e}},t);return delete i[o],i}for(var s=0;s<Lp.length;s++)o=Lp[s]+"Axis",r=t.axisDefaults||{},i=(i=[].concat(t[o])).map(a),t[o]=i.length>1?i:i[0]}(t,e),function(t,e){var o=t.series,r=o.length,i=t.seriesDefaults,n=X({},t.seriesDefaults),a=e?X({},e.seriesDefaults):{},s=X({},a);Vp(n),Vp(s);for(var l=0;l<r;l++){var p=o[l].type||t.seriesDefaults.type,c=X({data:[]},s,a[p],{tooltip:t.tooltip},n,i[p]);o[l]._defaults=c,o[l]=X({},c,o[l]),o[l].data=o[l].data||[]}}(t,e)},e.prototype.applySeriesColors=function(){for(var t=this.options,e=t.series,o=t.seriesColors||[],r=0;r<e.length;r++){var i=e[r],n=o[r%o.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(),o=new we(this._modelOptions());o.chart=this,o._plotArea=e;var r=Le.buildTitle(t.title),i=Le.buildTitle(t.subtitle,{align:t.title.align,position:t.title.position});return o.append.apply(o,Le.orderTitles([r,i])),t.legend&&t.legend.visible&&o.append(new tl(e.options.legend,this.chartService)),o.append(e),o.reflow(),o},e.prototype._modelOptions=function(){var t=this.options,e=this.getSize();return X({transitions:t.transitions,width:e.width||600,height:e.height||400},t.chartArea)},e.prototype._createPlotArea=function(t){var e=this.options;return ol.current.create(t?[]:e.series,e,this.chartService)},e.prototype._setupSelection=function(){for(var t=this._plotArea.axes,e=this._selections=[],o=0;o<t.length;o++){var r=t[o],i=r.options;if(r instanceof No&&i.select&&!i.vertical){var n=r.range(),a=new al(this,r,X({min:n.min,max:n.max},i.select));e.push(a)}}},e.prototype._selectStart=function(t){return this.trigger(Vi,t)},e.prototype._select=function(t){return this.trigger(Hi,t)},e.prototype._selectEnd=function(t){return this.trigger(Ui,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,D.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,o=0;o<e.length;o++)if(e[o].requiresHandlers(t))return!0},e.prototype.trigger=function(t,e){void 0===e&&(e={}),e.sender=this,t===Fi?e.anchor.point=this._toDocumentCoordinates(e.anchor.point):t===ji?this._updateDrilldownPoint(e.point):t===Ei?this._resetDrilldownPoint():t===ki&&this._startDrilldown(e.point);for(var o=this.observers,r=!1,i=0;i<o.length;i++)o[i].trigger(t,e)&&(r=!0);return r},e.prototype._attachEvents=function(){var t,e,o=this.element;this._touchAction=o.style.touchAction,_t(o,((t={})[Dp]=this._clickHandler,t[qi]=this._mousewheelHandler,t[Bp]=this._mouseleaveHandler,t)),this._shouldAttachMouseMove()&&_t(o,((e={})[Rp]=this._mousemove,e)),this.domEvents=$e.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(Ii))},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(zi,{}))},e.prototype._gesturechange=function(t){var e=this._mousewheelZoom;if(e&&!this._stopChartHandlers(t)){t.preventDefault();var o=this._gestureDistance,r=-t.distance/o+1;if(Math.abs(r)>=.1){r=Math.round(10*r),this._gestureDistance=t.distance;var i={delta:r,axisRanges:Hp(this._plotArea.axes),originalEvent:t};if(this._zooming||!this.trigger(Bi,i)){var n=this._eventCoordinates(t);this._zooming||(this._zooming=!0),(i.axisRanges=e.updateRanges(r,n))&&!this.trigger(Ni,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([Di,Li,Ri])&&this._startNavigation(t,e,Di),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(Bi,{axisRanges:Hp(this._plotArea.axes),originalEvent:t}))},e.prototype._move=function(t){var e=this._navState,o=this._pannable;if(!this._stopChartHandlers(t)){if(o){var r=o.move(t);r&&!this.trigger(Li,{axisRanges:r,originalEvent:t})&&o.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,p=l.startLocation-l.location;0!==p&&(i[s.options.name]=s.translateRange(p))}}e.axisRanges=i,this.trigger(Li,{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(Ri,{axisRanges:Hp(this._plotArea.axes),originalEvent:t}),this._suppressHover=!1,this.chartService.panning=!1):this._endNavigation(t,Ri),this._zoomSelection){var o=this._zoomSelection.end(t);o&&!this.trigger(Ni,{axisRanges:o,originalEvent:t})&&(this._zoomSelection.zoom(),this.trigger(zi,{axisRanges:o,originalEvent:t}))}}},e.prototype._stopChartHandlers=function(t){var e=this._selections||[];if(!e.length)return!1;var o=this._eventCoordinates(t),r=this._plotArea.paneByPoint(o);if(r)for(var i=0;i<e.length;i++)if(e[i].onPane(r))return!0},e.prototype._mousewheelZoomRate=function(){var t=(this.options.zoomable||{}).mousewheel||{};return Lt(t.rate,.3)},e.prototype._mousewheel=function(t){var e=this,o=gt(t),r=this._mousewheelZoom,i=this._eventCoordinates(t);if(!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(i))if(r){var n={delta:o,axisRanges:Hp(this._plotArea.axes),originalEvent:t};!this._zooming&&this.trigger(Bi,n)||(t.preventDefault(),this._zooming||(this._unsetActivePoint(),this.surface.suspendTracking(),this._zooming=!0),this._mwTimeout&&clearTimeout(this._mwTimeout),n.axisRanges=r.updateRanges(o,i),n.axisRanges&&!this.trigger(Ni,n)&&r.zoom(),this._mwTimeout=setTimeout((function(){e.trigger(zi,n),e._zooming=!1,e.surface&&e.surface.resumeTracking()}),150))}else{var a=this._navState;if(a||this._startNavigation(t,i,Bi)||(a=this._navState),a){var s=a.totalDelta||o;a.totalDelta=s+o;for(var l=this._navState.axes,p={},c=0;c<l.length;c++){var h=l[c],u=h.options.name;u&&(p[u]=h.scaleRange(-s*e._mousewheelZoomRate(),i))}this.trigger(Ni,{delta:o,axisRanges:p,originalEvent:t}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._endNavigation(t,zi)}),150)}}},e.prototype._startNavigation=function(t,e,o){var r=this._model._plotArea,i=r.findPointPane(e),n=r.axes.slice(0);if(i){var a=Hp(n);this.trigger(o,{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 o=this.surface.eventTarget(t);if(o)return this._drawingChartElement(o,t,e)},e.prototype._drawingChartElement=function(t,e,o){for(var r,i=t;i&&!r;)r=i.chartElement,i=i.parent;if(r)return r.aliasFor&&(r=r.aliasFor(e,this._eventCoordinates(e))),o&&(r=r.closest(o))&&r.aliasFor&&(r=r.aliasFor()),r},e.prototype._eventCoordinates=function(t){var e=St(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,o=t.paddingTop;this._padding={top:o,left:e}}return this._padding},e.prototype._toDocumentCoordinates=function(t){var e=this._elementPadding(),o=Ct(this.element);return{left:Mt(t.x+e.left+o.left),top:Mt(t.y+e.top+o.top)}},e.prototype._toModelCoordinates=function(t,e){var o=this.element,r=Ct(o),i=this._elementPadding(),n=Ft(o).invert(),a=new D.geometry.Point(t-r.left-i.left,e-r.top-i.top).transform(n);return new ee(a.x,a.y)},e.prototype._tap=function(t){var e=this,o=this.surface.eventTarget(t),r=this._drawingChartElement(o,t),i=this._sharedTooltip();this._startHover(o,t)||i||this._unsetActivePoint(),i&&this._trackSharedTooltip(this._eventCoordinates(t),t,!0),this._propagateClick(r,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 o=t;o;)o.click&&o.click(this,e),o=o.parent},e.prototype._startHover=function(t,e){if(this._suppressHover)return!1;var o=this._drawingChartElement(t,e,(function(t){return(t.hover||t.over)&&!(t instanceof $a)}));return this._showInactiveOpacity(o,e),o},e.prototype._displayTooltip=function(t){X({},this.options.tooltip,t.options.tooltip).visible&&this._tooltip.show(t)},e.prototype._displayInactiveOpacity=function(t,e,o){var r=this._activeChartInstance=this._chartInstanceFromPoint(t);if(r)if(e)this._updateSeriesOpacity(t),this._applySeriesOpacity(r.children,null,!0),this._applySeriesOpacity(r.children,t.series),this._highlight.show(o||t);else{var i;if(!r.supportsPointInactiveOpacity())return void this._highlight.show(t);(i=this._getInactivePoints(t,r))&&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 o=[],r=0;r<t.children.length;r++){var i=t.children[r];i.constructor===e?o.push(i):i.children&&i.children.length&&(o=o.concat(this._getAllPointsOfType(i,e)))}return o},e.prototype._updateHoveredPoint=function(t,e){var o=this._hoveredPoint;o&&o!==t&&(o.out(this,e),this._hoveredPoint=null),t&&o!==t&&t.over&&(this._hoveredPoint=t,t.over(this,e))},e.prototype._updateDrilldownPoint=function(t){t&&t.series&&Ir.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,o=Ir.current.bindPoint(e,null,t.dataItem).fields.drilldown;if(o){var r={series:e,point:t,value:o,sender:this};this.trigger("drilldown",r)}}},e.prototype._updateSeriesOpacity=function(t,e){for(var o=this._plotArea,r=o.series.length,i=0;i<r;i++){var n=o.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,o,r){for(var i=0;i<t.length;i++){var n=t[i],a=n.series||r;if(a&&(a.highlight||{}).visible&&n.visual){var s=r?r.opacity:n.series.opacity;(a!==e||o)&&n.visual.opacity(o?1:s)}n.children&&n.children.length&&this._applySeriesOpacity(n.children,e,o,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 o=this._activePoint,r=this._plotArea.series.length>1,i=this._hasInactiveOpacity();return this._updateHoveredPoint(t,e),t&&o!==t&&t.hover&&(this._activePoint=t,this._sharedTooltip()||t.hover(this,e)||(this._displayTooltip(t),i?this._displayInactiveOpacity(t,r):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,o=this._startHover(t.element,t.originalEvent);o&&o.tooltipTracking&&!this._mouseMoveTrackHandler&&!this._sharedTooltip()&&(this._mouseMoveTrackHandler=this._mouseMoveTracking.bind(this),_t(document,((e={})[Rp]=this._mouseMoveTrackHandler,e)))},e.prototype._mouseMoveTracking=function(t){var e,o=this,r=o.options,i=o._tooltip,n=o._highlight,a=o._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)||(X({},r.tooltip,l.options.tooltip).visible&&i.show(l),n.show(l)))}}else It(document,((e={})[Rp]=this._mouseMoveTrackHandler,e)),this._unsetActivePoint(),this._mouseMoveTrackHandler=null,this._hideInactiveOpacity(a)},e.prototype._mousemove=function(t){var e=this._eventCoordinates(t),o=this._plotArea;if(this._trackCrosshairs(e),o.hover){var r=o.backgroundContainsPoint(e);r?(this._plotAreaHovered=!0,this._plotArea.hover(this,t)):this._plotAreaHovered&&!r&&(this._plotAreaHovered=!1,this.trigger(Ii))}this._sharedTooltip()&&this._trackSharedTooltip(e,t)},e.prototype._trackCrosshairs=function(t){for(var e=this._plotArea.crosshairs,o=0;o<e.length;o++){var r=e[o];r.box.containsPoint(t)?r.showAt(t):r.hide()}},e.prototype._trackSharedTooltip=function(t,e,o){if(!this._suppressHover){var r=this,i=r.options.tooltip,n=r._plotArea,a=r._plotArea.categoryAxis,s=r._tooltip,l=r._highlight;if(n.backgroundContainsPoint(t)){var p=a.pointCategoryIndex(t);if(p!==this._tooltipCategoryIx||!this._sharedHighlight&&o){var c=n.pointsByCategoryIndex(p),h=c.map((function(t){return t.eventArgs(e)})),u=h[0]||{};u.categoryPoints=h,c.length>0&&!this.trigger(Ti,u)?(i.visible&&s.showAt(c,t),l.show(c),this._sharedHighlight=!0):s.hide(),this._tooltipCategoryIx=p}else o&&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,o=this._highlight;this._activePoint=null,this._hoveredPoint=null,!e||t&&t.keepTooltipOpen||e.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1,o&&o.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),o=0;o<e.length;o++){var r=e[o];!1!==r.autoBind&&this.bindCategoryAxisFromSeries(r,o)}},e.prototype.bindCategoryAxisFromSeries=function(t,e){for(var o,r=this.options.series,i=r.length,n=new pt,a=[],s=!1,l=0;l<i;l++){var p=r[l],c=p.categoryAxis===t.name||!p.categoryAxis&&0===e,h=p.data,u=h.length,f=p.categoryField&&c;if(s=f||s,f&&u>0)for(var d=(o=Ha(t,Er(p.categoryField,h[0])))?Va:Er,v=0;v<u;v++){var y=h[v],g=d(p.categoryField,y,this.chartService.intl);!o&&n.get(g)||(a.push([g,y]),o||n.set(g,!0))}}if(a.length>0){o&&(a=function(t,e){void 0===e&&(e=Ao);for(var o=function(t,e){void 0===e&&(e=Ao);for(var o=1,r=t.length;o<r;o++)if(e(t[o],t[o-1])<0){t.sort(e);break}return t}(t,e),r=o.length,i=r>0?[o[0]]:[],n=1;n<r;n++)0!==e(o[n],kt(i))&&i.push(o[n]);return i}(a,(function(t,e){return Ao(t[0],e[0])})));var m=function(t){for(var e=t.length,o=[],r=0;r<e;r++)for(var i=t[r],n=i.length,a=0;a<n;a++)o[a]=o[a]||[],o[a].push(i[a]);return o}(a);t.categories=m[0]}else s&&(t.categories=[])},e.prototype._isBindable=function(t){for(var e=Ir.current.valueFields(t),o=!0,r=0;r<e.length;r++){var i=e[r];if(i===A?i="field":i+="Field",!xt(t[i])){o=!1;break}}return o},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 o,r=this._plotArea,i=this._highlight,n=(r.srcSeries||r.series)[t];if(o=ct(n.type,[pi,ri,ii])?r.findPoint((function(o){return o.series.index===t&&o.index===e})):r.pointsBySeriesIndex(t),this._hasInactiveOpacity()&&n.visible&&o){var a=r.series.length>1,s=o.length?o[0]:o;this._displayInactiveOpacity(s,a,o)}else i.show(o)},e.prototype._shouldAttachMouseMove=function(){return this._plotArea.crosshairs.length||this._tooltip&&this._sharedTooltip()||this.requiresHandlers([Mi,Ii])},e.prototype.updateMouseMoveHandler=function(){var t,e;It(this.element,((t={})[Rp]=this._mousemove,t)),this._shouldAttachMouseMove()&&_t(this.element,((e={})[Rp]=this._mousemove,e))},e.prototype.applyOptions=function(t,e){Fp(this._originalOptions,t),this._originalOptions=X(this._originalOptions,t),this.options=X({},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={})[Dp]=this._clickHandler,t[qi]=this._mousewheelHandler,t[Rp]=this._mousemove,t[Bp]=this._mouseleaveHandler,t)),this.domEvents&&(this.domEvents.destroy(),delete this.domEvents),this._mouseMoveTrackHandler&&It(document,((e={})[Rp]=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}(D.Class);function zp(t,e){if(t)for(var o=0;o<t.length;o++)if(t[o].category===e)return[t[o]]}function Vp(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 Hp(t){for(var e={},o=0;o<t.length;o++){var r=t[o],i=r.options.name;i&&(e[i]=r.range())}return e}var Up=["data","categories"];function Fp(t,e){for(var o in e)if(!ct(o,Up)&&e.hasOwnProperty(o)){var r=e[o],i=t[o];if(xt(i)){var n=null===r;n||!xt(r)?(delete t[o],n&&delete e[o]):i&&K(r)&&K(i)&&Fp(i,r)}}}function Gp(t){for(var e=0;e<t.length;e++)t[e].notifyRender()}Bt(Np,{renderAs:"",chartArea:{},legend:{visible:!0,labels:{}},categoryAxis:{},seriesDefaults:{type:oi,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 Wp=Np;var Xp=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 o=this.plotArea.categoryAxis.options.vertical,r=o?{horizontal:"left",vertical:"center"}:{horizontal:"center",vertical:"bottom"};return{point:o?new ee(this.plotArea.box.x2,e.center().y):new ee(e.center().x,-2),align:r}},e.prototype._defaultAnchor=function(t,e){return this._slotAnchor({},e)},e}(cl);const Kp=Xp;var Yp=[Qr,ti];function qp(t){for(var e=[],o=0;o<t.length;o++){var r=t[o];e[o]=r.style.display,r.style.display="none"}return e}function Zp(t,e){for(var o=0;o<t.length;o++)t[o].style.display=e[o]}function Qp(t){return z(t)?[t]:t}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._setElementClass=function(t){I(t,"k-sparkline")},e.prototype._initElement=function(e){t.prototype._initElement.call(this,e),this._initialWidth=Math.floor(Ot(e).width)},e.prototype._resize=function(){var e=this.element,o=qp(e.childNodes);this._initialWidth=Math.floor(Ot(e).width),Zp(e.childNodes,o),t.prototype._resize.call(this)},e.prototype._modelOptions=function(){var t=this.options,e=this._surfaceWrap(),o=qp(e.childNodes),r=document.createElement("span");r.innerHTML="&nbsp;",e.appendChild(r);var i=X({width:this._autoWidth,height:Ot(e).height,transitions:t.transitions},t.chartArea,{inline:!0,align:!1});return Ot(e,{width:i.width,height:i.height}),e.removeChild(r),Zp(e.childNodes,o),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 o=t.prototype._createPlotArea.call(this,e);return this._autoWidth=this._initialWidth||this._calculateWidth(o),o},e.prototype._calculateWidth=function(t){for(var e=this.options,o=$(e.chartArea.margin),r=t.charts,i=this._surfaceWrap(),n=0,a=0;a<r.length;a++){var s=r[a],l=(s.options.series||[])[0];if(l){if(l.type===Qr)return 150;if(l.type===ti)return 150;if(l.type===pi)return Ot(i).height;var p=s.categoryAxis;if(p){var c=p.categoriesCount()*(!s.options.isStacked&&ct(l.type,[oi,Ci])?s.seriesOptions.length:1);n=Math.max(n,c)}}}var h=n*e.pointWidth;return h>0&&(h+=o.left+o.right),h},e.prototype._createSharedTooltip=function(t){return new Kp(this._plotArea,t)},e.normalizeOptions=function(t){var e=Qp(t);return(e=M(e)?{seriesDefaults:{data:e}}:X({},e)).series||(e.series=[{data:Qp(e.data)}]),X(e,{seriesDefaults:{type:e.type}}),(ct(e.series[0].type,Yp)||ct(e.seriesDefaults.type,Yp))&&(e=X({},{categoryAxis:{crosshair:{visible:!1}}},e)),e},e}(Wp);Bt($p,{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 Jp=$p;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.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}(D.drawing.Animation);const ec=tc;function oc(t,e){var o=document.createElement("div");return o.className=t,e&&(o.style.cssText=e),o}var rc=function(t){function e(e,o,r){t.call(this),this.options=X({},this.options,r),this.container=e,this.chartService=o;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=oc("k-navigator-hint","display: none; position: absolute; top: 1px; left: 1px;"),e=this.tooltip=oc("k-tooltip k-chart-tooltip"),o=this.scroll=oc("k-scroll");e.innerHTML="&nbsp;",t.appendChild(e),t.appendChild(o)},e.prototype.show=function(t,e,o){var r=this,i=r.element,n=r.options,a=r.scroll,s=r.tooltip,l=wo(To(t)+To(e-t)/2),p=.4*o.width(),c=o.center().x-p,h=(o.center().x-c)/(n.max-n.min),u=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:o.center().x-s.offsetWidth/2,top:o.y1});var v=Q(s,["marginTop","borderTopWidth","height"]);Q(a,{width:p,left:c+u*h,top:o.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 ec(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}(D.Class);Bt(rc,{format:"{0:d} - {1:d}",hideDelay:500});const ic=rc;var nc="_navigator",ac=nc,sc="_default",lc=function(t){function e(e){var o;t.call(this),this.chart=e;var r=this.options=X({},this.options,e.options.navigator),i=r.select;i&&(i.from=this.parseDate(i.from),i.to=this.parseDate(i.to)),xt(r.hint.visible)||(r.hint.visible=r.visible),this.chartObserver=new dt(this,((o={})[Li]="_drag",o[Ri]="_dragEnd",o[Ni]="_zoom",o[zi]="_zoomEnd",o)),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 Lo(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,o=this.options,r=this.mainAxis(),i=r.roundedRange(),n=i.min,a=i.max,s=o.select,l=s.from,p=s.to,c=s.mousewheel,h=(t=r,pc.prototype=t,new pc);0!==r.categoriesCount()&&(this.clean(),h.box=r.box,this.selection=new al(e,h,{min:n,max:a,from:l||n,to:p||a,mousewheel:Lt(c,{zoom:"left"}),visible:o.visible},new dt(this,{selectStart:"_selectStart",select:"_select",selectEnd:"_selectEnd"})),o.hint.visible&&(this.hint=new ic(e.element,e.chartService,{min:n,max:a,template:ot(o.hint),format:o.hint.format})))},e.prototype.setRange=function(){var t=this.chart._createPlotArea(!0).namedCategoryAxes[ac].roundedRange(),e=t.min,o=t.max,r=this.options.select||{},i=r.from||e;i<e&&(i=e);var n=r.to||o;n>o&&(n=o),this.options.select=X({},r,{from:i,to:n}),this.filterAxes()},e.prototype._redrawSelf=function(t){var e=this.chart._plotArea;e&&e.redraw(kt(e.panes),t)},e.prototype.redrawSlaves=function(){var t=this.chart,e=t._plotArea,o=e.panes.filter((function(t){return t.options.name!==nc}));e.srcSeries=t.options.series,e.options.categoryAxis=t.options.categoryAxis,e.clearSeriesPointsCache(),e.redraw(o)},e.prototype._drag=function(t){var e,o=this.chart,r=this.selection,i=o._eventCoordinates(t.originalEvent),n=this.mainAxis(),a=n.roundedRange(),s=n.pane.box.containsPoint(i),l=o._plotArea.categoryAxis,p=t.axisRanges[l.options.name],c=this.options.select;if(p&&!s&&r){e=c.from&&c.to?To(c.to)-To(c.from):To(r.options.to)-To(r.options.from);var h=wo(Tt(To(p.min),a.min,To(a.max)-e)),u=wo(Tt(To(h)+e,To(a.min)+e,a.max));this.options.select={from:h,to:u},this.options.liveDrag&&(this.filterAxes(),this.redrawSlaves()),r.set(h,u),this.showHint(h,u)}},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,o=t.to,r=this.options.select;r.from=e,r.to=o},e.prototype.filterAxes=function(){var t=this.options.select;void 0===t&&(t={});for(var e=this.chart.options.categoryAxis,o=t.from,r=t.to,i=0;i<e.length;i++){var n=e[i];n.pane!==nc&&(n.min=o,n.max=r)}},e.prototype.filter=function(){var t=this.chart,e=this.options.select;if(t.requiresHandlers(["navigatorFilter"])){var o=this.mainAxis(),r={from:e.from,to:e.to};if("category"!==o.options.type){var i=new Ko(X({baseUnit:"fit"},t.options.categoryAxis[0],{categories:[e.from,e.to]}),t.chartService).options;r.from=Oo(i.min,-i.baseUnitStep,i.baseUnit),r.to=Oo(i.max,i.baseUnitStep,i.baseUnit)}this.chart.trigger("navigatorFilter",r)}},e.prototype._zoom=function(t){var e=this,o=e.chart._plotArea.categoryAxis,r=e.selection,i=e.options,n=i.select,a=i.liveDrag,s=this.mainAxis(),l=t.delta;if(r){var p=s.categoryIndex(r.options.from),c=s.categoryIndex(r.options.to),h=this.chart._eventCoordinates(t.originalEvent);t.originalEvent.preventDefault(),Math.abs(l)>1&&(l*=3),c-p>1?(r.zoom(l,h),this.readSelection()):(o.options.min=n.from,n.from=o.scaleRange(-t.delta*this.chart._mousewheelZoomRate(),h).min),a&&(this.filterAxes(),this.redrawSlaves()),r.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 o=this.chart._plotArea;this.hint&&this.hint.show(t,e,o.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[ac]},e.prototype.select=function(t,e){var o=this.options.select;return t&&e&&(o.from=this.parseDate(t),o.to=this.parseDate(e),this.filterAxes(),this.filter(),this.redrawSlaves(),this.selection.set(t,e)),{from:o.from,to:o.to}},e.setup=function(t,o){if(void 0===t&&(t={}),void 0===o&&(o={}),!t.__navi){t.__navi=!0;var r=X({},o.navigator,t.navigator),i=t.panes=[].concat(t.panes),n=X({},r.pane,{name:nc});r.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||sc})),e.attachAxes(t,r),e.attachSeries(t,r,o)}},e.attachAxes=function(t,e){var o=e.series||[],r=t.categoryAxis=[].concat(t.categoryAxis),i=t.valueAxis=[].concat(t.valueAxis);r.concat(i).forEach((function(t){return t.pane=t.pane||sc}));var n=0===za(o,Ai).length,a=X({type:"date",pane:nc,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;r.push(X({},a,{maxDateGroups:200},s,{name:ac,title:null,baseUnit:"fit",baseUnitStep:"auto",labels:{visible:!1},majorTicks:{visible:!1}}),X({},a,s,{name:ac+"_labels",maxDateGroups:20,baseUnitStep:"auto",labels:{position:""},plotBands:[],autoBaseUnitSteps:{minutes:[]},_overlap:!0}),X({},a,s,{name:ac+"_ticks",maxDateGroups:200,majorTicks:{width:.5},plotBands:[],title:null,labels:{visible:!1,mirror:!0},_overlap:!0})),i.push(X({name:ac,pane:nc,majorGridLines:{visible:!1},visible:!1},e.valueAxis))},e.attachSeries=function(t,e,o){for(var r=t.series=t.series||[],i=[].concat(e.series||[]),n=o.seriesColors,a=e.seriesDefaults,s=0;s<i.length;s++)r.push(X({color:n[s%n.length],categoryField:e.dateField,visibleInLegend:!1,tooltip:{visible:!1}},a,i[s],{axis:ac,categoryAxis:ac,autoBind:e.autoBindElements}))},e}(D.Class);function pc(){}const cc=lc;var hc=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,o){var r=Ot(this.element).width||600,i=o,n={seriesDefaults:{categoryField:e.dateField},axisDefaults:{categoryAxis:{name:"default",majorGridLines:{visible:!1},labels:{step:2},majorTicks:{visible:!1},maxDateGroups:Math.floor(r/28)}}};i&&(i=X({},i,n)),cc.setup(e,i),t.prototype.applyDefaults.call(this,e,i)},e.prototype._setElementClass=function(t){I(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=at([].concat(t.series,t.navigator.series),(function(t){return t&&t.visible})).length,o=this._seriesCount!==e;return this._seriesCount=e,o},e.prototype._fullRedraw=function(){var e=this.navigator;e||(e=this.navigator=new cc(this),this.trigger("navigatorCreated",{navigator:e})),e.clean(),e.setRange(),t.prototype._redraw.call(this),e.initSelection()},e.prototype._trackSharedTooltip=function(e){var o=this._plotArea.paneByPoint(e);o&&o.options.name===nc?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),o=0;o<e.length;o++){var r=e[o];r.name===ac?t=r.categories:t&&r.pane===nc&&(r.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 o=this._eventCoordinates(e),r=this._plotArea.paneByPoint(o);return t.prototype._stopChartHandlers.call(this,e)||r&&r.options.name===nc},e.prototype._toggleDragZoomEvents=function(){this._dragZoomEnabled||(this.element.style.touchAction="none",this._dragZoomEnabled=!0)},e}(Wp);Bt(hc,{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 uc=hc;var fc=150,dc="arrowPointer",vc="barPointer",yc=.5,gc=Math.PI/180,mc="inside",bc="linear",_c="outside",xc="radialPointer",wc="radialRangePointer";function Cc(t,e){var o=t.getOrigin(),r=t.getSize(),i=$(e);return t.setOrigin([o.x-i.left,o.y-i.top]),t.setSize([r.width+(i.left+i.right),r.height+(i.top+i.bottom)]),t}var Oc=D.drawing.Group,Sc=D.drawing.Path,Pc=D.drawing.Text;function Ac(t,e){var o=t.box,r=t.children[0].box,i=e.border||{},n=e.background||"",a=Sc.fromRect(new D.geometry.Rect([o.x1,o.y1],[o.width(),o.height()]),{stroke:{}}),s=new Pc(t.text,new D.geometry.Point(r.x1,r.y1),{font:e.font,fill:{color:e.color}}),l=Cc(s.bbox().clone(),e.padding),p=Sc.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 Oc;return c.append(a),c.append(p),c.append(s),c}function kc(t,e,o){var r=xt(t.from)?t.from:b,i=xt(t.to)?t.to:m;return t.from=Math.max(Math.min(i,r),e),t.to=Math.min(Math.max(i,r),o),t}function Tc(t,e){var o=$(e);return o.left=-o.left,o.top=-o.top,o.right=-o.right,o.bottom=-o.bottom,Cc(t,o)}var jc=D.drawing.Path,Ec=D.drawing.Surface,Mc=function(t){function e(e,o,r,i){void 0===i&&(i={}),t.call(this),this.element=e,this.theme=r,this.contextService=new qe(this,i),this._originalOptions=X({},this.options,o),this.options=X({},this._originalOptions),this._initTheme(r),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,o=[];if(0===arguments.length){for(var r=0;r<e.length;r++)o.push(e[r].value());return o}if(M(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),o=[].concat(t),r=0;r<o.length;r++)e[r].value=o[r]},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 D.geometry.Rect([0,0],[t.width,t.height]);this._initSurface(),this.gaugeArea=this._createGaugeArea(),this._createModel();var o=Tc(e.bbox(),this._gaugeAreaMargin);this.reflow(o)},e.prototype.setOptions=function(t,e){this._originalOptions=X(this._originalOptions,t),this.options=X({},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=X({},e,this.options);var o=this.options,r=o.pointer;if(M(r)){for(var i=[],n=0;n<r.length;n++)i.push(X({},e.pointer,r[n]));o.pointer=i}},e.prototype._createGaugeArea=function(){var t=this.options.gaugeArea,e=this.surface.size(),o=t.border||{},r=new D.geometry.Rect([0,0],[e.width,e.height]);return this._gaugeAreaMargin=t.margin||5,o.width>0&&(r=Tc(r,o.width)),jc.fromRect(r,{stroke:{color:o.width?o.color:"",width:o.width,dashType:o.dashType,lineJoin:"round",lineCap:"round"},fill:{color:t.background}})},e.prototype._initSurface=function(){var t=this.options,e=this.surface,o=this._surfaceElement(),r=this._surfaceSize();Ot(o,r),e&&e.options.type===t.renderAs?(this.surface.clear(),this.surface.resize()):(e&&e.destroy(),this.surface=Ec.create(o,{type:t.renderAs}))},e.prototype._surfaceSize=function(){var t=this.options,e=this._getSize();return t.gaugeArea&&X(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(),o=t.offsetWidth,r=t.offsetHeight;return o||(o=e.width),r||(r=e.height),{width:o,height:r}},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}(D.Class);Bt(Mc,{plotArea:{},theme:"default",renderAs:"",pointer:{},scale:{},gaugeArea:{}});const Ic=Mc;var Lc=D.drawing.Path,Rc=D.drawing.Group,Dc=D.geometry.Point;function Bc(t,e){var o,r,i=t.position,n=t.tickX,a=t.tickY;return t.vertical?(o=new Dc(n,i),r=new Dc(n+e.size,i)):(o=new Dc(i,a),r=new Dc(i,a+e.size)),new Lc({stroke:{color:e.color,width:e.width}}).moveTo(o).lineTo(r)}function Nc(t,e,o,r){var i=e.length;if(r.visible)for(var n=o.mirror,a=o.lineBox,s=r.skip;s<i;s+=r.step)s%r.skipUnit!=0&&(o.tickX=n?a.x2:a.x2-r.size,o.tickY=n?a.y1-r.size:a.y1,o.position=e[s],t.append(Bc(o,r)))}var zc=function(t){function e(e,o){var r=e||{};!xt(r.reverse)&&!1===r.vertical&&(o||{}).rtl&&(r=Object.assign({},r,{reverse:!0})),t.call(this,0,1,r,o),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=X({},this.options,t);return(e=X({},e,{labels:{mirror:e.mirror}})).majorUnit=e.majorUnit||te(e.min,e.max),e},e.prototype.initFields=function(){},e.prototype.render=function(){var t=this.elements=new Rc,e=this.renderLabels(),o=this.renderLine(),r=this.renderTicks(),i=this.renderRanges();return t.append(o,e,r,i),t},e.prototype.renderRanges=function(){for(var t=this,e=this.options,o=e.min,r=e.max,i=e.vertical,n=e.labels.mirror,a=e.ranges||[],s=new Rc,l=a.length,p=e.rangeSize||e.minorTicks.size/2,c=0;c<l;c++){var h=kc(a[c],o,r),u=t.getSlot(h.from,h.to),f=i?t.lineBox():u,d=i?u:t.lineBox();i?f.x1-=p*(n?-1:1):d.y2+=p*(n?-1:1),s.append(Lc.fromRect(new D.geometry.Rect([f.x1,d.y1],[f.x2-f.x1,d.y2-d.y1]),{fill:{color:h.color,opacity:h.opacity},stroke:{}}))}return s},e.prototype.renderLabels=function(){for(var t=this.labels,e=this.options,o=new Rc,r=0;r<t.length;r++)o.append(Ac(t[r],e.labels));return o},e.prototype.renderLine=function(){var t=this.options.line,e=this.lineBox(),o=new Rc;if(t.width>0&&t.visible){var r=new Lc({stroke:{color:t.color,dashType:t.dashType,width:t.width}});r.moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),o.append(r)}return o},e.prototype.renderTicks=function(){var t=new Rc,e=this.options,o=e.majorTicks.visible?e.majorUnit:0,r={vertical:e.vertical,mirror:e.labels.mirror,lineBox:this.lineBox()};return Nc(t,this.getMajorTickPositions(),r,e.majorTicks),Nc(t,this.getMinorTickPositions(),r,X({},{skipUnit:o/e.minorUnit},e.minorTicks)),t},e}(tr);Bt(zc,{min:0,max:50,majorTicks:{size:15,align:mc,color:n,width:yc,visible:!0},minorTicks:{size:10,align:mc,color:n,width:yc,visible:!0},line:{width:yc},labels:{position:mc,padding:2},mirror:!1,_alignLines:!1});const Vc=zc;var Hc=function(t){function e(e,o){t.call(this);var r=e.options,i=r.min,n=r.max,a=this.options=X({},this.options,o);a.fill=a.color,this.scale=e,xt(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,o=e.value;if(0===arguments.length)return o;var r=this.scale.options,i=r.min,n=r.max;e._oldValue=xt(e._oldValue)?e.value:i,e.value=Tt(t,i,n),this.elements&&this.repaint()},e}(D.Class);Bt(Hc,{color:n});const Uc=Hc;var Fc=function(t){function e(e,o){t.call(this,e,o),this.options=X({track:{visible:xt(o.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,o,r=this.options,i=this.scale,n=i.options,a=n.mirror,s=n.vertical,l=i.lineBox(),p=r.track.size||r.size,c=r.size/2,h=$(r.margin),u=s?h[a?"left":"right"]:h[a?"bottom":"top"];u=a?-u:u,s?(o=new ie(l.x1+u,l.y1,l.x1+u,l.y2),a?o.x1-=p:o.x2+=p,r.shape!==vc&&(t=e=new ie(l.x2+u,l.y1-c,l.x2+u,l.y2+c))):(o=new ie(l.x1,l.y1-u,l.x2,l.y1-u),a?o.y2+=p:o.y1-=p,r.shape!==vc&&(t=e=new ie(l.x1-c,l.y1-u,l.x2+c,l.y1-u))),this.trackBox=o,this.pointerRangeBox=e,this.box=t||o.clone().pad(r.border.width)},e.prototype.getElementOptions=function(){var t=this.options;return{fill:{color:t.color,opacity:t.opacity},stroke:xt(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,o=t.options,r=o.mirror,i=o.vertical,n=$(e.margin);return i?n[r?"left":"right"]:n[r?"bottom":"top"]},e}(Uc);Bt(Fc,{shape:vc,track:{border:{width:1}},color:n,border:{width:1},opacity:1,margin:$(3),animation:{type:vc},visible:!0});const Gc=Fc;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.setup=function(){var t=this.options,e=t.margin,o=t.from,r=t.to,i=t.vertical,n=i?"x1":"y1";t.mirror===i?(o[n]-=e,r[n]-=e):(o[n]+=e,r[n]+=e);var a=this.fromScale=new D.geometry.Point(o.x1,o.y1),s=this.toScale=new D.geometry.Point(r.x1,r.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),o=ht(this.fromScale.y,this.toScale.y,t);this.element.transform(D.geometry.transform().translate(e,o))},e}(D.drawing.Animation);Bt(Wc,{easing:bc,duration:250}),D.drawing.AnimationFactory.current.register(dc,Wc);const Xc=Wc;var Kc=D.geometry.Point,Yc=D.drawing.Path,qc=function(t){function e(e,o){t.call(this,e,o),xt(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,o=e/2,r=t.options.mirror?-1:1;return t.options.vertical?[new Kc(0,0-o),new Kc(0-r*e,0),new Kc(0,0+o)]:[new Kc(0-o,0),new Kc(0,0+r*e),new Kc(0+o,0)]},e.prototype.repaint=function(){var t=this.scale,e=this.options,o=new Xc(this.elements,X(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&&(o.options.duration=0),o.setup(),o.play()},e.prototype.render=function(){var t=this.scale,e=this.options,o=this.getElementOptions(),r=this.pointerShape(e.value);e.animation.type=dc;var i=new Yc({stroke:o.stroke,fill:o.fill}).moveTo(r[0]).lineTo(r[1]).lineTo(r[2]).close(),n=t.getSlot(e.value);return i.transform(D.geometry.transform().translate(n.x1,n.y1)),this.elements=i,i},e}(Gc);const Zc=qc;var Qc=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:j,o=this.to=t.newPoints[0][e],r=this.from=t.oldPoints[0][e];0!==t.duration&&(t.duration=Math.max(Math.abs(o-r)/t.speed*1e3,1)),this._set(r)},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(),o=this.options.newPoints;o[0][e](t),o[1][e](t)},e}(D.drawing.Animation);Bt(Qc,{easing:bc,speed:250}),D.drawing.AnimationFactory.current.register(vc,Qc);const $c=Qc;var Jc=D.drawing.Group,th=D.drawing.Path,eh=function(t){function e(e,o){t.call(this,e,o),xt(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,o=this.options,r=e.options,i=r.mirror,n=r.vertical,a=i===n?-1:1,s=o.size*a,l=e.getSlot(e.options.min),p=e.getSlot(t),c=n?E:j,h=n?j:E,u=this._margin()*a,f=new D.geometry.Point;f[c]=l[c+"1"],f[h]=l[h+"1"];var d=new D.geometry.Point;d[c]=p[c+"1"],d[h]=p[h+"1"],n?(f.translate(u,0),d.translate(u,0)):(f.translate(0,u),d.translate(0,u));var v=d.clone(),y=f.clone();return n?(v.translate(s,0),y.translate(s,0)):(v.translate(0,s),y.translate(0,s)),[f,d,v,y]},e.prototype.repaint=function(){var t=this.scale,e=this.options,o=this.pointerShape(e.value),r=this.pointerPath,i=this.pointerShape(e._oldValue);r.moveTo(o[0]).lineTo(o[1]).lineTo(o[2]).lineTo(o[3]).close();var n=new $c(r,X(e.animation,{reverse:t.options.reverse,vertical:t.options.vertical,oldPoints:[i[1],i[2]],newPoints:[o[1],o[2]]}));!1===e.animation.transitions&&(n.options.duration=0),n.setup(),n.play()},e.prototype.render=function(){var t=new Jc,e=this.getElementOptions();this.options.track.visible&&t.append(this.renderTrack());var o=this.pointerPath=new th({stroke:e.stroke,fill:e.fill});return t.append(o),this.elements=t,t},e.prototype.renderTrack=function(){var t=this.options.track,e=t.border||{},o=this.trackBox.clone().pad(e.width||0);return new th.fromRect(o.toRect(),{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.width?e.color||t.color:"",width:e.width,dashType:e.dashType}})},e}(Gc);const oh=eh;var rh=D.drawing.Group,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.reflow=function(t){var e=this.pointers,o=t.origin.x,r=t.origin.y,i=new ie(o,r,o+t.width(),r+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 rh,e=this.scale.render(),o=this.pointers;t.append(this.gaugeArea),t.append(e);for(var r=0;r<o.length;r++){var i=o[r];t.append(i.render()),i.value(i.options.value)}this._visuals=t},e.prototype._createModel=function(){var t=this.options,e=this.scale=new Vc(t.scale,this.contextService);this.pointers=[];var o=t.pointer;o=M(o)?o:[o];for(var r=0;r<o.length;r++){var i=X({},o[r],{animation:{transitions:t.transitions}}),n="arrow"===i.shape?Zc:oh;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,o=this.scale,r=this.pointers,i=t.center(),n=r[0].box.clone().wrap(o.box),a=0;a<r.length;a++)n.wrap(r[a].box.clone());return o.options.vertical?(e=n.width()/2,n=new ie(i.x-e,t.y1,i.x+e,t.y2)):(e=n.height()/2,n=new ie(t.x1,i.y-e,t.x2,i.y+e)),n},e.prototype._alignElements=function(){for(var t,e=this.scale,o=this.pointers,r=e.box,i=o[0].box.clone().wrap(e.box),n=this.bbox,a=0;a<o.length;a++)i.wrap(o[a].box.clone());e.options.vertical?(t=n.center().x-i.center().x,e.reflow(new ie(r.x1+t,n.y1,r.x2+t,n.y2))):(t=n.center().y-i.center().y,e.reflow(new ie(r.x1,r.y1+t,r.x2,r.y2+t)));for(var s=0;s<o.length;s++)o[s].reflow(this.bbox)},e.prototype._shrinkScaleWidth=function(t){var e=this.scale;if(!e.options.vertical){var o=e.contentBox().width()-t.width();o>0&&(e.box.shrink(o,0),e.box.alignTo(t,"center"),e.reflow(e.box))}},e.prototype._shrinkElements=function(){for(var t=this.scale,e=this.pointers,o=t.box.clone(),r=t.options.vertical?"y":"x",i=e[0].box,n=0;n<e.length;n++)i.wrap(e[n].box.clone());o[r+1]+=Math.max(o[r+1]-i[r+1],0),o[r+2]-=Math.max(i[r+2]-o[r+2],0),t.reflow(o);for(var a=0;a<e.length;a++)e[a].reflow(this.bbox)},e}(Ic);Bt(ih,{transitions:!0,gaugeArea:{background:""},scale:{vertical:!0}});const nh=ih;var ah=180,sh=D.drawing.Arc,lh=D.drawing.Path,ph=D.drawing.Group;function ch(t,e,o,r){var i=new ph,n=t.center,a=t.getRadiusX();if(r.visible)for(var s=0;s<e.length;s++){var l=t.pointAt(e[s]),p=new D.geometry.Point(n.x+a-r.size,n.y).rotate(e[s],n);i.append(new lh({stroke:{color:r.color,width:r.width}}).moveTo(l).lineTo(p))}return i}function hh(t,e,o,r){return{from:t,to:e,color:o,opacity:r}}var uh=function(t){function e(e,o){t.call(this,0,1,e,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initUserOptions=function(t){var e=X({},this.options,t);return e.majorUnit=e.majorUnit||te(e.min,e.max),e.minorUnit=e.minorUnit||e.majorUnit/10,e},e.prototype.initFields=function(){},e.prototype.render=function(t,e){var o=this.renderArc(t,e);this.bbox=o.bbox(),this.labelElements=this.renderLabels(),this.ticks=this.renderTicks(),this.ranges=this.renderRanges()},e.prototype.reflow=function(t){var e=t.center(),o=Math.min(t.height(),t.width())/2;if(!xt(this.bbox))return this.render(e,o);this.bbox=this.arc.bbox(),this.radius(this.arc.getRadiusX()),this.repositionRanges(),this.renderLabels()},e.prototype.slotAngle=function(t){var e=this.options,o=e.min,r=e.max,i=e.reverse,n=e.startAngle,a=e.endAngle,s=a-n;return(i?a-(t-o)/(r-o)*s:(t-o)/(r-o)*s+n)+ah},e.prototype.hasRanges=function(){var t=this.options.ranges;return t&&t.length},e.prototype.ticksSize=function(){var t=this.options,e=t.majorTicks,o=t.minorTicks,r=0;return e.visible&&(r=e.size),o.visible&&(r=Math.max(o.size,r)),r},e.prototype.labelsCount=function(){var e=t.prototype.labelsCount.call(this),o=this.options;return o.endAngle-o.startAngle>=360&&o.max%o.majorUnit==0&&(e-=1),e},e.prototype.renderLabels=function(){var t=this,e=this.options,o=this.arc.clone(),r=o.getRadiusX(),i=this.tickAngles(o,e.majorUnit),n=e.rangeSize=e.rangeSize||.1*r,a=new ph,s=.05*r;xt(e.rangeDistance)?s=e.rangeDistance:e.rangeDistance=s;var l=e.labels,p=l.position===mc,c=xt(this.labelElements);p&&(r-=this.ticksSize(),this.hasRanges()&&!c&&(r-=n+s),o.setRadiusX(r).setRadiusY(r));for(var h=this.labels,u=h.length,f=$(l.padding),d=(f.left+f.right)/2,v=(f.top+f.bottom)/2,y=0;y<u;y++){var g=h[y],m=g.box.width()/2,b=g.box.height()/2,_=i[y],x=(_-ah)*gc,w=o.pointAt(_),C=w.x+Math.cos(x)*(m+d)*(p?1:-1),O=w.y+Math.sin(x)*(b+v)*(p?1:-1);g.reflow(new ie(C-m,O-b,C+m,O+b));var S=new D.geometry.Point(g.box.x1,g.box.y1),P=void 0;if(c){var A=(P=t.labelElements.children[y]).bbox().origin,k=P.transform()||D.geometry.transform();k.translate(S.x-A.x,S.y-A.y),P.transform(k)}else P=Ac(g,e.labels),a.append(P);t.bbox=D.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,o=e.rangeDistance,r=e.rangeSize,i=this.getRangeRadius();this.options.labels.position===mc&&(i+=r+o);for(var n=i+r/2,a=0;a<t.length;a++)t[a]._geometry.setRadiusX(n).setRadiusY(n);this.bbox=D.geometry.Rect.union(this.bbox,this.ranges.bbox())}},e.prototype.renderRanges=function(){var t=this,e=this.rangeSegments(),o=e.length,r=new ph;if(o){var i=this.options,n=i.rangeSize,a=i.reverse,s=i.rangeDistance,l=this.getRangeRadius();this.radius(this.radius()-n-s);for(var p=0;p<o;p++){var c=e[p],h=t.slotAngle(c[a?"to":"from"]),u=t.slotAngle(c[a?"from":"to"]);u-h!=0&&r.append(t.createRange(h,u,l,c))}}return r},e.prototype.createRange=function(t,e,o,r){var i=this.options.rangeSize,n=new D.geometry.Arc(this.arc.center,{radiusX:o+i/2,radiusY:o+i/2,startAngle:t,endAngle:e});return new sh(n,{stroke:{width:i,color:r.color,opacity:r.opacity,lineCap:r.lineCap}})},e.prototype.rangeSegments=function(){var t=this.options,e=t.ranges||[],o=e.length,r=[];if(o){var i=t.min,n=t.max,a=t.rangePlaceholderColor;r.push(hh(i,n,a));for(var s=0;s<o;s++)for(var l=kc(e[s],i,n),p=r.length,c=0;c<p;c++){var h=r[c];if(h.from<=l.from&&l.from<=h.to){r.push(hh(l.from,l.to,l.color,l.opacity)),h.from<=l.to&&l.to<=h.to&&r.push(hh(l.to,h.to,a,l.opacity)),h.to=l.from;break}}}return r},e.prototype.getRangeRadius=function(){var t=this.arc,e=this.options,o=e.rangeSize,r=e.rangeDistance,i=e.majorTicks.size;return e.labels.position===_c?t.getRadiusX()-i-r-o:t.getRadiusX()-o},e.prototype.renderArc=function(t,e){var o=this.options;return this.arc=new D.geometry.Arc(t,{radiusX:e,radiusY:e,startAngle:o.startAngle+ah,endAngle:o.endAngle+ah})},e.prototype.renderTicks=function(){var t=this.arc,e=this.options,o=t.clone();this.majorTickAngles=this.tickAngles(t,e.majorUnit),this.majorTicks=ch(o,this.majorTickAngles,e.majorUnit,e.majorTicks);var r=new ph;r.append(this.majorTicks);var i=e.majorTicks.size,n=e.minorTicks.size;if(this._tickDifference=i-n,e.labels.position===_c){var a=o.getRadiusX();o.setRadiusX(a-i+n).setRadiusY(a-i+n)}return this.minorTickAngles=this.normalizeTickAngles(this.tickAngles(t,e.minorUnit)),this.minorTicks=ch(o,this.minorTickAngles,e.minorUnit,e.minorTicks),r.append(this.minorTicks),r},e.prototype.normalizeTickAngles=function(t){for(var e=this.options,o=e.majorUnit/e.minorUnit,r=t.length-1;r>=0;r--)r%o==0&&t.splice(r,1);return t},e.prototype.tickAngles=function(t,e){var o=this.options,r=o.reverse,i=o.max-o.min,n=t.endAngle-t.startAngle,a=i/e,s=t.startAngle,l=n/a;r&&(s+=n,l=-l),n>=360&&o.max%e==0&&(a-=1);for(var c=[],h=0;h<a;h++)c.push(Mt(s,p)),s+=l;return Mt(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,o){var r=o&&this._tickDifference||0,i=this.arc,n=i.getRadiusX();o&&this.options.labels.position===_c&&0!==r&&(i=this.arc.clone()).setRadiusX(n-r).setRadiusY(n-r);for(var a=0;a<t.length;a++){var s=i.pointAt(e[a]),l=t[a].segments,p=s.x-l[0].anchor().x,c=s.y-l[0].anchor().y;t[a].transform((new D.geometry.transform).translate(p,c))}},e}(tr);Bt(uh,{min:0,max:100,majorTicks:{size:15,align:mc,color:n,width:yc,visible:!0},minorTicks:{size:10,align:mc,color:n,width:yc,visible:!0},startAngle:-30,endAngle:210,labels:{position:mc,padding:2}});const fh=uh;var dh=function(t){function e(e,o){t.call(this,e,o);var r=this.options;r.duration=Math.max(Math.abs(r.newAngle-r.oldAngle)/r.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,o=ht(e.oldAngle,e.newAngle,t);this.element.transform(D.geometry.transform().rotate(o,e.center))},e}(D.drawing.Animation);Bt(dh,{easing:bc,duration:fc}),D.drawing.AnimationFactory.current.register(xc,dh);const vh=dh;var yh=D.drawing.Circle,gh=D.drawing.Group,mh=D.drawing.Path,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.setAngle=function(t){this.elements.transform(D.geometry.transform().rotate(t,this.center))},e.prototype.repaint=function(){var t=this.scale,e=this.options,o=t.slotAngle(e._oldValue),r=t.slotAngle(e.value);!1===e.animation.transitions?this.setAngle(r):new vh(this.elements,X(e.animation,{oldAngle:o,newAngle:r})).play()},e.prototype.render=function(){var t=this.scale,e=this.options,o=new gh;return!1!==e.animation&&X(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),o.append(this._renderNeedle(),this._renderCap()),this.elements=o,this.setAngle(gc),o},e.prototype.reflow=function(t){var e=this.center=t.center,o=Tt(this.options.length||1,.1,1.5),r=this.radius=t.getRadiusX()*o,i=this.capSize=Math.round(r*this.options.cap.size);this.bbox=D.geometry.Rect.fromPoints(new D.geometry.Point(e.x-i,e.y-i),new D.geometry.Point(e.x+i,e.y+i))},e.prototype._renderNeedle=function(){var t=this.scale.options.minorTicks.size,e=this.center,o=this.options.color,r=new mh({fill:{color:o},stroke:{color:o,width:yc}});return r.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(),r},e.prototype._renderCap=function(){var t=this.options,e=t.cap.color||t.color,o=new D.geometry.Circle(this.center,this.capSize);return new yh(o,{fill:{color:e},stroke:{color:e}})},e}(Uc);Bt(bh,{cap:{size:.05},arrow:{width:16,height:14},animation:{type:xc,duration:fc}});const _h=bh;var xh=D.drawing.Group,wh=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,o=this.pointers;this.scale.reflow(t),this._initialPlotArea=this.scale.bbox;for(var r=0;r<o.length;r++)o[r].reflow(e.scale.arc),e._initialPlotArea=D.geometry.Rect.union(e._initialPlotArea,o[r].bbox);this.fitScale(t),this.alignScale(t),this._buildVisual(this.gaugeArea,o,this.scale),this._draw()},e.prototype._buildVisual=function(t,e,o){var r=this._visuals=new xh;r.append(t),r.append(o.ticks),r.append(o.ranges),this._buildPointers(e),r.append(o.labelElements)},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var o=t[e];o.render(),this._visuals.append(o.elements),o.value(o.options.value)}},e.prototype.fitScale=function(t){for(var e,o,r,i,n,a=this,s=this.scale.arc,l=this._initialPlotArea,c=Math.abs(this.getDiff(l,t)),h=Mt(c,p),u=Mt(-c,p),f=0,d=0;!(!(d++<100)||(f=n===r?f+1:0)>5||h!==i&&0<=(e=a.getPlotBox(h,t,s))&&e<=2||u!==i&&0<=(r=a.getPlotBox(u,t,s))&&r<=2||(i=e>0&&r>0?2*h:e<0&&r<0?2*u:Mt((h+u)/2||1,p),0<=(o=a.getPlotBox(i,t,s))&&o<=2));)n=r,o>0?(u=i,r=o):(h=i,e=o)},e.prototype.getPlotBox=function(t,e,o){var r=this.scale,i=this.pointers,n=o.getRadiusX(),a=o.clone();a.setRadiusX(n+t).setRadiusY(n+t),r.arc=a,r.reflow(e),this.plotBbox=r.bbox;for(var s=0;s<i.length;s++)i[s].reflow(a),this.plotBbox=D.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(),o=t.center(),r=e.x-o.x,i=e.y-o.y,n=this.scale,a=this.pointers;n.arc.center.x-=r,n.arc.center.y-=i,n.reflow(t);for(var s=0;s<a.length;s++)a[s].reflow(n.arc),this.plotBbox=D.geometry.Rect.union(n.bbox,a[s].bbox)},e.prototype._createModel=function(){var t=this.options,e=t.pointer,o=this.scale=new fh(t.scale,this.contextService);this.pointers=[];for(var r=M(e)?e:[e],i=0;i<r.length;i++){var n=new _h(o,X({},r[i],{animation:{transitions:t.transitions}}));this.pointers.push(n)}},e}(Ic);Bt(wh,{transitions:!0,gaugeArea:{background:""}});const Ch=wh;var Oh=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,o){var r=this.options.reverse,i=this.slotAngle(r?e:t),n=this.slotAngle(r?t:e),a=this.createRange(i,n,this.getRangeRadius(),o);return this.ranges.append(a),a},e}(fh);Bt(Oh,{min:0,max:100,majorTicks:{visible:!1},minorTicks:{visible:!1},labels:{visible:!1},startAngle:0,endAngle:180,rangeLineCap:"round"});const Sh=Oh;var Ph=function(t){function e(e,o){t.call(this,e,o);var r=this.options,i=Math.abs(r.newAngle-r.oldAngle)/r.duration*1e3;r.duration=Tt(i,fc,800);var n=e.elements.options.get("stroke.color"),a=e.currentColor();n!==a&&(this.startColor=new D.Color(n),this.color=new D.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,o=e.options,r=e.startColor,i=e.color,n=ht(o.oldAngle,o.newAngle,t);if(this.element.angle(n),i){var a=Mt(ht(r.r,i.r,t)),s=Mt(ht(r.g,i.g,t)),l=Mt(ht(r.b,i.b,t));this.element.stroke(new D.Color(a,s,l).toHex())}},e}(D.drawing.Animation);Bt(Ph,{easing:bc,duration:fc}),D.drawing.AnimationFactory.current.register(wc,Ph);const Ah=Ph;var 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.repaint=function(){var t=this.scale,e=this.options,o=t.slotAngle(e._oldValue),r=t.slotAngle(e.value);this.animation&&this.animation.abort(),!1===e.animation.transitions?(this.angle(r),this.stroke(this.currentColor())):(this.animation=new Ah(this,X(e.animation,{oldAngle:o,newAngle:r})),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&&X(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,o=t.max,r=this.options,i=r.colors,n=r.color,a=r.value,s=z(a)?a:e;if(i)for(var l=0;l<i.length;l++){var p=i[l],c=p.color,h=p.from;void 0===h&&(h=e);var u=p.to;if(void 0===u&&(u=o),h<=s&&s<=u)return c}return n},e.prototype.reflow=function(){this.render(),this.bbox=this.elements.bbox()},e}(Uc);Bt(kh,{animation:{type:wc,duration:fc}});const Th=kh;var 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._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 Sh(t.scale,this.contextService),o=new Th(e,X({},{colors:t.colors,color:t.color,value:t.value,opacity:t.opacity,animation:{transitions:t.transitions}}));this.pointers=[o]},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var o=t[e];o.render(),o.value(o.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 o=this.getSize(),r=this.scale.arc.center,i=r.x-t/2,n=r.y-e/2;if(t<o.width){var a=i+t;i=Math.max(i,0),a>o.width&&(i-=a-o.width)}if(e<o.height){var s=this.scale.bbox,l=s.bottomRight().y,p=n+e;n=Math.max(n,s.origin.y),p>l&&(n-=p-l)}return{left:i,top:n}},e}(Ch);const Eh=jh;var Mh=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 Ih=Mh;var Lh=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,o){var r=xt(t)?String(t):t;return this.initValue(r,e,o),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}(D.Class);Bt(Lh,{quietZoneLength:10,addQuietZone:!0,addCheckSum:!0});var Rh=Object.assign,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),Rh(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,o=this.getWeightedSum(t,e,this.cCheckSumTotal)%this.checkSumMod;if(this.checksum=String(o),this.addPattern(this.characterMap[o]),++e>=this.kCheckSumMinLength){var r=(o+this.getWeightedSum(t,e,this.kCheckSumTotal))%this.checkSumMod;this.checksum+=r,this.addPattern(this.characterMap[r])}},e.prototype.getWeightedSum=function(t,e,o){for(var r=0,i=0;i<t.length;i++)r+=this.weightedValue(this.getValue(t.charAt(i)),e,i,o);return r},e.prototype.weightedValue=function(t,e,o,r){return((e-o)%r||r)*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),o=this.characterMap[e];this.addPattern(o)},e.prototype.addPattern=function(t){for(var e,o=0;o<t.length;o++)e=parseInt(t.charAt(o),10),this.pattern.push(e),this.totalUnits+=e},e}(Lh);Bt(Dh,{addCheckSum:!0});var Bh=Object.assign,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),Bh(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}(Lh),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),Bh(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,o){this.width=e,this.height=o,this.value=t,this.dataLength=t.length,this.pattern=[],this.patternString=""},e.prototype.prepareValues=function(){var t,e=this.minBaseUnitLength,o=this.minRatio,r=Math.ceil(Math.max(.15*this.width,24)),i=this.maxRatio;if(this.height<r)throw new Error("Insufficient height for Code39 encoding: the current height is "+this.height+"px and the minimum height is "+r+"px.");for(t=this.getBaseUnit(i);t<e&&i>o;)i=parseFloat((i-.1).toFixed(1)),t=this.getBaseUnit(i);if(t<e){var n=Math.ceil(this.getBaseWidth(o)*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}(Nh);Bt(zh,{addCheckSum:!1});var Vh={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,o=this,r=0;r<this.extendedMappings.length;r++)if(e=o.extendedMappings[r].call(o,t)){for(var i=0;i<e.length;i++){var n=e[i];o.addBase(n)}return void(o.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,o,r=this;if(this.specialAsciiCodes[t]){e=[];for(var i=0;i<this.specialAsciiCodes[t].length;i++)e.push(r.characterMap[r.shiftCharacters[3]]),e.push(r.characterMap[r.specialAsciiCodes[t][i]])}else o=6*Math.floor(t/32)+(t-27)%32+64,e=[this.characterMap[this.shiftCharacters[3]],this.characterMap[String.fromCharCode(o)]];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"]},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.initProperties=function(){t.prototype.initProperties.call(this),X(this,Vh,{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}(zh),Uh=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),Uh(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,o){this.value=t,this.width=e,this.height=o,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,o=this._getCheckValues();this.checksum=o.join("");for(var r=0;r<o.length;r++)t=e.characterMap[e._findCharacterByValue(o[r])],e.addPattern(t.pattern)},e.prototype._getCheckValues=function(){var t,e,o=this,r=this.values,i=r.length,n=0;for(e=i-1;e>=0;e--)n+=o.weightedValue(r[e],i-e,o.cCheckSumTotal);for(t=n%this.checkSumMod,n=this.weightedValue(t,1,this.kCheckSumTotal),e=i-1;e>=0;e--)n+=o.weightedValue(r[e],i-e+1,o.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,o){return(e%o||o)*t},e.prototype.addPattern=function(t){for(var e,o=0;o<t.length;o++)e=parseInt(t.charAt(o),10),this.pattern.push(e)},e}(Nh),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.initProperties=function(){t.prototype.initProperties.call(this),X(this,Vh,{name:"Code 93 extended",pushCheckSum:function(){var t,e=this,o=this._getCheckValues();this.checksum=o.join("");for(var r=0;r<o.length;r++)if(t=o[r],e.shiftValuesAsciiCodes[t])e.addExtended(e.shiftValuesAsciiCodes[t]);else{var i=e._findCharacterByValue(t);e.addPattern(e.characterMap[i].pattern)}}})},e}(Fh),Wh=/^\d+$/,Xh=Object.assign,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:"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,o){this.height=o,this.width=e,this.baseHeight=o/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(Wh.test(t)||this.invalidCharacterError(t.match(/[^0-9]/)[0]),!ct(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,o=this,r=0;r<t.length;r++)e=o.height-o.baseHeight*t.charAt(r),o.pattern.push({width:1,y1:e,y2:o.height}),o.pattern.push(1)},e}(Lh),Yh=/^\d+$/,qh=/^[a-z0-9]+$/i,Zh=Object.assign,Qh=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}(D.Class),$h=function(t){function e(e,o){t.call(this,e),this.states=o,this._initMoves(o)}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),X(this,{FNC4:"FNC4",SHIFT:98})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var o=t.charCodeAt(e);return this.isCode(o)},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,o=this.states,r=t.value,i=r.length;if(ct("C",o)){var n=r.substr(t.index).match(/\d{4,}/g);n&&(i=r.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=[],ct(this.FNC4,t)&&this._moves.push(this._moveFNC),ct(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}(Qh),Jh={};Jh.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),Zh(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}($h),Jh.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),Zh(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}($h),Jh.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),Zh(this,{key:"C",MOVE:99,START:105})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var o=au(t,e,4);return(e+4<=t.length||2===t.length)&&Yh.test(o)},e.prototype.move=function(){this.encoding.addPattern(this.MOVE)},e.prototype.pushState=function(t){for(var e;(e=au(t.value,t.index,2))&&Yh.test(e)&&2===e.length;)this.encoding.addPattern(parseInt(e,10)),t.index+=2},e.prototype.getValue=function(t){return t},e}(Qh),Jh.FNC4=function(t){function e(e,o){t.call(this,e),this._initSubStates(o)}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,{key:"FNC4",dependentStates:["A","B"]})},e.prototype.addStart=function(t){var e=t.value.charCodeAt(0)-128,o=this._getSubState(e);this.encoding[o].addStart()},e.prototype.is=function(t,e){var o=t.charCodeAt(e);return this.isCode(o)},e.prototype.isCode=function(t){return 128<=t&&t<256},e.prototype.pushState=function(t){var e,o=this._initSubState(t),r=this.encoding,i=o.value.length;if(t.index+=i,i<3)for(;o.index<i;o.index++)e=o.value.charCodeAt(o.index),o.state=this._getSubState(e),o.previousState!==o.state&&(o.previousState=o.state,r[o.state].move(o)),r.addPattern(r[o.state].MOVE),r.addPattern(r[o.state].getValue(e));else o.state!==o.previousState&&r[o.state].move(o),this._pushStart(o),r.pushData(o,this.subStates),t.index<t.value.length&&this._pushStart(o);t.fnc=!0,t.state=o.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++)ct(t[e],this.dependentStates)&&this.subStates.push(t[e])},e.prototype._getSubState=function(t){for(var e=this,o=0;o<this.subStates.length;o++)if(e.encoding[e.subStates[o]].isCode(t))return e.subStates[o]},e.prototype._getAll=function(t,e){for(var o,r="",i=e;(o=t.charCodeAt(i++))&&this.isCode(o);)r+=String.fromCharCode(o-128);return r},e}(Qh),Jh.FNC1=function(t){function e(e,o){t.call(this,e),this.states=o}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,{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 ct(this.key,this.states)},e.prototype.pushState=function(t){var e,o,r,i=this,n=this.encoding,a=t.value.replace(/\s/g,""),s=new RegExp("["+this.startAI+this.endAI+"]","g"),l=t.index,p={state:this.startState};for(n.addPattern(this.START);;){if(p.index=0,(e=(r=a.charAt(l)===i.startAI?2:0)>0?i.getBySeparator(a,l):i.getByLength(a,l)).ai.length)o=l+r+e.id.length+e.ai.length;else if((o=a.indexOf(i.startAI,l+1))<0){if(l+e.ai.max+e.id.length+r<a.length)throw new Error("Separators are required after variable length identifiers");o=a.length}if(p.value=a.substring(l,o).replace(s,""),i.validate(e,p.value),n.pushData(p,i.dependentStates),o>=a.length)break;l=o,p.state!==i.startState&&(n[i.startState].move(p),p.state=i.startState),e.ai.length||n.addPattern(i.START)}t.index=t.value.length},e.prototype.validate=function(t,e){var o=e.substr(t.id.length),r=t.ai;if(!r.type&&!Yh.test(o))throw new Error("Application identifier "+t.id+" is numeric only but contains non numeric character(s).");if("alphanumeric"===r.type&&!qh.test(o))throw new Error("Application identifier "+t.id+" is alphanumeric only but contains non alphanumeric character(s).");if(r.length&&r.length!==o.length)throw new Error("Application identifier "+t.id+" must be "+r.length+" characters long.");if(r.min&&r.min>o.length)throw new Error("Application identifier "+t.id+" must be at least "+r.min+" characters long.");if(r.max&&r.max<o.length)throw new Error("Application identifier "+t.id+" must be at most "+r.max+" characters long.")},e.prototype.getByLength=function(t,e){for(var o,r,i=2;i<=4;i++)if(o=au(t,e,i),r=this.getApplicationIdentifier(o)||this.getApplicationIdentifier(o.substring(0,o.length-1)))return{id:o,ai:r};this.unsupportedAIError(o)},e.prototype.unsupportedAIError=function(t){throw new Error("'"+t+"' is not a supported Application Identifier")},e.prototype.getBySeparator=function(t,e){var o=t.indexOf(this.startAI,e),r=t.indexOf(this.endAI,o),i=t.substring(o+1,r),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,o=e.multiKey;if(e[t])return e[t];for(var r=0;r<o.length;r++){if(o[r].ids&&ct(t,o[r].ids))return o[r].type;if(o[r].ranges)for(var i=o[r].ranges,n=0;n<i.length;n++)if(i[n][0]<=t&&t<=i[n][1])return o[r].type}},e}(Qh);var tu=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),Zh(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 Jh[t.states[e]](t,t.states)},e.prototype.initValue=function(t,e,o){this.pattern=[],this.value=t,this.width=e,this.height=o,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 o=this;o[t.state].pushState(t),!(t.index>=t.value.length);)if(t.shifted){var r=t.state;t.state=t.previousState,t.previousState=r,t.shifted=!1}else t.previousState=t.state,t.state=o.getNextState(t,e),o[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,o=this.characterMap[t].toString(),r=0;r<o.length;r++)e=parseInt(o.charAt(r),10),this.pattern.push(e),this.totalUnits+=e;this.checkSum+=t*this.position++},e.prototype.getNextState=function(t,e){for(var o=0;o<e.length;o++)if(this[e[o]].is(t.value,t.index))return e[o];this.invalidCharacterError(t.value.charAt(t.index))},e}(Lh),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.initProperties=function(){t.prototype.initProperties.call(this),Zh(this,{name:"Code 128 A",states:["A"]})},e}(tu),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.initProperties=function(){t.prototype.initProperties.call(this),Zh(this,{name:"Code 128 B",states:["B"]})},e}(tu),ru=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:"Code 128 C",states:["C"]})},e}(tu),iu=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:"Code 128",states:["C","B","A","FNC4"]})},e}(tu),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.initProperties=function(){t.prototype.initProperties.call(this),Zh(this,{name:"Code GS1-128",states:["FNC1","C","B"]})},e}(tu);function au(t,e,o){return t.substring(e,e+o)}var su=Object.assign,lu=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),su(this,{characterMap:["12121212","12121221","12122112","12122121","12211212","12211221","12212112","12212121","21121212","21121221"],START:"21",STOP:"121",checkSumType:"",checkSums:fu})},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 o=0;o<e.length;o++)t.checkSumLength++,t.addPattern(t.characterMap[e[o]])},e}(Lh),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.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo10",checkSumType:"Modulo10"})},e}(lu),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.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo11",checkSumType:"Modulo11"})},e}(lu),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.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo10 Modulo10",checkSumType:"Modulo10Modulo10"})},e}(lu),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.prototype.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo11 Modulo10",checkSumType:"Modulo11Modulo10"})},e}(lu),fu={Modulo10:function(t){var e,o,r,i=[0,""],n=t.length%2;for(e=0;e<t.length;e++)i[(e+n)%2]+=parseInt(t.charAt(e),10);for(r=i[0],o=(2*i[1]).toString(),e=0;e<o.length;e++)r+=parseInt(o.charAt(e),10);return[(10-r%10)%10]},Modulo11:function(t){for(var e,o=0,r=t.length,i=0;i<r;i++)o+=(((r-i)%6||6)+1)*t.charAt(i);return 10!=(e=(11-o%11)%11)?[e]:[1,0]},Modulo11Modulo10:function(t){var e,o=this.Modulo11(t);return e=t+o[0],o.concat(this.Modulo10(e))},Modulo10Modulo10:function(t){var e,o=this.Modulo10(t);return e=t+o[0],o.concat(this.Modulo10(e))}},du=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),du(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,o){var r=String(t);if(12!==r.length||/\D/.test(r))throw new Error('The value of the "EAN13" encoding should be 12 symbols');this.pattern=[],this.options.height=o,this.baseUnit=e/(95+this.quietZoneLength),this.value=r,this.checksum=this.calculateChecksum(),this.leftKey=r[0],this.leftPart=r.substr(1,6),this.rightPart=r.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 o=this,r=0;r<t.length;r++)e&&parseInt(o.keyTable[e].charAt(r),10)?o.addPieces(Array.prototype.slice.call(o.characterMap.digits[t.charAt(r)]).reverse(),!0):o.addPieces(o.characterMap.digits[t.charAt(r)],!0)},e.prototype.addPieces=function(t,e){for(var o=this,r=0;r<t.length;r++)e?o.pattern.push({y1:0,y2:.95*o.options.height,width:t[r]}):o.pattern.push(t[r])},e.prototype.calculateChecksum=function(){for(var t=0,e=0,o=this.value.split("").reverse().join(""),r=0;r<o.length;r++)r%2?e+=parseInt(o.charAt(r),10):t+=parseInt(o.charAt(r),10);return(10-(3*t+e)%10)%10},e}(Lh),yu=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),yu(this,{name:"EAN 8"})},e.prototype.initValue=function(t,e,o){if(7!==t.length||/\D/.test(t))throw new Error("Invalid value provided");this.value=t,this.options.height=o,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}(vu),mu={code11:Dh,code39:zh,code39extended:Hh,code93:Fh,code93extended:Gh,code128:iu,code128a:eu,code128b:ou,code128c:ru};function bu(t,e){var o=t.style.display;"canvas"===e&&(t.style.display="block");var r={width:t.clientWidth,height:t.clientHeight};return t.style.display=o,r}mu["gs1-128"]=nu,mu.msimod10=pu,mu.msimod11=cu,mu.msimod1010=hu,mu.msimod1110=uu,mu.postnet=Kh,mu.ean8=gu,mu.ean13=vu;var _u=function(t){function e(e,o,r){void 0===r&&(r=$t),t.call(this),this.options=X({},this.options,o),this.element=e,this.onError=r,this._initElement(),this._initSurface(),this._setOptions(o),o&&xt(o.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(){I(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 D.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,o=this.options,r=o.value,i=o.text,n=$(i.margin),a=this._getSize(),s=o.border||{},l=this.encoding,p=new ie(0,0,a.width,a.height).unpad(s.width).unpad(o.padding),c=p.height(),h=new D.drawing.Group;this.contentBox=p,h.append(this._getBackground(a)),i.visible&&(c-=D.drawing.util.measureText(r,{font:i.font}).height+n.top+n.bottom);try{t=l.encode(r,p.width(),c)}catch(t){return this.onError(t),h}return i.visible&&(e=r,o.checksum&&xt(l.checksum)&&(e+=" "+l.checksum),h.append(this._getText(e))),this.barHeight=c,this._bandsGroup=this._getBands(t.pattern,t.baseUnit),h.append(this._bandsGroup),h},e.prototype.exportVisual=function(){return this._render()},e.prototype._getSize=function(){var t=bu(this.element,this.options.renderAs),e=new D.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(!xt(t))return this.options.value;this.options.value=String(t),this.redraw()},e.prototype._getBands=function(t,e){for(var o,r,i=this.contentBox,n=i.x1,a=new D.drawing.Group,s=0;s<t.length;s++){if(o=(r=K(t[s])?t[s]:{width:t[s],y1:0,y2:this.barHeight}).width*e,s%2){var l=D.geometry.Rect.fromPoints(new D.geometry.Point(n,r.y1+i.y1),new D.geometry.Point(n+o,r.y2+i.y1)),p=D.drawing.Path.fromRect(l,{fill:{color:this.options.color},stroke:null});a.append(p)}n+=o}return a},e.prototype._getBackground=function(t){var e=this.options,o=e.border||{},r=new ie(0,0,t.width,t.height).unpad(o.width/2);return D.drawing.Path.fromRect(r.toRect(),{fill:{color:e.background},stroke:{color:o.width?o.color:"",width:o.width,dashType:o.dashType}})},e.prototype._getText=function(t){var e=this.options.text,o=this._textbox=new Ee(t,{font:e.font,color:e.color,align:"center",vAlign:"bottom",margin:e.margin});return o.reflow(this.contentBox),o.renderVisual(),o.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),!mu[this.type])throw new Error("Encoding '"+this.type+"' is not supported.");this.encoding=new mu[this.type],this.options=X({},this.options,t)},e}(D.Class);Bt(_u,{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 xu=_u;var wu={width:500,height:100};const Cu=function(t,e){if(void 0===e&&(e=wu),!t)throw new Error("Please specify barcode type to validate.");var o=t.toLowerCase(),r="";if("upca"===o?(o="ean13",r="0"):"upce"===o&&(o="ean8",r="0"),!mu[o])throw new Error("Encoding '"+t+"' is not supported.");return function(t,e,o){return function(r){try{t.encode(o+r,e.width,e.height)}catch(t){return{valid:!1,error:t}}return{valid:!0}}}(new mu[o],e,r)};var Ou=Object.assign;function Su(t,e){for(var o=[],r=0;r<t.length;)o.push(t.substring(r,r+e)),r+=e;return o}function Pu(t,e){var o=Number(t).toString(2);return o.length<e&&(o=new Array(e-o.length+1).join(0)+o),o}function Au(t){return parseInt(t,2)}var ku=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}(D.Class),Tu=function(t){function e(e,o){t.call(this),this.dataString=e,this.version=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(D.Class),ju=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 o=function(t){var e,o=[],r=0,i=t;for(o.push(yf(i,of,rf,nf,e)),e=o[0].mode,i=i.substr(o[0].modeString.length);i.length>0;){var n=yf(i,af,sf,lf,e);n.mode!==e?(e=n.mode,o.push(n),r++):o[r].modeString+=n.modeString,i=i.substr(n.modeString.length)}return o}(t),r=function(t){for(var e=0,o=0;o<t.length;o++)e+=Ru[t[o].mode].getStringBitsLength(t[o].modeString.length);return Math.ceil(e/8)}(o),i=gf(r,e),n=function(t,e){for(var o="",r=0;r<t.length;r++)o+=Ru[t[r].mode].encode(t[r].modeString,e);return o}(o,i);return new Tu(n,i)},e}(D.Class),Eu=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(){Ou(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+Pu(t,this.getBitsCharacterCount(e))},e.prototype.encode=function(){},e.prototype.getStringBitsLength=function(){},e.prototype.getValue=function(){},e}(D.Class),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.initProperties=function(){t.prototype.initProperties.call(this),Ou(this,{bitsInCharacterCount:[10,12,14],modeIndicator:"0001"})},e.prototype.getValue=function(t){return parseInt(t,10)},e.prototype.encode=function(t,e){var o,r=Su(t,3),i=this.getModeCountString(t.length,e);for(o=0;o<r.length-1;o++)i+=Pu(r[o],10);return i+Pu(r[o],1+3*r[o].length)},e.prototype.getStringBitsLength=function(t,e){var o=t%3;return 4+this.getBitsCharacterCount(e)+10*Math.floor(t/3)+3*o+(0===o?0:1)},e}(Eu),Iu=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),Ou(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 o,r=Su(t,2),i=this.getModeCountString(t.length,e);for(o=0;o<r.length-1;o++)i+=Pu(45*this.getValue(r[o].charAt(0))+this.getValue(r[o].charAt(1)),11);return i+Pu(2===r[o].length?45*this.getValue(r[o].charAt(0))+this.getValue(r[o].charAt(1)):this.getValue(r[o].charAt(0)),1+5*r[o].length)},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+11*Math.floor(t/2)+t%2*6},e}(Eu),Lu=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),Ou(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 o=this.getModeCountString(t.length,e),r=0;r<t.length;r++)o+=Pu(this.getValue(t.charAt(r)),8);return o},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+8*t},e}(Eu),Ru={};Ru.numeric=new Mu,Ru.alphanumeric=new Iu,Ru.byte=new Lu;var Du=function(t){function e(){t.call(this),this.initProperties(),this.mode=Ru[this.encodingMode]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){Ou(this,{encodingMode:"byte",utfBOM:"111011111011101110111111",initialModeCountStringLength:20,ranges:[128,2048,65536,2097152,67108864]})},e.prototype.getEncodingResult=function(t,e){var o=this.encode(t),r=gf(this.getDataCodewordsCount(o),e),i=this.mode.getModeCountString(o.length/8,r)+o;return new Tu(i,r)},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,o=0;o<t.length;o++)e+=this.encodeCharacter(t.charCodeAt(o));return e},e.prototype.encodeCharacter=function(t){var e=this.getBytesCount(t),o=e-1,r="";if(1===e)r=Pu(t,8);else{for(var i=8-e,n=0;n<o;n++)r=Pu(t>>6*n&63|128,8)+r;r=(t>>6*o|255>>i<<i).toString(2)+r}return r},e.prototype.getBytesCount=function(t){for(var e=this.ranges,o=0;o<e.length;o++)if(t<e[o])return o+1},e}(D.Class),Bu=[{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}}],Nu="0000",zu="numeric",Vu="alphanumeric",Hu="byte",Uu={1:0},Fu={0:1},Gu={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},Wu=[1,0,1,1,1],Xu=[1,0,1],Ku={L:"01",M:"00",Q:"11",H:"10"},Yu=["11101100","00010001"],qu=93,Zu=[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}],Qu=/^\d+/,$u="A-Z0-9 $%*+./:-",Ju=new RegExp("^[A-Z $%*+./:-]+"),tf=new RegExp("^["+$u+"]+"),ef=new RegExp("^[^"+$u+"]+"),of=8,rf=5,nf=8,af=17,sf=9,lf=16,pf=[[1,0],[1,25,0]];function cf(t,e,o,r){for(var i=0;i<t.length;i++)t[i][o][r]=e}function hf(t,e,o,r){for(var i=0;i<Zu.length;i++)t[i][o][r]=Zu[i](o,r)?1^e:parseInt(e,10)}function uf(t,e){for(var o=[],r=t.length-2;r>=0;r--)o[r]=t[r]^e[r];return o}function ff(t,e){for(var o=[],r=0;r<t.length;r++)for(var i=0;i<e.length;i++)void 0===o[r+i]?o[r+i]=(t[r]+(e[i]>=0?e[i]:0))%255:o[r+i]=Uu[Fu[o[r+i]]^Fu[(t[r]+e[i])%255]];return o}function df(t,e){var o=[],r=t.length-1;do{o[r]=Fu[(t[r]+e)%255],r--}while(void 0!==t[r]);return o}function vf(t,e){var o,r,i=pf[e-1],n=new Array(e).concat(t),a=new Array(n.length-i.length).concat(i),s=t.length,l=[];for(r=0;r<s;r++)o=df(a,Uu[n[n.length-1]]),a.splice(0,1),n=uf(o,n);for(r=n.length-1;r>=0;r--)l[e-1-r]=Pu(n[r],8);return l}function yf(t,e,o,r,i){var n,a,s=Qu.exec(t),l=s?s[0]:"",p=Ju.exec(t),c=p?p[0]:"",h=tf.exec(t),u=h?h[0]:"";return l&&(l.length>=e||t.length===l.length||l.length>=o&&!tf.test(t.charAt(l.length)))?(n=zu,a=l):u&&(t.length===u.length||u.length>=r||i===Vu)?(n=Vu,a=l||c):(n=Hu,a=u?u+ef.exec(t.substring(u.length))[0]:ef.exec(t)[0]),{mode:n,modeString:a}}function gf(t,e){var o=0,r=Bu.length-1,i=Math.floor(Bu.length/2);do{t<Bu[i][e].totalDataCodewords?r=i:o=i,i=o+Math.floor((r-o)/2)}while(r-o>1);return t<=Bu[o][e].totalDataCodewords?i+1:r+1}function mf(t,e,o){var r=Au(e),i=e.length-1,n=t<<i,a=Pu(t,o-i),s=function(t,e){var o=e.toString(2).length,r=t.toString(2).length,i=t;do{r=(i^=e<<r-o).toString(2).length}while(r>=o);return i}(n,r);return a+Pu(s,i)}function bf(t,e){return parseInt(t.charAt(e),10)}function _f(t,e){var o,r,i=t[0],n=0,a=e.length;for(o=0,r=8;o<=8;o++)6!==o&&cf(t,bf(e,a-1-n++),o,r);for(o=8,r=7;r>=0;r--)6!==r&&cf(t,bf(e,a-1-n++),o,r);for(n=0,r=i.length-1,o=8;r>=i.length-8;r--)cf(t,bf(e,a-1-n++),o,r);for(cf(t,1,i.length-8,8),o=i.length-7,r=8;o<i.length;o++)cf(t,bf(e,a-1-n++),o,r)}function xf(t,e){for(var o,r,i,n=t[0].length,a=n-11,s=n-11,l=0;l<e.length;l++)o=Math.floor(l/3),r=l%3,cf(t,i=bf(e,e.length-l-1),0+o,a+r),cf(t,i,s+r,0+o)}function wf(t,e,o,r){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++)cf(t,i=e[s],o+l,r+s),cf(t,i,o+s,r+l),cf(t,i,o+a-l,r+a-s),cf(t,i,o+a-s,r+a-l)}function Cf(t,e,o,r){var i=o,n=r,a=t[0];do{cf(t,0,i,r),cf(t,0,o,n),i+=e[0],n+=e[1]}while(i>=0&&i<a.length)}function Of(t,e,o,r,i){e[t][r]=(e[t][r]<<1^i)%128,e[t][r]===qu&&(o[t]+=40)}function Sf(t,e,o,r,i,n){o[t][n]===r?i[t][n]++:(o[t][n]=r,i[t][n]>=5&&(e[t]+=3+i[t][n]-5),i[t][n]=1)}function Pf(t,e){var o=Math.floor(t/e*100),r=o%5,i=Math.abs(o-r-50),n=Math.abs(o+5-r-50);return 10*Math.min(i/5,n/5)}function Af(t,e,o){var r=function(t){return t&&t.toLowerCase().indexOf("utf_8")>=0?new Du:new ju}(o),i=r.getEncodingResult(t,e),n=i.version,a=Bu[n-1][e],s=function(t,e){for(var o,r,i,n,a,s=0,l=[],p=[],c=e.groups,h=0;h<c.length;h++){i=c[h][0];for(var u=0;u<i;u++){r=c[h][1],o=[],n=[];for(var f=1;f<=r;f++)a=t.substring(s,s+8),o.push(a),n[r-f]=Au(a),s+=8;l.push(o),p.push(vf(n,e.errorCodewordsPerBlock))}}return[l,p]}(function(t,e){for(var o=8*e,r=0,i=0,n=t;n.length<o&&r<4;)n+=Nu.charAt(r++);for(n.length%8!=0&&(n+=new Array(9-n.length%8).join("0"));n.length<o;)n+=Yu[i],i^=1;return n}(i.dataString,a.totalDataCodewords),a),l=function(t){for(var e=[],o=17+4*t,r=0;r<Zu.length;r++){e[r]=new Array(o);for(var i=0;i<o;i++)e[r][i]=new Array(o)}return e}(n);!function(t){var e=t[0].length;wf(t,Wu,0,0),Cf(t,[-1,-1],7,7),wf(t,Wu,e-7,0),Cf(t,[1,-1],e-8,7),wf(t,Wu,0,e-7),Cf(t,[-1,1],7,e-8)}(l),function(t,e){if(!(e<2)){var o,r,i=t[0],n=i.length,a=Math.floor(e/7),s=[6],l=0;for((o=Gu[e])?r=(n-13-o)/a:o=r=(n-13)/(a+1),s.push(s[l++]+o);s[l]+r<n;)s.push(s[l++]+r);for(var p=0;p<s.length;p++)for(var c=0;c<s.length;c++)void 0===i[s[p]][s[c]]&&wf(t,Xu,s[p]-2,s[c]-2)}}(l,n),function(t){for(var e=1,o=t[0].length,r=8;r<o-8;r++)cf(t,e,6,r),cf(t,e,r,6),e^=1}(l),n>=7&&xf(l,Pu(0,18)),_f(l,Pu(0,15)),function(t,e){for(var o,r,i,n=new ku(t[0]),a=0;a<e.length;a++)for(o=e[a],r=0;o.length>0;){for(var s=0;s<o.length;s++)for(var l=0;l<8;l++)i=n.getNextCell(),hf(t,o[s][r].charAt(l),i.row,i.column);for(r++;o[0]&&r===o[0].length;)o.splice(0,1)}for(;i=n.getNextRemainderCell();)hf(t,0,i.row,i.column)}(l,s);var p=function(t){var e,o,r=[],i=[],n=[],a=[],s=[],l=t[0].length;for(o=0;o<t.length;o++)r[o]=0,n[o]=0,s[o]=[0,0],a[o]=[0,0],i[o]=[];for(var p=0;p<l;p++)for(var c=0;c<l;c++)for(var h=0;h<t.length;h++)e=t[h],n[h]+=parseInt(e[p][c],10),i[h][0]===e[p][c]&&p+1<l&&c-1>=0&&e[p+1][c]===i[h][0]&&e[p+1][c-1]===i[h][0]&&(r[h]+=3),Of(h,a,r,0,e[p][c]),Of(h,a,r,1,e[c][p]),Sf(h,r,i,e[p][c],s,0),Sf(h,r,i,e[c][p],s,1);var u,f=l*l,d=Number.MAX_VALUE;for(o=0;o<r.length;o++)r[o]+=Pf(n[o],f),r[o]<d&&(d=r[o],u=o);return u}(l),c=l[p];return n>=7&&xf([c],function(t){return mf(t,"1111100100101",18)}(n)),_f([c],function(t){var e,o="";if(0===Au(t))return"101010000010010";e=mf(Au(t),"10100110111",15);for(var r=0;r<e.length;r++)o+=e.charAt(r)^"101010000010010".charAt(r);return o}(Ku[e]+Pu(p,3))),c}!function(){var t,e;for(e=1;e<255;e++)(t=2*Fu[e-1])>255&&(t^=285),Fu[e]=t,Uu[t]=e;t=2*Fu[e-1]^285,Fu[e]=t,Fu[-1]=0}(),function(){for(var t=2;t<=68;t++){var e=pf[t-1],o=[t,0];pf[t]=ff(e,o)}}();var kf=Math.round,Tf=[[0,1],[1,1],[1,2],[2,2],[2,1],[3,1],[3,0],[2,0],[2,-1],[1,-1],[1,0]],jf=[[0,1],[1,1],[1,0]],Ef=function(t){function e(e,o,r){void 0===r&&(r=$t),t.call(this),this.options=X({},this.options,o),this.element=e,this.wrapper=this.element,this.onError=r,this._initElement(),this._initSurface(),this.setOptions(o)}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(){I(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 D.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,o=t.clientHeight,r={width:0,height:0};return e>0&&(r.width=e),o&&(r.height=o),r},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,o,r,i,n=this._value,a=this.options.border||{},s=this.options.padding||0,l=a.width||0;a.width=l;var p=new D.drawing.Group;try{n&&(o=Af(n,this.options.errorCorrection,this.options.encoding),i=(r=this._getSize())-2*(l+s),t=this._calculateBaseUnit(i,o.length),e=l+s+(i-o.length*t)/2,p.append(this._renderBackground(r,a)),p.append(this._renderMatrix(o,t,e)),this._hasCustomLogo()?p.append(this._renderLogo(r,t)):this._isSwiss()&&p.append(this._renderSwissCode(r,t)))}catch(t){this.onError(t)}return p},e.prototype._renderLogo=function(t,e){var o,r=kf(t/2),i=this._getLogoSize(7*e),n=this.options.overlay.imageUrl,a={x:r-i.width/2,y:r-i.height/2};return o=new D.geometry.Rect(new D.geometry.Point(a.x,a.y),new D.geometry.Size(i.width,i.height)),new D.drawing.Image(n,o)},e.prototype._renderSwissCode=function(t,e){var o=this._getLogoSize(7*e),r=(o=Math.max(o.width,o.height))/4,i=r/2,n=t/2,a={},s=new D.drawing.Group;return a.x=a.y=Math.ceil(n-e-o/2),s.append(this._renderShape(a,Math.ceil(o+2*e),jf,"#fff")),a.x=a.y=n-o/2,s.append(this._renderShape(a,o,jf,this.options.color)),a.x=n+i-o/2,a.y=n+i+r-o/2,s.append(this._renderShape(a,r,Tf,"#fff")),s},e.prototype._renderShape=function(t,e,o,r){var i=new D.drawing.MultiPath({fill:{color:r},stroke:null});i.moveTo(t.x,t.y);for(var n=0;n<o.length;n++)i.lineTo(t.x+e*o[n][0],t.y+e*o[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=bu(this.element,this.options.renderAs),o=Math.min(e.width,e.height);t=o>0?o:200}return t},e.prototype._calculateBaseUnit=function(t,e){var o=Math.floor(t/e);if(o<1){var r=Math.ceil(1*e);this.onError(new Error("Insufficient size for QR Code: the current size is "+t+"px and the minimum size is "+r+"px."))}else o*e>=t&&o-1>=1&&o--;return o},e.prototype._renderMatrix=function(t,e,o){for(var r=new D.drawing.MultiPath({fill:{color:this.options.color},stroke:null}),i=0;i<t.length;i++)for(var n=o+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=kf(o+s*e),p=kf(n),c=kf(o+a*e),h=kf(n+e);r.moveTo(l,p).lineTo(l,h).lineTo(c,h).lineTo(c,p).close()}}return r},e.prototype._renderBackground=function(t,e){var o=new ie(0,0,t,t).unpad(e.width/2);return D.drawing.Path.fromRect(o.toRect(),{fill:{color:this.options.background},stroke:{color:e.color,width:e.width}})},e.prototype.setOptions=function(t){var e=t||{};this.options=Ou(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,o=this.options.overlay.height;return e||o?e&&!o?o=e:!e&&o&&(e=o):e=o=t,{width:e,height:o}},e}(D.Class);Bt(Ef,{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 Mf=Ef,If=function(t){return void 0===t&&(t="ISO_8859_1"),function(e){try{Af(e,"L",t)}catch(t){return{valid:!1,error:t}}return{valid:!0}}};var Lf={WGS84:{a:6378137,b:6356752.314245179,f:.0033528106647474805,e:.08181919084262149}};function Rf(t){return t*t}var Df=Math,Bf=Df.abs,Nf=Df.atan,zf=Df.atan2,Vf=Df.cos,Hf=Df.sin,Uf=Df.tan,Ff=function(t){function e(e,o){t.call(this),this.initProperties(),1===arguments.length?(this.lat=e[0],this.lng=e[1]):(this.lat=e,this.lng=o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){X(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=Mt(this.lng,t),this.lat=Mt(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,o,r){var i=Et(o),n=r||Lf.WGS84,a=Et(this.lat),s=Et(this.lng),l=t/n.a,p=Df.asin(Hf(a)*Vf(l)+Vf(a)*Hf(l)*Vf(i)),c=s+zf(Hf(i)*Hf(l)*Vf(a),Vf(l)-Hf(a)*Hf(p));return new e(wt(p),wt(c))},e.prototype.greatCircleTo=function(t,o){var r=e.create(r),i=o||Lf.WGS84;if(!r||this.clone().round(8).equals(r.clone().round(8)))return{distance:0,azimuthFrom:0,azimuthTo:0};for(var n,a,s,l,p,c,h,u,f=i.a,d=i.b,v=i.f,y=Et(r.lng-this.lng),g=Nf((1-v)*Uf(Et(this.lat))),m=Hf(g),b=Vf(g),_=Nf((1-v)*Uf(Et(r.lat))),x=Hf(_),w=Vf(_),C=y,O=this.DISTANCE_ITERATIONS,S=!1;!S&&O-- >0;){a=Hf(C),s=Vf(C),l=Df.sqrt(Rf(w*a)+Rf(b*x-m*w*s)),u=zf(l,c=m*x+b*w*s);var P=b*w*a/l;h=0,0!=(p=1-Rf(P))&&(h=c-2*m*x/p),n=C;var A=v/16*p*(4+v*(4-3*p));C=y+(1-A)*v*P*(u+A*l*(h+A*c*(2*Rf(h)-1))),S=Bf(C-n)<=this.DISTANCE_CONVERGENCE}var k=p*(Rf(f)-Rf(d))/Rf(d),T=1+k/16384*(4096+k*(k*(320-175*k)-768)),j=k/1024*(256+k*(k*(74-47*k)-128)),E=j*l*(h+j/4*(c*(2*Rf(h)-1)-j/6*h*(4*Rf(l)-3)*(4*Rf(h)-3))),M=zf(w*a,b*x-m*w*s),I=zf(b*a,-m*w+b*x*s);return{distance:Mt(d*T*(u-E),this.DISTANCE_PRECISION),azimuthFrom:wt(M),azimuthTo:wt(I)}},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,o){if(xt(t))return t instanceof e?t.clone():1===arguments.length&&2===t.length?e.fromLatLng(t):new e(t,o)},e}(D.Class),Gf=Math,Wf=Gf.atan,Xf=Gf.exp,Kf=Gf.pow,Yf=Gf.sin,qf=Gf.log,Zf=Gf.tan,Qf=D.geometry.Point,$f=Gf.PI,Jf=$f/2,td=$f/4,ed=$f/180,od=Lf.WGS84,rd=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=X({},this.options,t)},e.prototype.initProperties=function(){X(this,{MAX_LNG:180,MAX_LAT:85.0840590501,INVERSE_ITERATIONS:15,INVERSE_CONVERGENCE:1e-12})},e.prototype.forward=function(t,e){var o=this,r=o.options,i=r.datum.a,n=r.centralMeridian,a=Tt(t.lat,-o.MAX_LAT,o.MAX_LAT),s=e?Tt(t.lng,-o.MAX_LNG,o.MAX_LNG):t.lng,l=Et(s-n)*i,p=o._projectLat(a);return new Qf(l,p)},e.prototype._projectLat=function(t){var e=this.options.datum,o=e.e,r=e.a,i=Et(t),n=Zf(td+i/2),a=o*Yf(i),s=Kf((1-a)/(1+a),o/2);return r*qf(n*s)},e.prototype.inverse=function(t,e){var o=this,r=o.options,i=r.datum.a,n=r.centralMeridian,a=t.x/(ed*i)+n,s=Tt(o._inverseY(t.y),-o.MAX_LAT,o.MAX_LAT);return e&&(a=Tt(a,-o.MAX_LNG,o.MAX_LNG)),new Ff(s,a)},e.prototype._inverseY=function(t){var e,o=this,r=o.options.datum,i=r.a,n=r.e,a=n/2,s=Xf(-t/i),l=Jf-2*Wf(s);for(e=0;e<=o.INVERSE_ITERATIONS;e++){var p=n*Yf(l),c=Kf((1-p)/(1+p),a),h=Jf-2*Wf(s*c)-l;if(l+=h,Gf.abs(h)<=o.INVERSE_CONVERGENCE)break}return wt(l)},e}(D.Class);Bt(rd,{centralMeridian:0,datum:od});var id=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),X(this,{MAX_LAT:85.0511287798})},e.prototype._projectLat=function(t){var e=this.options.datum.a,o=Et(t),r=Zf(td+o/2);return e*qf(r)},e.prototype._inverseY=function(t){var e=this.options.datum.a,o=Xf(-t/e);return wt(Jf-2*Wf(o))},e}(rd),nd=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 Qf(t.lng,t.lat)},e.prototype.inverse=function(t){return new Ff(t.y,t.x)},e}(D.Class),ad=function(t){function e(){t.call(this);var e=this._proj=new id,o=this.c=2*$f*e.options.datum.a;this._tm=D.geometry.transform().translate(.5,.5).scale(1/o,-1/o),this._itm=D.geometry.transform().scale(o,-o).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,o){return this._proj.forward(t,o).transform(this._tm).scale(e||1)},e.prototype.toLocation=function(t,e,o){var r=t.clone().scale(1/(e||1)).transform(this._itm);return this._proj.inverse(r,o)},e}(D.Class),sd=(function(t){function e(){t.call(this),this._proj=new rd}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)}}(D.Class),function(t){function e(){t.call(this),this._proj=new nd}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)}}(D.Class),Object.defineProperty),ld=(Object.assign,function(t){var e=document.createElement("div");return e.innerHTML=t,e.firstChild}),pd=function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},cd=function(t,e){e.insertBefore(t,e.firstChild)},hd=function(t){return t.replace(/([a-z][A-Z])/g,(function(t){return t.charAt(0)+"-"+t.charAt(1).toLowerCase()}))},ud=function(t){return t&&String(t).endsWith("px")?t:String(t)+"px"},fd=function(t){var e,o=!1,r=[],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)&&(r=t.match(i[l]))){if("windows"===l&&"plugins"in navigator)return!1;(o={}).device=l,o.tablet=dd(l,a,!1),o.browser=dd(t,s,"default"),o.name=dd(l,n),o[o.name]=!0,o.majorVersion=r[2],o.minorVersion=(r[3]||"0").replace("_","."),e=o.minorVersion.replace(".","").substr(0,2),o.flatVersion=o.majorVersion+e+new Array(3-(e.length<3?e.length:2)).join("0");break}return o};function dd(t,e,o){for(var r in e)if(e.hasOwnProperty(r)&&e[r].test(t))return r;return void 0!==o?o:t}var vd=function(){var t={down:"touchstart mousedown",move:"mousemove touchmove",up:"mouseup touchend touchcancel",cancel:"mouseleave touchcancel"},e=yd();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},yd=function(){var t=fd(navigator.userAgent),e=function(t){var e=!1,o=[],r={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 r)if(r.hasOwnProperty(i)&&(o=t.match(r[i]))){(e={})[i]=!0,e[o[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,e.version=parseInt(document.documentMode||o[2],10);break}return e}(navigator.userAgent),o=e.chrome,r=e.crios,i=e.mozilla,n=e.safari,a={};a.mobileOS=t,a.touch="ontouchstart"in window,a.pointers=!o&&!r&&!i&&!n&&window.PointerEvent,a.msPointers=!o&&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,p=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 o=t.toLowerCase();return p={css:"ms"!==o?"-"+o+"-":"",prefix:t,event:"o"===o||"webkit"===o?o:""},e&&((l=p).event=l.event?l.event+"TransitionEnd":"transitionend"),!1}})),s=null,a.transforms=p,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},gd=function(t,e){return t.bind(e)},md=function(t,e,o,r,i){bd(t,e,o,r,i)},bd=function(t,e,o,r,i){(M(e)?e:(e||"").split(" ")).forEach((function(e){_d(t,e,o,r,i)}))},_d=function(t,e,o,r,i){var n,a=r;o&&U(o)&&!r?a=o:o&&"string"==typeof o&&U(a)&&(n=o),t.addEventListener(e,(function(e){var o=e.target?e.target.closest(n):null;if(!n||n&&e.target&&o){var r=n?o:e.currentTarget;sd(e,"currentTarget",{value:r}),sd(e,"delegateTarget",{value:t}),a(e)}}),Boolean(i))},xd=function(t,e,o,r,i){wd(t,e,o,r,i)},wd=function(t,e,o,r){(M(e)?e:(e||"").split(" ")).forEach((function(e){Cd(t,e,o,r)}))},Cd=function(t,e,o,r){t.removeEventListener(e,o,Boolean(r))},Od=function(t){var e=vd(navigator.userAgent);return t.replace(/([^ ]+)/g,(function(t){return e[t]||t}))},Sd=function(t,e){var o=t.prototype;o.events?e.forEach((function(t){o.events.indexOf(t)<0&&o.events.push(t)})):o.events=e},Pd=function(){return Number(new Date)},Ad=function(){},kd=function(t){var e=[];if(t)for(var o=hd(t).split("-"),r=0;r<o.length;r++)e.push("k-pos-"+o[r]);return e.join(" ")},Td="string",jd="function",Ed=function(){this._defaultPrevented=!0},Md=function(){return!0===this._defaultPrevented},Id=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,o){var r,i,n,a,s=this,l=typeof t===Td?[t]:t||[],p=typeof e===jd;if(void 0===e){for(r in t)s.bind(r,t[r]);return s}var c=function(){var t=l[r];(a=p?e:e[t])&&(o&&(n=a,a=function(){s.unbind(t,a),n.apply(s,arguments)},a.original=n),(s._events[t]=s._events[t]||[]).push(a))};for(r=0,i=l.length;r<i;r++)c();return s},e.prototype.one=function(t,e){return this.bind(t,e,!0)},e.prototype.first=function(t,e){var o,r,i,n=this,a=typeof t===Td?[t]:t,s=typeof e===jd;for(o=0,r=a.length;o<r;o++){var l=a[o];(i=s?e:e[l])&&(n._events[l]=n._events[l]||[]).unshift(i)}return n},e.prototype.trigger=function(t,e){var o,r,i=this,n=i._events[t];if(n){var a=e||{};for(a.sender=i,a._defaultPrevented=!1,a.preventDefault=Ed,a.isDefaultPrevented=Md,o=0,r=(n=n.slice()).length;o<r;o++)n[o].call(i,a);return!0===a._defaultPrevented}return!1},e.prototype.unbind=function(t,e){var o,r=this,i=r._events[t];if(void 0===t)r._events={};else if(i)if(e)for(o=i.length-1;o>=0;o--)i[o]!==e&&i[o].original!==e||i.splice(o,1);else r._events[t]=[];return r},e.prototype._setEvents=function(t){for(var e=this,o=(this.events||[]).length,r=0;r<o;r++){var i=e.events[r];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}(D.Class),Ld=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o),this.items=[],I(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=X({},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;xt(t)&&("string"==typeof t&&(e={text:t}),this.items.push(e),this._render())},e.prototype.remove=function(t){for(var e=[],o=0;o<this.items.length;o++){var r=this.items[o];r.text!==t&&e.push(r)}this.items=e,this._render()},e.prototype.clear=function(){this.items=[],pd(this.element)},e.prototype._render=function(){for(var t=[],e=0;e<this.items.length;e++){var o=this.items[e],r=this._itemText(o);""!==r&&t.push(r)}t.length>0?(pd(this.element),function(t,e){var o=document.createElement("div");for(o.innerHTML=t;o.childNodes.length>0;)e.appendChild(o.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="",o=this._inZoomLevel(t.minZoom,t.maxZoom),r=this._inArea(t.extent);return o&&r&&(e+=t.text),e},e.prototype._inZoomLevel=function(t,e){var o=Lt(t,-Number.MAX_VALUE),r=Lt(e,Number.MAX_VALUE);return this._zoom>o&&this._zoom<r},e.prototype._inArea=function(t){var e=!0;return t&&(e=t.contains(this._extent)),e},e}(Id);Bt(Ld,{name:"Attribution",separator:"&nbsp;|&nbsp;"});var Rd={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 Dd(t){var e='<button class="k-button k-button-square k-rounded-full k-button-flat k-button-flat-base k-icon-button '+Rd[t].className+'" aria-label="move '+t+'"><span class="k-icon '+Rd[t].iconClass+'" /></button>';return ld(e)}var Bd=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o);var r=Dd("up"),i=Dd("right"),n=Dd("down"),a=Dd("left");this.element.appendChild(r),this.element.appendChild(i),this.element.appendChild(n),this.element.appendChild(a),I(this.element,"k-widget k-navigator"),md(this.element,"click",".k-button",gd(this._click,this));var s=this.element.parentNode.closest("[data-role]");this._keyroot=s||this.element,this._tabindex(this._keyroot),this._keydownHandler=gd(this._keydown,this),md(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,o=this.element,r="tabindex",i=e.getAttribute(r)||o.getAttribute(r);o.removeAttribute(r),e.setAttribute(r,isNaN(i)?0:i)},e.prototype._initOptions=function(t){this.options=X({},this.options,t)},e.prototype._pan=function(t,e){var o=this.options.panStep;this.trigger("pan",{x:t*o,y:e*o})},e.prototype._click=function(t){var e=0,o=0,r=t.currentTarget;r.matches(".k-navigator-n")?o=1:r.matches(".k-navigator-s")?o=-1:r.matches(".k-navigator-e")?e=1:r.matches(".k-navigator-w")&&(e=-1),this._pan(e,o),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case Jt.UP:this._pan(0,1),t.preventDefault();break;case Jt.DOWN:this._pan(0,-1),t.preventDefault();break;case Jt.RIGHT:this._pan(1,0),t.preventDefault();break;case Jt.LEFT:this._pan(-1,0),t.preventDefault()}},e}(Id);function Nd(t,e){return ld('<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+'"><span class="k-icon '+e+'"></span></button>')}Bt(Bd,{name:"Navigator",panStep:1}),Sd(Bd,["pan"]);var zd="change",Vd=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o);var r=Nd("in","k-i-plus"),i=Nd("out","k-i-minus");this.element.appendChild(r),this.element.appendChild(i),I(this.element,"k-widget k-zoom-control k-button-group k-group-horizontal"),this._clickHandler=this._click.bind(this),md(this.element,"click",".k-button",this._clickHandler);var n=this.element.parentNode.closest("[data-role]");this._keyroot=n||this.element,this._tabindex(this._keyroot),this._keydownHandler=this._keydown.bind(this),md(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,o=this.element,r="tabindex",i=e.getAttribute(r)||o.getAttribute(r);o.removeAttribute(r),e.setAttribute(r,isNaN(i)?0:i)},e.prototype._initOptions=function(t){this.options=X({},this.options,t)},e.prototype._change=function(t){var e=this.options.zoomStep;this.trigger(zd,{delta:t*e})},e.prototype._click=function(t){var e=1;st(t.currentTarget,"k-zoom-out")&&(e=-1),this._change(e),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case Jt.NUMPAD_PLUS:case 187:case 61:this._change(1);break;case Jt.NUMPAD_MINUS:case 189:case 173:this._change(-1)}},e}(Id);Bt(Vd,{name:"ZoomControl",zoomStep:1}),Sd(Vd,[zd]);var Hd=Math,Ud=Hd.max,Fd=Hd.min,Gd=function(t){function e(e,o){t.call(this);var r=Ff.create(e),i=Ff.create(o);r.lng+180>i.lng+180&&r.lat+90<i.lat+90?(this.se=r,this.nw=i):(this.se=i,this.nw=r)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={World:{configurable:!0}};return e.prototype.contains=function(t){var e=this.nw,o=this.se,r=Lt(t.lng,t[1]),i=Lt(t.lat,t[0]);return t&&r+180>=e.lng+180&&r+180<=o.lng+180&&i+90>=o.lat+90&&i+90<=e.lat+90},e.prototype.center=function(){var t=this.nw,e=this.se,o=t.lng+(e.lng-t.lng)/2,r=t.lat+(e.lat-t.lat)/2;return new Ff(r,o)},e.prototype.containsAny=function(t){for(var e=!1,o=0;o<t.length;o++)e=e||this.contains(t[o]);return e},e.prototype.include=function(t){var e=this.nw,o=this.se,r=Lt(t.lng,t[1]),i=Lt(t.lat,t[0]);e.lng=Fd(e.lng,r),e.lat=Ud(e.lat,i),o.lng=Ud(o.lng,r),o.lat=Fd(o.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 Ff(t.lat,e.lng),se:this.se,sw:new Ff(e.lat,t.lng)}},e.prototype.toArray=function(){var t=this.nw,e=this.se;return[t,new Ff(t.lat,e.lng),e,new Ff(e.lat,t.lng)]},e.prototype.overlaps=function(t){return this.containsAny(t.toArray())||t.containsAny(this.toArray())},e.create=function(t,o){return t instanceof e?t:t&&o?new e(t,o):t&&4===t.length&&!o?new e([t[0],t[1]],[t[2],t[3]]):void 0},o.World.get=function(){return new e([90,-180],[-90,180])},Object.defineProperties(e,o),e}(D.Class),Wd="centerChange",Xd=function(t){function e(e,o){t.call(this),this.widgetService=e,this.options=X({},this.options,o),this.offset={x:0,y:0}}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={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},o.anchor.get=function(){return this._anchor},o.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,o),e}(D.Class);Bt(Xd,{border:{width:1},opacity:1});var Kd=function(t){function e(e,o){t.call(this),this.support=yd(),this._initOptions(o),this.map=e;var r=document.createElement("div");I(r,"k-layer"),r.style.zIndex=this.options.zIndex,r.style.opacity=this.options.opacity,this.element=r,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=X({},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(),o=!xt(t.minZoom)||e>=t.minZoom,r=!xt(t.maxZoom)||e<=t.maxZoom,i=Gd.create(t.extent),n=!i||i.overlaps(this.map.extent());this._setVisibility(o&&r&&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}(D.Class),Yd=Math,qd=D.geometry.Point;function Zd(t){return U(t)?t:et.compile(t)}function Qd(t){return new qd(Mt(t.x),Mt(t.y))}function $d(t){var e=t;return"string"!=typeof t&&(e+="px"),e}var Jd=function(t){function e(e,o){t.call(this,e,o),"string"==typeof this.options.subdomains&&(this.options.subdomains=this.options.subdomains.split(""));var r=this._viewType();this._view=new r(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 tv},e.prototype._activate=function(){t.prototype._activate.call(this),this.support.mobileOS||(this._pan||(this._pan=(0,D.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,o=e.extent(),r={nw:e.locationToLayer(o.nw).round(),se:e.locationToLayer(o.se).round()};t.center(e.locationToLayer(e.center())),t.extent(r),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}(Kd);Bt(Jd,{tileSize:256,subdomains:["a","b","c"],urlTemplate:"",zIndex:1});var tv=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o),this.pool=new ov}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=X({},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 qd(Yd.floor(t.x/this.options.tileSize),Yd.floor(t.y/this.options.tileSize))},e.prototype.tileCount=function(){var t=this.size(),e=this.pointToTileIndex(this._extent.nw),o=this._extent.nw,r=this.indexToPoint(e).translate(-o.x,-o.y);return{x:Yd.ceil((Yd.abs(r.x)+t.width)/this.options.tileSize),y:Yd.ceil((Yd.abs(r.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,o=t.y;return new qd(e*this.options.tileSize,o*this.options.tileSize)},e.prototype.subdomainText=function(){var t=this.options.subdomains;return t[this.subdomainIndex++%t.length]},e.prototype.destroy=function(){pd(this.element),this.pool.empty()},e.prototype.reset=function(){this.pool.reset(),this.subdomainIndex=0,this.render()},e.prototype.render=function(){var t,e,o,r=this.tileCount(),i=this.pointToTileIndex(this._extent.nw);for(e=0;e<r.x;e++)for(o=0;o<r.y;o++)(t=this.createTile({x:i.x+e,y:i.y+o})).visible||t.show()},e.prototype.createTile=function(t){var e=this.tileOptions(t),o=this.pool.get(this._center,e);return o.element.parentNode||this.element.append(o.element),o},e.prototype.tileOptions=function(t){var e=this.wrapIndex(t),o=this.indexToPoint(t),r=this._viewOrigin,i=o.clone().translate(-r.x,-r.y);return{index:e,currentIndex:t,point:o,offset:Qd(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=Yd.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 o=Yd.abs(t)%e;return t>=0?o:e-(0===o?e:o)},e}(D.Class),ev=function(t){function e(e,o){t.call(this),this.id=e,this.visible=!0,this._initOptions(o),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=X({},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=$d(this.options.offset.y),t.style.left=$d(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 Zd(this.options.urlTemplate)(this.urlOptions())},e.prototype.errorUrl=function(){return Zd(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}(D.Class);Bt(ev,{urlTemplate:"",errorUrlTemplate:""});var ov=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,o=this._items,r=At(t.point.toString()+t.offset.toString()+t.zoom+t.urlTemplate),i=0;i<o.length;i++)if(o[i].id===r){e=o[i];break}return e?e.show():(e=new ev(r,t),this._items.push(e)),e},e.prototype._remove=function(t){for(var e=this._items,o=-1,r=-1,i=0;i<e.length;i++){var n=e[i].options.point.distanceTo(t);n>o&&!e[i].visible&&(r=i,o=n)}-1!==r&&(e[r].destroy(),e.splice(r,1))},e}(D.Class);Bt(ov,{maxSize:100});var rv=Object.assign,iv="change",nv=function(t){function e(e,o){t.call(this);var r=this,i=e[0]||e;r.capture=!1;var n=vd(navigator.userAgent);i.addEventListener?(n.down.split(" ").forEach((function(t){i.addEventListener(t,gd(r._press,r),!0)})),n.up.split(" ").forEach((function(t){i.addEventListener(t,gd(r._release,r),!0)}))):(n.down.split(" ").forEach((function(t){i.attachEvent(t,gd(r._press,r))})),n.up.split(" ").forEach((function(t){i.attachEvent(t,gd(r._release,r))}))),r.bind(["press","release"],o||{})}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}(Id),av=function(t){function e(e){t.call(this);var o=this;o.forcedEnabled=!1,rv(o,e),o.scale=1,o.horizontal?(o.measure="offsetWidth",o.scrollSize="scrollWidth",o.axis="x"):(o.measure="offsetHeight",o.scrollSize="scrollHeight",o.axis="y")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.makeVirtual=function(){rv(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,o=e.virtual?e._virtualMax:e.getTotal(),r=o*e.scale,i=e.getSize();(0!==o||e.forcedEnabled)&&(e.max=e.virtual?-e._virtualMin:0,e.size=i,e.total=r,e.min=Math.min(e.max,i-r),e.minScale=i/o,e.centerOffset=(r-i)/2,e.enabled=e.forcedEnabled||r>i,t||e.trigger(iv,e))},e}(Id),sv=function(t){function e(e){t.call(this);var o=this;o.x=new av(rv({horizontal:!0},e)),o.y=new av(rv({horizontal:!1},e)),o.container=e.container,o.forcedMinScale=e.minScale,o.maxScale=e.maxScale||100,o.bind(iv,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(iv)},e}(Id),lv=function(t){function e(e){t.call(this),rv(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,o=e.dimension,r=e.axis,i=e.movable,n=i[r]+t;if(o.enabled){var a=t;(n<o.min&&t<0||n>o.max&&t>0)&&(a*=e.resistance),i.translateAxis(r,a),e.trigger(iv,e)}},e}(Id),pv=function(t){function e(e){t.call(this);var o,r,i,n,a=this;rv(a,{elastic:!0},e),i=a.elastic?.5:0,n=a.movable,a.x=o=new lv({axis:"x",dimension:a.dimensions.x,resistance:i,movable:n}),a.y=r=new lv({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=Ct(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,p=t.distance/i.distance,c=a.dimensions.minScale,h=a.dimensions.maxScale;n.scale<=c&&p<1&&(p+=.8*(1-p)),n.scale*p>=h&&(p=h/n.scale);var u=n.x+a.offset.left,f=n.y+a.offset.top;e={x:(u-s.x)*p+l.x-u,y:(f-s.y)*p+l.y-f},n.scaleWith(p),o.dragMove(e.x),r.dragMove(e.y),a.dimensions.rescale(n.scale),a.gesture=t,t.preventDefault()},move:function(t){t.event.target.tagName.match(/textarea|input/i)||(o.dimension.enabled||r.dimension.enabled?(o.dragMove(t.x.delta),r.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}(D.Class),cv=function(t,e,o){return"translate3d("+t+"px,"+e+"px,0) scale("+o+")"},hv=function(t){function e(e){t.call(this);var o=this;o.support=yd(),this.transformStyle=this.support.transitions.prefix+"Transform",o.element=e,o.element.style.webkitTransformOrigin="left top",o.x=0,o.y=0,o.scale=1;var r=cv(o.x,o.y,o.scale);o.element.style[this.transformStyle]=r,o._saveCoordinates(r)}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){rv(this,t),this.refresh()},e.prototype.refresh=function(){var t,e=this,o=e.x,r=e.y;e.round&&(o=Math.round(o),r=Math.round(r)),(t=cv(o,r,e.scale))!==e.coordinates&&(e.element.style[this.transformStyle]=t,e._saveCoordinates(t),e.trigger(iv))},e.prototype._saveCoordinates=function(t){this.coordinates=t},e}(Id),uv=D.drawing.Group,fv=function(t){function e(e,o){t.call(this,e,o),this._pan=gd(this._pan,this),this.surface=D.drawing.Surface.create(this.element,{width:e.scrollElement.clientWidth,height:e.scrollElement.clientHeight}),this._initRoot(),this.movable=new hv(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 uv,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 dv(this.map,this.options.style,this));for(var e=new uv,o=0;o<t.length;o++){var r=this._loader.parse(t[o]);r&&e.append(r)}this._root.clear(),this._root.append(e)},e.prototype.shapeCreated=function(t){var e=!1;if(t instanceof D.drawing.Circle&&this.map.options.renderPointsAsMarkers&&(e=xt(this._createMarker(t))),!e){var o={layer:this,shape:t};e=this.map.trigger("shapeCreated",o)}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(o){o.element&&e.map.trigger(t,e._eventArgs(o))}},e.prototype._mouseenter=function(t){if(t.element){this.map.trigger("shapeMouseEnter",this._eventArgs(t));var e=t.element,o=this._tooltipAnchor(t);this.map._tooltip.show(o,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=gd(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}(Kd);Bt(fv,{autoBind:!0,zIndex:100});var dv=function(t){function e(e,o,r){t.call(this),this.observer=r,this.locator=e,this.style=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parse=function(t){var e=new uv,o=!0;return"Feature"===t.type?(o=!1,this._loadGeometryTo(e,t.geometry,t),this._featureCreated(e,t)):this._loadGeometryTo(e,t,t),o&&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,o){var r,i,n=this,a=e.coordinates;switch(e.type){case"LineString":i=this._loadPolygon(t,[a],o),this._setLineFill(i);break;case"MultiLineString":for(r=0;r<a.length;r++)i=n._loadPolygon(t,[a[r]],o),n._setLineFill(i);break;case"Polygon":this._loadPolygon(t,a,o);break;case"MultiPolygon":for(r=0;r<a.length;r++)n._loadPolygon(t,a[r],o);break;case"Point":this._loadPoint(t,a,o);break;case"MultiPoint":for(r=0;r<a.length;r++)n._loadPoint(t,a[r],o)}},e.prototype._setLineFill=function(t){var e=t.segments;(e.length<4||!e[0].anchor().equals(kt(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,o){var r=this._buildPolygon(e);return r.dataItem=o,r.location=this.locator.viewToLocation(r.bbox().center()),this._loadShape(t,r)},e.prototype._buildPolygon=function(t){for(var e=new(t.length>1?D.drawing.MultiPath:D.drawing.Path)(this.style),o=0;o<t.length;o++)for(var r=0;r<t[o].length;r++){var i=this.locator.locationToView(Ff.fromLngLat(t[o][r]));0===r?e.moveTo(i.x,i.y):e.lineTo(i.x,i.y)}return e},e.prototype._loadPoint=function(t,e,o){var r=Ff.fromLngLat(e),i=this.locator.locationToView(r),n=new D.geometry.Circle(i,10),a=new D.drawing.Circle(n,this.style);return a.dataItem=o,a.location=r,this._loadShape(t,a)},e}(D.Class),vv=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 o=this.options,r=nt(o.valueField),i=t.slice(0);i.sort((function(t,e){return r(e)-r(t)}));for(var n,a=this._scaleType(),s=nt(this.options.locationField),l=0;l<i.length;l++){var p=i[l],c=s(p),h=r(p);if(xt(c)&&xt(h)){n||(n=new a([0,h],[o.minSize,o.maxSize])),c=Ff.create(c);var u=e.map.locationToView(c),f=n.map(h),d=e._createSymbol({center:u,size:f,style:o.style,dataItem:p,location:c});d.dataItem=p,d.location=c,d.value=h,e._drawSymbol(d)}}}},e.prototype._scaleType=function(){var t=this.options.scale;return U(t)?t:yv[t]},e.prototype._createSymbol=function(t){var e=this.options.symbol;return U(e)||(e=gv[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}(fv);Bt(vv,{locationField:"location",valueField:"value",minSize:0,maxSize:100,scale:"sqrt",symbol:"circle",zIndex:200});var yv={sqrt:function(t){function e(e,o){t.call(this),this._domain=e,this._range=o;var r=Math.sqrt(e[1])-Math.sqrt(e[0]),i=o[1]-o[0];this._ratio=i/r}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}(D.Class)},gv={circle:function(t){var e=new D.geometry.Circle(t.center,t.size/2);return new D.drawing.Circle(e,t.style)},square:function(t){var e=new D.drawing.Path(t.style),o=t.size/2,r=t.center;return e.moveTo(r.x-o,r.y-o).lineTo(r.x+o,r.y-o).lineTo(r.x+o,r.y+o).lineTo(r.x-o,r.y+o).close(),e}},mv="click",bv="mouseenter",_v="mouseleave",xv=Object.assign,wv="k-marker",Cv="."+wv,Ov=function(t){function e(e,o){t.call(this,e,o),this._markerClickHandler=gd(this._markerClick,this),md(this.element,mv,Cv,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,mv,this._markerClickHandler),this.clear()},e.prototype.add=function(t){if(!M(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 o={marker:t,layer:this};this.map.trigger("markerActivate",o)}},e.prototype._reset=function(){t.prototype._reset.call(this);for(var e=this.items,o=0;o<e.length;o++)this.update(e[o])},e.prototype.bind=function(t,e){var o=Sv.create(t,this.options);o.dataItem=e;var r={marker:o,layer:this};if(!this.map.trigger("markerCreated",r))return this.add(o),o},e.prototype._addOne=function(t){var e=Sv.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=nt(this.options.locationField),o=nt(this.options.titleField),r=0;r<t.length;r++){var i=t[r];this.bind({location:e(i),title:o(i)},i)}},e.prototype._markerClick=function(t){var e=t.currentTarget._kendoNode,o={layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e),originalEvent:t};this.map.trigger("markerClick",o)},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}(Kd);Bt(Ov,{zIndex:1e3,autoBind:!0,locationField:"location",titleField:"title",template:""});var Sv=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=Ff.create(t).toArray(),this.layer&&this.layer.update(this),this):Ff.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=ud(this._anchor.left),this.element.style.top=ud(this._anchor.top)},e.prototype.hide=function(){this.element&&(this.element.remove(),this.element=null)},e.prototype.bindEvents=function(){this.element&&(this._mouseEnterHandler=gd(this._mouseEnter,this),md(this.element,bv,Cv,this._mouseEnterHandler),this._mouseLeaveHandler=gd(this._mouseLeave,this),md(this.element,_v,Cv,this._mouseLeaveHandler))},e.prototype.unbindEvents=function(){this.element&&(xd(this.element,bv,this._mouseEnterHandler),xd(this.element,_v,this._mouseLeaveHandler))},e.prototype.render=function(){if(!this.element){var t=this.options,e=this.layer,o=document.createElement("span");if(I(o,wv),this.options.template){var r=this._compileTemplate(this.options.template)(this.dataItem),i=ld(r);o.appendChild(i)}else I(o,"k-icon k-icon-xxl k-i-marker-"+hd(t.shape||"pin"));t.title&&o.setAttribute("title",t.title);var n=t.attributes||{};Object.keys(n).forEach((function(t){o.setAttribute(t,n[t])})),o._kendoNode=this,o.style.zIndex=t.zIndex,this.element=o,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 et.compile(t,{paramName:"dataItem",useWithBlock:!1})},e.create=function(t,o){return t instanceof e?t:new e(X({},o,t))},e}(D.Class),Pv=Object.assign;function Av(t){window.requestAnimationFrame(t)}var kv=function(t){function e(){t.call(this);var e=this;e._tickProxy=gd(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,Av(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()):Av(t._tickProxy))},e}(D.Class),Tv=function(t){function e(e){t.call(this),Pv(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,Pd()-this.startDate)},e.prototype.moveTo=function(t){var e=this,o=e.movable;e.initial=o[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=Pd(),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,o,r){return t===r?e+o:o*(1-Math.pow(2,-10*t/r))+e},e}(kv),jv=Object.assign,Ev=function(t){t.preventDefault()},Mv=800,Iv=0,Lv="press",Rv="hold",Dv="select",Bv="start",Nv="move",zv="end",Vv="cancel",Hv="tap",Uv="doubleTap",Fv="release",Gv="gesturechange",Wv="gestureend",Xv="gesturetap",Kv={api:0,touch:0,mouse:9,pointer:9};function Yv(t){var e,o,r,i=yd(),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=(o=a?a.changedTouches:[]).length;l<e;l++)r=o[l],n.push({location:r,event:t,target:r.target,currentTarget:s,id:r.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 qv=function(t){function e(e,o){t.call(this);var r=this;r.support=yd(),r.invalidZeroEvents=this.support.mobileOS&&this.support.mobileOS.android,r.axis=e,r._updateLocationData(o),r.startLocation=r.location,r.velocity=r.delta=0,r.timeStamp=Pd()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.move=function(t){var e=this,o=t["page"+e.axis],r=Pd(),i=r-e.timeStamp||1;!o&&this.invalidZeroEvents||(e.delta=o-e.location,e._updateLocationData(t),e.initialDelta=o-e.startLocation,e.velocity=e.delta/i,e.timeStamp=r)},e.prototype._updateLocationData=function(t){var e=this,o=e.axis;e.location=t["page"+o],e.client=t["client"+o],e.screen=t["screen"+o]},e}(D.Class),Zv=function(t){function e(e,o,r){t.call(this),jv(this,{x:new qv("X",r.location),y:new qv("Y",r.location),type:r.type,useClickAsTap:e.useClickAsTap,threshold:e.threshold||Kv[r.type],userEvents:e,target:o,currentTarget:r.currentTarget,initialTouch:r.target,id:r.id,pressEvent:r,_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(gd(this._hold,this),this.userEvents.minHold),this._trigger(Lv,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(Hv,t):e._trigger(Uv,t),e.userEvents._clicks=0}),300))},e.prototype._hold=function(){this._trigger(Rv,this.pressEvent)},e.prototype.move=function(t){var e=this,o="api"!==t.type&&e.userEvents._shouldNotMove;if(!e._finished&&!o){if(e.x.move(t.location),e.y.move(t.location),!e._moved){if(e._withinIgnoreThreshold())return;if($v.current&&$v.current!==e.userEvents)return e.dispose();e._start(t)}e._finished||e._trigger(Nv,t)}},e.prototype.end=function(t){this.endTime=Pd(),this._finished||(this._finished=!0,this._trigger(Fv,t),this._moved?this._trigger(zv,t):this.useClickAsTap||(this.supportDoubleTap?this._tap(t):this._trigger(Hv,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=Pd(),this._moved=!0,this._trigger(Bv,t)},e.prototype._trigger=function(t,e){var o=this,r=e.event,i={touch:o,x:o.x,y:o.y,target:o.target,event:r};o.userEvents.notify(t,i)&&r.preventDefault()},e.prototype._withinIgnoreThreshold=function(){var t=this.x.initialDelta,e=this.y.initialDelta;return Math.sqrt(t*t+e*e)<=this.threshold},e}(D.Class);function Qv(t){for(var e=vd(navigator.userAgent).up.split(" "),o=0,r=e.length;o<r;o++)t(e[o])}var $v=function(t){function e(e,o){t.call(this);var r,i=this,n=yd();this.support=n,o=o||{},this.options=o,r=i.filter=o.filter,i.threshold=o.threshold||Iv,i.minHold=o.minHold||Mv,i.touches=[],i._maxTouches=o.multiTouch?2:1,i.allowSelection=o.allowSelection,i.captureUpIfMoved=o.captureUpIfMoved,i.useClickAsTap=!o.fastTap&&!n.delayedClick(),i._clicks=0,i.supportDoubleTap=o.supportDoubleTap;var a=!n.touch||n.mouseAndTouchPresent;if(jv(i,{element:e,surface:o.global&&a?e.ownerDocument.documentElement:o.surface||e,stopPropagation:o.stopPropagation,pressed:!1}),this._surfaceMoveHandler=gd(this._move,this),md(i.surface,Od("move"),this._surfaceMoveHandler),this._surfaceEndHandler=gd(this._end,this),md(i.surface,Od("up cancel"),this._surfaceEndHandler),this._elementStartHandler=gd(this._start,this),md(e,Od("down"),r,this._elementStartHandler),i.useClickAsTap&&(this._elementClickHandler=gd(this._click,this),md(e,Od("click"),r,this._elementClickHandler)),n.pointers||n.msPointers)if(n.browser.version<11){var s="pinch-zoom double-tap-zoom";e.style["-ms-touch-action"]=o.touchAction&&"none"!==o.touchAction?s+" "+o.touchAction:s}else e.style["touch-action"]=o.touchAction||"none";if(o.preventDragEvent&&(this._elementDragStartHandler=Ev,md(e,Od("dragstart"),this._elementDragStartHandler)),this._elementSelectHandler=gd(this._select,this),md(e,Od("mousedown"),r,this._elementSelectHandler),i.captureUpIfMoved&&n.eventCapture){var l=i.surface,p=gd(i.preventIfMoving,i);Qv((function(t){l.addEventListener(t,p,!0)}))}i.bind([Lv,Rv,Hv,Uv,Bv,Nv,zv,Fv,Vv,"gesturestart",Gv,Wv,Xv,Dv],o)}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,o=this.element;if(!t._destroyed){if(t._destroyed=!0,t.captureUpIfMoved&&this.support.eventCapture){var r=t.surface;Qv((function(e){r.removeEventListener(e,t.preventIfMoving)}))}xd(t.surface,Od("move"),this._surfaceMoveHandler),xd(t.surface,Od("up cancel"),this._surfaceEndHandler),xd(o,Od("down"),this._elementStartHandler),t.useClickAsTap&&xd(o,Od("click"),this._elementClickHandler),e.preventDragEvent&&xd(o,Od("dragstart"),this._elementDragStartHandler),xd(o,Od("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(Vv)},e.prototype.notify=function(t,e){var o,r,i,n,a,s,l,p,c=this.touches,h=t;if(this._isMultiTouch()){switch(h){case Nv:h=Gv;break;case zv:h=Wv;break;case Hv:h=Xv}jv(e,{touches:c},(o=c[0],r=c[1],i=o.x.location,n=o.y.location,l=i-(a=r.x.location),p=n-(s=r.y.location),{center:{x:(i+a)/2,y:(n+s)/2},distance:Math.sqrt(l*l+p*p)}))}return this.trigger(h,jv(e,{type:h}))},e.prototype.press=function(t,e,o){this._apiCall("_start",t,e,o)},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 at(this.touches,(function(t){return t.isMoved()})).length},e.prototype._select=function(t){this.allowSelection&&!this.trigger(Dv,{event:t})||t.preventDefault()},e.prototype._start=function(t){var o,r,i=this,n=0,a=i.filter,s=Yv(t),l=s.length,p=t.which;if(!(p&&p>1||i._maxTouchesReached()))for(e.current=null,i.currentTarget=t.currentTarget,i.stopPropagation&&t.stopPropagation();n<l&&!i._maxTouchesReached();n++)r=s[n],(o=a?r.currentTarget:i.element)&&0===o.length||(r=new Zv(i,o,r),i.touches.push(r),r.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:Pd(),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 o,r,i,n,a={},s=Yv(e),l=this.touches;for(o=0;o<l.length;o++)a[(r=l[o]).id]=r;for(o=0;o<s.length;o++)(n=a[(i=s[o]).id])&&n[t](i)},e.prototype._apiCall=function(t,e,o,r){this[t]({api:!0,pageX:e,pageY:o,clientX:e,clientY:o,target:r||this.element,stopPropagation:Ad,preventDefault:Ad})},e.defaultThreshold=function(t){Iv=t},e.minHold=function(t){Mv=t},e}(Id),Jv=Object.assign,ty=Math.abs,ey="change",oy="scroll",ry=function(t){function e(e){t.call(this,e);var o=this;Jv(o,e),o.userEvents.bind("gestureend",o.start.bind(this)),o.tapCapture.bind("press",o.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}(kv),iy=function(t){function e(e){t.call(this);var o=this;Jv(o,e,{transition:new Tv({axis:e.axis,movable:e.movable,onEnd:function(){o._end()}})}),o.tapCapture.bind("press",(function(){o.cancel()})),o.userEvents.bind("end",gd(o.start,o)),o.userEvents.bind("gestureend",gd(o.start,o)),o.userEvents.bind("tap",gd(o.onEnd,o))}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 ty(this.velocity)<1},e.prototype.start=function(e){var o,r=this;r.dimension.enabled&&(r.paneAxis.outOfBounds()?r.transition._started?(r.transition.cancel(),r.velocity=Math.min(e.touch[r.axis].velocity*r.velocityMultiplier,55),t.prototype.start.call(this)):r._snapBack():(o=2===e.touch.id?0:e.touch[r.axis].velocity,r.velocity=Math.max(Math.min(o*r.velocityMultiplier,55),-55),r.tapCapture.captureNext(),t.prototype.start.call(this)))},e.prototype.tick=function(){var t=this,e=t.dimension,o=t.paneAxis.outOfBounds()?.5:t.friction,r=t.velocity*=o,i=t.movable[t.axis]+r;!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,o=t.movable[t.axis]>e.max?e.max:e.min;t._moveTo(o)},e.prototype._moveTo=function(t){this.transition.moveTo({location:t,duration:500,ease:Tv.easeOutExpo})},e}(kv),ny=function(t){function e(e){t.call(this,e),Jv(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 ty(this.offset.y)<5&&ty(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}(kv),ay=function(t){function e(e){t.call(this);var o=this,r="x"===e.axis,i=ld('<div class="km-touch-scrollbar km-'+(r?"horizontal":"vertical")+'-scrollbar" />');Jv(o,e,{element:i,elementSize:0,movable:new hv(i),scrollMovable:e.movable,alwaysVisible:e.alwaysVisible,size:r?"width":"height"}),o.scrollMovable.bind(ey,o.refresh.bind(o)),o.container.appendChild(i),e.alwaysVisible&&o.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,o=t.dimension,r=o.size,i=t.scrollMovable,n=r/o.total,a=Math.round(-i[e]*n),s=Math.round(r*n);this.element.style.display=n>=1?"none":"",a+s>r?s=r-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}(D.Class),sy=function(t){function e(e,o){t.call(this);var r=this;this.element=e,this._initOptions(o);var i,n,a=(i=navigator.userAgent,(n=fd(i)).ios||n.android);r._native=r.options.useNative&&a;var s=ld('<div class="km-scroll-header"/>');if(r._native)return I(e,"km-native-scroller"),cd(s,e),void Jv(r,{scrollElement:e,fixedContainer:e.children[0]});e.style.overflow="hidden",I(e,"km-scroll-wrapper"),function(t,e){for(t.appendChild(e);t.firstChild!==e;)e.appendChild(t.firstChild)}(e,ld('<div class="km-scroll-container"/>')),cd(s,e);var l=e.children[1],p=new nv(e),c=new hv(l),h=new sv({element:l,container:e,forcedEnabled:r.options.zoom}),u=this.options.avoidScrolling,f=new $v(e,{touchAction:"pan-y",fastTap:!0,allowSelection:!0,preventDragEvent:!0,captureUpIfMoved:!0,multiTouch:r.options.zoom,supportDoubleTap:r.options.supportDoubleTap,start:function(t){h.refresh();var e=ty(t.x.velocity),o=ty(t.y.velocity),i=2*e>=o,n=function(t,e){return t===e||function(t,e){if(!e)return!1;for(var o=e.parentNode;null!==o;){if(o===t)return!0;o=o.parentNode}return!1}(t,e)}(r.fixedContainer,t.event.target),a=2*o>=e;!n&&!u(t)&&r.enabled&&(h.x.enabled&&i||h.y.enabled&&a)?f.capture():f.cancel()}}),d=new pv({movable:c,dimensions:h,userEvents:f,elastic:r.options.elastic}),v=new ry({movable:c,dimensions:h,userEvents:f,tapCapture:p}),y=new ny({moveTo:function(t){r.scrollTo(t.x,t.y)}});c.bind(ey,(function(){r.scrollTop=-c.y,r.scrollLeft=-c.x,r.trigger(oy,{scrollTop:r.scrollTop,scrollLeft:r.scrollLeft})})),r.options.mousewheelScrolling&&(this._wheelScrollHandler=this._wheelScroll.bind(this),md(e,"wheel",this._wheelScrollHandler)),Jv(r,{movable:c,dimensions:h,zoomSnapBack:v,animatedScroller:y,userEvents:f,pane:d,tapCapture:p,pulled:!1,enabled:!0,scrollElement:l,scrollTop:0,scrollLeft:0,fixedContainer:e.children[0]}),r._initAxis("x"),r._initAxis("y"),r._wheelEnd=function(){r._wheel=!1,r.userEvents.end(0,r._wheelY)},h.refresh(),r.options.pullToRefresh&&r._initPullToRefresh()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype._initOptions=function(t){this.options=X({},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,o=t.originalEvent||t,r=o.wheelDeltaY;return o.wheelDelta?(void 0===r||r)&&(e=o.wheelDelta):o.detail&&o.axis===o.VERTICAL_AXIS&&(e=10*-o.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(ty(t)),this.scrollElement.scrollTop(ty(e))):(this.dimensions.refresh(),this.movable.moveTo({x:t,y:e}))},e.prototype.animatedScrollTo=function(t,e,o){var r,i;this._native?this.scrollTo(t,e):(r={x:this.movable.x,y:this.movable.y},i={x:t,y:e},this.animatedScroller.setCoordinates(r,i),this.animatedScroller.setCallback(o),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,o=e.movable,r=e.dimensions[t],i=e.tapCapture,n=e.pane[t],a=new ay({axis:t,movable:o,dimension:r,container:e.element,alwaysVisible:e.options.visibleScrollHints});r.bind(ey,(function(){a.refresh()})),n.bind(ey,(function(){a.show()})),e[t+"inertia"]=new iy({axis:t,paneAxis:n,movable:o,tapCapture:i,userEvents:e.userEvents,dimension:r,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}(Id);Bt(sy,{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"}}),Sd(sy,["pull",oy,"resize"]);var ly=function(t,e){void 0===e&&(e={}),this.sender=e.sender||t,this.widget=t,this.rtl=Boolean(e.rtl)};ly.prototype.notify=function(t,e){this.widget&&this.widget.trigger(t,e)};const py=ly;var cy=Math,hy=cy.min,uy=cy.pow,fy=D.geometry.Point,dy="marker",vy="location",yy="wheel",gy={bubble:vv,shape:fv,tile:Jd};gy[dy]=Ov;var my=function(t){function e(e,o,r,i){void 0===o&&(o={}),void 0===r&&(r={}),void 0===i&&(i={}),t.call(this),this._init(e,o,r,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(),M(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,yy,this._mousewheelHandler),t.prototype.destroy.call(this)},e.prototype._init=function(t,e,o,r){void 0===e&&(e={}),void 0===o&&(o={}),void 0===r&&(r={}),this.support=yd(),this.context=r,this.initObserver(r),this.initServices(r),this._notifyObserver("init"),this._initOptions(e),this._setEvents(e),this.crs=new ad,this._initElement(t),this._viewOrigin=this._getOrigin(),this._tooltip=this._createTooltip(),this._initScroller(),this._initMarkers(),this._initControls(),this._initLayers(),this._reset();var i=(0,D.throttle)(this._mousewheel.bind(this),50);this._mousewheelHandler=function(t){t.preventDefault(),i(t)},md(this.element,yy,this._mousewheelHandler)},e.prototype._initOptions=function(t){this.options=X({},this.options,t)},e.prototype._initElement=function(t){this.element=t,I(t,"k-map"),t.style.position="relative",t.setAttribute("data-role","map"),pd(t);var e=ld("<div />");this.element.appendChild(e)},e.prototype.initServices=function(t){void 0===t&&(t={}),this.widgetService=new py(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,o=0;o<e.length;o++)if(e[o].requiresHandlers(t))return!0},e.prototype.trigger=function(e,o){void 0===o&&(o={}),o.sender=this;for(var r=this.observers,i=!1,n=0;n<r.length;n++)r[n].trigger(e,o)&&(i=!0);return i||t.prototype.trigger.call(this,e,o),i},e.prototype._notifyObserver=function(t,e){void 0===e&&(e={}),e.sender=this;for(var o=this.observers,r=!1,i=0;i<o.length;i++)o[i].trigger(t,e)&&(r=!0);return r},e.prototype.zoom=function(t){var e,o=this.options;if(xt(t)){var r=cy.round(Tt(t,o.minZoom,o.maxZoom));o.zoom!==r&&(o.zoom=r,this.widgetService.notify("zoomChange",{zoom:o.zoom}),this._reset()),e=this}else e=o.zoom;return e},e.prototype.center=function(t){var e;if(t){var o=Ff.create(t),r=Ff.create(this.options.center);o.equals(r)||(this.options.center=o.toArray(),this.widgetService.notify(Wd,{center:this.options.center}),this._reset()),e=this}else e=Ff.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(),pd(e),this._init(e,t,{},this.context),this._reset()},e.prototype.locationToLayer=function(t,e){var o=!this.options.wraparound,r=Ff.create(t);return this.crs.toPoint(r,this._layerSize(e),o)},e.prototype.layerToLocation=function(t,e){var o=!this.options.wraparound,r=fy.create(t);return this.crs.toLocation(r,this._layerSize(e),o)},e.prototype.locationToView=function(t){var e=Ff.create(t),o=this.locationToLayer(this._viewOrigin);return this.locationToLayer(e).translateWith(o.scale(-1))},e.prototype.viewToLocation=function(t,e){var o=this.locationToLayer(this._getOrigin(),e),r=fy.create(t).clone().translateWith(o);return this.layerToLocation(r,e)},e.prototype.eventOffset=function(t){var e,o,r=Ct(this.element);if(t.x&&t.x[vy]||t.y&&t.y[vy])e=t.x[vy]-r.left,o=t.y[vy]-r.top;else{var i=t.originalEvent||t;e=Lt(i.pageX,i.clientX)-r.left,o=Lt(i.pageY,i.clientY)-r.top}return new D.geometry.Point(e,o)},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(),o=t.clientWidth;return this.options.wraparound||(o=hy(e,o)),{width:o,height:hy(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 o,r=this.viewSize(),i=this._origin=Ff.create(t);return(o=this.locationToLayer(i,e)).x+=r.width/2,o.y+=r.height/2,this.options.center=this.layerToLocation(o,e).toArray(),this.widgetService.notify(Wd,{center:this.options.center}),this},e.prototype._getOrigin=function(t){var e,o=this.viewSize();return!t&&this._origin||((e=this.locationToLayer(this.center())).x-=o.width/2,e.y-=o.height/2,this._origin=this.layerToLocation(e)),this._origin},e.prototype._setExtent=function(t){var e=Gd.create(t),o=e.se.clone();this.options.wraparound&&o.lng<0&&t.nw.lng>0&&(o.lng=180+(180+o.lng));var r=new Gd(e.nw,o);this.center(r.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(r.nw,i),l=this.locationToLayer(r.se,i),p=cy.abs(l.x-s.x),c=cy.abs(l.y-s.y);if(p<=n&&c<=a)break}this.zoom(i)},e.prototype._getExtent=function(){var t=this._getOrigin(),e=this.locationToLayer(t),o=this.viewSize();e.x+=o.width,e.y+=o.height;var r=this.layerToLocation(e);return new Gd(t,r)},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 o=t.position||e,r="."+kd(o).replace(" ","."),i=this.element.querySelector(".k-map-controls"+r)||[];if(0===i.length){var n=document.createElement("div");I(n,"k-map-controls "+kd(o)),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 Ld(e,t)},e.prototype._createNavigator=function(t){var e=this._createControlElement(t,"topLeft"),o=this.navigator=new Bd(e,t);this._navigatorPan=this._navigatorPan.bind(this),o.bind("pan",this._navigatorPan),this._navigatorCenter=this._navigatorCenter.bind(this),o.bind("center",this._navigatorCenter)},e.prototype._navigatorPan=function(t){var e=this.scroller,o=e.scrollLeft+t.x,r=e.scrollTop-t.y,i=this._virtualSize,n=this.element.clientWidth,a=this.element.clientHeight;o=Tt(o,i.x.min,i.x.max-n),r=Tt(r,i.y.min,i.y.max-a),this.scroller.one("scroll",gd(this._scrollEnd,this)),this.scroller.scrollTo(-o,-r)},e.prototype._navigatorCenter=function(){this.center(this.options.center)},e.prototype._createZoomControl=function(t){var e=this._createControlElement(t,"topLeft"),o=this.zoomControl=new Vd(e,t);this._zoomControlChange=this._zoomControlChange.bind(this),o.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,o=this.scroller=new sy(this.element.children[0],{friction:t,velocityMultiplier:5,zoom:e,mousewheelScrolling:!1,supportDoubleTap:!0});o.bind("scroll",gd(this._scroll,this)),o.bind("scrollEnd",gd(this._scrollEnd,this)),o.userEvents.bind("gesturestart",gd(this._scaleStart,this)),o.userEvents.bind("gestureend",gd(this._scale,this)),o.userEvents.bind("doubleTap",gd(this._doubleTap,this)),o.userEvents.bind("tap",gd(this._tap,this)),this.scrollElement=o.scrollElement},e.prototype._initLayers=function(){for(var t=this.options.layers,e=this.layers=[],o=0;o<t.length;o++){var r=t[o],i=this._createLayer(r);e.push(i)}},e.prototype._createLayer=function(t){var e=t.type||"shape",o=this.options.layerDefaults[e],r=X({},e===dy?this.options.markerDefaults:o,t),i=new(0,gy[e])(this,r);return e===dy&&(this.markers=i),i},e.prototype._createTooltip=function(){return new Xd(this.widgetService,this.options.tooltip)},e.prototype._initMarkers=function(){(this.options.layers||[]).filter((function(t){return t&&t.type===dy})).length>0||(this.markers=new Ov(this,this.options.markerDefaults),this.markers.add(this.options.markers))},e.prototype._scroll=function(t){var e=this.locationToLayer(this._viewOrigin).round(),o=t.sender.movable,r=new D.geometry.Point(o.x,o.y).scale(-1).scale(1/o.scale);e.x+=r.x,e.y+=r.y,this._scrollOffset=r,this._tooltip.offset=r,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=Pd(),this.trigger("panEnd",{originalEvent:t,origin:this._getOrigin(),center:this.center()}))},e.prototype._panComplete=function(){return Pd()-(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,o=this._scaleToZoom(e),r=new D.geometry.Point(t.center.x,t.center.y),i=this.viewToLocation(r,o),n=this.locationToLayer(i,o).translate(-r.x,-r.y);this._zoomAround(n,o),this.trigger("zoomEnd",{originalEvent:t})},e.prototype._scaleToZoom=function(t){var e=this._layerSize()*t/this.options.minSize,o=cy.log(e)/cy.log(2);return cy.round(o)},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,o=t.dimensions.y,r=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=uy(2,this.options.minZoom-a),t.dimensions.maxScale=uy(2,this.options.maxZoom-a);var s={min:-n.x,max:r-n.x},l={min:-n.y,max:r-n.y};if(this.options.wraparound&&(s.max=20*r,s.min=-s.max),!1===this.options.pannable){var p=this.viewSize();s.min=l.min=0,s.max=p.width,l.max=p.height}e.makeVirtual(),o.makeVirtual(),e.virtualSize(s.min,s.max),o.virtualSize(l.min,l.max),this._virtualSize={x:s,y:l}},e.prototype._renderLayers=function(){},e.prototype._layerSize=function(t){var e=Lt(t,this.options.zoom);return this.options.minSize*uy(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,o=this.eventOffset(t),r=this.viewToLocation(o),i=this.locationToLayer(r,e).translate(-o.x,-o.y);this._zoomAround(i,e),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._mousewheel=function(t){var e=gt(t)>0?-1:1,o=this.options,r=this.zoom(),i=Tt(r+e,o.minZoom,o.maxZoom);if(!1!==o.zoomable&&i!==r&&!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=Ct(this.element);return{left:Mt(t.x+e.left),top:Mt(t.y+e.top)}},e}(Id);Bt(my,{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],zoom:3,minSize:256,minZoom:1,maxZoom:19,markers:[],markerDefaults:{shape:"pinTarget",tooltip:{position:"top"}},wraparound:!0,renderPointsAsMarkers:!1}),Sd(my,["beforeReset","click","markerActivate","markerClick","markerCreated","markerMouseEnter","markerMouseLeave","pan","panEnd","reset","shapeClick","shapeCreated","shapeFeatureCreated","shapeMouseEnter","shapeMouseLeave","zoomEnd","zoomStart"]);const by=my;var _y=1.5,xy=.4,wy="#000",Cy="Arial, Helvetica, sans-serif",Oy="11px "+Cy,Sy="12px "+Cy,Py="16px "+Cy,Ay="transparent",ky="#fff",Ty=function(){return{icon:{border:{width:1}},label:{font:Sy,padding:3},line:{length:10,width:2},visible:!0}},jy=function(){return{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:ky,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:_y,spacing:xy,target:{color:"#ff0000"}}},My=function(){return{gap:.5,line:{color:wy,width:1},spacing:xy}},Iy=function(t){return{visible:!0,labels:{font:Oy},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:_y,spacing:xy},boxPlot:jy(),bubble:{border:{width:0},labels:{background:Ay},opacity:.6},bullet:Ey(),candlestick:{border:{_brightness:.8,width:1},downColor:ky,gap:1,highlight:{border:{opacity:1,width:2},line:{width:2}},line:{color:wy,width:1},spacing:.3},column:{gap:_y,spacing:xy},heatmap:{labels:{color:"",background:Ay,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}}},horizontalWaterfall:My(),line:{width:2},notes:Ty(),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:_y,spacing:xy},rangeColumn:{gap:_y,spacing:xy},scatterLine:{width:1},verticalArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalBoxPlot:jy(),verticalBullet:Ey(),verticalLine:{width:2},waterfall:My()}},Ly=function(t){return void 0===t&&(t={}),{axisDefaults:{labels:{font:Sy},notes:Ty(),title:{font:Py,margin:5}},categoryAxis:{majorGridLines:{visible:!0}},navigator:{pane:{height:90,margin:{top:10}}},seriesDefaults:Iy(t),title:{font:Py},subtitle:{font:Sy},legend:{labels:{font:Sy}}}}},6201:(t,e,o)=>{o.r(e),o.d(e,{Popup:()=>st,PopupPropsContext:()=>at,PopupWithoutContext:()=>it});var r=o(3899),i=o(994),n=o(189),a=function(t){t.style.transitionDuration="",Array.from(t.classList).forEach((function(e){e.startsWith("k-slide-")&&t.classList.remove(e)}))},s="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),l=o(4006),p=o(7827),c=o(8259),h=o(8047);const u="bottom",f="center",d="middle",v="left",y="right",g="top",m="fit",b="flip",_="none";var x,w,C,O=function(t,e,o){var r=0;return t+e>o&&(r=o-(t+e)),t<0&&(r=-t),r},S=function(t){var e=t.offset,o=t.size,r=t.anchorSize,i=t.viewPortSize,n=t.anchorAlignPoint,a=t.elementAlignPoint,s=0,l=2*t.margin;if(a!==n&&a!==f&&a!==d&&n!==f&&n!==d){var p=n===g||n===v;e<0&&p?e+(s=o+r+l)+o>i&&(s=0):e>=0&&!p&&(e+o>i&&(s+=-(r+o+l)),e+s<0&&(s=0))}return s},P=(x=function(t){if(!A())return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var o=e.createElement("div");o.style.transform="matrix(10, 0, 0, 10, 0, 0)",o.innerHTML='<div style="position: fixed; top: 10px;">child</div>',e.body.appendChild(o);var r=10!==o.children[0].getBoundingClientRect().top;return e.body.removeChild(o),r},C=!1,function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return C||(w=x.apply(void 0,t),C=!0),w}),A=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const k={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:P,canUseDOM:A};function T(t){return t.ownerDocument||t.document||t}const j=function(t){return T(t).defaultView},E=function(t){return T(t).documentElement};var M=0;function I(){if(!M&&"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),M=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return M}function L(t){var e=j(t),o=E(t),r={height:e.innerHeight,width:e.innerWidth};return o.scrollHeight-o.clientHeight>0&&(r.width-=I()),r}function R(t){var e=E(t),o=j(t);return{x:o.pageXOffset||e.scrollLeft||0,y:o.pageYOffset||e.scrollTop||0}}const D=function(t){var e=t.getBoundingClientRect(),o=e.left,r=e.top;return e.height||e.width||(e=function(t){var e=t.style,o=e.display,r=e.left,i=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var n=t.getBoundingClientRect();return t.style.display=o,t.style.left=r,t.style.position=i,n}(t)),{top:r,left:o,height:e.height,width:e.width}};function B(t){return t===(t.ownerDocument||{}).body?R(t):{x:t.scrollLeft,y:t.scrollTop}}const N=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||E(t)};function z(t,e){for(var o=[],r=t.parentNode;r&&(o.push(r),r!==e);)r=r.parentNode;return o}function V(t){for(var e=[],o=t.parentNode.firstElementChild;o;)o!==t&&e.push(o),o=o.nextElementSibling;return e}var H=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],U=function(){return k.canUseDOM()?window:null},F=/auto|scroll/,G=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)},W=function(t){if(!t||!k.hasRelativeStackingContext())return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},X=function(){return k.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},K={addOffset:function(t,e){return{left:t.left+e.left,top:t.top+e.top}},addScroll:function(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}},align:function(t){var e=t.anchorRect,o=t.anchorAlign,r=t.elementRect,i=t.elementAlign,n=t.margin;void 0===n&&(n={});var a=o.horizontal,s=o.vertical,l=i.horizontal,p=i.vertical,c=n.horizontal||0,h=n.vertical||0,v=e.top,g=e.left;return s===u&&(v+=e.height),s!==f&&s!==d||(v+=Math.round(e.height/2)),p===u&&(v-=r.height,h*=-1),p!==f&&p!==d||(v-=Math.round(r.height/2),h*=-1),a===y&&(g+=e.width),a!==f&&a!==d||(g+=Math.round(e.width/2)),l===y&&(g-=r.width,c*=-1),l!==f&&l!==d||(g-=Math.round(r.width/2),c*=-1),{top:v+h,left:g+c}},boundingOffset:function(t){if(!t.getBoundingClientRect){var e=L(t);return{bottom:e.height,left:0,right:e.width,top:0}}var o=t.getBoundingClientRect();return{bottom:o.bottom,left:o.left,right:o.right,top:o.top}},getFontStyles:function(t){var e=U();if(!e||!t)return[];var o=e.getComputedStyle(t);return H.map((function(t){return{key:t,value:o[t]}}))},getWindow:U,hasOffsetParent:function(t){return!!t&&Boolean(t.offsetParent)},offset:function(t){return t?D(t):null},offsetAtPoint:function(t,e){if(!t)return null;var o=t.style,r=o.left,i=o.top,n=o.transition;t.style.transition="none",t.style.left=e.left+"px",t.style.top=e.top+"px";var a=D(t);return t.style.left=r,t.style.top=i,t.offsetHeight,t.style.transition=n,a},position:function(t,e,o){return t&&e?function(t,e,o){void 0===o&&(o=1);var r=e?N(e):null,i=function(t,e){var o=j(t),r=o.getComputedStyle(t),i=D(t),n=e||N(t),a=t.ownerDocument,s=n!==a.body&&n!==a.documentElement,l={top:0,left:0};if("fixed"!==r.position&&s){var p=o.getComputedStyle(n);(l=D(n)).top+=parseInt(p.borderTopWidth,10),l.left+=parseInt(p.borderLeftWidth,10)}return{top:i.top-l.top,left:i.left-l.left,height:i.height,width:i.width}}(t,r),n=i.top,a=i.left,s=i.height,l=i.width,p=function(t,e){return t?B(t):function(t){var e=N(t);return e?B(e):{x:0,y:0}}(e)}(r,t),c=p.x,h=p.y,u=t.ownerDocument,f=r===u.body||r===u.documentElement?1:o;return{top:n+h*f,left:a+c*f,height:s,width:l}}(t,e,o||1):null},removeScroll:function(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}},restrictToView:function(t){var e=t.anchorRect,o=t.anchorAlign,r=t.elementRect,i=t.elementAlign,n=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var l=r.top,p=r.left,c=r.height,h=r.width,u=a.height,f=a.width,d=s.horizontal||0,v=s.vertical||0,y=0,g=0,_=n.vertical===m,x=n.horizontal===m,w=n.vertical===b,C=n.horizontal===b;_&&(g+=O(l,c,u)),x&&(y+=O(p,h,f)),w&&(g+=S({margin:v,offset:l,size:c,anchorSize:e.height,viewPortSize:u,anchorAlignPoint:o.vertical,elementAlignPoint:i.vertical})),C&&(y+=S({margin:d,offset:p,size:h,anchorSize:e.width,viewPortSize:f,anchorAlignPoint:o.horizontal,elementAlignPoint:i.horizontal}));var P=w&&0!==g,A=C&&0!==y,k=_&&0!==g,T=x&&0!==y;return{flipped:A||P,fitted:k||T,flip:{horizontal:A,vertical:P},fit:{horizontal:T,vertical:k},offset:{left:y,top:g}}},scrollPosition:R,scrollableParents:function(t){var e=[];if(!k.canUseDOM())return e;for(var o=t.parentElement;o;)(F.test(G(o))||o.hasAttribute("data-scrollable"))&&e.push(o),o=o.parentElement;return e.push(window),e},getRelativeContextElement:W,stackingElementOffset:function(t){var e=W(t);return e?D(e):null},stackingElementScroll:function(t){var e=W(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(t){var e=W(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},useRelativePosition:function(t){return Boolean(W(t))},windowViewPort:L,zoomLevel:X,isZoomed:function(){return X()>1},zIndex:function(t,e){if(!t||!k.canUseDOM())return null;var o=function(t,e){for(var o,r,i=z(t),n=e;n&&(o=V(n),!(r=i.reduce((function(t,e){return t.concat(o.filter((function(t){return t===e})))}),[])[0]));)n=n.parentElement;return r}(t,e);if(!o)return null;var r=[t].concat(z(t,o)).reduce((function(t,e){var o=e.style.zIndex||window.getComputedStyle(e).zIndex,r=parseInt(o,10);return r>t?r:t}),0);return r?r+1:null}};const Y=K;const q=function(t){var e=t.anchor,o=t.element,r=t.anchorAlign,i=t.elementAlign,n=t.margin,a=t.offset,s=t.positionMode,l=t.scale||1,p="fixed"!==s&&Y.hasOffsetParent(o)?function(t,e,o,r){var i=k.eitherRect(Y.position(t,e,r),o);return k.scaleRect(i,r)}(e,o,a,l):function(t,e,o,r){var i=function(t,e){return t?{x:0,y:0}:Y.scrollPosition(e)}(t,e),n=k.eitherRect(Y.offset(t),o),a=2*r,s=Y.stackingElementScroll(e);1!==r&&s&&(s.x/=a,s.y/=a);var l=Y.stackingElementOffset(e);return 1!==r&&l&&(l.left/=a,l.top/=a),Y.removeScroll(Y.addScroll(k.removeStackingOffset(k.scaleRect(n,r),l),s),i)}(e,o,a,l),c=k.scaleRect(Y.offset(o),l);return Y.align({anchorAlign:r,anchorRect:p,elementAlign:i,elementRect:c,margin:n})};var Z,Q={name:"@progress/kendo-react-popup",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1688556860,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},$=(Z=function(t,e){return Z=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},Z(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 o(){this.constructor=t}Z(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),J=function(){return J=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},J.apply(this,arguments)};function tt(t,e){if(t===e)return!0;if(!!t!=!!e)return!1;var o=Object.getOwnPropertyNames(t),r=Object.getOwnPropertyNames(e);if(o.length!==r.length)return!1;for(var i=0;i<o.length;i++){var n=o[i];if(t[n]!==e[n])return!1}return!0}var et,ot={left:-1e3,top:0};!function(t){t.hiding="hiding",t.hidden="hidden",t.showing="showing",t.shown="shown",t.reposition="reposition"}(et||(et={}));var rt="k-animation-container-shown",it=function(t){function e(e){var o=t.call(this,e)||this;return o.context=0,o.state={current:et.hidden,previous:et.hidden,props:{}},o._popup=null,o.show=function(t){o.setPosition(t),o.animate(t.firstChild,"enter",o.onOpened),o.setState({current:et.shown,previous:o.state.current})},o.setPosition=function(t){var e=o.props,r=e.anchorAlign,i=e.popupAlign,n=e.collision,a=e.offset,s=e.anchor,l=e.margin,p=e.scale,c=e.positionMode,h=t.style,u=h.width,f=h.height;t.style.width=t.offsetWidth+"px",t.style.height=t.offsetHeight+"px";var d=function(t){var e=t.anchor,o=t.currentLocation,r=t.element,i=t.anchorAlign,n=t.elementAlign,a=t.collisions,s=t.margin,l=t.scale||1,p=Y.offsetAtPoint(r,o),c=k.scaleRect(p,l),h=k.scaleRect(Y.offset(e),l),u=k.eitherRect(h,o),f=t.viewPort||Y.windowViewPort(r);f.width=f.width/l,f.height=f.height/l;var d=Y.restrictToView({anchorAlign:i,anchorRect:u,collisions:a,elementAlign:n,elementRect:c,margin:s,viewPort:f}),v=Y.addOffset(o,d.offset);return{flip:d.flip,flipped:d.flipped,offset:v}}({anchor:s,anchorAlign:r,element:t,elementAlign:i,collisions:n,currentLocation:q({anchor:s,anchorAlign:r,element:t,elementAlign:i,offset:a,margin:l,positionMode:c,scale:p}),margin:o.props.margin});if(t.style.top=d.offset.top+"px",t.style.left=d.offset.left+"px",t.style.width=u,t.style.height=f,o._collisions={fit:d.fit,fitted:d.fitted,flip:d.flip,flipped:d.flipped},o.props.onPosition){var v={target:o,flipped:d.flipped,fitted:d.fitted};o.props.onPosition.call(void 0,v)}},o.onOpened=function(){var t=o._popup;t&&(o.props.show&&t.classList.add(rt),o.attachRepositionHandlers(t),o.props.onOpen&&o.props.onOpen.call(void 0,{target:o}))},o.animate=function(t,e,r){if(o.props.popupAlign){var i,n=o.props.popupAlign,l=n.horizontal,p=n.vertical;i="left"===l&&"center"===p?"right":"right"===l&&"center"===p?"left":"top"===p?"down":"up",o._collisions&&o._collisions.flipped&&(i={down:"up",up:"down",left:"right",right:"left"}[i]),function(t,e,o,r,i){if(0===o)return i();var n="k-slide-"+e+"-"+r,l=n+"-active",p=function(e){e.target===t&&(t.removeEventListener("transitionend",p),a(t),t.style.display="exit"===r?"none":"",i())};t.addEventListener("transitionend",p);var c=t.ownerDocument;if(c){var h=c.defaultView;if(h){var u=function(){a(t),t.classList.add(n),h.requestAnimationFrame((function(){t.style.transitionDuration=o+"ms",t.classList.add(l)}))};s?h.requestAnimationFrame(u):u()}}}(t,i,o.animationDuration[e],e,r)}},o.onClosing=function(t){o.props.show||t.classList.remove(rt),o.detachRepositionHandlers()},o.onClosed=function(){o.state.current===et.hiding&&o.state.previous===et.shown&&o.setState({current:et.hidden,previous:o.state.current}),o.props.onClose&&o.props.onClose.call(void 0,{target:o})},o.getCurrentZIndex=function(){return o.context?o.context+1:100},(0,l.s)(Q),o.reposition=function(t,e,o){var r,i,n,a;void 0===o&&(o={});var s=0;o=o||{};var l=function(){s=!1===o.leading?0:(new Date).getTime(),r=void 0,a=t.apply(i,n),r||(i=n=null)};return function(){var p=(new Date).getTime();s||!1!==o.leading||(s=p);var c=e-(p-s);return i=void 0,n=arguments,c<=0||c>e?(r&&(clearTimeout(r),r=void 0),s=p,a=t.apply(i,n),r||(i=n=null)):r||!1===o.trailing||(r=window.setTimeout(l,c)),a}}(o.reposition.bind(o),16.666666666666668),o}return $(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this._popup},enumerable:!1,configurable:!0}),e.getDerivedStateFromProps=function(t,e){var o=t.show,r=t.anchor,i=t.anchorAlign,n=t.appendTo,a=t.collision,s=t.popupAlign,l=t.className,p=t.popupClass,c=t.style,h=t.offset,u=t.contentKey,f=J(J({},e),{props:{show:o,anchor:r,anchorAlign:i,appendTo:n,collision:a,popupAlign:s,className:l,popupClass:p,style:c,offset:h,contentKey:u}});return t.show?e.current===et.hidden||e.current===et.hiding?J(J({},f),{current:et.showing,previous:e.current}):e.current===et.showing?J(J({},f),{current:et.shown,previous:e.current}):e.current!==et.shown||tt(h,e.props.offset)&&tt(i,e.props.anchorAlign)&&tt(n,e.props.appendTo)&&tt(a,e.props.collision)&&tt(s,e.props.popupAlign)&&tt(c,e.props.style)&&r===e.props.anchor&&p===e.props.popupClass&&l===e.props.className?f:J(J({},f),{current:et.reposition,previous:e.current}):e.current===et.hiding||e.current===et.hidden?J(J({},f),{current:et.hidden,previous:e.current}):J(J({},f),{current:et.hiding,previous:e.current})},e.prototype.componentDidUpdate=function(t){this.state.current===et.showing&&this._popup?this.show(this._popup):this.state.current===et.hiding&&this._popup?(this.onClosing(this._popup),this.animate(this._popup.firstChild,"exit",this.onClosed)):this.state.current===et.reposition&&this.state.previous===et.shown?this.setState({current:et.shown,previous:this.state.current}):this.state.current===et.shown&&t.contentKey!==this.props.contentKey&&this._popup&&this.setPosition(this._popup)},e.prototype.componentDidMount=function(){this.state.current===et.showing&&this._popup&&this.show(this._popup)},e.prototype.componentWillUnmount=function(){this.detachRepositionHandlers()},e.prototype.render=function(){var t=this,e=this.props,o=e.children,n=e.className,a=e.popupClass,s=e.show,l=e.id,u=e.positionMode,f=this.props.appendTo?this.props.appendTo:p.N?this.props.anchor&&this.props.anchor.ownerDocument?this.props.anchor.ownerDocument.body:document.body:void 0;this.state.current===et.reposition&&this.state.previous===et.shown&&this._popup&&this.setPosition(this._popup);var d=Object.assign({},{position:u,top:0,left:-1e4},this.props.style||{}),v=this.state.current===et.hiding;if((s||v)&&f){var y=this.getCurrentZIndex(),g=r.createElement(c.$.Provider,{value:y},r.createElement("div",{className:(0,h.A)("k-animation-container","k-animation-container-relative",n),id:l,ref:function(e){return t._popup=e},style:J({zIndex:y},d)},r.createElement("div",{role:this.props.role,className:(0,h.A)("k-popup",a,"k-child-animation-container"),style:{transitionDelay:"0ms"}},o)));return null!==this.props.appendTo?i.createPortal(g,f):g}return null},Object.defineProperty(e.prototype,"animationDuration",{get:function(){var t=this.props.animate,e=0,o=0;return t&&(!0===t?e=o=300:(e=t.openDuration||0,o=t.closeDuration||0)),{enter:e,exit:o}},enumerable:!1,configurable:!0}),e.prototype.attachRepositionHandlers=function(t){var e=this;this.detachRepositionHandlers(),this._scrollableParents=Y.scrollableParents(this.props.anchor||t),this._scrollableParents&&this._scrollableParents.map((function(t){return t.addEventListener("scroll",e.reposition)})),window.addEventListener("resize",this.reposition)},e.prototype.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)},e.prototype.reposition=function(){this.setState({current:et.reposition,previous:this.state.current})},e.propTypes={anchor:function(t){var e=t.anchor;return e&&"number"!=typeof e.nodeType?new Error("Invalid prop `anchor` supplied to `Kendo React Popup`. Validation failed."):null},appendTo:function(t){var e=t.appendTo;return e&&"number"!=typeof e.nodeType?new Error("Invalid prop `appendTo` supplied to `Kendo React Popup`. Validation failed."):null},className:n.oneOfType([n.string,n.arrayOf(n.string),n.object]),id:n.string,popupClass:n.oneOfType([n.string,n.arrayOf(n.string),n.object]),collision:n.shape({horizontal:n.oneOf([m,b,_]),vertical:n.oneOf([m,b,_])}),anchorAlign:n.shape({horizontal:n.oneOf([v,f,y]),vertical:n.oneOf([g,f,u])}),popupAlign:n.shape({horizontal:n.oneOf([v,f,y]),vertical:n.oneOf([g,f,u])}),offset:n.shape({left:n.number,top:n.number}),children:n.oneOfType([n.element,n.node]),show:n.bool,animate:n.oneOfType([n.bool,n.shape({openDuration:n.number,closeDuration:n.number})]),margin:n.shape({horizontal:n.number,vertical:n.number}),positionMode:n.oneOf(["fixed","absolute"]),scale:n.number,style:n.object,onClose:n.func,onPosition:n.func,onOpen:n.func},e.defaultProps={collision:{horizontal:m,vertical:b},anchorAlign:{horizontal:v,vertical:u},popupAlign:{horizontal:v,vertical:g},offset:ot,animate:!0,show:!1,margin:{horizontal:0,vertical:0},positionMode:"absolute"},e.contextType=c.$,e.displayName="PopupComponent",e}(r.Component),nt=function(){return nt=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},nt.apply(this,arguments)},at=r.createContext((function(t){return t})),st=r.forwardRef((function(t,e){var o=r.useContext(at).call(void 0,t);return r.createElement(it,nt({ref:e},o))}));st.displayName="Popup"},7827:(t,e,o)=>{o.d(e,{N:()=>r});var r=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},8047:(t,e,o)=>{o.d(e,{A:()=>r});var r=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var o={},r=function(t){return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?r(t):function(t){return"object"==typeof t?Object.keys(t).forEach((function(e){o[e]=t[e]})):o[t]=!0}(t)}))};return r(t),Object.keys(o).map((function(t){return o[t]&&t||null})).filter((function(t){return null!==t})).join(" ")}},8259:(t,e,o)=>{o.d(e,{$:()=>i,u:()=>n});var r=o(3899),i=r.createContext(0),n=function(){return r.useContext(i)};i.displayName="KendoReactZIndexContext"},5410:(t,e,o)=>{o.r(e),o.d(e,{AsyncFocusBlur:()=>G,BrowserSupportService:()=>n,COLLECTION_ACTION:()=>Q,DragAndDrop:()=>Lt,Draggable:()=>Kt,Droppable:()=>qt,FOCUSABLE_ELEMENTS:()=>Jt,FormComponent:()=>y,Icon:()=>pt,IconWrap:()=>yt,IconsContext:()=>dt,Keys:()=>C,Navigation:()=>te,SvgIcon:()=>ut,Typography:()=>At,ZIndexContext:()=>r.$,canUseDOM:()=>a.N,canUseRef:()=>s,classNames:()=>l.A,clone:()=>h,cloneArray:()=>d,cloneDate:()=>c,cloneObject:()=>u,cloneValue:()=>f,createPropsContext:()=>K,dispatchEvent:()=>V,extendDataItem:()=>D,focusFirstFocusableChild:()=>v,getActiveElement:()=>oe,getInnerActiveElement:()=>ee,getItemPath:()=>B,getScrollbarWidth:()=>S,getTabIndex:()=>g,getter:()=>x,guid:()=>w,hasRelativeStackingContext:()=>z,kendoThemeMaps:()=>Zt,mapTree:()=>L,mapTreeItem:()=>R,memoizeOne:()=>$t,noop:()=>O,setScrollbarWidth:()=>P,setter:()=>T,svgIconPropType:()=>st,toIconClass:()=>at,toIconName:()=>nt,useAsyncFocusBlur:()=>U,useCollection:()=>tt,useCustomComponent:()=>J,useDir:()=>q,useDocument:()=>et,useDraggable:()=>Xt,useDroppable:()=>Yt,useMouse:()=>$,usePropsContext:()=>W,useRtl:()=>Z,useWindow:()=>ot,useZIndexContext:()=>r.u,validatePackage:()=>N.s,withPropsContext:()=>Y});var r=o(8259),i=function(){return"undefined"!=typeof document?document:{}},n=function(){function t(){this.scrollbar=0}return Object.defineProperty(t.prototype,"scrollbarWidth",{get:function(){var t=i();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}(),a=o(7827),s=function(t){return"string"!=typeof Comment&&(function(t){return Boolean("function"==typeof t&&!!t.prototype.isReactComponent)}(t)||function(t){return Boolean(t.$$typeof&&"function"==typeof t.render)}(t))},l=o(8047),p=o(3899),c=function(t){return t?new Date(t.getTime()):null};function h(t){var e={};return u(t,e),e}function u(t,e){for(var o in t)if(t.hasOwnProperty(o)){var r=t[o];e[o]=f(r,e[o])}}function f(t,e){if(Array.isArray(t))return d(t);if(t instanceof Date)return c(t);if(p.isValidElement(t))return p.cloneElement(t,t.props);if(t&&"object"==typeof t){var o=e||{};return u(t,o),o}return t}function d(t){return t.map((function(t){return f(t,void 0)}))}var v=function(t){if(t){if((t instanceof HTMLInputElement||-1!==t.tabIndex)&&t.focus)return void t.focus();var e=t.querySelector('input, [tabindex]:not([tabindex="-1"])');e&&e.focus&&e.focus()}},y=function(){},g=function(t,e,o){var r="string"==typeof t?parseInt(t,void 0):t;if(NaN!==r)return void 0!==r?r:e?o?void 0:-1:0},m=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function b(t){var e=[];return t.replace(m,(function(t,o,r,i){e.push(void 0!==o?o:r||i)})),e}var _={};function x(t){if(_[t])return _[t];var e=b(t);return _[t]=function(t){for(var o=t,r=0;r<e.length&&o;r++)o=o[e[r]];return o},_[t]}_.undefined=function(){};var w=function(){var t,e,o="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(o+="-"),o+=(12===t?4:16===t?3&e|8:e).toString(16);return o},C={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},O=function(){},S=function(){return!(!a.N||!document.body)&&(new n).scrollbarWidth},P=function(){if(!a.N||!document.body)return!1;var t=(new n).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(t,"px"))},A={undefined:function(t){return t}},k=function(t,e){return e&&e.arrays&&!isNaN(Number(t))?[]:{}};function T(t){if(A[t])return A[t];var e=b(t);return A[t]=function(t,o,r){for(var i=t,n=e.length-1,a=0;a<n&&i;a++)i=i[e[a]]=i[e[a]]||k(e[a+1],r);i[e[n]]=o},A[t]}var j=function(){return j=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},j.apply(this,arguments)},E=function(t,e,o){if(o||2===arguments.length)for(var r,i=0,n=e.length;i<n;i++)!r&&i in e||(r||(r=Array.prototype.slice.call(e,0,i)),r[i]=e[i]);return t.concat(r||Array.prototype.slice.call(e))};function M(t,e,o){var r;return o?j(j({},t),((r={})[e]=o.length?E([],o,!0):void 0,r)):t&&t[e]?E([],t[e],!0):[]}function I(t,e,o){if(t[e]){var r=M(t,e).map((function(t){return I(t,e,o)}));return o(M(t,e,r))}return o(t)}var L=function(t,e,o){return E([],t.map((function(t){return I(t,e,o)})),!0)},R=function(t,e,o,r){for(var i=t,n=[],a=0;a<e.length;a++)i=i[e[a]],i=Array.isArray(i)?i:i[o],n.push(i);var s=n.length>1?n[n.length-2]:t,l=e[e.length-1],p=r(s[l]);s.splice(l,1,p)},D=function(t,e,o){var r;return Object.assign({},t,t[e]?((r={})[e]=t[e].slice(),r):{},o||{})},B=function(t,e,o){var r=[],i=E([],e,!0);if(i.length){var n=t[i.shift()||0];for(r.push(n);i.length&&o;)n=n[o][i.shift()||0],r.push(n)}return r},N=o(4006),z=function(t){if(!a.N)return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var o=e.createElement("div");o.style.transform="matrix(10, 0, 0, 10, 0, 0)";var r=e.createElement("div");r.appendChild(e.createTextNode("child")),r.style.position="fixed",r.style.top="10px",o.appendChild(r),e.body.appendChild(o);var i=10!==r.getBoundingClientRect().top;return e.body.removeChild(o),i};function V(t,e,o,r){if(t){var i={syntheticEvent:e,nativeEvent:e.nativeEvent,target:o};t.call(void 0,Object.assign(i,r))}}var H=function(t,e,o){if(o||2===arguments.length)for(var r,i=0,n=e.length;i<n;i++)!r&&i in e||(r||(r=Array.prototype.slice.call(e,0,i)),r[i]=e[i]);return t.concat(r||Array.prototype.slice.call(e))};function U(t){var e=t.onFocus,o=t.onBlur,r=t.onSyncFocus,i=t.onSyncBlur,n=p.useRef(!1),a=p.useRef(0),s=p.useCallback((function(t){clearTimeout(a.current),a.current=window.setTimeout((function(){return t()}))}),[a]),l=p.useCallback((function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];clearTimeout(a.current),r&&r.call(void 0,t[0]),n.current||(n.current=!0,e&&e.call.apply(e,H([void 0],t,!1)))}),[n,e,r]),c=p.useCallback((function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];i&&i.call(void 0,t[0]),s((function(){n.current&&o&&(n.current=!1,o.call.apply(o,H([void 0],t,!1)))}))}),[n,s,o,i]);return p.useEffect((function(){return function(){clearTimeout(a.current)}}),[]),{onFocus:l,onBlur:c}}var F=function(){return F=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},F.apply(this,arguments)},G=function(t){var e=t.children,o=U({onFocus:t.onFocus,onBlur:t.onBlur,onSyncFocus:t.onSyncFocus,onSyncBlur:t.onSyncBlur});return p.createElement(p.Fragment,null,e.call(void 0,F({},o)))},W=function(t,e){return p.useContext(t)(e)},X=function(){return X=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},X.apply(this,arguments)},K=function(){return p.createContext((function(t){return t}))},Y=function(t,e){return p.forwardRef((function(o,r){var i=W(t,o);return p.createElement(e,X({},i,{ref:r}))}))};function q(t,e,o){var r=p.useState(e),i=r[0],n=r[1];return p.useEffect((function(){if(!i&&window&&t.current){var e=window.getComputedStyle(t.current).direction;e&&n(e)}}),o),i}function Z(t,e,o){var r=p.useState(e),i=r[0],n=r[1];return p.useEffect((function(){if(!i&&window&&t.current){var e=window.getComputedStyle(t.current).direction;e&&n(e)}}),o),i}var Q,$=function(t,e,o){void 0===o&&(o={});var r=p.useCallback((function(r){o.onMouseDown&&o.onMouseDown.call(void 0,r),t.onMouseDown&&t.onMouseDown.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseDown,t.onMouseDown,e]),i=p.useCallback((function(r){o.onMouseUp&&o.onMouseUp.call(void 0,r),t.onMouseUp&&t.onMouseUp.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseUp,t.onMouseUp,e]);return{onClick:p.useCallback((function(r){o.onClick&&o.onClick.call(void 0,r),t.onClick&&t.onClick.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onClick,t.onClick,e]),onMouseUp:i,onMouseDown:r,onDoubleClick:p.useCallback((function(r){o.onDoubleClick&&o.onDoubleClick.call(void 0,r),t.onDoubleClick&&t.onDoubleClick.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onDoubleClick,t.onDoubleClick,e]),onMouseEnter:p.useCallback((function(r){o.onMouseEnter&&o.onMouseEnter.call(void 0,r),t.onMouseEnter&&t.onMouseEnter.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseEnter,t.onMouseEnter,e]),onMouseLeave:p.useCallback((function(r){o.onMouseLeave&&o.onMouseLeave.call(void 0,r),t.onMouseLeave&&t.onMouseLeave.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseLeave,t.onMouseLeave,e]),onMouseMove:p.useCallback((function(r){o.onMouseMove&&o.onMouseMove.call(void 0,r),t.onMouseMove&&t.onMouseMove.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseMove,t.onMouseMove,e]),onMouseOut:p.useCallback((function(r){o.onMouseOut&&o.onMouseOut.call(void 0,r),t.onMouseOut&&t.onMouseOut.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseOut,t.onMouseOut,e]),onMouseOver:p.useCallback((function(r){o.onMouseOver&&o.onMouseOver.call(void 0,r),t.onMouseOver&&t.onMouseOver.call(void 0,{target:e.current,syntheticEvent:r})}),[o.onMouseOver,t.onMouseOver,e])}},J=function(t){return[t,{}]};!function(t){t[t.add=0]="add",t[t.remove=1]="remove"}(Q||(Q={}));var tt=function(t){void 0===t&&(t=[]);var e=p.useRef(t),o=p.useCallback((function(t){switch(t.type){case Q.add:e.current.push(t.item);break;case Q.remove:var o=e.current.indexOf(t.item);e.current.splice(o,1)}}),[]);return[e.current,o]},et=function(t){var e=p.useCallback((function(){return t.current&&t.current.element?t.current.element:t.current}),[t]);return p.useCallback((function(){var t=e();return t&&t.ownerDocument||document}),[e])},ot=function(t){var e=et(t);return p.useCallback((function(){var t=e();return t&&t.defaultView||window}),[e])},rt=o(189),it={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"},nt=function(t){return t.replace(/^k-i-/,"")},at=function(t){return"k-i-"+t},st=rt.shape({name:rt.string.isRequired,content:rt.string.isRequired,viewBox:rt.string.isRequired}),lt=function(){return lt=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},lt.apply(this,arguments)},pt=p.forwardRef((function(t,e){var o=t.className,r=t.name,i=t.themeColor,n=t.size,a=t.flip,s=t.style,c=t.id,h=t.tabIndex,u=function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o}(t,["className","name","themeColor","size","flip","style","id","tabIndex"]),f=p.useRef(null),d=p.useRef(null);p.useImperativeHandle(f,(function(){return{element:d.current}})),p.useImperativeHandle(e,(function(){return f.current}));var v=p.useMemo((function(){return n||ct.size}),[n]),y=p.useMemo((function(){return a||ct.flip}),[a]),g=p.useMemo((function(){var t;return(0,l.A)("k-icon",r&&at(r),((t={})["k-color-".concat(i)]=i,t["k-flip-h"]="horizontal"===y||"both"===y,t["k-flip-v"]="vertical"===y||"both"===y,t),it[v],o)}),[r,i,v,y,o]),m=$(t,f);return p.createElement("span",lt({ref:d},u,m,{className:g,id:c,tabIndex:h,style:s,role:"presentation"}))}));pt.propTypes={style:rt.object,classNames:rt.string,name:rt.string,themeColor:rt.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:rt.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:rt.oneOf(["default","horizontal","vertical","both"])};var ct={size:"default",flip:"default"};pt.displayName="KendoIcon";var ht=function(){return ht=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},ht.apply(this,arguments)},ut=p.forwardRef((function(t,e){var o=t.children,r=t.className,i=t.svgClassName,n=t.icon,a=t.flip,s=t.id,c=t.tabIndex,h=t.size,u=t.style,f=t.svgStyle,d=t.themeColor,v=t.viewBox,y=(t.name,function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o}(t,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox","name"])),g=p.useRef(null);p.useImperativeHandle(e,(function(){return{element:g.current}}));var m=p.useMemo((function(){return n?n.name:ft.icon}),[n]),b=p.useMemo((function(){return h||ft.size}),[h]),_=p.useMemo((function(){return a||ft.flip}),[a]),x=p.useMemo((function(){return v||ft.viewBox}),[v]),w=p.useMemo((function(){var t;return(0,l.A)("k-svg-icon","k-svg-i-"+m,((t={})["k-color-".concat(d)]=d,t["k-flip-h"]="horizontal"===_||"both"===_,t["k-flip-v"]="vertical"===_||"both"===_,t),it[b],r)}),[m,d,b,_,r]),C=p.useMemo((function(){return t.width&&t.height?ht({width:t.width,height:t.height},u):t.width?ht({width:t.width,height:t.width},u):t.height?ht({width:t.height,height:t.height},u):ht({},u)}),[t.width,t.height,u]);return p.createElement("span",{className:w,style:C,ref:g},p.createElement("svg",ht({id:s,className:i,style:f,"aria-hidden":!0,tabIndex:c,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:n?n.viewBox:x,dangerouslySetInnerHTML:n?{__html:n.content}:void 0},y),n?void 0:o))}));ut.propTypes={style:rt.object,classNames:rt.string,children:rt.any,icon:rt.object,themeColor:rt.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:rt.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:rt.oneOf(["default","horizontal","vertical","both"])};var ft={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};ut.displayName="KendoSvgIcon";var dt=p.createContext({type:"svg"});dt.displayName="KendoReactIconsContext";var vt=function(){return vt=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},vt.apply(this,arguments)},yt=p.forwardRef((function(t,e){var o,r=p.useContext(dt),i=r.type,n=r.icons,a=t.icon,s=function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o}(t,["icon"]),l=(null===(o=t.icon)||void 0===o?void 0:o.name)||t.name,c=l&&n&&n[l]&&"string"!=typeof n[l]?n[l]:a;return l=l&&n&&n[l]&&"string"==typeof n[l]?n[l]:l,"svg"===i&&c?p.createElement(ut,vt({},t,{icon:c,ref:e})):p.createElement(pt,vt({},s,{name:l,ref:e}))}));yt.displayName="KendoIconWrap";var gt={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},mt={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},bt={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},_t={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},xt={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},wt={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},Ct={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},Ot={inherit:"k-color-inherit",primary:"k-color-primary",secondary:"k-color-secondary",tertiary:"k-color-tertiary",info:"k-color-info",success:"k-color-success",warning:"k-color-warning",error:"k-color-error",dark:"k-color-dark",light:"k-color-light",inverse:"k-color-inverse"},St=function(){return St=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},St.apply(this,arguments)},Pt=function(t){var e=p.forwardRef((function(e,o){var r=e.id,i=e.style,n=e.className,a=e.fontSize,s=e.fontWeight,l=e.textAlign,c=e.textTransform,h=e.themeColor,u=e.margin,f=function(t,e){var o={};for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&e.indexOf(r)<0&&(o[r]=t[r]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(t);i<r.length;i++)e.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(t,r[i])&&(o[r[i]]=t[r[i]])}return o}(e,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),d=p.useRef(null),v=p.useRef(null);p.useImperativeHandle(d,(function(){return{element:v.current,props:e}})),p.useImperativeHandle(o,(function(){return d.current}));var y=t;return p.createElement(y,St({id:r,ref:v,className:["k-".concat("p"===t?"paragraph":t),gt[a],mt[s],wt[l],Ct[c],Ot[h],function(){if(void 0!==u){if("string"==typeof u)return[bt[u]];if("number"==typeof u&&u>=0&&u<=24)return["k-m-".concat(u)];if("object"==typeof u){var t=[];return Object.keys(u).forEach((function(e){var o,r,i;null!==u[e]&&void 0!==u[e]&&t.push((o=e,i="string"==typeof(r=u[e])?_t[r]:r,"".concat(xt[o]).concat(i)))})),t.join(" ")}}}(),n].filter((function(t){return void 0!==t})).join(" "),style:i},f),e.children)}));return e.propTypes={style:rt.object,className:rt.string,fontSize:rt.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:rt.oneOf(["light","normal","bold"]),margin:rt.oneOfType([rt.number,rt.object,rt.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:rt.oneOf(["left","right","center","justify"]),textTransform:rt.oneOf(["lowercase","uppercase","capitalize"]),themeColor:rt.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},e.displayName="KendoReactTypography".concat(t.toUpperCase()),e},At={h1:Pt("h1"),h2:Pt("h2"),h3:Pt("h3"),h4:Pt("h4"),h5:Pt("h5"),h6:Pt("h6"),p:Pt("p"),code:Pt("code"),pre:Pt("pre")},kt=function(){return kt=Object.assign||function(t){for(var e,o=1,r=arguments.length;o<r;o++)for(var i in e=arguments[o])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},kt.apply(this,arguments)},Tt=function(t,e,o){var r=p.useState(e||t),i=r[0],n=r[1];return[void 0!==e?e:i,p.useCallback((function(t,e){n(t),o&&o.call(void 0,kt(kt({},e),{value:t}))}),[o,n])]},jt=p.createContext([void 0,O]),Et=p.createContext([void 0,O]),Mt=p.createContext([[],O,O]),It=p.createContext([[],O,O]),Lt=function(t){var e=Tt(null,void 0),o=e[0],r=e[1],i=Tt(null,void 0),n=i[0],a=i[1],s=tt([]),l=s[0],c=s[1],h=tt([]),u=h[0],f=h[1];return p.createElement(jt.Provider,{value:[o,r]},p.createElement(Et.Provider,{value:[n,a]},p.createElement(Mt.Provider,{value:[l,function(t){c({type:Q.add,item:t})},function(t){c({type:Q.remove,item:t})}]},p.createElement(It.Provider,{value:[u,function(t){f({type:Q.add,item:t})},function(t){f({type:Q.remove,item:t})}]},t.children))))};Lt.displayName="KendoReactDragAndDrop";var Rt,Dt=function(){var t=window&&window.navigator.userAgent;if(!t)return!1;var e=!1,o=[],r={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 r)if(r.hasOwnProperty(i)&&(o=t.match(r[i]))){(e={})[i]=!0,e[o[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,e.version=parseInt(document.DOCUMENT_NODE||o[2],10);break}return e},Bt=function(t){return t&&t.ownerDocument||window.document},Nt=function(t){var e=Dt(),o=Bt(t);return e.edge||e.safari?o.body:o.documentElement},zt=function(t){if(t&&t.className&&"string"==typeof t.className&&t.className.indexOf("k-auto-scrollable")>-1)return!0;var e=window.getComputedStyle(t,"overflow").overflow;return e.indexOf("auto")>-1||e.indexOf("scroll")>-1},Vt=function(t){var e=Nt(t);if(!t||t===document.body||t===document.documentElement)return e;for(var o=t;o&&o!==document.body&&o.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&o.nodeType!==Node.DOCUMENT_NODE&&!zt(o);)o=o.parentNode;return!o||o!==document.body&&o.nodeType!==Node.DOCUMENT_FRAGMENT_NODE?o:e};!function(t){t.POINTER_DOWN="pointerdown",t.POINTER_MOVE="pointermove",t.POINTER_UP="pointerup",t.POINTER_CANCEL="pointercancel",t.MOUSE_DOWN="mousedown",t.MOUSE_MOVE="mousemove",t.MOUSE_UP="mouseup",t.CONTEXT_MENU="contextmenu",t.TOUCH_START="touchstart",t.TOUCH_MOVE="touchmove",t.TOUCH_END="touchend",t.TOUCH_CANCEL="touchcancel",t.SCROLL="scroll",t.START="KENDO_DRAG_AND_DROP_START",t.MOVE="KENDO_DRAG_AND_DROP_MOVE",t.END="KENDO_DRAG_AND_DROP_END",t.CANCEL="KENDO_DRAG_AND_DROP_CANCEL"}(Rt||(Rt={}));var Ht=function(){},Ut=function(t,e,o){void 0===o&&(o={});var r,i,n,a,s,l=o.onIsPressedChange,p=void 0===l?Ht:l,c=o.onIsScrollingChange,h=void 0===c?Ht:c,u=o.onVelocityChange,f=void 0===u?Ht:u,d=o.onOffsetChange,v=void 0===d?Ht:d,y=o.onPageOffsetChange,g=void 0===y?Ht:y,m=o.onClientOffsetChange,b=void 0===m?Ht:m,_=o.onScrollOffsetChange,x=void 0===_?Ht:_,w=o.onInitialScrollOffsetChange,C=void 0===w?Ht:w,O=e.payload,S=O.element,P=O.hint,A=t.autoScrollDirection,k=t.scrollableParent,T=function(t,e){return function(t){return/^touch/.test(t.type)}(t)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,scrollX:e.scrollOffset.x,scrollY:e.scrollOffset.y,offsetX:e.offset.x,offsetY:e.offset.y,type:t.type,originalEvent:t,isTouch:!0,altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1}:function(t){return/^(scroll)/.test(t.type)}(t)?{pageX:e.pageOffset.x,pageY:e.pageOffset.y,clientX:e.clientOffset.x,clientY:e.clientOffset.y,scrollX:e.scrollOffset.x,scrollY:e.scrollOffset.y,offsetX:e.offset.x,offsetY:e.offset.y,type:t.type,originalEvent:t,altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,scrollX:e.scrollOffset.x,scrollY:e.scrollOffset.y,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,originalEvent:t}}(e.event,t);switch(T.type){case Rt.POINTER_DOWN:if(T.type===Rt.POINTER_DOWN&&(!T.originalEvent.isPrimary||0!==T.originalEvent.button))break;case Rt.MOUSE_DOWN:if(T.type===Rt.MOUSE_DOWN&&T.originalEvent.which&&T.originalEvent.which>1||t.ignoreMouse)break;case Rt.TOUCH_START:if(T.type===Rt.TOUCH_START&&1!==T.originalEvent.touches.length)break;case Rt.START:var j=k||Vt(e.payload.element);C(j instanceof Window?{x:j.scrollX,y:j.scrollY}:{x:j.scrollLeft,y:j.scrollTop}),b({x:T.clientX,y:T.clientY}),g({x:T.pageX,y:T.pageY}),v({x:T.offsetX,y:T.offsetY}),p(!0),O.onPress&&O.onPress(T);break;case Rt.SCROLL:if(T.type===Rt.SCROLL&&!t.pressed)break;var E=k||Vt(S),M=E instanceof Window?{x:E.scrollX,y:E.scrollY}:{x:E.scrollLeft,y:E.scrollTop};T.scrollX=M.x-t.initialScrollOffset.x,T.scrollY=M.y-t.initialScrollOffset.y,x({x:T.scrollX,y:T.scrollY});case Rt.POINTER_MOVE:if(T.type===Rt.POINTER_MOVE&&!T.originalEvent.isPrimary)break;case Rt.MOUSE_MOVE:case Rt.TOUCH_MOVE:if(T.type===Rt.TOUCH_MOVE&&1!==T.originalEvent.touches.length)break;case Rt.MOVE:if(t.pressed){if(t.autoScroll&&"scroll"!==T.originalEvent.type&&S){var I=Bt(S),L=k||Vt(I.elementFromPoint(T.clientX,T.clientY)),R=(r=T.clientX,i=T.clientY,n=function(t,e){var o=Nt(t);if(t===o)return{top:o.scrollTop,left:o.scrollLeft,bottom:o.scrollTop+e.innerHeight,right:o.scrollLeft+e.innerWidth};var r=t.getBoundingClientRect();return{bottom:r.top+r.height,right:r.left+r.width,left:r.left,top:r.top}}(L,function(t){var e=Bt(t);return e&&e.defaultView||window}(S)),a={x:0,y:0},s=50,r-n.left<s?a.x=-(s-(r-n.left)):n.right-r<s&&(a.x=s-(n.right-r)),i-n.top<s?a.y=-(s-(i-n.top)):n.bottom-i<s&&(a.y=s-(n.bottom-i)),a);f({x:A&&!1===A.horizontal?0:R.x,y:A&&!1===A.vertical?0:R.y}),h(0!==R.y||0!==R.x)}!t.drag&&O.onDragStart&&O.onDragStart(T),O.onDrag&&O.onDrag(T);var D=function(t,e){var o=0,r=null;return e.forEach((function(e){if(e&&t){var i=function(t,e){var o=t.getBoundingClientRect(),r=e.getBoundingClientRect(),i=Math.max(r.top,o.top),n=Math.max(r.left,o.left),a=Math.min(r.left+r.width,o.left+o.width),s=Math.min(r.top+r.height,o.top+o.height),l=a-n,p=s-i;if(n<a&&i<s){var c=r.width*r.height,h=o.width*o.height,u=l*p;return Number((u/(c+h-u)).toFixed(4))}return 0}(t,e);i>o&&(o=i,r=e)}})),r}(P||S,t.drops.map((function(t){return t&&t.element})).filter((function(t){return t!==(P||S)}))),B=t.drops.find((function(t){return t.element===D}));B&&D&&function(t,e,o){var r=o.getBoundingClientRect();return r.top<=e&&r.left<=t&&e<=r.bottom&&t<=r.right}(T.clientX,T.clientY,k||Vt(D))&&D!==S?(t.drop&&t.drop.element)!==D?(t.drop&&t.drop.onDragLeave&&t.drop.onDragLeave(T),B.onDragEnter&&B.onDragEnter(T)):B.onDragOver&&B.onDragOver(T):t.drop&&t.drop.onDragLeave&&t.drop.onDragLeave(T)}b({x:T.clientX,y:T.clientY}),g({x:T.pageX,y:T.pageY});break;case Rt.POINTER_UP:if(T.type===Rt.POINTER_UP&&!T.originalEvent.isPrimary)break;case Rt.MOUSE_UP:case Rt.TOUCH_END:if(T.type===Rt.TOUCH_END&&1!==T.originalEvent.touches.length)break;case Rt.END:p(!1),h(!1),x({x:0,y:0}),O.onRelease&&O.onRelease(T),t.drop&&t.drop.onDrop&&t.drop.onDrop(T),t.drag&&O.onDragEnd&&O.onDragEnd(T);break;case Rt.POINTER_CANCEL:case Rt.CONTEXT_MENU:case Rt.TOUCH_CANCEL:case Rt.CANCEL:p(!1),h(!1),x({x:0,y:0}),O.onDragEnd&&O.onDragEnd(T),t.drop&&t.drop.onDragLeave&&t.drop.onDragLeave(T)}},Ft=function(t,e){if(t){var o,r;t===Nt(t)?(o=document.body.scrollHeight>window.innerHeight,r=document.body.scrollWidth>window.innerWidth):(o=t.offsetHeight<=t.scrollHeight,r=t.offsetWidth<=t.scrollWidth);var i=t.scrollTop+e.y,n=o&&i>0&&i<t.scrollHeight,a=t.scrollLeft+e.x,s=r&&a>0&&a<t.scrollWidth;n?t.scrollTop+=e.y:o&&i<0&&(t.scrollTop=0),s?t.scrollLeft+=e.x:r&&a<0&&(t.scrollLeft=0)}},Gt=function(t,e){var o=p.useContext(t),r=o[0],i=o[1],n=p.useState(e),a=n[0],s=n[1];return[void 0!==r?r:a,function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];void 0!==r?i.apply(void 0,t):s(t[0])}]},Wt=2e3;function Xt(t,e,o){void 0===o&&(o={});var r=e.onPress,i=void 0===r?O:r,n=e.onRelease,a=void 0===n?O:n,s=e.onDragStart,l=void 0===s?O:s,c=e.onDrag,h=void 0===c?O:c,u=e.onDragEnd,f=void 0===u?O:u,d=o.hint,v=void 0===d?null:d,y=o.mouseOnly,g=void 0!==y&&y,m=o.autoScroll,b=void 0===m||m,_=o.scrollContainer,x=void 0===_?null:_,w=p.useState(!1),C=w[0],S=w[1],P=p.useState(!1),A=P[0],k=P[1],T=Gt(Et)[0],j=Gt(jt),E=j[0],M=j[1],I=p.useContext(It)[0],L=p.useContext(Mt),R=L[0],D=L[1],B=L[2],N=p.useRef({x:0,y:0}),z=p.useRef(),V=p.useRef(!1),H=p.useRef(),U=p.useRef(null),F=p.useRef(!1),G=p.useRef({x:0,y:0}),W=p.useRef({x:0,y:0}),X=p.useRef({x:0,y:0}),K=p.useRef({x:0,y:0}),Y=p.useRef({x:0,y:0}),q=p.useRef({x:0,y:0}),Z=Boolean("undefined"!=typeof window&&window.PointerEvent),Q=!g&&Z,$=p.useCallback((function(){return t.current&&t.current.element?t.current.element:t.current}),[t]),J=p.useCallback((function(){return v&&v.current&&v.current.element?v.current.element:v?v.current:null}),[v]),tt=p.useCallback((function(){return x&&x.current&&x.current.element?x.current.element:x?x.current:null}),[x]),et=p.useCallback((function(){return"object"==typeof b&&b.boundaryElementRef&&b.boundaryElementRef.current&&b.boundaryElementRef.current.element?b.boundaryElementRef.current.element:"object"==typeof b&&b.boundaryElementRef&&b.boundaryElementRef.current?b.boundaryElementRef.current:null}),[b]),ot=p.useRef(null);p.useImperativeHandle(ot,(function(){return{element:$(),hint:J(),onPress:vt,onDragStart:gt,onDrag:mt,onDragEnd:bt,onRelease:yt,data:t.current}}));var rt=p.useCallback((function(){var t=$();return t&&t.ownerDocument||document}),[$]),it=p.useCallback((function(){var t=rt();return t&&t.defaultView||window}),[rt]),nt=p.useCallback((function(){return{drag:E?E.current:null,drop:T?T.current:null,drags:R.map((function(t){return t.current})),drops:I.map((function(t){return t.current})),pressed:C,ignoreMouse:V.current,scrollOffset:Y.current,offset:G.current,pageOffset:W.current,initialScrollOffset:q.current,clientOffset:X.current,initialClientOffset:K.current,velocity:N.current,autoScroll:Boolean("object"==typeof b?!1!==b.enabled:b),scrollableParent:et(),autoScrollDirection:"object"==typeof b?b.direction:{horizontal:!0,vertical:!0},isScrolling:A}}),[E,T,R,I,C,b,et,A]),at=p.useCallback((function(t){S(t)}),[]),st=p.useCallback((function(t){k(t)}),[]),lt=p.useCallback((function(t){N.current=t}),[]),pt=p.useCallback((function(t){G.current=t}),[]),ct=p.useCallback((function(t){X.current=t}),[]),ht=p.useCallback((function(t){W.current=t}),[]),ut=p.useCallback((function(t){K.current=t}),[]),ft=p.useCallback((function(t){Y.current=t}),[]),dt=p.useCallback((function(t){q.current=t}),[]),vt=p.useCallback((function(t){i(t)}),[i]),yt=p.useCallback((function(t){a(t)}),[a]),gt=p.useCallback((function(e){M(ot,{target:t.current,event:e}),l(e)}),[M,t,l]),mt=p.useCallback((function(t){h(t)}),[h]),bt=p.useCallback((function(e){F.current||(M(null,{target:t.current,event:e}),f(e))}),[f,M,t]),_t=p.useCallback((function(t){Ut(nt(),{event:t,payload:ot.current},{onVelocityChange:lt,onOffsetChange:pt,onClientOffsetChange:ct,onPageOffsetChange:ht,onInitialClientOffsetChange:ut,onScrollOffsetChange:ft,onInitialScrollOffsetChange:dt,onIsPressedChange:at,onIsScrollingChange:st})}),[nt,lt,pt,ht,ct,ut,dt,at,ft,st]),xt=p.useCallback((function(t){_t(t)}),[_t]),wt=p.useCallback((function(t){_t(t)}),[_t]),Ct=p.useCallback((function(t){_t(t)}),[_t]),Ot=p.useCallback((function(t){_t(t)}),[_t]),St=p.useCallback((function(t){_t(t)}),[_t]),Pt=p.useCallback((function(t){_t(t)}),[_t]),At=p.useCallback((function(t){_t(t)}),[_t]),kt=p.useCallback((function(t){t.preventDefault(),_t(t)}),[_t]),Tt=p.useCallback((function(t){t.preventDefault(),_t(t)}),[_t]),Lt=p.useCallback((function(t){t.preventDefault(),_t(t)}),[_t]),Rt=p.useCallback((function(t){if(0===t.touches.length&&1===t.changedTouches.length){var e=it();V.current=!0,H.current=e.setTimeout((function(){V.current=!1}),Wt)}_t(t)}),[_t,it]),Dt=p.useCallback((function(t){_t(t)}),[_t]),Bt=p.useCallback((function(){var t=$();if(t){var e=t.style.touchAction;return t.style.touchAction="none",function(){t.style.touchAction=e}}}),[$]),Nt=p.useCallback((function(){return D(ot),function(){B(ot)}}),[B,D]);p.useEffect((function(){var t=it();if(A){var e=tt()||Vt(document.elementFromPoint(X.current.x,X.current.y));t.clearInterval(z.current),z.current=t.setInterval((function(){Ft(e,{x:N.current.x,y:N.current.y})}),50)}return function(){t.clearInterval(z.current)}}),[$,tt,it,A]),p.useEffect(Bt,[Bt]),p.useEffect((function(){var t=it(),e=$(),o=rt();return Q?(e&&(U.current=Vt(e),U.current&&U.current.addEventListener("scroll",Dt,{passive:!0}),e.addEventListener("pointerdown",xt,{passive:!0})),C&&(o.addEventListener("pointermove",wt),o.addEventListener("pointerup",Ot,!0),o.addEventListener("contextmenu",kt),o.addEventListener("pointercancel",Ct,{passive:!0}))):(t.addEventListener("touchmove",O,{capture:!1,passive:!1}),e&&(e.addEventListener("mousedown",St,{passive:!0}),g||(e.addEventListener("touchstart",Tt,{passive:!0}),C&&(e.addEventListener("touchmove",Lt,{passive:!0}),e.addEventListener("touchend",Rt,{passive:!0})))),C&&(o.addEventListener("mousemove",Pt,{passive:!0}),o.addEventListener("mouseup",At,{passive:!0}))),function(){U.current&&U.current.removeEventListener("scroll",Dt),e&&(e.removeEventListener("pointerdown",xt),e.removeEventListener("mousedown",St),e.removeEventListener("touchstart",Tt),e.removeEventListener("touchmove",Lt),e.removeEventListener("touchend",Rt)),o.removeEventListener("pointermove",wt),o.removeEventListener("pointerup",Ot,!0),o.removeEventListener("contextmenu",kt),o.removeEventListener("pointercancel",Ct),o.removeEventListener("mousemove",Pt),o.removeEventListener("mouseup",At),t.removeEventListener("touchmove",O),t.clearTimeout(H.current)}}),[C,it,$,rt,g,Q,kt,St,Pt,At,Ct,xt,wt,Ot,Rt,Lt,Tt,Dt]),p.useEffect((function(){return F.current=!1,function(){F.current=!0}}),[]),p.useLayoutEffect(Nt,[Nt])}var Kt=p.forwardRef((function(t,e){var o=p.useRef(null),r=p.useRef(null),i=p.useCallback((function(){return o.current&&o.current.element?o.current.element:o.current}),[o]);p.useImperativeHandle(r,(function(){return{element:i()||null}})),p.useImperativeHandle(e,(function(){return r.current})),p.useImperativeHandle(t.childRef,(function(){return o.current}));var n=p.useCallback((function(e){t.onPress&&t.onPress({element:i(),target:r.current,event:e})}),[i,t.onPress]),a=p.useCallback((function(e){t.onRelease&&t.onRelease({element:i(),target:r.current,event:e})}),[i,t.onRelease]),s=p.useCallback((function(e){t.onDragStart&&t.onDragStart({element:i(),target:r.current,event:e})}),[t,i]),l=p.useCallback((function(e){t.onDrag&&t.onDrag({element:i(),target:r.current,event:e})}),[i,t.onDrag]),c=p.useCallback((function(e){t.onDragEnd&&t.onDragEnd({element:i(),target:r.current,event:e})}),[i,t.onDragEnd]);return Xt(o,{onPress:n,onRelease:a,onDragStart:s,onDrag:l,onDragEnd:c},{mouseOnly:t.mouseOnly,autoScroll:t.autoScroll,hint:t.hint,scrollContainer:t.scrollContainer}),t.children?p.cloneElement(p.Children.only(t.children),{ref:o}):null}));function Yt(t,e){void 0===e&&(e={onDragEnter:O,onDragOver:O,onDragLeave:O,onDrop:O});var o=e.onDragEnter,r=void 0===o?O:o,i=e.onDragOver,n=void 0===i?O:i,a=e.onDragLeave,s=void 0===a?O:a,l=e.onDrop,c=void 0===l?O:l,h=Gt(Et)[1],u=p.useContext(It),f=u[1],d=u[2],v=p.useCallback((function(){return t.current&&t.current.element?t.current.element:t.current}),[t]),y=p.useRef(null);p.useImperativeHandle(y,(function(){return{element:v(),onDragEnter:g,onDragOver:m,onDragLeave:b,onDrop:_,data:t.current}}));var g=p.useCallback((function(e){h(y,{target:t.current,event:e}),r(e)}),[h,t,r]),m=p.useCallback((function(t){n(t)}),[n]),b=p.useCallback((function(e){h(null,{target:t.current,event:e}),s(e)}),[h,t,s]),_=p.useCallback((function(e){h(null,{target:t.current,event:e}),c(e)}),[h,t,c]),x=p.useCallback((function(){return f(y),function(){d(y)}}),[d,f]);p.useLayoutEffect(x,[x])}Kt.displayName="KendoReactDraggable";var qt=p.forwardRef((function(t,e){var o=p.useRef(null),r=p.useRef(null),i=p.useCallback((function(){return o.current&&o.current.element?o.current.element:o.current}),[o]);p.useImperativeHandle(r,(function(){return{element:i()||void 0}})),p.useImperativeHandle(e,(function(){return r.current})),p.useImperativeHandle(t.childRef,(function(){return o.current}));var n=p.useCallback((function(e){t.onDragEnter&&t.onDragEnter({element:i(),target:r.current,event:e})}),[t.onDragEnter,i]),a=p.useCallback((function(e){t.onDragOver&&t.onDragOver({element:i(),target:r.current,event:e})}),[i,t.onDragOver]),s=p.useCallback((function(e){t.onDragLeave&&t.onDragLeave({element:i(),target:r.current,event:e})}),[t.onDragLeave,i]),l=p.useCallback((function(e){t.onDrop&&t.onDrop({element:i(),target:r.current,event:e})}),[t.onDrop,i]);return Yt(o,{onDragEnter:n,onDragOver:a,onDragLeave:s,onDrop:l}),t.children?p.cloneElement(p.Children.only(t.children),{ref:o}):null}));qt.displayName="KendoReactDroppable";var Zt={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}};function Qt(t,e){if(t.length!==e.length)return!1;for(var o=0;o<t.length;o++)if(!((r=t[o])===(i=e[o])||Number.isNaN(r)&&Number.isNaN(i)))return!1;var r,i;return!0}function $t(t,e){void 0===e&&(e=Qt);var o=null;function r(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];if(o&&o.lastThis===this&&e(r,o.lastArgs))return o.lastResult;var n=t.apply(this,r);return o={lastResult:n,lastArgs:r,lastThis:this},n}return r.clear=function(){o=null},r}var Jt=["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]"],te=function(){function t(t){var e=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(t,o){var r=e.elements,i=r.indexOf(t)+o;i=i<0?r.length-1:i,e.focusElement(r[i%r.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.current?Array.from(this.root.current.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"first",{get:function(){return this.root.current&&this.root.current.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(",")),o=" "===t.key?"Space":t.key,r=t.nativeEvent.type;e&&this.keyboardEvents[r][o]&&this.keyboardEvents[r][o].call(void 0,e,this,t)},t.prototype.triggerMouseEvent=function(t){var e=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),o=t.nativeEvent.type;e&&this.mouseEvents[o].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}(),ee=function(t){var e=t.shadowRoot,o=t.contentDocument;return e&&e.activeElement?ee(e.activeElement):o&&o.activeElement?ee(o.activeElement):t},oe=function(t){if(t&&t.activeElement)return ee(t.activeElement)}},4006:(t,e,o)=>{o.d(e,{s:()=>i});var r=o(9302);function i(t){if(void 0!==r)r.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)}}},4407:t=>{t.exports=r},9302:t=>{t.exports=i},499:t=>{t.exports=o},189:t=>{t.exports=e},3899:e=>{e.exports=t},994:t=>{t.exports=n}},s={};function l(t){var e=s[t];if(void 0!==e)return e.exports;var o=s[t]={exports:{}};return a[t].call(o.exports,o,o.exports,l),o.exports}return l.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return l.d(e,{a:e}),e},l.d=(t,e)=>{for(var o in e)l.o(e,o)&&!l.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},l.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),l.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},l(468)})()}));
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("prop-types"),require("@progress/kendo-react-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing"),require("react-dom"),require("react-transition-group")):"function"==typeof define&&define.amd?define(["react","prop-types","@progress/kendo-react-intl","@progress/kendo-drawing","@progress/kendo-licensing","react-dom","react-transition-group"],e):"object"==typeof exports?exports.KendoReactCharts=e(require("react"),require("prop-types"),require("@progress/kendo-react-intl"),require("@progress/kendo-drawing"),require("@progress/kendo-licensing"),require("react-dom"),require("react-transition-group")):t.KendoReactCharts=e(t.React,t.PropTypes,t.KendoReactIntl,t.KendoDrawing,t.KendoLicensing,t.ReactDOM,t.ReactTransitionGroup)}(self,(function(t,e,o,n,r,i,a){return(()=>{"use strict";var s={2795:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o},s=this&&this.__spreadArray||function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.BaseChart=void 0;var c=o(3899),l=o(189),h=o(499),p=o(3981),u=o(3310),v=o(9075),d=o(3758),f=o(2368),m=o(290),y=o(8803),g=o(3113),b=o(6600),x=o(9075);o(6410);var w=o(2461),_=o(9373),z=o(5201),C=o(3310),M=o(7363),k=o(468),O=function(t){function e(e){var o=t.call(this,e)||this;return o.chartInstance=null,o.surface=null,o._element=null,o.optionsStore={},o.optionsUnsubscriber=Function.prototype,o.themeStore={},o.themeUnsubscriber=Function.prototype,o.observersStore={},o.suppressTransitions=!1,o.onRender=function(t){null!==o.chartInstance&&(o.surface=t.sender.surface,o.trigger("render",t))},o.onDrilldown=function(t){var e,n=o.optionsStore.getState().series.find((function(e){return e.name===t.series.name}));if(!n.drilldownSeriesFactory)return!0;var r="onDrilldown";if(o.props.hasOwnProperty(r)){var a={seriesName:n.name,drilldownValue:t.value},c=s(s([],(null===(e=o.props.drilldownState)||void 0===e?void 0:e.steps)||[],!0),[a],!1),l=o.props.getTarget(),h=i(i({},t),{currentState:o.props.drilldownState,nextState:{steps:c}}),p=new k.DrilldownEvent(h,l);o.props[r].call(void 0,p)}return!0},o.onLegendItemClick=function(t){if(null!==o.chartInstance)if(o.props.onLegendItemClick)o.trigger("legendItemClick",t);else{var e=o.optionsStore.getState().series;if(!e)return;var n={},r=t.seriesIndex,i=t.pointIndex,a=e[r];if(void 0===i)n=Object.assign({},a,{visible:(0,x.toggle)(a.visible)});else{var s=a.pointVisibility=a.pointVisibility||[];s[i]=(0,x.toggle)(s[i]),n=Object.assign({},a)}o.optionsStore.dispatch({chartCollectionIdxKey:"series_".concat(r),payload:n}),o.suppressTransitions=!0}},o.onWindowResize=function(){null!==o.chartInstance&&o.chartInstance.resize()},o.onChartMouseLeave=function(t){var e=(0,m.toDomEvent)(o,t);o.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==o.chartInstance&&o.chartInstance.hideElements()},o.onChildMouseLeave=function(t){var e=t.syntheticEvent;return o.chartInstance&&!(0,v.hasParent)(e.relatedTarget,o.element)&&o.chartInstance.hideElements(),!1},(0,C.validatePackage)(M.packageMetadata),o.optionsStore=(0,g.default)(b.optionsReducer),o.observersStore=(0,g.default)(b.observersReducer),o.childrenObserver=new p.InstanceObserver(o,{onMouseLeave:"onChildMouseLeave"}),o.state={optionsStore:o.optionsStore,observersStore:o.observersStore,childrenObserver:o.childrenObserver,drilldownState:{steps:[]}},o.themeStore=(0,g.default)(b.themeReducer),o.chartObserver=new p.InstanceObserver(o,{render:"onRender",legendItemClick:"onLegendItemClick",drilldown:"onDrilldown"}),o}return r(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),e.getDerivedStateFromProps=function(t,e){return i(i({},e),{drilldownState:t.drilldownState||[]})},e.prototype.componentDidMount=function(){var t,e=(null===(t=this._element)||void 0===t?void 0:t.ownerDocument)||document;(0,y.loadTheme)(this.themeStore,this.instantiateCoreChart.bind(this),e),this.optionsUnsubscriber=this.optionsStore.subscribe(this.refresh.bind(this)),this.themeUnsubscriber=this.themeStore.subscribe(this.refresh.bind(this)),window.addEventListener("resize",this.onWindowResize)},e.prototype.componentWillUnmount=function(){this.optionsUnsubscriber(),this.themeUnsubscriber(),null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},e.prototype.componentDidUpdate=function(t){var e=this.props,o=e.dir,n=(e.children,a(e,["dir","children"]));if(null!==this.chartInstance){var r=(0,h.provideIntlService)(this),i=this.chartInstance.chartService,s=r.locale!==i._intlService.locale,c=Object.entries(t).filter((function(t){return"dir"!==t[0]&&"children"!==t[0]})).some((function(t){var e=t[0],o=t[1];return!(n.hasOwnProperty(e)&&n[e]===o)}));s&&(this.chartInstance.chartService._intlService=r,this.chartInstance.chartService.format._intlService=r,c||this.chartInstance.noTransitionsRedraw()),c&&this.refresh(),t.dir!==o&&this.chartInstance.setDirection(this.getDirection(o))}},e.prototype.render=function(){var t=this,e=this.props,o=e.style,n=void 0===o?{}:o,r=e.className,i=e.wrapper,a=e.children,s=Object.assign({},n,{position:"relative"}),l=c.createElement(i,{className:r,style:s,key:"chartElement"},c.createElement("div",{onMouseLeave:this.onChartMouseLeave,ref:function(e){return t._element=e},className:"k-chart-surface"},a));return c.createElement(z.ChartContext.Provider,{value:this.state},c.createElement(w.SeriesTooltip,{key:"seriesTooltip"}),c.createElement(_.CrosshairTooltipContainer,{key:"crosshairTooltips"}),l)},e.prototype.getDirection=function(t){return"rtl"===(void 0!==t?t:u.canUseDOM&&window.getComputedStyle(this.element).direction||"ltr")},e.prototype.getChartOptions=function(){var t=this.props,e=t.renderAs,o=t.pannable,n=t.zoomable,r=t.paneDefaults,i=t.panes,a=t.transitions,s=t.seriesColors,c=t.seriesDefaults,l=t.axisDefaults,h=t.deriveOptionsFromParent,p={};return void 0!==e&&(p.renderAs=e),void 0!==o&&(p.pannable=o),void 0!==n&&(p.zoomable=n),void 0!==r&&(p.paneDefaults=r),void 0!==i&&(p.panes=i),void 0!==a&&(p.transitions=a),void 0!==s&&(p.seriesColors=s),void 0!==c&&(p.seriesDefaults=c),void 0!==l&&(p.axisDefaults=l),p=Object.assign(p,this.optionsStore.getState()),h&&(p=h(p)),p},e.prototype.refresh=function(){if(null!==this.chartInstance){var t=this.themeStore.getState(),e=this.getChartOptions(),o=e.transitions;this.suppressTransitions&&(e.transitions=!1),this.props.onRefresh?this.props.onRefresh.call(void 0,e,t,this.chartInstance):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=o,this.suppressTransitions=!1)}},e.prototype.instantiateCoreChart=function(){var t=this.props,e=t.dir,o=t.chartConstructor,n=this.getChartOptions();this.chartInstance=new o(this.element,n,this.themeStore.getState(),{rtl:this.getDirection(e),intlService:(0,h.provideIntlService)(this),observer:this.chartObserver,sender:this})},e.prototype.trigger=function(t,e){for(var o=this.props.getTarget(),n=(0,f.create)(t,e,o),r="on"+t.charAt(0).toUpperCase()+t.slice(1),i=this.observersStore.getState(),a=!1,s=0;s<i.length;s++)i[s].trigger(t,e)&&(a=!0);return!1===a&&n&&this.props.hasOwnProperty(r)?(this.props[r].call(void 0,n),n.isDefaultPrevented&&n.isDefaultPrevented()):a},e.prototype.requiresHandlers=function(t){for(var e=0;e<t.length;e++){var o=t[e],n="on"+o.charAt(0).toUpperCase()+o.slice(1);if(this.props.hasOwnProperty(n))return!0}return!1},e.prototype.triggerDomEvent=function(t,e){for(var o=this.observersStore.getState(),n=!1,r=0;r<o.length;r++)o[r].trigger(t,e)&&(n=!0);return n},e.propTypes={dir:l.string,renderAs:l.oneOf(["svg","canvas"])},e.defaultProps={renderAs:"svg"},e}(c.Component);e.BaseChart=O,(0,h.registerForIntl)(O),p.DomEventsBuilder.register(d.DomEventsBuilder)},8613:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.Chart=void 0;var s=o(3899),c=o(2795),l=o(5870),h=o(3981),p=o(3310),u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._baseChart=null,e.getTarget=function(){return e},e}return r(e,t),Object.defineProperty(e.prototype,"chartInstance",{get:function(){return null!==this._baseChart?this._baseChart.chartInstance:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"surface",{get:function(){return null!==this._baseChart?this._baseChart.surface:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"element",{get:function(){return null!==this._baseChart?this._baseChart.element:null},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.donutCenterRender,n=e.children,r=e.className,u=a(e,["donutCenterRender","children","className"]);return s.createElement(c.BaseChart,i({},u,{ref:function(e){return t._baseChart=e},chartConstructor:h.Chart,getTarget:this.getTarget,wrapper:"div",className:(0,p.classNames)("k-chart k-widget",r)}),n,s.createElement(l.DonutCenter,{render:o}))},e}(s.Component);e.Chart=u},3833:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)},r=this&&this.__spreadArray||function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartBreadcrumb=void 0;var i=o(3899),a=o(189),s=o(6217),c=o(3310),l=o(8696),h=o(8780);e.ChartBreadcrumb=i.forwardRef((function(t,e){var o=i.useRef(null),a=i.useRef(null);i.useImperativeHandle(o,(function(){return{element:a.current,props:t}})),i.useImperativeHandle(e,(function(){return o.current}));var p=[n({id:"0"},t.rootItem||{text:"Home",icon:i.createElement(c.SvgIcon,{icon:l.homeIcon,style:{marginInlineEnd:"4px"}})})];t.drilldownState&&(p=r(r([],p,!0),t.drilldownState.steps.map((function(t,e){return{id:(e+1).toString(),text:t.drilldownValue}})),!0));var u=n(n({},t),{data:p});return i.createElement("div",null,i.createElement(s.Breadcrumb,n({},u,{onItemSelect:function(e){var o,n="onDrilldownStateChange";if(t.hasOwnProperty(n)){var r=p.findIndex((function(t){return t.id===e.id})),i={steps:((null===(o=t.drilldownState)||void 0===o?void 0:o.steps)||[]).slice(0,r)},a=new h.DrilldownStateChangeEvent({currentState:t.drilldownState,nextState:i});t[n].call(void 0,a)}}})))}));var p={id:a.string,style:a.object,className:a.string,breadcrumbOrderedList:a.elementType,breadcrumbListItem:a.elementType,breadcrumbDelimiter:a.elementType,breadcrumbLink:a.elementType,dir:a.oneOf(["ltr","rtl"]),disabled:a.bool,valueField:a.string,textField:a.string,iconField:a.string,iconClassField:a.string,onItemSelect:a.func,ariaLabel:a.string,onDrilldownStateChange:a.func,drilldownState:a.shape({steps:a.array}),rootItem:a.object};e.ChartBreadcrumb.displayName="KendoReactChartBreadcrumb",e.ChartBreadcrumb.propTypes=p,e.ChartBreadcrumb.defaultProps={valueField:"id",textField:"text",iconField:"icon",iconClassField:"iconClass",data:[]}},5201:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartContext=void 0;var n=o(3899);e.ChartContext=n.createContext(null),e.ChartContext.displayName="ChartContext"},4890:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.Container=void 0;var o=function(t){return t.children};e.Container=o,o.displayName="Container"},5870:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DonutCenter=void 0;var i=o(3899),a=o(3981),s=o(5201),c=function(t){function e(e,o){var n=t.call(this,e,o)||this;return n.context=null,n.state={donutCenterStyles:null},n.chartObserver=new a.InstanceObserver(n,{render:"onRender"}),o.observersStore.dispatch({type:"add",payload:n.chartObserver}),n}return r(e,t),e.prototype.render=function(){var t=this.props.render,e=this.state.donutCenterStyles,o=null;return t&&e&&(o=i.createElement("div",{className:"k-chart-donut-center",style:e},i.createElement(t,null))),o},e.prototype.onRender=function(t){var e,o=null===(e=this.context)||void 0===e?void 0:e.optionsStore.getState().series,n=Array.isArray(o)?o[0]:null,r=t.sender._plotArea.charts;if(n&&"donut"===n.type&&0!==r[0].points.length){var i=r[0].points[0].sector,a=i.innerRadius,s=i.center.y-a,c=i.center.x-a,l=2*a;this.setState({donutCenterStyles:{height:l,left:c,top:s,width:l}})}},e.contextType=s.ChartContext,e}(i.Component);e.DonutCenter=c},2170:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.Sparkline=void 0;var s=o(3899),c=o(2795),l=o(3981),h=o(3310),p=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._baseChart=null,e.deriveOptionsFromParent=function(t){var o=e.props,n=o.type,r=o.data,i=Object.assign({},t,{type:n,data:r});return l.Sparkline.normalizeOptions(i)},e.getTarget=function(){return e},e}return r(e,t),Object.defineProperty(e.prototype,"chartInstance",{get:function(){return null!==this._baseChart?this._baseChart.chartInstance:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"surface",{get:function(){return null!==this._baseChart?this._baseChart.surface:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"element",{get:function(){return null!==this._baseChart?this._baseChart.element:null},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.children,n=(e.type,e.className),r=a(e,["children","type","className"]);return s.createElement(c.BaseChart,i({},r,{ref:function(e){return t._baseChart=e},chartConstructor:l.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,className:(0,h.classNames)("k-sparkline k-widget",n)}),o)},e}(s.Component);e.Sparkline=p},5930:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.StockChart=void 0;var s=o(3899),c=o(2795),l=o(3981),h=o(3310),p={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},u=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._baseChart=null,e.deriveOptionsFromParent=function(t){var e=Object.assign({},t.navigator||{},p);return Object.assign({},t,{navigator:e})},e.onRefresh=function(t,o,n){e.props.partialRedraw?(n.applyOptions(t),n.bindCategories(),n.navigator.redrawSlaves()):n.setOptions(t,o)},e.getTarget=function(){return e},e}return r(e,t),Object.defineProperty(e.prototype,"chartInstance",{get:function(){return null!==this._baseChart?this._baseChart.chartInstance:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"surface",{get:function(){return null!==this._baseChart?this._baseChart.surface:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"element",{get:function(){return null!==this._baseChart?this._baseChart.element:null},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.children,n=e.className,r=a(e,["children","className"]);return s.createElement(c.BaseChart,i({},r,{ref:function(e){return t._baseChart=e},chartConstructor:l.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,className:(0,h.classNames)("k-stockchart k-widget",n)}),o)},e}(s.Component);e.StockChart=u},1751:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},4449:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0})},6894:(t,e,o)=>{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.DrilldownStateChangeEvent=e.DrilldownEvent=e.DragStartEvent=e.DragEvent=e.DragEndEvent=e.AxisLabelClickEvent=void 0;var n=o(5161);Object.defineProperty(e,"AxisLabelClickEvent",{enumerable:!0,get:function(){return n.AxisLabelClickEvent}});var r=o(3803);Object.defineProperty(e,"DragEndEvent",{enumerable:!0,get:function(){return r.DragEndEvent}});var i=o(3251);Object.defineProperty(e,"DragEvent",{enumerable:!0,get:function(){return i.DragEvent}});var a=o(881);Object.defineProperty(e,"DragStartEvent",{enumerable:!0,get:function(){return a.DragStartEvent}});var s=o(3240);Object.defineProperty(e,"DrilldownEvent",{enumerable:!0,get:function(){return s.DrilldownEvent}});var c=o(8780);Object.defineProperty(e,"DrilldownStateChangeEvent",{enumerable:!0,get:function(){return c.DrilldownStateChangeEvent}});var l=o(8959);Object.defineProperty(e,"LegendItemClickEvent",{enumerable:!0,get:function(){return l.LegendItemClickEvent}});var h=o(6099);Object.defineProperty(e,"LegendItemHoverEvent",{enumerable:!0,get:function(){return h.LegendItemHoverEvent}});var p=o(8922);Object.defineProperty(e,"NavigatorFilterEvent",{enumerable:!0,get:function(){return p.NavigatorFilterEvent}});var u=o(8888);Object.defineProperty(e,"NoteClickEvent",{enumerable:!0,get:function(){return u.NoteClickEvent}});var v=o(8911);Object.defineProperty(e,"NoteHoverEvent",{enumerable:!0,get:function(){return v.NoteHoverEvent}});var d=o(4761);Object.defineProperty(e,"PlotAreaClickEvent",{enumerable:!0,get:function(){return d.PlotAreaClickEvent}});var f=o(4009);Object.defineProperty(e,"PlotAreaHoverEvent",{enumerable:!0,get:function(){return f.PlotAreaHoverEvent}});var m=o(6765);Object.defineProperty(e,"RenderEvent",{enumerable:!0,get:function(){return m.RenderEvent}});var y=o(2499);Object.defineProperty(e,"SelectEndEvent",{enumerable:!0,get:function(){return y.SelectEndEvent}});var g=o(2154);Object.defineProperty(e,"SelectEvent",{enumerable:!0,get:function(){return g.SelectEvent}});var b=o(3547);Object.defineProperty(e,"SelectStartEvent",{enumerable:!0,get:function(){return b.SelectStartEvent}});var x=o(1604);Object.defineProperty(e,"SeriesClickEvent",{enumerable:!0,get:function(){return x.SeriesClickEvent}});var w=o(5535);Object.defineProperty(e,"SeriesHoverEvent",{enumerable:!0,get:function(){return w.SeriesHoverEvent}});var _=o(2706);Object.defineProperty(e,"ZoomEndEvent",{enumerable:!0,get:function(){return _.ZoomEndEvent}});var z=o(8526);Object.defineProperty(e,"ZoomEvent",{enumerable:!0,get:function(){return z.ZoomEvent}});var C=o(8476);Object.defineProperty(e,"ZoomStartEvent",{enumerable:!0,get:function(){return C.ZoomStartEvent}})},5487:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.WeekStartDay=void 0;var n=o(3203);Object.defineProperty(e,"WeekStartDay",{enumerable:!0,get:function(){return n.WeekStartDay}})},4011:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaults=void 0;var r=o(3899),i=o(8096);e.ChartAxisDefaults=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"axisDefaults"}))}},6688:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxis=void 0;var r=o(3899),i=o(1958),a=o(7889),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"categoryAxis"}))};e.ChartCategoryAxis=c,c.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartCategoryAxisItem)}}},7889:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisItem=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t))};e.ChartCategoryAxisItem=a,a.displayName="ChartCategoryAxisItem"},8916:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartArea=void 0;var r=o(3899),i=o(8096);e.ChartArea=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"chartArea"}))}},4349:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegend=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"legend"}))};e.ChartLegend=a,a.defaultProps={visible:!0}},4603:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigator=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"navigator"}))};e.ChartNavigator=a,a.defaultProps={visible:!0,position:"bottom"}},4209:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPane=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t))};e.ChartPane=a,a.displayName="ChartPane"},9327:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaults=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"paneDefaults"}))};e.ChartPaneDefaults=a,a.displayName="ChartPaneDefaults"},3100:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPanes=void 0;var r=o(3899),i=o(1958),a=o(4209),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"panes"}))};e.ChartPanes=c,c.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartPane)}}},6007:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPlotArea=void 0;var r=o(3899),i=o(8096);e.ChartPlotArea=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"plotArea"}))}},8689:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeries=void 0;var r=o(3899),i=o(1958),a=o(5083),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"series"}))};e.ChartSeries=c,c.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartSeriesItem)}}},9448:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaults=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaults=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"seriesDefaults"}))}},5083:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItem=void 0;var r=o(3899),i=o(8096),a=o(5201),s=function(t){var e=function(t){return r.createElement(r.Fragment,null)};t.drilldownSeriesFactory&&(e=t.drilldownSeriesFactory);var o=function(e){var o,n;return e&&(null===(n=null===(o=e.drilldownState)||void 0===o?void 0:o.steps)||void 0===n?void 0:n.find((function(e){return e.seriesName===t.name})))};return r.createElement(a.ChartContext.Consumer,null,(function(a){return o(a)?r.createElement(e,{_chartCollectionIdxKey:t._chartCollectionIdxKey,drilldownValue:o(a).drilldownValue}):r.createElement(i.ConfigurationComponent,n({},t))}))};e.ChartSeriesItem=s,s.displayName="ChartSeriesItem"},9717:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSubtitle=void 0;var r=o(3899),i=o(8096);e.ChartSubtitle=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"subtitle"}))}},2352:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTitle=void 0;var r=o(3899),i=o(8096);e.ChartTitle=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))}},4171:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartTooltip=a,a.defaultProps={visible:!0}},2787:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxis=void 0;var r=o(3899),i=o(1958),a=o(3545),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"valueAxis"}))};e.ChartValueAxis=c,c.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartValueAxisItem)}}},3545:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisItem=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t))};e.ChartValueAxisItem=a,a.displayName="ChartValueAxisItem"},7819:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxis=void 0;var r=o(3899),i=o(1958),a=o(7250),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"xAxis"}))};e.ChartXAxis=c,c.prototype={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartXAxisItem)}}},7250:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisItem=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t))};e.ChartXAxisItem=a,a.displayName="ChartXAxisItem"},8791:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxis=void 0;var r=o(3899),i=o(1958),a=o(5876),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"yAxis"}))};e.ChartYAxis=c,c.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartYAxisItem)}}},5876:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisItem=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t))};e.ChartYAxisItem=a,a.displayName="ChartYAxisItem"},2797:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomable=void 0;var r=o(3899),i=o(8096);e.ChartZoomable=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"zoomable"}))}},7239:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshair=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"crosshair"}))};e.ChartAxisDefaultsCrosshair=a,a.defaultProps={visible:!0},a.displayName="ChartAxisDefaultsCrosshair"},6609:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartAxisDefaultsCrosshairTooltip=a,a.defaultProps={visible:!0},a.displayName="ChartAxisDefaultsCrosshairTooltip"},6406:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartAxisDefaultsLabels=a,a.displayName="ChartAxisDefaultsLabels"},8129:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartAxisDefaultsTitle=a,a.displayName="ChartAxisDefaultsTitle"},7725:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartAxisDefaultsCrosshairTooltip=e.ChartAxisDefaultsCrosshair=e.ChartAxisDefaultsLabels=e.ChartAxisDefaultsTitle=void 0;var n=o(8129);Object.defineProperty(e,"ChartAxisDefaultsTitle",{enumerable:!0,get:function(){return n.ChartAxisDefaultsTitle}});var r=o(6406);Object.defineProperty(e,"ChartAxisDefaultsLabels",{enumerable:!0,get:function(){return r.ChartAxisDefaultsLabels}});var i=o(7239);Object.defineProperty(e,"ChartAxisDefaultsCrosshair",{enumerable:!0,get:function(){return i.ChartAxisDefaultsCrosshair}});var a=o(6609);Object.defineProperty(e,"ChartAxisDefaultsCrosshairTooltip",{enumerable:!0,get:function(){return a.ChartAxisDefaultsCrosshairTooltip}})},1958:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CollectionConfigurationComponent=void 0;var a=o(3899),s=o(5201),c=function(t){function e(e,o){var n=t.call(this,e,o)||this;return n.optionsStore=o.optionsStore,n}return r(e,t),e.prototype.renderChildren=function(t,e){var o=t.props.children,n=this.props,r=n._chartKey,s=n._parentStore,c=i(i({},t.props),{_chartCollectionIdxKey:"".concat(r,"_").concat(e),_parentStore:s});return a.cloneElement(t,c,o)},e.prototype.render=function(){var t=this,e=this.props,o=e._chartKey,n=e._parentStore,r=e.children;return(n||this.optionsStore).dispatch({chartKey:o,payload:[]}),a.Children.map(r,(function(e,o){return a.isValidElement(e)?t.renderChildren(e,o):e}))},e.contextType=s.ChartContext,e}(a.Component);e.CollectionConfigurationComponent=c},8096:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.ConfigurationComponent=void 0;var s=o(3899),c=o(3113),l=o(6600),h=o(5201),p=function(t){function e(e,o){var n=t.call(this,e,o)||this;return n.optionsStore=o.optionsStore,n.childStore=(0,c.default)(l.optionsReducer),n}return r(e,t),e.prototype.render=function(){var t=this,e=this.props.children;return void 0!==e?s.Children.map(e,(function(e){return s.isValidElement(e)?t.renderChildren(e):e})):null},e.prototype.componentDidMount=function(){this.dispatch()},e.prototype.componentDidUpdate=function(){this.dispatch()},e.prototype.dispatch=function(){var t=this.props,e=t._chartKey,o=t._chartCollectionIdxKey,n=t._parentStore,r=(t.children,a(t,["_chartKey","_chartCollectionIdxKey","_parentStore","children"]));(n||this.optionsStore).dispatch({chartKey:e,chartCollectionIdxKey:o,payload:Object.assign({},r,this.childStore.getState())})},e.prototype.renderChildren=function(t){var e=t.props.children,o=i(i({},t.props),{_parentStore:this.childStore});return s.cloneElement(t,o,e)},e.contextType=h.ChartContext,e}(s.Component);e.ConfigurationComponent=p},6041:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshair=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"crosshair"}))};e.ChartCategoryAxisCrosshair=a,a.defaultProps={visible:!0}},5460:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisCrosshairTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartCategoryAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},8746:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartCategoryAxisLabels=a,a.defaultProps={visible:!0}},5021:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotes=void 0;var r=o(3899),i=o(8096);e.ChartCategoryAxisNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},588:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartCategoryAxisNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},80:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartCategoryAxisNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},4894:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"rangeLabels"}))};e.ChartCategoryAxisRangeLabels=a,a.defaultProps={visible:!0}},5150:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartCategoryAxisTitle=a,a.displayName="ChartCategoryAxisTitle"},666:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartCategoryAxisRangeLabels=e.ChartCategoryAxisNotesLabel=e.ChartCategoryAxisNotesIcon=e.ChartCategoryAxisNotes=e.ChartCategoryAxisLabels=e.ChartCategoryAxisTitle=e.ChartCategoryAxisCrosshairTooltip=e.ChartCategoryAxisCrosshair=void 0;var n=o(6041);Object.defineProperty(e,"ChartCategoryAxisCrosshair",{enumerable:!0,get:function(){return n.ChartCategoryAxisCrosshair}});var r=o(5460);Object.defineProperty(e,"ChartCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return r.ChartCategoryAxisCrosshairTooltip}});var i=o(5150);Object.defineProperty(e,"ChartCategoryAxisTitle",{enumerable:!0,get:function(){return i.ChartCategoryAxisTitle}});var a=o(8746);Object.defineProperty(e,"ChartCategoryAxisLabels",{enumerable:!0,get:function(){return a.ChartCategoryAxisLabels}});var s=o(5021);Object.defineProperty(e,"ChartCategoryAxisNotes",{enumerable:!0,get:function(){return s.ChartCategoryAxisNotes}});var c=o(588);Object.defineProperty(e,"ChartCategoryAxisNotesIcon",{enumerable:!0,get:function(){return c.ChartCategoryAxisNotesIcon}});var l=o(80);Object.defineProperty(e,"ChartCategoryAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartCategoryAxisNotesLabel}});var h=o(4894);Object.defineProperty(e,"ChartCategoryAxisRangeLabels",{enumerable:!0,get:function(){return h.ChartCategoryAxisRangeLabels}})},158:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItems=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"inactiveItems"}))};e.ChartLegendInactiveItems=a,a.displayName="ChartLegendInactiveItems"},6212:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendItem=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"item"}))};e.ChartLegendItem=a,a.displayName="ChartLegendItem"},4109:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartLegendTitle=a,a.displayName="ChartLegendTitle"},8537:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartLegendInactiveItems=e.ChartLegendTitle=e.ChartLegendItem=void 0;var n=o(6212);Object.defineProperty(e,"ChartLegendItem",{enumerable:!0,get:function(){return n.ChartLegendItem}});var r=o(4109);Object.defineProperty(e,"ChartLegendTitle",{enumerable:!0,get:function(){return r.ChartLegendTitle}});var i=o(158);Object.defineProperty(e,"ChartLegendInactiveItems",{enumerable:!0,get:function(){return i.ChartLegendInactiveItems}})},5388:function(t,e,o){var n=this&&this.__createBinding||(Object.create?function(t,e,o,n){void 0===n&&(n=o);var r=Object.getOwnPropertyDescriptor(e,o);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[o]}}),Object.defineProperty(t,n,r)}:function(t,e,o,n){void 0===n&&(n=o),t[n]=e[o]}),r=this&&this.__exportStar||function(t,e){for(var o in t)"default"===o||Object.prototype.hasOwnProperty.call(e,o)||n(e,t,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartZoomable=e.ChartYAxisItem=e.ChartYAxis=e.ChartXAxisItem=e.ChartXAxis=e.ChartValueAxisItem=e.ChartValueAxis=e.ChartTooltip=e.ChartTitle=e.ChartSubtitle=e.ChartSeriesItem=e.ChartSeriesDefaults=e.ChartSeries=e.ChartPlotArea=e.ChartPanes=e.ChartPaneDefaults=e.ChartPane=e.ChartNavigator=e.ChartLegend=e.ChartCategoryAxisItem=e.ChartCategoryAxis=e.ChartAxisDefaults=e.ChartArea=void 0;var i=o(8916);Object.defineProperty(e,"ChartArea",{enumerable:!0,get:function(){return i.ChartArea}});var a=o(4011);Object.defineProperty(e,"ChartAxisDefaults",{enumerable:!0,get:function(){return a.ChartAxisDefaults}});var s=o(6688);Object.defineProperty(e,"ChartCategoryAxis",{enumerable:!0,get:function(){return s.ChartCategoryAxis}});var c=o(7889);Object.defineProperty(e,"ChartCategoryAxisItem",{enumerable:!0,get:function(){return c.ChartCategoryAxisItem}});var l=o(4349);Object.defineProperty(e,"ChartLegend",{enumerable:!0,get:function(){return l.ChartLegend}});var h=o(4603);Object.defineProperty(e,"ChartNavigator",{enumerable:!0,get:function(){return h.ChartNavigator}});var p=o(4209);Object.defineProperty(e,"ChartPane",{enumerable:!0,get:function(){return p.ChartPane}});var u=o(9327);Object.defineProperty(e,"ChartPaneDefaults",{enumerable:!0,get:function(){return u.ChartPaneDefaults}});var v=o(3100);Object.defineProperty(e,"ChartPanes",{enumerable:!0,get:function(){return v.ChartPanes}});var d=o(6007);Object.defineProperty(e,"ChartPlotArea",{enumerable:!0,get:function(){return d.ChartPlotArea}});var f=o(8689);Object.defineProperty(e,"ChartSeries",{enumerable:!0,get:function(){return f.ChartSeries}});var m=o(9448);Object.defineProperty(e,"ChartSeriesDefaults",{enumerable:!0,get:function(){return m.ChartSeriesDefaults}});var y=o(5083);Object.defineProperty(e,"ChartSeriesItem",{enumerable:!0,get:function(){return y.ChartSeriesItem}});var g=o(9717);Object.defineProperty(e,"ChartSubtitle",{enumerable:!0,get:function(){return g.ChartSubtitle}});var b=o(2352);Object.defineProperty(e,"ChartTitle",{enumerable:!0,get:function(){return b.ChartTitle}});var x=o(4171);Object.defineProperty(e,"ChartTooltip",{enumerable:!0,get:function(){return x.ChartTooltip}});var w=o(2787);Object.defineProperty(e,"ChartValueAxis",{enumerable:!0,get:function(){return w.ChartValueAxis}});var _=o(3545);Object.defineProperty(e,"ChartValueAxisItem",{enumerable:!0,get:function(){return _.ChartValueAxisItem}});var z=o(7819);Object.defineProperty(e,"ChartXAxis",{enumerable:!0,get:function(){return z.ChartXAxis}});var C=o(7250);Object.defineProperty(e,"ChartXAxisItem",{enumerable:!0,get:function(){return C.ChartXAxisItem}});var M=o(8791);Object.defineProperty(e,"ChartYAxis",{enumerable:!0,get:function(){return M.ChartYAxis}});var k=o(5876);Object.defineProperty(e,"ChartYAxisItem",{enumerable:!0,get:function(){return k.ChartYAxisItem}});var O=o(2797);Object.defineProperty(e,"ChartZoomable",{enumerable:!0,get:function(){return O.ChartZoomable}}),r(o(7725),e),r(o(666),e),r(o(7606),e),r(o(2675),e),r(o(8537),e),r(o(2476),e),r(o(8672),e),r(o(7148),e),r(o(8089),e),r(o(3567),e),r(o(8568),e)},5837:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxis=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"categoryAxis"}))};e.ChartNavigatorCategoryAxis=a,a.displayName="ChartNavigatorCategoryAxis"},6437:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorHint=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorHint=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"hint"}))}},123:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPane=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"pane"}))};e.ChartNavigatorPane=a,a.displayName="ChartNavigatorPane"},8400:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSelect=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSelect=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"select"}))}},4495:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeries=void 0;var r=o(3899),i=o(1958),a=o(8876),s=o(9075),c=function(t){return r.createElement(i.CollectionConfigurationComponent,n({},t,{_chartKey:"series"}))};e.ChartNavigatorSeries=c,c.propTypes={children:function(t,e,o){return(0,s.validateChildren)(t,e,o,a.ChartNavigatorSeriesItem)}}},8876:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItem=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t))};e.ChartNavigatorSeriesItem=a,a.displayName="ChartNavigatorSeriesItem"},509:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshair=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"crosshair"}))};e.ChartNavigatorCategoryAxisCrosshair=a,a.defaultProps={visible:!0}},9180:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisCrosshairTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartNavigatorCategoryAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},8602:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartNavigatorCategoryAxisLabels=a,a.defaultProps={visible:!0}},3014:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotes=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorCategoryAxisNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},228:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorCategoryAxisNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},9398:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorCategoryAxisNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},1162:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartNavigatorCategoryAxisTitle=a,a.displayName="ChartNavigatorCategoryAxisTitle"},2071:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorCategoryAxisNotesLabel=e.ChartNavigatorCategoryAxisNotesIcon=e.ChartNavigatorCategoryAxisNotes=e.ChartNavigatorCategoryAxisLabels=e.ChartNavigatorCategoryAxisTitle=e.ChartNavigatorCategoryAxisCrosshairTooltip=e.ChartNavigatorCategoryAxisCrosshair=void 0;var n=o(509);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshair",{enumerable:!0,get:function(){return n.ChartNavigatorCategoryAxisCrosshair}});var r=o(9180);Object.defineProperty(e,"ChartNavigatorCategoryAxisCrosshairTooltip",{enumerable:!0,get:function(){return r.ChartNavigatorCategoryAxisCrosshairTooltip}});var i=o(1162);Object.defineProperty(e,"ChartNavigatorCategoryAxisTitle",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxisTitle}});var a=o(8602);Object.defineProperty(e,"ChartNavigatorCategoryAxisLabels",{enumerable:!0,get:function(){return a.ChartNavigatorCategoryAxisLabels}});var s=o(3014);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotes",{enumerable:!0,get:function(){return s.ChartNavigatorCategoryAxisNotes}});var c=o(228);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesIcon",{enumerable:!0,get:function(){return c.ChartNavigatorCategoryAxisNotesIcon}});var l=o(9398);Object.defineProperty(e,"ChartNavigatorCategoryAxisNotesLabel",{enumerable:!0,get:function(){return l.ChartNavigatorCategoryAxisNotesLabel}})},8568:function(t,e,o){var n=this&&this.__createBinding||(Object.create?function(t,e,o,n){void 0===n&&(n=o);var r=Object.getOwnPropertyDescriptor(e,o);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[o]}}),Object.defineProperty(t,n,r)}:function(t,e,o,n){void 0===n&&(n=o),t[n]=e[o]}),r=this&&this.__exportStar||function(t,e){for(var o in t)"default"===o||Object.prototype.hasOwnProperty.call(e,o)||n(e,t,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItem=e.ChartNavigatorSeries=e.ChartNavigatorSelect=e.ChartNavigatorPane=e.ChartNavigatorHint=e.ChartNavigatorCategoryAxis=void 0;var i=o(5837);Object.defineProperty(e,"ChartNavigatorCategoryAxis",{enumerable:!0,get:function(){return i.ChartNavigatorCategoryAxis}});var a=o(6437);Object.defineProperty(e,"ChartNavigatorHint",{enumerable:!0,get:function(){return a.ChartNavigatorHint}});var s=o(123);Object.defineProperty(e,"ChartNavigatorPane",{enumerable:!0,get:function(){return s.ChartNavigatorPane}});var c=o(8400);Object.defineProperty(e,"ChartNavigatorSelect",{enumerable:!0,get:function(){return c.ChartNavigatorSelect}});var l=o(4495);Object.defineProperty(e,"ChartNavigatorSeries",{enumerable:!0,get:function(){return l.ChartNavigatorSeries}});var h=o(8876);Object.defineProperty(e,"ChartNavigatorSeriesItem",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesItem}}),r(o(2071),e),r(o(8163),e),r(o(9667),e)},5200:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartNavigatorPaneTitle=a,a.displayName="ChartNavigatorPaneTitle"},8163:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorPaneTitle=void 0;var n=o(5200);Object.defineProperty(e,"ChartNavigatorPaneTitle",{enumerable:!0,get:function(){return n.ChartNavigatorPaneTitle}})},5794:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesErrorBars=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesErrorBars=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"errorBars"}))}},1873:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesExtremes=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesExtremes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"extremes"}))}},2926:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesHighlight=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesHighlight=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"highlight"}))}},9444:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartNavigatorSeriesLabels=a,a.defaultProps={visible:!0}},5718:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsFrom=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesLabelsFrom=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"from"}))}},9975:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesLabelsTo=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesLabelsTo=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"to"}))}},7851:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesMarkers=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesMarkers=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"markers"}))}},4330:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotes=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},3835:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},1793:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},9908:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemOutliers=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesItemOutliers=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"outliers"}))}},9098:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesItemTooltip=void 0;var r=o(3899),i=o(8096);e.ChartNavigatorSeriesItemTooltip=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))}},9667:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartNavigatorSeriesNotesIcon=e.ChartNavigatorSeriesNotesLabel=e.ChartNavigatorSeriesLabelsTo=e.ChartNavigatorSeriesLabelsFrom=e.ChartNavigatorSeriesErrorBars=e.ChartNavigatorSeriesExtremes=e.ChartNavigatorSeriesHighlight=e.ChartNavigatorSeriesLabels=e.ChartNavigatorSeriesMarkers=e.ChartNavigatorSeriesNotes=e.ChartNavigatorSeriesItemOutliers=e.ChartNavigatorSeriesItemTooltip=void 0;var n=o(9098);Object.defineProperty(e,"ChartNavigatorSeriesItemTooltip",{enumerable:!0,get:function(){return n.ChartNavigatorSeriesItemTooltip}});var r=o(9908);Object.defineProperty(e,"ChartNavigatorSeriesItemOutliers",{enumerable:!0,get:function(){return r.ChartNavigatorSeriesItemOutliers}});var i=o(4330);Object.defineProperty(e,"ChartNavigatorSeriesNotes",{enumerable:!0,get:function(){return i.ChartNavigatorSeriesNotes}});var a=o(7851);Object.defineProperty(e,"ChartNavigatorSeriesMarkers",{enumerable:!0,get:function(){return a.ChartNavigatorSeriesMarkers}});var s=o(9444);Object.defineProperty(e,"ChartNavigatorSeriesLabels",{enumerable:!0,get:function(){return s.ChartNavigatorSeriesLabels}});var c=o(2926);Object.defineProperty(e,"ChartNavigatorSeriesHighlight",{enumerable:!0,get:function(){return c.ChartNavigatorSeriesHighlight}});var l=o(1873);Object.defineProperty(e,"ChartNavigatorSeriesExtremes",{enumerable:!0,get:function(){return l.ChartNavigatorSeriesExtremes}});var h=o(5794);Object.defineProperty(e,"ChartNavigatorSeriesErrorBars",{enumerable:!0,get:function(){return h.ChartNavigatorSeriesErrorBars}});var p=o(5718);Object.defineProperty(e,"ChartNavigatorSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartNavigatorSeriesLabelsFrom}});var u=o(9975);Object.defineProperty(e,"ChartNavigatorSeriesLabelsTo",{enumerable:!0,get:function(){return u.ChartNavigatorSeriesLabelsTo}});var v=o(1793);Object.defineProperty(e,"ChartNavigatorSeriesNotesLabel",{enumerable:!0,get:function(){return v.ChartNavigatorSeriesNotesLabel}});var d=o(3835);Object.defineProperty(e,"ChartNavigatorSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartNavigatorSeriesNotesIcon}})},791:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartPaneDefaultsTitle=a,a.displayName="ChartPaneDefaultsTitle"},2675:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneDefaultsTitle=void 0;var n=o(791);Object.defineProperty(e,"ChartPaneDefaultsTitle",{enumerable:!0,get:function(){return n.ChartPaneDefaultsTitle}})},3575:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartPaneTitle=a,a.displayName="ChartPaneTitle"},7606:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartPaneTitle=void 0;var n=o(3575);Object.defineProperty(e,"ChartPaneTitle",{enumerable:!0,get:function(){return n.ChartPaneTitle}})},2106:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartSeriesDefaultsLabels=a,a.defaultProps={visible:!0}},999:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsFrom=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaultsLabelsFrom=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"from"}))}},7166:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsLabelsTo=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaultsLabelsTo=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"to"}))}},3633:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotes=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaultsNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},325:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaultsNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},644:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaultsNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},9857:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsItemTooltip=void 0;var r=o(3899),i=o(8096);e.ChartSeriesDefaultsItemTooltip=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))}},2476:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesDefaultsNotesLabel=e.ChartSeriesDefaultsNotesIcon=e.ChartSeriesDefaultsNotes=e.ChartSeriesDefaultsLabelsTo=e.ChartSeriesDefaultsLabelsFrom=e.ChartSeriesDefaultsLabels=e.ChartSeriesDefaultsItemTooltip=void 0;var n=o(9857);Object.defineProperty(e,"ChartSeriesDefaultsItemTooltip",{enumerable:!0,get:function(){return n.ChartSeriesDefaultsItemTooltip}});var r=o(2106);Object.defineProperty(e,"ChartSeriesDefaultsLabels",{enumerable:!0,get:function(){return r.ChartSeriesDefaultsLabels}});var i=o(999);Object.defineProperty(e,"ChartSeriesDefaultsLabelsFrom",{enumerable:!0,get:function(){return i.ChartSeriesDefaultsLabelsFrom}});var a=o(7166);Object.defineProperty(e,"ChartSeriesDefaultsLabelsTo",{enumerable:!0,get:function(){return a.ChartSeriesDefaultsLabelsTo}});var s=o(3633);Object.defineProperty(e,"ChartSeriesDefaultsNotes",{enumerable:!0,get:function(){return s.ChartSeriesDefaultsNotes}});var c=o(325);Object.defineProperty(e,"ChartSeriesDefaultsNotesIcon",{enumerable:!0,get:function(){return c.ChartSeriesDefaultsNotesIcon}});var l=o(644);Object.defineProperty(e,"ChartSeriesDefaultsNotesLabel",{enumerable:!0,get:function(){return l.ChartSeriesDefaultsNotesLabel}})},9948:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesErrorBars=void 0;var r=o(3899),i=o(8096);e.ChartSeriesErrorBars=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"errorBars"}))}},1326:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesExtremes=void 0;var r=o(3899),i=o(8096);e.ChartSeriesExtremes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"extremes"}))}},7287:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesHighlight=void 0;var r=o(3899),i=o(8096);e.ChartSeriesHighlight=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"highlight"}))}},8411:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartSeriesLabels=a,a.defaultProps={visible:!0}},5532:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsFrom=void 0;var r=o(3899),i=o(8096);e.ChartSeriesLabelsFrom=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"from"}))}},8437:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesLabelsTo=void 0;var r=o(3899),i=o(8096);e.ChartSeriesLabelsTo=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"to"}))}},5048:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesMarkers=void 0;var r=o(3899),i=o(8096);e.ChartSeriesMarkers=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"markers"}))}},8378:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotes=void 0;var r=o(3899),i=o(8096);e.ChartSeriesNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},4788:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartSeriesNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},3825:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartSeriesNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},4254:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemOutliers=void 0;var r=o(3899),i=o(8096);e.ChartSeriesItemOutliers=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"outliers"}))}},1229:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesItemTooltip=void 0;var r=o(3899),i=o(8096);e.ChartSeriesItemTooltip=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))}},8672:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartSeriesNotesIcon=e.ChartSeriesNotesLabel=e.ChartSeriesLabelsTo=e.ChartSeriesLabelsFrom=e.ChartSeriesErrorBars=e.ChartSeriesExtremes=e.ChartSeriesHighlight=e.ChartSeriesLabels=e.ChartSeriesMarkers=e.ChartSeriesNotes=e.ChartSeriesItemOutliers=e.ChartSeriesItemTooltip=void 0;var n=o(1229);Object.defineProperty(e,"ChartSeriesItemTooltip",{enumerable:!0,get:function(){return n.ChartSeriesItemTooltip}});var r=o(4254);Object.defineProperty(e,"ChartSeriesItemOutliers",{enumerable:!0,get:function(){return r.ChartSeriesItemOutliers}});var i=o(8378);Object.defineProperty(e,"ChartSeriesNotes",{enumerable:!0,get:function(){return i.ChartSeriesNotes}});var a=o(5048);Object.defineProperty(e,"ChartSeriesMarkers",{enumerable:!0,get:function(){return a.ChartSeriesMarkers}});var s=o(8411);Object.defineProperty(e,"ChartSeriesLabels",{enumerable:!0,get:function(){return s.ChartSeriesLabels}});var c=o(7287);Object.defineProperty(e,"ChartSeriesHighlight",{enumerable:!0,get:function(){return c.ChartSeriesHighlight}});var l=o(1326);Object.defineProperty(e,"ChartSeriesExtremes",{enumerable:!0,get:function(){return l.ChartSeriesExtremes}});var h=o(9948);Object.defineProperty(e,"ChartSeriesErrorBars",{enumerable:!0,get:function(){return h.ChartSeriesErrorBars}});var p=o(5532);Object.defineProperty(e,"ChartSeriesLabelsFrom",{enumerable:!0,get:function(){return p.ChartSeriesLabelsFrom}});var u=o(8437);Object.defineProperty(e,"ChartSeriesLabelsTo",{enumerable:!0,get:function(){return u.ChartSeriesLabelsTo}});var v=o(3825);Object.defineProperty(e,"ChartSeriesNotesLabel",{enumerable:!0,get:function(){return v.ChartSeriesNotesLabel}});var d=o(4788);Object.defineProperty(e,"ChartSeriesNotesIcon",{enumerable:!0,get:function(){return d.ChartSeriesNotesIcon}})},6784:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshair=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"crosshair"}))};e.ChartValueAxisCrosshair=a,a.defaultProps={visible:!0}},381:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisCrosshairTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartValueAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},3094:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartValueAxisLabels=a,a.defaultProps={visible:!0}},2588:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotes=void 0;var r=o(3899),i=o(8096);e.ChartValueAxisNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},5232:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartValueAxisNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},5655:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartValueAxisNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},2339:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartValueAxisTitle=a,a.displayName="ChartValueAxisTitle"},7148:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartValueAxisNotesLabel=e.ChartValueAxisNotesIcon=e.ChartValueAxisNotes=e.ChartValueAxisLabels=e.ChartValueAxisTitle=e.ChartValueAxisCrosshairTooltip=e.ChartValueAxisCrosshair=void 0;var n=o(6784);Object.defineProperty(e,"ChartValueAxisCrosshair",{enumerable:!0,get:function(){return n.ChartValueAxisCrosshair}});var r=o(381);Object.defineProperty(e,"ChartValueAxisCrosshairTooltip",{enumerable:!0,get:function(){return r.ChartValueAxisCrosshairTooltip}});var i=o(3094);Object.defineProperty(e,"ChartValueAxisLabels",{enumerable:!0,get:function(){return i.ChartValueAxisLabels}});var a=o(2588);Object.defineProperty(e,"ChartValueAxisNotes",{enumerable:!0,get:function(){return a.ChartValueAxisNotes}});var s=o(5232);Object.defineProperty(e,"ChartValueAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartValueAxisNotesIcon}});var c=o(5655);Object.defineProperty(e,"ChartValueAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartValueAxisNotesLabel}});var l=o(2339);Object.defineProperty(e,"ChartValueAxisTitle",{enumerable:!0,get:function(){return l.ChartValueAxisTitle}})},6595:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshair=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"crosshair"}))};e.ChartXAxisCrosshair=a,a.defaultProps={visible:!0}},4211:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisCrosshairTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartXAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},1741:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartXAxisLabels=a,a.defaultProps={visible:!0}},190:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotes=void 0;var r=o(3899),i=o(8096);e.ChartXAxisNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},9431:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartXAxisNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},2141:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartXAxisNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},1705:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartXAxisTitle=a,a.displayName="ChartXAxisTitle"},8089:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartXAxisNotesLabel=e.ChartXAxisNotesIcon=e.ChartXAxisNotes=e.ChartXAxisLabels=e.ChartXAxisTitle=e.ChartXAxisCrosshairTooltip=e.ChartXAxisCrosshair=void 0;var n=o(6595);Object.defineProperty(e,"ChartXAxisCrosshair",{enumerable:!0,get:function(){return n.ChartXAxisCrosshair}});var r=o(4211);Object.defineProperty(e,"ChartXAxisCrosshairTooltip",{enumerable:!0,get:function(){return r.ChartXAxisCrosshairTooltip}});var i=o(1741);Object.defineProperty(e,"ChartXAxisLabels",{enumerable:!0,get:function(){return i.ChartXAxisLabels}});var a=o(190);Object.defineProperty(e,"ChartXAxisNotes",{enumerable:!0,get:function(){return a.ChartXAxisNotes}});var s=o(9431);Object.defineProperty(e,"ChartXAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartXAxisNotesIcon}});var c=o(2141);Object.defineProperty(e,"ChartXAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartXAxisNotesLabel}});var l=o(1705);Object.defineProperty(e,"ChartXAxisTitle",{enumerable:!0,get:function(){return l.ChartXAxisTitle}})},1238:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshair=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"crosshair"}))};e.ChartYAxisCrosshair=a,a.defaultProps={visible:!0}},2834:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisCrosshairTooltip=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"tooltip"}))};e.ChartYAxisCrosshairTooltip=a,a.defaultProps={visible:!0}},5404:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisLabels=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"labels"}))};e.ChartYAxisLabels=a,a.defaultProps={visible:!0}},5566:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotes=void 0;var r=o(3899),i=o(8096);e.ChartYAxisNotes=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"notes"}))}},7477:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesIcon=void 0;var r=o(3899),i=o(8096);e.ChartYAxisNotesIcon=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"icon"}))}},777:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabel=void 0;var r=o(3899),i=o(8096);e.ChartYAxisNotesLabel=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"label"}))}},3312:function(t,e,o){var n=this&&this.__assign||function(){return n=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},n.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisTitle=void 0;var r=o(3899),i=o(8096),a=function(t){return r.createElement(i.ConfigurationComponent,n({},t,{_chartKey:"title"}))};e.ChartYAxisTitle=a,a.displayName="ChartYAxisTitle"},3567:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.ChartYAxisNotesLabel=e.ChartYAxisNotesIcon=e.ChartYAxisNotes=e.ChartYAxisLabels=e.ChartYAxisTitle=e.ChartYAxisCrosshairTooltip=e.ChartYAxisCrosshair=void 0;var n=o(1238);Object.defineProperty(e,"ChartYAxisCrosshair",{enumerable:!0,get:function(){return n.ChartYAxisCrosshair}});var r=o(2834);Object.defineProperty(e,"ChartYAxisCrosshairTooltip",{enumerable:!0,get:function(){return r.ChartYAxisCrosshairTooltip}});var i=o(5404);Object.defineProperty(e,"ChartYAxisLabels",{enumerable:!0,get:function(){return i.ChartYAxisLabels}});var a=o(5566);Object.defineProperty(e,"ChartYAxisNotes",{enumerable:!0,get:function(){return a.ChartYAxisNotes}});var s=o(7477);Object.defineProperty(e,"ChartYAxisNotesIcon",{enumerable:!0,get:function(){return s.ChartYAxisNotesIcon}});var c=o(777);Object.defineProperty(e,"ChartYAxisNotesLabel",{enumerable:!0,get:function(){return c.ChartYAxisNotesLabel}});var l=o(3312);Object.defineProperty(e,"ChartYAxisTitle",{enumerable:!0,get:function(){return l.ChartYAxisTitle}})},6410:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0});var n=o(3981),r=n.DateCategoryAxis.prototype.options.labels.dateFormats,i=n.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(r,a),Object.assign(i,a)},5161:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.AxisLabelClickEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axis=e.axis,n.dataItem=e.dataItem,n.index=e.index,n.text=e.text,n.value=e.value,n}return r(e,t),e}(o(8874).BaseEvent);e.AxisLabelClickEvent=i},8874:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.BaseEvent=void 0;e.BaseEvent=function(t){this.target=t}},2368:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.create=void 0;var n=o(5161),r=o(3251),i=o(3803),a=o(881),s=o(3240),c=o(6099),l=o(8959),h=o(4846),p=o(8922),u=o(8888),v=o(8911),d=o(4761),f=o(4009),m=o(6765),y=o(2154),g=o(2499),b=o(3547),x=o(1604),w=o(5535),_=o(8526),z=o(2706),C=o(8476),M={axisLabelClick:n.AxisLabelClickEvent,drag:r.DragEvent,dragEnd:i.DragEndEvent,dragStart:a.DragStartEvent,drilldownEvent:s.DrilldownEvent,legendItemHover:c.LegendItemHoverEvent,legendItemClick:l.LegendItemClickEvent,legendItemLeave:h.LegendItemLeaveEvent,navigatorFilter:p.NavigatorFilterEvent,noteClick:u.NoteClickEvent,noteHover:v.NoteHoverEvent,plotAreaClick:d.PlotAreaClickEvent,plotAreaHover:f.PlotAreaHoverEvent,render:m.RenderEvent,select:y.SelectEvent,selectEnd:g.SelectEndEvent,selectStart:b.SelectStartEvent,seriesClick:x.SeriesClickEvent,seriesHover:w.SeriesHoverEvent,zoom:_.ZoomEvent,zoomEnd:z.ZoomEndEvent,zoomStart:C.ZoomStartEvent};e.create=function(t,e,o){if(M[t])return new M[t](e,o)}},290:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.toDomEvent=e.DomEvent=void 0;var o=function(t,e){this.sender=t,this.syntheticEvent=e};e.DomEvent=o,e.toDomEvent=function(t,e){return new o(t,e)}},3758:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEventsBuilder=void 0;var n=o(7042),r=function(){function t(){}return t.create=function(t,e){if("undefined"!=typeof window){var o=window.Hammer;if(!o)return;var r=new o(t,{recognizers:[[o.Tap],[o.Pan],[o.Pinch],[o.Press,{time:0}]]});return new n.DomEvents(r,e)}},t}();e.DomEventsBuilder=r},7042:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DomEvents=void 0;var o=function(t){return{x:{location:t.pageX},y:{location:t.pageY}}};function n(t,e){for(var o=0;o<t.length;o++)if(e[t[o]])return!0;return!1}var r=[{end:"panend",move:"panmove",start:"panstart"},{gesturechange:"pinchmove",gestureend:"pinchend",gesturestart:"pinchstart"},{press:"press"},{tap:"tap"}],i=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 n=function(t,e){var n=t.pointers,r=n[0],i=r.pageX,a=r.pageY,s=0;if(n.length>1){var c=n[0],l=n[1];s=Math.sqrt(Math.pow(c.pageX-l.pageX,2)+Math.pow(c.pageY-l.pageY,2))}return{distance:s,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:n.map(o),type:t.type,x:{delta:e?i-e.x.location:0,initialDelta:t.deltaX,location:i,startLocation:i-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](n),n},t.prototype.bind=function(t){void 0===t&&(t={}),this.unbind(),this.eventHandlers=t;for(var e=0;e<r.length;e++){var o=r[e],i=Object.keys(o);if(n(i,t))for(var a=0;a<i.length;a++){var s=o[i[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=i},3803:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEndEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axisRanges=e.axisRanges,n.nativeEvent=e.originalEvent,n}return r(e,t),e}(o(8874).BaseEvent);e.DragEndEvent=i},3251:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axisRanges=e.axisRanges,n.nativeEvent=e.originalEvent,n}return r(e,t),e}(o(8619).PreventableEvent);e.DragEvent=i},881:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DragStartEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axisRanges=e.axisRanges,n.nativeEvent=e.originalEvent,n}return r(e,t),e}(o(8619).PreventableEvent);e.DragStartEvent=i},3240:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.DrilldownEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.value=e.value,n.point=e.point,n.series=e.series,n.currentState=e.currentState,n.nextState=e.nextState,n}return r(e,t),e}(o(8874).BaseEvent);e.DrilldownEvent=i},8780:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.DrilldownStateChangeEvent=void 0;e.DrilldownStateChangeEvent=function(t){this.currentState=t.currentState,this.nextState=t.nextState}},8959:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemClickEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.series=e.series,n.seriesIndex=e.seriesIndex,n.pointIndex=e.pointIndex,n.text=e.text,n}return r(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(o(8619).PreventableEvent);e.LegendItemClickEvent=i},6099:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemHoverEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.series=e.series,n.seriesIndex=e.seriesIndex,n.pointIndex=e.pointIndex,n.text=e.text,n}return r(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(o(8619).PreventableEvent);e.LegendItemHoverEvent=i},4846:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.LegendItemLeaveEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.series=e.series,n.seriesIndex=e.seriesIndex,n.pointIndex=e.pointIndex,n.text=e.text,n}return r(e,t),e.prototype.preventDefault=function(){t.prototype.preventDefault.call(this)},e}(o(8619).PreventableEvent);e.LegendItemLeaveEvent=i},8922:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.NavigatorFilterEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.from=e.from,n.to=e.to,n}return r(e,t),e}(o(8874).BaseEvent);e.NavigatorFilterEvent=i},8888:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteClickEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.category=e.category,n.dataItem=e.dataItem,n.series=e.series,n.value=e.value,n.visual=e.visual,n}return r(e,t),e}(o(8874).BaseEvent);e.NoteClickEvent=i},8911:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.NoteHoverEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.category=e.category,n.dataItem=e.dataItem,n.series=e.series,n.value=e.value,n.visual=e.visual,n}return r(e,t),e}(o(8874).BaseEvent);e.NoteHoverEvent=i},4761:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaClickEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.category=e.category,n.nativeEvent=e.originalEvent,n.value=e.value,n.x=e.x,n.y=e.y,n}return r(e,t),e}(o(8874).BaseEvent);e.PlotAreaClickEvent=i},4009:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.PlotAreaHoverEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.category=e.category,n.nativeEvent=e.originalEvent,n.value=e.value,n.x=e.x,n.y=e.y,n}return r(e,t),e}(o(8874).BaseEvent);e.PlotAreaHoverEvent=i},8619:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.PreventableEvent=void 0;var i=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.prevented=!1,e}return r(e,t),e.prototype.preventDefault=function(){this.prevented=!0},e.prototype.isDefaultPrevented=function(){return this.prevented},e}(o(8874).BaseEvent);e.PreventableEvent=i},6765:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.RenderEvent=void 0;var i=function(t){function e(e,o){return t.call(this,o)||this}return r(e,t),e}(o(8874).BaseEvent);e.RenderEvent=i},2499:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEndEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axis=e.axis,n.from=e.from,n.to=e.to,n}return r(e,t),e}(o(8874).BaseEvent);e.SelectEndEvent=i},2154:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axis=e.axis,n.from=e.from,n.to=e.to,n}return r(e,t),e}(o(8619).PreventableEvent);e.SelectEvent=i},3547:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SelectStartEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axis=e.axis,n.from=e.from,n.to=e.to,n}return r(e,t),e}(o(8619).PreventableEvent);e.SelectStartEvent=i},1604:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesClickEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.category=e.category,n.dataItem=e.dataItem,n.nativeEvent=e.originalEvent,n.percentage=e.percentage,n.point=e.point,n.series=e.series,n.stackValue=e.stackValue,n.value=e.value,n}return r(e,t),e}(o(8874).BaseEvent);e.SeriesClickEvent=i},5535:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesHoverEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.category=e.category,n.categoryPoints=e.categoryPoints,n.dataItem=e.dataItem,n.nativeEvent=e.originalEvent,n.percentage=e.percentage,n.point=e.point,n.series=e.series,n.stackValue=e.stackValue,n.value=e.value,n}return r(e,t),e}(o(8619).PreventableEvent);e.SeriesHoverEvent=i},2706:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEndEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axisRanges=e.axisRanges,n.nativeEvent=e.originalEvent,n}return r(e,t),e}(o(8874).BaseEvent);e.ZoomEndEvent=i},8526:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axisRanges=e.axisRanges,n.delta=e.delta,n.nativeEvent=e.originalEvent,n}return r(e,t),e}(o(8619).PreventableEvent);e.ZoomEvent=i},8476:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.ZoomStartEvent=void 0;var i=function(t){function e(e,o){var n=t.call(this,o)||this;return n.axisRanges=e.axisRanges,n.nativeEvent=e.originalEvent,n}return r(e,t),e}(o(8619).PreventableEvent);e.ZoomStartEvent=i},3203:(t,e)=>{var o;Object.defineProperty(e,"__esModule",{value:!0}),e.WeekStartDay=void 0,(o=e.WeekStartDay||(e.WeekStartDay={}))[o.Sunday=0]="Sunday",o[o.Monday=1]="Monday",o[o.Tuesday=2]="Tuesday",o[o.Wednesday=3]="Wednesday",o[o.Thursday=4]="Thursday",o[o.Friday=5]="Friday",o[o.Saturday=6]="Saturday"},468:function(t,e,o){var n=this&&this.__createBinding||(Object.create?function(t,e,o,n){void 0===n&&(n=o);var r=Object.getOwnPropertyDescriptor(e,o);r&&!("get"in r?!e.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return e[o]}}),Object.defineProperty(t,n,r)}:function(t,e,o,n){void 0===n&&(n=o),t[n]=e[o]}),r=this&&this.__exportStar||function(t,e){for(var o in t)"default"===o||Object.prototype.hasOwnProperty.call(e,o)||n(e,t,o)};Object.defineProperty(e,"__esModule",{value:!0}),e.ChartBreadcrumb=e.CrosshairTooltipContainer=e.SharedTooltipContent=e.TooltipPopup=e.CrosshairTooltip=e.SeriesTooltip=e.TooltipPoint=e.DonutCenter=e.ConfigurationComponent=e.CollectionConfigurationComponent=e.StockChart=e.Sparkline=e.Chart=void 0;var i=o(8613);Object.defineProperty(e,"Chart",{enumerable:!0,get:function(){return i.Chart}});var a=o(2170);Object.defineProperty(e,"Sparkline",{enumerable:!0,get:function(){return a.Sparkline}});var s=o(5930);Object.defineProperty(e,"StockChart",{enumerable:!0,get:function(){return s.StockChart}});var c=o(1958);Object.defineProperty(e,"CollectionConfigurationComponent",{enumerable:!0,get:function(){return c.CollectionConfigurationComponent}});var l=o(8096);Object.defineProperty(e,"ConfigurationComponent",{enumerable:!0,get:function(){return l.ConfigurationComponent}});var h=o(5870);Object.defineProperty(e,"DonutCenter",{enumerable:!0,get:function(){return h.DonutCenter}});var p=o(9146);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return p.TooltipPoint}});var u=o(2461);Object.defineProperty(e,"SeriesTooltip",{enumerable:!0,get:function(){return u.SeriesTooltip}});var v=o(8909);Object.defineProperty(e,"CrosshairTooltip",{enumerable:!0,get:function(){return v.CrosshairTooltip}});var d=o(2104);Object.defineProperty(e,"TooltipPopup",{enumerable:!0,get:function(){return d.TooltipPopup}});var f=o(8700);Object.defineProperty(e,"SharedTooltipContent",{enumerable:!0,get:function(){return f.SharedTooltipContent}});var m=o(9373);Object.defineProperty(e,"CrosshairTooltipContainer",{enumerable:!0,get:function(){return m.CrosshairTooltipContainer}});var y=o(3833);Object.defineProperty(e,"ChartBreadcrumb",{enumerable:!0,get:function(){return y.ChartBreadcrumb}}),r(o(6012),e),r(o(5388),e),r(o(1751),e),r(o(5487),e),r(o(6894),e),r(o(4449),e),r(o(8509),e)},8509:(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)}},7363:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-react-charts",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1689103689,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"}},6600:function(t,e){var o=this&&this.__spreadArray||function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||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?n.collectionConfigurationItem(t,e):e.chartKey?n.configurationItem(t,e):{}},e.themeReducer=function(t,e){if(!e.type)return{};switch(e.type){case"set":return n.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 n={configurationItem:function(t,e){var o;return Object.assign(t,((o={})[e.chartKey]=e.payload,o))},collectionConfigurationItem:function(t,e){var o,n=!1,r=e.chartCollectionIdxKey.split("_"),i=r[0],a=r[1],s=t[i].map((function(t,o){return parseInt(a,10)===o?(n=!0,e.payload):t}));return!1===n&&s.splice(parseInt(a,10),0,e.payload),Object.assign(t,((o={})[i]=s,o))},themeItem:function(t,e){for(var o={},n=Object.assign(o,t),r=e.payload,i=r.field,a=r.value,s=i.split("."),c=s.shift();s.length>0;)o=o[c]=o[c]||{},c=s.shift();return o[c]=a,n}}},3113:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.THROTTLE_MS=void 0;var n=o(3310);e.THROTTLE_MS=1e3/60,e.default=function(t){var o,r,i=[],a=function(a){o=t(o,a),n.canUseDOM&&(window.clearTimeout(r),r=window.setTimeout((function(){return i.forEach((function(t){return t()}))}),e.THROTTLE_MS))};return a({}),{getState:function(){return o},dispatch:a,subscribe:function(t){return i.push(t),function(){return i=i.filter((function(e){return e!==t}))}}}}},8803:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.loadTheme=void 0;var n=o(3981),r=function(t){return"".concat(t.fontWeight," ").concat(t.fontSize," ").concat(t.fontFamily)},i=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"),this.mapColor("subtitle.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=r(this.queryStyle("chart-font")),e=r(this.queryStyle("chart-title-font")),o=r(this.queryStyle("chart-pane-title-font")),n=r(this.queryStyle("chart-label-font"));this.setStyle("axisDefaults.labels.font",n),this.setStyle("axisDefaults.notes.label.font",t),this.setStyle("axisDefaults.title.font",t),this.setStyle("legend.labels.font",t),this.setStyle("seriesDefaults.labels.font",n),this.setStyle("seriesDefaults.notes.label.font",t),this.setStyle("title.font",e),this.setStyle("subtitle.font",o),this.setStyle("paneDefaults.title.font",o)},t.prototype.setSeriesColors=function(){var t=this.element,e=[].slice.call(t.querySelectorAll(".k-var--series div")),o=i(t.querySelector(".k-var--series-unset")),n=e.reduce((function(t,e){var n=function(t){var e=t.match(/series-([a-z])$/);if(null!==e)return e[1].toLowerCase().charCodeAt(0)-"a".charCodeAt(0);var o=t.split("--series-")[1];return parseInt(o,10)-1}(e.className),r=i(e);return r!==o&&(t[n]=r),t}),[]);this.setStyle("seriesColors",n)},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(e.querySelector(".k-var--".concat(t)))},t.prototype.setInactiveOpacity=function(t,e){var o=this,n=parseFloat(this.queryStyle(e).opacity);!isNaN(n)&&n<1&&t.forEach((function(t){return o.setStyle("seriesDefaults.".concat(t,".highlight.inactiveOpacity"),n)}))},t}();e.loadTheme=function(t,e,o){var r=new s(t);if(void 0!==o){var i=r.element=o.createElement("div");i.style.display="none",i.innerHTML=a,o.body.appendChild(i);try{t.dispatch({type:"push",payload:(0,n.chartBaseTheme)()}),r.setColors(),r.setFonts(),r.setSeriesColors()}finally{o.body.removeChild(r.element),delete r.element,e()}}else t.dispatch({type:"push",payload:(0,n.chartBaseTheme)()})}},8909:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltip=void 0;var s=o(3899),c=o(3310),l=o(3981),h=o(2104),p=o(5201),u=function(t){function e(e,o){var n=t.call(this,e,o)||this;return n.context=null,n.state={popupShown:!1},n.chartObserver=new l.InstanceObserver(n,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),o.observersStore.dispatch({type:"add",payload:n.chartObserver}),n}return r(e,t),e.prototype.render=function(){var t,e=this.state,o=e.popupContend,n=e.className,r=a(e,["popupContend","className"]),l=this.state.popupShown?function(){return o}:Function.prototype,p=(0,c.classNames)(((t={})["k-chart-crosshair-tooltip"]=!0,t["k-chart-tooltip-inverse"]=!!n,t));return s.createElement(h.TooltipPopup,i({},r,{popupContent:l,className:p}))},e.prototype.componentWillUnmount=function(){var t;null===(t=this.context)||void 0===t||t.observersStore.dispatch({type:"remove",payload:this.chartObserver})},e.prototype.onShowTooltip=function(t){var e=t.anchor,o=t.style,n=t.className,r=t.crosshair,i=t.axisName,a=t.axisIndex,s=t.value,c=this.props,l=c.name,h=c.index;r&&i===l&&a===h&&this.setState({popupShown:!0,popupAlign:e.align,popupOffset:e.point,popupContend:s,popupStyles:o,className:n})},e.prototype.onHideTooltip=function(){this.setState({popupShown:!1,popupStyles:{},className:void 0})},e.contextType=p.ChartContext,e}(s.Component);e.CrosshairTooltip=u},9373:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)};Object.defineProperty(e,"__esModule",{value:!0}),e.CrosshairTooltipContainer=void 0;var a=o(3899),s=o(4890),c=o(8909),l=o(5201),h=["categoryAxis","valueAxis","xAxis","yAxis"];function p(t){for(var e={},o=0;o<h.length;o++)for(var n=u(t,h[o]),r=0;r<n.length;r++){var i=n[r];e[i.name+i.index]=i}return e}function u(t,e){var o=[];if(t[e])for(var n=[].concat(t[e]),r=0;r<n.length;r++){var i=(n[r].crosshair||{}).tooltip;i&&i.visible&&o.push({index:r,name:e})}return o}var v=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.context=null,e.state={tooltips:{}},e.storeUnsubscriber=Function.prototype,e.subscriber=function(){var t;e.setState({tooltips:p(null===(t=e.context)||void 0===t?void 0:t.optionsStore.getState())})},e}return r(e,t),e.prototype.componentDidMount=function(){this.storeUnsubscriber=this.context.optionsStore.subscribe(this.subscriber)},e.prototype.render=function(){var t=this.state.tooltips,e=Object.keys(t).map((function(e){return a.createElement(c.CrosshairTooltip,i({},t[e],{key:e}))}));return a.createElement(s.Container,null,e)},e.prototype.componentWillUnmount=function(){this.storeUnsubscriber()},e.contextType=l.ChartContext,e}(a.Component);e.CrosshairTooltipContainer=v},9146:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var o=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=o},2104:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)});Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPopup=void 0;var i=o(3899),a=o(3981),s=o(290),c=o(9075),l=o(5362),h=o(5201),p={horizontal:"fit",vertical:"fit"},u="k-chart-tooltip",v=function(t){function e(e,o){var n=t.call(this,e,o)||this;return n.context=null,n.element=null,n.onChartMouseLeave=function(t){var e=t.syntheticEvent;return!!(0,c.hasParent)(e.relatedTarget,n.element)},n.onMouseLeave=function(t){var e=(0,s.toDomEvent)(n,t);n.context.childrenObserver.trigger("onMouseLeave",e)&&t.preventDefault()},n.chartObserver=new a.InstanceObserver(n,{onMouseLeave:"onChartMouseLeave"}),o.observersStore.dispatch({type:"add",payload:n.chartObserver}),n}return r(e,t),e.prototype.render=function(){var t=this,e=this.props,o=e.popupShown,n=e.popupAlign,r=e.popupOffset,a=e.popupStyles,s=e.popupContent,c=e.className,h=[u,c].join(" ").trim();return i.createElement(l.Popup,{animate:!1,popupAlign:n,offset:r,show:o,collision:p,className:"k-chart-tooltip-wrapper"},i.createElement("div",{className:h,style:a,onMouseLeave:this.onMouseLeave,ref:function(e){return t.element=e}},s()))},e.prototype.componentWillUnmount=function(){this.context.observersStore.dispatch({type:"remove",payload:this.chartObserver})},e.contextType=h.ChartContext,e}(i.Component);e.TooltipPopup=v},2461:function(t,e,o){var n,r=this&&this.__extends||(n=function(t,e){return n=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},n(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 o(){this.constructor=t}n(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),i=this&&this.__assign||function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=this&&this.__rest||function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o};Object.defineProperty(e,"__esModule",{value:!0}),e.SeriesTooltip=void 0;var s=o(3899),c=o(3310),l=o(3981),h=o(9146),p=o(8700),u=o(2104),v=o(5201),d=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.context=null,e.state={popupShown:!1},e.chartObserver=null,e}return r(e,t),e.prototype.componentDidMount=function(){this.chartObserver=new l.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.context.observersStore.dispatch({type:"add",payload:this.chartObserver})},e.prototype.render=function(){var t,e=this,o=this.state,n=o.popupContext,r=o.shared,l=o.className,h=a(o,["popupContext","shared","className"]),v=this.state.popupShown?function(){var t=e.findRenderFunction();if(r)return null!==t?t(n):s.createElement(p.SharedTooltipContent,i({},n));var o=n.point,a=e.findRenderFunctionByIndex(o.series.index);return null!==a?a(n):null!==t?t(n):s.createElement("span",{dangerouslySetInnerHTML:{__html:n.point.formattedValue}})}:Function.prototype,d=(0,c.classNames)(((t={})["k-chart-shared-tooltip"]=r,t["k-chart-tooltip-inverse"]=!!l,t));return s.createElement(u.TooltipPopup,i({},h,{popupContent:v,className:d}))},e.prototype.componentWillUnmount=function(){this.context.observersStore.dispatch({type:"remove",payload:this.chartObserver})},e.prototype.onShowTooltip=function(t){var e,o=t.anchor,n=t.style,r=t.shared,i=t.className;t.crosshair||(e=r?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.setState({popupShown:!0,popupAlign:o.align,popupOffset:o.point,popupContext:e,popupStyles:n,className:i,shared:r}))},e.prototype.onHideTooltip=function(){this.setState({popupShown:!1,popupStyles:{},className:void 0})},e.prototype.createSharedTooltipContext=function(t){var e=t.points,o=t.categoryText,n=e.filter((function(t){return void 0!==t.series.name})).length>0,r=t.series.length>1,i=1;return n&&i++,r&&i++,{categoryText:o,colorMarker:r,colspan:i,nameColumn:n,points:t.points.map((function(e){return new h.TooltipPoint(e,t.format)}))}},e.prototype.createTooltipContext=function(t){var e=t.point,o=t.format;return{point:new h.TooltipPoint(e,o)}},e.prototype.findRenderFunctionByIndex=function(t){var e=this.context.optionsStore.getState().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},e.prototype.findRenderFunction=function(){var t=this.context.optionsStore.getState().tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null},e.contextType=v.ChartContext,e}(s.Component);e.SeriesTooltip=d},8700:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.SharedTooltipContent=void 0;var n=o(3899);e.SharedTooltipContent=function(t){var e=t.categoryText,o=t.colorMarker,r=t.colspan,i=t.nameColumn,a=t.points;return n.createElement("table",null,n.createElement("thead",null,n.createElement("tr",null,n.createElement("th",{colSpan:r},e))),n.createElement("tbody",null,a.map((function(t,e){return n.createElement("tr",{key:e},o&&n.createElement("td",null,n.createElement("span",{className:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}})),i&&n.createElement("td",null,t.series.name),n.createElement("td",{dangerouslySetInnerHTML:{__html:t.formattedValue}}))}))))}},6012:(t,e,o)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.TooltipPoint=void 0;var n=o(9146);Object.defineProperty(e,"TooltipPoint",{enumerable:!0,get:function(){return n.TooltipPoint}})},9075:(t,e)=>{Object.defineProperty(e,"__esModule",{value:!0}),e.toggle=e.validateChildren=e.hasParent=void 0,e.hasParent=function(t,e){for(var o=t;o&&o!==e;)o=o.parentNode;return!!o},e.validateChildren=function(t,e,o,n){var r=t[e];if(r&&Array.isArray(r))for(var i=0,a=r;i<a.length;i++){var s=a[i];if(!s.type||s.type!==n)return new Error("".concat(o," children should be Array of type ").concat(n.displayName,"."))}return null},e.toggle=function(t){return void 0!==t&&!t}},3981:(t,e,o)=>{o.r(e),o.d(e,{Aggregates:()=>Vn,ArcGauge:()=>Vp,ArcScale:()=>Mp,AreaChart:()=>Bi,AreaSegment:()=>Pi,ArrowLinearPointer:()=>Zh,Axis:()=>oo,AxisGroupRangeTracker:()=>Li,AxisLabel:()=>Be,Bar:()=>Ui,BarChart:()=>Qi,BarLabel:()=>Di,BarLinearPointer:()=>op,Barcode:()=>wu,Box:()=>re,BoxElement:()=>fe,BoxPlot:()=>ra,BoxPlotChart:()=>ca,BubbleChart:()=>ya,Bullet:()=>wa,BulletChart:()=>za,Candlestick:()=>Ji,CandlestickChart:()=>oa,CategoricalChart:()=>ai,CategoricalErrorBar:()=>ei,CategoricalPlotArea:()=>Ts,CategoryAxis:()=>Lo,Chart:()=>Kl,ChartAxis:()=>Cn,ChartContainer:()=>Va,ChartElement:()=>ve,ChartPane:()=>On,ChartPlotArea:()=>Sn,ChartService:()=>Ye,CircularGauge:()=>Ap,Class:()=>B.Class,ClipAnimation:()=>Ci,ClusterLayout:()=>qi,Crosshair:()=>Ha,CrosshairTooltip:()=>Oa,CurveProcessor:()=>_n,DateCategoryAxis:()=>qo,DateValueAxis:()=>on,DefaultAggregates:()=>rs,DomEventsBuilder:()=>$e,DonutChart:()=>Ec,DonutPlotArea:()=>Bc,DonutSegment:()=>Ic,ErrorBarBase:()=>Jr,ErrorRangeCalculator:()=>jn,Extent:()=>Ud,FloatElement:()=>Ce,FontLoader:()=>Bt,FormatService:()=>Ge,Gauge:()=>Ah,Gradients:()=>be,HashMap:()=>lt,Highlight:()=>Ls,InstanceObserver:()=>dt,IntlService:()=>Fe,Legend:()=>tc,LegendItem:()=>Zs,LegendLayout:()=>Xs,LineChart:()=>Si,LinePoint:()=>pi,LineSegment:()=>vi,LinearGauge:()=>ip,LinearPointer:()=>Wh,LinearScale:()=>Dh,Location:()=>Fv,LogarithmicAxis:()=>cn,Map:()=>bm,MousewheelZoom:()=>Gs,Navigator:()=>hh,NavigatorHint:()=>rh,Note:()=>Le,NumericAxis:()=>tn,OHLCChart:()=>Ms,OHLCPoint:()=>zs,Pane:()=>Ea,Pannable:()=>Fs,PieAnimation:()=>fc,PieChart:()=>Sc,PieChartMixin:()=>Mc,PiePlotArea:()=>Pc,PieSegment:()=>Cc,PlotAreaBase:()=>$a,PlotAreaEventsMixin:()=>ts,PlotAreaFactory:()=>oc,Point:()=>ee,PointEventsMixin:()=>ci,PolarAxis:()=>vn,QRCode:()=>Vv,RadarCategoryAxis:()=>pn,RadarLogarithmicAxis:()=>xn,RadarNumericAxis:()=>gn,RadialGauge:()=>zp,RadialPointer:()=>xp,RadialScale:()=>vp,RangeAreaChart:()=>ws,RangeAreaPoint:()=>vs,RangeBar:()=>as,RangeBarChart:()=>cs,RangePointer:()=>Hp,Ring:()=>se,RootElement:()=>_e,ScatterChart:()=>va,ScatterErrorBar:()=>ha,ScatterLineChart:()=>yc,Sector:()=>le,Selection:()=>ac,SeriesAggregator:()=>os,SeriesBinder:()=>En,ShapeBuilder:()=>pe,ShapeElement:()=>ye,SharedTooltip:()=>hc,Sparkline:()=>Jl,SplineAreaSegment:()=>Ei,SplineSegment:()=>xi,StackWrap:()=>Yi,StockChart:()=>uh,TemplateService:()=>et,Text:()=>Oe,TextBox:()=>Ve,Title:()=>Ee,Tooltip:()=>cc,WaterfallChart:()=>Hs,WaterfallSegment:()=>Os,XYPlotArea:()=>xc,ZoomSelection:()=>Ws,addClass:()=>A,alignPathToPixel:()=>j,anyHasZIndex:()=>Mi,append:()=>bt,appendIfNotNull:()=>Ta,areNumbers:()=>ta,autoMajorUnit:()=>te,autoTextColor:()=>Wt,barcodeValidator:()=>zu,bindEvents:()=>xt,bindSegments:()=>ja,categoriesCount:()=>ri,chartBaseTheme:()=>Em,clockwise:()=>L,constants:()=>n,convertableToNumber:()=>N,countNumbers:()=>Hn,createHashSet:()=>Qt,createOutOfRangePoints:()=>Ga,deepExtend:()=>G,defaultErrorHandler:()=>$t,defined:()=>wt,deg:()=>_t,elementOffset:()=>zt,elementScale:()=>Ut,elementSize:()=>Ct,elementStyles:()=>Q,equalsIgnoreCase:()=>La,evalOptions:()=>ni,eventCoordinates:()=>Mt,eventElement:()=>kt,filterSeriesByType:()=>Ra,find:()=>Rt,findAxisByName:()=>Mn,getDateField:()=>Da,getField:()=>In,getSpacing:()=>$,getTemplate:()=>ot,getter:()=>it,grep:()=>at,hasClasses:()=>st,hasGradientOverlay:()=>Ni,hasValue:()=>pa,hashKey:()=>Ot,inArray:()=>ht,interpolateValue:()=>pt,isArray:()=>I,isDateAxis:()=>Na,isFunction:()=>F,isNumber:()=>R,isObject:()=>q,isString:()=>D,keys:()=>Jt,last:()=>St,limitValue:()=>Ht,logToConsole:()=>B.logToConsole,map:()=>ft,mousewheelDelta:()=>yt,objectKey:()=>Pt,qrcodeValidator:()=>Iv,rad:()=>Vt,rectToBox:()=>Se,removeClass:()=>T,round:()=>It,segmentVisible:()=>Ba,setDefaultOptions:()=>jt,singleItemOrArray:()=>Fa,sparseArrayLimits:()=>Lt,styleValue:()=>X,unbindEvents:()=>At,valueOrDefault:()=>Et});var n={};o.r(n),o.d(n,{DEFAULT_PANE:()=>sh,NAVIGATOR_AXIS:()=>ah,NAVIGATOR_PANE:()=>ih});var r="arc",i="#000",a="bottom",s="center",c="circle",l=3,h="cross",p="date",u="12px sans-serif",v=10,d=/\{\d+:?/,f="height",m="inside",y="left",g=Number.MAX_VALUE,b=-Number.MAX_VALUE,x="none",w="object",_="outside",z="right",C="roundedRect",M="string",k="top",O="value",S="#fff",H="width",P="x",V="y";function I(t){return Array.isArray(t)}function A(t,e){for(var o=I(e)?e:[e],n=0;n<o.length;n++){var r=o[n];-1===t.className.indexOf(r)&&(t.className+=" "+r)}}var E=/\s+/g;function T(t,e){t&&t.className&&(t.className=t.className.replace(e,"").replace(E," "))}var B=o(4407);function j(t){var e=.5;t.options.stroke&&B.drawing.util.defined(t.options.stroke.width)&&t.options.stroke.width%2==0&&(e=0);for(var o=0;o<t.segments.length;o++)t.segments[o].anchor().round(0).translate(e,e);return t}function L(t,e){return-t.x*e.y+t.y*e.x<0}function R(t){return"number"==typeof t&&!isNaN(t)}function D(t){return typeof t===M}function N(t){return R(t)||D(t)&&isFinite(t)}function F(t){return"function"==typeof t}var U="object",W="undefined";function K(t,e){for(var o in e){var n,r=e[o],i=typeof r;if((n=i===U&&null!==r?r.constructor:null)&&n!==Array)if(r instanceof Date)t[o]=new Date(r.getTime());else if(F(r.clone))t[o]=r.clone();else{var a=t[o];t[o]=typeof a===U&&a||{},K(t[o],r)}else i!==W&&(t[o]=r)}return t}function G(t){for(var e=arguments,o=arguments.length,n=1;n<o;n++)K(t,e[n]);return t}function q(t){return"object"==typeof t}function X(t){return R(t)?t+"px":t}var Y=/width|height|top|left|bottom|right/i;function Z(t){return Y.test(t)}function Q(t,e){var o=D(e)?[e]:e;if(I(o)){for(var n={},r=window.getComputedStyle(t),i=0;i<o.length;i++){var a=o[i];n[a]=Z(a)?parseFloat(r[a]):r[a]}return n}if(q(e))for(var s in e)t.style[s]=X(e[s])}function $(t,e){void 0===e&&(e=0);var o={top:0,right:0,bottom:0,left:0};return"number"==typeof t?o[k]=o[z]=o[a]=o[y]=t:(o[k]=t[k]||e,o[z]=t[z]||e,o[a]=t[a]||e,o[y]=t[y]||e),o}var J={compile:function(t){return t}},tt=function(){};tt.register=function(t){J=t},tt.compile=function(t,e){return J.compile(t,e)};const et=tt;function ot(t){var e;return void 0===t&&(t={}),t.template?t.template=e=et.compile(t.template):F(t.content)&&(e=t.content),e}var nt=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,rt={};function it(t){if(rt[t])return rt[t];var e=[];return t.replace(nt,(function(t,o,n,r){e.push(B.drawing.util.defined(o)?o:n||r)})),rt[t]=function(t){for(var o=t,n=0;n<e.length&&o;n++)o=o[e[n]];return o},rt[t]}function at(t,e){for(var o=t.length,n=[],r=0;r<o;r++)e(t[r])&&n.push(t[r]);return n}function st(t,e){if(t.className)for(var o=e.split(" "),n=0;n<o.length;n++)if(t.className.indexOf&&-1!==t.className.indexOf(o[n]))return!0}rt[void 0]=function(t){return t};var ct=function(){this._map={}};ct.prototype.get=function(t){return this._map[this._key(t)]},ct.prototype.set=function(t,e){this._map[this._key(t)]=e},ct.prototype._key=function(t){return t instanceof Date?t.getTime():t};const lt=ct;function ht(t,e){if(e)return-1!==e.indexOf(t)}function pt(t,e,o){return B.drawing.util.round(t+(e-t)*o,l)}var ut="trigger",vt=function(t,e){this.observer=t,this.handlerMap=G({},this.handlerMap,e)};vt.prototype.trigger=function(t,e){var o,n=this.observer,r=this.handlerMap;return r[t]?o=this.callObserver(r[t],e):n[ut]&&(o=this.callObserver(ut,t,e)),o},vt.prototype.callObserver=function(t){for(var e=[],o=arguments.length-1;o-- >0;)e[o]=arguments[o+1];return this.observer[t].apply(this.observer,e)},vt.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 dt=vt;function ft(t,e){for(var o=t.length,n=[],r=0;r<o;r++){var i=e(t[r]);B.drawing.util.defined(i)&&n.push(i)}return n}var mt=B.support.browser||{};function yt(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 gt=B.drawing.util,bt=gt.append,xt=gt.bindEvents,wt=gt.defined,_t=gt.deg,zt=gt.elementOffset,Ct=gt.elementSize,Mt=gt.eventCoordinates,kt=gt.eventElement,Ot=gt.hashKey,St=gt.last,Ht=gt.limitValue,Pt=gt.objectKey,Vt=gt.rad,It=gt.round,At=gt.unbindEvents,Et=gt.valueOrDefault,Tt=function(){};Tt.fetchFonts=function(t,e,o){void 0===o&&(o={depth:0}),!t||o.depth>5||!document.fonts||Object.keys(t).forEach((function(n){var r=t[n];"dataSource"!==n&&"$"!==n[0]&&r&&("font"===n?e.push(r):"object"==typeof r&&(o.depth++,Tt.fetchFonts(r,e,o),o.depth--))}))},Tt.loadFonts=function(t,e){var o=[];if(t.length>0&&document.fonts){try{o=t.map((function(t){return document.fonts.load(t)}))}catch(t){(0,B.logToConsole)(t)}Promise.all(o).then(e,e)}else e()},Tt.preloadFonts=function(t,e){var o=[];Tt.fetchFonts(t,o),Tt.loadFonts(o,e)};const Bt=Tt;function jt(t,e){var o=t.prototype;o.options?o.options=G({},o.options,e):o.options=e}function Lt(t){for(var e=g,o=b,n=0,r=t.length;n<r;n++){var i=t[n];null!==i&&isFinite(i)&&(e=Math.min(e,i),o=Math.max(o,i))}return{min:e===g?void 0:e,max:o===b?void 0:o}}function Rt(t,e){for(var o=0;o<t.length;o++){var n=t[o];if(e(n,o,t))return n}}var Dt=B.geometry.Matrix,Nt=/matrix\((.*)\)/;function Ft(t){var e=getComputedStyle(t).transform;return"none"===e?Dt.unit():function(t){var e=t.match(Nt);if(null===e||2!==e.length)return Dt.unit();var o=e[1].split(",").map((function(t){return parseFloat(t)}));return new(Function.prototype.bind.apply(Dt,[null].concat(o)))}(e)}function Ut(t){if(!t)return Dt.unit();for(var e=Ft(t),o=t.parentElement;o;){var n=Ft(o);e=e.multiplyCopy(n),o=o.parentElement}return e.b=e.c=e.e=e.f=0,e}const Wt=function(t){return new B.Color(t).isDark()?S:i};var Kt={},Gt=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},qt={size:{configurable:!0}};Gt.prototype.values=function(){return this._values.filter((function(t){return t!==Kt}))},Gt.prototype.has=function(t){return void 0!==this._index[t]},Gt.prototype.add=function(t){this.has(t)||(this._index[t]=this._values.length,this._values.push(t))},Gt.prototype.delete=function(t){var e=this._index[t];void 0!==e&&(this._values[e]=Kt,delete this._index[t])},Gt.prototype.clear=function(){this._index={},this._values=[]},qt.size.get=function(){return this._values.length},Object.defineProperties(Gt.prototype,qt);var Xt=function(t){this._set=new Set(t)},Yt={size:{configurable:!0}};Xt.prototype.values=function(){return Array.from(this._set)},Xt.prototype.has=function(t){return this._set.has(t)},Xt.prototype.add=function(t){this._set.add(t)},Xt.prototype.delete=function(t){this._set.delete(t)},Xt.prototype.clear=function(){this._set.clear()},Yt.size.get=function(){return this._set.size},Object.defineProperties(Xt.prototype,Yt);var Zt=function(){var t=!1;return"function"==typeof Set&&(t=new Set([1]).has(1)),t};function Qt(t){return Zt()?new Xt(t):new Gt(t)}function $t(t){throw t}const Jt={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 te(t,e){var o=It(e-t,v-1);if(0===o){if(0===e)return.1;o=Math.abs(e)}var n=Math.pow(10,Math.floor(Math.log(o)/Math.log(10))),r=It(o/n,v);return It(n*(r<1.904762?.2:r<4.761904?.5:r<9.523809?1:2),v)}const ee=function(t){function e(e,o){t.call(this),this.x=e||0,this.y=o||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 o=Vt(e),n=Math.cos(o),r=Math.sin(o),i=t.x,a=t.y,s=this.x,c=this.y;return this.x=It(i+(s-i)*n+(c-a)*r,l),this.y=It(a+(c-a)*n-(s-i)*r,l),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,o=this.y-t.y;return Math.sqrt(e*e+o*o)},e.onCircle=function(t,o,n){var r=Vt(o);return new e(t.x-n*Math.cos(r),t.y-n*Math.sin(r))},e}(B.Class);var oe=function(t){function e(e,o,n,r){t.call(this),this.x1=e||0,this.y1=o||0,this.x2=n||0,this.y2=r||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 o=this.height(),n=this.width();return wt(t)&&(this.x1=t,this.x2=this.x1+n),wt(e)&&(this.y1=e,this.y2=this.y1+o),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 o=I(t),n=o?t[0]:t.x,r=o?t[1]:t.y;return this.wrap(new e(n,r,n,r)),this},e.prototype.snapTo=function(t,e){return e!==P&&e||(this.x1=t.x1,this.x2=t.x2),e!==V&&e||(this.y1=t.y1,this.y2=t.y2),this},e.prototype.alignTo=function(t,e){var o=this.height(),n=this.width(),r=e===k||e===a?V:P,i=r===V?o:n;if(e===s){var c=t.center(),l=this.center();this.x1+=c.x-l.x,this.y1+=c.y-l.y}else this[r+1]=e===k||e===y?t[r+1]-i:t[r+2];return this.x2=this.x1+n,this.y2=this.y1+o,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=$(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=$(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 ee(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 ee(this.x1,this.y1),new ee(this.x2,this.y1),new ee(this.x2,this.y2),new ee(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(),o=this.height(),n=this.center(),r=n.x,i=n.y,a=ne(0,0,r,i,t),s=ne(e,0,r,i,t),c=ne(e,o,r,i,t),l=ne(0,o,r,i,t);return e=Math.max(a.x,s.x,c.x,l.x)-Math.min(a.x,s.x,c.x,l.x),o=Math.max(a.y,s.y,c.y,l.y)-Math.min(a.y,s.y,c.y,l.y),this.x2=this.x1+e,this.y2=this.y1+o,this},e.prototype.toRect=function(){return new B.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,o){var n=e+1,r=e+2,i=e===P?H:f,c=this[i]();ht(o,[y,k])?(this[n]=t[n],this[r]=this[n]+c):ht(o,[z,a])?(this[r]=t[r],this[n]=this[r]-c):o===s&&(this[n]=t[n]+(t[i]()-c)/2,this[r]=this[n]+c)},e}(B.Class);function ne(t,e,o,n,r){var i=Vt(r);return new ee(o+(t-o)*Math.cos(i)+(e-n)*Math.sin(i),n-(t-o)*Math.sin(i)+(e-n)*Math.cos(i))}const re=oe;var ie=function(t){function e(e,o,n,r,i){t.call(this),this.center=e,this.innerRadius=o,this.radius=n,this.startAngle=r,this.angle=i}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 o=Vt(t),n=Math.cos(o),r=Math.sin(o),i=e?this.innerRadius:this.radius,a=It(this.center.x-n*i,l),s=It(this.center.y-r*i,l);return new ee(a,s)},e.prototype.adjacentBox=function(t,e,o){var n=this.clone().expand(t),r=n.middle(),i=n.point(r),a=e/2,s=o/2,c=Math.sin(Vt(r)),l=Math.cos(Vt(r)),h=i.x-a,p=i.y-s;return Math.abs(c)<.9&&(h+=a*-l/Math.abs(l)),Math.abs(l)<.9&&(p+=s*-c/Math.abs(c)),new re(h,p,h+e,p+o)},e.prototype.containsPoint=function(t){var e=this.center,o=this.innerRadius,n=this.radius,r=this.startAngle,i=this.startAngle+this.angle,a=t.x-e.x,s=t.y-e.y,c=new ee(a,s),h=this.point(r),p=new ee(h.x-e.x,h.y-e.y),u=this.point(i),v=new ee(u.x-e.x,u.y-e.y),d=It(a*a+s*s,l);return(p.equals(c)||L(p,c))&&!L(v,c)&&d>=o*o&&d<=n*n},e.prototype.getBBox=function(){var t,e=new re(g,g,b,b),o=It(this.startAngle%360),n=It((o+this.angle)%360),r=this.innerRadius,i=[0,90,180,270,o,n].sort(ae),a=i.indexOf(o),s=i.indexOf(n);t=o===n?i:a<s?i.slice(a,s+1):[].concat(i.slice(0,s+1),i.slice(a,i.length));for(var c=0;c<t.length;c++){var l=this.point(t[c]);e.wrapPoint(l),e.wrapPoint(l,r)}return r||e.wrapPoint(this.center),e},e.prototype.expand=function(t){return this.radius+=t,this},e}(B.Class);function ae(t,e){return t-e}const se=ie;var ce=function(t){function e(e,o,n,r){t.call(this,e,0,o,n,r)}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}(se);const le=ce;var he=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 o=t.startAngle+180,n=t.angle+o;t.angle>0&&o===n&&(n+=.001);var r=new B.geometry.Point(t.center.x,t.center.y),i=Math.max(t.radius,0),a=Math.max(t.innerRadius,0),s=new B.geometry.Arc(r,{startAngle:o,endAngle:n,radiusX:i,radiusY:i}),c=B.drawing.Path.fromArc(s,e).close();if(a){s.radiusX=s.radiusY=a;var l=s.pointAt(n);c.lineTo(l.x,l.y),c.arc(n,o,a,a,!0)}else c.lineTo(r.x,r.y);return c},e}(B.Class);he.current=new he;const pe=he;var ue=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,o=this.children,n=0;n<o.length;n++){var r=o[n];r.reflow(t),e=e?e.wrap(r.box):r.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 o=this.children,n=o.length,r=0;r<n;r++)o[r].box.translate(t,e)},e.prototype.append=function(){for(var t=arguments,e=0;e<arguments.length;e++){var o=t[e];this.children.push(o),o.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,o=0;o<e;o++)t[o].renderVisual()},e.prototype.createVisual=function(){this.visual=new B.drawing.Group({zIndex:this.options.zIndex,visible:Et(this.options.visible,!0)})},e.prototype.createAnimation=function(){this.visual&&this.options.animation&&(this.animation=B.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,o=t.options.zIndex||0,n=this.visual.children,r=n.length;for(e=0;e<r;e++){var i=n[e];if(Et(i.options.zIndex,0)>o)break}this.visual.insert(e,t)},e.prototype.traverse=function(t){for(var e=this.children,o=e.length,n=0;n<o;n++){var r=e[n];t(r),r.traverse&&r.traverse(t)}},e.prototype.closest=function(t){for(var e=this,o=!1;e&&!o;)(o=t(e))||(e=e.parent);if(o)return e},e.prototype.renderComplete=function(){},e.prototype.hasHighlight=function(){var t=(this.options||{}).highlight;return!(!this.createHighlight||t&&!1===t.visible)},e.prototype.toggleHighlight=function(t,e){var o=this,n=(this.options||{}).highlight||{},r=n.visual,i=this._highlight;if(!i){var a={fill:{color:S,opacity:e||.2},stroke:{color:S,width:1,opacity:e||.2}};if(r){if(!(i=this._highlight=r(Object.assign(this.highlightVisualArgs(),{createVisual:function(){return o.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 i=this._highlight=this.createHighlight(a);wt(i.options.zIndex)||(i.options.zIndex=Et(n.zIndex,this.options.zIndex)),this.appendVisual(i)}i.visible(t)},e.prototype.createGradientOverlay=function(t,e,o){var n=new B.drawing.Path(Object.assign({stroke:{color:"none"},fill:this.createGradient(o),closed:t.options.closed},e));return n.segments.elements(t.segments.elements()),n},e.prototype.createGradient=function(t){if(this.parent)return this.parent.createGradient(t)},e.prototype.supportsPointInactiveOpacity=function(){return!0},e}(B.Class);ue.prototype.options={};const ve=ue;var de=function(t){function e(e){t.call(this,e),this.options.margin=$(this.options.margin),this.options.padding=$(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 o,n=this,r=this.options,i=r.width,a=r.height,s=r.shrinkToFit,c=i&&a,l=r.margin,h=r.padding,p=r.border.width,u=function(){n.align(e,P,r.align),n.align(e,V,r.vAlign),n.paddingBox=o.clone().unpad(l).unpad(p)},v=e.clone();c&&(v.x2=v.x1+i,v.y2=v.y1+a),s&&v.unpad(l).unpad(p).unpad(h),t.prototype.reflow.call(this,v),o=c?this.box=new re(0,0,i,a):this.box,s&&c?(u(),v=this.contentBox=this.paddingBox.clone().unpad(h)):(v=this.contentBox=o.clone(),o.pad(h).pad(p).pad(l),u()),this.translateChildren(o.x1-v.x1+l.left+p+h.left,o.y1-v.y1+l.top+p+h.top);for(var d=this.children,f=0;f<d.length;f++){var m=d[f];m.reflow(m.box)}},e.prototype.align=function(t,e,o){this.box.align(t,e,o)},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(B.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:Et(e.opacity,t.opacity),dashType:e.dashType},fill:{color:t.background,opacity:t.opacity},cursor:t.cursor}},e}(ve);jt(de,{align:y,vAlign:k,margin:{},padding:{},border:{color:i,width:0},background:"",shrinkToFit:!1,width:0,height:0,visible:!0});const fe=de;var me=function(t){function e(e,o){t.call(this,e),this.pointData=o}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,o=t.type,n=t.rotation,r=e.center(),i=e.width()/2,a=e.height()/2;if(!t.visible||!this.hasBox())return null;var s,p=this.visualStyle();if(o===c)s=new B.drawing.Circle(new B.geometry.Circle([It(e.x1+i,l),It(e.y1+a,l)],Math.min(i,a)),p);else if("triangle"===o)s=B.drawing.Path.fromPoints([[e.x1+i,e.y1],[e.x1,e.y2],[e.x2,e.y2]],p).close();else if(o===h)(s=new B.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 u=e.toRect();if(o===C){var v=Et(t.borderRadius,u.width()/5);u.setCornerRadius(v)}s=B.drawing.Path.fromRect(u,p)}return n&&s.transform(B.geometry.transform().rotate(-n,[r.x,r.y])),s.options.zIndex=t.zIndex,s},e.prototype.createElement=function(){var t=this,e=this.options.visual,o=this.pointData||{};return e?e({value:o.value,dataItem:o.dataItem,sender:this.getSender(),series:o.series,category:o.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}(fe);jt(me,{type:c,align:s,vAlign:s});const ye=me;var ge="radial";const be={glass:{type:"linear",rotation:0,stops:[{offset:0,color:S,opacity:0},{offset:.25,color:S,opacity:.3},{offset:1,color:S,opacity:0}]},sharpBevel:{type:ge,stops:[{offset:0,color:S,opacity:.55},{offset:.65,color:S,opacity:0},{offset:.95,color:S,opacity:.25}]},roundedBevel:{type:ge,stops:[{offset:.33,color:S,opacity:.06},{offset:.83,color:S,opacity:.2},{offset:.95,color:S,opacity:0}]},roundedGlass:{type:ge,supportVML:!1,stops:[{offset:0,color:S,opacity:0},{offset:.5,color:S,opacity:.3},{offset:.99,color:S,opacity:0}]},sharpGlass:{type:ge,supportVML:!1,stops:[{offset:0,color:S,opacity:.2},{offset:.15,color:S,opacity:.15},{offset:.17,color:S,opacity:.35},{offset:.85,color:S,opacity:.05},{offset:.87,color:S,opacity:.15},{offset:.99,color:S,opacity:0}]},bubbleShadow:{type:ge,center:[.5,.5],radius:.5}};function xe(t,e){if(t.x1===e.x1&&t.y1===e.y1&&t.x2===e.x2&&t.y2===e.y2)return e;var o=Math.min(t.x1,e.x1),n=Math.max(t.x1,e.x1),r=Math.min(t.x2,e.x2),i=Math.max(t.x2,e.x2),a=Math.min(t.y1,e.y1),s=Math.max(t.y1,e.y1),c=Math.min(t.y2,e.y2),l=Math.max(t.y2,e.y2),h=[];return h[0]=new re(n,a,r,s),h[1]=new re(o,s,n,c),h[2]=new re(r,s,i,c),h[3]=new re(n,c,r,l),t.x1===o&&t.y1===a||e.x1===o&&e.y1===a?(h[4]=new re(o,a,n,s),h[5]=new re(r,c,i,l)):(h[4]=new re(r,a,i,s),h[5]=new re(o,c,n,l)),at(h,(function(t){return t.height()>0&&t.width()>0}))[0]}var we=function(t){function e(e){t.call(this,e);var o=this.options;o.width=parseInt(o.width,10),o.height=parseInt(o.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,o=new re(0,0,t.width,t.height);this.box=o.unpad(t.margin);for(var n=0;n<e.length;n++)e[n].reflow(o),o=xe(o,e[n].box)||new re},e.prototype.createVisual=function(){this.visual=new B.drawing.Group,this.createBackground()},e.prototype.createBackground=function(){var t=this.options,e=t.border||{},o=this.box.clone().pad(t.margin).unpad(e.width),n=B.drawing.Path.fromRect(o.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(n)},e.prototype.getRoot=function(){return this},e.prototype.createGradient=function(t){var e,o=this.gradients,n=Pt(t),r=be[t.gradient];if(o[n])e=o[n];else{var i=Object.assign({},r,t);"linear"===r.type?e=new B.drawing.LinearGradient(i):(t.innerRadius&&(i.stops=function(t){for(var e=t.stops,o=t.innerRadius/t.radius*100,n=e.length,r=[],i=0;i<n;i++){var a=Object.assign({},e[i]);a.offset=(a.offset*(100-o)+o)/100,r.push(a)}return r}(i)),(e=new B.drawing.RadialGradient(i)).supportVML=!1!==r.supportVML),o[n]=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 re(0,0,t.width,t.height)},e}(ve);jt(we,{width:600,height:400,background:S,border:{color:i,width:0},margin:$(5),zIndex:-2});const _e=we;var ze=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=P,this.elementAxis=V,this.groupSizeField=H,this.elementSizeField=f,this.groupSpacing=t.spacing,this.elementSpacing=t.vSpacing):(this.groupAxis=V,this.elementAxis=P,this.groupSizeField=f,this.elementSizeField=H,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,o=e.box,n=e.elementAxis,r=e.groupAxis,i=e.elementSizeField,a=e.groupSizeField,s=this.groupOptions(),c=s.groups,l=s.groupsSize,h=s.maxGroupElementsSize,p=c.length,u=o[r+1]+this.alignStart(l,o[a]());if(p){for(var v=u,d=0;d<p;d++){for(var f=c[d],m=f.groupElements,y=o[n+1],g=m.length,b=0;b<g;b++){var x=m[b],w=t.elementSize(x),_=v+t.alignStart(w[a],f.groupSize),z=new re;z[r+1]=_,z[r+2]=_+w[a],z[n+1]=y,z[n+2]=y+w[i],x.reflow(z),y+=w[i]+t.elementSpacing}v+=f.groupSize+t.groupSpacing}o[r+1]=u,o[r+2]=u+l,o[n+2]=o[n+1]+h}},e.prototype.alignStart=function(t,e){var o=0,n=this.options.align;return n===z||n===a?o=e-t:n===s&&(o=(e-t)/2),o},e.prototype.groupOptions=function(){for(var t=this,e=t.box,o=t.children,n=t.elementSizeField,r=t.groupSizeField,i=t.elementSpacing,a=t.groupSpacing,s=It(e[n]()),c=o.length,l=[],h=0,p=0,u=0,v=0,d=[],f=0;f<c;f++){var m=o[f];m.box||m.reflow(e);var y=this.elementSize(m);this.options.wrap&&It(p+i+y[n])>s&&(l.push({groupElements:d,groupSize:h,groupElementsSize:p}),v=Math.max(v,p),u+=a+h,h=0,p=0,d=[]),h=Math.max(h,y[r]),p>0&&(p+=i),p+=y[n],d.push(m)}return l.push({groupElements:d,groupSize:h,groupElementsSize:p}),{groups:l,groupsSize:u+=h,maxGroupElementsSize:v=Math.max(v,p)}},e.prototype.elementSize=function(t){return{width:t.box.width(),height:t.box.height()}},e.prototype.createVisual=function(){},e}(ve);jt(ze,{vertical:!0,wrap:!0,vSpacing:0,spacing:0});const Ce=ze;var Me=B.drawing.Text,ke=function(t){function e(e,o){t.call(this,o),this.content=e,this.reflow(new re)}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,o=e.size=B.drawing.util.measureText(this.content,{font:e.font});this.baseline=o.baseline,this.box=new re(t.x1,t.y1,t.x1+o.width,t.y1+o.height)},e.prototype.createVisual=function(){var t=this.options,e=t.font,o=t.color,n=t.opacity,r=t.cursor;this.visual=new Me(this.content,this.box.toRect().topLeft(),{font:e,fill:{color:o,opacity:n},cursor:r})},e}(ve);jt(ke,{font:u,color:i});const Oe=ke;function Se(t){var e=t.origin,o=t.bottomRight();return new re(e.x,e.y,o.x,o.y)}var He=/\n/m,Pe=function(t){function e(e,o,n){t.call(this,o),this.content=e,this.data=n,this._initContainer(),!1!==this.options._autoReflow&&this.reflow(new re)}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(He),o=new Ce({vertical:!0,align:t.align,wrap:!1}),n=G({},t,{opacity:1,animation:null});this.container=o,this.append(o);for(var r=0;r<e.length;r++){var i=new Oe(e[r].trim(),n);o.append(i)}},e.prototype.reflow=function(e){var o=this.options,n=o.visual;if(this.container.options.align=o.align,n&&!this._boxReflow){var r=e;r.hasSize()||(this._boxReflow=!0,this.reflow(r),this._boxReflow=!1,r=this.box);var i=this.visual=n(this.visualContext(r));i&&(r=Se(i.clippedBBox()||new B.geometry.Rect),i.options.zIndex=o.zIndex),this.box=this.contentBox=this.paddingBox=r}else if(t.prototype.reflow.call(this,e),o.rotation){var a=$(o.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 B.drawing.Group({transform:this.rotationTransform(),zIndex:t.zIndex,noclip:t.noclip}),this.hasBox()){var e=B.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,o={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(o,this.data),o},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,P,t.align),this.align(this.targetBox,V,t.vAlign),this.box},e.prototype.rotationTransform=function(){var t=this.options.rotation;if(!t)return null;var e=this.normalBox.center(),o=e.x,n=e.y,r=this.rotatedBox.center();return B.geometry.transform().translate(r.x-o,r.y-n).rotate(t,[o,n])},e}(fe);const Ve=Pe;var Ie=function(t){function e(e){t.call(this,e),this._textBox=new Ve(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,P)},e.buildTitle=function(t,o){var n,r=t;return"string"==typeof t&&(r={text:t}),(r=Object.assign({visible:!0},o,r))&&r.visible&&r.text&&(n=new e(r)),n},e.orderTitles=function(t){var e=[].concat(t),o=e.filter((function(t){return t&&t.options.position!==a})),n=e.filter((function(t){return t&&t.options.position===a}));return Ae(o),Ae(n),n.reverse(),o.concat(n)},e}(ve);function Ae(t){for(var e=1;e<t.length;e++){var o=t[e]._textBox,n=t[e-1]._textBox;n.options.margin=Object.assign($(n.options.margin),{bottom:0}),o.options.margin=Object.assign($(o.options.margin),{top:0})}}jt(Ie,{color:i,position:k,align:s,margin:$(5),padding:$(5)});const Ee=Ie;var Te=function(t){function e(e,o,n,r,i){t.call(this,o,i),this.text=o,this.value=e,this.index=n,this.dataItem=r,this.reflow(new re)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.visualContext=function(e){var o=t.prototype.visualContext.call(this,e);return o.value=this.value,o.dataItem=this.dataItem,o.format=this.options.format,o.culture=this.options.culture,o},e.prototype.click=function(t,e){t.trigger("axisLabelClick",{element:kt(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(),o=this.rotationTransform();this.box=Se(e.bbox(o.matrix()))}else t.prototype.rotate.call(this);return this.box},e.prototype.rotationTransform=function(){var e=this.options,o=e.rotation;if(!o)return null;if(e.alignRotation===s)return t.prototype.rotationTransform.call(this);var n=B.geometry.transform().rotate(o).matrix(),r=this.normalBox.toRect(),i=this.targetBox.toRect(),c=e.rotationOrigin||k,l=c===k||c===a?P:V,h=c===k||c===a?V:P,p=c===k||c===y?i.origin:i.bottomRight(),u=r.topLeft().transformCopy(n),d=r.topRight().transformCopy(n),f=r.bottomRight().transformCopy(n),m=r.bottomLeft().transformCopy(n),g=B.geometry.Rect.fromPoints(u,d,f,m),b={};b[h]=i.origin[h]-g.origin[h];var x,w,_=Math.abs(u[h]+b[h]-p[h]),z=Math.abs(d[h]+b[h]-p[h]);It(_,v)===It(z,v)?(x=u,w=d):z<_?(x=d,w=f):(x=u,w=m);var C=x[l]+(w[l]-x[l])/2;return b[l]=i.center()[l]-C,B.geometry.transform().translate(b.x,b.y).rotate(o)},e}(Ve);jt(Te,{_autoReflow:!1});const Be=Te;var je=function(t){function e(e,o,n){t.call(this,o),this.fields=e,this.chartService=n,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 o,n,r=e.label,i=e.icon,a=new re,s=function(){return t},l=i.size,h=this.fields.text;if(wt(r)&&r.visible){var p=ot(r);p?h=p(this.fields):r.format&&(h=this.chartService.format.auto(r.format,h)),r.color||(r.color=r.position===m?"#fff":i.background),this.label=new Ve(h,G({},r)),this.label.aliasFor=s,r.position!==m||wt(l)||(i.type===c?l=Math.max(this.label.box.width(),this.label.box.height()):(o=this.label.box.width(),n=this.label.box.height()),a.wrap(this.label.box))}i.width=o||l||7,i.height=n||l||7;var u=new ye(G({},i));u.aliasFor=s,this.marker=u,this.append(u),this.label&&this.append(this.label),u.reflow(new re),this.wrapperBox=a.wrap(u.box)}},e.prototype.reflow=function(t){var e,o,n,r=this,i=r.options,s=r.label,c=r.marker,l=r.wrapperBox,h=t.center(),p=i.line.length,u=i.position;i.visible&&(ht(u,[y,z])?u===y?(n=l.alignTo(t,u).translate(-p,t.center().y-l.center().y),i.line.visible&&(e=[t.x1,h.y],this.linePoints=[e,[n.x2,h.y]],o=n.clone().wrapPoint(e))):(n=l.alignTo(t,u).translate(p,t.center().y-l.center().y),i.line.visible&&(e=[t.x2,h.y],this.linePoints=[e,[n.x1,h.y]],o=n.clone().wrapPoint(e))):u===a?(n=l.alignTo(t,u).translate(t.center().x-l.center().x,p),i.line.visible&&(e=[h.x,t.y2],this.linePoints=[e,[h.x,n.y1]],o=n.clone().wrapPoint(e))):(n=l.alignTo(t,u).translate(t.center().x-l.center().x,-p),i.line.visible&&(e=[h.x,t.y1],this.linePoints=[e,[h.x,n.y2]],o=n.clone().wrapPoint(e))),c&&c.reflow(n),s&&(s.reflow(n),c&&(i.label.position===_&&s.box.alignTo(c.box,u),s.reflow(s.box))),this.contentBox=n,this.targetBox=t,this.box=o||n)},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,o=this.options,n=o.visual;o.visible&&n?(this.visual=n(Object.assign(this.fields,{sender:this.getSender(),rect:this.targetBox.toRect(),options:{background:o.background,border:o.background,icon:o.icon,label:o.label,line:o.line,position:o.position,visible:o.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=B.drawing.Path.fromPoints(this.linePoints,{stroke:{color:t.color,width:t.width,dashType:t.dashType}});j(e),this.visual.append(e)}},e.prototype.click=function(t,e){var o=this.eventArgs(e);t.trigger("noteClick",o)||e.preventDefault()},e.prototype.over=function(t,e){var o=this.eventArgs(e);t.trigger("noteHover",o)||e.preventDefault()},e.prototype.out=function(t,e){var o=this.eventArgs(e);t.trigger("noteLeave",o)},e.prototype.eventArgs=function(t){var e=this.options;return Object.assign(this.fields,{element:kt(t),text:wt(e.label)?e.label.text:"",visual:this.visual})},e}(fe);jt(je,{icon:{visible:!0,type:c},label:{position:m,visible:!0,align:s,vAlign:s},line:{visible:!0},visible:!0,position:k,zIndex:2});const Le=je;var Re={format:function(t,e){return e},toString:function(t){return t},parseDate:function(t){return new Date(t)},firstDay:function(){return 0}},De=function(){},Ne={implementation:{configurable:!0}};De.register=function(t){Re=t},Ne.implementation.get=function(){return Re},Object.defineProperties(De,Ne);const Fe=De;var Ue=/\{(\d+)(:[^\}]+)?\}/g,We=function(t){this._intlService=t},Ke={intl:{configurable:!0}};Ke.intl.get=function(){return this._intlService||Fe.implementation},Ke.intl.set=function(t){this._intlService=t},We.prototype.auto=function(t){for(var e=[],o=arguments.length-1;o-- >0;)e[o]=arguments[o+1];var n=this.intl;return D(t)&&t.match(d)?n.format.apply(n,[t].concat(e)):n.toString(e[0],t)},We.prototype.localeAuto=function(t,e,o){var n=this.intl;return D(t)&&t.match(d)?t.replace(Ue,(function(t,r,i){var a=e[parseInt(r,10)];return n.toString(a,i?i.substring(1):"",o)})):n.toString(e[0],t,o)},Object.defineProperties(We.prototype,Ke);const Ge=We;var qe=function(t,e){void 0===e&&(e={}),this._intlService=e.intlService,this.sender=e.sender||t,this.format=new Ge(e.intlService),this.chart=t,this.rtl=Boolean(e.rtl)},Xe={intl:{configurable:!0}};Xe.intl.get=function(){return this._intlService||Fe.implementation},Xe.intl.set=function(t){this._intlService=t,this.format.intl=t},qe.prototype.notify=function(t,e){this.chart&&this.chart.trigger(t,e)},qe.prototype.isPannable=function(t){var e=((this.chart||{}).options||{}).pannable;return e&&e.lock!==t},Object.defineProperties(qe.prototype,Xe);const Ye=qe;var Ze,Qe=function(){};Qe.register=function(t){Ze=t},Qe.create=function(t,e){if(Ze)return Ze.create(t,e)};const $e=Qe;function Je(t,e){var o=t.tickX,n=t.tickY,r=t.position,i=new B.drawing.Path({stroke:{width:e.width,color:e.color}});return t.vertical?i.moveTo(o,r).lineTo(o+e.size,r):i.moveTo(r,n).lineTo(r,n+e.size),j(i),i}function to(t,e){var o=t.lineStart,n=t.lineEnd,r=t.position,i=new B.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});return t.vertical?i.moveTo(o,r).lineTo(n,r):i.moveTo(r,o).lineTo(r,n),j(i),i}var eo=function(t){function e(e,o){void 0===o&&(o=new Ye),t.call(this,e),this.chartService=o,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!==x},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!==x},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;q(e)&&(t.alignRotation=e.align,t.rotation=e.angle)},e.prototype.createLabels=function(){var t=this,e=this.options,o=e.vertical?z:s,n=G({},e.labels,{align:o,zIndex:e.zIndex}),r=Math.max(1,n.step);if(this.clearLabels(),n.visible){this.normalizeLabelRotation(n),"auto"===n.rotation&&(n.rotation=0,e.autoRotateLabels=!0);for(var i=this.labelsRange(),a=i.min;a<i.max;a+=r){var c={index:a,count:i.max},l=t.createAxisLabel(a,n,c);l&&(t.append(l),t.labels.push(l))}}},e.prototype.clearLabels=function(){this.children=at(this.children,(function(t){return!(t instanceof Be)})),this.labels=[]},e.prototype.clearTitle=function(){var t=this;this.title&&(this.children=at(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,o=t.vertical,n=t.labels.mirror,r=n?e.x1:e.x2,i=n?e.y2:e.y1,a=t.line.width||0;return o?new re(r,e.y1,r,e.y2-a):new re(e.x1,i,e.x2-a,i)},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 o=new Ve(e.text,e);this.append(o),this.title=o}},e.prototype.createNotes=function(){var t=this,e=this.options,o=e.notes,n=o.data||[];this.notes=[];for(var r=0;r<n.length;r++){var i=G({},o,n[r]);i.value=t.parseNoteValue(i.value);var s=new Le({value:i.value,text:i.label.text,dataItem:i},i,t.chartService);s.options.visible&&(wt(s.options.position)?e.vertical&&!ht(s.options.position,[y,z])?s.options.position=e.reverse?y:z:e.vertical||ht(s.options.position,[k,a])||(s.options.position=e.reverse?a:k):e.vertical?s.options.position=e.reverse?y:z:s.options.position=e.reverse?a:k,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 B.drawing.Group({zIndex:-2}),this.appendVisual(this._gridLines)),t},e.prototype.createTicks=function(t){var e=this.options,o=this.lineBox(),n=e.labels.mirror,r=e.majorTicks.visible?e.majorUnit:0,i={vertical:e.vertical};function a(e,r,a){var s=e.length,c=Math.max(1,r.step);if(r.visible)for(var l=r.skip;l<s;l+=c)wt(a)&&l%a==0||(i.tickX=n?o.x2:o.x2-r.size,i.tickY=n?o.y1-r.size:o.y1,i.position=e[l],t.append(Je(i,r)))}a(this.getMajorTickPositions(),e.majorTicks),a(this.getMinorTickPositions(),e.minorTicks,r/e.minorUnit)},e.prototype.createLine=function(){var t=this.options,e=t.line,o=this.lineBox();if(e.width>0&&e.visible){var n=new B.drawing.Path({stroke:{width:e.width,color:e.color,dashType:e.dashType}});n.moveTo(o.x1,o.y1).lineTo(o.x2,o.y2),t._alignLines&&j(n);var r=this._lineGroup=new B.drawing.Group;r.append(n),this.visual.append(r),this.createTicks(r)}},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,o=t.background;o&&(this._backgroundPath=B.drawing.Path.fromRect(e.toRect(),{fill:{color:o},stroke:null}),this.visual.append(this._backgroundPath))},e.prototype.createPlotBands=function(){var t=this,e=this.options,o=e.plotBands||[],n=e.vertical,r=this.plotArea;if(0!==o.length){for(var i=this._plotbandGroup=new B.drawing.Group({zIndex:-1}),a=at(this.pane.axes,(function(e){return e.options.vertical!==t.options.vertical}))[0],s=0;s<o.length;s++){var c=o[s],l=void 0,h=void 0,p=c.label,u=void 0;if(n?(l=(a||r.axisX).lineBox(),h=t.getSlot(c.from,c.to,!0)):(l=t.getSlot(c.from,c.to,!0),h=(a||r.axisY).lineBox()),p&&(p.vAlign=p.position||y,u=t.createPlotBandLabel(p,c,new re(l.x1,h.y1,l.x2,h.y2))),0!==l.width()&&0!==h.height()){var v=new B.geometry.Rect([l.x1,h.y1],[l.width(),h.height()]),d=B.drawing.Path.fromRect(v,{fill:{color:c.color,opacity:c.opacity},stroke:null});i.append(d),u&&i.append(u)}}this.appendVisual(i)}},e.prototype.createPlotBandLabel=function(t,e,o){if(!1===t.visible)return null;var n,r=t.text;if(wt(t)&&t.visible){var i=ot(t);i?r=i({text:r,item:e}):t.format&&(r=this.chartService.format.auto(t.format,r)),t.color||(t.color=this.options.labels.color)}return(n=new Ve(r,t)).reflow(o),n.renderVisual(),n.visual},e.prototype.createGridLines=function(t){var e=this.options,o=e.minorGridLines,n=e.majorGridLines,r=e.minorUnit,i=e.vertical,a=t.options.line.visible,s=n.visible?e.majorUnit:0,c=t.lineBox(),l=c[i?"y1":"x1"],h={lineStart:c[i?"x1":"y1"],lineEnd:c[i?"x2":"y2"],vertical:i},p=[],u=this.gridLinesVisual();function v(t,e,o){var n=t.length,r=Math.max(1,e.step);if(e.visible)for(var i=e.skip;i<n;i+=r){var s=It(t[i]);ht(s,p)||i%o==0||a&&l===s||(h.position=s,u.append(to(h,e)),p.push(s))}}return v(this.getMajorTickPositions(),n),v(this.getMinorTickPositions(),o,s/r),u.children},e.prototype.reflow=function(t){for(var e=this,o=e.options,n=e.labels,r=e.title,i=o.vertical,a=n.length,s=i?H:f,c=r?r.box[s]():0,l=this.getActualTickSize()+o.margin+c,h=((this.getRoot()||{}).box||t)[s](),p=0,u=0;u<a;u++){var v=n[u].box[s]();v+l<=h&&(p=Math.max(p,v))}this.box=i?new re(t.x1,t.y1,t.x1+p+l,t.y2):new re(t.x1,t.y1,t.x2,t.y1+p+l),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,o=this.labelsBetweenTicks(),n=t.vertical,r=t.labels.mirror,i=this.getLabelsTickPositions(),a=0;a<e.length;a++){var s=e[a],c=this.labelTickIndex(s),l=n?s.box.height():s.box.width(),h=i[c],p=i[c+1],u=void 0,v=void 0;n?v=u=o?h+(p-h)/2-l/2:h-l/2:o?(u=h,v=p):v=(u=h-l/2)+l,this.positionLabel(s,r,u,v)}},e.prototype.positionLabel=function(t,e,o,n){void 0===n&&(n=o);var r,i=this.options,s=i.vertical,c=this.lineBox(),l=this.getActualTickSize()+i.margin;if(s){var h=c.x2;e?(h+=l,t.options.rotationOrigin=y):(h-=l+t.box.width(),t.options.rotationOrigin=z),r=t.box.move(h,o)}else{var p=c.y1;e?(p-=l+t.box.height(),t.options.rotationOrigin=a):(p+=l,t.options.rotationOrigin=k),r=new re(o,p,n,p+t.box.height())}t.reflow(r)},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,o=Math.min(e.length,t.length-1),n=0,r=0;r<o;r++){var i=Math.abs(t[r+1]-t[r]),a=e[r].box,s=this.autoRotateLabelAngle(a,i);if(0!==s&&(n=s),-90===n)break}if(0!==n){for(var c=0;c<e.length;c++)e[c].options.rotation=n,e[c].reflow(new re);return!0}},e.prototype.arrangeTitle=function(){var t=this.options,e=this.title,o=t.labels.mirror,n=t.vertical;e&&(n?(e.options.align=o?z:y,e.options.vAlign=e.options.position):(e.options.align=e.options.position,e.options.vAlign=o?k:a),e.reflow(this.box))},e.prototype.arrangeNotes=function(){for(var t=this,e=0;e<this.notes.length;e++){var o=t.notes[e],n=o.options.value,r=void 0;wt(n)?(t.shouldRenderNote(n)?o.show():o.hide(),r=t.noteSlot(n)):o.hide(),o.reflow(r||t.lineBox())}},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.alignTo=function(t){var e=t.lineBox(),o=this.options.vertical,n=o?V:P;this.box.snapTo(e,n),o?this.box.shrink(0,this.lineBox().height()-e.height()):this.box.shrink(this.lineBox().width()-e.width(),0),this.box[n+1]-=this.lineBox()[n+1]-e[n+1],this.box[n+2]-=this.lineBox()[n+2]-e[n+2]},e.prototype.axisLabelText=function(t,e,o){var n=this,r=ot(e),i=function(){return e.format?n.chartService.format.localeAuto(e.format,[t],e.culture):t};return r?r(Object.assign({},o,{get text(){return i()},value:t,format:e.format,culture:e.culture})):i()},e.prototype.slot=function(t,e,o){var n=this.getSlot(t,e,o);if(n)return n.toRect()},e.prototype.contentBox=function(){var t=this.box.clone(),e=this.labels;if(e.length){var o=this.options.vertical?V:P;if(this.chartService.isPannable(o)){var n=this.maxLabelOffset();t[o+1]-=n.start,t[o+2]+=n.end}else{e[0].options.visible&&t.wrap(e[0].box);var r=e[e.length-1];r.options.visible&&t.wrap(r.box)}}return t},e.prototype.maxLabelOffset=function(){for(var t=this.options,e=t.vertical,o=t.reverse,n=this.labelsBetweenTicks(),r=this.getLabelsTickPositions(),i=e?V:P,a=this.labels,s=o?1:0,c=o?0:1,l=0,h=0,p=0;p<a.length;p++){var u=a[p],v=this.labelTickIndex(u),d=void 0,f=void 0;n?(d=r[v+s],f=r[v+c]):d=f=r[v],l=Math.max(l,d-u.box[i+1]),h=Math.max(h,u.box[i+2]-f)}return{start:l,end:h}},e.prototype.limitRange=function(t,e,o,n,r){var i=this.options;if(t<o&&r<0&&(!wt(i.min)||i.min<=o)||n<e&&r>0&&(!wt(i.max)||n<=i.max))return null;if(e<o&&r>0||n<t&&r<0)return{min:t,max:e};var a=e-t,s=t,c=e;return t<o&&r<0?(s=Ht(t,o,n),c=Ht(t+a,o+a,n)):e>n&&r>0&&(c=Ht(e,o,n),s=Ht(e-a,o,n-a)),{min:s,max:c}},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(),o=t?e.height():e.width(),n=t?V:P,r=this.lineDir(),i=n+(1===r?1:2).toString();return{axis:n,axisOrigin:i,axisDir:r,lineBox:e,lineSize:o,lineStart:e[i]}},e.prototype.pointOffset=function(t){var e=this.lineInfo(),o=e.axis,n=e.axisDir,r=e.axisOrigin,i=e.lineBox,a=e.lineSize;return(n>0?t[o]-i[r]:i[r]-t[o])/a},e.prototype.scaleToDelta=function(t,e){var o=Ht(t,-.999,.999);return o>0?e*Math.min(1,o):e-e/(1+o)},e.prototype.labelsBetweenTicks=function(){return!this.options.justified},e.prototype.prepareUserOptions=function(){},e}(ve);jt(eo,{labels:{visible:!0,rotation:0,mirror:!1,step:1,skip:0},line:{width:1,color:i,visible:!0},title:{visible:!0,position:s},majorTicks:{align:_,size:4,skip:0,step:1},minorTicks:{align:_,size:3,skip:0,step:1},axisCrossingValue:0,majorTickType:_,minorTickType:x,majorGridLines:{skip:0,step:1},minorGridLines:{visible:!1,width:1,color:i,skip:0,step:1},margin:5,visible:!0,reverse:!1,justified:!0,notes:{label:{text:""}},_alignLines:!0,_deferLabels:!1});const oo=eo;var no="milliseconds",ro="seconds",io="minutes",ao="hours",so="days",co="weeks",lo="months",ho="years",po=1e3,uo=60*po,vo=60*uo,fo=24*vo,mo=7*fo,yo=31*fo,go=365*fo,bo={years:go,months:yo,weeks:mo,days:fo,hours:vo,minutes:uo,seconds:po,milliseconds:1};function xo(t,e){return t.getTime()-e-(t.getTimezoneOffset()-e.getTimezoneOffset())*uo}function wo(t,e){return new Date(t.getTime()+e)}function _o(t){var e;return t instanceof Date?e=t:t&&(e=new Date(t)),e}function zo(t,e){return 0===e&&23===t.getHours()&&(t.setHours(t.getHours()+2),!0)}function Co(t,e,o,n){var r=t;if(t){var i=_o(t),a=i.getHours();o===ho?zo(r=new Date(i.getFullYear()+e,0,1),0):o===lo?zo(r=new Date(i.getFullYear(),i.getMonth()+e,1),a):o===co?(r=Co(function(t,e){void 0===e&&(e=0);var o=0,n=t.getDay();if(!isNaN(n))for(;n!==e;)0===n?n=6:n--,o++;return wo(t,-o*fo)}(i,n),7*e,so),zo(r,a)):o===so?zo(r=new Date(i.getFullYear(),i.getMonth(),i.getDate()+e),a):o===ao?r=function(t,e){var o=new Date(t);o.setMinutes(0,0,0);var n=(t.getTimezoneOffset()-o.getTimezoneOffset())*uo;return wo(o,n+e*vo)}(i,e):o===io?(r=wo(i,e*uo)).getSeconds()>0&&r.setSeconds(0):o===ro?r=wo(i,e*po):o===no&&(r=wo(i,e)),o!==no&&r.getMilliseconds()>0&&r.setMilliseconds(0)}return r}function Mo(t,e,o){return Co(_o(t),0,e,o)}function ko(t,e,o){var n=_o(t);return n&&Mo(n,e,o).getTime()===n.getTime()?n:Co(n,1,e,o)}function Oo(t,e){return t&&e?t.getTime()-e.getTime():-1}function So(t,e){return t.getTime()-e}function Ho(t){if(I(t)){for(var e=[],o=0;o<t.length;o++)e.push(Ho(t[o]));return e}if(t)return _o(t).getTime()}function Po(t,e){return t&&e?Ho(t)===Ho(e):t===e}function Vo(t,e,o){return xo(t,e)/bo[o]}function Io(t,e,o,n){var r=_o(t),i=_o(e);return(o===lo?r.getMonth()-i.getMonth()+12*(r.getFullYear()-i.getFullYear())+Vo(r,new Date(r.getFullYear(),r.getMonth()),so)/new Date(r.getFullYear(),r.getMonth()+1,0).getDate():o===ho?r.getFullYear()-i.getFullYear()+Io(r,new Date(r.getFullYear(),0),lo,1)/12:o===so||o===co?Vo(r,i,o):So(r,e)/bo[o])/n}function Ao(t,e,o){return o===ho?e.getFullYear()-t.getFullYear():o===lo?12*Ao(t,e,ho)+e.getMonth()-t.getMonth():o===so?Math.floor(So(e,t)/fo):Math.floor(So(e,t)/bo[o])}function Eo(t,e){return D(e)&&t.parseDate(e)||_o(e)}function To(t,e){if(I(e)){for(var o=[],n=0;n<e.length;n++)o.push(Eo(t,e[n]));return o}return Eo(t,e)}function Bo(t,e){return R(t.weekStartDay)?t.weekStartDay:e&&e.firstDay?e.firstDay():0}var jo=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||[],o=wt(t.min),n=wt(t.max);if(t.srcCategories=t.categories=e,(o||n)&&e.length){var r,i=o?Math.floor(t.min):0;r=n?t.justified?Math.floor(t.max)+1:Math.ceil(t.max):e.length,t.categories=t.categories.slice(i,r)}return t},e.prototype.rangeIndices=function(){var t=this.options,e=t.categories.length||1;return{min:R(t.min)?t.min%1:0,max:R(t.max)&&t.max%1!=0&&t.max<this.totalRange().max?e-(1-t.max%1):e-(t.justified?1:0)}},e.prototype.totalRangeIndices=function(t){var e,o=this.options,n=R(o.min)?o.min:0;if(e=R(o.max)?o.max:R(o.min)?n+o.categories.length:this.totalRange().max||1,t){var r=this.totalRange();n=Ht(n,0,r.max),e=Ht(e,0,r.max)}return{min:n,max:e}},e.prototype.range=function(){var t=this.options;return{min:R(t.min)?t.min:0,max:R(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,o=t.max,n=this.lineBox();return{scale:(this.options.vertical?n.height():n.width())/(o-e||1)*(this.options.reverse?-1:1),box:n,min:e,max:o}},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 o=this.options.vertical?V:P,n=t[o+1],r=t[o+2],i=e[0],a=St(e);(i.box[o+1]>r||i.box[o+2]<n)&&(i.options.visible=!1),(a.box[o+1]>r||a.box[o+2]<n)&&(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(),o=e.min,n=e.max,r=Math.ceil(n),i=Math.floor(o),a=[];i<=r;)a.push(i),i+=t;return a},e.prototype.getTickPositions=function(t){for(var e=this.options,o=e.vertical,n=e.reverse,r=this.scaleOptions(),i=r.scale,a=r.box,s=r.min,c=a[(o?V:P)+(n?2:1)],h=this.tickIndices(t),p=[],u=0;u<h.length;u++)p.push(c+It(i*(h[u]-s),l));return p},e.prototype.getTicks=function(){var t=this.options,e=this._ticks,o=this.rangeIndices(),n=this.lineBox(),r=n.getHash()+o.min+","+o.max+t.reverse+t.justified;if(e._hash!==r){var i=t.minorTicks.visible||t.minorGridLines.visible;e._hash=r,e.labelTicks=this.getTickPositions(1),e.majorTicks=this.filterOutOfRangePositions(e.labelTicks,n),e.minorTicks=i?this.filterOutOfRangePositions(this.getTickPositions(.5),n):[]}return e},e.prototype.filterOutOfRangePositions=function(t,e){if(!t.length)return t;for(var o=this.options.vertical?V:P,n=function(t){return e[o+1]<=t&&t<=e[o+2]},r=t.length-1,i=0;!n(t[i])&&i<=r;)i++;for(var a=r;!n(t[a])&&a>=0;)a--;return t.slice(i,a+1)},e.prototype.lineInfo=function(){var t=this.options,e=t.vertical,o=t.reverse,n=this.lineBox(),r=e?n.height():n.width(),i=e?V:P,a=o?-1:1,s=i+(1===a?1:2).toString();return{axis:i,axisOrigin:s,axisDir:a,lineBox:n,lineSize:r,lineStart:n[s]}},e.prototype.lineDir=function(){return this.options.reverse?-1:1},e.prototype.getSlot=function(t,e,o){var n=this.options,r=n.reverse,i=n.justified,a=this.scaleOptions(),s=a.scale,c=a.box,l=a.min,h=this.lineInfo(),p=h.axis,u=h.lineStart,v=c.clone(),d=!wt(e),f=Et(t,0),m=Et(e,f);m=Math.max(m-1,f);var y=u+(f-l)*s,g=u+((m=Math.max(f,m))+1-l)*s;return d&&i&&(g=y),o&&(y=Ht(y,c[p+1],c[p+2]),g=Ht(g,c[p+1],c[p+2])),v[p+1]=r?g:y,v[p+2]=r?y:g,v},e.prototype.limitSlot=function(t){var e=this.options.vertical?V:P,o=this.lineBox(),n=t.clone();return n[e+1]=Ht(t[e+1],o[e+1],o[e+2]),n[e+2]=Ht(t[e+2],o[e+1],o[e+2]),n},e.prototype.slot=function(e,o,n){var r=Math.floor(this.options.min||0),i=e,a=o;return"string"==typeof i?i=this.categoryIndex(i):R(i)&&(i-=r),"string"==typeof a?a=this.categoryIndex(a):R(a)&&(a-=r),t.prototype.slot.call(this,i,a,n)},e.prototype.pointCategoryIndex=function(t){var e=this.options,o=e.reverse,n=e.justified,r=e.vertical?V:P,i=this.scaleOptions(),a=i.scale,s=i.box,c=i.min,l=i.max,h=o?l:c,p=s[r+1],u=s[r+2],v=t[r];if(v<p||v>u)return null;var d=h+(v-p)/a,f=d%1;return n?d=Math.round(d):0===f&&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 o=this.options;return(e?o.srcCategories:o.categories)[t]},e.prototype.categoriesCount=function(){return(this.options.categories||[]).length},e.prototype.translateRange=function(t){var e=this.options,o=this.lineBox(),n=e.vertical?o.height():o.width(),r=e.categories.length,i=It(t/(n/r),v);return{min:i,max:r+i}},e.prototype.scaleRange=function(t,e){var o=Math.abs(this.pointOffset(e)),n=this.totalRangeIndices(),r=n.max-n.min,i=this.scaleToDelta(t,r),a=o*i,s=(1-o)*i,c=n.min+a,l=n.max-s;return l-c<.1&&(l=c+.1),{min:c,max:l}},e.prototype.zoomRange=function(t,e){var o=this.totalRange(),n=o.min,r=o.max,i=this.scaleRange(t,e);return{min:Ht(i.min,n,r),max:Ht(i.max,n,r)}},e.prototype.labelsCount=function(){var t=this.labelsRange();return t.max-t.min},e.prototype.labelsRange=function(){var t=this.options,e=t.justified,o=t.labels,n=this.totalRangeIndices(!0),r=n.min,i=n.max,a=Math.floor(r);return e?(r=Math.ceil(r),i=Math.floor(i)):(r=Math.floor(r),i=Math.ceil(i)),{min:(r>o.skip?o.skip+o.step*Math.ceil((r-o.skip)/o.step):o.skip)-a,max:(t.categories.length?i+(e?1:0):0)-a}},e.prototype.createAxisLabel=function(t,e,o){var n=this.options,r=n.dataItems?n.dataItems[t]:null,i=Et(n.categories[t],"");o.dataItem=r;var a=this.axisLabelText(i,e,o);return new Be(i,a,t,r,e)},e.prototype.shouldRenderNote=function(t){var e=this.totalRangeIndices();return Math.floor(e.min)<=t&&t<=Math.ceil(e.max)},e.prototype.noteSlot=function(t){var e=this.options,o=t-Math.floor(e.min||0);return this.getSlot(o)},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 o=this.options.vertical?V:P,n=e[o+1],r=e[o+2],i=0;i<t.length;i++){var a=t[i];a.box&&(r<a.box[o+1]||a.box[o+2]<n)&&a.hide()}},e.prototype.pan=function(t){var e=this.totalRangeIndices(!0),o=this.scaleOptions().scale,n=It(t/o,v),r=this.totalRange(),i=e.min+n,a=e.max+n;return this.limitRange(i,a,0,r.max,n)},e.prototype.pointsRange=function(t,e){var o=this.options,n=o.reverse,r=o.vertical?V:P,i=this.totalRangeIndices(!0),a=this.scaleOptions(),s=a.scale,c=a.box[r+(n?2:1)],l=t[r]-c,h=e[r]-c,p=i.min+l/s,u=i.min+h/s,v=Math.min(p,u),d=Math.max(p,u);if(d-v>=.01)return{min:v,max:d}},e.prototype.valueRange=function(){return this.range()},e.prototype.totalIndex=function(t){var e=this.options,o=this._categoriesMap?this._categoriesMap.get(t):function(t,e){if(t instanceof Date){for(var o=e.length,n=0;n<o;n++)if(Po(e[n],t))return n;return-1}return e.indexOf(t)}(t,e.srcCategories);return o},e.prototype.currentRangeIndices=function(){var t=this.options,e=0;return R(t.min)&&(e=Math.floor(t.min)),{min:e,max:R(t.max)?t.justified?Math.floor(t.max):Math.ceil(t.max)-1:this.totalCount()-1}},e.prototype.mapCategories=function(){if(!this._categoriesMap)for(var t=this._categoriesMap=new lt,e=this.options.srcCategories,o=0;o<e.length;o++)t.set(e[o],o)},e.prototype.totalCount=function(){return Math.max(this.options.srcCategories.length,this._seriesMax||0)},e}(oo);jt(jo,{type:"category",vertical:!1,majorGridLines:{visible:!1,width:1,color:i},labels:{zIndex:1},justified:!1,_deferLabels:!0});const Lo=jo;var Ro={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"},Do=[no,ro,io,ao,so,co,lo,ho],No="fit";function Fo(t){var e=t._range;return e||((e=t._range=Lt(t)).min=_o(e.min),e.max=_o(e.max)),e}var Uo=function(t){this.options=t};Uo.prototype.displayIndices=function(){return{min:0,max:1}},Uo.prototype.displayRange=function(){return{}},Uo.prototype.total=function(){return{}},Uo.prototype.valueRange=function(){return{}},Uo.prototype.valueIndex=function(){return-1},Uo.prototype.values=function(){return[]},Uo.prototype.totalIndex=function(){return-1},Uo.prototype.valuesCount=function(){return 0},Uo.prototype.totalCount=function(){return 0},Uo.prototype.dateAt=function(){return null};var Wo=function(t,e,o){this.options=o,o.baseUnitStep=o.baseUnitStep||1;var n=o.roundToBaseUnit,r=o.justified;this.start=Co(t,0,o.baseUnit,o.weekStartDay);var i=this.roundToTotalStep(e),a=!r&&Po(e,i)&&!o.justifyEnd;this.end=this.roundToTotalStep(e,!r,a?1:0);var s=o.min||t;this.valueStart=this.roundToTotalStep(s),this.displayStart=n?this.valueStart:s;var c=o.max;if(c){var l=!r&&Po(c,this.roundToTotalStep(c))?-1:0;this.valueEnd=this.roundToTotalStep(c,!1,l),this.displayEnd=n?this.roundToTotalStep(c,!r):o.max}else this.valueEnd=i,this.displayEnd=n||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 Ko(t,e,o){for(var n,r,i,a=Fo(t.categories),s=(t.max||a.max)-(t.min||a.min),c=t.autoBaseUnitSteps,l=t.maxDateGroups,h=t.baseUnit===No,p=e?Do.indexOf(e):0,u=h?Do[p++]:t.baseUnit,v=s/bo[u],d=v;!r||v>=l;){n=n||c[u].slice(0);do{i=n.shift()}while(i&&e===u&&i<o);if(i)v=d/(r=i);else{if(u===St(Do)){r=Math.ceil(d/l);break}if(!h){v>l&&(r=Math.ceil(d/l));break}u=Do[p++]||St(Do),d=s/bo[u],n=null}}t.baseUnitStep=r,t.baseUnit=u}Wo.prototype.displayRange=function(){return{min:this.displayStart,max:this.displayEnd}},Wo.prototype.displayIndices=function(){if(!this._indices){var t=this.options,e=t.baseUnit,o=t.baseUnitStep,n=Io(this.displayStart,this.valueStart,e,o),r=Io(this.displayEnd,this.valueStart,e,o);this._indices={min:n,max:r}}return this._indices},Wo.prototype.total=function(){return{min:this.start,max:this.end}},Wo.prototype.totalCount=function(){return this.totalIndex(this.end)+(this.options.justified?1:0)},Wo.prototype.valueRange=function(){return{min:this.valueStart,max:this.valueEnd}},Wo.prototype.valueIndex=function(t){var e=this.options;return Math.floor(Io(t,this.valueStart,e.baseUnit,e.baseUnitStep))},Wo.prototype.totalIndex=function(t){var e=this.options;return Math.floor(Io(t,this.start,e.baseUnit,e.baseUnitStep))},Wo.prototype.dateIndex=function(t){var e=this.options;return Io(t,this.valueStart,e.baseUnit,e.baseUnitStep)},Wo.prototype.valuesCount=function(){return this.valueIndex(this.valueEnd)+1},Wo.prototype.values=function(){var t=this._values;if(!t){var e=this.options,o=this.valueRange();this._values=t=[];for(var n=o.min;n<=o.max;)t.push(n),n=Co(n,e.baseUnitStep,e.baseUnit,e.weekStartDay)}return t},Wo.prototype.dateAt=function(t,e){var o=this.options;return Co(e?this.start:this.valueStart,o.baseUnitStep*t,o.baseUnit,o.weekStartDay)},Wo.prototype.roundToTotalStep=function(t,e,o){var n=this.options,r=n.baseUnit,i=n.baseUnitStep,a=n.weekStartDay,s=this.start,c=Io(t,s,r,i),l=e?Math.ceil(c):Math.floor(c);return o&&(l+=o),Co(s,l*i,r,a)};var Go=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,o=e.intl,n=this.options,r=n.categories||[];if(r._parsed||((r=To(o,r))._parsed=!0),n=G({roundToBaseUnit:!0},n,{categories:r,min:Eo(o,n.min),max:Eo(o,n.max),weekStartDay:Bo(n,o)}),e.panning&&e.isPannable(n.vertical?V:P)&&(n.roundToBaseUnit=!1),n.userSetBaseUnit=n.userSetBaseUnit||n.baseUnit,n.userSetBaseUnitStep=n.userSetBaseUnitStep||n.baseUnitStep,this.options=n,n.srcCategories=r,r.length>0){var i=Fo(r),a=n.maxDivisions;if(this.dataRange=new Wo(i.min,i.max,function(t){var e=(t.baseUnit||"").toLowerCase();return e!==No&&!ht(e,Do)&&function(t){for(var e,o,n=t.categories,r=wt(n)?n.length:0,i=g,a=0;a<r;a++){var s=n[a];if(s&&e){var c=xo(s,e);c>0&&(o=(i=Math.min(i,c))>=go?ho:i>=yo-3*fo?lo:i>=mo?co:i>=fo?so:i>=vo?ao:i>=uo?io:ro)}e=s}t.baseUnit=o||so}(t),e!==No&&"auto"!==t.baseUnitStep||Ko(t),t}(n)),a){var s=this.dataRange.displayRange(),c=Object.assign({},n,{justified:!0,roundToBaseUnit:!1,baseUnit:"fit",min:s.min,max:s.max,maxDateGroups:a}),l=this.dataRange.options;Ko(c,l.baseUnit,l.baseUnitStep),this.divisionRange=new Wo(i.min,i.max,c)}else this.divisionRange=this.dataRange}else n.baseUnit=n.baseUnit||so,this.dataRange=this.divisionRange=new Uo(n);this.rangeLabels=[]},e.prototype.tickIndices=function(e){var o=this.dataRange,n=this.divisionRange,r=n.valuesCount();if(!this.options.maxDivisions||!r)return t.prototype.tickIndices.call(this,e);var i=[],a=n.values(),s=0;this.options.justified||(a=a.concat(n.dateAt(r)),s=.5);for(var c=0;c<a.length;c++)if(i.push(o.dateIndex(a[c])+s),1!==e&&c>=1){var l=i.length-1;i.splice(c,0,i[l-1]+(i[l]-i[l-1])*e)}return i},e.prototype.shouldRenderNote=function(t){var e=this.range(),o=this.options.categories||[];return Oo(t,e.min)>=0&&Oo(t,e.max)<=0&&o.length},e.prototype.parseNoteValue=function(t){return Eo(this.chartService.intl,t)},e.prototype.noteSlot=function(t){return this.getSlot(t)},e.prototype.translateRange=function(t){var e=this.options,o=e.baseUnit,n=e.weekStartDay,r=e.vertical,i=this.lineBox(),a=r?i.height():i.width(),s=this.range(),c=a/(s.max-s.min),l=It(t/c,v);if(s.min&&s.max){var h=wo(e.min||s.min,l),p=wo(e.max||s.max,l);s={min:Co(h,0,o,n),max:Co(p,0,o,n)}}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,o=this.lineBox(),n=e.vertical?o.height():o.width(),r=this.dataRange.displayRange(),i=r.min,a=r.max,s=this.dataRange.total(),c=It(t/(n/(a-i)),v)*(e.reverse?-1:1),l=wo(i,c),h=wo(a,c),p=this.limitRange(Ho(l),Ho(h),Ho(s.min),Ho(s.max),c);return p?(p.min=_o(p.min),p.max=_o(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,o){if(this.isEmpty())return null;var n=t.prototype.pointsRange.call(this,e,o),r=this.dataRange.displayRange(),i=this.dataRange.displayIndices(),a=So(r.max,r.min)/(i.max-i.min),s=this.options;return{min:wo(r.min,n.min*a),max:wo(r.min,n.max*a),baseUnit:s.userSetBaseUnit||s.baseUnit,baseUnitStep:s.userSetBaseUnitStep||s.baseUnitStep}},e.prototype.scaleRange=function(t,e){if(this.isEmpty())return{};var o=this.options,n=o.userSetBaseUnit===No,r=this.dataRange.total(),i=this.dataRange.displayRange(),a=i.min,s=i.max,c=Math.abs(this.pointOffset(e)),l=s-a,h=this.scaleToDelta(t,l),p=Math.round(c*h),u=Math.round((1-c)*h),v=this.dataRange.options.baseUnit,d=new Date(a.getTime()+p),f=new Date(s.getTime()-u);if(n){var m,y,g=o.autoBaseUnitSteps,b=o.maxDateGroups,x=St(g[v])*b*bo[v],w=So(s,a),_=So(f,d),z=Do.indexOf(v);if(_<bo[v]&&v!==no)v=Do[z-1],d=wo(a,y=(w-(b-1)*(m=St(g[v]))*bo[v])/2),f=wo(s,-y);else if(_>x&&v!==ho){var C=0;do{z++,v=Do[z],C=0,y=2*bo[v];do{m=g[v][C],C++}while(C<g[v].length&&y*m<w)}while(v!==ho&&y*m<w);(y=(y*m-w)/2)>0&&(d=wo(a,-y),f=wo(s,y),d=wo(d,Ht(f,r.min,r.max)-f),f=wo(f,Ht(d,r.min,r.max)-d))}}return d&&f&&So(f,d)>0?{min:d,max:f,baseUnit:o.userSetBaseUnit||o.baseUnit,baseUnitStep:o.userSetBaseUnitStep||o.baseUnitStep}:void 0},e.prototype.zoomRange=function(t,e){var o=this.dataRange.total(),n=this.scaleRange(t,e);return n&&(n.min<o.min&&(n.min=o.min),n.max>o.max&&(n.max=o.max)),n},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 o=this.lineBox(),n=t.vertical,r=t.rangeLabels.mirror||t.labels.mirror,i=e[0];if(i){var a=n?o.y1-i.box.height()/2:o.x1;this.positionLabel(i,r,a)}var s=e[1];if(s){var c=n?o.y2-s.box.height()/2:o.x2;this.positionLabel(s,r,c)}}},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 o=t[0];if(o&&o.options.visible)for(var n=0;n<e.length&&a(o,e[n]);n++);var r=t[1];if(r&&r.options.visible)for(var i=e.length-1;i>0&&a(r,e[i]);--i);}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),o=this.rangeLabels,n=0;n<o.length;n++){var r=o[n];r.options.visible&&e.wrap(r.box)}return e},e.prototype.createAxisLabel=function(t,e,o){void 0===o&&(o={});var n=this.options,r=n.dataItems&&!n.maxDivisions?n.dataItems[t]:null,i=this.divisionRange.dateAt(t),a=e.dateFormats[this.divisionRange.options.baseUnit];e.format=e.format||a,o.dataItem=r;var s=this.axisLabelText(i,e,o);if(s)return new Be(i,s,t,r,e)},e.prototype.createRangeLabels=function(){var t=this,e=this.divisionRange,o=e.displayStart,n=e.displayEnd,r=this.options,i=Object.assign({},r.labels,r.rangeLabels,{align:s,zIndex:r.zIndex});if(!0===i.visible){this.normalizeLabelRotation(i),i.alignRotation=s,"auto"===i.rotation&&(i.rotation=0,r.autoRotateRangeLabels=!0);var a=i.dateFormats[this.divisionRange.options.baseUnit];i.format=i.format||a;var c=function(e,o,n){if(n){var r=new Be(o,n,e,null,i);t.append(r),t.rangeLabels.push(r)}};c(0,o,this.axisLabelText(o,i,{index:0,count:2})),c(1,n,this.axisLabelText(n,i,{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 o=function(e,o,n){var r=2*Math.abs(o[n+1]-o[n]),i=t.autoRotateLabelAngle(e.box,r);0!==i&&(e.options.rotation=i,e.reflow(new re))},n=this.getMajorTickPositions();o(e[0],n,0),o(e[1],n,n.length-2)}},e.prototype.categoryIndex=function(t){return this.dataRange.valueIndex(t)},e.prototype.slot=function(t,e,o){var n=this.dataRange,r=t,i=e;r instanceof Date&&(r=n.dateIndex(r)),i instanceof Date&&(i=n.dateIndex(i));var a=this.getSlot(r,i,o);if(a)return a.toRect()},e.prototype.getSlot=function(e,o,n){var r=e,i=o;return typeof r===w&&(r=this.categoryIndex(r)),typeof i===w&&(i=this.categoryIndex(i)),t.prototype.getSlot.call(this,r,i,n)},e.prototype.valueRange=function(){var t=Fo(this.options.srcCategories);return{min:_o(t.min),max:_o(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.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 Wo(e.min,e.max,Object.assign({},t,{justified:!1,roundToBaseUnit:!0,justifyEnd:!1})).displayRange()},e}(Lo);jt(Go,{type:p,labels:{dateFormats:Ro},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 qo=Go;function Xo(t,e){return It(Math.floor(t/e)*e,v)}function Yo(t,e){return It(Math.ceil(t/e)*e,v)}function Zo(t){return Math.max(Math.min(t,3e5),-3e5)}var Qo=Math.pow(10,1-v),$o=function(t){function e(e,o,n,r){t.call(this,Object.assign({},n,{seriesMin:e,seriesMax:o}),r)}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,o){var n=o.narrowRange,r=function(t,e,o){if(!t&&!e)return 0;var n;if(t>=0&&e>=0){var r=t===e?0:t;if(!1===o||!o&&(e-r)/e>.2)return 0;n=Math.max(0,r-(e-r)/2)}else n=t;return n}(t,e,n),i=function(t,e,o){if(!t&&!e)return 1;var n;if(t<=0&&e<=0){var r=t===e?0:e,i=Math.abs((r-t)/r);if(!1===o||!o&&i>.2)return 0;n=Math.min(0,r-(t-r)/2)}else n=e;return n}(t,e,n),a=te(r,i),s={majorUnit:a};return!1!==o.roundToMajorUnit&&(r<0&&Jo(r,a,1/3)&&(r-=a),i>0&&Jo(i,a,1/3)&&(i+=a)),s.min=Xo(r,a),s.max=Yo(i,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 o,n,r=e;if(e){!function(t,e){for(var o=0;o<e.length;o++){var n=e[o];null===t[n]&&(t[n]=void 0)}}(e,["min","max"]),o=wt(e.min),n=wt(e.max);var i=o||n;i&&e.min===e.max&&(e.min>0?e.min=0:e.max=1),e.majorUnit?(t.min=Xo(t.min,e.majorUnit),t.max=Yo(t.max,e.majorUnit)):i&&(r=G(t,e),t.majorUnit=te(r.min,r.max))}t.minorUnit=(r.majorUnit||t.majorUnit)/5;var a=G(t,r);return a.min>=a.max&&(o&&!n?a.max=a.min+a.majorUnit:!o&&n&&(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,o=e.max-e.min;return Math.floor(It(o/t,l))+1},e.prototype.getTickPositions=function(t,e){var o=this.options,n=this.lineInfo(),r=n.axisDir,i=n.axisOrigin,a=n.lineBox,s=t*(n.lineSize/(o.max-o.min)),c=this.getDivisions(t),h=[],p=a[i],u=0;e&&(u=e/t);for(var v=0;v<c;v++)v%u!=0&&h.push(It(p,l)),p+=s*r;return h},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,o){void 0===o&&(o=!1);var n=this.options,r=this.lineInfo(),i=r.axis,a=r.axisDir,s=r.lineBox,c=r.lineSize,l=r.lineStart,h=a*(c/(n.max-n.min)),p=Et(t,e||0),u=Et(e,t||0);o&&(p=Ht(p,n.min,n.max),u=Ht(u,n.min,n.max));var v=Math.min(p,u)-n.min,d=Math.max(p,u)-n.min,f=new re(s.x1,s.y1,s.x1,s.y1);return f[i+1]=Zo(l+h*(a>0?v:d)),f[i+2]=Zo(l+h*(a>0?d:v)),f},e.prototype.getValue=function(t){var e=this.options,o=Number(e.max),n=Number(e.min),r=this.pointOffset(t);return r<0||r>1?null:It(n+r*(o-n),v)},e.prototype.translateRange=function(t){var e=this.options,o=e.vertical,n=e.reverse,r=e.max,i=e.min,a=this.lineInfo().lineSize,s=It(t/(a/(r-i)),v);return!o&&!n||o&&n||(s=-s),{min:i+s,max:r+s,offset:s}},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,o){var n=this.options,r=It(n.min+t*n.majorUnit,v),i=this.axisLabelText(r,e,o);return new Be(r,i,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 o=this.getValue(t),n=this.getValue(e),r=Math.min(o,n),i=Math.max(o,n);if(this.isValidRange(r,i))return{min:r,max:i}},e.prototype.scaleRange=function(t,e){var o=Math.abs(this.pointOffset(e)),n=this.options.max-this.options.min,r=this.scaleToDelta(t,n),i=o*r,a=(1-o)*r,s=It(this.options.min+i,v),c=It(this.options.max-a,v);return c-s<Qo&&(c=s+Qo),{min:s,max:c}},e.prototype.zoomRange=function(t,e){var o=this.totalMin,n=this.totalMax,r=this.scaleRange(t,e);return{min:Ht(r.min,o,n),max:Ht(r.max,o,n),narrowRange:!1}},e.prototype.isValidRange=function(t,e){return e-t>Qo},e}(oo);function Jo(t,e,o){var n=It(Math.abs(t%e),v);return 0===n||n>e*(1-o)}jt($o,{type:"numeric",min:0,max:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:i},labels:{format:"#.####################"},zIndex:1});const tn=$o;var en=function(t){function e(e,o,n,r){var i=_o(e),a=_o(o),s=r.intl,c=n||{};c=function(t,e,o){var n,r,i=o.min||t,a=o.max||e,s=o.baseUnit||(a&&i?(n=xo(a,i),r=ao,n>=go?r=ho:n>=yo?r=lo:n>=mo?r=co:n>=fo&&(r=so),r):ao),c=bo[s],l=o.weekStartDay||0,h=Mo(Ho(i)-1,s,l)||_o(a),p=ko(Ho(a)+1,s,l),u=(o.majorUnit?o.majorUnit:void 0)||Yo(te(h.getTime(),p.getTime()),c)/c,v=Ao(h,p,s),d=Yo(v,u)-v,f=Math.floor(d/2),m=d-f;return o.baseUnit||delete o.baseUnit,o.baseUnit=o.baseUnit||s,o.min=o.min||Co(h,-f,s,l),o.max=o.max||Co(p,m,s,l),o.minorUnit=o.minorUnit||u/5,o.majorUnit=u,o}(i,a,c=G(c||{},{min:Eo(s,c.min),max:Eo(s,c.max),axisCrossingValue:To(s,c.axisCrossingValues||c.axisCrossingValue),weekStartDay:Bo(c,s)})),t.call(this,c,r),this.intlService=s,this.seriesMin=i,this.seriesMax=a;var l=c.weekStartDay||0;this.totalMin=Ho(Mo(Ho(i)-1,c.baseUnit,l)),this.totalMax=Ho(ko(Ho(a)+1,c.baseUnit,l))}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(Ao(e.min,e.max,e.baseUnit)/t+1)},e.prototype.getTickPositions=function(t){for(var e=this.options,o=this.lineInfo(),n=o.axisDir,r=o.lineSize,i=o.lineStart,a=this.getDivisions(t),s=r/So(e.max,e.min),c=e.weekStartDay||0,h=[i],p=1;p<a;p++){var u=i+So(Co(e.min,p*t,e.baseUnit,c),e.min)*s*n;h.push(It(u,l))}return h},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,o){return tn.prototype.getSlot.call(this,Eo(this.intlService,t),Eo(this.intlService,e),o)},e.prototype.getValue=function(t){var e=tn.prototype.getValue.call(this,t);return null!==e?_o(e):null},e.prototype.labelsCount=function(){return this.getDivisions(this.options.majorUnit)},e.prototype.createAxisLabel=function(t,e,o){var n=this.options,r=t*n.majorUnit,i=n.weekStartDay||0,a=n.min;r>0&&(a=Co(a,r,n.baseUnit,i));var s=e.dateFormats[n.baseUnit];e.format=e.format||s;var c=this.axisLabelText(a,e,o);return new Be(a,c,t,null,e)},e.prototype.translateRange=function(t){var e=this.options,o=this.lineBox(),n=e.vertical,r=e.reverse,i=n?o.height():o.width(),a=this.range(),s=i/So(a.max,a.min),c=It(t/s,v);return!n&&!r||n&&r||(c=-c),{min:wo(e.min,c),max:wo(e.max,c),offset:c}},e.prototype.shouldRenderNote=function(t){var e=this.range();return Oo(t,e.min)>=0&&Oo(t,e.max)<=0},e.prototype.pan=function(t){var e=this.translateRange(t,!0),o=this.limitRange(Ho(e.min),Ho(e.max),this.totalMin,this.totalMax,e.offset);if(o)return{min:_o(o.min),max:_o(o.max)}},e.prototype.pointsRange=function(t,e){var o=this.getValue(t),n=this.getValue(e),r=Math.min(o,n),i=Math.max(o,n);return{min:_o(r),max:_o(i)}},e.prototype.scaleRange=function(t,e){var o=Math.abs(this.pointOffset(e)),n=this.options.max-this.options.min,r=this.scaleToDelta(t,n),i=o*r,a=(1-o)*r,s=_o(Ho(this.options.min)+i),c=_o(Ho(this.options.max)-a);return c-s<1e3&&(c=_o(Ho(s)+1e3)),{min:s,max:c}},e.prototype.zoomRange=function(t,e){var o=this.scaleRange(t,e);return{min:_o(Ht(Ho(o.min),this.totalMin,this.totalMax)),max:_o(Ht(Ho(o.max),this.totalMin,this.totalMax))}},e}(oo);jt(en,{type:p,majorGridLines:{visible:!0,width:1,color:i},labels:{dateFormats:Ro}});const on=en;var nn=1e-6,rn=function(t){function e(e,o,n,r){var i=G({majorUnit:10,min:e,max:o},n),a=i.majorUnit,s=function(t,e){var o=It(sn(t,e),v)%1;return t<=0?e:0!==o&&(o<.3||o>.9)?Math.pow(e,sn(t,e)+.2):Math.pow(e,Math.ceil(sn(t,e)))}(o,a),c=function(t,e,o){var n=o.majorUnit,r=t;return t<=0?r=e<=1?Math.pow(n,-2):1:o.narrowRange||(r=Math.pow(n,Math.floor(sn(t,n)))),r}(e,o,i),l=function(t,e,o,n){var r=o.min,i=o.max;return wt(o.axisCrossingValue)&&o.axisCrossingValue<=0&&an(),wt(n.max)?n.max<=0&&an():i=e,wt(n.min)?n.min<=0&&an():r=t,{min:r,max:i}}(c,s,i,n);i.max=l.max,i.min=l.min,i.minorUnit=n.minorUnit||It(a-1,v),t.call(this,i,r),this.totalMin=wt(n.min)?Math.min(c,n.min):c,this.totalMax=wt(n.max)?Math.max(s,n.max):s,this.logMin=It(sn(l.min,a),v),this.logMax=It(sn(l.max,a),v),this.seriesMin=e,this.seriesMax=o,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,o){var n=this,r=n.options,i=n.logMin,a=n.logMax,s=r.majorUnit,c=r.min,l=r.max,h=this.lineInfo(),p=h.axis,u=h.axisDir,v=h.lineBox,d=h.lineSize,f=h.lineStart,m=u*(d/(a-i)),y=Et(t,e||1),g=Et(e,t||1);if(y<=0||g<=0)return null;o&&(y=Ht(y,c,l),g=Ht(g,c,l)),y=sn(y,s),g=sn(g,s);var b=Math.min(y,g)-i,x=Math.max(y,g)-i,w=new re(v.x1,v.y1,v.x1,v.y1);return w[p+1]=Zo(f+m*(u>0?b:x)),w[p+2]=Zo(f+m*(u>0?x:b)),w},e.prototype.getValue=function(t){var e=this,o=e.options,n=e.logMin,r=e.logMax,i=o.majorUnit,a=this.lineInfo(),s=a.axis,c=a.axisDir,l=a.lineStart,h=a.lineSize,p=(r-n)/h,u=c*(t[s]-l);if(u<0||u>h)return null;var d=n+u*p;return It(Math.pow(i,d),v)},e.prototype.range=function(){var t=this.options;return{min:t.min,max:t.max}},e.prototype.translateRange=function(t){var e=this,o=e.options,n=e.logMin,r=e.logMax,i=o.reverse,a=o.vertical,s=o.majorUnit,c=this.lineBox(),l=a?c.height():c.width(),h=It(t/(l/(r-n)),v);return!a&&!i||a&&i||(h=-h),{min:Math.pow(s,n+h),max:Math.pow(s,r+h),offset:h}},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,o=e.majorTicks,n=e.minorTicks,r=e.vertical,i=e.labels.mirror,a=this.lineBox(),s={vertical:r};function c(e,o){s.tickX=i?a.x2:a.x2-o.size,s.tickY=i?a.y1-o.size:a.y1,s.position=e,t.append(Je(s,o))}return o.visible&&this.traverseMajorTicksPositions(c,o),n.visible&&this.traverseMinorTicksPositions(c,n),[]},e.prototype.createGridLines=function(t){var e=this.options,o=e.minorGridLines,n=e.majorGridLines,r=e.vertical,i=t.lineBox(),a={lineStart:i[r?"x1":"y1"],lineEnd:i[r?"x2":"y2"],vertical:r},s=[],c=this.gridLinesVisual();function l(t,e){ht(t,s)||(a.position=t,c.append(to(a,e)),s.push(t))}return n.visible&&this.traverseMajorTicksPositions(l,n),o.visible&&this.traverseMinorTicksPositions(l,o),c.children},e.prototype.traverseMajorTicksPositions=function(t,e){for(var o=this.lineInfo(),n=o.lineStart,r=o.step,i=this.logMin,a=this.logMax,s=Math.ceil(i)+e.skip;s<=a;s+=e.step)t(It(n+r*(s-i),v),e)},e.prototype.traverseMinorTicksPositions=function(t,e){for(var o=this.options,n=o.min,r=o.max,i=o.minorUnit,a=o.majorUnit,s=this.lineInfo(),c=s.lineStart,l=s.step,h=this.logMin,p=this.logMax,u=Math.floor(h);u<p;u++)for(var d=this._minorIntervalOptions(u),f=e.skip;f<i;f+=e.step){var m=d.value+f*d.minorStep;if(m>r)break;m>=n&&t(It(c+l*(sn(m,a)-h),v),e)}},e.prototype.createAxisLabel=function(t,e,o){var n=Math.ceil(this.logMin+t),r=Math.pow(this.options.majorUnit,n),i=this.axisLabelText(r,e,o);return new Be(r,i,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 o=this.getValue(t),n=this.getValue(e);return{min:Math.min(o,n),max:Math.max(o,n)}},e.prototype.scaleRange=function(t,e){var o=this.options.majorUnit,n=sn(this.options.min,o),r=sn(this.options.max,o),i=Math.abs(this.pointOffset(e)),a=r-n,s=this.scaleToDelta(t,a),c=Math.pow(o,n+i*s),l=Math.pow(o,r-(1-i)*s);return l-c<nn&&(l=c+nn),{min:c,max:l}},e.prototype.zoomRange=function(t,e){var o=this.scaleRange(t,e),n=this.totalMin,r=this.totalMax;return{min:Ht(o.min,n,r),max:Ht(o.max,n,r)}},e.prototype._minorIntervalOptions=function(t){var e=this.options,o=e.minorUnit,n=e.majorUnit,r=Math.pow(n,t);return{value:r,minorStep:(Math.pow(n,t+1)-r)/o}},e.prototype.lineInfo=function(){var e=t.prototype.lineInfo.call(this);return e.step=e.axisDir*(e.lineSize/(this.logMax-this.logMin)),e},e}(oo);function an(){throw new Error("Non positive values cannot be used for a logarithmic axis")}function sn(t,e){return Math.log(t)/Math.log(e)}jt(rn,{type:"log",majorUnit:10,minorUnit:1,axisCrossingValue:1,vertical:!0,majorGridLines:{visible:!0,width:1,color:i},zIndex:1,_deferLabels:!0});const cn=rn,ln={createGridLines:function(t){var e,o,n=this.options,r=Math.abs(this.box.center().y-t.lineBox().y1),i=[],a=!1;return n.majorGridLines.visible&&(e=this.majorGridLineAngles(t),a=!0,i=this.renderMajorGridLines(e,r,n.majorGridLines)),n.minorGridLines.visible&&(o=this.minorGridLineAngles(t,a),bt(i,this.renderMinorGridLines(o,r,n.minorGridLines,t,a))),i},renderMajorGridLines:function(t,e,o){return this.renderGridLines(t,e,o)},renderMinorGridLines:function(t,e,o,n,r){var i=this.radiusCallback&&this.radiusCallback(e,n,r);return this.renderGridLines(t,e,o,i)},renderGridLines:function(t,e,o,n){for(var r={stroke:{width:o.width,color:o.color,dashType:o.dashType}},i=this.box.center(),a=new B.geometry.Circle([i.x,i.y],e),s=this.gridLinesVisual(),c=0;c<t.length;c++){var l=new B.drawing.Path(r);n&&(a.radius=n(t[c])),l.moveTo(a.center).lineTo(a.pointAt(t[c]+180)),s.append(l)}return s.children},gridLineAngles:function(t,e,o,n,r){var i=this,a=this.intervals(e,o,n,r),s=t.options,c=s.visible&&!1!==(s.line||{}).visible;return ft(a,(function(t){var e=i.intervalAngle(t);if(!c||90!==e)return e}))}};var hn=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,o=e.skip||0,n=e.step||1,r=new re,i=0;i<t.length;i++){t[i].reflow(r);var a=t[i].box;t[i].reflow(this.getSlot(o+i*n).adjacentBox(0,a.width(),a.height()))}},e.prototype.intervals=function(t,e,o,n){void 0===n&&(n=!1);for(var r=this.options,i=r.categories.length/t||1,a=360/i,s=o||1,c=[],h=0,p=e||0;p<i;p+=s)h=r.reverse?360-p*a:p*a,h=It(h,l)%360,n&&ht(h,n)||c.push(h);return c},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 ft(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 o=this.options,n=o.minorGridLines,r=o.majorGridLines,i=e?this.intervals(1,r.skip,r.step):null;return this.gridLineAngles(t,.5,n.skip,n.step,i)},e.prototype.radiusCallback=function(t,e,o){if(e.options.type!==r){var n=Vt(360/(2*this.options.categories.length)),i=Math.cos(n)*t,a=this.majorAngles();return function(e){return!o&&ht(e,a)?t:i}}},e.prototype.createPlotBands=function(){for(var t=this.options.plotBands||[],e=this._plotbandGroup=new B.drawing.Group({zIndex:-1}),o=0;o<t.length;o++){var n=t[o],r=this.plotBandSlot(n),i=this.getSlot(n.from),a=n.from-Math.floor(n.from);r.startAngle+=a*i.angle;var s=Math.ceil(n.to)-n.to;r.angle-=(s+a)*i.angle;var c=pe.current.createRing(r,{fill:{color:n.color,opacity:n.opacity},stroke:{opacity:n.opacity}});e.append(c)}this.appendVisual(e)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to-1)},e.prototype.getSlot=function(t,e){var o=this.options,n=o.justified,r=this.box,i=this.majorAngles(),a=i.length,s=360/a,c=t;o.reverse&&!n&&(c=(c+1)%a);var l=i[c=Ht(Math.floor(c),0,a-1)];n&&(l-=s/2)<0&&(l+=360);var h=s*(Ht(Math.ceil(e||c),c,a-1)-c+1);return new se(r.center(),0,r.height()/2,l,h)},e.prototype.slot=function(t,e){var o=this.getSlot(t,e),n=o.startAngle+180,r=n+o.angle;return new B.geometry.Arc([o.center.x,o.center.y],{startAngle:n,endAngle:r,radiusX:o.radius,radiusY:o.radius})},e.prototype.pointCategoryIndex=function(t){for(var e=this.options.categories.length,o=null,n=0;n<e;n++)if(this.getSlot(n).containsPoint(t)){o=n;break}return o},e}(Lo);jt(hn,{startAngle:90,labels:{margin:$(10)},majorGridLines:{visible:!0},justified:!0}),G(hn.prototype,ln);const pn=hn;var un=function(t){function e(e,o){t.call(this,e,o);var n=this.options;n.minorUnit=n.minorUnit||n.majorUnit/2}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getDivisions=function(t){return tn.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,o=t.labels,n=t.options.labels,r=n.skip||0,i=n.step||1,a=new re,s=this.intervals(e.majorUnit,r,i),c=0;c<o.length;c++){o[c].reflow(a);var l=o[c].box;o[c].reflow(this.getSlot(s[c]).adjacentBox(0,l.width(),l.height()))}},e.prototype.lineBox=function(){return this.box},e.prototype.intervals=function(t,e,o,n){void 0===n&&(n=!1);for(var r=this.options.min,i=this.getDivisions(t),a=[],s=o||1,c=e||0;c<i;c+=s){var l=(360+r+c*t)%360;n&&ht(l,n)||a.push(l)}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 o=this.options,n=o.minorGridLines,r=o.majorGridLines,i=e?this.intervals(o.majorUnit,r.skip,r.step):null;return this.gridLineAngles(t,o.minorUnit,n.skip,n.step,i)},e.prototype.plotBandSlot=function(t){return this.getSlot(t.from,t.to)},e.prototype.getSlot=function(t,e){var o=this.options,n=this.box,r=o.startAngle,i=Ht(t,o.min,o.max),a=Ht(e||i,i,o.max);if(o.reverse&&(i*=-1,a*=-1),(a=(540-a-r)%360)<(i=(540-i-r)%360)){var s=i;i=a,a=s}return new se(n.center(),0,n.height()/2,i,a-i)},e.prototype.slot=function(t,e){void 0===e&&(e=t);var o,n,r=this.options,i=360-r.startAngle,a=this.getSlot(t,e),s=Math.min(t,e),c=Math.max(t,e);return r.reverse?(o=s,n=c):(o=360-c,n=360-s),o=(o+i)%360,n=(n+i)%360,new B.geometry.Arc([a.center.x,a.center.y],{startAngle:o,endAngle:n,radiusX:a.radius,radiusY:a.radius})},e.prototype.getValue=function(t){var e=this.options,o=this.box.center(),n=t.x-o.x,r=t.y-o.y,i=Math.round(_t(Math.atan2(r,n))),a=e.startAngle;return e.reverse||(i*=-1,a*=-1),(i+a+360)%360},e.prototype.valueRange=function(){return{min:0,max:2*Math.PI}},e}(oo);jt(un,{type:"polar",startAngle:0,reverse:!1,majorUnit:60,min:0,max:360,labels:{margin:$(10)},majorGridLines:{color:i,visible:!0,width:1},minorGridLines:{color:"#aaa"}}),G(un.prototype,ln,{createPlotBands:pn.prototype.createPlotBands,majorAngles:pn.prototype.majorAngles,range:tn.prototype.range,labelsCount:tn.prototype.labelsCount,createAxisLabel:tn.prototype.createAxisLabel});const vn=un;var dn={options:{majorGridLines:{visible:!0}},createPlotBands:function(){var t=this.options,e=t.majorGridLines.type,o=t.plotBands;void 0===o&&(o=[]);for(var n=this.plotArea.polarAxis,i=n.majorAngles(),a=n.box.center(),s=this._plotbandGroup=new B.drawing.Group({zIndex:-1}),c=0;c<o.length;c++){var l,h=o[c],p={fill:{color:h.color,opacity:h.opacity},stroke:{opacity:h.opacity}},u=this.getSlot(h.from,h.to,!0),v=new se(a,a.y-u.y2,a.y-u.y1,0,360);l=e===r?pe.current.createRing(v,p):B.drawing.Path.fromPoints(this.plotBandPoints(v,i),p).close(),s.append(l)}this.appendVisual(s)},plotBandPoints:function(t,e){for(var o=[],n=[],r=[t.center.x,t.center.y],i=new B.geometry.Circle(r,t.innerRadius),a=new B.geometry.Circle(r,t.radius),s=0;s<e.length;s++)o.push(i.pointAt(e[s]+180)),n.push(a.pointAt(e[s]+180));return o.reverse(),o.push(o[0]),n.push(n[0]),n.concat(o)},createGridLines:function(t){var e=this.options,o=this.radarMajorGridLinePositions(),n=t.majorAngles(),r=t.box.center(),i=[];if(e.majorGridLines.visible&&(i=this.renderGridLines(r,o,n,e.majorGridLines)),e.minorGridLines.visible){var a=this.radarMinorGridLinePositions();bt(i,this.renderGridLines(r,a,n,e.minorGridLines))}return i},renderGridLines:function(t,e,o,n){var i={stroke:{width:n.width,color:n.color,dashType:n.dashType}},a=n.skip;void 0===a&&(a=0);var s=n.step;void 0===s&&(s=0);for(var c=this.gridLinesVisual(),l=a;l<e.length;l+=s){var h=t.y-e[l];if(h>0){var p=new B.geometry.Circle([t.x,t.y],h);if(n.type===r)c.append(new B.drawing.Circle(p,i));else{for(var u=new B.drawing.Path(i),v=0;v<o.length;v++)u.lineTo(p.pointAt(o[v]+180));u.close(),c.append(u)}}}return c.children},getValue:function(t){var e=this.lineBox(),o=this.plotArea.polarAxis,n=o.majorAngles(),i=o.box.center(),a=t.distanceTo(i),s=a;if(this.options.majorGridLines.type!==r&&n.length>1){var c=t.x-i.x,l=t.y-i.y,h=(_t(Math.atan2(l,c))+540)%360;n.sort((function(t,e){return fn(t,h)-fn(e,h)}));var p=90-fn(n[0],n[1])/2,u=180-fn(h,n[0])-p;s=a*(Math.sin(Vt(u))/Math.sin(Vt(p)))}return this.axisType().prototype.getValue.call(this,new ee(e.x1,e.y2-s))}};function fn(t,e){return 180-Math.abs(Math.abs(t-e)-180)}const mn=dn;var yn=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}(tn);G(yn.prototype,mn);const gn=yn;var bn=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}(cn);G(bn.prototype,mn);const xn=bn;function wn(t){return t<=0?-1:1}const _n=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),o=[],n=this.closed,r=e.length;if(r>2&&(this.removeDuplicates(0,e),r=e.length),r<2||2===r&&e[0].equals(e[1]))return o;var i,a,s=e[0],c=e[1],l=e[2];for(o.push(new B.geometry.Segment(s));s.equals(e[r-1]);)n=!0,e.pop(),r--;if(2===r){var h=this.tangent(s,c,P,V);return St(o).controlOut(this.firstControlPoint(h,s,c,P,V)),o.push(new B.geometry.Segment(c,this.secondControlPoint(h,s,c,P,V))),o}if(n){s=e[r-1],c=e[0],l=e[1];var p=this.controlPoints(s,c,l);i=p[1],a=p[0]}else{var u=this.tangent(s,c,P,V);i=this.firstControlPoint(u,s,c,P,V)}for(var v=i,d=0;d<=r-3;d++)if(this.removeDuplicates(d,e),d+3<=(r=e.length)){s=e[d],c=e[d+1],l=e[d+2];var f=this.controlPoints(s,c,l);St(o).controlOut(v),v=f[1];var m=f[0];o.push(new B.geometry.Segment(c,m))}if(n){s=e[r-2],c=e[r-1],l=e[0];var y=this.controlPoints(s,c,l);St(o).controlOut(v),o.push(new B.geometry.Segment(c,y[0])),St(o).controlOut(y[1]),o.push(new B.geometry.Segment(l,a))}else{var g=this.tangent(c,l,P,V);St(o).controlOut(v),o.push(new B.geometry.Segment(l,this.secondControlPoint(g,c,l,P,V)))}return o},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,o){var n=!1;if(t.x===e.x)n=!0;else if(e.x===o.x)(e.y<o.y&&t.y<=e.y||o.y<e.y&&e.y<=t.y)&&(n=!0);else{var r=this.lineFunction(t,e),i=this.calculateFunction(r,o.x);t.y<=e.y&&o.y<=i||e.y<=t.y&&o.y>=i||(n=!0)}return n},e.prototype.isLine=function(t,e,o){var n=this.lineFunction(t,e),r=this.calculateFunction(n,o.x);return t.x===e.x&&e.x===o.x||It(r,1)===It(o.y,1)},e.prototype.lineFunction=function(t,e){var o=(e.y-t.y)/(e.x-t.x);return[t.y-o*t.x,o]},e.prototype.controlPoints=function(t,e,o){var n,r=P,i=V,a=!1,s=!1;if(this.isLine(t,e,o))n=this.tangent(t,e,P,V);else{var c={x:this.isMonotonicByField(t,e,o,P),y:this.isMonotonicByField(t,e,o,V)};c.x&&c.y?(n=this.tangent(t,o,P,V),a=!0):(this.invertAxis(t,e,o)&&(r=V,i=P),c[r]?n=0:(n=.01*(o[i]<t[i]&&t[i]<=e[i]||t[i]<o[i]&&e[i]<=t[i]?wn((o[i]-t[i])*(e[r]-t[r])):-wn((o[r]-t[r])*(e[i]-t[i]))),s=!0))}var l=this.secondControlPoint(n,t,e,r,i);if(s){var h=r;r=i,i=h}var p=this.firstControlPoint(n,e,o,r,i);return a&&(this.restrictControlPoint(t,e,l,n),this.restrictControlPoint(e,o,p,n)),[l,p]},e.prototype.restrictControlPoint=function(t,e,o,n){t.y<e.y?e.y<o.y?(o.x=t.x+(e.y-t.y)/n,o.y=e.y):o.y<t.y&&(o.x=e.x-(e.y-t.y)/n,o.y=t.y):o.y<e.y?(o.x=t.x-(t.y-e.y)/n,o.y=e.y):t.y<o.y&&(o.x=e.x+(t.y-e.y)/n,o.y=t.y)},e.prototype.tangent=function(t,e,o,n){var r=e[o]-t[o],i=e[n]-t[n];return 0===r?0:i/r},e.prototype.isMonotonicByField=function(t,e,o,n){return o[n]>e[n]&&e[n]>t[n]||o[n]<e[n]&&e[n]<t[n]},e.prototype.firstControlPoint=function(t,e,o,n,r){var i=e[n],a=.333*(o[n]-i);return this.point(i+a,e[r]+a*t,n,r)},e.prototype.secondControlPoint=function(t,e,o,n,r){var i=e[n],a=o[n],s=.333*(a-i);return this.point(a-s,o[r]-s*t,n,r)},e.prototype.point=function(t,e,o,n){var r=new B.geometry.Point;return r[o]=t,r[n]=e,r},e.prototype.calculateFunction=function(t,e){for(var o=t.length,n=0,r=0;r<o;r++)n+=Math.pow(e,r)*t[r];return n},e}(B.Class);var zn=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,o){return void 0===o&&(o=!0),this._axis.slot(t,e,o)},e.prototype.range=function(){return this._axis.range()},e.prototype.valueRange=function(){return this._axis.valueRange()},e}(B.Class);const Cn=zn;function Mn(t,e){for(var o=0;o<e.length;o++)if(e[o].options.name===t)return e[o].prepareUserOptions(),new Cn(e[o])}var kn=function(t){this.visual=t.visual,this.chartsVisual=t.chartContainer.visual,this._pane=t};kn.prototype.findAxisByName=function(t){return Mn(t,this._pane.axes)};const On=kn,Sn=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}(B.Class);function Hn(t){for(var e=t.length,o=0,n=0;n<e;n++)R(t[n])&&o++;return o}var Pn={min:function(t){for(var e=t.length,o=g,n=0;n<e;n++){var r=t[n];R(r)&&(o=Math.min(o,r))}return o===g?t[0]:o},max:function(t){for(var e=t.length,o=b,n=0;n<e;n++){var r=t[n];R(r)&&(o=Math.max(o,r))}return o===b?t[0]:o},sum:function(t){for(var e=t.length,o=0,n=0;n<e;n++){var r=t[n];R(r)&&(o+=r)}return o},sumOrNull:function(t){var e=null;return Hn(t)&&(e=Pn.sum(t)),e},count:function(t){for(var e=t.length,o=0,n=0;n<e;n++){var r=t[n];null!==r&&wt(r)&&o++}return o},avg:function(t){var e=Hn(t),o=t[0];return e>0&&(o=Pn.sum(t)/e),o},first:function(t){for(var e=t.length,o=0;o<e;o++){var n=t[o];if(null!==n&&wt(n))return n}return t[0]}};const Vn=Pn;function In(t,e){return null===e?e:it(t)(e)}var An=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,o){var n=this;void 0===e&&(e=[O]),void 0===o&&(o={});for(var r=0;r<t.length;r++){var i=t[r];n._valueFields[i]=e,n._otherFields[i]=o,n._nullValue[i]=n._makeValue(e,null),n._undefinedValue[i]=n._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]||[O]},e.prototype.otherFields=function(t){return this._otherFields[t.type]||[O]},e.prototype.bindPoint=function(t,e,o){var n,r,i=t.data,a=wt(o)?o:i[e],s={valueFields:{value:a}},c=this.valueFields(t),l=this._otherFields[t.type];if(null===a)r=this._nullValue[t.type];else if(wt(a)){if(Array.isArray(a)){var h=a.slice(c.length);r=this._bindFromArray(a,c),n=this._bindFromArray(h,l)}else if("object"==typeof a){var p=this.sourceFields(t,c),u=this.sourceFields(t,l);r=this._bindFromObject(a,c,p),n=this._bindFromObject(a,l,u)}}else r=this._undefinedValue[t.type];return wt(r)&&(1===c.length?s.valueFields.value=r[c[0]]:s.valueFields=r),s.fields=n||{},s},e.prototype._makeValue=function(t,e){for(var o={},n=t.length,r=0;r<n;r++)o[t[r]]=e;return o},e.prototype._bindFromArray=function(t,e){var o={};if(e)for(var n=Math.min(e.length,t.length),r=0;r<n;r++)o[e[r]]=t[r];return o},e.prototype._bindFromObject=function(t,e,o){void 0===o&&(o=e);var n={};if(e)for(var r=e.length,i=0;i<r;i++){var a=e[i],s=o[i];null!==s&&(n[a]=In(s,t))}return n},e.prototype.sourceFields=function(t,e){var o=[];if(e)for(var n=e.length,r=0;r<n;r++){var i=e[r],a=i===O?"field":i+"Field";o.push(null!==t[a]?t[a]||i:null)}return o},e}(B.Class);An.current=new An;const En=An;var Tn=/percent(?:\w*)\((\d+)\)/,Bn=new RegExp("^stddev(?:\\((\\d+(?:\\.\\d+)?)\\))?$");const jn=function(t){function e(e,o,n){t.call(this),this.initGlobalRanges(e,o,n)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initGlobalRanges=function(t,e,o){var n=e.data,r=Bn.exec(t);if(r){this.valueGetter=this.createValueGetter(e,o);var i=this.getAverage(n),a=this.getStandardDeviation(n,i,!1),s=r[1]?parseFloat(r[1]):1,c={low:i.value-a*s,high:i.value+a*s};this.globalRange=function(){return c}}else if(t.indexOf&&t.indexOf("stderr")>=0){this.valueGetter=this.createValueGetter(e,o);var l=this.getStandardError(n,this.getAverage(n));this.globalRange=function(t){return{low:t-l,high:t+l}}}},e.prototype.createValueGetter=function(t,e){var o,n=t.data,r=En.current,i=r.valueFields(t),a=wt(n[0])?n[0]:{};return I(a)?o=it("["+(e?i.indexOf(e):0)+"]"):R(a)?o=it():typeof a===w&&(o=it(r.sourceFields(t,i)[i.indexOf(e)])),o},e.prototype.getErrorRange=function(t,e){var o,n,r;if(!wt(e))return null;if(this.globalRange)return this.globalRange(t);if(I(e))o=t-e[0],n=t+e[1];else if(R(r=parseFloat(e)))o=t-r,n=t+r;else{if(!(r=Tn.exec(e)))throw new Error("Invalid ErrorBar value: "+e);var i=t*(parseFloat(r[1])/100);o=t-Math.abs(i),n=t+Math.abs(i)}return{low:o,high:n}},e.prototype.getStandardError=function(t,e){return this.getStandardDeviation(t,e,!0)/Math.sqrt(e.count)},e.prototype.getStandardDeviation=function(t,e,o){for(var n=t.length,r=o?e.count-1:e.count,i=0,a=0;a<n;a++){var s=this.valueGetter(t[a]);R(s)&&(i+=Math.pow(s-e.value,2))}return Math.sqrt(i/r)},e.prototype.getAverage=function(t){for(var e=t.length,o=0,n=0,r=0;r<e;r++){var i=this.valueGetter(t[r]);R(i)&&(o+=i,n++)}return{value:o/n,count:n}},e}(B.Class);var Ln=B.support.browser||{},Rn=600,Dn="fadeIn",Nn=.8,Fn=Ln.msie?.001:0,Un="errorLow",Wn="errorHigh",Kn="zero",Gn="interpolate",qn="above",Xn="below",Yn="smooth",Zn="step",Qn="area",$n="bar",Jn="boxPlot",tr="bubble",er="bullet",or="candlestick",nr="column",rr="donut",ir="funnel",ar="heatmap",sr="horizontalWaterfall",cr="line",lr="ohlc",hr="pie",pr="polarArea",ur="polarLine",vr="polarScatter",dr="radarArea",fr="radarColumn",mr="radarLine",yr="rangeArea",gr="rangeBar",br="rangeColumn",xr="scatter",wr="scatterLine",_r="verticalArea",zr="verticalBoxPlot",Cr="verticalBullet",Mr="verticalLine",kr="verticalRangeArea",Or="waterfall",Sr=[$n,nr,lr,or,Jn,zr,er,br,gr,Or,sr],Hr="seriesClick",Pr="seriesHover",Vr="seriesOver",Ir="seriesLeave",Ar="plotAreaHover",Er="plotAreaLeave",Tr="drag",Br="dragEnd",jr="dragStart",Lr="zoomStart",Rr="zoom",Dr="zoomEnd",Nr="selectStart",Fr="select",Ur="selectEnd",Wr="showTooltip",Kr="hideTooltip",Gr="log",qr="category",Xr="insideEnd",Yr="outsideEnd",Zr="wheel",Qr="drilldown",$r=function(t){function e(e,o,n,r,i,a){t.call(this,a),this.low=e,this.high=o,this.isVertical=n,this.chart=r,this.series=i}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.reflow=function(t){var e,o=this.options.endCaps,n=this.isVertical,r=this.getAxis().getSlot(this.low,this.high),i=t.center(),a=this.getCapsWidth(t,n),s=n?i.x:i.y,c=s-a,l=s+a;n?(e=[new ee(i.x,r.y1),new ee(i.x,r.y2)],o&&e.push(new ee(c,r.y1),new ee(l,r.y1),new ee(c,r.y2),new ee(l,r.y2)),this.box=new re(c,r.y1,l,r.y2)):(e=[new ee(r.x1,i.y),new ee(r.x2,i.y)],o&&e.push(new ee(r.x1,c),new ee(r.x1,l),new ee(r.x2,c),new ee(r.x2,l)),this.box=new re(r.x1,c,r.x2,l)),this.linePoints=e},e.prototype.getCapsWidth=function(t,e){var o=e?t.width():t.height();return Math.min(Math.floor(o/2),4)||4},e.prototype.createVisual=function(){var t=this,e=this.options,o=e.visual;o?this.visual=o({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,o=this.linePoints,n={stroke:{color:e.color,width:e.line.width,dashType:e.line.dashType}};t.prototype.createVisual.call(this);for(var r=0;r<o.length;r+=2){var i=new B.drawing.Path(n).moveTo(o[r].x,o[r].y).lineTo(o[r+1].x,o[r+1].y);j(i),this.visual.append(i)}},e}(ve);jt($r,{animation:{type:Dn,delay:Rn},endCaps:!0,line:{width:2},zIndex:1});const Jr=$r;var ti=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}(Jr);const ei=ti;var oi=5;function ni(t,e,o,n){void 0===o&&(o={}),void 0===n&&(n=!1);var r=o.defaults=o.defaults||{},i=o.depth=o.depth||0,a=!1;if(o.excluded=o.excluded||[],i>oi)return null;for(var s in t)if(!ht(s,o.excluded)&&t.hasOwnProperty(s)){var c=t[s];F(c)?(a=!0,n||(t[s]=Et(c(e),r[s]))):q(c)&&(n||(o.defaults=r[s]),o.depth++,a=ni(c,e,o,n)||a,o.depth--)}return a}function ri(t){for(var e=t.length,o=0,n=0;n<e;n++)o=Math.max(o,t[n].data.length);return o}var ii=function(t){function e(e,o){t.call(this,o),this.plotArea=e,this.chartService=e.chartService,this.categoryAxis=e.seriesCategoryAxis(o.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 o=this.seriesOptions[e];if(!o){var n=this.pointType().prototype.defaults;this.seriesOptions[e]=o=G({},n,{vertical:!this.options.invertAxes},t)}return o},e.prototype.plotValue=function(t){if(!t)return 0;if(this.options.isStacked100&&R(t.value)){for(var e=t.categoryIx,o=this.categoryPoints[e],n=[],r=0,i=0;i<o.length;i++){var a=o[i];if(a){var s=t.series.stack,c=a.series.stack;if(s&&c&&s.group!==c.group)continue;R(a.value)&&(r+=Math.abs(a.value),n.push(Math.abs(a.value)))}}if(r>0)return t.value/r}return t.value},e.prototype.plotRange=function(t,e){void 0===e&&(e=0);var o=this.categoryPoints[t.categoryIx];if(this.options.isStacked){for(var n=this.plotValue(t),r=n>=0,i=e,a=!1,s=0;s<o.length;s++){var c=o[s];if(t===c)break;var l=t.series.stack,h=c.series.stack;if(l&&h){if(typeof l===M&&l!==h)continue;if(l.group&&l.group!==h.group)continue}var p=this.plotValue(c);(p>=0&&r||p<0&&!r)&&(i+=p,n+=p,a=!0,this.options.isStacked100&&(n=Math.min(n,1)))}return a&&(i-=e),[i,n]}var u=t.series,v=this.seriesValueAxis(u),d=this.categoryAxisCrossingValue(v);return[d,N(t.value)?t.value:d]},e.prototype.stackLimits=function(t,e){for(var o=g,n=b,r=0;r<this.categoryPoints.length;r++){var i=this.categoryPoints[r];if(i)for(var a=0;a<i.length;a++){var s=i[a];if(s&&(s.series.stack===e||s.series.axis===t)){var c=this.plotRange(s,0)[1];wt(c)&&isFinite(c)&&(n=Math.max(n,c),o=Math.min(o,c))}}}return{min:o,max:n}},e.prototype.updateStackRange=function(){var t=this,e=this.options,o=e.isStacked,n=e.series,r={};if(o)for(var i=0;i<n.length;i++){var a=n[i],s=a.axis,c=s+a.stack,l=r[c];if(!l){l=t.stackLimits(s,a.stack);var h=t.errorTotals;h&&(h.negative.length&&(l.min=Math.min(l.min,Lt(h.negative).min)),h.positive.length&&(l.max=Math.max(l.max,Lt(h.positive).max))),l.min!==g||l.max!==b?r[c]=l:l=null}l&&(t.valueAxisRanges[s]=l)}},e.prototype.addErrorBar=function(t,e,o){var n,r=t.value,i=t.series,a=t.seriesIx,s=t.options.errorBars,c=e.fields[Un],l=e.fields[Wn];R(c)&&R(l)?n={low:c,high:l}:s&&wt(s.value)&&(this.seriesErrorRanges=this.seriesErrorRanges||[],this.seriesErrorRanges[a]=this.seriesErrorRanges[a]||new jn(s.value,i,O),n=this.seriesErrorRanges[a].getErrorRange(r,s.value)),n&&(t.low=n.low,t.high=n.high,this.addPointErrorBar(t,o))},e.prototype.addPointErrorBar=function(t,e){var o=!this.options.invertAxes,n=t.options.errorBars,r=t.series,i=t.low,a=t.high;if(this.options.isStacked){var s=this.stackedErrorRange(t,e);i=s.low,a=s.high}else{var c={categoryIx:e,series:r};this.updateRange({value:i},c),this.updateRange({value:a},c)}var l=new ei(i,a,o,this,r,n);t.errorBars=[l],t.append(l)},e.prototype.stackedErrorRange=function(t,e){var o=this.plotRange(t,0)[1]-t.value,n=t.low+o,r=t.high+o;return this.errorTotals=this.errorTotals||{positive:[],negative:[]},n<0&&(this.errorTotals.negative[e]=Math.min(this.errorTotals.negative[e]||0,n)),r>0&&(this.errorTotals.positive[e]=Math.max(this.errorTotals.positive[e]||0,r)),{low:n,high:r}},e.prototype.addValue=function(t,e){var o=e.categoryIx,n=e.series,r=e.seriesIx,i=this.categoryPoints[o];i||(this.categoryPoints[o]=i=[]);var a=this.seriesPoints[r];a||(this.seriesPoints[r]=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=n.data[o]),this.addErrorBar(s,t,o)),this.points.push(s),a.push(s),i.push(s),this.updateRange(t.valueFields,e)},e.prototype.evalPointOptions=function(t,e,o){var n=o.categoryIx,r=o.category,i=o.series,a=o.seriesIx,s={defaults:i._defaults,excluded:["data","aggregate","_events","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory"]},c=this._evalSeries[a];wt(c)||(this._evalSeries[a]=c=ni(t,{},s,!0));var l=t;return c&&ni(l=G({},l),{value:e,category:r,index:n,series:i,dataItem:i.data[n]},s),l},e.prototype.updateRange=function(t,e){var o=e.series.axis,n=t.value,r=this.valueAxisRanges[o];isFinite(n)&&null!==n&&((r=this.valueAxisRanges[o]=r||{min:g,max:b}).min=Math.min(r.min,n),r.max=Math.max(r.max,n))},e.prototype.seriesValueAxis=function(t){var e=this.plotArea,o=t.axis,n=o?e.namedValueAxes[o]:e.valueAxis;if(!n)throw new Error("Unable to locate value axis with name "+o);return n},e.prototype.reflow=function(t){var e=this,o=this.categorySlots=[],n=this.points,r=this.categoryAxis,i=0;this.traverseDataPoints((function(t,a){var s=a.categoryIx,c=a.series,l=e.seriesValueAxis(c),h=n[i++],p=o[s];if(p||(o[s]=p=e.categorySlot(r,s,l)),h){var u=e.plotRange(h,l.startValue()),v=e.valueSlot(l,u);if(v){var d=e.pointSlot(p,v);h.aboveAxis=e.aboveAxis(h,l),h.stackValue=u[1],e.options.isStacked100&&(h.percentage=e.plotValue(h)),e.reflowPoint(h,d)}else h.visible=!1}})),this.reflowCategories(o),!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(St(t)),o=0;o<e.length;o++)e[o]&&this.limitPoint(e[o])},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 o=this.categoryAxisCrossingValue(e),n=t.value;return e.options.reverse?n<o:n>=o},e.prototype.categoryAxisCrossingValue=function(t){var e=this.categoryAxis,o=t.options;return[].concat(o.axisCrossingValues||o.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 o=this.options.invertAxes,n=o?e:t,r=o?t:e;return new re(n.x1,r.y1,n.x2,r.y2)},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.traverseDataPoints=function(t){for(var e=this,o=this.options.series,n=ri(o),r=o.length,i=0;i<r;i++)e._outOfRangeCallback(o[i],"_outOfRangeMinPoint",i,t);for(var a=0;a<n;a++)for(var s=0;s<r;s++){var c=o[s],l=e.categoryAxis.categoryAt(a);t(e._bindPoint(c,s,a),{category:l,categoryIx:a,categoriesCount:n,series:c,seriesIx:s})}for(var h=0;h<r;h++)e._outOfRangeCallback(o[h],"_outOfRangeMaxPoint",h,t)},e.prototype._outOfRangeCallback=function(t,e,o,n){var r=t[e];if(r){var i=r.categoryIx;n(this._bindPoint(t,o,i,r.item),{category:r.category,categoryIx:i,series:t,seriesIx:o,dataItem:r.item})}},e.prototype._bindPoint=function(t,e,o,n){this._bindCache||(this._bindCache=[]);var r=this._bindCache[e];r||(r=this._bindCache[e]=[]);var i=r[o];return i||(i=r[o]=En.current.bindPoint(t,o,n)),i},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}(ve);jt(ii,{series:[],invertAxes:!1,isStacked:!1,clip:!0,limitPoints:!0});const ai=ii;var si={click:function(t,e){return t.trigger(Hr,this.eventArgs(e))},hover:function(t,e){return t.trigger(Pr,this.eventArgs(e))},over:function(t,e){return t.trigger(Vr,this.eventArgs(e))},out:function(t,e){return t.trigger(Ir,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:kt(t),originalEvent:t,point:this}}};const ci=si,li={createNote:function(){var t=this.options.notes,e=this.noteText||t.label.text;!1!==t.visible&&wt(e)&&null!==e&&(this.note=new Le({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 hi=function(t){function e(e,o){t.call(this),this.value=e,this.options=o,this.aboveAxis=Et(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,o=t.labels;if(!this._rendered){if(this._rendered=!0,e.visible&&e.size&&(this.marker=this.createMarker(),this.append(this.marker)),o.visible){var n=ot(o),r=this.pointData(),i=this.value;n?i=n(r):o.format&&(i=this.formatValue(o.format)),this.label=new Ve(i,G({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Et(o.zIndex,this.series.zIndex)},o),r),this.append(this.label)}this.createNote(),this.errorBar&&this.append(this.errorBar)}},e.prototype.markerBorder=function(){var t=this.options.markers,e=t.background,o=G({color:this.color},t.border);return wt(o.color)||(o.color=new B.Color(e).brightness(Nn).toHex()),o},e.prototype.createVisual=function(){},e.prototype.createMarker=function(){var t=this.options.markers;return new ye({type:t.type,width:t.size,height:t.size,rotation:t.rotation,background:t.background,border:this.markerBorder(),opacity:this.series.opacity||t.opacity,zIndex:Et(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,o=this.aboveAxis,n=e.vertical;this.render(),this.box=t;var r=t.clone();if(n?o?r.y1-=r.height():r.y2+=r.height():o?r.x1+=r.width():r.x2-=r.width(),this._childBox=r,this.marker&&this.marker.reflow(r),this.reflowLabel(r),this.errorBars)for(var i=0;i<this.errorBars.length;i++)this.errorBars[i].reflow(r);if(this.note){var a=this.markerBox();if(!e.markers.visible||!e.markers.size){var s=a.center();a=new re(s.x,s.y,s.x,s.y)}this.note.reflow(a)}},e.prototype.reflowLabel=function(t){var e=this.options,o=this.label,n=e.labels.position;o&&(n=(n=n===qn?k:n)===Xn?a:n,o.reflow(t),o.box.alignTo(this.markerBox(),n),o.reflow(o.box))},e.prototype.createHighlight=function(){var t=this.options.highlight.markers,e=this.markerBorder().color,o=this.options.markers,n=o.size+(o.border.width||0)+(t.border.width||0),r=new ye({type:o.type,width:n,height:n,rotation:o.rotation,background:t.color||e,border:{color:t.border.color,width:t.border.width,opacity:Et(t.border.opacity,1)},opacity:Et(t.opacity,1)});return r.reflow(this._childBox),r.getElement()},e.prototype.highlightVisual=function(){return(this.marker||{}).visual},e.prototype.highlightVisualArgs=function(){var t,e,o=this.marker;if(o)e=o.paddingBox.toRect(),t=o.visual;else{var n=this.options.markers.size,r=n/2,i=this.box.center();e=new B.geometry.Rect([i.x-r,i.y-r],[n,n])}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 o,n,r=t.x2+5,i=y;return this.aboveAxis?(o=t.y1,n=a):(o=t.y2,n=k),{point:new ee(r,o),align:{horizontal:i,vertical:n}}}},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}(ve);hi.prototype.defaults={vertical:!0,markers:{visible:!0,background:S,size:8,type:c,border:{width:2},opacity:1},labels:{visible:!1,position:qn,margin:$(3),padding:$(4),animation:{type:Dn,delay:Rn}},notes:{label:{}},highlight:{markers:{border:{color:"#fff",width:2}},zIndex:100},errorBars:{line:{width:1}}},G(hi.prototype,ci),G(hi.prototype,li);const pi=hi;var ui=function(t){function e(e,o,n){t.call(this),this.linePoints=e,this.series=o,this.seriesIx=n}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=[],o=0,n=t.length;o<n;o++)t[o]&&!1!==t[o].visible&&e.push(t[o]._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,o=e.color,n=e._defaults;F(o)&&n&&(o=n.color);var r=B.drawing.Path.fromPoints(this.points(),{stroke:{color:o,width:e.width,opacity:e.opacity,dashType:e.dashType},zIndex:e.zIndex});t.closed&&r.close(),this.visual=r},e.prototype.aliasFor=function(t,e){return this.parent.getNearestPoint(e.x,e.y,this.seriesIx)},e}(ve);jt(ui,{closed:!1});const vi=ui;var di={calculateStepPoints:function(t){for(var e=this.parent.plotArea.seriesCategoryAxis(this.series).options,o=e.justified,n=e.vertical,r=e.reverse,i=n?P:V,a=n?V:P,s=r?2:1,c=s,l=fi(t[0],i,s,a,c),h=[l],p=1;p<t.length;p++){var u=fi(t[p],i,s,a,c);if(l[i]!==u[i]){var v=new B.geometry.Point;v[i]=l[i],v[a]=u[a],h.push(v,u)}l=u}return o?l!==St(h)&&h.push(l):h.push(fi(St(t),i,s,a,r?1:2)),h}};function fi(t,e,o,n,r){var i=t.box,a=new B.geometry.Point;return a[e]=i[e+o],a[n]=i[n+r],a}const mi=di;var yi=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}(vi);G(yi.prototype,mi);const gi=yi;var bi=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,o=t.color;F(o)&&e&&(o=e.color);var n=new _n(this.options.closed).process(this.points()),r=new B.drawing.Path({stroke:{color:o,width:t.width,opacity:t.opacity,dashType:t.dashType},zIndex:t.zIndex});r.segments.push.apply(r.segments,n),this.visual=r},e}(vi);const xi=bi;var wi={renderSegments:function(){var t,e=this,o=this.options,n=this.seriesPoints,r=o.series,i=n.length;this._segments=[];for(var a=0;a<i;a++){for(var s=r[a],c=e.sortPoints(n[a]),l=c.length,h=[],p=0;p<l;p++){var u=c[p];u?h.push(u):e.seriesMissingValues(s)!==Gn&&(h.length>1&&(t=e.createSegment(h,s,a,t),e._addSegment(t)),h=[])}h.length>1&&(t=e.createSegment(h,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?Kn:e||Gn},getNearestPoint:function(t,e,o){for(var n,r=new ee(t,e),i=this.seriesPoints[o],a=g,s=0;s<i.length;s++){var c=i[s];if(c&&wt(c.value)&&null!==c.value&&!1!==c.visible){var l=c.box.center().distanceTo(r);l<a&&(n=c,a=l)}}return n}};const _i=wi;var zi=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(pt(e.x1,e.x2,t))},e.prototype._setEnd=function(t){var e=this.element,o=e.segments,n=o[1].anchor(),r=o[2].anchor();e.suspend(),n.setX(t),e.resume(),r.setX(t)},e}(B.drawing.Animation);jt(zi,{duration:Rn}),B.drawing.AnimationFactory.current.register("clip",zi);const Ci=zi;function Mi(t){for(var e=0;e<t.length;e++)if(wt(t[e].zIndex))return!0}const ki={createAnimation:function(){var t=this.getRoot();if(t&&!1!==(t.options||{}).transitions){var e=t.size(),o=B.drawing.Path.fromRect(e.toRect());this.visual.clip(o),this.animation=new Ci(o,{box:e}),Mi(this.options.series)&&this._setChildrenAnimation(o)}},_setChildrenAnimation:function(t){for(var e=this.animationPoints(),o=0;o<e.length;o++){var n=e[o];n&&n.visual&&wt(n.visual.options.zIndex)&&n.visual.clip(t)}}};var Oi=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 pi},e.prototype.createPoint=function(t,e){var o=e.series,n=e.seriesIx,r=this.seriesMissingValues(o),i=t.valueFields.value;if(!wt(i)||null===i){if(r!==Kn)return null;i=0}var a=this.pointOptions(o,n);a=this.evalPointOptions(a,i,e);var s=t.fields.color||o.color;F(o.color)&&(s=a.color);var c=new pi(i,a);return c.color=s,this.append(c),c},e.prototype.plotRange=function(t){var e=this.plotValue(t);if(this.options.isStacked)for(var o=t.categoryIx,n=this.categoryPoints[o],r=0;r<n.length;r++){var i=n[r];if(t===i)break;e+=this.plotValue(i),this.options.isStacked100&&(e=Math.min(e,1))}return[e,e]},e.prototype.createSegment=function(t,e,o){var n=e.style;return new(n===Zn?gi:n===Yn?xi:vi)(t,e,o)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++)e.push((t[o]||{}).marker);return e.concat(this._segments)},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(ai);G(Oi.prototype,_i,ki);const Si=Oi;var Hi=function(t){function e(e,o,n,r,i){t.call(this,e,o,n),this.prevSegment=r,this.stackPoints=i}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,o=t.line||{},n=t.color;F(n)&&e&&(n=e.color),this.visual=new B.drawing.Group({zIndex:t.zIndex}),this.createFill({fill:{color:n,opacity:t.opacity},stroke:null}),o.width>0&&!1!==o.visible&&this.createStroke({stroke:G({color:n,opacity:t.opacity,lineCap:"butt"},o)})},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 B.geometry.Segment(t)}))},e.prototype.createStroke=function(t){var e=new B.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(),o=e.slice(0),n=this.hasStackSegment();if(n){var r=this.stackSegments();bt(o,r)}var i=new B.drawing.Path(t);i.segments.push.apply(i.segments,o),!n&&e.length>1&&this.fillToAxes(i),this.visual.append(i)},e.prototype.fillToAxes=function(t){var e=this.parent,o=e.options.invertAxes,n=e.seriesValueAxis(this.series),r=e.categoryAxisCrossingValue(n),i=n.getSlot(r,r,!0),a=this.strokeSegments(),s=a[0].anchor(),c=St(a).anchor(),l=o?i.x1:i.y1;o?t.lineTo(l,c.y).lineTo(l,s.y):t.lineTo(c.x,l).lineTo(s.x,l)},e}(vi);const Pi=Hi;var Vi=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}(Pi);G(Vi.prototype,mi);const Ii=Vi;var Ai=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 _n(this.options.closed),e=this.points();return t.process(e)},e.prototype.createStackSegments=function(){for(var t=this.strokeSegments(),e=[],o=t.length-1;o>=0;o--){var n=t[o];e.push(new B.geometry.Segment(n.anchor(),n.controlOut(),n.controlIn()))}return e},e}(Pi);const Ei=Ai;var Ti=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,o,n){var r,i,a=this.options.isStacked,s=(e.line||{}).style;return a&&o>0&&n&&("gap"!==this.seriesMissingValues(e)?(i=n.linePoints,r=n):i=this._gapStackPoints(t,o,s)),new(s===Zn?Ii:s===Yn?Ei:Pi)(t,e,o,r,i)},e.prototype.reflow=function(e){t.prototype.reflow.call(this,e);var o=this._stackPoints;if(o)for(var n=0;n<o.length;n++){var r=o[n],i=this.categoryAxis.getSlot(r.categoryIx);r.reflow(i)}},e.prototype._gapStackPoints=function(t,e,o){var n=this,r=this.seriesPoints,i=t[0].categoryIx,a=t.length;i<0&&(i=0,a--);var s=i+a,c=this.seriesOptions[0]._outOfRangeMinPoint?1:0,l=[];this._stackPoints=this._stackPoints||[];for(var h=i;h<s;h++){var p=h+c,u=e,v=void 0;do{v=r[--u][p]}while(u>0&&!v);if(v)o!==Zn&&h>i&&!r[u][p-1]&&l.push(n._previousSegmentPoint(h,p,p-1,u)),l.push(v),o!==Zn&&h+1<s&&!r[u][p+1]&&l.push(n._previousSegmentPoint(h,p,p+1,u));else{var d=n._createGapStackPoint(h);n._stackPoints.push(d),l.push(d)}}return l},e.prototype._previousSegmentPoint=function(t,e,o,n){for(var r,i=this.seriesPoints,a=n;a>0&&!r;)r=i[--a][o];return r?r=i[a][e]:(r=this._createGapStackPoint(t),this._stackPoints.push(r)),r},e.prototype._createGapStackPoint=function(t){var e=this.pointOptions({},0),o=new pi(0,e);return o.categoryIx=t,o.series={},o},e.prototype.seriesMissingValues=function(t){return t.missingValues||Kn},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(Si);const Bi=Ti;var ji=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 o in t){var n=t[o],r=e[o];e[o]=r=r||{min:g,max:b},r.min=Math.min(r.min,n.min),r.max=Math.max(r.max,n.max)}},e.prototype.reset=function(t){this.axisRanges[t]=void 0},e.prototype.query=function(t){return this.axisRanges[t]},e}(B.Class);const Li=ji;var Ri=function(t){function e(e,o,n){t.call(this,o),this.textBox=new Ve(e,this.options,n),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,o=e.vertical,n=e.aboveAxis,r=this.children[0],i=r.options,c=r.box,l=r.options.padding,h=t;i.align=o?s:y,i.vAlign=o?k:s,e.position===Xr?o?(i.vAlign=k,!n&&c.height()<t.height()&&(i.vAlign=a)):i.align=n?z:y:e.position===s?(i.vAlign=s,i.align=s):"insideBase"===e.position?o?i.vAlign=n?a:k:i.align=n?y:z:e.position===Yr&&(o?h=n?new re(t.x1,t.y1-c.height(),t.x2,t.y1):new re(t.x1,t.y2,t.x2,t.y2+c.height()):(i.align=s,h=n?new re(t.x2,t.y1,t.x2+c.width(),t.y2):new re(t.x1-c.width(),t.y1,t.x1,t.y2))),e.rotation||(o?l.left=l.right=(h.width()-r.contentBox.width())/2:l.top=l.bottom=(h.height()-r.contentBox.height())/2),r.reflow(h)},e.prototype.alignToClipBox=function(t){var e=this.options.vertical?V:P,o=e+"1",n=e+"2",r=this.children[0],i=this.parent.box;if(i[o]<t[o]||t[n]<i[n]){var a=r.paddingBox.clone();a[o]=Math.max(i[o],t[o]),a[n]=Math.min(i[n],t[n]),this.reflow(a)}},e}(ve);jt(Ri,{position:Yr,margin:$(3),padding:$(4),color:i,background:"",border:{width:1,color:""},aboveAxis:!0,vertical:!1,animation:{type:Dn,delay:Rn},zIndex:2});const Di=Ri;function Ni(t){var e=t.overlay;return e&&e.gradient&&"none"!==e.gradient}var Fi=function(t){function e(e,o){t.call(this),this.options=o,this.color=o.color||S,this.aboveAxis=Et(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 o,n=this.pointData(),r=ot(e);o=r?r(n):this.formatValue(e.format),this.label=new Di(o,G({vertical:t.vertical},e),n),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 o=0;o<this.errorBars.length;o++)this.errorBars[o].reflow(t)},e.prototype.createVisual=function(){var e=this,o=this.box,n=this.options,r=n.visual;if(!1!==this.visible)if(t.prototype.createVisual.call(this),r){var i=this.rectVisual=r({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:o.toRect(),createVisual:function(){var t=new B.drawing.Group;return e.createRect(t),t},options:n});i&&this.visual.append(i)}else o.width()>0&&o.height()>0&&this.createRect(this.visual)},e.prototype.createRect=function(t){var e=this.options,o=e.border,n=wt(o.opacity)?o.opacity:e.opacity,r=this.box.toRect();r.size.width=Math.round(r.size.width);var i=this.rectVisual=B.drawing.Path.fromRect(r,{fill:{color:this.color,opacity:e.opacity},stroke:{color:this.getBorderColor(),width:o.width,opacity:n,dashType:o.dashType}}),a=this.box.width(),s=this.box.height();if((e.vertical?a:s)>6&&(j(i),(a<1||s<1)&&(i.options.stroke.lineJoin="round")),t.append(i),Ni(e)){var c=this.createGradientOverlay(i,{baseColor:this.color},G({end:e.vertical?void 0:[0,1]},e.overlay));t.append(c)}},e.prototype.createHighlight=function(t){return j(B.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,o=e._brightness||Nn,n=e.color;return wt(n)||(n=new B.Color(t).brightness(o).toHex()),n},e.prototype.tooltipAnchor=function(){var t,e,o=this,n=o.options,r=o.box,i=o.aboveAxis,s=this.owner.pane.clipBox()||r,c=y,l=k;if(n.vertical)t=Math.min(r.x2,s.x2)+5,i?e=Math.max(r.y1,s.y1):(e=Math.min(r.y2,s.y2),l=a);else{var h=Math.max(r.x1,s.x1),p=Math.min(r.x2,s.x2);n.isStacked?(l=a,i?(c=z,t=p):t=h,e=Math.max(r.y1,s.y1)-5):(i?t=p+5:(t=h-5,c=z),e=Math.max(r.y1,s.y1))}return{point:new ee(t,e),align:{horizontal:c,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}(ve);G(Fi.prototype,ci),G(Fi.prototype,li),Fi.prototype.defaults={border:{width:1},vertical:!0,overlay:{gradient:"glass"},labels:{visible:!1,format:"{0}"},opacity:1,notes:{label:{}}};const Ui=Fi;function Wi(t,e){t.forEach(e)}function Ki(t,e){for(var o=t.length,n=o-1;n>=0;n--)e(t[n],n-o-1)}var Gi=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Ki:Wi}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,o=e.vertical,n=e.gap,r=e.spacing,i=this.children,a=i.length,s=o?V:P,c=a+n+r*(a-1),l=(o?t.height():t.width())/c,h=t[s+1]+l*(n/2);this.forEach(i,(function(e,o){var n=(e.box||t).clone();n[s+1]=h,n[s+2]=h+l,e.reflow(n),o<a-1&&(h+=l*r),h+=l}))},e}(ve);jt(Gi,{vertical:!1,gap:0,spacing:0});const qi=Gi;var Xi=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?P:V,o=this.children,n=o.length,r=this.box=new re,i=0;i<n;i++){var a=o[i];if(!1!==a.visible){var s=a.box.clone();s.snapTo(t,e),0===i&&(r=this.box=s.clone()),a.reflow(s),r.wrap(s)}}},e}(ve);jt(Xi,{vertical:!0});const Yi=Xi;var Zi=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 Ui},e.prototype.clusterType=function(){return qi},e.prototype.stackType=function(){return Yi},e.prototype.stackLimits=function(e,o){return t.prototype.stackLimits.call(this,e,o)},e.prototype.createPoint=function(t,e){var o=e.categoryIx,n=e.series,r=e.seriesIx,i=this.options,a=this.children,s=i.isStacked,c=this.pointValue(t),l=this.pointOptions(n,r),h=l.labels;s&&h.position===Yr&&(h.position=Xr),l.isStacked=s;var p=t.fields.color||n.color;c<0&&l.negativeColor&&(p=l.negativeColor),l=this.evalPointOptions(l,c,e),F(n.color)&&(p=l.color);var u=new(this.pointType())(c,l);u.color=p;var v=a[o];return v||(v=new(this.clusterType())({vertical:i.invertAxes,gap:i.gap,spacing:i.spacing,rtl:!i.invertAxes&&(this.chartService||{}).rtl}),this.append(v)),s?this.getStackWrap(n,v).append(u):v.append(u),u},e.prototype.getStackWrap=function(t,e){var o,n=t.stack,r=n&&n.group||n,i=e.children;if(typeof r===M){for(var a=0;a<i.length;a++)if(i[a]._stackGroup===r){o=i[a];break}}else o=i[0];return o||((o=new(this.stackType())({vertical:!this.options.invertAxes}))._stackGroup=r,e.append(o)),o},e.prototype.categorySlot=function(t,e,o){var n=this.options,r=t.getSlot(e),i=o.startValue();if(n.isStacked){var a=o.getSlot(i,i,!0),s=n.invertAxes?P:V;r[s+1]=r[s+2]=a[s+1]}return r},e.prototype.reflowCategories=function(t){for(var e=this.children,o=e.length,n=0;n<o;n++)e[n].reflow(t[n])},e.prototype.createAnimation=function(){this._setAnimationOptions(),t.prototype.createAnimation.call(this),Mi(this.options.series)&&this._setChildrenAnimation()},e.prototype._setChildrenAnimation=function(){for(var t=this.points,e=0;e<t.length;e++){var o=t[e],n=o.visual;n&&wt(n.options.zIndex)&&(o.options.animation=this.options.animation,o.createAnimation())}},e.prototype._setAnimationOptions=function(){var t,e=this.options,o=e.animation||{};if(e.isStacked){var n=this.seriesValueAxis(e.series[0]);t=n.getSlot(n.startValue())}else t=this.categoryAxis.getSlot(0);o.origin=new B.geometry.Point(t.x1,t.y1),o.vertical=!e.invertAxes},e}(ai);jt(Zi,{animation:{type:$n}});const Qi=Zi;var $i=function(t){function e(e,o){t.call(this,o),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,o=e.options,n=e.value,r=e.owner.seriesValueAxis(o),i=r.getSlot(n.open,n.close),a=r.getSlot(n.low,n.high);i.x1=a.x1=t.x1,i.x2=a.x2=t.x2,this.realBody=i;var s=a.center().x,c=[];c.push([[s,a.y1],[s,i.y1]]),c.push([[s,i.y2],[s,a.y2]]),this.lines=c,this.box=a.clone().wrap(i),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 B.drawing.Group;return this.createBody(e,t),this.createLines(e,t),e},e.prototype.createBody=function(t,e){var o=B.drawing.Path.fromRect(this.realBody.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&o.options.set("stroke",{color:this.getBorderColor(),width:e.border.width,dashType:e.border.dashType,opacity:Et(e.border.opacity,e.opacity)}),j(o),t.append(o),Ni(e)&&t.append(this.createGradientOverlay(o,{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,o,n){if(o)for(var r={stroke:{color:n.color||this.color,opacity:Et(n.opacity,e.opacity),width:n.width,dashType:n.dashType,lineCap:"butt"}},i=0;i<o.length;i++){var a=B.drawing.Path.fromPoints(o[i],r);j(a),t.append(a)}},e.prototype.getBorderColor=function(){var t=this.options.border,e=t.color;return wt(e)||(e=new B.Color(this.color).brightness(t._brightness).toHex()),e},e.prototype.createOverlay=function(){var t=B.drawing.Path.fromRect(this.box.toRect(),{fill:{color:S,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 o=this.mainVisual(G({},this.options,{line:{color:this.getBorderColor()}},t));return this.color=e,o},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 ee(t.x2+5,Math.max(t.y1,e.y1)+5),align:{horizontal:y,vertical:k}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e.prototype.overlapsBox=function(t){return this.box.overlaps(t)},e}(ve);jt($i,{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($i.prototype,ci),G($i.prototype,li);const Ji=$i;function ta(t){return Hn(t)===t.length}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.reflowCategories=function(t){for(var e=this.children,o=e.length,n=0;n<o;n++)e[n].reflow(t[n])},e.prototype.addValue=function(t,e){var o,n=e.categoryIx,r=e.category,i=e.series,a=e.seriesIx,s=this.children,c=this.options,l=t.valueFields,h=ta(this.splitValue(l)),p=i.data[n],u=this.categoryPoints[n];u||(this.categoryPoints[n]=u=[]),h&&(o=this.createPoint(t,e));var v=s[n];v||(v=new qi({vertical:c.invertAxes,gap:c.gap,spacing:c.spacing,rtl:!c.invertAxes&&(this.chartService||{}).rtl}),this.append(v)),o&&(this.updateRange(l,e),v.append(o),o.categoryIx=n,o.category=r,o.series=i,o.seriesIx=a,o.owner=this,o.dataItem=p,o.noteText=t.fields.noteText),this.points.push(o),u.push(o)},e.prototype.pointType=function(){return Ji},e.prototype.createPoint=function(t,e){var o=e.series,n=this.pointType(),r=t.valueFields,i=G({},o),a=t.fields.color||o.color;i=this.evalPointOptions(i,r,e),o.type===or&&r.open>r.close&&(a=t.fields.downColor||o.downColor||o.color),F(o.color)&&(a=i.color),i.vertical=!this.options.invertAxes;var s=new n(r,i);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 o=e.series.axis,n=this.splitValue(t),r=this.valueAxisRanges[o];r=this.valueAxisRanges[o]=r||{min:g,max:b},r=this.valueAxisRanges[o]={min:Math.min.apply(Math,n.concat([r.min])),max:Math.max.apply(Math,n.concat([r.max]))}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.open,o.high,o.low,o.close,t.category)},e.prototype.animationPoints=function(){return this.points},e}(ai);G(ea.prototype,ki);const oa=ea;var na=function(t){function e(e,o){t.call(this,e,o),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,o,n=this,r=n.options,i=n.value,a=n.owner.seriesValueAxis(r);this.boxSlot=o=a.getSlot(i.q1,i.q3),this.realBody=o,this.reflowBoxSlot(t),this.whiskerSlot=e=a.getSlot(i.lower,i.upper),this.reflowWhiskerSlot(t);var s=a.getSlot(i.median);if(i.mean){var c=a.getSlot(i.mean);this.meanPoints=this.calcMeanPoints(t,c)}this.whiskerPoints=this.calcWhiskerPoints(o,e),this.medianPoints=this.calcMedianPoints(t,s),this.box=e.clone().wrap(o),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 o=e.center().x;return[[[o-5,e.y1],[o+5,e.y1],[o,e.y1],[o,t.y1]],[[o-5,e.y2],[o+5,e.y2],[o,e.y2],[o,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,o=e.outliers||[],n=3*Math.abs(e.q3-e.q1),r=[],i=t.markers||{},a=0;a<o.length;a++){var s=o[a],c=G({},(i=s<e.q3+n&&s>e.q1-n?t.outliers:t.extremes).border);wt(c.color)||(wt(this.color)?c.color=this.color:c.color=new B.Color(i.background).brightness(Nn).toHex());var l=new ye({type:i.type,width:i.size,height:i.size,rotation:i.rotation,background:i.background,border:c,opacity:i.opacity});l.value=s,r.push(l)}return this.reflowOutliers(r),r},e.prototype.reflowOutliers=function(t){for(var e=this,o=this.owner.seriesValueAxis(this.options),n=this.box.center(),r=0;r<t.length;r++){var i=t[r].value,a=o.getSlot(i);e.options.vertical?a.move(n.x):a.move(void 0,n.y),e.box=e.box.wrap(a),t[r].reflow(a)}},e.prototype.mainVisual=function(e){for(var o=t.prototype.mainVisual.call(this,e),n=this.renderOutliers(e),r=0;r<n.length;r++){var i=n[r].getElement();i&&o.append(i)}return o},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}(Ji);jt(na,{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:h,background:S,border:{width:2,opacity:1},opacity:0},extremes:{visible:!0,size:8,type:c,background:S,border:{width:2,opacity:1},opacity:0}}),G(na.prototype,ci);const ra=na;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.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 o=e.center().y;return[[[e.x1,o-5],[e.x1,o+5],[e.x1,o],[t.x1,o]],[[e.x2,o-5],[e.x2,o+5],[e.x2,o],[t.x2,o]]]},e.prototype.calcMedianPoints=function(t,e){return[[[e.x1,t.y1],[e.x1,t.y2]]]},e}(ra);const aa=ia;var sa=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 o,n=e.categoryIx,r=e.category,i=e.series,a=e.seriesIx,s=this.children,c=this.options,l=t.valueFields,h=ta(this.splitValue(l)),p=i.data[n],u=this.categoryPoints[n];u||(this.categoryPoints[n]=u=[]),h&&(o=this.createPoint(t,e));var v=s[n];v||(v=new qi({vertical:c.invertAxes,gap:c.gap,spacing:c.spacing,rtl:!c.invertAxes&&(this.chartService||{}).rtl}),this.append(v)),o&&(this.updateRange(l,e),v.append(o),o.categoryIx=n,o.category=r,o.series=i,o.seriesIx=a,o.owner=this,o.dataItem=p),this.points.push(o),u.push(o)},e.prototype.pointType=function(){return this.options.invertAxes?aa:ra},e.prototype.splitValue=function(t){return[t.lower,t.q1,t.median,t.q3,t.upper]},e.prototype.updateRange=function(t,e){var o=e.series.axis,n=this.valueAxisRanges[o],r=this.splitValue(t).concat(this.filterOutliers(t.outliers));wt(t.mean)&&(r=r.concat(t.mean)),n=this.valueAxisRanges[o]=n||{min:g,max:b},n=this.valueAxisRanges[o]={min:Math.min.apply(Math,r.concat([n.min])),max:Math.max.apply(Math,r.concat([n.max]))}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.lower,o.q1,o.median,o.q3,o.upper,o.mean,t.category)},e.prototype.filterOutliers=function(t){for(var e=(t||[]).length,o=[],n=0;n<e;n++){var r=t[n];wt(r)&&null!==r&&o.push(r)}return o},e.prototype.supportsPointInactiveOpacity=function(){return!1},e}(oa);const ca=sa;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.getAxis=function(){var t=this.chart.seriesAxes(this.series);return this.isVertical?t.y:t.x},e}(Jr);const ha=la;function pa(t){return wt(t)&&null!==t}var ua=function(t){function e(e,o){t.call(this,o),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,o){var n,r=t.value[e],i=e+"Value",a=e+"ErrorLow",s=e+"ErrorHigh",c=o.seriesIx,l=o.series,h=t.options.errorBars,p=o[a],u=o[s];R(r)&&(R(p)&&R(u)&&(n={low:p,high:u}),h&&wt(h[i])&&(this.seriesErrorRanges=this.seriesErrorRanges||{x:[],y:[]},this.seriesErrorRanges[e][c]=this.seriesErrorRanges[e][c]||new jn(h[i],l,e),n=this.seriesErrorRanges[e][c].getErrorRange(r,h[i])),n&&this.addPointErrorBar(n,t,e))},e.prototype.addPointErrorBar=function(t,e,o){var n=t.low,r=t.high,i=e.series,a=e.options.errorBars,s=o===V,c={};e[o+"Low"]=n,e[o+"High"]=r,e.errorBars=e.errorBars||[];var l=new ha(n,r,s,this,i,a);e.errorBars.push(l),e.append(l),c[o]=n,this.updateRange(c,i),c[o]=r,this.updateRange(c,i)},e.prototype.addValue=function(t,e){var o,n=t.x,r=t.y,i=e.seriesIx,a=this.options.series[i],s=this.seriesMissingValues(a),c=this.seriesPoints[i],l=t;pa(n)&&pa(r)||(l=this.createMissingValue(l,s)),l&&((o=this.createPoint(l,e))&&(Object.assign(o,e),this.addErrorBar(o,P,e),this.addErrorBar(o,V,e)),this.updateRange(l,e.series)),this.points.push(o),c.push(o)},e.prototype.seriesMissingValues=function(t){return t.missingValues},e.prototype.createMissingValue=function(){},e.prototype.updateRange=function(t,e){var o=this.chartService.intl,n=e.xAxis,r=e.yAxis,i=t.x,a=t.y,s=this.xAxisRanges[n],c=this.yAxisRanges[r];pa(i)&&(s=this.xAxisRanges[n]=s||{min:g,max:b},D(i)&&(i=Eo(o,i)),s.min=Math.min(s.min,i),s.max=Math.max(s.max,i)),pa(a)&&(c=this.yAxisRanges[r]=c||{min:g,max:b},D(a)&&(a=Eo(o,a)),c.min=Math.min(c.min,a),c.max=Math.max(c.max,a))},e.prototype.evalPointOptions=function(t,e,o){var n=o.series,r=o.seriesIx,i={defaults:n._defaults,excluded:["data","tooltip","content","template","visual","toggle","_outOfRangeMinPoint","_outOfRangeMaxPoint","drilldownSeriesFactory"]},a=this._evalSeries[r];wt(a)||(this._evalSeries[r]=a=ni(t,{},i,!0));var s=t;return a&&ni(s=G({},t),{value:e,series:n,dataItem:o.dataItem},i),s},e.prototype.pointType=function(){return pi},e.prototype.pointOptions=function(t,e){var o=this.seriesOptions[e];if(!o){var n=this.pointType().prototype.defaults;this.seriesOptions[e]=o=G({},n,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return o},e.prototype.createPoint=function(t,e){var o=e.series,n=this.pointOptions(o,e.seriesIx),r=e.color||o.color;n=this.evalPointOptions(n,t,e),F(o.color)&&(r=n.color);var i=new pi(t,n);return i.color=r,this.append(i),i},e.prototype.seriesAxes=function(t){var e=t.xAxis,o=t.yAxis,n=this.plotArea,r=e?n.namedXAxes[e]:n.axisX,i=o?n.namedYAxes[o]:n.axisY;if(!r)throw new Error("Unable to locate X axis with name "+e);if(!i)throw new Error("Unable to locate Y axis with name "+o);return{x:r,y:i}},e.prototype.reflow=function(t){var e=this,o=this.points,n=!this.options.clip,r=0;this.traverseDataPoints((function(t,i){var a=o[r++],s=e.seriesAxes(i.series),c=s.x.getSlot(t.x,t.x,n),l=s.y.getSlot(t.y,t.y,n);if(a)if(c&&l){var h=e.pointSlot(c,l);a.reflow(h)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new re(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this.options.series,o=this.seriesPoints,n=0;n<e.length;n++){var r=e[n];o[n]||(o[n]=[]);for(var i=0;i<r.data.length;i++){var a=this._bindPoint(r,n,i),s=a.valueFields,c=a.fields;t(s,G({pointIx:i,series:r,seriesIx:n,dataItem:r.data[i],owner:this},c))}}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.x,o.y)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++)e.push((t[o]||{}).marker);return e},e}(ve);jt(ua,{series:[],tooltip:{format:"{0}, {1}"},labels:{format:"{0}, {1}"},clip:!0}),G(ua.prototype,ki,{_bindPoint:ai.prototype._bindPoint});const va=ua;var da=function(t){function e(e,o){t.call(this,e,o),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,o=this.options.markers,n=this.box.center(),r=(o.size+o.border.width+e.width)/2,i=new B.drawing.Group,a=new B.drawing.Circle(new B.geometry.Circle([n.x,n.y+r/5+e.width/2],r+e.width/2),{stroke:{color:"none"},fill:this.createGradient({gradient:"bubbleShadow",color:o.background,stops:[{offset:0,color:o.background,opacity:.3},{offset:1,color:o.background,opacity:0}]})}),s=new B.drawing.Circle(new B.geometry.Circle([n.x,n.y],r),{stroke:{color:e.color||new B.Color(o.background).brightness(Nn).toHex(),width:e.width,opacity:e.opacity},fill:{color:o.background,opacity:t.opacity}});return i.append(a,s),i},e}(pi);da.prototype.defaults=G({},da.prototype.defaults,{labels:{position:s},highlight:{opacity:1,border:{color:"#fff",width:2,opacity:1}}}),da.prototype.defaults.highlight.zIndex=void 0;const fa=da;var ma=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=b,t.prototype._initFields.call(this)},e.prototype.addValue=function(e,o){null!==e.size&&(e.size>0||e.size<0&&o.series.negativeValues.visible)?(this._maxSize=Math.max(this._maxSize,Math.abs(e.size)),t.prototype.addValue.call(this,e,o)):(this.points.push(null),this.seriesPoints[o.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 o=e.series,n=o.data.length,r=e.pointIx*(Rn/n),i={delay:r,duration:Rn-r,type:tr},a=e.color||o.color;t.size<0&&o.negativeValues.visible&&(a=Et(o.negativeValues.color,a));var s=G({labels:{animation:{delay:r,duration:Rn-r}}},this.pointOptions(o,e.seriesIx),{markers:{type:c,border:o.border,opacity:o.opacity,animation:i}});s=this.evalPointOptions(s,t,e),F(o.color)&&(a=s.color),s.markers.background=a;var l=new fa(t,s);return l.color=a,this.append(l),l},e.prototype.updateBubblesSize=function(t){for(var e=this.options.series,o=Math.min(t.width(),t.height()),n=0;n<e.length;n++)for(var r=e[n],i=this.seriesPoints[n],a=(r.minSize||Math.max(.02*o,10))/2,s=(r.maxSize||.2*o)/2,c=Math.PI*a*a,l=(Math.PI*s*s-c)/this._maxSize,h=0;h<i.length;h++){var p=i[h];if(p){var u=Math.abs(p.value.size)*l,v=Math.sqrt((c+u)/Math.PI),d=Et(p.options.zIndex,0)+(1-v/s);G(p.options,{zIndex:d,markers:{size:2*v,zIndex:d},labels:{zIndex:d+1}})}}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.x,o.y,o.size,t.category)},e.prototype.createAnimation=function(){},e.prototype.createVisual=function(){},e}(va);jt(ma,{tooltip:{format:"{3}"},labels:{format:"{3}"}});const ya=ma;var ga=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}(ye);G(ga.prototype,ci);const ba=ga;var xa=function(t){function e(e,o){t.call(this,o),this.aboveAxis=this.options.aboveAxis,this.color=o.color||S,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 ba({type:t.target.shape,background:t.target.color||this.color,opacity:t.opacity,zIndex:t.zIndex,border:t.target.border,vAlign:k,align:z}),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,o=this.pointData(),n=ot(t);e=n?n(o):this.formatValue(t.format),this.label=new Di(e,t,o),this.append(this.label)}},e.prototype.reflow=function(t){this.render();var e=this,o=e.options,n=e.target,r=e.owner,i=o.invertAxes,a=r.seriesValueAxis(this.options),s=r.categorySlot(r.categoryAxis,o.categoryIx,a),c=a.getSlot(this.value.target),l=i?c:s,h=i?s:c;if(n){var p=new re(l.x1,h.y1,l.x2,h.y2);n.options.height=i?p.height():o.target.line.width,n.options.width=i?o.target.line.width:p.width(),n.reflow(p)}var u=this.label;u&&(u.options.aboveAxis=this.aboveAxis,u.reflow(t)),this.note&&this.note.reflow(t),this.box=t},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options,o=B.drawing.Path.fromRect(this.box.toRect(),{fill:{color:this.color,opacity:e.opacity},stroke:null});e.border.width>0&&o.options.set("stroke",{color:e.border.color||this.color,width:e.border.width,dashType:e.border.dashType,opacity:Et(e.border.opacity,e.opacity)}),this.bodyVisual=o,j(o),this.visual.append(o)},e.prototype.createAnimation=function(){this.bodyVisual&&(this.animation=B.drawing.Animation.create(this.bodyVisual,this.options.animation))},e.prototype.createHighlight=function(t){return B.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}(ve);xa.prototype.tooltipAnchor=Ui.prototype.tooltipAnchor,jt(xa,{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(xa.prototype,ci),G(xa.prototype,li);const wa=xa;var _a=function(t){function e(e,o){!function(t){for(var e=t.series,o=0;o<e.length;o++){var n=e[o],r=n.data;!r||I(r[0])||q(r[0])||(n.data=[r])}}(o),t.call(this,e,o)}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,o=e.length,n=0;n<o;n++)e[n].reflow(t[n])},e.prototype.plotRange=function(t){var e=t.series,o=this.seriesValueAxis(e),n=this.categoryAxisCrossingValue(o);return[n,t.value.current||n]},e.prototype.createPoint=function(t,e){var o=e.categoryIx,n=e.series,r=this.options,i=this.children,a=t.valueFields,s=G({vertical:!r.invertAxes,overlay:n.overlay,categoryIx:o,invertAxes:r.invertAxes},n),c=t.fields.color||n.color;s=this.evalPointOptions(s,a,e),F(n.color)&&(c=s.color);var l=new wa(a,s);l.color=c;var h=i[o];return h||(h=new qi({vertical:r.invertAxes,gap:r.gap,spacing:r.spacing,rtl:!r.invertAxes&&(this.chartService||{}).rtl}),this.append(h)),h.append(l),l},e.prototype.updateRange=function(t,e){var o=t.current,n=t.target,r=e.series.axis,i=this.valueAxisRanges[r];wt(o)&&!isNaN(o)&&wt(n&&!isNaN(n))&&((i=this.valueAxisRanges[r]=i||{min:g,max:b}).min=Math.min(i.min,o,n),i.max=Math.max(i.max,o,n))},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 o=t[e];o.options.animation=this.options.animation,o.createAnimation()}},e}(ai);_a.prototype._setAnimationOptions=Qi.prototype._setAnimationOptions,jt(_a,{animation:{type:$n}});const za=_a;var Ca=function(t){function e(e,o){t.call(this),this.chartService=e,this.options=G({},this.options,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.getStyle=function(t,e){var o=t.background,n=t.border.color;if(e){var r=e.color||e.options.color;o=Et(o,r),n=Et(n,r)}var i=$(t.padding||{},"auto");return{backgroundColor:o,borderColor:n,font:t.font,color:t.color,opacity:t.opacity,borderWidth:X(t.border.width),paddingTop:X(i.top),paddingBottom:X(i.bottom),paddingLeft:X(i.left),paddingRight:X(i.right)}},e.prototype.show=function(t,e,o){t.format=e.format;var n=this.getStyle(e,o);t.style=n;var r=new B.Color(n.backgroundColor);wt(e.color)||r.isDark()||(t.className="k-chart-tooltip-inverse"),this.chartService.notify(Wr,t),this.visible=!0},e.prototype.hide=function(){this.chartService&&this.chartService.notify(Kr),this.visible=!1},e.prototype.destroy=function(){delete this.chartService},e}(B.Class);jt(Ca,{border:{width:1},opacity:1});const Ma=Ca;var ka=function(t){function e(e,o,n){t.call(this,e,n),this.crosshair=o,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,o=this.options,n=e[o.stickyMode?"getCategory":"getValue"](t),r=n;o.format?r=this.formatService.auto(o.format,n):e.options.type===p&&(r=this.formatService.auto(e.options.labels.dateFormats[e.options.baseUnit],n)),this.show({point:t,anchor:this.getAnchor(),crosshair:this.crosshair,value:r,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex},this.options)},e.prototype.hide=function(){this.chartService.notify(Kr,{crosshair:this.crosshair,axisName:this.axisName,axisIndex:this.crosshair.axis.axisIndex})},e.prototype.getAnchor=function(){var t,e,o,n=this.crosshair,r=this.options,i=r.position,c=r.padding,l=!n.axis.options.vertical,h=n.line.bbox();return l?(t=s,i===a?(e=k,o=h.bottomLeft().translate(0,c)):(e=a,o=h.topLeft().translate(0,-c))):(e=s,i===y?(t=z,o=h.topLeft().translate(-c,0)):(t=y,o=h.topRight().translate(c,0))),{point:o,align:{horizontal:t,vertical:e}}},e}(Ma);jt(ka,{padding:10});const Oa=ka;var Sa=function(t){function e(e,o,n){t.call(this,n),this.axis=o,this.stickyMode=o instanceof Lo;var r=this.options.tooltip;r.visible&&(this.tooltip=new Oa(e,this,G({},r,{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,o=this.point,n=e.options.vertical,r=this.getBox(),i=n?V:P,a=new B.geometry.Point(r.x1,r.y1);if(t=n?new B.geometry.Point(r.x2,r.y1):new B.geometry.Point(r.x1,r.y2),o)if(this.stickyMode){var s=e.getSlot(e.pointCategoryIndex(o));a[i]=t[i]=s.center()[i]}else a[i]=t[i]=o[i];this.box=r,this.line.moveTo(a).lineTo(t)},e.prototype.getBox=function(){for(var t,e=this.axis,o=e.pane.axes,n=o.length,r=e.options.vertical,i=e.lineBox().clone(),a=r?P:V,s=0;s<n;s++){var c=o[s];c.options.vertical!==r&&(t?t.wrap(c.lineBox()):t=c.lineBox().clone())}return i[a+1]=t[a+1],i[a+2]=t[a+2],i},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.options;this.line=new B.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}(ve);jt(Sa,{color:i,width:2,zIndex:-1,tooltip:{visible:!1}});const Ha=Sa;var Pa=function(t){function e(e,o){t.call(this,e),this.pane=o}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,o=0;o<e;o++)if(!0===t[o].options.clip)return!0;return!1},e.prototype._clipBox=function(){return this.pane.chartsBox()},e.prototype.createVisual=function(){if(this.visual=new B.drawing.Group({zIndex:0}),this.shouldClip()){var t=(this.clipBox=this._clipBox()).toRect(),e=B.drawing.Path.fromRect(t);j(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,o=0;o<t.length;o++)for(var n=t[o].points||{},r=n.length,i=0;i<r;i++){var a=n[i];if(a&&!1!==a.visible&&a.overlapsBox&&a.overlapsBox(e))if(a.unclipElements)a.unclipElements();else{var s=a.label,c=a.note;s&&s.options.visible&&(s.alignToClipBox&&s.alignToClipBox(e),s.options.noclip=!0),c&&c.options.visible&&(c.options.noclip=!0)}}},e.prototype.destroy=function(){t.prototype.destroy.call(this),delete this.parent},e}(ve);Pa.prototype.isStackRoot=!0;const Va=Pa;var Ia=function(t){function e(e){t.call(this,e),this.id="pane"+Aa++,this.createTitle(),this.content=new ve,this.chartContainer=new Va({},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;q(t)&&(t=G({},t,{align:t.position,position:k})),this.title=Ee.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 o=0;o<this.charts.length;o++)t.removeChart(this.charts[o])}this.axes=[],this.charts=[],this.content.destroy(),this.content.children=[],this.chartContainer.children=[]},e.prototype.reflow=function(e){var o;St(this.children)===this.content&&(o=this.children.pop()),t.prototype.reflow.call(this,e),o&&this.children.push(o),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),o=[],n=[],r=0;r<t.length;r++)for(var i=t[r],a=i.options.vertical,s=a?o:n,c=0;c<e.length;c++)if(0===s.length){var l=e[c];a!==l.options.vertical&&bt(s,i.createGridLines(l))}},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,o=new re,n=0;n<e;n++){var r=t[n],i=r.options.vertical?V:P,a=r.lineBox();o[i+1]=a[i+1],o[i+2]=a[i+2]}if(0===o.x2)for(var s=this.parent.axes,c=s.length,l=0;l<c;l++){var h=s[l];if(!h.options.vertical){var p=h.lineBox();o.x1=p.x1,o.x2=p.x2}}return o},e.prototype.clipBox=function(){return this.chartContainer.clipBox},e.prototype.notifyRender=function(){var t=this.getService();t&&t.notify("paneRender",{pane:new On(this),index:this.paneIndex,name:this.options.name})},e}(fe),Aa=1;Ia.prototype.isStackRoot=!0,jt(Ia,{zIndex:-1,shrinkToFit:!0,title:{align:y},visible:!0});const Ea=Ia;function Ta(t,e){null!==e&&t.push(e)}function Ba(t,e,o){var n=e.visible;if(wt(n))return n;var r=t.pointVisibility;return r?r[o]:void 0}function ja(t){for(var e=t.data,o=[],n=0,r=0,i=0;i<e.length;i++){var a=En.current.bindPoint(t,i),s=a.valueFields.value;D(s)&&(s=parseFloat(s)),R(s)?(a.visible=!1!==Ba(t,a.fields,i),a.value=Math.abs(s),o.push(a),a.visible&&(n+=a.value),0!==s&&r++):o.push(null)}return{total:n,points:o,count:r}}function La(t,e){return t&&e?t.toLowerCase()===e.toLowerCase():t===e}function Ra(t,e){for(var o=[],n=[].concat(e),r=0;r<t.length;r++){var i=t[r];ht(i.type,n)&&o.push(i)}return o}function Da(t,e,o){if(null===e)return e;var n="_date_"+t,r=e[n];return r||(r=Eo(o,it(t)(e)),e[n]=r),r}function Na(t,e){var o=t.type,n=e instanceof Date;return!o&&n||La(o,p)}function Fa(t){return 1===t.length?t[0]:t}var Ua=/area/i;function Wa(t,e){var o=En.current.bindPoint(t,null,e).valueFields;for(var n in o)if(N(o[n]))return!0}function Ka(t){var e,o,n=t.start,r=t.dir,i=t.min,a=t.max,s=t.getter,c=t.hasItem,l=t.series,h=n;do{c(h+=r)&&(e=Wa(l,(o=s(h)).item))}while(i<=h&&h<=a&&!e);if(e)return o}function Ga(t,e,o,n,r){var i=e.min,a=e.max,s=i>0&&i<o,c=a+1<o;if(s||c){var l,h,p,u=function(t){return t.missingValues?t.missingValues:Ua.test(t.type)||t.stack?Kn:Gn}(t);u!==Gn?(s&&(l=n(i-1)),c&&(h=n(a+1))):(s&&(l=Wa(t,(p=n(i-1)).item)?p:Ka({start:i,dir:-1,min:0,max:o-1,getter:n,hasItem:r,series:t})),c&&(h=Wa(t,(p=n(a+1)).item)?p:Ka({start:a,dir:1,min:0,max:o-1,getter:n,hasItem:r,series:t}))),l&&(t._outOfRangeMinPoint=l),h&&(t._outOfRangeMaxPoint=h)}}var qa=function(t){function e(e,o,n){t.call(this,o),this.initFields(e,o),this.series=e,this.initSeries(),this.charts=[],this.options.legend=this.options.legend||{},this.options.legend.items=[],this.axes=[],this.crosshairs=[],this.chartService=n,this.originalOptions=o,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.createPanes=function(){for(var t=this.options.title||{},e=this.options.paneDefaults,o=this.options.panes||[],n=Math.max(o.length,1),r=[],i=G({title:{color:t.color}},e),a=0;a<n;a++){var s=G({},i,o[a]);D(s.title)&&(s.title=G({text:s.title},i.title));var c=new Ea(s);c.paneIndex=a,r.push(c),this.append(c)}this.panes=r},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 o=0;o<t.length;o++)for(var n=t[o],r=0;r<n.axes.length;r++){var i=n.axes[r],a=e.crosshairOptions(i);if(a&&a.visible){var s=new Ha(e.chartService,i,a);e.crosshairs.push(s),n.content.append(s)}}},e.prototype.removeCrosshairs=function(t){for(var e=this.crosshairs,o=t.axes,n=e.length-1;n>=0;n--)for(var r=0;r<o.length;r++)if(e[n].axis===o[r]){e.splice(n,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,o=this.panes,n=0;n<o.length;n++)if(o[n].options.name===t){e=o[n];break}return e||o[0]},e.prototype.findPointPane=function(t){for(var e,o=this.panes,n=0;n<o.length;n++)if(o[n].box.containsPoint(t)){e=o[n];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=[],o=0;o<this.axes.length;o++){var n=this.axes[o];t!==n?e.push(n):n.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=[],o=0;o<this.charts.length;o++){var n=this.charts[o];n!==t?e.push(n):n.destroy()}this.charts=e},e.prototype.addToLegend=function(t){for(var e=t.length,o=this.options.legend,n=o.labels||{},r=o.inactiveItems||{},i=r.labels||{},a=[],s=0;s<e;s++){var c=t[s],l=!1!==c.visible;if(!1!==c.visibleInLegend){var h=c.name,p=l?ot(n):ot(i)||ot(n);p&&(h=p({text:pa(h)?h:"",series:c}));var u=c._defaults,v=c.color;F(v)&&u&&(v=u.color);var d=void 0,f=void 0;l?(d={},f=v):(d={color:i.color,font:i.font},f=r.markers.color),pa(h)&&""!==h&&a.push({text:h,labels:d,markerColor:f,series:c,active:l})}}bt(o.items,a)},e.prototype.groupAxes=function(t){for(var e=[],o=[],n=0;n<t.length;n++)for(var r=t[n].axes,i=0;i<r.length;i++){var a=r[i];a.options.vertical?o.push(a):e.push(a)}return{x:e,y:o,any:e.concat(o)}},e.prototype.groupSeriesByPane=function(){for(var t=this.series,e={},o=0;o<t.length;o++){var n=t[o],r=this.seriesPaneName(n);e[r]?e[r].push(n):e[r]=[n]}return e},e.prototype.filterVisibleSeries=function(t){for(var e=[],o=0;o<t.length;o++){var n=t[o];!1!==n.visible&&e.push(n)}return e},e.prototype.reflow=function(t){var e=this.options.plotArea,o=this.panes,n=$(e.margin);this.box=t.clone().unpad(n),this.reflowPanes(),this.detachLabels(),this.reflowAxes(o),this.reflowCharts(o)},e.prototype.redraw=function(t){var e=[].concat(t);this.initSeries();var o=this.getRoot();o&&o.cleanGradients();for(var n=0;n<e.length;n++)this.removeCrosshairs(e[n]),e[n].empty();this.render(e),this.detachLabels(),this.reflowAxes(this.panes),this.reflowCharts(e),this.createCrosshairs(e);for(var r=0;r<e.length;r++)e[r].refresh()},e.prototype.axisCrossingValues=function(t,e){for(var o=t.options,n=[].concat(o.axisCrossingValues||o.axisCrossingValue),r=e.length-n.length,i=n[0]||0,a=0;a<r;a++)n.push(i);return n},e.prototype.alignAxisTo=function(t,e,o,n){var r=t.getSlot(o,o,!0),i=t.options.reverse?2:1,a=e.getSlot(n,n,!0),s=e.options.reverse?2:1,c=t.box.translate(a[P+s]-r[P+i],a[V+s]-r[V+i]);t.pane!==e.pane&&c.translate(0,t.pane.box.y1-e.pane.box.y1),t.reflow(c)},e.prototype.alignAxes=function(t,e){for(var o=this,n=t[0],r=e[0],i=this.axisCrossingValues(n,e),s=this.axisCrossingValues(r,t),c={},h={},p={},u={},v=0;v<e.length;v++){var d=e[v],f=d.pane,m=f.id,g=!1!==d.options.visible,b=Za(t,f)||n,x=i;b!==n&&(x=o.axisCrossingValues(b,e)),o.alignAxisTo(d,b,s[v],x[v]),d.options._overlap||(It(d.lineBox().x1)===It(b.lineBox().x1)&&(c[m]&&d.reflow(d.box.alignTo(c[m].box,y).translate(-d.options.margin,0)),g&&(c[m]=d)),It(d.lineBox().x2)===It(b.lineBox().x2)&&(d._mirrored||(d.options.labels.mirror=!d.options.labels.mirror,d._mirrored=!0),o.alignAxisTo(d,b,s[v],x[v]),h[m]&&d.reflow(d.box.alignTo(h[m].box,z).translate(d.options.margin,0)),g&&(h[m]=d)),0!==v&&r.pane===d.pane&&(d.alignTo(r),d.reflow(d.box)))}for(var w=0;w<t.length;w++){var _=t[w],C=_.pane,M=C.id,O=!1!==_.options.visible,S=Za(e,C)||r,H=s;S!==r&&(H=o.axisCrossingValues(S,t)),o.alignAxisTo(_,S,i[w],H[w]),_.options._overlap||(It(_.lineBox().y1)===It(S.lineBox().y1)&&(_._mirrored||(_.options.labels.mirror=!_.options.labels.mirror,_._mirrored=!0),o.alignAxisTo(_,S,i[w],H[w]),p[M]&&_.reflow(_.box.alignTo(p[M].box,k).translate(0,-_.options.margin)),O&&(p[M]=_)),It(_.lineBox().y2,l)===It(S.lineBox().y2,l)&&(u[M]&&_.reflow(_.box.alignTo(u[M].box,a).translate(0,_.options.margin)),O&&(u[M]=_)),0!==w&&(_.alignTo(n),_.reflow(_.box)))}},e.prototype.shrinkAxisWidth=function(t){for(var e=this.groupAxes(t).any,o=Ya(e),n=0,r=0;r<t.length;r++){var i=t[r];i.axes.length>0&&(n=Math.max(n,o.width()-i.contentBox.width()))}if(0!==n)for(var a=0;a<e.length;a++){var s=e[a];s.options.vertical||s.reflow(s.box.shrink(n,0))}},e.prototype.shrinkAxisHeight=function(t){for(var e,o=0;o<t.length;o++){var n=t[o],r=n.axes,i=Math.max(0,Ya(r).height()-n.contentBox.height());if(0!==i){for(var a=0;a<r.length;a++){var s=r[a];s.options.vertical&&s.reflow(s.box.shrink(0,i))}e=!0}}return e},e.prototype.fitAxes=function(t){for(var e=this.groupAxes(t).any,o=0,n=0;n<t.length;n++){var r=t[n],i=r.axes,a=r.contentBox;if(i.length>0){var s=Ya(i),c=Math.max(a.y1-s.y1,a.y2-s.y2);o=Math.max(o,a.x1-s.x1);for(var l=0;l<i.length;l++){var h=i[l];h.reflow(h.box.translate(0,c))}}}for(var p=0;p<e.length;p++){var u=e[p];u.reflow(u.box.translate(o,0))}},e.prototype.reflowAxes=function(t){for(var e=this.groupAxes(t),o=0;o<t.length;o++)this.reflowPaneAxes(t[o]);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,o=this.panes,n=Qa(o),r=0;r<n.length;r++)n[r].autoRotateLabels()&&(e=!0);if(e){for(var i=0;i<o.length;i++)this.reflowPaneAxes(o[i]);t.x.length>0&&t.y.length>0&&(this.alignAxes(t.x,t.y),this.shrinkAxisWidth(o))}},e.prototype.reflowPaneAxes=function(t){var e=t.axes,o=e.length;if(o>0)for(var n=0;n<o;n++)e[n].reflow(t.contentBox)},e.prototype.reflowCharts=function(t){for(var e=this.charts,o=e.length,n=this.box,r=0;r<o;r++){var i=e[r].pane;i&&!ht(i,t)||e[r].reflow(n)}},e.prototype.reflowPanes=function(){for(var t=this.box,e=this.panes,o=e.length,n=t.height(),r=0,i=t.y1,a=0;a<o;a++){var s=e[a],c=s.options.height;if(s.options.width=t.width(),s.options.height){if(c.indexOf&&c.indexOf("%")){var l=parseInt(c,10)/100;s.options.height=l*t.height()}s.reflow(t.clone()),n-=s.options.height}else r++}for(var h=0;h<o;h++){var p=e[h];p.options.height||(p.options.height=n/r)}for(var u=0;u<o;u++){var v=e[u],d=t.clone().move(t.x1,i);v.reflow(d),i+=v.options.height}},e.prototype.backgroundBox=function(){for(var t,e=this.axes,o=e.length,n=0;n<o;n++)for(var r=e[n],i=0;i<o;i++){var a=e[i];if(r.options.vertical!==a.options.vertical){var s=r.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=[],o=0;o<t.length;o++)e.push(t[o].chartsBox());return e},e.prototype.addBackgroundPaths=function(t){for(var e=this.chartsBoxes(),o=0;o<e.length;o++)t.paths.push(B.drawing.Path.fromRect(e[o].toRect()))},e.prototype.backgroundContainsPoint=function(t){for(var e=this.chartsBoxes(),o=0;o<e.length;o++)if(e[o].containsPoint(t))return!0},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e,o=this.options.plotArea,n=o.opacity,r=o.background,i=o.border;void 0===i&&(i={}),""!==(e=r)&&null!==e&&"none"!==e&&"transparent"!==e&&wt(e)||(r=S,n=0);var a=this._bgVisual=new B.drawing.MultiPath({fill:{color:r,opacity:n},stroke:{color:i.width?i.color:"",width:i.width,dashType:i.dashType},zIndex:-1});this.addBackgroundPaths(a),this.appendVisual(a)},e.prototype.pointsByCategoryIndex=function(t){var e=this.charts,o=[];if(null!==t)for(var n=0;n<e.length;n++)if("_navigator"!==e[n].pane.options.name){var r=e[n].categoryPoints[t];if(r&&r.length)for(var i=0;i<r.length;i++){var a=r[i];a&&wt(a.value)&&null!==a.value&&o.push(a)}}return o},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,o=[],n=0;n<e.length;n++)for(var r=e[n].points,i=0;i<r.length;i++){var a=r[i];a&&!1!==a.visible&&t(a)&&o.push(a)}return o},e.prototype.findPoint=function(t){for(var e=this.charts,o=0;o<e.length;o++)for(var n=e[o].points,r=0;r<n.length;r++){var i=n[r];if(i&&!1!==i.visible&&t(i))return i}},e.prototype.paneByPoint=function(t){for(var e=this.panes,o=0;o<e.length;o++){var n=e[o];if(n.box.containsPoint(t))return n}},e.prototype.detachLabels=function(){var t=this.groupAxes(this.panes),e=t.x,o=t.y;this.detachAxisGroupLabels(o,e),this.detachAxisGroupLabels(e,o)},e.prototype.detachAxisGroupLabels=function(t,e){for(var o=0,n=0;n<t.length;n++){var r=t[n],i=r.pane,a=Za(e,i)||e[0],s=n+o,c=this.createLabelAxis(r,s,a);if(c){o++;var l=i.axes.indexOf(r)+o;i.appendAxisAt(c,l)}}},e.prototype.createLabelAxis=function(t,e,o){var n=t.options.labels,r=n.position,i="end"!==r&&"start"!==r,a=n.visible;if(i||!1===a)return null;var s=this.groupAxes(this.panes),c=o.options.vertical?s.x:s.y,l=this.axisCrossingValues(o,c),h="end"===r,p=o.range(),u=h?p.max:p.min;if(Ht(l[e],p.min,p.max)-u==0)return null;l.splice(e+1,0,u),o.options.axisCrossingValues=l;var v=t.clone();return t.clear(),v.options.name=void 0,v.options.line.visible=!1,v.options.crosshair=void 0,v.options.notes=void 0,v.options.plotBands=void 0,v},e}(ve);function Xa(t){return!t.pane.axes.some((function(e){return e.options.vertical===t.options.vertical&&e!==t&&!1!==e.options.visible}))}function Ya(t){for(var e,o=t.length,n=0;n<o;n++){var r=t[n],i=!1!==r.options.visible;if(i||Xa(r)){var a=i?r.contentBox():r.lineBox();e?e.wrap(a):e=a.clone()}}return e||new re}function Za(t,e){for(var o=0;o<t.length;o++){var n=t[o];if(n&&n.pane===e)return n}}var Qa=function(t){return t.reduce((function(t,e){return t.concat(e.axes)}),[])};jt(qa,{series:[],plotArea:{margin:{}},background:"",border:{color:i,width:0},paneDefaults:{title:{}},legend:{inactiveItems:{labels:{color:"#919191"},markers:{color:"#919191"}}}});const $a=qa;var Ja={hover:function(t,e){this._dispatchEvent(t,e,Ar)},click:function(t,e){this._dispatchEvent(t,e,"plotAreaClick")}};const ts=Ja;function es(t,e,o){var n=e,r=t;if(t.indexOf(".")>-1){for(var i=t.split(".");i.length>1;)r=i.shift(),wt(n[r])||(n[r]={}),n=n[r];r=i.shift()}n[r]=o}const os=function(t){function e(e,o,n){t.call(this);var r=o.canonicalFields(e),i=o.valueFields(e),a=o.sourceFields(e,r),s=this._seriesFields=[],c=n.query(e.type),l=e.aggregate||c;this._series=e,this._binder=o;for(var h=0;h<r.length;h++){var p=r[h],u=void 0;if(q(l))u=l[p];else{if(0!==h&&!ht(p,i))break;u=l}u&&s.push({canonicalName:p,name:a[h],transform:F(u)?u:Vn[u]})}}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.aggregatePoints=function(t,e){var o=this._series,n=this._seriesFields,r=this._bindPoints(t||[]),i=r.dataItems[0],a={};if(i&&!R(i)&&!I(i)){var s=function(){};s.prototype=i,a=new s}for(var c=0;c<n.length;c++){var l=n[c],h=this._bindField(r.values,l.canonicalName),p=l.transform(h,o,r.dataItems,e);if(!(null===p||!q(p)||wt(p.length)||p instanceof Date)){a=p;break}wt(p)&&es(l.name,a,p)}return a},e.prototype._bindPoints=function(t){for(var e=this._binder,o=this._series,n=[],r=[],i=0;i<t.length;i++){var a=t[i];n.push(e.bindPoint(o,a)),r.push(o.data[a])}return{values:n,dataItems:r}},e.prototype._bindField=function(t,e){for(var o=[],n=t.length,r=0;r<n;r++){var i,a=t[r],s=a.valueFields;i=wt(s[e])?s[e]:a.fields[e],o.push(i)}return o},e}(B.Class);var ns=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 o=0;o<t.length;o++)this._defaults[t[o]]=e},e.prototype.query=function(t){return this._defaults[t]},e}(B.Class);ns.current=new ns;const rs=ns;var is=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),o=G({},t,t.to);e.visible&&(this.labelFrom=this._createLabel(e),this.append(this.labelFrom)),o.visible&&(this.labelTo=this._createLabel(o),this.append(this.labelTo))},e.prototype._createLabel=function(t){var e,o=ot(t),n=this.pointData();return e=o?o(n):this.formatValue(t.format),new Di(e,G({vertical:this.options.vertical},t),n)},e.prototype.reflow=function(t){this.render();var e=this,o=e.labelFrom,n=e.labelTo,r=e.value;this.box=t,o&&(o.options.aboveAxis=r.from>r.to,o.reflow(t)),n&&(n.options.aboveAxis=r.to>r.from,n.reflow(t)),this.note&&this.note.reflow(t)},e}(Ui);is.prototype.defaults=G({},is.prototype.defaults,{labels:{format:"{0} - {1}"},tooltip:{format:"{1}"}});const as=is;var ss=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 as},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 o=e.series.axis,n=t.from,r=t.to,i=this.valueAxisRanges[o];null!==t&&R(n)&&R(r)&&((i=this.valueAxisRanges[o]=i||{min:g,max:b}).min=Math.min(i.min,n),i.max=Math.max(i.max,n),i.min=Math.min(i.min,r),i.max=Math.max(i.max,r))},e.prototype.aboveAxis=function(t){var e=t.value;return e.from<e.to},e}(Qi);ss.prototype.plotLimits=ai.prototype.plotLimits;const cs=ss;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.aliasFor=function(){return this.parent},e}(pi);const hs=ls;var ps="auto",us=function(t){function e(e,o){t.call(this),this.value=e,this.options=o,this.aboveAxis=Et(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,o=t.labels,n=this.value,r=this.fromPoint=new hs(n,G({},this.options,{labels:o.from,markers:e.from})),i=this.toPoint=new hs(n,G({},this.options,{labels:o.to,markers:e.to}));this.copyFields(r),this.copyFields(i),this.append(r),this.append(i)}},e.prototype.reflow=function(t){this.render();var e=t.from,o=t.to;this.positionLabels(e,o),this.fromPoint.reflow(e),this.toPoint.reflow(o),this.box=this.fromPoint.markerBox().clone().wrap(this.toPoint.markerBox())},e.prototype.createHighlight=function(){var t=new B.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,o,n,r=this.box,i=r.center(),c=y;return this.options.vertical?(e=i.x,o=r.y1-5,n=a):(e=r.x2+5,o=i.y,n=s),{point:new ee(e,o),align:{horizontal:c,vertical:n}}}},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 o,n,r=this.options,i=r.labels,a=r.vertical;i.position===ps&&(a?e.y1<=t.y1?(n=qn,o=Xn):(n=Xn,o=qn):e.x1<=t.x1?(n=y,o=z):(n=z,o=y),i.from&&i.from.position||(this.fromPoint.options.labels.position=o),i.to&&i.to.position||(this.toPoint.options.labels.position=n))},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}(ve);G(us.prototype,ci),G(us.prototype,li),us.prototype.defaults={markers:{visible:!1,background:S,size:8,type:c,border:{width:2},opacity:1},labels:{visible:!1,margin:$(3),padding:$(4),animation:{type:Dn,delay:Rn},position:ps},notes:{label:{}},highlight:{markers:{border:{color:S,width:2}},zIndex:100},tooltip:{format:"{0} - {1}"}};const vs=us;var ds=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 B.drawing.Path(t),o=new B.drawing.Path(t);e.segments.push.apply(e.segments,this.strokeSegments()),o.segments.push.apply(o.segments,this.stackSegments()),this.visual.append(e),this.visual.append(o)},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}(Pi);const fs=ds;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 _n).process(this.toGeometryPoints(t))},e}(fs);const ys=ms;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.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}(fs);G(gs.prototype,mi);const bs=gs;var xs=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 vs},e.prototype.createPoint=function(t,e){var o=e.series,n=e.seriesIx,r=t.valueFields;if(!pa(r.from)&&!pa(r.to)){if(this.seriesMissingValues(o)!==Kn)return null;r={from:0,to:0}}var i=this.pointOptions(o,n);i=this.evalPointOptions(i,r,e);var a=t.fields.color||o.color;F(o.color)&&(a=i.color);var s=new vs(r,i);return s.color=a,this.append(s),s},e.prototype.createSegment=function(t,e,o){var n=(e.line||{}).style;return new("smooth"===n?ys:"step"===n?bs:fs)(t,e,o)},e.prototype.plotRange=function(t,e){return t?[t.value.from,t.value.to]:[e,e]},e.prototype.valueSlot=function(t,e){var o=t.getSlot(e[0],e[0],!this.options.clip),n=t.getSlot(e[1],e[1],!this.options.clip);if(o&&n)return{from:o,to:n}},e.prototype.pointSlot=function(t,e){var o,n,r=e.from,i=e.to;return this.options.invertAxes?(o=new re(r.x1,t.y1,r.x2,t.y2),n=new re(i.x1,t.y1,i.x2,t.y2)):(o=new re(t.x1,r.y1,t.x2,r.y2),n=new re(t.x1,i.y1,t.x2,i.y2)),{from:o,to:n}},e.prototype.addValue=function(e,o){var n=e.valueFields;R(n.from)||(n.from=n.to),R(n.to)||(n.to=n.from),t.prototype.addValue.call(this,e,o)},e.prototype.updateRange=function(t,e){if(null!==t&&R(t.from)&&R(t.to)){var o=e.series.axis,n=this.valueAxisRanges[o]=this.valueAxisRanges[o]||{min:g,max:b},r=t.from,i=t.to;n.min=Math.min(n.min,r,i),n.max=Math.max(n.max,r,i)}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.from,o.to)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++){var n=t[o];n&&(e.push((n.fromPoint||{}).marker),e.push((n.toPoint||{}).marker))}return e.concat(this._segments)},e}(ai);G(xs.prototype,_i,ki);const ws=xs;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.reflow=function(t){var e=this,o=e.options,n=e.value,r=e.owner.seriesValueAxis(o),i=[],a=[],s=[],c=r.getSlot(n.low,n.high),l=r.getSlot(n.open,n.open),h=r.getSlot(n.close,n.close);l.x1=h.x1=c.x1=t.x1,l.x2=h.x2=c.x2=t.x2;var p=c.center().x;i.push([l.x1,l.y1]),i.push([p,l.y1]),a.push([p,h.y1]),a.push([h.x2,h.y1]),s.push([p,c.y1]),s.push([p,c.y2]),this.lines=[i,a,s],this.box=c.clone().wrap(l.clone().wrap(h)),this.reflowNote()},e.prototype.createBody=function(){},e}(Ji);const zs=_s;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.pointType=function(){return zs},e}(oa);const Ms=Cs;var ks=function(t){function e(e,o,n){t.call(this),this.from=e,this.to=o,this.series=n}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,o=this.to.box,n=[];if(t.isVertical){var r=t.aboveAxis?e.y1:e.y2;n.push([e.x1,r],[o.x2,r])}else{var i=t.aboveAxis?e.x2:e.x1;n.push([i,e.y1],[i,o.y2])}return n},e.prototype.createVisual=function(){t.prototype.createVisual.call(this);var e=this.series.line||{},o=B.drawing.Path.fromPoints(this.linePoints(),{stroke:{color:e.color,width:e.width,opacity:e.opacity,dashType:e.dashType}});j(o),this.visual.append(o)},e}(ve);jt(ks,{animation:{type:Dn,delay:Rn}});const Os=ks;var Ss=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,o=ri(e),n=!this.options.invertAxes,r=0;r<e.length;r++)for(var i=e[r],a=0,s=0,c=0;c<o;c++){var l=En.current.bindPoint(i,c),h=l.valueFields.value,p=l.fields.summary,u=a,v=void 0;p?"total"===p.toLowerCase()?(l.valueFields.value=a,u=0,v=a):(l.valueFields.value=s,v=u-s,s=0):R(h)&&(s+=h,v=a+=h),t(l,{category:this.categoryAxis.categoryAt(c),categoryIx:c,series:i,seriesIx:r,total:a,runningTotal:s,from:u,to:v,isVertical:n})}},e.prototype.updateRange=function(e,o){t.prototype.updateRange.call(this,{value:o.to},o)},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,o=this.segments=[],n=0;n<t.length;n++){var r=t[n],i=e[n];if(i)for(var a=void 0,s=0;s<i.length;s++){var c=i[s];if(c&&a){var l=new Os(a,c,r);o.push(l),this.append(l)}a=c}}},e}(Qi);const Hs=Ss;var Ps=[Qn,_r,yr,kr],Vs=[cr,Mr].concat(Ps),Is=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 Li,t.length>0){this.invertAxes=ht(t[0].type,[$n,er,Mr,_r,kr,gr,sr,zr]);for(var e=0;e<t.length;e++){var o=t[e].stack;if(o&&"100%"===o.type){this.stack100=!0;break}}}},e.prototype.render=function(t){void 0===t&&(t=this.panes),this.createCategoryAxes(t),this.aggregateCategories(t),this.createCategoryAxesLabels(t),this.createCharts(t),this.createValueAxes(t)},e.prototype.removeAxis=function(e){var o=e.options.name;t.prototype.removeAxis.call(this,e),e instanceof Lo?delete this.namedCategoryAxes[o]:(this.valueAxisRangeTracker.reset(o),delete this.namedValueAxes[o]),e===this.categoryAxis&&delete this.categoryAxis,e===this.valueAxis&&delete this.valueAxis},e.prototype.createCharts=function(t){for(var e=this,o=this.groupSeriesByPane(),n=0;n<t.length;n++){var r=t[n],i=o[r.options.name||"default"]||[];e.addToLegend(i);var a=e.filterVisibleSeries(i);if(a)for(var s=e.groupSeriesByCategoryAxis(a),c=0;c<s.length;c++)e.createChartGroup(s[c],r)}},e.prototype.createChartGroup=function(t,e){this.createAreaChart(Ra(t,[Qn,_r]),e),this.createRangeAreaChart(Ra(t,[yr,kr]),e),this.createBarChart(Ra(t,[nr,$n]),e),this.createRangeBarChart(Ra(t,[br,gr]),e),this.createBulletChart(Ra(t,[er,Cr]),e),this.createCandlestickChart(Ra(t,or),e),this.createBoxPlotChart(Ra(t,[Jn,zr]),e),this.createOHLCChart(Ra(t,lr),e),this.createWaterfallChart(Ra(t,[Or,sr]),e),this.createLineChart(Ra(t,[cr,Mr]),e)},e.prototype.aggregateCategories=function(t){var e=this,o=this.srcSeries||this.series,n=[];this._currentPointsCache={},this._seriesPointsCache=this._seriesPointsCache||{};for(var r=0;r<o.length;r++){var i=o[r],a=e.seriesCategoryAxis(i),s=e.findPane(a.options.pane);i=(La(a.options.type,p)||i.categoryField)&&ht(s,t)?e.aggregateSeries(i,a):e.filterSeries(i,a),n.push(i)}this._seriesPointsCache=this._currentPointsCache,this._currentPointsCache=null,this.srcSeries=o,this.series=n},e.prototype.filterSeries=function(t,e){var o=(t.data||{}).length;if(e._seriesMax=Math.max(e._seriesMax||0,o),!R(e.options.min)&&!R(e.options.max))return t;var n=e.currentRangeIndices(),r=ht(t.type,Vs),i=G({},t);return i.data=(i.data||[]).slice(n.min,n.max+1),r&&Ga(i,n,o,(function(o){return{item:t.data[o],category:e.categoryAt(o,!0),categoryIx:o-n.min}}),(function(e){return wt(t.data[e])})),i},e.prototype.clearSeriesPointsCache=function(){this._seriesPointsCache={}},e.prototype.seriesSourcePoints=function(t,e){var o=t.index+";"+e.categoriesHash();if(this._seriesPointsCache[o])return this._currentPointsCache[o]=this._seriesPointsCache[o],this._seriesPointsCache[o];var n=e.options,r=n.srcCategories,i=La(n.type,p),a=t.data,s=i?Da:In,c=[];i||e.mapCategories();for(var l=0;l<a.length;l++){var h;if(h=t.categoryField?s(t.categoryField,a[l],this.chartService.intl):r[l],wt(h)&&null!==h){var u=e.totalIndex(h);c[u]=c[u]||{items:[],category:h},c[u].items.push(l)}}return this._currentPointsCache[o]=c,c},e.prototype.aggregateSeries=function(t,e){if(!t.data.length)return t;for(var o=this.seriesSourcePoints(t,e),n=G({},t),r=new os(G({},t),En.current,rs.current),i=n.data=[],a=e.options.dataItems||[],s=e.currentRangeIndices(),c=function(t){var n=t-s.min,i=o[t];if(i||(i=o[t]={}),i.categoryIx=n,!i.item){var a=e.categoryAt(t,!0);i.category=a,i.item=r.aggregatePoints(i.items,a)}return i},l=s.min;l<=s.max;l++){var h=c(l);i[h.categoryIx]=h.item,h.items&&h.items.length&&(a[h.categoryIx]=h.item)}return ht(n.type,Vs)&&Ga(n,s,e.totalCount(),c,(function(t){return o[t]})),e.options.dataItems=a,n},e.prototype.appendChart=function(e,o){var n=e.options.series,r=this.seriesCategoryAxis(n[0]),i=r.options.categories,a=Math.max(0,ri(n)-i.length);if(a>0)for(i=r.options.categories=r.options.categories.slice(0);a--;)i.push("");this.valueAxisRangeTracker.update(e.valueAxisRanges),t.prototype.appendChart.call(this,e,o)},e.prototype.seriesPaneName=function(t){var e=this.options,o=t.axis,n=at([].concat(e.valueAxis),(function(t){return t.name===o}))[0],r=((e.panes||[{}])[0]||{}).name||"default";return(n||{}).pane||r},e.prototype.seriesCategoryAxis=function(t){var e=t.categoryAxis,o=e?this.namedCategoryAxes[e]:this.categoryAxis;if(!o)throw new Error("Unable to locate category axis with name "+e);return o},e.prototype.stackableChartOptions=function(t,e){var o=t.stack;return{isStacked:o,isStacked100:o&&"100%"===o.type,clip:e.options.clip}},e.prototype.groupSeriesByCategoryAxis=function(t){for(var e=[],o={},n=0;n<t.length;n++){var r=t[n].categoryAxis||"$$default$$";o.hasOwnProperty(r)||(o[r]=!0,e.push(r))}for(var i=[],a=0;a<e.length;a++){var s=Es(t,e[a],a);0!==s.length&&i.push(s)}return i},e.prototype.createBarChart=function(t,e){if(0!==t.length){var o=t[0],n=new Qi(this,Object.assign({series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing},this.stackableChartOptions(o,e)));this.appendChart(n,e)}},e.prototype.createRangeBarChart=function(t,e){if(0!==t.length){var o=t[0],n=new cs(this,{series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing});this.appendChart(n,e)}},e.prototype.createBulletChart=function(t,e){if(0!==t.length){var o=t[0],n=new za(this,{series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing,clip:e.options.clip});this.appendChart(n,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var o=t[0],n=new Si(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(o,e)));this.appendChart(n,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var o=t[0],n=new Bi(this,Object.assign({invertAxes:this.invertAxes,series:t},this.stackableChartOptions(o,e)));this.appendChart(n,e)}},e.prototype.createRangeAreaChart=function(t,e){if(0!==t.length){var o=new ws(this,{invertAxes:this.invertAxes,series:t,clip:e.options.clip});this.appendChart(o,e)}},e.prototype.createOHLCChart=function(t,e){if(0!==t.length){var o=t[0],n=new Ms(this,{invertAxes:this.invertAxes,gap:o.gap,series:t,spacing:o.spacing,clip:e.options.clip});this.appendChart(n,e)}},e.prototype.createCandlestickChart=function(t,e){if(0!==t.length){var o=t[0],n=new oa(this,{invertAxes:this.invertAxes,gap:o.gap,series:t,spacing:o.spacing,clip:e.options.clip});this.appendChart(n,e)}},e.prototype.createBoxPlotChart=function(t,e){if(0!==t.length){var o=t[0],n=new ca(this,{invertAxes:this.invertAxes,gap:o.gap,series:t,spacing:o.spacing,clip:e.options.clip});this.appendChart(n,e)}},e.prototype.createWaterfallChart=function(t,e){if(0!==t.length){var o=t[0],n=new Hs(this,{series:t,invertAxes:this.invertAxes,gap:o.gap,spacing:o.spacing});this.appendChart(n,e)}},e.prototype.axisRequiresRounding=function(t,e){for(var o=Ra(this.series,Sr),n=0;n<this.series.length;n++){var r=this.series[n];if(ht(r.type,Ps)){var i=r.line;i&&i.style===Zn&&o.push(r)}}for(var a=0;a<o.length;a++){var s=o[a].categoryAxis||"";if(s===t||!s&&0===e)return!0}},e.prototype.aggregatedAxis=function(t,e){for(var o=this.series,n=0;n<o.length;n++){var r=o[n].categoryAxis||"";if((r===t||!r&&0===e)&&o[n].categoryField)return!0}},e.prototype.createCategoryAxesLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e]instanceof Lo&&t[e].createLabels()},e.prototype.createCategoryAxes=function(t){for(var e=this,o=this.invertAxes,n=[].concat(this.options.categoryAxis),r=[],i=0;i<n.length;i++){var a=n[i];if(ht(e.findPane(a.pane),t)){var s=a.name,c=a.categories;void 0===c&&(c=[]),a=G({vertical:o,reverse:!o&&e.chartService.rtl,axisCrossingValue:o?g:0},a),wt(a.justified)||(a.justified=e.isJustified()),e.axisRequiresRounding(s,i)&&(a.justified=!1);var l=void 0;if(l=Na(a,c[0])?new qo(a,e.chartService):new Lo(a,e.chartService),n[i].categories=l.options.srcCategories,s){if(e.namedCategoryAxes[s])throw new Error("Category axis with name "+s+" is already defined");e.namedCategoryAxes[s]=l}l.axisIndex=i,r.push(l),e.appendAxis(l)}}var h=this.categoryAxis||r[0];this.categoryAxis=h,o?this.axisY=h:this.axisX=h},e.prototype.isJustified=function(){for(var t=this.series,e=0;e<t.length;e++)if(!ht(t[e].type,Ps))return!1;return!0},e.prototype.createValueAxes=function(t){var e=this,o=this.valueAxisRangeTracker,n=o.query(),r=[].concat(this.options.valueAxis),i=this.invertAxes,a={vertical:!i,reverse:i&&this.chartService.rtl},s=[];this.stack100&&(a.roundToMajorUnit=!1,a.labels={format:"P0"});for(var c=0;c<r.length;c++){var l=r[c];if(ht(e.findPane(l.pane),t)){var h=l.name,p=La(l.type,Gr)?{min:.1,max:1}:{min:0,max:1},u=o.query(h)||n||p;0===c&&u&&n&&(u.min=Math.min(u.min,n.min),u.max=Math.max(u.max,n.max));var v=new(La(l.type,Gr)?cn:tn)(u.min,u.max,G({},a,l),e.chartService);if(h){if(e.namedValueAxes[h])throw new Error("Value axis with name "+h+" is already defined");e.namedValueAxes[h]=v}v.axisIndex=c,s.push(v),e.appendAxis(v)}}var d=this.valueAxis||s[0];this.valueAxis=d,i?this.axisX=d:this.axisY=d},e.prototype._dispatchEvent=function(t,e,o){var n=t._eventCoordinates(e),r=new ee(n.x,n.y),i=this.pointPane(r),a=[],s=[];if(i){for(var c=i.axes,l=0;l<c.length;l++){var h=c[l];h.getValue?Ta(s,h.getValue(r)):Ta(a,h.getCategory(r))}0===a.length&&Ta(a,this.categoryAxis.getCategory(r)),a.length>0&&s.length>0&&t.trigger(o,{element:kt(e),originalEvent:e,category:Fa(a),value:Fa(s)})}},e.prototype.pointPane=function(t){for(var e=this.panes,o=0;o<e.length;o++){var n=e[o];if(n.contentBox.containsPoint(t))return n}},e.prototype.updateAxisOptions=function(t,e){As(this.options,t,e),As(this.originalOptions,t,e)},e}($a);function As(t,e,o){G([].concat(e instanceof Lo?t.categoryAxis:t.valueAxis)[e.axisIndex],o)}function Es(t,e,o){return at(t,(function(t){return 0===o&&!t.categoryAxis||t.categoryAxis===e}))}jt(Is,{categoryAxis:{},valueAxis:{}}),G(Is.prototype,ts);const Ts=Is;var Bs=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 o=[].concat(t);this.hide();for(var n=0;n<o.length;n++){var r=o[n];r&&r.toggleHighlight&&r.hasHighlight()&&(this.togglePointHighlight(r,!0,e),this._points.push(r))}},e.prototype.togglePointHighlight=function(t,e,o){var n=(t.options.highlight||{}).toggle;if(n){var r={category:t.category,series:t.series,dataItem:t.dataItem,value:t.value,stackValue:t.stackValue,preventDefault:js,visual:t.highlightVisual(),show:e};n(r),r._defaultPrevented||t.toggleHighlight(e,o)}else t.toggleHighlight(e,o)},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,o=0;o<e.length;o++)if(t===e[o])return!0;return!1},e}(B.Class);function js(){this._defaultPrevented=!0}const Ls=Bs;function Rs(t,e){var o=(e||"").toLowerCase(),n=t.event;return"none"===o&&!(n.ctrlKey||n.shiftKey||n.altKey)||n[o+"Key"]}function Ds(t){for(var e={},o=0;o<t.length;o++){var n=t[o];n.axis.options.name&&(e[n.axis.options.name]={min:n.range.min,max:n.range.max})}return e}var Ns=function(t){function e(e,o){t.call(this),this.plotArea=e,this.options=G({},this.options,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.start=function(t){return this._active=Rs(t,this.options.key),this._active},e.prototype.move=function(t){if(this._active){var e=this.axisRanges=this._panAxes(t,P).concat(this._panAxes(t,V));if(e.length)return this.axisRanges=e,Ds(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 o=0;o<e.length;o++){var n=e[o];t.updateAxisOptions(n.axis,n.range)}t.redraw(t.panes)}},e.prototype.destroy=function(){delete this.plotArea},e.prototype._panAxes=function(t,e){var o=this.plotArea,n=-t[e].delta,r=(this.options.lock||"").toLowerCase(),i=[];if(0!==n&&(r||"").toLowerCase()!==e)for(var a=o.axes,s=0;s<a.length;s++){var c=a[s];if(e===P&&!c.options.vertical||e===V&&c.options.vertical){var l=c.pan(n);l&&(l.limitRange=!0,i.push({axis:c,range:l}))}}return i},e}(B.Class);Ns.prototype.options={key:"none",lock:"none"};const Fs=Ns;var Us=function(t){function e(e,o){t.call(this),this.chart=e,this.options=G({},this.options,o),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(Rs(t,this.options.key)){var e=this.chart,o=e._eventCoordinates(t),n=this._zoomPane=e._plotArea.paneByPoint(o),r=n?n.chartsBox().clone():null;if(n&&r){var i=this._elementOffset();return r.translate(i.left,i.top),this._zoomPaneClipBox=r,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"]),o=e.paddingLeft,n=e.paddingTop,r=zt(t);return{left:o+r.left,top:n+r.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(),o=this._selectionPosition(t);o.left-=e.left,o.top-=e.top;var n={x:o.left,y:o.top},r={x:o.left+o.width,y:o.top+o.height};return this._updateAxisRanges(n,r),this.removeElement(),delete this._zoomPane,Ds(this.axisRanges)}},e.prototype.zoom=function(){var t=this.axisRanges;if(t&&t.length){for(var e=this.chart._plotArea,o=0;o<t.length;o++){var n=t[o];e.updateAxisOptions(n.axis,n.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 o=(this.options.lock||"").toLowerCase(),n=[],r=this._zoomPane.axes,i=0;i<r.length;i++){var a=r[i],s=a.options.vertical;if((o!==P||s)&&(o!==V||!s)&&wt(a.axisIndex)){var c=a.pointsRange(t,e);c&&n.push({axis:a,range:c})}}this.axisRanges=n},e.prototype._selectionPosition=function(t){var e=this._zoomPaneClipBox,o={x:t.x.startLocation,y:t.y.startLocation},n=t.x.location,r=t.y.location,i=(this.options.lock||"").toLowerCase(),a=Math.min(o.x,n),s=Math.min(o.y,r),c=Math.abs(o.x-n),l=Math.abs(o.y-r);return i===P&&(a=e.x1,c=e.width()),i===V&&(s=e.y1,l=e.height()),n>e.x2&&(c=e.x2-o.x),n<e.x1&&(c=o.x-e.x1),r>e.y2&&(l=e.y2-o.y),r<e.y1&&(l=o.y-e.y1),{left:Math.max(a,e.x1),top:Math.max(s,e.y1),width:c,height:l}},e}(B.Class);Us.prototype.options={key:"shift",lock:"none"};const Ws=Us;var Ks=function(t){function e(e,o){t.call(this),this.chart=e,this.options=G({rate:.3},this.options,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.updateRanges=function(t,e){for(var o=(this.options.lock||"").toLowerCase(),n=[],r=this.chart._plotArea.axes,i=0;i<r.length;i++){var a=r[i],s=a.options.vertical;if((o!==P||s)&&(o!==V||!s)&&a.zoomRange){var c=Ht(this.options.rate,.01,.9),l=a.zoomRange(-t*c,e);l&&n.push({axis:a,range:l})}}return this.axisRanges=n,Ds(n)},e.prototype.zoom=function(){var t=this.axisRanges,e=this.chart._plotArea;if(t&&t.length&&e.updateAxisOptions){for(var o=0;o<t.length;o++){var n=t[o];e.updateAxisOptions(n.axis,n.range)}e.redraw(e.panes)}},e.prototype.destroy=function(){delete this.chart},e}(B.Class);const Gs=Ks;var qs=function(t){function e(e,o){t.call(this,e),this.chartService=o}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,o=e.vertical;this.visual=new B.drawing.Layout(null,{spacing:o?0:e.spacing,lineSpacing:o?e.spacing:0,orientation:o?"vertical":"horizontal",reverse:e.rtl,alignItems:o?"start":"center"});for(var n=0;n<t.length;n++){var r=t[n];r.reflow(new re),r.renderVisual()}},e.prototype.reflow=function(t){this.visual.rect(t.toRect()),this.visual.reflow();var e=this.visual.clippedBBox();this.box=e?Se(e):new re},e.prototype.renderVisual=function(){this.addVisual()},e.prototype.createVisual=function(){},e}(ve);const Xs=qs;var Ys=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 Ce({vertical:!1,wrap:!1,align:s,spacing:this.options.spacing}),this.append(this.container)},e.prototype.createMarker=function(){this.container.append(new ye(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 Ve(t.text,e))},e.prototype.renderComplete=function(){t.prototype.renderComplete.call(this);var e=this.options.cursor||{},o=this._itemOverlay=B.drawing.Path.fromRect(this.container.box.toRect(),{fill:{color:S,opacity:0},stroke:null,cursor:e.style||e});this.appendVisual(o)},e.prototype.click=function(t,e){var o=this.eventArgs(e);!t.trigger("legendItemClick",o)&&e&&"contextmenu"===e.type&&e.preventDefault()},e.prototype.over=function(t,e){var o=this.eventArgs(e);return t.trigger("legendItemHover",o)||t._legendItemHover(o.seriesIndex,o.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:kt(t),text:e.text,series:e.series,seriesIndex:e.series.index,pointIndex:e.pointIndex}},e.prototype.renderVisual=function(){var e=this,o=this.options,n=o.visual;n?(this.visual=n({active:o.active,series:o.series,sender:this.getSender(),pointIndex:o.pointIndex,options:{markers:this.markerOptions(),labels:o.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}(fe);const Zs=Ys;var Qs="horizontal",$s="custom",Js=function(t){function e(e,o){void 0===o&&(o={}),t.call(this,e),this.chartService=o,ht(this.options.position,[k,z,a,y,$s])||(this.options.position=z),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,o=t.align,n=e,r=s;e===$s?n=y:ht(e,[k,a])?(n="start"===o?y:"end"===o?z:s,r=e):o&&("start"===o?r=k:"end"===o&&(r=a)),this.container=new fe({margin:t.margin,padding:t.padding,background:t.background,border:t.border,vAlign:r,align:n,zIndex:t.zIndex,shrinkToFit:!0}),this.hasTitle()?this.itemsContainer=new fe({vAlign:r,align:n,zIndex:t.zIndex,shrinkToFit:!0}):this.itemsContainer=this.container,this.append(this.container)},e.prototype.createItems=function(){var t=this.getService(),e=this.options,o=this.isVertical(),n=new Xs({vertical:o,spacing:e.spacing,rtl:t.rtl},t),r=e.items;e.reverse&&(r=r.slice(0).reverse());for(var i=r.length,a=0;a<i;a++){var s=r[a];n.append(new Zs(G({},{markers:e.markers,labels:e.labels,rtl:t.rtl},e.item,s)))}n.render(),this.itemsContainer.append(n)},e.prototype.isVertical=function(){var t=this.options,e=t.orientation,o=t.position;return o===$s&&e!==Qs||(wt(e)?e!==Qs:ht(o,[y,z]))},e.prototype.hasItems=function(){return this.container.children[0].children.length>0},e.prototype.reflow=function(t){var e=this.options,o=t.clone();this.hasItems()?(e.position===$s?(this.containerCustomReflow(o),this.box=o):this.containerReflow(o),this.hasTitle()&&this.title.reflow(new re(this.container.box.x1,this.title.box.y1,this.container.box.x2,this.title.box.y2))):this.box=o},e.prototype.containerReflow=function(t){var e=this.options,o=this.container,n=e.position,r=e.width,i=e.height,s=n===k||n===a?P:V,c=this.isVertical(),l=t.clone(),h=t.clone();n!==y&&n!==z||(h.y1=l.y1=0),c&&i?(h.y2=h.y1+i,h.align(l,V,o.options.vAlign)):!c&&r&&(h.x2=h.x1+r,h.align(l,P,o.options.align)),o.reflow(h);var p=(h=o.box).clone();(e.offsetX||e.offsetY)&&(h.translate(e.offsetX,e.offsetY),o.reflow(h)),p[s+1]=t[s+1],p[s+2]=t[s+2],this.box=p},e.prototype.containerCustomReflow=function(t){var e=this.options,o=this.container,n=e.offsetX,r=e.offsetY,i=e.width,a=e.height,s=this.isVertical(),c=t.clone();s&&a?c.y2=c.y1+a:!s&&i&&(c.x2=c.x1+i),o.reflow(c),c=o.box,o.reflow(new re(n,r,n+c.width(),r+c.height()))},e.prototype.renderVisual=function(){this.hasItems()&&t.prototype.renderVisual.call(this)},e.prototype.createLegendTitle=function(t){var e=G({},{color:i,position:k,align:s},t),o=e.text;if(t&&!1!==t.visible){if(wt(e)&&e.visible){var n=ot(e);n?o=n({text:o}):e.format&&(o=this.chartService.format.auto(e.format,o))}this.title=new Ve(o,e),this.createTitleLayout(),this.appendTitleLayoutContent()}},e.prototype.createTitleLayout=function(){this.layout=new Ce({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}(ve);jt(Js,{position:z,items:[],offsetX:0,offsetY:0,margin:$(5),padding:$(5),border:{color:i,width:0},item:{cursor:"pointer",spacing:6},spacing:6,background:"",zIndex:1,markers:{border:{width:0},width:15,height:3,type:"rect",align:y,vAlign:s}});const tc=Js;var ec=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,o){for(var n,r=this._registry,i=r[0],a=0;a<r.length;a++){var s=r[a];if((n=Ra(t,s.seriesTypes)).length>0){i=s;break}}return new i.type(n,e,o)},e}(B.Class);ec.current=new ec;const oc=ec;function nc(t){var e=document.createElement("div");return t&&(e.className=t),e}function rc(t){for(var e=t;e&&!st(e,"k-handle");)e=e.parentNode;return e}var ic=function(t){function e(e,o,n,r){t.call(this);var i=e.element;this.options=G({},this.options,n),this.chart=e,this.observer=r,this.chartElement=i,this.categoryAxis=o,this._dateAxis=this.categoryAxis instanceof qo,this.initOptions(),this.visible=this.options.visible&&i.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=nc("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 o=this.selection=nc("k-selection k-pointer-events-none");this.leftMask=nc("k-mask k-pointer-events-none"),this.rightMask=nc("k-mask k-pointer-events-none"),e.appendChild(this.leftMask),e.appendChild(this.rightMask),e.appendChild(o);var n=this.body=nc("k-selection-bg k-pointer-events-none");o.appendChild(n);var r=this.leftHandle=nc("k-handle k-left-handle k-pointer-events-auto"),i=this.rightHandle=nc("k-handle k-right-handle k-pointer-events-auto");r.appendChild(nc()),i.appendChild(nc()),o.appendChild(r),o.appendChild(i),this.chartElement.appendChild(e);var a=Q(o,["borderLeftWidth","borderRightWidth","height"]),s=Q(r,"height").height,c=Q(i,"height").height;t.selection={border:{left:a.borderLeftWidth,right:a.borderRightWidth}},Q(r,{top:(a.height-s)/2}),Q(i,{top:(a.height-c)/2}),e.style.cssText=e.style.cssText},e.prototype.bindEvents=function(){var t;!1!==this.options.mousewheel&&(this._mousewheelHandler=this._mousewheel.bind(this),xt(this.chartElement,((t={})[Zr]=this._mousewheelHandler,t))),this._domEvents=$e.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(),o=this.chart.chartService.intl;this._dateAxis&&G(t,{min:Eo(o,t.min),max:Eo(o,t.max),from:Eo(o,t.from),to:Eo(o,t.to)});var n=Q(this.chartElement,["paddingLeft","paddingTop"]),r=n.paddingLeft,i=n.paddingTop;this.options=G({},{width:e.width(),height:e.height()+.1,padding:{left:r,top:i},offset:{left:e.x1+r,top:e.y1+i},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&&(At(this.chartElement,((t={})[Zr]=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 o=this.categoryAxis.pane.box,n=this.chart._toModelCoordinates(t,e);return o.containsPoint(n)},e.prototype._start=function(t){var e=this.options,o=kt(t);if(!this._state&&o){var n=Mt(t);if(this._pointInPane(n.x,n.y)){var r=rc(o),i=this.body.getBoundingClientRect(),a=!r&&n.x>=i.x&&n.x<=i.x+i.width&&n.y>=i.y&&n.y<=i.y+i.height;this.chart._unsetActivePoint(),this._state={moveTarget:r,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(Nr,s)&&(this._state=null)}}},e.prototype._press=function(t){var e;(e=this._state?this._state.moveTarget:rc(kt(t)))&&A(e,"k-handle-active")},e.prototype._move=function(t){if(this._state){var e=this,o=e._state,n=e.options,r=e.categoryAxis,i=o.range,a=o.moveTarget,s=r.options.reverse,c=this._index(n.from),l=this._index(n.to),h=this._index(n.min),p=this._index(n.max),u=o.startLocation-t.x.location,v=i.from,d=i.to,f=i.to-i.from,m=Q(this.wrapper,"width").width/(r.categoriesCount()-1),y=Math.round(u/m)*(s?-1:1);if(a||o.inBody){var g=a&&st(a,"k-left-handle"),b=a&&st(a,"k-right-handle");o.inBody?(i.from=Math.min(Math.max(h,c-y),p-f),i.to=Math.min(i.from+f,p)):g&&!s||b&&s?(i.from=Math.min(Math.max(h,c-y),p-1),i.to=Math.max(i.from+1,i.to)):(g&&s||b&&!s)&&(i.to=Math.min(Math.max(h+1,l-y),p),i.from=Math.min(i.to-1,i.from)),i.from===v&&i.to===d||(this.move(i.from,i.to),this.trigger(Fr,this._rangeEventArgs(i)))}}},e.prototype._end=function(){if(this._state){var t=this._state.moveTarget;t&&T(t,"k-handle-active");var e=this._state.range;this.set(e.from,e.to),this.trigger(Ur,this._rangeEventArgs(e)),delete this._state}},e.prototype._tap=function(t){var e=this.options,o=this.categoryAxis,n=this.chart._eventCoordinates(t),r=o.pointCategoryIndex(new ee(n.x,o.box.y1)),i=this._index(e.from),a=this._index(e.to),s=this._index(e.min),c=this._index(e.max),l=a-i,h=i+l/2,p={},u=3===t.event.which,v=Math.round(h-r);this._state||u||(this.chart._unsetActivePoint(),o.options.justified||v--,p.from=Math.min(Math.max(s,i-v),c-l),p.to=Math.min(p.from+l,c),this._start(t),this._state&&(this._state.range=p,this.trigger(Fr,this._rangeEventArgs(p)),this._end()))},e.prototype._mousewheel=function(t){var e=this,o=yt(t);if(this._start(t),this._state){var n=this._state.range;t.preventDefault(),t.stopPropagation(),Math.abs(o)>1&&(o*=3),this.options.mousewheel.reverse&&(o*=-1),this.expand(o)&&this.trigger(Fr,{axis:this.categoryAxis.options,delta:o,originalEvent:t,from:this._value(n.from),to:this._value(n.to)}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._end()}),150)}},e.prototype._gesturestart=function(t){var e=this.options,o=t.touches[0];if(this._pointInPane(o.pageX,o.pageY)){this._state={range:{from:this._index(e.from),to:this._index(e.to)}};var n=this._rangeEventArgs(this._state.range);this.trigger(Nr,n)?this._state=null:t.preventDefault()}},e.prototype._gestureend=function(){this._state&&(this.trigger(Ur,this._rangeEventArgs(this._state.range)),delete this._state)},e.prototype._gesturechange=function(t){if(this._state){var e=this,o=e.chart,n=e._state,r=e.options,i=e.categoryAxis,a=n.range,s=o._toModelCoordinates(t.touches[0].x.location).x,c=o._toModelCoordinates(t.touches[1].x.location).x,l=Math.min(s,c),h=Math.max(s,c);t.preventDefault(),a.from=i.pointCategoryIndex(new ee(l))||r.min,a.to=i.pointCategoryIndex(new ee(h))||r.max,this.move(a.from,a.to),this.trigger(Fr,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,o=this._index(t);return e.getSlot(o,o,!0)},e.prototype.move=function(t,e){var o=this.options,n=this.categoryAxis.options.reverse,r=o.offset,i=o.padding,a=o.selection.border,s=n?e:t,c=n?t:e,l="x"+(n?2:1),h=this._slot(s),p=It(h[l]-r.left+i.left);Q(this.leftMask,{width:p}),Q(this.selection,{left:p}),h=this._slot(c);var u=It(o.width-(h[l]-r.left+i.left));Q(this.rightMask,{width:u});var v=o.width-u;v!==o.width&&(v+=a.right),Q(this.rightMask,{left:v}),Q(this.selection,{width:Math.max(o.width-(p+u)-a.right,0)})},e.prototype.set=function(t,e){var o=this.options,n=this._index(o.min),r=this._index(o.max),i=Ht(this._index(t),n,r),a=Ht(this._index(e),i+1,r);o.visible&&this.move(i,a),o.from=this._value(i),o.to=this._value(a)},e.prototype.expand=function(t){var e=this.options,o=this._index(e.min),n=this._index(e.max),r=e.mousewheel.zoom,i=this._index(e.from),a=this._index(e.to),s={from:i,to:a},c=G({},s);if(this._state&&(s=this._state.range),r!==z&&(s.from=Ht(Ht(i-t,0,a-1),o,n)),r!==y&&(s.to=Ht(Ht(a+t,s.from+1,n),o,n)),s.from!==c.from||s.to!==c.to)return this.set(s.from,s.to),!0},e.prototype.zoom=function(t,e){var o=this.options,n=this._index(o.min),r=this._index(o.max),i=this._index(o.from),a=this._index(o.to),s={from:i,to:a},c=G({},s),l=this.categoryAxis.options.reverse,h=P+(l?"2":"1"),p=this.categoryAxis.lineBox(),u=Math.abs(p[h]-e[P]),v=p.width(),d=It(u/v,2),f=It(d*t),m=It((1-d)*t);if(this._state&&(s=this._state.range),s.from=Ht(Ht(i-f,0,a-1),n,r),s.to=Ht(Ht(a+m,s.from+1,r),n,r),s.from!==c.from||s.to!==c.to)return this.set(s.from,s.to),!0},e.prototype.trigger=function(t,e){return(this.observer||this.chart).trigger(t,e)},e}(B.Class);jt(ic,{visible:!0,mousewheel:{zoom:"both"},min:b,max:g});const ac=ic;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.show=function(e){if(e&&e.tooltipAnchor&&(!this._current||this._current!==e)){var o=G({},this.options,e.options.tooltip),n=e.tooltipAnchor();n?(this._current=e,t.prototype.show.call(this,{point:e,anchor:n},o,e)):this.hide()}},e.prototype.hide=function(){delete this._current,t.prototype.hide.call(this)},e}(Ma);const cc=sc;var lc=function(t){function e(e,o){t.call(this,e.chartService,o),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 o=at(t,(function(t){var e=t.series.tooltip;return!(e&&!1===e.visible)}));if(o.length>0){var n=o[0],r=this.plotArea.categoryAxis.getSlot(n.categoryIx),i=e?this._slotAnchor(e,r):this._defaultAnchor(n,r);this.show({anchor:i,shared:!0,points:t,category:n.category,categoryText:this.formatService.auto(this.options.categoryFormat,n.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 o=t.owner.pane.chartsBox(),n=this.plotArea.categoryAxis.options.vertical,r=o.center(),i=e.center();return{point:n?new ee(r.x,i.y):new ee(i.x,r.y),align:{horizontal:"center",vertical:"center"}}},e}(Ma);jt(lc,{categoryFormat:"{0:d}"});const hc=lc;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.setup=function(){var t=this.element,e=this.options;if(t.bbox()){this.origin=e.origin;var o=e.vertical?V:P,n=this.fromScale=new B.geometry.Point(1,1);n[o]=Fn,t.transform(B.geometry.transform().scale(n.x,n.y))}else this.abort()},e.prototype.step=function(t){var e=pt(this.fromScale.x,1,t),o=pt(this.fromScale.y,1,t);this.element.transform(B.geometry.transform().scale(e,o,this.origin))},e.prototype.abort=function(){t.prototype.abort.call(this),this.element.transform(null)},e}(B.drawing.Animation);jt(pc,{duration:Rn}),B.drawing.AnimationFactory.current.register($n,pc);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.setup=function(){var t=this.center=this.element.bbox().center();this.element.transform(B.geometry.transform().scale(Fn,Fn,t))},e.prototype.step=function(t){this.element.transform(B.geometry.transform().scale(t,t,this.center))},e}(B.drawing.Animation);jt(uc,{easing:"easeOutElastic"}),B.drawing.AnimationFactory.current.register(tr,uc);var vc=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}(B.drawing.Animation);jt(vc,{duration:200,easing:"linear"}),B.drawing.AnimationFactory.current.register(Dn,vc);var dc=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(B.geometry.transform().scale(Fn,Fn,this.options.center))},e.prototype.step=function(t){this.element.transform(B.geometry.transform().scale(t,t,this.options.center))},e}(B.drawing.Animation);jt(dc,{easing:"easeOutElastic",duration:Rn}),B.drawing.AnimationFactory.current.register(hr,dc);const fc=dc;var mc=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,o){return new(e.style===Yn?xi:vi)(t,e,o)},e.prototype.animationPoints=function(){return t.prototype.animationPoints.call(this).concat(this._segments)},e.prototype.createMissingValue=function(t,e){if(e===Kn){var o={x:t.x,y:t.y};return pa(o.x)||(o.x=0),pa(o.y)||(o.y=0),o}},e}(va);G(mc.prototype,_i);const yc=mc;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.initFields=function(){this.namedXAxes={},this.namedYAxes={},this.xAxisRangeTracker=new Li,this.yAxisRangeTracker=new Li},e.prototype.render=function(t){var e=this;void 0===t&&(t=this.panes);for(var o=this.groupSeriesByPane(),n=0;n<t.length;n++){var r=t[n],i=o[r.options.name||"default"]||[];e.addToLegend(i);var a=e.filterVisibleSeries(i);a&&(e.createScatterChart(Ra(a,xr),r),e.createScatterLineChart(Ra(a,wr),r),e.createBubbleChart(Ra(a,tr),r))}this.createAxes(t)},e.prototype.appendChart=function(e,o){this.xAxisRangeTracker.update(e.xAxisRanges),this.yAxisRangeTracker.update(e.yAxisRanges),t.prototype.appendChart.call(this,e,o)},e.prototype.removeAxis=function(e){var o=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?(this.yAxisRangeTracker.reset(o),delete this.namedYAxes[o]):(this.xAxisRangeTracker.reset(o),delete this.namedXAxes[o]),e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype.seriesPaneName=function(t){var e=this.options,o=t.xAxis,n=at([].concat(e.xAxis),(function(t){return t.name===o}))[0],r=t.yAxis,i=at([].concat(e.yAxis),(function(t){return t.name===r}))[0],a=(e.panes||[{}])[0].name||"default";return(n||{}).pane||(i||{}).pane||a},e.prototype.createScatterChart=function(t,e){t.length>0&&this.appendChart(new va(this,{series:t,clip:e.options.clip}),e)},e.prototype.createScatterLineChart=function(t,e){t.length>0&&this.appendChart(new yc(this,{series:t,clip:e.options.clip}),e)},e.prototype.createBubbleChart=function(t,e){t.length>0&&this.appendChart(new ya(this,{series:t,clip:e.options.clip}),e)},e.prototype.createXYAxis=function(t,e,o){for(var n,r=t.name,i=e?this.namedYAxes:this.namedXAxes,a=e?this.yAxisRangeTracker:this.xAxisRangeTracker,s=G({reverse:!e&&this.chartService.rtl},t,{vertical:e}),c=La(s.type,Gr),l=a.query(),h=c?{min:.1,max:1}:{min:0,max:1},u=a.query(r)||l||h,v=[s.min,s.max],d=this.series,f=0;f<d.length;f++){var m=d[f],y=m[e?"yAxis":"xAxis"];if(y===s.name||0===o&&!y){var g=En.current.bindPoint(m,0).valueFields;v.push(g[e?"y":"x"]);break}}0===o&&l&&(u.min=Math.min(u.min,l.min),u.max=Math.max(u.max,l.max));for(var b=0;b<v.length;b++)if(v[b]instanceof Date){n=!0;break}var x=new(La(s.type,p)||!s.type&&n?on:c?cn:tn)(u.min,u.max,s,this.chartService);if(x.axisIndex=o,r){if(i[r])throw new Error((e?"Y":"X")+" axis with name "+r+" is already defined");i[r]=x}return this.appendAxis(x),x},e.prototype.createAxes=function(t){for(var e=this,o=this.options,n=[].concat(o.xAxis),r=[],i=[].concat(o.yAxis),a=[],s=0;s<n.length;s++)ht(e.findPane(n[s].pane),t)&&r.push(e.createXYAxis(n[s],!1,s));for(var c=0;c<i.length;c++)ht(e.findPane(i[c].pane),t)&&a.push(e.createXYAxis(i[c],!0,c));this.axisX=this.axisX||r[0],this.axisY=this.axisY||a[0]},e.prototype._dispatchEvent=function(t,e,o){for(var n=t._eventCoordinates(e),r=new ee(n.x,n.y),i=this.axes,a=i.length,s=[],c=[],l=0;l<a;l++){var h=i[l],p=h.options.vertical?c:s,u=h.getValue(r);null!==u&&p.push(u)}s.length>0&&c.length>0&&t.trigger(o,{element:kt(e),originalEvent:e,x:Fa(s),y:Fa(c)})},e.prototype.updateAxisOptions=function(t,e){var o=t.options.vertical,n=this.groupAxes(this.panes),r=(o?n.y:n.x).indexOf(t);bc(this.options,r,o,e),bc(this.originalOptions,r,o,e)},e}($a);function bc(t,e,o,n){G([].concat(o?t.yAxis:t.xAxis)[e],n)}jt(gc,{xAxis:{},yAxis:{}}),G(gc.prototype,ts);const xc=gc;var wc=function(t){function e(e,o,n){t.call(this,n),this.value=e,this.sector=o}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,o=this.value;if(!this._rendered&&!1!==this.visible){this._rendered=!0;var n=ot(t),r=this.pointData();if(n?o=n(r):t.format&&(o=e.format.auto(t.format,o)),t.visible&&(o||0===o)){if(t.position===s||t.position===Xr)t.color||(t.color=Wt(this.options.color)),t.background||(t.background=this.options.color);else{var i=e.theme.seriesDefaults.labels;t.color=t.color||i.color,t.background=t.background||i.background}this.label=new Ve(o,G({},t,{align:s,vAlign:"",animation:{type:Dn,delay:this.animationDelay}}),r),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,o=this.sector.clone(),n=t.distance,r=o.middle();if(e){var i,a=e.box.height(),c=e.box.width();if(t.position===s)o.radius=Math.abs((o.radius-a)/2)+a,i=o.point(r),e.reflow(new re(i.x,i.y-a/2,i.x,i.y));else if(t.position===Xr)o.radius=o.radius-a/2,i=o.point(r),e.reflow(new re(i.x,i.y-a/2,i.x,i.y));else{var l;(i=o.clone().expand(n).point(r)).x>=o.center.x?(l=i.x+c,e.orientation=z):(l=i.x-c,e.orientation=y),e.reflow(new re(l,i.y-a,i.x,i.y))}}},e.prototype.createVisual=function(){var e=this,o=this.sector,n=this.options;if(t.prototype.createVisual.call(this),this.value)if(n.visual){var r=(o.startAngle+180)%360,i=n.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,center:new B.geometry.Point(o.center.x,o.center.y),radius:o.radius,innerRadius:o.innerRadius,startAngle:r,endAngle:r+o.angle,options:n,sender:this.getSender(),createVisual:function(){var t=new B.drawing.Group;return e.createSegmentVisual(t),t}});i&&this.visual.append(i)}else this.createSegmentVisual(this.visual)},e.prototype.createSegmentVisual=function(t){var e=this.sector,o=this.options,n=o.border||{},r=n.width>0?{stroke:{color:n.color,width:n.width,opacity:n.opacity,dashType:n.dashType}}:{},i=o.color,a={color:i,opacity:o.opacity},s=this.createSegment(e,G({fill:a,stroke:{opacity:o.opacity},zIndex:o.zIndex},r));t.append(s),Ni(o)&&t.append(this.createGradientOverlay(s,{baseColor:i,fallbackFill:a},G({center:[e.center.x,e.center.y],innerRadius:e.innerRadius,radius:e.radius,userSpace:!0},o.overlay)))},e.prototype.createSegment=function(t,e){return e.singleSegment?new B.drawing.Circle(new B.geometry.Circle(new B.geometry.Point(t.center.x,t.center.y),t.radius),e):pe.current.createRing(t,e)},e.prototype.createAnimation=function(){var e=this.options,o=this.sector.center;G(e,{animation:{center:[o.x,o.y],delay:this.animationDelay}}),t.prototype.createAnimation.call(this)},e.prototype.createHighlight=function(t){var e=this.options.highlight||{},o=e.border||{};return this.createSegment(this.sector,G({},t,{fill:{color:e.color,opacity:e.opacity},stroke:{opacity:o.opacity,width:o.width,color:o.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 B.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,o,n,r=this.sector.clone().expand(5),i=r.middle();return{point:r.point(i),align:(t=i+180,e=Vt(t),o=It(Math.sin(e),v),n=It(Math.cos(e),v),{horizontal:Math.abs(o)>zc?s:n<0?z:y,vertical:Math.abs(o)<_c?s:o<0?a:k})}},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}(ve),_c=It(Vt(30),v),zc=It(Vt(60),v);jt(wc,{color:S,overlay:{gradient:"roundedBevel"},border:{width:.5},labels:{visible:!1,distance:35,font:u,margin:$(.5),align:c,zIndex:1,position:Yr},animation:{type:hr},highlight:{visible:!0,border:{width:1}},visible:!0}),G(wc.prototype,ci);const Cc=wc,Mc={createLegendItem:function(t,e,o){var n=this.options.legend||{},r=n.labels||{},i=n.inactiveItems||{},a=i.labels||{};if(o&&!1!==o.visibleInLegend){var s,c,l=!1!==o.visible,h=l?ot(r):ot(a)||ot(r),p=o.category;h&&(p=h({text:p,series:o.series,dataItem:o.dataItem,percentage:o.percentage,value:t})),l?(s={},c=e.color):(s={color:a.color,font:a.font},c=(i.markers||{}).color),pa(p)&&""!==p&&this.legendItems.push({active:l,pointIndex:o.index,text:p,series:o.series,markerColor:c,labels:s})}}};var kc=function(t){function e(e,o){t.call(this,o),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,o=this.plotArea.options.seriesColors;void 0===o&&(o=[]);for(var n=o.length,r=e.series,i=r.length,a=0;a<i;a++){var c=r[a],l=c.data,h=ja(c),p=h.total,u=h.points,v=h.count,d=360/p,f=void 0;isFinite(d)||(f=360/v);var m=void 0;m=wt(c.startAngle)?c.startAngle:e.startAngle,a!==i-1&&c.labels.position===Yr&&(c.labels.position=s);for(var y=0;y<u.length;y++){var g=u[y];if(g){var b=g.fields,x=g.value,w=g.visible,_=0!==x?f||x*d:0,z=1!==l.length&&Boolean(b.explode);F(c.color)||(c.color=b.color||o[y%n]),t(x,new se(null,0,0,m,_),{owner:this,category:wt(b.category)?b.category:"",index:y,series:c,seriesIx:a,dataItem:l[y],percentage:0!==p?x/p:0,explode:z,visibleInLegend:b.visibleInLegend,visible:w,zIndex:i-a,animationDelay:this.animationDelay(y,a,i)}),!1!==w&&(m+=_)}}}},e.prototype.evalSegmentOptions=function(t,e,o){var n=o.series;ni(t,{value:e,series:n,dataItem:o.dataItem,category:o.category,percentage:o.percentage},{defaults:n._defaults,excluded:["data","content","template","visual","toggle"]})},e.prototype.addValue=function(t,e,o){var n=G({},o.series,{index:o.index});if(this.evalSegmentOptions(n,t,o),this.createLegendItem(t,n,o),!1!==o.visible){var r=new Cc(t,e,n);Object.assign(r,o),this.append(r),this.points.push(r)}},e.prototype.reflow=function(t){var e=this,o=e.options,n=e.points,r=e.seriesConfigs;void 0===r&&(r=[]);var i=n.length,a=t.clone(),s=Math.min(a.width(),a.height()),c=s/2,l=s-.85*s,h=new re(a.x1,a.y1,a.x1+s,a.y1+s),p=h.center(),u=a.center(),v=o.series.length,d=[],f=[],m=Et(o.padding,l);this.targetBox=t,m=m>c-5?c-5:m,h.translate(u.x-p.x,u.y-p.y);for(var y=c-m,g=new ee(y+h.x1+m,y+h.y1+m),b=0;b<i;b++){var x=n[b],w=x.sector,_=x.seriesIx;if(w.radius=y,w.center=g,r.length){var C=r[_];w.innerRadius=C.innerRadius,w.radius=C.radius}_===v-1&&x.explode&&(w.center=w.clone().setRadius(.15*w.radius).point(w.middle())),x.reflow(h);var M=x.label;M&&M.options.position===Yr&&_===v-1&&(M.orientation===z?f.push(M):d.push(M))}d.length>0&&(d.sort(this.labelComparator(!0)),this.leftLabelsReflow(d)),f.length>0&&(f.sort(this.labelComparator(!1)),this.rightLabelsReflow(f)),this.box=h},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=St(this.points),o=e.sector,n=t.length-1,r=o.radius+e.options.labels.distance,i=[],a=t[0].box,s=It(a.y1-(o.center.y-r-a.height()-a.height()/2));i.push(s);for(var c=0;c<n;c++){var l=t[c+1].box;a=t[c].box,s=It(l.y1-a.y2),i.push(s)}return s=It(o.center.y+r-t[n].box.y2-t[n].box.height()/2),i.push(s),i},e.prototype.distributeLabels=function(t,e){for(var o,n,r,i=t.length,a=0;a<i;a++)for(r=-t[a],o=n=a;r>0&&(o>=0||n<i);)r=this._takeDistance(t,a,--o,r),r=this._takeDistance(t,a,++n,r);this.reflowLabels(t,e)},e.prototype._takeDistance=function(t,e,o,n){var r=n;if(t[o]>0){var i=Math.min(t[o],r);r-=i,t[o]-=i,t[e]+=i}return r},e.prototype.reflowLabels=function(t,e){var o,n=St(this.points),r=n.sector,i=n.options.labels,a=e.length,s=i.distance,l=r.center.y-(r.radius+s)-e[0].box.height();t[0]+=2;for(var h=0;h<a;h++){var p=e[h],u=p.box;l+=t[h],o=this.hAlignLabel(u.x2,r.clone().expand(s),l,l+u.height(),p.orientation===z),p.orientation===z?(i.align!==c&&(o=r.radius+r.center.x+s),p.reflow(new re(o+u.width(),l,o,l))):(i.align!==c&&(o=r.center.x-r.radius-s),p.reflow(new re(o-u.width(),l,o,l))),l+=u.height()}},e.prototype.createVisual=function(){var e=this,o=this.options.connectors,n=this.points,r=n.length;t.prototype.createVisual.call(this),this._connectorLines=[];for(var i=0;i<r;i++){var a=n[i],s=a.sector,c=a.label,l=s.middle(),h=(a.options.connectors||{}).color||o.color;if(c){var p=new B.drawing.Path({stroke:{color:h,width:o.width},animation:{type:Dn,delay:a.animationDelay}});if(c.options.position===Yr){var u=c.box,v=s.center,d=s.point(l),f=new ee(u.x1,u.center().y),m=void 0,y=void 0,g=void 0;d=s.clone().expand(o.padding).point(l),p.moveTo(d.x,d.y),c.orientation===z?(g=Oc(v,d,f,y=new ee(u.x1-o.padding,u.center().y)),f=new ee(y.x-4,y.y),(g=g||f).x=Math.min(g.x,f.x),e.pointInCircle(g,s.center,s.radius+4)||g.x<s.center.x?(m=s.center.x+s.radius+4,a.options.labels.align!==nr?m<f.x?p.lineTo(m,d.y):p.lineTo(d.x+8,d.y):p.lineTo(m,d.y),p.lineTo(f.x,y.y)):(g.y=y.y,p.lineTo(g.x,g.y))):(g=Oc(v,d,f,y=new ee(u.x2+o.padding,u.center().y)),f=new ee(y.x+4,y.y),(g=g||f).x=Math.max(g.x,f.x),e.pointInCircle(g,s.center,s.radius+4)||g.x>s.center.x?(m=s.center.x-s.radius-4,a.options.labels.align!==nr?m>f.x?p.lineTo(m,d.y):p.lineTo(d.x-8,d.y):p.lineTo(m,d.y),p.lineTo(f.x,y.y)):(g.y=y.y,p.lineTo(g.x,g.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),Rt(this.options.series,(function(t){return t.autoFit}))){var e=this.targetBox,o=this.box.center(),n=this.visual.bbox();if(!n)return;var r=n.bottomRight(),i=Math.min((o.y-e.y1)/(o.y-n.origin.y),(e.y2-o.y)/(r.y-o.y),(o.x-e.x1)/(o.x-n.origin.x),(e.x2-o.x)/(r.x-o.x));i<1&&this.visual.transform(B.geometry.transform().scale(i,i,[o.x,o.y]))}},e.prototype.labelComparator=function(t){var e=t?-1:1;return function(t,o){return((t.parent.sector.middle()+270)%360-(o.parent.sector.middle()+270)%360)*e}},e.prototype.hAlignLabel=function(t,e,o,n,r){var i=e.radius,a=e.center,s=a.x,c=a.y,l=Math.min(Math.abs(c-o),Math.abs(c-n));return l>i?t:s+Math.sqrt(i*i-l*l)*(r?1:-1)},e.prototype.pointInCircle=function(t,e,o){return Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2)<Math.pow(o,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}(ve);function Oc(t,e,o,n){var r,i=(n.x-o.x)*(t.y-o.y)-(n.y-o.y)*(t.x-o.x),a=(n.y-o.y)*(e.x-t.x)-(n.x-o.x)*(e.y-t.y);if(0!==a){var s=i/a;r=new ee(t.x+s*(e.x-t.x),t.y+s*(e.y-t.y))}return r}jt(kc,{startAngle:90,connectors:{width:2,color:"#939393",padding:8},inactiveItems:{markers:{},labels:{}}}),G(kc.prototype,Mc),kc.prototype.isStackRoot=!0;const Sc=kc;var Hc=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],o=new Sc(this,{series:t,padding:e.padding,startAngle:e.startAngle,connectors:e.connectors,legend:this.options.legend});this.appendChart(o)},e.prototype.appendChart=function(e,o){t.prototype.appendChart.call(this,e,o),bt(this.options.legend.items,e.legendItems)},e}($a);const Pc=Hc;var Vc=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,o=this.label,n=this.sector.clone(),r=n.middle();if(o){var i=o.box.height();if(e.position===s){n.radius-=(n.radius-n.innerRadius)/2;var a=n.point(r);o.reflow(new re(a.x,a.y-i/2,a.x,a.y))}else t.prototype.reflowLabel.call(this)}},e.prototype.createSegment=function(t,e){return pe.current.createRing(t,e)},e}(Cc);jt(Vc,{overlay:{gradient:"roundedGlass"},labels:{position:s},animation:{type:hr}}),G(Vc.prototype,ci);const Ic=Vc;var Ac=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,o){var n=G({},o.series,{index:o.index});if(this.evalSegmentOptions(n,t,o),this.createLegendItem(t,n,o),!1!==o.visible){var r=new Ic(t,e,n);Object.assign(r,o),this.append(r),this.points.push(r)}},e.prototype.reflow=function(e){for(var o,n=this.options,r=e.clone(),i=Math.min(r.width(),r.height()),a=i/2,s=i-.85*i,c=n.series,l=c.length,h=Et(n.padding,s),p=a-(h=h>a-5?a-5:h),u=0,v=0;v<l;v++){var d=c[v];0===v&&wt(d.holeSize)&&(o=d.holeSize,p-=d.holeSize),wt(d.size)?p-=d.size:u++,wt(d.margin)&&v!==l-1&&(p-=d.margin)}wt(o)||(p-=o=(a-h)/(l+.75)*.75);var f,m=o,y=0;this.seriesConfigs=[];for(var g=0;g<l;g++){var b=c[g];f=(m+=y)+Et(b.size,p/u),this.seriesConfigs.push({innerRadius:m,radius:f}),y=b.margin||0,m=f}t.prototype.reflow.call(this,e)},e.prototype.animationDelay=function(t,e,o){return 50*t+Rn*(e+1)/(o+1)},e}(Sc);jt(Ac,{startAngle:90,connectors:{width:2,color:"#939393",padding:8}});const Ec=Ac;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.createDonutChart(this.series)},e.prototype.createDonutChart=function(t){var e=t[0],o=new Ec(this,{series:t,padding:e.padding,connectors:e.connectors,legend:this.options.legend});this.appendChart(o)},e}(Pc);const Bc=Tc;var jc=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 Li},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(),o=t.options.reverse?e.max:e.min,n=t.getSlot(o),r=this.polarAxis.getSlot(0).center,i=t.box.translate(r.x-n.x1,r.y-n.y1);t.reflow(i)},e.prototype.createValueAxis=function(){var t,e,o=this.valueAxisRangeTracker,n=o.query(),r=this.valueAxisOptions({roundToMajorUnit:!1,zIndex:-1});r.type===Gr?(t=xn,e={min:.1,max:1}):(t=gn,e={min:0,max:1});var i=o.query(name)||n||e;i&&n&&(i.min=Math.min(i.min,n.min),i.max=Math.max(i.max,n.max));var a=new t(i.min,i.max,r,this.chartService);this.valueAxis=a,this.appendAxis(a)},e.prototype.reflowAxes=function(){var t=this,e=t.options.plotArea,o=t.valueAxis,n=t.polarAxis,r=t.box,i=.15*Math.min(r.width(),r.height()),a=$(e.padding||{},i),c=r.clone().unpad(a),l=c.clone();l.y2=l.y1+Math.min(l.width(),l.height()),l.align(c,V,s);var h=l.clone().shrink(0,l.height()/2);n.reflow(l),o.reflow(h);var p=o.lineBox().height()-o.box.height();o.reflow(o.box.unpad({top:p})),this.axisBox=l,this.alignAxes(l)},e.prototype.backgroundBox=function(){return this.box},e.prototype.detachLabels=function(){},e}($a);const Lc=jc;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.pointSlot=function(t,e){var o=t.center.y-e.y1,n=ee.onCircle(t.center,t.startAngle,o);return new re(n.x,n.y,n.x,n.y)},e}(va);jt(Rc,{clip:!1});const Dc=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}(yc);Nc.prototype.pointSlot=Dc.prototype.pointSlot,jt(Nc,{clip:!1});const Fc=Nc;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(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(),o=new _n(!1),n=this.points();n.push(e),(t=this._strokeSegments=o.process(n)).pop()}return t},e}(Ei);const Wc=Uc;var Kc=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(),o=new B.geometry.Segment([e.x,e.y]);t.segments.unshift(o),t.segments.push(o)},e}(Pi);const Gc=Kc;var qc=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,o){return(e.line||{}).style===Yn?new Wc(t,e,o):new Gc(t,e,o)},e.prototype.createMissingValue=function(t,e){var o;return pa(t.x)&&e!==Gn&&(o={x:t.x,y:t.y},e===Kn&&(o.y=0)),o},e.prototype.seriesMissingValues=function(t){return t.missingValues||Kn},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(Xc),this._hasMissingValuesGap())for(var e=0;e<t.length;e++){var o=t[e];o&&(pa(o.value.y)||"gap"!==this.seriesMissingValues(o.series)||delete t[e])}return t},e}(Fc);function Xc(t,e){return t.value.x-e.value.x}const Yc=qc;var Zc=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 vn(this.options.xAxis,this.chartService);this.polarAxis=t,this.axisX=t,this.appendAxis(t)},e.prototype.valueAxisOptions=function(t){return G(t,{majorGridLines:{type:r},minorGridLines:{type:r}},this.options.yAxis)},e.prototype.createValueAxis=function(){t.prototype.createValueAxis.call(this),this.axisY=this.valueAxis},e.prototype.appendChart=function(t,e){this.valueAxisRangeTracker.update(t.yAxisRanges),$a.prototype.appendChart.call(this,t,e)},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createLineChart(Ra(t,[ur]),e),this.createScatterChart(Ra(t,[vr]),e),this.createAreaChart(Ra(t,[pr]),e)},e.prototype.createLineChart=function(t,e){if(0!==t.length){var o=new Fc(this,{series:t});this.appendChart(o,e)}},e.prototype.createScatterChart=function(t,e){if(0!==t.length){var o=new Dc(this,{series:t});this.appendChart(o,e)}},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var o=new Yc(this,{series:t});this.appendChart(o,e)}},e.prototype._dispatchEvent=function(t,e,o){var n=t._eventCoordinates(e),r=new ee(n.x,n.y),i=this.axisX.getValue(r),a=this.axisY.getValue(r);null!==i&&null!==a&&t.trigger(o,{element:kt(e),x:i,y:a})},e.prototype.createCrosshairs=function(){},e}(Lc);jt(Zc,{xAxis:{},yAxis:{}}),G(Zc.prototype,ts);const Qc=Zc;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.pointSlot=function(t,e){var o=t.center.y-e.y1,n=ee.onCircle(t.center,t.middle(),o);return new re(n.x,n.y,n.x,n.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=[],o=0;o<t.length;o++){var n=t[o];e[n.seriesIx]=e[n.seriesIx]||[],e[n.seriesIx].push(n)}return e}(this._segments),o=0;o<e.length;o++){var n=e[o];if(n&&n.length>1){var r=n[0].linePoints[0],i=St(n),a=St(i.linePoints),s=0===r.categoryIx,c=a.categoryIx===a.categoriesCount-1;s&&c&&St(n).linePoints.push(r)}}},e.prototype.createSegment=function(t,e,o){var n=new(e.style===Yn?xi:vi)(t,e,o),r=this.seriesMissingValues(e);return t.length!==e.data.length&&r!==Gn||(n.options.closed=!0),n},e}(Si);jt($c,{clip:!1,limitPoints:!1});const Jc=$c;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.fillToAxes=function(){},e}(Ei);const el=tl;var ol=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}(Pi);const nl=ol;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.createSegment=function(t,e,o,n){var r,i,a,s=this.options.isStacked,c=(e.line||{}).style;return s&&o>0&&n&&(i=n.linePoints.slice(0),r=n),c===Yn?(a=new el(t,e,o,r,i)).options.closed=!0:(t.push(t[0]),a=new nl(t,e,o,r,i)),a},e.prototype.seriesMissingValues=function(t){return t.missingValues||Kn},e}(Jc);const il=rl;var al=function(t){function e(e,o){t.call(this,e,null,o)}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(Ic);jt(al,{overlay:{gradient:"none"},labels:{distance:10}});const sl=al;var cl=function(t){function e(e){t.call(this,e),this.forEach=e.rtl?Ki:Wi}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,o=this.children,n=e.gap,r=e.spacing,i=o.length,a=i+n+r*(i-1),s=t.angle/a,c=t.startAngle+s*(n/2);this.forEach(o,(function(e){var o=t.clone();o.startAngle=c,o.angle=s,e.sector&&(o.radius=e.sector.radius),e.reflow(o),e.sector=o,c+=s+s*r}))},e}(ve);jt(cl,{gap:1,spacing:0});const ll=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.reflow=function(t){var e=this.options.reverse,o=this.children,n=o.length,r=e?n-1:0,i=e?-1:1;this.box=new re;for(var a=r;a>=0&&a<n;a+=i){var s=o[a].sector;s.startAngle=t.startAngle,s.angle=t.angle}},e}(ve);const pl=hl;var ul=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 sl},e.prototype.clusterType=function(){return ll},e.prototype.stackType=function(){return pl},e.prototype.categorySlot=function(t,e){return t.getSlot(e)},e.prototype.pointSlot=function(t,e){var o=t.clone(),n=t.center.y;return o.radius=n-e.y1,o.innerRadius=n-e.y2,o},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}(Qi);ul.prototype.reflow=ai.prototype.reflow,jt(ul,{clip:!1,limitPoints:!1,animation:{type:"pie"}});const vl=ul;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.createPolarAxis=function(){var t=new pn(this.options.categoryAxis,this.chartService);this.polarAxis=t,this.categoryAxis=t,this.appendAxis(t),this.aggregateCategories(),this.createCategoryAxesLabels()},e.prototype.valueAxisOptions=function(t){return this._hasBarCharts&&G(t,{majorGridLines:{type:r},minorGridLines:{type:r}}),this._isStacked100&&G(t,{roundToMajorUnit:!1,labels:{format:"P0"}}),G(t,this.options.valueAxis)},e.prototype.aggregateCategories=function(){Ts.prototype.aggregateCategories.call(this,this.panes)},e.prototype.createCategoryAxesLabels=function(){Ts.prototype.createCategoryAxesLabels.call(this,this.panes)},e.prototype.filterSeries=function(t){return t},e.prototype.createCharts=function(){var t=this.filterVisibleSeries(this.series),e=this.panes[0];this.createAreaChart(Ra(t,[dr]),e),this.createLineChart(Ra(t,[mr]),e),this.createBarChart(Ra(t,[fr]),e)},e.prototype.chartOptions=function(t){var e={series:t},o=t[0];if(o){var n=this.filterVisibleSeries(t),r=o.stack;e.isStacked=r&&n.length>1,e.isStacked100=r&&"100%"===r.type&&n.length>1,e.isStacked100&&(this._isStacked100=!0)}return e},e.prototype.createAreaChart=function(t,e){if(0!==t.length){var o=new il(this,this.chartOptions(t));this.appendChart(o,e)}},e.prototype.createLineChart=function(t,e){if(0!==t.length){var o=new Jc(this,this.chartOptions(t));this.appendChart(o,e)}},e.prototype.createBarChart=function(t,e){if(0!==t.length){var o=t[0],n=this.chartOptions(t);n.gap=o.gap,n.spacing=o.spacing;var r=new vl(this,n);this.appendChart(r,e),this._hasBarCharts=!0}},e.prototype.seriesCategoryAxis=function(){return this.categoryAxis},e.prototype._dispatchEvent=function(t,e,o){var n=t._eventCoordinates(e),r=new ee(n.x,n.y),i=this.categoryAxis.getCategory(r),a=this.valueAxis.getValue(r);null!==i&&null!==a&&t.trigger(o,{element:kt(e),category:i,value:a})},e.prototype.createCrosshairs=function(){},e}(Lc);G(dl.prototype,ts,{appendChart:Ts.prototype.appendChart,aggregateSeries:Ts.prototype.aggregateSeries,seriesSourcePoints:Ts.prototype.seriesSourcePoints}),jt(dl,{categoryAxis:{categories:[]},valueAxis:{}});const fl=dl;var ml=function(t){function e(e,o,n){t.call(this,o),this.value=e,this.options.index=n.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,o=this.children[0];this.box=new re(e[0].x,e[0].y,e[1].x,e[2].y),o&&o.reflow(new re(t.x1,e[0].y,t.x2,e[2].y))},e.prototype.createVisual=function(){var e,o=this,n=this.options;t.prototype.createVisual.call(this),(e=n.visual?n.visual({category:this.category,dataItem:this.dataItem,value:this.value,series:this.series,percentage:this.percentage,points:this.points,options:n,sender:this.getSender(),createVisual:function(){return o.createPath()}}):this.createPath())&&this.visual.append(e)},e.prototype.createPath=function(){var t=this.options,e=t.border;return B.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 B.drawing.Path.fromPoints(this.points,t)},e.prototype.highlightVisual=function(){return this.visual.children[0]},e.prototype.highlightVisualArgs=function(){var t=B.drawing.Path.fromPoints(this.points).close();return{options:this.options,path:t}},e.prototype.tooltipAnchor=function(){var t=this.box;return{point:new ee(t.center().x,t.y1),align:{horizontal:"center",vertical:"top"}}},e.prototype.formatValue=function(t){return this.owner.formatPointValue(this,t)},e}(ve);jt(ml,{color:S,border:{width:1}}),G(ml.prototype,ci);const yl=ml;var gl=function(t){function e(e,o){t.call(this,o),this.plotArea=e,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,o=this.plotArea.options.seriesColors;void 0===o&&(o=[]);var n=e.series[0],r=n.data;if(r)for(var i=ja(n),a=i.total,s=i.points,c=0;c<s.length;c++){var l=s[c];if(l){var h=l.fields;F(n.color)||(n.color=h.color||o[c%o.length]),h=G({index:c,owner:t,series:n,dataItem:r[c],percentage:l.value/a},h,{visible:l.visible});var p=l.valueFields.value,u=t.createSegment(p,h),v=t.createLabel(p,h);u&&v&&u.append(v)}}},e.prototype.evalSegmentOptions=function(t,e,o){var n=o.series;ni(t,{value:e,series:n,dataItem:o.dataItem,index:o.index},{defaults:n._defaults,excluded:["data","content","template","toggle","visual"]})},e.prototype.createSegment=function(t,e){var o=G({},e.series);if(this.evalSegmentOptions(o,t,e),this.createLegendItem(t,o,e),!1!==e.visible){var n=new yl(t,o,e);return Object.assign(n,e),this.append(n),this.points.push(n),n}},e.prototype.createLabel=function(t,e){var o=e.series,n=e.dataItem,r=G({},this.options.labels,o.labels),i=t;if(r.visible){var a=ot(r),s={dataItem:n,value:t,percentage:e.percentage,category:e.category,series:o};a?i=a(s):r.format&&(i=this.plotArea.chartService.format.auto(r.format,i)),r.color||(r.color=Wt(o.color),r.background||(r.background=o.color)),this.evalSegmentOptions(r,t,e);var c=new Ve(i,G({vAlign:r.position},r),s);return this.labels.push(c),c}},e.prototype.labelPadding=function(){for(var t=this.labels,e={left:0,right:0},o=0;o<t.length;o++){var n=t[o].options.align;if(n!==s){var r=t[o].box.width();n===y?e.left=Math.max(e.left,r):e.right=Math.max(e.right,r)}}return e},e.prototype.dynamicSlopeReflow=function(t,e,o){for(var n=this.options,r=this.points,i=r.length,a=r[0],s=a,c=0;c<r.length;c++)r[c].percentage>s.percentage&&(s=r[c]);for(var l=a.percentage/s.percentage*e,h=(e-l)/2,p=0,u=0;u<i;u++){var v=r[u].percentage,d=r[u+1],f=d?d.percentage:v,m=r[u].points=[],y=n.dynamicHeight?o*v:o/i,g=void 0;g=Ht(g=v?(e-l*(f/v))/2:f?0:e/2,0,e),m.push(new B.geometry.Point(t.x1+h,t.y1+p)),m.push(new B.geometry.Point(t.x1+e-h,t.y1+p)),m.push(new B.geometry.Point(t.x1+e-g,t.y1+y+p)),m.push(new B.geometry.Point(t.x1+g,t.y1+y+p)),h=g,p+=y+n.segmentSpacing,l=Ht(e-2*g,0,e)}},e.prototype.constantSlopeReflow=function(t,e,o){for(var n=this.options,r=this.points,i=r.length,a=n.neckRatio<=1,s=a?n.neckRatio*e:e,c=a?0:(e-e/n.neckRatio)/2,l=((a?e:e-2*c)-s)/2,h=0,p=0;p<i;p++){var u=r[p].points=[],v=r[p].percentage,d=n.dynamicHeight?l*v:l/i,f=n.dynamicHeight?o*v:o/i;u.push(new B.geometry.Point(t.x1+c,t.y1+h)),u.push(new B.geometry.Point(t.x1+e-c,t.y1+h)),u.push(new B.geometry.Point(t.x1+e-c-d,t.y1+f+h)),u.push(new B.geometry.Point(t.x1+c+d,t.y1+f+h)),c+=d,h+=f+n.segmentSpacing}},e.prototype.reflow=function(t){var e=this.points,o=e.length;if(o){var n=this.options,r=t.clone().unpad(this.labelPadding()),i=r.height()-n.segmentSpacing*(o-1),a=r.width();n.dynamicSlope?this.dynamicSlopeReflow(r,a,i):this.constantSlopeReflow(r,a,i);for(var s=0;s<o;s++)e[s].reflow(t)}},e}(ve);jt(gl,{neckRatio:.3,width:300,dynamicSlope:!1,dynamicHeight:!0,segmentSpacing:0,labels:{visible:!1,align:s,position:s,zIndex:1}}),G(gl.prototype,Mc);const bl=gl;var xl=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.createFunnelChart(this.series)},e.prototype.createFunnelChart=function(t){var e=t[0],o=new bl(this,{series:t,legend:this.options.legend,neckRatio:e.neckRatio,dynamicHeight:e.dynamicHeight,dynamicSlope:e.dynamicSlope,segmentSpacing:e.segmentSpacing,highlight:e.highlight});this.appendChart(o)},e.prototype.appendChart=function(e,o){t.prototype.appendChart.call(this,e,o),bt(this.options.legend.items,e.legendItems)},e}($a);const wl=xl;var _l=function(t){function e(e,o){t.call(this),this.options=o,this.color=o.color||S,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,o=this.pointData(),n=ot(t),r=t.color;e=n?n(o):this.formatValue(t.format),r||(r=Wt(this.color)),this.label=new Ve(e,G({align:s,vAlign:s,margin:{left:5,right:5},zIndex:Et(t.zIndex,this.series.zIndex)},t,{color:r}),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;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,o=this.box.toRect(),n=Et(t.type,"rect")===C,r=Et(e.width,n?1:0),i=Math.round(r/2);if(t.size){var a=o.center();o.size.width=o.size.height=t.size,o.origin.x=Math.round(a.x-o.size.width/2),o.origin.y=Math.round(a.y-o.size.height/2)}return o.size.width-=r,o.size.height-=r,o.origin.y+=i+.5,o.origin.x+=i+.5,Se(o)},e.prototype.markerBorder=function(){var t=this.options,e=t.markers.border,o=Et(e.opacity,t.opacity);return{color:e.color||this.color,width:e.width,opacity:o,dashType:e.dashType}},e.prototype.createMarker=function(){var t=this.options,e=t.markers,o=new ye({type:Et(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:Et(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=o,this.append(o)},e.prototype.createHighlight=function(t){var e=this.options,o=this.options.highlight.markers||this.options.markers,n=new ye({type:Et(o.type,"rect"),width:o.size,height:o.size,rotation:o.rotation,background:o.color||this.color,border:this.markerBorder(),borderRadius:o.borderRadius,opacity:this.series.opacity||e.opacity,zIndex:Et(e.zIndex,this.series.zIndex)});n.reflow(this.markerBox());var r=n.getElement();return r.options.fill=t.fill,r.options.stroke=t.stroke,r},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 ee(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}(ve);G(_l.prototype,ci),G(_l.prototype,li),_l.prototype.defaults={markers:{type:"rect",borderRadius:4,border:{color:"transparent"}},padding:{top:1},labels:{visible:!1,padding:3},opacity:1,notes:{label:{}}};const zl=_l;var Cl=function(t){function e(e,o){t.call(this,o),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:g,max:b},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,o=0;o<e.length;o++)for(var n=e[o],r=0;r<n.data.length;r++){var i=t._bindPoint(n,o,r).valueFields;wt(i.value)&&null!==i.value&&(t.valueRange.min=Math.min(t.valueRange.min,i.value),t.valueRange.max=Math.max(t.valueRange.max,i.value))}},e.prototype.addValue=function(t,e){var o;t&&wt(t.value)&&null!==t.value&&(o=this.createPoint(t,e))&&Object.assign(o,e),this.points.push(o)},e.prototype.evalPointOptions=function(t,e,o){var n=o.series,r=o.seriesIx,i={defaults:n._defaults,excluded:["data","tooltip","content","template","visual","toggle","drilldownSeriesFactory"]},a=this._evalSeries[r];wt(a)||(this._evalSeries[r]=a=ni(t,{},i,!0));var s=t;return a&&ni(s=G({},t),{value:e,series:n,dataItem:o.dataItem,min:this.valueRange.min,max:this.valueRange.max},i),s},e.prototype.pointType=function(){return zl},e.prototype.pointOptions=function(t,e){var o=this.seriesOptions[e];if(!o){var n=this.pointType().prototype.defaults;this.seriesOptions[e]=o=G({},n,{markers:{opacity:t.opacity},tooltip:{format:this.options.tooltip.format},labels:{format:this.options.labels.format}},t)}return o},e.prototype.createPoint=function(t,e){var o=e.series,n=this.pointOptions(o,e.seriesIx),r=e.color||o.color;n=this.evalPointOptions(n,t,e),F(o.color)?r=n.color:0!==this.valueRange.max&&(r=function(t,e){void 0===e&&(e=.05);var o=(0,B.parseColor)(t),n=1-e;return function(t){var e=o.toHSL(),r=100-e.l,i=n-t;return e.l+=Math.min(i*r,r),e.toCss()}}(r)(t.value/this.valueRange.max));var i=new zl(t,n);return i.color=r,this.append(i),i},e.prototype.seriesAxes=function(t){var e=t.xAxis,o=t.yAxis,n=this.plotArea,r=e?n.namedXAxes[e]:n.axisX,i=o?n.namedYAxes[o]:n.axisY;if(!r)throw new Error("Unable to locate X axis with name "+e);if(!i)throw new Error("Unable to locate Y axis with name "+o);return{xAxis:r,yAxis:i}},e.prototype.reflow=function(t){var e=this,o=this.points,n=!this.options.clip,r=0;this.traverseDataPoints((function(t,i){var a=o[r++],s=e.seriesAxes(i.series),c=s.xAxis,l=s.yAxis,h=c.categoryIndex(t.x),p=l.categoryIndex(t.y),u=c.getSlot(h,h,n),v=l.getSlot(p,p,n);if(a)if(u&&v){var d=e.pointSlot(u,v);a.reflow(d)}else a.visible=!1})),this.box=t},e.prototype.pointSlot=function(t,e){return new re(t.x1,e.y1,t.x2,e.y2)},e.prototype.traverseDataPoints=function(t){for(var e=this,o=this.options.series,n=0;n<o.length;n++)for(var r=o[n],i=e.seriesAxes(r),a=i.xAxis,s=i.yAxis,c=a.currentRangeIndices(),l=s.currentRangeIndices(),h=0;h<r.data.length;h++){var p=e._bindPoint(r,n,h),u=p.valueFields,v=p.fields,d=a.totalIndex(u.x),f=s.totalIndex(u.y),m=c.min<=d&&d<=c.max,y=l.min<=f&&f<=l.max;m&&y&&t(u,G({pointIx:h,series:r,seriesIx:n,dataItem:r.data[h],owner:e},v))}},e.prototype.formatPointValue=function(t,e){var o=t.value;return this.chartService.format.auto(e,o.x,o.y,o.value)},e.prototype.animationPoints=function(){for(var t=this.points,e=[],o=0;o<t.length;o++)e.push((t[o]||{}).marker);return e},e}(ve);jt(Cl,{series:[],tooltip:{format:"{0}, {1}: {2}"},labels:{format:"{2}"},clip:!0}),G(Cl.prototype,{_bindPoint:ai.prototype._bindPoint});const Ml=Cl;var kl=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 o=t[e],n=o.data||[],r=this.seriesAxes(o),i=r.xAxis,a=r.yAxis,s=Qt(i.categories||[]),c=Qt(a.categories||[]),l=0;l<n.length;l++){var h=En.current.bindPoint(o,l).valueFields,p=h.x,u=h.y;s.has(p)||s.add(p),c.has(u)||c.add(u)}i.categories=s.values(),a.categories=c.values()}},e.prototype.createCharts=function(t){for(var e=this,o=this.groupSeriesByPane(),n=0;n<t.length;n++){var r=t[n],i=o[r.options.name||"default"]||[];e.addToLegend(i);var a=e.filterVisibleSeries(i);a&&e.createHeatmapChart(Ra(a,[ar]),r)}},e.prototype.createHeatmapChart=function(t,e){var o=new Ml(this,{series:t});this.appendChart(o,e)},e.prototype.seriesPaneName=function(t){var e=this.options,o=t.xAxis,n=at([].concat(e.xAxis),(function(t){return t.name===o}))[0],r=t.yAxis,i=at([].concat(e.yAxis),(function(t){return t.name===r}))[0],a=(e.panes||[{}])[0].name||"default";return(n||{}).pane||(i||{}).pane||a},e.prototype.seriesAxes=function(t){var e,o,n=this.options,r=[].concat(n.xAxis),i=t.xAxis;e=i?r.find((function(t){return t.name===i})):r[0];var a=[].concat(n.yAxis),s=t.yAxis;if(o=s?a.find((function(t){return t.name===s})):a[0],!e)throw new Error("Unable to locate X axis with name "+i);if(!o)throw new Error("Unable to locate Y axis with name "+s);return{xAxis:e,yAxis:o}},e.prototype.createAxisLabels=function(){for(var t=this.axes,e=0;e<t.length;e++)t[e].createLabels()},e.prototype.createXYAxis=function(t,e,o){for(var n,r=t.name,i=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,c=[a.min,a.max,s],l=this.series,h=0;h<l.length;h++){var u=l[h],v=u[e?"yAxis":"xAxis"];if(v===a.name||0===o&&!v){var d=En.current.bindPoint(u,0).valueFields;c.push(d[e?"y":"x"]);break}}for(var f=0;f<c.length;f++)if(c[f]instanceof Date){n=!0;break}var m=new(La(a.type,p)||!a.type&&n?qo:Lo)(a,this.chartService);if(m.axisIndex=o,r){if(i[r])throw new Error((e?"Y":"X")+" axis with name "+r+" is already defined");i[r]=m}return this.appendAxis(m),m.mapCategories(),m},e.prototype.createAxes=function(t){for(var e=this,o=this.options,n=[].concat(o.xAxis),r=[],i=[].concat(o.yAxis),a=[],s=0;s<n.length;s++)ht(e.findPane(n[s].pane),t)&&r.push(e.createXYAxis(n[s],!1,s));for(var c=0;c<i.length;c++)ht(e.findPane(i[c].pane),t)&&a.push(e.createXYAxis(i[c],!0,c));this.axisX=this.axisX||r[0],this.axisY=this.axisY||a[0]},e.prototype.removeAxis=function(e){var o=e.options.name;t.prototype.removeAxis.call(this,e),e.options.vertical?delete this.namedYAxes[o]:delete this.namedXAxes[o],e===this.axisX&&delete this.axisX,e===this.axisY&&delete this.axisY},e.prototype._dispatchEvent=function(t,e,o){for(var n=t._eventCoordinates(e),r=new ee(n.x,n.y),i=this.axes,a=i.length,s=[],c=[],l=0;l<a;l++){var h=i[l];Ta(h.options.vertical?c:s,h.getCategory(r))}s.length>0&&c.length>0&&t.trigger(o,{element:kt(e),originalEvent:e,x:Fa(s),y:Fa(c)})},e.prototype.updateAxisOptions=function(t,e){var o=t.options.vertical,n=this.groupAxes(this.panes),r=(o?n.y:n.x).indexOf(t);Ol(this.options,r,o,e),Ol(this.originalOptions,r,o,e)},e.prototype.crosshairOptions=function(t){return Object.assign({},t.options.crosshair,{zIndex:0})},e}($a);function Ol(t,e,o,n){G([].concat(o?t.yAxis:t.xAxis)[e],n)}jt(kl,{xAxis:{},yAxis:{}}),G(kl.prototype,ts);const Sl=kl;var Hl="color",Pl="first",Vl="max",Il="min",Al="noteText";oc.current.register(Ts,[$n,nr,cr,Mr,Qn,_r,or,lr,er,Cr,Jn,zr,br,gr,Or,sr,yr,kr]),oc.current.register(xc,[xr,wr,tr]),oc.current.register(Pc,[hr]),oc.current.register(Bc,[rr]),oc.current.register(wl,[ir]),oc.current.register(Qc,[pr,ur,vr]),oc.current.register(fl,[dr,fr,mr]),oc.current.register(Sl,[ar]),En.current.register([$n,nr,cr,Mr,Qn,_r],[O],[qr,Hl,Al,Un,Wn,Qr]),En.current.register([br,gr,yr,kr],["from","to"],[qr,Hl,Al,Qr]),En.current.register([Or,sr],[O],[qr,Hl,Al,"summary",Qr]),En.current.register([pr,ur,vr],[P,V],[Hl,Qr]),En.current.register([dr,fr,mr],[O],[Hl,Qr]),En.current.register([ir],[O],[qr,Hl,"visibleInLegend","visible",Qr]),rs.current.register([$n,nr,cr,Mr,Qn,_r,Or,sr],{value:Vl,color:Pl,noteText:Pl,errorLow:Il,errorHigh:Vl}),rs.current.register([br,gr,yr,kr],{from:Il,to:Vl,color:Pl,noteText:Pl}),rs.current.register([dr,fr,mr],{value:Vl,color:Pl}),En.current.register([xr,wr,tr],[P,V],[Hl,Al,"xErrorLow","xErrorHigh","yErrorLow","yErrorHigh"]),En.current.register([tr],[P,V,"size"],[Hl,qr,Al]),En.current.register([ar],[P,V,O],[Hl,Al]),En.current.register([or,lr],["open","high","low","close"],[qr,Hl,"downColor",Al]),rs.current.register([or,lr],{open:Vl,high:Vl,low:Il,close:Vl,color:Pl,downColor:Pl,noteText:Pl}),En.current.register([Jn,zr],["lower","q1","median","q3","upper","mean","outliers"],[qr,Hl,Al,Qr]),rs.current.register([Jn,zr],{lower:Vl,q1:Vl,median:Vl,q3:Vl,upper:Vl,mean:Vl,outliers:Pl,color:Pl,noteText:Pl}),En.current.register([er,Cr],["current","target"],[qr,Hl,"visibleInLegend",Al,Qr]),rs.current.register([er,Cr],{current:Vl,target:Vl,color:Pl,noteText:Pl}),En.current.register([hr,rr],[O],[qr,Hl,"explode","visibleInLegend","visible",Qr]);var El=[qr,O,P,V],Tl="mousemove",Bl="contextmenu",jl="mouseleave",Ll=function(t){function e(e,o,n,r){var i=this;void 0===r&&(r={}),t.call(this),this.observers=[],this.addObserver(r.observer),this.chartService=new Ye(this,r),this.chartService.theme=n,this._initElement(e);var a=G({},this.options,o);this._originalOptions=G({},a),this._theme=n,this._initTheme(a,n),this._initHandlers(),this._initSurface(),this.bindCategories(),Bt.preloadFonts(o,(function(){i.fontLoaded=!0,i._destroyed||(i.trigger("init"),i._redraw(),i._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){A(t,"k-chart")},e.prototype._initTheme=function(t,e){for(var o=[],n=t.series||[],r=0;r<n.length;r++)o.push(Object.assign({},n[r]));t.series=o,function(t){for(var e=El,o=0;o<e.length;o++){var n=e[o]+"Axes";t[n]&&(t[e[o]+"Axis"]=t[n],delete t[n])}}(t),this.applyDefaults(t,e),null===t.seriesColors&&delete t.seriesColors,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(),o=this._size,n=e.width>0||e.height>0;t||n&&(!o||e.width!==o.width||e.height!==o.height)?(this._size=e,this._resize(e,t),this.trigger("resize",e)):n&&this._selections&&Rt(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,o=e.findPane(t);e.redraw(o)}else this._redraw()},e.prototype.getAxis=function(t){return Mn(t,this._plotArea.axes)},e.prototype.findAxisByName=function(t){return this.getAxis(t)},e.prototype.findPaneByName=function(t){for(var e=this._plotArea.panes,o=0;o<e.length;o++)if(e[o].options.name===t)return new On(e[o])},e.prototype.findPaneByIndex=function(t){var e=this._plotArea.panes;if(e[t])return new On(e[t])},e.prototype.plotArea=function(){return new Sn(this._plotArea)},e.prototype.toggleHighlight=function(t,e){var o,n,r,i=this._plotArea,a=(i.srcSeries||i.series||[])[0];F(e)?o=i.filterPoints(e):(q(e)?(n=e.series,r=e.category):n=r=e,o=a.type===rr?Rl(i.pointsBySeriesName(n),r):a.type===hr||a.type===ir?Rl((i.charts[0]||{}).points,r):i.pointsBySeriesName(n)),o&&this.togglePointsHighlight(t,o)},e.prototype.togglePointsHighlight=function(t,e){for(var o=this._highlight,n=0;n<e.length;n++)o.togglePointHighlight(e[n],t)},e.prototype.showTooltip=function(t){var e,o,n=this._sharedTooltip(),r=this._tooltip,i=this._plotArea;if(F(t)?(e=i.findPoint(t))&&n&&(o=e.categoryIx):n&&wt(t)&&(o=i.categoryAxis.categoryIndex(t)),n){if(o>=0){var a=this._plotArea.pointsByCategoryIndex(o);r.showAt(a)}}else e&&r.show(e)},e.prototype.hideTooltip=function(){this._tooltip.hide()},e.prototype._initSurface=function(){var t=this.surface,e=this._surfaceWrap(),o=this.options.chartArea||{};o.width&&Ct(e,{width:o.width}),o.height&&Ct(e,{height:o.height}),t&&t.options.type===this.options.renderAs?(this.surface.clear(),this.surface.resize()):(this._destroySurface(),this.surface=B.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 Ls,this._setupSelection(),this._createPannable(),this._createZoomSelection(),this._createMousewheelZoom(),this.trigger("render"),Wl(this._plotArea.panes),this._navState||this._cancelDomEvents()},e.prototype.exportVisual=function(t){var e;if(t&&(t.width||t.height||t.options)){var o=this.options,n=G({},t.options,{chartArea:{width:t.width,height:t.height}});Ul(this._originalOptions,n),this.options=G({},this._originalOptions,n),this._initTheme(this.options,this._theme),this.bindCategories();var r=this._getModel();r.renderVisual(),Wl(r._plotArea.panes),e=r.visual,this.options=o}else e=this.surface.exportVisual();return e},e.prototype._sharedTooltip=function(){return this._plotArea instanceof Ts&&this.options.tooltip&&this.options.tooltip.shared},e.prototype._createPannable=function(){var t=this.options;!1!==t.pannable&&(this._pannable=new Fs(this._plotArea,t.pannable))},e.prototype._createZoomSelection=function(){var t=this.options.zoomable,e=(t||{}).selection;!1!==t&&!1!==e&&(this._zoomSelection=new Ws(this,e))},e.prototype._createMousewheelZoom=function(){var t=this.options.zoomable,e=(t||{}).mousewheel;!1!==t&&!1!==e&&(this._mousewheelZoom=new Gs(this,e))},e.prototype._toggleDragZoomEvents=function(){var t=this.options.pannable,e=this.options.zoomable,o=(e||{}).selection,n=(e||{}).mousewheel,r=!(t||!1!==e&&!1!==o||this.requiresHandlers([jr,Tr,Br])),i=(!1===e||!1===n)&&!this.requiresHandlers([Lr,Rr,Dr]),a=this.element;this._dragZoomEnabled&&r&&i?(a.style.touchAction=this._touchAction||"",this._dragZoomEnabled=!1):this._dragZoomEnabled||r&&i||(a.style.touchAction="none",this._dragZoomEnabled=!0),this._toggleDomEvents(!r,!i)},e.prototype._toggleDomEvents=function(t,e){var o=this.domEvents;o&&(o.toggleDrag&&o.toggleDrag(t),o.toggleZoom&&o.toggleZoom(e))},e.prototype._createTooltip=function(){var t=this.options.tooltip;return this._sharedTooltip()?this._createSharedTooltip(t):new cc(this.chartService,t)},e.prototype._createSharedTooltip=function(t){return new hc(this._plotArea,t)},e.prototype.applyDefaults=function(t,e){!function(t,e){var o,n,r,i=(e||{}).axisDefaults||{};function a(t){var e=(t||{}).color||n.color,r=G({},i,i[o],n,n[o],{line:{color:e},labels:{color:e},title:{color:e}},t);return delete r[o],r}for(var s=0;s<El.length;s++)o=El[s]+"Axis",n=t.axisDefaults||{},r=(r=[].concat(t[o])).map(a),t[o]=r.length>1?r:r[0]}(t,e),function(t,e){var o=t.series,n=o.length,r=t.seriesDefaults,i=G({},t.seriesDefaults),a=e?G({},e.seriesDefaults):{},s=G({},a);Dl(i),Dl(s);for(var c=0;c<n;c++){var l=o[c].type||t.seriesDefaults.type,h=G({data:[]},s,a[l],{tooltip:t.tooltip},i,r[l]);o[c]._defaults=h,o[c]=G({},h,o[c]),o[c].data=o[c].data||[]}}(t,e)},e.prototype.applySeriesColors=function(){for(var t=this.options,e=t.series,o=t.seriesColors||[],n=0;n<e.length;n++){var r=e[n],i=o[n%o.length],a=r._defaults;r.color=r.color||i,a&&(a.color=a.color||i)}},e.prototype._getModel=function(){var t=this.options,e=this._createPlotArea(),o=new _e(this._modelOptions());o.chart=this,o._plotArea=e;var n=Ee.buildTitle(t.title),r=Ee.buildTitle(t.subtitle,{align:t.title.align,position:t.title.position});return o.append.apply(o,Ee.orderTitles([n,r])),t.legend&&t.legend.visible&&o.append(new tc(e.options.legend,this.chartService)),o.append(e),o.reflow(),o},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 oc.current.create(t?[]:e.series,e,this.chartService)},e.prototype._setupSelection=function(){for(var t=this._plotArea.axes,e=this._selections=[],o=0;o<t.length;o++){var n=t[o],r=n.options;if(n instanceof Lo&&r.select&&!r.vertical){var i=n.range(),a=new ac(this,n,G({min:i.min,max:i.max},r.select));e.push(a)}}},e.prototype._selectStart=function(t){return this.trigger(Nr,t)},e.prototype._select=function(t){return this.trigger(Fr,t)},e.prototype._selectEnd=function(t){return this.trigger(Ur,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,B.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,o=0;o<e.length;o++)if(e[o].requiresHandlers(t))return!0},e.prototype.trigger=function(t,e){void 0===e&&(e={}),e.sender=this,t===Wr?e.anchor.point=this._toDocumentCoordinates(e.anchor.point):t===Vr?this._updateDrilldownPoint(e.point):t===Ir?this._resetDrilldownPoint():t===Hr&&this._startDrilldown(e.point);for(var o=this.observers,n=!1,r=0;r<o.length;r++)o[r].trigger(t,e)&&(n=!0);return n},e.prototype._attachEvents=function(){var t,e,o=this.element;this._touchAction=o.style.touchAction,xt(o,((t={})[Bl]=this._clickHandler,t[Zr]=this._mousewheelHandler,t[jl]=this._mouseleaveHandler,t)),this._shouldAttachMouseMove()&&xt(o,((e={})[Tl]=this._mousemove,e)),this.domEvents=$e.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(Er))},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(Dr,{}))},e.prototype._gesturechange=function(t){var e=this._mousewheelZoom;if(e&&!this._stopChartHandlers(t)){t.preventDefault();var o=this._gestureDistance,n=-t.distance/o+1;if(Math.abs(n)>=.1){n=Math.round(10*n),this._gestureDistance=t.distance;var r={delta:n,axisRanges:Nl(this._plotArea.axes),originalEvent:t};if(this._zooming||!this.trigger(Lr,r)){var i=this._eventCoordinates(t);this._zooming||(this._zooming=!0),(r.axisRanges=e.updateRanges(n,i))&&!this.trigger(Rr,r)&&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([jr,Tr,Br])&&this._startNavigation(t,e,jr),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(Lr,{axisRanges:Nl(this._plotArea.axes),originalEvent:t}))},e.prototype._move=function(t){var e=this._navState,o=this._pannable;if(!this._stopChartHandlers(t)){if(o){var n=o.move(t);n&&!this.trigger(Tr,{axisRanges:n,originalEvent:t})&&o.pan()}else if(e){for(var r={},i=e.axes,a=0;a<i.length;a++){var s=i[a];if(s.options.name){var c=s.options.vertical?t.y:t.x,l=c.startLocation-c.location;0!==l&&(r[s.options.name]=s.translateRange(l))}}e.axisRanges=r,this.trigger(Tr,{axisRanges:r,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(Br,{axisRanges:Nl(this._plotArea.axes),originalEvent:t}),this._suppressHover=!1,this.chartService.panning=!1):this._endNavigation(t,Br),this._zoomSelection){var o=this._zoomSelection.end(t);o&&!this.trigger(Rr,{axisRanges:o,originalEvent:t})&&(this._zoomSelection.zoom(),this.trigger(Dr,{axisRanges:o,originalEvent:t}))}}},e.prototype._stopChartHandlers=function(t){var e=this._selections||[];if(!e.length)return!1;var o=this._eventCoordinates(t),n=this._plotArea.paneByPoint(o);if(n)for(var r=0;r<e.length;r++)if(e[r].onPane(n))return!0},e.prototype._mousewheelZoomRate=function(){var t=(this.options.zoomable||{}).mousewheel||{};return Et(t.rate,.3)},e.prototype._mousewheel=function(t){var e=this,o=yt(t),n=this._mousewheelZoom,r=this._eventCoordinates(t);if(!this._stopChartHandlers(t)&&this._plotArea.backgroundContainsPoint(r))if(n){var i={delta:o,axisRanges:Nl(this._plotArea.axes),originalEvent:t};!this._zooming&&this.trigger(Lr,i)||(t.preventDefault(),this._zooming||(this._unsetActivePoint(),this.surface.suspendTracking(),this._zooming=!0),this._mwTimeout&&clearTimeout(this._mwTimeout),i.axisRanges=n.updateRanges(o,r),i.axisRanges&&!this.trigger(Rr,i)&&n.zoom(),this._mwTimeout=setTimeout((function(){e.trigger(Dr,i),e._zooming=!1,e.surface&&e.surface.resumeTracking()}),150))}else{var a=this._navState;if(a||this._startNavigation(t,r,Lr)||(a=this._navState),a){var s=a.totalDelta||o;a.totalDelta=s+o;for(var c=this._navState.axes,l={},h=0;h<c.length;h++){var p=c[h],u=p.options.name;u&&(l[u]=p.scaleRange(-s*e._mousewheelZoomRate(),r))}this.trigger(Rr,{delta:o,axisRanges:l,originalEvent:t}),this._mwTimeout&&clearTimeout(this._mwTimeout),this._mwTimeout=setTimeout((function(){e._endNavigation(t,Dr)}),150)}}},e.prototype._startNavigation=function(t,e,o){var n=this._model._plotArea,r=n.findPointPane(e),i=n.axes.slice(0);if(r){var a=Nl(i);this.trigger(o,{axisRanges:a,originalEvent:t})?this._cancelDomEvents():(this._suppressHover=!0,this._unsetActivePoint(),this._navState={axisRanges:a,pane:r,axes:i})}},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 o=this.surface.eventTarget(t);if(o)return this._drawingChartElement(o,t,e)},e.prototype._drawingChartElement=function(t,e,o){for(var n,r=t;r&&!n;)n=r.chartElement,r=r.parent;if(n)return n.aliasFor&&(n=n.aliasFor(e,this._eventCoordinates(e))),o&&(n=n.closest(o))&&n.aliasFor&&(n=n.aliasFor()),n},e.prototype._eventCoordinates=function(t){var e=Mt(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,o=t.paddingTop;this._padding={top:o,left:e}}return this._padding},e.prototype._toDocumentCoordinates=function(t){var e=this._elementPadding(),o=zt(this.element);return{left:It(t.x+e.left+o.left),top:It(t.y+e.top+o.top)}},e.prototype._toModelCoordinates=function(t,e){var o=this.element,n=zt(o),r=this._elementPadding(),i=Ut(o).invert(),a=new B.geometry.Point(t-n.left-r.left,e-n.top-r.top).transform(i);return new ee(a.x,a.y)},e.prototype._tap=function(t){var e=this,o=this.surface.eventTarget(t),n=this._drawingChartElement(o,t),r=this._sharedTooltip();this._startHover(o,t)||r||this._unsetActivePoint(),r&&this._trackSharedTooltip(this._eventCoordinates(t),t,!0),this._propagateClick(n,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 o=t;o;)o.click&&o.click(this,e),o=o.parent},e.prototype._startHover=function(t,e){if(this._suppressHover)return!1;var o=this._drawingChartElement(t,e,(function(t){return(t.hover||t.over)&&!(t instanceof $a)}));return this._showInactiveOpacity(o,e),o},e.prototype._displayTooltip=function(t){G({},this.options.tooltip,t.options.tooltip).visible&&this._tooltip.show(t)},e.prototype._displayInactiveOpacity=function(t,e,o){var n=this._activeChartInstance=this._chartInstanceFromPoint(t);if(n)if(e)this._updateSeriesOpacity(t),this._applySeriesOpacity(n.children,null,!0),this._applySeriesOpacity(n.children,t.series),this._highlight.show(o||t);else{var r;if(!n.supportsPointInactiveOpacity())return void this._highlight.show(t);(r=this._getInactivePoints(t,n))&&r.length&&this._highlight.show(r,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 o=[],n=0;n<t.children.length;n++){var r=t.children[n];r.constructor===e?o.push(r):r.children&&r.children.length&&(o=o.concat(this._getAllPointsOfType(r,e)))}return o},e.prototype._updateHoveredPoint=function(t,e){var o=this._hoveredPoint;o&&o!==t&&(o.out(this,e),this._hoveredPoint=null),t&&o!==t&&t.over&&(this._hoveredPoint=t,t.over(this,e))},e.prototype._updateDrilldownPoint=function(t){t&&t.series&&En.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,o=En.current.bindPoint(e,null,t.dataItem).fields.drilldown;if(o){var n={series:e,point:t,value:o,sender:this};this.trigger("drilldown",n)}}},e.prototype._updateSeriesOpacity=function(t,e){for(var o=this._plotArea,n=o.series.length,r=0;r<n;r++){var i=o.series[r],a=this._getDefaultOpacityForSeries(i),s=this._getInactiveOpacityForSeries(i);e||i===t.series?(i.opacity=a,i.line&&(i.line.opacity=a)):(i.defaultOpacity=a,i.opacity=s,i.line&&(i.line.opacity=s))}},e.prototype._applySeriesOpacity=function(t,e,o,n){for(var r=0;r<t.length;r++){var i=t[r],a=i.series||n;if(a&&(a.highlight||{}).visible&&i.visual){var s=n?n.opacity:i.series.opacity;(a!==e||o)&&i.visual.opacity(o?1:s)}i.children&&i.children.length&&this._applySeriesOpacity(i.children,e,o,i.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 o=this._activePoint,n=this._plotArea.series.length>1,r=this._hasInactiveOpacity();return this._updateHoveredPoint(t,e),t&&o!==t&&t.hover&&(this._activePoint=t,this._sharedTooltip()||t.hover(this,e)||(this._displayTooltip(t),r?this._displayInactiveOpacity(t,n):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,o=this._startHover(t.element,t.originalEvent);o&&o.tooltipTracking&&!this._mouseMoveTrackHandler&&!this._sharedTooltip()&&(this._mouseMoveTrackHandler=this._mouseMoveTracking.bind(this),xt(document,((e={})[Tl]=this._mouseMoveTrackHandler,e)))},e.prototype._mouseMoveTracking=function(t){var e,o=this,n=o.options,r=o._tooltip,i=o._highlight,a=o._activePoint,s=this._eventCoordinates(t);if(this._plotArea.box.containsPoint(s)){if(a&&a.tooltipTracking&&a.series&&a.parent.getNearestPoint){var c=a.parent.getNearestPoint(s.x,s.y,a.seriesIx);c&&c!==a&&(this._activePoint=c,c.hover(this,t)||(G({},n.tooltip,c.options.tooltip).visible&&r.show(c),i.show(c)))}}else At(document,((e={})[Tl]=this._mouseMoveTrackHandler,e)),this._unsetActivePoint(),this._mouseMoveTrackHandler=null,this._hideInactiveOpacity(a)},e.prototype._mousemove=function(t){var e=this._eventCoordinates(t),o=this._plotArea;if(this._trackCrosshairs(e),o.hover){var n=o.backgroundContainsPoint(e);n?(this._plotAreaHovered=!0,this._plotArea.hover(this,t)):this._plotAreaHovered&&!n&&(this._plotAreaHovered=!1,this.trigger(Er))}this._sharedTooltip()&&this._trackSharedTooltip(e,t)},e.prototype._trackCrosshairs=function(t){for(var e=this._plotArea.crosshairs,o=0;o<e.length;o++){var n=e[o];n.box.containsPoint(t)?n.showAt(t):n.hide()}},e.prototype._trackSharedTooltip=function(t,e,o){if(!this._suppressHover){var n=this,r=n.options.tooltip,i=n._plotArea,a=n._plotArea.categoryAxis,s=n._tooltip,c=n._highlight;if(i.backgroundContainsPoint(t)){var l=a.pointCategoryIndex(t);if(l!==this._tooltipCategoryIx||!this._sharedHighlight&&o){var h=i.pointsByCategoryIndex(l),p=h.map((function(t){return t.eventArgs(e)})),u=p[0]||{};u.categoryPoints=p,h.length>0&&!this.trigger(Pr,u)?(r.visible&&s.showAt(h,t),c.show(h),this._sharedHighlight=!0):s.hide(),this._tooltipCategoryIx=l}else o&&this._sharedHighlight&&(c.hide(),s.hide(),this._sharedHighlight=!1)}else this._sharedHighlight&&(c.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,o=this._highlight;this._activePoint=null,this._hoveredPoint=null,!e||t&&t.keepTooltipOpen||e.hide(),this._tooltipCategoryIx=null,this._sharedHighlight=!1,o&&o.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),o=0;o<e.length;o++){var n=e[o];!1!==n.autoBind&&this.bindCategoryAxisFromSeries(n,o)}},e.prototype.bindCategoryAxisFromSeries=function(t,e){for(var o,n=this.options.series,r=n.length,i=new lt,a=[],s=!1,c=0;c<r;c++){var l=n[c],h=l.categoryAxis===t.name||!l.categoryAxis&&0===e,p=l.data,u=p.length,v=l.categoryField&&h;if(s=v||s,v&&u>0)for(var d=(o=Na(t,In(l.categoryField,p[0])))?Da:In,f=0;f<u;f++){var m=p[f],y=d(l.categoryField,m,this.chartService.intl);!o&&i.get(y)||(a.push([y,m]),o||i.set(y,!0))}}if(a.length>0){o&&(a=function(t,e){void 0===e&&(e=Oo);for(var o=function(t,e){void 0===e&&(e=Oo);for(var o=1,n=t.length;o<n;o++)if(e(t[o],t[o-1])<0){t.sort(e);break}return t}(t,e),n=o.length,r=n>0?[o[0]]:[],i=1;i<n;i++)0!==e(o[i],St(r))&&r.push(o[i]);return r}(a,(function(t,e){return Oo(t[0],e[0])})));var g=function(t){for(var e=t.length,o=[],n=0;n<e;n++)for(var r=t[n],i=r.length,a=0;a<i;a++)o[a]=o[a]||[],o[a].push(r[a]);return o}(a);t.categories=g[0]}else s&&(t.categories=[])},e.prototype._isBindable=function(t){for(var e=En.current.valueFields(t),o=!0,n=0;n<e.length;n++){var r=e[n];if(r===O?r="field":r+="Field",!wt(t[r])){o=!1;break}}return o},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 o,n=this._plotArea,r=this._highlight,i=(n.srcSeries||n.series)[t];if(o=ht(i.type,[hr,rr,ir])?n.findPoint((function(o){return o.series.index===t&&o.index===e})):n.pointsBySeriesIndex(t),this._hasInactiveOpacity()&&i.visible&&o){var a=n.series.length>1,s=o.length?o[0]:o;this._displayInactiveOpacity(s,a,o)}else r.show(o)},e.prototype._shouldAttachMouseMove=function(){return this._plotArea.crosshairs.length||this._tooltip&&this._sharedTooltip()||this.requiresHandlers([Ar,Er])},e.prototype.updateMouseMoveHandler=function(){var t,e;At(this.element,((t={})[Tl]=this._mousemove,t)),this._shouldAttachMouseMove()&&xt(this.element,((e={})[Tl]=this._mousemove,e))},e.prototype.applyOptions=function(t,e){Ul(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,At(this.element,((t={})[Bl]=this._clickHandler,t[Zr]=this._mousewheelHandler,t[Tl]=this._mousemove,t[jl]=this._mouseleaveHandler,t)),this.domEvents&&(this.domEvents.destroy(),delete this.domEvents),this._mouseMoveTrackHandler&&At(document,((e={})[Tl]=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}(B.Class);function Rl(t,e){if(t)for(var o=0;o<t.length;o++)if(t[o].category===e)return[t[o]]}function Dl(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 Nl(t){for(var e={},o=0;o<t.length;o++){var n=t[o],r=n.options.name;r&&(e[r]=n.range())}return e}var Fl=["data","categories"];function Ul(t,e){for(var o in e)if(!ht(o,Fl)&&e.hasOwnProperty(o)){var n=e[o],r=t[o];if(wt(r)){var i=null===n;i||!wt(n)?(delete t[o],i&&delete e[o]):r&&q(n)&&q(r)&&Ul(r,n)}}}function Wl(t){for(var e=0;e<t.length;e++)t[e].notifyRender()}jt(Ll,{renderAs:"",chartArea:{},legend:{visible:!0,labels:{}},categoryAxis:{},seriesDefaults:{type:nr,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 Kl=Ll;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._slotAnchor=function(t,e){var o=this.plotArea.categoryAxis.options.vertical,n=o?{horizontal:"left",vertical:"center"}:{horizontal:"center",vertical:"bottom"};return{point:o?new ee(this.plotArea.box.x2,e.center().y):new ee(e.center().x,-2),align:n}},e.prototype._defaultAnchor=function(t,e){return this._slotAnchor({},e)},e}(hc);const ql=Gl;var Xl=[$n,er];function Yl(t){for(var e=[],o=0;o<t.length;o++){var n=t[o];e[o]=n.style.display,n.style.display="none"}return e}function Zl(t,e){for(var o=0;o<t.length;o++)t[o].style.display=e[o]}function Ql(t){return R(t)?[t]:t}var $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._setElementClass=function(t){A(t,"k-sparkline")},e.prototype._initElement=function(e){t.prototype._initElement.call(this,e),this._initialWidth=Math.floor(Ct(e).width)},e.prototype._resize=function(){var e=this.element,o=Yl(e.childNodes);this._initialWidth=Math.floor(Ct(e).width),Zl(e.childNodes,o),t.prototype._resize.call(this)},e.prototype._modelOptions=function(){var t=this.options,e=this._surfaceWrap(),o=Yl(e.childNodes),n=document.createElement("span");n.innerHTML="&nbsp;",e.appendChild(n);var r=G({width:this._autoWidth,height:Ct(e).height,transitions:t.transitions},t.chartArea,{inline:!0,align:!1});return Ct(e,{width:r.width,height:r.height}),e.removeChild(n),Zl(e.childNodes,o),this.surface&&this.surface.resize(),r},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 o=t.prototype._createPlotArea.call(this,e);return this._autoWidth=this._initialWidth||this._calculateWidth(o),o},e.prototype._calculateWidth=function(t){for(var e=this.options,o=$(e.chartArea.margin),n=t.charts,r=this._surfaceWrap(),i=0,a=0;a<n.length;a++){var s=n[a],c=(s.options.series||[])[0];if(c){if(c.type===$n)return 150;if(c.type===er)return 150;if(c.type===hr)return Ct(r).height;var l=s.categoryAxis;if(l){var h=l.categoriesCount()*(!s.options.isStacked&&ht(c.type,[nr,Cr])?s.seriesOptions.length:1);i=Math.max(i,h)}}}var p=i*e.pointWidth;return p>0&&(p+=o.left+o.right),p},e.prototype._createSharedTooltip=function(t){return new ql(this._plotArea,t)},e.normalizeOptions=function(t){var e=Ql(t);return(e=I(e)?{seriesDefaults:{data:e}}:G({},e)).series||(e.series=[{data:Ql(e.data)}]),G(e,{seriesDefaults:{type:e.type}}),(ht(e.series[0].type,Xl)||ht(e.seriesDefaults.type,Xl))&&(e=G({},{categoryAxis:{crosshair:{visible:!1}}},e)),e},e}(Kl);jt($l,{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 Jl=$l;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.setup=function(){this._initialOpacity=parseFloat(Q(this.element,"opacity").opacity)},e.prototype.step=function(t){Q(this.element,{opacity:String(pt(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}(B.drawing.Animation);const eh=th;function oh(t,e){var o=document.createElement("div");return o.className=t,e&&(o.style.cssText=e),o}var nh=function(t){function e(e,o,n){t.call(this),this.options=G({},this.options,n),this.container=e,this.chartService=o;var r=Q(e,["paddingLeft","paddingTop"]);this.chartPadding={top:r.paddingTop,left:r.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=oh("k-navigator-hint","display: none; position: absolute; top: 1px; left: 1px;"),e=this.tooltip=oh("k-tooltip k-chart-tooltip"),o=this.scroll=oh("k-scroll");e.innerHTML="&nbsp;",t.appendChild(e),t.appendChild(o)},e.prototype.show=function(t,e,o){var n=this,r=n.element,i=n.options,a=n.scroll,s=n.tooltip,c=_o(Ho(t)+Ho(e-t)/2),l=.4*o.width(),h=o.center().x-l,p=(o.center().x-h)/(i.max-i.min),u=c-i.min,v=this.chartService.intl.format(i.format,t,e),d=ot(i);this.clearHideTimeout(),this._visible||(Q(r,{visibility:"hidden",display:"block"}),this._visible=!0),d&&(v=d({from:t,to:e})),s.innerHTML=v,Q(s,{left:o.center().x-s.offsetWidth/2,top:o.y1});var f=Q(s,["marginTop","borderTopWidth","height"]);Q(a,{width:l,left:h+u*p,top:o.y1+f.marginTop+f.borderTopWidth+f.height/2}),Q(r,{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 eh(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}(B.Class);jt(nh,{format:"{0:d} - {1:d}",hideDelay:500});const rh=nh;var ih="_navigator",ah=ih,sh="_default",ch=function(t){function e(e){var o;t.call(this),this.chart=e;var n=this.options=G({},this.options,e.options.navigator),r=n.select;r&&(r.from=this.parseDate(r.from),r.to=this.parseDate(r.to)),wt(n.hint.visible)||(n.hint.visible=n.visible),this.chartObserver=new dt(this,((o={})[Tr]="_drag",o[Br]="_dragEnd",o[Rr]="_zoom",o[Dr]="_zoomEnd",o)),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 Eo(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,o=this.options,n=this.mainAxis(),r=n.roundedRange(),i=r.min,a=r.max,s=o.select,c=s.from,l=s.to,h=s.mousewheel,p=(t=n,lh.prototype=t,new lh);0!==n.categoriesCount()&&(this.clean(),p.box=n.box,this.selection=new ac(e,p,{min:i,max:a,from:c||i,to:l||a,mousewheel:Et(h,{zoom:"left"}),visible:o.visible},new dt(this,{selectStart:"_selectStart",select:"_select",selectEnd:"_selectEnd"})),o.hint.visible&&(this.hint=new rh(e.element,e.chartService,{min:i,max:a,template:ot(o.hint),format:o.hint.format})))},e.prototype.setRange=function(){var t=this.chart._createPlotArea(!0).namedCategoryAxes[ah].roundedRange(),e=t.min,o=t.max,n=this.options.select||{},r=n.from||e;r<e&&(r=e);var i=n.to||o;i>o&&(i=o),this.options.select=G({},n,{from:r,to:i}),this.filterAxes()},e.prototype._redrawSelf=function(t){var e=this.chart._plotArea;e&&e.redraw(St(e.panes),t)},e.prototype.redrawSlaves=function(){var t=this.chart,e=t._plotArea,o=e.panes.filter((function(t){return t.options.name!==ih}));e.srcSeries=t.options.series,e.options.categoryAxis=t.options.categoryAxis,e.clearSeriesPointsCache(),e.redraw(o)},e.prototype._drag=function(t){var e,o=this.chart,n=this.selection,r=o._eventCoordinates(t.originalEvent),i=this.mainAxis(),a=i.roundedRange(),s=i.pane.box.containsPoint(r),c=o._plotArea.categoryAxis,l=t.axisRanges[c.options.name],h=this.options.select;if(l&&!s&&n){e=h.from&&h.to?Ho(h.to)-Ho(h.from):Ho(n.options.to)-Ho(n.options.from);var p=_o(Ht(Ho(l.min),a.min,Ho(a.max)-e)),u=_o(Ht(Ho(p)+e,Ho(a.min)+e,a.max));this.options.select={from:p,to:u},this.options.liveDrag&&(this.filterAxes(),this.redrawSlaves()),n.set(p,u),this.showHint(p,u)}},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,o=t.to,n=this.options.select;n.from=e,n.to=o},e.prototype.filterAxes=function(){var t=this.options.select;void 0===t&&(t={});for(var e=this.chart.options.categoryAxis,o=t.from,n=t.to,r=0;r<e.length;r++){var i=e[r];i.pane!==ih&&(i.min=o,i.max=n)}},e.prototype.filter=function(){var t=this.chart,e=this.options.select;if(t.requiresHandlers(["navigatorFilter"])){var o=this.mainAxis(),n={from:e.from,to:e.to};if("category"!==o.options.type){var r=new qo(G({baseUnit:"fit"},t.options.categoryAxis[0],{categories:[e.from,e.to]}),t.chartService).options;n.from=Co(r.min,-r.baseUnitStep,r.baseUnit),n.to=Co(r.max,r.baseUnitStep,r.baseUnit)}this.chart.trigger("navigatorFilter",n)}},e.prototype._zoom=function(t){var e=this,o=e.chart._plotArea.categoryAxis,n=e.selection,r=e.options,i=r.select,a=r.liveDrag,s=this.mainAxis(),c=t.delta;if(n){var l=s.categoryIndex(n.options.from),h=s.categoryIndex(n.options.to),p=this.chart._eventCoordinates(t.originalEvent);t.originalEvent.preventDefault(),Math.abs(c)>1&&(c*=3),h-l>1?(n.zoom(c,p),this.readSelection()):(o.options.min=i.from,i.from=o.scaleRange(-t.delta*this.chart._mousewheelZoomRate(),p).min),a&&(this.filterAxes(),this.redrawSlaves()),n.set(i.from,i.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 o=this.chart._plotArea;this.hint&&this.hint.show(t,e,o.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[ah]},e.prototype.select=function(t,e){var o=this.options.select;return t&&e&&(o.from=this.parseDate(t),o.to=this.parseDate(e),this.filterAxes(),this.filter(),this.redrawSlaves(),this.selection.set(t,e)),{from:o.from,to:o.to}},e.setup=function(t,o){if(void 0===t&&(t={}),void 0===o&&(o={}),!t.__navi){t.__navi=!0;var n=G({},o.navigator,t.navigator),r=t.panes=[].concat(t.panes),i=G({},n.pane,{name:ih});n.visible||(i.visible=!1,i.height=.1),"top"!==t.navigator.position?r.push(i):r.unshift(i),r.forEach((function(t){return t.name=t.name||sh})),e.attachAxes(t,n),e.attachSeries(t,n,o)}},e.attachAxes=function(t,e){var o=e.series||[],n=t.categoryAxis=[].concat(t.categoryAxis),r=t.valueAxis=[].concat(t.valueAxis);n.concat(r).forEach((function(t){return t.pane=t.pane||sh}));var i=0===Ra(o,Sr).length,a=G({type:"date",pane:ih,roundToBaseUnit:!i,justified:i,_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;n.push(G({},a,{maxDateGroups:200},s,{name:ah,title:null,baseUnit:"fit",baseUnitStep:"auto",labels:{visible:!1},majorTicks:{visible:!1}}),G({},a,s,{name:ah+"_labels",maxDateGroups:20,baseUnitStep:"auto",labels:{position:""},plotBands:[],autoBaseUnitSteps:{minutes:[]},_overlap:!0}),G({},a,s,{name:ah+"_ticks",maxDateGroups:200,majorTicks:{width:.5},plotBands:[],title:null,labels:{visible:!1,mirror:!0},_overlap:!0})),r.push(G({name:ah,pane:ih,majorGridLines:{visible:!1},visible:!1},e.valueAxis))},e.attachSeries=function(t,e,o){for(var n=t.series=t.series||[],r=[].concat(e.series||[]),i=o.seriesColors,a=e.seriesDefaults,s=0;s<r.length;s++)n.push(G({color:i[s%i.length],categoryField:e.dateField,visibleInLegend:!1,tooltip:{visible:!1}},a,r[s],{axis:ah,categoryAxis:ah,autoBind:e.autoBindElements}))},e}(B.Class);function lh(){}const hh=ch;var 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.applyDefaults=function(e,o){var n=Ct(this.element).width||600,r=o,i={seriesDefaults:{categoryField:e.dateField},axisDefaults:{categoryAxis:{name:"default",majorGridLines:{visible:!1},labels:{step:2},majorTicks:{visible:!1},maxDateGroups:Math.floor(n/28)}}};r&&(r=G({},r,i)),hh.setup(e,r),t.prototype.applyDefaults.call(this,e,r)},e.prototype._setElementClass=function(t){A(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=at([].concat(t.series,t.navigator.series),(function(t){return t&&t.visible})).length,o=this._seriesCount!==e;return this._seriesCount=e,o},e.prototype._fullRedraw=function(){var e=this.navigator;e||(e=this.navigator=new hh(this),this.trigger("navigatorCreated",{navigator:e})),e.clean(),e.setRange(),t.prototype._redraw.call(this),e.initSelection()},e.prototype._trackSharedTooltip=function(e){var o=this._plotArea.paneByPoint(e);o&&o.options.name===ih?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),o=0;o<e.length;o++){var n=e[o];n.name===ah?t=n.categories:t&&n.pane===ih&&(n.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 o=this._eventCoordinates(e),n=this._plotArea.paneByPoint(o);return t.prototype._stopChartHandlers.call(this,e)||n&&n.options.name===ih},e.prototype._toggleDragZoomEvents=function(){this._dragZoomEnabled||(this.element.style.touchAction="none",this._dragZoomEnabled=!0)},e}(Kl);jt(ph,{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 uh=ph;var vh=150,dh="arrowPointer",fh="barPointer",mh=.5,yh=Math.PI/180,gh="inside",bh="linear",xh="outside",wh="radialPointer",_h="radialRangePointer";function zh(t,e){var o=t.getOrigin(),n=t.getSize(),r=$(e);return t.setOrigin([o.x-r.left,o.y-r.top]),t.setSize([n.width+(r.left+r.right),n.height+(r.top+r.bottom)]),t}var Ch=B.drawing.Group,Mh=B.drawing.Path,kh=B.drawing.Text;function Oh(t,e){var o=t.box,n=t.children[0].box,r=e.border||{},i=e.background||"",a=Mh.fromRect(new B.geometry.Rect([o.x1,o.y1],[o.width(),o.height()]),{stroke:{}}),s=new kh(t.text,new B.geometry.Point(n.x1,n.y1),{font:e.font,fill:{color:e.color}}),c=zh(s.bbox().clone(),e.padding),l=Mh.fromRect(c,{stroke:{color:r.width?r.color:"",width:r.width,opacity:r.opacity,dashType:r.dashType,lineJoin:"round",lineCap:"round"},fill:{color:i}}),h=new Ch;return h.append(a),h.append(l),h.append(s),h}function Sh(t,e,o){var n=wt(t.from)?t.from:b,r=wt(t.to)?t.to:g;return t.from=Math.max(Math.min(r,n),e),t.to=Math.min(Math.max(r,n),o),t}function Hh(t,e){var o=$(e);return o.left=-o.left,o.top=-o.top,o.right=-o.right,o.bottom=-o.bottom,zh(t,o)}var Ph=B.drawing.Path,Vh=B.drawing.Surface,Ih=function(t){function e(e,o,n,r){void 0===r&&(r={}),t.call(this),this.element=e,this.theme=n,this.contextService=new Ye(this,r),this._originalOptions=G({},this.options,o),this.options=G({},this._originalOptions),this._initTheme(n),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,o=[];if(0===arguments.length){for(var n=0;n<e.length;n++)o.push(e[n].value());return o}if(I(t))for(var r=0;r<t.length;r++)R(t[r])&&e[r].value(t[r]);this._setValueOptions(t)},e.prototype._setValueOptions=function(t){for(var e=[].concat(this.options.pointer),o=[].concat(t),n=0;n<o.length;n++)e[n].value=o[n]},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 B.geometry.Rect([0,0],[t.width,t.height]);this._initSurface(),this.gaugeArea=this._createGaugeArea(),this._createModel();var o=Hh(e.bbox(),this._gaugeAreaMargin);this.reflow(o)},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 o=this.options,n=o.pointer;if(I(n)){for(var r=[],i=0;i<n.length;i++)r.push(G({},e.pointer,n[i]));o.pointer=r}},e.prototype._createGaugeArea=function(){var t=this.options.gaugeArea,e=this.surface.size(),o=t.border||{},n=new B.geometry.Rect([0,0],[e.width,e.height]);return this._gaugeAreaMargin=t.margin||5,o.width>0&&(n=Hh(n,o.width)),Ph.fromRect(n,{stroke:{color:o.width?o.color:"",width:o.width,dashType:o.dashType,lineJoin:"round",lineCap:"round"},fill:{color:t.background}})},e.prototype._initSurface=function(){var t=this.options,e=this.surface,o=this._surfaceElement(),n=this._surfaceSize();Ct(o,n),e&&e.options.type===t.renderAs?(this.surface.clear(),this.surface.resize()):(e&&e.destroy(),this.surface=Vh.create(o,{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(),o=t.offsetWidth,n=t.offsetHeight;return o||(o=e.width),n||(n=e.height),{width:o,height:n}},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}(B.Class);jt(Ih,{plotArea:{},theme:"default",renderAs:"",pointer:{},scale:{},gaugeArea:{}});const Ah=Ih;var Eh=B.drawing.Path,Th=B.drawing.Group,Bh=B.geometry.Point;function jh(t,e){var o,n,r=t.position,i=t.tickX,a=t.tickY;return t.vertical?(o=new Bh(i,r),n=new Bh(i+e.size,r)):(o=new Bh(r,a),n=new Bh(r,a+e.size)),new Eh({stroke:{color:e.color,width:e.width}}).moveTo(o).lineTo(n)}function Lh(t,e,o,n){var r=e.length;if(n.visible)for(var i=o.mirror,a=o.lineBox,s=n.skip;s<r;s+=n.step)s%n.skipUnit!=0&&(o.tickX=i?a.x2:a.x2-n.size,o.tickY=i?a.y1-n.size:a.y1,o.position=e[s],t.append(jh(o,n)))}var Rh=function(t){function e(e,o){var n=e||{};!wt(n.reverse)&&!1===n.vertical&&(o||{}).rtl&&(n=Object.assign({},n,{reverse:!0})),t.call(this,0,1,n,o),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||te(e.min,e.max),e},e.prototype.initFields=function(){},e.prototype.render=function(){var t=this.elements=new Th,e=this.renderLabels(),o=this.renderLine(),n=this.renderTicks(),r=this.renderRanges();return t.append(o,e,n,r),t},e.prototype.renderRanges=function(){for(var t=this,e=this.options,o=e.min,n=e.max,r=e.vertical,i=e.labels.mirror,a=e.ranges||[],s=new Th,c=a.length,l=e.rangeSize||e.minorTicks.size/2,h=0;h<c;h++){var p=Sh(a[h],o,n),u=t.getSlot(p.from,p.to),v=r?t.lineBox():u,d=r?u:t.lineBox();r?v.x1-=l*(i?-1:1):d.y2+=l*(i?-1:1),s.append(Eh.fromRect(new B.geometry.Rect([v.x1,d.y1],[v.x2-v.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,o=new Th,n=0;n<t.length;n++)o.append(Oh(t[n],e.labels));return o},e.prototype.renderLine=function(){var t=this.options.line,e=this.lineBox(),o=new Th;if(t.width>0&&t.visible){var n=new Eh({stroke:{color:t.color,dashType:t.dashType,width:t.width}});n.moveTo(e.x1,e.y1).lineTo(e.x2,e.y2),o.append(n)}return o},e.prototype.renderTicks=function(){var t=new Th,e=this.options,o=e.majorTicks.visible?e.majorUnit:0,n={vertical:e.vertical,mirror:e.labels.mirror,lineBox:this.lineBox()};return Lh(t,this.getMajorTickPositions(),n,e.majorTicks),Lh(t,this.getMinorTickPositions(),n,G({},{skipUnit:o/e.minorUnit},e.minorTicks)),t},e}(tn);jt(Rh,{min:0,max:50,majorTicks:{size:15,align:gh,color:i,width:mh,visible:!0},minorTicks:{size:10,align:gh,color:i,width:mh,visible:!0},line:{width:mh},labels:{position:gh,padding:2},mirror:!1,_alignLines:!1});const Dh=Rh;var Nh=function(t){function e(e,o){t.call(this);var n=e.options,r=n.min,i=n.max,a=this.options=G({},this.options,o);a.fill=a.color,this.scale=e,wt(a.value)?a.value=Ht(a.value,r,i):a.value=r}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,o=e.value;if(0===arguments.length)return o;var n=this.scale.options,r=n.min,i=n.max;e._oldValue=wt(e._oldValue)?e.value:r,e.value=Ht(t,r,i),this.elements&&this.repaint()},e}(B.Class);jt(Nh,{color:i});const Fh=Nh;var Uh=function(t){function e(e,o){t.call(this,e,o),this.options=G({track:{visible:wt(o.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,o,n=this.options,r=this.scale,i=r.options,a=i.mirror,s=i.vertical,c=r.lineBox(),l=n.track.size||n.size,h=n.size/2,p=$(n.margin),u=s?p[a?"left":"right"]:p[a?"bottom":"top"];u=a?-u:u,s?(o=new re(c.x1+u,c.y1,c.x1+u,c.y2),a?o.x1-=l:o.x2+=l,n.shape!==fh&&(t=e=new re(c.x2+u,c.y1-h,c.x2+u,c.y2+h))):(o=new re(c.x1,c.y1-u,c.x2,c.y1-u),a?o.y2+=l:o.y1-=l,n.shape!==fh&&(t=e=new re(c.x1-h,c.y1-u,c.x2+h,c.y1-u))),this.trackBox=o,this.pointerRangeBox=e,this.box=t||o.clone().pad(n.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,o=t.options,n=o.mirror,r=o.vertical,i=$(e.margin);return r?i[n?"left":"right"]:i[n?"bottom":"top"]},e}(Fh);jt(Uh,{shape:fh,track:{border:{width:1}},color:i,border:{width:1},opacity:1,margin:$(3),animation:{type:fh},visible:!0});const Wh=Uh;var 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.setup=function(){var t=this.options,e=t.margin,o=t.from,n=t.to,r=t.vertical,i=r?"x1":"y1";t.mirror===r?(o[i]-=e,n[i]-=e):(o[i]+=e,n[i]+=e);var a=this.fromScale=new B.geometry.Point(o.x1,o.y1),s=this.toScale=new B.geometry.Point(n.x1,n.y1);0!==t.duration&&(t.duration=Math.max(a.distanceTo(s)/t.duration*1e3,1))},e.prototype.step=function(t){var e=pt(this.fromScale.x,this.toScale.x,t),o=pt(this.fromScale.y,this.toScale.y,t);this.element.transform(B.geometry.transform().translate(e,o))},e}(B.drawing.Animation);jt(Kh,{easing:bh,duration:250}),B.drawing.AnimationFactory.current.register(dh,Kh);const Gh=Kh;var qh=B.geometry.Point,Xh=B.drawing.Path,Yh=function(t){function e(e,o){t.call(this,e,o),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,o=e/2,n=t.options.mirror?-1:1;return t.options.vertical?[new qh(0,0-o),new qh(0-n*e,0),new qh(0,0+o)]:[new qh(0-o,0),new qh(0,0+n*e),new qh(0+o,0)]},e.prototype.repaint=function(){var t=this.scale,e=this.options,o=new Gh(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&&(o.options.duration=0),o.setup(),o.play()},e.prototype.render=function(){var t=this.scale,e=this.options,o=this.getElementOptions(),n=this.pointerShape(e.value);e.animation.type=dh;var r=new Xh({stroke:o.stroke,fill:o.fill}).moveTo(n[0]).lineTo(n[1]).lineTo(n[2]).close(),i=t.getSlot(e.value);return r.transform(B.geometry.transform().translate(i.x1,i.y1)),this.elements=r,r},e}(Wh);const Zh=Yh;var Qh=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?V:P,o=this.to=t.newPoints[0][e],n=this.from=t.oldPoints[0][e];0!==t.duration&&(t.duration=Math.max(Math.abs(o-n)/t.speed*1e3,1)),this._set(n)},e.prototype.step=function(t){var e=pt(this.from,this.to,t);this._set(e)},e.prototype._set=function(t){var e="set"+this.axis.toUpperCase(),o=this.options.newPoints;o[0][e](t),o[1][e](t)},e}(B.drawing.Animation);jt(Qh,{easing:bh,speed:250}),B.drawing.AnimationFactory.current.register(fh,Qh);const $h=Qh;var Jh=B.drawing.Group,tp=B.drawing.Path,ep=function(t){function e(e,o){t.call(this,e,o),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,o=this.options,n=e.options,r=n.mirror,i=n.vertical,a=r===i?-1:1,s=o.size*a,c=e.getSlot(e.options.min),l=e.getSlot(t),h=i?V:P,p=i?P:V,u=this._margin()*a,v=new B.geometry.Point;v[h]=c[h+"1"],v[p]=c[p+"1"];var d=new B.geometry.Point;d[h]=l[h+"1"],d[p]=l[p+"1"],i?(v.translate(u,0),d.translate(u,0)):(v.translate(0,u),d.translate(0,u));var f=d.clone(),m=v.clone();return i?(f.translate(s,0),m.translate(s,0)):(f.translate(0,s),m.translate(0,s)),[v,d,f,m]},e.prototype.repaint=function(){var t=this.scale,e=this.options,o=this.pointerShape(e.value),n=this.pointerPath,r=this.pointerShape(e._oldValue);n.moveTo(o[0]).lineTo(o[1]).lineTo(o[2]).lineTo(o[3]).close();var i=new $h(n,G(e.animation,{reverse:t.options.reverse,vertical:t.options.vertical,oldPoints:[r[1],r[2]],newPoints:[o[1],o[2]]}));!1===e.animation.transitions&&(i.options.duration=0),i.setup(),i.play()},e.prototype.render=function(){var t=new Jh,e=this.getElementOptions();this.options.track.visible&&t.append(this.renderTrack());var o=this.pointerPath=new tp({stroke:e.stroke,fill:e.fill});return t.append(o),this.elements=t,t},e.prototype.renderTrack=function(){var t=this.options.track,e=t.border||{},o=this.trackBox.clone().pad(e.width||0);return new tp.fromRect(o.toRect(),{fill:{color:t.color,opacity:t.opacity},stroke:{color:e.width?e.color||t.color:"",width:e.width,dashType:e.dashType}})},e}(Wh);const op=ep;var np=B.drawing.Group,rp=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,o=t.origin.x,n=t.origin.y,r=new re(o,n,o+t.width(),n+t.height());this.scale.reflow(r),this._shrinkScaleWidth(r);for(var i=0;i<e.length;i++)e[i].reflow();this.bbox=this._getBox(r),this._alignElements(),this._shrinkElements(),this._buildVisual(),this._draw()},e.prototype._buildVisual=function(){var t=new np,e=this.scale.render(),o=this.pointers;t.append(this.gaugeArea),t.append(e);for(var n=0;n<o.length;n++){var r=o[n];t.append(r.render()),r.value(r.options.value)}this._visuals=t},e.prototype._createModel=function(){var t=this.options,e=this.scale=new Dh(t.scale,this.contextService);this.pointers=[];var o=t.pointer;o=I(o)?o:[o];for(var n=0;n<o.length;n++){var r=G({},o[n],{animation:{transitions:t.transitions}}),i="arrow"===r.shape?Zh:op;this.pointers.push(new i(e,r))}},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,o=this.scale,n=this.pointers,r=t.center(),i=n[0].box.clone().wrap(o.box),a=0;a<n.length;a++)i.wrap(n[a].box.clone());return o.options.vertical?(e=i.width()/2,i=new re(r.x-e,t.y1,r.x+e,t.y2)):(e=i.height()/2,i=new re(t.x1,r.y-e,t.x2,r.y+e)),i},e.prototype._alignElements=function(){for(var t,e=this.scale,o=this.pointers,n=e.box,r=o[0].box.clone().wrap(e.box),i=this.bbox,a=0;a<o.length;a++)r.wrap(o[a].box.clone());e.options.vertical?(t=i.center().x-r.center().x,e.reflow(new re(n.x1+t,i.y1,n.x2+t,i.y2))):(t=i.center().y-r.center().y,e.reflow(new re(n.x1,n.y1+t,n.x2,n.y2+t)));for(var s=0;s<o.length;s++)o[s].reflow(this.bbox)},e.prototype._shrinkScaleWidth=function(t){var e=this.scale;if(!e.options.vertical){var o=e.contentBox().width()-t.width();o>0&&(e.box.shrink(o,0),e.box.alignTo(t,"center"),e.reflow(e.box))}},e.prototype._shrinkElements=function(){for(var t=this.scale,e=this.pointers,o=t.box.clone(),n=t.options.vertical?"y":"x",r=e[0].box,i=0;i<e.length;i++)r.wrap(e[i].box.clone());o[n+1]+=Math.max(o[n+1]-r[n+1],0),o[n+2]-=Math.max(r[n+2]-o[n+2],0),t.reflow(o);for(var a=0;a<e.length;a++)e[a].reflow(this.bbox)},e}(Ah);jt(rp,{transitions:!0,gaugeArea:{background:""},scale:{vertical:!0}});const ip=rp;var ap=180,sp=B.drawing.Arc,cp=B.drawing.Path,lp=B.drawing.Group;function hp(t,e,o,n){var r=new lp,i=t.center,a=t.getRadiusX();if(n.visible)for(var s=0;s<e.length;s++){var c=t.pointAt(e[s]),l=new B.geometry.Point(i.x+a-n.size,i.y).rotate(e[s],i);r.append(new cp({stroke:{color:n.color,width:n.width}}).moveTo(c).lineTo(l))}return r}function pp(t,e,o,n){return{from:t,to:e,color:o,opacity:n}}var up=function(t){function e(e,o){t.call(this,0,1,e,o)}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||te(e.min,e.max),e.minorUnit=e.minorUnit||e.majorUnit/10,e},e.prototype.initFields=function(){},e.prototype.render=function(t,e){var o=this.renderArc(t,e);this.bbox=o.bbox(),this.labelElements=this.renderLabels(),this.ticks=this.renderTicks(),this.ranges=this.renderRanges()},e.prototype.reflow=function(t){var e=t.center(),o=Math.min(t.height(),t.width())/2;if(!wt(this.bbox))return this.render(e,o);this.bbox=this.arc.bbox(),this.radius(this.arc.getRadiusX()),this.repositionRanges(),this.renderLabels()},e.prototype.slotAngle=function(t){var e=this.options,o=e.min,n=e.max,r=e.reverse,i=e.startAngle,a=e.endAngle,s=a-i;return(r?a-(t-o)/(n-o)*s:(t-o)/(n-o)*s+i)+ap},e.prototype.hasRanges=function(){var t=this.options.ranges;return t&&t.length},e.prototype.ticksSize=function(){var t=this.options,e=t.majorTicks,o=t.minorTicks,n=0;return e.visible&&(n=e.size),o.visible&&(n=Math.max(o.size,n)),n},e.prototype.labelsCount=function(){var e=t.prototype.labelsCount.call(this),o=this.options;return o.endAngle-o.startAngle>=360&&o.max%o.majorUnit==0&&(e-=1),e},e.prototype.renderLabels=function(){var t=this,e=this.options,o=this.arc.clone(),n=o.getRadiusX(),r=this.tickAngles(o,e.majorUnit),i=e.rangeSize=e.rangeSize||.1*n,a=new lp,s=.05*n;wt(e.rangeDistance)?s=e.rangeDistance:e.rangeDistance=s;var c=e.labels,l=c.position===gh,h=wt(this.labelElements);l&&(n-=this.ticksSize(),this.hasRanges()&&!h&&(n-=i+s),o.setRadiusX(n).setRadiusY(n));for(var p=this.labels,u=p.length,v=$(c.padding),d=(v.left+v.right)/2,f=(v.top+v.bottom)/2,m=0;m<u;m++){var y=p[m],g=y.box.width()/2,b=y.box.height()/2,x=r[m],w=(x-ap)*yh,_=o.pointAt(x),z=_.x+Math.cos(w)*(g+d)*(l?1:-1),C=_.y+Math.sin(w)*(b+f)*(l?1:-1);y.reflow(new re(z-g,C-b,z+g,C+b));var M=new B.geometry.Point(y.box.x1,y.box.y1),k=void 0;if(h){var O=(k=t.labelElements.children[m]).bbox().origin,S=k.transform()||B.geometry.transform();S.translate(M.x-O.x,M.y-O.y),k.transform(S)}else k=Oh(y,e.labels),a.append(k);t.bbox=B.geometry.Rect.union(t.bbox,k.bbox())}return a},e.prototype.repositionRanges=function(){var t=this.ranges.children;if(t.length>0){var e=this.options,o=e.rangeDistance,n=e.rangeSize,r=this.getRangeRadius();this.options.labels.position===gh&&(r+=n+o);for(var i=r+n/2,a=0;a<t.length;a++)t[a]._geometry.setRadiusX(i).setRadiusY(i);this.bbox=B.geometry.Rect.union(this.bbox,this.ranges.bbox())}},e.prototype.renderRanges=function(){var t=this,e=this.rangeSegments(),o=e.length,n=new lp;if(o){var r=this.options,i=r.rangeSize,a=r.reverse,s=r.rangeDistance,c=this.getRangeRadius();this.radius(this.radius()-i-s);for(var l=0;l<o;l++){var h=e[l],p=t.slotAngle(h[a?"to":"from"]),u=t.slotAngle(h[a?"from":"to"]);u-p!=0&&n.append(t.createRange(p,u,c,h))}}return n},e.prototype.createRange=function(t,e,o,n){var r=this.options.rangeSize,i=new B.geometry.Arc(this.arc.center,{radiusX:o+r/2,radiusY:o+r/2,startAngle:t,endAngle:e});return new sp(i,{stroke:{width:r,color:n.color,opacity:n.opacity,lineCap:n.lineCap}})},e.prototype.rangeSegments=function(){var t=this.options,e=t.ranges||[],o=e.length,n=[];if(o){var r=t.min,i=t.max,a=t.rangePlaceholderColor;n.push(pp(r,i,a));for(var s=0;s<o;s++)for(var c=Sh(e[s],r,i),l=n.length,h=0;h<l;h++){var p=n[h];if(p.from<=c.from&&c.from<=p.to){n.push(pp(c.from,c.to,c.color,c.opacity)),p.from<=c.to&&c.to<=p.to&&n.push(pp(c.to,p.to,a,c.opacity)),p.to=c.from;break}}}return n},e.prototype.getRangeRadius=function(){var t=this.arc,e=this.options,o=e.rangeSize,n=e.rangeDistance,r=e.majorTicks.size;return e.labels.position===xh?t.getRadiusX()-r-n-o:t.getRadiusX()-o},e.prototype.renderArc=function(t,e){var o=this.options;return this.arc=new B.geometry.Arc(t,{radiusX:e,radiusY:e,startAngle:o.startAngle+ap,endAngle:o.endAngle+ap})},e.prototype.renderTicks=function(){var t=this.arc,e=this.options,o=t.clone();this.majorTickAngles=this.tickAngles(t,e.majorUnit),this.majorTicks=hp(o,this.majorTickAngles,e.majorUnit,e.majorTicks);var n=new lp;n.append(this.majorTicks);var r=e.majorTicks.size,i=e.minorTicks.size;if(this._tickDifference=r-i,e.labels.position===xh){var a=o.getRadiusX();o.setRadiusX(a-r+i).setRadiusY(a-r+i)}return this.minorTickAngles=this.normalizeTickAngles(this.tickAngles(t,e.minorUnit)),this.minorTicks=hp(o,this.minorTickAngles,e.minorUnit,e.minorTicks),n.append(this.minorTicks),n},e.prototype.normalizeTickAngles=function(t){for(var e=this.options,o=e.majorUnit/e.minorUnit,n=t.length-1;n>=0;n--)n%o==0&&t.splice(n,1);return t},e.prototype.tickAngles=function(t,e){var o=this.options,n=o.reverse,r=o.max-o.min,i=t.endAngle-t.startAngle,a=r/e,s=t.startAngle,c=i/a;n&&(s+=i,c=-c),i>=360&&o.max%e==0&&(a-=1);for(var h=[],p=0;p<a;p++)h.push(It(s,l)),s+=c;return It(s)<=t.endAngle&&h.push(s),h},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,o){var n=o&&this._tickDifference||0,r=this.arc,i=r.getRadiusX();o&&this.options.labels.position===xh&&0!==n&&(r=this.arc.clone()).setRadiusX(i-n).setRadiusY(i-n);for(var a=0;a<t.length;a++){var s=r.pointAt(e[a]),c=t[a].segments,l=s.x-c[0].anchor().x,h=s.y-c[0].anchor().y;t[a].transform((new B.geometry.transform).translate(l,h))}},e}(tn);jt(up,{min:0,max:100,majorTicks:{size:15,align:gh,color:i,width:mh,visible:!0},minorTicks:{size:10,align:gh,color:i,width:mh,visible:!0},startAngle:-30,endAngle:210,labels:{position:gh,padding:2}});const vp=up;var dp=function(t){function e(e,o){t.call(this,e,o);var n=this.options;n.duration=Math.max(Math.abs(n.newAngle-n.oldAngle)/n.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,o=pt(e.oldAngle,e.newAngle,t);this.element.transform(B.geometry.transform().rotate(o,e.center))},e}(B.drawing.Animation);jt(dp,{easing:bh,duration:vh}),B.drawing.AnimationFactory.current.register(wh,dp);const fp=dp;var mp=B.drawing.Circle,yp=B.drawing.Group,gp=B.drawing.Path,bp=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(B.geometry.transform().rotate(t,this.center))},e.prototype.repaint=function(){var t=this.scale,e=this.options,o=t.slotAngle(e._oldValue),n=t.slotAngle(e.value);!1===e.animation.transitions?this.setAngle(n):new fp(this.elements,G(e.animation,{oldAngle:o,newAngle:n})).play()},e.prototype.render=function(){var t=this.scale,e=this.options,o=new yp;return!1!==e.animation&&G(e.animation,{startAngle:0,center:t.arc.center,reverse:t.options.reverse}),o.append(this._renderNeedle(),this._renderCap()),this.elements=o,this.setAngle(yh),o},e.prototype.reflow=function(t){var e=this.center=t.center,o=Ht(this.options.length||1,.1,1.5),n=this.radius=t.getRadiusX()*o,r=this.capSize=Math.round(n*this.options.cap.size);this.bbox=B.geometry.Rect.fromPoints(new B.geometry.Point(e.x-r,e.y-r),new B.geometry.Point(e.x+r,e.y+r))},e.prototype._renderNeedle=function(){var t=this.scale.options.minorTicks.size,e=this.center,o=this.options.color,n=new gp({fill:{color:o},stroke:{color:o,width:mh}});return n.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(),n},e.prototype._renderCap=function(){var t=this.options,e=t.cap.color||t.color,o=new B.geometry.Circle(this.center,this.capSize);return new mp(o,{fill:{color:e},stroke:{color:e}})},e}(Fh);jt(bp,{cap:{size:.05},arrow:{width:16,height:14},animation:{type:wh,duration:vh}});const xp=bp;var wp=B.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,o=this.pointers;this.scale.reflow(t),this._initialPlotArea=this.scale.bbox;for(var n=0;n<o.length;n++)o[n].reflow(e.scale.arc),e._initialPlotArea=B.geometry.Rect.union(e._initialPlotArea,o[n].bbox);this.fitScale(t),this.alignScale(t),this._buildVisual(this.gaugeArea,o,this.scale),this._draw()},e.prototype._buildVisual=function(t,e,o){var n=this._visuals=new wp;n.append(t),n.append(o.ticks),n.append(o.ranges),this._buildPointers(e),n.append(o.labelElements)},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var o=t[e];o.render(),this._visuals.append(o.elements),o.value(o.options.value)}},e.prototype.fitScale=function(t){for(var e,o,n,r,i,a=this,s=this.scale.arc,c=this._initialPlotArea,h=Math.abs(this.getDiff(c,t)),p=It(h,l),u=It(-h,l),v=0,d=0;!(!(d++<100)||(v=i===n?v+1:0)>5||p!==r&&0<=(e=a.getPlotBox(p,t,s))&&e<=2||u!==r&&0<=(n=a.getPlotBox(u,t,s))&&n<=2||(r=e>0&&n>0?2*p:e<0&&n<0?2*u:It((p+u)/2||1,l),0<=(o=a.getPlotBox(r,t,s))&&o<=2));)i=n,o>0?(u=r,n=o):(p=r,e=o)},e.prototype.getPlotBox=function(t,e,o){var n=this.scale,r=this.pointers,i=o.getRadiusX(),a=o.clone();a.setRadiusX(i+t).setRadiusY(i+t),n.arc=a,n.reflow(e),this.plotBbox=n.bbox;for(var s=0;s<r.length;s++)r[s].reflow(a),this.plotBbox=B.geometry.Rect.union(this.plotBbox,r[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(),o=t.center(),n=e.x-o.x,r=e.y-o.y,i=this.scale,a=this.pointers;i.arc.center.x-=n,i.arc.center.y-=r,i.reflow(t);for(var s=0;s<a.length;s++)a[s].reflow(i.arc),this.plotBbox=B.geometry.Rect.union(i.bbox,a[s].bbox)},e.prototype._createModel=function(){var t=this.options,e=t.pointer,o=this.scale=new vp(t.scale,this.contextService);this.pointers=[];for(var n=I(e)?e:[e],r=0;r<n.length;r++){var i=new xp(o,G({},n[r],{animation:{transitions:t.transitions}}));this.pointers.push(i)}},e}(Ah);jt(_p,{transitions:!0,gaugeArea:{background:""}});const zp=_p;var Cp=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,o){var n=this.options.reverse,r=this.slotAngle(n?e:t),i=this.slotAngle(n?t:e),a=this.createRange(r,i,this.getRangeRadius(),o);return this.ranges.append(a),a},e}(vp);jt(Cp,{min:0,max:100,majorTicks:{visible:!1},minorTicks:{visible:!1},labels:{visible:!1},startAngle:0,endAngle:180,rangeLineCap:"round"});const Mp=Cp;var kp=function(t){function e(e,o){t.call(this,e,o);var n=this.options,r=Math.abs(n.newAngle-n.oldAngle)/n.duration*1e3;n.duration=Ht(r,vh,800);var i=e.elements.options.get("stroke.color"),a=e.currentColor();i!==a&&(this.startColor=new B.Color(i),this.color=new B.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,o=e.options,n=e.startColor,r=e.color,i=pt(o.oldAngle,o.newAngle,t);if(this.element.angle(i),r){var a=It(pt(n.r,r.r,t)),s=It(pt(n.g,r.g,t)),c=It(pt(n.b,r.b,t));this.element.stroke(new B.Color(a,s,c).toHex())}},e}(B.drawing.Animation);jt(kp,{easing:bh,duration:vh}),B.drawing.AnimationFactory.current.register(_h,kp);const Op=kp;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.repaint=function(){var t=this.scale,e=this.options,o=t.slotAngle(e._oldValue),n=t.slotAngle(e.value);this.animation&&this.animation.abort(),!1===e.animation.transitions?(this.angle(n),this.stroke(this.currentColor())):(this.animation=new Op(this,G(e.animation,{oldAngle:o,newAngle:n})),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,o=t.max,n=this.options,r=n.colors,i=n.color,a=n.value,s=R(a)?a:e;if(r)for(var c=0;c<r.length;c++){var l=r[c],h=l.color,p=l.from;void 0===p&&(p=e);var u=l.to;if(void 0===u&&(u=o),p<=s&&s<=u)return h}return i},e.prototype.reflow=function(){this.render(),this.bbox=this.elements.bbox()},e}(Fh);jt(Sp,{animation:{type:_h,duration:vh}});const Hp=Sp;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._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 Mp(t.scale,this.contextService),o=new Hp(e,G({},{colors:t.colors,color:t.color,value:t.value,opacity:t.opacity,animation:{transitions:t.transitions}}));this.pointers=[o]},e.prototype._buildPointers=function(t){for(var e=0;e<t.length;e++){var o=t[e];o.render(),o.value(o.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 o=this.getSize(),n=this.scale.arc.center,r=n.x-t/2,i=n.y-e/2;if(t<o.width){var a=r+t;r=Math.max(r,0),a>o.width&&(r-=a-o.width)}if(e<o.height){var s=this.scale.bbox,c=s.bottomRight().y,l=i+e;i=Math.max(i,s.origin.y),l>c&&(i-=l-c)}return{left:r,top:i}},e}(zp);const Vp=Pp;var Ip=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}(Vp);const Ap=Ip;var Ep=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,o){var n=wt(t)?String(t):t;return this.initValue(n,e,o),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}(B.Class);jt(Ep,{quietZoneLength:10,addQuietZone:!0,addCheckSum:!0});var Tp=Object.assign,Bp=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),Tp(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,o=this.getWeightedSum(t,e,this.cCheckSumTotal)%this.checkSumMod;if(this.checksum=String(o),this.addPattern(this.characterMap[o]),++e>=this.kCheckSumMinLength){var n=(o+this.getWeightedSum(t,e,this.kCheckSumTotal))%this.checkSumMod;this.checksum+=n,this.addPattern(this.characterMap[n])}},e.prototype.getWeightedSum=function(t,e,o){for(var n=0,r=0;r<t.length;r++)n+=this.weightedValue(this.getValue(t.charAt(r)),e,r,o);return n},e.prototype.weightedValue=function(t,e,o,n){return((e-o)%n||n)*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),o=this.characterMap[e];this.addPattern(o)},e.prototype.addPattern=function(t){for(var e,o=0;o<t.length;o++)e=parseInt(t.charAt(o),10),this.pattern.push(e),this.totalUnits+=e},e}(Ep);jt(Bp,{addCheckSum:!0});var jp=Object.assign,Lp=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),jp(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}(Ep),Rp=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),jp(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,o){this.width=e,this.height=o,this.value=t,this.dataLength=t.length,this.pattern=[],this.patternString=""},e.prototype.prepareValues=function(){var t,e=this.minBaseUnitLength,o=this.minRatio,n=Math.ceil(Math.max(.15*this.width,24)),r=this.maxRatio;if(this.height<n)throw new Error("Insufficient height for Code39 encoding: the current height is "+this.height+"px and the minimum height is "+n+"px.");for(t=this.getBaseUnit(r);t<e&&r>o;)r=parseFloat((r-.1).toFixed(1)),t=this.getBaseUnit(r);if(t<e){var i=Math.ceil(this.getBaseWidth(o)*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 '+i+"px.")}this.ratio=r,this.baseUnit=t,this.patternString=this.patternString.substring(0,this.patternString.length-1),this.pattern=this.pattern.concat(this.patternString.replace(/ratio/g,r).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}(Lp);jt(Rp,{addCheckSum:!1});var Dp={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,o=this,n=0;n<this.extendedMappings.length;n++)if(e=o.extendedMappings[n].call(o,t)){for(var r=0;r<e.length;r++){var i=e[r];o.addBase(i)}return void(o.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,o,n=this;if(this.specialAsciiCodes[t]){e=[];for(var r=0;r<this.specialAsciiCodes[t].length;r++)e.push(n.characterMap[n.shiftCharacters[3]]),e.push(n.characterMap[n.specialAsciiCodes[t][r]])}else o=6*Math.floor(t/32)+(t-27)%32+64,e=[this.characterMap[this.shiftCharacters[3]],this.characterMap[String.fromCharCode(o)]];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"]},Np=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,Dp,{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}(Rp),Fp=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),Fp(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,o){this.value=t,this.width=e,this.height=o,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,o=this._getCheckValues();this.checksum=o.join("");for(var n=0;n<o.length;n++)t=e.characterMap[e._findCharacterByValue(o[n])],e.addPattern(t.pattern)},e.prototype._getCheckValues=function(){var t,e,o=this,n=this.values,r=n.length,i=0;for(e=r-1;e>=0;e--)i+=o.weightedValue(n[e],r-e,o.cCheckSumTotal);for(t=i%this.checkSumMod,i=this.weightedValue(t,1,this.kCheckSumTotal),e=r-1;e>=0;e--)i+=o.weightedValue(n[e],r-e+1,o.kCheckSumTotal);return[t,i%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,o){return(e%o||o)*t},e.prototype.addPattern=function(t){for(var e,o=0;o<t.length;o++)e=parseInt(t.charAt(o),10),this.pattern.push(e)},e}(Lp),Wp=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,Dp,{name:"Code 93 extended",pushCheckSum:function(){var t,e=this,o=this._getCheckValues();this.checksum=o.join("");for(var n=0;n<o.length;n++)if(t=o[n],e.shiftValuesAsciiCodes[t])e.addExtended(e.shiftValuesAsciiCodes[t]);else{var r=e._findCharacterByValue(t);e.addPattern(e.characterMap[r].pattern)}}})},e}(Up),Kp=/^\d+$/,Gp=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),Gp(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,o){this.height=o,this.width=e,this.baseHeight=o/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(Kp.test(t)||this.invalidCharacterError(t.match(/[^0-9]/)[0]),!ht(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,o=this,n=0;n<t.length;n++)e=o.height-o.baseHeight*t.charAt(n),o.pattern.push({width:1,y1:e,y2:o.height}),o.pattern.push(1)},e}(Ep),Xp=/^\d+$/,Yp=/^[a-z0-9]+$/i,Zp=Object.assign,Qp=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}(B.Class),$p=function(t){function e(e,o){t.call(this,e),this.states=o,this._initMoves(o)}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 o=t.charCodeAt(e);return this.isCode(o)},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,o=this.states,n=t.value,r=n.length;if(ht("C",o)){var i=n.substr(t.index).match(/\d{4,}/g);i&&(r=n.indexOf(i[0],t.index))}for(;(e=t.value.charCodeAt(t.index))>=0&&this.isCode(e)&&t.index<r;)this.encoding.addPattern(this.getValue(e)),t.index++},e.prototype._initMoves=function(t){this._moves=[],ht(this.FNC4,t)&&this._moves.push(this._moveFNC),ht(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}(Qp),Jp={};Jp.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),Zp(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}($p),Jp.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),Zp(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}($p),Jp.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),Zp(this,{key:"C",MOVE:99,START:105})},e.prototype.addStart=function(){this.encoding.addPattern(this.START)},e.prototype.is=function(t,e){var o=au(t,e,4);return(e+4<=t.length||2===t.length)&&Xp.test(o)},e.prototype.move=function(){this.encoding.addPattern(this.MOVE)},e.prototype.pushState=function(t){for(var e;(e=au(t.value,t.index,2))&&Xp.test(e)&&2===e.length;)this.encoding.addPattern(parseInt(e,10)),t.index+=2},e.prototype.getValue=function(t){return t},e}(Qp),Jp.FNC4=function(t){function e(e,o){t.call(this,e),this._initSubStates(o)}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),Zp(this,{key:"FNC4",dependentStates:["A","B"]})},e.prototype.addStart=function(t){var e=t.value.charCodeAt(0)-128,o=this._getSubState(e);this.encoding[o].addStart()},e.prototype.is=function(t,e){var o=t.charCodeAt(e);return this.isCode(o)},e.prototype.isCode=function(t){return 128<=t&&t<256},e.prototype.pushState=function(t){var e,o=this._initSubState(t),n=this.encoding,r=o.value.length;if(t.index+=r,r<3)for(;o.index<r;o.index++)e=o.value.charCodeAt(o.index),o.state=this._getSubState(e),o.previousState!==o.state&&(o.previousState=o.state,n[o.state].move(o)),n.addPattern(n[o.state].MOVE),n.addPattern(n[o.state].getValue(e));else o.state!==o.previousState&&n[o.state].move(o),this._pushStart(o),n.pushData(o,this.subStates),t.index<t.value.length&&this._pushStart(o);t.fnc=!0,t.state=o.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++)ht(t[e],this.dependentStates)&&this.subStates.push(t[e])},e.prototype._getSubState=function(t){for(var e=this,o=0;o<this.subStates.length;o++)if(e.encoding[e.subStates[o]].isCode(t))return e.subStates[o]},e.prototype._getAll=function(t,e){for(var o,n="",r=e;(o=t.charCodeAt(r++))&&this.isCode(o);)n+=String.fromCharCode(o-128);return n},e}(Qp),Jp.FNC1=function(t){function e(e,o){t.call(this,e),this.states=o}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),Zp(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 ht(this.key,this.states)},e.prototype.pushState=function(t){var e,o,n,r=this,i=this.encoding,a=t.value.replace(/\s/g,""),s=new RegExp("["+this.startAI+this.endAI+"]","g"),c=t.index,l={state:this.startState};for(i.addPattern(this.START);;){if(l.index=0,(e=(n=a.charAt(c)===r.startAI?2:0)>0?r.getBySeparator(a,c):r.getByLength(a,c)).ai.length)o=c+n+e.id.length+e.ai.length;else if((o=a.indexOf(r.startAI,c+1))<0){if(c+e.ai.max+e.id.length+n<a.length)throw new Error("Separators are required after variable length identifiers");o=a.length}if(l.value=a.substring(c,o).replace(s,""),r.validate(e,l.value),i.pushData(l,r.dependentStates),o>=a.length)break;c=o,l.state!==r.startState&&(i[r.startState].move(l),l.state=r.startState),e.ai.length||i.addPattern(r.START)}t.index=t.value.length},e.prototype.validate=function(t,e){var o=e.substr(t.id.length),n=t.ai;if(!n.type&&!Xp.test(o))throw new Error("Application identifier "+t.id+" is numeric only but contains non numeric character(s).");if("alphanumeric"===n.type&&!Yp.test(o))throw new Error("Application identifier "+t.id+" is alphanumeric only but contains non alphanumeric character(s).");if(n.length&&n.length!==o.length)throw new Error("Application identifier "+t.id+" must be "+n.length+" characters long.");if(n.min&&n.min>o.length)throw new Error("Application identifier "+t.id+" must be at least "+n.min+" characters long.");if(n.max&&n.max<o.length)throw new Error("Application identifier "+t.id+" must be at most "+n.max+" characters long.")},e.prototype.getByLength=function(t,e){for(var o,n,r=2;r<=4;r++)if(o=au(t,e,r),n=this.getApplicationIdentifier(o)||this.getApplicationIdentifier(o.substring(0,o.length-1)))return{id:o,ai:n};this.unsupportedAIError(o)},e.prototype.unsupportedAIError=function(t){throw new Error("'"+t+"' is not a supported Application Identifier")},e.prototype.getBySeparator=function(t,e){var o=t.indexOf(this.startAI,e),n=t.indexOf(this.endAI,o),r=t.substring(o+1,n),i=this.getApplicationIdentifier(r)||this.getApplicationIdentifier(r.substr(r.length-1));return i||this.unsupportedAIError(r),{ai:i,id:r}},e.prototype.getApplicationIdentifier=function(t){var e=this.applicationIdentifiers,o=e.multiKey;if(e[t])return e[t];for(var n=0;n<o.length;n++){if(o[n].ids&&ht(t,o[n].ids))return o[n].type;if(o[n].ranges)for(var r=o[n].ranges,i=0;i<r.length;i++)if(r[i][0]<=t&&t<=r[i][1])return o[n].type}},e}(Qp);var tu=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),Zp(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 Jp[t.states[e]](t,t.states)},e.prototype.initValue=function(t,e,o){this.pattern=[],this.value=t,this.width=e,this.height=o,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 o=this;o[t.state].pushState(t),!(t.index>=t.value.length);)if(t.shifted){var n=t.state;t.state=t.previousState,t.previousState=n,t.shifted=!1}else t.previousState=t.state,t.state=o.getNextState(t,e),o[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,o=this.characterMap[t].toString(),n=0;n<o.length;n++)e=parseInt(o.charAt(n),10),this.pattern.push(e),this.totalUnits+=e;this.checkSum+=t*this.position++},e.prototype.getNextState=function(t,e){for(var o=0;o<e.length;o++)if(this[e[o]].is(t.value,t.index))return e[o];this.invalidCharacterError(t.value.charAt(t.index))},e}(Ep),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.initProperties=function(){t.prototype.initProperties.call(this),Zp(this,{name:"Code 128 A",states:["A"]})},e}(tu),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.initProperties=function(){t.prototype.initProperties.call(this),Zp(this,{name:"Code 128 B",states:["B"]})},e}(tu),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.initProperties=function(){t.prototype.initProperties.call(this),Zp(this,{name:"Code 128 C",states:["C"]})},e}(tu),ru=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),Zp(this,{name:"Code 128",states:["C","B","A","FNC4"]})},e}(tu),iu=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),Zp(this,{name:"Code GS1-128",states:["FNC1","C","B"]})},e}(tu);function au(t,e,o){return t.substring(e,e+o)}var su=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),su(this,{characterMap:["12121212","12121221","12122112","12122121","12211212","12211221","12212112","12212121","21121212","21121221"],START:"21",STOP:"121",checkSumType:"",checkSums:vu})},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 o=0;o<e.length;o++)t.checkSumLength++,t.addPattern(t.characterMap[e[o]])},e}(Ep),lu=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),su(this,{name:"MSI Modulo10",checkSumType:"Modulo10"})},e}(cu),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.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo11",checkSumType:"Modulo11"})},e}(cu),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.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo10 Modulo10",checkSumType:"Modulo10Modulo10"})},e}(cu),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.prototype.initProperties=function(){t.prototype.initProperties.call(this),su(this,{name:"MSI Modulo11 Modulo10",checkSumType:"Modulo11Modulo10"})},e}(cu),vu={Modulo10:function(t){var e,o,n,r=[0,""],i=t.length%2;for(e=0;e<t.length;e++)r[(e+i)%2]+=parseInt(t.charAt(e),10);for(n=r[0],o=(2*r[1]).toString(),e=0;e<o.length;e++)n+=parseInt(o.charAt(e),10);return[(10-n%10)%10]},Modulo11:function(t){for(var e,o=0,n=t.length,r=0;r<n;r++)o+=(((n-r)%6||6)+1)*t.charAt(r);return 10!=(e=(11-o%11)%11)?[e]:[1,0]},Modulo11Modulo10:function(t){var e,o=this.Modulo11(t);return e=t+o[0],o.concat(this.Modulo10(e))},Modulo10Modulo10:function(t){var e,o=this.Modulo10(t);return e=t+o[0],o.concat(this.Modulo10(e))}},du=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),du(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,o){var n=String(t);if(12!==n.length||/\D/.test(n))throw new Error('The value of the "EAN13" encoding should be 12 symbols');this.pattern=[],this.options.height=o,this.baseUnit=e/(95+this.quietZoneLength),this.value=n,this.checksum=this.calculateChecksum(),this.leftKey=n[0],this.leftPart=n.substr(1,6),this.rightPart=n.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 o=this,n=0;n<t.length;n++)e&&parseInt(o.keyTable[e].charAt(n),10)?o.addPieces(Array.prototype.slice.call(o.characterMap.digits[t.charAt(n)]).reverse(),!0):o.addPieces(o.characterMap.digits[t.charAt(n)],!0)},e.prototype.addPieces=function(t,e){for(var o=this,n=0;n<t.length;n++)e?o.pattern.push({y1:0,y2:.95*o.options.height,width:t[n]}):o.pattern.push(t[n])},e.prototype.calculateChecksum=function(){for(var t=0,e=0,o=this.value.split("").reverse().join(""),n=0;n<o.length;n++)n%2?e+=parseInt(o.charAt(n),10):t+=parseInt(o.charAt(n),10);return(10-(3*t+e)%10)%10},e}(Ep),mu=Object.assign,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.initProperties=function(){t.prototype.initProperties.call(this),mu(this,{name:"EAN 8"})},e.prototype.initValue=function(t,e,o){if(7!==t.length||/\D/.test(t))throw new Error("Invalid value provided");this.value=t,this.options.height=o,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}(fu),gu={code11:Bp,code39:Rp,code39extended:Np,code93:Up,code93extended:Wp,code128:ru,code128a:eu,code128b:ou,code128c:nu};function bu(t,e){var o=t.style.display;"canvas"===e&&(t.style.display="block");var n={width:t.clientWidth,height:t.clientHeight};return t.style.display=o,n}gu["gs1-128"]=iu,gu.msimod10=lu,gu.msimod11=hu,gu.msimod1010=pu,gu.msimod1110=uu,gu.postnet=qp,gu.ean8=yu,gu.ean13=fu;var xu=function(t){function e(e,o,n){void 0===n&&(n=$t),t.call(this),this.options=G({},this.options,o),this.element=e,this.onError=n,this._initElement(),this._initSurface(),this._setOptions(o),o&&wt(o.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(){A(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 B.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,o=this.options,n=o.value,r=o.text,i=$(r.margin),a=this._getSize(),s=o.border||{},c=this.encoding,l=new re(0,0,a.width,a.height).unpad(s.width).unpad(o.padding),h=l.height(),p=new B.drawing.Group;this.contentBox=l,p.append(this._getBackground(a)),r.visible&&(h-=B.drawing.util.measureText(n,{font:r.font}).height+i.top+i.bottom);try{t=c.encode(n,l.width(),h)}catch(t){return this.onError(t),p}return r.visible&&(e=n,o.checksum&&wt(c.checksum)&&(e+=" "+c.checksum),p.append(this._getText(e))),this.barHeight=h,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=bu(this.element,this.options.renderAs),e=new B.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 o,n,r=this.contentBox,i=r.x1,a=new B.drawing.Group,s=0;s<t.length;s++){if(o=(n=q(t[s])?t[s]:{width:t[s],y1:0,y2:this.barHeight}).width*e,s%2){var c=B.geometry.Rect.fromPoints(new B.geometry.Point(i,n.y1+r.y1),new B.geometry.Point(i+o,n.y2+r.y1)),l=B.drawing.Path.fromRect(c,{fill:{color:this.options.color},stroke:null});a.append(l)}i+=o}return a},e.prototype._getBackground=function(t){var e=this.options,o=e.border||{},n=new re(0,0,t.width,t.height).unpad(o.width/2);return B.drawing.Path.fromRect(n.toRect(),{fill:{color:e.background},stroke:{color:o.width?o.color:"",width:o.width,dashType:o.dashType}})},e.prototype._getText=function(t){var e=this.options.text,o=this._textbox=new Ve(t,{font:e.font,color:e.color,align:"center",vAlign:"bottom",margin:e.margin});return o.reflow(this.contentBox),o.renderVisual(),o.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),!gu[this.type])throw new Error("Encoding '"+this.type+"' is not supported.");this.encoding=new gu[this.type],this.options=G({},this.options,t)},e}(B.Class);jt(xu,{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 wu=xu;var _u={width:500,height:100};const zu=function(t,e){if(void 0===e&&(e=_u),!t)throw new Error("Please specify barcode type to validate.");var o=t.toLowerCase(),n="";if("upca"===o?(o="ean13",n="0"):"upce"===o&&(o="ean8",n="0"),!gu[o])throw new Error("Encoding '"+t+"' is not supported.");return function(t,e,o){return function(n){try{t.encode(o+n,e.width,e.height)}catch(t){return{valid:!1,error:t}}return{valid:!0}}}(new gu[o],e,n)};var Cu=Object.assign;function Mu(t,e){for(var o=[],n=0;n<t.length;)o.push(t.substring(n,n+e)),n+=e;return o}function ku(t,e){var o=Number(t).toString(2);return o.length<e&&(o=new Array(e-o.length+1).join(0)+o),o}function Ou(t){return parseInt(t,2)}var Su=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}(B.Class),Hu=function(t){function e(e,o){t.call(this),this.dataString=e,this.version=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e}(B.Class),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.getEncodingResult=function(t,e){var o=function(t){var e,o=[],n=0,r=t;for(o.push(fv(r,ov,nv,rv,e)),e=o[0].mode,r=r.substr(o[0].modeString.length);r.length>0;){var i=fv(r,iv,av,sv,e);i.mode!==e?(e=i.mode,o.push(i),n++):o[n].modeString+=i.modeString,r=r.substr(i.modeString.length)}return o}(t),n=function(t){for(var e=0,o=0;o<t.length;o++)e+=Tu[t[o].mode].getStringBitsLength(t[o].modeString.length);return Math.ceil(e/8)}(o),r=mv(n,e),i=function(t,e){for(var o="",n=0;n<t.length;n++)o+=Tu[t[n].mode].encode(t[n].modeString,e);return o}(o,r);return new Hu(i,r)},e}(B.Class),Vu=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(){Cu(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+ku(t,this.getBitsCharacterCount(e))},e.prototype.encode=function(){},e.prototype.getStringBitsLength=function(){},e.prototype.getValue=function(){},e}(B.Class),Iu=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),Cu(this,{bitsInCharacterCount:[10,12,14],modeIndicator:"0001"})},e.prototype.getValue=function(t){return parseInt(t,10)},e.prototype.encode=function(t,e){var o,n=Mu(t,3),r=this.getModeCountString(t.length,e);for(o=0;o<n.length-1;o++)r+=ku(n[o],10);return r+ku(n[o],1+3*n[o].length)},e.prototype.getStringBitsLength=function(t,e){var o=t%3;return 4+this.getBitsCharacterCount(e)+10*Math.floor(t/3)+3*o+(0===o?0:1)},e}(Vu),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.initProperties=function(){t.prototype.initProperties.call(this),Cu(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 o,n=Mu(t,2),r=this.getModeCountString(t.length,e);for(o=0;o<n.length-1;o++)r+=ku(45*this.getValue(n[o].charAt(0))+this.getValue(n[o].charAt(1)),11);return r+ku(2===n[o].length?45*this.getValue(n[o].charAt(0))+this.getValue(n[o].charAt(1)):this.getValue(n[o].charAt(0)),1+5*n[o].length)},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+11*Math.floor(t/2)+t%2*6},e}(Vu),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.initProperties=function(){t.prototype.initProperties.call(this),Cu(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 o=this.getModeCountString(t.length,e),n=0;n<t.length;n++)o+=ku(this.getValue(t.charAt(n)),8);return o},e.prototype.getStringBitsLength=function(t,e){return 4+this.getBitsCharacterCount(e)+8*t},e}(Vu),Tu={};Tu.numeric=new Iu,Tu.alphanumeric=new Au,Tu.byte=new Eu;var Bu=function(t){function e(){t.call(this),this.initProperties(),this.mode=Tu[this.encodingMode]}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.initProperties=function(){Cu(this,{encodingMode:"byte",utfBOM:"111011111011101110111111",initialModeCountStringLength:20,ranges:[128,2048,65536,2097152,67108864]})},e.prototype.getEncodingResult=function(t,e){var o=this.encode(t),n=mv(this.getDataCodewordsCount(o),e),r=this.mode.getModeCountString(o.length/8,n)+o;return new Hu(r,n)},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,o=0;o<t.length;o++)e+=this.encodeCharacter(t.charCodeAt(o));return e},e.prototype.encodeCharacter=function(t){var e=this.getBytesCount(t),o=e-1,n="";if(1===e)n=ku(t,8);else{for(var r=8-e,i=0;i<o;i++)n=ku(t>>6*i&63|128,8)+n;n=(t>>6*o|255>>r<<r).toString(2)+n}return n},e.prototype.getBytesCount=function(t){for(var e=this.ranges,o=0;o<e.length;o++)if(t<e[o])return o+1},e}(B.Class),ju=[{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}}],Lu="0000",Ru="numeric",Du="alphanumeric",Nu="byte",Fu={1:0},Uu={0:1},Wu={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},Ku=[1,0,1,1,1],Gu=[1,0,1],qu={L:"01",M:"00",Q:"11",H:"10"},Xu=["11101100","00010001"],Yu=93,Zu=[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}],Qu=/^\d+/,$u="A-Z0-9 $%*+./:-",Ju=new RegExp("^[A-Z $%*+./:-]+"),tv=new RegExp("^["+$u+"]+"),ev=new RegExp("^[^"+$u+"]+"),ov=8,nv=5,rv=8,iv=17,av=9,sv=16,cv=[[1,0],[1,25,0]];function lv(t,e,o,n){for(var r=0;r<t.length;r++)t[r][o][n]=e}function hv(t,e,o,n){for(var r=0;r<Zu.length;r++)t[r][o][n]=Zu[r](o,n)?1^e:parseInt(e,10)}function pv(t,e){for(var o=[],n=t.length-2;n>=0;n--)o[n]=t[n]^e[n];return o}function uv(t,e){for(var o=[],n=0;n<t.length;n++)for(var r=0;r<e.length;r++)void 0===o[n+r]?o[n+r]=(t[n]+(e[r]>=0?e[r]:0))%255:o[n+r]=Fu[Uu[o[n+r]]^Uu[(t[n]+e[r])%255]];return o}function vv(t,e){var o=[],n=t.length-1;do{o[n]=Uu[(t[n]+e)%255],n--}while(void 0!==t[n]);return o}function dv(t,e){var o,n,r=cv[e-1],i=new Array(e).concat(t),a=new Array(i.length-r.length).concat(r),s=t.length,c=[];for(n=0;n<s;n++)o=vv(a,Fu[i[i.length-1]]),a.splice(0,1),i=pv(o,i);for(n=i.length-1;n>=0;n--)c[e-1-n]=ku(i[n],8);return c}function fv(t,e,o,n,r){var i,a,s=Qu.exec(t),c=s?s[0]:"",l=Ju.exec(t),h=l?l[0]:"",p=tv.exec(t),u=p?p[0]:"";return c&&(c.length>=e||t.length===c.length||c.length>=o&&!tv.test(t.charAt(c.length)))?(i=Ru,a=c):u&&(t.length===u.length||u.length>=n||r===Du)?(i=Du,a=c||h):(i=Nu,a=u?u+ev.exec(t.substring(u.length))[0]:ev.exec(t)[0]),{mode:i,modeString:a}}function mv(t,e){var o=0,n=ju.length-1,r=Math.floor(ju.length/2);do{t<ju[r][e].totalDataCodewords?n=r:o=r,r=o+Math.floor((n-o)/2)}while(n-o>1);return t<=ju[o][e].totalDataCodewords?r+1:n+1}function yv(t,e,o){var n=Ou(e),r=e.length-1,i=t<<r,a=ku(t,o-r),s=function(t,e){var o=e.toString(2).length,n=t.toString(2).length,r=t;do{n=(r^=e<<n-o).toString(2).length}while(n>=o);return r}(i,n);return a+ku(s,r)}function gv(t,e){return parseInt(t.charAt(e),10)}function bv(t,e){var o,n,r=t[0],i=0,a=e.length;for(o=0,n=8;o<=8;o++)6!==o&&lv(t,gv(e,a-1-i++),o,n);for(o=8,n=7;n>=0;n--)6!==n&&lv(t,gv(e,a-1-i++),o,n);for(i=0,n=r.length-1,o=8;n>=r.length-8;n--)lv(t,gv(e,a-1-i++),o,n);for(lv(t,1,r.length-8,8),o=r.length-7,n=8;o<r.length;o++)lv(t,gv(e,a-1-i++),o,n)}function xv(t,e){for(var o,n,r,i=t[0].length,a=i-11,s=i-11,c=0;c<e.length;c++)o=Math.floor(c/3),n=c%3,lv(t,r=gv(e,e.length-c-1),0+o,a+n),lv(t,r,s+n,0+o)}function wv(t,e,o,n){for(var r,i=e.length+2,a=e.length+1,s=0;s<e.length;s++)for(var c=s;c<i-s;c++)lv(t,r=e[s],o+c,n+s),lv(t,r,o+s,n+c),lv(t,r,o+a-c,n+a-s),lv(t,r,o+a-s,n+a-c)}function _v(t,e,o,n){var r=o,i=n,a=t[0];do{lv(t,0,r,n),lv(t,0,o,i),r+=e[0],i+=e[1]}while(r>=0&&r<a.length)}function zv(t,e,o,n,r){e[t][n]=(e[t][n]<<1^r)%128,e[t][n]===Yu&&(o[t]+=40)}function Cv(t,e,o,n,r,i){o[t][i]===n?r[t][i]++:(o[t][i]=n,r[t][i]>=5&&(e[t]+=3+r[t][i]-5),r[t][i]=1)}function Mv(t,e){var o=Math.floor(t/e*100),n=o%5,r=Math.abs(o-n-50),i=Math.abs(o+5-n-50);return 10*Math.min(r/5,i/5)}function kv(t,e,o){var n=function(t){return t&&t.toLowerCase().indexOf("utf_8")>=0?new Bu:new Pu}(o),r=n.getEncodingResult(t,e),i=r.version,a=ju[i-1][e],s=function(t,e){for(var o,n,r,i,a,s=0,c=[],l=[],h=e.groups,p=0;p<h.length;p++){r=h[p][0];for(var u=0;u<r;u++){n=h[p][1],o=[],i=[];for(var v=1;v<=n;v++)a=t.substring(s,s+8),o.push(a),i[n-v]=Ou(a),s+=8;c.push(o),l.push(dv(i,e.errorCodewordsPerBlock))}}return[c,l]}(function(t,e){for(var o=8*e,n=0,r=0,i=t;i.length<o&&n<4;)i+=Lu.charAt(n++);for(i.length%8!=0&&(i+=new Array(9-i.length%8).join("0"));i.length<o;)i+=Xu[r],r^=1;return i}(r.dataString,a.totalDataCodewords),a),c=function(t){for(var e=[],o=17+4*t,n=0;n<Zu.length;n++){e[n]=new Array(o);for(var r=0;r<o;r++)e[n][r]=new Array(o)}return e}(i);!function(t){var e=t[0].length;wv(t,Ku,0,0),_v(t,[-1,-1],7,7),wv(t,Ku,e-7,0),_v(t,[1,-1],e-8,7),wv(t,Ku,0,e-7),_v(t,[-1,1],7,e-8)}(c),function(t,e){if(!(e<2)){var o,n,r=t[0],i=r.length,a=Math.floor(e/7),s=[6],c=0;for((o=Wu[e])?n=(i-13-o)/a:o=n=(i-13)/(a+1),s.push(s[c++]+o);s[c]+n<i;)s.push(s[c++]+n);for(var l=0;l<s.length;l++)for(var h=0;h<s.length;h++)void 0===r[s[l]][s[h]]&&wv(t,Gu,s[l]-2,s[h]-2)}}(c,i),function(t){for(var e=1,o=t[0].length,n=8;n<o-8;n++)lv(t,e,6,n),lv(t,e,n,6),e^=1}(c),i>=7&&xv(c,ku(0,18)),bv(c,ku(0,15)),function(t,e){for(var o,n,r,i=new Su(t[0]),a=0;a<e.length;a++)for(o=e[a],n=0;o.length>0;){for(var s=0;s<o.length;s++)for(var c=0;c<8;c++)r=i.getNextCell(),hv(t,o[s][n].charAt(c),r.row,r.column);for(n++;o[0]&&n===o[0].length;)o.splice(0,1)}for(;r=i.getNextRemainderCell();)hv(t,0,r.row,r.column)}(c,s);var l=function(t){var e,o,n=[],r=[],i=[],a=[],s=[],c=t[0].length;for(o=0;o<t.length;o++)n[o]=0,i[o]=0,s[o]=[0,0],a[o]=[0,0],r[o]=[];for(var l=0;l<c;l++)for(var h=0;h<c;h++)for(var p=0;p<t.length;p++)e=t[p],i[p]+=parseInt(e[l][h],10),r[p][0]===e[l][h]&&l+1<c&&h-1>=0&&e[l+1][h]===r[p][0]&&e[l+1][h-1]===r[p][0]&&(n[p]+=3),zv(p,a,n,0,e[l][h]),zv(p,a,n,1,e[h][l]),Cv(p,n,r,e[l][h],s,0),Cv(p,n,r,e[h][l],s,1);var u,v=c*c,d=Number.MAX_VALUE;for(o=0;o<n.length;o++)n[o]+=Mv(i[o],v),n[o]<d&&(d=n[o],u=o);return u}(c),h=c[l];return i>=7&&xv([h],function(t){return yv(t,"1111100100101",18)}(i)),bv([h],function(t){var e,o="";if(0===Ou(t))return"101010000010010";e=yv(Ou(t),"10100110111",15);for(var n=0;n<e.length;n++)o+=e.charAt(n)^"101010000010010".charAt(n);return o}(qu[e]+ku(l,3))),h}!function(){var t,e;for(e=1;e<255;e++)(t=2*Uu[e-1])>255&&(t^=285),Uu[e]=t,Fu[t]=e;t=2*Uu[e-1]^285,Uu[e]=t,Uu[-1]=0}(),function(){for(var t=2;t<=68;t++){var e=cv[t-1],o=[t,0];cv[t]=uv(e,o)}}();var Ov=Math.round,Sv=[[0,1],[1,1],[1,2],[2,2],[2,1],[3,1],[3,0],[2,0],[2,-1],[1,-1],[1,0]],Hv=[[0,1],[1,1],[1,0]],Pv=function(t){function e(e,o,n){void 0===n&&(n=$t),t.call(this),this.options=G({},this.options,o),this.element=e,this.wrapper=this.element,this.onError=n,this._initElement(),this._initSurface(),this.setOptions(o)}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(){A(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 B.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,o=t.clientHeight,n={width:0,height:0};return e>0&&(n.width=e),o&&(n.height=o),n},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,o,n,r,i=this._value,a=this.options.border||{},s=this.options.padding||0,c=a.width||0;a.width=c;var l=new B.drawing.Group;try{i&&(o=kv(i,this.options.errorCorrection,this.options.encoding),r=(n=this._getSize())-2*(c+s),t=this._calculateBaseUnit(r,o.length),e=c+s+(r-o.length*t)/2,l.append(this._renderBackground(n,a)),l.append(this._renderMatrix(o,t,e)),this._hasCustomLogo()?l.append(this._renderLogo(n,t)):this._isSwiss()&&l.append(this._renderSwissCode(n,t)))}catch(t){this.onError(t)}return l},e.prototype._renderLogo=function(t,e){var o,n=Ov(t/2),r=this._getLogoSize(7*e),i=this.options.overlay.imageUrl,a={x:n-r.width/2,y:n-r.height/2};return o=new B.geometry.Rect(new B.geometry.Point(a.x,a.y),new B.geometry.Size(r.width,r.height)),new B.drawing.Image(i,o)},e.prototype._renderSwissCode=function(t,e){var o=this._getLogoSize(7*e),n=(o=Math.max(o.width,o.height))/4,r=n/2,i=t/2,a={},s=new B.drawing.Group;return a.x=a.y=Math.ceil(i-e-o/2),s.append(this._renderShape(a,Math.ceil(o+2*e),Hv,"#fff")),a.x=a.y=i-o/2,s.append(this._renderShape(a,o,Hv,this.options.color)),a.x=i+r-o/2,a.y=i+r+n-o/2,s.append(this._renderShape(a,n,Sv,"#fff")),s},e.prototype._renderShape=function(t,e,o,n){var r=new B.drawing.MultiPath({fill:{color:n},stroke:null});r.moveTo(t.x,t.y);for(var i=0;i<o.length;i++)r.lineTo(t.x+e*o[i][0],t.y+e*o[i][1]);return r.close(),r},e.prototype._getSize=function(){var t;if(this.options.size)t=parseInt(this.options.size,10);else{var e=bu(this.element,this.options.renderAs),o=Math.min(e.width,e.height);t=o>0?o:200}return t},e.prototype._calculateBaseUnit=function(t,e){var o=Math.floor(t/e);if(o<1){var n=Math.ceil(1*e);this.onError(new Error("Insufficient size for QR Code: the current size is "+t+"px and the minimum size is "+n+"px."))}else o*e>=t&&o-1>=1&&o--;return o},e.prototype._renderMatrix=function(t,e,o){for(var n=new B.drawing.MultiPath({fill:{color:this.options.color},stroke:null}),r=0;r<t.length;r++)for(var i=o+r*e,a=0;a<t.length;){for(;0===t[r][a]&&a<t.length;)a++;if(a<t.length){for(var s=a;1===t[r][a];)a++;var c=Ov(o+s*e),l=Ov(i),h=Ov(o+a*e),p=Ov(i+e);n.moveTo(c,l).lineTo(c,p).lineTo(h,p).lineTo(h,l).close()}}return n},e.prototype._renderBackground=function(t,e){var o=new re(0,0,t,t).unpad(e.width/2);return B.drawing.Path.fromRect(o.toRect(),{fill:{color:this.options.background},stroke:{color:e.color,width:e.width}})},e.prototype.setOptions=function(t){var e=t||{};this.options=Cu(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,o=this.options.overlay.height;return e||o?e&&!o?o=e:!e&&o&&(e=o):e=o=t,{width:e,height:o}},e}(B.Class);jt(Pv,{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 Vv=Pv,Iv=function(t){return void 0===t&&(t="ISO_8859_1"),function(e){try{kv(e,"L",t)}catch(t){return{valid:!1,error:t}}return{valid:!0}}};var Av={WGS84:{a:6378137,b:6356752.314245179,f:.0033528106647474805,e:.08181919084262149}};function Ev(t){return t*t}var Tv=Math,Bv=Tv.abs,jv=Tv.atan,Lv=Tv.atan2,Rv=Tv.cos,Dv=Tv.sin,Nv=Tv.tan,Fv=function(t){function e(e,o){t.call(this),this.initProperties(),1===arguments.length?(this.lat=e[0],this.lng=e[1]):(this.lat=e,this.lng=o)}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=It(this.lng,t),this.lat=It(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,o,n){var r=Vt(o),i=n||Av.WGS84,a=Vt(this.lat),s=Vt(this.lng),c=t/i.a,l=Tv.asin(Dv(a)*Rv(c)+Rv(a)*Dv(c)*Rv(r)),h=s+Lv(Dv(r)*Dv(c)*Rv(a),Rv(c)-Dv(a)*Dv(l));return new e(_t(l),_t(h))},e.prototype.greatCircleTo=function(t,o){var n=e.create(n),r=o||Av.WGS84;if(!n||this.clone().round(8).equals(n.clone().round(8)))return{distance:0,azimuthFrom:0,azimuthTo:0};for(var i,a,s,c,l,h,p,u,v=r.a,d=r.b,f=r.f,m=Vt(n.lng-this.lng),y=jv((1-f)*Nv(Vt(this.lat))),g=Dv(y),b=Rv(y),x=jv((1-f)*Nv(Vt(n.lat))),w=Dv(x),_=Rv(x),z=m,C=this.DISTANCE_ITERATIONS,M=!1;!M&&C-- >0;){a=Dv(z),s=Rv(z),c=Tv.sqrt(Ev(_*a)+Ev(b*w-g*_*s)),u=Lv(c,h=g*w+b*_*s);var k=b*_*a/c;p=0,0!=(l=1-Ev(k))&&(p=h-2*g*w/l),i=z;var O=f/16*l*(4+f*(4-3*l));z=m+(1-O)*f*k*(u+O*c*(p+O*h*(2*Ev(p)-1))),M=Bv(z-i)<=this.DISTANCE_CONVERGENCE}var S=l*(Ev(v)-Ev(d))/Ev(d),H=1+S/16384*(4096+S*(S*(320-175*S)-768)),P=S/1024*(256+S*(S*(74-47*S)-128)),V=P*c*(p+P/4*(h*(2*Ev(p)-1)-P/6*p*(4*Ev(c)-3)*(4*Ev(p)-3))),I=Lv(_*a,b*w-g*_*s),A=Lv(b*a,-g*_+b*w*s);return{distance:It(d*H*(u-V),this.DISTANCE_PRECISION),azimuthFrom:_t(I),azimuthTo:_t(A)}},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,o){if(wt(t))return t instanceof e?t.clone():1===arguments.length&&2===t.length?e.fromLatLng(t):new e(t,o)},e}(B.Class),Uv=Math,Wv=Uv.atan,Kv=Uv.exp,Gv=Uv.pow,qv=Uv.sin,Xv=Uv.log,Yv=Uv.tan,Zv=B.geometry.Point,Qv=Uv.PI,$v=Qv/2,Jv=Qv/4,td=Qv/180,ed=Av.WGS84,od=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 o=this,n=o.options,r=n.datum.a,i=n.centralMeridian,a=Ht(t.lat,-o.MAX_LAT,o.MAX_LAT),s=e?Ht(t.lng,-o.MAX_LNG,o.MAX_LNG):t.lng,c=Vt(s-i)*r,l=o._projectLat(a);return new Zv(c,l)},e.prototype._projectLat=function(t){var e=this.options.datum,o=e.e,n=e.a,r=Vt(t),i=Yv(Jv+r/2),a=o*qv(r),s=Gv((1-a)/(1+a),o/2);return n*Xv(i*s)},e.prototype.inverse=function(t,e){var o=this,n=o.options,r=n.datum.a,i=n.centralMeridian,a=t.x/(td*r)+i,s=Ht(o._inverseY(t.y),-o.MAX_LAT,o.MAX_LAT);return e&&(a=Ht(a,-o.MAX_LNG,o.MAX_LNG)),new Fv(s,a)},e.prototype._inverseY=function(t){var e,o=this,n=o.options.datum,r=n.a,i=n.e,a=i/2,s=Kv(-t/r),c=$v-2*Wv(s);for(e=0;e<=o.INVERSE_ITERATIONS;e++){var l=i*qv(c),h=Gv((1-l)/(1+l),a),p=$v-2*Wv(s*h)-c;if(c+=p,Uv.abs(p)<=o.INVERSE_CONVERGENCE)break}return _t(c)},e}(B.Class);jt(od,{centralMeridian:0,datum:ed});var nd=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,o=Vt(t),n=Yv(Jv+o/2);return e*Xv(n)},e.prototype._inverseY=function(t){var e=this.options.datum.a,o=Kv(-t/e);return _t($v-2*Wv(o))},e}(od),rd=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 Zv(t.lng,t.lat)},e.prototype.inverse=function(t){return new Fv(t.y,t.x)},e}(B.Class),id=function(t){function e(){t.call(this);var e=this._proj=new nd,o=this.c=2*Qv*e.options.datum.a;this._tm=B.geometry.transform().translate(.5,.5).scale(1/o,-1/o),this._itm=B.geometry.transform().scale(o,-o).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,o){return this._proj.forward(t,o).transform(this._tm).scale(e||1)},e.prototype.toLocation=function(t,e,o){var n=t.clone().scale(1/(e||1)).transform(this._itm);return this._proj.inverse(n,o)},e}(B.Class),ad=(function(t){function e(){t.call(this),this._proj=new od}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)}}(B.Class),function(t){function e(){t.call(this),this._proj=new rd}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)}}(B.Class),Object.defineProperty),sd=(Object.assign,function(t){var e=document.createElement("div");return e.innerHTML=t,e.firstChild}),cd=function(t){for(;t.firstChild;)t.removeChild(t.firstChild)},ld=function(t,e){e.insertBefore(t,e.firstChild)},hd=function(t){return t.replace(/([a-z][A-Z])/g,(function(t){return t.charAt(0)+"-"+t.charAt(1).toLowerCase()}))},pd=function(t){return t&&String(t).endsWith("px")?t:String(t)+"px"},ud=function(t){var e,o=!1,n=[],r={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/},i={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 c in r)if(r.hasOwnProperty(c)&&(n=t.match(r[c]))){if("windows"===c&&"plugins"in navigator)return!1;(o={}).device=c,o.tablet=vd(c,a,!1),o.browser=vd(t,s,"default"),o.name=vd(c,i),o[o.name]=!0,o.majorVersion=n[2],o.minorVersion=(n[3]||"0").replace("_","."),e=o.minorVersion.replace(".","").substr(0,2),o.flatVersion=o.majorVersion+e+new Array(3-(e.length<3?e.length:2)).join("0");break}return o};function vd(t,e,o){for(var n in e)if(e.hasOwnProperty(n)&&e[n].test(t))return n;return void 0!==o?o:t}var dd=function(){var t={down:"touchstart mousedown",move:"mousemove touchmove",up:"mouseup touchend touchcancel",cancel:"mouseleave touchcancel"},e=fd();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},fd=function(){var t=ud(navigator.userAgent),e=function(t){var e=!1,o=[],n={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 r in n)if(n.hasOwnProperty(r)&&(o=t.match(n[r]))){(e={})[r]=!0,e[o[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,e.version=parseInt(document.documentMode||o[2],10);break}return e}(navigator.userAgent),o=e.chrome,n=e.crios,r=e.mozilla,i=e.safari,a={};a.mobileOS=t,a.touch="ontouchstart"in window,a.pointers=!o&&!n&&!r&&!i&&window.PointerEvent,a.msPointers=!o&&window.MSPointerEvent,a.mouseAndTouchPresent=a.touch&&!(a.mobileOS.ios||a.mobileOS.android),a.eventCapture=document.documentElement.addEventListener;var s=document.createElement("table"),c=a.transitions=!1,l=a.transforms=!1,h="string";return["Moz","webkit","O","ms"].forEach((function(t){var e=typeof s.style[t+"Transition"]===h;if(e||typeof s.style[t+"Transform"]===h){var o=t.toLowerCase();return l={css:"ms"!==o?"-"+o+"-":"",prefix:t,event:"o"===o||"webkit"===o?o:""},e&&((c=l).event=c.event?c.event+"TransitionEnd":"transitionend"),!1}})),s=null,a.transforms=l,a.transitions=c,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},md=function(t,e){return t.bind(e)},yd=function(t,e,o,n,r){gd(t,e,o,n,r)},gd=function(t,e,o,n,r){(I(e)?e:(e||"").split(" ")).forEach((function(e){bd(t,e,o,n,r)}))},bd=function(t,e,o,n,r){var i,a=n;o&&F(o)&&!n?a=o:o&&"string"==typeof o&&F(a)&&(i=o),t.addEventListener(e,(function(e){var o=e.target?e.target.closest(i):null;if(!i||i&&e.target&&o){var n=i?o:e.currentTarget;ad(e,"currentTarget",{value:n}),ad(e,"delegateTarget",{value:t}),a(e)}}),Boolean(r))},xd=function(t,e,o,n,r){wd(t,e,o,n,r)},wd=function(t,e,o,n){(I(e)?e:(e||"").split(" ")).forEach((function(e){_d(t,e,o,n)}))},_d=function(t,e,o,n){t.removeEventListener(e,o,Boolean(n))},zd=function(t){var e=dd(navigator.userAgent);return t.replace(/([^ ]+)/g,(function(t){return e[t]||t}))},Cd=function(t,e){var o=t.prototype;o.events?e.forEach((function(t){o.events.indexOf(t)<0&&o.events.push(t)})):o.events=e},Md=function(){return Number(new Date)},kd=function(){},Od=function(t){var e=[];if(t)for(var o=hd(t).split("-"),n=0;n<o.length;n++)e.push("k-pos-"+o[n]);return e.join(" ")},Sd="string",Hd="function",Pd=function(){this._defaultPrevented=!0},Vd=function(){return!0===this._defaultPrevented},Id=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,o){var n,r,i,a,s=this,c=typeof t===Sd?[t]:t||[],l=typeof e===Hd;if(void 0===e){for(n in t)s.bind(n,t[n]);return s}var h=function(){var t=c[n];(a=l?e:e[t])&&(o&&(i=a,a=function(){s.unbind(t,a),i.apply(s,arguments)},a.original=i),(s._events[t]=s._events[t]||[]).push(a))};for(n=0,r=c.length;n<r;n++)h();return s},e.prototype.one=function(t,e){return this.bind(t,e,!0)},e.prototype.first=function(t,e){var o,n,r,i=this,a=typeof t===Sd?[t]:t,s=typeof e===Hd;for(o=0,n=a.length;o<n;o++){var c=a[o];(r=s?e:e[c])&&(i._events[c]=i._events[c]||[]).unshift(r)}return i},e.prototype.trigger=function(t,e){var o,n,r=this,i=r._events[t];if(i){var a=e||{};for(a.sender=r,a._defaultPrevented=!1,a.preventDefault=Pd,a.isDefaultPrevented=Vd,o=0,n=(i=i.slice()).length;o<n;o++)i[o].call(r,a);return!0===a._defaultPrevented}return!1},e.prototype.unbind=function(t,e){var o,n=this,r=n._events[t];if(void 0===t)n._events={};else if(r)if(e)for(o=r.length-1;o>=0;o--)r[o]!==e&&r[o].original!==e||r.splice(o,1);else n._events[t]=[];return n},e.prototype._setEvents=function(t){for(var e=this,o=(this.events||[]).length,n=0;n<o;n++){var r=e.events[n];e.options[r]&&t[r]&&(e.unbind(r,e.options[r]),e._events&&e._events[r]&&delete e._events[r])}this.bind(this.events,t)},e}(B.Class),Ad=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o),this.items=[],A(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=[],o=0;o<this.items.length;o++){var n=this.items[o];n.text!==t&&e.push(n)}this.items=e,this._render()},e.prototype.clear=function(){this.items=[],cd(this.element)},e.prototype._render=function(){for(var t=[],e=0;e<this.items.length;e++){var o=this.items[e],n=this._itemText(o);""!==n&&t.push(n)}t.length>0?(cd(this.element),function(t,e){var o=document.createElement("div");for(o.innerHTML=t;o.childNodes.length>0;)e.appendChild(o.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="",o=this._inZoomLevel(t.minZoom,t.maxZoom),n=this._inArea(t.extent);return o&&n&&(e+=t.text),e},e.prototype._inZoomLevel=function(t,e){var o=Et(t,-Number.MAX_VALUE),n=Et(e,Number.MAX_VALUE);return this._zoom>o&&this._zoom<n},e.prototype._inArea=function(t){var e=!0;return t&&(e=t.contains(this._extent)),e},e}(Id);jt(Ad,{name:"Attribution",separator:"&nbsp;|&nbsp;"});var Ed={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 Td(t){var e='<button class="k-button k-button-square k-rounded-full k-button-flat k-button-flat-base k-icon-button '+Ed[t].className+'" aria-label="move '+t+'"><span class="k-icon '+Ed[t].iconClass+'" /></button>';return sd(e)}var Bd=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o);var n=Td("up"),r=Td("right"),i=Td("down"),a=Td("left");this.element.appendChild(n),this.element.appendChild(r),this.element.appendChild(i),this.element.appendChild(a),A(this.element,"k-widget k-navigator"),yd(this.element,"click",".k-button",md(this._click,this));var s=this.element.parentNode.closest("[data-role]");this._keyroot=s||this.element,this._tabindex(this._keyroot),this._keydownHandler=md(this._keydown,this),yd(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,o=this.element,n="tabindex",r=e.getAttribute(n)||o.getAttribute(n);o.removeAttribute(n),e.setAttribute(n,isNaN(r)?0:r)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._pan=function(t,e){var o=this.options.panStep;this.trigger("pan",{x:t*o,y:e*o})},e.prototype._click=function(t){var e=0,o=0,n=t.currentTarget;n.matches(".k-navigator-n")?o=1:n.matches(".k-navigator-s")?o=-1:n.matches(".k-navigator-e")?e=1:n.matches(".k-navigator-w")&&(e=-1),this._pan(e,o),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case Jt.UP:this._pan(0,1),t.preventDefault();break;case Jt.DOWN:this._pan(0,-1),t.preventDefault();break;case Jt.RIGHT:this._pan(1,0),t.preventDefault();break;case Jt.LEFT:this._pan(-1,0),t.preventDefault()}},e}(Id);function jd(t,e){return sd('<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+'"><span class="k-icon '+e+'"></span></button>')}jt(Bd,{name:"Navigator",panStep:1}),Cd(Bd,["pan"]);var Ld="change",Rd=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o);var n=jd("in","k-i-plus"),r=jd("out","k-i-minus");this.element.appendChild(n),this.element.appendChild(r),A(this.element,"k-widget k-zoom-control k-button-group k-group-horizontal"),this._clickHandler=this._click.bind(this),yd(this.element,"click",".k-button",this._clickHandler);var i=this.element.parentNode.closest("[data-role]");this._keyroot=i||this.element,this._tabindex(this._keyroot),this._keydownHandler=this._keydown.bind(this),yd(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,o=this.element,n="tabindex",r=e.getAttribute(n)||o.getAttribute(n);o.removeAttribute(n),e.setAttribute(n,isNaN(r)?0:r)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._change=function(t){var e=this.options.zoomStep;this.trigger(Ld,{delta:t*e})},e.prototype._click=function(t){var e=1;st(t.currentTarget,"k-zoom-out")&&(e=-1),this._change(e),t.preventDefault()},e.prototype._keydown=function(t){switch(t.which){case Jt.NUMPAD_PLUS:case 187:case 61:this._change(1);break;case Jt.NUMPAD_MINUS:case 189:case 173:this._change(-1)}},e}(Id);jt(Rd,{name:"ZoomControl",zoomStep:1}),Cd(Rd,[Ld]);var Dd=Math,Nd=Dd.max,Fd=Dd.min,Ud=function(t){function e(e,o){t.call(this);var n=Fv.create(e),r=Fv.create(o);n.lng+180>r.lng+180&&n.lat+90<r.lat+90?(this.se=n,this.nw=r):(this.se=r,this.nw=n)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={World:{configurable:!0}};return e.prototype.contains=function(t){var e=this.nw,o=this.se,n=Et(t.lng,t[1]),r=Et(t.lat,t[0]);return t&&n+180>=e.lng+180&&n+180<=o.lng+180&&r+90>=o.lat+90&&r+90<=e.lat+90},e.prototype.center=function(){var t=this.nw,e=this.se,o=t.lng+(e.lng-t.lng)/2,n=t.lat+(e.lat-t.lat)/2;return new Fv(n,o)},e.prototype.containsAny=function(t){for(var e=!1,o=0;o<t.length;o++)e=e||this.contains(t[o]);return e},e.prototype.include=function(t){var e=this.nw,o=this.se,n=Et(t.lng,t[1]),r=Et(t.lat,t[0]);e.lng=Fd(e.lng,n),e.lat=Nd(e.lat,r),o.lng=Nd(o.lng,n),o.lat=Fd(o.lat,r)},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 Fv(t.lat,e.lng),se:this.se,sw:new Fv(e.lat,t.lng)}},e.prototype.toArray=function(){var t=this.nw,e=this.se;return[t,new Fv(t.lat,e.lng),e,new Fv(e.lat,t.lng)]},e.prototype.overlaps=function(t){return this.containsAny(t.toArray())||t.containsAny(this.toArray())},e.create=function(t,o){return t instanceof e?t:t&&o?new e(t,o):t&&4===t.length&&!o?new e([t[0],t[1]],[t[2],t[3]]):void 0},o.World.get=function(){return new e([90,-180],[-90,180])},Object.defineProperties(e,o),e}(B.Class),Wd="centerChange",Kd=function(t){function e(e,o){t.call(this),this.widgetService=e,this.options=G({},this.options,o),this.offset={x:0,y:0}}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={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},o.anchor.get=function(){return this._anchor},o.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,o),e}(B.Class);jt(Kd,{border:{width:1},opacity:1});var Gd=function(t){function e(e,o){t.call(this),this.support=fd(),this._initOptions(o),this.map=e;var n=document.createElement("div");A(n,"k-layer"),n.style.zIndex=this.options.zIndex,n.style.opacity=this.options.opacity,this.element=n,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(),o=!wt(t.minZoom)||e>=t.minZoom,n=!wt(t.maxZoom)||e<=t.maxZoom,r=Ud.create(t.extent),i=!r||r.overlaps(this.map.extent());this._setVisibility(o&&n&&i)},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}(B.Class),qd=Math,Xd=B.geometry.Point;function Yd(t){return F(t)?t:et.compile(t)}function Zd(t){return new Xd(It(t.x),It(t.y))}function Qd(t){var e=t;return"string"!=typeof t&&(e+="px"),e}var $d=function(t){function e(e,o){t.call(this,e,o),"string"==typeof this.options.subdomains&&(this.options.subdomains=this.options.subdomains.split(""));var n=this._viewType();this._view=new n(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 Jd},e.prototype._activate=function(){t.prototype._activate.call(this),this.support.mobileOS||(this._pan||(this._pan=(0,B.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,o=e.extent(),n={nw:e.locationToLayer(o.nw).round(),se:e.locationToLayer(o.se).round()};t.center(e.locationToLayer(e.center())),t.extent(n),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}(Gd);jt($d,{tileSize:256,subdomains:["a","b","c"],urlTemplate:"",zIndex:1});var Jd=function(t){function e(e,o){t.call(this),this.element=e,this._initOptions(o),this.pool=new ef}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 Xd(qd.floor(t.x/this.options.tileSize),qd.floor(t.y/this.options.tileSize))},e.prototype.tileCount=function(){var t=this.size(),e=this.pointToTileIndex(this._extent.nw),o=this._extent.nw,n=this.indexToPoint(e).translate(-o.x,-o.y);return{x:qd.ceil((qd.abs(n.x)+t.width)/this.options.tileSize),y:qd.ceil((qd.abs(n.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,o=t.y;return new Xd(e*this.options.tileSize,o*this.options.tileSize)},e.prototype.subdomainText=function(){var t=this.options.subdomains;return t[this.subdomainIndex++%t.length]},e.prototype.destroy=function(){cd(this.element),this.pool.empty()},e.prototype.reset=function(){this.pool.reset(),this.subdomainIndex=0,this.render()},e.prototype.render=function(){var t,e,o,n=this.tileCount(),r=this.pointToTileIndex(this._extent.nw);for(e=0;e<n.x;e++)for(o=0;o<n.y;o++)(t=this.createTile({x:r.x+e,y:r.y+o})).visible||t.show()},e.prototype.createTile=function(t){var e=this.tileOptions(t),o=this.pool.get(this._center,e);return o.element.parentNode||this.element.append(o.element),o},e.prototype.tileOptions=function(t){var e=this.wrapIndex(t),o=this.indexToPoint(t),n=this._viewOrigin,r=o.clone().translate(-n.x,-n.y);return{index:e,currentIndex:t,point:o,offset:Zd(r),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=qd.pow(2,this._zoom);return{x:this.wrapValue(t.x,e),y:Ht(t.y,0,e-1)}},e.prototype.wrapValue=function(t,e){var o=qd.abs(t)%e;return t>=0?o:e-(0===o?e:o)},e}(B.Class),tf=function(t){function e(e,o){t.call(this),this.id=e,this.visible=!0,this._initOptions(o),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=Qd(this.options.offset.y),t.style.left=Qd(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 Yd(this.options.urlTemplate)(this.urlOptions())},e.prototype.errorUrl=function(){return Yd(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}(B.Class);jt(tf,{urlTemplate:"",errorUrlTemplate:""});var ef=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,o=this._items,n=Ot(t.point.toString()+t.offset.toString()+t.zoom+t.urlTemplate),r=0;r<o.length;r++)if(o[r].id===n){e=o[r];break}return e?e.show():(e=new tf(n,t),this._items.push(e)),e},e.prototype._remove=function(t){for(var e=this._items,o=-1,n=-1,r=0;r<e.length;r++){var i=e[r].options.point.distanceTo(t);i>o&&!e[r].visible&&(n=r,o=i)}-1!==n&&(e[n].destroy(),e.splice(n,1))},e}(B.Class);jt(ef,{maxSize:100});var of=Object.assign,nf="change",rf=function(t){function e(e,o){t.call(this);var n=this,r=e[0]||e;n.capture=!1;var i=dd(navigator.userAgent);r.addEventListener?(i.down.split(" ").forEach((function(t){r.addEventListener(t,md(n._press,n),!0)})),i.up.split(" ").forEach((function(t){r.addEventListener(t,md(n._release,n),!0)}))):(i.down.split(" ").forEach((function(t){r.attachEvent(t,md(n._press,n))})),i.up.split(" ").forEach((function(t){r.attachEvent(t,md(n._release,n))}))),n.bind(["press","release"],o||{})}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}(Id),af=function(t){function e(e){t.call(this);var o=this;o.forcedEnabled=!1,of(o,e),o.scale=1,o.horizontal?(o.measure="offsetWidth",o.scrollSize="scrollWidth",o.axis="x"):(o.measure="offsetHeight",o.scrollSize="scrollHeight",o.axis="y")}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.makeVirtual=function(){of(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,o=e.virtual?e._virtualMax:e.getTotal(),n=o*e.scale,r=e.getSize();(0!==o||e.forcedEnabled)&&(e.max=e.virtual?-e._virtualMin:0,e.size=r,e.total=n,e.min=Math.min(e.max,r-n),e.minScale=r/o,e.centerOffset=(n-r)/2,e.enabled=e.forcedEnabled||n>r,t||e.trigger(nf,e))},e}(Id),sf=function(t){function e(e){t.call(this);var o=this;o.x=new af(of({horizontal:!0},e)),o.y=new af(of({horizontal:!1},e)),o.container=e.container,o.forcedMinScale=e.minScale,o.maxScale=e.maxScale||100,o.bind(nf,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(nf)},e}(Id),cf=function(t){function e(e){t.call(this),of(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,o=e.dimension,n=e.axis,r=e.movable,i=r[n]+t;if(o.enabled){var a=t;(i<o.min&&t<0||i>o.max&&t>0)&&(a*=e.resistance),r.translateAxis(n,a),e.trigger(nf,e)}},e}(Id),lf=function(t){function e(e){t.call(this);var o,n,r,i,a=this;of(a,{elastic:!0},e),r=a.elastic?.5:0,i=a.movable,a.x=o=new cf({axis:"x",dimension:a.dimensions.x,resistance:r,movable:i}),a.y=n=new cf({axis:"y",dimension:a.dimensions.y,resistance:r,movable:i}),a.userEvents.bind(["press","move","end","gesturestart","gesturechange"],{gesturestart:function(t){a.gesture=t,a.offset=zt(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,r=a.gesture,s=r.center,c=t.center,l=t.distance/r.distance,h=a.dimensions.minScale,p=a.dimensions.maxScale;i.scale<=h&&l<1&&(l+=.8*(1-l)),i.scale*l>=p&&(l=p/i.scale);var u=i.x+a.offset.left,v=i.y+a.offset.top;e={x:(u-s.x)*l+c.x-u,y:(v-s.y)*l+c.y-v},i.scaleWith(l),o.dragMove(e.x),n.dragMove(e.y),a.dimensions.rescale(i.scale),a.gesture=t,t.preventDefault()},move:function(t){t.event.target.tagName.match(/textarea|input/i)||(o.dimension.enabled||n.dimension.enabled?(o.dragMove(t.x.delta),n.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}(B.Class),hf=function(t,e,o){return"translate3d("+t+"px,"+e+"px,0) scale("+o+")"},pf=function(t){function e(e){t.call(this);var o=this;o.support=fd(),this.transformStyle=this.support.transitions.prefix+"Transform",o.element=e,o.element.style.webkitTransformOrigin="left top",o.x=0,o.y=0,o.scale=1;var n=hf(o.x,o.y,o.scale);o.element.style[this.transformStyle]=n,o._saveCoordinates(n)}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){of(this,t),this.refresh()},e.prototype.refresh=function(){var t,e=this,o=e.x,n=e.y;e.round&&(o=Math.round(o),n=Math.round(n)),(t=hf(o,n,e.scale))!==e.coordinates&&(e.element.style[this.transformStyle]=t,e._saveCoordinates(t),e.trigger(nf))},e.prototype._saveCoordinates=function(t){this.coordinates=t},e}(Id),uf=B.drawing.Group,vf=function(t){function e(e,o){t.call(this,e,o),this._pan=md(this._pan,this),this.surface=B.drawing.Surface.create(this.element,{width:e.scrollElement.clientWidth,height:e.scrollElement.clientHeight}),this._initRoot(),this.movable=new pf(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 uf,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 df(this.map,this.options.style,this));for(var e=new uf,o=0;o<t.length;o++){var n=this._loader.parse(t[o]);n&&e.append(n)}this._root.clear(),this._root.append(e)},e.prototype.shapeCreated=function(t){var e=!1;if(t instanceof B.drawing.Circle&&this.map.options.renderPointsAsMarkers&&(e=wt(this._createMarker(t))),!e){var o={layer:this,shape:t};e=this.map.trigger("shapeCreated",o)}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(o){o.element&&e.map.trigger(t,e._eventArgs(o))}},e.prototype._mouseenter=function(t){if(t.element){this.map.trigger("shapeMouseEnter",this._eventArgs(t));var e=t.element,o=this._tooltipAnchor(t);this.map._tooltip.show(o,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=md(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}(Gd);jt(vf,{autoBind:!0,zIndex:100});var df=function(t){function e(e,o,n){t.call(this),this.observer=n,this.locator=e,this.style=o}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.parse=function(t){var e=new uf,o=!0;return"Feature"===t.type?(o=!1,this._loadGeometryTo(e,t.geometry,t),this._featureCreated(e,t)):this._loadGeometryTo(e,t,t),o&&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,o){var n,r,i=this,a=e.coordinates;switch(e.type){case"LineString":r=this._loadPolygon(t,[a],o),this._setLineFill(r);break;case"MultiLineString":for(n=0;n<a.length;n++)r=i._loadPolygon(t,[a[n]],o),i._setLineFill(r);break;case"Polygon":this._loadPolygon(t,a,o);break;case"MultiPolygon":for(n=0;n<a.length;n++)i._loadPolygon(t,a[n],o);break;case"Point":this._loadPoint(t,a,o);break;case"MultiPoint":for(n=0;n<a.length;n++)i._loadPoint(t,a[n],o)}},e.prototype._setLineFill=function(t){var e=t.segments;(e.length<4||!e[0].anchor().equals(St(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,o){var n=this._buildPolygon(e);return n.dataItem=o,n.location=this.locator.viewToLocation(n.bbox().center()),this._loadShape(t,n)},e.prototype._buildPolygon=function(t){for(var e=new(t.length>1?B.drawing.MultiPath:B.drawing.Path)(this.style),o=0;o<t.length;o++)for(var n=0;n<t[o].length;n++){var r=this.locator.locationToView(Fv.fromLngLat(t[o][n]));0===n?e.moveTo(r.x,r.y):e.lineTo(r.x,r.y)}return e},e.prototype._loadPoint=function(t,e,o){var n=Fv.fromLngLat(e),r=this.locator.locationToView(n),i=new B.geometry.Circle(r,10),a=new B.drawing.Circle(i,this.style);return a.dataItem=o,a.location=n,this._loadShape(t,a)},e}(B.Class),ff=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 o=this.options,n=it(o.valueField),r=t.slice(0);r.sort((function(t,e){return n(e)-n(t)}));for(var i,a=this._scaleType(),s=it(this.options.locationField),c=0;c<r.length;c++){var l=r[c],h=s(l),p=n(l);if(wt(h)&&wt(p)){i||(i=new a([0,p],[o.minSize,o.maxSize])),h=Fv.create(h);var u=e.map.locationToView(h),v=i.map(p),d=e._createSymbol({center:u,size:v,style:o.style,dataItem:l,location:h});d.dataItem=l,d.location=h,d.value=p,e._drawSymbol(d)}}}},e.prototype._scaleType=function(){var t=this.options.scale;return F(t)?t:mf[t]},e.prototype._createSymbol=function(t){var e=this.options.symbol;return F(e)||(e=yf[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}(vf);jt(ff,{locationField:"location",valueField:"value",minSize:0,maxSize:100,scale:"sqrt",symbol:"circle",zIndex:200});var mf={sqrt:function(t){function e(e,o){t.call(this),this._domain=e,this._range=o;var n=Math.sqrt(e[1])-Math.sqrt(e[0]),r=o[1]-o[0];this._ratio=r/n}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}(B.Class)},yf={circle:function(t){var e=new B.geometry.Circle(t.center,t.size/2);return new B.drawing.Circle(e,t.style)},square:function(t){var e=new B.drawing.Path(t.style),o=t.size/2,n=t.center;return e.moveTo(n.x-o,n.y-o).lineTo(n.x+o,n.y-o).lineTo(n.x+o,n.y+o).lineTo(n.x-o,n.y+o).close(),e}},gf="click",bf="mouseenter",xf="mouseleave",wf=Object.assign,_f="k-marker",zf="."+_f,Cf=function(t){function e(e,o){t.call(this,e,o),this._markerClickHandler=md(this._markerClick,this),yd(this.element,gf,zf,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,gf,this._markerClickHandler),this.clear()},e.prototype.add=function(t){if(!I(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 o={marker:t,layer:this};this.map.trigger("markerActivate",o)}},e.prototype._reset=function(){t.prototype._reset.call(this);for(var e=this.items,o=0;o<e.length;o++)this.update(e[o])},e.prototype.bind=function(t,e){var o=Mf.create(t,this.options);o.dataItem=e;var n={marker:o,layer:this};if(!this.map.trigger("markerCreated",n))return this.add(o),o},e.prototype._addOne=function(t){var e=Mf.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=it(this.options.locationField),o=it(this.options.titleField),n=0;n<t.length;n++){var r=t[n];this.bind({location:e(r),title:o(r)},r)}},e.prototype._markerClick=function(t){var e=t.currentTarget._kendoNode,o={layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e),originalEvent:t};this.map.trigger("markerClick",o)},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 wf({},{layer:this,layerIndex:this._layerIndex(),marker:e,markerIndex:(this.items||[]).indexOf(e)},t)},e}(Gd);jt(Cf,{zIndex:1e3,autoBind:!0,locationField:"location",titleField:"title",template:""});var Mf=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=Fv.create(t).toArray(),this.layer&&this.layer.update(this),this):Fv.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=pd(this._anchor.left),this.element.style.top=pd(this._anchor.top)},e.prototype.hide=function(){this.element&&(this.element.remove(),this.element=null)},e.prototype.bindEvents=function(){this.element&&(this._mouseEnterHandler=md(this._mouseEnter,this),yd(this.element,bf,zf,this._mouseEnterHandler),this._mouseLeaveHandler=md(this._mouseLeave,this),yd(this.element,xf,zf,this._mouseLeaveHandler))},e.prototype.unbindEvents=function(){this.element&&(xd(this.element,bf,this._mouseEnterHandler),xd(this.element,xf,this._mouseLeaveHandler))},e.prototype.render=function(){if(!this.element){var t=this.options,e=this.layer,o=document.createElement("span");if(A(o,_f),this.options.template){var n=this._compileTemplate(this.options.template)(this.dataItem),r=sd(n);o.appendChild(r)}else A(o,"k-icon k-icon-xxl k-i-marker-"+hd(t.shape||"pin"));t.title&&o.setAttribute("title",t.title);var i=t.attributes||{};Object.keys(i).forEach((function(t){o.setAttribute(t,i[t])})),o._kendoNode=this,o.style.zIndex=t.zIndex,this.element=o,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 et.compile(t,{paramName:"dataItem",useWithBlock:!1})},e.create=function(t,o){return t instanceof e?t:new e(G({},o,t))},e}(B.Class),kf=Object.assign;function Of(t){window.requestAnimationFrame(t)}var Sf=function(t){function e(){t.call(this);var e=this;e._tickProxy=md(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,Of(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()):Of(t._tickProxy))},e}(B.Class),Hf=function(t){function e(e){t.call(this),kf(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,Md()-this.startDate)},e.prototype.moveTo=function(t){var e=this,o=e.movable;e.initial=o[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=Md(),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,o,n){return t===n?e+o:o*(1-Math.pow(2,-10*t/n))+e},e}(Sf),Pf=Object.assign,Vf=function(t){t.preventDefault()},If=800,Af=0,Ef="press",Tf="hold",Bf="select",jf="start",Lf="move",Rf="end",Df="cancel",Nf="tap",Ff="doubleTap",Uf="release",Wf="gesturechange",Kf="gestureend",Gf="gesturetap",qf={api:0,touch:0,mouse:9,pointer:9};function Xf(t){var e,o,n,r=fd(),i=[],a=t.originalEvent||t,s=t.currentTarget,c=0;if(t.api)i.push({id:2,event:t,target:t.target,currentTarget:t.target,location:t,type:"api"});else if(t.type.match(/touch/))for(e=(o=a?a.changedTouches:[]).length;c<e;c++)n=o[c],i.push({location:n,event:t,target:n.target,currentTarget:s,id:n.identifier,type:"touch"});else r.pointers||r.msPointers?i.push({location:a,event:t,target:t.target,currentTarget:s,id:a.pointerId,type:"pointer"}):i.push({id:1,event:t,target:t.target,currentTarget:s,location:t,type:"mouse"});return i}var Yf=function(t){function e(e,o){t.call(this);var n=this;n.support=fd(),n.invalidZeroEvents=this.support.mobileOS&&this.support.mobileOS.android,n.axis=e,n._updateLocationData(o),n.startLocation=n.location,n.velocity=n.delta=0,n.timeStamp=Md()}return t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e,e.prototype.move=function(t){var e=this,o=t["page"+e.axis],n=Md(),r=n-e.timeStamp||1;!o&&this.invalidZeroEvents||(e.delta=o-e.location,e._updateLocationData(t),e.initialDelta=o-e.startLocation,e.velocity=e.delta/r,e.timeStamp=n)},e.prototype._updateLocationData=function(t){var e=this,o=e.axis;e.location=t["page"+o],e.client=t["client"+o],e.screen=t["screen"+o]},e}(B.Class),Zf=function(t){function e(e,o,n){t.call(this),Pf(this,{x:new Yf("X",n.location),y:new Yf("Y",n.location),type:n.type,useClickAsTap:e.useClickAsTap,threshold:e.threshold||qf[n.type],userEvents:e,target:o,currentTarget:n.currentTarget,initialTouch:n.target,id:n.id,pressEvent:n,_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(md(this._hold,this),this.userEvents.minHold),this._trigger(Ef,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(Nf,t):e._trigger(Ff,t),e.userEvents._clicks=0}),300))},e.prototype._hold=function(){this._trigger(Tf,this.pressEvent)},e.prototype.move=function(t){var e=this,o="api"!==t.type&&e.userEvents._shouldNotMove;if(!e._finished&&!o){if(e.x.move(t.location),e.y.move(t.location),!e._moved){if(e._withinIgnoreThreshold())return;if($f.current&&$f.current!==e.userEvents)return e.dispose();e._start(t)}e._finished||e._trigger(Lf,t)}},e.prototype.end=function(t){this.endTime=Md(),this._finished||(this._finished=!0,this._trigger(Uf,t),this._moved?this._trigger(Rf,t):this.useClickAsTap||(this.supportDoubleTap?this._tap(t):this._trigger(Nf,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=Md(),this._moved=!0,this._trigger(jf,t)},e.prototype._trigger=function(t,e){var o=this,n=e.event,r={touch:o,x:o.x,y:o.y,target:o.target,event:n};o.userEvents.notify(t,r)&&n.preventDefault()},e.prototype._withinIgnoreThreshold=function(){var t=this.x.initialDelta,e=this.y.initialDelta;return Math.sqrt(t*t+e*e)<=this.threshold},e}(B.Class);function Qf(t){for(var e=dd(navigator.userAgent).up.split(" "),o=0,n=e.length;o<n;o++)t(e[o])}var $f=function(t){function e(e,o){t.call(this);var n,r=this,i=fd();this.support=i,o=o||{},this.options=o,n=r.filter=o.filter,r.threshold=o.threshold||Af,r.minHold=o.minHold||If,r.touches=[],r._maxTouches=o.multiTouch?2:1,r.allowSelection=o.allowSelection,r.captureUpIfMoved=o.captureUpIfMoved,r.useClickAsTap=!o.fastTap&&!i.delayedClick(),r._clicks=0,r.supportDoubleTap=o.supportDoubleTap;var a=!i.touch||i.mouseAndTouchPresent;if(Pf(r,{element:e,surface:o.global&&a?e.ownerDocument.documentElement:o.surface||e,stopPropagation:o.stopPropagation,pressed:!1}),this._surfaceMoveHandler=md(this._move,this),yd(r.surface,zd("move"),this._surfaceMoveHandler),this._surfaceEndHandler=md(this._end,this),yd(r.surface,zd("up cancel"),this._surfaceEndHandler),this._elementStartHandler=md(this._start,this),yd(e,zd("down"),n,this._elementStartHandler),r.useClickAsTap&&(this._elementClickHandler=md(this._click,this),yd(e,zd("click"),n,this._elementClickHandler)),i.pointers||i.msPointers)if(i.browser.version<11){var s="pinch-zoom double-tap-zoom";e.style["-ms-touch-action"]=o.touchAction&&"none"!==o.touchAction?s+" "+o.touchAction:s}else e.style["touch-action"]=o.touchAction||"none";if(o.preventDragEvent&&(this._elementDragStartHandler=Vf,yd(e,zd("dragstart"),this._elementDragStartHandler)),this._elementSelectHandler=md(this._select,this),yd(e,zd("mousedown"),n,this._elementSelectHandler),r.captureUpIfMoved&&i.eventCapture){var c=r.surface,l=md(r.preventIfMoving,r);Qf((function(t){c.addEventListener(t,l,!0)}))}r.bind([Ef,Tf,Nf,Ff,jf,Lf,Rf,Uf,Df,"gesturestart",Wf,Kf,Gf,Bf],o)}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,o=this.element;if(!t._destroyed){if(t._destroyed=!0,t.captureUpIfMoved&&this.support.eventCapture){var n=t.surface;Qf((function(e){n.removeEventListener(e,t.preventIfMoving)}))}xd(t.surface,zd("move"),this._surfaceMoveHandler),xd(t.surface,zd("up cancel"),this._surfaceEndHandler),xd(o,zd("down"),this._elementStartHandler),t.useClickAsTap&&xd(o,zd("click"),this._elementClickHandler),e.preventDragEvent&&xd(o,zd("dragstart"),this._elementDragStartHandler),xd(o,zd("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(Df)},e.prototype.notify=function(t,e){var o,n,r,i,a,s,c,l,h=this.touches,p=t;if(this._isMultiTouch()){switch(p){case Lf:p=Wf;break;case Rf:p=Kf;break;case Nf:p=Gf}Pf(e,{touches:h},(o=h[0],n=h[1],r=o.x.location,i=o.y.location,c=r-(a=n.x.location),l=i-(s=n.y.location),{center:{x:(r+a)/2,y:(i+s)/2},distance:Math.sqrt(c*c+l*l)}))}return this.trigger(p,Pf(e,{type:p}))},e.prototype.press=function(t,e,o){this._apiCall("_start",t,e,o)},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 at(this.touches,(function(t){return t.isMoved()})).length},e.prototype._select=function(t){this.allowSelection&&!this.trigger(Bf,{event:t})||t.preventDefault()},e.prototype._start=function(t){var o,n,r=this,i=0,a=r.filter,s=Xf(t),c=s.length,l=t.which;if(!(l&&l>1||r._maxTouchesReached()))for(e.current=null,r.currentTarget=t.currentTarget,r.stopPropagation&&t.stopPropagation();i<c&&!r._maxTouchesReached();i++)n=s[i],(o=a?n.currentTarget:r.element)&&0===o.length||(n=new Zf(r,o,n),r.touches.push(n),n.press(),r._isMultiTouch()&&r.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:Md(),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 o,n,r,i,a={},s=Xf(e),c=this.touches;for(o=0;o<c.length;o++)a[(n=c[o]).id]=n;for(o=0;o<s.length;o++)(i=a[(r=s[o]).id])&&i[t](r)},e.prototype._apiCall=function(t,e,o,n){this[t]({api:!0,pageX:e,pageY:o,clientX:e,clientY:o,target:n||this.element,stopPropagation:kd,preventDefault:kd})},e.defaultThreshold=function(t){Af=t},e.minHold=function(t){If=t},e}(Id),Jf=Object.assign,tm=Math.abs,em="change",om="scroll",nm=function(t){function e(e){t.call(this,e);var o=this;Jf(o,e),o.userEvents.bind("gestureend",o.start.bind(this)),o.tapCapture.bind("press",o.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}(Sf),rm=function(t){function e(e){t.call(this);var o=this;Jf(o,e,{transition:new Hf({axis:e.axis,movable:e.movable,onEnd:function(){o._end()}})}),o.tapCapture.bind("press",(function(){o.cancel()})),o.userEvents.bind("end",md(o.start,o)),o.userEvents.bind("gestureend",md(o.start,o)),o.userEvents.bind("tap",md(o.onEnd,o))}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 tm(this.velocity)<1},e.prototype.start=function(e){var o,n=this;n.dimension.enabled&&(n.paneAxis.outOfBounds()?n.transition._started?(n.transition.cancel(),n.velocity=Math.min(e.touch[n.axis].velocity*n.velocityMultiplier,55),t.prototype.start.call(this)):n._snapBack():(o=2===e.touch.id?0:e.touch[n.axis].velocity,n.velocity=Math.max(Math.min(o*n.velocityMultiplier,55),-55),n.tapCapture.captureNext(),t.prototype.start.call(this)))},e.prototype.tick=function(){var t=this,e=t.dimension,o=t.paneAxis.outOfBounds()?.5:t.friction,n=t.velocity*=o,r=t.movable[t.axis]+n;!t.elastic&&e.outOfBounds(r)&&(r=Math.max(Math.min(r,e.max),e.min),t.velocity=0),t.movable.moveAxis(t.axis,r)},e.prototype._end=function(){this.tapCapture.cancelCapture(),this.end()},e.prototype._snapBack=function(){var t=this,e=t.dimension,o=t.movable[t.axis]>e.max?e.max:e.min;t._moveTo(o)},e.prototype._moveTo=function(t){this.transition.moveTo({location:t,duration:500,ease:Hf.easeOutExpo})},e}(Sf),im=function(t){function e(e){t.call(this,e),Jf(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 tm(this.offset.y)<5&&tm(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&&F(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}(Sf),am=function(t){function e(e){t.call(this);var o=this,n="x"===e.axis,r=sd('<div class="km-touch-scrollbar km-'+(n?"horizontal":"vertical")+'-scrollbar" />');Jf(o,e,{element:r,elementSize:0,movable:new pf(r),scrollMovable:e.movable,alwaysVisible:e.alwaysVisible,size:n?"width":"height"}),o.scrollMovable.bind(em,o.refresh.bind(o)),o.container.appendChild(r),e.alwaysVisible&&o.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,o=t.dimension,n=o.size,r=t.scrollMovable,i=n/o.total,a=Math.round(-r[e]*i),s=Math.round(n*i);this.element.style.display=i>=1?"none":"",a+s>n?s=n-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}(B.Class),sm=function(t){function e(e,o){t.call(this);var n=this;this.element=e,this._initOptions(o);var r,i,a=(r=navigator.userAgent,(i=ud(r)).ios||i.android);n._native=n.options.useNative&&a;var s=sd('<div class="km-scroll-header"/>');if(n._native)return A(e,"km-native-scroller"),ld(s,e),void Jf(n,{scrollElement:e,fixedContainer:e.children[0]});e.style.overflow="hidden",A(e,"km-scroll-wrapper"),function(t,e){for(t.appendChild(e);t.firstChild!==e;)e.appendChild(t.firstChild)}(e,sd('<div class="km-scroll-container"/>')),ld(s,e);var c=e.children[1],l=new rf(e),h=new pf(c),p=new sf({element:c,container:e,forcedEnabled:n.options.zoom}),u=this.options.avoidScrolling,v=new $f(e,{touchAction:"pan-y",fastTap:!0,allowSelection:!0,preventDragEvent:!0,captureUpIfMoved:!0,multiTouch:n.options.zoom,supportDoubleTap:n.options.supportDoubleTap,start:function(t){p.refresh();var e=tm(t.x.velocity),o=tm(t.y.velocity),r=2*e>=o,i=function(t,e){return t===e||function(t,e){if(!e)return!1;for(var o=e.parentNode;null!==o;){if(o===t)return!0;o=o.parentNode}return!1}(t,e)}(n.fixedContainer,t.event.target),a=2*o>=e;!i&&!u(t)&&n.enabled&&(p.x.enabled&&r||p.y.enabled&&a)?v.capture():v.cancel()}}),d=new lf({movable:h,dimensions:p,userEvents:v,elastic:n.options.elastic}),f=new nm({movable:h,dimensions:p,userEvents:v,tapCapture:l}),m=new im({moveTo:function(t){n.scrollTo(t.x,t.y)}});h.bind(em,(function(){n.scrollTop=-h.y,n.scrollLeft=-h.x,n.trigger(om,{scrollTop:n.scrollTop,scrollLeft:n.scrollLeft})})),n.options.mousewheelScrolling&&(this._wheelScrollHandler=this._wheelScroll.bind(this),yd(e,"wheel",this._wheelScrollHandler)),Jf(n,{movable:h,dimensions:p,zoomSnapBack:f,animatedScroller:m,userEvents:v,pane:d,tapCapture:l,pulled:!1,enabled:!0,scrollElement:c,scrollTop:0,scrollLeft:0,fixedContainer:e.children[0]}),n._initAxis("x"),n._initAxis("y"),n._wheelEnd=function(){n._wheel=!1,n.userEvents.end(0,n._wheelY)},p.refresh(),n.options.pullToRefresh&&n._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,o=t.originalEvent||t,n=o.wheelDeltaY;return o.wheelDelta?(void 0===n||n)&&(e=o.wheelDelta):o.detail&&o.axis===o.VERTICAL_AXIS&&(e=10*-o.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(tm(t)),this.scrollElement.scrollTop(tm(e))):(this.dimensions.refresh(),this.movable.moveTo({x:t,y:e}))},e.prototype.animatedScrollTo=function(t,e,o){var n,r;this._native?this.scrollTo(t,e):(n={x:this.movable.x,y:this.movable.y},r={x:t,y:e},this.animatedScroller.setCoordinates(n,r),this.animatedScroller.setCallback(o),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,o=e.movable,n=e.dimensions[t],r=e.tapCapture,i=e.pane[t],a=new am({axis:t,movable:o,dimension:n,container:e.element,alwaysVisible:e.options.visibleScrollHints});n.bind(em,(function(){a.refresh()})),i.bind(em,(function(){a.show()})),e[t+"inertia"]=new rm({axis:t,paneAxis:i,movable:o,tapCapture:r,userEvents:e.userEvents,dimension:n,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}(Id);jt(sm,{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"}}),Cd(sm,["pull",om,"resize"]);var cm=function(t,e){void 0===e&&(e={}),this.sender=e.sender||t,this.widget=t,this.rtl=Boolean(e.rtl)};cm.prototype.notify=function(t,e){this.widget&&this.widget.trigger(t,e)};const lm=cm;var hm=Math,pm=hm.min,um=hm.pow,vm=B.geometry.Point,dm="marker",fm="location",mm="wheel",ym={bubble:ff,shape:vf,tile:$d};ym[dm]=Cf;var gm=function(t){function e(e,o,n,r){void 0===o&&(o={}),void 0===n&&(n={}),void 0===r&&(r={}),t.call(this),this._init(e,o,n,r)}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(),I(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,mm,this._mousewheelHandler),t.prototype.destroy.call(this)},e.prototype._init=function(t,e,o,n){void 0===e&&(e={}),void 0===o&&(o={}),void 0===n&&(n={}),this.support=fd(),this.context=n,this.initObserver(n),this.initServices(n),this._notifyObserver("init"),this._initOptions(e),this._setEvents(e),this.crs=new id,this._initElement(t),this._viewOrigin=this._getOrigin(),this._tooltip=this._createTooltip(),this._initScroller(),this._initMarkers(),this._initControls(),this._initLayers(),this._reset();var r=(0,B.throttle)(this._mousewheel.bind(this),50);this._mousewheelHandler=function(t){t.preventDefault(),r(t)},yd(this.element,mm,this._mousewheelHandler)},e.prototype._initOptions=function(t){this.options=G({},this.options,t)},e.prototype._initElement=function(t){this.element=t,A(t,"k-map"),t.style.position="relative",t.setAttribute("data-role","map"),cd(t);var e=sd("<div />");this.element.appendChild(e)},e.prototype.initServices=function(t){void 0===t&&(t={}),this.widgetService=new lm(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,o=0;o<e.length;o++)if(e[o].requiresHandlers(t))return!0},e.prototype.trigger=function(e,o){void 0===o&&(o={}),o.sender=this;for(var n=this.observers,r=!1,i=0;i<n.length;i++)n[i].trigger(e,o)&&(r=!0);return r||t.prototype.trigger.call(this,e,o),r},e.prototype._notifyObserver=function(t,e){void 0===e&&(e={}),e.sender=this;for(var o=this.observers,n=!1,r=0;r<o.length;r++)o[r].trigger(t,e)&&(n=!0);return n},e.prototype.zoom=function(t){var e,o=this.options;if(wt(t)){var n=hm.round(Ht(t,o.minZoom,o.maxZoom));o.zoom!==n&&(o.zoom=n,this.widgetService.notify("zoomChange",{zoom:o.zoom}),this._reset()),e=this}else e=o.zoom;return e},e.prototype.center=function(t){var e;if(t){var o=Fv.create(t),n=Fv.create(this.options.center);o.equals(n)||(this.options.center=o.toArray(),this.widgetService.notify(Wd,{center:this.options.center}),this._reset()),e=this}else e=Fv.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(),cd(e),this._init(e,t,{},this.context),this._reset()},e.prototype.locationToLayer=function(t,e){var o=!this.options.wraparound,n=Fv.create(t);return this.crs.toPoint(n,this._layerSize(e),o)},e.prototype.layerToLocation=function(t,e){var o=!this.options.wraparound,n=vm.create(t);return this.crs.toLocation(n,this._layerSize(e),o)},e.prototype.locationToView=function(t){var e=Fv.create(t),o=this.locationToLayer(this._viewOrigin);return this.locationToLayer(e).translateWith(o.scale(-1))},e.prototype.viewToLocation=function(t,e){var o=this.locationToLayer(this._getOrigin(),e),n=vm.create(t).clone().translateWith(o);return this.layerToLocation(n,e)},e.prototype.eventOffset=function(t){var e,o,n=zt(this.element);if(t.x&&t.x[fm]||t.y&&t.y[fm])e=t.x[fm]-n.left,o=t.y[fm]-n.top;else{var r=t.originalEvent||t;e=Et(r.pageX,r.clientX)-n.left,o=Et(r.pageY,r.clientY)-n.top}return new B.geometry.Point(e,o)},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(),o=t.clientWidth;return this.options.wraparound||(o=pm(e,o)),{width:o,height:pm(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 o,n=this.viewSize(),r=this._origin=Fv.create(t);return(o=this.locationToLayer(r,e)).x+=n.width/2,o.y+=n.height/2,this.options.center=this.layerToLocation(o,e).toArray(),this.widgetService.notify(Wd,{center:this.options.center}),this},e.prototype._getOrigin=function(t){var e,o=this.viewSize();return!t&&this._origin||((e=this.locationToLayer(this.center())).x-=o.width/2,e.y-=o.height/2,this._origin=this.layerToLocation(e)),this._origin},e.prototype._setExtent=function(t){var e=Ud.create(t),o=e.se.clone();this.options.wraparound&&o.lng<0&&t.nw.lng>0&&(o.lng=180+(180+o.lng));var n=new Ud(e.nw,o);this.center(n.center());var r,i=this.element.clientWidth,a=this.element.clientHeight;for(r=this.options.maxZoom;r>=this.options.minZoom;r--){var s=this.locationToLayer(n.nw,r),c=this.locationToLayer(n.se,r),l=hm.abs(c.x-s.x),h=hm.abs(c.y-s.y);if(l<=i&&h<=a)break}this.zoom(r)},e.prototype._getExtent=function(){var t=this._getOrigin(),e=this.locationToLayer(t),o=this.viewSize();e.x+=o.width,e.y+=o.height;var n=this.layerToLocation(e);return new Ud(t,n)},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 o=t.position||e,n="."+Od(o).replace(" ","."),r=this.element.querySelector(".k-map-controls"+n)||[];if(0===r.length){var i=document.createElement("div");A(i,"k-map-controls "+Od(o)),r=i,this.element.appendChild(r)}var a=document.createElement("div");return r.appendChild(a),a},e.prototype._createAttribution=function(t){var e=this._createControlElement(t,"bottomRight");this.attribution=new Ad(e,t)},e.prototype._createNavigator=function(t){var e=this._createControlElement(t,"topLeft"),o=this.navigator=new Bd(e,t);this._navigatorPan=this._navigatorPan.bind(this),o.bind("pan",this._navigatorPan),this._navigatorCenter=this._navigatorCenter.bind(this),o.bind("center",this._navigatorCenter)},e.prototype._navigatorPan=function(t){var e=this.scroller,o=e.scrollLeft+t.x,n=e.scrollTop-t.y,r=this._virtualSize,i=this.element.clientWidth,a=this.element.clientHeight;o=Ht(o,r.x.min,r.x.max-i),n=Ht(n,r.y.min,r.y.max-a),this.scroller.one("scroll",md(this._scrollEnd,this)),this.scroller.scrollTo(-o,-n)},e.prototype._navigatorCenter=function(){this.center(this.options.center)},e.prototype._createZoomControl=function(t){var e=this._createControlElement(t,"topLeft"),o=this.zoomControl=new Rd(e,t);this._zoomControlChange=this._zoomControlChange.bind(this),o.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,o=this.scroller=new sm(this.element.children[0],{friction:t,velocityMultiplier:5,zoom:e,mousewheelScrolling:!1,supportDoubleTap:!0});o.bind("scroll",md(this._scroll,this)),o.bind("scrollEnd",md(this._scrollEnd,this)),o.userEvents.bind("gesturestart",md(this._scaleStart,this)),o.userEvents.bind("gestureend",md(this._scale,this)),o.userEvents.bind("doubleTap",md(this._doubleTap,this)),o.userEvents.bind("tap",md(this._tap,this)),this.scrollElement=o.scrollElement},e.prototype._initLayers=function(){for(var t=this.options.layers,e=this.layers=[],o=0;o<t.length;o++){var n=t[o],r=this._createLayer(n);e.push(r)}},e.prototype._createLayer=function(t){var e=t.type||"shape",o=this.options.layerDefaults[e],n=G({},e===dm?this.options.markerDefaults:o,t),r=new(0,ym[e])(this,n);return e===dm&&(this.markers=r),r},e.prototype._createTooltip=function(){return new Kd(this.widgetService,this.options.tooltip)},e.prototype._initMarkers=function(){(this.options.layers||[]).filter((function(t){return t&&t.type===dm})).length>0||(this.markers=new Cf(this,this.options.markerDefaults),this.markers.add(this.options.markers))},e.prototype._scroll=function(t){var e=this.locationToLayer(this._viewOrigin).round(),o=t.sender.movable,n=new B.geometry.Point(o.x,o.y).scale(-1).scale(1/o.scale);e.x+=n.x,e.y+=n.y,this._scrollOffset=n,this._tooltip.offset=n,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=Md(),this.trigger("panEnd",{originalEvent:t,origin:this._getOrigin(),center:this.center()}))},e.prototype._panComplete=function(){return Md()-(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,o=this._scaleToZoom(e),n=new B.geometry.Point(t.center.x,t.center.y),r=this.viewToLocation(n,o),i=this.locationToLayer(r,o).translate(-n.x,-n.y);this._zoomAround(i,o),this.trigger("zoomEnd",{originalEvent:t})},e.prototype._scaleToZoom=function(t){var e=this._layerSize()*t/this.options.minSize,o=hm.log(e)/hm.log(2);return hm.round(o)},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,o=t.dimensions.y,n=this._layerSize(),r=this.extent().nw,i=this.locationToLayer(r).round();t.movable.round=!0,t.reset(),t.userEvents.cancel();var a=this.zoom();t.dimensions.forcedMinScale=um(2,this.options.minZoom-a),t.dimensions.maxScale=um(2,this.options.maxZoom-a);var s={min:-i.x,max:n-i.x},c={min:-i.y,max:n-i.y};if(this.options.wraparound&&(s.max=20*n,s.min=-s.max),!1===this.options.pannable){var l=this.viewSize();s.min=c.min=0,s.max=l.width,c.max=l.height}e.makeVirtual(),o.makeVirtual(),e.virtualSize(s.min,s.max),o.virtualSize(c.min,c.max),this._virtualSize={x:s,y:c}},e.prototype._renderLayers=function(){},e.prototype._layerSize=function(t){var e=Et(t,this.options.zoom);return this.options.minSize*um(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,o=this.eventOffset(t),n=this.viewToLocation(o),r=this.locationToLayer(n,e).translate(-o.x,-o.y);this._zoomAround(r,e),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._mousewheel=function(t){var e=yt(t)>0?-1:1,o=this.options,n=this.zoom(),r=Ht(n+e,o.minZoom,o.maxZoom);if(!1!==o.zoomable&&r!==n&&!this.trigger("zoomStart",{originalEvent:t})){var i=this.eventOffset(t),a=this.viewToLocation(i),s=this.locationToLayer(a,r).translate(-i.x,-i.y);this._zoomAround(s,r),this.trigger("zoomEnd",{originalEvent:t})}},e.prototype._toDocumentCoordinates=function(t){var e=zt(this.element);return{left:It(t.x+e.left),top:It(t.y+e.top)}},e}(Id);jt(gm,{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],zoom:3,minSize:256,minZoom:1,maxZoom:19,markers:[],markerDefaults:{shape:"pinTarget",tooltip:{position:"top"}},wraparound:!0,renderPointsAsMarkers:!1}),Cd(gm,["beforeReset","click","markerActivate","markerClick","markerCreated","markerMouseEnter","markerMouseLeave","pan","panEnd","reset","shapeClick","shapeCreated","shapeFeatureCreated","shapeMouseEnter","shapeMouseLeave","zoomEnd","zoomStart"]);const bm=gm;var xm=1.5,wm=.4,_m="#000",zm="Arial, Helvetica, sans-serif",Cm="11px "+zm,Mm="12px "+zm,km="16px "+zm,Om="transparent",Sm="#fff",Hm=function(){return{icon:{border:{width:1}},label:{font:Mm,padding:3},line:{length:10,width:2},visible:!0}},Pm=function(){return{outliersField:"",meanField:"",border:{_brightness:.8,width:1},downColor:Sm,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}}},Vm=function(){return{gap:xm,spacing:wm,target:{color:"#ff0000"}}},Im=function(){return{gap:.5,line:{color:_m,width:1},spacing:wm}},Am=function(t){return{visible:!0,labels:{font:Cm},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:xm,spacing:wm},boxPlot:Pm(),bubble:{border:{width:0},labels:{background:Om},opacity:.6},bullet:Vm(),candlestick:{border:{_brightness:.8,width:1},downColor:Sm,gap:1,highlight:{border:{opacity:1,width:2},line:{width:2}},line:{color:_m,width:1},spacing:.3},column:{gap:xm,spacing:wm},heatmap:{labels:{color:"",background:Om,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}}},horizontalWaterfall:Im(),line:{width:2},notes:Hm(),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:xm,spacing:wm},rangeColumn:{gap:xm,spacing:wm},scatterLine:{width:1},verticalArea:{highlight:{markers:{border:{}}},line:{opacity:1,width:0},markers:{size:6,visible:!1},opacity:.4},verticalBoxPlot:Pm(),verticalBullet:Vm(),verticalLine:{width:2},waterfall:Im()}},Em=function(t){return void 0===t&&(t={}),{axisDefaults:{labels:{font:Mm},notes:Hm(),title:{font:km,margin:5}},categoryAxis:{majorGridLines:{visible:!0}},navigator:{pane:{height:90,margin:{top:10}}},seriesDefaults:Am(t),title:{font:km},subtitle:{font:Mm},legend:{labels:{font:Mm}}}}},8696:(t,e,o)=>{o.r(e),o.d(e,{accessibilityIcon:()=>Ro,aggregateFieldsIcon:()=>ll,alignBottomIcon:()=>Ti,alignCenterIcon:()=>ji,alignItemsBaselineAltIcon:()=>Zr,alignItemsBaselineIcon:()=>Kr,alignItemsCenterAltIcon:()=>qr,alignItemsCenterIcon:()=>Fr,alignItemsEndAltIcon:()=>Xr,alignItemsEndIcon:()=>Ur,alignItemsStartAltIcon:()=>Gr,alignItemsStartIcon:()=>Nr,alignItemsStretchAltIcon:()=>Yr,alignItemsStretchIcon:()=>Wr,alignJustifyIcon:()=>Ri,alignLeftIcon:()=>Bi,alignMiddleIcon:()=>Ei,alignRemoveIcon:()=>Di,alignRightIcon:()=>Li,alignSelfCenterAltIcon:()=>pr,alignSelfCenterIcon:()=>cr,alignSelfEndAltIcon:()=>ur,alignSelfEndIcon:()=>lr,alignSelfStartAltIcon:()=>hr,alignSelfStartIcon:()=>sr,alignSelfStretchAltIcon:()=>Dr,alignSelfStretchIcon:()=>Rr,alignToGridIcon:()=>wr,alignTopIcon:()=>Ai,allIcon:()=>bi,anchorIcon:()=>ms,applyFormatIcon:()=>es,arrowDownIcon:()=>S,arrowLeftIcon:()=>H,arrowOverflowDownIcon:()=>w,arrowRightIcon:()=>O,arrowRotateCcwIcon:()=>fe,arrowRotateCcwSmallIcon:()=>ge,arrowRotateCwIcon:()=>me,arrowRotateCwSmallIcon:()=>be,arrowUpIcon:()=>k,arrowsAxesIcon:()=>E,arrowsLeftRightIcon:()=>ot,arrowsMoveIcon:()=>Mo,arrowsNoChangeIcon:()=>x,arrowsNoRepeatIcon:()=>ye,arrowsSwapIcon:()=>T,arrowsTopBottomIcon:()=>nt,barcodeIcon:()=>No,barcodeOutlineIcon:()=>Do,barcodeQrCodeScannerIcon:()=>Go,barcodeScannerIcon:()=>Fo,behanceBoxIcon:()=>Yc,behanceIcon:()=>Xc,bellIcon:()=>On,binocularsIcon:()=>Ka,bloggerBoxIcon:()=>yc,bloggerIcon:()=>mc,blurIcon:()=>Jn,boldIcon:()=>ci,bookIcon:()=>Ea,borderBottomIcon:()=>ia,borderLeftIcon:()=>aa,borderRadiusBottomLeftIcon:()=>rt,borderRadiusBottomRightIcon:()=>it,borderRadiusIcon:()=>ct,borderRadiusTopLeftIcon:()=>at,borderRadiusTopRightIcon:()=>st,borderRightIcon:()=>sa,borderStyleBottomIcon:()=>lt,borderStyleIcon:()=>vt,borderStyleLeftIcon:()=>ht,borderStyleRightIcon:()=>pt,borderStyleTopIcon:()=>ut,borderTopIcon:()=>ra,bordersAllIcon:()=>Ji,bordersInsideHorizontalIcon:()=>oa,bordersInsideIcon:()=>ea,bordersInsideVerticalIcon:()=>na,bordersNoneIcon:()=>ca,bordersOutsideIcon:()=>ta,bordersShowHideIcon:()=>la,boxSizingIcon:()=>dt,brightnessContrastIcon:()=>Xn,bringBackwardIcon:()=>ar,bringForwardIcon:()=>ir,bringToBackIcon:()=>rr,bringToFrontIcon:()=>nr,brushIcon:()=>Wn,buildingBlocksIcon:()=>hs,buttonIcon:()=>da,calculatorIcon:()=>ko,calendarDateIcon:()=>ma,calendarIcon:()=>we,cameraIcon:()=>Vn,cancelCircleIcon:()=>Be,cancelIcon:()=>Ee,cancelOutlineIcon:()=>Te,caretAltDownIcon:()=>l,caretAltExpandIcon:()=>b,caretAltLeftIcon:()=>h,caretAltRightIcon:()=>c,caretAltToBottomIcon:()=>v,caretAltToLeftIcon:()=>d,caretAltToRightIcon:()=>u,caretAltToTopIcon:()=>p,caretAltUpIcon:()=>s,caretBlIcon:()=>i,caretBrIcon:()=>r,caretDoubleAltDownIcon:()=>y,caretDoubleAltLeftIcon:()=>g,caretDoubleAltRightIcon:()=>m,caretDoubleAltUpIcon:()=>f,caretTlIcon:()=>a,caretTrIcon:()=>n,cartIcon:()=>Oo,categorizeIcon:()=>j,cellSplitHorizontallyIcon:()=>As,cellSplitVerticallyIcon:()=>Es,cellsMergeHorizontallyIcon:()=>Vs,cellsMergeIcon:()=>Ps,cellsMergeVerticallyIcon:()=>Is,changeManuallyIcon:()=>Ma,chartAreaClusteredIcon:()=>Lh,chartAreaRangeIcon:()=>Nh,chartAreaStacked100Icon:()=>Dh,chartAreaStackedIcon:()=>Rh,chartBarClusteredIcon:()=>Eh,chartBarRangeIcon:()=>jh,chartBarStacked100Icon:()=>Bh,chartBarStackedIcon:()=>Th,chartBubbleIcon:()=>ep,chartCandlestickIcon:()=>op,chartChoroplethIcon:()=>cp,chartColumnClusteredIcon:()=>Ph,chartColumnRangeIcon:()=>Ah,chartColumnStacked100Icon:()=>Ih,chartColumnStackedIcon:()=>Vh,chartDoughnutIcon:()=>Yh,chartLineIcon:()=>Fh,chartLineMarkersIcon:()=>Kh,chartLineStacked100Icon:()=>Wh,chartLineStacked100MarkersIcon:()=>qh,chartLineStackedIcon:()=>Uh,chartLineStackedMarkersIcon:()=>Gh,chartOhlcIcon:()=>np,chartPieIcon:()=>Xh,chartRadarFilledIcon:()=>ap,chartRadarIcon:()=>rp,chartRadarMarkersIcon:()=>ip,chartRoseIcon:()=>sp,chartScatterIcon:()=>Zh,chartScatterSmoothLinesIcon:()=>$h,chartScatterSmoothLinesMarkersIcon:()=>Qh,chartScatterStraightLinesIcon:()=>tp,chartScatterStraightLinesMarkersIcon:()=>Jh,checkCircleIcon:()=>Re,checkIcon:()=>je,checkOutlineIcon:()=>Le,checkboxCheckedIcon:()=>wn,checkboxIcon:()=>xn,checkboxIndeterminateIcon:()=>_n,checkboxNullIcon:()=>zn,chevronDoubleDownIcon:()=>ft,chevronDoubleLeftIcon:()=>mt,chevronDoubleRightIcon:()=>yt,chevronDoubleUpIcon:()=>gt,chevronDownIcon:()=>C,chevronLeftIcon:()=>M,chevronRightIcon:()=>z,chevronUpIcon:()=>_,circleIcon:()=>Cn,clearCssIcon:()=>os,clipboardCodeIcon:()=>Ya,clipboardHtmlIcon:()=>$a,clipboardIcon:()=>Xa,clipboardMarkdownIcon:()=>Ja,clipboardTextIcon:()=>ts,clipboardWordAltIcon:()=>Qa,clipboardWordIcon:()=>Za,clockArrowRotateIcon:()=>Jo,clockIcon:()=>xe,closedCaptionsIcon:()=>hn,cloudIcon:()=>jl,codeIcon:()=>Sl,codeSnippetIcon:()=>ua,colResizeIcon:()=>A,columnFreezeIcon:()=>Ls,columnsIcon:()=>X,commentIcon:()=>La,commentRemoveIcon:()=>Ra,commentsRemoveIcon:()=>Da,connectorIcon:()=>So,convertLowercaseIcon:()=>vi,convertUppercaseIcon:()=>di,copyFormatIcon:()=>ns,copyIcon:()=>Ga,cropIcon:()=>jn,crosstabIcon:()=>ec,crosstabWizardIcon:()=>oc,csIcon:()=>El,csprojIcon:()=>Il,css3Icon:()=>kl,cssIcon:()=>Hl,customFormatIcon:()=>Ys,customIconIcon:()=>Aa,cutIcon:()=>qa,dataCsvIcon:()=>Ql,dataIcon:()=>Dl,dataJsonIcon:()=>$l,dataOdsIcon:()=>bt,dataRestIcon:()=>xh,dataSdsIcon:()=>ae,dataSqlIcon:()=>Jl,dataWebIcon:()=>th,decimalDecreaseIcon:()=>Qs,decimalIncreaseIcon:()=>Zs,decreaseHorizontalSpacingIcon:()=>Sr,decreaseVerticalSpacingIcon:()=>Ir,deliciousBoxIcon:()=>bc,deliciousIcon:()=>gc,detailSectionIcon:()=>ql,diggBoxIcon:()=>wc,diggIcon:()=>xc,dimensionsIcon:()=>Lr,displayBlockIcon:()=>wt,displayFlexIcon:()=>_t,displayInlineBlockIcon:()=>le,displayInlineFlexIcon:()=>zt,divIcon:()=>gi,divideIcon:()=>Lo,documentManagerIcon:()=>Ia,dollarIcon:()=>qs,downloadIcon:()=>lo,downloadLightIcon:()=>se,dragAndDropIcon:()=>B,dribbbleBoxIcon:()=>Qc,dribbbleIcon:()=>Zc,dropletIcon:()=>Gn,dropletSlashIcon:()=>br,dropletSliderIcon:()=>Ct,editToolsIcon:()=>za,envelopeBoxIcon:()=>zc,envelopeIcon:()=>_c,envelopeLinkIcon:()=>fs,equalIcon:()=>Eo,exclamationCircleIcon:()=>Pn,exeIcon:()=>Vl,exportIcon:()=>Sh,eyeIcon:()=>wo,eyeSlashIcon:()=>ce,eyedropperIcon:()=>Er,facebookBoxIcon:()=>Mc,facebookIcon:()=>Cc,fileAddIcon:()=>pl,fileAscxIcon:()=>_l,fileAudioIcon:()=>hh,fileBacIcon:()=>zl,fileConfigIcon:()=>wl,fileCsvIcon:()=>vl,fileDataIcon:()=>vh,fileDiscImageIcon:()=>dh,fileErrorIcon:()=>gh,fileExcelIcon:()=>dl,fileFlashIcon:()=>xl,fileFooterIcon:()=>Fl,fileHeaderIcon:()=>Nl,fileHorizontalIcon:()=>Ll,fileIcon:()=>hl,fileImageIcon:()=>ph,fileMdbIcon:()=>ml,filePdfIcon:()=>gl,filePptIcon:()=>yl,filePresentationIcon:()=>uh,fileProgrammingIcon:()=>fh,filePsdIcon:()=>bl,fileReportIcon:()=>Mt,fileTxtIcon:()=>ul,fileTypescriptIcon:()=>wh,fileVideoIcon:()=>lh,fileWordIcon:()=>fl,fileWrenchIcon:()=>si,fileZipIcon:()=>Cl,filesErrorIcon:()=>bh,filmIcon:()=>Ml,filterAddExpressionIcon:()=>io,filterAddGroupIcon:()=>ao,filterClearIcon:()=>eo,filterIcon:()=>to,filterSmallIcon:()=>oo,filterSortAscSmallIcon:()=>no,filterSortDescSmallIcon:()=>ro,flashManagerIcon:()=>Wa,flipHorizontalIcon:()=>Rn,flipVerticalIcon:()=>Dn,folderAddIcon:()=>al,folderIcon:()=>rl,folderMoreIcon:()=>cl,folderOpenIcon:()=>il,folderUpIcon:()=>sl,fontFamilyIcon:()=>pi,fontSizeIcon:()=>$s,foregroundColorIcon:()=>ui,formElementIcon:()=>pa,formIcon:()=>ha,formatCodeBlockIcon:()=>ls,formulaFxIcon:()=>Ws,forwardIcon:()=>rn,fullscreenExitIcon:()=>gr,fullscreenIcon:()=>yr,gapColumnIcon:()=>kt,gapRowIcon:()=>Ot,gaugeLinearIcon:()=>pe,gaugeRadialIcon:()=>ue,gearIcon:()=>go,gearsIcon:()=>bo,globeIcon:()=>cc,globeLinkIcon:()=>vs,globeOutlineIcon:()=>sc,globeUnlinkIcon:()=>ds,googleBoxIcon:()=>Oc,googleIcon:()=>kc,googlePlusBoxIcon:()=>Hc,googlePlusIcon:()=>Sc,graphIcon:()=>Hh,grayscaleIcon:()=>$n,greaterOrEqualIcon:()=>jo,gridIcon:()=>L,gridLayoutIcon:()=>R,groupBoxIcon:()=>ya,groupCollectionIcon:()=>eh,groupFooterSectionIcon:()=>Wl,groupHeaderSectionIcon:()=>Ul,groupIcon:()=>D,groupSectionIcon:()=>Yl,h1Icon:()=>xi,h2Icon:()=>wi,h3Icon:()=>_i,h4Icon:()=>zi,h5Icon:()=>Ci,h6Icon:()=>Mi,handIcon:()=>Xo,handleDragIcon:()=>F,handleResizeAltIcon:()=>St,handleResizeIcon:()=>Ht,hdIcon:()=>ln,heartIcon:()=>yn,heartOutlineIcon:()=>mn,homeIcon:()=>et,horizontalRuleIcon:()=>Fi,html5Icon:()=>Ol,hyperlinkOpenIcon:()=>po,hyperlinkOpenSmIcon:()=>uo,imageAbsolutePositionIcon:()=>Js,imageAddIcon:()=>Ta,imageEditIcon:()=>Ba,imageExportIcon:()=>An,imageIcon:()=>In,imageMapEditorIcon:()=>ja,imageResizeIcon:()=>Bn,imagesIcon:()=>Pt,importIcon:()=>Oh,inboxIcon:()=>fc,increaseHorizontalSpacingIcon:()=>Or,increaseVerticalSpacingIcon:()=>Vr,indentIcon:()=>Si,infoCircleIcon:()=>Sn,inheritedIcon:()=>ch,insertBottomIcon:()=>Ii,insertMiddleIcon:()=>Vi,insertTopIcon:()=>Pi,invertColorsIcon:()=>Zn,italicIcon:()=>li,jsIcon:()=>Pl,justifyContentAroundAltIcon:()=>ai,justifyContentAroundIcon:()=>ei,justifyContentBetweenAltIcon:()=>ii,justifyContentBetweenIcon:()=>ti,justifyContentCenterAltIcon:()=>ni,justifyContentCenterIcon:()=>$r,justifyContentEndAltIcon:()=>ri,justifyContentEndIcon:()=>Jr,justifyContentStartAltIcon:()=>oi,justifyContentStartIcon:()=>Qr,kpiStatusDenyIcon:()=>Vo,kpiStatusHoldIcon:()=>Io,kpiStatusOpenIcon:()=>Ao,launchIcon:()=>vo,layout1By4Icon:()=>W,layout2By2Icon:()=>K,layoutIcon:()=>U,layoutSideBySideIcon:()=>G,layoutStackedIcon:()=>q,lessOrEqualIcon:()=>Bo,letterSpaceIcon:()=>Vt,levelDownIcon:()=>P,levelToTopIcon:()=>I,levelUpIcon:()=>V,lineHeightIcon:()=>It,linkAddIcon:()=>us,linkIcon:()=>Se,linkVerticalIcon:()=>Pe,linkedinBoxIcon:()=>Vc,linkedinIcon:()=>Pc,listLatinBigIcon:()=>At,listLatinSmallIcon:()=>Et,listOrderedIcon:()=>ki,listRomanBigIcon:()=>Tt,listRomanLowerIcon:()=>kh,listRomanSmallIcon:()=>Bt,listRomanUpperIcon:()=>Mh,listUnorderedIcon:()=>Oi,listUnorderedOutlineIcon:()=>jt,listUnorderedSquareIcon:()=>Lt,lockIcon:()=>Ie,loginIcon:()=>so,logoutIcon:()=>co,makeHorizontalSpacingEqualIcon:()=>kr,makeSameHeightIcon:()=>Mr,makeSameSizeIcon:()=>zr,makeSameWidthIcon:()=>Cr,makeVerticalSpacingEqualIcon:()=>Pr,mapMarkerIcon:()=>lc,mapMarkerTargetIcon:()=>hc,maxHeightIcon:()=>Rt,maxWidthIcon:()=>Dt,mediaManagerIcon:()=>Fa,menuIcon:()=>Q,minHeightIcon:()=>Nt,minWidthIcon:()=>Ft,minusCircleIcon:()=>Xe,minusIcon:()=>Ge,minusOutlineIcon:()=>qe,minusSmIcon:()=>Po,mirrorIcon:()=>Ln,moreHorizontalIcon:()=>J,moreVerticalIcon:()=>$,musicNotesIcon:()=>un,myspaceBoxIcon:()=>Ac,myspaceIcon:()=>Ic,nonRecurrenceIcon:()=>xt,notEqualIcon:()=>To,outdentIcon:()=>Hi,outlineOffsetIcon:()=>Ut,outlineWidthIcon:()=>Wt,overlapIcon:()=>tt,paddingBottomIcon:()=>Kt,paddingIcon:()=>Yt,paddingLeftIcon:()=>Gt,paddingRightIcon:()=>qt,paddingTopIcon:()=>Xt,pageFooterSectionIcon:()=>Gl,pageHeaderSectionIcon:()=>Kl,paletteIcon:()=>Kn,paneFreezeIcon:()=>Bs,paperPlaneIcon:()=>he,paperclipAltIcon:()=>Oe,paperclipIcon:()=>ke,paragraphAddIcon:()=>_a,parameterBooleanIcon:()=>oh,parameterDateTimeIcon:()=>nh,parameterFloatIcon:()=>rh,parameterIntegerIcon:()=>ih,parameterStringIcon:()=>ah,parametersByteArrayIcon:()=>mh,parametersIcon:()=>Zl,parametersUnknownIcon:()=>yh,passwordIcon:()=>wa,pauseIcon:()=>en,pauseSmIcon:()=>dn,pencilIcon:()=>Ce,percentIcon:()=>Xs,photosIcon:()=>xr,pinIcon:()=>pc,pinterestBoxIcon:()=>Tc,pinterestIcon:()=>Ec,playIcon:()=>tn,playSmIcon:()=>vn,playlistIcon:()=>pn,plusCircleIcon:()=>Ke,plusIcon:()=>Ue,plusOutlineIcon:()=>We,plusSmIcon:()=>Ho,pointerIcon:()=>Yo,positionBottomIcon:()=>Zt,positionLeftIcon:()=>Qt,positionRightIcon:()=>$t,positionTopIcon:()=>Jt,printIcon:()=>ze,puzzlePieceIcon:()=>ps,qrCodeIcon:()=>Wo,qrCodeOutlineIcon:()=>Uo,qrCodeScannerIcon:()=>Ko,questionCircleIcon:()=>Hn,radiobuttonCheckedIcon:()=>kn,radiobuttonIcon:()=>Mn,redditBoxIcon:()=>jc,redditIcon:()=>Bc,redoIcon:()=>de,regularExpressionIcon:()=>te,removeHorizontalSpacingIcon:()=>Hr,removeVerticalSpacingIcon:()=>Ar,reorderIcon:()=>Z,replaceAllIcon:()=>ee,replaceSingleIcon:()=>oe,reportElementIcon:()=>ne,rewindIcon:()=>nn,rightDoubleQuotesIcon:()=>re,rotateIcon:()=>Nn,rotateLeftIcon:()=>Un,rotateRightIcon:()=>Fn,roundCornersIcon:()=>or,rowFreezeIcon:()=>js,rowsIcon:()=>Y,rssBoxIcon:()=>Jc,rssIcon:()=>$c,saveIcon:()=>_e,searchIcon:()=>_o,selectAllIcon:()=>va,selectBoxIcon:()=>fa,setColumnPositionIcon:()=>$o,shapeLineIcon:()=>qn,shapesIcon:()=>er,shareIcon:()=>vc,sharpenIcon:()=>tr,signatureIcon:()=>qo,silverlightIcon:()=>Na,sizeToGridIcon:()=>_r,slidersIcon:()=>Yn,slnIcon:()=>Bl,snapGridIcon:()=>Tr,snapToGridlinesIcon:()=>Br,snapToSnaplinesIcon:()=>jr,sortAscIcon:()=>Ye,sortAscSmallIcon:()=>$e,sortClearIcon:()=>Qe,sortDescIcon:()=>Ze,sortDescSmallIcon:()=>Je,spellCheckerIcon:()=>Ds,starIcon:()=>bn,starOutlineIcon:()=>gn,stickIcon:()=>Zo,stopIcon:()=>on,stopSmIcon:()=>fn,strikethroughIcon:()=>fi,stripAllFormattingIcon:()=>rs,stripCssFormatIcon:()=>is,stripFontElementsIcon:()=>as,stripSpanElementsIcon:()=>ss,stripWordFormattingIcon:()=>cs,stumbleUponBoxIcon:()=>Rc,stumbleUponIcon:()=>Lc,subreportIcon:()=>Rl,subscriptIcon:()=>mi,sumIcon:()=>Ks,supscriptIcon:()=>yi,symbolIcon:()=>Gs,tableAddIcon:()=>ys,tableAlignBottomCenterIcon:()=>Zi,tableAlignBottomLeftIcon:()=>Yi,tableAlignBottomRightIcon:()=>Qi,tableAlignMiddleCenterIcon:()=>qi,tableAlignMiddleLeftIcon:()=>Gi,tableAlignMiddleRightIcon:()=>Xi,tableAlignRemoveIcon:()=>$i,tableAlignTopCenterIcon:()=>Wi,tableAlignTopLeftIcon:()=>Ui,tableAlignTopRightIcon:()=>Ki,tableBodyIcon:()=>nc,tableCellDeleteIcon:()=>Ss,tableCellIcon:()=>xs,tableCellPropertiesIcon:()=>ws,tableColumnDeleteIcon:()=>ks,tableColumnGroupsIcon:()=>rc,tableColumnInsertLeftIcon:()=>_s,tableColumnInsertRightIcon:()=>zs,tableCornerIcon:()=>ic,tableDeleteIcon:()=>Hs,tableIcon:()=>gs,tablePositionCenterIcon:()=>zh,tablePositionEndIcon:()=>Ch,tablePositionStartIcon:()=>_h,tablePropertiesIcon:()=>bs,tableRowDeleteIcon:()=>Os,tableRowGroupsIcon:()=>ac,tableRowInsertAboveIcon:()=>Cs,tableRowInsertBelowIcon:()=>Ms,tableUnmergeIcon:()=>Ts,tableWizardIcon:()=>tc,tellAFriendBoxIcon:()=>Nc,tellAFriendIcon:()=>Dc,templateManagerIcon:()=>Ca,textWrapIcon:()=>Ni,textareaIcon:()=>ga,textboxHiddenIcon:()=>xa,textboxIcon:()=>ba,thumbnailsDownIcon:()=>fr,thumbnailsLeftIcon:()=>mr,thumbnailsRightIcon:()=>dr,thumbnailsUpIcon:()=>vr,tocSectionIcon:()=>Xl,tocSectionLevelIcon:()=>sh,toggleFullScreenModeIcon:()=>Us,toolbarFloatIcon:()=>Rs,trackChangesAcceptAllIcon:()=>Ha,trackChangesAcceptIcon:()=>Sa,trackChangesEnableIcon:()=>Oa,trackChangesIcon:()=>ka,trackChangesRejectAllIcon:()=>Va,trackChangesRejectIcon:()=>Pa,transparencyIcon:()=>Qn,trashIcon:()=>Me,tumblrBoxIcon:()=>Uc,tumblrIcon:()=>Fc,twitterBoxIcon:()=>Kc,twitterIcon:()=>Wc,underlineIcon:()=>hi,undoIcon:()=>ve,ungroupIcon:()=>N,unlinkIcon:()=>He,unlinkVerticalIcon:()=>Ve,unlockIcon:()=>Ae,unpinIcon:()=>uc,unstickIcon:()=>Qo,uploadIcon:()=>ho,userIcon:()=>dc,validationDataIcon:()=>Fs,validationXhtmlIcon:()=>Ns,vbIcon:()=>Tl,vbprojIcon:()=>Al,videoExternalIcon:()=>Ua,vimeoBoxIcon:()=>el,vimeoIcon:()=>tl,volumeDownIcon:()=>an,volumeMuteIcon:()=>cn,volumeUpIcon:()=>sn,wholeWordIcon:()=>ie,windowIcon:()=>fo,windowMinimizeIcon:()=>yo,windowRestoreIcon:()=>mo,wrenchIcon:()=>xo,xCircleIcon:()=>Fe,xIcon:()=>De,xOutlineIcon:()=>Ne,yammerBoxIcon:()=>qc,yammerIcon:()=>Gc,youtubeBoxIcon:()=>nl,youtubeIcon:()=>ol,zoomActualSizeIcon:()=>En,zoomBestFitIcon:()=>Tn,zoomInIcon:()=>zo,zoomOutIcon:()=>Co});const n={name:"caret-tr",content:'<path d="M352 160v192L160 160h192z" />',viewBox:"0 0 512 512"},r={name:"caret-br",content:'<path d="M352 352H160l192-192v192z" />',viewBox:"0 0 512 512"},i={name:"caret-bl",content:'<path d="M160 352V160l192 192H160z" />',viewBox:"0 0 512 512"},a={name:"caret-tl",content:'<path d="M160 160h192L160 352V160z" />',viewBox:"0 0 512 512"},s={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},c={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},l={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},h={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},p={name:"caret-alt-to-top",content:'<path d="m128 352 128-192 128 192H128zm256-224H128v32h256v-32z" />',viewBox:"0 0 512 512"},u={name:"caret-alt-to-right",content:'<path d="m128 128 192 128-192 128V128zm224 256V128h-32v256h32z" />',viewBox:"0 0 512 512"},v={name:"caret-alt-to-bottom",content:'<path d="M384 128 256 320 128 128h256zM128 352h256v-32H128v32z" />',viewBox:"0 0 512 512"},d={name:"caret-alt-to-left",content:'<path d="M352 384 160 256l192-128v256zM128 128v256h32V128h-32z" />',viewBox:"0 0 512 512"},f={name:"caret-double-alt-up",content:'<path d="m128 448 128-192 128 192H128zM256 64 128 256h256L256 64z" />',viewBox:"0 0 512 512"},m={name:"caret-double-alt-right",content:'<path d="m64 128 192 128L64 384V128zm384 128L256 128v256l192-128z" />',viewBox:"0 0 512 512"},y={name:"caret-double-alt-down",content:'<path d="M384 64 256 256 128 64h256zM256 448l128-192-128 1H128l128 191z" />',viewBox:"0 0 512 512"},g={name:"caret-double-alt-left",content:'<path d="M448 384 256 256.001l192-128V384zM64 256.001 256 384V128L64 256.001z" />',viewBox:"0 0 512 512"},b={name:"caret-alt-expand",content:'<path d="M128 288h256L256 480 128 288zM256 32 128 224h256.001L256 32z" />',viewBox:"0 0 512 512"},x={name:"arrows-no-change",content:'<path d="M256 160 128 352 0 160h256zm96 0L224 352h256.001L352 160z" />',viewBox:"0 0 512 512"},w={name:"arrow-overflow-down",content:'<path d="M384 160 256 352 128 160h256zM128 96v32h256V96H128z" />',viewBox:"0 0 512 512"},_={name:"chevron-up",content:'<path d="m129.941 353.941 126.06-126.06 126.061 126.06L416 320 256.001 160 96 320l33.941 33.941z" />',viewBox:"0 0 512 512"},z={name:"chevron-right",content:'<path d="m158.059 129.941 126.06 126.06-126.06 126.061L192 416l160-159.999L192 96l-33.941 33.941z" />',viewBox:"0 0 512 512"},C={name:"chevron-down",content:'<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192l-33.941-33.941z" />',viewBox:"0 0 512 512"},M={name:"chevron-left",content:'<path d="m353.941 382.059-126.06-126.06 126.06-126.061L320 96 160 255.999 320 416l33.941-33.941z" />',viewBox:"0 0 512 512"},k={name:"arrow-up",content:'<path d="M384 288h-96v128h-64l-.001-128H128L255.999 96 384 288z" />',viewBox:"0 0 512 512"},O={name:"arrow-right",content:'<path d="M224 384v-96H96v-64h128v-96l192 128-192 128z" />',viewBox:"0 0 512 512"},S={name:"arrow-down",content:'<path d="M128 224h96V96h64l.001 128H384L256.001 416 128 224z" />',viewBox:"0 0 512 512"},H={name:"arrow-left",content:'<path d="M288 128v96h128v64l-128 .001V384L96 256.001 288 128z" />',viewBox:"0 0 512 512"},P={name:"level-down",content:'<path d="M288 192v64h64l-80 128-80-128h64v-64H128v-32h288v32H288z" />',viewBox:"0 0 512 512"},V={name:"level-up",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64z" />',viewBox:"0 0 512 512"},I={name:"level-to-top",content:'<path d="m128 288 80-128 80 128h-64v64h192v32H192v-96h-64zm288-160H96v32h320v-32z" />',viewBox:"0 0 512 512"},A={name:"col-resize",content:'<path d="M128 255h64v33h-64v64.6L0 271.9l128-80.7V255zm96 225h64V32h-64v448zm288-207.9-128-80.7V256h-64v33h64v63.9l128-80.8z" />',viewBox:"0 0 512 512"},E={name:"arrows-axes",content:'<path d="M352 480v-64H128v64H96v-64H32v-32h64V160H32l80-128 80 128h-64v224h224v-64l128 80-128 80z" />',viewBox:"0 0 512 512"},T={name:"arrows-swap",content:'<path d="M256 160h-64v224h-32V160H96l80-128 80 128zm96 192V128h-32v224h-64l80 128 80-128h-64z" />',viewBox:"0 0 512 512"},B={name:"drag-and-drop",content:'<path d="m32 128 192 112L32 352V128zm224 96v32h224v-32H256z" />',viewBox:"0 0 512 512"},j={name:"categorize",content:'<path d="M32 32v192l160-96L32 32zm0 448V288l160 96-160 96zM192 64h288v32H192V64zm0 96h288v32H192v-32zm0 160h288v32H192v-32zm0 96h288v32H192v-32z" />',viewBox:"0 0 512 512"},L={name:"grid",content:'<path d="M32 32h128v128H32V32zm160 448h128V352H192v128zm-160 0h128V352H32v128zm0-160h128V192H32v128zm160 0h128V192H192v128zM352 32v128h128V32H352zm0 288h128V192H352v128zM192 160h128V32H192v128zm160 320h128V352H352v128z" />',viewBox:"0 0 512 512"},R={name:"grid-layout",content:'<path d="M32 32h96v96H32V32zm128 0v96h320V32H160zM32 288h96v-96H32v96zm128 0h320v-96H160v96zM32 448h96v-96H32v96zm128 0h320v-96H160v96z" />',viewBox:"0 0 512 512"},D={name:"group",content:'<path d="M32 256h192v192H32V256zm0-32h192V32H32v192zm224 224h192V256H256v192zm0-416v192h192V32H256z" />',viewBox:"0 0 512 512"},N={name:"ungroup",content:'<path d="M32 256h192v192H32V256zm32-64h128V64H64v128zm224 224h128V288H288v128zM256 32v192h192V32H256z" />',viewBox:"0 0 512 512"},F={name:"handle-drag",content:'<path d="M160 64h64v384h-64V64zm96 0v384h64V64h-64z" />',viewBox:"0 0 512 512"},U={name:"layout",content:'<path d="M192 416h256v64H192v-64zm0-32h256v-64H192v64zM32 480h128V128H32v352zm160-288h256v-64H192v64zm0 96h256v-64H192v64zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},W={name:"layout-1-by-4",content:'<path d="M32 0h192v480H32V0zm224 0v96h192V0H256zm0 224h192v-96H256v96zm0 128h192v-96H256v96zm0 128h192v-96H256v96z" />',viewBox:"0 0 512 512"},K={name:"layout-2-by-2",content:'<path d="M32 224h192V0H32v224zm224 0h192V0H256v224zM32 480h192V256H32v224zm224 0h192V256H256v224z" />',viewBox:"0 0 512 512"},G={name:"layout-side-by-side",content:'<path d="M32 384h416v96H32v-96zm0-32h416v-96H32v96zm0-128h416v-96H32v96zM32 0v96h416V0H32z" />',viewBox:"0 0 512 512"},q={name:"layout-stacked",content:'<path d="M32 256h192v96H32v-96zm0 224h192v-96H32v96zm224-128h192v-96H256v96zM32 0v224h416V0H32zm224 480h192v-96H256v96z" />',viewBox:"0 0 512 512"},X={name:"columns",content:'<path d="M64 32h96v448H64V32zm128 448h96V32h-96v448zM320 32v448h96V32h-96z" />',viewBox:"0 0 512 512"},Y={name:"rows",content:'<path d="M480 64v96H32V64h448zM32 192v96h448v-96H32zm448 128H32v96h448v-96z" />',viewBox:"0 0 512 512"},Z={name:"reorder",content:'<path d="M480 128v64H32v-64h448zM32 224v64h448v-64H32zm448 96H32v64h448v-64z" />',viewBox:"0 0 512 512"},Q={name:"menu",content:'<path d="M480 32v96H32V32h448zM32 192v96h448v-96H32zm448 160H32v96h448v-96z" />',viewBox:"0 0 512 512"},$={name:"more-vertical",content:'<path d="M240 128c26.4 0 48-21.6 48-48s-21.6-48-48-48-48 21.6-48 48 21.6 48 48 48zm0 64c-26.4 0-48 21.6-48 48s21.6 48 48 48 48-21.6 48-48-21.6-48-48-48zm0 160c-26.4 0-48 21.6-48 48s21.6 48 48 48 48-21.6 48-48-21.6-48-48-48z" />',viewBox:"0 0 512 512"},J={name:"more-horizontal",content:'<path d="M128 240c0-26.4-21.6-48-48-48s-48 21.6-48 48 21.6 48 48 48 48-21.6 48-48zm64 0c0 26.4 21.6 48 48 48s48-21.6 48-48-21.6-48-48-48-48 21.6-48 48zm160 0c0 26.4 21.6 48 48 48s48-21.6 48-48-21.6-48-48-48-48 21.6-48 48z" />',viewBox:"0 0 512 512"},tt={name:"overlap",content:'<path d="M320 320V64H64v256h256zM192 448h256V192h-96v160H192v96z" />',viewBox:"0 0 512 512"},et={name:"home",content:'<path d="M480 256c0 17.7-14.3 32-32 32-9.1 0-17.4-3.8-23.2-10l-8.8-8.7V416c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32v-96h-64v96c0 17.7-14.3 32-32 32h-64c-17.7 0-32-14.3-32-32V268.6l-8.3 8.9C81.8 284 73.4 288 64 288c-17.7 0-32-14.3-32-32 0-8.5 3.3-16.1 8.6-21.9l.2-.2 1-1 191-191.3 1-1c5.8-5.5 13.6-8.9 22.2-8.9 9.1 0 17.3 3.8 23.1 9.9L470.3 233l.7.7.3.3c5.4 5.8 8.7 13.5 8.7 22z" />',viewBox:"0 0 512 512"},ot={name:"arrows-left-right",content:'<path d="m512 240-128-80v64H128v-64L0 240l128 80v-64h256v64z" />',viewBox:"0 0 512 512"},nt={name:"arrows-top-bottom",content:'<path d="m240 512 80-128h-64V128h64L240 0l-80 128h64v256h-64z" />',viewBox:"0 0 512 512"},rt={name:"border-radius-bottom-left",content:'<path d="M384 368c0 8.8-7.2 16-16 16h-64c-97 0-176-79-176-176v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 79.4 64.6 144 144 144h64c8.8 0 16 7.2 16 16z" />',viewBox:"0 0 512 512"},it={name:"border-radius-bottom-right",content:'<path d="M368 128c8.8 0 16 7.2 16 16v64c0 97-79 176-176 176h-64c-8.8 0-16-7.2-16-16s7.2-16 16-16h64c79.4 0 144-64.6 144-144v-64c0-8.8 7.2-16 16-16z" />',viewBox:"0 0 512 512"},at={name:"border-radius-top-left",content:'<path d="M144 384c-8.8 0-16-7.2-16-16v-64c0-97 79-176 176-176h64c8.8 0 16 7.2 16 16s-7.2 16-16 16h-64c-79.4 0-144 64.6-144 144v64c0 8.8-7.2 16-16 16z" />',viewBox:"0 0 512 512"},st={name:"border-radius-top-right",content:'<path d="M128 144c0-8.8 7.2-16 16-16h64c97 0 176 79 176 176v64c0 8.8-7.2 16-16 16s-16-7.2-16-16v-64c0-79.4-64.6-144-144-144h-64c-8.8 0-16-7.2-16-16z" />',viewBox:"0 0 512 512"},ct={name:"border-radius",content:'<path d="M64 32h96v32H64v96H32V32h32zm384 416h-96v32h128V352h-32v96zM352 32v32h96v96h32V32H352zM64 352H32v128h128v-32H64v-96z" />',viewBox:"0 0 512 512"},lt={name:"border-style-bottom",content:'<path d="M96 480v-64h320v64H96zm1-416h320V32H97v32zM64 416V96H32v320h32zm416 0V96h-32v320h32z" />',viewBox:"0 0 512 512"},ht={name:"border-style-left",content:'<path d="M32 96h64v320H32V96zm416 1v320h32V97h-32zM96 64h320V32H96v32zm0 416h320v-32H96v32z" />',viewBox:"0 0 512 512"},pt={name:"border-style-right",content:'<path d="M480 416h-64V96h64v320zm-416-1V95H32v320h32zm352 33H96v32h320v-32zm0-416H96v32h320V32z" />',viewBox:"0 0 512 512"},ut={name:"border-style-top",content:'<path d="M416 32v64H96V32h320zm-1 416H95v32h320v-32zm33-352v320h32V96h-32zM32 96v320h32V96H32z" />',viewBox:"0 0 512 512"},vt={name:"border-style",content:'<path d="M32 96h32v320H32zm416 1h32v320h-32zM96 32h320v32H96zm0 416h320v32H96z" />',viewBox:"0 0 512 512"},dt={name:"box-sizing",content:'<path d="M32 0H0v480h480V0H32zm416 448H32V32h416v416zm-96-320h-32V96h32v32zM96 192H64v-32h32v32zm0-64H64V96h32v32zm64 0h-32V96h32v32zm64 0h-32V96h32v32zm64 0h-32V96h32v32zM96 256H64v-32h32v32zm320-128h-32V96h32v32zm0 128h-32v-32h32v32zm0-64h-32v-32h32v32zM96 384H64v-32h32v32zm256 0h-32v-32h32v32zm-192 0h-32v-32h32v32zm64 0h-32v-32h32v32zm64 0h-32v-32h32v32zm128 0h-32v-32h32v32zM96 320H64v-32h32v32zm320 0h-32v-32h32v32z" />',viewBox:"0 0 512 512"},ft={name:"chevron-double-down",content:'<path d="M382.1 224 256 350.1 129.9 224 96 257.9l160 160 160-160-33.9-33.9zm0-128L256 222.1 129.9 96 96 129.9l160 160 160-160L382.1 96z" />',viewBox:"0 0 512 512"},mt={name:"chevron-double-left",content:'<path d="M289 383 162.9 257 289 130.9 255 97 95 257l160 160 34-34zm128 0L290.9 257 417 130.9 383 97 223 257l160 160 34-34z" />',viewBox:"0 0 512 512"},yt={name:"chevron-double-right",content:'<path d="M223 130.9 349.1 257 223 383l34 34 160-160L257 97l-34 33.9zm-128 0L221.1 257 95 383l34 34 160-160L129 97l-34 33.9z" />',viewBox:"0 0 512 512"},gt={name:"chevron-double-up",content:'<path d="m129.9 289.9 126.1-126L382.1 290l33.9-34L256 96 96 256l33.9 33.9zm0 128 126.1-126L382.1 418l33.9-34-160-160L96 384l33.9 33.9z" />',viewBox:"0 0 512 512"},bt={name:"data-ods",content:'<path d="M415.94 93.61v.33c-.53 33.88-86.26 61.29-191.93 61.29S32.6 127.82 32.07 93.94v-.33C32.06 59.59 118 32 224 32s191.94 27.59 191.94 61.61Zm-.06 46.39v.32c-.53 33.88-86.26 61.29-191.93 61.29S32.54 174.2 32 140.32V140l.12 86.81v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13v-.32Zm.12 180-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68Zm-256 6.11C85.73 317.69 32.43 295 32 268.32V268l.12 86.81v.32C32.55 381.8 85.8 404.47 160 412.9Zm73.5 123.55q-22.26 0-36.28-14.49t-14-37.76q0-24.57 14.24-39.74t37.72-15.18q22.18 0 35.88 14.53t13.69 38.3q0 24.42-14.2 39.38t-37.05 14.96Zm1-87.08q-12.28 0-19.51 9.22t-7.23 24.39q0 15.39 7.23 24.35a23.15 23.15 0 0 0 18.93 9q12.07 0 19.15-8.71t7.08-24.17q0-16.11-6.86-25.08t-18.78-9Zm68.9 85.28V344.23h36.71q55.22 0 55.21 50.51 0 24.21-15.06 38.66t-40.15 14.46Zm23.34-84.63v65.69h11.57q15.17 0 23.81-9.1t8.64-24.82q0-14.82-8.56-23.31t-24-8.49Zm82.49 80.65v-23.12a44.75 44.75 0 0 0 13.66 7.91 43.91 43.91 0 0 0 14.89 2.64 33.06 33.06 0 0 0 7.7-.8 18 18 0 0 0 5.49-2.2 9.67 9.67 0 0 0 3.29-3.33 8.29 8.29 0 0 0 1.08-4.15 9 9 0 0 0-1.73-5.42 18.77 18.77 0 0 0-4.74-4.41 49 49 0 0 0-7.12-3.9q-4.11-1.87-8.89-3.83-12.14-5.06-18.1-12.36a27 27 0 0 1-6-17.63 28.05 28.05 0 0 1 3.25-13.91 27.71 27.71 0 0 1 8.85-9.58 39.85 39.85 0 0 1 13-5.53 66.6 66.6 0 0 1 15.61-1.77 93.91 93.91 0 0 1 14.34 1 56.36 56.36 0 0 1 11.53 3v21.6a35.76 35.76 0 0 0-5.68-3.18 44.84 44.84 0 0 0-6.32-2.27 48.64 48.64 0 0 0-6.47-1.34 45.54 45.54 0 0 0-6.1-.43 31.65 31.65 0 0 0-7.23.76 18.18 18.18 0 0 0-5.49 2.13 10.47 10.47 0 0 0-3.47 3.29 7.77 7.77 0 0 0-1.23 4.3 8.27 8.27 0 0 0 1.37 4.66 15.88 15.88 0 0 0 3.91 3.9 40.85 40.85 0 0 0 6.14 3.61q3.61 1.77 8.16 3.65a91.56 91.56 0 0 1 11.17 5.53 39.85 39.85 0 0 1 8.49 6.61 25.82 25.82 0 0 1 5.42 8.42 29.82 29.82 0 0 1 1.88 11q0 8.67-3.29 14.56a26.68 26.68 0 0 1-8.92 9.54 38.57 38.57 0 0 1-13.12 5.24 75.82 75.82 0 0 1-15.79 1.59 88.11 88.11 0 0 1-16.22-1.44 49.18 49.18 0 0 1-13.31-4.34Z" />',viewBox:"0 0 512 512"},xt={name:"non-recurrence",content:'<path d="m321 434.2 47.5 47.5C335.5 501 297 512 256 512 132.3 512 32 411.7 32 288c0-41 11-79.5 30.3-112.6l47.5 47.5c-8.9 19.9-13.8 41.9-13.8 65 0 88.2 71.8 160 160 160 23.1.1 45.2-4.8 65-13.7Zm118.3-17.5c12.9-18.3 23.1-38.7 30.1-60.4 6.9-21.5 10.6-44.5 10.6-68.3 0-40.8-10.9-79.1-30-112l-55.5 32c13.6 23.5 21.5 50.9 21.5 80 0 4.8-.2 9.5-.6 14.2-2.2 24.8-10.1 47.9-22.3 68.2L173.6 150.9c20.3-12.2 43.4-20.1 68.2-22.3 4.7-.4 9.4-.6 14.2-.6v64l160-96L256 0v64c-23.8 0-46.7 3.7-68.3 10.6-21.8 7-42.1 17.2-60.4 30.1L22.6 0 0 22.6 489.4 512l22.6-22.6-72.7-72.7Z" />',viewBox:"0 0 512 512"},wt={name:"display-block",content:'<path d="M32 32h448v32H32zm0 416h448v32H32zm0-64h448V128H32v256zm64-192h320v128H96V192z" />',viewBox:"0 0 512 512"},_t={name:"display-flex",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384zM128 128h96v256h-96zm160 0h96v256h-96z" />',viewBox:"0 0 512 512"},zt={name:"display-inline-flex",content:'<path d="M96 416h320V96H96v320zm32-288h256v256H128V128zm32 32h64v192h-64zm128 0h64v192h-64zM32 32h32v448H32zm416 0h32v448h-32z" />',viewBox:"0 0 512 512"},Ct={name:"droplet-slider",content:'<path d="M192 384v32c-53 0-96-43-96-96h32c0 35.3 28.7 64 64 64zm160-72c0 92.8-71.6 168-160 168S32 404.8 32 312C32 181.3 192 32 192 32s160 149.3 160 280zm-32 0c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-47.8 64.3-73 122.8-73 169 0 75 57.4 136 128 136s128-61 128-136zm128-88h-32v256h32V224zm0-192h-32v64h32V32zm-64 96v64h96v-64h-96z" />',viewBox:"0 0 512 512"},Mt={name:"file-report",content:'<path d="M416 32H96a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h320a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32Zm0 416H96V64h320Zm-96-96-160 .14V384l160-.14Zm32-64-192 .17V320l192-.17ZM223.15 127.9a64 64 0 1 0 64 64h-64Zm32-32v64h64a64 64 0 0 0-63.99-64Z" />',viewBox:"0 0 512 512"},kt={name:"gap-column",content:'<path d="M32 32v448h448V32H32zm416 416H64V64h384v384zM96 96h96v320H96zm224 0h96v320h-96z" />',viewBox:"0 0 512 512"},Ot={name:"gap-row",content:'<path d="M480 32H32v448h448V32zM64 448V64h384v384H64zM96 96h320v96H96zm0 224h320v96H96z" />',viewBox:"0 0 512 512"},St={name:"handle-resize-alt",content:'<path d="M480 224v256H224v-64h192V224h64z" />',viewBox:"0 0 512 512"},Ht={name:"handle-resize",content:'<path d="m379.5 475.5-22.6-22.6 96-96 22.6 22.6-96 96zm79.7-208.2-22.6-22.6-191.9 191.9 22.6 22.6 191.9-191.9z" />',viewBox:"0 0 512 512"},Pt={name:"images",content:'<path d="M256 288c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm96-64v192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32zm-31.8 0c-.1-.1-.1-.1 0 0l-256.1-.1-.1.1v149.9l74.6-70 85.3 80 53.3-50 42.7 40 .3-149.9zm63.8-96H128c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32zm64-64H192c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},Vt={name:"letter-space",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM448 32h32v448h-32zM32 32h32v448H32z" />',viewBox:"0 0 512 512"},It={name:"line-height",content:'<path d="m310 336 26 80h48L280 96h-48L128 416h48l26-80h108zm-54-166.2L294.4 288h-76.8L256 169.8zM32 32h448v32H32zm0 416h448v32H32z" />',viewBox:"0 0 512 512"},At={name:"list-latin-big",content:'<path d="M115.1 136H72.6l-7.4 24H32.1L79.3 31.5h29.1L155.9 160h-33.3l-7.5-24zm-35-23.9h27.6L93.8 67.5l-13.7 44.6zM42.1 320V191.5h46.2c16.5 0 29.1 3 37.7 9.1 8.6 6.1 12.9 14.9 12.9 26.4 0 6.6-1.5 12.3-4.6 17-3.1 4.7-7.6 8.2-13.5 10.4 6.7 1.8 11.9 5.1 15.4 9.9 3.6 4.8 5.4 10.7 5.4 17.7 0 12.6-4 22.1-12 28.4-8 6.3-19.8 9.5-35.4 9.7H42.1zm31-74.9h16.2c6.8-.1 11.6-1.3 14.5-3.7 2.9-2.4 4.3-6 4.3-10.7 0-5.4-1.6-9.3-4.7-11.7-3.1-2.4-8.2-3.6-15.1-3.6H73.1v29.7zm0 20.3v30.8h20.3c5.6 0 9.9-1.3 12.9-3.8 3-2.6 4.5-6.2 4.5-10.8 0-10.7-5.3-16.1-16-16.2H73.1zm73 171.1c-.4 8.9-2.8 16.8-7.2 23.7-4.4 6.9-10.6 12.2-18.6 15.9-8 3.8-17.1 5.6-27.3 5.6-16.9 0-30.2-5.5-39.9-16.5s-14.6-26.5-14.6-46.6v-6.4c0-12.6 2.2-23.6 6.6-33.1 4.4-9.4 10.7-16.7 18.9-21.9 8.2-5.1 17.8-7.7 28.6-7.7 15.6 0 28.1 4.1 37.6 12.3 9.5 8.2 14.9 19.5 16.2 33.9h-30.9c-.2-7.8-2.2-13.4-5.9-16.9-3.7-3.4-9.4-5.1-16.9-5.1-7.7 0-13.4 2.9-16.9 8.6-3.6 5.8-5.5 15-5.6 27.6v9.1c0 13.7 1.7 23.5 5.2 29.4 3.4 5.9 9.4 8.8 17.8 8.8 7.1 0 12.6-1.7 16.3-5 3.8-3.4 5.8-8.7 6-16h30.6zM192 96h288v32H192V96zm0 160h288v32H192v-32zm0 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},Et={name:"list-latin-small",content:'<path d="M94.5 152c-1.1-1.9-2-4.8-2.8-8.6-5.5 6.9-13.1 10.3-22.9 10.3-9 0-16.7-2.7-22.9-8.2-6.3-5.4-9.4-12.3-9.4-20.5 0-10.4 3.8-18.2 11.5-23.5 7.6-5.3 18.8-7.9 33.4-7.9h9.2v-5.1c0-8.8-3.8-13.2-11.4-13.2-7.1 0-10.6 3.5-10.6 10.5H38.7c0-9.2 3.9-16.7 11.8-22.5s17.9-8.6 30.1-8.6 21.8 3 28.9 8.9c7.1 5.9 10.7 14.1 10.9 24.4v42.3c.1 8.8 1.5 15.5 4.1 20.1v1.5l-30 .1zm-18.6-19.4c3.7 0 6.8-.8 9.2-2.4 2.4-1.6 4.2-3.4 5.3-5.4v-15.3h-8.6c-10.4 0-15.5 4.6-15.5 13.9 0 2.7.9 4.9 2.7 6.6 1.8 1.7 4.1 2.6 6.9 2.6zM129.4 280c0 15.7-3.2 27.7-9.7 36.1s-15.6 12.6-27.4 12.6c-9.7 0-17.5-3.9-23.5-11.6l-1.2 9.8H41V191.4h29.7v47.7c5.5-6.3 12.7-9.4 21.4-9.4 11.9 0 21.1 4.3 27.5 12.8 6.5 8.5 9.7 20.5 9.7 36l.1 1.5zm-29.8-1.9c0-9.2-1.2-15.7-3.7-19.6-2.4-3.9-6.2-5.9-11.3-5.9-6.7 0-11.4 2.6-13.9 7.7v37.9c2.5 5.1 7.2 7.6 14.1 7.6 7 0 11.4-3.4 13.3-10.2 1-3.4 1.5-9.2 1.5-17.5zM81.1 452.8c4.2 0 7.4-1.1 9.7-3.4s3.4-5.4 3.4-9.5h27.9c0 10.5-3.8 19.1-11.3 25.8-7.5 6.7-17.2 10.1-29 10.1-13.9 0-24.8-4.4-32.8-13.1s-12-20.8-12-36.2v-1.2c0-9.6 1.8-18.2 5.3-25.6 3.6-7.4 8.7-13.1 15.4-17 6.7-4 14.7-6 23.8-6 12.4 0 22.3 3.4 29.6 10.3 7.3 6.9 10.9 16.2 10.9 28H94.2c0-4.9-1.2-8.7-3.6-11.4-2.4-2.6-5.6-4-9.7-4-7.7 0-12.2 4.9-13.5 14.7-.4 3.1-.6 7.4-.6 12.9 0 9.6 1.1 16.2 3.4 19.9s5.9 5.7 10.9 5.7zM192 96h288v32H192V96zm0 160h288v32H192v-32zm0 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},Tt={name:"list-roman-big",content:'<path d="M32 32h32v128H32V32zm0 288h32V192H32v128zm64 0h32V192H96v128zM32 480h32V352H32v128zm64 0h32V352H96v128zm64 0h32V352h-32v128zM128 96h352v32H128V96zm64 160h288v32H192v-32zm64 160h224v32H256v-32zM96 152c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8z" />',viewBox:"0 0 512 512"},Bt={name:"list-roman-small",content:'<path d="M32 64h16v96H32V64zm0 256h16v-96H32v96zm32 0h16v-96H64v96zM32 480h16v-96H32v96zm32 0h16v-96H64v96zm32 0h16v-96H96v96zM48 40c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 200c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 360c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM128 96h352v32H128V96zm32 160h320v32H160v-32zm32 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},jt={name:"list-unordered-outline",content:'<path d="M192 80h288v32H192V80zm0 160h288v32H192v-32zm0 160h288v32H192v-32zM80 80c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16m0-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 192c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16m0-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 192c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16m0-32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},Lt={name:"list-unordered-square",content:'<path d="M128 160H32V64h96v96zm0 64H32v96h96v-96zm0 160H32v96h96v-96zm64-256h288V96H192v32zm0 160h288v-32H192v32zm0 160h288v-32H192v32z" />',viewBox:"0 0 512 512"},Rt={name:"max-height",content:'<path d="M384 0H96v32h288zm0 479H240.6L320 352h-64V160h64L240 32l-80 128h64v192h-64l79.4 127H96v32h288z" />',viewBox:"0 0 512 512"},Dt={name:"max-width",content:'<path d="M0 96v288h32V96zm479 0v143.4L352 160v64H160v-64L32 240l128 80v-64h192v64l127-79.4V384h32V96z" />',viewBox:"0 0 512 512"},Nt={name:"min-height",content:'<path d="M240 192H96v32h288v-32zm144 96H96v32h288zM160 448h160l-80-128zm64 0h32v64h-32zm32-384V0h-32v64h-64l80 128 80-128z" />',viewBox:"0 0 512 512"},Ft={name:"min-width",content:'<path d="M192 240v144h32V96h-32zm96-144v288h32V96zm160 224V160l-128 80zm0-96h64v32h-64zm-384 0H0v32h64v64l128-80-128-80z" />',viewBox:"0 0 512 512"},Ut={name:"outline-offset",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384zM160 320v32h192V160H160v160zm32-128h128v128H192V192z" />',viewBox:"0 0 512 512"},Wt={name:"outline-width",content:'<path d="M416 32H32v448h448V32h-64zm0 384H96V96h320v320zm-256-32h224V128H128v256h32zm0-224h192v192H160V160z" />',viewBox:"0 0 512 512"},Kt={name:"padding-bottom",content:'<path d="M288.2 352H256v64h64v64H160v-64h64v-64h-32v-64h96.2v64zM160 32h64v96h-32.2v32H288v-32h-32V32h64V0H160v32zm192 192v-32.2h-32V288h32v-32h96v64h32V160h-32v64h-96zm-224 32v32.2h32V192h-32v32H32v-64H0v160h32v-64h96z" />',viewBox:"0 0 512 512"},Gt={name:"padding-left",content:'<path d="M128 288.2V256H64v64H0V160h64v64h64v-32h64v96.2h-64zM448 160v64h-96v-32.2h-32V288h32v-32h96v64h32V160h-32zM256 352h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96zm-32-224h-32.2v32H288v-32h-32V32h64V0H160v32h64v96z" />',viewBox:"0 0 512 512"},qt={name:"padding-right",content:'<path d="M352 191.8V224h64v-64h64v160h-64v-64h-64v32h-64v-96.2h64zM32 320v-64h96v32.2h32V192h-32v32H32v-64H0v160h32zm192-192h-32.2v32H288v-32h-32V32h64V0H160v32h64v96zm32 224h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96z" />',viewBox:"0 0 512 512"},Xt={name:"padding-top",content:'<path d="M191.8 128H224V64h-64V0h160v64h-64v64h32v64h-96.2v-64zM320 448h-64v-96h32.2v-32H192v32h32v96h-64v32h160v-32zM128 256v32.2h32V192h-32v32H32v-64H0v160h32v-64h96zm224-32v-32.2h-32V288h32v-32h96v64h32V160h-32v64h-96z" />',viewBox:"0 0 512 512"},Yt={name:"padding",content:'<path d="M128 288.2V256H32v64H0V160h32v64h96v-32h32v96.2h-32zM448 160v64h-96v-32.2h-32V288h32v-32h96v64h32V160h-32zM256 352h32.2v-32H192v32h32v96h-64v32h160v-32h-64v-96zm-32-224h-32.2v32H288v-32h-32V32h64V0H160v32h64v96z" />',viewBox:"0 0 512 512"},Zt={name:"position-bottom",content:'<path d="M32 64v416h448V32H32v32zm416 0v384H64V64h384zM96 320h320v96H96z" />',viewBox:"0 0 512 512"},Qt={name:"position-left",content:'<path d="M448 32H32v448h448V32h-32zm0 416H64V64h384v384zM96 96h96v320H96z" />',viewBox:"0 0 512 512"},$t={name:"position-right",content:'<path d="M64 480h416V32H32v448h32zm0-416h384v384H64V64zm256 32h96v320h-96z" />',viewBox:"0 0 512 512"},Jt={name:"position-top",content:'<path d="M480 448V32H32v448h448v-32zm-416 0V64h384v384H64zM96 96h320v96H96z" />',viewBox:"0 0 512 512"},te={name:"regular-expression",content:'<path d="M442.6 299.7 352 247.4V352h-64V247.4l-90.6 52.3-32-55.4L256 192l-90.6-52.3 32-55.4 90.6 52.3V32h64v104.6l90.6-52.3 32 55.4L384 192l90.6 52.3-32 55.4zM80 384c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},ee={name:"replace-all",content:'<path d="M288 288h192v192H288V288zm64-64H224V32h128v192zM320 64h-64v128h64V64zM160 352H96V160h96V96H96c-35.3 0-64 28.7-64 64v192c0 35.3 28.7 64 64 64h64v64l96-96-96-96v64zM448 32v192h32V32h-32zm-32 0h-32v192h32V32z" />',viewBox:"0 0 512 512"},oe={name:"replace-single",content:'<path d="M288 288h192v192H288V288zM32 160v192c0 35.3 28.7 64 64 64h64v64l96-96-96-96v64H96V160h160V96H96c-35.3 0-64 28.7-64 64zM480 32v192H288V32h192zm-32 32H320v128h128V64z" />',viewBox:"0 0 512 512"},ne={name:"report-element",content:'<path d="M480 320V192H160v48H96v-80h256V32H32v128h32v320h32v-48h64v48h256V352H160v48H96V272h64v48ZM64 64h256v64H64Zm128 320h192v64H192v-64Z" />',viewBox:"0 0 512 512"},re={name:"right-double-quotes",content:'<path d="M136 100.2c-57.4 0-104 46.6-104 104s46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l1.3 15.9 1.3 15.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3 0-57.3-46.6-103.9-104-103.9zm344 104c0-57.4-46.6-104-104-104s-104 46.6-104 104 46.6 104 104 104c20.1 0 38.9-5.7 54.8-15.6-14.2 30.5-37.4 55.2-69.2 73.7-44 25.6-89.1 29.6-89.6 29.6l2.6 31.9c2.1-.2 51.8-4.4 102-33.2 47.1-27 103.3-81.3 103.3-186.1.1-1.4.1-2.8.1-4.3z" />',viewBox:"0 0 512 512"},ie={name:"whole-word",content:'<path d="M379 243.6c-2.7-9.3-6.5-17.2-11.7-23.8-5-6.4-11.4-11.4-18.6-15-7.4-3.5-15.9-5.2-25.3-5.2-16.3 0-30 6.9-41.4 20.5V160h-26v192h26v-14.8c10.8 9.8 24.1 14.8 39.7 14.8 8.7 0 16.9-1.8 24.3-5.4 7.5-3.8 14-8.9 19.5-15.5 5.5-6.8 9.7-14.9 12.9-24.4 3-9.6 4.6-20.3 4.6-32.1 0-11.5-1.3-21.8-4-31zm-31.8 73.7c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.3-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.1 9.2 9.3 22.9 9.3 41 0 18.9-3.3 33.3-9.7 42.7zm-139-107.8c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 44.6h26.1c.7-16.2 12.8-24.4 36-24.4 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.4 6.2 5.1 1.5 1.8 2.5 4 3.2 6.6s1.1 5.6 1.4 9.4c.1 3.6.1 8.3.1 13.5h-12.8c-59.3.1-89.1 17.3-89.1 51.5 0 6.4 1.3 12 3.8 17.2 2.4 5.3 5.9 9.6 10.4 13.4 4.4 3.8 9.8 6.7 16 8.7 6.1 2.2 12.7 3.2 20 3.2 20.9 0 51.8-18.6 51.8-18.6V351h26v-97.5c0-22-5.4-36.6-15.8-44zm-10.2 100c-2.3 3.4-5.1 6.3-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.8-8 3.3-12.2 4.3s-8.6 1.4-12.8 1.4c-9.6 0-17-2-22.5-5.9-5.5-4.1-8.3-9.8-8.3-17.2 0-20.6 18.9-30.9 56.9-30.9h18v32.5zM448 96h-32v320h32V96zm0-32H64V32h384v32zm0 415.6H64v-32h384v32z" />',viewBox:"0 0 512 512"},ae={name:"data-sds",content:'<path d="M224 152.54c105.6 0 191.4-27.4 191.9-61.3v-.3c0-34-85.9-61.6-191.9-61.6S32.1 56.94 32.1 90.94v.3c.5 33.9 86.3 61.3 191.9 61.3Zm-191.9 71.9c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.5c-.5 33.9-86.3 61.3-191.9 61.3s-191.49-27.4-192-61.29l.1 86.49v.3Zm-.1 41.21.1 86.49v.3c.4 26.7 53.7 49.3 127.9 57.8v-86.8c-74.29-8.4-127.59-31.1-128-57.79Zm320 37.69 105 70-105 70v-52.5H189v-35h163v-52.5Z" />',viewBox:"0 0 512 512"},se={name:"download-light",content:'<path d="M368 256 256 384 144 256h96V32h32v224h96Zm112 192H32v32h448v-32Z" />',viewBox:"0 0 512 512"},ce={name:"eye-slash",content:'<path d="m245.43 358.68 24.92 24.92c-4.75.26-9.54.4-14.34.4-94.7 0-179.7-51.5-224-128 13.19-22.83 30.01-43.43 49.65-61.1l23.01 23.01C91.46 229.29 79.51 242.07 69.8 256c26.33 33.77 54.15 53.86 72.6 65.1 39.18 23.88 77.54 33.37 103.03 37.58m131.42-4.44L480 457.39 457.39 480 345.51 368.12s-.07.03-.1.04L232.2 254.94l.11-.03-39.21-39.21-.03.11-26.8-26.8s.04-.05.06-.08l-7.01-7.01s-.06.03-.09.04l-24.17-24.17s.06-.03.09-.05L32 54.61 54.61 32l111.87 111.87A260.193 260.193 0 0 1 256 128c94.8 0 179.8 51.5 224 128-24 41.53-60.05 75.69-103.15 98.24Zm-7.25-33.14c27.8-16.4 54.1-38.7 72.6-65.1-18.4-26.4-44.8-48.7-72.6-65.1-12.2-7.2-25.1-13.2-38.4-17.9 22.6 20.5 36.8 50.1 36.8 83 0 25.15-8.31 48.37-22.32 67.08l7.01 7.01c5.76-2.76 11.41-5.74 16.91-8.99Z" />',viewBox:"0 0 512 512"},le={name:"display-inline-block",content:'<path d="M448 32h32v448h-32zM32 32h32v448H32zm64 352h320V128H96v256zm64-192h192v128H160V192z" />',viewBox:"0 0 512 512"},he={name:"paper-plane",content:'<path d="M469.783 271.879 54.329 446.734c-13.149 5.534-26.266-8.042-21.225-21.967l48.3-133.404c2.16-5.966 7.298-10.169 13.326-10.901C312.467 256 239.85 263.839 312.467 256c-72.618-7.839 0 0-217.739-24.462-6.027-.732-11.165-4.935-13.325-10.901l-48.3-133.404C28.063 73.308 41.18 59.732 54.33 65.266l415.454 174.855c13.623 5.734 13.623 26.024 0 31.758Z" />',viewBox:"0 0 512 512"},pe={name:"gauge-linear",content:'<path d="M16 164h480v184H16V164ZM90 58h110l-55 74-55-74ZM16 380h36v74H16v-74Zm444 0h36v74h-36v-74Zm-222 0h36v74h-36v-74Zm-111 0h36v36h-36v-36Zm222 0h36v36h-36v-36Z" />',viewBox:"0 0 512 512"},ue={name:"gauge-radial",content:'<path d="M256 16C123.5 16 16 123.5 16 256s107.5 240 240 240 240-107.5 240-240S388.5 16 256 16Zm0 445.7c-113.4 0-205.7-92.3-205.7-205.7 0-113.4 92.3-205.7 205.7-205.7 113.4 0 205.7 92.3 205.7 205.7 0 113.4-92.3 205.7-205.7 205.7Zm0-377.1c94.7 0 171.4 76.7 171.5 171.5h-68.6c0-56.8-46.2-102.9-102.9-102.9-22.2 0-42.8 7-59.6 19l37.4 37.4c6.7-3.2 14.3-5 22.2-5 28.4 0 51.4 23 51.4 51.4s-23 51.4-51.4 51.4-51.4-23-51.4-51.4c0-8 1.8-15.5 5-22.2l-37.4-37.4c-11.9 16.9-19 37.4-19 59.6H84.6c0-41.2 14.5-78.9 38.7-108.5l-12.7-12.7 24.2-24.2 12.7 12.7c29.6-24.2 67.3-38.7 108.5-38.7Z" />',viewBox:"0 0 512 512"},ve={name:"undo",content:'<path d="M479.9 416c-57.7-56.6-136.7-96-223.9-96v128L32 256 256 64v128c122.2 0 221.5 102.4 223.9 224z" />',viewBox:"0 0 512 512"},de={name:"redo",content:'<path d="M256 192V64l224 192-224 192V320c-87.2 0-166.2 39.4-223.9 96C34.5 294.4 133.9 192 256 192z" />',viewBox:"0 0 512 512"},fe={name:"arrow-rotate-ccw",content:'<path d="m62 176 55.5 32C103.8 231.6 96 258.9 96 288c0 88.2 71.8 160 160 160s160-71.8 160-160-71.8-160-160-160v64L96 96 256 0v64c123.7 0 224 100.3 224 224S379.7 512 256 512 32 411.7 32 288c0-40.8 10.9-79.1 30-112z" />',viewBox:"0 0 512 512"},me={name:"arrow-rotate-cw",content:'<path d="M480 288c0 123.7-100.3 224-224 224S32 411.7 32 288 132.3 64 256 64V0l160 96-160 96v-64c-88.2 0-160 71.8-160 160s71.8 160 160 160 160-71.8 160-160c0-29.1-7.8-56.4-21.5-80l55.5-32c19.1 32.9 30 71.2 30 112z" />',viewBox:"0 0 512 512"},ye={name:"arrows-no-repeat",content:'<path d="m321 434.2 47.5 47.5C335.5 501 297 512 256 512 132.3 512 32 411.7 32 288c0-41 11-79.5 30.3-112.6l47.5 47.5c-8.9 19.9-13.8 41.9-13.8 65 0 88.2 71.8 160 160 160 23.1.1 45.2-4.8 65-13.7zm118.3-17.5c12.9-18.3 23.1-38.7 30.1-60.4 6.9-21.5 10.6-44.5 10.6-68.3 0-40.8-10.9-79.1-30-112l-55.5 32c13.6 23.5 21.5 50.9 21.5 80 0 4.8-.2 9.5-.6 14.2-2.2 24.8-10.1 47.9-22.3 68.2L173.6 150.9c20.3-12.2 43.4-20.1 68.2-22.3 4.7-.4 9.4-.6 14.2-.6v64l160-96L256 0v64c-23.8 0-46.7 3.7-68.3 10.6-21.8 7-42.1 17.2-60.4 30.1L22.6 0 0 22.6 489.4 512l22.6-22.6-72.7-72.7z" />',viewBox:"0 0 512 512"},ge={name:"arrow-rotate-ccw-small",content:'<path d="m101.4 238.6 46.4 12.4c-2.5 9.3-3.8 19-3.8 29 0 61.8 50.2 112 112 112s112-50.2 112-112-50.2-112-112-112v56l-128-80 128-80v56c88.4 0 160 71.6 160 160s-71.6 160-160 160S96 368.4 96 280c0-14.3 1.9-28.2 5.4-41.4z" />',viewBox:"0 0 512 512"},be={name:"arrow-rotate-cw-small",content:'<path d="M416 280c0 88.4-71.6 160-160 160S96 368.4 96 280s71.6-160 160-160V64l128 80-128 80v-56c-61.8 0-112 50.2-112 112s50.2 112 112 112 112-50.2 112-112c0-10-1.3-19.7-3.8-29l46.4-12.4c3.5 13.2 5.4 27.1 5.4 41.4z" />',viewBox:"0 0 512 512"},xe={name:"clock",content:'<path d="M256 128h-32v160h160v-32H256V128zm0-96C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-105.9 0-192-86.1-192-192S150.1 64 256 64s192 86.1 192 192-86.1 192-192 192z" />',viewBox:"0 0 512 512"},we={name:"calendar",content:'<path d="M416 416H288V288h128v128zm64-352v384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h64V0h64v32h128V0h64v32h64c17.6 0 32 14.4 32 32zm-32 128H64v255.9l.1.1 383.9-.1V192zm0-127.9c-.1-.1-.1-.1 0 0l-64-.1v32h-64V64H192v32h-64V64H64.1l-.1.1V160h384V64.1z" />',viewBox:"0 0 512 512"},_e={name:"save",content:'<path d="M384 32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V128l-96-96zm-64 32v128h-64V64h64zm128 384-383.9.1-.1-.1V64.1l.1-.1H96v160h256V64h18.7l77.3 77.3V448z" />',viewBox:"0 0 512 512"},ze={name:"print",content:'<path d="M448 160h-32V96l-64-64H128c-17.7 0-32 14.3-32 32v96H64c-17.6 0-32 14.4-32 32v160c0 17.6 14.4 32 32 32h32v64c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32v-64h32c17.6 0 32-14.4 32-32V192c0-17.6-14.4-32-32-32zM128 64h192v64h64v64H128V64zm320 256h-64v127.9l-.1.1H128.1l-.1-.1V320H64v-32h384v32zm-288 0h192v32H160v-32zm0 64h160v32H160v-32z" />',viewBox:"0 0 512 512"},Ce={name:"pencil",content:'<path d="m334.9 86.6 45.3-45.3c12.4-12.4 32.8-12.4 45.3 0l45.3 45.3c12.4 12.4 12.4 32.8 0 45.3l-45.3 45.3-90.6-90.6zm-22.6 22.6L32 389.5V480h90.5l280.3-280.3-90.5-90.5zM99.9 412.1l-22.6-22.6 235-235 22.6 22.6-235 235z" />',viewBox:"0 0 512 512"},Me={name:"trash",content:'<path d="M416 96h-96V64c0-17.6-14.4-32-32-32h-96c-17.6 0-32 14.4-32 32v32H64v64h32v288c0 17.6 14.4 32 32 32h224c17.6 0 32-14.4 32-32V160h32V96zM192 64h95.9l.1.1V96h-96c.1-.1.1-32.1 0-32zm160 384H128.1l-.1-.1V160h32v256h32V160h32v256h32V160h32v256h32V160h32v288z" />',viewBox:"0 0 512 512"},ke={name:"paperclip",content:'<path d="M384 128v256h-32V128c0-52.9-43.1-96-96-96s-96 43.1-96 96v288c0 35.3 28.7 64 64 64s64-28.7 64-64V128c0-17.6-14.4-32-32-32s-32 14.4-32 32v256h-32V128c0-35.3 28.7-64 64-64s64 28.7 64 64v288c0 52.9-43.1 96-96 96s-96-43.1-96-96V128C128 57.4 185.4 0 256 0s128 57.4 128 128z" />',viewBox:"0 0 512 512"},Oe={name:"paperclip-alt",content:'<path d="M407 452.1c-18.6 18.6-43 27.9-67.5 27.9s-48.9-9.3-67.6-27.9L69.3 249.4c-49.7-49.7-49.7-130.5 0-180.2s130.5-49.7 180.2 0l180.2 180.2-22.7 22.5L226.9 91.8c-37.2-37.2-97.9-37.2-135.1 0-37.2 37.2-37.2 97.9 0 135.1l202.7 202.7c24.8 24.8 65.2 24.8 90.1 0 24.8-24.8 24.8-65.2 0-90.1L181.9 136.8c-12.4-12.4-32.7-12.4-45 0s-12.4 32.7 0 45L317 362l-22.5 22.5-180.2-180.1c-24.8-24.8-24.8-65.2 0-90.1s65.2-24.8 90.1 0L407 317c37.3 37.2 37.3 97.9 0 135.1z" />',viewBox:"0 0 512 512"},Se={name:"link",content:'<path d="M384 384c-47.4 0-88.7-25.8-110.8-64H384c35.4 0 64-28.6 64-64s-28.7-64-64-64H273.2c22.1-38.2 63.5-64 110.8-64 70.7 0 128 57.3 128 128s-57.3 128-128 128zM96 256c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32zm-32 0c0 35.4 28.6 64 64 64h110.8c-22.1 38.2-63.5 64-110.8 64C57.3 384 0 326.7 0 256s57.3-128 128-128c47.4 0 88.7 25.8 110.8 64H128c-35.4 0-64 28.6-64 64z" />',viewBox:"0 0 512 512"},He={name:"unlink",content:'<path d="M384 384c-47.4 0-88.7-25.8-110.8-64H384c35.4 0 64-28.6 64-64s-28.7-64-64-64H273.2c22.1-38.2 63.5-64 110.8-64 70.7 0 128 57.3 128 128s-57.3 128-128 128zM64 256c0 35.4 28.6 64 64 64h110.8c-22.1 38.2-63.5 64-110.8 64C57.3 384 0 326.7 0 256s57.3-128 128-128c47.4 0 88.7 25.8 110.8 64H128c-35.3 0-64 28.6-64 64zM272 97.6V0h-32v97.6c5.2-1 10.5-1.6 16-1.6s10.8.6 16 1.6zm-60.1 11.7-69-69-22.6 22.6 69 69c5.9-9 13.6-16.7 22.6-22.6zm110.8 22.6 69-69-22.6-22.6-69 69c9 5.9 16.7 13.6 22.6 22.6zM256 416c-5.5 0-10.8-.6-16-1.6V512h32v-97.6c-5.2 1-10.5 1.6-16 1.6zm-66.7-35.9-69 69 22.6 22.6 69-69c-9-5.9-16.7-13.6-22.6-22.6zm110.8 22.6 69 69 22.6-22.6-69-69c-5.9 9-13.6 16.7-22.6 22.6z" />',viewBox:"0 0 512 512"},Pe={name:"link-vertical",content:'<path d="M128 384c0-47.4 25.8-88.7 64-110.8V384c0 35.4 28.6 64 64 64s64-28.7 64-64V273.2c38.2 22.1 64 63.5 64 110.8 0 70.7-57.3 128-128 128s-128-57.3-128-128zM256 96c17.7 0 32 14.3 32 32v256c0 17.7-14.3 32-32 32s-32-14.3-32-32V128c0-17.7 14.3-32 32-32zm0-32c-35.4 0-64 28.6-64 64v110.8c-38.2-22.1-64-63.5-64-110.8C128 57.3 185.3 0 256 0s128 57.3 128 128c0 47.4-25.8 88.7-64 110.8V128c0-35.4-28.6-64-64-64z" />',viewBox:"0 0 512 512"},Ve={name:"unlink-vertical",content:'<path d="M414.4 272H512v-32h-97.6c1 5.2 1.6 10.5 1.6 16s-.5 10.8-1.6 16zm-11.6-60.1 69-69-22.6-22.6-69 69c8.9 5.9 16.6 13.6 22.6 22.6zm-22.7 110.8 69 69 22.6-22.6-69-69c-5.9 9-13.6 16.7-22.6 22.6zM96 256c0-5.5.6-10.8 1.6-16H0v32h97.6c-1-5.2-1.6-10.5-1.6-16zm35.9-66.8-69-69-22.6 22.6 69 69c5.9-8.9 13.6-16.6 22.6-22.6zm-22.6 110.9-69 69 22.6 22.6 69-69c-9-5.9-16.7-13.6-22.6-22.6zM128 384c0-47.4 25.8-88.7 64-110.8V384c0 35.4 28.6 64 64 64s64-28.7 64-64V273.2c38.2 22.1 64 63.5 64 110.8 0 70.7-57.3 128-128 128s-128-57.3-128-128zM256 64c-35.4 0-64 28.6-64 64v110.8c-38.2-22.1-64-63.5-64-110.8C128 57.3 185.3 0 256 0s128 57.3 128 128c0 47.4-25.8 88.7-64 110.8V128c0-35.4-28.6-64-64-64z" />',viewBox:"0 0 512 512"},Ie={name:"lock",content:'<path d="M384 224h-32v-96c0-53-43-96-96-96s-96 43-96 96v96h-32c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V256c0-17.6-14.4-32-32-32zm-192-96c0-35.3 28.7-64 64-64s64 28.7 64 64v96H192v-96zm64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" />',viewBox:"0 0 512 512"},Ae={name:"unlock",content:'<path d="M416 224H224v-96c0-53-43-96-96-96s-96 43-96 96v128h32V128c0-35.3 28.7-64 64-64s64 28.7 64 64v96h-32c-17.6 0-32 14.4-32 32v192c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V256c0-17.6-14.4-32-32-32zM288 384c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32z" />',viewBox:"0 0 512 512"},Ee={name:"cancel",content:'<path d="M256 32c-50.3 0-96.8 16.6-134.1 44.6-17.2 12.8-32.4 28.1-45.3 45.3C48.6 159.2 32 205.7 32 256c0 123.7 100.3 224 224 224 50.3 0 96.8-16.6 134.1-44.6 17.2-12.8 32.4-28.1 45.3-45.3 28-37.4 44.6-83.8 44.6-134.1 0-123.7-100.3-224-224-224zm0 384c-88.2 0-160-71.8-160-160 0-32.6 9.8-62.9 26.6-88.2l221.6 221.6C318.9 406.2 288.6 416 256 416zm133.4-71.8L167.8 122.6C193.1 105.8 223.4 96 256 96c88.2 0 160 71.8 160 160 0 32.6-9.8 62.9-26.6 88.2z" />',viewBox:"0 0 512 512"},Te={name:"cancel-outline",content:'<path d="M256 32c-56.1 0-107.4 20.6-146.7 54.7-8.1 7-15.6 14.6-22.6 22.6C52.6 148.6 32 199.9 32 256c0 123.7 100.3 224 224 224 56.1 0 107.4-20.6 146.7-54.7 8.1-7 15.6-14.6 22.6-22.6C459.4 363.4 480 312.1 480 256c0-123.7-100.3-224-224-224zm0 416c-106 0-192-86-192-192 0-47.2 17.1-90.5 45.4-124L380 402.6c-33.5 28.3-76.8 45.4-124 45.4zm146.6-68L132 109.4C165.5 81.1 208.8 64 256 64c106 0 192 86 192 192 0 47.2-17.1 90.5-45.4 124z" />',viewBox:"0 0 512 512"},Be={name:"cancel-circle",content:'<path d="m169.4 214.6 128 128c-12.5 6-26.6 9.4-41.4 9.4-52.9 0-96-43.1-96-96 0-14.8 3.4-28.8 9.4-41.4zM256 160c-14.8 0-28.8 3.4-41.4 9.4l128 128c6-12.5 9.4-26.6 9.4-41.4 0-52.9-43.1-96-96-96zm224 96c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-64 0c0-88.2-71.8-160-160-160-32.6 0-62.9 9.8-88.2 26.6-17.9 11.9-33.4 27.3-45.3 45.3C105.8 193.1 96 223.4 96 256c0 88.2 71.8 160 160 160 32.6 0 62.9-9.8 88.2-26.6 17.9-11.9 33.4-27.3 45.3-45.3 16.7-25.2 26.5-55.5 26.5-88.1z" />',viewBox:"0 0 512 512"},je={name:"check",content:'<path d="M434.7 82.7 480 128 192 416 32 256l45.3-45.3L192 325.5 434.7 82.7z" />',viewBox:"0 0 512 512"},Le={name:"check-outline",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192zm-32-154-83-83-45 45 128 128 176-176-45-45-131 131z" />',viewBox:"0 0 512 512"},Re={name:"check-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm-32 352L96 256l45-45 83 83 147-147 45 45-192 192z" />',viewBox:"0 0 512 512"},De={name:"x",content:'<path d="M416 141.3 301.3 256 416 370.7 370.7 416 256 301.3 141.3 416 96 370.7 210.7 256 96 141.3 141.3 96 256 210.7 370.7 96l45.3 45.3z" />',viewBox:"0 0 512 512"},Ne={name:"x-outline",content:'<path d="M384 338.7 338.7 384 256 301.3 173.3 384 128 338.7l82.7-82.7-82.7-82.7 45.3-45.3 82.7 82.7 82.7-82.7 45.3 45.3-82.7 82.7 82.7 82.7zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},Fe={name:"x-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm128 306.7L338.7 384 256 301.3 173.3 384 128 338.7l82.7-82.7-82.7-82.7 45.3-45.3 82.7 82.7 82.7-82.7 45.3 45.3-82.7 82.7 82.7 82.7z" />',viewBox:"0 0 512 512"},Ue={name:"plus",content:'<path d="M288 224V96h-64v128H96v64h128v128h64V288h128v-64H288z" />',viewBox:"0 0 512 512"},We={name:"plus-outline",content:'<path d="M288 288v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},Ke={name:"plus-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm32 256v96h-64v-96h-96v-64h96v-96h64v96h96v64h-96z" />',viewBox:"0 0 512 512"},Ge={name:"minus",content:'<path d="M96 224v64h320v-64H96z" />',viewBox:"0 0 512 512"},qe={name:"minus-outline",content:'<path d="M128 224h256v64H128v-64zM256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192z" />',viewBox:"0 0 512 512"},Xe={name:"minus-circle",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zM128 288v-64h256v64H128z" />',viewBox:"0 0 512 512"},Ye={name:"sort-asc",content:'<path d="M96 352h320v64H96v-64zm0-128h224v64H96v-64zm0-128h128v64H96V96z" />',viewBox:"0 0 512 512"},Ze={name:"sort-desc",content:'<path d="M96 96h320v64H96V96zm0 128h224v64H96v-64zm0 128h128v64H96v-64z" />',viewBox:"0 0 512 512"},Qe={name:"sort-clear",content:'<path d="m110.9 224 64 64H96v-64h14.9zM96 416h128v-64H96v64zm214.6-128h9.4v-64h-73.4l-64-64H416V96H118.6l-64-64L32 54.6 457.4 480l22.6-22.6L310.6 288z" />',viewBox:"0 0 512 512"},$e={name:"sort-asc-small",content:'<path d="M256 192v224h-32V192h-96L240 64l112 128h-96z" />',viewBox:"0 0 512 512"},Je={name:"sort-desc-small",content:'<path d="M352 288 240 416 128 288h96V64h32v224h96z" />',viewBox:"0 0 512 512"},to={name:"filter",content:'<path d="M64 64v32l160 160v224l64-64V256L448 96V64H64z" />',viewBox:"0 0 512 512"},eo={name:"filter-clear",content:'<path d="m143.5 64 168.2 168.2L288 256v160l-64 64V256L64 96V64h79.5zm236.1 100.4L448 96V64H279.3l-64-64L192 22l298 298 22-23.3-132.4-132.3z" />',viewBox:"0 0 512 512"},oo={name:"filter-small",content:'<path d="M128 128h256v32l-96 96v96l-64 64V256l-96-96v-32z" />',viewBox:"0 0 512 512"},no={name:"filter-sort-asc-small",content:'<path d="M448 128v32l-96 96v64l-32 64V256l-96-96v-32h224zM64 224h64v160h32V224h64l-80-96-80 96z" />',viewBox:"0 0 512 512"},ro={name:"filter-sort-desc-small",content:'<path d="M448 128v32l-96 96v64l-32 64V256l-96-96v-32h224zM144 384l80-96h-64V128h-32v160H64l80 96z" />',viewBox:"0 0 512 512"},io={name:"filter-add-expression",content:'<path d="M480 64v32H32V64h448zm-192 96h192v-32H288v32zm0 128h192v-64H288v64zm0 96h192v-32H288v32zm0 64h192v-32H288v32zM96 352h64v-64h64v-64h-64v-64H96v64H32v64h64v64z" />',viewBox:"0 0 512 512"},ao={name:"filter-add-group",content:'<path d="M352 352v32h-32v64h32v32h-64V352h64zm64 0v32h32v64h-32v32h64V352h-64zM160 160H96v64H32v64h64v64h64v-64h64v-64h-64v-64zm128 0h192v-32H288v32zM32 64v32h448V64H32zm256 224h192v-64H288v64z" />',viewBox:"0 0 512 512"},so={name:"login",content:'<path d="M384 480h96V32h-96v448zM32 224v64h128v96l160-128-160-128v96H32z" />',viewBox:"0 0 512 512"},co={name:"logout",content:'<path d="M128 32H32v448h96V32zm64 192v64h128v96l160-128-160-128v96H192z" />',viewBox:"0 0 512 512"},lo={name:"download",content:'<path d="M32 384v96h448v-96H32zM288 32h-64v128h-96l128 160 128-160h-96V32z" />',viewBox:"0 0 512 512"},ho={name:"upload",content:'<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z" />',viewBox:"0 0 512 512"},po={name:"hyperlink-open",content:'<path d="M32 480h448V256h-32v192H64V64h192V32H32v448zM320 32l56.9 56.9.5.5L224 242.7l45.3 45.3 153.3-153.4L480 192V32H320z" />',viewBox:"0 0 512 512"},uo={name:"hyperlink-open-sm",content:'<path d="M96 416h320v-96h-32v64H128V128h64V96H96v320zM256 96h160v160l-57.4-57.4L237.3 320 192 274.7l121.4-121.4-.5-.5L256 96z" />',viewBox:"0 0 512 512"},vo={name:"launch",content:'<path d="M96 96v320h96v-32h-64V128h256v64h32V96H96zm320 160v160H256l57.4-57.4L192 237.3l45.3-45.3 121.4 121.4.5-.5L416 256z" />',viewBox:"0 0 512 512"},fo={name:"window",content:'<path d="M96 96v320h320V96H96zm288 288H128V192h256v192z" />',viewBox:"0 0 512 512"},mo={name:"window-restore",content:'<path d="M448 32v288h-32V128H160V32h288zM64 192h288v288H64V192zm32 256h224V288H96v160z" />',viewBox:"0 0 512 512"},yo={name:"window-minimize",content:'<path d="M416 288v64H96v-64h320z" />',viewBox:"0 0 512 512"},go={name:"gear",content:'<path d="m462.7 317.9-41.5-31.4c1.8-9.9 2.8-20.1 2.8-30.5 0-10.4-1-20.6-2.8-30.5l41.5-31.4c6.4-4.9 8.2-13.8 4.2-20.8L433 114.6c-4-7-12.6-9.9-20.1-6.7l-48 20.2c-15.4-13.2-33.3-23.6-52.8-30.5L305.8 46c-1-8-7.8-14-15.9-14h-67.8c-8.1 0-14.9 6-15.9 14l-6.5 51.6c-19.5 6.9-37.4 17.3-52.8 30.5l-48-20.2c-7.4-3.1-16-.2-20.1 6.7l-33.9 58.7c-4 7-2.2 15.9 4.2 20.8l41.5 31.4C89 235.4 88 245.6 88 256c0 10.4 1 20.6 2.8 30.5l-41.5 31.4c-6.4 4.9-8.2 13.8-4.2 20.8L79 397.4c4 7 12.6 9.9 20.1 6.7l48-20.2c15.4 13.2 33.3 23.6 52.8 30.5l6.5 51.6c1 8 7.8 14 15.9 14h67.8c8.1 0 14.9-6 15.9-14l6.5-51.6c19.5-6.9 37.4-17.3 52.8-30.5l48 20.2c7.4 3.1 16 .2 20.1-6.7l33.9-58.7c3.7-7 1.9-15.9-4.6-20.8zM256 340c-46.4 0-84-37.6-84-84s37.6-84 84-84 84 37.6 84 84-37.6 84-84 84z" />',viewBox:"0 0 512 512"},bo={name:"gears",content:'<path d="m331.9 364.2-29.6-22.4c1.3-7.1 2-14.3 2-21.8 0-7.4-.7-14.7-2-21.8l29.6-22.4c4.6-3.5 5.9-9.8 3-14.8l-24.2-42c-2.9-5-9-7.1-14.3-4.8L262 228.7c-11-9.4-23.8-16.9-37.7-21.8l-4.6-36.9c-.7-5.7-5.6-10-11.3-10H160c-5.8 0-10.6 4.3-11.3 10l-4.6 36.9c-13.9 4.9-26.7 12.4-37.7 21.8l-34.3-14.5c-5.3-2.2-11.5-.2-14.3 4.8l-24.3 42c-2.9 5-1.6 11.3 3 14.8l29.6 22.4c-1.3 7.1-2 14.3-2 21.8 0 7.4.7 14.7 2 21.8l-29.6 22.4c-4.6 3.5-5.9 9.8-3 14.8l24.2 42c2.9 5 9 7.1 14.3 4.8l34.3-14.5c11 9.4 23.8 16.9 37.7 21.8l4.6 36.9c.7 5.7 5.6 10 11.3 10h48.4c5.8 0 10.6-4.3 11.3-10l4.6-36.9c13.9-4.9 26.7-12.4 37.7-21.8l34.3 14.5c5.3 2.2 11.5.2 14.3-4.8l24.2-41.9c3-5 1.8-11.4-2.8-14.9zM184.2 380c-33.1 0-60-26.9-60-60s26.9-60 60-60 60 26.9 60 60-26.9 60-60 60zm293.1-225.5L459.4 141c.8-4.2 1.2-8.6 1.2-13 0-4.5-.4-8.8-1.2-13l17.8-13.4c2.7-2.1 3.5-5.9 1.8-8.9l-14.5-25.2c-1.8-3-5.4-4.2-8.6-2.8l-20.6 8.7c-6.7-5.7-14.3-10.1-22.7-13.1L409.9 38c-.4-3.4-3.3-6-6.8-6h-29c-3.4 0-6.4 2.5-6.8 6l-2.7 22.2c-8.3 2.9-16 7.5-22.7 13.1l-20.6-8.7c-3.2-1.4-6.9-.1-8.6 2.8l-14.5 25.2c-1.8 3-1 6.9 1.8 8.9l17.8 13.4c-.8 4.2-1.2 8.6-1.2 13 0 4.5.4 8.8 1.2 13L300 154.5c-2.7 2.1-3.5 5.9-1.8 8.9l14.5 25.2c1.8 3 5.4 4.2 8.6 2.8l20.6-8.7c6.7 5.7 14.3 10.1 22.7 13.1l2.7 22.2c.4 3.4 3.3 6 6.8 6h29c3.4 0 6.4-2.5 6.8-6l2.7-22.2c8.3-2.9 16-7.5 22.7-13.1l20.6 8.7c3.2 1.4 6.9.1 8.6-2.8l14.5-25.2c1.8-3 1-6.9-1.7-8.9zm-88.7 9.5c-19.9 0-36.1-16.2-36.1-36.1s16.2-36.1 36.1-36.1c19.9 0 36.1 16.2 36.1 36.1-.1 19.9-16.1 36.1-36.1 36.1z" />',viewBox:"0 0 512 512"},xo={name:"wrench",content:'<path d="M470.7 402.7 306 238.1c9-18.8 14-39.8 14-62.1 0-79.5-64.5-144-144-144-22.2 0-43.3 5-62.1 14l76.4 76.4c12.4 12.4 12.4 32.8 0 45.3l-22.6 22.6c-12.4 12.4-32.8 12.4-45.3 0L46 113.9c-9 18.8-14 39.9-14 62.1 0 79.5 64.5 144 144 144 22.3 0 43.4-5.1 62.2-14.1l164.7 164.7c12.3 12.5 32.7 12.5 45.1.1l22.7-22.7c12.4-12.4 12.4-32.8 0-45.3zM448 425.5 425.4 448 265.8 288.5c8.3-6.7 15.9-14.3 22.6-22.6L448 425.5z" />',viewBox:"0 0 512 512"},wo={name:"eye",content:'<path d="M256 128c-94.8 0-179.8 51.5-224 128 44.3 76.5 129.3 128 224 128s179.8-51.5 224-128c-44.2-76.5-129.2-128-224-128zm-32 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM69.8 256c18.4-26.4 44.8-48.7 72.6-65.1 12.2-7.2 25.1-13.2 38.4-17.9-22.6 20.5-36.8 50.1-36.8 83s14.2 62.5 36.8 83c-13.3-4.7-26.2-10.7-38.4-17.9-27.8-16.4-54.2-38.7-72.6-65.1zm299.8 65.1c-12.2 7.2-25.1 13.2-38.4 17.9 22.6-20.5 36.8-50.1 36.8-83s-14.2-62.5-36.8-83c13.3 4.7 26.2 10.7 38.4 17.9 27.8 16.4 54.2 38.7 72.6 65.1-18.5 26.4-44.8 48.7-72.6 65.1z" />',viewBox:"0 0 512 512"},_o={name:"search",content:'<path d="M365.3 320h-22.7l-26.7-26.7C338.5 265.7 352 230.4 352 192c0-88.4-71.6-160-160-160S32 103.6 32 192s71.6 160 160 160c38.4 0 73.7-13.5 101.3-36.1l26.7 26.7v22.7L434.7 480l45.3-45.3L365.3 320zM64 192c0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128S64 262.7 64 192z" />',viewBox:"0 0 512 512"},zo={name:"zoom-in",content:'<path d="M288 224h-64v64h-64v-64H96v-64h64V96h64v64h64v64zm192 210.7L434.7 480 320 365.3v-22.7l-26.7-26.7C265.7 338.5 230.4 352 192 352c-88.4 0-160-71.6-160-160S103.6 32 192 32s160 71.6 160 160c0 38.4-13.5 73.7-36.1 101.3l26.7 26.7h22.7L480 434.7zM192 320c70.7 0 128-57.3 128-128S262.7 64 192 64 64 121.3 64 192s57.3 128 128 128z" />',viewBox:"0 0 512 512"},Co={name:"zoom-out",content:'<path d="M288 224H96v-64h192v64zm192 210.7L434.7 480 320 365.3v-22.7l-26.7-26.7C265.7 338.5 230.4 352 192 352c-88.4 0-160-71.6-160-160S103.6 32 192 32s160 71.6 160 160c0 38.4-13.5 73.7-36.1 101.3l26.7 26.7h22.7L480 434.7zM192 320c70.7 0 128-57.3 128-128S262.7 64 192 64 64 121.3 64 192s57.3 128 128 128z" />',viewBox:"0 0 512 512"},Mo={name:"arrows-move",content:'<path d="M384 320v-32h-96v96h32l-64 96-64-96h32v-96h-96v32l-96-64 96-64v32h96v-96h-32l64-96 64 96h-32v96h96v-32l96 64-96 64z" />',viewBox:"0 0 512 512"},ko={name:"calculator",content:'<path d="M64 64v384h384V64H64zm96 352H96v-64h64v64zm0-96H96v-64h64v64zm96 96h-64v-64h64v64zm0-96h-64v-64h64v64zm160 96h-96V256h96v160zm0-224H96V96h320v96z" />',viewBox:"0 0 512 512"},Oo={name:"cart",content:'<path d="M192 368c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm144-48c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM128 96V64H32v32h64v192h288v-32H128V96zm32 128h256v-32H160v32zm0-96v32h288v-32H160z" />',viewBox:"0 0 512 512"},So={name:"connector",content:'<path d="M416 112c0 26.51-21.49 48-48 48-20.898 0-38.667-13.359-45.258-32H256v288h-98.742c-6.591 18.641-24.36 32-45.258 32-26.51 0-48-21.49-48-48s21.49-48 48-48c20.898 0 38.667 13.359 45.258 32H224V96h98.742c6.591-18.641 24.36-32 45.258-32 26.51 0 48 21.49 48 48z" />',viewBox:"0 0 512 512"},Ho={name:"plus-sm",content:'<path d="M352 224v64h-64v64h-64v-64h-64v-64h64v-64h64v64h64z" />',viewBox:"0 0 512 512"},Po={name:"minus-sm",content:'<path d="M352 224v64H160v-64h192z" />',viewBox:"0 0 512 512"},Vo={name:"kpi-status-deny",content:'<path d="M480 256 256 480 32 256 256 32l224 224z" />',viewBox:"0 0 512 512"},Io={name:"kpi-status-hold",content:'<path d="M256 64 32 448h448L256 64z" />',viewBox:"0 0 512 512"},Ao={name:"kpi-status-open",content:'<path d="M480 256c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224z" />',viewBox:"0 0 512 512"},Eo={name:"equal",content:'<path d="M96 288h320v64H96v-64zm0-128v64h320v-64H96z" />',viewBox:"0 0 512 512"},To={name:"not-equal",content:'<path d="m290.7 224-37.3 64H416v64H216l-56 96h-48l56-96H96v-64h109.3l37.3-64H96v-64h184l56-96h48l-56 96h88v64H290.7z" />',viewBox:"0 0 512 512"},Bo={name:"less-or-equal",content:'<path d="m318.1 352-160-160 160-160L352 65.9 225.9 192 352 318.1 318.1 352zM128 416v32h256v-32H128z" />',viewBox:"0 0 512 512"},jo={name:"greater-or-equal",content:'<path d="M160 318.1 286.1 192 160 65.9 193.9 32l160 160-160 160-33.9-33.9zM128 416v32h256v-32H128z" />',viewBox:"0 0 512 512"},Lo={name:"divide",content:'<path d="M416 64 192 448h-64L352 64h64z" />',viewBox:"0 0 512 512"},Ro={name:"accessibility",content:'<path d="M208 48c0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48-48-21.5-48-48zm240 112v-32H64v32l128 16v80l-32 224h48l32-160h32l32 160h48l-32-224v-80l128-16z" />',viewBox:"0 0 512 512"},Do={name:"barcode-outline",content:'<path d="M96 384H64V128h32v256zm96-256h-64v224h64V128zm64 0h-32v224h32V128zm64 0h-32v224h32V128zm64 0h-32v224h32V128zm64 0h-32v256h32V128zm64-32v320c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h448c17.7 0 32 14.3 32 32zm-32 0H32v320h448V96z" />',viewBox:"0 0 512 512"},No={name:"barcode",content:'<path d="M480 64H32C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zM96 384H64V128h32v256zm96-32h-64V128h64v224zm64 0h-32V128h32v224zm64 0h-32V128h32v224zm64 0h-32V128h32v224zm64 32h-32V128h32v256z" />',viewBox:"0 0 512 512"},Fo={name:"barcode-scanner",content:'<path d="M32 96H0V0h96v32H32v64zm0 288H0v96h96v-32H32v-64zM416 0v32h64v64h32V0h-96zm64 448h-64v32h96v-96h-32v64zm-192-32h32V288h-32v128zm32-352h-32v128h32V64zm-64 0h-32v128h32V64zM128 416h64V288h-64v128zm-64 0h32V288H64v128zM192 64h-64v128h64V64zm32 352h32V288h-32v128zM64 64v128h32V64H64zm384 0h-32v128h32V64zm0 352V288h-32v128h32zm-96 0h32V288h-32v128zm32-352h-32v128h32V64zm96 160H32v32h448v-32z" />',viewBox:"0 0 512 512"},Uo={name:"qr-code-outline",content:'<path d="M192 224v32h-32v-32h32zm-64 64h32v-32h-32v32zm-32-64v32h32v-32H96zm-32 64h32v-32H64v32zm128 0h32v-32h-32v32zm64-64h-32v32h32v-32zm32-32h-32v32h32v-32zm-64-32v32h32v-32h-32zm64-32h-32v32h32v-32zm-64-32v32h32V96h-32zm64-32h-32v32h32V64zm32 192v-32h-32v32h32zm-96 32v32h32v-32h-32zm64-32h-32v32h32v-32zm0 64h-32v32h32v-32zm-64 32v32h32v-32h-32zm32 32v32h32v-32h-32zm-32 64h32v-32h-32v32zm64-96v32h32v-32h-32zm32-32v-32h-32v32h32zm32-32v-32h-32v32h32zm32-64h-32v32h32v-32zm32 64v-32h-32v32h32zm32-64h-32v32h32v-32zm-64 96v-32h-32v32h32zm-32 32v-32h-32v32h32zm0 32h32v-32h-32v32zm32-32h32v-32h-32v32zm64-32v-32h-32v32h32zm-128 64v32h32v-32h-32zm-32 64h32v-32h-32v32zm64 0h32v-32h-32v32zm32-32h32v-32h-32v32zm64-32v-32h-32v32h32zm0 64v-32h-32v32h32zM512 0v512H0V0h512zm-32 32H32v448h448V32zm-32 160H320V64h128v128zm-32-32-.5-64H352v64h64zm-224 32H64V64h128v128zm-32-32-.5-64H96v64h64zm32 288H64V320h128v128zm-32-32-.5-64H96v64h64z" />',viewBox:"0 0 512 512"},Wo={name:"qr-code",content:'<path d="M320 0v192h192V0H320zm160 160H352V32h128v128zm-32-32h-64V64h64v64zM0 0v192h192V0H0zm160 160H32V32h128v128zm-32-32H64V64h64v64zM0 320v192h192V320H0zm160 160H32V352h128v128zm-32-32H64v-64h64v64zm32-224h32v32h-32v-32zm0 64h-32v-32h32v32zm-64-64h32v32H96v-32zm-32 32H32v-32h32v32zm32 32H64v-32h32v32zm128 0h-32v-32h32v32zm32-32h-32v-32h32v32zm0-64h32v32h-32v-32zm0 0h-32v-32h32v32zm0-64h32v32h-32v-32zm0 0h-32V96h32v32zm0-64h32v32h-32V64zm0 0h-32V32h32v32zm64 192h-32v-32h32v32zm-96 32h32v32h-32v-32zm64 0h-32v-32h32v32zm0 64h-32v-32h32v32zm-32 32h-32v-32h32v32zm0 0h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h32v32h-32v-32zm64 0h-32v-32h32v32zm32 32h-32v-32h32v32zm32-32h-32v-32h32v32zm-96 32h32v32h-32v-32zm0 64h-32v-32h32v32zm0 0h32v32h-32v-32zm32-32h32v32h-32v-32zm32-32h32v32h-32v-32zm-96 96h32v32h-32v-32zm0 64h-32v-32h32v32zm-32 32h-32v-32h32v32zm192-192h-32v-32h32v32zM352 416h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm32-96h32v32h-32v-32zm0 64h-32v-32h32v32zm-32 32h32v32h-32v-32zm0 64h-32v-32h32v32zm64-64h-32v-32h32v32zm0 64h-32v-32h32v32zm32-32h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zM256 512h-32v-32h32v32zm64 0h-32v-32h32v32zm32-32h32v32h-32v-32zm64 0h32v32h-32v-32zm96 32h-32v-32h32v32z" />',viewBox:"0 0 512 512"},Ko={name:"qr-code-scanner",content:'<path d="M512 0v96h-32V32h-64V0h96zm-32 448h-64v32h96v-96h-32v64zM64 64h128v128H64V64zm32 96h64V96H96v64zM32 32h64V0H0v96h32V32zm0 224h448v-32H32v32zm0 128H0v96h96v-32H32v-64zM288 96h-32v32h32V96zm-64-32v32h32V64h-32zm224 128H320V64h128v128zm-32-96h-64v64h64V96zm-128 96v-32h-32v32h32zm-32-64h-32v32h32v-32zM64 288h128v128H64V288zm32 96h64v-64H96v64zm192-64h-32v32h32v-32zm-64-32v32h32v-32h-32zm32 128h32v-32h-32v32zm-32-64v32h32v-32h-32zm96-64h-32v32h32v-32zm-32 64v32h32v-32h-32zm64 0v-32h-32v32h32zm-32 64h32v-32h-32v32zm64-128h-32v32h32v-32zm-32 64v32h32v-32h-32zm64 0v-32h-32v32h32zm0 64v-32h-32v32h32zm32-128h-32v32h32v-32zm0 96v-32h-32v32h32z" />',viewBox:"0 0 512 512"},Go={name:"barcode-qr-code-scanner",content:'<path d="M256 288h32v128h-32V288zm64 128h64V288h-64v128zm128 0V288h-32v128h32zM32 32h64V0H0v96h32V32zm0 352H0v96h96v-32H32v-64zM416 0v32h64v64h32V0h-96zm64 448h-64v32h96v-96h-32v64zm0-224H32v32h448v-32zM288 64h-32v128h32V64zm96 0h-64v128h64V64zm64 0h-32v128h32V64zM64 64h96v96H64V64zm32 64h32V96H96v32zm128 32h-32v32h32v-32zm0-96h-32v64h32V64zM64 320h96v96H64v-96zm32 64h32v-32H96v32zm96 0v32h32v-64h-32v32zm0-64h32v-32h-32v32z" />',viewBox:"0 0 512 512"},qo={name:"signature",content:'<path d="M32 448h448v32H32v-32zM448 32H288v64h160V32zm-96 340.9L256 224l32-96h160l32 96-96 148.9V416h-32v-43.1zm0-59.1V256h32v57.8l60.8-94.3-19.9-59.5H311.1l-19.9 59.6 60.8 94.2zM78.8 377.3c8.7-10.3 23.9-25.6 37.2-17.3 14.9 9.3 25.1 42.1 56.9 43.8 27.2-.6 18.9-34.6 36.7-33.2 16.6 0 19.5 47.8 46.5 47.9 25.7.1 37.4-14.5 37.3-28 .1-29-62.5-87.7-85.4-98-21.4-9.6-34-2.3-39.7 6-5.3 7.9 9.3 34.5-13.7 41.2-17.3 1.5-29.2-33.2-62.1-33.2S77 354.1 32 352c13.1 6 32.8 42 46.8 25.3z" />',viewBox:"0 0 512 512"},Xo={name:"hand",content:'<path d="M442.5 130.7c-15.5-6.7-33.7-.2-41.4 15.1-8.2 21.3-23.3 79.9-25.8 87.6-2.1 6.5-5 12-11.3 9.7-4.7-1.7-3.5-7.2-2.4-12.6l2.7-17 18.1-112.4c2.8-17.4-9-33.8-26.5-36.6-17.4-2.8-33.8 9-36.6 26.5L304 197.9s-2.1 14.1-3 18.7c-1 5.2-1.4 12.3-7.7 11.9-5-.3-5.3-3.8-5.3-7.3V64c0-17.6-14.2-31.9-31.8-32h.1-.3c-17.7 0-32 14.3-32 32v.4c0 1.1.9 140.6.6 149.7-.2 5.4-.7 9.5-6.8 10.3-7.8 1.1-8.6-8-8.6-8l-3.1-20.9v.7L190 90.8v.1c-2.6-17.5-18.9-29.5-36.2-26.9-17.5 2.6-29.5 18.9-26.9 36.2 0 .1 0 .2.1.3l24.8 165.3 2.4 15.9c.5 3.2-.7 6.6-3.3 8.6l-.1.1c-4.1 3.1-10 2.5-13.5-1.4l-12.2-13.2-37.3-41-.1-.1c-11.9-13-32.1-14-45.3-2.1-13 11.9-14 32.1-2.1 45.2l55.7 61s34.1 49 62.5 88.4c28.3 39.3 72.3 52.4 129.5 52.4s113.9-21.8 126.9-95.4c13.7-78.5 6.5-107.9 23.7-150.4 11.6-28.9 15.1-45.8 21.1-63.2 5.4-15.6-1.9-33.3-17.2-39.9z" />',viewBox:"0 0 512 512"},Yo={name:"pointer",content:'<path d="m285.5 326.1 43.9 124.4-83.5 29.5-43.8-124.2L128 416V32l256 288-98.5 6.1z" />',viewBox:"0 0 512 512"},Zo={name:"stick",content:'<path d="M192 96c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v32h128V96zm128 160c0 35.3-28.7 64-64 64s-64-28.7-64-64v-96H64v96c0 106 86 192 192 192s192-86 192-192v-96H320v96zm96-192h-64c-17.7 0-32 14.3-32 32v32h128V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},Qo={name:"unstick",content:'<path d="M290.6 131.4c12.4-12.4 12.4-32.6 0-45l-45-45c-12.4-12.4-32.6-12.4-45 0L178 63.8l90.1 90 22.5-22.4zM268.1 334c-24.9 24.9-65.2 24.9-90.1 0s-24.9-65.2 0-90.1l67.5-67.5-90-90.1L88 153.9C13.4 228.5 13.4 349.4 88 424s195.5 74.6 270.1 0l67.5-67.5-90-90.1-67.5 67.6zm202.6-67.5-45-45c-12.4-12.4-32.6-12.4-45 0L358.2 244l90 90 22.5-22.5c12.4-12.4 12.4-32.6 0-45z" />',viewBox:"0 0 512 512"},$o={name:"set-column-position",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM192 416H96V96h96v320zm224 0H224v-32h192v32zm0-64H224v-64h192v64zm0-96H224v-64h192v64zm0-96H224V96h192v64z" />',viewBox:"0 0 512 512"},Jo={name:"clock-arrow-rotate",content:'<path d="M256 32C132.3 32 32 132.3 32 256h32c0-105.9 86.1-192 192-192s192 86.1 192 192-86.1 192-192 192c-57 0-108.3-25-143.5-64.5L176 320H32v144l57.8-57.8C130.8 451.5 190 480 256 480c123.7 0 224-100.3 224-224S379.7 32 256 32Zm-32 96v160h160v-32H256V128h-32Z" />',viewBox:"0 0 512 512"},tn={name:"play",content:'<path d="M0 512V0l512 256L0 512z" />',viewBox:"0 0 512 512"},en={name:"pause",content:'<path d="M320 0h160v512H320V0zM32 512h160V0H32v512z" />',viewBox:"0 0 512 512"},on={name:"stop",content:'<path d="M512 512H0V0h512v512z" />',viewBox:"0 0 512 512"},nn={name:"rewind",content:'<path d="M256 256 512 96v320L256 256zm0 160V96L0 256l256 160z" />',viewBox:"0 0 512 512"},rn={name:"forward",content:'<path d="M0 416V96l256 160L0 416zm512-160L256 96v320l256-160z" />',viewBox:"0 0 512 512"},an={name:"volume-down",content:'<path d="M0 352h96l128 128V32L96 160H0v192zm288 28V132c55.2 14.2 96 64.3 96 124s-40.8 109.8-96 124z" />',viewBox:"0 0 512 512"},sn={name:"volume-up",content:'<path d="M0 352h96l128 128V32L96 160H0v192zm288 28V132c55.2 14.2 96 64.3 96 124s-40.8 109.8-96 124zm0-380v44.8c45.2 0 88.3 20.8 121.2 58.4C444.6 143.6 464 197.8 464 256s-19.4 112.4-54.8 152.8c-33 37.7-76 58.4-121.2 58.4V512c123.7 0 224-114.6 224-256S411.7 0 288 0z" />',viewBox:"0 0 512 512"},cn={name:"volume-mute",content:'<path d="M96 160 224 32v448L96 352H0V160h96zm416 29.3L466.7 144 400 210.7 333.2 144 288 189.3l66.7 66.7-66.7 66.7 45.3 45.3 66.7-66.7 66.7 66.7 45.3-45.3-66.8-66.7 66.8-66.7z" />',viewBox:"0 0 512 512"},ln={name:"hd",content:'<path d="M480 64H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zM256 384h-64v-96h-64v96H64V128h64v96h64v-96h64v256zm210.3-68.9c-5.1 16.2-11.8 29.4-19.8 39.1-8.2 9.8-18.2 17.4-29.8 22.4-11.5 4.9-26.3 7.4-43.9 7.4H288V128h82.6c20.3 0 35.4 2.2 46.1 6.8 10.7 4.6 20.6 12.2 29.5 22.8 8.7 10.5 15.7 24.1 20.6 40.6 4.8 16.2 7.3 36.5 7.3 60.3-.1 21.5-2.7 40.6-7.8 56.6zm-54.2-94.2c2.6 8.5 3.9 20.5 3.9 35.6 0 14.5-1.3 26.3-3.9 35.1-2.5 8.4-5.5 14.4-8.9 18-3.3 3.5-7.5 6-12.8 7.7-3.8 1.2-11.8 2.7-28.3 2.7H336V192h12.9c21.4 0 30.6.9 34.5 1.7 6.9 1.4 12.6 4.1 17.5 8.4 4.9 4.5 8.7 10.8 11.2 18.8z" />',viewBox:"0 0 512 512"},hn={name:"closed-captions",content:'<path d="M480 64H32S0 64 0 96v320c0 32 32 32 32 32h448c32 0 32-32 32-32V96s0-32-32-32zM240 205c-6.1-4.5-13.5-7.8-21.9-10.1-8.5-2.3-17.1-3.5-25.8-3.5-18 0-32.2 5.8-42.6 17.4-10.4 11.6-15.6 27.4-15.6 47.3 0 19.8 5.2 35.4 15.6 46.9 10.4 11.5 24.3 17.2 41.7 17.2 16.1 0 32.3-4.6 47.6-13.8V373c-17.2 7.4-38.2 11-62.1 11-23.4 0-43.6-5-60.6-15.1s-29.9-24.4-38.9-43-13.4-40-13.4-64.3c0-26.1 5-49.4 15-69.7 10-20.4 24.2-36.1 42.5-47.2s39.4-16.7 63.2-16.7c19 0 37.4 2.6 55.3 7.8V205zm208 0c-6.1-4.5-13.5-7.8-21.9-10.1-8.5-2.3-17.1-3.5-25.8-3.5-18 0-32.2 5.8-42.6 17.4-10.4 11.6-15.6 27.4-15.6 47.3 0 19.8 5.2 35.4 15.6 46.9s24.3 17.2 41.7 17.2c16.1 0 32.3-4.6 47.6-13.8V373c-17.2 7.4-38.2 11-62.1 11-23.4 0-43.6-5-60.6-15.1s-29.9-24.4-38.9-43-13.4-40-13.4-64.3c0-26.1 5-49.4 15-69.7 10-20.4 24.2-36.1 42.5-47.2s39.4-16.7 63.2-16.7c19 0 37.4 2.6 55.3 7.8V205z" />',viewBox:"0 0 512 512"},pn={name:"playlist",content:'<path d="M0 256h320v64H0v-64zM512 64H0V0h512v64zm-128 64.8V397c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V193h96v-65l-128 .8zM0 128v64h320v-64H0z" />',viewBox:"0 0 512 512"},un={name:"music-notes",content:'<path d="M160 170v-64m0-.2v259c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V162.5l256-59.1v165.4c-13.4-8-30-12.8-48-12.8-44.2 0-80 28.7-80 64s35.8 64 80 64 80-28.7 80-64V32l-320 73.8z" />',viewBox:"0 0 512 512"},vn={name:"play-sm",content:'<path d="M96 416V96l320 160L96 416z" />',viewBox:"0 0 512 512"},dn={name:"pause-sm",content:'<path d="M288 96h96v320h-96V96zM96 416h96V96H96v320z" />',viewBox:"0 0 512 512"},fn={name:"stop-sm",content:'<path d="M416 416H96V96h320v320z" />',viewBox:"0 0 512 512"},mn={name:"heart-outline",content:'<path d="M447.2 96.8c-43.7-43.7-114.7-43.7-158.4 0L256 129.6l-32.8-32.8c-43.7-43.7-114.7-43.7-158.4 0s-43.7 116.3 0 160l32.8 32.8L256 448l158.4-158.4 32.8-32.8c43.7-43.7 43.7-116.3 0-160zm-22.6 137.4L256 402.7 87.4 234.2C72.3 219.1 64 198.7 64 176.8s8.3-42.3 23.4-57.4C102.5 104.3 122.6 96 144 96s41.5 8.3 56.6 23.4l55.4 55.4 55.4-55.4C326.5 104.3 346.6 96 368 96s41.5 8.3 56.6 23.4c15.1 15.1 23.4 35.5 23.4 57.4s-8.3 42.3-23.4 57.4z" />',viewBox:"0 0 512 512"},yn={name:"heart",content:'<path d="m447.2 256.8-32.8 32.8L256 448 97.6 289.6l-32.8-32.8c-43.7-43.7-43.7-116.3 0-160s114.7-43.7 158.4 0l32.8 32.8 32.8-32.8c43.7-43.7 114.7-43.7 158.4 0s43.7 116.3 0 160z" />',viewBox:"0 0 512 512"},gn={name:"star-outline",content:'<path d="M480 202.4 319.1 188 256 32l-63.1 156L32 202.4l122 111.7L117.2 480 256 391.5 394.8 480 358 314.1l122-111.7zM256 353.6l-90.8 57.9 24-108.5-82.1-75.2 108.1-9.7L256 117.3l40.8 100.8 108.1 9.7-82.1 75.2 24.1 108.5-90.9-57.9z" />',viewBox:"0 0 512 512"},bn={name:"star",content:'<path d="M256 391.5 117.2 480 154 314.1 32 202.4 192.9 188 256 32l63.1 156L480 202.4 358 314.1 394.8 480 256 391.5z" />',viewBox:"0 0 512 512"},xn={name:"checkbox",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},wn={name:"checkbox-checked",content:'<path d="M64 64v384h384V64H64zm352 352H96V96h320v320zm-77.3-269.3L384 192 224 352l-96-96 45.3-45.3 50.7 50.7 114.7-114.7z" />',viewBox:"0 0 512 512"},_n={name:"checkbox-indeterminate",content:'<path d="M128 128h256v256H128V128zM64 64v384h384V64H64zm352 352H96V96h320v320z" />',viewBox:"0 0 512 512"},zn={name:"checkbox-null",content:'<path d="M192 64h128v32H192V64zm224 0h-64v32h64v64h32V64h-32zm0 256h32V192h-32v128zm0 96h-64v32h96v-96h-32v64zm-224 32h128v-32H192v32zm-96-96H64v96h96v-32H96v-64zm0-160H64v128h32V192zM64 64v96h32V96h64V64H64z" />',viewBox:"0 0 512 512"},Cn={name:"circle",content:'<path d="M384 256c0 70.7-57.3 128-128 128s-128-57.3-128-128 57.3-128 128-128 128 57.3 128 128z" />',viewBox:"0 0 512 512"},Mn={name:"radiobutton",content:'<path d="M256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64zm0 352c-88.4 0-160-71.6-160-160S167.6 96 256 96s160 71.6 160 160-71.6 160-160 160z" />',viewBox:"0 0 512 512"},kn={name:"radiobutton-checked",content:'<path d="M351.6 255.3c0 53.2-43.1 96.4-96.4 96.4s-96.4-43.1-96.4-96.4 43.1-96.4 96.4-96.4 96.4 43.2 96.4 96.4zM256 64C150 64 64 150 64 256s86 192 192 192 192-86 192-192S362 64 256 64zm0 352c-88.4 0-160-71.6-160-160S167.6 96 256 96s160 71.6 160 160-71.6 160-160 160z" />',viewBox:"0 0 512 512"},On={name:"bell",content:'<path d="M192 416h128c0 35.3-28.7 64-64 64s-64-28.7-64-64zm160-256c0-42-26.9-77.6-64.4-90.7.3-1.7.4-3.5.4-5.3 0-17.7-14.3-32-32-32s-32 14.3-32 32c0 1.8.2 3.6.4 5.3C186.9 82.4 160 118 160 160c0 88.4-43 160-96 160v64h384v-64c-53 0-96-71.6-96-160z" />',viewBox:"0 0 512 512"},Sn={name:"info-circle",content:'<path d="M288 352h32v32H192v-32h32v-96h-32v-32h96v128zm0-224h-64v64h64v-64zm192 128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"},Hn={name:"question-circle",content:'<path d="M352 192c0 45.2-23.4 65.9-40.6 81-15.1 13.3-23.4 20.7-23.4 47h-64c0-55.2 27.1-79.2 45.1-95 13.8-12.1 18.9-16.7 18.9-33 0-17.6-14.4-32-32-32s-32 14.4-32 32h-64c0-53 43-96 96-96s96 43 96 96zM224 416h64v-64h-64v64zm256-160c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"},Pn={name:"exclamation-circle",content:'<path d="M224 128h64v160h-64V128zm0 256h64v-64h-64v64zm256-128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"},Vn={name:"camera",content:'<path d="M448 128h-64l-64-64H192l-64 64H64c-17.6 0-32 14.4-32 32v288c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V160c0-17.6-14.4-32-32-32zM256 416c-61.9 0-112-50.1-112-112s50.1-112 112-112 112 50.1 112 112-50.1 112-112 112zm64-112c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64z" />',viewBox:"0 0 512 512"},In={name:"image",content:'<path d="M304 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm144-96H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zm-.1 272-64-64-80 80L176 224 64 336V96.1l.1-.1h383.8l.1.1-.1 239.9z" />',viewBox:"0 0 512 512"},An={name:"image-export",content:'<path d="M384 384v-79.9l-32-32-80 80-128-128-112 112v-240l.1-.1h383.8l.1.1-.1 223.9H448V96c0-17.6-14.4-32-32-32H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h256v-64h96zM272 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm48 288h96v64l96-80-96-80v64h-96v32z" />',viewBox:"0 0 512 512"},En={name:"zoom-actual-size",content:'<path d="M0 32v128L128 32H0zm384 0 128 128V32H384zm-260.6 96c-15.1 0-27.4 12.3-27.4 27.4v201.2c0 15.1 12.3 27.4 27.4 27.4h265.2c15.1 0 27.4-12.3 27.4-27.4V155.4c0-15.1-12.3-27.4-27.4-27.4H123.4zM384 160v160l-48-64-48 64-80-96-80 96V160h256zm-96 32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zM0 352v128h128L0 352zm512 0L384 480h128V352z" />',viewBox:"0 0 512 512"},Tn={name:"zoom-best-fit",content:'<path d="M388.6 128H123.4c-15.1 0-27.4 12.3-27.4 27.4v201.2c0 15.1 12.3 27.4 27.4 27.4h265.2c15.1 0 27.4-12.3 27.4-27.4V155.4c0-15.1-12.3-27.4-27.4-27.4zM384 320l-48-64-48 64-80-96-80 96V160h256v160zM0 160l96 96-96 96V160zm160 320 96-96 96 96H160zM352 32l-96 96-96-96h192zm160 128v192l-96-96 96-96zm-256 64c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32z" />',viewBox:"0 0 512 512"},Bn={name:"image-resize",content:'<path d="M427.3 404.7 352 329.4V32H32v320h297.4l75.3 75.3L352 480h128V352l-52.7 52.7zM64 320V64h256v233.4L203.3 180.7 256 128H128v128l52.7-52.7L297.4 320H64z" />',viewBox:"0 0 512 512"},jn={name:"crop",content:'<path d="M0 96h64v64H0V96zm448 256v64h64v-64h-64zm-32-224c0-17.6-14.4-32-32-32H192v64h160v320h64V128zM96 384c0 17.6 14.4 32 32 32h192v-64H160V32H96v352z" />',viewBox:"0 0 512 512"},Ln={name:"mirror",content:'<path d="M192 64H32v384h160V64zm-31 352s0 .1 0 0l-96.9.1-.1-.1V96.1l.1-.1H160v320h1zm95 64h-32V32h32v448zm32-416h160v384H288V64z" />',viewBox:"0 0 512 512"},Rn={name:"flip-horizontal",content:'<path d="M448 448H288V64l160 384zm-384 0L224 64v384H64zm128-224-80 192h80V224z" />',viewBox:"0 0 512 512"},Dn={name:"flip-vertical",content:'<path d="M64 288h384L64 448V288zm0-224v160h384L64 64zm32 128v-80l192 80H96z" />',viewBox:"0 0 512 512"},Nn={name:"rotate",content:'<path d="M256 448c8.2 0 16.2-.6 24-1.8v32.3c-7.9 1-15.9 1.5-24 1.5s-16.1-.5-24-1.5v-32.3c7.8 1.2 15.8 1.8 24 1.8zm-116-7c12.7 9.7 26.6 17.8 41.5 24l16.2-28c-15.1-5.9-29.1-14.1-41.5-24.1L140 441zm-61-78.5c6.3 14.9 14.4 28.8 24 41.5l28-16.2c-10-12.5-18.1-26.4-24.1-41.5L79 362.5zM256 128v64l128-80-128-80v64c-8.1 0-16.1.5-24 1.5-17.7 2.2-34.6 6.8-50.5 13.5-14.9 6.3-28.8 14.4-41.5 24-14 10.6-26.4 23-37 37-9.7 12.7-17.8 26.6-24 41.5-6.7 15.9-11.3 32.8-13.5 50.5-1 7.9-1.5 15.9-1.5 24s.5 16.1 1.5 24h32.3c-1.2-7.8-1.8-15.8-1.8-24s.6-16.2 1.8-24c1.8-11.9 4.9-23.4 9.2-34.3 5.9-15.1 14.1-29.1 24.1-41.5 7.4-9.3 15.8-17.7 25.1-25.1 12.5-10 26.4-18.1 41.5-24.1 10.9-4.3 22.4-7.4 34.3-9.2 7.8-1.2 15.8-1.8 24-1.8zm190.5 136h-32.3c1.2 7.8 1.8 15.8 1.8 24s-.6 16.2-1.8 24h32.3c1-7.9 1.5-15.9 1.5-24s-.5-16.1-1.5-24zm-65.6 123.8 28 16.2c9.7-12.7 17.8-26.6 24-41.5l-28-16.2c-5.8 15.1-14 29.1-24 41.5zM314.3 437l16.2 28c14.9-6.3 28.8-14.4 41.5-24l-16.2-28c-12.4 9.9-26.4 18.1-41.5 24z" />',viewBox:"0 0 512 512"},Fn={name:"rotate-right",content:'<path d="M320 448V64l160 384H320zm-32 0H32l256-160v160zm-32-102.3L143.6 416H256v-70.3zM64 160v128h32v-96h96v64l96-80-96-80v64H64z" />',viewBox:"0 0 512 512"},Un={name:"rotate-left",content:'<path d="M32 448 192 64v384H32zm192-160 256 160H224V288zm32 128h112.4L256 345.7V416zm64-256V96l-96 80 96 80v-64h96v96h32V160H320z" />',viewBox:"0 0 512 512"},Wn={name:"brush",content:'<path d="M32 480s46.4-5.6 96-16c22.3-4.7 46.9-14 70.7-37.7 56.9-56.9.2-112.9.2-112.9s-56.7-56.9-113.3-.2c-23.4 23.4-20.1 57.1-19.7 89.8.8 59.7-33.9 77-33.9 77zM470.7 64 448 41.3c-12.4-12.4-32.8-12.4-45.3 0L204.3 239.8c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l.8.8.8.8c2.1 2.1 5.6 5.9 9.7 11.1 5.4 6.8 11.8 16.2 17.6 27.6l23.5-23.5 174.9-174.9c12.5-12.3 12.5-32.7.1-45.1zM448 86.6 277.4 257.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L425.4 64h.1L448 86.6z" />',viewBox:"0 0 512 512"},Kn={name:"palette",content:'<path d="m206 256.6 160-160c-2.2-5.7-4.8-11.1-7.9-16.3-24.2-40.8-60.1-66-107.8-75.9-2.3-.5-4.7-1-7.1-1.4C192-5.8 143.1 4.8 96.5 34.6 49.3 64.7 19.2 107.2 6.1 162c-13 54.8-5.2 106.4 23.4 154.6 14.2 23.8 31.3 43.2 51.4 58.4 3.8-25.2 13.4-52 36.4-75 31.3-31.4 64-41.3 88.7-43.4zM288 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm-96-32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm0-128c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm438.7 12.9L480 118.3c-12.4-12.4-32.8-12.4-45.3 0L281.1 271.9c11.5 5.8 20.8 12.2 27.7 17.6 5.3 4.2 9.2 7.7 11.3 9.8l11.3 12.7c5.4 6.8 11.8 16.2 17.6 27.6l153.5-153.5c12.6-12.4 12.6-32.8.2-45.2zM354.3 289.3c-4.8-5.8-8.6-9.9-10.6-11.9-2.3-2.3-6.3-6.1-12-10.7L457.4 141h.1l22.5 22.5-125.7 125.8zm-78.7 169c-23.8 23.7-48.4 33-70.7 37.7-49.6 10.4-96 16-96 16s34.7-17.3 33.9-77c-.4-32.7-3.7-66.4 19.7-89.8 56.6-56.7 113.3.2 113.3.2s56.7 56-.2 112.9z" />',viewBox:"0 0 512 512"},Gn={name:"droplet",content:'<path d="M256 384v32c-53 0-96-43-96-96h32c0 35.3 28.7 64 64 64zm160-72c0 92.8-71.6 168-160 168S96 404.8 96 312C96 181.3 256 32 256 32s160 149.3 160 280zm-32 0c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-47.8 64.3-73 122.8-73 169 0 75 57.4 136 128 136s128-61 128-136z" />',viewBox:"0 0 512 512"},qn={name:"shape-line",content:'<path d="M480 54.6 54.6 480 32 457.4 457.4 32 480 54.6z" />',viewBox:"0 0 512 512"},Xn={name:"brightness-contrast",content:'<path d="M165.5 346.5c12.4 12.5 12.4 32.9 0 45.3l-22.6 22.6c-12.5 12.4-32.8 12.4-45.3 0-12.4-12.5-12.4-32.9 0-45.3l22.6-22.6c12.5-12.4 32.9-12.4 45.3 0zM256 128c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32s-32 14.4-32 32v32c0 17.6 14.4 32 32 32zm135.8 37.5 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6c-12.4 12.4-12.4 32.8 0 45.3 12.5 12.4 32.8 12.4 45.3 0zm-271.6 0c12.4 12.4 32.8 12.4 45.3 0 12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0-12.4 12.5-12.4 32.8 0 45.3l22.6 22.6zM128 256c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32s14.4 32 32 32h32c17.6 0 32-14.4 32-32zm263.8 90.5c-12.4-12.4-32.8-12.4-45.3 0-12.4 12.5-12.4 32.8 0 45.3l22.6 22.6c12.4 12.4 32.8 12.4 45.3 0 12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6zM448 224h-32c-17.6 0-32 14.4-32 32s14.4 32 32 32h32c17.6 0 32-14.4 32-32s-14.4-32-32-32zm-96 32c0 53-43 96-96 96s-96-43-96-96 43-96 96-96 96 43 96 96zm-32 0c0-35.3-28.7-64-64-64v128c35.3 0 64-28.7 64-64zm-64 128c-17.6 0-32 14.4-32 32v32c0 17.6 14.4 32 32 32s32-14.4 32-32v-32c0-17.6-14.4-32-32-32z" />',viewBox:"0 0 512 512"},Yn={name:"sliders",content:'<path d="M480 96v32H285.3c-6.6 18.6-24.4 32-45.3 32s-38.7-13.4-45.3-32H32V96h162.7c6.6-18.6 24.4-32 45.3-32s38.7 13.4 45.3 32H480zm-112 96c-20.9 0-38.7 13.4-45.3 32H32v32h290.7c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32H480v-32h-66.7c-6.6-18.6-24.4-32-45.3-32zM176 320c-20.9 0-38.7 13.4-45.3 32H32v32h98.7c6.6 18.6 24.4 32 45.3 32s38.7-13.4 45.3-32H480v-32H221.3c-6.6-18.6-24.4-32-45.3-32z" />',viewBox:"0 0 512 512"},Zn={name:"invert-colors",content:'<path d="m320 32-64 48 64 48V96h64v64h-32l48 64 48-64h-32V64h-96V32zM32 64v192h192V64H32zm192 192v192h192V256H224zM64 96h128v128H64V96z" />',viewBox:"0 0 512 512"},Qn={name:"transparency",content:'<path d="M64 64v352h352V64H64zm32 32h96v96h96V96h96v96h-96v96h96v96h-96v-96h-96v96H96v-96h96v-96H96V96z" />',viewBox:"0 0 512 512"},$n={name:"grayscale",content:'<path d="M32 64C14.3 64 0 78.3 0 96v320c0 17.7 14.3 32 32 32h416c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H32zm0 32h416v320H32V96zm48 32c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm64 0c-8.8 0-16 7.2-16 16v224c0 8.8 7.2 16 16 16s16-7.2 16-16V144c0-8.8-7.2-16-16-16zm0 4c6.6 0 12 5.4 12 12v224c0 6.6-5.4 12-12 12s-12-5.4-12-12V144c0-6.6 5.4-12 12-12zm-64 1c6.1 0 11 4.9 11 11v224c0 6.1-4.9 11-11 11s-11-4.9-11-11V144c0-6.1 4.9-11 11-11zm-64 2c5 0 9 4 9 9v224c0 5-4 9-9 9s-9-4-9-9V144c0-5 4-9 9-9zm-64 1c4.4 0 8 3.6 8 8v224c0 4.4-3.6 8-8 8s-8-3.6-8-8V144c0-4.4 3.6-8 8-8zm-64 4c2.2 0 4 1.8 4 4v224c0 2.2-1.8 4-4 4s-4-1.8-4-4V144c0-2.2 1.8-4 4-4z" />',viewBox:"0 0 512 512"},Jn={name:"blur",content:'<path d="M384 320c0 64-32 128-128 128-64 0-128-48-128-128 0-96 128-128 128-256 0 0 128 129.1 128 256z" />',viewBox:"0 0 512 512"},tr={name:"sharpen",content:'<path d="M256 32 128 480h256L256 32zm0 116.5L341.6 448H170.4L256 148.5z" />',viewBox:"0 0 512 512"},er={name:"shapes",content:'<path d="M480 32H160v131.204C86.969 178.029 32 242.594 32 320c0 88.365 71.635 160 160 160 77.406 0 141.972-54.969 156.797-128H480V32zM192 448c-70.692 0-128-57.308-128-128 0-59.643 40.793-109.758 96-123.967 1.173-.302 2.354-.583 3.539-.852.357-.081.717-.156 1.076-.234a125.086 125.086 0 0 1 3.764-.762 126.34 126.34 0 0 1 2.557-.448c.369-.061.736-.125 1.105-.184 2.423-.379 4.869-.69 7.335-.932.379-.037.759-.067 1.139-.101a132.167 132.167 0 0 1 3.913-.29c.872-.051 1.747-.091 2.623-.125.392-.015.782-.033 1.174-.045 1.254-.036 2.512-.06 3.775-.06 70.692 0 128 57.308 128 128 0 1.264-.023 2.521-.06 3.775-.012.393-.03.782-.045 1.174a126.511 126.511 0 0 1-.207 3.922c-.06.874-.13 1.744-.207 2.613-.034.38-.064.761-.102 1.14a127.326 127.326 0 0 1-.933 7.339c-.057.365-.121.728-.181 1.092a128.132 128.132 0 0 1-.683 3.785c-.17.86-.349 1.718-.535 2.571-.075.346-.147.692-.226 1.037a135.047 135.047 0 0 1-.855 3.552c-14.208 55.207-64.323 96-123.966 96zm256-128h-96c0-88.365-71.635-160-160-160V64h256v256z" />',viewBox:"0 0 512 512"},or={name:"round-corners",content:'<path d="M448 320c0 70.692-57.308 128-128 128H192c-70.692 0-128-57.308-128-128V192c0-70.692 57.308-128 128-128h128c70.692 0 128 57.308 128 128v128z" />',viewBox:"0 0 512 512"},nr={name:"bring-to-front",content:'<path d="M96 128V96h96V64H64v128h32v-64zm224 256h64V128H128v256h192zm96-64v96h-96v32h128V320h-32z" />',viewBox:"0 0 512 512"},rr={name:"bring-to-back",content:'<path d="M128 192h64V64H64v128h64zM96 96h64v64H96V96zm192 192h96V128H224v96h-96v160h160v-96zm128 32h-96v128h128V320h-32zm0 96h-64v-64h64v64z" />',viewBox:"0 0 512 512"},ir={name:"bring-forward",content:'<path d="M448 192v256H192V320H64V64h256v128h128zm-32 32h-96v96h-96v96h192V224z" />',viewBox:"0 0 512 512"},ar={name:"bring-backward",content:'<path d="M192 192v256h256V192H192zm224 224H224V224h192v192zM320 64H64v256h96V160h160V64z" />',viewBox:"0 0 512 512"},sr={name:"align-self-start",content:'<path d="M31 32h32v448H31V32zm288 64H95v128h224V96zm128 192v128H95V288h352zm-32 32H127v64h288v-64z" />',viewBox:"0 0 512 512"},cr={name:"align-self-center",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm128 96H95v-64h288v64z" />',viewBox:"0 0 512 512"},lr={name:"align-self-end",content:'<path d="M64 416h352V288H64v128zm32-96h288v64H96v-64zm96-224h224v128H192V96zm288-64v448h-32V32h32z" />',viewBox:"0 0 512 512"},hr={name:"align-self-start-alt",content:'<path d="M95 96h128v224H95V96zm192 0h128v352H287V96zm32 320h64V128h-64v288zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},pr={name:"align-self-center-alt",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-32 0v160h-64V96h64v128z" />',viewBox:"0 0 512 512"},ur={name:"align-self-end-alt",content:'<path d="M479 449v32H31v-32h448zM223 193H95v224h128V193zm192 224H287V65h128v352zM383 97h-64v288h64V97z" />',viewBox:"0 0 512 512"},vr={name:"thumbnails-up",content:'<path d="M352 32h96v96h-96V32zm-160 0h96v96h-96V32zM32 32h96v96H32V32zm0 160h416v256H32V192z" />',viewBox:"0 0 512 512"},dr={name:"thumbnails-right",content:'<path d="M352 352h96v96h-96v-96zm0-160h96v96h-96v-96zm0-160h96v96h-96V32zM32 32h256v416H32V32z" />',viewBox:"0 0 512 512"},fr={name:"thumbnails-down",content:'<path d="M352 352h96v96h-96v-96zm-160 0h96v96h-96v-96zm-160 0h96v96H32v-96zm0-320h416v256H32V32z" />',viewBox:"0 0 512 512"},mr={name:"thumbnails-left",content:'<path d="M32 32v96h96V32H32zm160 0v416h256V32H192zM32 192v96h96v-96H32zm0 160v96h96v-96H32z" />',viewBox:"0 0 512 512"},yr={name:"fullscreen",content:'<path d="M0 32h160v64H64v96H0V32zm64 288H0v160h160v-64H64v-96zM352 32v64h96v96h64V32H352zm96 384h-96v64h160V320h-64v96z" />',viewBox:"0 0 512 512"},gr={name:"fullscreen-exit",content:'<path d="M160 32H96v96H0v64h160V32zM96 480h64V320H0v64h96v96zm416-288v-64h-96V32h-64v160h160zm-96 192h96v-64H352v160h64v-96z" />',viewBox:"0 0 512 512"},br={name:"droplet-slash",content:'<path d="m317.9 431 23.2 23.2C316.5 470.6 287.3 480 256 480c-88.4 0-160-75.2-160-168 0-27.8 7.2-56.4 18.6-84.2l24.8 24.8C131.9 274 128 293.9 128 312c0 75 57.4 136 128 136 22.4 0 43.5-6.2 61.9-17zM256 416v-32c-35.3 0-64-28.7-64-64h-32c0 53 43 96 96 96zm224 41.4L457.4 480 32 54.6 54.6 32l108.7 108.7C207 77.7 256 32 256 32s160 149.3 160 280c0 24.1-4.9 47.1-13.6 67.8l77.6 77.6zM384 312c0-46.3-25.3-104.7-73-169-20-27-40.3-49.8-55-65.4-14.7 15.6-34.9 38.5-55 65.4-1.4 1.9-2.7 3.7-4.1 5.6-.8 1.1-1.5 2.1-2.3 3.2l-1.5 2.1-3 4.2c-.2.3-.4.5-.6.8-1 1.5-2.1 3-3.1 4.5-.1.1-.1.2-.2.3l191.2 191.2c.5-1.6 1-3.3 1.4-4.9 0-.2.1-.4.1-.5.4-1.5.8-2.9 1.1-4.4.1-.3.1-.6.2-.9.3-1.4.6-2.7.9-4.1.1-.4.2-.8.2-1.2.2-1.3.5-2.6.7-3.9.1-.5.2-1 .2-1.5.2-1.2.3-2.5.5-3.7.1-.5.1-1.1.2-1.6l.3-3.6c0-.6.1-1.1.1-1.7.1-1.3.2-2.5.2-3.8 0-.5.1-1 .1-1.6.4-1.9.4-3.7.4-5.5z" />',viewBox:"0 0 512 512"},xr={name:"photos",content:'<path d="M256 288c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm96-64v192c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V224c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32zm-31.8 0c-.1-.1-.1-.1 0 0l-256.1-.1-.1.1v149.9l74.6-70 85.3 80 53.3-50 42.7 40 .3-149.9zm63.8-96H128c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V160c0-17.7-14.3-32-32-32zm64-64H192c-17.7 0-32 14.3-32 32h288v224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32z" />',viewBox:"0 0 512 512"},wr={name:"align-to-grid",content:'<path d="M320 320H128V128h192v192zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},_r={name:"size-to-grid",content:'<path d="M384 384H128V128h256v256zM96 0H64v512h32V0zm352 0h-32v512h32V0zm64 64H0v32h512V64zm0 352H0v32h512v-32z" />',viewBox:"0 0 512 512"},zr={name:"make-same-size",content:'<path d="M288 192v96h-96v-96h96zM240.1 0l-48.4 64H224v64h33V64h31.6L240.1 0zM256 416v-64h-32v64h-32l48 64 48-64h-32zm224-175.9-64-48.4V224h-64v33h64v31.6l64-48.5zM64 224v-32L0 240l64 48v-32h64v-32H64zM128 0H0v128h32V32h96V0zm320 0h-96v32h96v96h32V0h-32zM32 448v-96H0v128h128v-32H32zm416-96v96h-96v32h128V352h-32z" />',viewBox:"0 0 512 512"},Cr={name:"make-same-width",content:'<path d="M480 128H0V32h480v96zm-192 96h-96v96h96v-96zm192 48.1-64-48.4V256h-64v33h64v31.6l64-48.5zM64 256v-32L0 272l64 48v-32h64v-32H64zm384 96v96h-96v32h128V352h-32zM32 448v-96H0v128h128v-32H32z" />',viewBox:"0 0 512 512"},Mr={name:"make-same-height",content:'<path d="M128 0v480H32V0h96zm96 192v96h96v-96h-96zM272.1 0l-48.4 64H256v64h33V64h31.6L272.1 0zM288 416v-64h-32v64h-32l48 64 48-64h-32zM448 0h-96v32h96v96h32V0h-32zm0 352v96h-96v32h128V352h-32z" />',viewBox:"0 0 512 512"},kr={name:"make-horizontal-spacing-equal",content:'<path d="M480 160v160h-96v-64h-96v160h-96V256H96v96H32V128h64v96h96V64h96v160h96v-64h96z" />',viewBox:"0 0 512 512"},Or={name:"increase-horizontal-spacing",content:'<path d="M480 96v160h-96v-64h-96v160h-96V192H96v96H32V64h64v96h96V0h96v160h96V96h96zM335.7 352l-22.6 22.6 57.4 57.4-57.4 57.4 22.6 22.6 80-80-80-80zM64 432l80 80 22.6-22.6-57.3-57.4 57.4-57.4L144 352l-80 80z" />',viewBox:"0 0 512 512"},Sr={name:"decrease-horizontal-spacing",content:'<path d="M480 96v160h-96v-64h-96v160h-96V192H96v96H32V64h64v96h96V0h96v160h96V96h96zM111.6 352 89 374.6l57.4 57.4L89 489.4l22.6 22.6 80-80-80-80zM288 432l80 80 22.6-22.6-57.3-57.4 57.4-57.4L368 352l-80 80z" />',viewBox:"0 0 512 512"},Hr={name:"remove-horizontal-spacing",content:'<path d="M480 96v160h-96v-64h-96v160h-96V192H96v96H32V64h64v96h96V0h96v160h96V96h96zm-32.5 278.2-22.6-22.6-57.4 57.4-57.4-57.4-22.6 22.6 57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4zm-256 0-22.6-22.6-57.4 57.4-57.4-57.4-22.6 22.6 57.4 57.4L31.5 489l22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4z" />',viewBox:"0 0 512 512"},Pr={name:"make-vertical-spacing-equal",content:'<path d="M256 320v96h96v64H128v-64h96v-96H64v-96h160v-96h-64V32h160v96h-64v96h160v96H256z" />',viewBox:"0 0 512 512"},Vr={name:"increase-vertical-spacing",content:'<path d="M192 320v96h96v64H64v-64h96v-96H0v-96h160v-96H96V32h160v96h-64v96h160v96H192zm320 48.1-22.6-22.6-57.4 57.3-57.4-57.4-22.6 22.7 80 80 80-80zM432 96l-80 80 22.6 22.6 57.4-57.4 57.4 57.4L512 176l-80-80z" />',viewBox:"0 0 512 512"},Ir={name:"decrease-vertical-spacing",content:'<path d="M191 320v96h96v64H63v-64h96v-96H-1v-96h160v-96H95V32h160v96h-64v96h160v96H191zm160 105.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-80-80-80 80zm80-226.8 80-80L488.4 96 431 153.4 373.6 96 351 118.6l80 80z" />',viewBox:"0 0 512 512"},Ar={name:"remove-vertical-spacing",content:'<path d="M192 320v96h96v64H64v-64h96v-96H0v-96h160v-96H96V32h160v96h-64v96h160v96H192zm320 22.6L489.4 320 432 377.4 374.6 320 352 342.6l57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4 57.4-57.4zm0-288L489.4 32 432 89.4 374.6 32 352 54.6l57.4 57.4-57.4 57.4 22.6 22.6 57.4-57.4 57.4 57.4 22.6-22.6-57.4-57.4L512 54.6z" />',viewBox:"0 0 512 512"},Er={name:"eyedropper",content:'<path d="m461.1 56.9-6.2-6.2c-25-25-65.5-25-90.5 0l-60.8 60.8-4.3-4.3c-6.2-6.2-16.4-6.2-22.6 0l-9.4 9.4c-6.2 6.2-6.2 16.4 0 22.6l4.3 4.3L70.8 344.4c-8.2 8.2-14 18.5-16.8 29.7l-21.5 85.7c-2.2 8.6 3.1 17.4 11.7 19.5 2.6.6 5.2.6 7.8 0l85.7-21.4c11.3-2.8 21.5-8.6 29.7-16.8l200.8-200.8 4.4 4.4c6.2 6.2 16.4 6.2 22.6 0l9.4-9.4c6.2-6.2 6.2-16.4 0-22.6l-4.4-4.4 60.8-60.8c25-25 24.9-65.5.1-90.6zM224 320h-64l144-144 32 32-112 112z" />',viewBox:"0 0 512 512"},Tr={name:"snap-grid",content:'<path d="M480 128V96h-96V0h-32v96h-96V0h-32v96h-96V0H96v96H0v32h96v96H0v32h96v96H0v32h96v96h32v-96h96v96h32v-96h96v96h32v-96h96v-32h-96v-96h96v-32h-96v-96h96zm-352 0h96v96h-96v-96zm0 224v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96z" />',viewBox:"0 0 512 512"},Br={name:"snap-to-gridlines",content:'<path d="M160 32H0v416h288V32H160zm-32 384H32v-96h96v96zm0-128H32v-96h96v96zm0-128H32V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96zm256 80c0 44.2-35.8 80-80 80h-32v-32h32c26.5 0 48-21.5 48-48s-21.5-48-48-48h-32v-32h32c44.2 0 80 35.8 80 80zm-160-48h32v-32h-32v32zm0 128h32v-32h-32v32z" />',viewBox:"0 0 512 512"},jr={name:"snap-to-snaplines",content:'<path d="M224 128h96V96h-96V32h-32v64h-64V32H96v64H32v32h64v256H32v32h64v64h32v-64h64v64h32v-64h256v-32H224V128zm-32 256h-64V128h64v256zm208-64h-32v-32h32c26.5 0 48-21.5 48-48s-21.5-48-48-48h-32v-32h32c44.2 0 80 35.8 80 80s-35.8 80-80 80zm-48-160h-32v32h32v-32zm-32 160h32v-32h-32v32z" />',viewBox:"0 0 512 512"},Lr={name:"dimensions",content:'<path d="M320 0H0v512h128V128h384V0H320zM32 32h64v64H32V32zm64 352H64v32h32v64H32V320h64v64zm0-192H64v32h32v64H32V128h64v64zm128-96V64h-32v32h-64V32h160v64h-64zm256 0h-64V64h-32v32h-64V32h160v64z" />',viewBox:"0 0 512 512"},Rr={name:"align-self-stretch",content:'<path d="M95 96h320v128H95V96zM31 480h32V32H31v448zm64-192h320v128H95V288zm32 96h256v-64H127v64zM447 32v448h32V32h-32z" />',viewBox:"0 0 512 512"},Dr={name:"align-self-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zM415 96v320H287V96h128zm-32 32h-64v256h64V128zM31 32v32h448V32H31z" />',viewBox:"0 0 512 512"},Nr={name:"align-items-start",content:'<path d="M319 224H95V96h224v128zM31 480h32V32H31v448zm64-192v128h352V288H95z" />',viewBox:"0 0 512 512"},Fr={name:"align-items-center",content:'<path d="M415 416H255v64h-32v-64H63V288h160v-64h-96V96h96V32h32v64h96v128h-96v64h160v128z" />',viewBox:"0 0 512 512"},Ur={name:"align-items-end",content:'<path d="M192 96h224v128H192V96zm256-64v448h32V32h-32zM64 416h352V288H64v128z" />',viewBox:"0 0 512 512"},Wr={name:"align-items-stretch",content:'<path d="M415 224H95V96h320v128zM31 480h32V32H31v448zM447 32v448h32V32h-32zM96 416h320V288H96v128z" />',viewBox:"0 0 512 512"},Kr={name:"align-items-baseline",content:'<path d="M415 224V64H287v160h-64v-96H95v96H31v32h64v96h128v-96h64v160h128V256h64v-32h-64zm-224 96h-64v-64h64v64zm192 64h-64V256h64v128z" />',viewBox:"0 0 512 512"},Gr={name:"align-items-start-alt",content:'<path d="M96 96h128v224H96V96zM32 32v32h448V32H32zm256 416h128V96H288v352z" />',viewBox:"0 0 512 512"},qr={name:"align-items-center-alt",content:'<path d="M479 256h-64v160H287V256h-64v96H95v-96H31v-32h64v-96h128v96h64V64h128v160h64v32z" />',viewBox:"0 0 512 512"},Xr={name:"align-items-end-alt",content:'<path d="M223 417H95V193h128v224zM31 449v32h448v-32H31zM415 65H287v352h128V65z" />',viewBox:"0 0 512 512"},Yr={name:"align-items-stretch-alt",content:'<path d="M223 96v320H95V96h128zM31 480h448v-32H31v32zm0-448v32h448V32H31zm256 63v320h128V95H287z" />',viewBox:"0 0 512 512"},Zr={name:"align-items-baseline-alt",content:'<path d="M255 288v-64h96V96h-96V32h-32v64h-96v128h96v64H63v128h160v64h32v-64h160V288H255zm-32 96H95v-64h128v64zm0-192h-64v-64h64v64z" />',viewBox:"0 0 512 512"},Qr={name:"justify-content-start",content:'<path d="M95 96h128v320H95V96zM31 480h32V32H31v448zM255 95v320h128V95H255z" />',viewBox:"0 0 512 512"},$r={name:"justify-content-center",content:'<path d="M63 96h128v320H63V96zm160 384h32V32h-32v448zm64-385v320h128V95H287z" />',viewBox:"0 0 512 512"},Jr={name:"justify-content-end",content:'<path d="M128 96h128v320H128V96zm320-64v448h32V32h-32zM288 415h128V95H288v320z" />',viewBox:"0 0 512 512"},ti={name:"justify-content-between",content:'<path d="M63 96h128v320H63V96zm416-64v448h32V32h-32zM319 415h128V95H319v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},ei={name:"justify-content-around",content:'<path d="M95 96h128v320H95V96zm384-64v448h32V32h-32zM287 415h128V95H287v320zM-1 480h32V32H-1v448z" />',viewBox:"0 0 512 512"},oi={name:"justify-content-start-alt",content:'<path d="M415 224H95V96h320v128zM31 32v32h448V32H31zm65 352h320V256H96v128z" />',viewBox:"0 0 512 512"},ni={name:"justify-content-center-alt",content:'<path d="M415 192H95V64h320v128zM31 224v32h448v-32H31zm65 192h320V288H96v128z" />',viewBox:"0 0 512 512"},ri={name:"justify-content-end-alt",content:'<path d="M415 257H95V129h320v128zM31 449v32h448v-32H31zm65-32h320V289H96v128z" />',viewBox:"0 0 512 512"},ii={name:"justify-content-between-alt",content:'<path d="M95 64h320v128H95V64zM31 512h448v-32H31v32zm65-64h320V320H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},ai={name:"justify-content-around-alt",content:'<path d="M95 96h320v128H95V96zM31 512h448v-32H31v32zm65-96h320V288H96v128zM31 0v32h448V0H31z" />',viewBox:"0 0 512 512"},si={name:"file-wrench",content:'<path d="M470.7 480 448 502.7c-12.4 12.4-32.8 12.4-45.1-.1l-93.1-93.1c-11.8 4.2-24.5 6.5-37.8 6.5-61.9 0-112-50.1-112-112 0-13.2 2.3-25.9 6.5-37.6l48.9 48.9c12.4 12.4 32.8 12.4 45.3 0l22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-48.9-48.9c11.8-4.2 24.4-6.5 37.6-6.5 61.9 0 112 50.1 112 112 0 13.2-2.3 25.9-6.5 37.6l93.2 93.1c12.4 12.5 12.4 32.9 0 45.3zm-22.8-23-86.3-86.3c-6.4 8.6-14 16.2-22.6 22.6l86.4 86.3 22.6-22.5v-.1h-.1zM96 64h224v96h96v128h32V128l-96-96H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h160v-32H96V64z" />',viewBox:"0 0 512 512"},ci={name:"bold",content:'<path d="M128 96h115.8c25.3 0 44.2 1.1 56.6 3.2 12.4 2.1 23.6 6.5 33.4 13.2 9.8 6.7 18 15.6 24.6 26.7 6.6 11.1 9.8 23.6 9.8 37.4 0 15-4.1 28.7-12.1 41.2-8.1 12.5-19.1 21.9-32.9 28.2 19.5 5.7 34.5 15.4 45 29s15.7 29.8 15.7 48.2c0 14.6-3.4 28.7-10.2 42.4-6.7 13.8-16 24.8-27.7 33s-26.1 13.3-43.3 15.2c-10.8 1.2-36.7 1.9-78 2.2H128V96zm64 53v74h30.9c25.2 0 40.8-.4 46.9-1.1 11.1-1.3 19.7-5.2 26.1-11.5 6.3-6.3 9.5-14.7 9.5-25 0-9.9-2.7-18-8.2-24.1-5.5-6.2-13.6-10-24.4-11.2-6.4-.7-24.8-1.1-55.2-1.1H192zm0 127.1V362h48.6c23.4 0 38.1-.7 44.5-2 9.6-1.8 17.5-6 23.6-12.8 6.1-6.8 9-15.9 9-27.3 0-9.6-2.3-17.9-7-24.6-4.7-6.7-11.4-11.6-20.3-14.7-8.8-3.1-28-4.6-57.5-4.6l-40.9.1z" />',viewBox:"0 0 512 512"},li={name:"italic",content:'<path d="m377.2 128 6.8-32H198.8l-6.8 32h59.2l-54.4 256h-62l-6.8 32h185.2l6.8-32h-59.2l54.4-256h62z" />',viewBox:"0 0 512 512"},hi={name:"underline",content:'<path d="M128 416h256v32H128v-32zM320 64v224c0 11.6-3.5 16-10.3 20.3-11.8 7.4-31.3 11.7-53.7 11.7s-41.9-4.3-53.7-11.7c-6.8-4.3-10.3-8.7-10.3-20.3V64h-64v224c0 70.4 64.3 96 128 96s128-25.6 128-96V64h-64z" />',viewBox:"0 0 512 512"},pi={name:"font-family",content:'<path d="M224 416V160h-95l-.8-64H384v64h-96v256h-64z" />',viewBox:"0 0 512 512"},ui={name:"foreground-color",content:'<path d="M299.5 96h-87.1L96 416h64l23.3-64h145.4l23.3 64h64L299.5 96zm-92.9 192L256 152.2 305.4 288h-98.8z" />',viewBox:"0 0 512 512"},vi={name:"convert-lowercase",content:'<path d="M480.1 416H436v-36h-.7c-13.8 24-34.1 36-60.8 36-19.7 0-35.1-5.3-46.3-16-11.1-10.7-16.7-24.9-16.7-42.5 0-37.8 21.7-59.9 65.3-66.2l59.4-8.4c0-28.6-13.5-42.8-40.7-42.8-23.8 0-45.4 8.2-64.5 24.7V225c21.1-12.5 45.5-18.8 73.1-18.8 50.6 0 75.9 25 75.9 74.8v135h.1zM436 313.1l-42 5.9c-13 1.7-22.8 4.9-29.4 9.5s-9.9 12.7-9.9 24.3c0 8.5 3 15.4 9.1 20.8s14.2 8.1 24.3 8.1c13.8 0 25.2-4.8 34.3-14.5 9-9.7 13.6-21.9 13.6-36.6v-17.5zM240 416h48L184 96h-48L32 416h48l26-80h108l26 80zM121.6 288 160 169.8 198.4 288h-76.8z" />',viewBox:"0 0 512 512"},di={name:"convert-uppercase",content:'<path d="M200.1 416H156v-36h-.7c-13.8 24-34.1 36-60.8 36-19.7 0-35.1-5.3-46.3-16-11.1-10.7-16.7-24.9-16.7-42.5 0-37.8 21.7-59.9 65.3-66.2l59.4-8.4c0-28.6-13.5-42.8-40.7-42.8-23.8 0-45.4 8.2-64.5 24.7V225c21.1-12.5 45.5-18.8 73.1-18.8 50.6 0 75.9 25 75.9 74.8v135h.1zM157 313.1l-42 5.9c-13 1.7-22.8 4.9-29.4 9.5s-9.9 12.7-9.9 24.3c0 8.5 3 15.4 9.1 20.8s14.2 8.1 24.3 8.1c13.8 0 25.2-4.8 34.3-14.5 9-9.7 13.6-21.9 13.6-36.6v-17.5zM432 416h48L376 96h-48L224 416h48l26-80h108l26 80zM313.6 288 352 169.8 390.4 288h-76.8z" />',viewBox:"0 0 512 512"},fi={name:"strikethrough",content:'<path d="M393.9 320c.1-23.9 4.5-41.4 13.5-52.5 9.1-11.1 20.8-16.7 35.3-16.7 9.6 0 17.7 3.1 24.5 9.3 6.8 6.2 11.4 15.4 14.1 27.7l27.9-4.7c-3.3-18.4-10.8-32.7-22.5-42.7s-26.8-15-45.2-15c-14.5 0-28.1 3.6-40.4 11.1-12.4 7.4-21.6 18.5-27.7 33.2-5.9 14.4-8.9 31.2-9.1 50.4h-25.5v-2.2c0-13.2-1.7-25.6-5.1-37.1-3.4-11.5-8.1-21.4-14.2-29.6-6-8.1-13.7-14.5-23-19s-19.2-6.8-29.6-6.8c-18.9 0-34.3 8.2-46.4 24.6v-90H192v160h-45v-25.8c0-13.7-.5-23.3-1.4-28.5-1.7-8.5-4.7-15.5-9-21.1-4.3-5.5-10.9-10.2-19.9-13.8-9-3.6-20.8-5.5-35.3-5.5-14.6 0-27.4 2.1-38.5 6.4-11.1 4.3-19.5 10.4-25.4 18.4-5.8 8-10 18.4-12.6 31.4l28.1 4.1c3.1-13 7.8-22 14.3-27.1s16.4-7.7 29.9-7.7c14.5 0 25.4 3.5 32.7 10.5 5.4 5.1 8.1 14 8.1 26.6 0 1.1 0 3.8-.2 8.1-11 4.1-28 7.7-51.2 10.7-11.4 1.5-19.9 3-25.5 4.7-6.7 2-12.9 4.9-18.5 8.6H0v32h1.2c-.8 3.8-1.2 7.7-1.2 11.8 0 15.2 5 27.8 15 37.6S39.3 416 57.9 416c11.3 0 21.8-1.9 31.6-6s20.1-10.9 30.7-20.6h.1c.8 8.6 2.7 20.3 5.7 26.7h30c-3.6-7-6-18.4-7.3-26.1-1-6-1.6-18.7-1.8-37.9h45v64h26.6V389c11.4 18 27.1 27 47.1 27 20.1 0 37.3-8.5 51.7-25.6 8.6-10.2 14.6-23 18-38.3h31.8c3.3 16 9.4 29.2 18.3 39.5 14.1 16.3 32.7 24.5 55.9 24.5 18.5 0 34.1-6 46.8-17.8 12.1-11.3 19.8-26.7 23.2-46.2h.5v-32H393.9zm-280.7 42.6c-4.1 9-10.4 16.1-19 21.4-8.6 5.2-18.4 7.8-29.5 7.8-11.2 0-19.6-2.8-25.4-8.2-5.8-5.6-8.7-12.4-8.7-20.7 0-3.9.7-7.5 2.1-10.9h83.6c-.7 4.1-1.8 7.7-3.1 10.6zm105.1-43.3c0-22.2 4.6-39.2 13.7-50.9 9.1-11.8 20-17.6 32.5-17.6s23.1 5.6 31.8 17c8.8 11.3 13.1 28.7 13.2 52.3h-91.3c.1-.3.1-.6.1-.8zm77.6 53.6c-9.1 11.8-20 17.7-32.5 17.7-15.5 0-27.7-8-36.7-23.9-2.2-3.9-4-8.8-5.3-14.7H306c-2.4 8.3-5.7 15.3-10.1 20.9zm173.5 6.6c-7.5 7.5-16.9 11.2-28.2 11.2-14 0-25.4-5.6-34.1-16.7-4.4-5.6-7.7-12.9-9.9-21.9h85.5c-2.6 11.9-7 21.1-13.3 27.4z" />',viewBox:"0 0 512 512"},mi={name:"subscript",content:'<path d="m198.6 304 89.4 89.4-22.6 22.6-89.4-89.4L86.6 416 64 393.4l89.4-89.4L64 214.6 86.6 192l89.4 89.4 89.4-89.4 22.6 22.6-89.4 89.4zm167.7 144h81.4v32H320v-11.9c0-8 1.7-15.3 5-21.7 3.3-6.4 7.5-12.1 12.5-17.2s10.5-9.6 16.4-13.5c5.9-3.9 11.6-7.4 16.9-10.6 5.6-3.3 10.6-6.4 14.8-9.4 4.2-3 7.8-6 10.7-8.9 2.9-3 5.1-6 6.5-9 1.4-3 2.1-6.3 2.1-9.7 0-6.7-2.3-11.8-7-15.3-4.6-3.4-11.7-5.2-21.3-5.2-16.5 0-32.3 5.4-47.4 16.1v-30.5c16.7-8.9 35.5-13.3 56.5-13.3 9.7 0 18.5 1 26.2 3.1 7.7 2.1 14.3 5.1 19.6 8.9 5.4 3.9 9.4 8.6 12.3 14.1 2.8 5.5 4.2 11.7 4.2 18.5 0 7.2-1.4 13.7-4.1 19.3-2.7 5.6-6.3 10.8-10.8 15.4-4.5 4.6-9.7 8.8-15.6 12.7-5.9 3.8-12 7.6-18.3 11.1-4.3 2.5-8.4 5-12.4 7.4-4 2.5-7.5 4.9-10.5 7.2-3.1 2.6-7.1 6.6-10 10.4z" />',viewBox:"0 0 512 512"},yi={name:"supscript",content:'<path d="m198.6 304 89.4 89.4-22.6 22.6-89.4-89.4L86.6 416 64 393.4l89.4-89.4L64 214.6 86.6 192l89.4 89.4 89.4-89.4 22.6 22.6-89.4 89.4zm167.7-112h81.4v32H320v-11.9c0-8 1.7-15.3 5-21.7s7.5-12.1 12.5-17.2 10.5-9.6 16.4-13.5 11.6-7.4 16.9-10.6c5.6-3.3 10.6-6.4 14.8-9.4 4.2-3 7.8-6 10.7-8.9 2.9-3 5.1-6 6.5-9s2.1-6.3 2.1-9.7c0-6.7-2.3-11.8-7-15.3-4.6-3.4-11.7-5.2-21.3-5.2-16.5 0-32.3 5.4-47.4 16.1V77.3c16.7-8.9 35.5-13.3 56.5-13.3 9.7 0 18.5 1 26.2 3.1s14.3 5.1 19.6 8.9c5.4 3.9 9.4 8.6 12.3 14.1 2.8 5.5 4.2 11.7 4.2 18.5 0 7.2-1.4 13.7-4.1 19.3-2.7 5.6-6.3 10.8-10.8 15.4-4.5 4.6-9.7 8.8-15.6 12.7-5.9 3.8-12 7.6-18.3 11.1-4.3 2.5-8.4 5-12.4 7.4-4 2.5-7.5 4.9-10.5 7.2-3.1 2.5-7.1 6.5-10 10.3z" />',viewBox:"0 0 512 512"},gi={name:"div",content:'<path d="M0 416v-6h7.1c7.9 0 13.6-3 16.9-9.1 2-3.6 3-11.8 3-24.5V231.6c0-14-1.3-22.8-3.9-26.3-3.6-4.9-9-7.3-16.1-7.3H0v-6h77.6c28.5 0 50.2 3.8 65 11.4 14.9 7.6 26.8 20.3 35.8 38 9 17.7 13.6 38.2 13.6 61.5 0 31.2-8.1 57.2-24.2 78.1-18.1 23.3-45.6 35-82.6 35H0zm54-16.2c11.9 3.1 21.9 4.6 29.9 4.6 21.7 0 39.8-9 54.1-26.9 14.3-17.9 21.5-42.3 21.5-73 0-30.9-7.2-55.3-21.5-73.2-14.3-17.8-32.8-26.8-55.2-26.8-8.4 0-18 1.6-28.8 4.8v190.5zM298 410v6h-83v-6h6.7c7.8 0 13.5-2.7 17-8.1 2.2-3.5 3.3-12 3.3-25.5V231.6c0-11.4-.6-18.9-1.8-22.5-.9-2.8-2.8-5.1-5.7-7.1-4.1-2.6-8.4-4-12.8-4H215v-6h83v6h-7c-7.9 0-13.7 2.7-17.4 8.1-2.4 3.5-3.6 12-3.6 25.5v144.9c0 11.4.6 18.9 1.9 22.5 1 2.8 3 5.1 6 7.1 4.1 2.6 8.5 4 13.1 4h7zm214-218v6c-6.4 1.4-11.3 3.9-14.6 7.4-4.7 5.3-8.9 13.4-12.6 24.2L421.6 416h-4.9l-67.9-188.8c-3.5-9.7-5.9-15.6-7.4-17.8-2.2-3.3-5-5.9-8.2-7.8-3.3-1.9-7.6-3.1-13.2-3.6v-6h74v6c-8.4 1-13.8 2.7-16.3 5.2s-3.7 5.7-3.7 9.5c0 5.4 2 13.8 6.1 25.2l46.1 128.4L469 239.5c4.2-12.5 6.3-21.2 6.3-26 0-3.1-1.3-6.1-3.9-9-2.6-2.9-6.9-4.9-13.1-6.1-.4-.1-1.2-.3-2.3-.5v-6h56zm0-96H0v32h512V96z" />',viewBox:"0 0 512 512"},bi={name:"all",content:'<path d="M120.1 343H52l-12 34.4c-2.9 8.5-4.4 14.8-4.4 19 0 3.3 1.3 6.2 3.8 8.8s8.1 4.2 16.5 4.9v5.9H0v-6c7.4-1.6 12.2-3.7 14.4-6.3 4.4-5.2 9.4-15.7 14.8-31.5L91.4 192H96l61.6 182.2c5 14.6 9.5 24.1 13.5 28.5 4 4.4 9.7 6.8 16.9 7.3v6h-70v-5.9c7-.4 11.7-1.9 14.2-4.3 2.5-2.5 3.7-5.5 3.7-9 0-4.7-1.7-12.2-5.2-22.3L120.1 343zm-3.5-12-30-88.5L55.8 331h60.8zm227.7 23.1 4.3 1.2-15.1 60.7H197v-6h6.5c7.4 0 12.6-3.1 15.8-9.3 1.8-3.5 2.7-11.7 2.7-24.5V222.7c0-14-1.2-13.9-3.6-17.5-3.3-4.9-8.3-7.3-14.9-7.3H196v-6h80v6.1s-15.4 1-19.2 3.3c-3.8 2.3-6.4 5.2-7.8 8.8-1.4 3.5-2.1 3.1-2 16.5v149.6c-.1 9.1.6 15.4 2 18.8 1 2.3 2.7 4 4.8 5.1 2.2 1.1 9 1.7 20.4 1.9h12.9c13.6-.2 23.1-1.5 28.6-4s10.5-7 15-13.5 9.1-16.6 13.6-30.4zm163.4 0 4.3 1.2-15.1 60.7H360v-6h6.5c7.4 0 12.6-3.1 15.8-9.3 1.8-3.5 2.7-11.7 2.7-24.5V222.7c0-14-1.2-13.9-3.6-17.5-3.3-4.9-8.3-7.3-14.9-7.3H360v-6h80v6.1s-16.1 1-19.9 3.3-6.4 5.2-7.8 8.8c-1.4 3.5-2.1 3.1-2.4 16.5v149.6c.3 9.1 1 15.4 2.4 18.8 1 2.3 2.7 4 4.8 5.1s9 1.7 20.4 1.9h12.9c13.6-.2 23.1-1.5 28.6-4s10.5-7 15-13.5 9.2-16.6 13.7-30.4zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},xi={name:"h1",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm192-69.9 63-26.1h1v185.3c0 12.3.5 20 1.5 23s3.2 5.3 6.4 7 14.1 2.5 24.1 2.8v6h-96v-6c10.4-.2 20.9-1.1 23.9-2.7s5.1-3.7 6.3-6.3c1.2-2.6 1.8-10.5 1.8-23.7V258.8c0-16-.5-26.2-1.6-30.8-.8-3.5-2.1-6-4.1-7.6-2-1.6-4.4-2.4-7.2-2.4-4 0-9.5 1.7-16.7 5l-2.4-4.9zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},wi={name:"h2",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm336 86-15.3 42H320v-5.5c38.2-34.9 65.1-63.3 80.7-85.4 15.6-22.1 23.4-42.3 23.4-60.6 0-14-4.3-25.4-12.8-34.4-8.6-9-18.8-13.5-30.7-13.5-10.8 0-20.5 3.2-29.1 9.5-8.6 6.3-15 15.6-19.1 27.8h-6c2.7-20 9.7-35.4 20.9-46.1 11.2-10.7 25.2-16.1 42-16.1 17.9 0 32.8 5.7 44.7 17.2 12 11.5 17.9 25 17.9 40.6 0 11.1-2.6 22.3-7.8 33.4-8 17.5-21 36.1-39 55.7-27 29.4-43.8 47.2-50.5 53.3h56.9c11.8 0 20-.4 24.8-1.3 4.7-.9 9-2.6 12.8-5.3 3.8-2.7 7.1-6.5 10-11.4l4.9.1zm48-278H0v32h512V96z" />',viewBox:"0 0 512 512"},_i={name:"h3",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm195.6-50.6c6.4-14.5 14.5-25.7 24.3-33.6 9.8-7.9 22-11.9 36.6-11.9 18 0 31.9 5.6 41.5 16.9 7.3 8.4 11 17.3 11 26.9 0 15.7-10.3 31.9-30.9 48.7 13.8 5.2 24.3 12.6 31.4 22.3 7.1 9.7 10.6 21 10.6 34 0 18.7-6.2 34.8-18.6 48.5-16.2 17.8-39.6 26.7-70.2 26.7-15.2 0-25.5-1.8-31-5.4s-8.2-7.5-8.2-11.6c0-3.1 1.3-5.8 3.9-8.1 2.6-2.3 5.7-3.5 9.4-3.5 2.8 0 5.6.4 8.5 1.3 1.9.5 6.1 2.5 12.8 5.8 6.6 3.3 11.2 5.3 13.8 6 4.1 1.2 8.5 1.8 13.1 1.8 11.3 0 21.1-4.2 29.5-12.6s12.5-18.3 12.5-29.8c0-8.4-1.9-16.5-5.8-24.5-2.9-5.9-6-10.4-9.5-13.5-4.8-4.2-11.3-8.1-19.6-11.5s-16.8-5.2-25.4-5.2H358v-4.8c8.7-1.1 17.5-4.1 26.3-9.1s15.2-11 19.2-18 6-14.7 6-23.1c0-10.9-3.6-19.8-10.7-26.5s-16-10.1-26.6-10.1c-17.2 0-31.5 8.8-43 26.4l-5.6-2.5zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},zi={name:"h4",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm341 47v23h-29v58h-27v-58h-93v-20.7L422.1 192H440v143h29zm-56 0V226.1L336 335h77zm99-239H0v32h512V96z" />',viewBox:"0 0 512 512"},Ci={name:"h5",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm320-96-12.6 28h-66L355 249.1c28.6 4.2 51.2 14.9 68 32 14.3 14.7 21.5 32 21.5 51.9 0 11.6-2.3 22.3-7 32.1s-10.6 18.2-17.7 25.2c-7.1 6.9-15 12.5-23.8 16.7-12.4 6-25.1 8.9-38.2 8.9-13.2 0-22.7-2.2-28.7-6.7s-9-9.4-9-14.9c0-3 1.2-5.7 3.7-8s5.6-3.5 9.4-3.5c2.8 0 5.3.4 7.4 1.3 2.1.9 5.7 3.1 10.8 6.7 8.1 5.6 16.3 8.4 24.6 8.4 12.6 0 23.7-4.8 33.3-14.4s14.3-21.2 14.3-35c0-13.3-4.3-25.7-12.8-37.3-8.5-11.5-20.3-20.4-35.3-26.7-11.8-4.9-27.8-7.7-48.1-8.4l42.1-85.5H448zm64-96H0v32h512V96z" />',viewBox:"0 0 512 512"},Mi={name:"h6",content:'<path d="M128 288h96v-57c0-11.2-.7-18.6-2.1-22.2-1.1-2.7-3.3-5-6.8-7-4.6-2.6-10.1-3.9-15.3-3.9H192v-6h96v6h-7.7c-5.1 0-10 1.2-14.5 3.7-3.4 1.7-5.7 4.3-7 7.8-1.2 3.5-1.8 10.7-1.8 28.3V384c0 4.3.7 11.6 2.1 15.2 1.1 2.7 3.2 5 6.6 7 4.7 2.6 9.6 3.9 14.7 3.9h7.7v6h-96v-6h7.7c9 0 16.2-2.6 20.3-7.9 2.7-3.5 4.1-11.8 4.1-24.9V304h-96v73.1c0 11.1.7 18.4 2.1 22 1.1 2.7 3.4 5 6.8 7 4.7 2.6 9.6 3.9 14.8 3.9h8.3v6H64v-6h7.8c9.1 0 16.2-2.6 20.3-7.9 2.6-3.5 3.9-11.8 3.9-18.1V237.9c0-18.1-.7-25.5-2.1-29-1.1-2.7-3.3-5-6.6-7-4.8-2.6-10.3-3.9-15.5-3.9H64v-6h96v6h-8c-5.3 0-10.2 1.2-14.9 3.7-3.4 1.7-5.7 4.3-7.1 7.8-1.3 3.5-2 10.7-2 21.4V288zm316-96v5.9c-13.1 1.4-23.9 4.2-32.2 8.4s-16.5 10.6-24.6 19.2c-8.1 8.6-14.8 18.2-20.2 28.7-5.3 10.6-9.8 23.1-13.4 37.6 14.3-10.5 28.7-15.8 43.2-15.8 13.8 0 25.8 5.9 36 17.8S448 321 448 339.6c0 18-5.1 34.5-15.4 49.3-12.3 18-28.7 27-49 27-13.8 0-25.6-4.9-35.2-14.6-18.9-19-28.4-43.6-28.4-73.8 0-19.3 3.6-37.7 10.9-55s17.6-32.8 31.1-46.3 26.4-22.5 38.8-27.2 23.8-7 34.5-7h8.7zm-92.9 111.4c-1.8 14.3-2.7 25.9-2.7 34.7 0 10.2 1.8 21.2 5.3 33.2 3.5 11.9 8.8 21.4 15.8 28.4 5.1 5 11.3 7.5 18.5 7.5 8.7 0 16.4-4.3 23.2-13 6.8-8.7 10.2-21.1 10.2-37.2 0-18.1-3.4-33.8-10.2-47.1S394.8 290 382.4 290c-3.8 0-7.8.8-12.2 2.5-4.3 1.6-10.7 5.2-19.1 10.9zM512 96H0v32h512V96z" />',viewBox:"0 0 512 512"},ki={name:"list-ordered",content:'<path d="M192 64h288v32H192V64zm0 160h288v32H192v-32zm0 160h288v32H192v-32zM96 32v128H64V64c-1.5 1.3-14.9 7.8-22.1 10V50.8c7.2-2.1 13.9-4.8 20.3-8 6.3-3.3 12.1-6.8 17.2-10.7L96 32zM66.7 297h61.1v23H32v-9.5c0-6.4 1.2-12.2 3.7-17.3 2.5-5.1 5.6-9.7 9.3-13.8 3.7-4.1 7.8-7.7 12.3-10.8 4.5-3.1 8.7-6 12.7-8.5 4.2-2.6 7.9-5.1 11.1-7.6 3.2-2.4 5.9-4.8 8-7.2 2.2-2.4 3.8-4.8 4.9-7.2s1.6-5 1.6-7.8c0-5.4-1.7-9.5-5.2-12.2-3.5-2.8-8.8-4.1-16-4.1-12.4 0-24.2 4.3-35.5 12.9v-24.4c12.5-7.1 26.6-10.6 42.4-10.6 7.3 0 13.8.8 19.6 2.5 5.8 1.7 10.7 4.1 14.7 7.2 4 3.1 7.1 6.9 9.2 11.3 2.1 4.4 3.2 9.3 3.2 14.8 0 5.8-1 10.9-3.1 15.5-2 4.5-4.8 8.6-8.1 12.3-3.4 3.7-7.3 7.1-11.7 10.1-4.4 3.1-9 6-13.8 8.9-3.2 2-6.3 4-9.3 5.9-3 2-5.6 3.9-7.9 5.8s-4.1 3.8-5.4 5.6c-1.3 1.8-2 3.6-2 5.2zM32 473.8V450c10.1 6 21.8 9.1 35.3 9.1 8.5 0 15.1-1.5 19.8-4.5 4.7-3 7.1-7.2 7.1-12.5 0-5.5-2.9-9.8-8.8-12.8-5.8-3-13.9-4.5-24.1-4.5h-14V404h12.9c19.6 0 29.4-5.4 29.4-16.1 0-10.1-7.5-15.1-22.6-15.1-10.1 0-19.9 2.7-29.4 8v-22.3c10.6-4.4 22.9-6.6 37-6.6 15.4 0 27.4 2.8 36 8.5s12.9 13.1 12.9 22.2c0 16.2-10 26.3-29.9 30.4v.4c10.6 1.1 19 4.3 25.2 9.5 6.2 5.3 9.2 11.7 9.2 19.4 0 11.6-5.1 20.7-15.4 27.4S88.1 480 69.9 480c-15.5 0-28.2-2.1-37.9-6.2z" />',viewBox:"0 0 512 512"},Oi={name:"list-unordered",content:'<path d="M192 64h288v32H192V64zm0 160h288v32H192v-32zm0 160h288v32H192v-32zM80 32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm0 160c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},Si={name:"indent",content:'<path d="M480 64H32V32h448v32zm0 32H224v32h256V96zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H32v32h448v-32zM160 240 32 128v224l128-112z" />',viewBox:"0 0 512 512"},Hi={name:"outdent",content:'<path d="M480 64H32V32h448v32zm0 32H224v32h256V96zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H224v32h256v-32zm0 64H32v32h448v-32zm-320-64V128L32 240l128 112z" />',viewBox:"0 0 512 512"},Pi={name:"insert-top",content:'<path d="M192 320h192v32H192v-32zm0-128h288v-32H192v32zm192 64H192v32h192v-32zM32 64v224l96-112L32 64z" />',viewBox:"0 0 512 512"},Vi={name:"insert-middle",content:'<path d="M192 128h192v32H192v-32zm0 128h288v-32H192v32zm192 64H192v32h192v-32zM32 128v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ii={name:"insert-bottom",content:'<path d="M192 224h192v32H192v-32zm0 128h288v-32H192v32zm192-192H192v32h192v-32zM32 224v224l96-112-96-112z" />',viewBox:"0 0 512 512"},Ai={name:"align-top",content:'<path d="M480 64H32V32h448v32zm-64 32H96v32h320V96zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ei={name:"align-middle",content:'<path d="M480 192H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Ti={name:"align-bottom",content:'<path d="M480 352H32v-32h448v32zm-64 32H96v32h320v-32zm64 64H32v32h448v-32z" />',viewBox:"0 0 512 512"},Bi={name:"align-left",content:'<path d="M448 96H64V64h384v32zm-96 32H64v32h288v-32zm96 64H64v32h384v-32zm-96 64H64v32h288v-32zm96 64H64v32h384v-32zm-96 64H64v32h288v-32z" />',viewBox:"0 0 512 512"},ji={name:"align-center",content:'<path d="M448 96H64V64h384v32zm-64 64H128v-32h256v32zm64 64H64v-32h384v32zm-64 64H128v-32h256v32zm64 64H64v-32h384v32zm-64 64H128v-32h256v32z" />',viewBox:"0 0 512 512"},Li={name:"align-right",content:'<path d="M64 192h384v32H64v-32zm384-96V64H64v32h384zm-288 64h288v-32H160v32zM64 320v32h384v-32H64zm96-32h288v-32H160v32zm0 96v32h288v-32H160z" />',viewBox:"0 0 512 512"},Ri={name:"align-justify",content:'<path d="M448 160H64v-32h384v32zm0-96H64v32h384V64zM64 352h384v-32H64v32zm0-64h384v-32H64v32zm0-64h384v-32H64v32zm0 192h384v-32H64v32z" />',viewBox:"0 0 512 512"},Di={name:"align-remove",content:'<path d="m78.9 192 32 32H64v-32h14.9zM64 288h110.9l-32-32H64v32zm0 64h174.9l-32-32H64v32zm0 32v32h238.9l-32-32H64zm393.4 96 22.6-22.6-41.4-41.4h9.4v-32h-41.4l-32-32H448v-32H342.6l-32-32H448v-32H278.6l-32-32H448v-32H214.6l-32-32H448v-32H150.6l-32-32H448V64H86.6l-32-32L32 54.6" />',viewBox:"0 0 512 512"},Ni={name:"text-wrap",content:'<path d="M480 96v32H96V96h384zM352 256v224H32V256h320zm-32 32H64v160h256V288zm-32 32H96v32h192v-32zm0 96v-32H96v32h192zM64 64h288V32H32v160h320v-32H64V64z" />',viewBox:"0 0 512 512"},Fi={name:"horizontal-rule",content:'<path d="M320 96H32V64h288v32zm96 32H32v32h384v-32zm64 96H32v64h448v-64zM320 352H32v32h288v-32zm96 64H32v32h384v-32z" />',viewBox:"0 0 512 512"},Ui={name:"table-align-top-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 64h192V64H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},Wi={name:"table-align-top-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 32H160v32h192V64zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},Ki={name:"table-align-top-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 32H224v32h192V64zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},Gi={name:"table-align-middle-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 160h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},qi={name:"table-align-middle-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 128H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},Xi={name:"table-align-middle-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 128H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},Yi={name:"table-align-bottom-left",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm32 256h192v-32H96v32zm0 64h320v-32H96v32zm0 64h192v-32H96v32z" />',viewBox:"0 0 512 512"},Zi={name:"table-align-bottom-center",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm288 224H160v32h192v-32zm64 64H96v32h320v-32zm-64 64H160v32h192v-32z" />',viewBox:"0 0 512 512"},Qi={name:"table-align-bottom-right",content:'<path d="M32 480V0h448v480H32zM64 32v416h384V32H64zm352 224H224v32h192v-32zm0 64H96v32h320v-32zm0 64H224v32h192v-32z" />',viewBox:"0 0 512 512"},$i={name:"table-align-remove",content:'<path d="M32 0v480h448V0H32zm416 448H64V32h384v416zM131.6 224l29.9 32H128v-32h3.6zm-3.6 64h63.4l29.9 32H128v-32zm123.1 64 29.9 32H128v-32h123.1zM96 92l22.6-22.6L143.5 96H384v32H173.4l29.9 32H384v32H233.1l29.9 32h121v32h-91.2l29.9 32H384v32h-31.4l63.4 68-22.6 22.6L96 92z" />',viewBox:"0 0 512 512"},Ji={name:"borders-all",content:'<path d="M32 32v416h416V32H32zm32 32h160v160H64V64zm0 352V256h160v160H64zm352 0H256V256h160v160zm0-192H256V64h160v160z" />',viewBox:"0 0 512 512"},ta={name:"borders-outside",content:'<path d="M128 256H96v-32h32v32zm64-32h-32v32h32v-32zm64 0h-32v32h32v-32zm0-64h-32v32h32v-32zm0-64h-32v32h32V96zm0 256h-32v32h32v-32zm0-64h-32v32h32v-32zm64-64h-32v32h32v-32zm64 0h-32v32h32v-32zm64-192v416H32V32h416zm-32 32H64v352h352V64z" />',viewBox:"0 0 512 512"},ea={name:"borders-inside",content:'<path d="M64 64H32V32h32v32zm0 32H32v32h32V96zm0 64H32v32h32v-32zm0 128H32v32h32v-32zm0 64H32v32h32v-32zM448 96h-32v32h32V96zm0 64h-32v32h32v-32zm0 128h-32v32h32v-32zm0 64h-32v32h32v-32zM128 32H96v32h32V32zm64 0h-32v32h32V32zM64 416H32v32h32v-32zm64 0H96v32h32v-32zm64 0h-32v32h32v-32zm128 0h-32v32h32v-32zm64 0h-32v32h32v-32zm64 0h-32v32h32v-32zM320 32h-32v32h32V32zm64 0h-32v32h32V32zm64 0h-32v32h32V32zm0 192H256V32h-32v192H32v32h192v192h32V256h192v-32z" />',viewBox:"0 0 512 512"},oa={name:"borders-inside-horizontal",content:'<path d="M448 224v32H32v-32h416zM64 32H32v32h32V32zm0 96H32V96h32v32zm0 64H32v-32h32v32zm0 128H32v-32h32v32zm0 64H32v-32h32v32zm384-256h-32V96h32v32zm0 64h-32v-32h32v32zm0 128h-32v-32h32v32zm0 64h-32v-32h32v32zM128 64H96V32h32v32zm64 0h-32V32h32v32zm64 0h-32V32h32v32zm0 64h-32V96h32v32zm0 64h-32v-32h32v32zm0 128h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zM64 416H32v32h32v-32zm64 32H96v-32h32v32zm64 0h-32v-32h32v32zm128-32h-32v32h32v-32zm64 32h-32v-32h32v32zm64 0h-32v-32h32v32zM320 32h-32v32h32V32zm64 32h-32V32h32v32zm64 0h-32V32h32v32z" />',viewBox:"0 0 512 512"},na={name:"borders-inside-vertical",content:'<path d="M256 448h-32V32h32v416zM448 64V32h-32v32h32zm-96 0V32h32v32h-32zm-64 0V32h32v32h-32zm-128 0V32h32v32h-32zm-64 0V32h32v32H96zm256 384v-32h32v32h-32zm-64 0v-32h32v32h-32zm-128 0v-32h32v32h-32zm-64 0v-32h32v32H96zm320-320V96h32v32h-32zm0 64v-32h32v32h-32zm0 64v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-128 0v-32h32v32h-32zm-64 0v-32h32v32H96zm-64 0v-32h32v32H32zM64 64V32H32v32h32zm-32 64V96h32v32H32zm0 64v-32h32v32H32zm32 128v-32H32v32h32zm-32 64v-32h32v32H32zm0 64v-32h32v32H32zm416-128v-32h-32v32h32zm-32 64v-32h32v32h-32zm0 64v-32h32v32h-32z" />',viewBox:"0 0 512 512"},ra={name:"border-top",content:'<path d="M448 32v32H32V32h416zM64 96H32v32h32V96zm0 96H32v-32h32v32zm0 64H32v-32h32v32zm0 64H32v-32h32v32zm0 64H32v-32h32v32zm384-192h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zM128 256H96v-32h32v32zm64 0h-32v-32h32v32zm64-128h-32V96h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zm0 64h-32v-32h32v32zM64 416H32v32h32v-32zm64 32H96v-32h32v32zm64 0h-32v-32h32v32zm128-32h-32v32h32v-32zm64 32h-32v-32h32v32zm64 0h-32v-32h32v32zM320 224h-32v32h32v-32zm64 32h-32v-32h32v32zm64-128h-32V96h32v32z" />',viewBox:"0 0 512 512"},ia={name:"border-bottom",content:'<path d="M32 448v-32h416v32H32zm32-96H32v32h32v-32zm0-32H32v-32h32v32zm0-64H32v-32h32v32zm0-64H32v-32h32v32zm0-64H32V96h32v32zm384 192h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32V96h32v32zM128 256H96v-32h32v32zm64 0h-32v-32h32v32zm64 128h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32v-32h32v32zm0-64h-32V96h32v32zm0-64h-32V32h32v32zM64 32H32v32h32V32zm64 32H96V32h32v32zm64 0h-32V32h32v32zm128-32h-32v32h32V32zm64 32h-32V32h32v32zm64 0h-32V32h32v32zM320 224h-32v32h32v-32zm64 32h-32v-32h32v32zm64 128h-32v-32h32v32z" />',viewBox:"0 0 512 512"},aa={name:"border-left",content:'<path d="M32 32h32v416H32V32zm96 32V32H96v32h32zm32 0V32h32v32h-32zm64 0V32h32v32h-32zm64 0V32h32v32h-32zm64 0V32h32v32h-32zM160 448v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zM224 128V96h32v32h-32zm0 64v-32h32v32h-32zM96 256v-32h32v32H96zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm64 0v-32h32v32h-32zm32-192V32h-32v32h32zm-32 64V96h32v32h-32zm0 64v-32h32v32h-32zm32 128v-32h-32v32h32zm-32 64v-32h32v32h-32zm0 64v-32h32v32h-32zM256 320v-32h-32v32h32zm-32 64v-32h32v32h-32zM96 448v-32h32v32H96z" />',viewBox:"0 0 512 512"},sa={name:"border-right",content:'<path d="M448 448h-32V32h32v416zM384 64V32h-32v32h32zm-96 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32H96zm192 384v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm128-320V96h32v32h-32zm0 64v-32h32v32h-32zm128 64v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm-64 0v-32h32v32H32zM64 64V32H32v32h32zm-32 64V96h32v32H32zm0 64v-32h32v32H32zm32 128v-32H32v32h32zm-32 64v-32h32v32H32zm0 64v-32h32v32H32zm224-128v-32h-32v32h32zm-32 64v-32h32v32h-32zm128 64v-32h32v32h-32z" />',viewBox:"0 0 512 512"},ca={name:"borders-none",content:'<path d="M384 64V32h-32v32h32zm-96 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32h-32zm-64 0V32h32v32H96zm192 384v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm128-320V96h32v32h-32zm0 64v-32h32v32h-32zm128 64v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32h-32zm-64 0v-32h32v32H96zm-64 0v-32h32v32H32zM64 64V32H32v32h32zm-32 64V96h32v32H32zm0 64v-32h32v32H32zm32 128v-32H32v32h32zm-32 64v-32h32v32H32zm0 64v-32h32v32H32zm384-192v-32h32v32h-32zm32-192V32h-32v32h32zm-32 64V96h32v32h-32zm0 64v-32h32v32h-32zm32 128v-32h-32v32h32zm-32 64v-32h32v32h-32zm0 64v-32h32v32h-32zM256 320v-32h-32v32h32zm-32 64v-32h32v32h-32zm128 64v-32h32v32h-32z" />',viewBox:"0 0 512 512"},la={name:"borders-show-hide",content:'<path d="M64 448h128v32H32V32h448v128h-32V64H64v384zm384 0h-64v32h96v-96h-32v64zM160 288v-64H96v64h64zm64 0h64v-64h-64v64zm160-32v-32h-32v32h32zM288 96h-64v64h64V96zm0 384L160 352l45-45 83 83 147-147 45 45-192 192z" />',viewBox:"0 0 512 512"},ha={name:"form",content:'<path d="M416 32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32H96V0H64v32H32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32V96h32V64h-32V32h-32zm0 384H64V64h352v352zm32 64v-32h32v32h-32zm32-448h-32V0h32v32zM0 448h32v32H0v-32zM32 0v32H0V0h32z" />',viewBox:"0 0 512 512"},pa={name:"form-element",content:'<path d="M416 32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32H96V0H64v32H32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32V96h32V64h-32V32h-32zm0 384H64V64h352v352zm32 64v-32h32v32h-32zm32-448h-32V0h32v32zM0 448h32v32H0v-32zM32 0v32H0V0h32zm160 128H96v32h96v-32zm192 0H224v32h160v-32zm0 64H224v32h160v-32zm0 64H224v32h160v-32zm0 64H224v32h160v-32zm-192 0H96v32h96v-32zm0-64H96v32h96v-32zm0-64H96v32h96v-32z" />',viewBox:"0 0 512 512"},ua={name:"code-snippet",content:'<path d="M416 32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32h-32V0h-32v32H96V0H64v32H32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32H0v32h32v32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v32h32v-32h32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32h32v-32h-32V96h32V64h-32V32h-32zm0 256v128H64V64h352v224zM32 0v32H0V0h32zM0 448h32v32H0v-32zm198.6-265.4L141.3 240l57.4 57.4L176 320l-80-80 80-80 22.6 22.6zM304 160l80 80-80 80-22.6-22.6 57.4-57.4-57.4-57.4L304 160zM480 32h-32V0h32v32zm-32 448v-32h32v32h-32z" />',viewBox:"0 0 512 512"},va={name:"select-all",content:'<path d="M448 448h32v32h-32v-32zm0-448h32v32h-32V0zM0 448h32v32H0v-32zM0 0h32v32H0V0zm448 384h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32v-32zm0-64h32v32h-32V64zM0 384h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0v-32zm0-64h32v32H0V64zm128 384h32v32h-32v-32zm-64 0h32v32H64v-32zm128 0h32v32h-32v-32zm64 0h32v32h-32v-32zm64 0h32v32h-32v-32zm64 0h32v32h-32v-32zM64 0h32v32H64V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm64 0h32v32h-32V0zm-96 64 53.4 53.4L240 218.9 138.6 117.4 192 64H64v128l53.5-53.5L218.9 240 117.5 341.5 64 288v128h128l-53.4-53.4L240 261.1l101.4 101.5L288 416h128V288l-53.5 53.5L261.1 240l101.4-101.5L416 192V64H288z" />',viewBox:"0 0 512 512"},da={name:"button",content:'<path d="m130.1 130.1 36.1 93.9H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32v128c0 17.6-14.4 32-32 32h-73.8l-244.1-93.9zM480 299 185.8 185.8 299 480l22.6-113.1L434.7 480l45.3-45.3-113.1-113.1L480 299z" />',viewBox:"0 0 512 512"},fa={name:"select-box",content:'<path d="M384 352H128v-32h256v32zm0 32H128v32h256v-32zm0-128H128v32h256v-32zm96-192v128c0 17.6-14.4 32-32 32v224c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V224c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32zM352 96l32 64 32-64h-64zm64 128H96v224h320V224z" />',viewBox:"0 0 512 512"},ma={name:"calendar-date",content:'<path d="M448 32h-64V0h-64v32H192V0h-64v32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm0 416-383.9.1-.1-.1V192h384v256zm0-288H64V64.1l.1-.1H128v32h64V64h128v32h64V64h63.9l.1.1V160zM192 270.6S171.9 288 142 288v-32c29.9 0 58-32 58-32h24v192h-32V270.6zM384 416H256v-14.2c0-9.7 1.6-18.4 4.8-26 3.3-7.7 7.3-14.6 12.2-20.7 4.8-6.1 10.2-11.5 15.9-16.2 5.7-4.7 11.3-8.9 16.4-12.7 5.5-3.9 10.3-7.7 14.4-11.3 4.2-3.6 7.6-7.2 10.4-10.7 2.8-3.5 4.9-7.1 6.3-10.8 1.4-3.6 2.1-7.5 2.1-11.7 0-8.1-2.3-14.1-6.8-18.4-4.5-4.1-11.5-6.2-20.7-6.2-16 0-31.5 6.4-46.1 19.4v-37.1c16.5-10.6 35-16.1 55.5-16.1 9.6 0 18.2 1.3 25.7 3.8 7.6 2.5 14.1 6.1 19.3 10.7s9.3 10.3 12.1 17c2.7 6.6 4.1 14.1 4.1 22.3 0 8.7-1.4 16.6-4 23.3-2.7 6.8-6.3 12.9-10.6 18.5-4.5 5.6-9.5 10.6-15.3 15.2-5.8 4.6-11.8 9.1-18 13.4-4.2 3-8.3 5.9-12.2 8.9-3.9 2.9-7.4 5.8-10.4 8.7-3 2.9-5.3 5.7-7.1 8.4-1.9 2.7-2.7 7.8-2.7 10.3H384V416z" />',viewBox:"0 0 512 512"},ya={name:"group-box",content:'<path d="M144 81.6c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 45.2h26.1c.7-16.8 12.8-25 36-25 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.3 6.2 5.1 1.5 1.9 2.5 4 3.2 6.6.7 2.6 1.2 5.6 1.4 9.4.1 3.6.1 8.2.1 13.6h-12.8c-59.4 0-89.1 17.2-89.1 51.4 0 6.4 1.3 12 3.8 17.2 2.5 5.3 6 9.7 10.4 13.4 4.4 3.8 9.7 6.6 16 8.7 6.1 2.2 12.8 3.2 20 3.2 20.9 0 38.2-6.2 51.7-18.6v17.9H160v-97.8c0-22.1-5.4-36.7-16-44zm-10.1 100.2c-2.3 3.3-5.1 6.2-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.9-8 3.3-12.2 4.3-4.2 1-8.6 1.4-12.8 1.4-9.6 0-17-2-22.5-5.9-5.5-4-8.3-9.8-8.3-17.2 0-20.7 18.9-30.9 56.9-30.9h18v32.5zM316 115.7c-2.7-9.3-6.6-17.2-11.8-23.8-5-6.4-11.4-11.5-18.7-15-7.5-3.4-16-5.2-25.5-5.2-16.4 0-30.2 6.9-41.7 20.5V32H192v192h26.2v-14.8c10.9 9.7 24.3 14.8 40 14.8 8.8 0 17-1.9 24.5-5.4 7.6-3.7 14.1-8.9 19.7-15.5 5.5-6.7 9.8-14.9 13-24.4 3-9.6 4.6-20.4 4.6-32.1 0-11.5-1.3-21.8-4-30.9zm-32.6 73.6c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.4-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.2 9.2 9.3 22.9 9.3 41 .1 18.9-3.2 33.3-9.7 42.7zM450 110c1.8 3.2 2.7 6.9 3 11.2h27c-.9-7.3-3.1-13.8-6.4-19.6-3.3-5.8-7.6-10.5-12.7-14.2-5.2-3.9-11.2-6.8-18-8.8-6.9-2-14.2-3-22.2-3-10.3 0-19.5 1.6-28 4.9-8.5 3.3-15.7 8.1-21.8 14.4-6 6.3-10.7 14.1-14 23.3-3.3 9.2-4.9 19.7-4.9 31.5 0 11.9 1.6 22.5 4.9 31.7 3.1 9.2 7.8 17 13.9 23.2 6 6.3 13.3 11.1 21.8 14.4 8.3 3.3 17.9 5 28.2 5 8 0 15.3-1 22.2-3 6.8-2 12.8-4.9 18-8.8 5.1-3.9 9.4-8.8 12.7-14.4 3.3-5.6 5.5-12.1 6.4-19.6h-27c-.3 4.2-1.2 7.9-3 11.2-1.8 3.2-4.2 5.9-7 8.1-3 2.2-6.3 3.9-10.1 4.9-3.9 1.2-7.9 1.7-12.2 1.7-6.3 0-11.9-1.2-17-3.5-5.2-2.3-9.7-5.8-13.4-10.4-3.7-4.5-6.6-10.2-8.5-17-2.1-6.8-3.1-14.7-3.1-23.6 0-9.1 1-17.1 3.1-23.9 2.1-6.9 5.1-12.5 8.8-17.1 3.7-4.5 8-7.8 13.3-10.1 5.1-2.3 10.7-3.5 16.8-3.5 4.3 0 8.3.6 12.2 1.7 3.9 1.2 7.2 2.7 10.1 4.9 2.8 2.4 5.2 5.1 6.9 8.4zM128 256h256v32H128v-32zm0 64h256v32H128v-32zm0 64h256v32H128v-32zm256 32H128v-32h256v32zm0-128H128v-32h256v32zm0 64H128v-32h256v32zm32-96h32v192c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V256h32v192h320V256z" />',viewBox:"0 0 512 512"},ga={name:"textarea",content:'<path d="M448 448h-32V256h32v192zM194 334c1.8 3.2 2.7 6.9 3 11.2h27c-.9-7.3-3.1-13.8-6.4-19.6-3.3-5.8-7.6-10.5-12.7-14.2-5.2-3.9-11.2-6.8-18-8.8-6.9-2-14.2-3-22.2-3-10.3 0-19.5 1.6-28 4.9-8.5 3.3-15.7 8.1-21.8 14.4-6 6.3-10.7 14.1-14 23.3-3.3 9.2-4.9 19.7-4.9 31.5 0 11.9 1.6 22.5 4.9 31.7 3.1 9.2 7.8 17 13.9 23.2 6 6.3 13.3 11.1 21.8 14.4 8.3 3.3 17.9 5 28.2 5 8 0 15.3-1 22.2-3 6.8-2 12.8-4.9 18-8.8 5.1-3.9 9.4-8.8 12.7-14.4 3.3-5.6 5.5-12.1 6.4-19.6h-27c-.3 4.2-1.2 7.9-3 11.2-1.8 3.2-4.2 5.9-7 8.1-3 2.2-6.3 3.9-10.1 4.9-3.9 1.2-7.9 1.7-12.2 1.7-6.3 0-11.9-1.2-17-3.5-5.2-2.3-9.7-5.8-13.4-10.4-3.7-4.5-6.6-10.2-8.5-17-2.1-6.8-3.1-14.7-3.1-23.6 0-9.1 1-17.1 3.1-23.9 2.1-6.9 5.1-12.5 8.8-17.1 3.7-4.5 8-7.8 13.3-10.1 5.1-2.3 10.7-3.5 16.8-3.5 4.3 0 8.3.6 12.2 1.7 3.9 1.2 7.2 2.7 10.1 4.9 2.8 2.4 5.2 5.1 6.9 8.4zm14-252.4c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 45.2h26.1c.7-16.8 12.8-25 36-25 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.3 6.2 5.1 1.5 1.9 2.5 4 3.2 6.6.7 2.6 1.2 5.6 1.4 9.4.1 3.6.1 8.2.1 13.6h-12.8c-59.4 0-89.1 17.2-89.1 51.4 0 6.4 1.3 12 3.8 17.2 2.5 5.3 6 9.7 10.4 13.4 4.4 3.8 9.7 6.6 16 8.7 6.1 2.2 12.8 3.2 20 3.2 20.9 0 38.2-6.2 51.7-18.6v17.9H224v-97.8c0-22.1-5.4-36.7-16-44zm-10.1 100.2c-2.3 3.3-5.1 6.2-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.9-8 3.3-12.2 4.3-4.2 1-8.6 1.4-12.8 1.4-9.6 0-17-2-22.5-5.9-5.5-4-8.3-9.8-8.3-17.2 0-20.7 18.9-30.9 56.9-30.9h18v32.5zM380 115.7c-2.7-9.3-6.6-17.2-11.8-23.8-5-6.4-11.4-11.5-18.7-15-7.5-3.4-16-5.2-25.5-5.2-16.4 0-30.2 6.9-41.7 20.5V32H256v192h26.2v-14.8c10.9 9.7 24.3 14.8 40 14.8 8.8 0 17-1.9 24.5-5.4 7.6-3.7 14.1-8.9 19.7-15.5 5.5-6.7 9.8-14.9 13-24.4 3-9.6 4.6-20.4 4.6-32.1 0-11.5-1.3-21.8-4-30.9zm-32.6 73.6c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.4-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.2 9.2 9.3 22.9 9.3 41 .1 18.9-3.2 33.3-9.7 42.7zM256 370.6c0 11.8 1.6 22.5 4.6 32.1 3.2 9.5 7.5 17.6 13 24.4 5.6 6.6 12.1 11.8 19.7 15.5 7.5 3.6 15.7 5.4 24.5 5.4 15.7 0 29.1-5 40-14.8V448H384V256h-26.2v60.1c-11.5-13.6-25.3-20.5-41.7-20.5-9.5 0-18 1.7-25.5 5.2-7.3 3.6-13.7 8.6-18.7 15-5.2 6.6-9.1 14.5-11.8 23.8-2.8 9.2-4.1 19.5-4.1 31zm26.8 0c0-18.1 3.2-31.8 9.3-41 6.2-9.3 14.8-13.9 26.2-13.9 14.4 0 27.5 8.3 39.4 24.9v69.1c-11.1 11.9-23.9 17.8-38.4 17.8-11.2 0-20.2-4.7-26.8-14.2-6.4-9.4-9.7-23.8-9.7-42.7z" />',viewBox:"0 0 512 512"},ba={name:"textbox",content:'<path d="M208 209.6c-10.6-7.5-25.2-11.1-44.1-11.1-40.5 0-61.7 15-63.6 45.2h26.1c.7-16.8 12.8-25 36-25 11 0 19.2 1.6 24.4 4.8 2.6 1.6 4.6 3.3 6.2 5.1 1.5 1.9 2.5 4 3.2 6.6.7 2.6 1.2 5.6 1.4 9.4.1 3.6.1 8.2.1 13.6h-12.8c-59.4 0-89.1 17.2-89.1 51.4 0 6.4 1.3 12 3.8 17.2 2.5 5.3 6 9.7 10.4 13.4 4.4 3.8 9.7 6.6 16 8.7 6.1 2.2 12.8 3.2 20 3.2 20.9 0 38.2-6.2 51.7-18.6v17.9H224v-97.8c0-22.1-5.4-36.7-16-44zm-10.1 100.2c-2.3 3.3-5.1 6.2-8.4 9-3.2 2.6-6.8 4.9-10.7 6.8-3.9 1.9-8 3.3-12.2 4.3-4.2 1-8.6 1.4-12.8 1.4-9.6 0-17-2-22.5-5.9-5.5-4-8.3-9.8-8.3-17.2 0-20.7 18.9-30.9 56.9-30.9h18v32.5zm170.3-89.9c-5-6.4-11.4-11.5-18.7-15-7.5-3.4-16-5.2-25.5-5.2-16.4 0-30.2 6.9-41.7 20.5V160H256v192h26.2v-14.8c10.9 9.7 24.3 14.8 40 14.8 8.8 0 17-1.9 24.5-5.4 7.6-3.7 14.1-8.9 19.7-15.5 5.5-6.7 9.8-14.9 13-24.4 3-9.6 4.6-20.4 4.6-32.1 0-11.5-1.3-21.8-4-31-2.8-9.3-6.7-17.1-11.8-23.7zm-20.8 97.4c-6.6 9.5-15.6 14.2-26.8 14.2-14.5 0-27.4-5.9-38.4-17.8v-69.1c11.9-16.6 25-24.9 39.4-24.9 11.4 0 20 4.6 26.2 13.9 6.2 9.2 9.3 22.9 9.3 41 .1 18.9-3.2 33.3-9.7 42.7zM448 64v384h-32V64h32z" />',viewBox:"0 0 512 512"},xa={name:"textbox-hidden",content:'<path d="M0 160h32v64H0v-64zm0-32h32V64H0v64zm0 288h32v-64H0v64zm160 96h64v-32h-64v32zm-96 0h64v-32H64v32zM352 0h-64v32h64V0zm-96 0h-64v32h64V0zM0 512h32v-64H0v64zM448 0h-64v32h64V0zM160 0H96v32h64V0zM64 0H0v32h64V0zM0 320h32v-64H0v64zm480 128h32v-64h-32v64zm0-96h32v-64h-32v64zm0-96h32v-64h-32v64zm0-96h32V96h-32v64zm0-160v64h32V0h-32zm-32 512h64v-32h-64v32zm-192 0h64v-32h-64v32zm96 0h64v-32h-64v32zm-6-165.4c-7.4 3.6-15.6 5.4-24.3 5.4-15.6 0-28.9-5-39.7-14.8V352h-26V160h26v60.1c11.4-13.6 25.1-20.5 41.4-20.5 9.4 0 17.9 1.7 25.3 5.2 7.2 3.6 13.6 8.6 18.6 15 5.2 6.6 9 14.5 11.7 23.8 2.7 9.2 4 19.5 4 31 0 11.8-1.6 22.5-4.6 32.1-3.2 9.5-7.4 17.6-12.9 24.4-5.5 6.6-12 11.7-19.5 15.5zm10.9-72c0-18.1-3.2-31.8-9.3-41-6.2-9.3-14.8-13.9-26.2-13.9-14.4 0-27.5 8.3-39.4 24.9v69.1c11.1 11.9 23.9 17.8 38.4 17.8 11.2 0 20.2-4.7 26.8-14.2 6.4-9.4 9.7-23.8 9.7-42.7zM224 253.5V351h-26v-17.6S167.1 352 146.2 352c-7.3 0-13.9-1-20-3.2-6.2-2-11.6-4.9-16-8.7-4.5-3.8-8-8.1-10.4-13.4-2.5-5.2-3.8-10.8-3.8-17.2 0-34.2 29.8-51.4 89.1-51.5h12.8c0-5.2 0-9.9-.1-13.5-.3-3.8-.7-6.8-1.4-9.4-.7-2.6-1.7-4.8-3.2-6.6-1.6-1.7-3.6-3.5-6.2-5.1-5.2-3.2-13.4-4.8-24.4-4.8-23.2 0-35.3 8.2-36 24.4h-26.1c1.9-29.6 23.1-44.6 63.6-44.6 18.9 0 33.5 3.6 44.1 11.1 10.4 7.4 15.8 22 15.8 44zM198 277h-18c-38 0-56.9 10.3-56.9 30.9 0 7.4 2.8 13.1 8.3 17.2 5.5 3.9 12.9 5.9 22.5 5.9 4.2 0 8.6-.4 12.8-1.4s8.3-2.5 12.2-4.3c3.9-1.9 7.5-4.2 10.7-6.8 3.3-2.7 6.1-5.6 8.4-9V277zM448 64h-32v384h32V64z" />',viewBox:"0 0 512 512"},wa={name:"password",content:'<path d="M480 64v384h-32V64h32zM174.2 221.1l-11.3-11.3-34.9 34.9V192H96v52.7l-34.9-34.9-11.3 11.3L84.7 256H32v32h52.7l-34.9 34.9 11.3 11.3L96 299.3V352h32v-52.7l34.9 34.9 11.3-11.3-34.9-34.9H192v-32h-52.7l34.9-34.9zm224 0-11.3-11.3-34.9 34.9V192h-32v52.7l-34.9-34.9-11.3 11.3 34.9 34.9H256v32h52.7l-34.9 34.9 11.3 11.3 34.9-34.9V352h32v-52.7l34.9 34.9 11.3-11.3-34.9-34.9H416v-32h-52.7l34.9-34.9z" />',viewBox:"0 0 512 512"},_a={name:"paragraph-add",content:'<path d="M320 96h-64v352h-32V96h-64v352h-32V256c-53 0-96-43-96-96s43-96 96-96h192v32zm96 256v-64h-32v64h-64v32h64v64h32v-64h64v-32h-64z" />',viewBox:"0 0 512 512"},za={name:"edit-tools",content:'<path d="m260.6 288 11.5 31.5 56.2-56.6L244.2 32H139.8L0 416h76.8l28-76.8 18.6-51.2h137.2zm-17.5-48H140.9L192 99.5 243.1 240zM224 413.3V480h66.7l169.7-168.5-67.9-67.9L224 413.3zm55.3 34-22.6-22.6 135.8-135.8 22.6 22.6-135.8 135.8zm223.4-178-22.6 22.6-67.9-67.9 22.5-22.7c12.5-12.4 32.9-12.4 45.3 0l22.7 22.7c12.4 12.4 12.4 32.8 0 45.3z" />',viewBox:"0 0 512 512"},Ca={name:"template-manager",content:'<path d="M377.2 292.1c-5.5 5.3-7.2 6.4-7.4 6.6-.2.1-.4.2-.9.2-.1-.2-.3-.7-.5-1.7s-.5-4.2-.5-15.1v-31.7c0-9.9-.7-16.2-2.3-19.7-2.4-5.4-6.1-9.4-11.2-12-6.2-3.1-14-4.7-23.3-4.7-12.3 0-22.1 2.8-29 8.4-7.2 5.7-10.9 12.3-10.9 19.4 0 4.1 1.2 7.5 3.6 10 2.5 2.7 5.7 4 9.6 4 3.9 0 7.2-1.3 9.6-3.8 2.4-2.4 3.6-5.9 3.6-10.2l-.2-5.8c0-1.9.9-3.5 2.7-5.1 1.8-1.6 4.4-2.4 7.9-2.4 4.7 0 8.1 1.3 10.4 3.9 1.7 1.9 3.6 6.3 3.6 16.8v.9c-15.6 5.6-26.5 10.2-33.4 14.1-7.8 4.4-13.1 9.1-16.3 14.3-2.5 3.9-3.7 8.5-3.7 13.8 0 8.2 2.5 14.9 7.5 20 5 5.2 11.6 7.8 19.4 7.8 4.9 0 9.5-1 13.8-2.9 2.2-1 6.6-3.9 13.5-8.9.7 2.9 1.9 5.2 3.5 6.9 2.8 3.1 6.6 4.7 11.2 4.7 8.5 0 17.1-5.6 25.7-16.8l.8-1v-16.3l-6.8 6.3zm-35.2-.2c-8.9 6.7-14.1 8.1-16.9 8.1h-.1c-2.8 0-5.1-1.1-7.4-3.6-2.3-2.4-3.5-5.6-3.5-9.5 0-3 .9-5.8 2.8-8.4 2.1-2.8 5.7-5.6 10.6-8.2 2.4-1.3 7.2-3.4 14.4-6.2l.1 27.8zm-97.9 12.2c-1.3-1.4-4-5.6-7.9-17.9L195.6 160h-7.7l-41 124.9c-4.1 12.7-7 17.9-8.8 20.1-.3.4-1.8 1.8-7.4 3.1l-2.8.6V320h43v-11.7l-3.2-.3c-6.6-.6-8.3-2-8.6-2.3-.9-.9-1.3-1.9-1.3-3 0-1.6.5-4.8 2.6-11.5l5.3-16.2h42.1l4.6 14c2.6 8.1 3.1 12 3.1 13.8 0 1.3-.4 2.2-1.3 3.2-.3.4-1.9 1.6-7 1.9l-3.3.2V320h52v-11.8l-3.2-.3c-3.8-.3-6.6-1.5-8.6-3.8zM172.5 254l14.7-44.6 14.4 44.6h-29.1zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-224-32h-64v-64h64v64zm96 0h-64v-64h64v64zm96 0h-64v-64h64v64z" />',viewBox:"0 0 512 512"},Ma={name:"change-manually",content:'<path d="m416 353 32-32v159H32V32h416v64h-32V64H64v384h352v-95zm-192-3.7V416h66.7l169.7-168.5-67.9-67.9L224 349.3zm55.3 34-22.6-22.6 135.8-135.8 22.6 22.6-135.8 135.8zM502.7 160 480 137.3c-12.4-12.4-32.8-12.4-45.3 0L412.2 160l67.9 67.9 22.6-22.6c12.4-12.5 12.4-32.9 0-45.3zM191.9 416H167v-22h-.6c-7.9 14.6-19.4 22-34.6 22-11.2 0-20-3.3-26.3-9.8S96 391 96 380.3c0-23.1 12.4-36.5 37.2-40.4l33.9-5.1c0-17.4-7.7-26.1-23.2-26.1-13.6 0-25.8 5-36.8 15v-24.2c12-7.6 25.9-11.5 41.7-11.5 28.8 0 43.3 15.2 43.3 45.6V416h-.2zM167 353.1l-23.9 3.6c-7.4 1-13 3-16.8 5.8s-5.6 7.8-5.6 14.9c0 5.2 1.7 9.4 5.2 12.7 3.5 3.3 8.1 5 13.9 5 7.9 0 14.4-3 19.5-8.9 5.2-5.9 7.7-13.4 7.7-22.4v-10.7z" />',viewBox:"0 0 512 512"},ka={name:"track-changes",content:'<path d="m412.2 256 22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3L480 323.8 412.2 256zm-19.7 19.6L250.9 417.2 224 445.3V512h66.7l28.1-26.9 141.6-141.6-67.9-67.9zM279.3 479.3 268 468l-11.3-11.3 135.8-135.8 22.6 22.6-135.8 135.8zM288 160H160v32h128v-32zm64 64H160v32h192v-32zm-64 64H160v32h128v-32zm-64 64h-64v32h64v-32zm188.2-96 22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3L480 323.8 412.2 256zm-19.7 19.6L250.9 417.2 224 445.3V512h66.7l28.1-26.9 141.6-141.6-67.9-67.9zM279.3 479.3 268 468l-11.3-11.3 135.8-135.8 22.6 22.6-135.8 135.8zM96 416V64h224v96h96v32h32v-64l-96-96H96c-17.7 0-32 14.3-32 32v352c0 17.7 14.3 32 32 32h96v-32H96zM0 512h192v-32H0v32z" />',viewBox:"0 0 512 512"},Oa={name:"track-changes-enable",content:'<path d="M502.7 173.3 480 195.8 412.2 128l22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3zm-110.2-25.7 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 340l11.3 11.3 135.8-135.8zM160 320h32v-32h-32v32zm0-64h96v-32h-96v32zm128-96H160v32h128v-32zM160 384h32v-32h-32v32zm256 64H96V64h224v96l80.11-79.89L352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V273.155l-32 32V448z" />',viewBox:"0 0 512 512"},Sa={name:"track-changes-accept",content:'<path d="M128 128H96V64c0-17.7 14.3-32 32-32h224l64 64h-96V64H128v64zm122.9 193.2L224 349.3V416h66.7l28.1-26.9 141.6-141.6-67.9-67.9-141.6 141.6zm28.4 62.1L268 372l-11.3-11.3 135.8-135.8 22.6 22.6-135.8 135.8zM416 337.155l32-32V448c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-96h32v96h288V337.155zM502.7 205.3 480 227.8 412.2 160l22.6-22.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6c12.4 12.4 12.4 32.8 0 45.3zM288 144 112 320 0 208l45-45 67 67L243 99l45 45zm-96 272h-32v-32h32v32z" />',viewBox:"0 0 512 512"},Ha={name:"track-changes-accept-all",content:'<path d="M128 160H96V96c0-17.7 14.3-32 32-32h224l64 64h-96V96H128v64zm264.5 51.6 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 404l11.3 11.3 135.8-135.8zM416 480H128v-96H96v96c0 17.7 14.3 32 32 32h288c17.7 0 32-14.3 32-32V337.155l-32 32V480zm86.7-288-22.6-22.6c-12.5-12.4-32.9-12.4-45.3 0L412.2 192l67.8 67.8 22.7-22.5c12.4-12.5 12.4-32.9 0-45.3zM160 448h32v-32h-32v32zM64 32h256L288 0H64C46.3 0 32 14.3 32 32v128h32V32zm0 352H32v32c0 17.7 14.3 32 32 32v-64zm179-253L112 262l-67-67-45 45 112 112 176-176-45-45z" />',viewBox:"0 0 512 512"},Pa={name:"track-changes-reject",content:'<path d="M102.627 272 160 329.373 137.373 352 80 294.627 22.627 352 0 329.373 57.373 272 0 214.627 22.627 192 80 249.373 137.373 192 160 214.627 102.627 272zM192 384v-32h-32v32h32zm310.7-256-22.6-22.6c-12.5-12.4-32.9-12.4-45.3 0L412.2 128l67.8 67.8 22.7-22.5c12.4-12.5 12.4-32.9 0-45.3zM96 64h224v96l80.11-79.89L352 32H96c-17.7 0-32 14.3-32 32v96h32V64zm296.5 83.6 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 340l11.3 11.3 135.8-135.8zM416 448H96v-64H64v64c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V273.155l-32 32V448z" />',viewBox:"0 0 512 512"},Va={name:"track-changes-reject-all",content:'<path d="M102.627 272 160 329.373 137.373 352 80 294.627 22.627 352 0 329.373 57.373 272 0 214.627 22.627 192 80 249.373 137.373 192 160 214.627 102.627 272zM128 96h192v32h96l-64-64H128c-17.7 0-32 14.3-32 32v64h32V96zm264.5 115.6 67.9 67.9-141.6 141.6-28.1 26.9H224v-66.7l26.9-28.1 141.6-141.6zm22.6 67.9-22.6-22.6-135.8 135.8L268 404l11.3 11.3 135.8-135.8zM416 480H128v-96H96v96c0 17.7 14.3 32 32 32h288c17.7 0 32-14.3 32-32V337.155l-32 32V480zm86.7-288-22.6-22.6c-12.5-12.4-32.9-12.4-45.3 0L412.2 192l67.8 67.8 22.7-22.5c12.4-12.5 12.4-32.9 0-45.3zM160 448h32v-32h-32v32zM64 32h256L288 0H64C46.3 0 32 14.3 32 32v128h32V32zm0 352H32v32c0 17.7 14.3 32 32 32v-64z" />',viewBox:"0 0 512 512"},Ia={name:"document-manager",content:'<path d="M64 416h224v32H64v-32zm224-64H64v32h224v-32zM400 0C288 0 288 96 288 96v160s0 64 80 64 80-64 80-64V96s0-32-48-32-48 32-48 32v128h32V116c0-11 .6-20 16-20s16 9 16 20v140s0 32-48 32-48-32-48-32V96s0-64 80-64 80 64 80 64v128h32V96s0-96-112-96zM106.7 288 96 320H64l64-192h32l64 192h-32l-10.7-32h-74.6zm10.6-32h53.3L144 176l-26.7 80zM320 480H32V96h224V64H32C14.3 64 0 78.3 0 96v384c0 17.7 14.3 32 32 32h288c17.7 0 32-14.3 32-32V352h-32v128z" />',viewBox:"0 0 512 512"},Aa={name:"custom-icon",content:'<path d="M352 249H196.6c.6 23.8 7.2 42.2 19.8 55.2s30 18.8 52 19.4c4.9.1-1.1 28.8-12.4 28.8-30.9 0-51.6-9.7-69.3-29.1-17.8-19.4-26.7-46.8-26.7-82 0-33.3 9.7-60.4 29.1-81.4s43.5-31.4 72.4-31.4c28.8 0 51.1 9.1 66.9 27.2S352 199 352 231.1V249zm-36-29.9c-.1-19.8-5.1-35.2-14.7-46.2-9.7-11-23.1-16.5-40.3-16.5-16.6 0-30.7 5.8-42.4 17.3-11.6 11.6-18.8 26.7-21.5 45.3l118.9.1zM448 384V64c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h256l96-96zm-32-32h-96v96H96V64h320v288z" />',viewBox:"0 0 512 512"},Ea={name:"book",content:'<path d="M448 480V96h-32v352H128c-17.6 0-32-14.4-32-32s14.4-32 32-32h256V32H128c-35.2 0-64 28.8-64 64v320c0 23.6 12.9 44.2 32 55.3 9.4 5.5 20.4 8.7 32 8.7h320zM128 64h224v288H128V64zm192 64H160V96h160v32zm0 128H160v-32h160v32zm-32-64H160v-32h128v32z" />',viewBox:"0 0 512 512"},Ta={name:"image-add",content:'<path d="M272 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm80 112-16 16-64 64-128-128L32 336V96.1l.1-.1h383.8l.1.1-.1 191.9H448V96c0-17.6-14.4-32-32-32H32C14.4 64 0 78.4 0 96v320c0 17.6 14.4 32 32 32h256v-64h64V272zm128 144h-32v-64h-32v64h-64v32h64v64h32v-64h64v-32h-32z" />',viewBox:"0 0 512 512"},Ba={name:"image-edit",content:'<path d="M304 160c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm-32.6 159.4L176 224 64 336V96.1l.1-.1h383.8l.1.1V160h32V96c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h128v-47.5l79.4-81.1zm189-7.9L290.7 480H224v-66.7l168.5-169.7 67.9 67.9zm-45.3 0-22.6-22.6-135.8 135.8 22.6 22.6 135.8-135.8zm64.9 25.6zM447.9 448c17.7 0 32.1-14.4 32.1-32v-78.9L369.1 448h78.8zm54.8-224L480 201.3c-12.4-12.4-32.8-12.4-45.3 0L412.2 224l67.9 67.9 22.6-22.6c12.4-12.5 12.4-32.9 0-45.3z" />',viewBox:"0 0 512 512"},ja={name:"image-map-editor",content:'<path d="M448 64H64c-17.6 0-32 14.4-32 32v320c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zM96 384H64v-32h32v32zm96 0h-64v-32h64v32zm96 0h-64v-32h64v32zm96 0h-64v-32h64v32zm64 0h-32v-32h32v32zm-.1-48-64-64-80 80L176 224 64 336V192h32v-32H64V96.1l.1-.1H128v32h32V96h287.9l.1.1-.1 239.9zM352 208c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zm-224-48h32v32h-32v-32z" />',viewBox:"0 0 512 512"},La={name:"comment",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v416l96-96h320c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm0 319.942a.53.53 0 0 1-.058.058H114.745L64 402.745V64.057a.511.511 0 0 1 .057-.057h383.885c.02.017.041.038.058.057v287.885z" />',viewBox:"0 0 512 512"},Ra={name:"comment-remove",content:'<path d="M114.745 352 64 402.745V64.057a.511.511 0 0 1 .057-.057h383.885c.02.017.041.038.058.057V256h32V64c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32v416l96-96h128v-32H114.745zM480 342.627 457.373 320 400 377.373 342.627 320 320 342.627 377.373 400 320 457.373 342.627 480 400 422.627 457.373 480 480 457.373 422.627 400 480 342.627z" />',viewBox:"0 0 512 512"},Da={name:"comments-remove",content:'<path d="M480 64c0-17.6-14.4-32-32-32H160c-17.6 0-32 14.4-32 32v32h32V64.1l.1-.1H448l.1.1V256l-.1.1h32V64zM377.4 400l22.6 22.6-57.4 57.4-22.6-22.6 57.4-57.4zm0 0L320 342.6l22.6-22.6 57.4 57.4-22.6 22.6zm45.2 0 57.4 57.4-22.6 22.6-57.4-57.4-22.6-22.6 22.6-22.6 57.4-57.4 22.6 22.6-57.4 57.4zm-304.3-16L64 420.2V160.1l.1-.1H352l.1.1V256h32v-96c0-17.6-14.4-32-32-32H64c-17.6 0-32 14.4-32 32v320l96-64h128v-32H118.3z" />',viewBox:"0 0 512 512"},Na={name:"silverlight",content:'<path d="M256 0 0 256l256 256 256-256L256 0zm-75.9 324c-21.6 0-40.5-6.3-52.1-13.7v-33.2c14.5 10.8 32.9 17.9 51.4 17.9 16.3 0 28.6-5 28.6-17.6 0-10.6-6.8-14.5-18.9-18.9l-23.6-7.9c-23.9-7.9-39.7-20.3-39.7-47 0-29.9 25.7-46.2 57.3-46.2 19.7 0 35.8 4.7 48.8 12.6v32.9c-13.9-10.2-29.1-16.8-47.8-16.8-14.5 0-25.5 4.9-25.5 16 0 9.9 6.5 13.9 17.9 17.6l25.2 8.6c27.1 9.2 39.4 23.9 39.4 47.8.2 31.9-26.8 47.9-61 47.9zm95.9-4V160h32v128h76v32H276z" />',viewBox:"0 0 512 512"},Fa={name:"media-manager",content:'<path d="M192 384V128l192 128-192 128zm32-319.3V0C108.2 14.4 14.4 108.2 0 224h64.7c13.5-80.3 79-145.8 159.3-159.3zm64 382.6V512c115.8-14.4 209.6-108.2 224-224h-64.7c-13.5 80.3-79 145.8-159.3 159.3zM64.7 288H0c14.4 115.8 108.2 209.6 224 224v-64.7c-80.3-13.5-145.8-79-159.3-159.3zm382.6-64H512C497.6 108.2 403.8 14.4 288 0v64.7c80.3 13.5 145.8 79 159.3 159.3z" />',viewBox:"0 0 512 512"},Ua={name:"video-external",content:'<path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm-64 384V128l192 128-192 128z" />',viewBox:"0 0 512 512"},Wa={name:"flash-manager",content:'<path d="M255.9 0C114.6 0 0 114.6 0 256.1 0 397.4 114.6 512 255.9 512 397.4 512 512 397.4 512 256.1 512 114.6 397.4 0 255.9 0zM384 160c-30.1.3-48.4-4.6-81.2 64H352v64h-64s-53.5 129.4-160 128c-.8-14.2 0-43.9 0-64 70.5-10.7 93.6-88.3 109.9-126.9C286.3 74.5 384 95.1 384 95.1V160z" />',viewBox:"0 0 512 512"},Ka={name:"binoculars",content:'<path d="M480 288v96c0 17.7-14.3 32-32 32h-96c-17.7 0-32-14.3-32-32v-64H192v64c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32v-96c0-17.7 14.3-32 32-32v-64c0-17.7 14.3-32 32-32v-32c0-17.7 14.3-32 32-32h64s32 0 32 32v128h64V128c0-32 32-32 32-32h64c17.7 0 32 14.3 32 32v32c17.7 0 32 14.3 32 32v64c17.7 0 32 14.3 32 32zM208 64h16V32h-96v32h80zm160 0h16V32h-96v32h80zM48 448H32v32h160v-32H48zm272 32h160v-32H320v32z" />',viewBox:"0 0 512 512"},Ga={name:"copy",content:'<path d="M384 96H192c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V192l-96-96zm64 352H192V128h160v96h96v224zM64 384h64v32H64c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h192l32 32H64v320z" />',viewBox:"0 0 512 512"},qa={name:"cut",content:'<path d="M480 32h-45.3L256 210.7 210.7 256l-69.5 69.5c-9.1-3.6-18.9-5.5-29.2-5.5-44.2 0-80 35.8-80 80 0 10.3 2 20.2 5.5 29.2 8.1 20.7 24.6 37.1 45.3 45.3 9.1 3.6 18.9 5.5 29.2 5.5 44.2 0 80-35.8 80-80 0-10.3-2-20.2-5.5-29.2l69.5-69.5 69.5 69.5c-3.6 9.1-5.5 18.9-5.5 29.2 0 44.2 35.8 80 80 80 10.3 0 20.2-2 29.2-5.5 20.7-8.1 37.1-24.6 45.3-45.3 3.6-9.1 5.5-18.9 5.5-29.2 0-44.2-35.8-80-80-80-10.3 0-20.2 2-29.2 5.5L301.3 256 480 77.3V32zM160 400c0 26.5-21.5 48-48 48-.9 0-1.8 0-2.7-.1-24.4-1.3-43.9-20.9-45.3-45.3 0-.9-.1-1.8-.1-2.7 0-26.5 21.5-48 48-48 .9 0 1.8 0 2.7.1 24.4 1.3 43.9 20.9 45.3 45.3.1.9.1 1.8.1 2.7zm237.3-47.9c.9 0 1.8-.1 2.7-.1 26.5 0 48 21.5 48 48 0 .9 0 1.8-.1 2.7-1.3 24.4-20.9 43.9-45.3 45.3-.9 0-1.8.1-2.7.1-26.5 0-48-21.5-48-48 0-.9 0-1.8.1-2.7 1.4-24.5 20.9-44 45.3-45.3zM240 256c0-8.8 7.2-16 16-16s16 7.2 16 16-7.2 16-16 16-16-7.2-16-16zm-74.5-45.3L32 77.3V32h45.3l133.5 133.5-45.3 45.2z" />',viewBox:"0 0 512 512"},Xa={name:"clipboard",content:'<path d="M416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384z" />',viewBox:"0 0 512 512"},Ya={name:"clipboard-code",content:'<path d="M214.6 361.4 192 384l-80-80 80-80 22.6 22.6-57.3 57.4 57.3 57.4zM448 64v384c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h104.6C211.7 12.9 232.3 0 256 0s44.3 12.9 55.4 32H416c17.7 0 32 14.3 32 32zm-224 0h64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0h-64v64H160V64H96v384h320V64zM297.4 246.6l57.4 57.4-57.4 57.4L320 384l80-80-80-80-22.6 22.6z" />',viewBox:"0 0 512 512"},Za={name:"clipboard-word",content:'<path d="m128 160 48.5 192h46.7L256 238.4 285.3 352h43.1L384 160h-73v35h19.3l-22.2 86-28.8-121h-45.4l-33.1 119.3-25-119.3H128zM416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384zm-32-32H128v-32h256v32z" />',viewBox:"0 0 512 512"},Qa={name:"clipboard-word-alt",content:'<path d="m128 160 48.5 192h46.7L256 238.4 285.3 352h43.1L384 160h-73v35h19.3l-22.2 86-28.8-121h-45.4l-33.1 119.3-25-119.3H128zM416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384z" />',viewBox:"0 0 512 512"},$a={name:"clipboard-html",content:'<path d="M214.6 361.4 192 384l-80-80 80-80 22.6 22.6-57.3 57.4 57.3 57.4zM448 64v384c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h104.6C211.7 12.9 232.3 0 256 0s44.3 12.9 55.4 32H416c17.7 0 32 14.3 32 32zm-224 0h64c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0h-64v64H160V64H96v384h320V64zM271.2 183.9 209.8 416l30.9 8.3L302.2 192l-31-8.1zm26.2 62.7 57.4 57.4-57.4 57.4L320 384l80-80-80-80-22.6 22.6z" />',viewBox:"0 0 512 512"},Ja={name:"clipboard-markdown",content:'<path d="M226 224h30v128h-32v-72.8l-32.2 45.6L160 279v73h-32V224h32l31.8 46.2L226 224zm126 64h32l-48 64-48-64h32l.2-64H352v64zm64-256H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384z" />',viewBox:"0 0 512 512"},ts={name:"clipboard-text",content:'<path d="M416 32H311.4C300.3 12.9 279.7 0 256 0s-44.3 12.9-55.4 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-160 0c17.7 0 32 14.3 32 32h-64c0-17.7 14.3-32 32-32zm160 416H96V64h64v64h192V64h64v384zm-32-224H128v-32h256v32zm0 64H128v-32h256v32zm0 64H128v-32h256v32zm0 64H128v-32h256v32z" />',viewBox:"0 0 512 512"},es={name:"apply-format",content:'<path d="M380.984 313.69c12.445 12.445 12.445 32.81 0 45.255L266.529 470.658c-12.445 12.445-32.787 12.467-45.255 0L0 248.898c18.584 18.584 40.255-4.835 40.255-4.835L154.71 132.671c12.445-12.445 32.81-12.445 45.255 0L380.984 313.69zm89.682-227.101-45.255-45.255c-12.445-12.445-32.81-12.445-45.255 0l-67.882 67.882-22.627-22.627c-12.445-12.445-32.81-12.445-45.255 0l-22.627 22.627 181.019 181.019 22.627-22.627c12.445-12.445 12.445-32.81 0-45.255l-22.627-22.627 67.882-67.882c12.445-12.446 12.445-32.81 0-45.255z" />',viewBox:"0 0 512 512"},os={name:"clear-css",content:'<path d="M402.784 290.235 221.765 109.216l22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627 67.882-67.882c12.445-12.445 32.81-12.445 45.255 0l45.255 45.255c12.445 12.445 12.445 32.81 0 45.255l-67.882 67.882 22.627 22.627c12.445 12.445 12.445 32.81 0 45.255l-22.627 22.627zm-21.8 23.455-181.02-181.019c-12.346-12.346-32.483-12.437-44.953-.287L54.627 32 32 54.627l100.074 100.074-91.819 89.362S18.585 267.482 0 248.898l221.274 221.76c12.467 12.467 32.81 12.445 45.255 0l91.851-89.651L457.373 480 480 457.373l-98.73-98.73c12.151-12.47 12.06-32.607-.286-44.953z" />',viewBox:"0 0 512 512"},ns={name:"copy-format",content:'<path d="M96 480h160v32H64v-64H0V288h32v128h32v-64h32v128zm32-32h96v-32h-96v32zm0-96v32h32v-32h-32zm284.2-92.6L253.8 101c-12.4-12.4-32.9-12.4-45.3.1l-69.8 69.8-.2.2c-11.6 11.6-30 12.7-42.5 2.7l200.9 200.9c12.5 12.5 32.8 12.4 45.3 0l69.9-69.9c12.5-12.5 12.5-33 .1-45.4zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2z" />',viewBox:"0 0 512 512"},rs={name:"strip-all-formatting",content:'<path d="M32 480h224v32H0v.1V256h32v224zm32-32h159v-32H64v32zm97-96H63v32h98v-32zm-65-64H64v32h32v-32zm316.2-28.6L253.8 101c-12.4-12.4-32.9-12.4-45.3.1l-69.8 69.8-.2.2c-11.6 11.6-30 12.7-42.5 2.7l200.9 200.9c12.5 12.5 32.8 12.4 45.3 0l69.9-69.9c12.5-12.5 12.5-33 .1-45.4zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2z" />',viewBox:"0 0 512 512"},is={name:"strip-css-format",content:'<path d="M0 288v224h416V288H0zm145 65.9c-10-6.2-21-9.3-33.4-9.3-13.6 0-24.5 4.6-32.9 13.7-8.3 9.1-12.5 21.5-12.5 37.1 0 15 3.9 26.9 11.8 35.8s18.4 13.3 31.7 13.3c12.7 0 24.3-3.3 34.3-9.9v31.8c-9.9 5.5-23.7 8.2-40.7 8.2-22.2 0-39.6-7-52.3-20.9-12.7-14-19-32.5-19-55.8 0-24.7 7.1-44.8 21.4-60.2 14.3-15.4 32.8-23.1 55.6-23.1 14.1 0 26 1.9 36 5.7v33.6zM260.6 450c-3.1 5.9-7.2 10.6-12.4 14.2-5.2 3.6-11.3 6.2-18.2 7.8-7 1.6-14.3 2.4-21.9 2.4-7.9 0-15.4-.7-22.5-2.2-7.2-1.4-13.4-3.6-18.5-6.5v-34.4c5.8 5.3 12.2 9.2 18.9 11.8 6.9 2.6 13.8 3.9 20.7 3.9 4.1 0 7.7-.4 10.7-1.2 3.1-.8 5.6-1.9 7.7-3.3 2-1.4 3.6-3.1 4.6-5 1-1.9 1.5-4 1.5-6.2 0-3-.8-5.7-2.4-8.1-1.6-2.4-3.8-4.6-6.6-6.6s-6.1-4-9.9-5.8c-3.8-1.9-8-3.8-12.4-5.7-11.3-5-19.6-11.2-25.1-18.4-5.5-7.3-8.3-15.9-8.3-26.2 0-8.1 1.5-15 4.5-20.7s7.1-10.6 12.3-14.3c5.2-3.7 11.2-6.5 18-8.3 6.9-1.8 14.1-2.6 21.7-2.6 7.5 0 14.2.5 19.9 1.5 5.8 1 11.2 2.5 16 4.5v32.2c-2.4-1.8-5.1-3.4-7.9-4.7-2.9-1.4-5.8-2.5-8.8-3.4s-6-1.6-9-2c-3-.4-5.8-.6-8.5-.6-3.7 0-7.1.4-10.1 1.1-3 .8-5.6 1.8-7.7 3.2-2.1 1.4-3.7 3-4.8 4.9-1.1 1.9-1.7 4-1.7 6.4 0 2.6.6 4.9 1.9 7 1.3 2.1 3.1 4 5.4 5.8 2.3 1.8 5.2 3.6 8.6 5.4s7.2 3.6 11.4 5.5c5.8 2.6 11 5.3 15.5 8.3 4.6 2.9 8.6 6.2 11.8 9.9 3.3 3.7 5.8 7.9 7.6 12.6 1.7 4.7 2.6 10.2 2.6 16.3 0 8.5-1.6 15.7-4.6 21.5zm119 0c-3.1 5.9-7.2 10.6-12.4 14.2-5.2 3.6-11.3 6.2-18.2 7.8-7 1.6-14.3 2.4-21.9 2.4-7.9 0-15.4-.7-22.5-2.2-7.2-1.4-13.4-3.6-18.5-6.5v-34.4c5.8 5.3 12.2 9.2 18.9 11.8 6.9 2.6 13.8 3.9 20.7 3.9 4.1 0 7.7-.4 10.7-1.2 3.1-.8 5.6-1.9 7.7-3.3 2-1.4 3.6-3.1 4.6-5 1-1.9 1.5-4 1.5-6.2 0-3-.8-5.7-2.4-8.1-1.6-2.4-3.8-4.6-6.6-6.6s-6.1-4-9.9-5.8c-3.8-1.9-8-3.8-12.4-5.7-11.3-5-19.6-11.2-25.1-18.4-5.5-7.3-8.3-15.9-8.3-26.2 0-8.1 1.5-15 4.5-20.7 3-5.8 7.1-10.6 12.3-14.3 5.2-3.7 11.2-6.5 18-8.3 6.9-1.8 14.1-2.6 21.7-2.6 7.5 0 14.2.5 19.9 1.5 5.8 1 11.2 2.5 16 4.5v32.2c-2.4-1.8-5.1-3.4-7.9-4.7-2.9-1.4-5.8-2.5-8.8-3.4-3-.9-6-1.6-9-2-3-.4-5.8-.6-8.5-.6-3.7 0-7.1.4-10.1 1.1-3 .8-5.6 1.8-7.7 3.2-2.1 1.4-3.7 3-4.8 4.9-1.1 1.9-1.7 4-1.7 6.4 0 2.6.6 4.9 1.9 7 1.3 2.1 3.1 4 5.4 5.8 2.4 1.8 5.2 3.6 8.6 5.4 3.4 1.8 7.2 3.6 11.4 5.5 5.8 2.6 11 5.3 15.5 8.3 4.6 2.9 8.5 6.2 11.8 9.9 3.3 3.7 5.8 7.9 7.6 12.6 1.7 4.7 2.6 10.2 2.6 16.3 0 8.5-1.5 15.7-4.6 21.5zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2zm-246.9 69.9c-12.4-12.4-32.8-12.4-45.3 0l-79.7 79.7c-12.4 12.4-32.8 12.4-45.3 0L160 256h249.9L255.8 101.9z" />',viewBox:"0 0 512 512"},as={name:"strip-font-elements",content:'<path d="M502.666 31.961 480.039 9.334c-12.445-12.445-32.81-12.445-45.255 0l-67.882 67.882-22.627-22.627c-12.445-12.445-32.81-12.445-45.255 0l-22.627 22.627 158.392 158.392 22.627-22.627c12.445-12.445 12.445-32.81 0-45.255l-22.627-22.627 67.882-67.882c12.444-12.446 12.444-32.811-.001-45.256zm-246.848 69.936c-12.445-12.445-32.81-12.445-45.255 0l-79.706 79.706c-12.445 12.445-32.81 12.445-45.255 0L160 256h249.921L255.818 101.897zM176 348.121 200.706 416h-49.412L176 348.121zM0 288v224h352V288H0zm224 192-11.647-32h-72.706L128 480H96l58.235-160h43.53L256 480h-32z" />',viewBox:"0 0 512 512"},ss={name:"strip-span-elements",content:'<path d="M96 288 0 400l96 112h256V288H96zm170.3 167.5c-3.9 5.9-9.3 10.6-16.1 14.2-6.8 3.6-14.6 6.2-23.6 7.8-9 1.6-18.4 2.4-28.4 2.4-10.2 0-20-.7-29.2-2.2-9.2-1.4-17.2-3.6-24-6.5v-34.5c7.5 5.2 15.7 9.2 24.6 11.8 8.8 2.6 17.8 3.9 26.8 3.9 5.3 0 9.9-.4 13.9-1.2 3.9-.8 7.2-1.9 9.9-3.3 2.6-1.4 4.6-3.1 5.9-5 1.3-1.9 2-4 2-6.2 0-3-1-5.7-3.1-8.1-2.1-2.4-4.9-4.6-8.5-6.6-3.6-2-7.9-4-12.8-5.8-4.9-1.9-10.3-3.8-16-5.7-14.6-5-25.4-11.2-32.6-18.4-7.2-7.3-10.7-16-10.7-26.3 0-8.1 2-15 5.9-20.8 3.9-5.8 9.2-10.5 15.9-14.3 6.7-3.7 14.5-6.5 23.3-8.3 8.8-1.8 18.2-2.6 28.1-2.6 9.7 0 18.3.5 25.8 1.5s14.4 2.5 20.7 4.5v32.3c-3.1-1.8-6.5-3.4-10.2-4.7-3.7-1.4-7.5-2.5-11.4-3.4-3.9-.9-7.8-1.6-11.6-2-3.9-.4-7.5-.6-11-.6-4.8 0-9.1.4-13 1.1-3.9.8-7.2 1.8-9.9 3.2-2.7 1.4-4.8 3-6.2 4.9-1.5 1.9-2.2 4-2.2 6.4 0 2.6.8 4.9 2.5 7 1.6 2.1 4 4 7 5.8 3 1.8 6.7 3.6 11.1 5.4 4.3 1.8 9.2 3.6 14.7 5.4 7.5 2.6 14.2 5.3 20.1 8.3 5.9 2.9 11 6.2 15.3 9.9 4.2 3.7 7.5 7.9 9.8 12.6 2.3 4.7 3.4 10.2 3.4 16.4-.3 8.6-2.3 15.9-6.2 21.7zM502.7 32 480 9.3c-12.4-12.4-32.8-12.4-45.3 0l-67.9 67.9-22.6-22.6c-12.4-12.4-32.8-12.4-45.3 0l-22.6 22.6 158.4 158.4 22.6-22.6c12.4-12.4 12.4-32.8 0-45.3l-22.6-22.6 67.9-67.9c12.5-12.4 12.5-32.8.1-45.2zm-246.9 69.9c-12.4-12.4-32.8-12.4-45.3 0l-79.7 79.7c-12.4 12.4-32.8 12.4-45.3 0L160 256h249.9L255.8 101.9z" />',viewBox:"0 0 512 512"},cs={name:"strip-word-formatting",content:'<path d="M0 288v224h352V288H0zm239.3 192h-37.7L176 385.4 147.4 480h-40.9L64 320h40.6l21.9 100.4L155.8 320h40.4l25.2 100.4 19.4-71.4H224v-29h64l-48.7 160zM502.7 77.2l-67.9 67.9 22.6 22.6c12.4 12.4 12.4 32.8 0 45.3l-22.6 22.6L276.4 77.2 299 54.6c12.4-12.4 32.8-12.4 45.3 0l22.6 22.6 67.9-67.9c12.4-12.4 32.8-12.4 45.3 0L502.7 32c12.4 12.4 12.4 32.8 0 45.2zM409.9 256H160l-74.4-74.4c12.4 12.4 32.8 12.4 45.3 0l79.7-79.7c12.4-12.4 32.8-12.4 45.3 0l154 154.1z" />',viewBox:"0 0 512 512"},ls={name:"format-code-block",content:'<path d="M224 352v160h288V352H224zm102.6 105.4L304 480l-48-48 22.6-22.6L304 384l22.6 22.6-25.3 25.4 25.3 25.4zM432 480l-22.6-22.6 25.4-25.4-25.4-25.4L432 384l25.4 25.4L480 432l-48 48zM192 160V32c0-17.6-14.4-32-32-32h-32c-17.6 0-32 14.4-32 32v128L0 256h288l-96-96zm96 128H0v192h64V320h32v160h32V320h32v160h32V320h96v-32z" />',viewBox:"0 0 512 512"},hs={name:"building-blocks",content:'<path d="M127.9 289V128H160V80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h64V80c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v48h32v160l-256.1 1zM96 320v-48c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v48H0v128h224V320H96zm384 0v-48c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H288v128h224V320h-32z" />',viewBox:"0 0 512 512"},ps={name:"puzzle-piece",content:'<path d="M480 352c0 1 0 2-.1 2.9v.8c0 .8-.1 1.7-.2 2.5v.5c-.1 1-.2 1.9-.4 2.8-.1.4-.1.9-.2 1.3s-.1.8-.2 1.2c-.1.4-.2.7-.2 1.1l-.6 2.7c-.1.4-.2.7-.3 1.1 0 .2-.1.5-.2.7-.2.5-.4 1.1-.5 1.7-.3.9-.6 1.8-.9 2.6 0 .1-.1.2-.1.3-.3.8-.6 1.6-.9 2.3-.1.2-.2.5-.3.7-.3.8-.7 1.5-1 2.3 0 .1-.1.2-.1.2-.4.8-.8 1.6-1.3 2.4l-.6 1.2c-.2.4-.4.7-.6 1.1-.2.3-.3.6-.5.8-.5.8-1 1.5-1.5 2.3l-.6.9c-.2.4-.5.7-.7 1-.2.3-.5.6-.7.9-.5.7-1.1 1.4-1.7 2.1l-.3.3-1.5 1.8c-.2.2-.3.4-.5.5-.6.7-1.2 1.3-1.9 2-.6.6-1.3 1.3-2 1.9-.4.3-.7.7-1.1 1-.3.3-.7.6-1 .9-.2.1-.3.3-.5.4-.7.6-1.4 1.1-2.1 1.7-.3.3-.7.5-1 .8-.3.2-.6.5-1 .7l-.9.6c-.8.5-1.5 1-2.3 1.5-.2.1-.5.3-.7.4-.4.2-.7.4-1.1.6-.4.2-.8.5-1.3.7-.8.4-1.6.9-2.4 1.3-.1.1-.2.1-.3.2-.3.2-.7.4-1 .5-.6.2-1.2.5-1.9.8-.8.3-1.6.6-2.3.9-.1 0-.2.1-.3.1-.9.3-1.7.6-2.6.9-.6.2-1.2.3-1.7.6-.2.1-.5.1-.7.2-.4.1-.7.2-1.1.3l-2.7.6c-.3.1-.5.1-.8.2-.5.1-1.1.2-1.7.3-.4.1-.8.1-1.2.2-.9.1-1.9.3-2.8.4-.2 0-.5 0-.7.1-.4.1-.9.1-1.3.1-.6 0-1.1.1-1.7.1-1 0-2 .1-2.9.1-1.2 0-2.3 0-3.5-.1-.4 0-.7-.1-1.1-.1-.8-.1-1.6-.1-2.3-.2-.4 0-.9-.1-1.3-.2l-2.1-.3c-.4-.1-.9-.2-1.3-.2-.7-.1-1.4-.3-2-.4-.4-.1-.9-.2-1.3-.3-.7-.2-1.4-.3-2-.5l-1.2-.3c-.7-.2-1.4-.4-2.1-.7-.4-.1-.7-.2-1.1-.4-.8-.3-1.5-.6-2.3-.9-.3-.1-.5-.2-.8-.3-1-.4-1.9-.8-2.8-1.2-.1 0-.1-.1-.2-.1-3.1-1.5-6-3.2-8.8-5.1-.1 0-.1-.1-.2-.2-.8-.6-1.7-1.2-2.5-1.8-.1-.1-.2-.2-.3-.2-.8-.6-1.6-1.2-2.3-1.9-.3-.2-.6-.5-.8-.7-.5-.4-1-.8-1.4-1.3l-.5-.5c-.8-.8-1.6-1.5-2.3-2.3l-1.5-1.5c-.3-.3-.5-.6-.7-.9-.1-.2-.2-.3-.4-.5-4.9-5.7-12-8.9-19.5-8.9h-1.4c-14.3 0-25.9 11.6-25.9 25.9v70H217.9c-14.3 0-25.9-11.6-25.9-25.9v-1.4c0-7.5 3.3-14.6 8.9-19.5 15-12.5 24.2-31.6 23-52.9-1.8-32.5-28.3-58.7-60.9-60.2-36.7-1.7-67 27.6-67 63.9 0 19.6 8.8 37.1 22.6 48.8 5.9 5 9.4 12.2 9.4 19.9v1.4c0 14.3-11.6 25.9-25.9 25.9H32V192h70.1c14.3 0 25.9-11.6 25.9-25.9v-1.4c0-7.5-3.3-14.6-8.9-19.5l-.3-.3c-.7-.5-1.4-1.1-2-1.7l-.6-.6c-.8-.8-1.6-1.5-2.3-2.3l-.2-.2c-.7-.7-1.4-1.5-2.1-2.3-.1-.1-.2-.2-.2-.3-.7-.8-1.3-1.5-1.9-2.3-.1-.1-.2-.2-.2-.3-.6-.8-1.2-1.6-1.8-2.5l-.2-.2c-1.9-2.8-3.6-5.7-5.1-8.8 0-.1-.1-.1-.1-.2-.4-.9-.9-1.9-1.2-2.8-.1-.3-.2-.5-.3-.8-.3-.8-.6-1.5-.9-2.3-.1-.3-.2-.7-.4-1.1-.2-.7-.5-1.4-.7-2.1l-.3-1.2c-.2-.7-.4-1.4-.5-2-.1-.4-.2-.9-.3-1.3-.1-.7-.3-1.4-.4-2-.1-.4-.2-.9-.2-1.3l-.3-2.1c-.1-.4-.1-.9-.2-1.3-.1-.8-.1-1.6-.2-2.3 0-.4-.1-.7-.1-1.1-.1-1.2-.1-2.3-.1-3.5 0-1 0-2 .1-2.9 0-.4 0-.9.1-1.3 0-.7.1-1.4.2-2v-.4c.1-.9.2-1.9.4-2.8 0-.2.1-.4.1-.7.1-.8.3-1.6.4-2.4 0-.2.1-.4.1-.5l.6-2.7c0-.1.1-.3.1-.4.2-.7.4-1.4.6-2.2l.3-.9c.3-.9.6-1.8.9-2.6 0-.1.1-.2.1-.3.3-.8.6-1.6.9-2.3.1-.2.2-.5.3-.7.3-.8.7-1.5 1-2.3 0-.1.1-.2.1-.3.4-.8.8-1.6 1.3-2.4l.3-.6c.4-.7.7-1.3 1.1-1.9.1-.2.2-.3.3-.5.5-.8 1-1.5 1.5-2.3.1-.1.2-.3.3-.4.4-.6.9-1.2 1.3-1.8.1-.2.3-.4.4-.6.5-.7 1.1-1.4 1.7-2.1l.3-.3 1.5-1.8c.2-.2.3-.4.5-.5.6-.7 1.2-1.3 1.9-2 .6-.6 1.3-1.3 2-1.9.2-.2.4-.3.5-.5l1.8-1.5.3-.3c.7-.6 1.4-1.1 2.1-1.7.2-.1.3-.3.5-.4.6-.5 1.3-.9 1.9-1.3.2-.1.3-.2.5-.3.8-.5 1.5-1 2.3-1.5.1-.1.3-.2.4-.2.6-.4 1.3-.8 1.9-1.1.2-.1.5-.3.7-.4.8-.4 1.6-.9 2.4-1.3.1 0 .2-.1.2-.1.8-.4 1.5-.7 2.3-1 .2-.1.5-.2.7-.3.8-.3 1.5-.6 2.3-.9.1 0 .2-.1.3-.1.9-.3 1.7-.6 2.6-.9.3-.1.6-.2.8-.3.7-.2 1.4-.4 2.2-.6.2 0 .3-.1.5-.1l2.7-.6c.2 0 .4-.1.6-.1.8-.2 1.6-.3 2.3-.4.2 0 .5-.1.7-.1.9-.1 1.9-.3 2.8-.4.2 0 .4 0 .5-.1.8-.1 1.6-.1 2.5-.2h.7c1 0 1.9-.1 2.9-.1s2 0 3 .1h.7c.9.1 1.8.1 2.7.2h.2c30 3.1 53.9 26.9 57.1 57 0 .3.1.7.1 1 .1.7.1 1.4.2 2.1 0 .5 0 .9.1 1.4v5c0 .5-.1 1-.1 1.4 0 .6-.1 1.2-.1 1.7s-.1 1-.2 1.5c-.1.6-.1 1.1-.2 1.7-.1.5-.1 1-.2 1.5s-.2 1.1-.3 1.6l-.3 1.5c-.1.5-.2 1-.4 1.5-.1.5-.2 1-.4 1.5-.1.5-.3.9-.4 1.4-.2.5-.3 1-.5 1.5-.1.4-.3.9-.4 1.3-.2.5-.4 1.1-.6 1.6-.1.4-.3.8-.5 1.2-.2.6-.4 1.1-.7 1.7-.1.3-.3.7-.4 1-.3.6-.5 1.2-.8 1.8-.1.2-.2.5-.4.7-.3.7-.7 1.3-1 2 0 .1-.1.2-.1.2-3.8 6.7-8.7 12.7-14.5 17.7h-.1c-5.8 5-9.4 12.2-9.4 19.9v1.4c0 14.3 11.6 25.9 25.9 25.9H320v116.7c0 6.3 5.1 11.3 11.3 11.3H357c5.2 0 9.1-4.1 10-9.2 0-.1.1-.1.1-.2 5-5.8 10.9-10.8 17.7-14.5.1 0 .2-.1.2-.1.7-.4 1.3-.7 2-1 .2-.1.5-.2.7-.4.6-.3 1.2-.6 1.8-.8.3-.1.7-.3 1-.4.6-.2 1.1-.5 1.7-.7.4-.2.8-.3 1.2-.5.5-.2 1.1-.4 1.6-.6.4-.2.9-.3 1.3-.4.5-.2 1-.3 1.5-.5.5-.1.9-.3 1.4-.4.5-.1 1-.3 1.5-.4.5-.1 1-.2 1.5-.4l1.5-.3c.5-.1 1.1-.2 1.6-.3.5-.1 1-.2 1.5-.2.6-.1 1.1-.1 1.7-.2.5-.1 1-.1 1.5-.2.6-.1 1.1-.1 1.7-.1.5 0 1-.1 1.4-.1h5c.5 0 .9 0 1.4.1.7 0 1.4.1 2.1.2.3 0 .7.1 1 .1 30 3.1 53.9 27 57 57.1v.2c.1.9.2 1.8.2 2.7v.7c.2.4.2 1.4.2 2.4z" />',viewBox:"0 0 512 512"},us={name:"link-add",content:'<path d="M384 384zm64 32v-64h-32v64h-64v32h64v64h32v-64h64v-32h-64zM96 256c0-17.7 14.3-32 32-32h256c17.7 0 32 14.3 32 32s-14.3 32-32 32H128c-17.7 0-32-14.3-32-32zm-32 0c0 35.4 28.6 64 64 64h110.8c-22.1 38.2-63.5 64-110.8 64C57.3 384 0 326.7 0 256s57.3-128 128-128c47.4 0 88.7 25.8 110.8 64H128c-35.4 0-64 28.6-64 64zm416 84.7c19.9-22.6 32-52.2 32-84.7 0-70.7-57.3-128-128-128-47.3 0-88.7 25.8-110.8 64H384c35.3 0 64 28.6 64 64s-28.6 64-64 64h96v20.7zM384 320H273.2c22.1 38.2 63.4 64 110.8 64v-64z" />',viewBox:"0 0 512 512"},vs={name:"globe-link",content:'<path d="M161.7 412.6C69.1 391.2 0 308.1 0 209 0 93.6 93.6 0 209 0s209 93.6 209 209c0 58.2-23.8 110.8-62.2 148.7-20.5-23.1-50.4-37.7-83.8-37.7-3.9 0-7.8.2-11.6.6 12-15.9 26.4-28.8 41.3-33 22.6-18.6 21.6-35.2 18.6-50.2-7-12.6-38.7-23.6-68.8-49.7-18.1-4-40.2 7.5-48.7-3.5-8.5-11.1-48.7-27.1-31.1-44.7s44.2.5 54.8-35.7C236.9 67.6 259 82.6 270 82.6c11.1 0 13.1-26.1-7.5-35.7-20.6-9.5-49.7-19.6-100.5-14.6-50.7 5-86.4 27.6-75.4 47.7 11.1 20.1 44.2 83.9 81.4 94.5 37.2 10.6 35.7 20.2 41.7 27.1 6 7-11.3 22.2 5.1 50.8 8.9 12 17 5 21 25.1 1.9 9.4-2.7 30.3-6.4 50.8-34.9 14.4-61 46-67.7 84.3zM224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48zm208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80zm0 64H272c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16z" />',viewBox:"0 0 512 512"},ds={name:"globe-unlink",content:'<path d="M161.7 412.6C69.1 391.2 0 308.1 0 209 0 93.6 93.6 0 209 0s209 93.6 209 209c0 58.2-23.8 110.8-62.2 148.7-20.5-23.1-50.4-37.7-83.8-37.7-3.9 0-7.8.2-11.6.6 12-15.9 26.4-28.8 41.3-33 22.6-18.6 21.6-35.2 18.6-50.2-7-12.6-38.7-23.6-68.8-49.7-18.1-4-40.2 7.5-48.7-3.5-8.5-11.1-48.7-27.1-31.1-44.7s44.2.5 54.8-35.7C236.9 67.6 259 82.6 270 82.6s13.1-26.1-7.5-35.7c-20.6-9.5-49.7-19.6-100.5-14.6-50.7 5-86.4 27.6-75.4 47.7 11.1 20.1 44.2 83.9 81.4 94.5 37.2 10.6 35.7 20.2 41.7 27.1 6 7-11.3 22.2 5.1 50.8 8.9 12 17 5 21 25.1 1.9 9.4-2.7 30.3-6.4 50.8-34.9 14.4-61 46-67.7 84.3M224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48m208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80" />',viewBox:"0 0 512 512"},fs={name:"envelope-link",content:'<path d="M224 432c0-5.1.8-10.1 2.3-14.7C232.5 398 250.6 384 272 384h64c-1.5-1.9-3-3.8-4.6-5.6-14.6-16.2-35.8-26.4-59.4-26.4-12.2 0-23.8 2.7-34.1 7.6-4.4 2.1-8.6 4.6-12.5 7.4-16.4 11.8-28.2 29.7-32 50.4-.9 4.7-1.4 9.6-1.4 14.6 0 44.2 35.8 80 80 80 26.2 0 49.4-12.6 64-32h-64c-26.5 0-48-21.5-48-48zm208-80c-26.2 0-49.4 12.6-64 32h64c26.5 0 48 21.5 48 48s-21.5 48-48 48h-64c14.6 19.4 37.8 32 64 32 44.2 0 80-35.8 80-80s-35.8-80-80-80zm0 64H272c-8.8 0-16 7.2-16 16s7.2 16 16 16h160c8.8 0 16-7.2 16-16s-7.2-16-16-16zM32 0C14.3 0 0 14.3 0 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V32c0-17.7-14.3-32-32-32H32zm23.7 32L224 200.3 392.3 32c11 2.9 19.7 11.6 22.6 22.6L310.6 158.9l104.3 104.3c-2.9 11-11.6 19.7-22.6 22.6L288 181.5l-64 64-64-64L55.7 285.8c-11-2.9-19.7-11.6-22.6-22.6l104.3-104.3L33.1 54.6C36 43.6 44.7 34.9 55.7 32z" />',viewBox:"0 0 512 512"},ms={name:"anchor",content:'<path d="m352 288 44.5 44.5c-22.3 40.7-61.7 70.7-108.5 80.3V151.4c19.1-11.1 32-31.8 32-55.4 0-35.3-28.7-64-64-64s-64 28.7-64 64c0 23.6 12.9 44.3 32 55.4v261.4c-46.8-9.5-86.2-39.6-108.5-80.3L160 288H32v128l36.9-36.9C108.9 439.9 177.8 480 256 480s147.1-40.1 187.1-100.9L480 416V288H352zM256 64c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32z" />',viewBox:"0 0 512 512"},ys={name:"table-add",content:'<path d="M448 320V32H32v416h288V320h128zm-288 96H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96zm32-96h96v96h-96V64zm0 224v-96h96v96h-96zm192 128v32h-64v64h-32v-64h-64v-32h64v-64h32v64h64z" />',viewBox:"0 0 512 512"},gs={name:"table",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm0 128v96h-96v-96h96zM64 64h96v96H64V64zm0 128h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},bs={name:"table-properties",content:'<path d="m502.666 77.216-22.627 22.627-67.882-67.882 22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627c12.445 12.445 12.445 32.81 0 45.255zM392.483 51.635l67.882 67.882L290.66 288H224v-66.66L392.483 51.635zm22.627 67.882L392.483 96.89 256.719 232.654l22.627 22.627L415.11 119.517zM384 256l32-32v288H0V96h288l-32 32h-96v224h224v-96zM128 384H32v96h96v-96zm0-128H32v96h96v-96zm0-128H32v96h96v-96zm128 256h-96v96h96v-96zm128 0h-96v96h96v-96z" />',viewBox:"0 0 512 512"},xs={name:"table-cell",content:'<path d="M32 32v416h416V32H32zm128 384H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm128 256h-96v-96h96v96zm0-256h-96V64h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},ws={name:"table-cell-properties",content:'<path d="m502.666 77.216-22.627 22.627-67.882-67.882 22.627-22.627c12.445-12.445 32.81-12.445 45.255 0l22.627 22.627c12.445 12.445 12.445 32.81 0 45.255zM384 256l32-32v288H0V96h288l-32 32h-96v96h32v96h96v32h96v-96zM128 384H32v96h96v-96zm0-128H32v96h96v-96zm0-128H32v96h96v-96zm128 256h-96v96h96v-96zm128 0h-96v96h96v-96zm8.483-332.365 67.882 67.882-141.588 141.588L290.66 288H224v-66.66l26.895-28.118L392.483 51.635zm22.627 67.882L392.483 96.89 256.719 232.654l11.314 11.314 11.314 11.314L415.11 119.517z" />',viewBox:"0 0 512 512"},_s={name:"table-column-insert-left",content:'<path d="M32 480V0h128v480H32zM480 32v416H192V32h288zM224 160h96V64h-96v96zm0 128h96v-96h-96v96zm0 128h96v-96h-96v96zm224-96h-96v96h96v-96zm0-32v-96h-96v96h96zm0-224h-96v96h96V64z" />',viewBox:"0 0 512 512"},zs={name:"table-column-insert-right",content:'<path d="M352 480V0h128v480H352zM320 32v416H32V32h288zm-32 32h-96v96h96V64zm0 128h-96v96h96v-96zm0 128h-96v96h96v-96zM64 416h96v-96H64v96zm96-128v-96H64v96h96zM64 160h96V64H64v96z" />',viewBox:"0 0 512 512"},Cs={name:"table-row-insert-above",content:'<path d="M480 160H0V32h480v128zM32 192h416v288H32V192zm32 32v96h96v-96H64zm128 0v96h96v-96h-96zm128 0v96h96v-96h-96zm96 224v-96h-96v96h96zm-128-96h-96v96h96v-96zm-128 96v-96H64v96h96z" />',viewBox:"0 0 512 512"},Ms={name:"table-row-insert-below",content:'<path d="M480 480H0V352h480v128zM32 32h416v288H32V32zm128 256v-96H64v96h96zm128 0v-96h-96v96h96zm128 0v-96h-96v96h96zM320 64v96h96V64h-96zm-32 0h-96v96h96V64zM64 64v96h96V64H64z" />',viewBox:"0 0 512 512"},ks={name:"table-column-delete",content:'<path d="M192 288v224h128V288H192zm0-288v64h128V0H192zm160 32h128v416H352V32zm96 288h-64v96h64v-96zm0-128h-64v96h64v-96zm0-128h-64v96h64V64zM32 32h128v416H32V32zm96 288H64v96h64v-96zm0-128H64v96h64v-96zm0-128H64v96h64V64zm128 89.373L313.373 96 336 118.627 278.627 176 336 233.373 313.373 256 256 198.627 198.627 256 176 233.373 233.373 176 176 118.627 198.627 96 256 153.373z" />',viewBox:"0 0 512 512"},Os={name:"table-row-delete",content:'<path d="M224 192H0v128h224V192zm288 0h-64v128h64V192zm-32 160v128H64V352h416zm-288 96v-64H96v64h96zm128 0v-64h-96v64h96zm128 0v-64h-96v64h96zm32-416v128H64V32h416zm-288 96V64H96v64h96zm128 0V64h-96v64h96zm128 0V64h-96v64h96zm-89.373 128L416 313.373 393.373 336 336 278.627 278.627 336 256 313.373 313.373 256 256 198.627 278.627 176 336 233.373 393.373 176 416 198.627 358.627 256z" />',viewBox:"0 0 512 512"},Ss={name:"table-cell-delete",content:'<path d="M96 192h160v128H96V192zM32 352h160v128H32V352zm32 32v64h96v-64H64zm128-224H32V32h160v128zm-32-96H64v64h96V64zm262.627 192L480 313.373 457.373 336 400 278.627 342.627 336 320 313.373 377.373 256 320 198.627 342.627 176 400 233.373 457.373 176 480 198.627 422.627 256z" />',viewBox:"0 0 512 512"},Hs={name:"table-delete",content:'<path d="M32 32v416h416V32H32zm384 128h-64v32h64v96h-64v32h64v96h-96v-64h-32v64h-96v-64h-32v64H64v-96h64v-32H64v-96h64v-32H64V64h96v64h32V64h96v64h32V64h96v96zm-153.4 80 57.4 57.4-22.6 22.6-57.4-57.4-57.4 57.4-22.6-22.6 57.4-57.4-57.4-57.4 22.6-22.6 57.4 57.4 57.4-57.4 22.6 22.6-57.4 57.4z" />',viewBox:"0 0 512 512"},Ps={name:"cells-merge",content:'<path d="M32 32v448h416V32H32zm160 32h96v64h-96V64zM64 64h96v64H64V64zm96 384H64v-64h96v64zm128 0h-96v-64h96v64zm128 0h-96v-64h96v64zm0-96H64V160h352v192zm0-224h-96V64h96v64z" />',viewBox:"0 0 512 512"},Vs={name:"cells-merge-horizontally",content:'<path d="M32 32v416h416V32H32zm160 32h96v96h-96V64zM64 64h96v96H64V64zm96 352H64v-96h96v96zm128 0h-96v-96h96v96zm128 0h-96v-96h96v96zm0-128H64v-96h352v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Is={name:"cells-merge-vertically",content:'<path d="M32 448h416V32H32v416zm32-160v-96h96v96H64zm0 128v-96h96v96H64zm352-96v96h-96v-96h96zm0-128v96h-96v-96h96zm0-128v96h-96V64h96zm-128 0v352h-96V64h96zm-128 0v96H64V64h96z" />',viewBox:"0 0 512 512"},As={name:"cell-split-horizontally",content:'<path d="M32 32v416h416V32H32zm32 32h160v64H64V64zm160 160h-64v-64h64v64zM64 160h64v64H64v-64zm0 96h160v64H64v-64zm0 160v-64h160v64H64zm192-256h64v64h-64v-64zm160 256H256v-64h160v64zm0-96H256v-64h160v64zm0-96h-64v-64h64v64zm0-96H256V64h160v64z" />',viewBox:"0 0 512 512"},Es={name:"cell-split-vertically",content:'<path d="M32 448h416V32H32v416zm32-32V256h64v160H64zm160-160v64h-64v-64h64zm-64 160v-64h64v64h-64zm96 0V256h64v160h-64zm160 0h-64V256h64v160zM160 224v-64h64v64h-64zM416 64v160h-64V64h64zm-96 0v160h-64V64h64zm-96 0v64h-64V64h64zm-96 0v160H64V64h64z" />',viewBox:"0 0 512 512"},Ts={name:"table-unmerge",content:'<path d="M32 32v416h416V32H32zm160 32h96v96h-96V64zm96 128v96h-96v-96h96zM64 64h96v96H64V64zm0 128h96v96H64v-96zm96 224H64v-96h96v96zm128 0h-96v-96h96v96zm128 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Bs={name:"pane-freeze",content:'<path d="M32 32v416h416V32H32zm256 32 96 96h-64l-96-96h64zm-128 0 96 96h-64L96 64h64zM64 96l96 96v64l-96-96V96zm0 128 96 96v64l-96-96v-64zm0 192v-64l64 64H64zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm128 128h-96v-96h96v96zm0-128h-96v-96h96v96zM352 64h64v64l-64-64z" />',viewBox:"0 0 512 512"},js={name:"row-freeze",content:'<path d="M32 448h416V32H32v416zM64 96l64 64H64V96zm96-32 96 96h-64L96 64h64zm128 0 96 96h-64l-96-96h64zm128 64-64-64h64v64zm-96 160v-96h96v96h-96zm-128 0v-96h96v96h-96zm-32 0H64v-96h96v96zm160 128v-96h96v96h-96zm-128 0v-96h96v96h-96zm-128 0v-96h96v96H64z" />',viewBox:"0 0 512 512"},Ls={name:"column-freeze",content:'<path d="M32 32v416h416V32H32zm128 32v64L96 64h64zM64 96l96 96v64l-96-96V96zm0 128 96 96v64l-96-96v-64zm0 192v-64l64 64H64zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm-96-128V64h96v96h-96zm224 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},Rs={name:"toolbar-float",content:'<path d="M64 352h416v128H64V352zm96 32H96v64h96v-64h-32zm160 0h-96v64h96v-64zm32 0v64h96v-64h-96zM63.961 131.844l90.51 90.51 45.255-45.255-90.51-90.51-45.255 45.255zm0 0 90.51 90.51 45.255-45.255-90.51-90.51-45.255 45.255zm158.392 67.882 67.882-67.882-22.627-22.627-22.627 22.627-90.51-90.51c-12.445-12.445-32.81-12.445-45.255 0l-67.882 67.882c-12.445 12.445-12.445 32.81 0 45.255l90.51 90.51-22.627 22.627 22.627 22.627 67.882-67.882L297.373 320 320 297.373l-97.647-97.647zm-67.882 22.627-90.51-90.51 45.255-45.255 90.51 90.51-45.255 45.255zM480 256h-64v64h64v-64z" />',viewBox:"0 0 512 512"},Ds={name:"spell-checker",content:'<path d="M113.2 206.2c-7.4 6.2-15.6 10.7-24.6 13.5s-19.3 4.2-31 4.2c-8.4 0-16.1-1-23.1-2.9s-13.1-4.9-18.2-8.8c-5.1-3.9-9.1-8.8-12-14.6C1.4 192 0 185.2 0 177.5c0-18.9 8.1-32.9 24.4-41.9s40.9-13.5 74-13.5h13.7c0-2.6 0-5.3-.1-8.2-.1-2.9-.3-5.4-.7-7.6-.8-7.6-3.5-13.2-8-17-4.5-3.7-11.8-5.6-21.7-5.6-10.4 0-18.1 1.9-23.3 5.8s-7.8 9.5-7.8 16.8H7c2.4-32.7 27.8-49 76.3-49 6.6 0 12.6.2 17.9.6 5.3.4 10.2 1.1 14.6 2 4.4 1 8.6 2.2 12.5 3.7 3.9 1.5 7.6 3.4 11.4 5.7 3.5 2.2 6.4 4.7 9 7.4 2.5 2.8 4.6 6.1 6.4 9.9 1.7 3.9 3 8.3 3.8 13.3s1.2 10.8 1.2 17.4V224h-46.8l-.1-17.8zm-1-58H96.8c-16.2 0-28.4 2-36.5 5.9s-12.2 10.6-12.2 20.2c0 7.3 2.5 12.7 7.5 16.2s11.5 5.2 19.4 5.2c7.6 0 14.6-1.5 21.2-4.5s11.9-6.9 15.8-11.7v-31.3h.2zm125.2-61.6c5.5-7.2 12.3-12.8 20.2-16.7C265.5 66 274 64 283.1 64c10.2 0 19.2 1.9 26.8 5.7 7.7 3.8 14.1 9.2 19.3 16.3 5.2 7.1 9.1 15.7 11.7 25.9s4 21.6 4 34.3-1.2 19-4.3 29.4c-3 10.4-7.6 17.9-13.3 25.2-5.7 7.3-12.6 13-20.7 17.1s-17.3 6.1-27.5 6.1c-17.5 0-31.9-5.2-43.3-15.6V224H192V0h45.4v86.6zm0 91.7c4.4 4.1 9.1 7.2 14.1 9.4 5 2.1 10.5 3.2 16.5 3.2 9.8 0 17.4-4.3 22.7-12.8 5.3-8.6 7.9-14.7 7.9-31.8 0-32.7-9.6-49-28.7-49-6.2 0-12 1.9-17.4 5.6s-10.5 9-15.1 15.8v59.6zM442.2 224c-12.4 0-23.4-1.8-33.3-5.4-9.8-3.6-18.1-8.8-25-15.6-6.8-6.8-12-15.2-15.7-25.1-3.7-9.9-5.5-21.3-5.5-34s1.8-24 5.5-33.9 8.9-18.2 15.9-25.1c6.9-6.9 15.3-12.1 25.2-15.6 9.9-3.6 21.1-5.4 33.6-5.4 20 0 36 4.7 48 14.1s19 23 21 40.9h-41c-1-7-3.9-12.7-8.8-16.9-4.9-4.2-11.2-6.3-19.2-6.3-10.2 0-18.4 3.9-24.5 11.6s-9.2 19.9-9.2 36.6c0 16.5 3.1 28.7 9.2 36.5s14.3 11.7 24.5 11.7c7.9 0 14.4-2.1 19.3-6.3s7.8-9.8 8.7-16.9h41c-2.5 17.7-9.7 31.2-21.5 40.7-11.6 9.6-27.7 14.4-48.2 14.4zm69.8 0L224 512 64 352l64-64 96 96 288-160" />',viewBox:"0 0 512 512"},Ns={name:"validation-xhtml",content:'<path d="M192 224h-54l-26.2-96L86 224H32L0 64h42l22 96 22-96h52l22 96 22-96h42l-32 160zm272.5-121.8c4.7 4.2 7.4 9.8 8.5 16.8h38.9c-2-17.9-8.6-31.3-19.9-40.8-11.5-9.3-26.5-14-45.6-14-11.9 0-22.5 1.7-32 5.3-9.4 3.6-17.4 8.9-23.9 15.7-6.7 6.9-11.6 15.2-15.1 25-3.5 10-5.3 21.2-5.3 33.8 0 12.8 1.8 24 5.3 33.8 3.5 10 8.3 18.4 14.8 25.1 6.5 6.7 14.5 11.8 23.8 15.4 9.4 3.6 20 5.4 31.6 5.4 19.4 0 34.7-4.8 45.9-14.3 11.2-9.5 18-23 20.4-40.5H473c-.9 7-3.7 12.6-8.3 16.8-4.7 4.3-10.7 6.3-18.3 6.3-9.8 0-17.5-3.9-23.5-11.7-5.8-7.8-8.6-19.9-8.6-36.3 0-16.7 2.8-28.7 8.6-36.5 5.9-7.8 13.6-11.5 23.5-11.5 7.5 0 13.6 2 18.1 6.2zM316.7 219.8c7.3-2.3 13.6-5.8 18.9-10.2l.1-.1c5.2-4.6 9.1-9.9 11.8-16.1 2.8-6 4.2-12.7 4.2-20.7 0-10-2.7-18.4-8-25.3-3.5-4.4-7.9-7.9-13.2-10.5.3-.3.7-.5 1-.8 3.1-2.4 5.5-5 7.6-8.1 2-3 3.5-6.2 4.5-9.4 1-3.5 1.5-6.9 1.5-10.4 0-6.6-1.3-12.6-3.9-18.1-2.6-5.4-6.4-10.3-11.4-14.2-4.8-4.2-10.5-7.2-17-9.1-6.3-1.8-13.7-2.8-22.1-2.8-7.4 0-14.3 1-20.8 3.1-6.3 2.1-11.7 5.2-16.9 9.3-5 4.1-9 9.2-11.9 15.1-3 5.9-4.9 12.7-5.6 20.3l-.5 5.1h38.2l.5-4.4c1.6-14.6 9.9-16.5 16.9-16.5 4.8 0 8.3 1.1 10.7 3.3l.1.1c2.7 2.5 3.3 7.1 3.3 10.4 0 5.6-1.2 9.4-3.8 11.4l-.1.1c-2.8 2.4-7.2 3.5-13.4 3.5H276v31h13.7c7.4 0 12.8 1.4 16.3 4 3.3 2.7 4.9 6.5 4.9 12.2 0 2.9-.5 5.6-1.4 8-.9 2.3-2.1 4.1-3.9 5.9-1.4 1.5-3.4 2.7-5.9 3.6-2.4.9-5.2 1.4-8.4 1.4-3.4 0-6.3-.4-9-1.3-2.2-.8-4.1-2-5.7-3.5-1.6-1.6-2.8-3.3-3.7-5.2-.8-1.9-1.2-4.1-1.5-6.7l-.4-4.2h-39.1l.3 5c.5 7.4 2.3 14.5 5.3 21 3.1 6.1 7.8 11.8 14.2 16.6 4.9 3.8 10.8 6.6 17.8 8.4h.4c6.4 1.5 13.8 2.3 22.1 2.3 9.5 0 17.5-1.2 24.7-3.5zM64 352l64-64 96 96 288-160-288 288L64 352z" />',viewBox:"0 0 512 512"},Fs={name:"validation-data",content:'<path d="m64 352 64-64 96 96 288-160-288 288L64 352zm48.6-193.6c0 13-2.5 24.4-7.6 34.4s-12.3 17.7-21.8 23.1c-9.4 5.4-20.3 8.1-32.7 8.1H0V96h49.5c42.1 0 63.1 20.8 63.1 62.4zm-38 .3c0-6.3-1.2-12-3.5-17-2.4-5-5.7-8.9-10.1-11.7-4.4-2.7-9.6-4.1-15.6-4.1H36v68h10.1c8.6 0 15.6-3.2 20.7-9.5 5.2-6.4 7.8-14.9 7.8-25.7zM216.2 224l-5.5-24h-37.2l-5.9 24H128l42.3-128h45.9L256 224h-39.8zm-23.6-100h-.9c-.1 1.4-.5 3.8-1.2 7.1s-4.1 17.2-10.4 41.9h23.4l-8.6-34.7c-1.1-5-1.9-9.8-2.3-14.3zm127.4 4v96h-32v-96h-32V96h98v32h-34zm120.2 96-5.5-24h-37.2l-5.9 24H352l42.3-128h45.9L480 224h-39.8zm-23.6-100h-.9c-.1 1.4-.5 3.8-1.2 7.1s-4.1 17.2-10.4 41.9h23.4l-8.6-34.7c-1.1-5-1.9-9.8-2.3-14.3z" />',viewBox:"0 0 512 512"},Us={name:"toggle-full-screen-mode",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v288c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm0 319.942a.53.53 0 0 1-.058.058H64.058a.454.454 0 0 1-.058-.058V64.057a.511.511 0 0 1 .057-.057h383.885c.02.017.041.038.058.057v287.885zM384 480H128c35.346 0 64-28.654 64-64h128c0 35.346 28.654 64 64 64zm32-160H96c58.263-113.973 183.21-192 320-192v192z" />',viewBox:"0 0 512 512"},Ws={name:"formula-fx",content:'<path d="m214 183.4-24.7 110c-11.5 53.4-22.7 92.1-33.7 116.1-11 24-23.8 41.8-38.4 53.2-14.7 11.6-31.5 17.3-50.5 17.3-12 0-20.7-2.7-26.3-8-5.6-5.3-8.4-11.5-8.4-18.7 0-6.7 2.3-12.5 7-17.4 4.7-4.9 10.8-7.3 18.3-7.3 6.3 0 11.2 1.9 14.5 5.6 3.4 3.7 5.1 8.5 5.1 14.2 0 5.2-1 9.1-3.2 11.6-2.1 2.5-3.2 4.2-3.2 5l1 1.7c.8.8 1.8 1.2 3 1.2 4.2 0 7.8-1.5 10.8-4.7 7.4-7.7 13-17 16.6-27.9 2.5-7.5 7.4-27.4 14.5-59.5l43-192.6h-29.3l7-28.7c10.5.2 18.2-1.4 23-4.7 4.8-3.3 9.8-10.6 15.2-22 15.4-33.1 31.7-60.1 48.9-74.4S260.4 32 281.5 32c13.5 0 23.3 3 29.4 9.1 6.1 6.1 9.2 13.9 9.2 23.5 0 8.5-2 15.2-6.1 20.2-4.1 5.1-9.2 7.5-15.2 7.5-5.6 0-10.3-2-13.9-6.1-3.6-4.1-5.5-9-5.5-14.7 0-4.1 1.1-8.4 3.5-13 2.3-4.6 3.5-7.7 3.5-9.3 0-1.8-.5-3.3-1.6-4.4-1-1.1-2.4-1.7-4.1-1.7-8.3 0-16.8 5.9-25.5 17.9-14.3 19.1-25.9 52.5-34.5 93.8h30.5l-7.4 28.7-29.8-.1zm78.7 22.7 68.9-14.1c12.5 23.3 21.3 48.9 26.5 76.9 12.9-22.7 22.7-38.6 29.3-47.6 8.8-12.2 16.1-20.1 21.8-23.8 5.8-3.7 11.9-5.5 18.3-5.5 7.2 0 12.8 2.4 16.7 7 3.9 4.7 5.8 11 5.8 19 0 7.5-2 13.6-5.8 18.4-3.9 4.7-8.7 7.1-14.5 7.1-4.2 0-9-.9-14.5-2.7-5.4-1.8-9.3-2.7-11.3-2.7-5.6 0-10.8 2.4-15.8 7-6.8 6.4-15.2 20.1-25.3 41 11.2 46.9 20.1 75.5 26.9 85.8 3.9 6.1 7.9 9.2 12.1 9.2 3.4 0 6.4-1 8.9-3 3.8-3.3 9.7-11.5 17.6-24.6l7.1 4.9c-11.6 22.2-22.9 37.9-34 46.9-8.4 7-16.7 10.6-24.9 10.6-8.4 0-15.4-2.3-21-6.7-5.6-4.5-10.6-11.7-14.9-21.8-4.4-10-9.5-26.2-15.4-48.4-15.4 23.3-27.5 40.3-36.3 51-8.7 10.7-16 17.7-21.8 21-5.8 3.3-12 4.9-18.6 4.9-6.8 0-12.3-2.4-16.3-7-4-4.7-6-10.8-6-18.3 0-7.9 2.2-14.5 6.5-19.6 4.3-5.2 9.9-7.7 16.6-7.7 3.6 0 7.6 1.3 12.1 3.7 6.6 3.8 11.3 5.7 14.2 5.7 3.8 0 7.2-.9 10.3-2.8 3.9-2.4 9-7.4 15-15.3 3.7-4.8 10.5-15.1 20.4-31-12.6-55.8-22.5-89.1-29.6-100-4.5-7-10.2-10.6-17-10.6-3.6 0-7.9.6-13 1.9l1-8.8z" />',viewBox:"0 0 512 512"},Ks={name:"sum",content:'<path d="M416 64v128l-64-64H160l128 128-128 128h192l64-64v128H96v-64l128-128L96 128V64h320z" />',viewBox:"0 0 512 512"},Gs={name:"symbol",content:'<path d="m448 416 32-32v96H320V375.8c11.4-5.1 22.2-11.5 32-19 38.9-29.7 64-76.9 64-130.1C416 136.8 344.4 64 256 64S96 136.8 96 226.7c0 53.2 25.1 100.5 64 130.1 9.8 7.5 20.6 13.9 32 19V480H32v-96l32 32h96v-18.5C84.3 366.7 32 300.6 32 224 32 118 132.3 32 256 32s224 86 224 192c0 76.6-52.3 142.7-128 173.5V416h96z" />',viewBox:"0 0 512 512"},qs={name:"dollar",content:'<path d="M326.6 273c-8.3-7.3-18.4-13.6-30.4-19.1-11.8-5.4-25.2-10.2-40.2-14.5V131.3c6.5.8 13 2.2 17.7 4.2 7.5 3.3 13.7 7.8 18.8 13.7 5.1 5.8 8.9 12.7 11.4 20.7 2.6 8 3.8 16.7 3.8 26.2H352c0-29.2-7.5-52-22.5-68.8s-36-26.8-62.9-30.1c0 0-5-.4-10.6-.8V32h-32v66.2c-11.9 1.5-22.6 4.3-32.2 8.4-10.6 4.5-19.6 10.3-27.1 17.5-7.5 7.2-13.2 15.6-17.2 25.4-4 9.7-6 20.5-6 32.2 0 12.7 2.2 23.8 6.7 33.4s11 18.2 19.5 25.6 18.8 13.8 30.9 19.3c7.8 3.5 16.3 6.8 25.4 9.7v110.7c-2.7-.4-5.4-.9-8.1-1.5-7.9-1.8-15.2-5.1-21.7-9.8-6.5-4.7-11.8-11-15.8-19s-6-18-6-30H128c0 16.2 2.6 30 7.9 41.6 5.3 11.6 12.4 21.2 21.3 28.6 8.9 7.5 19.1 13.3 30.6 17.3s23.4 6.5 35.7 7.5c0 0 .2 0 .5.1V480h32v-64.7c1.9-.2 3.1-.3 3.1-.3 14.1-1.3 26.9-4.1 38.4-8.3 11.5-4.3 21.3-10 29.4-17.1 8.1-7.1 14.3-15.6 18.6-25.4 4.3-9.8 6.5-20.9 6.5-33.2 0-12.5-2.2-23.5-6.5-33-4.3-9.4-10.6-17.8-18.9-25zm-104.7-46.2c-8.8-4.1-15.9-8.4-21.2-12.9s-9.1-9.6-11.3-15c-2.2-5.5-3.4-11.6-3.4-18.5 0-7.4 1.2-14.1 3.6-20.3 2.4-6.1 6-11.3 10.8-15.7 4.8-4.3 10.9-7.7 18.3-10.1 1.7-.6 3.5-1 5.3-1.5v94.9c-.6-.2-1.4-.5-2.1-.9zm81 125.2c-3 6.2-7.5 11.4-13.2 15.8-5.8 4.3-12.8 7.7-21.2 10-3.9 1.1-8.1 1.9-12.5 2.5V279.2c5.6 2 10.7 4.1 15.3 6.2 8.6 4 15.6 8.3 20.9 13 5.4 4.7 9.3 9.7 11.7 15.1 2.4 5.4 3.6 11.3 3.6 17.7 0 7.7-1.5 14.7-4.6 20.8z" />',viewBox:"0 0 512 512"},Xs={name:"percent",content:'<path d="M352 64h32L160 448h-32L352 64zm16 160c-44.2 0-80 50.1-80 112s35.8 112 80 112 80-50.1 80-112-35.8-112-80-112zm0 192c-22.7 0-48-32.9-48-80s25.3-80 48-80 48 32.9 48 80-25.3 80-48 80zM144 64c-44.2 0-80 50.1-80 112s35.8 112 80 112 80-50.1 80-112-35.8-112-80-112zm0 192c-22.7 0-48-32.9-48-80s25.3-80 48-80 48 32.9 48 80-25.3 80-48 80z" />',viewBox:"0 0 512 512"},Ys={name:"custom-format",content:'<path d="M128 128v224H80V182.4s-13.1 19.1-48 19.1v-40.6c34.9 0 61.7-32.9 61.7-32.9H128zm94.4 184H320v40H169v-16.6c.3-11.3 2.2-21.4 6-30.3 3.8-9 8.6-17 14.3-24.1s12-13.4 18.8-18.9 13.3-10.4 19.4-14.8c6.5-4.6 12.1-9 17-13.2s9-8.4 12.3-12.5 5.8-8.3 7.5-12.6c1.6-4.2 2.5-8.8 2.5-13.6 0-9.4-2.7-16.5-8-21.4-5.3-4.8-13.5-7.2-24.4-7.2-18.9 0-37.1 7.5-54.4 22.6v-42.7c19.2-12.4 40.8-18.6 64.8-18.6 11.2 0 21.2 1.5 30 4.4 8.9 2.9 16.4 7.1 22.5 12.5s10.8 12 14.1 19.7c3.2 7.7 4.8 16.4 4.8 25.9 0 10.1-1.6 19.2-4.7 27-3.1 7.9-7.3 15.1-12.4 21.5-5.2 6.5-11.1 12.4-17.9 17.7-6.8 5.4-13.8 10.6-21 15.6-4.9 3.5-9.7 6.9-14.2 10.4-4.6 3.4-8.6 6.8-12.1 10.1s-6.2 6.6-8.3 9.8c-2.2 3.1-3.2 9.3-3.2 9.3zM341 341.2v-41.7s32.1 15.8 51.5 15.8c12.2 0 21.8-2.6 28.6-7.9 6.8-5.3 10.2-12.5 10.2-21.9 0-9.7-4.2-17.1-12.7-22.3-8.4-5.3-20-7.9-34.8-7.2H364v-37h17.7c28.4 0 42.6-9.4 42.6-28.1 0-17.6-10.9-26.4-32.7-26.4-14.7 0-28.8 4.7-42.6 14v-38.9c15.4-7.7 33.1-11.5 53.6-11.5 22.3 0 39.6 5 52.1 14.9 12.4 10 18.7 22.9 18.7 38.8 0 28.3-14.5 46-43.4 53.2v.3c15.5 1.9 27.6 7.5 36.5 16.8 8.9 9.2 13.3 20.6 13.3 34 0 20.3-7.4 36.4-22.4 48.2-15 11.8-35.5 17.7-61.7 17.7-22.3.1-40.6-3.5-54.7-10.8z" />',viewBox:"0 0 512 512"},Zs={name:"decimal-increase",content:'<path d="M384 256c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64v-64c0-35.3-28.6-64-64-64zm32 118c0 23.6-14.3 42.7-32 42.7-17.6 0-32-19.1-32-42.7v-42.7c0-23.5 14.4-42.6 32-42.6 17.7 0 32 19.1 32 42.6V374zM384 32c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64V96c0-35.3-28.6-64-64-64zm32 118c0 23.6-14.3 42.7-32 42.7-17.6 0-32-19.1-32-42.7v-42.7c0-23.6 14.4-42.7 32-42.7 17.7 0 32 19.1 32 42.7V150zM224 256c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64s64-28.7 64-64v-64c0-35.3-28.6-64-64-64zm32 118c0 23.6-14.3 42.7-32 42.7s-32-19.1-32-42.7v-42.7c0-23.5 14.3-42.6 32-42.6s32 19.1 32 42.6V374zM96 416h32v32H96v-32zm160-224h32v32h-32v-32zM192 32v192L64 128l128-96z" />',viewBox:"0 0 512 512"},Qs={name:"decimal-decrease",content:'<path d="M384 32c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64V96c0-35.3-28.6-64-64-64zm32 116.7c0 23.5-14.3 42.6-32 42.6-17.6 0-32-19.1-32-42.6V106c0-23.6 14.4-42.7 32-42.7 17.7 0 32 19.1 32 42.7v42.7zM384 256c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64v-64c0-35.3-28.6-64-64-64zm32 116.7c0 23.6-14.3 42.7-32 42.7-17.6 0-32-19.1-32-42.7V330c0-23.6 14.4-42.7 32-42.7 17.7 0 32 19.1 32 42.7v42.7zM224 32c-35.3 0-64 28.7-64 64v64c0 35.3 28.7 64 64 64 35.4 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64zm32 116.7c0 23.5-14.3 42.6-32 42.6s-32-19.1-32-42.6V106c0-23.6 14.3-42.7 32-42.7s32 19.1 32 42.7v42.7zM128 224H96v-32h32v32zm128 192h32v32h-32v-32zM64 256l128 96-128 96V256z" />',viewBox:"0 0 512 512"},$s={name:"font-size",content:'<path d="M97 224 32 416h29l16.9-50H146l16.9 50h29l-65-192H97zm-8.9 112 23.9-70.6 23.9 70.6H88.1zM376 96h-48L224 416h48l26-80h108l26 80h48L376 96zm-62.4 192L352 169.8 390.4 288h-76.8z" />',viewBox:"0 0 512 512"},Js={name:"image-absolute-position",content:'<path d="M416 240c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zm96-80v320c0 17.7-14.3 32-32 32H160c-17.7 0-32-14.3-32-32V160c0-17.7 14.3-32 32-32h320c17.7 0 32 14.3 32 32zm-32 26.7c0-14.7-11.9-26.7-26.7-26.7H186.7c-14.7 0-26.7 11.9-26.7 26.7V384l96-96 96 96 64-64 64 64V186.7zM32 0H0v512h32v-64h32v-32H32v-64h32v-32H32v-64h32v-32H32v-64h32v-32H32V32h96v32h32V32h64v32h32V32h64v32h32V32h64v32h32V32h64V0H32z" />',viewBox:"0 0 512 512"},tc={name:"table-wizard",content:'<path d="M160 384V160h224v96l32 32V0H0v416h288l-32-32h-96zM288 32h96v96h-96V32zm-128 0h96v96h-96V32zm-32 352H32v-96h96v96zm0-128H32v-96h96v96zm0-128H32V32h96v96zm376.6 362.1-15.5 15.5c-8.6 8.6-22.4 8.6-31 0l-124-124c-8.6-8.6-8.6-22.4 0-31l15.5-15.5c8.6-8.6 22.4-8.6 31 0l124 124c8.6 8.5 8.6 22.4 0 31zm-158.5-209-21-14.8c-3.2-2.3-5.1-6-5.1-10l.3-25.7c.1-6.6-5.2-12.1-11.8-12.2-2.6 0-5.2.8-7.3 2.4l-20.6 15.4c-3.2 2.4-7.3 3-11 1.8l-24.3-8.3c-6.8-2.3-14.3 1.9-15.7 9.3-.4 2.1-.1 4.2.5 6.2l8.2 24.1c1.3 3.7.6 7.8-1.8 11l-15.4 20.6c-4.3 5.8-2.6 14.2 4 17.8 1.9 1 4 1.4 6.1 1.4l25.4-.3c3.9-.1 7.7 1.8 10 5.1l14.8 21c4.2 5.9 12.7 6.9 18.1 1.7 1.5-1.5 2.6-3.3 3.2-5.3l7.5-24.3c1.2-3.8 4.1-6.7 7.9-7.9l24.5-7.6c6.3-2 9.8-8.7 7.9-15-.7-2.7-2.3-4.9-4.4-6.4z" />',viewBox:"0 0 512 512"},ec={name:"crosstab",content:'<path d="M192.3 32H32v160h1v288h447V32H192.3zm-.3 416H96v-96h96v96zm0-128H96v-96h96v96zm0-128H96V96h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V96h96v96zm128 256h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V96h96v96z" />',viewBox:"0 0 512 512"},oc={name:"crosstab-wizard",content:'<path d="M192 416V192h224v96l32 32V0H0v160h1v288h318.7l-31.9-32H192zM320 64h96v96h-96V64zm-128 0h96v96h-96V64zm-32 352H64v-96h96v96zm0-128H64v-96h96v96zm0-128H64V64h96v96zm344.6 330.1-15.5 15.5c-8.6 8.6-22.4 8.6-31 0l-124-124c-8.6-8.6-8.6-22.4 0-31l15.5-15.5c8.6-8.6 22.4-8.6 31 0l124 124c8.6 8.5 8.6 22.4 0 31zM221.2 300.8c-4.3 5.8-2.6 14.2 4 17.8 1.9 1 4 1.4 6.1 1.4l25.4-.3c3.9-.1 7.7 1.8 10 5.1l14.8 21c4.2 5.9 12.7 6.9 18.1 1.7 1.5-1.5 2.6-3.3 3.2-5.3l7.5-24.3c1.2-3.8 4.1-6.7 7.9-7.9l24.5-7.6c6.3-2 9.9-8.7 7.9-15-.8-2.5-2.4-4.7-4.5-6.2l-21-14.8c-3.2-2.3-5.1-6-5.1-10l.3-25.7c.1-6.6-5.2-12.1-11.8-12.2-2.6 0-5.2.8-7.3 2.4l-20.6 15.4c-3.2 2.4-7.3 3-11 1.8l-24.3-8.3c-6.8-2.3-14.3 1.9-15.7 9.3-.4 2.1-.1 4.2.5 6.2l8.2 24.1c1.3 3.7.6 7.8-1.8 11l-15.3 20.4z" />',viewBox:"0 0 512 512"},nc={name:"table-body",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm128 256v64L224 192h64l128 128zM64 64h96v96H64V64zm0 128h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-64l64 64h-64zm128 0L192 288v-64l192 192h-64zm96-160-64-64h64v64zm0-96h-96V64h96v96z" />',viewBox:"0 0 512 512"},rc={name:"table-column-groups",content:'<path d="M32 32v416h416V32H32zm256 32v64l-64-64h64zm0 320-96-96v-64l96 96v64zM192 96l96 96v64l-96-96V96zM64 64h96v96H64V64zm0 128h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-64l64 64h-64zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},ic={name:"table-corner",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm0 128v96h-96v-96h96zM160 64v64L96 64h64zM64 96l64 64H64V96zm0 96h96v96H64v-96zm0 224v-96h96v96H64zm128 0v-96h96v96h-96zm224 0h-96v-96h96v96zm0-128h-96v-96h96v96zm0-128h-96V64h96v96z" />',viewBox:"0 0 512 512"},ac={name:"table-row-groups",content:'<path d="M32 32v416h416V32H32zm256 32v96h-96V64h96zm-64 128h64l96 96h-64l-96-96zm32 96h-64l-96-96h64l96 96zM64 64h96v96H64V64zm0 160 64 64H64v-64zm0 192v-96h96v96H64zm128 0v-96h96v96h-96zm224 0h-96v-96h96v96zm0-160-64-64h64v64zm0-96h-96V64h96v96z" />',viewBox:"0 0 512 512"},sc={name:"globe-outline",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zM64 256c0-57 24.8-108.2 64.3-143.3.3 1.8 1 3.6 1.9 5.4 11.9 22.1 47.7 92.5 87.8 104.1 40.1 11.6 38.6 22.2 45 29.9 6.5 7.7-12.2 24.4 5.6 55.9 9.6 13.2 18.3 5.5 22.6 27.6 4.1 21-20.6 95-7.8 110.4-9 1.3-18.1 2-27.4 2-106 0-192-86-192-192zm222.4 189.6c10.5-37 41.8-89.2 75.8-98.9 24.4-20.5 23.3-38.8 20.1-55.4-7.6-13.9-41.7-26-74.3-54.8-19.5-4.4-43.4 8.3-52.6-3.9-9.2-12.2-52.6-29.9-33.6-49.3s47.7.6 59.1-39.3 35.2-23.2 47.2-23.2S342.2 92 320 81.5c-16.7-7.9-38.6-16.1-71.7-17.4 2.6-.1 5.2-.2 7.8-.2 106 0 192 86 192 192C448 351.7 378 431 286.4 445.6z" />',viewBox:"0 0 512 512"},cc={name:"globe",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm106.2 314.7c-34.7 10-66.7 64.2-76.4 101.3-17.9-9.4 9.8-90.2 5.4-112.4-4.3-22.1-13-14.4-22.6-27.6-17.8-31.5.9-48.3-5.6-55.9-6.5-7.7-4.9-18.3-45-29.9-40.1-11.6-75.9-81.9-87.8-104.1-11.9-22.1 26.6-47 81.3-52.6 10.3-1 19.7-1.5 28.4-1.5 37.8.1 61.9 9 80 17.5 22.2 10.5 20.1 39.3 8.1 39.3s-35.8-16.6-47.2 23.2-40.1 19.9-59.1 39.3 24.4 37.1 33.6 49.3c9.2 12.2 33.1-.6 52.6 3.9 32.6 28.8 66.7 41 74.3 54.8 3.3 16.6 4.4 34.9-20 55.4z" />',viewBox:"0 0 512 512"},lc={name:"map-marker",content:'<path d="M256 0C158.8 0 80 78.8 80 176s176 336 176 336 176-238.8 176-336S353.2 0 256 0zm0 288c-61.9 0-112-50.1-112-112S194.1 64 256 64s112 50.1 112 112-50.1 112-112 112z" />',viewBox:"0 0 512 512"},hc={name:"map-marker-target",content:'<path d="M256 0C158.8 0 80 78.8 80 176s176 336 176 336 176-238.8 176-336S353.2 0 256 0zm0 288c-61.9 0-112-50.1-112-112S194.1 64 256 64s112 50.1 112 112-50.1 112-112 112zm48-112c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z" />',viewBox:"0 0 512 512"},pc={name:"pin",content:'<path d="M320 256V96c0-17.6-14.4-32-32-32h-96c-17.6 0-32 14.4-32 32v160H96v32h128v160h32V288h128v-32h-64zm-128 0V96h64v160h-64z" />',viewBox:"0 0 512 512"},uc={name:"unpin",content:'<path d="M256 320h160c17.6 0 32-14.4 32-32v-96c0-17.6-14.4-32-32-32H256V96h-32v128H64v32h160v128h32v-64zm0-128h160v64H256v-64z" />',viewBox:"0 0 512 512"},vc={name:"share",content:'<path d="M480 432c0 44.2-35.8 80-80 80s-80-35.8-80-80c0-10.6 2.1-20.7 5.8-30l-158.6-88.1C152.9 327.6 133.4 336 112 336c-44.2 0-80-35.8-80-80s35.8-80 80-80c21.4 0 40.9 8.4 55.2 22.1L325.8 110c-3.8-9.3-5.8-19.4-5.8-30 0-44.2 35.8-80 80-80s80 35.8 80 80-35.8 80-80 80c-22 0-41.9-8.9-56.4-23.3l-158 87.8c4.1 9.7 6.4 20.3 6.4 31.5s-2.3 21.8-6.4 31.5l158 87.8C358.1 360.9 378 352 400 352c44.2 0 80 35.8 80 80z" />',viewBox:"0 0 512 512"},dc={name:"user",content:'<path d="M352 128c0 53-43 96-96 96s-96-43-96-96 43-96 96-96 96 43 96 96zm-96 128c-106 0-192 86-192 192 0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32 0-106-86-192-192-192z" />',viewBox:"0 0 512 512"},fc={name:"inbox",content:'<path d="M384 32H128L32 288v160c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V288L384 32zM150.2 64h211.6l84 224H352l-32 64H192l-32-64H66.2l84-224z" />',viewBox:"0 0 512 512"},mc={name:"blogger",content:'<path d="M188.9 64C119.9 64 64 119.5 64 188v136.1C64 392.5 119.9 448 188.9 448h134.4c69 0 124.7-55.5 124.7-123.9v-87.9c0-13.7-11-28.2-24.8-28.2h-21.5c-13.2 0-24.7-11.2-25.6-24 0-68.5-55.2-120-124.2-120h-63zm-4.9 96h72c13.2 0 24 10.8 24 24s-10.8 24-24 24h-72c-13.2 0-24-10.8-24-24s10.8-24 24-24zm0 144h144c13.2 0 24 10.8 24 24s-10.8 24-24 24H184c-13.2 0-24-10.8-24-24s10.8-24 24-24z" />',viewBox:"0 0 512 512"},yc={name:"blogger-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-31 280.7c0 57.1-46.6 103.3-104.2 103.3H200.4C142.7 416 96 369.8 96 312.7V199.3C96 142.2 142.7 96 200.4 96h52.1C310 96 356 138.9 356 196c.7 10.7 10.4 20 21.4 20h18c11.5 0 20.7 12.1 20.6 23.5l1 73.2zM196 216h60c11 0 20-9 20-20s-9-20-20-20h-60c-11 0-20 9-20 20s9 20 20 20zm120 80H196c-11 0-20 9-20 20s9 20 20 20h120c11 0 20-9 20-20s-9-20-20-20z" />',viewBox:"0 0 512 512"},gc={name:"delicious",content:'<path d="M256 32h224v224H256V32zM32 256h224v224H32V256z" />',viewBox:"0 0 512 512"},bc={name:"delicious-box",content:'<path d="M480 448V64c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32zm-224-32V256H96V96h160v160h160v160H256z" />',viewBox:"0 0 512 512"},xc={name:"digg",content:'<path d="M96 96v64H32v160h96V96H96zm64 0v32h32V96h-32zm0 64v160h32V160h-32zm64 0v160h64v32h-64v32h96V160h-96zm128 0v160h64v32h-64v32h96V160h-96zM64 192h32v96H64v-96zm192 0h32v96h-32v-96zm128 0h32v96h-32v-96z" />',viewBox:"0 0 512 512"},wc={name:"digg-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM160 203.5V352H64V192h64v-64h32v75.5zM212 352h-32V192h32v160zm0-192h-32v-32h32v32zm119 153.7V416h-96v-32h64v-32h-64V192h96v121.7zm117 0V416h-96v-32h64v-32h-64V192h96v121.7zM96 224h32v96H96v-96zm171 0h32v96h-32v-96zm117 0h32v96h-32v-96z" />',viewBox:"0 0 512 512"},_c={name:"envelope",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm23.7 32L256 296.3 424.3 128c11 2.9 19.7 11.6 22.6 22.6L342.6 254.9l104.3 104.3c-2.9 11-11.6 19.7-22.6 22.6L320 277.5l-64 64-64-64L87.7 381.8c-11-2.9-19.7-11.6-22.6-22.6l104.3-104.3L65.1 150.6c2.9-11 11.6-19.7 22.6-22.6z" />',viewBox:"0 0 512 512"},zc={name:"envelope-box",content:'<path d="m377 182.4-88.8 88.8-31.2 29-33.2-29-88.8-88.8c-7.7 2-13.8 8.1-15.8 15.8l73 73-73 73c2 7.7 8.1 13.8 15.8 15.8l73-73 49 44.8 47-44.8 73 73c7.7-2 13.8-8.1 15.8-15.8l-73-73 73-73c-2-7.7-8.1-13.8-15.8-15.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-32 329.6c0 12.4-10 22.4-22.4 22.4H118.4C106 384 96 374 96 361.6V182.4c0-12.4 10-22.4 22.4-22.4h275.2c12.4 0 22.4 10 22.4 22.4v179.2z" />',viewBox:"0 0 512 512"},Cc={name:"facebook",content:'<path d="M290 32c-59.8 0-96 32-96 96v64h-66v96h66v192h96V288h80l14-96h-94v-32c0-32 32-32 32-32h62V34.9c-7.2-.9-65.4-2.9-94-2.9z" />',viewBox:"0 0 512 512"},Mc={name:"facebook-box",content:'<path d="M57.6 32C43.6 32 32 43.5 32 57.6v396.8c0 14 11.5 25.6 25.6 25.6h396.8c14 0 25.6-11.5 25.6-25.6V57.6c0-14-11.5-25.6-25.6-25.6H57.6zm315.8 65.5c24.1 0 42 2.3 42 2.3L414 155s-18.2-.2-38.1-.2c-21.5 0-24.9 9.9-24.9 26.1V224h64.1l-2.8 59H351v165h-63V283h-44v-59h44v-50.5c0-39.6 25.8-76 85.4-76z" />',viewBox:"0 0 512 512"},kc={name:"google",content:'<path d="M268.3 33c-16.1-1-33.4 1-52 4.9s-36.4 12.8-53.2 26.5c-12.6 11-21.9 23.4-28.3 37.3-6.3 13.9-9.4 27.7-9.4 41.5 0 11.4 2.1 22.7 6.5 33.8 4.3 11.1 10.6 21.1 18.8 29.7 8.2 8.6 18.4 15.6 30.6 20.9 12.2 5.3 26.1 7.9 41.8 7.9 3.1 0 6.2-.1 9.4-.3s6.3-.5 9.4-.9c-1.6 3.5-2.9 7-4.1 10.3-1.2 3.3-1.8 7.6-1.8 12.6 0 9 1.9 16.5 5.6 22.6s7.7 11.9 12 17.4c-6.7.4-14.5 1-23.5 1.8s-18.6 2.1-28.8 4.1-20.5 4.6-30.9 7.9-20.1 7.7-29.1 13.2c-17.2 10.2-29.1 22-35.6 35.6-6.5 13.6-9.7 25.6-9.7 36.2 0 11 2.6 21.5 7.7 31.5s12.9 18.9 23.5 26.7c10.6 7.9 23.8 14.1 39.7 18.8 15.9 4.7 34.4 7 55.5 7 25.1 0 47.3-3.2 66.7-9.7s35.6-14.9 48.5-25.3 22.7-22.3 29.4-35.6c6.7-13.3 10-26.9 10-40.6 0-10.2-1.4-19.3-4.2-27.1-2.7-7.9-6.4-14.9-10.8-21.2-4.5-6.3-9.8-12.2-15.9-17.7s-12.3-11-18.5-16.5l-21.1-16.5c-3.2-2.8-6.5-6-10-9.7s-5.3-8.9-5.3-15.6c0-6.7 1.8-12.2 5.3-16.5s7.2-8.4 11.2-12.4c6.2-4.7 12.4-9.7 18.2-15 5.9-5.3 11.2-11.2 15.9-17.6 4.7-6.5 8.4-13.8 11.2-22.1 2.7-8.2 4.1-17.9 4.1-28.8s-1.5-20.8-4.7-29.5c-3.1-8.6-6.8-16.2-11.2-22.7-4.3-6.5-8.8-12-13.5-16.5S315.3 52 315.3 52H352l31.7-20-115.4 1zm-37.1 17.8c12.2 0 22.8 3.6 32 10.9s17 16.4 23.2 27.5c6.2 11 11 22.8 14.1 35.4s4.7 24.2 4.7 34.8c0 5.5-.8 12.4-2.3 20.7s-5.7 15.7-12.4 22.4c-4.7 4.7-10.7 8.7-18 11.8-7.3 3.2-14.6 4.7-22 4.7-12.5 0-23.4-3.6-32.6-10.9-9.2-7.3-16.9-16.3-22.9-26.8-6.1-10.6-10.6-22-13.5-34.2s-4.4-23.2-4.4-33.1c0-7.9.9-15.5 2.7-23S185 76.6 190 70.3c4.7-5.9 10.8-10.6 18.2-14.1 7.5-3.6 15.1-5.4 23-5.4zM260 314h7.3c1.8 0 3.8.2 6.2.6 11 7.8 20.6 14.9 28.8 21.2 8.2 6.2 14.9 12.4 20 18.2 5.1 5.9 8.9 11.8 11.5 18 2.5 6 3.8 12.8 3.8 20.3 0 18.4-7.3 33.6-22 45.6-14.7 11.9-36.2 17.9-64.4 17.9-31.8 0-57-6.7-75.6-20s-27.9-30.6-27.9-51.7c0-10.6 2.1-19.4 6.2-26.5 4.1-7 8.9-12.9 14.4-17.6s11.1-8.3 16.8-10.8c5.7-2.6 10.1-4.4 13.2-5.6 6.3-2 12.7-3.6 19.4-5s12.9-2.4 18.8-3c5.9-.6 11-1 15.3-1.2 4.2-.2 7-.3 8.2-.4z" />',viewBox:"0 0 512 512"},Oc={name:"google-box",content:'<path d="M212.6 236.1c5.1-5.1 8.2-10.8 9.4-17.1s1.8-11.6 1.8-15.8c0-8.1-1.2-17-3.6-26.6s-6-18.6-10.8-27-10.7-15.4-17.7-21-15.2-8.4-24.4-8.4c-6 0-11.8 1.3-17.5 4.1s-10.3 6.3-13.9 10.8c-3.9 4.8-6.5 10-7.8 15.7s-2 11.6-2 17.6c0 7.5 1.1 15.9 3.4 25.2 2.3 9.3 5.7 18 10.3 26.1s10.5 14.9 17.5 20.5c7 5.5 15.3 8.3 24.9 8.3 5.7 0 11.3-1.2 16.8-3.6s10-5.2 13.6-8.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM270.9 394.1c-5.1 10.2-12.6 19.3-22.4 27.2s-22.2 14.4-37 19.4c-14.8 4.9-31.8 7.4-50.9 7.4-16.2 0-30.3-1.8-42.4-5.4s-22.2-8.4-30.3-14.4-14.1-12.8-18-20.4-5.9-15.6-5.9-24c0-8.1 2.5-17.2 7.4-27.6s14-19.4 27.2-27.2c6.8-4.2 14.3-7.6 22.2-10.1s15.8-4.6 23.6-6c7.8-1.5 15.1-2.5 22-3.1s12.9-1.1 18-1.3c-3.3-4.2-6.4-8.6-9.2-13.3s-4.3-10.4-4.3-17.3c0-3.9.4-7.1 1.3-9.7s1.9-5.2 3.1-7.9c-2.4.3-4.8.5-7.2.7s-4.8.2-7.2.2c-12 0-22.6-2-31.9-6-9.3-4-17.1-9.3-23.4-15.9-6.3-6.6-11.1-14.1-14.3-22.7s-4.9-17.2-4.9-25.8c0-10.5 2.4-21 7.2-31.6s12-20.1 21.6-28.5c12.8-10.5 26.4-17.2 40.6-20.2s27.5-4.5 39.7-4.6H288l-28.7 16h-27.8c2.7 1.9 5.8 4.7 9.4 8.1 3.6 3.5 7 7.6 10.3 12.6s6.1 10.7 8.5 17.3 3.6 14.1 3.6 22.5-1.1 15.7-3.1 22c-2.1 6.3-4.9 11.9-8.5 16.9s-7.6 9.4-12.1 13.5-9.2 7.9-13.9 11.5c-3 3-5.9 6.1-8.5 9.4s-4 7.5-4 12.6 1.3 9.1 4 11.9 5.2 5.3 7.6 7.4l16.2 12.6c4.8 4.2 9.5 8.4 14.1 12.6 4.6 4.2 8.7 8.7 12.1 13.5 3.5 4.8 6.2 10.1 8.3 16.2s3.2 12.9 3.2 20.7c-.1 10.2-2.6 20.5-7.8 30.8zm-34.1-42.6c-3.9-4.5-9-9.1-15.3-13.9s-13.6-10.2-22-16.2c-1.8-.3-3.4-.4-4.7-.4h-5.6c-.9 0-3 .1-6.3.2s-7.2.4-11.7.9-9.3 1.2-14.3 2.3-10 2.3-14.8 3.8c-2.4.9-5.8 2.3-10.1 4.3s-8.6 4.7-12.8 8.3-7.8 8.1-11 13.5c-3.1 5.4-4.7 12.1-4.7 20.2 0 16.2 7.1 29.3 21.3 39.5s33.4 15.3 57.7 15.3c21.5 0 37.9-4.5 49.2-13.7s16.8-20.7 16.8-34.8c0-5.7-1-10.8-2.9-15.5s-4.9-9.3-8.8-13.8z" />',viewBox:"0 0 512 512"},Sc={name:"google-plus",content:'<path d="M204.3 33c-16.1-1-33.4 1-52 4.9s-36.4 12.8-53.2 26.5c-12.6 11-22 23.4-28.3 37.3s-9.4 27.7-9.4 41.5c0 11.4 2.1 22.7 6.5 33.8 4.3 11.1 10.6 21.1 18.8 29.7 8.2 8.6 18.4 15.6 30.6 20.9 12.2 5.3 26.1 7.9 41.8 7.9 3.1 0 6.2-.1 9.4-.3s6.3-.5 9.4-.9c-1.6 3.5-2.9 7-4.1 10.3-1.2 3.3-1.8 7.6-1.8 12.6 0 9 1.9 16.5 5.6 22.6s7.7 11.9 12 17.4c-6.7.4-14.5 1-23.5 1.8s-18.6 2.1-28.8 4.1-20.5 4.6-30.9 7.9-20.1 7.7-29.1 13.2c-17.2 10.2-29.1 22-35.6 35.6-6.5 13.6-9.7 25.6-9.7 36.2 0 11 2.6 21.5 7.7 31.5s12.9 18.9 23.5 26.7C73.8 462 87 468.3 102.9 473s34.4 7 55.6 7c25.1 0 47.3-3.2 66.7-9.7s35.6-14.9 48.5-25.3 22.7-22.3 29.4-35.6c6.7-13.3 10-26.9 10-40.6 0-10.2-1.4-19.3-4.2-27.1-2.7-7.9-6.4-14.9-10.8-21.2-4.5-6.3-9.8-12.2-15.9-17.7s-12.3-11-18.5-16.5l-21.2-16.5c-3.2-2.8-6.5-6-10-9.7s-5.3-8.9-5.3-15.6c0-6.7 1.8-12.2 5.3-16.5s7.2-8.4 11.2-12.4c6.2-4.7 12.4-9.7 18.2-15 5.9-5.3 11.2-11.2 15.9-17.6 4.7-6.5 8.4-13.8 11.2-22.1 2.7-8.2 4.1-17.9 4.1-28.8s-1.5-20.8-4.7-29.5c-3.1-8.6-6.8-16.2-11.2-22.7-4.3-6.5-8.8-12-13.5-16.5S251.3 52 251.3 52H288l31.7-20-115.4 1zm-37 17.8c12.2 0 22.8 3.6 32 10.9s17 16.4 23.2 27.5c6.2 11 11 22.8 14.1 35.4s4.7 24.2 4.7 34.8c0 5.5-.8 12.4-2.3 20.7-1.6 8.3-5.7 15.7-12.4 22.4-4.7 4.7-10.7 8.7-18 11.8-7.3 3.2-14.6 4.7-22 4.7-12.5 0-23.4-3.6-32.6-10.9-9.2-7.3-16.9-16.3-22.9-26.8-6.1-10.6-10.6-22-13.5-34.2s-4.4-23.2-4.4-33.1c0-7.9.9-15.5 2.7-23S121 76.6 126 70.3c4.7-5.9 10.8-10.6 18.2-14.1 7.5-3.6 15.2-5.4 23.1-5.4zM196.1 314h7.3c1.8 0 3.8.2 6.2.6 11 7.8 20.6 14.9 28.8 21.2 8.2 6.2 14.9 12.4 20 18.2 5.1 5.9 8.9 11.8 11.5 18 2.5 6 3.8 12.8 3.8 20.3 0 18.4-7.3 33.6-22 45.6-14.7 11.9-36.2 17.9-64.4 17.9-31.8 0-57-6.7-75.6-20s-27.9-30.6-27.9-51.7c0-10.6 2.1-19.4 6.2-26.5s8.9-12.9 14.4-17.6 11.1-8.3 16.8-10.8c5.7-2.6 10.1-4.4 13.2-5.6 6.3-2 12.7-3.6 19.4-5s12.9-2.4 18.8-3c5.9-.6 11-1 15.3-1.2 4.2-.2 6.9-.3 8.2-.4zM384 32v64h-64v32h64v64h32v-64h64V96h-64V32h-32z" />',viewBox:"0 0 512 512"},Hc={name:"google-plus-box",content:'<path d="M212.6 236.1c5.1-5.1 8.2-10.8 9.4-17.1s1.8-11.6 1.8-15.8c0-8.1-1.2-17-3.6-26.6s-6-18.6-10.8-27-10.7-15.4-17.7-21-15.2-8.4-24.4-8.4c-6 0-11.8 1.3-17.5 4.1s-10.3 6.3-13.9 10.8c-3.9 4.8-6.5 10-7.8 15.7s-2 11.6-2 17.6c0 7.5 1.1 15.9 3.4 25.2 2.3 9.3 5.7 18 10.3 26.1s10.5 14.9 17.5 20.5c7 5.5 15.3 8.3 24.9 8.3 5.7 0 11.3-1.2 16.8-3.6s10-5.2 13.6-8.8zM448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM270.9 394.1c-5.1 10.2-12.6 19.3-22.4 27.2s-22.2 14.4-37 19.4c-14.8 4.9-31.8 7.4-50.9 7.4-16.2 0-30.3-1.8-42.4-5.4s-22.2-8.4-30.3-14.4-14.1-12.8-18-20.4-5.9-15.6-5.9-24c0-8.1 2.5-17.2 7.4-27.6s14-19.4 27.2-27.2c6.8-4.2 14.3-7.6 22.2-10.1s15.8-4.6 23.6-6c7.8-1.5 15.1-2.5 22-3.1s12.9-1.1 18-1.3c-3.3-4.2-6.4-8.6-9.2-13.3s-4.3-10.4-4.3-17.3c0-3.9.4-7.1 1.3-9.7s1.9-5.2 3.1-7.9c-2.4.3-4.8.5-7.2.7s-4.8.2-7.2.2c-12 0-22.6-2-31.9-6-9.3-4-17.1-9.3-23.4-15.9-6.3-6.6-11.1-14.1-14.3-22.7s-4.9-17.2-4.9-25.8c0-10.5 2.4-21 7.2-31.6s12-20.1 21.6-28.5c12.8-10.5 26.4-17.2 40.6-20.2s27.5-4.5 39.7-4.6H288l-28.7 16h-27.8c2.7 1.9 5.8 4.7 9.4 8.1 3.6 3.5 7 7.6 10.3 12.6s6.1 10.7 8.5 17.3 3.6 14.1 3.6 22.5-1.1 15.7-3.1 22c-2.1 6.3-4.9 11.9-8.5 16.9s-7.6 9.4-12.1 13.5-9.2 7.9-13.9 11.5c-3 3-5.9 6.1-8.5 9.4s-4 7.5-4 12.6 1.3 9.1 4 11.9 5.2 5.3 7.6 7.4l16.2 12.6c4.8 4.2 9.5 8.4 14.1 12.6 4.6 4.2 8.7 8.7 12.1 13.5 3.5 4.8 6.2 10.1 8.3 16.2s3.2 12.9 3.2 20.7c-.1 10.2-2.6 20.5-7.8 30.8zM448 192h-64v64h-32v-64h-64v-32h64V96h32v64h64v32zM236.8 351.5c-3.9-4.5-9-9.1-15.3-13.9s-13.6-10.2-22-16.2c-1.8-.3-3.4-.4-4.7-.4h-5.6c-.9 0-3 .1-6.3.2s-7.2.4-11.7.9-9.3 1.2-14.3 2.3-10 2.3-14.8 3.8c-2.4.9-5.8 2.3-10.1 4.3s-8.6 4.7-12.8 8.3-7.8 8.1-11 13.5c-3.1 5.4-4.7 12.1-4.7 20.2 0 16.2 7.1 29.3 21.3 39.5s33.4 15.3 57.7 15.3c21.5 0 37.9-4.5 49.2-13.7s16.8-20.7 16.8-34.8c0-5.7-1-10.8-2.9-15.5s-4.9-9.3-8.8-13.8z" />',viewBox:"0 0 512 512"},Pc={name:"linkedin",content:'<path d="M112 32c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zM64 160v288h96V160H64zm128 0v288h96V288c0-32 32-32 32-32s32 0 32 32v160h96V290.9c0-66.5-13.6-130.9-96-130.9-36.2 0-62.9 32-64 44.9V160h-96z" />',viewBox:"0 0 512 512"},Vc={name:"linkedin-box",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zM160 416H96V192h64v224zm-32-256c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm288 256h-64V288c0-17.7-14.3-32-32-32s-32 14.3-32 32v128h-64V192h64v39.7c13.2-18.1 33.4-39.7 56-39.7 39.8 0 72 35.8 72 80v144z" />',viewBox:"0 0 512 512"},Ic={name:"myspace",content:'<path d="M400 64c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zm-176 64c-35.4 0-64 28.6-64 64s28.6 64 64 64 64-28.6 64-64-28.6-64-64-64zM80 192c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48zm320 64c-44.2 0-80 36.1-80 80.5V448h160V336.5c0-44.5-35.8-80.5-80-80.5zm-176 32c-35.4 0-64 31.5-64 70.3V448h128v-89.7c0-38.8-28.6-70.3-64-70.3zM80 320c-26.5 0-48 21.8-48 48.7V448h96v-79.3c0-26.9-21.5-48.7-48-48.7z" />',viewBox:"0 0 512 512"},Ac={name:"myspace-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM128 416H64v-63.5c0-17.9 14.3-32.5 32-32.5s32 14.5 32 32.5V416zM96 288c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm160 128h-96v-75.3c0-29.1 21.5-52.7 48-52.7s48 23.6 48 52.7V416zm-48-160c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm208 160H288v-92.9c0-37.1 27.2-67.1 64-67.1s64 30 64 67.1V416zm-64-192c-35.4 0-64-28.6-64-64s28.6-64 64-64 64 28.6 64 64-28.6 64-64 64z" />',viewBox:"0 0 512 512"},Ec={name:"pinterest",content:'<path d="M250.7 32C126.6 32 64 119.7 64 192.7c0 44.3 17 83.6 53.5 98.3 6 2.4 11.4.1 13.1-6.4 1.2-4.5 4.1-15.9 5.3-20.7 1.8-6.5 1.1-8.7-3.7-14.3-10.5-12.2-17.2-28.1-17.2-50.5 0-65.1 49.4-123.3 128.6-123.3 70.2 0 108.7 42.2 108.7 98.6 0 74.2-33.3 136.8-82.8 136.8-27.3 0-47.8-22.2-41.2-49.6 7.9-32.6 23.1-67.8 23.1-91.3 0-21.1-11.5-38.7-35.2-38.7-27.9 0-50.4 28.5-50.4 66.6 0 24.3 8.3 40.7 8.3 40.7s-28.6 119.3-33.6 140.2c-10 41.6-1.5 92.7-.8 97.8.5 3 4.4 3.7 6.2 1.5 2.6-3.3 35.9-43.8 47.2-84.2 3.2-11.4 18.4-70.8 18.4-70.8 9.1 17.1 35.6 32.1 63.8 32.1 84 0 141-75.4 141-176.4C416 103 350.3 32 250.7 32z" />',viewBox:"0 0 512 512"},Tc={name:"pinterest-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM276.6 327.3c-19.8 0-38.5-10.8-44.9-22.9 0 0-10.7 42.4-12.9 50.5-8 28.9-31.4 57.8-33.2 60.2-1.3 1.6-4.1 1.1-4.4-1.1-.5-3.7-6.5-40.1.5-69.9 3.5-14.9 23.6-100.2 23.6-100.2s-5.9-11.7-5.9-29.1c0-27.2 15.8-47.6 35.5-47.6 16.7 0 24.8 12.5 24.8 27.6 0 16.8-10.7 41.9-16.2 65.2-4.6 19.5 9.8 35.4 29 35.4 34.8 0 58.3-44.7 58.3-97.7 0-40.3-27.1-70.4-76.5-70.4-55.7 0-90.5 41.6-90.5 88 0 16 4.7 27.3 12.1 36.1 3.4 4 3.9 5.6 2.6 10.2-.9 3.4-2.9 11.5-3.7 14.8-1.2 4.6-5 6.3-9.2 4.6-25.6-10.4-37.6-38.5-37.6-70.2C128 158.6 172 96 259.4 96c70.2 0 116.4 50.8 116.4 105.3-.1 72.1-40.2 126-99.2 126z" />',viewBox:"0 0 512 512"},Bc={name:"reddit",content:'<path d="M420.3 33c-7 0-14.5 1-22.4 3h-1.7c-12.4 4.8-21.9 12.3-28.8 22.5-17-7-34-10.4-50.7-10.4-6.3 0-12.6.6-19.1 1.9H296c-8.8 2.1-16.5 5.8-23.3 11s-12.4 11.6-16.6 19.1c-5.3 8.7-8.9 31.3-10.5 41.1-1.7 9.8-2.6 25-2.6 34.7-20.9 1.5-41.8 4.5-62.8 9.1s-40.6 11.9-59 21.9c-1.3.4-2.5.9-3.5 1.3s-2 .9-2.9 1.3c-6.2-4.5-13-8-20.5-10.6-7.8-2.6-16.1-3.9-24.9-3.9h-5.8c-8.7 0-16.7 1.6-24.1 4.8s-14.1 7.7-20.3 13.4c-5.8 5.8-10.3 12.2-13.9 19.4-3.6 7.3-5.3 14.8-5.3 22.7.4 10.8 4.4 21.3 11.8 31.4 5.7 8.3 13.8 15.4 24.3 21.1-.5 2.1-.7 4.4-1 6.8-.2 2.5-.3 4.8-.3 6.9 0 10 1.5 20 4.5 30.1 3 10.1 7.4 19.4 13.1 28.1 10.9 16.6 24.5 30.5 40.9 41.6 16.4 11 33.8 20.2 52.1 27.2 17.5 6.6 35.5 11.6 54 14.8 18.6 3.3 37.4 5 56.6 5 12.5 0 25.1-.8 37.5-2.4 12.5-1.6 25-3.7 37.6-6.3 23.2-5.5 45.5-13.9 66.8-25.1s39.4-26 54.3-44.3c17.1-20.5 25.6-43.4 25.6-68.8 0-2.6-.1-5.1-.4-7.5-.3-2.4-.5-4.7-.9-6.8 10-4.9 18.3-11.9 24.9-21.1 7.1-9.6 10.6-20.3 10.6-32v-3c-1.2-13.4-6.8-25.1-16.3-34.9-9.8-10-21.2-16.7-34.2-20.1h-.6c-6-1.3-11.6-1.9-16.9-1.9-14.1-.2-26.6 3.2-37.4 10.2-2.3 1.1-5.2 2.8-8.6 5.4-.8-.9-1.8-1.3-2.6-1.3l-.7-.6c-18.2-9.6-37.5-16.9-57.7-21.8-20.1-4.9-40.6-8-61.6-9.3 0-7.7.7-34.2 1.8-41.9s3.7-14.8 7.5-21.4c4.9-9.6 13.4-15.1 25.6-16.4h5.8c7.4 0 14.7 1.1 21.7 3 7.1 2 14.1 4.3 21.2 6.9v1.9c0 7.5 1.5 14.2 4.5 20.3 2.9 6 6.9 11.6 11.8 16.5 10.3 10.4 22.8 16.3 37.7 17.5h7.3c14.9 0 28.1-4.8 39.8-14.4 5.3-4.4 9.7-9.6 13.1-15.5s5.5-12.5 6.4-20c.4-1.3.6-3.2.6-5.8.2-11-3.3-21.4-10.3-30.9-7.1-9.2-15.8-15.7-26.2-19.5h-.5c-6.5-2.7-14.1-4.1-22.9-4zm1.2 27.4c7.2.1 13.2 2.7 18.3 7.7C446 73 449 79.2 449 86.7V88c-.8 6.8-3.9 12.7-9.3 17.6-5.5 4.9-11.9 7.4-19.1 7.4h-1.9c-7.1 0-13.4-2.5-19.4-7.4-5.5-4.7-8.3-10.6-8.3-17.6v-1.3c0-6.6 2.1-12.1 6.5-16.6 3.8-4.7 8.9-7.7 15.1-8.9 2-.4 4.4-.6 7.5-.6.4-.2.9-.2 1.4-.2zm-165 125.7c10 0 20.3.5 30.8 1.6 10.6 1.1 20.9 2.7 30.8 4.8l9.9 2.6 10.2 2.6c17.5 4.9 34.1 11.9 49.9 21.1 15.8 9.2 29 20.8 40 34.9 5.1 7.3 9.2 14.9 12.3 23 3.1 8.1 4.6 16.5 4.6 25.3v7.6c0 2.3-.4 4.6-1.3 6.7-2.8 12.4-8.5 24-17.3 34.9-7.4 10-17 19.2-28.8 27.5-17.5 11.7-36.4 20.7-56.9 26.9-20.4 6.2-41.3 10.1-62.7 11.8-3.6.5-7.3.6-10.8.6h-10.8c-21.3 0-42.4-2.2-63.1-6.6-20.8-4.4-40.3-11.4-58.6-21l-4.5-2.6-4.8-2.2c-13-8.3-24.4-17.5-34.5-27.5-10.2-11.5-17.2-24-21.1-37.4-1.7-5.2-2.6-11.2-2.6-18.2 0-18.1 5.6-34.2 16.9-48.3 11-14.1 24.4-25.8 40.1-35.2s32.2-16.5 49.7-21.4c26.2-7.7 53.7-11.6 82.6-11.5zM65.7 204h3.2c3.2 0 6.1.4 8.8 1.3 2.6.9 5.4 1.7 8.4 2.6-8.7 7-16.5 14.6-23.5 22.7-6.9 8.1-12.8 17-17.7 26.6-2.8-2-5.2-4.8-7.4-8.6-3-3.5-4.5-7.8-4.5-13.1v-2.1c.7-7.7 4-14.4 10.3-20.2 7.1-5.3 14.6-8.3 22.4-9.2zm377.6-.4c6.4 0 12.7 1.5 18.9 4.4 6.1 3.5 10.8 7.8 13.7 13.2 2.1 4.5 3.2 8.6 3.2 12.5 0 5.3-1.2 10.1-3.8 14.4-2.4 3.6-5 6.7-8 9.2-4.7-10-10.6-19.1-17.6-27.2-7-8.1-14.9-15.6-23.6-22.7 5.3-2.6 11-3.8 17.2-3.8zm-107.6 43.2c-3.6 0-7.4.7-11.2 1.9-6.2 2.2-11.2 5.9-15 11.2-4 4.7-6.1 10.3-6.1 16.9 0 2.4.2 4.2.6 5.5v.6c1.3 7.5 5.1 13.1 11.2 17 6.2 4.7 13.2 7 21.1 7 2.5 0 5.5-.6 9-1.9h.9c5.6-1.1 11-4.5 16.3-10.2 3.8-5.3 5.8-11.4 5.8-18 0-3-.6-6.2-2-9.6-1.6-6.2-5.6-11.3-11.8-15.3-5.9-3.3-12.2-5.1-18.8-5.1zm-158.8-.1c-2.6 0-4.7.2-6.3.7-5.8.9-10.8 3.1-15.2 6.9-4.4 3.7-7.4 8.3-9.1 13.6-.9 1.2-1.3 2.7-1.3 4.1v4.2c0 7 1.9 13.2 5.8 18.6 4.2 5.1 9.6 8.5 16.3 10.2 3 1.2 6.3 1.9 9.9 1.9 8.3 0 15.8-2.8 22.4-8.3 7.1-5.7 10.6-12.8 10.6-21.1v-2c0-7.9-3.3-14.6-9.9-20.1-7.2-5.8-14.9-8.7-23.2-8.7zm-1.6 94c-1.2 0-3.2.5-5.7 1.3h-.8c-2.6.8-5 2.7-7.3 5.7-1.2 2.1-1.9 4.8-1.9 8 0 2.6.6 5.2 1.9 8 1.3 2.2 3.2 3.9 5.8 5.1 24.5 15.4 51.4 23.1 80.7 23.1h4.8c14.1 0 27.8-1.3 41-4s26.1-6.9 38.5-12.6c1.7-.9 3.5-1.7 5.4-2.6 1.9-.8 3.9-1.9 6-3.2 2.2-.9 4-2.1 5.5-3.8 2.1-2.1 3.3-4.4 3.8-6.8.4-.8.7-1.9.7-3.2 0-1.3-.4-3.2-1.3-5.8-1.3-3.2-3.5-5.4-6.4-6.7-3.3-1.7-6.2-2.6-8.6-2.6-2.5 0-5.3.6-8 2-23.2 13-48.6 19.6-76 19.8-20.4 0-39.5-3.9-57-11.8-2.5-.9-5.7-2.9-9.2-6.1-.9-.4-1.8-.8-2.8-1.3-1-.5-2.2-.9-3.3-1.3-2.7-.8-4.6-1.3-5.8-1.2z" />',viewBox:"0 0 512 512"},jc={name:"reddit-box",content:'<path d="M111.1 244.9c-5.2 6.1-9.6 12.7-13.2 19.9-2.1-1.5-3.9-3.6-5.5-6.5-2.3-2.6-3.4-5.9-3.4-9.8v-1.4c.5-5.8 3-10.8 7.7-15.1 5.3-4 10.9-6.3 16.8-7h2.4c2.4 0 4.6.3 6.6 1 2 .6 4.1 1.3 6.3 1.9a124.3 124.3 0 0 0-17.7 17zm252.1-94.3c4.4 3.7 9.1 5.4 14.4 5.4h1.4c5.3 0 10-1.8 14.2-5.4 4-3.7 6.3-8 6.9-13.1v-1c0-5.5-2.3-10.1-6.9-13.8-3.8-3.8-8.3-5.6-13.6-5.7h-1.1c-2.2 0-4.1.1-5.5.5-4.6.9-8.4 3.2-11.2 6.6-3.3 3.4-4.8 7.4-4.8 12.4v1c0 5.1 2 9.5 6.2 13.1zM394.5 279c2.3 6.1 3.5 12.4 3.5 19v5.7c0 1.8-.3 3.4-1 5-2.1 9.3-6.4 18-13 26.2-5.6 7.5-12.8 14.4-21.6 20.6-13.1 8.8-27.3 15.5-42.7 20.2-15.4 4.7-31 7.6-47 8.9-2.7.4-5.5.5-8.1.5h-8.1c-16 0-31.8-1.6-47.4-4.9s-30.2-8.5-44-15.7l-3.4-1.9-3.6-1.7c-9.8-6.2-18.3-13.1-25.8-20.6-7.7-8.6-12.9-18-15.8-28.1-1.3-3.9-1.9-8.4-1.9-13.7 0-13.6 4.2-25.7 12.7-36.3 8.3-10.6 18.3-19.3 30.1-26.4 11.8-7 24.2-12.4 37.3-16.1 19.6-5.7 40.2-8.7 61.8-8.7h.1c7.5 0 15.2.4 23.1 1.2s15.6 2 23.1 3.6l7.4 1.9 7.7 1.9c13.1 3.7 25.6 9 37.4 15.8 11.9 6.9 21.8 15.6 30 26.2 3.8 5.6 6.9 11.4 9.2 17.4zm-205.9 21.9c2.3.9 4.7 1.4 7.5 1.4 6.3 0 12-2.1 16.9-6.3 5.3-4.3 8-9.7 8-15.9v-1.5c0-5.9-2.5-11-7.5-15.2-5.3-4.3-11.2-6.6-17.4-6.6-1.9 0-3.5.1-4.7.5-4.3.6-8.2 2.3-11.5 5.2-3.3 2.8-5.5 6.3-6.9 10.3-.7.9-1 2-1 3.1v3.1c0 5.3 1.4 10 4.3 14 3.3 4 7.3 6.7 12.3 7.9zm139.5 38.2c0-1-.3-2.4-1-4.3-1-2.4-2.6-4.1-4.7-4.9-2.5-1.3-4.6-1.9-6.4-1.9-1.9 0-4 .5-5.9 1.5-17.2 9.6-36 14.5-56.2 14.7-15.1 0-29.3-3-42.2-8.8-1.9-.6-4.2-2.2-6.8-4.6-.6-.3-1.3-.6-2.1-1s-1.6-.6-2.4-1c-1.9-.6-3.4-1-4.3-1v.1c-.9 0-2.4.4-4.3 1h-.5c-1.9.6-3.7 2-5.4 4.3-.9 1.6-1.4 3.6-1.4 5.9 0 1.9.5 3.9 1.4 5.9 1 1.6 2.4 2.9 4.3 3.8 18.2 11.4 38.1 17.1 59.8 17.1h3.6c10.5 0 20.6-1 30.4-3 9.8-2 19.3-5.1 28.5-9.4 1.2-.6 2.6-1.3 4.1-1.9 1.4-.6 3-1.4 4.5-2.4 1.6-.7 3-1.6 4.1-2.9 1.6-1.6 2.5-3.3 2.9-5-.2-.4 0-1.2 0-2.2zm12.2-59.2c0-2.2-.5-4.6-1.5-7.2-1.2-4.6-4.2-8.4-8.8-11.5-4.5-2.6-9.2-3.9-14.1-3.9-2.7 0-5.5.5-8.4 1.4-4.6 1.6-8.4 4.4-11.3 8.4-3 3.5-4.6 7.8-4.6 12.7 0 1.8.2 3.1.4 4.1v.5c1 5.6 3.8 9.8 8.4 12.7 4.6 3.5 9.9 5.3 15.8 5.3 1.9 0 4.1-.5 6.7-1.4h.7c4.2-.8 8.2-3.4 12.2-7.7 3-3.9 4.5-8.4 4.5-13.4zM480 64v384c0 17.6-14.4 32-32 32H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h384c17.6 0 32 14.4 32 32zm-32.3 181c-.9-10.3-5.2-19.1-12.4-26.6-7.4-7.6-16.2-12.7-26-15.4h-.1c-4.5-1-8.7-1.4-12.7-1.4-10.6-.2-19.8 2.4-28 7.7-1.7.8-3.9 2.1-6.5 4.1-.6-.6-1.3-1-1.9-1l-.5-.5c-13.7-7.2-28-12.7-43.1-16.3-15.1-3.7-30.4-6-46.1-7 0-5.8.5-25.5 1.4-31.3.9-5.8 2.8-11.1 5.6-16.1 3.6-7.2 10.1-11.3 19.1-12.3h4.3c5.6 0 11 .8 16.3 2.3s10.6 3.2 15.9 5.2v1.5c0 5.6 1.1 10.8 3.4 15.3 2.2 4.5 5.2 8.7 8.8 12.5 7.7 7.8 17.1 12.3 28.4 13.3h5.5c11.2 0 21.1-3.6 30.1-10.9 4-3.3 7.3-7.2 9.8-11.7 2.6-4.4 4.2-9.4 4.8-15.1.3-1 .5-2.4.5-4.3.2-8.3-2.4-16.2-7.7-23.4-5.3-6.9-11.9-11.9-19.7-14.7h-.5c-4.9-2.3-10.7-3.4-17.3-3.4-5.4 0-11.1.8-17.1 2.4h-.4c-9.7 3.8-17.1 9.7-22.5 17.6-13.3-5.4-26.5-8-39.5-8-4.9 0-9.9.5-14.9 1.4h.9c-6.6 1.6-12.4 4.4-17.5 8.3-5.1 3.9-9.3 8.7-12.5 14.3-4 6.5-6.6 23.5-7.9 30.9-1.3 7.3-1.9 18.7-1.9 26-15.7 1.1-31.3 3.4-47.2 6.8-15.7 3.5-30.4 8.9-44.2 16.4-1 .3-1.8.7-2.6 1s-1.5.6-2.2 1c-4.7-3.4-9.7-6-15.4-7.9-5.9-1.9-12.1-2.9-18.6-2.9h-4.3c-6.5 0-12.6 1.2-18.1 3.6s-10.6 5.8-15.2 10.1c-4.3 4.3-7.8 9.2-10.4 14.5-2.7 5.4-3.9 11-3.9 16.9.3 8.1 3.3 16 8.9 23.5 4.3 6.2 10.4 11.5 18.2 15.8-.4 1.6-.6 3.3-.7 5.1-.1 1.8-.2 3.6-.2 5.2 0 7.5 1.1 15 3.4 22.6 2.3 7.5 5.5 14.6 9.8 21.1 8.1 12.5 18.4 22.9 30.7 31.2s25.3 15.1 39.1 20.4c13.1 5 26.6 8.7 40.5 11.1 13.9 2.5 28.1 3.7 42.4 3.7 9.4 0 18.8-.6 28.1-1.8 9.4-1.2 18.8-2.8 28.2-4.7 17.4-4.1 34.1-10.4 50.2-18.8s29.5-19.5 40.8-33.2c12.8-15.4 19.2-32.6 19.2-51.7 0-1.9-.1-3.8-.3-5.6-.2-1.8-.4-3.6-.7-5.1 7.5-3.7 13.7-8.9 18.7-15.8 5.3-7.2 7.9-15.2 7.9-24V245h-.2zm-37.1-17c-4.7-2.2-9.4-3.3-14.1-3.3-4.6 0-8.9.9-12.9 2.9 6.5 5.3 12.5 10.9 17.7 17 5.3 6.1 9.7 12.9 13.2 20.4 2.2-1.9 4.2-4.2 6-6.9 1.9-3.2 2.9-6.8 2.9-10.8 0-2.9-.9-6-2.4-9.4-2.3-4-5.8-7.3-10.4-9.9z" />',viewBox:"0 0 512 512"},Lc={name:"stumble-upon",content:'<path d="m288.1 256 26.8 8.4L352 256v64c1.1 18.9 12.8 32 32 32s30.9-13.1 32-32v-64h64v64s0 96-96 96-96-96-96-96l.1-64zm26.8-23.2L288 224v-32s0-32-32-32-32 32-32 32v128s0 96-96 96-96-96-96-96v-64h64v64c1.1 18.9 12.8 32 32 32 19.1 0 30.9-13.2 32.1-32h-.1V192s0-96 96-96 96 96 96 96v32l-37.1 8.8z" />',viewBox:"0 0 512 512"},Rc={name:"stumble-upon-box",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm191.5 96.3c82.5 0 82.5 87.3 82.5 87.3v8.4l-31.9 8-23.1-8v-8.6s0-29.2-27.5-29.2-27.5 29.2-27.5 29.2v81.5s0 87-82 87-82-87-82-87V256h55v41h-.9c.9 17.2 11 29.1 27.5 29.1s26.6-12 27.6-29.1h-.2v-81.4s0-87.3 82.5-87.3zM283.1 256l23 7.6L338 256v40.7c.9 17.2 11 29.1 27.5 29.1s26.6-11.9 27.5-29.1V256h55v40.7s0 87.3-82.5 87.3-82.5-87.3-82.5-87.3l.1-40.7z" />',viewBox:"0 0 512 512"},Dc={name:"tell-a-friend",content:'<path d="M383.5 64c-31.7 0-57.5 24-57.5 53.5v2.1c0 14.9-12.2 30.3-28.5 33.3-5.5.5-9.9 4.8-9.9 10.1 0 2.6 1.1 5 2.9 6.8 13.3 10.5 28.3 22.2 92.5 22.2s80.1-11.7 93.3-22.2c1.8-1.8 2.9-4.1 2.9-6.8 0-5.3-4.3-9.6-9.9-10.1-16.3-3-28.5-18.4-28.5-33.3v-2.1c0-29-25-52.7-55.9-53.5h-.5.2-1.1c.2 0 0 0 0 0zm.6 0h.9-.9zM128 224c-64.9 0-96 70-96 128v96h192v-96c0-52.7-34-128-96-128zm256 0c-96 0-96 224-96 224h192s0-224-96-224zm-192-96c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64z" />',viewBox:"0 0 512 512"},Nc={name:"tell-a-friend-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM144 96c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm80 320H64v-96c0-48.3 26-96 80.2-96 51.7 0 79.8 52.1 79.8 96v96zm223.6 0H288s0-192 80-192 79.6 192 79.6 192zm-2-240.7c-11.1 7.9-24.3 16.7-78 16.7s-66.3-8.8-77.3-16.7c-1.5-1.3-2.4-3.1-2.4-5.1 0-4 3.6-7.2 8.2-7.5 13.6-2.3 23.8-13.8 23.8-25v-1.6c0-22.1 21.4-40.1 48-40.1h.9c26.1.4 47.1 18.2 47.1 40.1v1.6c0 11.2 10.2 22.7 23.8 25 4.6.4 8.2 3.6 8.2 7.5.1 2-.8 3.8-2.3 5.1z" />',viewBox:"0 0 512 512"},Fc={name:"tumblr",content:'<path d="M192.6 32c-2.8 23.1-8.1 42.1-15.7 57.1s-17.7 27.8-30.3 38.5-33 18.9-50.6 24.6V224h61v148.7c0 20.5 2.1 36.1 6.4 46.9s12 21 23.1 30.6c11.1 9.5 25 16.9 40.7 22.1s27.8 7.7 48.3 7.7c18 0 34.8-1.8 50.4-5.4 15.5-3.6 39.1-10.9 58.2-19.9V384c-22.3 14.8-51 22.9-73.7 22.9-12.8 0-24-3-33.9-8.9-7.5-4.4-14.3-12-17-19.2-2.8-7.4-2.4-22.3-2.4-48.2V224h96v-96h-96V32h-64.5z" />',viewBox:"0 0 512 512"},Uc={name:"tumblr-box",content:'<path d="M448 32H64c-17.6 0-32 14.4-32 32v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-96.1 366c-12.7 6.4-28.5 11.6-38.9 14.2-10.4 2.6-21.6 3.9-33.7 3.9-13.7 0-21.8-1.9-32.3-5.5-10.5-3.7-19.9-9-27.3-15.8-7.4-6.9-12.6-14.1-15.4-21.8-2.9-7.7-4.3-18.9-4.3-33.5V224h-40v-42.2c11.7-4.1 25.3-9.9 33.6-17.6 8.4-7.6 15.1-16.8 20.2-27.5s8.6-24.3 10.5-40.8H267v64h53v64h-53v85.2c0 18.6-.2 29.3 1.6 34.5 1.8 5.2 6.4 10.7 11.4 13.8 6.6 4.2 14.2 6.4 22.7 6.4 15.1 0 34.3-5.9 49.3-16.5V398h-.1z" />',viewBox:"0 0 512 512"},Wc={name:"twitter",content:'<path d="M342 64c-50.8 0-91.9 41.2-91.9 91.9 0 7.2.8 14.2 2.4 21-76.4-3.8-144.1-40.4-189.4-96-7.9 13.6-12.4 29.3-12.4 46.2 0 31.9 16.2 60 40.9 76.5-15.1-.5-29.2-4.6-41.6-11.5v1.2c0 44.5 31.7 81.7 73.7 90.1-7.7 2.1-15.8 3.3-24.2 3.3-5.9 0-11.7-.6-17.3-1.6 11.7 36.5 45.6 63.1 85.9 63.8-31.7 24.5-71.3 39.2-114.3 39.2-7.4 0-14.8-.4-22-1.3 40.7 26 89 41.3 140.9 41.3 169.1 0 261.5-140.1 261.5-261.5 0-4-.1-8-.2-11.9 18-12.9 33.5-29.1 45.9-47.6-16.5 7.3-34.2 12.3-52.8 14.5 19-11.4 33.6-29.4 40.4-50.8-17.8 10.5-37.4 18.2-58.4 22.3C392.3 75.1 368.4 64 342 64z" />',viewBox:"0 0 512 512"},Kc={name:"twitter-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm-64.7 159.7c.1 2.8.2 5.6.2 8.4 0 85.4-66 183.9-186.8 183.9-37.1 0-71.6-10.7-100.6-29.1 5.1.6 10.4.9 15.7.9 30.8 0 59.1-10.4 81.5-27.7-28.7-.5-53-19.2-61.3-44.9 4 .7 8.1 1.2 12.4 1.2 6 0 11.8-.8 17.3-2.3-30-5.9-52.7-32-52.7-63.3v-.8c8.9 4.8 19 7.7 29.7 8.1-17.6-11.6-29.2-31.4-29.2-53.8 0-11.8 3.2-22.9 8.9-32.5 32.4 39.1 80.8 64.8 135.3 67.5-1.1-4.7-1.7-9.7-1.7-14.7 0-35.7 29.4-64.6 65.6-64.6 18.9 0 36 7.8 47.9 20.4 14.9-2.9 29-8.3 41.7-15.7-4.9 15.1-15.3 27.7-28.9 35.7 13.3-1.6 26-5.1 37.7-10.2-8.9 13.1-19.9 24.5-32.7 33.5z" />',viewBox:"0 0 512 512"},Gc={name:"yammer",content:'<path d="M263.9 32.1c-10.1-.2-19.6 6.8-23.2 18-.1.4-.3 1-.5 1.9 0 .1-.1.3-.1.4-8 25.9-73.6 235.6-73.6 235.6h-1.2l-84-239.2C75.6 35.3 61.6 28.7 48.9 34c-13 5.5-19.7 21.5-15.4 36.2 10.1 29 105.8 290.4 105.8 290.4l-6.3 15.6c-10.6 32.1-31.6 53.8-63.2 53.8-3.1 0-13.7-.7-14.4-.8-10.2-.6-19.7 6.9-22.5 18.4-3.1 13.1 3.7 26.6 15.3 30.4 8.4 1.6 17 2.2 24.7 2.2 58.3 0 86.8-37.7 106-92.8 0 0 101-300.5 105.8-312.9.8-2 1.4-3.7 2-5.4l-.1-.1c.1-.4.3-.7.4-1.1 4.1-14.5-3-29.9-15.8-34.5-2.5-.8-4.9-1.3-7.3-1.3zM383.5 96c-6.3.1-13.3 2.5-20.4 9.6-21.5 21.6-43 86.4-43 86.4s64.6-21.6 86.4-43.5-.4-42.8-.4-42.8-9.7-9.8-22.6-9.7zm64.6 128c-32 0-96 32-96 32s64 32 96.4 32 31.5-32 31.5-32 .1-32-31.9-32zm-128 96s21.5 64.8 43 86.4 43-.1 43-.1 22.1-21 .4-42.8c-21.8-21.9-86.4-43.5-86.4-43.5z" />',viewBox:"0 0 512 512"},qc={name:"yammer-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM332.5 148.6c15.4-15.4 30.7 0 30.7 0s15.8 15 .3 30.6-61.7 31.1-61.7 31.1 15.4-46.3 30.7-61.7zm-54.7-26.4c-.1.3-.2.5-.3.8h.1c-.4 1.2-.9 2.4-1.4 3.8-3.5 8.8-75.5 223.1-75.5 223.1-13.7 39.3-34 66.2-75.6 66.2-5.5 0-11.6-.4-17.6-1.6-8.3-2.7-13.2-12.3-10.9-21.7 2-8.2 8.8-13.6 16.1-13.2.5.1 8.1.6 10.3.6 22.6 0 37.5-15.5 45.1-38.3l4.5-11.1s-68.2-186.3-75.5-207c-3-10.5 1.7-22 11-25.9 9.1-3.8 19.1.9 23.2 10.6l.8 2.4L191.3 279h.9s46.7-149.5 52.5-168c0-.1 0-.2.1-.3.2-.6.3-1.1.4-1.3 3.2-9.8 12.7-15.1 21.6-11.9 8.9 3.4 14 14.4 11 24.7zm85.4 241.2s-15.3 15.5-30.7 0-30.8-61.7-30.8-61.7 46.1 15.4 61.7 31.1-.2 30.6-.2 30.6zm30.3-84.6c-23.2 0-68.9-22.8-68.9-22.8s45.7-22.8 68.6-22.8S416 256 416 256s.7 22.8-22.5 22.8z" />',viewBox:"0 0 512 512"},Xc={name:"behance",content:'<path d="M448 128H304V96h144v32zM245.335 254.873c7.09 11.573 10.665 25.65 10.665 42.197 0 17.067-4.069 32.379-12.176 45.903-5.178 9.005-11.62 16.58-19.358 22.691-8.723 7.022-18.988 11.833-30.855 14.467C181.744 382.732 168.89 384 155.02 384H32V96h131.927c33.321.504 56.901 10.744 70.803 30.705 8.323 12.24 12.515 26.869 12.515 43.936 0 17.588-4.192 31.729-12.607 42.425-4.716 5.982-11.683 11.443-20.868 16.385 13.963 5.364 24.474 13.817 31.565 25.422zm-158.9-45.318H152.8c11.867 0 21.484-2.406 28.913-7.152 7.367-4.763 11.097-13.215 11.097-25.292 0-13.426-4.901-22.285-14.672-26.609-8.446-2.991-19.204-4.486-32.273-4.486h-59.43v63.539zm111.923 83.452c0-15.019-5.795-25.292-17.385-30.917-6.504-3.121-15.597-4.746-27.31-4.876H86.435v76.787h66.303c11.836 0 21.084-1.69 27.68-5.071 11.96-6.275 17.94-18.238 17.94-35.923zM479.932 288H330.824c.813 21.182 7.938 34.778 21.409 43.322 8.157 5.287 18.002 7.931 29.503 7.931 12.189 0 22.096-3.224 29.722-9.704 4.157-3.482 7.813-8.318 11.001-14.541h54.693c-1.438 12.541-8.095 25.276-19.846 38.204C438.959 373.748 413.269 384 380.266 384c-27.253 0-51.286-8.64-72.132-25.985-20.846-17.28-31.222-45.522-31.222-84.532 0-36.624 9.376-64.672 28.19-84.21C323.917 169.785 348.294 160 378.328 160c17.814 0 33.847 3.288 48.129 9.898 14.282 6.593 26.096 17.023 35.378 31.24 8.407 12.573 13.876 27.114 16.346 43.685 1.438 9.704 2.033 24.929 1.751 43.177zm-55.567-37.696c-.969-14.669-5.72-25.759-14.283-33.4-8.532-7.576-19.095-11.348-31.753-11.348-13.72 0-24.377 3.998-31.94 12.058-7.563 8.028-12.314 18.957-14.282 32.691h92.258z" />',viewBox:"0 0 512 512"},Yc={name:"behance-box",content:'<path d="M167.543 228.938h-56.884v-56.479h50.939c11.202 0 20.423 1.329 27.663 3.988 8.376 3.844 12.576 11.718 12.576 23.652 0 10.735-3.197 18.249-9.511 22.482-6.368 4.219-14.612 6.357-24.783 6.357zm220.527 11.836c-7.313-6.494-16.367-9.727-27.217-9.727-11.76 0-20.895 3.427-27.378 10.335-6.483 6.881-10.555 16.249-12.242 28.021h79.079c-.83-12.573-4.902-22.079-12.242-28.629zm-196.379 34.862c-5.575-2.774-13.369-4.219-23.409-4.335h-57.624v68.255h56.831c10.146 0 18.072-1.503 23.726-4.508 10.251-5.577 15.377-16.211 15.377-31.931 0-13.35-4.967-22.482-14.901-27.481zM480 64v384c0 17.664-14.336 32-32 32H64c-17.664 0-32-14.336-32-32V64c0-17.664 14.336-32 32-32h384c17.664 0 32 14.336 32 32zm-176 96h112v-32H304v32zm-48 146.729c0-14.709-3.065-27.221-9.142-37.509-6.078-10.316-15.087-17.829-27.056-22.597 7.873-4.392 13.845-9.247 17.887-14.564 7.213-9.507 10.806-22.077 10.806-37.711 0-15.171-3.593-28.175-10.727-39.055-11.916-17.743-32.128-26.846-60.689-27.293H64v256h105.445c11.889 0 22.907-1.127 33.079-3.439 10.172-2.341 18.97-6.618 26.447-12.859 6.632-5.433 12.154-12.166 16.592-20.17C252.512 335.51 256 321.899 256 306.729zm190.442-42.024c-2.117-14.204-6.804-26.667-14.01-37.444-7.956-12.187-18.082-21.126-30.324-26.777-12.242-5.665-25.985-8.484-41.254-8.484-25.744 0-46.638 8.387-62.765 25.091-16.127 16.746-24.163 40.788-24.163 72.18 0 33.437 8.894 57.644 26.762 72.456C318.555 376.594 339.155 384 362.514 384c28.288 0 50.308-8.788 66.033-26.391 10.072-11.081 15.778-26.86 17.011-37.609h-46.879c-1.178 6-2.512 10.667-9.429 17.327-6.536 5.555-15.028 8.318-25.476 8.318-9.858 0-18.297-2.266-25.288-6.798-11.546-7.323-17.654-18.977-18.35-37.133h127.807c.24-15.641-.269-28.691-1.501-37.009z" />',viewBox:"0 0 512 512"},Zc={name:"dribbble",content:'<path d="M256 32C132.469 32 32 132.469 32 256c0 123.5 100.469 224 224 224 123.5 0 224-100.5 224-224 0-123.531-100.5-224-224-224zm148.094 103.281c26.625 32.562 42.781 74.031 43.188 119.188-6.312-1.312-69.562-14.156-133.219-6.156a850.738 850.738 0 0 0-4.125-9.875c-3.969-9.312-8.25-18.594-12.688-27.719 70.75-28.875 102.812-69.969 106.844-75.438zM256 64.969c48.594 0 93.031 18.219 126.812 48.188-3.438 4.906-32.25 43.625-100.281 69.125-31.344-57.594-66.094-104.938-71.375-112A190.999 190.999 0 0 1 256 64.969zm-81.344 18.156c5.031 6.938 39.219 54.312 70.938 110.656-89.5 23.781-168.344 23.438-176.906 23.312 12.406-59.374 52.437-108.718 105.968-133.968zm-110 173.156c0-1.969.031-3.906.094-5.844 8.375.156 101.094 1.375 196.657-27.219 5.469 10.719 10.688 21.594 15.5 32.469a192.95 192.95 0 0 0-7.531 2.281c-98.688 31.875-151.188 118.812-155.531 126.25-30.564-33.937-49.189-78.812-49.189-127.937zM256 447.594c-44.25 0-85-15.094-117.438-40.375 3.438-7.031 42.156-81.875 150.094-119.5.406-.125.812-.281 1.25-.406 26.875 69.812 37.969 128.312 40.812 145.094-22.968 9.781-48.218 15.187-74.718 15.187zm106.875-32.719c-1.938-11.625-12.125-67.625-37.156-136.406 59.969-9.594 112.625 6.125 119.188 8.188-8.532 53.218-39.095 99.218-82.032 128.218z" />',viewBox:"0 0 512 512"},Qc={name:"dribbble-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM256 448c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192zm28-164.8c-82.9 28.9-118.1 83.4-126.7 98.7 27.2 21.3 61.5 34.1 98.7 34.1 22.5 0 43.9-4.6 63.3-13-3.3-18.4-13.1-65.2-34.2-120.1-.4 0-.8.2-1.1.3zm-95.5-172.3c-44.9 20.9-78.5 62.1-89 111.8 17.1-.1 78.6-1.7 147.6-20-24.3-43.2-50.3-80.1-58.6-91.8zm79 146.8c2.1-.7 4.3-1.3 6.5-2-4.1-9.3-8.6-18.6-13.3-27.8-74.1 22.2-146.1 23.4-164.6 23.4 0 1.6-.1 3.1-.1 4.7 0 40.8 15.3 78 40.4 106.3 10.5-16.7 54.6-79.9 131.1-104.6zm94.9-121.1C334.2 111.3 296.9 96 256 96c-12.4 0-24.5 1.4-36 4.1 8.7 11.9 34.9 48.8 58.8 92.7 50.7-19 76-46.7 83.6-56.2zm-46.6 138.7C335 328 344 371.9 346.9 387.8c35.2-24.3 60.2-62.5 67.2-106.6-13.2-3.7-53.4-13.1-98.3-5.9zm-24.4-58.1c3.8 7.8 7.5 15.8 10.9 23.8 1.2 2.8 2.4 5.7 3.5 8.5 48-6 95.7 1.8 110.2 4.5-.5-37.2-13.7-71.4-35.4-98.3-8.4 10-36.1 39.8-89.2 61.5z" />',viewBox:"0 0 512 512"},$c={name:"rss",content:'<path d="M151.4 420c0 32.9-26.7 59.5-59.7 59.5S32 452.9 32 420s26.7-59.5 59.7-59.5 59.7 26.7 59.7 59.5zM32 184.3v85.9c56 0 108.5 21.8 148.1 61.3 39.6 39.6 61.4 92.3 61.4 148.5h86.2C327.6 317 195 184.3 32 184.3zM32 32v85.9c199.4 0 361.6 162.5 361.6 362.1h86.2C479.8 233 278.9 32 32 32z" />',viewBox:"0 0 512 512"},Jc={name:"rss-box",content:'<path d="M448 32H64c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM115.2 447.6c-28.3 0-51.2-22.8-51.2-51s22.9-51 51.2-51c28.3 0 51.2 22.8 51.2 51s-23 51-51.2 51zm128.8.4c0-48.1-18.7-93.3-52.8-127.3-34-33.9-79.2-52.6-127.2-52.6v-73.6c140.1 0 254.1 113.7 254.1 253.5H244zm129.9 0c0-171.2-139-310.4-309.9-310.4V64c211.6 0 383.8 172.3 383.8 384h-73.9z" />',viewBox:"0 0 512 512"},tl={name:"vimeo",content:'<path d="M479.783 152.805c-2 43.26-32.469 102.444-91.344 177.477C327.532 408.792 275.969 448 233.782 448c-26.094 0-48.188-23.873-66.25-71.742-12.063-43.896-24.094-87.854-36.157-131.657-13.407-47.901-27.782-71.835-43.188-71.835-3.344 0-15.032 6.985-35.125 20.955L32 166.744c22.094-19.201 43.844-38.526 65.282-57.773 29.407-25.316 51.5-38.556 66.25-39.938 34.782-3.353 56.219 20.287 64.282 70.78 8.625 54.559 14.719 88.475 18.032 101.777 10.031 45.2 21.093 67.769 33.156 67.769 9.344 0 23.375-14.591 42.157-43.818 18.75-29.29 28.782-51.548 30.125-66.868 2.656-25.27-7.375-37.827-30.125-37.827-10.719 0-21.782 2.251-33.157 6.969C310.126 96.647 352.283 62.08 414.533 64.082c46.156 1.289 67.906 30.935 65.25 88.723z" />',viewBox:"0 0 512 512"},el={name:"vimeo-box",content:'<path d="M448 32H64c-17.664 0-32 14.336-32 32v384c0 17.664 14.336 32 32 32h384c17.664 0 32-14.336 32-32V64c0-17.664-14.336-32-32-32zm-.186 140.119c-1.714 37.08-27.831 87.809-78.295 152.123-52.206 67.294-96.402 100.901-132.563 100.901-22.366 0-41.304-20.462-56.786-61.493-10.339-37.625-20.652-75.303-30.991-112.849-11.491-41.058-23.813-61.573-37.018-61.573-2.866 0-12.884 5.987-30.107 17.961L64 184.066c18.938-16.458 37.581-33.022 55.956-49.519 25.206-21.7 44.143-33.048 56.786-34.232 29.813-2.874 48.188 17.389 55.099 60.668 7.393 46.765 12.616 75.835 15.456 87.237 8.598 38.743 18.08 58.087 28.419 58.087 8.009 0 20.036-12.506 36.134-37.559 16.071-25.106 24.67-44.184 25.822-57.315 2.277-21.66-6.321-32.423-25.822-32.423-9.188 0-18.67 1.929-28.42 5.974 18.964-61.001 55.099-90.63 108.456-88.914 39.562 1.105 58.205 26.516 55.928 76.049z" />',viewBox:"0 0 512 512"},ol={name:"youtube",content:'<path d="M475.5 165s-4.4-31.4-17.8-45.2c-17-18.1-36.1-18.2-44.9-19.3C350.1 96 256.1 96 256.1 96h-.2s-94 0-156.7 4.6c-8.8 1.1-27.8 1.2-44.9 19.3C40.9 133.7 36.5 165 36.5 165S32 201.9 32 238.7v34.5c0 36.8 4.5 73.6 4.5 73.6s4.4 31.4 17.8 45.2c17 18.1 39.4 17.5 49.4 19.4C139.5 414.9 256 416 256 416s94.1-.1 156.8-4.7c8.8-1.1 27.9-1.2 44.9-19.3 13.4-13.8 17.8-45.2 17.8-45.2s4.5-36.8 4.5-73.6v-34.5c0-36.8-4.5-73.7-4.5-73.7zM192 336V176l144 80-144 80z" />',viewBox:"0 0 512 512"},nl={name:"youtube-box",content:'<path d="M448 32H64c-17.664 0-32 14.336-32 32v384c0 17.664 14.336 32 32 32h384c17.664 0 32-14.336 32-32V64c0-17.664-14.336-32-32-32zm0 237.749c0 29.454-3.835 58.909-3.835 58.909s-3.752 25.082-15.265 36.128c-14.602 14.497-30.97 14.569-38.476 15.417C336.689 383.885 256 384 256 384s-99.838-.864-130.559-3.656c-8.546-1.519-27.734-1.061-42.341-15.558-11.513-11.045-15.26-36.128-15.26-36.128S64 299.203 64 269.749v-27.614c0-29.454 3.84-58.909 3.84-58.909s3.747-25.082 15.26-36.128c14.607-14.497 30.969-14.569 38.476-15.417C175.313 128 255.917 128 255.917 128h.167s80.606 0 134.341 3.682c7.506.849 23.873.92 38.476 15.417 11.513 11.045 15.265 36.128 15.265 36.128S448 212.681 448 242.136v27.613zM192 176l144 80-144 80V176z" />',viewBox:"0 0 512 512"},rl={name:"folder",content:'<path d="m242.8 128-32-32H96v288h320V192H128v-32h288c17.7 0 32 14.3 32 32v192c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h128l64 64" />',viewBox:"0 0 512 512"},il={name:"folder-open",content:'<path d="M425.6 160h-246c-17.6 0-37.2 14.4-43.6 32L64 384V96h114.8l32 32H256l-64-64H64c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h268.4c17.6 0 37.2-14.4 43.6-32l70-192c6.4-17.6-2.8-32-20.4-32zM346 373.1c-2 5.5-10.1 10.9-13.6 10.9H98.1L166 202.9c2-5.5 10.1-10.9 13.6-10.9h232.3L346 373.1z" />',viewBox:"0 0 512 512"},al={name:"folder-add",content:'<path d="M96 160h288c17.7 0 32 14.3 32 32v64h-32v-64H96v-32zm352 224h-32v-64h-32v64h-64v32h64v64h32v-64h64v-32h-32zM64 96h114.8l32 32H256l-64-64H64c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h192v-32H64V96z" />',viewBox:"0 0 512 512"},sl={name:"folder-up",content:'<path d="M96 160h288c17.7 0 32 14.3 32 32v64l-32 32v-96H96v-32zM64 96h114.8l32 32H256l-64-64H64c-17.7 0-32 14.3-32 32v288c0 17.7 14.3 32 32 32h192l32-32H64V96zm336 240-80 80h64v64h32v-64h64l-80-80z" />',viewBox:"0 0 512 512"},cl={name:"folder-more",content:'<path d="M64 384h96v32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h128l64 64h-45.2l-32-32H64v288zm192-32c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm160-64v-96c0-17.7-14.3-32-32-32H96v32h288v96h32zm32 64c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32zm-96 0c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32z" />',viewBox:"0 0 512 512"},ll={name:"aggregate-fields",content:'<path d="M128 128c-17.7 0-32 14.3-32 32v160c0 17.7 14.3 32 32 32h256c32 0 32-32 32-32H128V128zm-64 64c-17.7 0-32 14.3-32 32v160c0 17.7 14.3 32 32 32h256c32 0 32-32 32-32H64V192zM448 64H192c-17.6 0-32 14.4-32 32v160c0 17.6 14.4 32 32 32h256c17.6 0 32-14.4 32-32V96c0-17.6-14.4-32-32-32zm1 192s0 .1 0 0l-256.9.1-.1-.1V96.1l.1-.1H448v160h1z" />',viewBox:"0 0 512 512"},hl={name:"file",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},pl={name:"file-add",content:'<path d="M512 416h-64v64h-32v-64h-64v-32h64v-64h32v64h64v32zM96 448V64h224v96h96v96h32V128l-96-96H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h224v-32" />',viewBox:"0 0 512 512"},ul={name:"file-txt",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-32-96v32H128v-32h256zM256 160v32H128v-32m256 64v32H128v-32h256zm-256 96v-32h224v32H128z" />',viewBox:"0 0 512 512"},vl={name:"file-csv",content:'<path d="M178.6 224c-10 0-18.9 2.1-26.7 6.2-7.7 4.2-13.7 10.1-17.9 17.7-4.2 7.6-6.3 16.3-6.3 26.1 0 9.1 1.9 17.1 5.7 24.1s9.2 12.3 16.4 16.1c7.2 3.8 15.7 5.7 25.6 5.7 10 0 18.9-1.4 26.6-4.1v-24.9c-6.9 3.5-13.8 5.2-20.5 5.2-7.3 0-13.2-2.1-17.6-6.4-4.4-4.3-6.6-10.1-6.6-17.6s2.2-13.4 6.6-17.7 10.4-6.5 18-6.5c3.7 0 7.3.4 10.9 1.3s6.7 2.1 9.2 3.6V227c-7.6-2-15.3-2.9-23.4-3zm73.8.1c-11.5 0-20.6 2.7-27.5 8.1-6.8 5.4-10.2 12.5-10.2 21.5 0 12.8 7.5 22.1 22.4 27.8 4.6 1.7 7.8 3.1 9.5 4.1 1.7 1 3 2 3.8 3.2.8 1.2 1.2 2.5 1.2 4 0 2.1-.8 3.7-2.5 4.8-1.7 1.1-4.1 1.7-7.1 1.7-4.1 0-8.4-.9-13.2-2.6-4.7-1.8-9-4-12.9-6.9V315c8.1 3.3 17 4.9 26.7 4.9 8.4 0 15.5-1.1 21.5-3.4 6-2.2 10.6-5.7 13.9-10.2 3.3-4.6 5-9.9 5-16.1 0-6.3-2-11.8-6-16.4-4-4.6-10.8-8.9-20.4-12.8-4.9-2-8.1-3.7-9.6-5-1.5-1.3-2.3-2.9-2.3-4.8 0-2 1-3.6 2.8-4.8 1.9-1.2 4.4-1.8 7.5-1.8 7.6 0 15.2 2.1 23 6.4v-23.6c-4-1.1-7.1-1.8-9.3-2.2-2.2-.4-4.7-.7-7.4-1-2.7-.1-5.8-.1-8.9-.1zm39.8-.1 30 96h31.4l30.4-96h-29.1l-13.8 58.9c-1.1 4.4-1.8 8.1-2 11.1h-.6c-.1-2.4-.8-5.9-1.9-10.7L322.4 224h-30.2zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},dl={name:"file-excel",content:'<path d="m288 304 64 112h-48l-48-84.5-31.5 52.5H256v32h-96l64-112-64-112h48l48 84 48-84h48l-64 112zm64-272H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},fl={name:"file-word",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-32.4-256-6.9 32-41.6 192h-46.7l-32.8-132.5L222.9 416h-46.7l-48.6-224h47.8l24.8 139.2L233.3 192h44.5l33.1 139.2L330.1 224H311v-32h72.6z" />',viewBox:"0 0 512 512"},ml={name:"file-mdb",content:'<path d="M231.1 192 144 416h80v-32h-25.5l14.8-38h85.6l27.2 70h42L281 192h-49.9zm-1.5 112 26.5-68 26.4 68h-52.9zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},yl={name:"file-ppt",content:'<path d="m192 192-32 32h32v192h49v-80h25.6c16.4 0 29.1-1.5 38.2-4.4 14.4-4.5 25.9-12.9 34.4-25.4s12.8-26.6 12.8-42.6c0-15.8-4-29.5-12-41.1s-18.8-20.1-32.4-25.4c-10.3-3.7-24.4-5.5-42-5.5M241 225h20.1c11.2.3 20.2 2.1 26.9 5.6 12.1 6.4 23.3 17.6 23.3 33.5 0 17.3-11.9 29-25.2 35-6.7 2.9-15.1 4.4-25.2 3.9H241v-78zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},gl={name:"file-pdf",content:'<path d="M240.9 160c-7.6 0-13.8 4-15.4 9.9-4.9 18.6.2 46.3 9.4 82.3l-2.4 5.9c-6.6 16.4-14.8 33-22.1 47.6l-1 1.9c-7.7 15.3-14.6 28.4-21 39.4l-6.5 3.5c-.5.3-11.6 6.3-14.3 7.9-22.2 13.6-36.9 28.9-39.4 41.2-.8 3.9-.2 8.9 3.7 11.2l6.3 3.2c2.7 1.4 5.6 2.1 8.6 2.1 15.8 0 34.2-20.2 59.5-65.3 29.2-9.7 62.5-17.8 91.6-22.3 22.2 12.8 49.5 21.7 66.8 21.7 3.1 0 5.7-.3 7.8-.9 3.3-.9 6.1-2.8 7.8-5.4 3.4-5.2 4-12.2 3.1-19.5-.3-2.1-2-4.8-3.8-6.6-5.1-5.2-16.5-7.9-33.7-8.1-11.7-.1-25.8.9-40.6 3-6.6-3.9-13.5-8.2-18.8-13.3-14.4-13.8-26.5-32.9-34-53.9.5-2 .9-3.7 1.3-5.4 0 0 8.1-47.1 6-63.1-.3-2.2-.5-2.8-1.1-4.5l-.7-1.9c-2.2-5.2-6.5-10.7-13.3-10.4l-3.8-.2zm2.7 8.4c5.1 0 8 13.1 8.2 25.4.3 12.3-2.6 20.9-6 27.3-2.9-9.4-4.3-24.3-4.3-34-.1-.1-.3-18.7 2.1-18.7zm.4 104.1c8.6 16 19.3 29.5 31.9 40.4 1.6 1.3 3.2 2.7 5 4.1-25.6 5.2-47.7 11.5-67.1 19.1 3.6-6.5 7.2-13.3 11-20.6 9.1-17.7 14.9-31.6 19.2-43zm102.2 51.6c9.3 0 12 0 21.1 2.3 9.1 2.4 9.2 7.2 7.6 8.2-1.6 1-6 1.6-8.9 1.6-9.2 0-20.7-4.3-36.8-11.4 6.3-.4 11.9-.7 17-.7zm-165.4 35.8c-17.7 28.8-29.5 40.3-37.3 43.8 2.9-8.1 14.3-24 31.2-38.1 1.1-.9 3.7-3.4 6.1-5.7zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},bl={name:"file-psd",content:'<path d="M128 160v256h45v-91h21.4c24.2 0 43.5-7.8 57.9-23.4 14.4-15.6 21.6-36.1 21.6-61.3 0-53.4-25.2-80.2-75.5-80.2H128zm45 44h17.5c23.7 0 35.5 12.8 35.5 38.6 0 26.3-11.8 39.4-35.5 39.4H173v-78zm164.6 51.7c-8.1 0-15.9.9-23.4 2.8-7.5 1.9-14.2 4.7-20 8.6-5.8 3.9-10.4 9-14 15.2-3.5 6.2-5.2 13.6-5.2 22.1 0 6.2.8 11.7 2.3 16.3 1.5 4.5 3.7 8.6 6.7 12.1 2.9 3.5 6.5 6.5 10.8 9.2 4.3 2.7 9.3 5.1 15 7.4 3.5 1.5 7.2 2.8 11 4 3.8 1.2 7.3 2.5 10.5 4s5.8 3.2 7.8 5.2 3 4.5 3 7.5c0 4.7-2.2 8.2-6.7 10.4-4.5 2.3-10.6 3.4-18.5 3.4-6.4 0-13.3-1.2-20.5-3.4s-14.5-5.8-21.7-10.4v38.3c13.4 5.2 27.9 7.7 43.7 7.7 8.5 0 16.8-.9 24.7-2.8 7.9-1.8 15-4.8 21.1-8.8s10.9-9.2 14.7-15.7 5.5-14.2 5.5-23.3c0-6.5-.9-12-2.7-16.8-1.8-4.7-4.4-8.7-7.8-12.2-3.4-3.5-7.4-6.5-12.2-9.1-4.7-2.6-10-5-15.9-7.1-3.2-1.2-6.5-2.4-9.8-3.5s-6.3-2.4-9-3.9-4.9-3.1-6.5-5.2c-1.6-2.1-2.5-4.4-2.5-7.1 0-2.1.5-3.9 1.7-5.6 1.1-1.7 2.6-3 4.6-4 2-1 4.2-1.8 6.7-2.4s5.2-.8 8.1-.8c6.1 0 12.3.9 18.8 2.6 6.4 1.7 12.3 4.4 18 7.8v-36.4c-6.3-2-12.8-3.5-19.3-4.5s-13-1.6-19.3-1.6h.3zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},xl={name:"file-flash",content:'<path d="M352 191.3V237c-21 .2-46.6-3.2-69.6 45H320v45h-47.9s-37.4 91.1-111.9 90.1c-.6-10 0-30.8 0-45 49.3-7.6 65.4-62.1 76.8-89.4 26.5-82.8 73.9-92 93.4-92.1 5.6 0 21.6.7 21.6.7zm96-63.3v320c0 17.7-14.3 32-32 32H96c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h256l96 96zm-32 32h-96V64H96v384h320V160z" />',viewBox:"0 0 512 512"},wl={name:"file-config",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-41.8-124.6-23.7-17.9c1-5.7 1.6-11.5 1.6-17.4 0-6-.5-11.8-1.6-17.4l23.7-17.9c3.7-2.8 4.7-7.9 2.4-11.9l-19.4-33.5c-2.3-4-7.2-5.6-11.5-3.9L318.4 215c-8.8-7.5-19-13.5-30.2-17.4l-3.7-29.5c-.6-4.6-4.5-8-9.1-8h-38.7c-4.6 0-8.5 3.4-9.1 8l-3.7 29.5c-11.1 4-21.3 9.9-30.2 17.4l-27.4-11.6c-4.2-1.8-9.2-.1-11.5 3.9l-19.4 33.5c-2.3 4-1.3 9.1 2.4 11.9l23.7 17.9c-1 5.7-1.6 11.5-1.6 17.4 0 6 .5 11.8 1.6 17.4l-23.7 17.9c-3.7 2.8-4.7 7.9-2.4 11.9l19.4 33.5c2.3 4 7.2 5.6 11.5 3.9l27.4-11.6c8.8 7.5 19 13.5 30.2 17.4l3.7 29.5c.6 4.6 4.5 8 9.1 8h38.7c4.6 0 8.5-3.4 9.1-8l3.7-29.5c11.1-4 21.3-9.9 30.2-17.4l27.4 11.6c4.2 1.8 9.2.1 11.5-3.9l19.4-33.5c2.2-4 1.2-9-2.5-11.8zM256 336c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z" />',viewBox:"0 0 512 512"},_l={name:"file-ascx",content:'<path d="M384 224h-96v-32h96v32zm0 160h-96v-32h96v32zM256 256H128v-96h128v96zm0 160H128v-96h128v96zm96-384H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},zl={name:"file-bac",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H289v-96h64l-96.5-96-95.5 96h64v96H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},Cl={name:"file-zip",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h64v32h32v32h-32v32h32v32h-32v32h32v32h-32v32h32v34.7c-18.6 6.6-32 24.4-32 45.3 0 26.5 21.5 48 48 48s48-21.5 48-48c0-20.9-13.4-38.7-32-45.3V256h32v-32h-32v-32h32v-32h-32v-32h32V96h-32V64h96v96h96v288zm-192-80c0 8.8-7.2 16-16 16s-16-7.2-16-16 7.2-16 16-16 16 7.2 16 16z" />',viewBox:"0 0 512 512"},Ml={name:"film",content:'<path d="M416 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zM128 448H96v-32h32v32zm0-96H96v-64h32v64zm0-128H96v-64h32v64zm0-128H96V64h32v32zm224 352H160v-96h192v96zm0-128H160V192h192v128zm0-160H160V64h192v96zm64 288h-32v-32h32v32zm0-96h-32v-64h32v64zm0-128h-32v-64h32v64zm0-128h-32V64h32v32z" />',viewBox:"0 0 512 512"},kl={name:"css3",content:'<path d="m64 32 30.2 384L256 480l161.8-64L448 32H64zm65.6 82h250.3l-4.9 48.9L255.4 214h115.9L358 366.1l-102.1 29.7-102.4-30.2-6.6-76.6h50.9l3.3 39.7 54.4 13.8.5-.1v-.1l56.3-15.8 3.9-64.4H143.7l-3.8-47.8 123-51.2H135.7l-6.1-49.1z" />',viewBox:"0 0 512 512"},Ol={name:"html5",content:'<path d="m64 32 30.4 384 161.3 64 161.7-64L448 32H64zm68 83h247.7l-1.2 13.2-2.2 24.8-1 11H186.1l4.5 51h180.1l-1.2 13.3-11.7 129.9-.7 8.4-101.3 37-101.2-37-6.9-77.6h49l3.5 39.7 55.5 24 55.6-24.1 5.8-64.6h-172L133 128.2l-1-13.2z" />',viewBox:"0 0 512 512"},Sl={name:"code",content:'<path d="M512 256 384 384l-22.6-22.6L466.7 256 361.4 150.6 384 128l128 128zM150.6 361.4 45.3 256l105.4-105.4L128 128 0 256l128 128 22.6-22.6zM321.1 72.3 290.2 64l-99.4 375.7 30.9 8.3 99.4-375.7z" />',viewBox:"0 0 512 512"},Hl={name:"css",content:'<path d="m192 96-32 .1S96 96 96 160v48c0 27.8-21.8 31.4-32 32H48c-2.2 0-4.3.4-6.2 1.2-.5.2-1 .4-1.4.7s-.9.5-1.3.8c-1.3.9-2.4 1.9-3.4 3.1-.2.2-.3.4-.5.6-.9 1.2-1.7 2.6-2.2 4.1-.2.5-.3 1-.5 1.5-.3 1-.4 2.1-.5 3.2v1.6c.1 1.1.2 2.1.5 3.2.1.5.3 1 .5 1.5.5 1.5 1.3 2.8 2.2 4.1.2.2.3.4.5.6 1 1.2 2.1 2.2 3.4 3.1.4.3.9.5 1.3.8s.9.5 1.4.7c1.9.8 4 1.2 6.2 1.2h16c10.2.6 32 4.2 32 32v48c0 64 64 63.9 64 63.9l32 .1v-32l-31.8-.1s-32.2.1-32.2-32v-48.5s0-29-19.6-47.9c19.6-18.8 19.6-47.9 19.6-47.9v-47.9c0-31.9 32.2-31.8 32.2-31.8l31.8-.1V96zm128-.1V128l31.7.1S384 128 384 160v48s0 29.1 19.5 48C384 274.9 384 304 384 304v48c0 32-32.1 31.9-32.1 31.9l-31.9.1v32l32.1-.1s63.9.1 63.9-63.7V304c0-27.8 21.8-31.4 32-32h16c2.2 0 4.3-.4 6.2-1.2.5-.2 1-.4 1.4-.7s.9-.5 1.3-.8c1.3-.9 2.4-1.9 3.4-3.1.2-.2.3-.4.5-.6.9-1.2 1.7-2.6 2.2-4.1.2-.5.3-1 .5-1.5.3-1 .4-2.1.5-3.2v-1.6c-.1-1.1-.2-2.1-.5-3.2-.1-.5-.3-1-.5-1.5-.5-1.5-1.3-2.8-2.2-4.1-.2-.2-.3-.4-.5-.6-1-1.2-2.1-2.2-3.4-3.1-.4-.3-.9-.5-1.3-.8s-.9-.5-1.4-.7c-1.9-.8-4-1.2-6.2-1.2h-16.1c-10.2-.6-31.9-4.2-31.9-32v-48c0-64-64.1-63.9-64.1-63.9l-31.9-.2z" />',viewBox:"0 0 512 512"},Pl={name:"js",content:'<path d="M478.4 96C471 59.5 438.7 32 400 32H208c-38.7 0-71 27.5-78.4 64-1.1 5.2-1.6 10.5-1.6 16v272H32v16c0 5.5.5 10.8 1.6 16 7.4 36.5 39.7 64 78.4 64h192c38.7 0 71-27.5 78.4-64 1.1-5.2 1.6-10.5 1.6-16V128h96v-16c0-5.5-.5-10.8-1.6-16zm-124.8 0c-1.1 5.2-1.6 10.5-1.6 16v288c0 5.6-1 11-2.8 16-6.6 18.6-24.4 32-45.2 32-20.9 0-38.7-13.4-45.2-32-1.8-5-2.8-10.4-2.8-16v-16h-96V112c0-5.6 1-11 2.8-16 6.6-18.6 24.4-32 45.2-32h160c-7 9.3-12 20.2-14.4 32zM320 192H192v-32h128v32zm0 64H192v-32h128v32zm0 64H192v-32h128v32z" />',viewBox:"0 0 512 512"},Vl={name:"exe",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm160 32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 160h384v288H64V160z" />',viewBox:"0 0 512 512"},Il={name:"csproj",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm157.9 32.1c19.3-1.2 35.2 14.7 34 34-1 15.9-13.9 28.8-29.9 29.9-19.3 1.2-35.2-14.7-34-34 1.1-16 14-28.9 29.9-29.9zm96 0c19.3-1.2 35.2 14.7 34 34-1 15.9-13.9 28.8-29.9 29.9-19.3 1.2-35.2-14.7-34-34 1.1-16 14-28.9 29.9-29.9zm96 0c19.3-1.2 35.2 14.7 34 34-1 15.9-13.9 28.8-29.9 29.9-19.3 1.2-35.2-14.7-34-34 1.1-16 14-28.9 29.9-29.9zM64 160h384v288H64V160zm119.7 64c-17.3 0-32.7 3.5-46 10.4s-23.6 16.8-30.9 29.5c-7.3 12.8-10.9 27.3-10.9 43.6 0 15.2 3.3 28.6 9.8 40.2s15.9 20.6 28.3 26.8c12.4 6.3 27 9.4 44.1 9.4 17.3 0 32.6-2.3 45.9-6.9v-41.5c-11.9 5.8-23.7 8.6-35.4 8.6-12.6 0-22.8-3.6-30.3-10.7s-11.4-16.9-11.4-29.2c0-12.4 3.8-22.3 11.3-29.6s17.9-10.9 31-10.9c6.3 0 12.6.7 18.8 2.1s11.5 3.5 16 6v-43c-13.1-3.2-26.4-4.8-40.3-4.8zm114.2 0-8.3 39h-17.4l-5.7 29H284l-6.1 26H262l-6.1 29h15.4l-7.7 37h30.9l7.9-37h26.8l-7.7 37h30.4l8.2-37h16.3l7.2-29h-17.2l6.1-26h15l6.3-29h-14.7l8.3-39H356l-8.3 39h-26.4l8.3-39h-31.7zm16.8 68h26.8l-6.3 27h-26.7l6.2-27z" />',viewBox:"0 0 512 512"},Al={name:"vbproj",content:'<path d="M64 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zm160 32c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 0c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM64 160h384v288H64V160zm32 64 51.6 160h54.1L254 224h-50.2L180 321.9c-1.9 7.4-3 13.5-3.5 18.5h-1.1c-.2-3.9-1.3-9.9-3.2-17.9L147.8 224H96zm183.3 0v160h73c20.4 0 36.2-4.3 47.2-12.8s16.5-20.6 16.5-36.3c0-5.8-1.6-11.4-4.9-16.8s-7.9-9.9-14-13.5-12.8-5.9-20.4-6.8v-.4c6.5-1.3 12.5-3.6 18-7.1s9.5-7.6 12.2-12.2c2.7-4.6 4-9.8 4-15.3 0-25.8-21.2-38.7-63.7-38.7h-67.9v-.1zm48.2 32.3h8.9c15.6 0 23.3 5 23.3 14.8 0 4.5-1.7 8.3-5.1 11.1s-7.8 4.3-13.2 4.3h-14l.1-30.2zm0 62.5h19c5.5 0 9.9 1.5 13.3 4.4s5 6.8 5 11.4c0 5.2-1.9 9.3-5.7 12.3s-9 4.5-15.5 4.5h-16.1v-32.6z" />',viewBox:"0 0 512 512"},El={name:"cs",content:'<path d="M165.9 128c-26.4 0-49.8 5.6-70.1 16.7s-36 26.8-47.1 47.2S32 235.5 32 261.6c0 24.3 5 45.7 14.9 64.3s24.3 32.9 43.1 43 41.2 15.1 67.2 15.1c26.4 0 46.6-3.7 65.8-11v-66.5c-17.1 9.2-32 13.8-49.8 13.8-19.3 0-34.7-5.7-46.2-17.2s-17.3-27.1-17.3-46.9c0-19.9 5.8-35.7 17.3-47.3s27.3-17.4 47.2-17.4c9.6 0 16 1.2 25.4 3.5s17.5 5.5 24.4 9.7v-68.9c-19.7-5.2-37-7.8-58.1-7.8zm158.8 0-13.3 62h-29l-9.3 46h28.6l-10.3 43h-25.6l-9.8 46h25.2l-12.5 59h50l12.9-59h43.5l-12.5 59h49.2l13.3-59h26.8l11.5-46h-28.2l10.3-43h24.2l10.3-46h-23.7l13.5-63h-51.7l-13.5 63h-43.5l13.5-63h-50l.1 1zm26.9 108H395l-10.3 43h-43.3l10.2-43z" />',viewBox:"0 0 512 512"},Tl={name:"vb",content:'<path d="m32 160 73.2 224h76.7L256 160h-71.1l-33.7 137c-2.6 10.3-4.3 19-4.9 25.9h-1.6c-.3-5.5-1.8-13.9-4.6-25L105.5 160H32zm252 0v224h104.6c29.3 0 51.9-6 67.7-17.9 15.8-11.9 23.7-28.9 23.7-50.8 0-8.1-2.4-16-7-23.5-4.7-7.6-11.4-13.9-20-18.9-8.7-5-18.4-8.2-29.3-9.5v-.6c9.4-1.8 18-5.1 25.8-10 7.8-4.9 13.7-10.6 17.5-17.1 3.8-6.5 5.8-13.7 5.8-21.5 0-36.1-30.5-54.2-91.4-54.2H284zm69.1 45.2h12.8c22.3 0 33.4 6.9 33.4 20.8 0 6.4-2.5 11.5-7.4 15.5s-11.2 6-18.9 6h-20l.1-42.3zm0 87.6h27.2c7.9 0 14.3 2.1 19 6.2s7.2 9.5 7.2 15.9c0 7.3-2.7 13-8.1 17.2-5.4 4.2-12.9 6.3-22.2 6.3h-23v-45.6h-.1z" />',viewBox:"0 0 512 512"},Bl={name:"sln",content:'<path d="M352 32 172.5 211.5 64 128l-32 32v192l32 32 108.5-83.5L352 480l128-32V64L352 32zM64 320V192l64 64-64 64zm166.4-64L352 162.5v187.1L230.4 256z" />',viewBox:"0 0 512 512"},jl={name:"cloud",content:'<path d="M442.2 243.6c3.7-11.2 5.8-23.2 5.8-35.6 0-61.9-50.1-112-112-112-37.8 0-71.3 18.8-91.6 47.5-15-9.8-33-15.5-52.3-15.5-52.9 0-95.8 42.9-95.8 95.8 0 1.8.1 3.6.2 5.5C58.9 242.3 32 278 32 320c0 53 43 96 96 96h256c53 0 96-43 96-96 0-31.1-14.8-58.8-37.8-76.4z" />',viewBox:"0 0 512 512"},Ll={name:"file-horizontal",content:'<path d="M384 64H64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V160l-96-96zm64 352H64V96h288v96h96v224z" />',viewBox:"0 0 512 512"},Rl={name:"subreport",content:'<path d="M448 480c0 17.7-14.3 32-32 32H128c-17.7 0-32-14.3-32-32v-96h32v96h288V96H128v64H96V96c0-17.7 14.3-32 32-32h288c17.7 0 32 14.3 32 32v384zM63.9 32l254.3-.2L286.4 0 63.8.2C46.2.2 32 14.4 32 32l.1 128H64l-.1-128zm.1 351H32v32c0 17.7 14.3 32 32 32v-64zm-32-62.9S64 288 95 288v32l65-48.1L96 224v32c-32.1 0-64 32.1-64 64.1zM352 384l-160 .1V416l160-.1V384zm-96-192c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64h-64v-64zm32-32v64h64c0-35.3-28.7-64-64-64z" />',viewBox:"0 0 512 512"},Dl={name:"data",content:'<path d="M448 125.6v.3c-.5 33.9-86.3 61.3-192 61.3S64.5 159.8 64 125.9v-.3c0-34 86-61.6 192-61.6s192 27.6 192 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-192 61.3S64.5 206.2 64 172.3v-.3l1 86.8v.5c.5 33.7 85.8 61 191 61s190.5-27.3 191-61v-.5l1-86.8zm0 128v.3c-.5 33.9-86.3 61.3-192 61.3S64.5 334.2 64 300.3v-.3l1 86.8v.5c.5 33.7 85.8 61 191 61s190.5-27.3 191-61v-.5l1-86.8z" />',viewBox:"0 0 512 512"},Nl={name:"file-header",content:'<path d="M416 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm0 416H96V64h320v384zm-32-64H128v-32h256v32zm0-96H128v32h256v-32zm0-160H128v96h256v-96z" />',viewBox:"0 0 512 512"},Fl={name:"file-footer",content:'<path d="M416 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32zm0 416H96V64h320v384zm-32-224H128v-32h256v32zm0-96H128v32h256v-32zm0 160H128v96h256v-96z" />',viewBox:"0 0 512 512"},Ul={name:"group-header-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-320H128v96h320v-96zm0 160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},Wl={name:"group-footer-section",content:'<path d="m128 448 32 32H32V32h128l-32 32H64v384h64zm320-160H128v96h320v-96zm0-160H128v32h320v-32zm0 64H128v32h320v-32z" />',viewBox:"0 0 512 512"},Kl={name:"page-header-section",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-32-160H128v-96h256v96zm0 96H128v32h256v-32zm0-64H128v32h256v-32z" />',viewBox:"0 0 512 512"},Gl={name:"page-footer-section",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zm-31-32H129v-96h256v96zm0-160H129v32h256v-32zm0-64H129v32h256v-32z" />',viewBox:"0 0 512 512"},ql={name:"detail-section",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zm-33-224h-63v-32h63v32zm-96-32h-63v32h63v-32zm-96 0h-63v32h63v-32zm192 96h-63v32h63v-32zm-96 0h-63v32h63v-32zm-96 0h-63v32h63v-32z" />',viewBox:"0 0 512 512"},Xl={name:"toc-section",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zm-32-288H224v-32h160v32zm-64 64h-96v-32h96v32zm0 64h-96v-32h96v32zm64 64H224v-32h160v32z" />',viewBox:"0 0 512 512"},Yl={name:"group-section",content:'<path d="m128 416 32 32H32V32h128l-32 32H64v352h64zm320-288H128v32h320v-32zm0 192H128v32h320v-32zm0-96H128v32h320v-32z" />',viewBox:"0 0 512 512"},Zl={name:"parameters",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zM285.3 160c-8.9-25-36.3-38.1-61.4-29.2-13.7 4.8-24.4 15.6-29.2 29.2H128v32h66.7c8.9 25 36.3 38.1 61.4 29.2 13.7-4.8 24.4-15.6 29.2-29.2H384v-32h-98.7zM240 192c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm109.3 96c-8.9-25-36.3-38.1-61.4-29.2-13.7 4.8-24.4 15.6-29.2 29.2H128v32h130.7c8.9 25 36.3 38.1 61.4 29.2 13.7-4.8 24.4-15.6 29.2-29.2H384v-32h-34.7zM304 320c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" />',viewBox:"0 0 512 512"},Ql={name:"data-csv",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zM271 420.8c-7.7 4.5-16.4 6.8-25.4 6.7-9.7 0-17.4-3-23.1-9s-8.6-14.1-8.6-24.3c0-10.6 3-19 9.1-25.2 6.1-6.2 14-9.3 23.9-9.3 8.4-.1 16.7 2 24 6.3v-22.8c-7-2.6-15.7-3.9-25.9-3.9-16.6 0-30 5.2-40.4 15.7-10.4 10.5-15.6 24.1-15.6 40.9 0 15.8 4.6 28.4 13.8 37.9 9.2 9.5 21.9 14.2 38 14.2 12.3 0 22.3-1.9 30-5.6l.2-21.6zm36.6 25.7c5.4 1 10.9 1.5 16.4 1.5 5.4 0 10.7-.5 16-1.6 4.7-.9 9.2-2.7 13.3-5.3 3.8-2.4 6.8-5.8 9-9.7 2.2-4 3.3-8.9 3.3-14.8.1-3.8-.6-7.6-1.9-11.2-1.3-3.2-3.1-6.1-5.5-8.5-2.6-2.6-5.5-4.9-8.6-6.7-3.6-2.1-7.4-4-11.3-5.6-3.1-1.3-5.8-2.5-8.3-3.7-2.2-1-4.3-2.3-6.2-3.7-1.5-1.1-2.9-2.4-4-4-.9-1.4-1.4-3-1.4-4.7 0-1.5.4-3.1 1.2-4.4.9-1.4 2.1-2.5 3.5-3.3 1.7-1 3.6-1.7 5.6-2.2 2.4-.5 4.9-.8 7.3-.8 2.1 0 4.1.2 6.2.4 2.2.3 4.4.8 6.5 1.4 2.2.6 4.3 1.4 6.4 2.3 2 .9 3.9 2 5.8 3.2v-21.9c-3.8-1.4-7.7-2.4-11.7-3-4.8-.7-9.7-1-14.5-1-5.3 0-10.6.6-15.8 1.8-4.7 1.1-9.1 3-13.1 5.6-3.7 2.5-6.8 5.8-9 9.7-2.3 4.3-3.4 9.2-3.3 14.1-.2 6.5 2 12.8 6 17.9 4 4.9 10.1 9.1 18.3 12.5 3.2 1.3 6.2 2.6 9 3.9 2.5 1.1 4.9 2.5 7.2 4 1.8 1.2 3.5 2.7 4.8 4.5 1.2 1.6 1.8 3.5 1.8 5.5 0 1.5-.4 2.9-1.1 4.2-.8 1.4-2 2.5-3.3 3.4-1.7 1-3.6 1.8-5.6 2.2-2.6.6-5.2.8-7.8.8-5.1 0-10.2-.9-15.1-2.7-5.1-1.8-9.8-4.5-13.9-8V442c4.5 2.3 9 3.8 13.8 4.5zm147.7-105.4-21.8 72.8c-1.1 3.5-1.8 7.1-2.3 10.8h-.4c-.3-3.6-1.1-7.1-2.1-10.5l-21.9-73.1h-25.5l35.7 105h26.8l36.2-105h-24.7zm-295.3-15C85.7 317.7 32.4 295 32 268.3v-.3l.1 86.8v.3c.4 26.7 53.7 49.3 127.9 57.8v-86.8z" />',viewBox:"0 0 512 512"},$l={name:"data-json",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zm-251.3 21.1h-23.6v62.4c0 16-5.4 24-16.2 24-4.9.1-9.7-1.5-13.6-4.5v22.2c4.9 1.9 10.1 2.9 15.3 2.8 12.4 0 21.8-3.7 28.3-11.2s9.8-18.2 9.8-32.3v-63.4zm31.7 105.4c5.4 1 10.9 1.5 16.4 1.5 5.4 0 10.7-.5 16-1.6 4.7-.9 9.2-2.7 13.3-5.3 3.8-2.4 6.8-5.8 9-9.7 2.2-4 3.3-8.9 3.3-14.8.1-3.8-.6-7.6-1.9-11.2-1.3-3.2-3.1-6.1-5.5-8.5-2.6-2.6-5.4-4.9-8.6-6.7-3.6-2.1-7.4-4-11.3-5.6-3.1-1.3-5.8-2.5-8.3-3.7-2.2-1-4.3-2.3-6.2-3.7-1.6-1.1-2.9-2.4-4-4-.9-1.4-1.4-3-1.4-4.7 0-1.5.4-3.1 1.2-4.4.9-1.4 2.1-2.5 3.5-3.3 1.7-1 3.6-1.7 5.6-2.2 2.4-.5 4.9-.8 7.4-.7 2.1 0 4.1.1 6.2.4 2.2.3 4.4.8 6.6 1.4 2.2.6 4.3 1.4 6.4 2.3 2 .9 3.9 2 5.8 3.2v-21.9c-3.8-1.4-7.7-2.4-11.7-3-4.8-.7-9.7-1-14.5-1-5.3 0-10.6.6-15.8 1.8-4.7 1.1-9.1 3-13.1 5.6-3.7 2.5-6.8 5.8-9 9.7-2.3 4.3-3.4 9.2-3.3 14.1-.2 6.5 1.9 12.8 6 17.9 4 4.9 10.1 9.1 18.4 12.5 3.2 1.3 6.2 2.6 9 3.9 2.5 1.1 4.9 2.5 7.2 4 1.8 1.2 3.5 2.7 4.8 4.5 1.2 1.6 1.8 3.5 1.8 5.5 0 1.5-.4 2.9-1.1 4.2-.8 1.4-2 2.5-3.3 3.4-1.7 1-3.6 1.8-5.6 2.2-2.6.6-5.2.8-7.8.8-5.1 0-10.3-.9-15.1-2.7-5.1-1.8-9.7-4.5-13.8-8v23.4c4.1 2.2 8.7 3.7 13.4 4.4zm157.3-13.7c9.6-10.1 14.4-23.4 14.4-39.9 0-16.1-4.6-29-13.9-38.8-9.3-9.8-21.4-14.7-36.4-14.7-15.9 0-28.6 5.1-38.2 15.4-9.6 10.3-14.4 23.7-14.4 40.3 0 15.7 4.7 28.5 14.2 38.3s21.7 14.7 36.8 14.7c15.4-.1 27.9-5.2 37.5-15.3zm-17.5-64c4.6 6 6.9 14.5 7 25.4 0 10.4-2.4 18.6-7.2 24.5s-11.3 8.8-19.4 8.8c-7.5.2-14.6-3.2-19.2-9.1-4.9-6.1-7.3-14.3-7.3-24.7 0-10.2 2.4-18.5 7.3-24.7s11.5-9.3 19.8-9.3c8 0 14.4 3.1 19 9.1zM480 341.1h-22.3v58.1c-.1 4.8.1 9.6.6 14.4h-.3c-1.6-2.8-3.4-5.7-5.3-8.6L411 341.1h-25.5v105h22.3v-57.7c0-7.6-.2-13.3-.6-17h.3c1.6 3 3.4 5.9 5.3 8.7l43.3 66H480v-105zM96 313.9c-39-11.2-63.7-27.5-64-45.6v-.3l.1 86.8v.3c.3 18.1 24.9 34.3 63.9 45.6v-86.8z" />',viewBox:"0 0 512 512"},Jl={name:"data-sql",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zM209.1 448.6c5.4 1 10.9 1.5 16.4 1.5 5.4 0 10.7-.5 16-1.6 4.7-.9 9.2-2.7 13.3-5.3 3.8-2.4 6.8-5.8 9-9.7 2.2-4 3.3-8.9 3.3-14.8.1-3.8-.6-7.6-1.9-11.2-1.3-3.2-3.1-6.1-5.5-8.5-2.5-2.6-5.4-4.9-8.6-6.7-3.6-2.1-7.4-4-11.3-5.6-3.1-1.3-5.8-2.5-8.3-3.7-2.2-1-4.3-2.3-6.2-3.7-1.6-1.1-2.9-2.4-4-4-.9-1.4-1.4-3-1.4-4.7 0-1.5.4-3.1 1.3-4.4.9-1.4 2.1-2.5 3.5-3.3 1.7-1 3.6-1.7 5.6-2.2 2.4-.5 4.9-.8 7.3-.8 2.1 0 4.1.2 6.2.4 2.2.3 4.4.8 6.6 1.4 2.2.6 4.3 1.4 6.4 2.3 2 .9 3.9 2 5.8 3.2v-21.9c-3.8-1.4-7.7-2.4-11.7-3-4.8-.7-9.7-1-14.5-1-5.3 0-10.6.6-15.8 1.8-4.7 1.1-9.1 3-13.1 5.6-3.7 2.5-6.8 5.8-9 9.7-2.3 4.3-3.4 9.2-3.3 14.1-.2 6.5 1.9 12.8 6 17.9 4 4.9 10.1 9.1 18.4 12.5 3.2 1.3 6.2 2.6 9 3.9 2.5 1.1 4.9 2.4 7.2 4 1.8 1.2 3.5 2.7 4.8 4.5 1.2 1.6 1.8 3.5 1.8 5.5 0 1.5-.4 2.9-1.1 4.2-.8 1.4-2 2.5-3.3 3.4-1.7 1-3.6 1.8-5.6 2.2-2.6.6-5.2.8-7.8.8-5.1 0-10.3-.9-15.1-2.7-5.1-1.8-9.7-4.5-13.8-8v23.4c4 2.3 8.6 3.8 13.4 4.5zm172.8-21.2c5.7-9 8.5-19.8 8.5-32.4 0-16.1-4.6-29-13.9-38.8s-21.3-14.7-36.2-14.8c-16 0-28.8 5.1-38.5 15.4s-14.4 23.7-14.4 40.3c-.1 7 1.1 13.9 3.4 20.4 2.1 6.1 5.4 11.7 9.6 16.6 4.2 4.7 9.3 8.6 15 11.2 6.1 2.8 12.8 4.4 19.5 4.5 3.8 4.2 7.4 8.1 10.9 11.8 3.3 3.5 6.9 6.7 10.8 9.6 3.6 2.6 7.4 4.8 11.6 6.4 4.2 1.6 8.7 2.4 13.2 2.3 3.4 0 6.7-.2 10.1-.7 2.2-.3 4.3-.8 6.5-1.3V458c-.8.3-1.6.6-2.4.8l-2.7.6c-.9.2-1.9.3-2.8.4s-1.8.1-2.6.1c-2.7 0-5.4-.2-8-.6-2.5-.4-4.9-1.1-7.1-2.1-2.5-1.1-4.8-2.5-6.9-4.2-2.6-2-5-4.3-7.3-6.7 9.9-3.4 18.2-10.1 23.7-18.9zm-23.3-56.3c4.6 6 6.9 14.5 6.9 25.3 0 10.4-2.4 18.6-7.2 24.5-4.8 6-11.3 8.9-19.4 8.8-7.5.2-14.7-3.2-19.3-9.1-4.8-6.1-7.3-14.3-7.3-24.7 0-10.4 2.4-18.6 7.3-24.7 4.9-6.2 11.5-9.4 19.8-9.4 8.3.1 14.6 3.1 19.2 9.3zm121.4 58h-38.9v-85.8h-23.7v105H480v-19.2zm-320-103C85.7 317.7 32.4 295 32 268.3v-.3l.1 86.8v.3c.4 26.7 53.7 49.3 127.9 57.8v-86.8z" />',viewBox:"0 0 512 512"},th={name:"data-web",content:'<path d="M415.9 93.6v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.6 127.8 32.1 93.9v-.3C32.1 59.6 118 32 224 32s191.9 27.6 191.9 61.6zm0 46.4v.3c-.5 33.9-86.3 61.3-191.9 61.3S32.5 174.2 32 140.3v-.3l.1 86.8v.3c.5 33.9 86.3 61.3 191.9 61.3s191.4-27.4 192-61.3v-.3l-.1-86.8zm.1 180-.1-52v.3c-.3 21.7-35.7 40.8-88.9 51.7h89zm-151.1 23-14.5 70.1c-.8 3.9-1.3 7.8-1.5 11.7h-.3c-.3-3.8-.9-7.6-1.7-11.3L229.6 343h-25.3l-19.1 69.6c-1.1 4-1.9 8.1-2.1 12.3h-.4c-.2-4-.6-8-1.4-12l-14.8-70h-25.8l27.6 105h27.3l17.9-67.4c1-3.9 1.6-7.8 1.9-11.8h.3c.1 4 .7 7.9 1.7 11.8l17.4 67.4H261l27.8-105h-23.9zm109.8 85.8h-39.3v-24h34.4v-19.2h-34.4v-23.4h36.9V343h-60.6v105h63v-19.2zm66.8 19.2c11.9 0 21.3-2.8 28.2-8.5 6.9-5.6 10.3-13.3 10.3-22.9.1-6.3-2.3-12.3-6.7-16.8-4.5-4.6-10.4-7.3-17.9-8.3v-.3c5.6-1.5 10.8-4.5 14.7-8.9 3.8-4 5.8-9.4 5.8-14.9 0-7.8-3.2-13.9-9.5-18.2-6.3-4.3-15.3-6.5-27-6.5h-38.3v105h40.4zm-7.9-87.6c11.5 0 17.3 3.9 17.3 11.6.2 3.7-1.4 7.3-4.2 9.8-2.8 2.4-6.6 3.6-11.5 3.5h-10.4v-24.9h8.8zm4.1 42.5c5.5 0 9.7 1.2 12.8 3.6 3 2.4 4.7 6 4.6 9.9.2 4-1.5 7.9-4.6 10.4-3.1 2.5-7.4 3.8-12.9 3.8h-12.8v-27.7h12.9zM96 313.9c-39-11.2-63.7-27.5-64-45.6v-.3l.1 86.8v.3c.3 18.1 24.9 34.3 63.9 45.6v-86.8z" />',viewBox:"0 0 512 512"},eh={name:"group-collection",content:'<path d="M448 352H160v-32h288v32zm0 32H160v32h288v-32zm0-288H160v32h288V96zm0 64H160v32h288v-32zM64 192V96h64l32-32H32v160h128l-32-32H64zm0 224v-96h64l32-32H32v160h128l-32-32H64z" />',viewBox:"0 0 512 512"},oh={name:"parameter-boolean",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zM207 212h-39v114h-32V212H96v-26h111v26zm96.8-37-68.1 163h-27.5l67.9-163h27.7zM416 212h-49v34h45v26h-45v54h-32V186h81v26z" />',viewBox:"0 0 512 512"},nh={name:"parameter-date-time",content:'<path d="M416 202.8V128c0-17.7-14.3-32-32-32H64c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h304c61.9 0 112-50.1 112.1-111.9 0-43.3-25-82.8-64.1-101.3zM64.1 384 64 192h304c-61.9 0-112 50.2-112 112 0 30.1 12.1 58.9 33.6 80H64.1zm303.9 0c-44.2 0-80-35.8-80-80s35.8-80 80-80 80 35.8 80 80-35.8 80-80 80zm48-96v32h-64v-64h32v32h32zm-224 32H96v-96h96v96z" />',viewBox:"0 0 512 512"},rh={name:"parameter-float",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-276-55.6c-33.3 0-50-23.4-50-70.2 0-24.3 4.5-42.8 13.5-55.5s22.1-19.1 39.2-19.1c32.6 0 48.8 23.8 48.8 71.4 0 23.7-4.4 41.9-13.3 54.5-8.9 12.6-21.6 18.9-38.2 18.9zm1.4-121.3c-13.3 0-20 16.8-20 50.3 0 31.6 6.5 47.4 19.6 47.4 12.8 0 19.1-16.3 19.1-48.8s-6.2-48.9-18.7-48.9zm83.8 121.3c-4.7.1-9.2-1.5-12.7-4.7-3.3-2.9-5.2-7.1-5.1-11.5-.1-4.4 1.8-8.7 5.2-11.5 3.6-3 8.3-4.6 13-4.5 5.3 0 9.6 1.5 12.9 4.5 6.4 5.9 6.7 15.9.8 22.2l-.9.9c-3.3 3.1-7.8 4.6-13.2 4.6zM390 326h-88v-24h29v-87.2l-30 6.4v-25.5l60-12.1V302h29v24z" />',viewBox:"0 0 512 512"},ih={name:"parameter-integer",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-262.6-58H96.8v-24.4h29v-87.2L96 220.8v-25l60.6-12.2v118h28.8V326zm59.2-26.2v.6h56.8V326h-92.2v-24l40.1-38.4c8.1-7.7 13.7-14.2 17-19.5 3.2-4.9 4.9-10.7 4.9-16.6 0-12.9-6.9-19.3-20.8-19.3-12 0-23.6 4.8-34.6 14.4v-27.2c12.2-7.9 25.9-11.8 41.2-11.8 14.3 0 25.5 3.6 33.5 10.8 8 7.2 12.1 16.9 12.1 29.1 0 16.3-9.8 33.2-29.4 50.7l-28.6 25.6zm82.1 21.6v-26.9c9.4 6.8 20.3 10.3 32.8 10.3 7.9 0 14-1.7 18.4-5.1 4.4-3.4 6.6-8.1 6.6-14.2 0-6.2-2.7-11.1-8.1-14.5-5.4-3.4-12.9-5.1-22.4-5.1h-12.6v-23.6H353c18.2 0 27.4-6.1 27.4-18.2 0-11.4-7-17.1-21-17.1-9.4 0-18.5 3-27.3 9.1V191c9.8-4.9 21.3-7.4 34.4-7.4 14.3 0 25.5 3.2 33.5 9.7 7.8 6 12.2 15.3 12 25.1 0 18.3-9.3 29.8-27.8 34.4v.5c9.9 1.2 17.7 4.8 23.4 10.8 5.7 5.9 8.8 13.8 8.6 21.9 0 13.1-4.8 23.4-14.4 31.1s-22.8 11.4-39.6 11.4c-14.7-.1-26.4-2.4-35.5-7.1z" />',viewBox:"0 0 512 512"},ah={name:"parameter-string",content:'<path d="M127.3 328.9c13.2 0 23.1-5.6 29.8-16.8h.4v14.4h29.2v-59.8c0-28.5-14.3-42.7-42.8-42.7-6.9.1-13.7.9-20.4 2.5-7.4 1.7-13.3 3.6-17.6 5.9v23.2c10.8-7.1 22.1-10.6 34-10.6s17.8 5.5 17.8 16.4l-27.2 3.6c-23 3-34.5 14.2-34.5 33.6 0 9.2 2.8 16.5 8.3 22s13.2 8.3 23 8.3zm12.2-47.5 18.2-2.3v6.7c0 6.1-1.8 11.2-5.5 15.2-3.6 4-8.8 6.2-14.2 6-4.2 0-7.5-1.1-9.9-3.4-2.4-2.2-3.8-5.4-3.7-8.6 0-7.7 5-12.3 15.1-13.6zm209 33.5c-9.5-9.3-14.3-21.3-14.3-36 0-17 5.1-30.4 15.3-40.2 10.2-9.8 23.8-14.7 40.9-14.7 11.8 0 20.3 1.6 25.6 4.7v26.2c-6.2-4.7-13.8-7.3-21.6-7.2-8.9 0-15.9 2.6-21 7.8-5.2 5.2-7.8 12.3-7.8 21.4 0 8.9 2.5 15.8 7.4 20.9 4.9 5 11.8 7.6 20.4 7.6 7.7 0 15.2-2.4 22.6-7.3v24.8c-7 4-17 6-30.2 6-15.3 0-27.8-4.7-37.3-14zm-104 .5h.4c6.3 9.4 15.6 14.1 27.9 14.1 13.6 0 24.5-5 32.6-15.1 8.1-10.1 12.2-23.5 12.2-40.1 0-15.3-3.5-27.4-10.5-36.3s-16.9-13.3-29.8-13.3c-14.1 0-24.9 5.8-32.5 17.5h-.4V179h-30.9v148h30.9l.1-11.6zm-.5-42.2c0-7.4 2-13.4 6.1-18.1 3.8-4.5 9.5-7.1 15.4-6.9 6.6 0 11.6 2.3 15.2 7 3.5 4.7 5.3 11.1 5.3 19.4 0 10-1.9 17.7-5.8 23.1-3.9 5.4-9.3 8.2-16.4 8.2-5.5.1-10.7-2.2-14.3-6.4-3.7-4.2-5.6-9.6-5.6-16l.1-10.3zM448 96H64c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32zm0 288H64V128h384v256z" />',viewBox:"0 0 512 512"},sh={name:"toc-section-level",content:'<path d="M96 32c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H96zm320 416H96V64h320v384zm-32-288H192v-32h192v32zm0 64h-96v-32h96v32zm0 64h-96v-32h96v32zm0 64h-96v-32h96v32zm-192-32v-96l64 48-64 48z" />',viewBox:"0 0 512 512"},ch={name:"inherited",content:'<path d="M448 320v128H320V320h30.4L256 244.5 161.6 320H192v128H64V320h46.4l120-96H176V64h160v160h-54.4l120 96H448z" />',viewBox:"0 0 512 512"},lh={name:"file-video",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zM304 304.8v-.8c0-8.8-7.2-16-16-16h-10.1c24.2-3.1 42.8-24.3 41.8-49.6-1-24.8-21.2-45-46-46-27.4-1.1-49.9 20.8-49.9 48 0 24.4 18.2 44.6 41.8 47.6h-70.4c17.2-1.7 30.3-16.9 28.7-34.8-1.4-15.5-14.1-27.9-29.6-28.9-18.7-1.3-34.2 13.5-34.2 31.9 0 16.6 12.7 30.2 28.8 31.8H176c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16h111.7c8.4 0 15.6-6.3 16.3-14.6.2-3.1-.3-6.1-1.7-8.7l1.8 1.1 44.9 27.1c1.3.8 2.7 1.2 4.1 1.2 1.3 0 2.7-.3 3.9-1 2.5-1.4 4.1-4.1 4.1-7v-95.8c0-2.9-1.5-5.5-4-6.9s-5.5-1.5-8 0L304 304.8zM193.5 272c-.5.1-1 .1-1.5.1s-1 0-1.5-.1h-.2c-8.6-.8-15.1-8.5-14.3-17.2.6-7.9 7.2-14.2 15.1-14.6 9.2-.5 16.8 6.9 16.8 16 .1 8.1-6.1 15-14.4 15.8zm82.3-.3c-.3 0-.6.1-.9.1-1 .1-2.1.2-3.1.2s-2.1 0-3.1-.2c-.3 0-.6-.1-.9-.1-15.9-2-27.9-15.7-27.9-31.7 0-17.6 14.4-32 32-32s32 14.4 32 32c-.1 16.1-12.1 29.7-28.1 31.7z" />',viewBox:"0 0 512 512"},hh={name:"file-audio",content:'<path d="M218 353.8c-5.5-2.9-12.1-4.5-19-4.5-21 0-38 14.8-38 33.2s17 33.2 38 33.2 38-14.8 38-33.2V256.6l96-22.6v87.8c-5.5-2.9-12.1-4.5-19-4.5-21 0-38 14.8-38 33.2s17 33.2 38 33.2 38-14.8 38-33.2V192.2l-134 31.5v130.1zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},ph={name:"file-image",content:'<path d="M298.7 385.2S272.2 288 213.1 288s-85 128-85 128h256s-11.9-78.7-42.7-78.7-42.7 47.9-42.7 47.9zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zM288 256c0 17.7 14.3 32 32 32s32-14.3 32-32-14.3-32-32-32-32 14.3-32 32z" />',viewBox:"0 0 512 512"},uh={name:"file-presentation",content:'<path d="M127.5 214.4c0 9.9 6.1 18.2 14.5 21.2v113.1c0 12.4 9.6 22.4 21.3 22.4H246v11.8l-13.6 14.6c-1.9 2-3 4.8-3 8 0 6.3 4.7 11.3 10.5 11.3 2.8 0 5.5-1.3 7.4-3.3.1-.1.2-.3.4-.4l8.9-9.6 8.9 9.6c.1.1.2.3.4.4 1.9 2 4.5 3.3 7.4 3.3 5.8 0 10.5-5 10.5-11.3 0-3.1-1.2-6-3-8L267 382.8V371h78.8c11.1 0 20.1-9.3 20.9-21h1.3V235.9c9-2.6 15.7-11.3 15.7-21.6 0-12.4-9.5-22.4-21.3-22.4H148.8c-11.8.1-21.3 10.1-21.3 22.5zM299 237h43v89h-43v-89zm-64 26h43v63h-43v-63zm-64 18h43v45h-43v-45zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},vh={name:"file-data",content:'<path d="M352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288zM128 229.3v149.4c0 20.6 19.1 37.3 42.7 37.3h170.6c23.6 0 42.7-16.7 42.7-37.3V229.3c0-20.6-19.1-37.3-42.7-37.3H170.7c-23.6 0-42.7 16.7-42.7 37.3zM247 379h-76v-47h76v47zm18-112h76v47h-76v-47zm0 65h76v47h-76v-47zm-18-19h-76v-47h76v47z" />',viewBox:"0 0 512 512"},dh={name:"file-disc-image",content:'<path d="M256.1 322.7c3.7 0 7.2-1.1 10.1-3s5.2-4.5 6.7-7.6c1.2-2.5 1.9-5.2 1.9-8.1 0-10.3-8.4-18.7-18.7-18.7-2.8 0-5.4.6-7.7 1.7-3.4 1.6-6.3 4.1-8.3 7.3-1.7 2.8-2.7 6.1-2.7 9.7 0 10.4 8.3 18.7 18.7 18.7zm-52.5-117.8c-19.1 10.1-34.9 25.5-45.4 44.4-9 16.1-14.1 34.7-14.1 54.4 0 61.7 50 111.7 111.7 111.7 20 0 38.8-5.3 55.1-14.5 18.6-10.6 33.9-26.4 43.9-45.4 8.1-15.5 12.7-33.1 12.7-51.8 0-61.7-50-111.7-111.7-111.7-18.9 0-36.7 4.7-52.2 12.9zm89.8 99.2c0 6.1-1.4 11.8-4 16.9l48.7 25.8c-8.3 15.8-20.9 28.9-36.3 37.7l-26.6-48.3c-5.6 3.3-12.1 5.3-19.1 5.3-20.6 0-37.4-16.7-37.4-37.4 0-6.8 1.8-13.2 5-18.7l-49.2-27.1c8.8-15.7 22-28.6 38-37l26.8 49.3c5-2.5 10.7-3.9 16.7-3.9 20.7 0 37.4 16.7 37.4 37.4zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},fh={name:"file-programming",content:'<path d="m236 256-52.6-.2-48.6 48.6.1.1c-4.1 3.9-6.7 9.4-6.7 15.5 0 5.8 2.3 11 6 14.8l49.1 49.1 46.8-.2-59.7-59.7c.2-.9.3-1.8.3-2.8L236 256zm105.2 65.5c.1.9.2 1.9.3 2.8L281.9 384l46.8.2 49.1-49.1c3.7-3.8 6-9.1 6-14.8 0-6.1-2.6-11.6-6.7-15.5l.1-.1-48.6-48.7-52.6.2 65.2 65.3zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},mh={name:"parameters-byte-array",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-306.2-55.6c-33.3 0-50-23.4-50-70.2 0-24.3 4.5-42.8 13.5-55.5s22.1-19.1 39.2-19.1c32.6 0 48.8 23.8 48.8 71.4 0 23.7-4.4 41.9-13.3 54.5-8.9 12.6-21.6 18.9-38.2 18.9zm1.4-121.3c-13.3 0-20 16.8-20 50.3 0 31.6 6.5 47.4 19.6 47.4 12.8 0 19.1-16.3 19.1-48.8s-6.2-48.9-18.7-48.9zm113.6 121.3c-33.3 0-50-23.4-50-70.2 0-24.3 4.5-42.8 13.5-55.5s22.1-19.1 39.2-19.1c32.6 0 48.8 23.8 48.8 71.4 0 23.7-4.4 41.9-13.3 54.5-8.8 12.6-21.6 18.9-38.2 18.9zm1.4-121.3c-13.3 0-20 16.8-20 50.3 0 31.6 6.5 47.4 19.6 47.4 12.8 0 19.2-16.3 19.2-48.8s-6.3-48.8-18.8-48.9zM420 326h-88v-24h29v-87.2l-30 6.4v-25.4l61-12.3V302h28v24z" />',viewBox:"0 0 512 512"},yh={name:"parameters-unknown",content:'<path d="M64 96c-17.7 0-32 14.3-32 32v256c0 17.7 14.3 32 32 32h384c17.7 0 32-14.3 32-32V128c0-17.7-14.3-32-32-32H64zm384 288H64V128h384v256zm-64-64h-64v-32h64v32zm-96 0h-64v-32h64v32zm-96 0h-64v-32h64v32z" />',viewBox:"0 0 512 512"},gh={name:"file-error",content:'<path d="M160 320h32V160h-32v160zm16 32c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM352 32H96c-17.7 0-32 14.3-32 32v384c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V128l-96-96zm64 416H96V64h224v96h96v288z" />',viewBox:"0 0 512 512"},bh={name:"files-error",content:'<path d="M64 64h224l-32-32H64c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h64v-32H64V64zm208 320c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zM384 96H192c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h256c17.7 0 32-14.3 32-32V192l-96-96zm64 352H192V128h160v96h96v224zm-192-96h32V192h-32v160z" />',viewBox:"0 0 512 512"},xh={name:"data-rest",content:'<path d="M32 268v.33-.33zm0 .33.12 86.48v.32c.29 18.1 24.9 34.34 63.87 45.56l.01-86.77c-38.99-11.22-63.7-27.48-64-45.59zm192.01-113.1c105.67 0 191.4-27.41 191.93-61.29v-.33C415.94 59.59 330 32 224 32S32.06 59.59 32.07 93.61v.33c.53 33.88 86.27 61.29 191.94 61.29zM32 140.32s0 .01 0 0V140v.32zm384 86.81v-.32l-.12-86.81v.32c-.53 33.88-86.26 61.29-191.93 61.29-105.66 0-191.4-27.41-191.95-61.28l.12 86.48v.32c.53 33.88 86.26 61.29 191.93 61.29S415.46 261 416 227.13zM327 320h89l-.07-52v.32c-.34 21.73-35.73 40.8-88.93 51.68zm-130.74 96.93 19.85 31.05h-27.17l-16.33-27.03c-1.22-2.05-2.39-3.88-3.52-5.49-1.12-1.61-2.26-2.99-3.41-4.14-1.15-1.15-2.34-2.03-3.59-2.64-1.25-.61-2.6-.92-4.06-.92h-6.37v40.21H128V342.95h37.5c25.49 0 38.23 9.52 38.23 28.56 0 3.66-.56 7.04-1.68 10.14-1.12 3.1-2.71 5.9-4.76 8.39s-4.53 4.64-7.43 6.45c-2.91 1.81-6.14 3.22-9.7 4.25v.29c1.56.49 3.08 1.28 4.54 2.38 1.46 1.1 2.88 2.38 4.25 3.85 1.37 1.46 2.67 3.04 3.92 4.72 1.23 1.69 2.37 3.34 3.39 4.95zm-17.43-42.48c0-9.18-5.49-13.77-16.48-13.77h-10.69v29.22h10.25c5.08 0 9.16-1.46 12.23-4.39 3.13-2.98 4.69-6.67 4.69-11.06zm70.75 30.32h34.35v-19.19h-34.35v-23.36h36.91v-19.26h-60.57v105.03h62.99V428.8h-39.33v-24.03zm115.58-6.01c-2.39-2.49-5.26-4.72-8.61-6.7-3.34-1.98-7.12-3.85-11.32-5.6-3.08-1.27-5.84-2.5-8.28-3.7-2.44-1.2-4.52-2.42-6.23-3.66-1.71-1.24-3.03-2.56-3.96-3.96-.93-1.39-1.39-2.97-1.39-4.72 0-1.61.41-3.06 1.25-4.36.83-1.29 2-2.4 3.52-3.33 1.51-.93 3.37-1.65 5.57-2.16 2.2-.51 4.64-.77 7.32-.77 1.95 0 4.02.15 6.19.44s4.36.75 6.56 1.36 4.33 1.38 6.41 2.31c2.07.93 3.99 2 5.75 3.22v-21.9c-3.56-1.37-7.46-2.38-11.68-3.04-4.22-.66-9.07-.99-14.54-.99-5.57 0-10.84.6-15.82 1.79s-9.36 3.06-13.15 5.6c-3.78 2.54-6.77 5.77-8.97 9.7-2.2 3.93-3.3 8.63-3.3 14.1 0 6.98 2.01 12.94 6.04 17.87 4.03 4.93 10.14 9.11 18.35 12.52 3.22 1.32 6.23 2.61 9.01 3.88 2.78 1.27 5.19 2.59 7.21 3.96 2.03 1.37 3.63 2.86 4.8 4.47s1.76 3.44 1.76 5.49c0 1.51-.37 2.92-1.1 4.21-.73 1.29-1.84 2.42-3.33 3.37-1.49.95-3.34 1.7-5.57 2.23-2.22.54-4.82.81-7.8.81-5.08 0-10.11-.89-15.09-2.67s-9.59-4.46-13.84-8.02v23.44c3.81 1.95 8.31 3.42 13.51 4.39s10.68 1.46 16.44 1.46c5.61 0 10.95-.54 16-1.61 5.05-1.07 9.49-2.84 13.29-5.31s6.82-5.69 9.05-9.67c2.22-3.98 3.33-8.9 3.33-14.76 0-4.25-.63-7.97-1.9-11.17a26.091 26.091 0 0 0-5.48-8.52zm14.94-55.81v19.26h29.81v85.77h23.73v-85.77h29.96v-19.26h-83.5z" />',viewBox:"0 0 512 512"},wh={name:"file-typescript",content:'<path d="M64 128h192v48h-72v208h-48V176H64v-48zm316.6 107.6c-35-12.6-50.1-21.6-50.1-40.6 0-14.6 12.9-29.9 43.3-29.9 24.6 0 42.9 7.1 52.3 11.8l11.5-36.6c-13.6-6.5-34.4-12.3-62.8-12.3-56.8 0-92.7 30.6-92.7 71.3 0 35.6 27.6 57.6 70.9 72.1 33.1 11.4 46.4 22.4 46.4 41.2 0 20.3-17.1 33.9-47.6 33.9-24.4 0-47.9-7.4-63.3-15.8l-10.6 37.6c14.3 8.3 43.1 15.8 70.8 15.8 67.6 0 99.3-34.6 99.3-74.6 0-35.8-21.9-57.4-67.4-73.9z" />',viewBox:"0 0 512 512"},_h={name:"table-position-start",content:'<path d="M480 320v32H32v-32h448zM32 416h448v-32H32v32zm192-160H32V32h224v224h-32zm-64-128h64V64h-64v64zm-32 32H64v64h64v-64zm0-96H64v64h64V64zm32 160h64v-64h-64v64zM32 480h320v-32H32v32z" />',viewBox:"0 0 512 512"},zh={name:"table-position-center",content:'<path d="M352 256V32H128v224h224zM256 64h64v64h-64V64zm-32 160h-64v-64h64v64zm0-96h-64V64h64v64zm32 32h64v64h-64v-64zM32 448h320v32H32v-32zm448-128v32H32v-32h448zM32 384h448v32H32v-32z" />',viewBox:"0 0 512 512"},Ch={name:"table-position-end",content:'<path d="M32 384h448v32H32v-32zm0 96h320v-32H32v32zM480 32v224H256V32h224zM352 160h-64v64h64v-64zm0-96h-64v64h64V64zm96 96h-64v64h64v-64zm0-96h-64v64h64V64zM32 352h448v-32H32v32z" />',viewBox:"0 0 512 512"},Mh={name:"list-roman-upper",content:'<path d="M32 32h32v128H32V32zm0 288h32V192H32v128zm64 0h32V192H96v128zM32 480h32V352H32v128zm64 0h32V352H96v128zm64 0h32V352h-32v128zM128 96h352v32H128V96zm64 160h288v32H192v-32zm64 160h224v32H256v-32zM96 152c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm64 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8z" />',viewBox:"0 0 512 512"},kh={name:"list-roman-lower",content:'<path d="M32 64h16v96H32V64zm0 256h16v-96H32v96zm32 0h16v-96H64v96zM32 480h16v-96H32v96zm32 0h16v-96H64v96zm32 0h16v-96H96v96zM48 40c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 160c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 200c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM48 360c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 0c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zm32 112c0 4.4-3.6 8-8 8s-8-3.6-8-8 3.6-8 8-8 8 3.6 8 8zM128 96h352v32H128V96zm32 160h320v32H160v-32zm32 160h288v32H192v-32z" />',viewBox:"0 0 512 512"},Oh={name:"import",content:'<path d="M96 480c-17.7 0-32-14.3-32-31.9V192c0-17.7 14.3-32 32-32h96.3v30.9H96.4V448h319.1V190.9h-95.9V160H416c17.7 0 32 14.3 32 31.9V448c0 17.7-14.3 32-31.9 32H96zm159.5-162 96.5-94h-64.5V32h-64v192H159l96.5 94z" />',viewBox:"0 0 512 512"},Sh={name:"export",content:'<path d="M96 480c-4.3 0-8.5-.8-12.5-2.5-3.8-1.6-7.3-3.9-10.2-6.9-2.9-2.9-5.3-6.4-6.9-10.2-1.7-3.9-2.5-8.2-2.5-12.5V192c0-4.3.8-8.5 2.5-12.5 1.6-3.8 3.9-7.3 6.9-10.2 2.9-2.9 6.4-5.3 10.2-6.9 3.9-1.7 8.2-2.5 12.5-2.5h96.3v31.9H96.4v256.3h319.1V191.9h-95.9V160H416c17.7 0 32 14.3 32 31.9V448c0 17.7-14.3 32-31.9 32H96zm192-160V126h64.5L256 32l-96.5 94H224v194h64z" />',viewBox:"0 0 512 512"},Hh={name:"graph",content:'<path d="M64 448h416v32H32V32h32v416zm128-192-96 96v64h384V160L288 320l-96-64zM416 64l14.2 14.2L288 192l-96-64-96 96v64l96-96 96 64 174.5-145.4L480 128V64h-64z" />',viewBox:"0 0 512 512"},Ph={name:"chart-column-clustered",content:'<path d="M320 96v352h-32V288H128v160H64V32H32v448h448V96H320zm-64 352h-96V320h96v128z" />',viewBox:"0 0 512 512"},Vh={name:"chart-column-stacked",content:'<path d="M320 192v256h-32V96H128v352H64V32H32v448h448V192H320zM160 448V256h96v192h-96zm192 0v-96h96v96h-96z" />',viewBox:"0 0 512 512"},Ih={name:"chart-column-stacked100",content:'<path d="M320 32v416h-32V32H128v416H64V32H32v448h448V32H320zM160 448V192h96v256h-96zm192 0V288h96v160h-96z" />',viewBox:"0 0 512 512"},Ah={name:"chart-column-range",content:'<path d="M480 448v32H32V32h32v416h416zM256 128h-96v224h96V128m32-32v288H128V96h160zm192-64H320v224h160V32z" />',viewBox:"0 0 512 512"},Eh={name:"chart-bar-clustered",content:'<path d="M64 448v-64h160V224H64v-32h352V32H32v448h448v-32H64zm128-192v96H64v-96h128z" />',viewBox:"0 0 512 512"},Th={name:"chart-bar-stacked",content:'<path d="M64 448v-64h352V224H64v-32h256V32H32v448h448v-32H64zm0-384h96v96H64V64zm192 192v96H64v-96h192z" />',viewBox:"0 0 512 512"},Bh={name:"chart-bar-stacked100",content:'<path d="M480 192V32H32v448h448v-32H64v-64h416V224H64v-32h416zm-160 64v96H64v-96h256zM64 64h160v96H64V64z" />',viewBox:"0 0 512 512"},jh={name:"chart-bar-range",content:'<path d="M480 448v32H32V32h32v416h416zm-96-192H160v96h224v-96m32-32v160H128V224h288zm64-192H256v160h224V32z" />',viewBox:"0 0 512 512"},Lh={name:"chart-area-clustered",content:'<path d="m405.5 200.3-88.2-88.2-91.2 114L192 192l-37.6 45.1L64 146.8V32H32v448h448V96l-74.5 104.3zM320 160l66.7 66.7L320 320l-71.1-71.1L320 160zM64 192l69.8 69.8L64 345.6V192z" />',viewBox:"0 0 512 512"},Rh={name:"chart-area-stacked",content:'<path d="m320 165.3-128-64-128 128V32H32v448h448V32L320 165.3zm128 7.5L320 352 192 224 64 377.6v-103l134.3-134.3 126.1 63 123.6-103v72.5z" />',viewBox:"0 0 512 512"},Dh={name:"chart-area-stacked100",content:'<path d="M32 32v448h448V32H32zm416 108.8L320 320 192 192 64 345.6V64h384v76.8z" />',viewBox:"0 0 512 512"},Nh={name:"chart-area-range",content:'<path d="M64 416v32h416v32H32V32h32v224l128-128 128 64L480 32v192L320 384l-127-64-129 96z" />',viewBox:"0 0 512 512"},Fh={name:"chart-line",content:'<path d="M64 448h416v32H32V32h32v416zm152.4-190.4L96 416v-51.2l97.2-129.6 41.2-33-27.3-34.1L96 224v-38l119.9-58.1 43.5 54.3 109-87.2 55.9 85.7L480 114v47l-38 46.7 38 58.3.5 53.3-58.5-87-82.5 101.3-85.1-106.4-38 30.4zm63-50.4 60.1 75.2 64.3-77.1-42.7-63.5-81.7 65.4z" />',viewBox:"0 0 512 512"},Uh={name:"chart-line-stacked",content:'<path d="M480 448v32H32V32h32v416h416zM224 292l128 64 128-96v-36l-128 96-128-64-128 96v36l128-96zm0-160 128 92 128-60v-36l-128 60-128-92-128 64v36l128-64z" />',viewBox:"0 0 512 512"},Wh={name:"chart-line-stacked100",content:'<path d="M480 448v32H32V32h32v416h416zM224 228l128 64 128-96v-36l-128 96-128-64-128 96v36l128-96zM480 32H96v32h384V32z" />',viewBox:"0 0 512 512"},Kh={name:"chart-line-markers",content:'<path d="M480 448v32H0V32h32v416h448zm0-96c.1 17.7-14.2 32-31.9 32.1-17.7.1-32-14.2-32.1-31.9 0-1.3.1-2.7.2-4l-83.7-62.8c-8 3.4-17.1 3.4-25.2 0l-83.7 62.8c2.1 17.5-10.4 33.5-27.9 35.6s-33.5-10.4-35.6-27.9c-.7-6.2.3-12.4 3.1-18l-49-73.6-22.7 39.6c8.9 15.3 3.7 34.9-11.5 43.8s-34.9 3.7-43.8-11.5-3.7-34.9 11.5-43.8c4.9-2.8 10.4-4.3 16-4.4l30.6-53.5-28.4-42.6c-.7 0-1.4.1-2.1.1-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32c0 4.9-1.1 9.8-3.3 14.2l19.5 29.3 52.2-91.3c-8.9-15.3-3.8-34.9 11.5-43.8s34.9-3.8 43.8 11.5c2.5 4.4 4 9.2 4.3 14.3l78.4 39.2c14.7-9.7 34.6-5.7 44.3 9 .3.5.7 1.1 1 1.6h72.6c8.8-15.3 28.4-20.5 43.7-11.7 15.3 8.8 20.5 28.4 11.7 43.7s-28.4 20.5-43.7 11.7c-4.9-2.8-8.9-6.8-11.7-11.7h-72.6c-8.8 15.3-28.4 20.5-43.7 11.7-9.3-5.4-15.3-15.1-15.9-25.8l-78.4-39.2c-5.2 3.4-11.3 5.3-17.5 5.3l-60 105.2 57.9 86.9c.7 0 1.4-.1 2.1-.1 4.3 0 8.6.9 12.6 2.6l83.7-62.8c-2.2-17.5 10.3-33.5 27.8-35.7 17.5-2.2 33.5 10.3 35.7 27.8.3 2.6.3 5.2 0 7.8l83.7 62.8c16.2-7 35.1.6 42 16.8 1.6 4.1 2.5 8.4 2.5 12.7zm-48-192c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zm-128 0c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zM176 96c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zm-96 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm0 160c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 32c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},Gh={name:"chart-line-stacked-markers",content:'<path d="M480 448v32H0V32h32v416h448zm0-320c0 17.7-14.3 32-32 32-6.9 0-13.7-2.2-19.2-6.4L352 192c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-2.5.3-5 .9-7.4l-81.1-60.8c-11.1 6.3-24.8 5.4-35-2.2L96 160c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32c6.9 0 13.7 2.2 19.2 6.4L160 96c0-17.7 14.3-32 32-32s32 14.3 32 32c0 2.5-.3 5-.9 7.4l81.1 60.8c11.1-6.3 24.8-5.4 35 2.2L416 128c0-17.7 14.3-32 32-32s32 14.3 32 32zM80 160c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm16 128c0 17.7-14.3 32-32 32-5.5 0-11-1.4-15.8-4.2l-81.1 60.8c4.1 17.2-6.6 34.4-23.8 38.5-17.2 4.1-34.4-6.6-38.5-23.8-.6-2.4-.9-4.9-.9-7.4l-76.8-38.4c-10.2 7.6-23.9 8.5-35 2.2L95 376.5c4.1 17.2-6.6 34.4-23.8 38.5s-34.4-6.6-38.5-23.8 6.6-34.4 23.8-38.5c7.9-1.9 16.1-.7 23.1 3.3l81.1-60.8c-4.1-17.2 6.6-34.4 23.8-38.5 17.2-4.1 34.4 6.6 38.5 23.8.6 2.4.9 4.9.9 7.4l76.8 38.4c10.2-7.6 23.9-8.5 35-2.2l81.1-60.8c-4.1-17.2 6.5-34.5 23.7-38.6 17.2-4.1 34.5 6.5 38.6 23.7.6 2.5.9 5.1.9 7.6zM80 384c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},qh={name:"chart-line-stacked100-markers",content:'<path d="M480 448v32H0V32h32v416h448zm0-192c0 17.7-14.3 32-32 32-5.5 0-11-1.4-15.8-4.2l-81.1 60.8c4.1 17.2-6.6 34.4-23.8 38.5-17.2 4.1-34.4-6.6-38.5-23.8-.6-2.4-.9-4.9-.9-7.4l-76.8-38.4c-10.2 7.6-23.9 8.5-35 2.2L95 376.5c4.1 17.2-6.6 34.4-23.8 38.5s-34.4-6.6-38.5-23.8 6.6-34.4 23.8-38.5c7.9-1.9 16.1-.7 23.1 3.3l81.1-60.8c-4.1-17.2 6.6-34.4 23.8-38.5 17.2-4.1 34.4 6.6 38.5 23.8.6 2.4.9 4.9.9 7.4l76.8 38.4c10.2-7.6 23.9-8.5 35-2.2l81.1-60.8c-4.1-17.2 6.5-34.5 23.7-38.6 17.2-4.1 34.5 6.5 38.6 23.7.6 2.5.9 5.1.9 7.6zM80 384c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128-96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm16-192c0 17.7-14.3 32-32 32-11.4 0-22-6.1-27.7-16h-72.6c-8.8 15.3-28.4 20.5-43.7 11.7-4.9-2.8-8.9-6.8-11.7-11.7h-72.6c-8.8 15.3-28.4 20.5-43.7 11.7-4.9-2.8-8.9-6.8-11.7-11.7H91.7C82.9 95.3 63.3 100.5 48 91.7S27.4 63.3 36.3 48 64.7 27.5 80 36.3c4.9 2.8 8.9 6.8 11.7 11.7h72.6c8.8-15.3 28.4-20.5 43.7-11.7 4.9 2.8 8.9 6.8 11.7 11.7h72.6c8.8-15.3 28.4-20.5 43.7-11.7 4.9 2.8 8.9 6.8 11.7 11.7h72.6c8.8-15.3 28.4-20.5 43.7-11.7 9.9 5.7 16 16.3 16 27.7zM80 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm128 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},Xh={name:"chart-pie",content:'<path d="M473 310.3c.9-2.1 1.4-4.2 1.8-6.3l.1-.5c.5-2.1.9-4.1 1.3-6.2v-.2c.8-4.4 1.5-8.8 1.8-13.3v-.4c.5-2 .7-3.9.9-5.9l.1-1.7c.1-1.6.3-3.1.4-4.7 0-.7.1-1.4.1-2 .1-1.5.2-3.1.2-4.6 0-.6 0-1.3.1-1.9.1-2.2.1-4.3.1-6.5 0-31.8-6.7-63.2-19.8-92.2-1.5-3.3-3.1-6.6-4.7-9.8-4.1-8-8.7-15.8-13.8-23.3-5-7.4-10.5-14.6-16.4-21.3-1.2-1.3-2.4-2.7-3.6-4-2.4-2.7-4.9-5.3-7.4-7.8s-5.1-5-7.8-7.4c-2.7-2.4-5.4-4.7-8.1-7-4.1-3.4-8.4-6.7-12.8-9.8-20.7-14.8-43.8-25.9-68.3-32.9-5.3-1.5-10.7-2.8-16.2-4-3.6-.7-7.3-1.4-11-2s-7.4-1-11.2-1.3c-5.6-.6-11.3-.9-17.1-1.1-1.9 0-3.9-.1-5.8-.1C132.3 32 32 132.3 32 256s100.3 224 224 224c105 0 193.1-72.2 217-169.7zm-81.2 81.5c-74.4 75.6-195.9 76.6-271.5 2.2S43.7 198 118 122.5l2.2-2.2c36-36.2 84.9-56.4 135.8-56.3v192l186.3 46.6c-8.4 33.8-25.9 64.6-50.5 89.2z" />',viewBox:"0 0 512 512"},Yh={name:"chart-doughnut",content:'<path d="M473 310.3c.9-2.1 1.4-4.2 1.8-6.3l.1-.5c.5-2.1.9-4.1 1.3-6.2v-.3c.8-4.4 1.5-8.8 1.8-13.3v-.4c.5-2 .7-3.9.9-5.9l.1-1.7c.1-1.6.3-3.1.4-4.7 0-.7.1-1.4.1-2 .1-1.5.2-3.1.2-4.6 0-.6 0-1.3.1-1.9.1-2.2.1-4.3.1-6.5 0-31.8-6.7-63.2-19.8-92.2-1.5-3.3-3.1-6.6-4.7-9.8-4.1-8-8.7-15.8-13.8-23.3-5-7.4-10.5-14.6-16.4-21.3-1.2-1.3-2.4-2.7-3.6-4-2.4-2.7-4.9-5.3-7.4-7.8s-5.1-5-7.8-7.4c-2.7-2.4-5.4-4.7-8.1-7-4.1-3.4-8.4-6.7-12.8-9.8-20.7-14.8-43.8-25.9-68.3-32.9-5.3-1.5-10.7-2.8-16.2-4-3.6-.7-7.3-1.4-11-2s-7.4-1-11.2-1.3c-5.6-.6-11.3-.9-17.1-1.1-1.9 0-3.9-.1-5.8-.1C132.3 32 32 132.3 32 256s100.3 224 224 224c105 0 193.1-72.2 217-169.7zM320 256c0 35.3-28.7 64-64 64s-64-28.7-64-64 28.7-64 64-64 64 28.7 64 64zm71.8 135.8c-74.4 75.6-195.9 76.6-271.5 2.2S43.7 198 118 122.4l2.2-2.2c36-36.1 84.9-56.3 135.8-56.2v96c-53 0-96 43-96 96s43 96 96 96c44 0 82.4-30 93.1-72.7l93.2 23.3c-8.4 33.8-25.9 64.6-50.5 89.2zm-39.8-133v.8-.8zm0 2.8v.9-.9zm-.4 2.9-.1.7.1-.7zm-.6 3.2v.2-.2zm-1 5.9v.1-.1zm0 2.8v.2-.2z" />',viewBox:"0 0 512 512"},Zh={name:"chart-scatter",content:'<path d="M480 448v32H32V32h32v416h416zM160 96c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm112 192c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm112-128c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm112 192c0 17.7-14.3 32-32 32s-32-14.3-32-32 14.3-32 32-32 32 14.3 32 32zm-16 0c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},Qh={name:"chart-scatter-smooth-lines-markers",content:'<path d="M480 448v32H32V32h32v416h416zm0-384c0 17.7-14.3 32-32 32-15.6 0-28.9-11.2-31.5-26.5-9.2-1.3-22-1.8-39-.8C342.5 71 305.1 79.4 275 92c-19.1 7.9-47.9 23-60.7 45.1 12.7 12.3 13 32.6.6 45.3l-1.1 1.1c9.1 13.1 28.9 18.6 61.1 25.1 21 4.2 42.8 8.5 60.2 18.9 12.7 7.6 21.7 17.8 27 30.3 16.8 5.6 25.8 23.7 20.2 40.5-3.2 9.5-10.6 17-20.1 20.2-11.2 29.5-39.2 54.6-81.6 72.2-29.7 12.1-61.2 19.2-93.2 21.1-4 .2-7.8.3-11.4.3-9.6.1-19.3-.7-28.8-2.5-14.1 10.6-34.2 7.7-44.8-6.4-10.6-14.1-7.7-34.2 6.4-44.8s34.2-7.7 44.8 6.4c3.2 4.2 5.2 9.1 6 14.3 8.7 1 17.5 1.2 26.2.7 28.3-1.6 56.2-7.9 82.5-18.6 19.7-8.2 49.8-24.3 62-49.6-13-12-13.8-32.2-1.8-45.2.4-.5.8-.9 1.3-1.3-9.1-13.2-28.8-18.7-61.1-25.2-21-4.2-42.8-8.5-60.2-18.9-12.8-7.7-21.9-18-27.2-30.7-16.7-5.9-25.4-24.2-19.5-40.9 3.3-9.4 10.9-16.7 20.4-19.8 5-11 12-21 20.6-29.5 14.6-14.5 34.7-27.2 59.8-37.6C296 48.6 337 39.2 375.4 36.8c22.9-1.5 40-.4 52.8 2.1 13.9-11 34-8.6 44.9 5.3 4.5 5.6 6.9 12.6 6.9 19.8zm-272 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm-64 224c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm192-96c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zM464 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},$h={name:"chart-scatter-smooth-lines",content:'<path d="M480 448v32H32V32h32v416h416zm-144-87.8c21.1-19.9 31.8-44.5 31.8-73.1 0-27.3-11-47.6-32.6-60.6-17.3-10.3-38.8-14.5-59.6-18.6-46.2-9-66.5-16.3-66.8-47.9-.4-41.2 71.8-65.5 114.8-76.4C385.4 68.1 448.4 64 449 64l-2-32c-2.7.2-66.2 4.3-130.8 20.5-38.7 9.7-69.8 21.8-92.4 36-31.4 19.8-47.3 43.9-47 71.7.2 27.2 11.3 47.6 32.9 60.5 17.3 10.3 38.9 14.5 59.7 18.6 19 3.7 36.9 7.2 49.3 14.6 11.9 7.1 17 17.1 17 33.2 0 19.7-7.1 36-21.7 49.7-24.1 22.8-68.9 38.2-129.3 44.6-29.2 3-58.5 3.9-87.8 2.6l-2 32c1.7.1 12.1.7 28 .7 51.4 0 159.8-6.4 213.1-56.5z" />',viewBox:"0 0 512 512"},Jh={name:"chart-scatter-straight-lines-markers",content:'<path d="M480 448v32H32V32h32v416h416zm0-384c0 17.7-14.3 32-32 32-7.4 0-14.6-2.6-20.3-7.3L224 165.1l116.4 93.1c16.5-6.4 35 1.7 41.4 18.2s-1.7 35-18.2 41.4c-10.3 4-22 2.4-30.8-4.2l-173.1 74.2c-2.1 17.5-18 30.1-35.6 28s-30.1-18-28-35.6c2.1-17.5 18-30.1 35.6-28 5.6.7 10.9 2.8 15.4 6.2l173.1-74.2c0-.4.1-.7.1-1l-116.7-93.4c-16.5 6.4-35-1.7-41.4-18.2s1.7-35 18.2-41.4c10.8-4.2 23-2.3 32 5.1l204.1-76.5c2.9-17.4 19.4-29.2 36.8-26.3C468.7 35.1 480 48.4 480 64zm-272 96c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm-64 224c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16zm192-96c0 8.8 7.2 16 16 16s16-7.2 16-16-7.2-16-16-16-16 7.2-16 16zM464 64c0-8.8-7.2-16-16-16s-16 7.2-16 16 7.2 16 16 16 16-7.2 16-16z" />',viewBox:"0 0 512 512"},tp={name:"chart-scatter-straight-lines",content:'<path d="M480 448v32H32V32h32v416h416zm-98.5-156.9-158.8-127L448 64V32L161.3 156l161.2 128.9L128 384v32l253.5-124.9z" />',viewBox:"0 0 512 512"},ep={name:"chart-bubble",content:'<path d="M480 448v32H32V32h32v416h416zM192 256c-35.3 0-64 28.7-64 64s28.7 64 64 64 64-28.7 64-64-28.7-64-64-64m0-32c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zm224 96c-17.7 0-32 14.3-32 32s14.3 32 32 32 32-14.3 32-32-14.3-32-32-32m0-32c35.3 0 64 28.7 64 64s-28.7 64-64 64-64-28.7-64-64 28.7-64 64-64zM368 96c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zM176 64c-26.5 0-48 21.5-48 48s21.5 48 48 48 48-21.5 48-48-21.5-48-48-48z" />',viewBox:"0 0 512 512"},op={name:"chart-candlestick",content:'<path d="M480 448v32H32V32h32v416h416zm-192-96h-64v64h-32v-64h-64V96h64V32h32v64h64v256zm-32-224h-96v192h96V128zm224 64h-64V64h-32v128h-64v128h64v64h32v-64h64V192z" />',viewBox:"0 0 512 512"},np={name:"chart-ohlc",content:'<path d="M480 448v32H32V32h32v416h416zM224 320V96h-32v32h-64v32h64v256h32v-64h64v-32h-64zM416 96V32h-32v160h-64v32h64v96h32V128h64V96h-64z" />',viewBox:"0 0 512 512"},rp={name:"chart-radar",content:'<path d="M272 32h-32v44L80.7 195.5l-41.1-10-7.6 31.1 42.3 10.3 81 148.5-62.7 86.3 25.9 18.8 67.2-92.5L344 412.3l49.5 68.2 25.9-18.8-46.8-64.4 40.8-163.1 65.8-15.3-7.3-31.2-74.9 17.4L272 80V32zm-32 202.2-119-28.9L240 116v118.2zm32 0v-109l88.4 88.4-88.4 20.6zm-95.9 112.5-59.8-109.6 118.5 28.8-58.7 80.8zm172 17.3-71-97.7 101.3-23.6L348.1 364zm-30.6 12-110.6-17 49.1-67.6 61.5 84.6z" />',viewBox:"0 0 512 512"},ip={name:"chart-radar-markers",content:'<path d="m472 187.7-51.2 11.9c-9.4-8-22.5-9.9-33.8-4.8L288.1 96c0-11.5-6.2-22.1-16.1-27.8V32h-32v36.4c-7.1 4.1-12.3 10.8-14.6 18.6L96.1 184c-8.6 0-16.7 3.4-22.8 9.5l-32.8-8-7.5 31.1 32.3 7.8c2.7 9.9 10 17.8 19.6 21.5l61 111.8c-3 8.9-2 18.7 2.9 26.7l-56.1 77.3 25.9 18.8L177 400c8.5-.2 16.5-3.8 22.3-10l122 18.8c3.9 13.8 16.5 23.2 30.8 23.2 1.9 0 3.9-.2 5.8-.5l35.6 49 25.9-18.8-37.1-51.1c3.7-10.4 1.7-22-5.2-30.6l31.4-125.2c11.8-3.2 20.8-12.9 23.1-24.9l47.7-11.1-7.3-31.1zm-111.4 25.9L272 234.2V125.1l88.6 88.5zM256 80c8.8 0 16 7.2 16 16s-7.2 16-16 16-16-7.2-16-16 7.2-16 16-16zm-21.1 39.9c1.6 1.4 3.3 2.6 5.1 3.7V234l-113.3-27.6c-.4-1.4-1-2.8-1.6-4.1l109.8-82.4zM96 232c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm80 152c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm7.2-47.2c-2.4-.5-4.8-.8-7.2-.8-1.8 0-3.7.2-5.5.5l-52.9-96.9c.7-.6 1.3-1.2 1.9-1.9l115.3 28-51.6 71.1zm23.6 22 49.1-67.6 61.5 84.6-110.6-17zM352 416c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16zm-3.9-52.3L277 265.9l97.4-22.6c.9 1.2 1.9 2.4 3 3.5l-29.3 116.9zM400 240c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" />',viewBox:"0 0 512 512"},ap={name:"chart-radar-filled",content:'<path d="m354.4 372.1 65.1 89.6-25.9 18.8-75-103.2-109.2-21.8-90.8 125-25.9-18.8 90-123.8-67.3-101L32 216.6l7.5-31.1 65.8 16L240 107.2V32h32v80l99.2 99.2L472 187.7l7.3 31.2-98.8 23-26.1 130.2z" />',viewBox:"0 0 512 512"},sp={name:"chart-rose",content:'<path d="M226 251.4 44.3 329.3c-23.8-68.9-12.6-145.1 30-204.3L226 251.4zm-82.1-109.5L240 222V96.8c-36.2 3.6-70.1 19.6-96.1 45.1zm231.5 160.2L279 278l27.3 95.7c31.8-13.6 56.7-39.4 69.1-71.6zM96 353.4c37.3 69.1 115 106.1 192.2 91.4L244 290 96 353.4zM272 32v211.4l204.6 51.1c2.3-12.9 3.4-26 3.4-39.1C480 137.1 388.2 40.2 272 32z" />',viewBox:"0 0 512 512"},cp={name:"chart-choropleth",content:'<path d="M448 64v384H64V64h384m32-32H32v448h448V32zm-96 256v13.3l-64 64v37.5l13.3 13.3H416V264.6L384 288zm-50.7-160 64 64-32 32 18.8 23.4 32-21.3V96H288v18.8l13.3 13.3h32zM224 192l32 32-23.7 23.7L352 276v-20l-32-32 32-32-32-32h-32l-32-32V96h-32l-64 64 32 32h32zm0 86-32 10-32 32 32 32v32l-32 32h128v-64l50.4-50.4L224 278zm-29.4-37.8 16.2-16.2h-32l-64-64 64-64H96v167.5l98.6-23.3zM114.8 320l37.6-37.6L96 296.5V416h32v-13.3l32-32v-5.5L114.8 320z" />',viewBox:"0 0 512 512"}},6217:(t,e,o)=>{o.r(e),o.d(e,{ActionSheet:()=>In,ActionSheetContent:()=>Hn,ActionSheetFooter:()=>On,ActionSheetHeader:()=>Mn,ActionSheetItem:()=>zn,AppBar:()=>Io,AppBarSection:()=>Eo,AppBarSpacer:()=>To,Avatar:()=>eo,BottomNavigation:()=>$o,BottomNavigationItem:()=>Zo,Breadcrumb:()=>bn,BreadcrumbDelimiter:()=>un,BreadcrumbLink:()=>dn,BreadcrumbListItem:()=>hn,BreadcrumbOrderedList:()=>mn,Card:()=>qe,CardActions:()=>Qe,CardBody:()=>Ze,CardFooter:()=>to,CardHeader:()=>Xe,CardImage:()=>$e,CardSubtitle:()=>Je,CardTitle:()=>Ye,ContextMenu:()=>jn,Drawer:()=>po,DrawerContent:()=>uo,DrawerItem:()=>io,DrawerNavigation:()=>lo,ExpansionPanel:()=>Rn,ExpansionPanelContent:()=>Nn,GridLayout:()=>an,GridLayoutItem:()=>ln,Menu:()=>Be,MenuItem:()=>ge,MenuItemArrow:()=>X,MenuItemInternalsList:()=>$,MenuItemLink:()=>I,PanelBar:()=>fe,PanelBarItem:()=>$t,PanelBarUtils:()=>ce,Splitter:()=>Ke,SplitterBar:()=>ot,SplitterPane:()=>Le,StackLayout:()=>on,Step:()=>_o,Stepper:()=>Po,TabStrip:()=>Wt,TabStripContent:()=>Dt,TabStripNavigation:()=>bt,TabStripNavigationItem:()=>it,TabStripTab:()=>Gt,TileLayout:()=>qo,Timeline:()=>En,contentDisplayName:()=>Sn,downArrowName:()=>K,flatChildren:()=>ae,flatVisibleChildren:()=>se,flatVisibleItems:()=>ie,footerDisplayName:()=>kn,getFirstId:()=>oe,getInitialState:()=>ne,headerDisplayName:()=>Cn,isArrayEqual:()=>pe,isPresent:()=>le,leftArrowName:()=>q,renderChildren:()=>ee,rightArrowName:()=>G,sortEventList:()=>Tn});var n=o(3899),r=o(3769),i=o(8130),a=o(8047),s=o(1754),c="",l="0",h="_";function p(t,e){if(y(t))return e[Number(t)];var o=e[Number(u(t))];return o.items?p(function(t){if(m(t))return t;var e=t.indexOf(h);return t.substring(e+1)}(t),o.items):void 0}function u(t){return m(t)?t:t.split(h)[0]}function v(t){return d("0",t)}function d(t,e){return e?e+h+t:t}function f(t){var e=t.lastIndexOf(h);return e<0?c:t.substring(0,e)}function m(t){return t===c||t.indexOf(h)<0}function y(t){return t!==c&&t.indexOf(h)<0}function g(t){var e=t.lastIndexOf(h);return e<0?t:t.substring(e+1)}function b(t,e,o){return y(e)?t?Number(e)<o-1?(Number(e)+1).toString():"0":Number(e)>0?(Number(e)-1).toString():(o-1).toString():e}var x={vertical:"top",horizontal:"left"},w={vertical:"top",horizontal:"right"},_={vertical:"flip",horizontal:"fit"},z={vertical:"fit",horizontal:"flip"},C={downward:{anchorAlign:{vertical:"bottom",horizontal:"right"},popupAlign:w,collision:_},leftward:{anchorAlign:{vertical:"top",horizontal:"left"},popupAlign:w,collision:z}},M={downward:{anchorAlign:{vertical:"bottom",horizontal:"left"},popupAlign:x,collision:_},rightward:{anchorAlign:{vertical:"top",horizontal:"right"},popupAlign:x,collision:z}};function k(t,e,o){return y(t)?e?o?"leftward":"rightward":"downward":o?"leftward":"rightward"}function O(t){return t?"rtl":"ltr"}function S(t,e){return"".concat(t,"_").concat(e)}var H,P=o(189),V=(H=function(t,e){return H=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},H(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 o(){this.constructor=t}H(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),I=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return V(e,t),e.prototype.render=function(){return this.props.url?n.createElement("a",{className:this.getMenuItemClassName(),role:"presentation",href:this.props.url,tabIndex:-1},this.props.children):n.createElement("span",{id:this.props.id,className:(0,a.A)(this.getMenuItemClassName(),this.props.className),style:this.props.style,role:"presentation"},this.props.children)},e.prototype.getMenuItemClassName=function(){return(0,a.A)("k-link","k-menu-link",{"k-active":this.props.opened})},e.propTypes={opened:P.bool,url:P.string},e}(n.Component);const A={name:"caret-alt-up",content:'<path d="m256 160 128 192H128l128-192z" />',viewBox:"0 0 512 512"},E={name:"caret-alt-right",content:'<path d="M352 256 160 384V128l192 128z" />',viewBox:"0 0 512 512"},T={name:"caret-alt-down",content:'<path d="M256 352 128 160h256L256 352z" />',viewBox:"0 0 512 512"},B={name:"caret-alt-left",content:'<path d="m160 256 192-128v256L160 256z" />',viewBox:"0 0 512 512"},j={name:"chevron-up",content:'<path d="m129.941 353.941 126.06-126.06 126.061 126.06L416 320 256.001 160 96 320l33.941 33.941z" />',viewBox:"0 0 512 512"},L={name:"chevron-right",content:'<path d="m158.059 129.941 126.06 126.06-126.06 126.061L192 416l160-159.999L192 96l-33.941 33.941z" />',viewBox:"0 0 512 512"},R={name:"chevron-down",content:'<path d="m382.059 158.059-126.06 126.06-126.061-126.06L96 192l159.999 160L416 192l-33.941-33.941z" />',viewBox:"0 0 512 512"},D={name:"chevron-left",content:'<path d="m353.941 382.059-126.06-126.06 126.06-126.061L320 96 160 255.999 320 416l33.941-33.941z" />',viewBox:"0 0 512 512"},N={name:"check-outline",content:'<path d="M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224 224-100.3 224-224S379.7 32 256 32zm0 416c-106 0-192-86-192-192S150 64 256 64s192 86 192 192-86 192-192 192zm-32-154-83-83-45 45 128 128 176-176-45-45-131 131z" />',viewBox:"0 0 512 512"},F={name:"exclamation-circle",content:'<path d="M224 128h64v160h-64V128zm0 256h64v-64h-64v64zm256-128c0 123.7-100.3 224-224 224S32 379.7 32 256 132.3 32 256 32s224 100.3 224 224zm-32 0c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z" />',viewBox:"0 0 512 512"};var U=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),W=function(){return W=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},W.apply(this,arguments)},K="caret-alt-down",G="caret-alt-right",q="caret-alt-left",X=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return U(e,t),e.prototype.render=function(){return n.createElement(i.a,W({"aria-hidden":!0,className:"k-menu-expand-arrow"},this.getIcon()))},e.prototype.getIcon=function(){switch(k(this.props.itemId,!0===this.props.verticalMenu,"rtl"===this.props.dir)){case"downward":return{name:K,icon:T};case"rightward":return{name:G,icon:E};case"leftward":return{name:q,icon:B};default:return{}}},e.propTypes={itemId:P.string,dir:P.string,verticalMenu:P.bool},e}(n.Component),Y=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Z=function(t){function e(e){var o=t.call(this,e)||this;return o.isFirstRender=!0,o.onMouseOver=function(t){o.props.onMouseOver(o.props.item.id),t.stopPropagation()},o.onMouseLeave=function(t){o.props.onMouseLeave(o.props.item.id),t.stopPropagation()},o.state={opened:!1},o}return Y(e,t),e.prototype.componentDidMount=function(){var t=this.props.focusedItemId,e=this.props.item.id;t&&t===e&&this.itemElement.focus(),this.isFirstRender=!1},e.prototype.componentDidUpdate=function(t){var e=this.props.focusedItemId,o=this.props.item.id;if(e){var n=(0,r.v)(document);t.focusedItemId===e||e!==o||this.itemElement.contains(n)||this.itemElement.focus()}},e.prototype.render=function(){var t=this,e=this.props.item,o=e.id,r=S(this.props.menuGuid,o);return n.createElement(n.Fragment,null,n.createElement("li",{id:S(this.props.menuGuid,o),className:this.getMenuItemClassName(e),style:e.cssStyle,tabIndex:o===this.props.tabbableItemId?0:-1,onMouseOver:this.onMouseOver,onMouseLeave:this.onMouseLeave,onMouseDown:function(e){return t.props.onMouseDown(e)},onBlur:function(e){return t.props.onBlur(o,e)},onFocus:function(){return t.props.onFocus(o)},onClick:function(e){return t.props.onClick(e,o)},role:"menuitem","aria-disabled":!!e.disabled||void 0,"aria-haspopup":e.items.length>0||void 0,"aria-expanded":e.items.length>0?this.Opened:void 0,"aria-label":e.text,"aria-owns":this.Opened?r:void 0,ref:function(e){return t.itemElement=e},key:"0"},this.contentRender?this.renderContent():this.renderMenuItemLink()),this.renderPopupIfOpened())},e.prototype.renderContent=function(){var t=this.props.item.contentParentItemId;return n.createElement("div",{className:"k-content",role:"presentation"},n.createElement(this.contentRender,{item:this.props.onOriginalItemNeeded(t),itemId:t}))},e.prototype.renderMenuItemLink=function(){var t=this.props.item;if(this.linkRender)return n.createElement(this.linkRender,{item:this.props.onOriginalItemNeeded(t.id),itemId:t.id,opened:this.Opened,dir:O(this.props.isDirectionRightToLeft)});var e=this.itemRender?n.createElement(this.itemRender,{item:this.props.onOriginalItemNeeded(t.id),itemId:t.id,key:"1"}):n.createElement("span",{className:"k-menu-link-text"},t.text);return n.createElement(I,{url:t.url,opened:this.Opened},this.renderMenuIconIfApplicable(),e,this.renderArrowIfApplicable())},e.prototype.renderPopupIfOpened=function(){if(this.Opened){var t=this.props.item.id,e=function(t,e,o){var n=k(t,e,o);return o?"downward"===n?C.downward:C.leftward:"downward"===n?M.downward:M.rightward}(t,this.props.isMenuVertical,this.props.isDirectionRightToLeft),o=e.anchorAlign,r=e.popupAlign,i=e.collision;return n.createElement(s.G,{anchor:this.itemElement,show:!0,popupClass:this.getPopupClassName(),anchorAlign:o,popupAlign:r,collision:i,animate:!1,key:"1"},n.createElement($,{parentItemId:t,items:this.props.item.items,menuGuid:this.props.menuGuid,focusedItemId:this.props.focusedItemId,lastItemIdToBeOpened:this.props.lastItemIdToBeOpened,tabbableItemId:this.props.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,isMenuVertical:this.props.isMenuVertical,isDirectionRightToLeft:this.props.isDirectionRightToLeft,className:"k-group k-menu-group k-reset k-menu-group-md",onMouseOver:this.props.onMouseOver,onMouseLeave:this.props.onMouseLeave,onMouseDown:this.props.onMouseDown,onBlur:this.props.onBlur,onFocus:this.props.onFocus,onClick:this.props.onClick,onOriginalItemNeeded:this.props.onOriginalItemNeeded}))}return null},e.prototype.renderMenuIconIfApplicable=function(){var t=this.props.item,e=t.icon,o=t.svgIcon;return e||o?n.createElement(i.a,{name:e,icon:o,key:"0"}):null},e.prototype.renderArrowIfApplicable=function(){return this.props.item.items.length>0?n.createElement(X,{itemId:this.props.item.id,verticalMenu:this.props.isMenuVertical,dir:O(this.props.isDirectionRightToLeft),key:"2"}):null},Object.defineProperty(e.prototype,"itemRender",{get:function(){return this.props.item.render||this.props.itemRender},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"linkRender",{get:function(){return this.props.item.linkRender||this.props.linkRender},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"contentRender",{get:function(){return this.props.item.contentParentItemId?this.props.item.contentRender:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"Opened",{get:function(){var t,e,o=this.props;return o.item.items.length>0&&(t=o.item.id,0===(e=o.lastItemIdToBeOpened).indexOf(t)&&(e.length===t.length||e.charAt(t.length)===h))&&!this.isFirstRender},enumerable:!1,configurable:!0}),e.prototype.getPopupClassName=function(){return(0,a.A)("k-menu-popup",{"k-rtl":this.props.isDirectionRightToLeft})},e.prototype.getMenuItemClassName=function(t){return(0,a.A)("k-item","k-menu-item",{"k-first":(e=t.id,g(e)===l),"k-last":t.isLastFromSiblings,"k-disabled":t.disabled},t.cssClass);var e},e}(n.Component),Q=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),$=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.onMouseOver=function(t){e.props.onMouseOver(e.props.parentItemId),t.stopPropagation()},e.onMouseLeave=function(t){e.props.onMouseLeave(e.props.parentItemId),t.stopPropagation()},e}return Q(e,t),e.prototype.render=function(){var t=this.props.parentItemId;return n.createElement("ul",{className:this.props.className,role:this.props.role?this.props.role:void 0!==t?"menu":"menubar",id:void 0!==t?S(this.props.menuGuid,t):void 0,onMouseOver:void 0!==t?this.onMouseOver:void 0,onMouseLeave:void 0!==t?this.onMouseLeave:void 0,"aria-orientation":this.props["aria-orientation"]},this.renderChildItems())},e.prototype.renderChildItems=function(){var t=this;return this.props.items.length>0?this.props.items.map((function(e,o){return n.createElement(Z,{item:e,isMenuVertical:t.props.isMenuVertical,isDirectionRightToLeft:t.props.isDirectionRightToLeft,focusedItemId:t.props.focusedItemId,lastItemIdToBeOpened:t.props.lastItemIdToBeOpened,tabbableItemId:t.props.tabbableItemId,itemRender:t.props.itemRender,linkRender:t.props.linkRender,menuGuid:t.props.menuGuid,onMouseOver:t.props.onMouseOver,onMouseLeave:t.props.onMouseLeave,onMouseDown:t.props.onMouseDown,onBlur:t.props.onBlur,onFocus:t.props.onFocus,onClick:t.props.onClick,onOriginalItemNeeded:t.props.onOriginalItemNeeded,key:o})})):null},e}(n.Component),J=o(3493),tt=o(1779),et=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),ot=function(t){function e(e){var o=t.call(this,e)||this;return o.draggable=null,o.onDrag=function(t,e,n){var r=t.event,i=o.props,a=i.onDrag,s=i.index,c=o.draggable&&o.draggable.element;c&&!o.isStatic&&o.isDraggable&&a(r,c,s,e,n)},o.onFocus=function(){o.setState({focused:!0})},o.onBlur=function(){o.setState({focused:!1})},o.onToggle=function(t){var e=o.props,n=e.onToggle,r=e.index,i=e.prev,a=e.next;(i.collapsible||a.collapsible)&&n(i.collapsible?r:r+1,t)},o.onPrevToggle=function(t){var e=o.props,n=e.onToggle,r=e.index;e.prev.collapsible&&n(r,t)},o.onNextToggle=function(t){var e=o.props,n=e.onToggle,r=e.index;e.next.collapsible&&n(r+1,t)},o.onKeyDown=function(t){var e=t&&t.keyCode,n=o.isHorizontal,r=o.props.index,i=o.draggable&&o.draggable.element,a=function(e,n,r){t.preventDefault(),o.props.onKeyboardResize(e,n,r,t)};i&&(e===J.R.enter?(t.preventDefault(),o.onToggle(t)):o.isDraggable&&(n&&e===J.R.left?a(i,r,-10):n&&e===J.R.right?a(i,r,10):n||e!==J.R.up?n||e!==J.R.down||a(i,r,10):a(i,r,-10)))},o.state={focused:!1},o}return et(e,t),Object.defineProperty(e.prototype,"isStatic",{get:function(){var t=this.props,e=t.prev,o=t.next,n=e.resizable&&o.resizable,r=e.collapsible||o.collapsible;return!n&&!r},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isDraggable",{get:function(){var t=this.props,e=t.prev,o=t.next,n=e.resizable&&o.resizable,r=e.collapsed||o.collapsed;return!!n&&!r},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isHorizontal",{get:function(){return"horizontal"===this.props.orientation},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t,e=this,o=this.isDraggable,r=this.isStatic,s=this.isHorizontal,c=(0,a.A)("k-splitbar",((t={})["k-focus"]=this.state.focused,t["k-splitbar-horizontal"]=s,t["k-splitbar-vertical"]=!s,t["k-splitbar-draggable-horizontal"]=s&&o,t["k-splitbar-draggable-vertical"]=!s&&o,t["k-splitbar-static-horizontal"]=s&&r,t["k-splitbar-static-vertical"]=!s&&r,t));return n.createElement(tt._,{onPress:function(t){return e.onDrag(t,!0,!1)},onDrag:function(t){return e.onDrag(t,!1,!1)},onRelease:function(t){return e.onDrag(t,!1,!0)},ref:function(t){e.draggable=t}},n.createElement("div",{tabIndex:r?-1:0,role:"separator","aria-valuenow":0,"aria-label":this.props.ariaLabel,"aria-orientation":s?"vertical":void 0,className:c,style:{touchAction:"none"},onFocus:this.onFocus,onBlur:this.onBlur,onDoubleClick:this.onToggle,onKeyDown:this.onKeyDown},this.props.prev.collapsible&&n.createElement("div",{className:"k-collapse-prev",onClick:this.onPrevToggle},n.createElement(i.a,{name:this.props.prev.collapsible?s?this.props.prev.collapsed?this.props.isRtl?"caret-alt-left":"caret-alt-right":this.props.isRtl?"caret-alt-right":"caret-alt-left":this.props.prev.collapsed?"caret-alt-down":"caret-alt-up":void 0,icon:this.props.prev.collapsible?s?this.props.prev.collapsed?this.props.isRtl?B:E:this.props.isRtl?E:B:this.props.prev.collapsed?T:A:void 0,size:"xsmall"})),n.createElement("div",{className:"k-resize-handle"}),this.props.next.collapsible&&n.createElement("div",{className:"k-collapse-next",onClick:this.onNextToggle},n.createElement(i.a,{name:this.props.next.collapsible?s?this.props.next.collapsed?this.props.isRtl?"caret-alt-right":"caret-alt-left":this.props.isRtl?"caret-alt-left":"caret-alt-right":this.props.next.collapsed?"caret-alt-up":"caret-alt-down":void 0,icon:this.props.next.collapsible?s?this.props.next.collapsed?this.props.isRtl?E:B:this.props.isRtl?B:E:this.props.next.collapsed?A:T:void 0,size:"xsmall"}))))},e}(n.Component),nt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),rt=function(){return rt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},rt.apply(this,arguments)},it=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.onClick=function(){e.props.onSelect&&e.props.onSelect(e.props.index)},e}return nt(e,t),e.prototype.render=function(){var t,e=this.props,o=e.id,r=e.active,i=e.disabled,s=e.title,c=void 0===s?"Untitled":s,l=e.first,h=e.last,p={id:o,"aria-selected":r,"aria-controls":o,"aria-disabled":i,"aria-hidden":i,role:"tab",onClick:i?void 0:this.onClick},u=(0,a.A)("k-item",((t={})["k-first"]=l,t["k-last"]=h,t["k-disabled"]=i,t["k-active"]=r,t));return n.createElement("li",rt({},p,{className:u}),n.createElement("span",{className:"k-link"},c))},e.propTypes={active:P.bool,disabled:P.bool,index:P.number,onSelect:P.func,title:P.oneOfType([P.string,P.element]),first:P.bool,last:P.bool},e}(n.Component),at=o(2697),st=o(3218),ct=o(4006),lt={name:"@progress/kendo-react-buttons",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1689103512,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},ht=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),pt=function(){return pt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},pt.apply(this,arguments)},ut=function(t){function e(e){var o=t.call(this,e)||this;return o._element=null,o.handleClick=function(t){o.toggleIfApplicable(),o.props.onClick&&o.props.onClick.call(void 0,t)},(0,ct.s)(lt),o.state={selected:!0===o.props.togglable&&!0===o.props.selected},o}return ht(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"selected",{get:function(){return void 0!==this._selectedTemp?this._selectedTemp:this.state.selected},enumerable:!1,configurable:!0}),e.getDerivedStateFromProps=function(t,e){return t.togglable&&void 0!==t.selected&&t.selected!==e.selected?{selected:t.selected}:null},e.prototype.render=function(){var t,o=this,r=this.props,s=r.children,c=r.togglable,l=r.icon,h=r.iconClass,p=r.svgIcon,u=r.imageUrl,v=r.imageAlt,d=(r.className,r.onClick,r.size),f=void 0===d?e.defaultProps.size:d,m=r.rounded,y=void 0===m?e.defaultProps.rounded:m,g=r.fillMode,b=void 0===g?e.defaultProps.fillMode:g,x=r.themeColor,w=void 0===x?e.defaultProps.themeColor:x,_=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(r,["children","togglable","icon","iconClass","svgIcon","imageUrl","imageAlt","className","onClick","size","rounded","fillMode","themeColor"]),z=void 0!==l||void 0!==h||void 0!==u,C=void 0!==s,M=function(t){var e=t.imageUrl,o=t.name,r=t.iconClass,s=t.svgIcon,c=t.imageAlt;return e?n.createElement("img",{role:"presentation",className:"k-button-icon",alt:c,src:e}):o||s?n.createElement(i.a,{className:"k-button-icon",name:o,icon:s}):r?n.createElement("span",{role:"presentation",className:(0,a.A)("k-button-icon",r)}):null}({name:l,svgIcon:p,iconClass:h,imageUrl:u,imageAlt:v});return n.createElement("button",pt({ref:function(t){return o._element=t},"aria-pressed":c?this.state.selected:void 0},_,{onClick:this.handleClick,className:(0,a.A)("k-button",(t={},t["k-button-".concat(at.G.sizeMap[f]||f)]=f,t["k-button-".concat(b)]=b,t["k-button-".concat(b,"-").concat(w)]=Boolean(b&&w),t["k-rounded-".concat(at.G.roundedMap[y]||y)]=y,t["k-icon-button"]=!C&&z,t["k-disabled"]=this.props.disabled,t["k-selected"]=this.state.selected,t["k-rtl"]="rtl"===this.props.dir,t),this.props.className)}),M,s&&n.createElement("span",{className:"k-button-text"},s))},e.prototype.toggleIfApplicable=function(){var t=this;if(this.props.togglable&&void 0===this.props.selected){var e=!this.state.selected;this._selectedTemp=e,this.setState({selected:e},(function(){return t._selectedTemp=void 0}))}},e.propTypes={children:P.node,selected:P.bool,togglable:P.bool,icon:P.string,svgIcon:st.wi,iconClass:P.string,imageUrl:P.string,imageAlt:P.string,size:P.oneOf([null,"small","medium","large"]),rounded:P.oneOf([null,"small","medium","large","full"]),fillMode:P.oneOf([null,"flat","link","outline","solid"]),themeColor:P.oneOf([null,"base","primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"])},e.defaultProps={togglable:!1,size:"medium",rounded:"medium",fillMode:"solid",themeColor:"base"},e}(n.Component),vt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),dt=function(){return dt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},dt.apply(this,arguments)},ft=function(t){return t.preventDefault()},mt="smooth",yt="prev",gt="next",bt=function(t){function e(e){var o=t.call(this,e)||this;return o.itemsNavRef=n.createRef(),o.isRtl=function(){return"rtl"===o.props.dir},o.onWheel=function(t){t.stopPropagation();var e=t.deltaY<0?yt:gt;o.setNewScrollPosition(e,t)},o.arrowClickPrev=function(t){o.handleArrowClick(yt,t)},o.arrowClickNext=function(t){o.handleArrowClick(gt,t)},o.handleArrowClick=function(t,e){o.setNewScrollPosition(t,e)},o.setNewScrollPosition=function(t,e){var n=o.itemsNavRef.current;if(n){var r=o.horizontalScroll(),i=r?n.scrollWidth-n.offsetWidth:n.scrollHeight-n.offsetHeight,a=("click"===e.type?o.props.buttonScrollSpeed:o.props.mouseScrollSpeed)||0,s=r?n.scrollLeft:n.scrollTop,c=r?n.scrollWidth-n.scrollLeft:n.scrollHeight-n.scrollTop,l=n.scrollWidth- -1*n.scrollLeft;o.isRtl()&&o.horizontalScroll()?(t===yt&&s<0&&(s+=a,l+=a),t===gt&&s<i&&(s-=a,l-=a),s=Math.min(0,Math.min(i,s))):(t===yt&&s>0&&(s-=a,c+=a),t===gt&&s<i&&(s+=a,c-=a),s=Math.max(0,Math.min(i,s)));var h=0===s,p="click"===e.type?mt:void 0;if(r){var u=o.isRtl()?Math.round(l)<=n.clientWidth||Math.floor(l)<=n.clientWidth:Math.round(c)<=n.clientWidth||Math.floor(c)<=n.clientWidth;o.setState({disabledPrev:h,disabledNext:u}),n.scrollTo({left:s,behavior:p})}else o.setState({disabledPrev:h,disabledNext:Math.round(c)<=n.clientHeight||Math.floor(c)<=n.clientHeight}),n.scrollTo({top:s,behavior:p})}},o.renderArrow=function(t,e){var r=o.horizontalScroll(),i={prev:{arrowTab:"k-tabstrip-prev",fontIcon:r?o.isRtl()?"caret-alt-right":"caret-alt-left":"caret-alt-up",svgIcon:r?o.isRtl()?E:B:A},next:{arrowTab:"k-tabstrip-next",fontIcon:r?o.isRtl()?"caret-alt-left":"caret-alt-right":"caret-alt-down",svgIcon:r?o.isRtl()?B:E:T}},a=(t===yt?o.props.prevButton:o.props.nextButton)||ut,s=t===yt?o.arrowClickPrev:o.arrowClickNext;return n.createElement(a,{disabled:e,className:"".concat(i[t].arrowTab),onClick:s,icon:i[t].fontIcon,svgIcon:i[t].svgIcon,onMouseDown:ft,tabIndex:-1,fillMode:"flat"})},o.state={disabledPrev:0===o.props.selected,disabledNext:o.props.selected===n.Children.count(o.props.children)-1},o}return vt(e,t),e.prototype.componentDidMount=function(){this.props.scrollable&&this.scrollToSelected()},e.prototype.componentDidUpdate=function(t){var e=this.props,o=e.scrollable,r=e.selected;o&&t.selected!==r&&(this.scrollToSelected(),this.setState({disabledPrev:0===r,disabledNext:r===n.Children.count(this.props.children)-1}))},e.prototype.render=function(){var t,e,o=this.props,r=o.selected,i=o.tabPosition,s=o.children,c=o.onSelect,l=o.onKeyDown,h=n.Children.count(s),p=n.Children.toArray(s);s&&(t=(e=h,Array.apply(null,Array(e))).map((function(t,e,o){var i={active:r===e,disabled:p[e].props.disabled,index:e,title:p[e].props.title,first:0===e,last:e===o.length-1,onSelect:c};return n.createElement(it,dt({key:e},i))})));var u=(0,a.A)("k-tabstrip-items-wrapper",{"k-hstack":"top"===i||"bottom"===i,"k-vstack":"left"===i||"right"===i}),v=(0,a.A)("k-tabstrip-items","k-reset");return n.createElement("div",{className:u},this.props.scrollable?n.createElement(n.Fragment,null,this.renderArrow(yt,this.state.disabledPrev),n.createElement("ul",{ref:this.itemsNavRef,className:v,role:"tablist",tabIndex:this.props.tabIndex,onKeyDown:l,onWheel:this.onWheel},t),this.renderArrow(gt,this.state.disabledNext)):n.createElement("ul",{className:v,role:"tablist",tabIndex:this.props.tabIndex,onKeyDown:l},t))},e.prototype.scrollToSelected=function(){var t,e,o,n,r=this.itemsNavRef.current,i=r&&r.children[this.props.selected||0];if(i instanceof HTMLElement&&r instanceof HTMLElement){var a,s=this.horizontalScroll(),c=s?r.offsetWidth:r.offsetHeight,l=s?i.offsetWidth:i.offsetHeight,h=s?"left":"top",p=s?r.scrollLeft:r.scrollTop,u=0;this.isRtl()?(p*=-1,(a=i.offsetLeft)<0?(u=a-l+r.offsetLeft,r.scrollTo(((t={})[h]=u,t.behavior=mt,t))):a+l>c-p&&(u=p+a-l,r.scrollTo(((e={})[h]=u,e.behavior=mt,e)))):p+c<(a=s?i.offsetLeft-r.offsetLeft:i.offsetTop-r.offsetTop)+l?(u=a+l-c,r.scrollTo(((o={})[h]=u,o.behavior=mt,o))):p>a&&(u=a,r.scrollTo(((n={})[h]=u,n.behavior=mt,n)))}},e.prototype.horizontalScroll=function(){return/top|bottom/.test(this.props.tabPosition||"top")},e.propTypes={children:P.oneOfType([P.element,P.arrayOf(P.element)]),onSelect:P.func,onKeyDown:P.func,selected:P.number,tabIndex:P.number},e}(n.Component),xt=o(3228),wt=o(6144);const _t=function(t){if(!t||!t.ownerDocument.defaultView)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),o=parseFloat(e.marginTop),n=parseFloat(e.marginBottom);return t.offsetHeight+o+n},zt=function(t){if(!t||!t.ownerDocument.defaultView)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),o=parseFloat(e.marginLeft),n=parseFloat(e.marginRight);return t.offsetWidth+o+n},Ct={"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"};var Mt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),kt=function(){return kt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},kt.apply(this,arguments)},Ot=Ct,St=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.elementRef=n.createRef(),e}return Mt(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this.elementRef.current},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.props,o=e.children,r=e.style,i=e.appear,s=e.enter,c=e.exit,l=e.transitionName,h=e.transitionEnterDuration,p=e.transitionExitDuration,u=e.className,v=e.onEnter,d=e.onEntering,f=e.onEntered,m=e.onExit,y=e.onExiting,g=e.onExited,b=e.onAfterExited,x=e.mountOnEnter,w=e.unmountOnExit,_=e.animationEnteringStyle,z=e.animationEnteredStyle,C=e.animationExitingStyle,M=e.animationExitedStyle,k=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(e,["children","style","appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","onEnter","onEntering","onEntered","onExit","onExiting","onExited","onAfterExited","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),O=(0,a.A)(u,Ot["child-animation-container"]),S=kt({transitionDelay:"0ms"},r),H={entering:kt({transitionDuration:"".concat(h,"ms")},_),entered:kt({},z),exiting:kt({transitionDuration:"".concat(p,"ms")},C),exited:kt({},M)},P={in:this.props.in,appear:i,enter:s,exit:c,mountOnEnter:x,unmountOnExit:w,timeout:{enter:h,exit:p},onEnter:function(){v&&v.call(void 0,{animatedElement:t.element,target:t})},onEntering:function(){d&&d.call(void 0,{animatedElement:t.element,target:t})},onEntered:function(){f&&f.call(void 0,{animatedElement:t.element,target:t})},onExit:function(){m&&m.call(void 0,{animatedElement:t.element,target:t})},onExiting:function(){y&&y.call(void 0,{animatedElement:t.element,target:t})},onExited:function(){b&&b.call(void 0,{animatedElement:t.element,target:t}),g&&g.call(void 0,{animatedElement:t.element,target:t})},classNames:{appear:Ot["".concat(l,"-appear")]||"".concat(l,"-appear"),appearActive:Ot["".concat(l,"-appear-active")]||"".concat(l,"-appear-active"),enter:Ot["".concat(l,"-enter")]||"".concat(l,"-enter"),enterActive:Ot["".concat(l,"-enter-active")]||"".concat(l,"-enter-active"),exit:Ot["".concat(l,"-exit")]||"".concat(l,"-exit"),exitActive:Ot["".concat(l,"-exit-active")]||"".concat(l,"-exit-active")}};return n.createElement(wt.CSSTransition,kt({},P,k,{nodeRef:this.elementRef}),(function(e){return n.createElement("div",{style:kt(kt({},S),H[e]),className:O,ref:t.elementRef},o)}))},e.propTypes={in:P.bool,children:P.oneOfType([P.arrayOf(P.node),P.node]),transitionName:P.string.isRequired,className:P.string,appear:P.bool,enter:P.bool,exit:P.bool,transitionEnterDuration:P.number.isRequired,transitionExitDuration:P.number.isRequired,mountOnEnter:P.bool,unmountOnExit:P.bool,animationEnteringStyle:P.object,animationEnteredStyle:P.object,animationExitingStyle:P.object,animationExitedStyle:P.object},e.defaultProps={mountOnEnter:!0,unmountOnExit:!1,onEnter:xt.Z,onEntering:xt.Z,onEntered:xt.Z,onExit:xt.Z,onExiting:xt.Z,onExited:xt.Z,onAfterExited:xt.Z,animationEnteringStyle:{},animationEnteredStyle:{},animationExitingStyle:{},animationExitedStyle:{}},e}(n.Component),Ht={name:"@progress/kendo-react-animation",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1689103332,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},Pt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Vt=function(){return Vt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Vt.apply(this,arguments)},It=Ct,At=function(t){function e(e){var o=t.call(this,e)||this;return(0,ct.s)(Ht),o}return Pt(e,t),e.prototype.render=function(){var t=this.props,e=t.id,o=t.style,r=t.children,i=t.component,s=t.className,c=t.childFactory,l=(t.stackChildren,t.componentChildStyle),h=t.componentChildClassName,p=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["id","style","children","component","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),u={id:e,style:o,component:i,childFactory:c,className:(0,a.A)(It["animation-container"],It["animation-container-relative"],s)},v=n.Children.map(r||null,(function(t){return n.createElement(St,Vt({},p,{style:l,className:h}),t)}));return n.createElement(wt.TransitionGroup,Vt({},u),v)},e.propTypes={children:P.oneOfType([P.arrayOf(P.node),P.node]),childFactory:P.any,className:P.string,component:P.string,id:P.string,style:P.any,transitionName:P.string.isRequired,appear:P.bool.isRequired,enter:P.bool.isRequired,exit:P.bool.isRequired,transitionEnterDuration:P.number.isRequired,transitionExitDuration:P.number.isRequired},e.defaultProps={component:"div"},e}(n.Component),Et=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Tt=function(){return Tt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Tt.apply(this,arguments)},Bt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Et(e,t),e.prototype.render=function(){var t=this.props,e=t.children,o=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["children"]);return n.createElement(At,Tt({},{transitionName:"fade"},o),e)},e.propTypes={children:P.oneOfType([P.arrayOf(P.node),P.node]),childFactory:P.any,className:P.string,component:P.string,id:P.string,style:P.any},e.defaultProps={appear:!1,enter:!0,exit:!1,transitionEnterDuration:500,transitionExitDuration:500},e}(n.Component),jt=o(3198),Lt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Rt=function(){return Rt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Rt.apply(this,arguments)},Dt=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.contentId=(0,jt.M)(),e.childFactory=function(t){return n.cloneElement(t,Rt(Rt({},t.props),{in:t.props.children.props.id===String(e.contentId+e.props.selected)}))},e}return Lt(e,t),e.prototype.render=function(){var t=this.props,e=t.children,o=t.selected,r=e&&"number"==typeof o&&n.Children.toArray(e)[o],i=(0,a.A)("k-content","k-active",r&&r.props.contentClassName);return n.createElement("div",{className:i,style:this.props.style},this.renderContent(e))},e.prototype.renderContent=function(t){var e=this;return this.props.keepTabsMounted?n.Children.map(this.props.children,(function(t,o){return e.renderChild(t,o)})):this.renderChild(n.Children.toArray(t)[this.props.selected],this.props.selected)},e.prototype.renderChild=function(t,e){var o=e===this.props.selected,r={role:"tabpanel","aria-expanded":!0,"aria-labelledby":e.toString(),style:{display:o?void 0:"none"}},i={position:"initial",display:o?void 0:"none"};return t.props.disabled?null:this.props.animation?n.createElement(Bt,{appear:!0,exit:this.props.keepTabsMounted,style:i,childFactory:this.props.keepTabsMounted?this.childFactory:void 0},n.createElement("div",Rt({},r,{id:String(this.contentId+e),key:e}),t.props.children)):n.createElement("div",Rt({},r,{key:e}),t.props.children)},e.propTypes={animation:P.bool,children:P.oneOfType([P.element,P.arrayOf(P.element)]),selected:P.number,style:P.object},e}(n.Component),Nt={name:"@progress/kendo-react-layout",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1689103611,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},Ft=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Ut=function(){return Ut=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Ut.apply(this,arguments)},Wt=function(t){function e(e){var o,r=t.call(this,e)||this;return r._element=null,r.keyBinding=((o={})[J.R.left]=function(){return r.prevNavigatableTab()},o[J.R.right]=function(){return r.nextNavigatableTab()},o[J.R.down]=function(){return r.nextNavigatableTab()},o[J.R.up]=function(){return r.prevNavigatableTab()},o[J.R.home]=function(){return 0},o[J.R.end]=function(){return n.Children.count(r.props.children)-1},o),r.onSelect=function(t){r.props.selected!==t&&r.props.onSelect&&r.props.onSelect({selected:t})},r.onKeyDown=function(t){var e;switch(t.keyCode){case J.R.left:e=r.keyBinding[r.invertKeys(J.R.left,J.R.right)];break;case J.R.right:e=r.keyBinding[r.invertKeys(J.R.right,J.R.left)];break;case J.R.up:e=r.keyBinding[J.R.up];break;case J.R.down:e=r.keyBinding[J.R.down];break;case J.R.home:e=r.keyBinding[J.R.home];break;case J.R.end:e=r.keyBinding[J.R.end]}e&&(t.preventDefault(),r.onSelect(e()))},r.renderContent=function(t){var e=t.selected,o=t.children,r=t.tabContentStyle;return e<n.Children.count(o)&&e>-1?n.createElement(Dt,Ut({index:e},t,{style:r})):null},r.firstNavigatableTab=function(){var t=r.children(),e=n.Children.count(t);if(t)for(var o=0;o<e;o++)if(!t[o].props.disabled)return o},r.lastNavigatableTab=function(){var t=r.children(),e=n.Children.count(t);if(t)for(var o=e-1;o>0;o--)if(!t[o].props.disabled)return o},r.prevNavigatableTab=function(){var t=r.children(),e=r.props.selected,o=e?e-1:-1;if(o<0)return r.lastNavigatableTab();if(t)for(var n=o;n>-1;n--){if(!t[n].props.disabled)return n;if(0===n)return r.lastNavigatableTab()}},r.nextNavigatableTab=function(){var t=r.children(),e=r.props.selected,o=e?e+1:1,i=n.Children.count(t);if(o>=i)return r.firstNavigatableTab();if(t)for(var a=o;a<i;a++){if(!t[a].props.disabled)return a;if(a+1===i)return r.firstNavigatableTab()}},(0,ct.s)(Nt),r}return Ft(e,t),e.prototype.render=function(){var t=this,e=Ut(Ut({},this.props),{children:this.children(),onKeyDown:this.onKeyDown,onSelect:this.onSelect}),o=e.tabPosition,r=e.tabIndex,i=void 0===r?0:r,s="bottom"===o,c=(0,a.A)("k-tabstrip",{"k-tabstrip-left":"left"===o,"k-tabstrip-right":"right"===o,"k-tabstrip-bottom":"bottom"===o,"k-tabstrip-top":"top"===o,"k-tabstrip-scrollable":this.props.scrollable},this.props.className);return n.createElement("div",{id:this.props.id,ref:function(e){return t._element=e},dir:this.props.dir,className:c,style:this.props.style},!s&&n.createElement(bt,Ut({},e,{tabIndex:i})),this.renderContent(e),s&&n.createElement(bt,Ut({},e,{tabIndex:i})))},e.prototype.invertKeys=function(t,e){return this._element&&"rtl"===getComputedStyle(this._element).direction?e:t},e.prototype.children=function(){return n.Children.toArray(this.props.children).filter((function(t){return t}))},e.propTypes={animation:P.bool,children:P.node,onSelect:P.func,selected:P.number,style:P.object,tabContentStyle:P.object,tabPosition:P.string,tabIndex:P.number,className:P.string,dir:P.string},e.defaultProps={animation:!0,tabPosition:"top",keepTabsMounted:!1,buttonScrollSpeed:100,mouseScrollSpeed:10},e}(n.Component),Kt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Gt=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return Kt(e,t),e.prototype.render=function(){return null},e.propTypes={disabled:P.bool,contentClassName:P.string,children:P.oneOfType([P.element,P.node]),title:P.oneOfType([P.string,P.element,P.node])},e}(n.Component),qt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Xt=function(){return Xt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Xt.apply(this,arguments)},Yt=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={maxHeight:void 0,maxWidth:void 0},e.componentWillEnter=function(t){var o=e.props,n=o.onEnter,r=o.onBeforeEnter;r&&r.call(void 0,t),e.updateContainerDimensions(t.animatedElement,(function(){n&&n.call(void 0,t)}))},e.componentIsEntering=function(t){var o=e.props.onEntering;e.updateContainerDimensions(t.animatedElement,(function(){o&&o.call(void 0,t)}))},e.componentWillExit=function(t){var o=e.props.onExit;e.updateContainerDimensions(t.animatedElement,(function(){o&&o.call(void 0,t)}))},e.updateContainerDimensions=function(t,o){void 0===o&&(o=xt.Z);var n=t.firstChild;if(n){var r=_t(n),i=zt(n);e.setState({maxHeight:r,maxWidth:i},o)}},e}return qt(e,t),e.prototype.render=function(){var t,e=this.props,o=e.direction,r=e.children,i=e.childFactory,a=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(e,["direction","children","childFactory"]),s=this.state,c=s.maxHeight,l=s.maxWidth,h={maxHeight:(t="vertical"===o?{maxHeight:c?"".concat(c,"px"):""}:{maxWidth:l?"".concat(l,"px"):""}).maxHeight,maxWidth:t.maxWidth};return n.createElement(At,Xt({},a,{childFactory:function(e){var o=i?i(e):e;return o.props.in?o:n.cloneElement(o,Xt(Xt({},o.props),{style:Xt(Xt({},o.props.style),{maxHeight:t.maxHeight,maxWidth:t.maxWidth})}))},onEnter:this.componentWillEnter,onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:h,transitionName:"reveal-".concat(o)}),r)},e.propTypes={children:P.oneOfType([P.arrayOf(P.node),P.node]),childFactory:P.any,className:P.string,direction:P.oneOf(["horizontal","vertical"]),component:P.string,id:P.string,style:P.any},e.defaultProps={appear:!1,enter:!0,exit:!0,transitionEnterDuration:300,transitionExitDuration:300,direction:"vertical"},e}(n.Component),Zt=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Qt=function(){return Qt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Qt.apply(this,arguments)},$t=function(t){function e(e){var o=t.call(this,e)||this;return o.handleItemClick=function(){var t=o.props,e=t.onSelect,n=t.disabled,r=t.id;e&&!n&&e.call(void 0,{uniquePrivateKey:o.props.uniquePrivateKey,id:r,target:o})},o.childFactory=function(t){return o.props.keepItemsMounted?n.cloneElement(t,Qt(Qt({},t.props),{in:o.props.expanded})):t},o.state={show:e.expanded||!1},o}return Zt(e,t),e.prototype.render=function(){var t=this,e=this.props,o=e.id,r=e.children,s=e.title,c=e.uniquePrivateKey,l=e.disabled,h=e.selected,p=e.focused,u=e.expanded,v=e.className,d=e.level,f=e.headerClassName,m=e.animation,y=e.keepItemsMounted,g={role:"treeitem","aria-disabled":l,"aria-hidden":!l&&!u,"aria-selected":!l&&h,"aria-expanded":!l&&u&&!!r},b=(0,a.A)("k-panelbar-item",{"k-panelbar-header":0===d,"k-expanded":u&&!!r,"k-disabled":l},"k-level-".concat(d),v),x=(0,a.A)("k-link",{"k-selected":!l&&h,"k-focus":!l&&p},f),w=function(t){var e=t.imageUrl,o=t.icon,r=t.svgIcon,a=t.iconClass;return e?n.createElement("img",{role:"presentation",className:"k-panelbar-item-icon k-image",src:e}):o||r?n.createElement(i.a,{className:"k-panelbar-item-icon",name:o,icon:r}):a?n.createElement("span",{role:"presentation",className:"k-panelbar-item-icon "+a}):null}(this.props),_=!l&&r?n.createElement(i.a,{name:u?"chevron-up":"chevron-down",icon:u?j:R,className:(0,a.A)("k-panelbar-toggle",u?"k-panelbar-collapse":"k-panelbar-expand")}):null,z=!l&&u||y?n.createElement("ul",{role:"group","aria-expanded":u,"aria-hidden":!u,className:"k-panelbar-group k-panel k-group",style:{display:y?this.state.show?"block":"none":"block"}},r):null,C=void 0!==m&&!m||l||!r?z:n.createElement(Yt,{transitionEnterDuration:200,transitionExitDuration:200,key:c+"_animation",style:{display:"block"},children:z,childFactory:y&&this.childFactory,unmountOnExit:!y,onBeforeEnter:function(){return y&&t.setState({show:!0})},onAfterExited:function(){return y&&t.setState({show:!1})}});return n.createElement("li",Qt({id:o,className:b},g),n.createElement("span",{className:x,onClick:this.handleItemClick},w,n.createElement("span",{className:"k-panelbar-item-text"},s),_),C)},e.propTypes={animation:P.bool,children:P.any,className:P.string,icon:P.string,iconClass:P.string,imageUrl:P.string,svgIcon:st.wi,expanded:P.bool,disabled:P.bool,onSelect:P.func,selected:P.bool,level:P.number,title:P.oneOfType([P.string,P.element]),id:P.oneOfType([P.string,P.number]),focused:P.bool,keepItemsMounted:P.bool},e.defaultProps={title:"Untitled"},e}(n.PureComponent),Jt=function(){return Jt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Jt.apply(this,arguments)},te=function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))},ee=function(t){var e=t.animation,o=void 0===e||e,r=t.keepItemsMounted,i=void 0!==r&&r,a=t.state,s=t.expanded,c=t.handleSelect,l=t.children,h=t.parentExpanded,p=void 0===h||h,u=t.level,v=void 0===u?0:u,d=t.parentPrivateKey,f=void 0===d?[]:d;return n.Children.map(l,(function(t,e){if(t&&t.type===$t){var r=void 0,l=re(t,f,e);if(t.props.children){var h={animation:o,keepItemsMounted:i,state:a,expanded:s,handleSelect:c,children:t.props.children,parentExpanded:(s||[]).indexOf(l)>-1,level:v+1,parentPrivateKey:te(te([],f,!0),[l],!1)};r=ee(h)}return n.cloneElement(t,Jt(Jt({},t.props),{animation:void 0!==t.props.animation?t.props.animation:o,keepItemsMounted:i,id:t.props.id||"k-panelbar-item-default-".concat(l),uniquePrivateKey:l,parentUniquePrivateKey:f,parentExpanded:p,level:v,expanded:(s||[]).indexOf(l)>-1,focused:a.focused===l&&a.wrapperFocused,selected:a.selected===l,children:r,onSelect:c}))}return n.createElement("div",{className:"k-panelbar-content k-content"},t)}))},oe=function(t){var e=n.Children.toArray(t.children)[0];return e?re(e,[],0):""},ne=function(t,e,o,r,i){return void 0===o&&(o={expanded:t.expanded||[],selected:t.selected||"",focused:t.focused||"",wrapperFocused:!1}),void 0===r&&(r=!0),void 0===i&&(i=[]),n.Children.map(t.children,(function(t,n){if(t&&t.type===$t){var a=re(t,i,n);!t.props.disabled&&r&&(t.props.selected&&(o.selected=a),t.props.focused&&(o.focused=a),t.props.expanded&&("multiple"===e?o.expanded.push(a):"single"===e&&(o.expanded=[a])),t.props.children&&(o=ne(t.props,e,o,!!t.props.expanded,te(te([],i,!0),[a],!1))))}})),o},re=function(t,e,o){return t&&t.props&&t.props.id?t.props.id:e.length?e[e.length-1]+".".concat(o):".".concat(o)};function ie(t,e){return void 0===e&&(e=[]),(t||[]).forEach((function(t){t.disabled||(e.push(t),t.expanded&&t.children&&ie(t.children,e))})),e}function ae(t,e){return void 0===e&&(e=[]),n.Children.forEach(t,(function(t){t&&t.props&&!t.props.disabled&&(e.push(t),t.props.children&&ae(t.props.children,e))})),e}function se(t,e){return void 0===e&&(e=[]),n.Children.forEach(t,(function(t){t&&t.props&&!t.props.disabled&&(t.props.expanded||t.props.parentExpanded)&&(e.push(t),t.props.children&&se(t.props.children,e))})),e}var ce,le=function(t){return null!=t};!function(t){t.mapItemsToComponents=function t(e){return e.map((function(e,o){var r;return e.content&&(r=e.content),e.children&&(r=t(e.children)),n.createElement($t,Jt({},e,{children:r,key:e.id||o}))}))}}(ce||(ce={}));var he,pe=function(t,e){return t.length===e.length&&t.every((function(t,o){return t===e[o]}))};!function(t){t[t.Toggle=0]="Toggle",t[t.Next=1]="Next",t[t.Previous=2]="Previous"}(he||(he={}));var ue=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),ve=function(){return ve=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},ve.apply(this,arguments)},de=function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))},fe=function(t){function e(e){var o=t.call(this,e)||this;o._element=null,o.handleSelect=function(t){o.onSelect(t),o.onFocus(t)},o.onSelect=function(t){var e,r;switch(ae(n.Children.toArray(o.children)).forEach((function(n){n.props.uniquePrivateKey===(t.uniquePrivateKey||o.state.focused)&&(e=n)})),o.expandMode){case"single":r=de(de([],e.props.parentUniquePrivateKey,!0),[e.props.uniquePrivateKey],!1),pe(o.expandedItems,r)&&(r=e.props.parentUniquePrivateKey?de([],e.props.parentUniquePrivateKey,!0):[]);break;case"multiple":var i=(r=o.expandedItems.slice()).indexOf(e.props.uniquePrivateKey);-1===i?r.push(e.props.uniquePrivateKey):r.splice(i,1);break;default:r=o.expandedItems.slice()}o.setState({selected:e.props.uniquePrivateKey,expanded:r}),o.props.onSelect&&o.props.onSelect.call(void 0,{target:e,expandedItems:r})},o.onFocus=function(t,e){void 0===e&&(e=0);var r,i=se(n.Children.toArray(o.children));i.forEach((function(n,a){if(n.props.uniquePrivateKey===(t.uniquePrivateKey||o.state.focused)){var s=a+e<0?0:a+e>i.length?i.length-1:a+e;r=i[s]}})),r&&(o.activeDescendant=r.props.id,o.setState({focused:r.props.uniquePrivateKey}))},o.onNavigate=function(t,e){var n;switch(e){case he.Previous:n=-1,o.onFocus(t,n);break;case he.Next:n=1,o.onFocus(t,n);break;case he.Toggle:o.onSelect(t)}},o.handleWrapperFocus=function(){clearTimeout(o.nextTickId),o.state.wrapperFocused||o.setState({wrapperFocused:!0})},o.handleWrapperBlur=function(){o.nextTick((function(){o.setState({wrapperFocused:!1})}))},o.handleKeyDown=function(t){var e=o._element&&"rtl"===getComputedStyle(o._element).direction||!1;if(t.target===t.currentTarget){var n=void 0;switch(t.keyCode){case J.R.left:n=e?he.Next:he.Previous;break;case J.R.up:n=he.Previous;break;case J.R.right:n=e?he.Previous:he.Next;break;case J.R.down:n=he.Next;break;case J.R.space:case J.R.enter:n=he.Toggle;break;default:n=null}null!==n&&(t.preventDefault(),o.onNavigate(t,n))}},(0,ct.s)(Nt);var r=ne(e,o.expandMode);return r.focused||(r.focused=oe(e)),o.state=r,o}return ue(e,t),Object.defineProperty(e.prototype,"expandMode",{get:function(){return this.props.expandMode||"multiple"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"selectedItem",{get:function(){var t=this.props.selected;return void 0===t?this.state.selected:t},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"expandedItems",{get:function(){return this.props.isControlled?this.props.expanded||[]:this.state.expanded},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"children",{get:function(){var t=ve(ve({},this.state),{selected:this.selectedItem}),e={animation:this.props.animation,keepItemsMounted:this.props.keepItemsMounted,state:t,expanded:this.expandedItems,handleSelect:this.handleSelect,children:this.props.children};return ee(e)},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e={"aria-activedescendant":this.activeDescendant},o=(0,a.A)("k-panelbar",this.props.className);return n.createElement("ul",ve({ref:function(e){t._element=e},dir:this.props.dir,role:"tree",tabIndex:0,onKeyDown:this.handleKeyDown,onFocus:this.handleWrapperFocus,onBlur:this.handleWrapperBlur,className:o,style:this.props.style},e),this.children)},e.prototype.nextTick=function(t){this.nextTickId=window.setTimeout((function(){return t()}))},e.propTypes={animation:P.bool,children:function(t,e){var o=t[e];if(o){if(Array.isArray(o))for(var n=0,r=o;n<r.length;n++){var i=r[n];if(!i.type||i.type!==$t)return new Error("PanelBar children should be either PanelBarItem or Array of PanelBarItem.")}else if(o.type!==$t)return new Error("PanelBar child should be either PanelBarItem or Array of PanelBarItem.");return null}return null},dir:P.string,selected:P.string,expanded:P.arrayOf(P.string),focused:P.string,expandMode:P.oneOf(["single","multiple"]),className:P.string,keepItemsMounted:P.bool,onSelect:P.func,style:P.object},e.defaultProps={expandMode:"multiple",animation:!0,keepItemsMounted:!1},e}(n.Component),me=o(5407),ye=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),ge=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return ye(e,t),e.prototype.render=function(){return null},e.propTypes={text:P.string,url:P.string,icon:P.string,disabled:P.bool,cssClass:P.string,cssStyle:P.object,render:P.any,linkRender:P.any,contentRender:P.any,data:P.any},e}(n.Component);function be(t,e){if(t&&t.length>0)return{items:ze(t),inputItems:t};if(we(e).length>0){var o=_e(we(e));return{items:ze(o),inputItems:o}}return{items:[],inputItems:[]}}function xe(t,e){var o={},n=t||e.props,r=n.text,i=n.url,a=n.icon,s=n.svgIcon,c=n.disabled,l=n.cssClass,h=n.cssStyle,p=n.render,u=n.linkRender,v=n.contentRender,d=n.data;return void 0!==r&&(o.text=r),void 0!==i&&(o.url=i),void 0!==a&&(o.icon=a),void 0!==s&&(o.svgIcon=s),void 0!==c&&(o.disabled=c),void 0!==l&&(o.cssClass=l),void 0!==h&&(o.cssStyle=h),void 0!==p&&(o.render=p),void 0!==u&&(o.linkRender=u),void 0!==v&&(o.contentRender=v),void 0!==d&&(o.data=d),o}function we(t){return n.Children.toArray(t).filter((function(t){return t&&t.type===ge}))}function _e(t){for(var e=[],o=0;o<t.length;o++){var n=t[o],r=xe(void 0,n),i=_e(we(n.props.children));i.length>0&&(r.items=i),e.push(r)}return e}function ze(t,e){for(var o=[],n=0;n<t.length;n++){var r=t[n],i=xe(r);i.id=d(n.toString(),e),i.isLastFromSiblings=n===t.length-1,i.items=Ce(r,i),o.push(i)}return o}function Ce(t,e){return t.contentRender?[{contentParentItemId:e.id,id:d(l,e.id),isLastFromSiblings:!0,contentRender:t.contentRender,items:[]}]:t.items?ze(t.items,e.id):[]}var Me=/\S/;function ke(t,e,o,n,r,i){var a,s=z();switch(o){case J.R.left:return r?i?x():l():i?m():c();case J.R.right:return r?i?l():x():i?c():m();case J.R.up:return r?M():y(e)?_():M();case J.R.down:return r?k():y(e)?w():k();case J.R.enter:case J.R.space:return s.disabled?e:C()?v(e):u(e);case J.R.home:return O()[0].id;case J.R.end:return(a=O())[a.length-1].id;case J.R.esc:return y(e)?e:f(e);default:return 1===n.length&&Me.test(n)?function(){var t=n.toLowerCase(),o=O(),r=Number(g(e)),i=o.slice(r+1).concat(o.slice(0,r+1)).find((function(e){return(e.text||"").toLowerCase().startsWith(t)}));return i?i.id:e}():e}function c(){return y(e)?M():1===function(t){return t.split(h).length-1}(e)?w(M(u(e))):f(e)}function l(){return y(e)?_():f(e)}function m(){return y(e)?k():w(C()?e:k(u(e)))}function x(){return w(y(e)||C()?e:k(u(e)))}function w(t){return S(!0,t)}function _(t){return S(!1,t)}function z(o,n){return void 0===o&&(o=e),void 0===n&&(n=t),p(o,n)}function C(t){return z(t).items.length>0}function M(t){return H(!1,t)}function k(t){return H(!0,t)}function O(){return y(e)?t:z(f(e),t).items}function S(t,o){void 0===o&&(o=e);var n=z(o);return C(o)&&!n.disabled?t?v(o):function(t){var e=z(t).items;return e[e.length-1].id}(o):o}function H(o,n){if(void 0===n&&(n=e),y(n))return b(o,n,t.length);var r=f(n);return d(b(o,g(n),z(r).items.length),r)}}var Oe,Se,He,Pe,Ve,Ie=function(){function t(){this.phase="Initialized"}return t.prototype.getIsDirectionRightToLeft=function(){return this.isDirectionRightToLeft},t.prototype.setIsDirectionRightToLeft=function(t){this.phase="NotInitialized"===this.phase?"Initialized":"NewValueReceived",this.previousIsDirectionRightToLeft=this.isDirectionRightToLeft,this.isDirectionRightToLeft=t},t.prototype.hasDirectionChanged=function(){return"NewValueReceived"===this.phase&&this.previousIsDirectionRightToLeft!==this.isDirectionRightToLeft},t}(),Ae=function(){function t(t,e,o){this.openOnClick=t,this.resetMenu=e,this.openItem=o,this.mouseDown=!1,this.openOnClick=t,this.isMouseOverEnabled=!t}return Object.defineProperty(t.prototype,"OpenOnClick",{set:function(t){Boolean(t)!==Boolean(this.openOnClick)&&(this.mouseDown=!1,this.isMouseOverEnabled=!t),this.openOnClick=t},enumerable:!1,configurable:!0}),t.prototype.handleItemSelectedViaKeyboard=function(){this.openOnClick&&(this.isMouseOverEnabled=!1,this.resetMenu())},Object.defineProperty(t.prototype,"IsMouseOverEnabled",{get:function(){return this.isMouseOverEnabled},enumerable:!1,configurable:!0}),t.prototype.handleItemMouseDown=function(){this.mouseDown=!0},t.prototype.handleItemFocus=function(){this.openOnClick&&!this.mouseDown&&(this.isMouseOverEnabled=!0),this.mouseDown=!1},t.prototype.handleItemClick=function(t,e){this.openOnClick&&(this.isMouseOverEnabled?e&&(this.isMouseOverEnabled=!1,this.resetMenu()):(this.isMouseOverEnabled=!0,this.openItem(t)))},t}(),Ee=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Te={focusedItemId:c,hoveredItemId:c,tabbableItemId:l},Be=function(t){function e(e){var o=t.call(this,e)||this;return o.menuWrapperEl=null,o.guid=(0,jt.M)(),o.directionHolder=new Ie,o.inputItems=[],o.items=[],o.reset=function(){o.clearItemHoverAndLeaveRequestsIfApplicable(),o.setState(Te)},o.onKeyDown=function(t){if(o.state.focusedItemId!==c){var e=p(o.state.focusedItemId,o.items),n=ke(o.items,e.id,t.keyCode,t.key,o.props.vertical,o.directionHolder.getIsDirectionRightToLeft());e.id!==n&&(t.preventDefault(),o.setFocusedItemId(n)),t.keyCode!==J.R.enter&&t.keyCode!==J.R.space||e.disabled||(o.mouseOverHandler.handleItemSelectedViaKeyboard(),o.dispatchSelectEventIfWired(t,e.id),!t.isDefaultPrevented()&&0===e.items.length&&e.url&&window.location.assign(e.url))}t.keyCode===J.R.esc&&o.props.onClose&&o.props.onClose.call(void 0,t)},o.onItemMouseOver=function(t){o.mouseOverHandler.IsMouseOverEnabled&&(o.clearItemHoverAndLeaveRequestsIfApplicable(),o.itemHoverRequest=window.setTimeout((function(){o.setHoveredItemId(t),o.itemHoverRequest=null}),function(t){return void 0!==t.hoverOpenDelay?t.hoverOpenDelay:t.openOnClick?0:100}(o.props)))},o.onItemMouseLeave=function(t){o.mouseOverHandler.IsMouseOverEnabled&&o.isItemWithDefaultClose(t)&&(o.clearItemHoverAndLeaveRequestsIfApplicable(),o.itemLeaveRequest=window.setTimeout((function(){o.setHoveredItemId(c),o.itemLeaveRequest=null}),function(t){return void 0!==t.hoverCloseDelay?t.hoverCloseDelay:100}(o.props)))},o.onItemMouseDown=function(){o.mouseOverHandler.handleItemMouseDown()},o.onItemFocus=function(t){o.setFocusedItemId(t),o.mouseOverHandler.handleItemFocus()},o.onItemClick=function(t,e){var n=p(e,o.items);n.disabled||(o.setFocusedItemId(e),o.mouseOverHandler.handleItemClick(e,o.isItemWithDefaultClose(e)),o.dispatchSelectEventIfWired(t,e),!t.isDefaultPrevented()&&n.url&&window.location.assign(n.url))},o.onItemBlur=function(t,e){if(o.isItemWithDefaultClose(t)&&o.setFocusedItemId(c),e.relatedTarget&&"LI"===e.relatedTarget.nodeName){var n=e.relatedTarget.getAttribute("id");if(n&&n.includes(o.guid))return}o.props.onClose&&o.props.onClose.call(void 0,e)},o.getInputItem=function(t){return p(t,o.inputItems)},(0,ct.s)(Nt),o.mouseOverHandler=new Ae(o.props.openOnClick,o.reset,o.onItemMouseOver),o.state=Object.assign({},Te,{isFirstRender:!0}),o}return Ee(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this.menuWrapperEl},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this;this.prepareItems(),this.state.isFirstRender||this.directionHolder.setIsDirectionRightToLeft(this.checkIsDirectionRightToLeft());var e=this.state.hoveredItemId?this.state.hoveredItemId:this.state.focusedItemId?f(this.state.focusedItemId):c;return n.createElement("div",{onKeyDown:this.onKeyDown,style:this.props.style,className:this.directionHolder.getIsDirectionRightToLeft()?"k-rtl":void 0,ref:function(e){return t.menuWrapperEl=e}},n.createElement($,{className:this.getMenuClassName(),"aria-orientation":this.props.vertical?"vertical":void 0,items:this.items,isMenuVertical:this.props.vertical,isDirectionRightToLeft:this.directionHolder.getIsDirectionRightToLeft(),focusedItemId:this.state.focusedItemId,lastItemIdToBeOpened:e,tabbableItemId:this.state.tabbableItemId,itemRender:this.props.itemRender,linkRender:this.props.linkRender,menuGuid:this.guid,onMouseLeave:this.onItemMouseLeave,onMouseOver:this.onItemMouseOver,onMouseDown:this.onItemMouseDown,onFocus:this.onItemFocus,onClick:this.onItemClick,onBlur:this.onItemBlur,onOriginalItemNeeded:this.getInputItem,role:this.props.role}))},e.prototype.componentDidMount=function(){this.setState({isFirstRender:!1})},e.prototype.componentDidUpdate=function(t){(Boolean(t.vertical)!==Boolean(this.props.vertical)||this.directionHolder.hasDirectionChanged())&&this.reset(),this.mouseOverHandler.OpenOnClick=this.props.openOnClick},e.prototype.componentWillUnmount=function(){this.clearItemHoverAndLeaveRequestsIfApplicable()},e.prototype.setFocusedItemId=function(t){this.setState((function(e){var o=t===c?e.tabbableItemId:u(t);return{hoveredItemId:t===c||m(e.hoveredItemId)&&m(t)?e.hoveredItemId:c,focusedItemId:t,tabbableItemId:o}}))},e.prototype.setHoveredItemId=function(t){this.setState((function(e){return m(t)&&m(e.focusedItemId)?{hoveredItemId:t,focusedItemId:e.focusedItemId,tabbableItemId:e.tabbableItemId}:{hoveredItemId:t,focusedItemId:c,tabbableItemId:l}}))},e.prototype.getMenuClassName=function(){return(0,a.A)("k-reset","k-header","k-menu",{"k-menu-horizontal":!this.props.vertical},{"k-menu-vertical":this.props.vertical},this.props.className)},e.prototype.clearItemHoverAndLeaveRequestsIfApplicable=function(){this.itemHoverRequest&&(clearTimeout(this.itemHoverRequest),this.itemHoverRequest=null),this.itemLeaveRequest&&(clearTimeout(this.itemLeaveRequest),this.itemLeaveRequest=null)},e.prototype.isItemWithDefaultClose=function(t){return!this.props.customCloseItemIds||-1===this.props.customCloseItemIds.indexOf(t)},e.prototype.checkIsDirectionRightToLeft=function(){return Boolean(void 0!==this.props.dir?"rtl"===this.props.dir:this.menuWrapperEl&&"rtl"===getComputedStyle(this.menuWrapperEl).direction)},e.prototype.prepareItems=function(){var t=be(this.props.items,this.props.children),e=t.items,o=t.inputItems;this.items=e,this.inputItems=o},e.prototype.dispatchSelectEventIfWired=function(t,e){(0,me.N)(this.props.onSelect,t,this,{item:this.getInputItem(e),itemId:e})},e.propTypes={vertical:P.bool,items:P.arrayOf(P.object),style:P.object,dir:P.string,hoverOpenDelay:P.number,hoverCloseDelay:P.number,openOnClick:P.bool,itemRender:P.any,linkRender:P.any,customCloseItemIds:P.arrayOf(P.string),onSelect:P.func,role:P.string},e.defaultProps={vertical:!1},e}(n.Component),je=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Le=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return je(e,t),e.prototype.render=function(){var t,e=this.props,o=e.id,r=e.size,i=e.collapsed,s=e.overlay,c=e.containsSplitter,l=e.collapsible,h=e.resizable,p=e.scrollable,u=e.keepMounted,v=r&&r.length>0,d={flexBasis:r},f=(0,a.A)("k-pane",((t={})["k-hidden"]=i,t.hidden=i,t["k-pane-flex"]=c,t["k-pane-static"]=!h&&!l||v,t["k-scrollable"]=p,t));return n.createElement("div",{id:o,role:"group",style:d,className:f},!i||u?this.props.children:void 0,s?n.createElement("div",{className:"k-splitter-overlay k-overlay"}):void 0)},e}(n.Component),Re="splitBarLabel",De=((Oe={})[Re]="split bar",Oe),Ne=o(499),Fe=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Ue=function(){return Ue=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Ue.apply(this,arguments)},We={collapsible:!1,collapsed:!1,resizable:!0,scrollable:!0},Ke=function(t){function e(e){var o=t.call(this,e)||this;return o._container=null,o.validatePanes=function(t){if(!t.filter((function(t){return void 0===t.size})).length)throw new Error("The Splitter should have at least one pane without a set size.")},o.mapPaneOptions=function(t,e){for(var r=o.orientation,i=o.state,a=i.dragIndex,s=i.isDragging,c=[],l=0;l<e.length;l++){var h=!1,p=e[l];n.isValidElement(p)&&(h="Splitter"===p.type.displayName);var u=!1;s&&void 0!==a&&(u=a===l||a+1===l),c.push(Ue(Ue(Ue({},We),{orientation:r,containsSplitter:h,overlay:u}),(t||[])[l]))}return c},o.mapSplitterPanes=function(t,e){var r=(0,Ne.provideLocalizationService)(o).toLanguageString(Re,De[Re]);return t.map((function(i,a){var s,c=2*a,l=c+1;if(a+1<t.length){var h=t[a+1];s=n.createElement(ot,{key:l,index:a,orientation:i.orientation,prev:i,next:h,ariaLabel:r,onDrag:o.onBarDragResize,onToggle:o.onBarToggle,onKeyboardResize:o.onBarKeyboardResize,isRtl:o.isRtl})}return[n.createElement(Le,Ue({key:c},i),e[a]),s]}))},o.onBarToggle=function(t,e){var n=o.panesOptions(o.panesContent).map((function(e,n){var r=o.getPaneProps(e);return n===t?Ue(Ue({},r),{collapsed:!e.collapsed}):Ue({},r)}));o.props.onChange&&o.props.onChange({newState:n,isLast:!0,nativeEvent:e})},o.onBarDragResize=function(t,e,n,r,i){var a=(new Date).getTime(),s=t.pageX,c=t.pageY,l=o.surroudingPanes(e),h=l.prevElement,p=l.nextElement;if(h&&p)if(r)o.setState({isDragging:!0,dragIndex:n,startTime:a,originalX:s,originalY:c,originalPrevSize:o.elementSize(h),originalNextSize:o.elementSize(p)});else{var u,v=o.state,d=v.originalPrevSize,f=v.originalNextSize,m=v.startTime,y=v.originalX,g=v.originalY;!r&&a-m<150||(u="vertical"===o.orientation?c-g:o.isRtl?y-s:s-y,o.resize(n,n+1,d,f,u,i,t)),i&&o.resetDragState()}},o.onBarKeyboardResize=function(t,e,n,r){var i=o.surroudingPanes(t),a=i.prevElement,s=i.nextElement,c=o.elementSize(a),l=o.elementSize(s);o.resize(e,e+1,c,l,n,!0,r)},o.containerSize=function(){return o._container?o.elementSize(o._container,!0):0},o.panesOptions=function(t){return o.mapPaneOptions(o.panes,t)},o.elementSize=function(t,e){var n=e?"client":"offset";return"vertical"===o.orientation?t["".concat(n,"Height")]:t["".concat(n,"Width")]},o.clamp=function(t,e,o){return Math.min(e,Math.max(t,o))},o.fixedSize=function(t){return t&&t.length>0},(0,ct.s)(Nt),o.state={isDragging:!1,dragIndex:void 0,startTime:0,originalX:0,originalY:0,originalPrevSize:0,originalNextSize:0,panes:e.defaultPanes||[]},o}return Fe(e,t),Object.defineProperty(e.prototype,"isControlledState",{get:function(){return void 0!==this.props.panes},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"panes",{get:function(){return void 0!==this.panesDuringOnChange?this.panesDuringOnChange:this.isControlledState?this.props.panes:this.state.panes},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"orientation",{get:function(){return this.props.orientation||"horizontal"},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"isRtl",{get:function(){return this._container&&"rtl"===getComputedStyle(this._container).direction||!1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"panesContent",{get:function(){return n.Children.toArray(this.props.children).filter((function(t){return t}))},enumerable:!1,configurable:!0}),e.prototype.render=function(){var t=this,e=this.panesContent,o=this.panesOptions(e),r=(0,a.A)("k-widget","k-splitter","k-splitter-flex","k-splitter-".concat(this.orientation),this.props.className);return this.validatePanes(o),n.createElement("div",{style:this.props.style,ref:function(e){return t._container=e},className:r},this.mapSplitterPanes(o,e))},e.prototype.surroudingPanes=function(t){return{prevElement:t.previousElementSibling,nextElement:t.nextElementSibling}},e.prototype.isPercent=function(t){return/%$/.test(t)},e.prototype.toPixels=function(t,e){var o=parseInt(t,10);return this.isPercent(t)&&(o=e*o/100),o},e.prototype.resetDragState=function(){this.setState({isDragging:!1,dragIndex:void 0,startTime:0,originalX:0,originalY:0,originalPrevSize:0,originalNextSize:0})},e.prototype.resize=function(t,e,o,n,r,i,a){var s,c,l=this,h=this.panesOptions(this.panesContent),p=h[t],u=h[e],v=o+n,d=this.containerSize(),f=function(t){return l.toPixels(t,d)},m={index:t,initialSize:o,min:f(p.min)||v-f(u.max)||0,max:f(p.max)||v-f(u.min)||v},y={index:e,initialSize:n,min:f(u.min)||v-f(p.max)||0,max:f(u.max)||v-f(p.min)||v},g=function(t,e){var o=h[t.index],n=l.clamp(t.min,t.max,t.initialSize+e);return l.isPercent(o.size||"")?100*n/d+"%":n+"px"};this.fixedSize(p.size)&&this.fixedSize(u.size)?(s=g(m,r),c=g(y,-r)):u.collapsible||this.fixedSize(u.size)?c=g(y,-r):s=g(m,r);var b=h.map((function(o,n){var r=l.getPaneProps(o);return n===t?Ue(Ue({},r),{size:s}):n===e?Ue(Ue({},r),{size:c}):Ue({},r)}));this.panesDuringOnChange=b,this.isControlledState||this.setState({panes:b}),this.props.onChange&&this.props.onChange({newState:b,isLast:i,nativeEvent:a}),this.panesDuringOnChange=void 0},e.prototype.getPaneProps=function(t){return t.orientation,t.overlay,t.containsSplitter,function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["orientation","overlay","containsSplitter"])},e.displayName="Splitter",e}(n.Component);!function(t){t.TEXT="text",t.IMAGE="image",t.ICON="icon"}(Se||(Se={})),function(t){t.HORIZONTAL="horizontal",t.VERTICAL="vertical"}(He||(He={})),function(t){t.DEFAULT="default",t.primary="primary",t.INFO="info",t.SUCCESS="success",t.WARNING="warning",t.ERROR="error"}(Pe||(Pe={})),function(t){t.START="start",t.CENTER="center",t.END="end",t.STRETCHED="stretched"}(Ve||(Ve={}));var Ge=function(){return Ge=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Ge.apply(this,arguments)},qe=n.forwardRef((function(t,e){var o;(0,ct.s)(Nt);var r=t.children,i=t.dir,s=t.style,c=t.className,l=t.type,h=t.orientation,p=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["children","dir","style","className","type","orientation"]),u=n.useRef(null),v=n.useRef(null);return n.useImperativeHandle(u,(function(){return{element:v.current,props:t}})),n.useImperativeHandle(e,(function(){return u.current})),n.createElement("div",Ge({dir:i,style:s,ref:v,className:(0,a.A)("k-card",c,(o={},o["k-card-".concat(l)]=l!==Pe.DEFAULT,o),h!==He.HORIZONTAL?"k-card-vertical":"k-card-horizontal")},p),r)}));qe.displayName="KendoReactCard",qe.propTypes={children:P.node,className:P.string,dir:P.string,orientation:P.oneOf(["horizontal","vertical"]),style:P.object,type:P.oneOf(["default","primary","info","success","warning","error"])},qe.defaultProps={type:Pe.DEFAULT,orientation:He.VERTICAL};var Xe=function(t){return n.createElement("div",{style:t.style,className:(0,a.A)("k-card-header",t.className)},t.children)};Xe.propTypes={className:P.string};var Ye=function(t){return n.createElement("div",{style:t.style,className:(0,a.A)("k-card-title",t.className)},t.children)};Ye.propTypes={className:P.string};var Ze=function(t){return n.createElement("div",{style:t.style,className:(0,a.A)("k-card-body",t.className)},t.children)};Ze.propTypes={className:P.string};var Qe=function(t){return n.createElement("div",{style:t.style,className:(0,a.A)("k-card-actions",t.className,"k-card-actions-".concat(t.layout),t.orientation!==He.VERTICAL?"k-card-actions-horizontal":"k-card-actions-vertical")},t.children)};Qe.propTypes={layout:P.oneOf(["stretched","start","center","end"]),orientation:P.oneOf(["horizontal","vertical"])},Qe.defaultProps={layout:Ve.START,orientation:He.HORIZONTAL};var $e=function(t){return n.createElement("img",{style:t.style,className:(0,a.A)("k-card-image",t.className),src:t.src})};$e.propTypes={className:P.string,src:P.string},$e.defaultProps={src:""};var Je=function(t){return n.createElement("div",{style:t.style,className:(0,a.A)("k-card-subtitle",t.className)},t.children)};Je.propTypes={className:P.string};var to=function(t){return n.createElement("div",{style:t.style,className:(0,a.A)("k-card-footer",t.className)},t.children)};to.propTypes={className:P.string};var eo=function(t){var e;return(0,ct.s)(Nt),n.createElement("div",{style:t.style,className:(0,a.A)("k-avatar",(e={},e["k-avatar-bordered"]=t.border,e["k-rounded-".concat(at.G.roundedMap[t.rounded]||t.rounded)]=t.rounded,e["k-avatar-".concat(at.G.sizeMap[t.size]||t.size)]=t.size,e["k-avatar-".concat(t.fillMode)]=t.fillMode,e["k-avatar-".concat(t.fillMode,"-").concat(t.themeColor)]=Boolean(t.fillMode&&t.themeColor),e),t.className)},n.createElement("span",{className:"k-avatar-".concat(t.type)},t.children))};eo.propTypes={className:P.string,type:P.oneOf(["text","image","icon"]),size:P.oneOf([null,"small","medium","large"]),rounded:P.oneOf([null,"small","medium","large","full"]),fillMode:P.oneOf([null,"solid","outline"]),themeColor:P.oneOf([null,"base","dark","error","info","inverse","inverse","light","primary","secondary","success","tertiary","warning"])},eo.defaultProps={type:Se.TEXT,size:"medium",rounded:"full",fillMode:"solid",themeColor:"primary"};var oo=n.createContext({animation:!0,expanded:!1,mode:"overlay",position:"start",mini:!1,dir:"ltr",width:240,miniWidth:50}),no=o(4703),ro=function(){return ro=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},ro.apply(this,arguments)},io=n.forwardRef((function(t,e){var o=t.className,r=t.style,s=t.text,c=t.icon,l=t.svgIcon,h=t.separator,p=t.disabled,u=t.selected,v=t.onSelect,d=t.index,f=t.tabIndex,m=t.children,y=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["className","style","text","icon","svgIcon","separator","disabled","selected","onSelect","index","tabIndex","children"]),g=n.useContext(oo),b=g.expanded,x=g.mini,w=g.item,_=n.useRef(null),z=n.useCallback((function(){_.current&&_.current.focus()}),[]);n.useImperativeHandle(e,(function(){return{element:_.current,focus:z,props:t}}));var C=(0,a.A)("k-drawer-item",{"k-selected":u,"k-disabled":p},o),M=n.useCallback((function(e){if(v&&!p){var o={element:_.current,focus:z,props:t};v(o,d,e)}}),[v,d,p]),k=n.createElement(n.Fragment,null,(c||l)&&n.createElement(i.a,{name:c?(0,st.iJ)(c):c,icon:l}),!b&&x?null:n.createElement("span",{className:"k-item-text"},s));return h?n.createElement("li",{className:"k-drawer-item k-drawer-separator",role:"separator"}):n.createElement("li",ro({ref:_,className:C,style:r,role:"menuitem","aria-label":s,"aria-disabled":p,onClick:M,tabIndex:(0,no.p)(f,p)},y),w?m:k)}));io.propTypes={className:P.string,style:P.object,text:P.string,icon:P.string,svgIcon:st.wi,separator:P.bool,selected:P.bool,disabled:P.bool,targetItem:P.any},io.displayName="KendoDrawerItem";var ao=function(){return ao=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},ao.apply(this,arguments)},so={type:"slide",duration:200},co={type:"slide",duration:0},lo=n.forwardRef((function(t,e){var o=t.children,r=t.className,i=t.style,s=n.useContext(oo),c=s.animation,l=s.expanded,h=s.mode,p=s.position,u=s.onOverlayClick,v=s.mini,d=s.dir,f=s.width,m=s.miniWidth,y=s.items,g=s.item,b=s.onSelect,x=n.useRef(null),w=n.useCallback((function(){x.current&&x.current.focus()}),[]),_="boolean"!=typeof c?c:!1===c?co:so,z=f||240,C=m||50;n.useImperativeHandle(e,(function(){return{element:x.current,focus:w}}));var M=n.useMemo((function(){return"k-widget k-drawer "+(0,a.A)({"k-drawer-start":"start"===p,"k-drawer-end":"end"===p},r)}),[p]),k={opacity:1,flexBasis:z,WebkitTransition:"all "+(_&&_.duration)+"ms",transition:"all "+(_&&_.duration)+"ms"},O={opacity:1,transform:"translateX(0px)",WebkitTransition:"all "+(_&&_.duration)+"ms",transition:"all "+(_&&_.duration)+"ms"},S={opacity:v?1:0,flexBasis:v?C:0,WebkitTransition:"all "+(_&&_.duration)+"ms",transition:"all "+(_&&_.duration)+"ms"},H={opacity:0,transform:"translateX(-100%)",WebkitTransition:"all "+(_&&_.duration)+"ms",transition:"all "+(_&&_.duration)+"ms"},P={opacity:0,transform:"translateX(100%)",WebkitTransition:"all "+(_&&_.duration)+"ms",transition:"all "+(_&&_.duration)+"ms"},V={transform:"translateX(0%)",WebkitTransitionDuration:(_&&_.duration)+"ms",transitionDuration:(_&&_.duration)+"ms"},I=l?"push"===h?k:O:"push"===h?S:"ltr"===d&&"start"===p||"rtl"===d&&"end"===p?v?V:H:v?V:P,A=y&&n.createElement("ul",{className:"k-drawer-items",role:"menubar","aria-label":"drawer-list","aria-expanded":l},y.map((function(t,e){var o=ao(ao({index:e},t),{onSelect:b}),r=g||io;return n.createElement(r,ao({key:e},o))}))),E=n.createElement("div",{style:_?ao(ao({},I),i):i,className:M,ref:x},n.createElement("div",{className:"k-drawer-wrapper",style:!l&&v&&"overlay"===h?{width:C}:{width:z}},A||o));return"overlay"===h?n.createElement(n.Fragment,null,l&&n.createElement("div",{className:"k-overlay",onClick:u}),E):E}));lo.propTypes={children:P.any,className:P.string,style:P.object,item:P.any,tabIndex:P.number},lo.displayName="KendoDrawerNavigation";var ho=o(8199),po=n.forwardRef((function(t,e){(0,ct.s)(Nt);var o=t.expanded,r=t.mode,i=t.position,s=t.className,c=t.children,l=t.style,h=t.animation,p=t.mini,u=t.width,v=t.miniWidth,d=t.items,f=t.item,m=t.tabIndex,y=t.onOverlayClick,g=t.onSelect,b=n.useRef(null),x=n.useCallback((function(){b.current&&b.current.focus()}),[]);n.useImperativeHandle(e,(function(){return{element:b.current,focus:x}}));var w=n.useCallback((function(t,e,o){if(d&&g){var n={itemTarget:t,itemIndex:e,syntheticEvent:o,nativeEvent:o&&o.nativeEvent,target:void 0};g.call(void 0,n)}}),[d,g]),_=(0,ho.n)(b,t.dir),z=(0,a.A)({"k-drawer-container":!0,"k-drawer-expanded":o,"k-drawer-overlay":"overlay"===r,"k-drawer-push":"push"===r,"k-drawer-mini":p},s);return n.createElement(oo.Provider,{value:{animation:h,expanded:o,mode:r,position:i,mini:p,dir:_,items:d,item:f,width:u,miniWidth:v,onOverlayClick:y,onSelect:w}},n.createElement("div",{className:z,ref:b,dir:_,style:l,tabIndex:m},d&&n.createElement(lo,null),c))}));po.propTypes={animation:P.any,expanded:P.bool,children:P.any,className:P.string,dir:P.string,mode:P.string,position:P.string,mini:P.bool,style:P.object,tabIndex:P.number,width:P.number,miniWidth:P.number,selected:P.number,onSelect:P.func,onOverlayClick:P.func},po.defaultProps={animation:!0,expanded:!1,mode:"overlay",position:"start",mini:!1,dir:"ltr",width:240,miniWidth:50},po.displayName="KendoDrawer";var uo=n.forwardRef((function(t,e){var o=t.children,r=t.className,i=t.style,s=n.useRef(null);n.useImperativeHandle(e,(function(){return{element:s.current}}));var c=(0,a.A)({"k-drawer-content":!0},r);return n.createElement("div",{className:c,style:i,ref:s},o)}));uo.propTypes={children:P.any,className:P.string,style:P.object},uo.displayName="KendoDrawerContent";var vo,fo=n.createContext({linear:!1,mode:"steps",value:0}),mo=o(9124),yo=o(1573),go="stepper.optionalText",bo="stepper.progBarAriaLabel",xo=((vo={})[go]="(Optional)",vo[bo]="progressbar",vo),wo=function(){return wo=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},wo.apply(this,arguments)},_o=n.forwardRef((function(t,e){var o=t.children,r=t.className,s=t.current,c=t.disabled,l=t.focused,h=t.icon,p=t.svgIcon,u=t.index,v=t.isValid,d=t.label,f=t.optional,m=t.style,y=t.tabIndex,g=t.text,b=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["children","className","current","disabled","focused","icon","svgIcon","index","isValid","label","optional","style","tabIndex","text"]),x=n.useContext(fo),w=x.animationDuration,_=x.isVertical,z=x.item,C=x.linear,M=x.mode,k=x.numOfSteps,O=x.value,S=x.onChange,H=x.onFocus,P=x.successIcon,V=x.errorIcon,I=x.successSVGIcon,A=x.errorSVGIcon,E=n.useRef(null),T=n.useCallback((function(){E.current&&(0,mo.n)(E.current)}),[]),B=n.useCallback((function(){return{element:E.current,focus:T}}),[T]);n.useImperativeHandle(e,B);var j,L=!C||u===O-1||u===O||u===O+1,R="labels"===M||Boolean(h)&&Boolean(d),D=(0,Ne.useLocalization)(),U=(j=go,D.toLanguageString(j,xo[j])),W="number"==typeof w?w:!1!==w?400:0,K=n.useCallback((function(t){S&&!c&&(0,me.N)(S,t,B(),{value:u})}),[S,O,c]),G=n.useCallback((function(t){H&&!c&&(0,me.N)(H,t,B(),void 0)}),[H,c]),q=n.useMemo((function(){return(0,a.A)("k-step",{"k-step-first":0===u,"k-step-last":k&&u===k-1,"k-step-done":u<O,"k-step-current":s,"k-step-optional":f,"k-step-error":void 0!==v&&!v,"k-step-success":v},{"k-disabled":c,"k-focus":l},r)}),[u,k,O,s,f,c,l,v,r]),X=n.useMemo((function(){return wo({maxWidth:_?void 0:"calc(100% / ".concat(k,")"),maxHeight:_?"calc(100% / ".concat(k,")"):void 0,pointerEvents:L?void 0:"none"},m)}),[_,k,m,L]),Y=v?P:V,Z=Y?n.createElement("span",{className:"k-step-indicator-icon "+Y,"aria-hidden":"true"}):n.createElement(i.a,{className:"k-step-indicator-icon",name:v?"check-circle":"exclamation-circle",icon:v?I||N:A||F}),Q=n.createElement(n.Fragment,null,"labels"!==M?n.createElement("span",{className:"k-step-indicator","aria-hidden":!0,style:{transitionDuration:W+"ms"}},h||p?R||void 0===v?n.createElement(i.a,{className:"k-step-indicator-icon",name:h?(0,st.iJ)(h):h,icon:p}):Z:void 0!==v?Z:n.createElement("span",{className:"k-step-indicator-text"},g||u+1)):null),$=n.createElement("span",{className:"k-step-label"},d&&n.createElement("span",{className:"k-step-text"},d),R&&void 0!==v&&Z,f&&n.createElement("span",{className:"k-step-label-optional"},U)),J=n.createElement(n.Fragment,null,Q,$);return n.createElement("li",wo({ref:E,className:q,style:X},b),n.createElement("a",{className:"k-step-link",title:d||void 0,onClick:K,onFocus:G,tabIndex:y||(l?0:-1),"aria-current":s,"aria-disabled":c||!L||void 0,"aria-invalid":void 0!==v&&!v||void 0},z?o:J))}));_o.propTypes={children:P.any,className:P.string,current:P.bool,disabled:P.bool,icon:P.string,index:P.number,isValid:P.bool,label:P.string,optional:P.bool,style:P.object,tabIndex:P.number,text:P.string},_o.defaultProps={tabIndex:0},_o.displayName="KendoStep";var zo=function(t,e,o){var n=Math.abs((e-t)/100);return Math.abs((o-t)/n)},Co=function(t,e,o,n){var r=Math.max(o,.01),i=100/r*100;t.current&&e.current&&(t.current.style.width=n?"100%":"".concat(r,"%"),e.current.style.width=n?"100%":"".concat(i,"%"),t.current.style.height=n?"".concat(r,"%"):"100%",e.current.style.height=n?"".concat(i,"%"):"100%")},Mo={name:"@progress/kendo-react-progressbars",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1689103568,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},ko=function(){return ko=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},ko.apply(this,arguments)},Oo=n.forwardRef((function(t,e){(0,ct.s)(Mo);var o=t.animation,r=t.disabled,i=t.reverse,s=void 0===i?So.reverse:i,c=t.orientation,l=t.labelVisible,h=t.labelPlacement,p=t.max,u=void 0===p?So.max:p,v=t.min,d=void 0===v?So.min:v,f=t.tabIndex,m=t.className,y=t.style,g=t.emptyStyle,b=t.emptyClassName,x=t.progressStyle,w=t.progressClassName,_=n.useRef(null),z=n.useRef(null),C=n.useRef(null),M=n.useCallback((function(){_.current&&_.current.focus()}),[]);n.useImperativeHandle(e,(function(){return{element:_.current,progressStatusElement:z.current,progressStatusWrapElement:C.current,focus:M}}));var k,O,S,H,P,V=t.value||So.value,I=function(t){var e=n.useRef();return n.useEffect((function(){e.current=t})),e.current}(V),A=null===t.value,E=(0,yo.V)(_,t.dir),T="vertical"===c,B=function(t){var e=t.toString().split(".");return 1===e.length?"".concat(e[0]):"".concat(e[0],".").concat(e[1].substr(0,3))}(V),j={value:V},L=l?t.label?n.createElement("span",{className:"k-progress-status"},n.createElement(t.label,ko({},j))):n.createElement("span",{className:"k-progress-status"},B):void 0,R={className:(0,a.A)("k-progressbar",{"k-progressbar-horizontal":!T,"k-progressbar-vertical":T,"k-progressbar-reverse":s,"k-progressbar-indeterminate":A,"k-disabled":r},m),ref:_,dir:E,tabIndex:(0,no.p)(f,r),role:"progressbar","aria-label":t.ariaLabel,"aria-valuemin":d,"aria-valuemax":u,"aria-valuenow":A?void 0:V,"aria-disabled":r,style:y},D=(0,a.A)("k-progress-status-wrap",{"k-progress-start":"start"===h,"k-progress-center":"center"===h,"k-progress-end":"end"===h||void 0===h}),N="boolean"!=typeof o&&void 0!==o?o.duration:o?400:0,F=n.useCallback((function(){var t=zo(d,u,I);Co(z,C,t,T)}),[T,u,d,I]),U=n.useCallback((function(t){var e=zo(d,u,I+(V-I)*t);Co(z,C,e,T)}),[d,u,I,V,T]),W=n.useCallback((function(){var t=zo(d,u,V);Co(z,C,t,T)}),[T,u,d,V]);return k={duration:N,onStart:F,onUpdate:U,onEnd:W},O=[V,N],S=n.useRef(0),H=n.useRef(!1),P=n.useRef(),n.useEffect((function(){return function(t){var e,o=t.duration,n=S.current&&1-S.current;t.onStart&&t.onStart();var r=function(i){e||(e=i);var a=(i-e+1)/o+n;a<=1?(t.onUpdate&&t.onUpdate(a),P.current=window.requestAnimationFrame(r),S.current=a):(t.onEnd&&t.onEnd(1),S.current=0)};P.current=window.requestAnimationFrame(r)}(k),function(){P.current&&window.cancelAnimationFrame(P.current)}}),O),n.useEffect((function(){H.current=!0}),[]),n.createElement("div",ko({},R),n.createElement("span",{className:D+(b?" "+b:""),style:g},L),n.createElement("div",{className:"k-progressbar-value k-selected",style:x,ref:z},n.createElement("span",{className:D+(w?" "+w:""),ref:C},L)))}));Oo.propTypes={animation:P.any,ariaLabel:P.string,disabled:P.bool,reverse:P.bool,label:P.any,labelVisible:P.bool,labelPlacement:P.oneOf(["start","center","end"]),max:P.number,min:P.number,value:P.number,tabIndex:P.number,emptyStyle:P.object,emptyClassName:P.string,progressStyle:P.object,progressClassName:P.string};var So={animation:!1,min:0,max:100,value:0,disabled:!1,reverse:!1,labelVisible:!0};Oo.defaultProps=So,Oo.displayName="KendoProgressBar";var Ho=function(){return Ho=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Ho.apply(this,arguments)},Po=n.forwardRef((function(t,e){(0,ct.s)(Nt);var o=t.animationDuration,r=t.children,i=t.className,s=t.disabled,c=t.errorIcon,l=t.errorSVGIcon,h=t.item,p=t.items,u=t.linear,v=t.mode,d=t.orientation,f=t.style,m=t.successIcon,y=t.successSVGIcon,g=t.onChange,b=t.onFocus,x=(0,Ne.useLocalization)().toLanguageString(bo,xo[bo]),w=n.useRef(null),_=n.useCallback((function(){w.current&&(0,mo.n)(w.current)}),[]),z=n.useCallback((function(){return{element:w.current,focus:_}}),[_]);n.useImperativeHandle(e,z);var C=t.value||Vo.value,M=n.useState(C),k=M[0],O=M[1],S=p?p.length:0,H="vertical"===d,P=(0,yo.V)(w,t.dir),V="number"==typeof o?o:!1!==o?400:0,I=n.useCallback((function(t,e){C!==e&&g&&!s&&(!u||e===C-1||e===C||e===C+1)&&((0,me.N)(g,t,z(),{value:e}),O(e))}),[C,u,g,s,O]),A=n.useCallback((function(t){var e=t.value,o=t.syntheticEvent;I(o,e)}),[I]),E=n.useCallback((function(t){b&&!s&&(0,me.N)(b,t.syntheticEvent,z(),void 0)}),[b,s]),T=n.useCallback((function(t){I(t,k)}),[I,k]),B=n.useCallback((function(t){var e="rtl"===P,o=k,n=p.length-1;switch(t.keyCode){case J.R.left:t.preventDefault(),!e&&o>0&&O(o-1),e&&o<n&&O(o+1);break;case J.R.right:t.preventDefault(),!e&&o<n&&O(o+1),e&&o>0&&O(o-1);break;case J.R.up:t.preventDefault(),!e&&o>0&&O(o-1),e&&o>0&&O(o-1);break;case J.R.down:t.preventDefault(),!e&&o<n&&O(o+1),e&&o<n&&O(o+1);break;case J.R.home:t.preventDefault(),O(0);break;case J.R.end:t.preventDefault(),O(n);break;case J.R.space:t.preventDefault();break;case J.R.enter:t.preventDefault(),p[o].disabled||T(t)}}),[p,O,k,P,T]),j=n.useMemo((function(){return(0,a.A)("k-stepper",{"k-stepper-linear":u},i)}),[u,i]),L=n.useMemo((function(){return Ho({display:"grid",gridTemplateColumns:H?void 0:"repeat("+2*S+", 1fr)",gridTemplateRows:H?"repeat("+S+", 1fr)":void 0},f)}),[H,S,f]),R=n.useMemo((function(){return(0,a.A)("k-step-list",{"k-step-list-horizontal":!H,"k-step-list-vertical":H})}),[H]),D=n.useMemo((function(){return{gridColumnStart:H?void 0:1,gridColumnEnd:H?void 0:-1,gridRowStart:H?1:void 0,gridRowEnd:H?-1:void 0}}),[H]),N=n.useMemo((function(){return{gridColumnStart:H?void 0:2,gridColumnEnd:H?void 0:2*S,gridRowStart:H?1:void 0,gridRowEnd:H?S:void 0,top:H?17:void 0}}),[H,S]),F=p&&p.map((function(t,e){var o=Ho({index:e,disabled:s||t.disabled,focused:e===k,current:e===C},t),r=h||_o;return n.createElement(r,Ho({key:e},o))}));return n.createElement(fo.Provider,{value:{animationDuration:o,isVertical:H,item:h,linear:u,mode:v,numOfSteps:S,value:C,successIcon:m,successSVGIcon:y,errorIcon:c,errorSVGIcon:l,onChange:A,onFocus:E}},n.createElement("nav",{className:j,style:L,dir:P,onKeyDown:B},n.createElement("ol",{className:R,style:D},F||r),n.createElement(Oo,{style:N,animation:{duration:V},ariaLabel:x,"aria-hidden":!0,max:S-1,labelVisible:!1,orientation:d,reverse:"vertical"===d,value:C,disabled:s,tabIndex:-1})))}));Po.propTypes={animationDuration:P.oneOfType([P.bool,P.number]),children:P.any,className:P.string,dir:P.string,disabled:P.bool,errorIcon:P.string,errorSVGIcon:st.wi,item:P.any,items:P.any,linear:P.bool,mode:P.oneOf(["steps","labels"]),orientation:P.oneOf(["horizontal","vertical"]),style:P.object,successIcon:P.string,successSVGIcon:st.wi,value:P.number.isRequired,onChange:P.func,onFocus:P.func};var Vo={value:0};Po.defaultProps=Vo,Po.displayName="KendoStepper";var Io=n.forwardRef((function(t,e){(0,ct.s)(Nt);var o=t.children,r=t.className,i=t.style,s=t.id,c=n.useRef(null),l=n.useCallback((function(){c.current&&(0,mo.n)(c.current)}),[]),h=n.useCallback((function(){return{element:c.current,focus:l}}),[l]);n.useImperativeHandle(e,h);var p=n.useMemo((function(){return(0,jt.M)()}),[]),u=n.useMemo((function(){return t.themeColor||Ao.themeColor}),[t.themeColor]),v=n.useMemo((function(){return t.position||Ao.position}),[t.position]),d=n.useMemo((function(){return t.positionMode||Ao.positionMode}),[t.positionMode]),f=n.useMemo((function(){return(0,a.A)("k-appbar",{"k-appbar-top":"top"===v,"k-appbar-bottom":"bottom"===v,"k-appbar-static":"static"===d,"k-appbar-sticky":"sticky"===d,"k-appbar-fixed":"fixed"===d,"k-appbar-light":"light"===u,"k-appbar-dark":"dark"===u,"k-appbar-inherit":"inherit"===u},r)}),[v,d,u,r]);return n.createElement("div",{className:f,style:i,id:s||p},o)}));Io.propTypes={children:P.any,className:P.string,style:P.object,id:P.string,themeColor:P.string,position:P.oneOf(["top","bottom"]),positionMode:P.oneOf(["static","sticky","fixed"])};var Ao={themeColor:"light",position:"top",positionMode:"static"};Io.displayName="KendoAppBar";var Eo=n.forwardRef((function(t,e){var o=t.children,r=t.className,i=t.style,s=n.useRef(null),c=n.useCallback((function(){s.current&&(0,mo.n)(s.current)}),[]),l=n.useCallback((function(){return{element:s.current,focus:c}}),[c]);n.useImperativeHandle(e,l);var h=n.useMemo((function(){return(0,a.A)("k-appbar-section",r)}),[r]);return n.createElement("div",{className:h,style:i},o)}));Eo.propTypes={children:P.any,className:P.string,style:P.object},Eo.displayName="KendoAppBarSection";var To=n.forwardRef((function(t,e){var o=t.children,r=t.className,i=t.style,s=n.useRef(null),c=n.useCallback((function(){s.current&&(0,mo.n)(s.current)}),[]),l=n.useCallback((function(){return{element:s.current,focus:c}}),[c]);n.useImperativeHandle(e,l);var h=n.useMemo((function(){return(0,a.A)("k-appbar-spacer",{"k-appbar-spacer-sized":i&&i.width&&null!==i.width},r)}),[r,i]),p=n.useMemo((function(){return{flexBasis:i&&i.width?i.width:void 0}}),[i]);return n.createElement("span",{className:h,style:p},o)}));To.propTypes={children:P.any,className:P.string,style:P.object},To.displayName="KendoAppBarSpacer";var Bo=o(9659),jo=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Lo=function(){return Lo=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Lo.apply(this,arguments)},Ro=function(t){return n.createElement(tt._,{onPress:t.onPress,onDrag:function(e){t.onResize(e.event,!1,t.d)},onRelease:function(e){t.onResize(e.event,!0,t.d)}},n.createElement("div",{className:"k-resize-handle k-cursor-"+t.d+"-resize",style:Lo({bottom:0,right:0},t.style)}))},Do=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handleResize=function(t,o,n){t.originalEvent.preventDefault(),e.props.onResize(t,{end:o,direction:n})},e}return jo(e,t),e.prototype.render=function(){var t=this.props,e=t.resizable,o=t.onPress,r=t.rtl;return e?n.createElement(n.Fragment,null,"vertical"!==e&&n.createElement(Ro,{onPress:o,onResize:this.handleResize,d:"ew",style:r?{top:0,width:9,left:0,right:""}:{top:0,width:9,right:0,left:""}}),"horizontal"!==e&&n.createElement(Ro,{onPress:o,onResize:this.handleResize,d:"ns",style:{left:0,height:9}}),!0===e&&n.createElement(Ro,{onPress:o,onResize:this.handleResize,d:r?"nesw":"nwse",style:r?{width:9,height:9,right:"",left:0}:{width:9,height:9,right:0,left:""}})):null},e}(n.Component),No=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Fo=function(){return Fo=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Fo.apply(this,arguments)},Uo=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.state={rtl:!1},e.oldSize={},e.draggable=null,e.dragging=!1,e.resizing=!1,e.element=null,e.ignoreDrag=!1,e.pressOffset={x:0,y:0},e.pressXY={x:0,y:0},e.currentTranslate={x:0,y:0},e.preventDataOps=void 0,e.handleResize=function(t,o){if(o.end)e.handleRelease();else if(e.element){var n=t.clientX,r=t.clientY;e.resizing=!0;var i=("ns"!==o.direction?n-e.pressXY.x:0)*(e.state.rtl?-1:1),a="ew"!==o.direction?r-e.pressXY.y:0;if(e.dragElement&&(e.state.rtl?e.dragElement.style.marginLeft=-i+"px":e.dragElement.style.marginRight=-i+"px",e.dragElement.style.height="calc(100% + ".concat(a,"px)")),e.element.classList.add("k-layout-item-hint","k-layout-item-hint-resize"),!e.preventDataOps){var s=0,c=0,l=e.element.getBoundingClientRect();i>l.width/e.props.defaultPosition.colSpan/3&&(s=1),i<-l.width/e.props.defaultPosition.colSpan/1.25&&(s=-1),a>l.height/e.props.defaultPosition.rowSpan/3&&(c=1),a<-l.height/e.props.defaultPosition.rowSpan/1.25&&(c=-1),0===s&&0===c||e.props.update(e.props.index,0,0,c,s)}}},e.handlePress=function(t){if(e.dragElement)if(e.pressXY={x:t.event.clientX,y:t.event.clientY},e.ignoreDrag=!1,e.props.ignoreDrag&&e.props.ignoreDrag(t.event.originalEvent))e.ignoreDrag=!0;else{e.element&&(e.element.style.zIndex="10",e.element.classList.add("k-layout-item-hint")),e.dragElement.classList.remove("k-cursor-grab"),e.dragElement.classList.add("k-cursor-grabbing");var o=e.dragElement.getBoundingClientRect();e.pressOffset={x:t.event.clientX-o.x,y:t.event.clientY-o.y}}},e.handleDrag=function(t){if(!e.ignoreDrag){var o=e.dragElement;if(!t.event.originalEvent.defaultPrevented&&o){e.dragging=!0,t.event.originalEvent.preventDefault();var n=o.getBoundingClientRect();if(e.currentTranslate={x:t.event.clientX-n.x-e.pressOffset.x+e.currentTranslate.x,y:t.event.clientY-n.y-e.pressOffset.y+e.currentTranslate.y},o.style.transform="translate(".concat(e.currentTranslate.x,"px, ").concat(e.currentTranslate.y,"px)"),o.style.transition="transform 0s",!e.preventDataOps){var r=0,i=0;e.currentTranslate.y>.7*n.height/e.props.defaultPosition.rowSpan&&(i=1),e.currentTranslate.y<.7*-n.height/e.props.defaultPosition.rowSpan&&(i=-1),e.currentTranslate.x>.7*n.width/e.props.defaultPosition.colSpan&&(r=1),e.currentTranslate.x<.7*-n.width/e.props.defaultPosition.colSpan&&(r=-1),e.props.update(e.props.index,i,e.state.rtl?-r:r,0,0)}}}},e.handleRelease=function(){e.dragging=e.resizing=!1,e.currentTranslate={x:0,y:0},e.element&&(e.element.style.zIndex="1",e.element.classList.remove("k-layout-item-hint","k-layout-item-hint-resize"));var t=e.dragElement;t&&(t.style.transform="translate(0px, 0px)",t.style.transition="transform ".concat(200,"ms cubic-bezier(0.2, 0, 0, 1) 0s"),t.style.marginRight="0px",t.style.marginLeft="0px",t.style.height="100%",t.classList.remove("k-cursor-grabbing"),t.classList.add("k-cursor-grab"))},e}return No(e,t),Object.defineProperty(e.prototype,"reorderable",{get:function(){return void 0!==this.props.reorderable?this.props.reorderable:e.defaultProps.reorderable},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"dragElement",{get:function(){return this.draggable?this.draggable.element:void 0},enumerable:!1,configurable:!0}),e.prototype.componentDidMount=function(){this.element&&"rtl"===getComputedStyle(this.element).direction&&this.setState({rtl:!0})},e.prototype.render=function(){var t=this;clearTimeout&&"function"==typeof clearTimeout&&(clearTimeout(this.preventDataOps),this.preventDataOps=window.setTimeout((function(){t.preventDataOps=void 0}),200));var o=this.props.defaultPosition,r=void 0!==this.props.resizable?this.props.resizable:e.defaultProps.resizable,i=Fo({gridColumnStart:o.col,gridColumnEnd:"span ".concat(o.colSpan),gridRowStart:o.row,gridRowEnd:"span ".concat(o.rowSpan),outline:"none",order:o.order},this.props.hintStyle),s=n.createElement("div",{ref:function(e){t.draggable=e?{element:e}:null},className:(0,a.A)("k-tilelayout-item k-card",{"k-cursor-grab":this.reorderable},this.props.className),style:Fo({height:"100%"},this.props.style)},this.props.children,n.createElement(Do,{onPress:this.handlePress,onResize:this.handleResize,resizable:r,rtl:this.state.rtl}));return n.createElement("div",{ref:function(e){t.element=e},style:i,className:this.props.hintClassName},n.createElement(tt._,{ref:function(e){t.draggable=e},onDrag:this.props.reorderable?this.handleDrag:void 0,onRelease:this.props.reorderable?this.handleRelease:void 0,onPress:this.props.reorderable?this.handlePress:void 0},s))},e.prototype.getSnapshotBeforeUpdate=function(t){return this.oldSize={},this.dragElement&&(this.oldSize=this.dragElement.getBoundingClientRect()),null},e.prototype.componentDidUpdate=function(t){var e=this,o=this.dragElement;if(o){var n=o.getBoundingClientRect(),r=this.oldSize;if(this.resizing){var i=n.width-r.width;if(this.state.rtl){var a=parseFloat(o.style.marginLeft||"0");o.style.marginLeft=a-i+"px"}else a=parseFloat(o.style.marginRight||"0"),o.style.marginRight=a+i+"px";this.pressXY.x+=this.state.rtl?-i:i;var s=n.height-r.height,c=parseFloat(o.style.height.substring(12));o.style.height="calc(100% + ".concat(c+s,"px)"),this.pressXY.y+=s}var l=r.left-n.left,h=r.top-n.top;0===l&&0===h||(this.dragging?t.defaultPosition.order===this.props.defaultPosition.order&&t.defaultPosition.col===this.props.defaultPosition.col||(this.currentTranslate.x=0,this.currentTranslate.y=0,o.style.transform=""):Math.abs(h)<15&&Math.abs(l)<15||requestAnimationFrame((function(){var t=e.element;t&&(t.style.transform="translate(".concat(l,"px, ").concat(h,"px)"),t.style.transition="transform 0s",requestAnimationFrame((function(){t.style.transform="",t.style.transition="transform ".concat(200,"ms cubic-bezier(0.2, 0, 0, 1) 0s")})))})))}},e.propTypes={defaultPosition:P.object.isRequired,style:P.object,className:P.string,hintStyle:P.object,hintClassName:P.string,header:P.any,body:P.any,item:P.any,resizable:P.oneOf(["horizontal","vertical",!0,!1]),reorderable:P.bool},e.displayName="KendoTileLayoutItem",e.defaultProps={resizable:!0,reorderable:!0},e}(n.Component),Wo=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Ko=function(){return Ko=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Ko.apply(this,arguments)},Go={column:"k-grid-flow-col",row:"k-grid-flow-row","column dense":"k-grid-flow-col-dense","row dense":"k-grid-flow-row-dense",unset:"k-grid-flow-unset"},qo=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._element=null,e.state={positions:(e.props.items||[]).map((function(t,e){return Object.assign({order:e,rowSpan:1,colSpan:1},t.defaultPosition)}))},e.focus=function(){e._element&&e._element.focus()},e.update=function(t,o,n,r,i){if(void 0===r&&(r=0),void 0===i&&(i=0),0!==o||0!==n||i||r){var a=!1,s=e.state.positions.map((function(t){return Object.assign({},t)})),c=s[t],l=s.find((function(t){return t.order===c.order+o}));l&&l!==c&&(c.order+=o,l.order+=-o,a=!0);var h=c.col+n;0!==n&&h>=1&&h+c.colSpan<=(e.props.columns||3)+1&&(c.col=h,a=!0);var p=c.colSpan+i;i&&p>=1&&p+c.col<=(e.props.columns||3)+1&&(c.colSpan=p,a=!0);var u=c.rowSpan+r;r&&u>=1&&(c.rowSpan=u,a=!0),a&&(e.setState({positions:s}),(0,me.N)(e.props.onReposition,{},e,{value:s}))}},e}return Wo(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),e.getDerivedStateFromProps=function(t,e){return t.positions?{positions:t.positions.map((function(t,e){return Object.assign({order:e,rowSpan:1,colSpan:1},t)}))}:!t.items||e.positions&&t.items.length===e.positions.length?null:{positions:t.items.map((function(t,e){return Object.assign({order:e,rowSpan:1,colSpan:1},t.defaultPosition)}))}},e.prototype.render=function(){var t=this,e=this.props,o=e.className,r=e.columns,i=void 0===r?3:r,s=e.columnWidth,c=void 0===s?"1fr":s,l=e.gap,h=e.rowHeight,p=void 0===h?"1fr":h,u=e.style,v=e.autoFlow,d=void 0===v?"column":v,f=e.items,m=void 0===f?[]:f,y=l?"".concat("number"==typeof l.rows?l.rows+"px":l.rows)+" "+"".concat("number"==typeof l.columns?l.columns+"px":l.columns):16,g=Ko({gridTemplateColumns:"repeat(".concat(i,", minmax(0px, ").concat("number"==typeof c?c+"px":c,"))"),gridAutoRows:"minmax(0px, ".concat("number"==typeof p?p+"px":p,")"),gap:y,padding:y},u);return n.createElement("div",{ref:function(e){t._element=e},dir:this.props.dir,className:(0,a.A)("k-tilelayout",Go[d],o),style:g,id:this.props.id,children:m.map((function(e,o){return n.createElement(Uo,{key:t.props.dataItemKey?(0,Bo.Y)(t.props.dataItemKey)(e):o,update:t.update,defaultPosition:t.state.positions[o],index:o,resizable:e.resizable,reorderable:e.reorderable,style:e.style,className:e.className,hintClassName:e.hintClassName,hintStyle:e.hintStyle,ignoreDrag:t.props.ignoreDrag},e.item?e.item:n.createElement(n.Fragment,null,n.createElement("div",{className:"k-tilelayout-item-header k-card-header"},n.isValidElement(e.header)?e.header:n.createElement("h5",{className:"k-card-title"},e.header)),n.createElement("div",{className:"k-tilelayout-item-body k-card-body"},e.body)))}))})},e.propTypes={id:P.string,style:P.object,className:P.string,dir:P.string,gap:P.object,columns:P.number,columnWidth:P.oneOfType([P.number,P.string]),rowHeight:P.oneOfType([P.number,P.string]),dataItemKey:P.string,items:P.array,positions:P.array,autoFlow:P.oneOf(["column","row","column dense","row dense","unset"]),onReposition:P.func,ignoreDrag:P.func},e.displayName="KendoTileLayout",e}(n.Component),Xo={vertical:"k-bottom-nav-item-flow-vertical",horizontal:"k-bottom-nav-item-flow-horizontal"},Yo={fixed:"k-pos-fixed",sticky:"k-pos-sticky"},Zo=n.forwardRef((function(t,e){(0,ct.s)(Nt);var o=n.useRef(null);n.useImperativeHandle(e,(function(){return{element:o.current}}));var r=t.className,s=t.style,c=t.selected,l=t.disabled,h=t.item,p=t.render,u=t.dataItem,v=t.icon,d=t.svgIcon,f=t.text,m=t.id,y=t.onSelect,g=t.onKeyDown,b=t.index,x=t.tabIndex,w=n.useMemo((function(){return(0,a.A)("k-bottom-nav-item",{"k-selected":c,"k-disabled":l},r)}),[c,l,r]),_=n.useCallback((function(t){y&&void 0!==b&&!l&&y(t,b)}),[y,b,l]),z=n.useCallback((function(t){g&&void 0!==b&&!l&&g(t,b)}),[g,b,l]),C=p,M=h,k=n.createElement("span",{ref:o,className:w,style:s,role:"link",id:m,tabIndex:x,onClick:_,onKeyDown:z,"aria-current":c,"aria-disabled":l},M?n.createElement(M,{itemIndex:b,item:u}):n.createElement(n.Fragment,null,(v||d)&&n.createElement(i.a,{className:"k-bottom-nav-item-icon",name:v,icon:d,size:"xlarge"}),f&&n.createElement("span",{className:"k-bottom-nav-item-text",style:{userSelect:"none"}},f)));return void 0!==C?C.call(void 0,k,t):k}));Zo.propTypes={className:P.string,style:P.object,id:P.string,disabled:P.bool,selected:P.bool,icon:P.string,svgIcon:st.wi,text:P.string,tabIndex:P.number},Zo.defaultProps={tabIndex:0},Zo.displayName="KendoReactBottomNavigationItem";var Qo=function(){return Qo=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Qo.apply(this,arguments)},$o=n.forwardRef((function(t,e){(0,ct.s)(Nt);var o=n.useRef(null),r=n.useCallback((function(){o.current&&(0,mo.n)(o.current)}),[]),i=n.useCallback((function(){return{element:o.current,focus:r}}),[r]);n.useImperativeHandle(e,i);var s=t.positionMode,c=void 0===s?Jo.positionMode:s,l=t.itemFlow,h=void 0===l?Jo.itemFlow:l,p=t.border,u=void 0===p?Jo.border:p,v=t.className,d=t.items,f=t.item,m=t.itemRender,y=t.disabled,g=t.style,b=t.id,x=t.onSelect,w=t.onKeyDown,_=n.useMemo((function(){return(0,jt.M)()}),[]),z=(0,ho.n)(o,t.dir),C=n.useMemo((function(){return null===t.fillMode||null===t.fill?null:t.fill||t.fillMode||Jo.fillMode}),[t.fillMode,t.fill]),M=n.useMemo((function(){return t.themeColor||Jo.themeColor}),[t.themeColor]),k=n.useMemo((function(){var t;return(0,a.A)("k-bottom-nav",Yo[c],Xo[h],((t={})["k-bottom-nav-".concat(C)]=C,t["k-bottom-nav-".concat(C,"-").concat(M)]=Boolean(C&&M),t["k-bottom-nav-border"]=u,t["k-disabled"]=y,t),v)}),[c,M,C,h,u,y,v]),O=n.useCallback((function(t,e){d&&!d[e].disabled&&x&&(0,me.N)(x,t,i(),{itemTarget:d[e],itemIndex:e})}),[d,x]),S=n.useCallback((function(t,e){O(t,e)}),[O]),H=n.useCallback((function(t,e){switch(t.keyCode){case J.R.enter:case J.R.space:O(t,e),t.preventDefault()}(0,me.N)(w,t,i(),void 0)}),[O,w]);return n.createElement("nav",{ref:o,className:k,style:g,id:b||_,dir:z},d&&d.map((function(t,e){return n.createElement(Zo,Qo({},t,{key:e,index:e,id:"".concat(b||_,"-").concat(e),disabled:y||t.disabled,selected:t.selected,dataItem:t,item:f,render:m,onSelect:S,onKeyDown:H}))})))})),Jo={themeColor:"primary",fillMode:"flat",itemFlow:"vertical",positionMode:"fixed",border:!0};$o.propTypes={className:P.string,style:P.object,id:P.string,dir:P.string,themeColor:P.oneOf(["primary","secondary","tertiary","info","success","warning","error","dark","light","inverse"]),fill:P.oneOf(["solid","flat"]),fillMode:P.oneOf(["solid","flat"]),itemFlow:P.oneOf(["vertical","horizontal"]),border:P.bool,disabled:P.bool,selected:P.number,onSelect:P.func},$o.defaultProps=Jo,$o.displayName="KendoReactBottomNavigation";var tn=o(9302),en=function(){return en=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},en.apply(this,arguments)},on=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useCallback((function(){return{element:o.current}}),[]);n.useImperativeHandle(e,r);var i=t.className,s=t.style,c=t.id,l=t.children,h=n.useMemo((function(){return(0,jt.M)()}),[]),p=n.useMemo((function(){return t.orientation||nn.orientation}),[t.orientation]),u="horizontal"===p,v=n.useMemo((function(){return t.align&&t.align.horizontal?t.align.horizontal:nn.hAlign}),[t.align]),d=n.useMemo((function(){return t.align&&t.align.vertical?t.align.vertical:nn.vAlign}),[t.align]),f=n.useMemo((function(){return(0,a.A)("k-stack-layout",{"k-hstack":"horizontal"===p,"k-vstack":"vertical"===p,"k-justify-content-start":u&&"start"===v||!u&&"top"===d,"k-justify-content-center":u&&"center"===v||!u&&"middle"===d,"k-justify-content-end":u&&"end"===v||!u&&"bottom"===d,"k-justify-content-stretch":u&&"stretch"===v||!u&&"stretch"===d,"k-align-items-start":!u&&"start"===v||u&&"top"===d,"k-align-items-center":!u&&"center"===v||u&&"middle"===d,"k-align-items-end":!u&&"end"===v||u&&"bottom"===d,"k-align-items-stretch":!u&&"stretch"===v||u&&"stretch"===d},i)}),[p,u,v,d,i]),m=en({gap:"".concat("number"==typeof t.gap?t.gap+"px":t.gap)},s);return n.createElement("div",{ref:o,className:f,style:m,id:c||h},l)})),nn={orientation:"horizontal",hAlign:"stretch",vAlign:"stretch"};on.propTypes={className:P.string,style:P.object,children:P.any,id:P.string,orientation:P.oneOf(["horizontal","vertical"]),gap:P.oneOfType([P.string,P.number]),align:P.shape({vertical:P.oneOf(["top","middle","bottom","stretch"]),horizontal:P.oneOf(["start","center","end","stretch"])})},on.defaultProps=nn,on.displayName="KendoReactStackLayout";var rn=function(){return rn=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},rn.apply(this,arguments)},an=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useCallback((function(){return{element:o.current}}),[]);n.useImperativeHandle(e,r);var i=t.className,s=t.style,c=t.id,l=t.children,h=t.gap,p=n.useMemo((function(){return(0,jt.M)()}),[]),u=n.useMemo((function(){return t.align&&t.align.horizontal?t.align.horizontal:sn.hAlign}),[t.align]),v=n.useMemo((function(){return t.align&&t.align.vertical?t.align.vertical:sn.vAlign}),[t.align]),d=n.useMemo((function(){return(0,a.A)("k-grid-layout",{"k-justify-items-start":"start"===u,"k-justify-items-center":"center"===u,"k-justify-items-end":"end"===u,"k-justify-items-stretch":"stretch"===u,"k-align-items-start":"top"===v,"k-align-items-center":"middle"===v,"k-align-items-end":"bottom"===v,"k-align-items-stretch":"stretch"===v},i)}),[u,v,i]),f=h?"".concat("number"==typeof h.rows?h.rows+"px":h.rows)+" "+"".concat("number"==typeof h.cols?h.cols+"px":h.cols):void 0,m=t.rows&&t.rows.map((function(t){return"".concat("number"==typeof t.height?t.height+"px":t.height)})).join(" "),y=t.cols&&t.cols.map((function(t){return"".concat("number"==typeof t.width?t.width+"px":t.width)})).join(" "),g=rn({gap:f,gridTemplateColumns:y,gridTemplateRows:m},s);return n.createElement("div",{ref:o,className:d,style:g,id:c||p},l)})),sn={hAlign:"stretch",vAlign:"stretch",gap:void 0};an.propTypes={className:P.string,style:P.object,children:P.any,id:P.string,gap:P.shape({rows:P.oneOfType([P.string,P.number]),columns:P.oneOfType([P.string,P.number])}),align:P.shape({vertical:P.oneOf(["top","middle","bottom","stretch"]),horizontal:P.oneOf(["start","center","end","stretch"])})},an.defaultProps=sn,an.displayName="KendoReactGridLayout";var cn=function(){return cn=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},cn.apply(this,arguments)},ln=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useCallback((function(){return{element:o.current}}),[]);n.useImperativeHandle(e,r);var i=t.className,a=t.style,s=t.id,c=t.children,l=t.row,h=t.col,p=t.rowSpan,u=t.colSpan,v=n.useMemo((function(){return(0,jt.M)()}),[]),d=cn({gridArea:"".concat(l||"auto"," / ").concat(h||"auto"," / ").concat(p?"span "+p:"auto"," / ").concat(u?"span "+u:"auto")},a);return n.createElement("div",{ref:o,className:i,style:d,id:s||v},c)}));ln.propTypes={className:P.string,style:P.object,children:P.any,id:P.string},ln.displayName="KendoReactGridLayoutItem";var hn=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useRef(null),i=n.useCallback((function(){r.current&&r.current.focus()}),[r]);return n.useImperativeHandle(o,(function(){return{element:r.current,focus:i,props:t}})),n.useImperativeHandle(e,(function(){return o.current})),n.createElement("li",{ref:r,id:t.id,style:t.style,className:(0,a.A)("k-breadcrumb-item",{"k-breadcrumb-root-item":t.isFirstItem,"k-breadcrumb-last-item":t.isLastItem},t.className)},t.children)})),pn={id:P.string,className:P.string,children:P.any,style:P.object};hn.displayName="KendoReactBreadcrumbListItem",hn.propTypes=pn;var un=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useRef(null);return n.useImperativeHandle(o,(function(){var e;return{element:(null===(e=r.current)||void 0===e?void 0:e.element)||null,props:t}})),n.useImperativeHandle(e,(function(){return o.current})),n.createElement(i.a,{ref:r,id:t.id,"aria-hidden":!0,tabIndex:t.tabIndex,style:t.style,name:"rtl"===t.dir?"chevron-left":"chevron-right",icon:"rtl"===t.dir?D:L,className:"k-breadcrumb-delimiter-icon",size:"xsmall"})})),vn={id:P.string,className:P.string,style:P.object,tabIndex:P.number,dir:P.string};un.displayName="KendoReactBreadcrumbDelimiter",un.propTypes=vn;var dn=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useRef(null),i=n.useCallback((function(){r.current&&r.current.focus()}),[r]);n.useImperativeHandle(o,(function(){return{element:r.current,focus:i,props:t}})),n.useImperativeHandle(e,(function(){return o.current}));var s=n.useCallback((function(e){t.id&&(0,me.N)(t.onItemSelect,e,e.target,{id:t.id})}),[t.onItemSelect]),c=n.useCallback((function(e){t.id&&(0,me.N)(t.onKeyDown,e,e.target,{id:t.id})}),[t.onKeyDown]);return n.createElement("span",{"aria-current":t.ariaCurrent?t.ariaCurrent:t.isLast,role:"link",id:t.id,ref:r,style:t.style,dir:(0,ho.n)(r,t.dir),tabIndex:(0,no.p)(t.tabIndex,t.disabled),className:(0,a.A)({"k-breadcrumb-root-link":t.isFirst,"k-breadcrumb-link":!t.isFirst,"k-breadcrumb-icontext-link":void 0!==t.iconClass&&t.text,"k-breadcrumb-icon-link":void 0!==t.iconClass&&!t.text,"k-disabled":t.disabled}),onClick:s,onKeyDown:c},t.iconClass?n.createElement("span",{className:(0,a.A)("k-icon",t.iconClass)}):t.icon?t.icon:"",t.text&&n.createElement("span",{className:"k-breadcrumb-item-text"},t.text))})),fn={id:P.string,className:P.string,tabIndex:P.number,style:P.object,dir:P.string,disabled:P.bool,text:P.string,icon:P.node,iconClass:P.string,onClick:P.func,ariaCurrent:P.bool};dn.displayName="KendoReactBreadcrumbLink",dn.propTypes=fn;var mn=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useRef(null);return n.useImperativeHandle(o,(function(){return{element:r.current,props:t}})),n.useImperativeHandle(e,(function(){return o.current})),n.createElement("ol",{id:t.id,ref:r,style:t.style,dir:(0,ho.n)(r,t.dir),tabIndex:(0,no.p)(t.tabIndex,t.disabled),className:(0,a.A)("k-breadcrumb-container",{"k-disabled":t.disabled},t.className)},t.children)})),yn={id:P.string,className:P.string,children:P.element,tabIndex:P.number,style:P.object,dir:P.string,disabled:P.bool};mn.displayName="KendoReactBreadcrumbOrderedList",mn.propTypes=yn;var gn=function(){return gn=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},gn.apply(this,arguments)},bn=n.forwardRef((function(t,e){(0,tn.validatePackage)(Nt);var o=n.useRef(null),r=n.useRef(null),i=n.useMemo((function(){return t.breadcrumbOrderedList||mn}),[t.breadcrumbOrderedList]),s=n.useMemo((function(){return t.breadcrumbListItem||hn}),[t.breadcrumbListItem]),c=n.useMemo((function(){return t.breadcrumbDelimiter||un}),[t.breadcrumbDelimiter]),l=n.useMemo((function(){return t.breadcrumbLink||dn}),[t.breadcrumbLink]),h=n.useCallback((function(){r.current&&r.current.focus()}),[r]),p=n.useMemo((function(){return t.disabled||!1}),[t.disabled]);n.useImperativeHandle(o,(function(){return{element:r.current,focus:h,props:t}})),n.useImperativeHandle(e,(function(){return o.current}));var u=(0,ho.n)(r,t.dir),v=function(e){o.current&&(0,me.N)(t.onItemSelect,e,e.target,{id:e.target.id})},d=function(e){o.current&&(0,me.N)(t.onKeyDown,e,e.target,{id:e.target.id})},f=t.valueField||wn.valueField,m=t.iconField||wn.iconField,y=t.iconClassField||wn.iconClassField,g=t.textField||wn.textField;return n.createElement("nav",{"aria-label":t.ariaLabel,id:t.id,style:t.style,ref:r,dir:u,className:(0,a.A)("k-breadcrumb",{"k-rtl":"rtl"===u,"k-disabled":p},t.className)},n.createElement(i,null,n.createElement(n.Fragment,null,t.data.map((function(e,o,r){var i=e[f];return n.createElement(s,{key:i,isFirstItem:0===o,isLastItem:r.length-1===o},0!==o&&n.createElement(c,{dir:u}),n.createElement(l,gn({isLast:r.length-1===o,isFirst:0===o,id:String(i),icon:e[m]||void 0,iconClass:e[y]?String(e[y]):void 0,text:e[g]?String(e[g]):void 0,disabled:e.disabled||!1,onItemSelect:v,onKeyDown:d},t)))})))))})),xn={id:P.string,style:P.object,className:P.string,breadcrumbOrderedList:P.elementType,breadcrumbListItem:P.elementType,breadcrumbDelimiter:P.elementType,breadcrumbLink:P.elementType,data:P.arrayOf(P.shape({id:P.string,text:P.string,icon:P.any,iconClass:P.string})),dir:P.oneOf(["ltr","rtl"]),disabled:P.bool,valueField:P.string,textField:P.string,iconField:P.string,iconClassField:P.string,onItemSelect:P.func,ariaLabel:P.string},wn={valueField:"id",textField:"text",iconField:"icon",iconClassField:"iconClass"};bn.displayName="KendoReactBreadcrumb",bn.propTypes=xn,bn.defaultProps=wn;var _n=o(6604),zn=function(t){var e=n.useRef(null),o=n.useCallback((function(e){t.onClick&&t.onClick.call(void 0,{syntheticEvent:e,item:t.item,title:t.title})}),[t.item,t.title,t.onClick]);return n.useEffect((function(){e.current&&t.focused&&e.current.focus()}),[t.focused]),n.createElement("span",{style:t.style,tabIndex:t.tabIndex,className:(0,a.A)("k-actionsheet-item","k-cursor-pointer",t.disabled&&"k-disabled",t.className),ref:e,role:"button","aria-disabled":t.disabled,onClick:o},n.createElement("span",{className:"k-actionsheet-action"},t.icon&&n.createElement("span",{className:"k-icon-wrap"},t.icon),(t.title||t.description)&&n.createElement("span",{className:"k-actionsheet-item-text"},t.title&&n.createElement("span",{className:"k-actionsheet-item-title"},t.title),t.description&&n.createElement("span",{className:"k-actionsheet-item-description"},t.description))))};zn.propTypes={className:P.string,style:P.object,description:P.string,disabled:P.bool,group:P.oneOf(["top","bottom"]),icon:P.element,title:P.string};var Cn="ActionSheetHeader",Mn=function(t){return n.createElement("div",{className:(0,a.A)("k-actionsheet-titlebar",t.className)},t.children)};Mn.propTypes={className:P.string},Mn.displayName=Cn,Mn.propTypes={children:P.any};var kn="ActionSheetFooter",On=function(t){return n.createElement("div",{className:(0,a.A)("k-actionsheet-footer",t.className)},t.children)};On.propTypes={className:P.string},On.displayName=kn,On.propTypes={children:P.any};var Sn="ActionSheetContent",Hn=function(t){return n.createElement("div",{className:(0,a.A)("k-actionsheet-content",t.className)},t.children)};Hn.propTypes={className:P.string},Hn.displayName=Sn,Hn.propTypes={children:P.any};var Pn=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},t(e,o)};return function(e,o){if("function"!=typeof o&&null!==o)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");function n(){this.constructor=e}t(e,o),e.prototype=null===o?Object.create(o):(n.prototype=o.prototype,new n)}}(),Vn=function(){return Vn=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Vn.apply(this,arguments)},In=function(t){function e(e){var o=t.call(this,e)||this;return o.actionSheetRef=n.createRef(),o.actionSheetTitleClass="k-actionsheet-title",o.ariaLabeledBy=o.actionSheetTitleClass+1,o.animationDuration=300,o.bottomPosition={bottom:"0",width:"100%"},o.handleKeyDown=function(t){o.props.navigatable&&o.navigation.triggerKeyboardEvent(t)},o.onTab=function(t,e,o){o.preventDefault(),o.shiftKey?e.focusPrevious(t):e.focusNext(t)},o.handleOverlayClick=function(t){o.props.onOverlayClick&&o.props.onOverlayClick.call(void 0,t),o.props.onClose&&o.props.onClose.call(void 0,t),o.props.animation||o.hideActionSheet()},o.handleItemClick=function(t){o.props.onItemClick&&o.props.onItemClick.call(void 0,t),o.props.onItemSelect&&o.props.onItemSelect.call(void 0,t),o.props.animation||o.hideActionSheet()},o.onEnter=function(t,e,n){if(!t.ariaDisabled){var r=!(!t.className||!t.className.indexOf)&&-1!==t.className.indexOf("k-actionsheet-item"),i=e.elements.filter((function(t){return-1!==t.className.indexOf("k-actionsheet-item")}));if(r&&o.props.onItemClick){n.preventDefault();var a=o.props.items[i.indexOf(t)];o.props.onItemClick.call(void 0,{syntheticEvent:n,item:a,title:a&&a.title})}r&&o.props.onItemSelect&&(n.preventDefault(),a=o.props.items[i.indexOf(t)],o.props.onItemSelect.call(void 0,{syntheticEvent:n,item:a,title:a&&a.title})),o.props.animation||o.hideActionSheet()}},o.onEscape=function(t,e,n){o.props.onOverlayClick&&(n.preventDefault(),o.props.onOverlayClick.call(void 0,n)),o.props.onClose&&(n.preventDefault(),o.props.onClose.call(void 0,n)),o.props.animation||o.hideActionSheet()},o.hideActionSheet=function(){o.setState({show:!1})},o.children=function(t){var e={};return n.Children.forEach(t,(function(t){t&&(e[t.type.displayName]=t)})),e},o.state={show:!1,slide:!1},(0,ct.s)(Nt),o}return Pn(e,t),e.prototype.componentDidMount=function(){this.props.expand&&!this.state.show&&this.setState({show:!0})},e.prototype.componentDidUpdate=function(t,e){var o=this,n=this.actionSheetRef.current;if(this.props.expand&&!this.state.show&&this.setState({show:!0}),this.props.expand&&this.state.show&&!this.state.slide&&this.setState({slide:!0}),!this.props.expand&&this.state.show&&this.state.slide&&this.setState({slide:!1}),e!==this.state&&this.state.slide&&n&&!this.props.className&&(n.style.setProperty("--kendo-actionsheet-height","auto"),n.style.setProperty("--kendo-actionsheet-max-height","none")),n&&this.props.navigatable){var r=function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))}([".k-actionsheet-item"],[".k-actionsheet-footer",".k-actionsheet-content",".k-actionsheet-titlebar"].map((function(t){return _n.x.concat(o.props.navigatableElements).map((function(e){return"".concat(t," ").concat(e)}))})).flat(),!0);this.navigation=new _n.W({tabIndex:this.props.tabIndex||0,root:this.actionSheetRef,rovingTabIndex:!1,selectors:r,keyboardEvents:{keydown:{Tab:this.onTab,Enter:this.onEnter,Escape:this.onEscape}}}),this.navigation.focusElement(this.navigation.first,null)}},e.prototype.render=function(){var t=this,e=this.props,o=e.title,r=e.subTitle,i=e.animationStyles,s=e.animation,c=e.expand,l=e.tabIndex,h=e.items,p=null==h?void 0:h.filter((function(t){return!t.group||"top"===t.group})),u=null==h?void 0:h.filter((function(t){return"bottom"===t.group})),v=p&&p.length>0&&u&&u.length>0,d=this.children(this.props.children),f=this.props.animationDuration||this.animationDuration,m=this.state.slide&&n.createElement("div",{className:(0,a.A)("k-actionsheet",this.props.className,{"k-actionsheet-bottom":!this.props.className}),role:"dialog","aria-modal":"true","aria-hidden":!1,"aria-labelledby":this.ariaLabeledBy,ref:this.actionSheetRef,onKeyDown:this.handleKeyDown},d[Cn]&&!o&&!r&&d[Cn],(o||r)&&n.createElement("div",{className:"k-actionsheet-titlebar k-text-center"},n.createElement("div",{className:"k-actionsheet-titlebar-group k-hbox"},n.createElement("div",{className:this.actionSheetTitleClass,id:this.ariaLabeledBy},o&&n.createElement("div",null,o),r&&n.createElement("div",{className:"k-actionsheet-subtitle"},r)))),d[Sn]||n.createElement("div",{className:"k-actionsheet-content"},n.createElement("div",{className:"k-list-ul",role:"group"},p&&p.map((function(e,o){return n.createElement(zn,Vn({},e,{id:o,key:o,item:e,tabIndex:l||0,onClick:t.handleItemClick}))}))),v&&n.createElement("hr",{className:"k-hr"}),n.createElement("div",{className:"k-list-ul",role:"group"},u&&u.map((function(e,o){return n.createElement(zn,Vn({},e,{id:o+((null==p?void 0:p.length)||0),key:o,item:e,tabIndex:l||0,onClick:t.handleItemClick}))})))),d[kn]);return n.createElement(n.Fragment,null,c||this.state.show?n.createElement(n.Fragment,null,n.createElement("div",{className:"k-actionsheet-container"},n.createElement("div",{className:"k-overlay",onClick:this.handleOverlayClick}),s?n.createElement(At,{transitionName:this.state.slide?"slide-up":"slide-down",onExited:this.hideActionSheet,transitionEnterDuration:f,transitionExitDuration:f,animationEnteringStyle:i||this.bottomPosition,animationEnteredStyle:i||this.bottomPosition,animationExitingStyle:i||this.bottomPosition,exit:!0,enter:!0,appear:!1},m):m)):null)},e.displayName="KendoReactActionSheet",e.propTypes={items:P.array,subTitle:P.string,title:P.string,navigatable:P.bool,navigatableElements:P.array},e.defaultProps={navigatable:!0,navigatableElements:[]},e}(n.Component),An=function(t){var e=t.eventData,o=e.title,r=e.subtitle,i=e.actions,s=e.images,c=e.description,l=n.useState(!0),h=l[0],p=l[1],u=n.useState(!0),v=u[0],d=u[1],f=function(e){if(t.onActionClick){var o={syntheticEvent:e,nativeEvent:e.nativeEvent,eventData:t.eventData};t.onActionClick.call(void 0,o)}},m=function(){return n.createElement(Ze,null,n.createElement("div",{className:"k-card-description"},n.createElement("p",null,c),s&&s.map((function(t,e){return n.createElement($e,{key:e,src:t.src})}))),n.createElement(Qe,null,i&&i.map((function(t,e){return n.createElement("a",{key:e,href:t.url,className:"k-button k-button-md k-rounded-md k-button-flat k-button-flat-primary",onClick:f},t.text)}))))};return n.createElement("div",{className:(0,a.A)("k-timeline-card",{"k-collapsed":t.collapsible&&v})},n.createElement(qe,{className:"k-card-with-callout"},n.createElement("span",{className:(0,a.A)("k-timeline-card-callout","k-card-callout",{"k-callout-e":t.alternated},{"k-callout-w":!t.alternated})}),n.createElement("div",{className:"k-card-inner"},n.createElement(Xe,null,n.createElement(Ye,null,n.createElement("span",{className:"k-event-title"},o),t.collapsible&&n.createElement(ut,{fillMode:"flat",icon:"chevron-right",svgIcon:L,onClick:function(e){return function(e){if(p(!h),t.onChange){var o={syntheticEvent:e,nativeEvent:e.nativeEvent,eventData:t.eventData};t.onChange.call(void 0,o)}}(e)},className:"k-event-collapse"})),r&&n.createElement(Je,null,r)),t.collapsible?n.createElement(Yt,{transitionEnterDuration:400,transitionExitDuration:400,onBeforeEnter:function(){return d(!1)},onAfterExited:function(){return d(!0)}},h?null:m()):m())))};An.propTypes={onChange:P.func,onActionClick:P.func};var En=function(t){var e=t.collapsibleEvents,o=t.className,r=t.alterMode,i=t.horizontal,s=t.events,c=t.dateFormat,l=t.onChange,h=t.onActionClick,p=(0,Ne.useInternationalization)(),u=void 0;return n.createElement("div",{className:(0,a.A)("k-timeline","k-timeline-collapsible",{"k-timeline-collapsible":e,"k-timeline-vertical":!i,"k-timeline-alternating":r,"k-timeline-horizontal":i},o)},n.createElement("ul",null,s.map((function(t,o){return n.createElement(n.Fragment,{key:o},u!==t.date.getFullYear()&&(i=t.date.getFullYear(),u=i,n.createElement("li",{className:"k-timeline-flag-wrap"},n.createElement("span",{className:"k-timeline-flag"},i))),n.createElement("li",{className:(0,a.A)("k-timeline-event",{"k-reverse":o%2==0})},n.createElement("div",{className:"k-timeline-date-wrap"},n.createElement("span",{className:"k-timeline-date"},p.formatDate(t.date,c))),n.createElement("a",{className:"k-timeline-circle"}),n.createElement(An,{eventData:t,alternated:r&&o%2==0,collapsible:e,onChange:l,onActionClick:h})));var i}))))};En.defaultProps={alterMode:!1,collapsibleEvents:!1,dateFormat:"MMM dd, yyyy"},En.propTypes={className:P.string};var Tn=function(t){return t.sort((function(t,e){return t.date.getTime()-e.date.getTime()}))},Bn=function(){return Bn=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Bn.apply(this,arguments)},jn=function(t){var e=n.useRef(null);return n.useEffect((function(){t.show&&setTimeout((function(){var t=e.current&&e.current.element,o=t&&t.querySelector(".k-menu-item"),n=(0,r.v)(o&&o.ownerDocument);o&&o!==n&&o.focus()}))}),[t.show]),n.createElement(s.G,{show:t.show,offset:t.offset,popupClass:"k-menu-popup",animate:!1},n.createElement(Be,Bn({vertical:!0},t,{ref:e,className:(0,a.A)("k-context-menu",t.className),onClose:t.onClose,role:"menu"}),t.children))};jn.displayName="KendoReactContextMenu";var Ln=o(6059),Rn=n.forwardRef((function(t,e){var o,r;(0,ct.s)(Nt);var s=n.useRef(null),c=n.useState(!1),l=c[0],h=c[1],p=n.useCallback((function(){return{element:s.current}}),[]);n.useImperativeHandle(e,p);var u=t.expanded,v=void 0!==u&&u,d=t.disabled,f=t.title,m=t.subtitle,y=t.onAction,g=t.expandIcon,b=t.collapseIcon,x=t.expandSVGIcon,w=t.collapseSVGIcon,_=n.useCallback((function(t){(0,me.N)(y,t,p(),{expanded:v})}),[y,v]),z=n.useCallback((function(t){t.keyCode!==J.R.enter&&t.keyCode!==J.R.space||(t.preventDefault(),(0,me.N)(y,t,p(),{expanded:v}))}),[y,v]),C=n.useCallback((function(){t.disabled||h(!0)}),[t.disabled]),M=n.useCallback((function(){t.disabled||h(!1)}),[t.disabled]),k=(0,Ln.U)({onFocus:C,onBlur:M}),O=k.onFocus,S=k.onBlur;return n.createElement("div",{ref:s,className:(0,a.A)("k-expander",t.className,{"k-expanded":v,"k-focus":l&&!d,"k-disabled":d}),onFocus:O,onBlur:S,style:t.style,id:t.id,dir:(0,yo.V)(s,t.dir),onKeyDown:d?void 0:z},n.createElement("div",{role:"button","aria-controls":t.ariaControls,"aria-expanded":v,"aria-disabled":d,tabIndex:(0,no.p)(t.tabIndex,d),className:"k-expander-header",onClick:d?void 0:_},void 0!==f?n.createElement("div",{className:"k-expander-title"},f):void 0,n.createElement("span",{className:"k-spacer"}),void 0!==m?n.createElement("div",{className:"k-expander-sub-title"},m):void 0,n.createElement("span",{className:"k-expander-indicator"},n.createElement(i.a,{name:v?b?void 0:"chevron-up":g?void 0:"chevron-down",icon:v?w?void 0:j:x?void 0:R,className:(0,a.A)(v?(o={},o[String(b)]=Boolean(b),o):(r={},r[String(g)]=Boolean(g),r))}))),t.children)}));Rn.propTypes={children:P.node,className:P.string,style:P.object,dir:P.string,id:P.string,tabIndex:P.number,title:P.node,subtitle:P.node,expandIcon:P.string,collapseIcon:P.string,expanded:P.bool,disabled:P.bool,onAction:P.func},Rn.displayName="KendoReactExpansionPanel";var Dn=function(){return Dn=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},Dn.apply(this,arguments)},Nn=n.forwardRef((function(t,e){return n.createElement("div",Dn({ref:e},t,{className:(0,a.A)("k-expander-content-wrapper",t.className)}),n.createElement("div",{className:"k-expander-content"},t.children))}));Nn.displayName="KendoReactExpansionPanelContent"},1754:(t,e,o)=>{o.d(e,{v:()=>a,G:()=>s});var n=o(3899),r=o(61),i=function(){return i=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},i.apply(this,arguments)},a=n.createContext((function(t){return t})),s=n.forwardRef((function(t,e){var o=n.useContext(a).call(void 0,t);return n.createElement(r.B,i({ref:e},o))}));s.displayName="Popup"},61:(t,e,o)=>{o.d(e,{B:()=>rt});var n=o(3899),r=o(994),i=o(189),a=function(t){t.style.transitionDuration="",Array.from(t.classList).forEach((function(e){e.startsWith("k-slide-")&&t.classList.remove(e)}))},s="undefined"!=typeof window&&/Firefox/.test(window.navigator.userAgent),c=o(4006),l=o(7827),h=o(8259),p=o(8047);const u="bottom",v="center",d="middle",f="left",m="right",y="top",g="fit",b="flip",x="none";var w,_,z,C=function(t,e,o){var n=0;return t+e>o&&(n=o-(t+e)),t<0&&(n=-t),n},M=function(t){var e=t.offset,o=t.size,n=t.anchorSize,r=t.viewPortSize,i=t.anchorAlignPoint,a=t.elementAlignPoint,s=0,c=2*t.margin;if(a!==i&&a!==v&&a!==d&&i!==v&&i!==d){var l=i===y||i===f;e<0&&l?e+(s=o+n+c)+o>r&&(s=0):e>=0&&!l&&(e+o>r&&(s+=-(n+o+c)),e+s<0&&(s=0))}return s},k=(w=function(t){if(!O())return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var o=e.createElement("div");o.style.transform="matrix(10, 0, 0, 10, 0, 0)",o.innerHTML='<div style="position: fixed; top: 10px;">child</div>',e.body.appendChild(o);var n=10!==o.children[0].getBoundingClientRect().top;return e.body.removeChild(o),n},z=!1,function(){for(var t=[],e=arguments.length;e--;)t[e]=arguments[e];return z||(_=w.apply(void 0,t),z=!0),_}),O=function(){return Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)};const S={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:k,canUseDOM:O};function H(t){return t.ownerDocument||t.document||t}const P=function(t){return H(t).defaultView},V=function(t){return H(t).documentElement};var I=0;function A(){if(!I&&"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),I=t.offsetWidth-t.scrollWidth,document.body.removeChild(t)}return I}function E(t){var e=P(t),o=V(t),n={height:e.innerHeight,width:e.innerWidth};return o.scrollHeight-o.clientHeight>0&&(n.width-=A()),n}function T(t){var e=V(t),o=P(t);return{x:o.pageXOffset||e.scrollLeft||0,y:o.pageYOffset||e.scrollTop||0}}const B=function(t){var e=t.getBoundingClientRect(),o=e.left,n=e.top;return e.height||e.width||(e=function(t){var e=t.style,o=e.display,n=e.left,r=e.position;t.style.display="",t.style.left="-10000px",t.style.position="absolute";var i=t.getBoundingClientRect();return t.style.display=o,t.style.left=n,t.style.position=r,i}(t)),{top:n,left:o,height:e.height,width:e.width}};function j(t){return t===(t.ownerDocument||{}).body?T(t):{x:t.scrollLeft,y:t.scrollTop}}const L=function(t){for(var e=t.offsetParent;e&&"static"===e.style.position;)e=e.offsetParent;return e||V(t)};function R(t,e){for(var o=[],n=t.parentNode;n&&(o.push(n),n!==e);)n=n.parentNode;return o}function D(t){for(var e=[],o=t.parentNode.firstElementChild;o;)o!==t&&e.push(o),o=o.nextElementSibling;return e}var N=["font-size","font-family","font-stretch","font-style","font-weight","line-height"],F=function(){return S.canUseDOM()?window:null},U=/auto|scroll/,W=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)},K=function(t){if(!t||!S.hasRelativeStackingContext())return null;for(var e=t.parentElement;e;){if("none"!==window.getComputedStyle(e).transform)return e;e=e.parentElement}return null},G=function(){return S.canUseDOM()&&parseFloat((document.documentElement.clientWidth/window.innerWidth).toFixed(2))||1},q={addOffset:function(t,e){return{left:t.left+e.left,top:t.top+e.top}},addScroll:function(t,e){return{top:t.top+e.y,left:t.left+e.x,height:t.height,width:t.width}},align:function(t){var e=t.anchorRect,o=t.anchorAlign,n=t.elementRect,r=t.elementAlign,i=t.margin;void 0===i&&(i={});var a=o.horizontal,s=o.vertical,c=r.horizontal,l=r.vertical,h=i.horizontal||0,p=i.vertical||0,f=e.top,y=e.left;return s===u&&(f+=e.height),s!==v&&s!==d||(f+=Math.round(e.height/2)),l===u&&(f-=n.height,p*=-1),l!==v&&l!==d||(f-=Math.round(n.height/2),p*=-1),a===m&&(y+=e.width),a!==v&&a!==d||(y+=Math.round(e.width/2)),c===m&&(y-=n.width,h*=-1),c!==v&&c!==d||(y-=Math.round(n.width/2),h*=-1),{top:f+p,left:y+h}},boundingOffset:function(t){if(!t.getBoundingClientRect){var e=E(t);return{bottom:e.height,left:0,right:e.width,top:0}}var o=t.getBoundingClientRect();return{bottom:o.bottom,left:o.left,right:o.right,top:o.top}},getFontStyles:function(t){var e=F();if(!e||!t)return[];var o=e.getComputedStyle(t);return N.map((function(t){return{key:t,value:o[t]}}))},getWindow:F,hasOffsetParent:function(t){return!!t&&Boolean(t.offsetParent)},offset:function(t){return t?B(t):null},offsetAtPoint:function(t,e){if(!t)return null;var o=t.style,n=o.left,r=o.top,i=o.transition;t.style.transition="none",t.style.left=e.left+"px",t.style.top=e.top+"px";var a=B(t);return t.style.left=n,t.style.top=r,t.offsetHeight,t.style.transition=i,a},position:function(t,e,o){return t&&e?function(t,e,o){void 0===o&&(o=1);var n=e?L(e):null,r=function(t,e){var o=P(t),n=o.getComputedStyle(t),r=B(t),i=e||L(t),a=t.ownerDocument,s=i!==a.body&&i!==a.documentElement,c={top:0,left:0};if("fixed"!==n.position&&s){var l=o.getComputedStyle(i);(c=B(i)).top+=parseInt(l.borderTopWidth,10),c.left+=parseInt(l.borderLeftWidth,10)}return{top:r.top-c.top,left:r.left-c.left,height:r.height,width:r.width}}(t,n),i=r.top,a=r.left,s=r.height,c=r.width,l=function(t,e){return t?j(t):function(t){var e=L(t);return e?j(e):{x:0,y:0}}(e)}(n,t),h=l.x,p=l.y,u=t.ownerDocument,v=n===u.body||n===u.documentElement?1:o;return{top:i+p*v,left:a+h*v,height:s,width:c}}(t,e,o||1):null},removeScroll:function(t,e){return{top:t.top-e.y,left:t.left-e.x,height:t.height,width:t.width}},restrictToView:function(t){var e=t.anchorRect,o=t.anchorAlign,n=t.elementRect,r=t.elementAlign,i=t.collisions,a=t.viewPort,s=t.margin;void 0===s&&(s={});var c=n.top,l=n.left,h=n.height,p=n.width,u=a.height,v=a.width,d=s.horizontal||0,f=s.vertical||0,m=0,y=0,x=i.vertical===g,w=i.horizontal===g,_=i.vertical===b,z=i.horizontal===b;x&&(y+=C(c,h,u)),w&&(m+=C(l,p,v)),_&&(y+=M({margin:f,offset:c,size:h,anchorSize:e.height,viewPortSize:u,anchorAlignPoint:o.vertical,elementAlignPoint:r.vertical})),z&&(m+=M({margin:d,offset:l,size:p,anchorSize:e.width,viewPortSize:v,anchorAlignPoint:o.horizontal,elementAlignPoint:r.horizontal}));var k=_&&0!==y,O=z&&0!==m,S=x&&0!==y,H=w&&0!==m;return{flipped:O||k,fitted:S||H,flip:{horizontal:O,vertical:k},fit:{horizontal:H,vertical:S},offset:{left:m,top:y}}},scrollPosition:T,scrollableParents:function(t){var e=[];if(!S.canUseDOM())return e;for(var o=t.parentElement;o;)(U.test(W(o))||o.hasAttribute("data-scrollable"))&&e.push(o),o=o.parentElement;return e.push(window),e},getRelativeContextElement:K,stackingElementOffset:function(t){var e=K(t);return e?B(e):null},stackingElementScroll:function(t){var e=K(t);return e?{x:e.scrollLeft,y:e.scrollTop}:{x:0,y:0}},stackingElementViewPort:function(t){var e=K(t);return e?{height:e.scrollHeight,width:e.scrollWidth}:null},useRelativePosition:function(t){return Boolean(K(t))},windowViewPort:E,zoomLevel:G,isZoomed:function(){return G()>1},zIndex:function(t,e){if(!t||!S.canUseDOM())return null;var o=function(t,e){for(var o,n,r=R(t),i=e;i&&(o=D(i),!(n=r.reduce((function(t,e){return t.concat(o.filter((function(t){return t===e})))}),[])[0]));)i=i.parentElement;return n}(t,e);if(!o)return null;var n=[t].concat(R(t,o)).reduce((function(t,e){var o=e.style.zIndex||window.getComputedStyle(e).zIndex,n=parseInt(o,10);return n>t?n:t}),0);return n?n+1:null}};const X=q;const Y=function(t){var e=t.anchor,o=t.element,n=t.anchorAlign,r=t.elementAlign,i=t.margin,a=t.offset,s=t.positionMode,c=t.scale||1,l="fixed"!==s&&X.hasOffsetParent(o)?function(t,e,o,n){var r=S.eitherRect(X.position(t,e,n),o);return S.scaleRect(r,n)}(e,o,a,c):function(t,e,o,n){var r=function(t,e){return t?{x:0,y:0}:X.scrollPosition(e)}(t,e),i=S.eitherRect(X.offset(t),o),a=2*n,s=X.stackingElementScroll(e);1!==n&&s&&(s.x/=a,s.y/=a);var c=X.stackingElementOffset(e);return 1!==n&&c&&(c.left/=a,c.top/=a),X.removeScroll(X.addScroll(S.removeStackingOffset(S.scaleRect(i,n),c),s),r)}(e,o,a,c),h=S.scaleRect(X.offset(o),c);return X.align({anchorAlign:n,anchorRect:l,elementAlign:r,elementRect:h,margin:i})};var Z,Q={name:"@progress/kendo-react-popup",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1689103469,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"},$=(Z=function(t,e){return Z=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var o in e)Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o])},Z(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 o(){this.constructor=t}Z(t,e),t.prototype=null===e?Object.create(e):(o.prototype=e.prototype,new o)}),J=function(){return J=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},J.apply(this,arguments)};function tt(t,e){if(t===e)return!0;if(!!t!=!!e)return!1;var o=Object.getOwnPropertyNames(t),n=Object.getOwnPropertyNames(e);if(o.length!==n.length)return!1;for(var r=0;r<o.length;r++){var i=o[r];if(t[i]!==e[i])return!1}return!0}var et,ot={left:-1e3,top:0};!function(t){t.hiding="hiding",t.hidden="hidden",t.showing="showing",t.shown="shown",t.reposition="reposition"}(et||(et={}));var nt="k-animation-container-shown",rt=function(t){function e(e){var o=t.call(this,e)||this;return o.context=0,o.state={current:et.hidden,previous:et.hidden,props:{}},o._popup=null,o.show=function(t){o.setPosition(t),o.animate(t.firstChild,"enter",o.onOpened),o.setState({current:et.shown,previous:o.state.current})},o.setPosition=function(t){var e=o.props,n=e.anchorAlign,r=e.popupAlign,i=e.collision,a=e.offset,s=e.anchor,c=e.margin,l=e.scale,h=e.positionMode,p=t.style,u=p.width,v=p.height;t.style.width=t.offsetWidth+"px",t.style.height=t.offsetHeight+"px";var d=function(t){var e=t.anchor,o=t.currentLocation,n=t.element,r=t.anchorAlign,i=t.elementAlign,a=t.collisions,s=t.margin,c=t.scale||1,l=X.offsetAtPoint(n,o),h=S.scaleRect(l,c),p=S.scaleRect(X.offset(e),c),u=S.eitherRect(p,o),v=t.viewPort||X.windowViewPort(n);v.width=v.width/c,v.height=v.height/c;var d=X.restrictToView({anchorAlign:r,anchorRect:u,collisions:a,elementAlign:i,elementRect:h,margin:s,viewPort:v}),f=X.addOffset(o,d.offset);return{flip:d.flip,flipped:d.flipped,offset:f}}({anchor:s,anchorAlign:n,element:t,elementAlign:r,collisions:i,currentLocation:Y({anchor:s,anchorAlign:n,element:t,elementAlign:r,offset:a,margin:c,positionMode:h,scale:l}),margin:o.props.margin});if(t.style.top=d.offset.top+"px",t.style.left=d.offset.left+"px",t.style.width=u,t.style.height=v,o._collisions={fit:d.fit,fitted:d.fitted,flip:d.flip,flipped:d.flipped},o.props.onPosition){var f={target:o,flipped:d.flipped,fitted:d.fitted};o.props.onPosition.call(void 0,f)}},o.onOpened=function(){var t=o._popup;t&&(o.props.show&&t.classList.add(nt),o.attachRepositionHandlers(t),o.props.onOpen&&o.props.onOpen.call(void 0,{target:o}))},o.animate=function(t,e,n){if(o.props.popupAlign){var r,i=o.props.popupAlign,c=i.horizontal,l=i.vertical;r="left"===c&&"center"===l?"right":"right"===c&&"center"===l?"left":"top"===l?"down":"up",o._collisions&&o._collisions.flipped&&(r={down:"up",up:"down",left:"right",right:"left"}[r]),function(t,e,o,n,r){if(0===o)return r();var i="k-slide-"+e+"-"+n,c=i+"-active",l=function(e){e.target===t&&(t.removeEventListener("transitionend",l),a(t),t.style.display="exit"===n?"none":"",r())};t.addEventListener("transitionend",l);var h=t.ownerDocument;if(h){var p=h.defaultView;if(p){var u=function(){a(t),t.classList.add(i),p.requestAnimationFrame((function(){t.style.transitionDuration=o+"ms",t.classList.add(c)}))};s?p.requestAnimationFrame(u):u()}}}(t,r,o.animationDuration[e],e,n)}},o.onClosing=function(t){o.props.show||t.classList.remove(nt),o.detachRepositionHandlers()},o.onClosed=function(){o.state.current===et.hiding&&o.state.previous===et.shown&&o.setState({current:et.hidden,previous:o.state.current}),o.props.onClose&&o.props.onClose.call(void 0,{target:o})},o.getCurrentZIndex=function(){return o.context?o.context+1:100},(0,c.s)(Q),o.reposition=function(t,e,o){var n,r,i,a;void 0===o&&(o={});var s=0;o=o||{};var c=function(){s=!1===o.leading?0:(new Date).getTime(),n=void 0,a=t.apply(r,i),n||(r=i=null)};return function(){var l=(new Date).getTime();s||!1!==o.leading||(s=l);var h=e-(l-s);return r=void 0,i=arguments,h<=0||h>e?(n&&(clearTimeout(n),n=void 0),s=l,a=t.apply(r,i),n||(r=i=null)):n||!1===o.trailing||(n=window.setTimeout(c,h)),a}}(o.reposition.bind(o),16.666666666666668),o}return $(e,t),Object.defineProperty(e.prototype,"element",{get:function(){return this._popup},enumerable:!1,configurable:!0}),e.getDerivedStateFromProps=function(t,e){var o=t.show,n=t.anchor,r=t.anchorAlign,i=t.appendTo,a=t.collision,s=t.popupAlign,c=t.className,l=t.popupClass,h=t.style,p=t.offset,u=t.contentKey,v=J(J({},e),{props:{show:o,anchor:n,anchorAlign:r,appendTo:i,collision:a,popupAlign:s,className:c,popupClass:l,style:h,offset:p,contentKey:u}});return t.show?e.current===et.hidden||e.current===et.hiding?J(J({},v),{current:et.showing,previous:e.current}):e.current===et.showing?J(J({},v),{current:et.shown,previous:e.current}):e.current!==et.shown||tt(p,e.props.offset)&&tt(r,e.props.anchorAlign)&&tt(i,e.props.appendTo)&&tt(a,e.props.collision)&&tt(s,e.props.popupAlign)&&tt(h,e.props.style)&&n===e.props.anchor&&l===e.props.popupClass&&c===e.props.className?v:J(J({},v),{current:et.reposition,previous:e.current}):e.current===et.hiding||e.current===et.hidden?J(J({},v),{current:et.hidden,previous:e.current}):J(J({},v),{current:et.hiding,previous:e.current})},e.prototype.componentDidUpdate=function(t){this.state.current===et.showing&&this._popup?this.show(this._popup):this.state.current===et.hiding&&this._popup?(this.onClosing(this._popup),this.animate(this._popup.firstChild,"exit",this.onClosed)):this.state.current===et.reposition&&this.state.previous===et.shown?this.setState({current:et.shown,previous:this.state.current}):this.state.current===et.shown&&t.contentKey!==this.props.contentKey&&this._popup&&this.setPosition(this._popup)},e.prototype.componentDidMount=function(){this.state.current===et.showing&&this._popup&&this.show(this._popup)},e.prototype.componentWillUnmount=function(){this.detachRepositionHandlers()},e.prototype.render=function(){var t=this,e=this.props,o=e.children,i=e.className,a=e.popupClass,s=e.show,c=e.id,u=e.positionMode,v=this.props.appendTo?this.props.appendTo:l.N?this.props.anchor&&this.props.anchor.ownerDocument?this.props.anchor.ownerDocument.body:document.body:void 0;this.state.current===et.reposition&&this.state.previous===et.shown&&this._popup&&this.setPosition(this._popup);var d=Object.assign({},{position:u,top:0,left:-1e4},this.props.style||{}),f=this.state.current===et.hiding;if((s||f)&&v){var m=this.getCurrentZIndex(),y=n.createElement(h.$.Provider,{value:m},n.createElement("div",{className:(0,p.A)("k-animation-container","k-animation-container-relative",i),id:c,ref:function(e){return t._popup=e},style:J({zIndex:m},d)},n.createElement("div",{role:this.props.role,className:(0,p.A)("k-popup",a,"k-child-animation-container"),style:{transitionDelay:"0ms"}},o)));return null!==this.props.appendTo?r.createPortal(y,v):y}return null},Object.defineProperty(e.prototype,"animationDuration",{get:function(){var t=this.props.animate,e=0,o=0;return t&&(!0===t?e=o=300:(e=t.openDuration||0,o=t.closeDuration||0)),{enter:e,exit:o}},enumerable:!1,configurable:!0}),e.prototype.attachRepositionHandlers=function(t){var e=this;this.detachRepositionHandlers(),this._scrollableParents=X.scrollableParents(this.props.anchor||t),this._scrollableParents&&this._scrollableParents.map((function(t){return t.addEventListener("scroll",e.reposition)})),window.addEventListener("resize",this.reposition)},e.prototype.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)},e.prototype.reposition=function(){this.setState({current:et.reposition,previous:this.state.current})},e.propTypes={anchor:function(t){var e=t.anchor;return e&&"number"!=typeof e.nodeType?new Error("Invalid prop `anchor` supplied to `Kendo React Popup`. Validation failed."):null},appendTo:function(t){var e=t.appendTo;return e&&"number"!=typeof e.nodeType?new Error("Invalid prop `appendTo` supplied to `Kendo React Popup`. Validation failed."):null},className:i.oneOfType([i.string,i.arrayOf(i.string),i.object]),id:i.string,popupClass:i.oneOfType([i.string,i.arrayOf(i.string),i.object]),collision:i.shape({horizontal:i.oneOf([g,b,x]),vertical:i.oneOf([g,b,x])}),anchorAlign:i.shape({horizontal:i.oneOf([f,v,m]),vertical:i.oneOf([y,v,u])}),popupAlign:i.shape({horizontal:i.oneOf([f,v,m]),vertical:i.oneOf([y,v,u])}),offset:i.shape({left:i.number,top:i.number}),children:i.oneOfType([i.element,i.node]),show:i.bool,animate:i.oneOfType([i.bool,i.shape({openDuration:i.number,closeDuration:i.number})]),margin:i.shape({horizontal:i.number,vertical:i.number}),positionMode:i.oneOf(["fixed","absolute"]),scale:i.number,style:i.object,onClose:i.func,onPosition:i.func,onOpen:i.func},e.defaultProps={collision:{horizontal:g,vertical:b},anchorAlign:{horizontal:f,vertical:u},popupAlign:{horizontal:f,vertical:y},offset:ot,animate:!0,show:!1,margin:{horizontal:0,vertical:0},positionMode:"absolute"},e.contextType=h.$,e.displayName="PopupComponent",e}(n.Component)},5362:(t,e,o)=>{o.r(e),o.d(e,{Popup:()=>n.G,PopupWithoutContext:()=>r.B,PopupPropsContext:()=>n.v});var n=o(1754),r=o(61)},1779:(t,e,o)=>{o.d(e,{_:()=>i});var n=o(3899),r=o(9844),i=n.forwardRef((function(t,e){var o=n.useRef(null),i=n.useRef(null),a=n.useCallback((function(){return o.current&&o.current.element?o.current.element:o.current}),[o]);n.useImperativeHandle(i,(function(){return{element:a()||null}})),n.useImperativeHandle(e,(function(){return i.current})),n.useImperativeHandle(t.childRef,(function(){return o.current}));var s=n.useCallback((function(e){t.onPress&&t.onPress({element:a(),target:i.current,event:e})}),[a,t.onPress]),c=n.useCallback((function(e){t.onRelease&&t.onRelease({element:a(),target:i.current,event:e})}),[a,t.onRelease]),l=n.useCallback((function(e){t.onDragStart&&t.onDragStart({element:a(),target:i.current,event:e})}),[t,a]),h=n.useCallback((function(e){t.onDrag&&t.onDrag({element:a(),target:i.current,event:e})}),[a,t.onDrag]),p=n.useCallback((function(e){t.onDragEnd&&t.onDragEnd({element:a(),target:i.current,event:e})}),[a,t.onDragEnd]);return(0,r.O)(o,{onPress:s,onRelease:c,onDragStart:l,onDrag:h,onDragEnd:p},{mouseOnly:t.mouseOnly,autoScroll:t.autoScroll,hint:t.hint,scrollContainer:t.scrollContainer}),t.children?n.cloneElement(n.Children.only(t.children),{ref:o}):null}));i.displayName="KendoReactDraggable"},7827:(t,e,o)=>{o.d(e,{N:()=>n});var n=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement)},8047:(t,e,o)=>{o.d(e,{A:()=>n});var n=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var o={},n=function(t){return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?n(t):function(t){return"object"==typeof t?Object.keys(t).forEach((function(e){o[e]=t[e]})):o[t]=!0}(t)}))};return n(t),Object.keys(o).map((function(t){return o[t]&&t||null})).filter((function(t){return null!==t})).join(" ")}},8259:(t,e,o)=>{o.d(e,{$:()=>r,u:()=>i});var n=o(3899),r=n.createContext(0),i=function(){return n.useContext(r)};r.displayName="KendoReactZIndexContext"},2333:(t,e,o)=>{o.d(e,{Dg:()=>i,Gc:()=>a,Fg:()=>s,tk:()=>c});var n=o(3899),r=o(3228),i=n.createContext([void 0,r.Z]),a=n.createContext([void 0,r.Z]),s=n.createContext([[],r.Z,r.Z]),c=n.createContext([[],r.Z,r.Z])},5407:(t,e,o)=>{function n(t,e,o,n){if(t){var r={syntheticEvent:e,nativeEvent:e.nativeEvent,target:o};t.call(void 0,Object.assign(r,n))}}o.d(e,{N:()=>n})},4100:(t,e,o)=>{o.d(e,{E:()=>r});var n=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g;function r(t){var e=[];return t.replace(n,(function(t,o,n,r){e.push(void 0!==o?o:n||r)})),e}},9124:(t,e,o)=>{o.d(e,{n:()=>n});var n=function(t){if(t){if((t instanceof HTMLInputElement||-1!==t.tabIndex)&&t.focus)return void t.focus();var e=t.querySelector('input, [tabindex]:not([tabindex="-1"])');e&&e.focus&&e.focus()}}},3769:(t,e,o)=>{o.d(e,{T:()=>n,v:()=>r});var n=function(t){var e=t.shadowRoot,o=t.contentDocument;return e&&e.activeElement?n(e.activeElement):o&&o.activeElement?n(o.activeElement):t},r=function(t){if(t&&t.activeElement)return n(t.activeElement)}},4703:(t,e,o)=>{o.d(e,{p:()=>n});var n=function(t,e,o){var n="string"==typeof t?parseInt(t,void 0):t;if(NaN!==n)return void 0!==n?n:e?o?void 0:-1:0}},9659:(t,e,o)=>{o.d(e,{Y:()=>i});var n=o(4100),r={};function i(t){if(r[t])return r[t];var e=(0,n.E)(t);return r[t]=function(t){for(var o=t,n=0;n<e.length&&o;n++)o=o[e[n]];return o},r[t]}r.undefined=function(){}},3198:(t,e,o)=>{o.d(e,{M:()=>n});var n=function(){var t,e,o="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(o+="-"),o+=(12===t?4:16===t?3&e|8:e).toString(16);return o}},6059:(t,e,o)=>{o.d(e,{U:()=>i});var n=o(3899),r=function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))};function i(t){var e=t.onFocus,o=t.onBlur,i=t.onSyncFocus,a=t.onSyncBlur,s=n.useRef(!1),c=n.useRef(0),l=n.useCallback((function(t){clearTimeout(c.current),c.current=window.setTimeout((function(){return t()}))}),[c]),h=n.useCallback((function(){for(var t=[],o=0;o<arguments.length;o++)t[o]=arguments[o];clearTimeout(c.current),i&&i.call(void 0,t[0]),s.current||(s.current=!0,e&&e.call.apply(e,r([void 0],t,!1)))}),[s,e,i]),p=n.useCallback((function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];a&&a.call(void 0,t[0]),l((function(){s.current&&o&&(s.current=!1,o.call.apply(o,r([void 0],t,!1)))}))}),[s,l,o,a]);return n.useEffect((function(){return function(){clearTimeout(c.current)}}),[]),{onFocus:h,onBlur:p}}},8199:(t,e,o)=>{o.d(e,{n:()=>r});var n=o(3899);function r(t,e,o){var r=n.useState(e),i=r[0],a=r[1];return n.useEffect((function(){if(!i&&window&&t.current){var e=window.getComputedStyle(t.current).direction;e&&a(e)}}),o),i}},9844:(t,e,o)=>{o.d(e,{O:()=>y});var n,r=o(3899),i=function(){var t=window&&window.navigator.userAgent;if(!t)return!1;var e=!1,o=[],n={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 r in n)if(n.hasOwnProperty(r)&&(o=t.match(n[r]))){(e={})[r]=!0,e[o[1].toLowerCase().split(" ")[0].split("/")[0]]=!0,e.version=parseInt(document.DOCUMENT_NODE||o[2],10);break}return e},a=function(t){return t&&t.ownerDocument||window.document},s=function(t){var e=i(),o=a(t);return e.edge||e.safari?o.body:o.documentElement},c=function(t){if(t&&t.className&&"string"==typeof t.className&&t.className.indexOf("k-auto-scrollable")>-1)return!0;var e=window.getComputedStyle(t,"overflow").overflow;return e.indexOf("auto")>-1||e.indexOf("scroll")>-1},l=function(t){var e=s(t);if(!t||t===document.body||t===document.documentElement)return e;for(var o=t;o&&o!==document.body&&o.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&o.nodeType!==Node.DOCUMENT_NODE&&!c(o);)o=o.parentNode;return!o||o!==document.body&&o.nodeType!==Node.DOCUMENT_FRAGMENT_NODE?o:e};!function(t){t.POINTER_DOWN="pointerdown",t.POINTER_MOVE="pointermove",t.POINTER_UP="pointerup",t.POINTER_CANCEL="pointercancel",t.MOUSE_DOWN="mousedown",t.MOUSE_MOVE="mousemove",t.MOUSE_UP="mouseup",t.CONTEXT_MENU="contextmenu",t.TOUCH_START="touchstart",t.TOUCH_MOVE="touchmove",t.TOUCH_END="touchend",t.TOUCH_CANCEL="touchcancel",t.SCROLL="scroll",t.START="KENDO_DRAG_AND_DROP_START",t.MOVE="KENDO_DRAG_AND_DROP_MOVE",t.END="KENDO_DRAG_AND_DROP_END",t.CANCEL="KENDO_DRAG_AND_DROP_CANCEL"}(n||(n={}));var h=function(){},p=function(t,e,o){void 0===o&&(o={});var r,i,c,p,u,v=o.onIsPressedChange,d=void 0===v?h:v,f=o.onIsScrollingChange,m=void 0===f?h:f,y=o.onVelocityChange,g=void 0===y?h:y,b=o.onOffsetChange,x=void 0===b?h:b,w=o.onPageOffsetChange,_=void 0===w?h:w,z=o.onClientOffsetChange,C=void 0===z?h:z,M=o.onScrollOffsetChange,k=void 0===M?h:M,O=o.onInitialScrollOffsetChange,S=void 0===O?h:O,H=e.payload,P=H.element,V=H.hint,I=t.autoScrollDirection,A=t.scrollableParent,E=function(t,e){return function(t){return/^touch/.test(t.type)}(t)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,scrollX:e.scrollOffset.x,scrollY:e.scrollOffset.y,offsetX:e.offset.x,offsetY:e.offset.y,type:t.type,originalEvent:t,isTouch:!0,altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1}:function(t){return/^(scroll)/.test(t.type)}(t)?{pageX:e.pageOffset.x,pageY:e.pageOffset.y,clientX:e.clientOffset.x,clientY:e.clientOffset.y,scrollX:e.scrollOffset.x,scrollY:e.scrollOffset.y,offsetX:e.offset.x,offsetY:e.offset.y,type:t.type,originalEvent:t,altKey:!1,ctrlKey:!1,shiftKey:!1,metaKey:!1}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,scrollX:e.scrollOffset.x,scrollY:e.scrollOffset.y,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,metaKey:t.metaKey,originalEvent:t}}(e.event,t);switch(E.type){case n.POINTER_DOWN:if(E.type===n.POINTER_DOWN&&(!E.originalEvent.isPrimary||0!==E.originalEvent.button))break;case n.MOUSE_DOWN:if(E.type===n.MOUSE_DOWN&&E.originalEvent.which&&E.originalEvent.which>1||t.ignoreMouse)break;case n.TOUCH_START:if(E.type===n.TOUCH_START&&1!==E.originalEvent.touches.length)break;case n.START:var T=A||l(e.payload.element);S(T instanceof Window?{x:T.scrollX,y:T.scrollY}:{x:T.scrollLeft,y:T.scrollTop}),C({x:E.clientX,y:E.clientY}),_({x:E.pageX,y:E.pageY}),x({x:E.offsetX,y:E.offsetY}),d(!0),H.onPress&&H.onPress(E);break;case n.SCROLL:if(E.type===n.SCROLL&&!t.pressed)break;var B=A||l(P),j=B instanceof Window?{x:B.scrollX,y:B.scrollY}:{x:B.scrollLeft,y:B.scrollTop};E.scrollX=j.x-t.initialScrollOffset.x,E.scrollY=j.y-t.initialScrollOffset.y,k({x:E.scrollX,y:E.scrollY});case n.POINTER_MOVE:if(E.type===n.POINTER_MOVE&&!E.originalEvent.isPrimary)break;case n.MOUSE_MOVE:case n.TOUCH_MOVE:if(E.type===n.TOUCH_MOVE&&1!==E.originalEvent.touches.length)break;case n.MOVE:if(t.pressed){if(t.autoScroll&&"scroll"!==E.originalEvent.type&&P){var L=a(P),R=A||l(L.elementFromPoint(E.clientX,E.clientY)),D=(r=E.clientX,i=E.clientY,c=function(t,e){var o=s(t);if(t===o)return{top:o.scrollTop,left:o.scrollLeft,bottom:o.scrollTop+e.innerHeight,right:o.scrollLeft+e.innerWidth};var n=t.getBoundingClientRect();return{bottom:n.top+n.height,right:n.left+n.width,left:n.left,top:n.top}}(R,function(t){var e=a(t);return e&&e.defaultView||window}(P)),p={x:0,y:0},u=50,r-c.left<u?p.x=-(u-(r-c.left)):c.right-r<u&&(p.x=u-(c.right-r)),i-c.top<u?p.y=-(u-(i-c.top)):c.bottom-i<u&&(p.y=u-(c.bottom-i)),p);g({x:I&&!1===I.horizontal?0:D.x,y:I&&!1===I.vertical?0:D.y}),m(0!==D.y||0!==D.x)}!t.drag&&H.onDragStart&&H.onDragStart(E),H.onDrag&&H.onDrag(E);var N=function(t,e){var o=0,n=null;return e.forEach((function(e){if(e&&t){var r=function(t,e){var o=t.getBoundingClientRect(),n=e.getBoundingClientRect(),r=Math.max(n.top,o.top),i=Math.max(n.left,o.left),a=Math.min(n.left+n.width,o.left+o.width),s=Math.min(n.top+n.height,o.top+o.height),c=a-i,l=s-r;if(i<a&&r<s){var h=n.width*n.height,p=o.width*o.height,u=c*l;return Number((u/(h+p-u)).toFixed(4))}return 0}(t,e);r>o&&(o=r,n=e)}})),n}(V||P,t.drops.map((function(t){return t&&t.element})).filter((function(t){return t!==(V||P)}))),F=t.drops.find((function(t){return t.element===N}));F&&N&&function(t,e,o){var n=o.getBoundingClientRect();return n.top<=e&&n.left<=t&&e<=n.bottom&&t<=n.right}(E.clientX,E.clientY,A||l(N))&&N!==P?(t.drop&&t.drop.element)!==N?(t.drop&&t.drop.onDragLeave&&t.drop.onDragLeave(E),F.onDragEnter&&F.onDragEnter(E)):F.onDragOver&&F.onDragOver(E):t.drop&&t.drop.onDragLeave&&t.drop.onDragLeave(E)}C({x:E.clientX,y:E.clientY}),_({x:E.pageX,y:E.pageY});break;case n.POINTER_UP:if(E.type===n.POINTER_UP&&!E.originalEvent.isPrimary)break;case n.MOUSE_UP:case n.TOUCH_END:if(E.type===n.TOUCH_END&&1!==E.originalEvent.touches.length)break;case n.END:d(!1),m(!1),k({x:0,y:0}),H.onRelease&&H.onRelease(E),t.drop&&t.drop.onDrop&&t.drop.onDrop(E),t.drag&&H.onDragEnd&&H.onDragEnd(E);break;case n.POINTER_CANCEL:case n.CONTEXT_MENU:case n.TOUCH_CANCEL:case n.CANCEL:d(!1),m(!1),k({x:0,y:0}),H.onDragEnd&&H.onDragEnd(E),t.drop&&t.drop.onDragLeave&&t.drop.onDragLeave(E)}},u=function(t,e){if(t){var o,n;t===s(t)?(o=document.body.scrollHeight>window.innerHeight,n=document.body.scrollWidth>window.innerWidth):(o=t.offsetHeight<=t.scrollHeight,n=t.offsetWidth<=t.scrollWidth);var r=t.scrollTop+e.y,i=o&&r>0&&r<t.scrollHeight,a=t.scrollLeft+e.x,c=n&&a>0&&a<t.scrollWidth;i?t.scrollTop+=e.y:o&&r<0&&(t.scrollTop=0),c?t.scrollLeft+=e.x:n&&a<0&&(t.scrollLeft=0)}},v=o(3228),d=o(4912),f=o(2333),m=2e3;function y(t,e,o){void 0===o&&(o={});var n=e.onPress,i=void 0===n?v.Z:n,a=e.onRelease,s=void 0===a?v.Z:a,c=e.onDragStart,h=void 0===c?v.Z:c,y=e.onDrag,g=void 0===y?v.Z:y,b=e.onDragEnd,x=void 0===b?v.Z:b,w=o.hint,_=void 0===w?null:w,z=o.mouseOnly,C=void 0!==z&&z,M=o.autoScroll,k=void 0===M||M,O=o.scrollContainer,S=void 0===O?null:O,H=r.useState(!1),P=H[0],V=H[1],I=r.useState(!1),A=I[0],E=I[1],T=(0,d.W)(f.Gc)[0],B=(0,d.W)(f.Dg),j=B[0],L=B[1],R=r.useContext(f.tk)[0],D=r.useContext(f.Fg),N=D[0],F=D[1],U=D[2],W=r.useRef({x:0,y:0}),K=r.useRef(),G=r.useRef(!1),q=r.useRef(),X=r.useRef(null),Y=r.useRef(!1),Z=r.useRef({x:0,y:0}),Q=r.useRef({x:0,y:0}),$=r.useRef({x:0,y:0}),J=r.useRef({x:0,y:0}),tt=r.useRef({x:0,y:0}),et=r.useRef({x:0,y:0}),ot=Boolean("undefined"!=typeof window&&window.PointerEvent),nt=!C&&ot,rt=r.useCallback((function(){return t.current&&t.current.element?t.current.element:t.current}),[t]),it=r.useCallback((function(){return _&&_.current&&_.current.element?_.current.element:_?_.current:null}),[_]),at=r.useCallback((function(){return S&&S.current&&S.current.element?S.current.element:S?S.current:null}),[S]),st=r.useCallback((function(){return"object"==typeof k&&k.boundaryElementRef&&k.boundaryElementRef.current&&k.boundaryElementRef.current.element?k.boundaryElementRef.current.element:"object"==typeof k&&k.boundaryElementRef&&k.boundaryElementRef.current?k.boundaryElementRef.current:null}),[k]),ct=r.useRef(null);r.useImperativeHandle(ct,(function(){return{element:rt(),hint:it(),onPress:wt,onDragStart:zt,onDrag:Ct,onDragEnd:Mt,onRelease:_t,data:t.current}}));var lt=r.useCallback((function(){var t=rt();return t&&t.ownerDocument||document}),[rt]),ht=r.useCallback((function(){var t=lt();return t&&t.defaultView||window}),[lt]),pt=r.useCallback((function(){return{drag:j?j.current:null,drop:T?T.current:null,drags:N.map((function(t){return t.current})),drops:R.map((function(t){return t.current})),pressed:P,ignoreMouse:G.current,scrollOffset:tt.current,offset:Z.current,pageOffset:Q.current,initialScrollOffset:et.current,clientOffset:$.current,initialClientOffset:J.current,velocity:W.current,autoScroll:Boolean("object"==typeof k?!1!==k.enabled:k),scrollableParent:st(),autoScrollDirection:"object"==typeof k?k.direction:{horizontal:!0,vertical:!0},isScrolling:A}}),[j,T,N,R,P,k,st,A]),ut=r.useCallback((function(t){V(t)}),[]),vt=r.useCallback((function(t){E(t)}),[]),dt=r.useCallback((function(t){W.current=t}),[]),ft=r.useCallback((function(t){Z.current=t}),[]),mt=r.useCallback((function(t){$.current=t}),[]),yt=r.useCallback((function(t){Q.current=t}),[]),gt=r.useCallback((function(t){J.current=t}),[]),bt=r.useCallback((function(t){tt.current=t}),[]),xt=r.useCallback((function(t){et.current=t}),[]),wt=r.useCallback((function(t){i(t)}),[i]),_t=r.useCallback((function(t){s(t)}),[s]),zt=r.useCallback((function(e){L(ct,{target:t.current,event:e}),h(e)}),[L,t,h]),Ct=r.useCallback((function(t){g(t)}),[g]),Mt=r.useCallback((function(e){Y.current||(L(null,{target:t.current,event:e}),x(e))}),[x,L,t]),kt=r.useCallback((function(t){p(pt(),{event:t,payload:ct.current},{onVelocityChange:dt,onOffsetChange:ft,onClientOffsetChange:mt,onPageOffsetChange:yt,onInitialClientOffsetChange:gt,onScrollOffsetChange:bt,onInitialScrollOffsetChange:xt,onIsPressedChange:ut,onIsScrollingChange:vt})}),[pt,dt,ft,yt,mt,gt,xt,ut,bt,vt]),Ot=r.useCallback((function(t){kt(t)}),[kt]),St=r.useCallback((function(t){kt(t)}),[kt]),Ht=r.useCallback((function(t){kt(t)}),[kt]),Pt=r.useCallback((function(t){kt(t)}),[kt]),Vt=r.useCallback((function(t){kt(t)}),[kt]),It=r.useCallback((function(t){kt(t)}),[kt]),At=r.useCallback((function(t){kt(t)}),[kt]),Et=r.useCallback((function(t){t.preventDefault(),kt(t)}),[kt]),Tt=r.useCallback((function(t){t.preventDefault(),kt(t)}),[kt]),Bt=r.useCallback((function(t){t.preventDefault(),kt(t)}),[kt]),jt=r.useCallback((function(t){if(0===t.touches.length&&1===t.changedTouches.length){var e=ht();G.current=!0,q.current=e.setTimeout((function(){G.current=!1}),m)}kt(t)}),[kt,ht]),Lt=r.useCallback((function(t){kt(t)}),[kt]),Rt=r.useCallback((function(){var t=rt();if(t){var e=t.style.touchAction;return t.style.touchAction="none",function(){t.style.touchAction=e}}}),[rt]),Dt=r.useCallback((function(){return F(ct),function(){U(ct)}}),[U,F]);r.useEffect((function(){var t=ht();if(A){var e=at()||l(document.elementFromPoint($.current.x,$.current.y));t.clearInterval(K.current),K.current=t.setInterval((function(){u(e,{x:W.current.x,y:W.current.y})}),50)}return function(){t.clearInterval(K.current)}}),[rt,at,ht,A]),r.useEffect(Rt,[Rt]),r.useEffect((function(){var t=ht(),e=rt(),o=lt();return nt?(e&&(X.current=l(e),X.current&&X.current.addEventListener("scroll",Lt,{passive:!0}),e.addEventListener("pointerdown",Ot,{passive:!0})),P&&(o.addEventListener("pointermove",St),o.addEventListener("pointerup",Pt,!0),o.addEventListener("contextmenu",Et),o.addEventListener("pointercancel",Ht,{passive:!0}))):(t.addEventListener("touchmove",v.Z,{capture:!1,passive:!1}),e&&(e.addEventListener("mousedown",Vt,{passive:!0}),C||(e.addEventListener("touchstart",Tt,{passive:!0}),P&&(e.addEventListener("touchmove",Bt,{passive:!0}),e.addEventListener("touchend",jt,{passive:!0})))),P&&(o.addEventListener("mousemove",It,{passive:!0}),o.addEventListener("mouseup",At,{passive:!0}))),function(){X.current&&X.current.removeEventListener("scroll",Lt),e&&(e.removeEventListener("pointerdown",Ot),e.removeEventListener("mousedown",Vt),e.removeEventListener("touchstart",Tt),e.removeEventListener("touchmove",Bt),e.removeEventListener("touchend",jt)),o.removeEventListener("pointermove",St),o.removeEventListener("pointerup",Pt,!0),o.removeEventListener("contextmenu",Et),o.removeEventListener("pointercancel",Ht),o.removeEventListener("mousemove",It),o.removeEventListener("mouseup",At),t.removeEventListener("touchmove",v.Z),t.clearTimeout(q.current)}}),[P,ht,rt,lt,C,nt,Et,Vt,It,At,Ht,Ot,St,Pt,jt,Bt,Tt,Lt]),r.useEffect((function(){return Y.current=!1,function(){Y.current=!0}}),[]),r.useLayoutEffect(Dt,[Dt])}},4912:(t,e,o)=>{o.d(e,{W:()=>r});var n=o(3899),r=function(t,e){var o=n.useContext(t),r=o[0],i=o[1],a=n.useState(e),s=a[0],c=a[1];return[void 0!==r?r:s,function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];void 0!==r?i.apply(void 0,t):c(t[0])}]}},3322:(t,e,o)=>{o.d(e,{i:()=>r});var n=o(3899),r=function(t,e,o){void 0===o&&(o={});var r=n.useCallback((function(n){o.onMouseDown&&o.onMouseDown.call(void 0,n),t.onMouseDown&&t.onMouseDown.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseDown,t.onMouseDown,e]),i=n.useCallback((function(n){o.onMouseUp&&o.onMouseUp.call(void 0,n),t.onMouseUp&&t.onMouseUp.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseUp,t.onMouseUp,e]);return{onClick:n.useCallback((function(n){o.onClick&&o.onClick.call(void 0,n),t.onClick&&t.onClick.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onClick,t.onClick,e]),onMouseUp:i,onMouseDown:r,onDoubleClick:n.useCallback((function(n){o.onDoubleClick&&o.onDoubleClick.call(void 0,n),t.onDoubleClick&&t.onDoubleClick.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onDoubleClick,t.onDoubleClick,e]),onMouseEnter:n.useCallback((function(n){o.onMouseEnter&&o.onMouseEnter.call(void 0,n),t.onMouseEnter&&t.onMouseEnter.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseEnter,t.onMouseEnter,e]),onMouseLeave:n.useCallback((function(n){o.onMouseLeave&&o.onMouseLeave.call(void 0,n),t.onMouseLeave&&t.onMouseLeave.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseLeave,t.onMouseLeave,e]),onMouseMove:n.useCallback((function(n){o.onMouseMove&&o.onMouseMove.call(void 0,n),t.onMouseMove&&t.onMouseMove.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseMove,t.onMouseMove,e]),onMouseOut:n.useCallback((function(n){o.onMouseOut&&o.onMouseOut.call(void 0,n),t.onMouseOut&&t.onMouseOut.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseOut,t.onMouseOut,e]),onMouseOver:n.useCallback((function(n){o.onMouseOver&&o.onMouseOver.call(void 0,n),t.onMouseOver&&t.onMouseOver.call(void 0,{target:e.current,syntheticEvent:n})}),[o.onMouseOver,t.onMouseOver,e])}}},1573:(t,e,o)=>{o.d(e,{V:()=>r});var n=o(3899);function r(t,e,o){var r=n.useState(e),i=r[0],a=r[1];return n.useEffect((function(){if(!i&&window&&t.current){var e=window.getComputedStyle(t.current).direction;e&&a(e)}}),o),i}},7681:(t,e,o)=>{o.d(e,{J:()=>h});var n=o(3899),r=o(189),i=o(8047),a=o(698),s=o(3218),c=o(3322),l=function(){return l=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},l.apply(this,arguments)},h=n.forwardRef((function(t,e){var o=t.className,r=t.name,h=t.themeColor,u=t.size,v=t.flip,d=t.style,f=t.id,m=t.tabIndex,y=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["className","name","themeColor","size","flip","style","id","tabIndex"]),g=n.useRef(null),b=n.useRef(null);n.useImperativeHandle(g,(function(){return{element:b.current}})),n.useImperativeHandle(e,(function(){return g.current}));var x=n.useMemo((function(){return u||p.size}),[u]),w=n.useMemo((function(){return v||p.flip}),[v]),_=n.useMemo((function(){var t;return(0,i.A)("k-icon",r&&(0,s._z)(r),((t={})["k-color-".concat(h)]=h,t["k-flip-h"]="horizontal"===w||"both"===w,t["k-flip-v"]="vertical"===w||"both"===w,t),a.w[x],o)}),[r,h,x,w,o]),z=(0,c.i)(t,g);return n.createElement("span",l({ref:b},y,z,{className:_,id:f,tabIndex:m,style:d,role:"presentation"}))}));h.propTypes={style:r.object,classNames:r.string,name:r.string,themeColor:r.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:r.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:r.oneOf(["default","horizontal","vertical","both"])};var p={size:"default",flip:"default"};h.displayName="KendoIcon"},8130:(t,e,o)=>{o.d(e,{a:()=>c});var n=o(3899),r=o(7681),i=o(6584),a=o(8300),s=function(){return s=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},s.apply(this,arguments)},c=n.forwardRef((function(t,e){var o,c=n.useContext(a.r),l=c.type,h=c.icons,p=t.icon,u=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["icon"]),v=(null===(o=t.icon)||void 0===o?void 0:o.name)||t.name,d=v&&h&&h[v]&&"string"!=typeof h[v]?h[v]:p;return v=v&&h&&h[v]&&"string"==typeof h[v]?h[v]:v,"svg"===l&&d?n.createElement(i.l,s({},t,{icon:d,ref:e})):n.createElement(r.J,s({},u,{name:v,ref:e}))}));c.displayName="KendoIconWrap"},8300:(t,e,o)=>{o.d(e,{r:()=>n});var n=o(3899).createContext({type:"svg"});n.displayName="KendoReactIconsContext"},6584:(t,e,o)=>{o.d(e,{l:()=>c});var n=o(3899),r=o(189),i=o(8047),a=o(698),s=function(){return s=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},s.apply(this,arguments)},c=n.forwardRef((function(t,e){var o=t.children,r=t.className,c=t.svgClassName,h=t.icon,p=t.flip,u=t.id,v=t.tabIndex,d=t.size,f=t.style,m=t.svgStyle,y=t.themeColor,g=t.viewBox,b=(t.name,function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(t,["children","className","svgClassName","icon","flip","id","tabIndex","size","style","svgStyle","themeColor","viewBox","name"])),x=n.useRef(null);n.useImperativeHandle(e,(function(){return{element:x.current}}));var w=n.useMemo((function(){return h?h.name:l.icon}),[h]),_=n.useMemo((function(){return d||l.size}),[d]),z=n.useMemo((function(){return p||l.flip}),[p]),C=n.useMemo((function(){return g||l.viewBox}),[g]),M=n.useMemo((function(){var t;return(0,i.A)("k-svg-icon","k-svg-i-"+w,((t={})["k-color-".concat(y)]=y,t["k-flip-h"]="horizontal"===z||"both"===z,t["k-flip-v"]="vertical"===z||"both"===z,t),a.w[_],r)}),[w,y,_,z,r]),k=n.useMemo((function(){return t.width&&t.height?s({width:t.width,height:t.height},f):t.width?s({width:t.width,height:t.width},f):t.height?s({width:t.height,height:t.height},f):s({},f)}),[t.width,t.height,f]);return n.createElement("span",{className:M,style:k,ref:x},n.createElement("svg",s({id:u,className:c,style:m,"aria-hidden":!0,tabIndex:v,focusable:!1,xmlns:"http://www.w3.org/2000/svg",viewBox:h?h.viewBox:C,dangerouslySetInnerHTML:h?{__html:h.content}:void 0},b),h?void 0:o))}));c.propTypes={style:r.object,classNames:r.string,children:r.any,icon:r.object,themeColor:r.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"]),size:r.oneOf(["default","xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"]),flip:r.oneOf(["default","horizontal","vertical","both"])};var l={size:"default",flip:"default",icon:"",viewBox:"0 0 24 24"};c.displayName="KendoSvgIcon"},698:(t,e,o)=>{o.d(e,{w:()=>n});var n={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"}},3218:(t,e,o)=>{o.d(e,{iJ:()=>r,_z:()=>i,wi:()=>a});var n=o(189),r=function(t){return t.replace(/^k-i-/,"")},i=function(t){return"k-i-"+t},a=n.shape({name:n.string.isRequired,content:n.string.isRequired,viewBox:n.string.isRequired})},3493:(t,e,o)=>{o.d(e,{R:()=>n});var n={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}},3310:(t,e,o)=>{o.r(e),o.d(e,{AsyncFocusBlur:()=>F,BrowserSupportService:()=>i,COLLECTION_ACTION:()=>I,DragAndDrop:()=>xt,Draggable:()=>wt._,Droppable:()=>Ct,FOCUSABLE_ELEMENTS:()=>Ht.x,FormComponent:()=>m,Icon:()=>tt.J,IconWrap:()=>ot.a,IconsContext:()=>nt.r,Keys:()=>x.R,Navigation:()=>Ht.W,SvgIcon:()=>et.l,Typography:()=>mt,ZIndexContext:()=>n.$,canUseDOM:()=>a.N,canUseRef:()=>s,classNames:()=>c.A,clone:()=>p,cloneArray:()=>d,cloneDate:()=>h,cloneObject:()=>u,cloneValue:()=>v,createPropsContext:()=>K,dispatchEvent:()=>R.N,extendDataItem:()=>T,focusFirstFocusableChild:()=>f.n,getActiveElement:()=>Pt.v,getInnerActiveElement:()=>Pt.T,getItemPath:()=>B,getScrollbarWidth:()=>_,getTabIndex:()=>y.p,getter:()=>g.Y,guid:()=>b.M,hasRelativeStackingContext:()=>L,kendoThemeMaps:()=>kt.G,mapTree:()=>A,mapTreeItem:()=>E,memoizeOne:()=>St,noop:()=>w.Z,setScrollbarWidth:()=>z,setter:()=>O,svgIconPropType:()=>rt.wi,toIconClass:()=>rt._z,toIconName:()=>rt.iJ,useAsyncFocusBlur:()=>D.U,useCollection:()=>Q,useCustomComponent:()=>Z,useDir:()=>q.n,useDocument:()=>$,useDraggable:()=>Mt.O,useDroppable:()=>zt,useMouse:()=>Y.i,usePropsContext:()=>U,useRtl:()=>X.V,useWindow:()=>J,useZIndexContext:()=>n.u,validatePackage:()=>j.s,withPropsContext:()=>G});var n=o(8259),r=function(){return"undefined"!=typeof document?document:{}},i=function(){function t(){this.scrollbar=0}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}(),a=o(7827),s=function(t){return"string"!=typeof Comment&&(function(t){return Boolean("function"==typeof t&&!!t.prototype.isReactComponent)}(t)||function(t){return Boolean(t.$$typeof&&"function"==typeof t.render)}(t))},c=o(8047),l=o(3899),h=function(t){return t?new Date(t.getTime()):null};function p(t){var e={};return u(t,e),e}function u(t,e){for(var o in t)if(t.hasOwnProperty(o)){var n=t[o];e[o]=v(n,e[o])}}function v(t,e){if(Array.isArray(t))return d(t);if(t instanceof Date)return h(t);if(l.isValidElement(t))return l.cloneElement(t,t.props);if(t&&"object"==typeof t){var o=e||{};return u(t,o),o}return t}function d(t){return t.map((function(t){return v(t,void 0)}))}var f=o(9124),m=function(){},y=o(4703),g=o(9659),b=o(3198),x=o(3493),w=o(3228),_=function(){return!(!a.N||!document.body)&&(new i).scrollbarWidth},z=function(){if(!a.N||!document.body)return!1;var t=(new i).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(t,"px"))},C=o(4100),M={undefined:function(t){return t}},k=function(t,e){return e&&e.arrays&&!isNaN(Number(t))?[]:{}};function O(t){if(M[t])return M[t];var e=(0,C.E)(t);return M[t]=function(t,o,n){for(var r=t,i=e.length-1,a=0;a<i&&r;a++)r=r[e[a]]=r[e[a]]||k(e[a+1],n);r[e[i]]=o},M[t]}var S=function(){return S=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},S.apply(this,arguments)},H=function(t,e,o){if(o||2===arguments.length)for(var n,r=0,i=e.length;r<i;r++)!n&&r in e||(n||(n=Array.prototype.slice.call(e,0,r)),n[r]=e[r]);return t.concat(n||Array.prototype.slice.call(e))};function P(t,e,o){var n;return o?S(S({},t),((n={})[e]=o.length?H([],o,!0):void 0,n)):t&&t[e]?H([],t[e],!0):[]}function V(t,e,o){if(t[e]){var n=P(t,e).map((function(t){return V(t,e,o)}));return o(P(t,e,n))}return o(t)}var I,A=function(t,e,o){return H([],t.map((function(t){return V(t,e,o)})),!0)},E=function(t,e,o,n){for(var r=t,i=[],a=0;a<e.length;a++)r=r[e[a]],r=Array.isArray(r)?r:r[o],i.push(r);var s=i.length>1?i[i.length-2]:t,c=e[e.length-1],l=n(s[c]);s.splice(c,1,l)},T=function(t,e,o){var n;return Object.assign({},t,t[e]?((n={})[e]=t[e].slice(),n):{},o||{})},B=function(t,e,o){var n=[],r=H([],e,!0);if(r.length){var i=t[r.shift()||0];for(n.push(i);r.length&&o;)i=i[o][r.shift()||0],n.push(i)}return n},j=o(4006),L=function(t){if(!a.N)return!1;var e=t?t.ownerDocument:document;if(!e||!e.body)return!1;var o=e.createElement("div");o.style.transform="matrix(10, 0, 0, 10, 0, 0)";var n=e.createElement("div");n.appendChild(e.createTextNode("child")),n.style.position="fixed",n.style.top="10px",o.appendChild(n),e.body.appendChild(o);var r=10!==n.getBoundingClientRect().top;return e.body.removeChild(o),r},R=o(5407),D=o(6059),N=function(){return N=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},N.apply(this,arguments)},F=function(t){var e=t.children,o=t.onFocus,n=t.onBlur,r=t.onSyncFocus,i=t.onSyncBlur,a=(0,D.U)({onFocus:o,onBlur:n,onSyncFocus:r,onSyncBlur:i});return l.createElement(l.Fragment,null,e.call(void 0,N({},a)))},U=function(t,e){return l.useContext(t)(e)},W=function(){return W=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},W.apply(this,arguments)},K=function(){return l.createContext((function(t){return t}))},G=function(t,e){return l.forwardRef((function(o,n){var r=U(t,o);return l.createElement(e,W({},r,{ref:n}))}))},q=o(8199),X=o(1573),Y=o(3322),Z=function(t){return[t,{}]};!function(t){t[t.add=0]="add",t[t.remove=1]="remove"}(I||(I={}));var Q=function(t){void 0===t&&(t=[]);var e=l.useRef(t),o=l.useCallback((function(t){switch(t.type){case I.add:e.current.push(t.item);break;case I.remove:var o=e.current.indexOf(t.item);e.current.splice(o,1)}}),[]);return[e.current,o]},$=function(t){var e=l.useCallback((function(){return t.current&&t.current.element?t.current.element:t.current}),[t]);return l.useCallback((function(){var t=e();return t&&t.ownerDocument||document}),[e])},J=function(t){var e=$(t);return l.useCallback((function(){var t=e();return t&&t.defaultView||window}),[e])},tt=o(7681),et=o(6584),ot=o(8130),nt=o(8300),rt=o(3218),it=o(189),at={xsmall:"k-fs-xs",small:"k-fs-sm",medium:"k-fs-md",large:"k-fs-lg",xlarge:"k-fs-xl"},st={light:"k-font-weight-light",normal:"k-font-weight-normal",bold:"k-font-weight-bold"},ct={xsmall:"k-m-xs",small:"k-m-sm",medium:"k-m-md",large:"k-m-lg",xlarge:"k-m-xl",thin:"k-m-thin",hair:"k-m-hair"},lt={xsmall:"xs",small:"sm",medium:"md",large:"lg",xlarge:"xl",thin:"thin",hair:"hair"},ht={top:"k-mt-",right:"k-mr-",bottom:"k-mb-",left:"k-ml-"},pt={left:"k-text-left",right:"k-text-right",center:"k-text-center",justify:"k-text-justify"},ut={lowercase:"k-text-lowercase",uppercase:"k-text-uppercase",capitalize:"k-text-capitalize"},vt={inherit:"k-color-inherit",primary:"k-color-primary",secondary:"k-color-secondary",tertiary:"k-color-tertiary",info:"k-color-info",success:"k-color-success",warning:"k-color-warning",error:"k-color-error",dark:"k-color-dark",light:"k-color-light",inverse:"k-color-inverse"},dt=function(){return dt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},dt.apply(this,arguments)},ft=function(t){var e=l.forwardRef((function(e,o){var n=e.id,r=e.style,i=e.className,a=e.fontSize,s=e.fontWeight,c=e.textAlign,h=e.textTransform,p=e.themeColor,u=e.margin,v=function(t,e){var o={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(o[n]=t[n]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(n=Object.getOwnPropertySymbols(t);r<n.length;r++)e.indexOf(n[r])<0&&Object.prototype.propertyIsEnumerable.call(t,n[r])&&(o[n[r]]=t[n[r]])}return o}(e,["id","style","className","fontSize","fontWeight","textAlign","textTransform","themeColor","margin"]),d=l.useRef(null),f=l.useRef(null);l.useImperativeHandle(d,(function(){return{element:f.current,props:e}})),l.useImperativeHandle(o,(function(){return d.current}));var m=t;return l.createElement(m,dt({id:n,ref:f,className:["k-".concat("p"===t?"paragraph":t),at[a],st[s],pt[c],ut[h],vt[p],function(){if(void 0!==u){if("string"==typeof u)return[ct[u]];if("number"==typeof u&&u>=0&&u<=24)return["k-m-".concat(u)];if("object"==typeof u){var t=[];return Object.keys(u).forEach((function(e){var o,n,r;null!==u[e]&&void 0!==u[e]&&t.push((o=e,r="string"==typeof(n=u[e])?lt[n]:n,"".concat(ht[o]).concat(r)))})),t.join(" ")}}}(),i].filter((function(t){return void 0!==t})).join(" "),style:r},v),e.children)}));return e.propTypes={style:it.object,className:it.string,fontSize:it.oneOf(["xsmall","small","medium","large","xlarge"]),fontWeight:it.oneOf(["light","normal","bold"]),margin:it.oneOfType([it.number,it.object,it.oneOf(["xsmall","small","medium","large","xlarge","thin","hair"])]),textAlign:it.oneOf(["left","right","center","justify"]),textTransform:it.oneOf(["lowercase","uppercase","capitalize"]),themeColor:it.oneOf(["inherit","primary","secondary","tertiary","info","success","error","warning","dark","light","inverse"])},e.displayName="KendoReactTypography".concat(t.toUpperCase()),e},mt={h1:ft("h1"),h2:ft("h2"),h3:ft("h3"),h4:ft("h4"),h5:ft("h5"),h6:ft("h6"),p:ft("p"),code:ft("code"),pre:ft("pre")},yt=function(){return yt=Object.assign||function(t){for(var e,o=1,n=arguments.length;o<n;o++)for(var r in e=arguments[o])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t},yt.apply(this,arguments)},gt=function(t,e,o){var n=l.useState(e||t),r=n[0],i=n[1];return[void 0!==e?e:r,l.useCallback((function(t,e){i(t),o&&o.call(void 0,yt(yt({},e),{value:t}))}),[o,i])]},bt=o(2333),xt=function(t){var e=gt(null,void 0),o=e[0],n=e[1],r=gt(null,void 0),i=r[0],a=r[1],s=Q([]),c=s[0],h=s[1],p=Q([]),u=p[0],v=p[1];return l.createElement(bt.Dg.Provider,{value:[o,n]},l.createElement(bt.Gc.Provider,{value:[i,a]},l.createElement(bt.Fg.Provider,{value:[c,function(t){h({type:I.add,item:t})},function(t){h({type:I.remove,item:t})}]},l.createElement(bt.tk.Provider,{value:[u,function(t){v({type:I.add,item:t})},function(t){v({type:I.remove,item:t})}]},t.children))))};xt.displayName="KendoReactDragAndDrop";var wt=o(1779),_t=o(4912);function zt(t,e){void 0===e&&(e={onDragEnter:w.Z,onDragOver:w.Z,onDragLeave:w.Z,onDrop:w.Z});var o=e.onDragEnter,n=void 0===o?w.Z:o,r=e.onDragOver,i=void 0===r?w.Z:r,a=e.onDragLeave,s=void 0===a?w.Z:a,c=e.onDrop,h=void 0===c?w.Z:c,p=(0,_t.W)(bt.Gc)[1],u=l.useContext(bt.tk),v=u[1],d=u[2],f=l.useCallback((function(){return t.current&&t.current.element?t.current.element:t.current}),[t]),m=l.useRef(null);l.useImperativeHandle(m,(function(){return{element:f(),onDragEnter:y,onDragOver:g,onDragLeave:b,onDrop:x,data:t.current}}));var y=l.useCallback((function(e){p(m,{target:t.current,event:e}),n(e)}),[p,t,n]),g=l.useCallback((function(t){i(t)}),[i]),b=l.useCallback((function(e){p(null,{target:t.current,event:e}),s(e)}),[p,t,s]),x=l.useCallback((function(e){p(null,{target:t.current,event:e}),h(e)}),[p,t,h]),_=l.useCallback((function(){return v(m),function(){d(m)}}),[d,v]);l.useLayoutEffect(_,[_])}var Ct=l.forwardRef((function(t,e){var o=l.useRef(null),n=l.useRef(null),r=l.useCallback((function(){return o.current&&o.current.element?o.current.element:o.current}),[o]);l.useImperativeHandle(n,(function(){return{element:r()||void 0}})),l.useImperativeHandle(e,(function(){return n.current})),l.useImperativeHandle(t.childRef,(function(){return o.current}));var i=l.useCallback((function(e){t.onDragEnter&&t.onDragEnter({element:r(),target:n.current,event:e})}),[t.onDragEnter,r]),a=l.useCallback((function(e){t.onDragOver&&t.onDragOver({element:r(),target:n.current,event:e})}),[r,t.onDragOver]),s=l.useCallback((function(e){t.onDragLeave&&t.onDragLeave({element:r(),target:n.current,event:e})}),[t.onDragLeave,r]),c=l.useCallback((function(e){t.onDrop&&t.onDrop({element:r(),target:n.current,event:e})}),[t.onDrop,r]);return zt(o,{onDragEnter:i,onDragOver:a,onDragLeave:s,onDrop:c}),t.children?l.cloneElement(l.Children.only(t.children),{ref:o}):null}));Ct.displayName="KendoReactDroppable";var Mt=o(9844),kt=o(2697);function Ot(t,e){if(t.length!==e.length)return!1;for(var o=0;o<t.length;o++)if(!((n=t[o])===(r=e[o])||Number.isNaN(n)&&Number.isNaN(r)))return!1;var n,r;return!0}function St(t,e){void 0===e&&(e=Ot);var o=null;function n(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];if(o&&o.lastThis===this&&e(n,o.lastArgs))return o.lastResult;var i=t.apply(this,n);return o={lastResult:i,lastArgs:n,lastThis:this},i}return n.clear=function(){o=null},n}var Ht=o(6604),Pt=o(3769)},6604:(t,e,o)=>{o.d(e,{x:()=>n,W:()=>r});var n=["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]"],r=function(){function t(t){var e=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(t,o){var n=e.elements,r=n.indexOf(t)+o;r=r<0?n.length-1:r,e.focusElement(n[r%n.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.current?Array.from(this.root.current.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"first",{get:function(){return this.root.current&&this.root.current.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(",")),o=" "===t.key?"Space":t.key,n=t.nativeEvent.type;e&&this.keyboardEvents[n][o]&&this.keyboardEvents[n][o].call(void 0,e,this,t)},t.prototype.triggerMouseEvent=function(t){var e=t.target instanceof Element&&t.target.closest(this.selectors.join(",")),o=t.nativeEvent.type;e&&this.mouseEvents[o].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}()},3228:(t,e,o)=>{o.d(e,{Z:()=>n});var n=function(){}},2697:(t,e,o)=>{o.d(e,{G:()=>n});var n={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},4006:(t,e,o)=>{o.d(e,{s:()=>r});var n=o(9302);function r(t){if(void 0!==n)n.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)}}},4407:t=>{t.exports=n},9302:t=>{t.exports=r},499:t=>{t.exports=o},189:t=>{t.exports=e},3899:e=>{e.exports=t},994:t=>{t.exports=i},6144:t=>{t.exports=a}},c={};function l(t){var e=c[t];if(void 0!==e)return e.exports;var o=c[t]={exports:{}};return s[t].call(o.exports,o,o.exports,l),o.exports}return l.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return l.d(e,{a:e}),e},l.d=(t,e)=>{for(var o in e)l.o(e,o)&&!l.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},l.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),l.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},l(468)})()}));