@progress/kendo-vue-charts 9.3.0-develop.5 → 9.3.0-develop.7

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 (268) hide show
  1. package/BaseChart.d.ts +16 -16
  2. package/Chart.d.ts +16 -16
  3. package/common/api-types.d.ts +24 -7
  4. package/common/events.d.ts +1 -0
  5. package/common/property-types.d.ts +4 -130
  6. package/components/AxisDefaults.d.ts +29 -29
  7. package/components/CategoryAxisItem.d.ts +54 -54
  8. package/components/ChartArea.d.ts +7 -7
  9. package/components/Legend.d.ts +31 -31
  10. package/components/Navigator.d.ts +15 -15
  11. package/components/Pane.d.ts +10 -10
  12. package/components/PaneDefaults.d.ts +11 -11
  13. package/components/PlotArea.d.ts +8 -8
  14. package/components/SeriesDefaults.d.ts +23 -23
  15. package/components/SeriesItem.d.ts +83 -68
  16. package/components/Title.d.ts +16 -16
  17. package/components/Tooltip.d.ts +8 -8
  18. package/components/ValueAxisItem.d.ts +36 -36
  19. package/components/XAxisItem.d.ts +39 -39
  20. package/components/YAxisItem.d.ts +39 -39
  21. package/components/axis-defaults/Crosshair.d.ts +6 -6
  22. package/components/axis-defaults/CrosshairTooltip.d.ts +6 -6
  23. package/components/axis-defaults/Labels.d.ts +14 -14
  24. package/components/axis-defaults/Title.d.ts +14 -14
  25. package/components/category-axis-item/Crosshair.d.ts +6 -6
  26. package/components/category-axis-item/CrosshairTooltip.d.ts +6 -6
  27. package/components/category-axis-item/Labels.d.ts +23 -23
  28. package/components/category-axis-item/Notes.d.ts +23 -15
  29. package/components/category-axis-item/NotesIcon.d.ts +6 -6
  30. package/components/category-axis-item/NotesLabel.d.ts +9 -9
  31. package/components/category-axis-item/RangeLabels.d.ts +3 -3
  32. package/components/category-axis-item/Select.d.ts +2 -2
  33. package/components/category-axis-item/Title.d.ts +14 -14
  34. package/components/legend/InactiveItems.d.ts +3 -3
  35. package/components/legend/Item.d.ts +18 -18
  36. package/components/legend/Title.d.ts +17 -17
  37. package/components/navigator/CategoryAxis.d.ts +54 -54
  38. package/components/navigator/Hint.d.ts +3 -3
  39. package/components/navigator/Pane.d.ts +10 -10
  40. package/components/navigator/Select.d.ts +2 -2
  41. package/components/navigator/SeriesItem.d.ts +80 -64
  42. package/components/navigator/category-axis/Crosshair.d.ts +6 -6
  43. package/components/navigator/category-axis/CrosshairTooltip.d.ts +6 -6
  44. package/components/navigator/category-axis/Labels.d.ts +23 -23
  45. package/components/navigator/category-axis/Notes.d.ts +23 -15
  46. package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
  47. package/components/navigator/category-axis/NotesLabel.d.ts +9 -9
  48. package/components/navigator/category-axis/Select.d.ts +2 -2
  49. package/components/navigator/category-axis/Title.d.ts +14 -14
  50. package/components/navigator/pane/Title.d.ts +9 -9
  51. package/components/navigator/series-item/ErrorBars.d.ts +8 -8
  52. package/components/navigator/series-item/Extremes.d.ts +6 -6
  53. package/components/navigator/series-item/Highlight.d.ts +12 -12
  54. package/components/navigator/series-item/Labels.d.ts +26 -26
  55. package/components/navigator/series-item/LabelsFrom.d.ts +14 -14
  56. package/components/navigator/series-item/LabelsTo.d.ts +14 -14
  57. package/components/navigator/series-item/Markers.d.ts +9 -9
  58. package/components/navigator/series-item/Notes.d.ts +15 -15
  59. package/components/navigator/series-item/NotesIcon.d.ts +6 -6
  60. package/components/navigator/series-item/NotesLabel.d.ts +9 -9
  61. package/components/navigator/series-item/Outliers.d.ts +6 -6
  62. package/components/navigator/series-item/Tooltip.d.ts +6 -6
  63. package/components/pane/Title.d.ts +9 -9
  64. package/components/pane-defaults/Title.d.ts +9 -9
  65. package/components/series-defaults/Labels.d.ts +20 -20
  66. package/components/series-defaults/LabelsFrom.d.ts +11 -11
  67. package/components/series-defaults/LabelsTo.d.ts +11 -11
  68. package/components/series-defaults/Notes.d.ts +12 -12
  69. package/components/series-defaults/NotesIcon.d.ts +6 -6
  70. package/components/series-defaults/NotesLabel.d.ts +9 -9
  71. package/components/series-defaults/Tooltip.d.ts +6 -6
  72. package/components/series-item/ErrorBars.d.ts +8 -8
  73. package/components/series-item/Extremes.d.ts +6 -6
  74. package/components/series-item/Highlight.d.ts +9 -9
  75. package/components/series-item/Labels.d.ts +26 -26
  76. package/components/series-item/LabelsFrom.d.ts +14 -14
  77. package/components/series-item/LabelsTo.d.ts +14 -14
  78. package/components/series-item/Markers.d.ts +9 -9
  79. package/components/series-item/Notes.d.ts +15 -15
  80. package/components/series-item/NotesIcon.d.ts +6 -6
  81. package/components/series-item/NotesLabel.d.ts +9 -9
  82. package/components/series-item/Outliers.d.ts +6 -6
  83. package/components/series-item/Tooltip.d.ts +6 -6
  84. package/components/value-axis-item/Crosshair.d.ts +1 -1
  85. package/components/value-axis-item/CrosshairTooltip.d.ts +6 -6
  86. package/components/value-axis-item/Labels.d.ts +17 -17
  87. package/components/value-axis-item/Notes.d.ts +23 -15
  88. package/components/value-axis-item/NotesIcon.d.ts +6 -6
  89. package/components/value-axis-item/NotesLabel.d.ts +9 -9
  90. package/components/value-axis-item/Title.d.ts +14 -14
  91. package/components/x-axis-item/Crosshair.d.ts +3 -3
  92. package/components/x-axis-item/CrosshairTooltip.d.ts +6 -6
  93. package/components/x-axis-item/Labels.d.ts +20 -20
  94. package/components/x-axis-item/Notes.d.ts +23 -15
  95. package/components/x-axis-item/NotesIcon.d.ts +6 -6
  96. package/components/x-axis-item/NotesLabel.d.ts +9 -9
  97. package/components/x-axis-item/Title.d.ts +14 -14
  98. package/components/y-axis-item/Crosshair.d.ts +3 -3
  99. package/components/y-axis-item/CrosshairTooltip.d.ts +6 -6
  100. package/components/y-axis-item/Labels.d.ts +20 -20
  101. package/components/y-axis-item/Notes.d.ts +23 -15
  102. package/components/y-axis-item/NotesIcon.d.ts +6 -6
  103. package/components/y-axis-item/NotesLabel.d.ts +9 -9
  104. package/components/y-axis-item/Title.d.ts +14 -14
  105. package/dist/cdn/js/kendo-vue-charts.js +1 -1
  106. package/events/axis-label-click-event.d.ts +1 -1
  107. package/events/drag-end-event.d.ts +1 -1
  108. package/events/drag-event.d.ts +1 -1
  109. package/events/drag-start-event.d.ts +1 -1
  110. package/events/legend-item-click-event.d.ts +1 -1
  111. package/events/legend-item-hover-event.d.ts +1 -1
  112. package/events/legend-item-leave-event.d.ts +1 -1
  113. package/events/note-click-event.d.ts +1 -1
  114. package/events/note-hover-event.d.ts +1 -1
  115. package/events/select-end-event.d.ts +1 -1
  116. package/events/select-event.d.ts +1 -1
  117. package/events/select-start-event.d.ts +1 -1
  118. package/events/series-click-event.d.ts +1 -2
  119. package/events/series-hover-event.d.ts +1 -2
  120. package/events/zoom-end-event.d.ts +1 -1
  121. package/events/zoom-event.d.ts +1 -1
  122. package/events/zoom-start-event.d.ts +1 -1
  123. package/index.d.mts +2 -1
  124. package/index.d.ts +2 -1
  125. package/index.js +1 -1
  126. package/index.mjs +229 -226
  127. package/package-metadata.js +1 -1
  128. package/package-metadata.mjs +2 -2
  129. package/package.json +6 -6
  130. package/api-types/axis-range.interface.d.ts +0 -20
  131. package/api-types/chart-axis.interface.d.ts +0 -43
  132. package/api-types/chart-pane.interface.d.ts +0 -21
  133. package/api-types/chart-plotarea.interface.d.ts +0 -21
  134. package/api-types/event-axis-options.interface.d.ts +0 -16
  135. package/api-types/event-series-options.interface.d.ts +0 -24
  136. package/api-types/series-point.interface.d.ts +0 -45
  137. package/argument-types/axis-label-visual-args.interface.d.ts +0 -49
  138. package/argument-types/axis-note-visual-args.interface.d.ts +0 -33
  139. package/argument-types/error-bars-visual-args.interface.d.ts +0 -37
  140. package/argument-types/highlight-toggle-args.interface.d.ts +0 -41
  141. package/argument-types/highlight-visual-args.interface.d.ts +0 -57
  142. package/argument-types/legend-item-visual-args.interface.d.ts +0 -33
  143. package/argument-types/legend-labels-content-args.interface.d.ts +0 -28
  144. package/argument-types/markers-visual-args.interface.d.ts +0 -45
  145. package/argument-types/plot-band-label-visual-args.interface.d.ts +0 -33
  146. package/argument-types/series-labels-visual-args.interface.d.ts +0 -33
  147. package/argument-types/series-note-visual-args.interface.d.ts +0 -49
  148. package/argument-types/series-visual-args.interface.d.ts +0 -82
  149. package/argument-types/title-visual-args.interface.d.ts +0 -33
  150. package/field-types/auto-base-unit-steps.interface.d.ts +0 -46
  151. package/field-types/axis-labels-position.d.ts +0 -22
  152. package/field-types/axis-line.interface.d.ts +0 -29
  153. package/field-types/axis-ticks.interface.d.ts +0 -36
  154. package/field-types/axis-title-position.d.ts +0 -21
  155. package/field-types/base-unit.d.ts +0 -23
  156. package/field-types/border.interface.d.ts +0 -25
  157. package/field-types/bullet-target-line.interface.d.ts +0 -16
  158. package/field-types/bullet-target.interface.d.ts +0 -26
  159. package/field-types/category-base-unit.d.ts +0 -54
  160. package/field-types/dash-type.d.ts +0 -42
  161. package/field-types/date-formats.interface.d.ts +0 -46
  162. package/field-types/drag-action.interface.d.ts +0 -22
  163. package/field-types/error-bar-line.interface.d.ts +0 -21
  164. package/field-types/grid-lines.interface.d.ts +0 -37
  165. package/field-types/highlight-line.interface.d.ts +0 -29
  166. package/field-types/label-connectors.interface.d.ts +0 -24
  167. package/field-types/label-rotation.interface.d.ts +0 -26
  168. package/field-types/legend-labels.interface.d.ts +0 -35
  169. package/field-types/line-style.d.ts +0 -42
  170. package/field-types/lock-axis.d.ts +0 -11
  171. package/field-types/margin.interface.d.ts +0 -28
  172. package/field-types/marker-type.d.ts +0 -43
  173. package/field-types/modifier-key.d.ts +0 -11
  174. package/field-types/mousewheel-select.interface.d.ts +0 -25
  175. package/field-types/mousewheel-zoom.interface.d.ts +0 -17
  176. package/field-types/negative-bubble-values.interface.d.ts +0 -20
  177. package/field-types/note-label-position.d.ts +0 -60
  178. package/field-types/note-line.interface.d.ts +0 -29
  179. package/field-types/note-position.d.ts +0 -57
  180. package/field-types/overlay.interface.d.ts +0 -22
  181. package/field-types/padding.interface.d.ts +0 -13
  182. package/field-types/plot-band-label.interface.d.ts +0 -94
  183. package/field-types/plot-band.interface.d.ts +0 -37
  184. package/field-types/series-labels-position.d.ts +0 -23
  185. package/field-types/series-line.interface.d.ts +0 -35
  186. package/field-types/series-stack.interface.d.ts +0 -24
  187. package/field-types/series-type.d.ts +0 -86
  188. package/field-types/trendline-forecast.interface.d.ts +0 -20
  189. package/field-types/week-start-day.enum.d.ts +0 -40
  190. package/option-types/axis-crosshair-tooltip.interface.d.ts +0 -42
  191. package/option-types/axis-defaults/crosshair.interface.d.ts +0 -48
  192. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +0 -13
  193. package/option-types/axis-defaults/labels.interface.d.ts +0 -76
  194. package/option-types/axis-defaults/title.interface.d.ts +0 -74
  195. package/option-types/axis-defaults.interface.d.ts +0 -80
  196. package/option-types/category-axis-item/crosshair.interface.d.ts +0 -47
  197. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  198. package/option-types/category-axis-item/labels.interface.d.ts +0 -110
  199. package/option-types/category-axis-item/notes.icon.interface.d.ts +0 -39
  200. package/option-types/category-axis-item/notes.interface.d.ts +0 -52
  201. package/option-types/category-axis-item/notes.label.interface.d.ts +0 -53
  202. package/option-types/category-axis-item/range-labels.interface.d.ts +0 -31
  203. package/option-types/category-axis-item/select.interface.d.ts +0 -33
  204. package/option-types/category-axis-item/title.interface.d.ts +0 -72
  205. package/option-types/category-axis-item.interface.d.ts +0 -166
  206. package/option-types/chart-area.interface.d.ts +0 -37
  207. package/option-types/legend/inactive-items.interface.d.ts +0 -17
  208. package/option-types/legend/item.interface.d.ts +0 -124
  209. package/option-types/legend/legend-title.interface.d.ts +0 -68
  210. package/option-types/legend.interface.d.ts +0 -110
  211. package/option-types/navigator/hint.interface.d.ts +0 -28
  212. package/option-types/navigator/select.interface.d.ts +0 -25
  213. package/option-types/navigator.interface.d.ts +0 -39
  214. package/option-types/pane/title.interface.d.ts +0 -63
  215. package/option-types/pane-defaults/title.interface.d.ts +0 -59
  216. package/option-types/pane-defaults.interface.d.ts +0 -46
  217. package/option-types/pane.interface.d.ts +0 -46
  218. package/option-types/plot-area.interface.d.ts +0 -33
  219. package/option-types/series-defaults/labels.from.interface.d.ts +0 -58
  220. package/option-types/series-defaults/labels.interface.d.ts +0 -80
  221. package/option-types/series-defaults/labels.to.interface.d.ts +0 -58
  222. package/option-types/series-defaults/notes.icon.interface.d.ts +0 -39
  223. package/option-types/series-defaults/notes.interface.d.ts +0 -43
  224. package/option-types/series-defaults/notes.label.interface.d.ts +0 -53
  225. package/option-types/series-defaults/tooltip.interface.d.ts +0 -48
  226. package/option-types/series-defaults.interface.d.ts +0 -103
  227. package/option-types/series-item/error-bars.interface.d.ts +0 -62
  228. package/option-types/series-item/extremes.interface.d.ts +0 -39
  229. package/option-types/series-item/highlight.interface.d.ts +0 -70
  230. package/option-types/series-item/labels.from.interface.d.ts +0 -74
  231. package/option-types/series-item/labels.interface.d.ts +0 -103
  232. package/option-types/series-item/labels.to.interface.d.ts +0 -72
  233. package/option-types/series-item/markers.interface.d.ts +0 -68
  234. package/option-types/series-item/notes.icon.interface.d.ts +0 -39
  235. package/option-types/series-item/notes.interface.d.ts +0 -53
  236. package/option-types/series-item/notes.label.interface.d.ts +0 -53
  237. package/option-types/series-item/outliers.interface.d.ts +0 -39
  238. package/option-types/series-item/tooltip.interface.d.ts +0 -49
  239. package/option-types/series-item/trendline.interface.d.ts +0 -37
  240. package/option-types/series-item.interface.d.ts +0 -481
  241. package/option-types/title.interface.d.ts +0 -62
  242. package/option-types/tooltip-border.interface.d.ts +0 -22
  243. package/option-types/tooltip.interface.d.ts +0 -56
  244. package/option-types/value-axis-item/crosshair.interface.d.ts +0 -33
  245. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  246. package/option-types/value-axis-item/labels.interface.d.ts +0 -88
  247. package/option-types/value-axis-item/notes.icon.interface.d.ts +0 -39
  248. package/option-types/value-axis-item/notes.interface.d.ts +0 -52
  249. package/option-types/value-axis-item/notes.label.interface.d.ts +0 -53
  250. package/option-types/value-axis-item/title.interface.d.ts +0 -73
  251. package/option-types/value-axis-item.interface.d.ts +0 -121
  252. package/option-types/x-axis-item/crosshair.interface.d.ts +0 -33
  253. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  254. package/option-types/x-axis-item/labels.interface.d.ts +0 -95
  255. package/option-types/x-axis-item/notes.icon.interface.d.ts +0 -39
  256. package/option-types/x-axis-item/notes.interface.d.ts +0 -53
  257. package/option-types/x-axis-item/notes.label.interface.d.ts +0 -53
  258. package/option-types/x-axis-item/title.interface.d.ts +0 -72
  259. package/option-types/x-axis-item.interface.d.ts +0 -142
  260. package/option-types/y-axis-item/crosshair.interface.d.ts +0 -33
  261. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +0 -13
  262. package/option-types/y-axis-item/labels.interface.d.ts +0 -95
  263. package/option-types/y-axis-item/notes.icon.interface.d.ts +0 -39
  264. package/option-types/y-axis-item/notes.interface.d.ts +0 -52
  265. package/option-types/y-axis-item/notes.label.interface.d.ts +0 -53
  266. package/option-types/y-axis-item/title.interface.d.ts +0 -73
  267. package/option-types/y-axis-item.interface.d.ts +0 -138
  268. package/option-types/zoomable.interface.d.ts +0 -21
@@ -12,4 +12,4 @@
12
12
  * Licensed under commercial license. See LICENSE.md in the package root for more information
13
13
  *-------------------------------------------------------------------------------------------
14
14
  */
15
- !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("vue"),require("@progress/kendo-vue-intl"),require("@progress/kendo-charts"),require("@progress/kendo-vue-common"),require("@progress/kendo-vue-popup"),require("@progress/kendo-svg-icons")):"function"==typeof define&&define.amd?define(["exports","vue","@progress/kendo-vue-intl","@progress/kendo-charts","@progress/kendo-vue-common","@progress/kendo-vue-popup","@progress/kendo-svg-icons"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).KendoVueCharts={},t.Vue,t.KendoVueIntl,t.KendoCharts,t.KendoVueCommon,t.KendoVuePopup,t.KendoSVGIcons)}(this,function(t,e,n,o,i,r,a){"use strict";function s(t,e){let n=t;for(;n&&n!==e;)n=n.parentNode;return!!n}function l(t){const e={...t};return Object.keys(e).forEach(t=>{void 0===e[t]&&delete e[t],"dataItems"===t&&(e.data=e[t],delete e[t]),"lineStyle"===t&&e[t]&&(e.style=e[t],delete e[t])}),e}const u=t=>void 0!==t&&!t;let d=class{constructor(t){this.target=t}};class c extends d{constructor(t,e){super(e),this.axis=t.axis,this.dataItem=t.dataItem,this.index=t.index,this.text=t.text,this.value=t.value}}class p extends d{constructor(){super(...arguments),this.prevented=!1}preventDefault(){this.prevented=!0}isDefaultPrevented(){return this.prevented}}let f=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},h=class extends d{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},g=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},y=class extends p{constructor(t,e){super(e),this.series=t.series,this.seriesIndex=t.seriesIndex,this.pointIndex=t.pointIndex,this.text=t.text}preventDefault(){super.preventDefault()}},b=class extends p{constructor(t,e){super(e),this.series=t.series,this.seriesIndex=t.seriesIndex,this.pointIndex=t.pointIndex,this.text=t.text}preventDefault(){super.preventDefault()}},m=class extends d{constructor(t,e){super(e),this.from=t.from,this.to=t.to}},v=class extends d{constructor(t,e){super(e),this.category=t.category,this.dataItem=t.dataItem,this.series=t.series,this.value=t.value,this.visual=t.visual}},S=class extends d{constructor(t,e){super(e),this.category=t.category,this.dataItem=t.dataItem,this.series=t.series,this.value=t.value,this.visual=t.visual}},C=class extends d{constructor(t,e){super(e),this.category=t.category,this.nativeEvent=t.originalEvent,this.value=t.value,this.x=t.x,this.y=t.y}},O=class extends d{constructor(t,e){super(e),this.category=t.category,this.nativeEvent=t.originalEvent,this.value=t.value,this.x=t.x,this.y=t.y}},j=class extends d{constructor(t,e){super(e)}},N=class extends p{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}},x=class extends d{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}},D=class extends p{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}},K=class extends d{constructor(t,e){super(e),this.category=t.category,this.dataItem=t.dataItem,this.nativeEvent=t.originalEvent,this.percentage=t.percentage,this.point=t.point,this.series=t.series,this.stackValue=t.stackValue,this.value=t.value}},k=class extends p{constructor(t,e){super(e),this.category=t.category,this.categoryPoints=t.categoryPoints,this.dataItem=t.dataItem,this.nativeEvent=t.originalEvent,this.percentage=t.percentage,this.point=t.point,this.series=t.series,this.stackValue=t.stackValue,this.value=t.value}},A=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.delta=t.delta,this.nativeEvent=t.originalEvent}},I=class extends d{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},F=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}};const B={axisLabelClick:c,drag:f,dragEnd:h,dragStart:g,legendItemHover:y,legendItemClick:b,legendItemLeave:class extends p{constructor(t,e){super(e),this.series=t.series,this.seriesIndex=t.seriesIndex,this.pointIndex=t.pointIndex,this.text=t.text}preventDefault(){super.preventDefault()}},navigatorFilter:m,noteClick:v,noteHover:S,plotAreaClick:C,plotAreaHover:O,render:j,select:N,selectEnd:x,selectStart:D,seriesClick:K,seriesHover:k,zoom:A,zoomEnd:I,zoomStart:F};let L=class{constructor(t,e){this.sender=t,this.event=e}};const T=1e3/60,$=(t,e)=>{if(!e.type)return{};switch(e.type){case"set":return w.themeItem(t,e);case"push":return Object.assign(t,e.payload);default:return t}},w={configurationItem:(t,e)=>t[e.chartKey]&&Object.keys(t[e.chartKey]).length?Object.assign(t,{[e.chartKey]:{...t[e.chartKey],...e.payload}}):Object.assign(t,{[e.chartKey]:e.payload}),collectionConfigurationItem(t,e){let n=!1;const[o,i]=e.chartCollectionIdxKey.split("_"),r=(e.parentKey?t[e.parentKey]&&t[e.parentKey][o]||[]:t[o]||[]).map((t,o)=>parseInt(i,10)===o||e.payload&&e.payload.uid===t.uid?(n=!0,e.payload):t);if(!1===n&&!e.uid&&r.splice(parseInt(i,10),0,e.payload),e.uid){const t=r.findIndex(t=>t.uid===e.uid);t>-1&&r.splice(t,1)}return e.parentKey?Object.assign(t,{[e.parentKey]:{[o]:r}}):Object.assign(t,{[o]:r})},themeItem(t,e){let n={};const o=Object.assign(n,t),{field:i,value:r}=e.payload,a=i.split(".");let s=a.shift();for(;a.length>0;)n=n[s]=n[s]||{},s=a.shift();return n[s]=r,o}};let V=class{constructor(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}get formattedValue(){return this.format?this.point.formatValue(this.format):String(this.value)}};const E=e.defineComponent({name:"KendoSharedTooltipPopup",props:{categoryText:String,colorMarker:{type:Boolean,default:void 0},colspan:Number,nameColumn:{type:Boolean,default:void 0},points:Array},render(){const{categoryText:t,colorMarker:n,colspan:o,nameColumn:i,points:r}=this.$props;return e.createVNode("table",null,[e.createVNode("thead",null,[e.createVNode("tr",null,[e.createVNode("th",{colspan:o},[t])])]),e.createVNode("tbody",null,[r.map(function(t,o){const r=e.h("span",{innerHTML:t.formattedValue});return e.createVNode("tr",{key:o},[n&&e.createVNode("td",null,[e.createVNode("span",{class:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}},null)]),i&&e.createVNode("td",null,[t.series.name]),r])}.bind(this),this)])])}}),R={horizontal:"fit",vertical:"fit"},z="k-chart-tooltip",P=e.defineComponent({name:"KendoTooltipPopup",props:{className:String,popupShown:Boolean,popupAlign:{type:Object,default:function(){}},popupOffset:{type:Object},popupStyles:{type:Object},popupContent:Function},inject:{options:{default:{state:{}}},dispatchOptions:{default:null},observersState:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created(){this.chartObserver=new o.InstanceObserver(this,{onMouseLeave:"onChartMouseLeave"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},mounted(){this.element=i.getRef(this,"element")},unmounted(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},render(){const t=i.getDefaultSlots(this),{popupShown:n,popupAlign:o,popupOffset:a,popupStyles:s,className:l}=this.$props,u=[z,l].join(" ").trim();return e.createVNode(r.Popup,{animate:!1,popupAlign:o,offset:a,show:n,collision:R,class:"k-chart-tooltip-wrapper"},{default:()=>[e.createVNode("div",{class:u,style:s,onMouseleave:this.onMouseLeave,ref:i.setRef(this,"element")},[t])]})},methods:{onChartMouseLeave(t){const{event:e}=t;return!!s(e.relatedTarget,this.element)},onMouseLeave(t){}}});const H="k-chart-shared-tooltip",M="k-chart-tooltip-inverse",q=e.defineComponent({name:"KendoSeriesTooltip",data:()=>({popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContext:{},popupStyles:void 0,className:void 0,shared:void 0}),inject:{optionsState:{default:{}},observersState:{default:null},dispatchObservers:{default:null}},mounted(){this.chartObserver=new o.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},unmounted(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},render(){let t;const n=this.popupShown?function(){const t=this.findRenderFunction();if(this.shared){const n=e.createVNode(E,{categoryText:this.popupContext.categoryText,colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points},null);return i.getTemplate.call(this,{h:e.h,template:t,defaultRendering:n,additionalProps:Object.assign({},this.popupContext)})}{const n=this.popupContext.point,o=this.findRenderFunctionByIndex(n.series.index),r=e.h("span",{innerHTML:this.popupContext.point.formattedValue});return null!==o?i.getTemplate.call(this,{h:e.h,template:o,defaultRendering:r,additionalProps:Object.assign({},this.popupContext)}):null!==t?i.getTemplate.call(this,{h:e.h,template:t,defaultRendering:r,additionalProps:Object.assign({},this.popupContext)}):r}}:Function.prototype,o=i.classNames({[H]:this.shared,[M]:!!this.className});return e.createVNode(P,{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:o},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t=n.call(this))?t:{default:()=>[t]})},methods:{onShowTooltip(t){const{anchor:e,style:n,shared:o,className:i,crosshair:r}=t;let a;r||(a=o?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContext=a,this.popupStyles=n,this.className=i,this.shared=o)},onHideTooltip(){this.popupShown=!1,this.popupStyles={},this.className=void 0},createSharedTooltipContext(t){const{points:e,categoryText:n}=t,o=e.filter(t=>void 0!==t.series.name).length>0,i=t.series.length>1;let r=1;return o&&r++,i&&r++,{categoryText:n,colorMarker:i,colspan:r,nameColumn:o,points:t.points.map(e=>new V(e,t.format))}},createTooltipContext(t){const{point:e,format:n}=t;return{point:new V(e,n)}},findRenderFunctionByIndex(t){const e=this.optionsState.series;return void 0!==e&&Array.isArray(e)&&void 0!==e[t]&&e[t].hasOwnProperty("tooltip")&&e[t].tooltip.hasOwnProperty("render")?e[t].tooltip.render:null},findRenderFunction(){const t=this.optionsState.tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null}}});const U="k-chart-crosshair-tooltip",X="k-chart-tooltip-inverse",Y=e.defineComponent({name:"KendoCrosshairTooltip",props:{index:Number,name:String},data:()=>({popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContent:void 0,popupStyles:void 0,className:void 0}),inject:{optionsState:{default:{}},dispatchOptions:{default:null},observersStore:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created(){this.chartObserver=new o.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},unmounted(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},render(){const t=this.popupShown?this.popupContent:Function.prototype,n=i.classNames({[U]:!0,[X]:!!this.className});return e.createVNode(P,{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})},methods:{onShowTooltip(t){const{anchor:e,style:n,className:o,crosshair:i,axisName:r,axisIndex:a,value:s}=t,{name:l,index:u}=this.$props;i&&r===l&&a===u&&(this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContent=s,this.popupStyles=n,this.className=o)},onHideTooltip(){this.popupShown=!1,this.popupStyles={},this.className=void 0}}}),G=["categoryAxis","valueAxis","xAxis","yAxis"];function _(t,e){const n=[];if(t[e]){const o=[].concat(t[e]);for(let t=0;t<o.length;t++){const i=(o[t].crosshair||{}).tooltip;i&&i.visible&&n.push({index:t,name:e})}}return n}const W=e.defineComponent({name:"KendoCrosshairContainer",props:{optionsState:Object},computed:{tooltips(){return function(t){const e={};for(let n=0;n<G.length;n++){const o=_(t,G[n]);for(let t=0;t<o.length;t++){const n=o[t];e[n.name+n.index]=n}}return e}(this.optionsState)}},render(){const t=Object.keys(this.tooltips).map(function(t){return e.createVNode(Y,{index:this.tooltips[t].index,name:this.tooltips[t].name,key:t},null)},this);return e.createVNode("div",null,[t])}}),Z={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:1628602492,version:"9.3.0-develop.5",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},J=e.defineComponent({name:"KendoBaseChart",props:{deriveOptionsFromParent:{type:Function,default:void 0},chartConstructor:{type:[Object,Function],default:void 0},className:String,chartStyle:Object,wrapper:String,getTarget:{type:Function,default:void 0},dataItems:{type:Array,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:void 0},zoomable:{type:[Boolean,Object],default:void 0},seriesColors:{type:Array,default:void 0},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:void 0},panes:{type:Array,default:void 0},seriesDefaults:{type:Object,default:void 0},axisDefaults:{type:Object,default:void 0},allListeners:{type:Object,default:void 0},onLegenditemclick:Function,onBasechartevent:Function,onRefresh:Function},inject:{kendoIntlService:{default:null}},provide(){return{optionsState:this.optionsState,dispatchOptions:this.dispatchOptions,observersState:this.observersState,dispatchObservers:this.dispatchObservers,childrenObserver:this.childrenObserver,chartRefresh:this.refresh}},created(){this.chartInstance=null,this.element=null,this.suppressTransitions=!1,i.validatePackage(Z),this.showLicenseWatermark=i.shouldShowValidationUI(Z),this.licenseMessage=i.getLicenseMessage(Z),this.themeStore=(t=>{let e,n,o=[];const r=r=>{e=t(e,r),i.canUseDOM&&(window.clearTimeout(n),n=window.setTimeout(()=>o.forEach(t=>t()),T))};return r({}),{getState:()=>e,dispatch:r,subscribe:t=>(o.push(t),()=>o=o.filter(e=>e!==t))}})($),this.chartObserver=new o.InstanceObserver(this,{render:"onRender",legendItemClick:"onLegendItemClick"})},data(){return{optionsState:{},observersState:[],childrenObserver:new o.InstanceObserver(this,{onMouseLeave:"onChildMouseLeave"}),showLicenseWatermark:!1,licenseMessage:void 0}},mounted(){this.element=i.getRef(this,"element"),((t,e,n)=>{const i=o.chartBaseTheme();if("undefined"==typeof document)return void t.dispatch({type:"push",payload:i});let r={};try{r=o.chartTheme(n)}finally{t.dispatch({type:"push",payload:o.deepExtend(i,r)}),e()}})(this.themeStore,this.instantiateCoreChart,this.element),window.addEventListener("resize",this.onWindowResize)},unmounted(){this.onDestroyed()},updated(){if(null!==this.chartInstance){const t=n.provideIntlService(this),e=this.chartInstance.chartService;t.locale!==e._intlService.locale&&(this.chartInstance.chartService._intlService=t,this.chartInstance.chartService.format._intlService=t,this.chartInstance.noTransitionsRedraw()),this.refresh()}},render(){const t=i.getDefaultSlots(this),{chartStyle:n={},className:o,wrapper:r}=this.$props,a=Object.assign({},n,{position:"relative"}),s=this.showLicenseWatermark?e.createVNode(i.WatermarkOverlay,{message:this.licenseMessage},null):null;return e.h(r,{style:a,class:o,key:"chartElement"},[e.h(q,{key:"seriesTooltip"}),e.h(W,{key:"crosshairTooltips",optionsState:{...this.optionsState}}),function(){return e.createVNode("div",{onMouseleave:this.onChartMouseLeave,ref:i.setRef(this,"element"),class:"k-chart-surface"},[t,s])}.call(this)])},methods:{dispatchOptions(t){((t,e)=>{e.chartCollectionIdxKey?w.collectionConfigurationItem(t,e):e.chartKey&&w.configurationItem(t,e)})(this.optionsState,t)},dispatchObservers(t){this.observersState=((t,e)=>{if(!e.type)return[];switch(e.type){case"add":return[...t,e.payload];case"remove":return t.filter(t=>t!==e.payload);default:return t}})(this.observersState,t)},onDestroyed(){null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},getDirection(t){return void 0!==t?"rtl"===t:i.isRtl(this.element)},getChartOptions(){const{renderAs:t,pannable:e,zoomable:n,paneDefaults:o,panes:i,transitions:r,seriesColors:a,seriesDefaults:s,axisDefaults:l,deriveOptionsFromParent:u}=this.$props;let d={};return void 0!==t&&(d.renderAs=t),void 0!==e&&(d.pannable=e),void 0!==n&&(d.zoomable=n),void 0!==o&&(d.paneDefaults=o),void 0!==i&&(d.panes=i),void 0!==r&&(d.transitions=r),void 0!==a&&(d.seriesColors=a),void 0!==s&&(d.seriesDefaults=s),void 0!==l&&(d.axisDefaults=l),d=Object.assign(d,this.optionsState),u&&(d=u(d)),d},refresh(){if(null!==this.chartInstance){const t=this.themeStore.getState(),e=this.getChartOptions(),n=e.transitions;this.suppressTransitions&&(e.transitions=!1),i.hasListener.call(this,"refresh")?this.trigger("refresh",{chartOptions:e,themeOptions:t,chartInstance:this.chartInstance}):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=n,this.suppressTransitions=!1)}},instantiateCoreChart(){const{dir:t,chartConstructor:e}=this.$props,o=this.getChartOptions();let i=null;this.element&&(i=this.element.lastElementChild,i&&this.element.removeChild(i)),this.chartInstance=new e(this.element,o,this.themeStore.getState(),{rtl:this.getDirection(t),intlService:n.provideIntlService(this),observer:this.chartObserver,sender:this}),this.element&&i&&this.element.appendChild(i)},trigger(t,e){const n=function(t,e,n){if(B[t])return new B[t](e,n)}(t,e,this.$props.getTarget()),o=this.observersState;let i=!1;for(let n=0;n<o.length;n++)o[n].trigger(t,e)&&(i=!0);return!1===i&&n?(this.$emit("basechartevent",t.toLowerCase(),n),n.isDefaultPrevented&&n.isDefaultPrevented()):i},triggerDomEvent(t,e){const n=this.observersState;let o=!1;for(let i=0;i<n.length;i++)n[i].trigger(t,e)&&(o=!0);return o},onRender(t){null!==this.chartInstance&&(this.surface=t.sender.surface,this.trigger("render",t))},hasListener(t){return!!this.$props.allListeners&&Object.keys(this.$props.allListeners).some(e=>-1!==e.toLowerCase().indexOf(t.toLowerCase()))},onLegendItemClick(t){if(null!==this.chartInstance)if(this.hasListener("legenditemclick"))this.$emit("legenditemclick",t);else{const{series:e}=this.optionsState;if(!e)return;let n={};const{seriesIndex:o,pointIndex:i}=t,r=e[o];if(void 0===i)n=Object.assign({},r,{visible:u(r.visible)});else{const t=r.pointVisibility=r.pointVisibility||[];t[i]=u(t[i]),n=Object.assign({},r)}this.dispatchOptions({chartCollectionIdxKey:`series_${o}`,payload:n}),this.suppressTransitions=!0,this.refresh()}},onWindowResize(){null!==this.chartInstance&&this.chartInstance.resize()},onChartMouseLeave(t){const e=function(t,e){return new L(t,e)}(this,t);this.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==this.chartInstance&&this.chartInstance.hideElements()},onChildMouseLeave(t){const{event:e}=t;return this.chartInstance&&!s(e.relatedTarget,this.element)&&this.chartInstance.hideElements(),!1},requiresHandlers(t){for(let e=0;e<t.length;e++){const n=t[e];if(this.hasListener(n))return!0}return!1}}}),Q=e.defineComponent({name:"KendoDonutCenter",props:{render:[String,Function,Object]},data:()=>({donutCenterStyles:null}),inject:{optionsState:{default:{}},dispatchOptions:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created(){this.dispatchObservers({type:"add",payload:new o.InstanceObserver(this,{render:"onRender"})})},render(){const{render:t}=this.$props;let n=e.createVNode("span",null,null);const o=i.getTemplate.call(this,{h:e.h,template:t,defaultRendering:null});return t&&this.donutCenterStyles&&(n=e.createVNode("div",{class:"k-chart-donut-center",style:this.donutCenterStyles},[o])),n},methods:{onRender(t){const e=this.optionsState.series,n=Array.isArray(e)?e[0]:null,o=t.sender._plotArea.charts;if(!n||"donut"!==n.type||0===o[0].points.length)return;const i=o[0].points[0].sector,r=i.innerRadius,a=i.center.y-r,s=i.center.x-r,l=2*r;this.donutCenterStyles={height:l+"px",left:s+"px",top:a+"px",width:l+"px"}}}}),tt=e.defineComponent({name:"KendoChart",props:{donutCenterRender:[String,Function,Object],dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:void 0},zoomable:{type:[Boolean,Object],default:void 0},seriesColors:{type:Array,default:void 0},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:void 0},panes:{type:Array,default:void 0},seriesDefaults:{type:Object,default:void 0},axisDefaults:{type:Object,default:void 0},onAxislabelclick:Function,onDrag:Function,onDragend:Function,onDragstart:Function,onLegenditemhover:Function,onLegenditemclick:Function,onNoteclick:Function,onNotehover:Function,onPlotareaclick:Function,onPlotareahover:Function,onRender:Function,onSelect:Function,onSelectend:Function,onSelectstart:Function,onSeriesclick:Function,onSerieshover:Function,onZoom:Function,onZoomend:Function,onZoomstart:Function},updated(){this.baseChart=i.getRef(this,"baseChart")},mounted(){this.baseChart=i.getRef(this,"baseChart")},methods:{chartInstance(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface(){return null!==this.baseChart?this.baseChart.surface:null},element(){return null!==this.baseChart?this.baseChart.element:null},getTarget(){return this},handleBaseChartEvents(t,e){this.$emit(t,e)},handleLegendItemClick(t){this.$emit("legenditemclick",t)}},render(){const t=i.getDefaultSlots(this),{donutCenterRender:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h}=this.$props,g=n?i.templateRendering.call(this,n,i.getListeners.call(this)):null;return e.createVNode(J,{dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h,ref:i.setRef(this,"baseChart"),chartConstructor:o.Chart,getTarget:this.getTarget,wrapper:"div",class:i.classNames("k-chart k-widget"),onLegenditemclick:this.handleLegendItemClick,onBasechartevent:this.handleBaseChartEvents,allListeners:i.getListeners.call(this)},{default:()=>[t,e.createVNode(Q,{render:g},null)]})}});const et=e.defineComponent({name:"KendoSparkline",props:{dataItems:{type:Array,default:function(){}},type:String,dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated(){this.baseChart=i.getRef(this,"baseChart")},mounted(){this.baseChart=i.getRef(this,"baseChart")},methods:{chartInstance(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface(){return null!==this.baseChart?this.baseChart.surface:null},element(){return null!==this.baseChart?this.baseChart.element:null},getTarget(){return this},deriveOptionsFromParent(t){const{type:e,dataItems:n}=this.$props,i=Object.assign({},t,{type:e,data:n});return o.Sparkline.normalizeOptions(i)},handleBaseChartEvents(t,e){this.$emit(t,e)}},render(){const t=i.getDefaultSlots(this),{dataItems:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h}=this.$props;return e.createVNode(J,{dataItems:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h,ref:i.setRef(this,"baseChart"),chartConstructor:o.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,class:i.classNames("k-sparkline k-widget"),onBasechartevent:this.handleBaseChartEvents},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}});const nt={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},ot=e.defineComponent({name:"KendoStockChart",props:{partialRedraw:{type:Boolean,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated(){this.baseChart=i.getRef(this,"baseChart")},mounted(){this.baseChart=i.getRef(this,"baseChart")},methods:{chartInstance(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface(){return null!==this.baseChart?this.baseChart.surface:null},element(){return null!==this.baseChart?this.baseChart.element:null},getTarget(){return this},deriveOptionsFromParent(t){const e=Object.assign({},t.navigator||{},nt);return Object.assign({},t,{navigator:e})},onRefresh(t,e,n){this.$props.partialRedraw?(n.applyOptions(t),n.bindCategories(),n.navigator.redrawSlaves()):n.setOptions(t,e)},handleBaseChartEvents(t,e){this.$emit(t,e)}},render(){const t=i.getDefaultSlots(this),{partialRedraw:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h}=this.$props;return e.createVNode(J,{dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h,ref:i.setRef(this,"baseChart"),chartConstructor:o.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,class:i.classNames("k-chart k-stockchart"),onBasechartevent:this.handleBaseChartEvents},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),it="charts.nodata",rt={[it]:"No data available."},at=e.defineComponent({name:"ChartNoDataOverlay",inject:{kendoLocalizationService:{default:null}},props:{className:String},setup:()=>({kendoLocalizationService:e.inject("kendoLocalizationService",{})}),render(){const t=i.getDefaultSlots(this),{className:o}=this.$props;return e.createVNode("div",{class:i.classNames("k-chart-overlay",o),style:{display:"none"}},[e.createVNode("div",{class:"k-no-data"},[void 0===t?n.provideLocalizationService(this).toLanguageString(it,rt[it]):t])])}}),st=e.defineComponent({name:"KendoConfiguration",props:{chartKey:String,config:{type:Object,default:function(){return{}}}},data:()=>({childState:{},index:null}),provide(){return{addChild:this.addChildOption,removeChild:this.removeChildOption,childOption:!0}},inject:{childOption:{default:null},addChild:{default:i.noop},removeChild:{default:i.noop},child:{default:{}},parentKey:{default:null},chartCollection:{default:null},dispatchOptions:{default:null},childrenObserver:{default:null}},created(){this.currentIndex=void 0,this.uid=i.guid(),this.addChild&&this.addChild({chartKey:this.$props.chartKey,payload:Object.assign({},this.$props.config),uid:this.uid})},mounted(){this.dispatch()},watch:{config(t,e){JSON.stringify(t)!==JSON.stringify(e)&&this.dispatch()}},unmounted(){this.onDestroyed()},render(){const t=i.getDefaultSlots(this);return e.createVNode("div",null,[t])},methods:{onDestroyed(){if(this.removeChild){this.removeChild({uid:this.uid});const{chartKey:t,parentStore:e,config:n}=this.$props;(e||this.dispatchOptions)({chartKey:t,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_",uid:this.uid})}},addChildOption(t){this.childState={...this.childState,[t.chartKey]:t.payload},this.dispatch()},removeChildOption(){this.childState={}},dispatch(){const{chartKey:t,parentStore:e,config:n}=this.$props,o=e||this.dispatchOptions;this.childOption?this.addChild({chartKey:t,payload:Object.assign({},n,this.childState)}):this.chartCollection?(this.currentIndex=this.child.collection.findIndex(t=>t.uid===this.uid),o({chartKey:t,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_"+this.currentIndex,payload:Object.assign({},n,{uid:this.uid},this.childState)})):o({chartKey:t,payload:Object.assign({},n,this.childState)})}}}),lt=e.defineComponent({name:"KendoChartArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},width:{type:Number,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"chartArea"},function(){return t})}}),ut=e.defineComponent({name:"KendoChartAxisDefaults",props:{background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:void 0},startAngle:{type:Number,default:void 0},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"axisDefaults"},function(){return t})}}),dt=e.defineComponent({name:"KendoChartAxisDefaultsCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"crosshair"},function(){return t})}}),ct=e.defineComponent({name:"KendoChartAxisDefaultsCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"tooltip"},function(){return t})}}),pt=e.defineComponent({name:"KendoChartAxisDefaultsLabels",props:{content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:Boolean,padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),ft=e.defineComponent({name:"KendoChartAxisDefaultsTitle",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),ht=e.defineComponent({name:"KendoCollectionConfiguration",props:{chartKey:String,parentKey:String,parentStore:Object},provide(){return{childOption:!1,chartCollection:this.$props.chartKey,parentKey:this.$props.parentKey,child:this.child,addChild:this.addChild,removeChild:this.removeChild}},inject:{dispatchOptions:{default:null},observersStore:{default:null},childrenObserver:{default:null}},created(){(0,this.dispatchOptions)({chartKey:this.$props.chartKey,payload:[]})},data:()=>({child:{collection:[]}}),render(){const t=i.getDefaultSlots(this);return e.createVNode("div",null,[t,e.createTextVNode(" ")])},methods:{addChild(t){this.child.collection.push(t)},removeChild(t){const e=this.child.collection.findIndex(e=>e.uid===t.uid);this.child.collection.splice(e,1)}}});const gt=e.defineComponent({name:"KendoChartCategoryAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"categoryAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),yt=e.defineComponent({name:"KendoChartCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"crosshair"},function(){return t})}}),bt=e.defineComponent({name:"KendoChartCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"tooltip"},function(){return t})}}),mt=e.defineComponent({name:"KendoChartCategoryAxisItem",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:function(){}},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:[Array,Object],default:function(){}},color:{type:String,default:function(){}},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:function(){}},maxDivisions:{type:Number,default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:void 0},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:function(){}},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),vt=e.defineComponent({name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),St=e.defineComponent({name:"KendoChartCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),Ct=e.defineComponent({name:"KendoChartCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),Ot=e.defineComponent({name:"KendoChartCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),jt=e.defineComponent({name:"KendoChartCategoryAxisRangeLabels",props:{position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},skip:Number,step:Number,visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"rangeLabels"},function(){return t})}}),Nt=e.defineComponent({name:"KendoChartCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"select"},function(){return t})}}),xt=e.defineComponent({name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),Dt=e.defineComponent({name:"KendoChartLegend",props:{align:{type:String,default:function(){},validator:function(t){return["start","center","end"].includes(t)}},background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},labels:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},offsetX:{type:Number,default:void 0},offsetY:{type:Number,default:void 0},orientation:{type:String,default:function(){},validator:function(t){return["vertical","horizontal"].includes(t)}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right","custom"].includes(t)}},reverse:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0},width:{type:Number,default:void 0},inactiveItems:{type:Object,default:function(){}},item:{type:Object,default:function(){}},spacing:{type:Number,default:void 0},title:{type:Object,default:function(){}},focusHighlight:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"legend"},function(){return t})}}),Kt=e.defineComponent({name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"inactiveItems"},function(){return t})}}),kt=e.defineComponent({name:"KendoChartLegendItem",props:{cursor:String,type:{type:String,default:function(){},validator:function(t){return["area","line"].includes(t)}},line:{type:Object,default:function(){}},area:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"item"},function(){return t})}}),At=e.defineComponent({name:"KendoChartLegendTitle",props:{align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),It=e.defineComponent({name:"KendoChartNavigator",props:{visible:{type:Boolean,default:!0},categoryAxis:{type:Object,default:function(){}},hint:{type:Object,default:function(){}},pane:{type:Object,default:function(){}},select:{type:Object,default:function(){}},series:{type:[Object,Array],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"navigator"},function(){return t})}}),Ft=e.defineComponent({name:"KendoChartNavigatorCategoryAxis",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:Array,default:function(){}},color:{type:String,default:void 0},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:void 0},maxDivisions:{type:Number,default:void 0},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:function(){}},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:void 0},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"categoryAxis"},function(){return t})}}),Bt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"crosshair"},function(){return t})}}),Lt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"tooltip"},function(){return t})}}),Tt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["circle","column","center","right","left"].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),$t=e.defineComponent({name:"KendoChartNavigatorCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),wt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),Vt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),Et=e.defineComponent({name:"KendoChartNavigatorCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"select"},function(){return t})}}),Rt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),zt=e.defineComponent({name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"hint"},function(){return t})}}),Pt=e.defineComponent({name:"KendoChartNavigatorPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"pane"},function(){return t})}}),Ht=e.defineComponent({name:"KendoChartNavigatorPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),Mt=e.defineComponent({name:"KendoChartNavigatorSelect",props:{from:{type:Date,default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:Date,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"select"},function(){return t})}});const qt=e.defineComponent({name:"KendoChartNavigatorSeries",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"series",parentKey:"navigator"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),Ut=e.defineComponent({name:"KendoChartNavigatorSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"errorBars"},function(){return t})}}),Xt=e.defineComponent({name:"KendoChartNavigatorSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"extremes"},function(){return t})}}),Yt=e.defineComponent({name:"KendoChartNavigatorSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"highlight"},function(){return t})}}),Gt=e.defineComponent({name:"KendoChartNavigatorSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),_t=e.defineComponent({name:"KendoChartNavigatorSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"outliers"},function(){return t})}}),Wt=e.defineComponent({name:"KendoChartNavigatorSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(st,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}}),Zt=e.defineComponent({name:"KendoChartNavigatorSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),Jt=e.defineComponent({name:"KendoChartNavigatorSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"from"},function(){return t})}}),Qt=e.defineComponent({name:"KendoChartNavigatorSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"to"},function(){return t})}}),te=e.defineComponent({name:"KendoChartNavigatorSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"markers"},function(){return t})}}),ee=e.defineComponent({name:"KendoChartNavigatorSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),ne=e.defineComponent({name:"KendoChartNavigatorSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),oe=e.defineComponent({name:"KendoChartNavigatorSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),ie=e.defineComponent({name:"KendoChartPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),re=e.defineComponent({name:"KendoChartPaneDefaults",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"paneDefaults"},function(){return t})}}),ae=e.defineComponent({name:"KendoChartPaneDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),se=e.defineComponent({name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}});const le=e.defineComponent({name:"KendoChartPanes",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"panes"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),ue=e.defineComponent({name:"KendoChartPlotArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},padding:{type:[Object,Number],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"plotArea"},function(){return t})}});const de=e.defineComponent({name:"KendoChartSeries",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"series"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),ce=e.defineComponent({name:"KendoChartSeriesDefaults",props:{border:{type:Object,default:function(){}},gap:Number,overlay:{type:Object,default:function(){}},spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},visual:{type:Function,default:void 0},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}},focusHighlight:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"seriesDefaults"},function(){return t})}}),pe=e.defineComponent({name:"KendoChartSeriesDefaultsItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0},render:[String,Function,Object]},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(st,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}}),fe=e.defineComponent({name:"KendoChartSeriesDefaultsLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),he=e.defineComponent({name:"KendoChartSeriesDefaultsLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"from"},function(){return t})}}),ge=e.defineComponent({name:"KendoChartSeriesDefaultsLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"to"},function(){return t})}}),ye=e.defineComponent({name:"KendoChartSeriesDefaultsNotes",props:{line:{type:Object,default:function(){}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),be=e.defineComponent({name:"KendoChartSeriesDefaultsNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),me=e.defineComponent({name:"KendoChartSeriesDefaultsNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),ve=e.defineComponent({name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"errorBars"},function(){return t})}}),Se=e.defineComponent({name:"KendoChartSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"extremes"},function(){return t})}}),Ce=e.defineComponent({name:"KendoChartSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"highlight"},function(){return t})}}),Oe=e.defineComponent({name:"KendoChartSeriesItem",props:{autoFit:Boolean,aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,for:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},legendItem:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}},pattern:{type:[Object,Function],default:function(){}},patternField:String},inject:{chartRefresh:{default:i.noop}},watch:{dataItems:{handler(){this.chartRefresh()},deep:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),je=e.defineComponent({name:"KendoChartSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"outliers"},function(){return t})}}),Ne=e.defineComponent({name:"KendoChartSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(st,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}}),xe=e.defineComponent({name:"KendoChartSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),De=e.defineComponent({name:"KendoChartSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"from"},function(){return t})}}),Ke=e.defineComponent({name:"KendoChartSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"to"},function(){return t})}}),ke=e.defineComponent({name:"KendoChartSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"markers"},function(){return t})}}),Ae=e.defineComponent({name:"KendoChartSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),Ie=e.defineComponent({name:"KendoChartSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),Fe=e.defineComponent({name:"KendoChartSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),Be=e.defineComponent({name:"KendoChartTitle",props:{background:{type:String,default:void 0},border:{type:Object,default:void 0},margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},align:{type:String,default:void 0,validator:function(t){return["center","left","right"].includes(t)}},color:{type:String,default:void 0},font:{type:String,default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom"].includes(t)}},text:{type:String,default:void 0},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),Le=e.defineComponent({name:"KendoChartTooltip",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},padding:{type:[Object,Number],default:function(){}},color:{type:String,default:void 0},render:{type:[String,Function,Object],default:void 0},font:{type:String,default:void 0},format:{type:String,default:void 0},opacity:{type:Number,default:void 0},shared:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(st,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}});const Te=e.defineComponent({name:"KendoChartValueAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"valueAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),$e=e.defineComponent({name:"KendoChartValueAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"crosshair"},function(){return t})}}),we=e.defineComponent({name:"KendoChartValueAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"tooltip"},function(){return t})}}),Ve=e.defineComponent({name:"KendoChartValueAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:void 0},majorGridLines:{type:Object,default:void 0},majorTicks:{type:Object,default:void 0},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:void 0},min:{type:[Number,Object,String,Date],default:void 0},minorGridLines:{type:Object,default:void 0},minorTicks:{type:Object,default:void 0},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:void 0},reverse:{type:Boolean,default:void 0},type:{type:String,default:void 0,validator:function(t){return["numeric","log"].includes(t)}},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:void 0},labels:{type:Object,default:void 0},notes:{type:Object,default:void 0},title:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),Ee=e.defineComponent({name:"KendoChartValueAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),Re=e.defineComponent({name:"KendoChartValueAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),ze=e.defineComponent({name:"KendoChartValueAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),Pe=e.defineComponent({name:"KendoChartValueAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),He=e.defineComponent({name:"KendoChartValueAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}});const Me=e.defineComponent({name:"KendoChartXAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"xAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),qe=e.defineComponent({name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"crosshair"},function(){return t})}}),Ue=e.defineComponent({name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,format:String,padding:{type:[Object,Number],default:void 0},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"tooltip"},function(){return t})}}),Xe=e.defineComponent({name:"KendoChartXAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},categories:{type:Array,default:void 0},baseUnit:{type:String,default:void 0,validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:void 0},majorGridLines:{type:Object,default:void 0},majorTicks:{type:Object,default:void 0},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:void 0},min:{type:[Number,Object,String,Date],default:void 0},minorGridLines:{type:Object,default:void 0},minorTicks:{type:Object,default:void 0},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:void 0},startAngle:{type:Number,default:void 0},reverse:{type:Boolean,default:void 0},type:{type:String,default:void 0,validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:void 0},labels:{type:Object,default:void 0},notes:{type:Object,default:void 0},title:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),Ye=e.defineComponent({name:"KendoChartXAxisLabels",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:void 0},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:void 0},rotation:{type:[Object,Number,String],default:void 0},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),Ge=e.defineComponent({name:"KendoChartXAxisNotes",props:{dataItems:{type:Array,default:void 0},line:{type:Object,default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:void 0},label:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),_e=e.defineComponent({name:"KendoChartXAxisNotesIcon",props:{background:String,border:{type:Object,default:void 0},size:Number,type:{type:String,default:void 0,validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),We=e.defineComponent({name:"KendoChartXAxisNotesLabel",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),Ze=e.defineComponent({name:"KendoChartXAxisTitle",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}});const Je=e.defineComponent({name:"KendoChartYAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(ht,{chartKey:"yAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),Qe=e.defineComponent({name:"KendoChartYAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"crosshair"},function(){return t})}}),tn=e.defineComponent({name:"KendoChartYAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,format:String,padding:{type:[Object,Number],default:void 0},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"tooltip"},function(){return t})}}),en=e.defineComponent({name:"KendoChartYAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:void 0},background:{type:String,default:void 0},baseUnit:{type:String,default:void 0,validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},categories:{type:Array,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:void 0},majorGridLines:{type:Object,default:void 0},majorTicks:{type:Object,default:void 0},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:void 0},min:{type:[Number,Object,String,Date],default:void 0},minorGridLines:{type:Object,default:void 0},minorTicks:{type:Object,default:void 0},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:void 0},reverse:{type:Boolean,default:void 0},type:{type:String,default:void 0,validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:void 0},labels:{type:Object,default:void 0},notes:{type:Object,default:void 0},title:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n},function(){return t})}}),nn=e.defineComponent({name:"KendoChartYAxisLabels",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:void 0},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:void 0},rotation:{type:[Object,Number,String],default:void 0},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"labels"},function(){return t})}}),on=e.defineComponent({name:"KendoChartYAxisNotes",props:{dataItems:{type:Array,default:void 0},line:{type:Object,default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:void 0},label:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"notes"},function(){return t})}}),rn=e.defineComponent({name:"KendoChartYAxisNotesIcon",props:{background:String,border:{type:Object,default:void 0},size:Number,type:{type:String,default:void 0,validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"icon"},function(){return t})}}),an=e.defineComponent({name:"KendoChartYAxisNotesLabel",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"label"},function(){return t})}}),sn=e.defineComponent({name:"KendoChartYAxisTitle",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"title"},function(){return t})}}),ln=e.defineComponent({name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:void 0},selection:{type:[Boolean,Object],default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(st,{config:n,chartKey:"zoomable"},function(){return t})}}),un="sankey.tooltipUnitFormat",dn={[un]:"({0} units)"},cn={display:"flex",alignItems:"center"},pn=e.defineComponent({name:"Square",props:{color:String},render(){return e.createVNode("div",{style:{width:"15px",height:"15px","background-color":this.$props.color,display:"inline-flex",marginLeft:3}},null)}}),fn=e.defineComponent({name:"Text",props:{value:String},render(){return e.createVNode("span",{style:{margin:"0 3px"}},[this.$props.value])}}),hn=e.defineComponent({name:"Units",props:{value:Number},inject:{kendoLocalizationService:{default:null}},render(){const t=n.provideLocalizationService(this).toLanguageString(un,dn[un]),o=new n.IntlService("en").format(t,[this.$props.value||0]);return e.createVNode(fn,{value:o},null)}}),gn=e.defineComponent({name:"NodeTooltipContent",props:{dataItem:Object,nodeValue:Number,dir:String},render(){const{color:t,label:n}=this.$props.dataItem;return e.createVNode("div",{style:cn,class:"k-tooltip-content"},[e.createVNode(pn,{color:t},null),e.createVNode(fn,{value:n.text},null),e.createVNode(hn,{value:this.$props.nodeValue},null)])}}),yn=e.defineComponent({name:"LinkTooltipContent",props:{dataItem:Object,dir:String,nodeValue:Number},render(){const{dir:t,dataItem:n}=this.$props,{source:o,target:r,value:s}=n,l="rtl"===t?a.arrowLeftIcon:a.arrowRightIcon;return e.createVNode("div",{style:cn},[e.createVNode(pn,{color:o.color},null),e.createVNode(fn,{value:o.label.text},null),e.createVNode(i.Icon,{icon:l,name:l.name},null),e.createVNode(pn,{color:r.color},null),e.createVNode(fn,{value:r.label.text},null),e.createVNode(hn,{value:s},null)])}}),bn=e.defineComponent({name:"SankeyTooltip",props:{eventData:Object,tooltipData:Object,nodeContent:[String,Object,Function],linkContent:[String,Object,Function],dir:String,offset:Number,appendTo:Object},data:()=>({top:"",left:"",visibility:"hidden"}),mounted(){this.element=i.getRef(this,"element"),this.showTooltip()},updated(){this.showTooltip();const t=this.$props.appendTo?this.$props.appendTo:this.element.ownerDocument.body;this.element.parentElement!==t&&this.element.ownerDocument.body.append(this.element)},methods:{showTooltip(){const{offset:t,tooltipData:e}=this.$props,n=this.element;if(!e||!n)return;const o=n.offsetWidth,i=n.offsetHeight,r={...e.popupOffset},a=e.popupAlign;r.left+="left"===a.horizontal?t:-1*t,"right"===a.horizontal&&(r.left-=o),"bottom"===a.vertical?r.top-=i+t:r.top+=t,this.$data.top=r.top+"px",this.$data.left=r.left+"px",this.$data.visibility=""}},render(){const{nodeContent:t,linkContent:n,dir:o,eventData:{dataItem:r,nodeValue:a,targetType:s}}=this.$props,l="node"===s?t:n,u="node"===s?gn:yn,d=i.getTemplate.call(this,{h:e.h,template:l,defaultRendering:e.createVNode(u,{dataItem:r,nodeValue:a,dir:o},null)});return e.createVNode("div",{ref:i.setRef(this,"element"),style:{top:this.top,left:this.left,visibility:this.visibility},class:"k-tooltip k-sankey-tooltip k-chart-tooltip k-chart-shared-tooltip",dir:o},[e.createVNode("div",{class:"k-tooltip-content"},[d])])}}),mn={visible:!0,offset:12},vn=e.defineComponent({name:"KendoSankey",emits:{linkclick:null,linkenter:null,linkleave:null,nodeclick:null,nodeenter:null,nodeleave:null},inheritAttrs:!1,props:{dataNodes:{type:Array,required:!0},dataLinks:{type:Array,required:!0},disableAutoLayout:Boolean,disableKeyboardNavigation:Boolean,dir:String,labels:Object,legend:Object,links:Object,nodes:Object,title:Object,tooltip:Object},created(){i.validatePackage(Z),this.instance=null},data:()=>({currentTooltip:null,currentDir:void 0}),watch:{dataNodes:function(){this.update(this)},dataLinks:function(){this.update(this)},links:function(){this.update(this)},nodes:function(){this.update(this)},labels:function(){this.update(this)},title:function(){this.update(this)},legend:function(){this.update(this)},disableAutoLayout:function(){this.update(this)},disableKeyboardNavigation:function(){this.update(this)},dir:function(){this.update(this)},tooltip:function(){this.update(this)}},computed:{sankeyClasses(){const t=this.$attrs.class;return{"k-chart k-sankey":!0,[t]:!!t}}},mounted(){this.element=i.getRef(this,"element"),this.currentDir=i.getDir(this.element,this.$props.dir),this.createSankey(this)},unmounted(){this.destroySankey()},methods:{exportVisual(t){return this.instance.exportVisual(t)},destroySankey(){this.instance&&(this.instance.destroy(),this.instance=null)},createSankey(){const t=this.element;if(!t)return;const e=this.sankeyOptions(),n=o.sankeyTheme(t);this.instance=new o.Sankey(t,e,n),this.bindEvents(this.instance)},update(){this.instance&&this.instance.setOptions(this.sankeyOptions())},bindEvents(t){t.bind("nodeEnter",this.triggerEvent),t.bind("nodeLeave",this.triggerEvent),t.bind("linkEnter",this.triggerEvent),t.bind("linkLeave",this.triggerEvent),t.bind("nodeClick",this.triggerEvent),t.bind("linkClick",this.triggerEvent),t.bind("tooltipShow",this.onTooltipShow),t.bind("tooltipHide",this.onTooltipHide)},triggerEvent(t){const e={...t,target:this};this.$emit(t.type.toLowerCase(),e)},sankeyOptions(){const{dataNodes:t,dataLinks:e,links:n,nodes:o,labels:i,title:r,legend:a,disableAutoLayout:s,disableKeyboardNavigation:l,tooltip:u}=this.$props;return{data:{nodes:t,links:e},links:n,nodes:o,labels:i,title:r,legend:a,disableAutoLayout:s,disableKeyboardNavigation:l,rtl:"rtl"===this.currentDir,tooltip:{...mn,...u}}},onTooltipShow(t){const{visible:e}={...mn,...this.$props.tooltip};if(e){const e={tooltipData:t.tooltipData,eventData:{dataItem:t.dataItem,nodeValue:t.nodeValue,targetType:t.targetType}};this.currentTooltip=e}},onTooltipHide(){this.currentTooltip=null}},render(){const{nodeContent:t,linkContent:n,offset:o}=this.$props.tooltip||{},r=i.templateRendering.call(this,t,i.getListeners.call(this)),a=i.templateRendering.call(this,n,i.getListeners.call(this)),s=this.$props.dir||this.currentDir;return[e.createVNode("div",{ref:i.setRef(this,"element"),class:this.sankeyClasses,style:this.$attrs.style,dir:s},null),this.currentTooltip&&e.createVNode(bn,{tooltipData:this.currentTooltip.tooltipData,eventData:this.currentTooltip.eventData,dir:s,offset:o||12,nodeContent:r,linkContent:a},null)]}}),Sn=o.createSankeyData;t.AxisLabelClickEvent=c,t.Chart=tt,t.ChartArea=lt,t.ChartAxisDefaults=ut,t.ChartAxisDefaultsCrosshair=dt,t.ChartAxisDefaultsCrosshairTooltip=ct,t.ChartAxisDefaultsLabels=pt,t.ChartAxisDefaultsTitle=ft,t.ChartCategoryAxis=gt,t.ChartCategoryAxisCrosshair=yt,t.ChartCategoryAxisCrosshairTooltip=bt,t.ChartCategoryAxisItem=mt,t.ChartCategoryAxisLabels=vt,t.ChartCategoryAxisNotes=St,t.ChartCategoryAxisNotesIcon=Ct,t.ChartCategoryAxisNotesLabel=Ot,t.ChartCategoryAxisRangeLabels=jt,t.ChartCategoryAxisSelect=Nt,t.ChartCategoryAxisTitle=xt,t.ChartLegend=Dt,t.ChartLegendInactiveItems=Kt,t.ChartLegendItem=kt,t.ChartLegendTitle=At,t.ChartNavigator=It,t.ChartNavigatorCategoryAxis=Ft,t.ChartNavigatorCategoryAxisCrosshair=Bt,t.ChartNavigatorCategoryAxisCrosshairTooltip=Lt,t.ChartNavigatorCategoryAxisLabels=Tt,t.ChartNavigatorCategoryAxisNotes=$t,t.ChartNavigatorCategoryAxisNotesIcon=wt,t.ChartNavigatorCategoryAxisNotesLabel=Vt,t.ChartNavigatorCategoryAxisSelect=Et,t.ChartNavigatorCategoryAxisTitle=Rt,t.ChartNavigatorHint=zt,t.ChartNavigatorPane=Pt,t.ChartNavigatorPaneTitle=Ht,t.ChartNavigatorSelect=Mt,t.ChartNavigatorSeries=qt,t.ChartNavigatorSeriesErrorBars=Ut,t.ChartNavigatorSeriesExtremes=Xt,t.ChartNavigatorSeriesHighlight=Yt,t.ChartNavigatorSeriesItem=Gt,t.ChartNavigatorSeriesItemOutliers=_t,t.ChartNavigatorSeriesItemTooltip=Wt,t.ChartNavigatorSeriesLabels=Zt,t.ChartNavigatorSeriesLabelsFrom=Jt,t.ChartNavigatorSeriesLabelsTo=Qt,t.ChartNavigatorSeriesMarkers=te,t.ChartNavigatorSeriesNotes=ee,t.ChartNavigatorSeriesNotesIcon=ne,t.ChartNavigatorSeriesNotesLabel=oe,t.ChartNoDataOverlay=at,t.ChartPane=ie,t.ChartPaneDefaults=re,t.ChartPaneDefaultsTitle=ae,t.ChartPaneTitle=se,t.ChartPanes=le,t.ChartPlotArea=ue,t.ChartSeries=de,t.ChartSeriesDefaults=ce,t.ChartSeriesDefaultsItemTooltip=pe,t.ChartSeriesDefaultsLabels=fe,t.ChartSeriesDefaultsLabelsFrom=he,t.ChartSeriesDefaultsLabelsTo=ge,t.ChartSeriesDefaultsNotes=ye,t.ChartSeriesDefaultsNotesIcon=be,t.ChartSeriesDefaultsNotesLabel=me,t.ChartSeriesErrorBars=ve,t.ChartSeriesExtremes=Se,t.ChartSeriesHighlight=Ce,t.ChartSeriesItem=Oe,t.ChartSeriesItemOutliers=je,t.ChartSeriesItemTooltip=Ne,t.ChartSeriesLabels=xe,t.ChartSeriesLabelsFrom=De,t.ChartSeriesLabelsTo=Ke,t.ChartSeriesMarkers=ke,t.ChartSeriesNotes=Ae,t.ChartSeriesNotesIcon=Ie,t.ChartSeriesNotesLabel=Fe,t.ChartTitle=Be,t.ChartTooltip=Le,t.ChartValueAxis=Te,t.ChartValueAxisCrosshair=$e,t.ChartValueAxisCrosshairTooltip=we,t.ChartValueAxisItem=Ve,t.ChartValueAxisLabels=Ee,t.ChartValueAxisNotes=Re,t.ChartValueAxisNotesIcon=ze,t.ChartValueAxisNotesLabel=Pe,t.ChartValueAxisTitle=He,t.ChartXAxis=Me,t.ChartXAxisCrosshair=qe,t.ChartXAxisCrosshairTooltip=Ue,t.ChartXAxisItem=Xe,t.ChartXAxisLabels=Ye,t.ChartXAxisNotes=Ge,t.ChartXAxisNotesIcon=_e,t.ChartXAxisNotesLabel=We,t.ChartXAxisTitle=Ze,t.ChartYAxis=Je,t.ChartYAxisCrosshair=Qe,t.ChartYAxisCrosshairTooltip=tn,t.ChartYAxisItem=en,t.ChartYAxisLabels=nn,t.ChartYAxisNotes=on,t.ChartYAxisNotesIcon=rn,t.ChartYAxisNotesLabel=an,t.ChartYAxisTitle=sn,t.ChartZoomable=ln,t.DragEndEvent=h,t.DragEvent=f,t.DragStartEvent=g,t.LegendItemClickEvent=b,t.LegendItemHoverEvent=y,t.NavigatorFilterEvent=m,t.NoteClickEvent=v,t.NoteHoverEvent=S,t.PlotAreaClickEvent=C,t.PlotAreaHoverEvent=O,t.RenderEvent=j,t.Sankey=vn,t.SelectEndEvent=x,t.SelectEvent=N,t.SelectStartEvent=D,t.SeriesClickEvent=K,t.SeriesHoverEvent=k,t.Sparkline=et,t.StockChart=ot,t.TooltipPoint=V,t.ZoomEndEvent=I,t.ZoomEvent=A,t.ZoomStartEvent=F,t.createSankeyData=Sn,t.exportVisual=(t,e={})=>{if(t&&null!==t.chartInstance())return t.chartInstance().exportVisual(e)},t.findAxisByName=(t,e)=>{if(t&&null!==t.chartInstance())return t.chartInstance().findAxisByName(e)},t.findPaneByIndex=(t,e)=>{if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByIndex(e)},t.findPaneByName=(t,e)=>{if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByName(e)}});
15
+ !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("vue"),require("@progress/kendo-vue-intl"),require("@progress/kendo-charts"),require("@progress/kendo-vue-common"),require("@progress/kendo-vue-popup"),require("@progress/kendo-svg-icons")):"function"==typeof define&&define.amd?define(["exports","vue","@progress/kendo-vue-intl","@progress/kendo-charts","@progress/kendo-vue-common","@progress/kendo-vue-popup","@progress/kendo-svg-icons"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).KendoVueCharts={},t.Vue,t.KendoVueIntl,t.KendoCharts,t.KendoVueCommon,t.KendoVuePopup,t.KendoSVGIcons)}(this,function(t,e,n,o,i,r,a){"use strict";function s(t,e){let n=t;for(;n&&n!==e;)n=n.parentNode;return!!n}function l(t){const e={...t};return Object.keys(e).forEach(t=>{void 0===e[t]&&delete e[t],"dataItems"===t&&(e.data=e[t],delete e[t]),"lineStyle"===t&&e[t]&&(e.style=e[t],delete e[t])}),e}const u=t=>void 0!==t&&!t;let d=class{constructor(t){this.target=t}};class c extends d{constructor(t,e){super(e),this.axis=t.axis,this.dataItem=t.dataItem,this.index=t.index,this.text=t.text,this.value=t.value}}class p extends d{constructor(){super(...arguments),this.prevented=!1}preventDefault(){this.prevented=!0}isDefaultPrevented(){return this.prevented}}let f=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},h=class extends d{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},g=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},y=class extends p{constructor(t,e){super(e),this.series=t.series,this.seriesIndex=t.seriesIndex,this.pointIndex=t.pointIndex,this.text=t.text}preventDefault(){super.preventDefault()}},b=class extends p{constructor(t,e){super(e),this.series=t.series,this.seriesIndex=t.seriesIndex,this.pointIndex=t.pointIndex,this.text=t.text}preventDefault(){super.preventDefault()}},m=class extends d{constructor(t,e){super(e),this.from=t.from,this.to=t.to}},v=class extends d{constructor(t,e){super(e),this.category=t.category,this.dataItem=t.dataItem,this.series=t.series,this.value=t.value,this.visual=t.visual}},S=class extends d{constructor(t,e){super(e),this.category=t.category,this.dataItem=t.dataItem,this.series=t.series,this.value=t.value,this.visual=t.visual}},C=class extends d{constructor(t,e){super(e),this.category=t.category,this.nativeEvent=t.originalEvent,this.value=t.value,this.x=t.x,this.y=t.y}},O=class extends d{constructor(t,e){super(e),this.category=t.category,this.nativeEvent=t.originalEvent,this.value=t.value,this.x=t.x,this.y=t.y}},j=class extends d{constructor(t,e){super(e)}},N=class extends p{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}},x=class extends d{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}},D=class extends p{constructor(t,e){super(e),this.axis=t.axis,this.from=t.from,this.to=t.to}},K=class extends d{constructor(t,e){super(e),this.category=t.category,this.dataItem=t.dataItem,this.nativeEvent=t.originalEvent,this.percentage=t.percentage,this.point=t.point,this.series=t.series,this.stackValue=t.stackValue,this.value=t.value}},k=class extends p{constructor(t,e){super(e),this.category=t.category,this.categoryPoints=t.categoryPoints,this.dataItem=t.dataItem,this.nativeEvent=t.originalEvent,this.percentage=t.percentage,this.point=t.point,this.series=t.series,this.stackValue=t.stackValue,this.value=t.value}},A=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.delta=t.delta,this.nativeEvent=t.originalEvent}},I=class extends d{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}},F=class extends p{constructor(t,e){super(e),this.axisRanges=t.axisRanges,this.nativeEvent=t.originalEvent}};const B={axisLabelClick:c,drag:f,dragEnd:h,dragStart:g,legendItemHover:y,legendItemClick:b,legendItemLeave:class extends p{constructor(t,e){super(e),this.series=t.series,this.seriesIndex=t.seriesIndex,this.pointIndex=t.pointIndex,this.text=t.text}preventDefault(){super.preventDefault()}},navigatorFilter:m,noteClick:v,noteHover:S,plotAreaClick:C,plotAreaHover:O,render:j,select:N,selectEnd:x,selectStart:D,seriesClick:K,seriesHover:k,zoom:A,zoomEnd:I,zoomStart:F};let L=class{constructor(t,e){this.sender=t,this.event=e}};function T(t,e){return new L(t,e)}const $=1e3/60,w=(t,e)=>{if(!e.type)return{};switch(e.type){case"set":return V.themeItem(t,e);case"push":return Object.assign(t,e.payload);default:return t}},V={configurationItem:(t,e)=>t[e.chartKey]&&Object.keys(t[e.chartKey]).length?Object.assign(t,{[e.chartKey]:{...t[e.chartKey],...e.payload}}):Object.assign(t,{[e.chartKey]:e.payload}),collectionConfigurationItem(t,e){let n=!1;const[o,i]=e.chartCollectionIdxKey.split("_"),r=(e.parentKey?t[e.parentKey]&&t[e.parentKey][o]||[]:t[o]||[]).map((t,o)=>parseInt(i,10)===o||e.payload&&e.payload.uid===t.uid?(n=!0,e.payload):t);if(!1===n&&!e.uid&&r.splice(parseInt(i,10),0,e.payload),e.uid){const t=r.findIndex(t=>t.uid===e.uid);t>-1&&r.splice(t,1)}return e.parentKey?Object.assign(t,{[e.parentKey]:{[o]:r}}):Object.assign(t,{[o]:r})},themeItem(t,e){let n={};const o=Object.assign(n,t),{field:i,value:r}=e.payload,a=i.split(".");let s=a.shift();for(;a.length>0;)n=n[s]=n[s]||{},s=a.shift();return n[s]=r,o}};let E=class{constructor(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}get formattedValue(){return this.format?this.point.formatValue(this.format):String(this.value)}};const R=e.defineComponent({name:"KendoSharedTooltipPopup",props:{categoryText:String,colorMarker:{type:Boolean,default:void 0},colspan:Number,nameColumn:{type:Boolean,default:void 0},points:Array},render(){const{categoryText:t,colorMarker:n,colspan:o,nameColumn:i,points:r}=this.$props;return e.createVNode("table",null,[e.createVNode("thead",null,[e.createVNode("tr",null,[e.createVNode("th",{colspan:o},[t])])]),e.createVNode("tbody",null,[r.map(function(t,o){const r=e.h("span",{innerHTML:t.formattedValue});return e.createVNode("tr",{key:o},[n&&e.createVNode("td",null,[e.createVNode("span",{class:"k-chart-shared-tooltip-marker",style:{backgroundColor:t.series.color}},null)]),i&&e.createVNode("td",null,[t.series.name]),r])}.bind(this),this)])])}}),z={horizontal:"fit",vertical:"fit"},P="k-chart-tooltip",H=e.defineComponent({name:"KendoTooltipPopup",props:{className:String,popupShown:Boolean,popupAlign:{type:Object,default:function(){}},popupOffset:{type:Object},popupStyles:{type:Object},popupContent:Function},inject:{options:{default:{state:{}}},dispatchOptions:{default:null},observersState:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created(){this.chartObserver=new o.InstanceObserver(this,{onMouseLeave:"onChartMouseLeave"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},mounted(){this.element=i.getRef(this,"element")},unmounted(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},render(){const t=i.getDefaultSlots(this),{popupShown:n,popupAlign:o,popupOffset:a,popupStyles:s,className:l}=this.$props,u=[P,l].join(" ").trim();return e.createVNode(r.Popup,{animate:!1,popupAlign:o,offset:a,show:n,collision:z,class:"k-chart-tooltip-wrapper"},{default:()=>[e.createVNode("div",{class:u,style:s,onMouseleave:this.onMouseLeave,ref:i.setRef(this,"element")},[t])]})},methods:{onChartMouseLeave(t){const{event:e}=t;return!!s(e.relatedTarget,this.element)},onMouseLeave(t){}}});const M="k-chart-shared-tooltip",q="k-chart-tooltip-inverse",U=e.defineComponent({name:"KendoSeriesTooltip",data:()=>({popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContext:{},popupStyles:void 0,className:void 0,shared:void 0}),inject:{optionsState:{default:{}},observersState:{default:null},dispatchObservers:{default:null}},mounted(){this.chartObserver=new o.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},unmounted(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},render(){let t;const n=this.popupShown?function(){const t=this.findRenderFunction();if(this.shared){const n=e.createVNode(R,{categoryText:this.popupContext.categoryText,colorMarker:this.popupContext.colorMarker,colspan:this.popupContext.colspan,nameColumn:this.popupContext.nameColumn,points:this.popupContext.points},null);return i.getTemplate.call(this,{h:e.h,template:t,defaultRendering:n,additionalProps:Object.assign({},this.popupContext)})}{const n=this.popupContext.point,o=this.findRenderFunctionByIndex(n.series.index),r=e.h("span",{innerHTML:this.popupContext.point.formattedValue});return null!==o?i.getTemplate.call(this,{h:e.h,template:o,defaultRendering:r,additionalProps:Object.assign({},this.popupContext)}):null!==t?i.getTemplate.call(this,{h:e.h,template:t,defaultRendering:r,additionalProps:Object.assign({},this.popupContext)}):r}}:Function.prototype,o=i.classNames({[M]:this.shared,[q]:!!this.className});return e.createVNode(H,{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:o},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t=n.call(this))?t:{default:()=>[t]})},methods:{onShowTooltip(t){const{anchor:e,style:n,shared:o,className:i,crosshair:r}=t;let a;r||(a=o?this.createSharedTooltipContext(t):this.createTooltipContext(t),this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContext=a,this.popupStyles=n,this.className=i,this.shared=o)},onHideTooltip(){this.popupShown=!1,this.popupStyles={},this.className=void 0},createSharedTooltipContext(t){const{points:e,categoryText:n}=t,o=e.filter(t=>void 0!==t.series.name).length>0,i=t.series.length>1;let r=1;return o&&r++,i&&r++,{categoryText:n,colorMarker:i,colspan:r,nameColumn:o,points:t.points.map(e=>new E(e,t.format))}},createTooltipContext(t){const{point:e,format:n}=t;return{point:new E(e,n)}},findRenderFunctionByIndex(t){const e=this.optionsState.series;return void 0!==e&&Array.isArray(e)&&void 0!==e[t]&&e[t].hasOwnProperty("tooltip")&&e[t].tooltip.hasOwnProperty("render")?e[t].tooltip.render:null},findRenderFunction(){const t=this.optionsState.tooltip;return void 0!==t&&t.hasOwnProperty("render")?t.render:null}}});const X="k-chart-crosshair-tooltip",Y="k-chart-tooltip-inverse",G=e.defineComponent({name:"KendoCrosshairTooltip",props:{index:Number,name:String},data:()=>({popupShown:!1,popupAlign:void 0,popupOffset:void 0,popupContent:void 0,popupStyles:void 0,className:void 0}),inject:{optionsState:{default:{}},dispatchOptions:{default:null},observersStore:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created(){this.chartObserver=new o.InstanceObserver(this,{showTooltip:"onShowTooltip",hideTooltip:"onHideTooltip"}),this.dispatchObservers({type:"add",payload:this.chartObserver})},unmounted(){this.dispatchObservers({type:"remove",payload:this.chartObserver})},render(){const t=this.popupShown?this.popupContent:Function.prototype,n=i.classNames({[X]:!0,[Y]:!!this.className});return e.createVNode(H,{popupShown:this.popupShown,popupAlign:this.popupAlign,popupOffset:this.popupOffset,popupStyles:this.popupStyles,className:n},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})},methods:{onShowTooltip(t){const{anchor:e,style:n,className:o,crosshair:i,axisName:r,axisIndex:a,value:s}=t,{name:l,index:u}=this.$props;i&&r===l&&a===u&&(this.popupShown=!0,this.popupAlign=e.align,this.popupOffset=e.point,this.popupContent=s,this.popupStyles=n,this.className=o)},onHideTooltip(){this.popupShown=!1,this.popupStyles={},this.className=void 0}}}),W=["categoryAxis","valueAxis","xAxis","yAxis"];function _(t,e){const n=[];if(t[e]){const o=[].concat(t[e]);for(let t=0;t<o.length;t++){const i=(o[t].crosshair||{}).tooltip;i&&i.visible&&n.push({index:t,name:e})}}return n}const Z=e.defineComponent({name:"KendoCrosshairContainer",props:{optionsState:Object},computed:{tooltips(){return function(t){const e={};for(let n=0;n<W.length;n++){const o=_(t,W[n]);for(let t=0;t<o.length;t++){const n=o[t];e[n.name+n.index]=n}}return e}(this.optionsState)}},render(){const t=Object.keys(this.tooltips).map(function(t){return e.createVNode(G,{index:this.tooltips[t].index,name:this.tooltips[t].name,key:t},null)},this);return e.createVNode("div",null,[t])}}),J={name:"@progress/kendo-vue-charts",productName:"Kendo UI for Vue",productCode:"KENDOUIVUE",productCodes:["KENDOUIVUE"],publishDate:1628602492,version:"9.3.0-develop.7",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},Q=e.defineComponent({name:"KendoBaseChart",props:{deriveOptionsFromParent:{type:Function,default:void 0},chartConstructor:{type:[Object,Function],default:void 0},className:String,chartStyle:Object,wrapper:String,getTarget:{type:Function,default:void 0},dataItems:{type:Array,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:void 0},zoomable:{type:[Boolean,Object],default:void 0},seriesColors:{type:Array,default:void 0},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:void 0},panes:{type:Array,default:void 0},seriesDefaults:{type:Object,default:void 0},axisDefaults:{type:Object,default:void 0},allListeners:{type:Object,default:void 0},onLegenditemclick:Function,onBasechartevent:Function,onRefresh:Function},inject:{kendoIntlService:{default:null}},provide(){return{optionsState:this.optionsState,dispatchOptions:this.dispatchOptions,observersState:this.observersState,dispatchObservers:this.dispatchObservers,childrenObserver:this.childrenObserver,chartRefresh:this.refresh}},created(){this.chartInstance=null,this.element=null,this.suppressTransitions=!1,i.validatePackage(J),this.showLicenseWatermark=i.shouldShowValidationUI(J),this.licenseMessage=i.getLicenseMessage(J),this.themeStore=(t=>{let e,n,o=[];const r=r=>{e=t(e,r),i.canUseDOM&&(window.clearTimeout(n),n=window.setTimeout(()=>o.forEach(t=>t()),$))};return r({}),{getState:()=>e,dispatch:r,subscribe:t=>(o.push(t),()=>o=o.filter(e=>e!==t))}})(w),this.chartObserver=new o.InstanceObserver(this,{render:"onRender",legendItemClick:"onLegendItemClick"})},data(){return{optionsState:{},observersState:[],childrenObserver:new o.InstanceObserver(this,{onMouseLeave:"onChildMouseLeave"}),showLicenseWatermark:!1,licenseMessage:void 0}},mounted(){this.element=i.getRef(this,"element"),((t,e,n)=>{const i=o.chartBaseTheme();if("undefined"==typeof document)return void t.dispatch({type:"push",payload:i});let r={};try{r=o.chartTheme(n)}finally{t.dispatch({type:"push",payload:o.deepExtend(i,r)}),e()}})(this.themeStore,this.instantiateCoreChart,this.element),window.addEventListener("resize",this.onWindowResize)},unmounted(){this.onDestroyed()},updated(){if(null!==this.chartInstance){const t=n.provideIntlService(this),e=this.chartInstance.chartService;t.locale!==e._intlService.locale&&(this.chartInstance.chartService._intlService=t,this.chartInstance.chartService.format._intlService=t,this.chartInstance.noTransitionsRedraw()),this.refresh()}},render(){const t=i.getDefaultSlots(this),{chartStyle:n={},className:o,wrapper:r}=this.$props,a=Object.assign({},n,{position:"relative"}),s=this.showLicenseWatermark?e.createVNode(i.WatermarkOverlay,{message:this.licenseMessage},null):null;return e.h(r,{style:a,class:o,key:"chartElement"},[e.h(U,{key:"seriesTooltip"}),e.h(Z,{key:"crosshairTooltips",optionsState:{...this.optionsState}}),function(){return e.createVNode("div",{onMouseleave:this.onChartMouseLeave,ref:i.setRef(this,"element"),class:"k-chart-surface"},[t,s])}.call(this)])},methods:{dispatchOptions(t){((t,e)=>{e.chartCollectionIdxKey?V.collectionConfigurationItem(t,e):e.chartKey&&V.configurationItem(t,e)})(this.optionsState,t)},dispatchObservers(t){this.observersState=((t,e)=>{if(!e.type)return[];switch(e.type){case"add":return[...t,e.payload];case"remove":return t.filter(t=>t!==e.payload);default:return t}})(this.observersState,t)},onDestroyed(){null!==this.chartInstance&&(this.chartInstance.destroy(),this.chartInstance=null),window.removeEventListener("resize",this.onWindowResize)},getDirection(t){return void 0!==t?"rtl"===t:i.isRtl(this.element)},getChartOptions(){const{renderAs:t,pannable:e,zoomable:n,paneDefaults:o,panes:i,transitions:r,seriesColors:a,seriesDefaults:s,axisDefaults:l,deriveOptionsFromParent:u}=this.$props;let d={};return void 0!==t&&(d.renderAs=t),void 0!==e&&(d.pannable=e),void 0!==n&&(d.zoomable=n),void 0!==o&&(d.paneDefaults=o),void 0!==i&&(d.panes=i),void 0!==r&&(d.transitions=r),void 0!==a&&(d.seriesColors=a),void 0!==s&&(d.seriesDefaults=s),void 0!==l&&(d.axisDefaults=l),d=Object.assign(d,this.optionsState),u&&(d=u(d)),d},refresh(){if(null!==this.chartInstance){const t=this.themeStore.getState(),e=this.getChartOptions(),n=e.transitions;this.suppressTransitions&&(e.transitions=!1),i.hasListener.call(this,"refresh")?this.trigger("refresh",{chartOptions:e,themeOptions:t,chartInstance:this.chartInstance}):this.chartInstance.setOptions(e,t),this.suppressTransitions&&(e.transitions=n,this.suppressTransitions=!1)}},instantiateCoreChart(){const{dir:t,chartConstructor:e}=this.$props,o=this.getChartOptions();let i=null;this.element&&(i=this.element.lastElementChild,i&&this.element.removeChild(i)),this.chartInstance=new e(this.element,o,this.themeStore.getState(),{rtl:this.getDirection(t),intlService:n.provideIntlService(this),observer:this.chartObserver,sender:this}),this.element&&i&&this.element.appendChild(i)},trigger(t,e){const n=function(t,e,n){if(B[t])return new B[t](e,n)}(t,e,this.$props.getTarget()),o=this.observersState;let i=!1;for(let n=0;n<o.length;n++)o[n].trigger(t,e)&&(i=!0);return!1===i&&n?(this.$emit("basechartevent",t.toLowerCase(),n),n.isDefaultPrevented&&n.isDefaultPrevented()):i},triggerDomEvent(t,e){const n=this.observersState;let o=!1;for(let i=0;i<n.length;i++)n[i].trigger(t,e)&&(o=!0);return o},onRender(t){null!==this.chartInstance&&(this.surface=t.sender.surface,this.trigger("render",t))},hasListener(t){return!!this.$props.allListeners&&Object.keys(this.$props.allListeners).some(e=>-1!==e.toLowerCase().indexOf(t.toLowerCase()))},onLegendItemClick(t){if(null!==this.chartInstance)if(this.hasListener("legenditemclick"))this.$emit("legenditemclick",t);else{const{series:e}=this.optionsState;if(!e)return;let n={};const{seriesIndex:o,pointIndex:i}=t,r=e[o];if(void 0===i)n=Object.assign({},r,{visible:u(r.visible)});else{const t=r.pointVisibility=r.pointVisibility||[];t[i]=u(t[i]),n=Object.assign({},r)}this.dispatchOptions({chartCollectionIdxKey:`series_${o}`,payload:n}),this.suppressTransitions=!0,this.refresh()}},onWindowResize(){null!==this.chartInstance&&this.chartInstance.resize()},onChartMouseLeave(t){const e=T(this,t);this.triggerDomEvent("onMouseLeave",e)?t.preventDefault():null!==this.chartInstance&&this.chartInstance.hideElements()},onChildMouseLeave(t){const{event:e}=t;return this.chartInstance&&!s(e.relatedTarget,this.element)&&this.chartInstance.hideElements(),!1},requiresHandlers(t){for(let e=0;e<t.length;e++){const n=t[e];if(this.hasListener(n))return!0}return!1}}}),tt=e.defineComponent({name:"KendoDonutCenter",props:{render:[String,Function,Object]},data:()=>({donutCenterStyles:null}),inject:{optionsState:{default:{}},dispatchOptions:{default:null},dispatchObservers:{default:null},childrenObserver:{default:null}},created(){this.dispatchObservers({type:"add",payload:new o.InstanceObserver(this,{render:"onRender"})})},render(){const{render:t}=this.$props;let n=e.createVNode("span",null,null);const o=i.getTemplate.call(this,{h:e.h,template:t,defaultRendering:null});return t&&this.donutCenterStyles&&(n=e.createVNode("div",{class:"k-chart-donut-center",style:this.donutCenterStyles},[o])),n},methods:{onRender(t){const e=this.optionsState.series,n=Array.isArray(e)?e[0]:null,o=t.sender._plotArea.charts;if(!n||"donut"!==n.type||0===o[0].points.length)return;const i=o[0].points[0].sector,r=i.innerRadius,a=i.center.y-r,s=i.center.x-r,l=2*r;this.donutCenterStyles={height:l+"px",left:s+"px",top:a+"px",width:l+"px"}}}}),et=e.defineComponent({name:"KendoChart",props:{donutCenterRender:[String,Function,Object],dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:void 0},zoomable:{type:[Boolean,Object],default:void 0},seriesColors:{type:Array,default:void 0},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:void 0},panes:{type:Array,default:void 0},seriesDefaults:{type:Object,default:void 0},axisDefaults:{type:Object,default:void 0},onAxislabelclick:Function,onDrag:Function,onDragend:Function,onDragstart:Function,onLegenditemhover:Function,onLegenditemclick:Function,onNoteclick:Function,onNotehover:Function,onPlotareaclick:Function,onPlotareahover:Function,onRender:Function,onSelect:Function,onSelectend:Function,onSelectstart:Function,onSeriesclick:Function,onSerieshover:Function,onZoom:Function,onZoomend:Function,onZoomstart:Function},updated(){this.baseChart=i.getRef(this,"baseChart")},mounted(){this.baseChart=i.getRef(this,"baseChart")},methods:{chartInstance(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface(){return null!==this.baseChart?this.baseChart.surface:null},element(){return null!==this.baseChart?this.baseChart.element:null},getTarget(){return this},handleBaseChartEvents(t,e){this.$emit(t,e)},handleLegendItemClick(t){this.$emit("legenditemclick",t)}},render(){const t=i.getDefaultSlots(this),{donutCenterRender:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h}=this.$props,g=n?i.templateRendering.call(this,n,i.getListeners.call(this)):null;return e.createVNode(Q,{dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h,ref:i.setRef(this,"baseChart"),chartConstructor:o.Chart,getTarget:this.getTarget,wrapper:"div",class:i.classNames("k-chart k-widget"),onLegenditemclick:this.handleLegendItemClick,onBasechartevent:this.handleBaseChartEvents,allListeners:i.getListeners.call(this)},{default:()=>[t,e.createVNode(tt,{render:g},null)]})}});const nt=e.defineComponent({name:"KendoSparkline",props:{dataItems:{type:Array,default:function(){}},type:String,dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated(){this.baseChart=i.getRef(this,"baseChart")},mounted(){this.baseChart=i.getRef(this,"baseChart")},methods:{chartInstance(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface(){return null!==this.baseChart?this.baseChart.surface:null},element(){return null!==this.baseChart?this.baseChart.element:null},getTarget(){return this},deriveOptionsFromParent(t){const{type:e,dataItems:n}=this.$props,i=Object.assign({},t,{type:e,data:n});return o.Sparkline.normalizeOptions(i)},handleBaseChartEvents(t,e){this.$emit(t,e)}},render(){const t=i.getDefaultSlots(this),{dataItems:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h}=this.$props;return e.createVNode(Q,{dataItems:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h,ref:i.setRef(this,"baseChart"),chartConstructor:o.Sparkline,getTarget:this.getTarget,wrapper:"span",deriveOptionsFromParent:this.deriveOptionsFromParent,class:i.classNames("k-sparkline k-widget"),onBasechartevent:this.handleBaseChartEvents},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}});const ot={autoBindElements:!0,liveDrag:!1,partialRedraw:!0},it=e.defineComponent({name:"KendoStockChart",props:{partialRedraw:{type:Boolean,default:void 0},dir:String,renderAs:{type:String,default:void 0,validator:function(t){return["svg","canvas"].includes(t)}},pannable:{type:[Boolean,Object],default:function(){}},zoomable:{type:[Boolean,Object],default:function(){}},seriesColors:{type:Array,default:function(){}},transitions:{type:Boolean,default:!0},paneDefaults:{type:Object,default:function(){}},panes:{type:Array,default:function(){}},seriesDefaults:{type:Object,default:function(){}},axisDefaults:{type:Object,default:function(){}}},updated(){this.baseChart=i.getRef(this,"baseChart")},mounted(){this.baseChart=i.getRef(this,"baseChart")},methods:{chartInstance(){return null!==this.baseChart?this.baseChart.chartInstance:null},surface(){return null!==this.baseChart?this.baseChart.surface:null},element(){return null!==this.baseChart?this.baseChart.element:null},getTarget(){return this},deriveOptionsFromParent(t){const e=Object.assign({},t.navigator||{},ot);return Object.assign({},t,{navigator:e})},onRefresh(t,e,n){this.$props.partialRedraw?(n.applyOptions(t),n.bindCategories(),n.navigator.redrawSlaves()):n.setOptions(t,e)},handleBaseChartEvents(t,e){this.$emit(t,e)}},render(){const t=i.getDefaultSlots(this),{partialRedraw:n,dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h}=this.$props;return e.createVNode(Q,{dir:r,renderAs:a,pannable:s,zoomable:l,seriesColors:u,transitions:d,paneDefaults:c,panes:p,seriesDefaults:f,axisDefaults:h,ref:i.setRef(this,"baseChart"),chartConstructor:o.StockChart,getTarget:this.getTarget,wrapper:"div",deriveOptionsFromParent:this.deriveOptionsFromParent,onRefresh:this.onRefresh,class:i.classNames("k-chart k-stockchart"),onBasechartevent:this.handleBaseChartEvents},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),rt="charts.nodata",at={[rt]:"No data available."},st=e.defineComponent({name:"ChartNoDataOverlay",inject:{kendoLocalizationService:{default:null}},props:{className:String},setup:()=>({kendoLocalizationService:e.inject("kendoLocalizationService",{})}),render(){const t=i.getDefaultSlots(this),{className:o}=this.$props;return e.createVNode("div",{class:i.classNames("k-chart-overlay",o),style:{display:"none"}},[e.createVNode("div",{class:"k-no-data"},[void 0===t?n.provideLocalizationService(this).toLanguageString(rt,at[rt]):t])])}}),lt=e.defineComponent({name:"KendoConfiguration",props:{chartKey:String,config:{type:Object,default:function(){return{}}}},data:()=>({childState:{},index:null}),provide(){return{addChild:this.addChildOption,removeChild:this.removeChildOption,childOption:!0}},inject:{childOption:{default:null},addChild:{default:i.noop},removeChild:{default:i.noop},child:{default:{}},parentKey:{default:null},chartCollection:{default:null},dispatchOptions:{default:null},childrenObserver:{default:null}},created(){this.currentIndex=void 0,this.uid=i.guid(),this.addChild&&this.addChild({chartKey:this.$props.chartKey,payload:Object.assign({},this.$props.config),uid:this.uid})},mounted(){this.dispatch()},watch:{config(t,e){JSON.stringify(t)!==JSON.stringify(e)&&this.dispatch()}},unmounted(){this.onDestroyed()},render(){const t=i.getDefaultSlots(this);return e.createVNode("div",null,[t])},methods:{onDestroyed(){if(this.removeChild){this.removeChild({uid:this.uid});const{chartKey:t,parentStore:e,config:n}=this.$props;(e||this.dispatchOptions)({chartKey:t,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_",uid:this.uid})}},addChildOption(t){this.childState={...this.childState,[t.chartKey]:t.payload},this.dispatch()},removeChildOption(){this.childState={}},dispatch(){const{chartKey:t,parentStore:e,config:n}=this.$props,o=e||this.dispatchOptions;this.childOption?this.addChild({chartKey:t,payload:Object.assign({},n,this.childState)}):this.chartCollection?(this.currentIndex=this.child.collection.findIndex(t=>t.uid===this.uid),o({chartKey:t,parentKey:this.parentKey,chartCollectionIdxKey:this.chartCollection+"_"+this.currentIndex,payload:Object.assign({},n,{uid:this.uid},this.childState)})):o({chartKey:t,payload:Object.assign({},n,this.childState)})}}}),ut=e.defineComponent({name:"KendoChartArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},width:{type:Number,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"chartArea"},function(){return t})}}),dt=e.defineComponent({name:"KendoChartAxisDefaults",props:{background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:void 0},startAngle:{type:Number,default:void 0},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"axisDefaults"},function(){return t})}}),ct=e.defineComponent({name:"KendoChartAxisDefaultsCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"crosshair"},function(){return t})}}),pt=e.defineComponent({name:"KendoChartAxisDefaultsCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"tooltip"},function(){return t})}}),ft=e.defineComponent({name:"KendoChartAxisDefaultsLabels",props:{content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:Boolean,padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),ht=e.defineComponent({name:"KendoChartAxisDefaultsTitle",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),gt=e.defineComponent({name:"KendoCollectionConfiguration",props:{chartKey:String,parentKey:String,parentStore:Object},provide(){return{childOption:!1,chartCollection:this.$props.chartKey,parentKey:this.$props.parentKey,child:this.child,addChild:this.addChild,removeChild:this.removeChild}},inject:{dispatchOptions:{default:null},observersStore:{default:null},childrenObserver:{default:null}},created(){(0,this.dispatchOptions)({chartKey:this.$props.chartKey,payload:[]})},data:()=>({child:{collection:[]}}),render(){const t=i.getDefaultSlots(this);return e.createVNode("div",null,[t,e.createTextVNode(" ")])},methods:{addChild(t){this.child.collection.push(t)},removeChild(t){const e=this.child.collection.findIndex(e=>e.uid===t.uid);this.child.collection.splice(e,1)}}});const yt=e.defineComponent({name:"KendoChartCategoryAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"categoryAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),bt=e.defineComponent({name:"KendoChartCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"crosshair"},function(){return t})}}),mt=e.defineComponent({name:"KendoChartCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"tooltip"},function(){return t})}}),vt=e.defineComponent({name:"KendoChartCategoryAxisItem",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:function(){}},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:[Array,Object],default:function(){}},color:{type:String,default:function(){}},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:function(){}},maxDivisions:{type:Number,default:function(){}},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:void 0},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:function(){}},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:function(){}},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:function(){}},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),St=e.defineComponent({name:"KendoChartCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),Ct=e.defineComponent({name:"KendoChartCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),Ot=e.defineComponent({name:"KendoChartCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),jt=e.defineComponent({name:"KendoChartCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),Nt=e.defineComponent({name:"KendoChartCategoryAxisRangeLabels",props:{position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},skip:Number,step:Number,visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"rangeLabels"},function(){return t})}}),xt=e.defineComponent({name:"KendoChartCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"select"},function(){return t})}}),Dt=e.defineComponent({name:"KendoChartCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),Kt=e.defineComponent({name:"KendoChartLegend",props:{align:{type:String,default:function(){},validator:function(t){return["start","center","end"].includes(t)}},background:{type:String,default:void 0},border:{type:Object,default:function(){}},height:{type:Number,default:void 0},labels:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},offsetX:{type:Number,default:void 0},offsetY:{type:Number,default:void 0},orientation:{type:String,default:function(){},validator:function(t){return["vertical","horizontal"].includes(t)}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right","custom"].includes(t)}},reverse:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0},width:{type:Number,default:void 0},inactiveItems:{type:Object,default:function(){}},item:{type:Object,default:function(){}},spacing:{type:Number,default:void 0},title:{type:Object,default:function(){}},focusHighlight:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"legend"},function(){return t})}}),kt=e.defineComponent({name:"KendoChartLegendInactiveItems",props:{labels:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"inactiveItems"},function(){return t})}}),At=e.defineComponent({name:"KendoChartLegendItem",props:{cursor:String,type:{type:String,default:function(){},validator:function(t){return["area","line"].includes(t)}},line:{type:Object,default:function(){}},area:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"item"},function(){return t})}}),It=e.defineComponent({name:"KendoChartLegendTitle",props:{align:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),Ft=e.defineComponent({name:"KendoChartNavigator",props:{visible:{type:Boolean,default:!0},categoryAxis:{type:Object,default:function(){}},hint:{type:Object,default:function(){}},pane:{type:Object,default:function(){}},select:{type:Object,default:function(){}},series:{type:[Object,Array],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"navigator"},function(){return t})}}),Bt=e.defineComponent({name:"KendoChartNavigatorCategoryAxis",props:{autoBaseUnitSteps:{type:Object,default:function(){}},axisCrossingValue:{type:[Object,Array,Date,Number],default:function(){}},background:{type:String,default:void 0},baseUnit:{type:String,default:function(){},validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},baseUnitStep:{type:[Number,String],default:function(){}},categories:{type:Array,default:function(){}},color:{type:String,default:void 0},justified:{type:Boolean,default:function(){}},line:{type:Object,default:function(){}},majorGridLines:{type:Object,default:function(){}},majorTicks:{type:Object,default:function(){}},max:{type:[Number,Object,String,Date],default:function(){}},maxDateGroups:{type:Number,default:void 0},maxDivisions:{type:Number,default:void 0},min:{type:[Number,Object,String,Date],default:function(){}},minorGridLines:{type:Object,default:function(){}},minorTicks:{type:Object,default:function(){}},name:{type:String,default:function(){}},rangeLabels:{type:Object,default:function(){}},pane:{type:String,default:void 0},plotBands:{type:Array,default:function(){}},reverse:{type:Boolean,default:function(){}},roundToBaseUnit:{type:Boolean,default:function(){}},startAngle:{type:Number,default:void 0},type:{type:String,default:function(){},validator:function(t){return["category","date"].includes(t)}},visible:{type:Boolean,default:function(){}},weekStartDay:{type:Number,default:void 0},crosshair:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},select:{type:Object,default:function(){}},title:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"categoryAxis"},function(){return t})}}),Lt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisCrosshair",props:{color:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"crosshair"},function(){return t})}}),Tt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"tooltip"},function(){return t})}}),$t=e.defineComponent({name:"KendoChartNavigatorCategoryAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:function(){}},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["circle","column","center","right","left"].includes(t)}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),wt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),Vt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),Et=e.defineComponent({name:"KendoChartNavigatorCategoryAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["start","end","onAxis",""].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),Rt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisSelect",props:{from:{type:[Object,Number,String],default:function(){}},max:{type:[Object,Number,String,Date],default:function(){}},min:{type:[Object,Number,String,Date],default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:[Object,Number,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"select"},function(){return t})}}),zt=e.defineComponent({name:"KendoChartNavigatorCategoryAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),Pt=e.defineComponent({name:"KendoChartNavigatorHint",props:{content:{type:Function,default:void 0},format:String,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"hint"},function(){return t})}}),Ht=e.defineComponent({name:"KendoChartNavigatorPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"pane"},function(){return t})}}),Mt=e.defineComponent({name:"KendoChartNavigatorPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),qt=e.defineComponent({name:"KendoChartNavigatorSelect",props:{from:{type:Date,default:function(){}},mousewheel:{type:[Object,Boolean],default:function(){}},to:{type:Date,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"select"},function(){return t})}});const Ut=e.defineComponent({name:"KendoChartNavigatorSeries",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"series",parentKey:"navigator"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),Xt=e.defineComponent({name:"KendoChartNavigatorSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"errorBars"},function(){return t})}}),Yt=e.defineComponent({name:"KendoChartNavigatorSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"extremes"},function(){return t})}}),Gt=e.defineComponent({name:"KendoChartNavigatorSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"highlight"},function(){return t})}}),Wt=e.defineComponent({name:"KendoChartNavigatorSeriesItem",props:{aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),_t=e.defineComponent({name:"KendoChartNavigatorSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"outliers"},function(){return t})}}),Zt=e.defineComponent({name:"KendoChartNavigatorSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(lt,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}}),Jt=e.defineComponent({name:"KendoChartNavigatorSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),Qt=e.defineComponent({name:"KendoChartNavigatorSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"from"},function(){return t})}}),te=e.defineComponent({name:"KendoChartNavigatorSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"to"},function(){return t})}}),ee=e.defineComponent({name:"KendoChartNavigatorSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"markers"},function(){return t})}}),ne=e.defineComponent({name:"KendoChartNavigatorSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),oe=e.defineComponent({name:"KendoChartNavigatorSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),ie=e.defineComponent({name:"KendoChartNavigatorSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),re=e.defineComponent({name:"KendoChartPane",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),ae=e.defineComponent({name:"KendoChartPaneDefaults",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},clip:{type:Boolean,default:void 0},height:{type:Number,default:void 0},margin:{type:[Object,Number],default:function(){}},name:{type:String,default:void 0},padding:{type:[Object,Number],default:function(){}},title:{type:[Object,String],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"paneDefaults"},function(){return t})}}),se=e.defineComponent({name:"KendoChartPaneDefaultsTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),le=e.defineComponent({name:"KendoChartPaneTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","left","right"].includes(t)}},text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}});const ue=e.defineComponent({name:"KendoChartPanes",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"panes"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),de=e.defineComponent({name:"KendoChartPlotArea",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},margin:{type:[Object,Number],default:function(){}},opacity:{type:Number,default:void 0},padding:{type:[Object,Number],default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"plotArea"},function(){return t})}});const ce=e.defineComponent({name:"KendoChartSeries",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"series"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),pe=e.defineComponent({name:"KendoChartSeriesDefaults",props:{border:{type:Object,default:function(){}},gap:Number,overlay:{type:Object,default:function(){}},spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},type:{type:String,default:function(){},validator:function(t){return["area","bar","boxPlot","bubble","bullet","candlestick","column","donut","funnel","horizontalWaterfall","line","ohlc","pie","polarArea","polarLine","polarScatter","radarArea","radarColumn","radarLine","rangeArea","rangeBar","rangeColumn","scatter","scatterLine","verticalArea","verticalBoxPlot","verticalBullet","verticalLine","verticalRangeArea","waterfall"].includes(t)}},visual:{type:Function,default:void 0},labels:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}},focusHighlight:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"seriesDefaults"},function(){return t})}}),fe=e.defineComponent({name:"KendoChartSeriesDefaultsItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0},render:[String,Function,Object]},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(lt,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}}),he=e.defineComponent({name:"KendoChartSeriesDefaultsLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),ge=e.defineComponent({name:"KendoChartSeriesDefaultsLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"from"},function(){return t})}}),ye=e.defineComponent({name:"KendoChartSeriesDefaultsLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"to"},function(){return t})}}),be=e.defineComponent({name:"KendoChartSeriesDefaultsNotes",props:{line:{type:Object,default:function(){}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),me=e.defineComponent({name:"KendoChartSeriesDefaultsNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),ve=e.defineComponent({name:"KendoChartSeriesDefaultsNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),Se=e.defineComponent({name:"KendoChartSeriesErrorBars",props:{color:String,endCaps:{type:Boolean,default:void 0},line:{type:Object,default:function(){}},value:String,visual:{type:Function,default:void 0},xValue:String,yValue:String},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"errorBars"},function(){return t})}}),Ce=e.defineComponent({name:"KendoChartSeriesExtremes",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"extremes"},function(){return t})}}),Oe=e.defineComponent({name:"KendoChartSeriesHighlight",props:{border:{type:Object,default:function(){}},color:String,line:{type:Object,default:function(){}},opacity:Number,toggle:{type:Function,default:void 0},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"highlight"},function(){return t})}}),je=e.defineComponent({name:"KendoChartSeriesItem",props:{autoFit:Boolean,aggregate:{type:[String,Function,Object],default:function(){}},axis:String,border:{type:Object,default:function(){}},categoryAxis:String,categoryField:String,closeField:String,color:{type:[String,Function],default:function(){}},colorField:String,connectors:{type:Object,default:function(){}},currentField:String,dashType:{type:String,default:function(){},validator:function(t){return["dash","dashDot","dot","longDash","longDashDot","longDashDotDot","solid"].includes(t)}},dataItems:{type:Array,default:function(){}},downColor:String,downColorField:String,dynamicHeight:{type:Boolean,default:void 0},dynamicSlope:{type:Boolean,default:void 0},errorHighField:String,errorLowField:String,explodeField:String,field:String,for:String,fromField:String,gap:Number,highField:String,holeSize:Number,line:{type:Object,default:function(){}},lowField:String,lowerField:String,margin:{type:[Object,Number],default:function(){}},maxSize:Number,meanField:String,medianField:String,minSize:Number,missingValues:{type:String,default:function(){},validator:function(t){return["gap","interpolate","zero"].includes(t)}},name:String,neckRatio:Number,negativeColor:String,negativeValues:{type:Object,default:function(){}},noteTextField:String,opacity:Number,openField:String,outliersField:String,overlay:{type:Object,default:function(){}},padding:Number,q1Field:String,q3Field:String,segmentSpacing:Number,size:Number,sizeField:String,spacing:Number,stack:{type:[Boolean,String,Object],default:function(){}},startAngle:Number,lineStyle:{type:String,default:function(){},validator:function(t){return["normal","step","smooth"].includes(t)}},summaryField:String,target:{type:Object,default:function(){}},toField:String,type:{type:String,default:function(){}},upperField:String,visible:{type:Boolean,default:void 0},visibleInLegend:{type:Boolean,default:void 0},visibleInLegendField:String,visual:{type:Function,default:void 0},width:Number,xAxis:String,xErrorHighField:String,xErrorLowField:String,xField:String,yAxis:String,yErrorHighField:String,yErrorLowField:String,yField:String,zIndex:Number,errorBars:{type:Object,default:function(){}},extremes:{type:Object,default:function(){}},highlight:{type:Object,default:function(){}},labels:{type:Object,default:function(){}},markers:{type:Object,default:function(){}},legendItem:{type:Object,default:function(){}},notes:{type:Object,default:function(){}},outliers:{type:Object,default:function(){}},tooltip:{type:Object,default:function(){}},pattern:{type:[Object,Function],default:function(){}},patternField:String},inject:{chartRefresh:{default:i.noop}},watch:{dataItems:{handler(){this.chartRefresh()},deep:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),Ne=e.defineComponent({name:"KendoChartSeriesItemOutliers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"outliers"},function(){return t})}}),xe=e.defineComponent({name:"KendoChartSeriesItemTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},render:[String,Function,Object],visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(lt,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}}),De=e.defineComponent({name:"KendoChartSeriesLabels",props:{align:{type:String,default:function(){},validator:function(t){return["circle","column","center","right","left"].includes(t)}},background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},distance:Number,font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["auto","above","below","center","insideBase","insideEnd","left","outsideEnd","right","top","bottom"].includes(t)}},visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),Ke=e.defineComponent({name:"KendoChartSeriesLabelsFrom",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"from"},function(){return t})}}),ke=e.defineComponent({name:"KendoChartSeriesLabelsTo",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:function(){},validator:function(t){return["center","insideBase","insideEnd","outsideEnd"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"to"},function(){return t})}}),Ae=e.defineComponent({name:"KendoChartSeriesMarkers",props:{background:String,border:{type:Object,default:function(){}},rotation:Number,size:Number,type:{type:String,default:function(){}},visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0},from:{type:Object,default:function(){}},to:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"markers"},function(){return t})}}),Ie=e.defineComponent({name:"KendoChartSeriesNotes",props:{line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),Fe=e.defineComponent({name:"KendoChartSeriesNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),Be=e.defineComponent({name:"KendoChartSeriesNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),Le=e.defineComponent({name:"KendoChartTitle",props:{background:{type:String,default:void 0},border:{type:Object,default:void 0},margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},align:{type:String,default:void 0,validator:function(t){return["center","left","right"].includes(t)}},color:{type:String,default:void 0},font:{type:String,default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom"].includes(t)}},text:{type:String,default:void 0},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),Te=e.defineComponent({name:"KendoChartTooltip",props:{background:{type:String,default:void 0},border:{type:Object,default:function(){}},padding:{type:[Object,Number],default:function(){}},color:{type:String,default:void 0},render:{type:[String,Function,Object],default:void 0},font:{type:String,default:void 0},format:{type:String,default:void 0},opacity:{type:Number,default:void 0},shared:{type:Boolean,default:void 0},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props),o=i.templateRendering.call(this,this.$props.render,i.getListeners.call(this));return e.h(lt,{config:{...n,render:o},chartKey:"tooltip"},function(){return t})}});const $e=e.defineComponent({name:"KendoChartValueAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"valueAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),we=e.defineComponent({name:"KendoChartValueAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"crosshair"},function(){return t})}}),Ve=e.defineComponent({name:"KendoChartValueAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"tooltip"},function(){return t})}}),Ee=e.defineComponent({name:"KendoChartValueAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:void 0},majorGridLines:{type:Object,default:void 0},majorTicks:{type:Object,default:void 0},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:void 0},min:{type:[Number,Object,String,Date],default:void 0},minorGridLines:{type:Object,default:void 0},minorTicks:{type:Object,default:void 0},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:void 0},reverse:{type:Boolean,default:void 0},type:{type:String,default:void 0,validator:function(t){return["numeric","log"].includes(t)}},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:void 0},labels:{type:Object,default:void 0},notes:{type:Object,default:void 0},title:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),Re=e.defineComponent({name:"KendoChartValueAxisLabels",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:function(){}},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:function(){}},rotation:{type:[Object,Number,String],default:function(){}},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),ze=e.defineComponent({name:"KendoChartValueAxisNotes",props:{dataItems:{type:Array,default:function(){}},line:{type:Object,default:function(){}},position:{type:String,default:function(){},validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:function(){}},label:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),Pe=e.defineComponent({name:"KendoChartValueAxisNotesIcon",props:{background:String,border:{type:Object,default:function(){}},size:Number,type:{type:String,default:function(){},validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),He=e.defineComponent({name:"KendoChartValueAxisNotesLabel",props:{background:String,border:{type:Object,default:function(){}},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),Me=e.defineComponent({name:"KendoChartValueAxisTitle",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,margin:{type:[Object,Number],default:function(){}},padding:{type:[Object,Number],default:function(){}},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}});const qe=e.defineComponent({name:"KendoChartXAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"xAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),Ue=e.defineComponent({name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"crosshair"},function(){return t})}}),Xe=e.defineComponent({name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,format:String,padding:{type:[Object,Number],default:void 0},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"tooltip"},function(){return t})}}),Ye=e.defineComponent({name:"KendoChartXAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:function(){}},background:{type:String,default:void 0},categories:{type:Array,default:void 0},baseUnit:{type:String,default:void 0,validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},color:{type:String,default:void 0},line:{type:Object,default:void 0},majorGridLines:{type:Object,default:void 0},majorTicks:{type:Object,default:void 0},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:void 0},min:{type:[Number,Object,String,Date],default:void 0},minorGridLines:{type:Object,default:void 0},minorTicks:{type:Object,default:void 0},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:void 0},startAngle:{type:Number,default:void 0},reverse:{type:Boolean,default:void 0},type:{type:String,default:void 0,validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:void 0},labels:{type:Object,default:void 0},notes:{type:Object,default:void 0},title:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),Ge=e.defineComponent({name:"KendoChartXAxisLabels",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:void 0},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:void 0},rotation:{type:[Object,Number,String],default:void 0},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),We=e.defineComponent({name:"KendoChartXAxisNotes",props:{dataItems:{type:Array,default:void 0},line:{type:Object,default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:void 0},label:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),_e=e.defineComponent({name:"KendoChartXAxisNotesIcon",props:{background:String,border:{type:Object,default:void 0},size:Number,type:{type:String,default:void 0,validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),Ze=e.defineComponent({name:"KendoChartXAxisNotesLabel",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),Je=e.defineComponent({name:"KendoChartXAxisTitle",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}});const Qe=e.defineComponent({name:"KendoChartYAxis",render(){const t=i.getDefaultSlots(this);return e.createVNode(gt,{chartKey:"yAxis"},function(t){return"function"==typeof t||"[object Object]"===Object.prototype.toString.call(t)&&!e.isVNode(t)}(t)?t:{default:()=>[t]})}}),tn=e.defineComponent({name:"KendoChartYAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"crosshair"},function(){return t})}}),en=e.defineComponent({name:"KendoChartYAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,format:String,padding:{type:[Object,Number],default:void 0},visible:{type:Boolean,default:!0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"tooltip"},function(){return t})}}),nn=e.defineComponent({name:"KendoChartYAxisItem",props:{axisCrossingValue:{type:[Array,Object,Date,Number],default:void 0},background:{type:String,default:void 0},baseUnit:{type:String,default:void 0,validator:function(t){return["milliseconds","seconds","minutes","hours","days","weeks","months","years","auto","fit"].includes(t)}},categories:{type:Array,default:void 0},color:{type:String,default:void 0},line:{type:Object,default:void 0},majorGridLines:{type:Object,default:void 0},majorTicks:{type:Object,default:void 0},majorUnit:{type:Number,default:void 0},max:{type:[Number,Object,String,Date],default:void 0},min:{type:[Number,Object,String,Date],default:void 0},minorGridLines:{type:Object,default:void 0},minorTicks:{type:Object,default:void 0},minorUnit:{type:Number,default:void 0},name:{type:String,default:void 0},narrowRange:{type:Boolean,default:void 0},pane:{type:String,default:void 0},plotBands:{type:Array,default:void 0},reverse:{type:Boolean,default:void 0},type:{type:String,default:void 0,validator:function(t){return["numeric","log","date"].includes(t)}},visible:{type:Boolean,default:void 0},crosshair:{type:Object,default:void 0},labels:{type:Object,default:void 0},notes:{type:Object,default:void 0},title:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n},function(){return t})}}),on=e.defineComponent({name:"KendoChartYAxisLabels",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},culture:String,dateFormats:{type:Object,default:void 0},font:String,format:String,margin:{type:[Object,Number],default:void 0},mirror:{type:Boolean,default:void 0},padding:{type:[Object,Number],default:void 0},rotation:{type:[Object,Number,String],default:void 0},skip:Number,step:Number,visible:{type:Boolean,default:!0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"labels"},function(){return t})}}),rn=e.defineComponent({name:"KendoChartYAxisNotes",props:{dataItems:{type:Array,default:void 0},line:{type:Object,default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right"].includes(t)}},visual:{type:Function,default:void 0},icon:{type:Object,default:void 0},label:{type:Object,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"notes"},function(){return t})}}),an=e.defineComponent({name:"KendoChartYAxisNotesIcon",props:{background:String,border:{type:Object,default:void 0},size:Number,type:{type:String,default:void 0,validator:function(t){return["square","circle","triangle","cross"].includes(t)}},visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"icon"},function(){return t})}}),sn=e.defineComponent({name:"KendoChartYAxisNotesLabel",props:{background:String,border:{type:Object,default:void 0},color:String,content:{type:Function,default:void 0},font:String,format:String,position:{type:String,default:void 0,validator:function(t){return["inside","outside"].includes(t)}},rotation:Number,visible:{type:Boolean,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"label"},function(){return t})}}),ln=e.defineComponent({name:"KendoChartYAxisTitle",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,margin:{type:[Object,Number],default:void 0},padding:{type:[Object,Number],default:void 0},position:{type:String,default:void 0,validator:function(t){return["top","bottom","left","right","center"].includes(t)}},rotation:Number,text:String,visible:{type:Boolean,default:void 0},visual:{type:Function,default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"title"},function(){return t})}}),un=e.defineComponent({name:"KendoChartZoomable",props:{mousewheel:{type:[Boolean,Object],default:void 0},selection:{type:[Boolean,Object],default:void 0}},render(){const t=i.getDefaultSlots(this),n=l(this.$props);return e.h(lt,{config:n,chartKey:"zoomable"},function(){return t})}}),dn="sankey.tooltipUnitFormat",cn={[dn]:"({0} units)"},pn={display:"flex",alignItems:"center"},fn=e.defineComponent({name:"Square",props:{color:String},render(){return e.createVNode("div",{style:{width:"15px",height:"15px","background-color":this.$props.color,display:"inline-flex",marginLeft:3}},null)}}),hn=e.defineComponent({name:"Text",props:{value:String},render(){return e.createVNode("span",{style:{margin:"0 3px"}},[this.$props.value])}}),gn=e.defineComponent({name:"Units",props:{value:Number},inject:{kendoLocalizationService:{default:null}},render(){const t=n.provideLocalizationService(this).toLanguageString(dn,cn[dn]),o=new n.IntlService("en").format(t,[this.$props.value||0]);return e.createVNode(hn,{value:o},null)}}),yn=e.defineComponent({name:"NodeTooltipContent",props:{dataItem:Object,nodeValue:Number,dir:String},render(){const{color:t,label:n}=this.$props.dataItem;return e.createVNode("div",{style:pn,class:"k-tooltip-content"},[e.createVNode(fn,{color:t},null),e.createVNode(hn,{value:n.text},null),e.createVNode(gn,{value:this.$props.nodeValue},null)])}}),bn=e.defineComponent({name:"LinkTooltipContent",props:{dataItem:Object,dir:String,nodeValue:Number},render(){const{dir:t,dataItem:n}=this.$props,{source:o,target:r,value:s}=n,l="rtl"===t?a.arrowLeftIcon:a.arrowRightIcon;return e.createVNode("div",{style:pn},[e.createVNode(fn,{color:o.color},null),e.createVNode(hn,{value:o.label.text},null),e.createVNode(i.Icon,{icon:l,name:l.name},null),e.createVNode(fn,{color:r.color},null),e.createVNode(hn,{value:r.label.text},null),e.createVNode(gn,{value:s},null)])}}),mn=e.defineComponent({name:"SankeyTooltip",props:{eventData:Object,tooltipData:Object,nodeContent:[String,Object,Function],linkContent:[String,Object,Function],dir:String,offset:Number,appendTo:Object},data:()=>({top:"",left:"",visibility:"hidden"}),mounted(){this.element=i.getRef(this,"element"),this.showTooltip()},updated(){this.showTooltip();const t=this.$props.appendTo?this.$props.appendTo:this.element.ownerDocument.body;this.element.parentElement!==t&&this.element.ownerDocument.body.append(this.element)},methods:{showTooltip(){const{offset:t,tooltipData:e}=this.$props,n=this.element;if(!e||!n)return;const o=n.offsetWidth,i=n.offsetHeight,r={...e.popupOffset},a=e.popupAlign;r.left+="left"===a.horizontal?t:-1*t,"right"===a.horizontal&&(r.left-=o),"bottom"===a.vertical?r.top-=i+t:r.top+=t,this.$data.top=r.top+"px",this.$data.left=r.left+"px",this.$data.visibility=""}},render(){const{nodeContent:t,linkContent:n,dir:o,eventData:{dataItem:r,nodeValue:a,targetType:s}}=this.$props,l="node"===s?t:n,u="node"===s?yn:bn,d=i.getTemplate.call(this,{h:e.h,template:l,defaultRendering:e.createVNode(u,{dataItem:r,nodeValue:a,dir:o},null)});return e.createVNode("div",{ref:i.setRef(this,"element"),style:{top:this.top,left:this.left,visibility:this.visibility},class:"k-tooltip k-sankey-tooltip k-chart-tooltip k-chart-shared-tooltip",dir:o},[e.createVNode("div",{class:"k-tooltip-content"},[d])])}}),vn={visible:!0,offset:12},Sn=e.defineComponent({name:"KendoSankey",emits:{linkclick:null,linkenter:null,linkleave:null,nodeclick:null,nodeenter:null,nodeleave:null},inheritAttrs:!1,props:{dataNodes:{type:Array,required:!0},dataLinks:{type:Array,required:!0},disableAutoLayout:Boolean,disableKeyboardNavigation:Boolean,dir:String,labels:Object,legend:Object,links:Object,nodes:Object,title:Object,tooltip:Object},created(){i.validatePackage(J),this.instance=null},data:()=>({currentTooltip:null,currentDir:void 0}),watch:{dataNodes:function(){this.update(this)},dataLinks:function(){this.update(this)},links:function(){this.update(this)},nodes:function(){this.update(this)},labels:function(){this.update(this)},title:function(){this.update(this)},legend:function(){this.update(this)},disableAutoLayout:function(){this.update(this)},disableKeyboardNavigation:function(){this.update(this)},dir:function(){this.update(this)},tooltip:function(){this.update(this)}},computed:{sankeyClasses(){const t=this.$attrs.class;return{"k-chart k-sankey":!0,[t]:!!t}}},mounted(){this.element=i.getRef(this,"element"),this.currentDir=i.getDir(this.element,this.$props.dir),this.createSankey(this)},unmounted(){this.destroySankey()},methods:{exportVisual(t){return this.instance.exportVisual(t)},destroySankey(){this.instance&&(this.instance.destroy(),this.instance=null)},createSankey(){const t=this.element;if(!t)return;const e=this.sankeyOptions(),n=o.sankeyTheme(t);this.instance=new o.Sankey(t,e,n),this.bindEvents(this.instance)},update(){this.instance&&this.instance.setOptions(this.sankeyOptions())},bindEvents(t){t.bind("nodeEnter",this.triggerEvent),t.bind("nodeLeave",this.triggerEvent),t.bind("linkEnter",this.triggerEvent),t.bind("linkLeave",this.triggerEvent),t.bind("nodeClick",this.triggerEvent),t.bind("linkClick",this.triggerEvent),t.bind("tooltipShow",this.onTooltipShow),t.bind("tooltipHide",this.onTooltipHide)},triggerEvent(t){const e={...t,target:this};this.$emit(t.type.toLowerCase(),e)},sankeyOptions(){const{dataNodes:t,dataLinks:e,links:n,nodes:o,labels:i,title:r,legend:a,disableAutoLayout:s,disableKeyboardNavigation:l,tooltip:u}=this.$props;return{data:{nodes:t,links:e},links:n,nodes:o,labels:i,title:r,legend:a,disableAutoLayout:s,disableKeyboardNavigation:l,rtl:"rtl"===this.currentDir,tooltip:{...vn,...u}}},onTooltipShow(t){const{visible:e}={...vn,...this.$props.tooltip};if(e){const e={tooltipData:t.tooltipData,eventData:{dataItem:t.dataItem,nodeValue:t.nodeValue,targetType:t.targetType}};this.currentTooltip=e}},onTooltipHide(){this.currentTooltip=null}},render(){const{nodeContent:t,linkContent:n,offset:o}=this.$props.tooltip||{},r=i.templateRendering.call(this,t,i.getListeners.call(this)),a=i.templateRendering.call(this,n,i.getListeners.call(this)),s=this.$props.dir||this.currentDir;return[e.createVNode("div",{ref:i.setRef(this,"element"),class:this.sankeyClasses,style:this.$attrs.style,dir:s},null),this.currentTooltip&&e.createVNode(mn,{tooltipData:this.currentTooltip.tooltipData,eventData:this.currentTooltip.eventData,dir:s,offset:o||12,nodeContent:r,linkContent:a},null)]}}),Cn=o.createSankeyData;Object.defineProperty(t,"WeekStartDay",{enumerable:!0,get:function(){return o.WeekStartDay}}),t.AxisLabelClickEvent=c,t.Chart=et,t.ChartArea=ut,t.ChartAxisDefaults=dt,t.ChartAxisDefaultsCrosshair=ct,t.ChartAxisDefaultsCrosshairTooltip=pt,t.ChartAxisDefaultsLabels=ft,t.ChartAxisDefaultsTitle=ht,t.ChartCategoryAxis=yt,t.ChartCategoryAxisCrosshair=bt,t.ChartCategoryAxisCrosshairTooltip=mt,t.ChartCategoryAxisItem=vt,t.ChartCategoryAxisLabels=St,t.ChartCategoryAxisNotes=Ct,t.ChartCategoryAxisNotesIcon=Ot,t.ChartCategoryAxisNotesLabel=jt,t.ChartCategoryAxisRangeLabels=Nt,t.ChartCategoryAxisSelect=xt,t.ChartCategoryAxisTitle=Dt,t.ChartLegend=Kt,t.ChartLegendInactiveItems=kt,t.ChartLegendItem=At,t.ChartLegendTitle=It,t.ChartNavigator=Ft,t.ChartNavigatorCategoryAxis=Bt,t.ChartNavigatorCategoryAxisCrosshair=Lt,t.ChartNavigatorCategoryAxisCrosshairTooltip=Tt,t.ChartNavigatorCategoryAxisLabels=$t,t.ChartNavigatorCategoryAxisNotes=wt,t.ChartNavigatorCategoryAxisNotesIcon=Vt,t.ChartNavigatorCategoryAxisNotesLabel=Et,t.ChartNavigatorCategoryAxisSelect=Rt,t.ChartNavigatorCategoryAxisTitle=zt,t.ChartNavigatorHint=Pt,t.ChartNavigatorPane=Ht,t.ChartNavigatorPaneTitle=Mt,t.ChartNavigatorSelect=qt,t.ChartNavigatorSeries=Ut,t.ChartNavigatorSeriesErrorBars=Xt,t.ChartNavigatorSeriesExtremes=Yt,t.ChartNavigatorSeriesHighlight=Gt,t.ChartNavigatorSeriesItem=Wt,t.ChartNavigatorSeriesItemOutliers=_t,t.ChartNavigatorSeriesItemTooltip=Zt,t.ChartNavigatorSeriesLabels=Jt,t.ChartNavigatorSeriesLabelsFrom=Qt,t.ChartNavigatorSeriesLabelsTo=te,t.ChartNavigatorSeriesMarkers=ee,t.ChartNavigatorSeriesNotes=ne,t.ChartNavigatorSeriesNotesIcon=oe,t.ChartNavigatorSeriesNotesLabel=ie,t.ChartNoDataOverlay=st,t.ChartPane=re,t.ChartPaneDefaults=ae,t.ChartPaneDefaultsTitle=se,t.ChartPaneTitle=le,t.ChartPanes=ue,t.ChartPlotArea=de,t.ChartSeries=ce,t.ChartSeriesDefaults=pe,t.ChartSeriesDefaultsItemTooltip=fe,t.ChartSeriesDefaultsLabels=he,t.ChartSeriesDefaultsLabelsFrom=ge,t.ChartSeriesDefaultsLabelsTo=ye,t.ChartSeriesDefaultsNotes=be,t.ChartSeriesDefaultsNotesIcon=me,t.ChartSeriesDefaultsNotesLabel=ve,t.ChartSeriesErrorBars=Se,t.ChartSeriesExtremes=Ce,t.ChartSeriesHighlight=Oe,t.ChartSeriesItem=je,t.ChartSeriesItemOutliers=Ne,t.ChartSeriesItemTooltip=xe,t.ChartSeriesLabels=De,t.ChartSeriesLabelsFrom=Ke,t.ChartSeriesLabelsTo=ke,t.ChartSeriesMarkers=Ae,t.ChartSeriesNotes=Ie,t.ChartSeriesNotesIcon=Fe,t.ChartSeriesNotesLabel=Be,t.ChartTitle=Le,t.ChartTooltip=Te,t.ChartValueAxis=$e,t.ChartValueAxisCrosshair=we,t.ChartValueAxisCrosshairTooltip=Ve,t.ChartValueAxisItem=Ee,t.ChartValueAxisLabels=Re,t.ChartValueAxisNotes=ze,t.ChartValueAxisNotesIcon=Pe,t.ChartValueAxisNotesLabel=He,t.ChartValueAxisTitle=Me,t.ChartXAxis=qe,t.ChartXAxisCrosshair=Ue,t.ChartXAxisCrosshairTooltip=Xe,t.ChartXAxisItem=Ye,t.ChartXAxisLabels=Ge,t.ChartXAxisNotes=We,t.ChartXAxisNotesIcon=_e,t.ChartXAxisNotesLabel=Ze,t.ChartXAxisTitle=Je,t.ChartYAxis=Qe,t.ChartYAxisCrosshair=tn,t.ChartYAxisCrosshairTooltip=en,t.ChartYAxisItem=nn,t.ChartYAxisLabels=on,t.ChartYAxisNotes=rn,t.ChartYAxisNotesIcon=an,t.ChartYAxisNotesLabel=sn,t.ChartYAxisTitle=ln,t.ChartZoomable=un,t.DragEndEvent=h,t.DragEvent=f,t.DragStartEvent=g,t.LegendItemClickEvent=b,t.LegendItemHoverEvent=y,t.NavigatorFilterEvent=m,t.NoteClickEvent=v,t.NoteHoverEvent=S,t.PlotAreaClickEvent=C,t.PlotAreaHoverEvent=O,t.RenderEvent=j,t.Sankey=Sn,t.SelectEndEvent=x,t.SelectEvent=N,t.SelectStartEvent=D,t.SeriesClickEvent=K,t.SeriesHoverEvent=k,t.Sparkline=nt,t.StockChart=it,t.TooltipPoint=E,t.ZoomEndEvent=I,t.ZoomEvent=A,t.ZoomStartEvent=F,t.createSankeyData=Cn,t.exportVisual=(t,e={})=>{if(t&&null!==t.chartInstance())return t.chartInstance().exportVisual(e)},t.findAxisByName=(t,e)=>{if(t&&null!==t.chartInstance())return t.chartInstance().findAxisByName(e)},t.findPaneByIndex=(t,e)=>{if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByIndex(e)},t.findPaneByName=(t,e)=>{if(t&&null!==t.chartInstance())return t.chartInstance().findPaneByName(e)},t.toDomEvent=T});
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { BaseEvent } from './base-event';
9
- import { EventAxisOptions } from '../api-types/event-axis-options.interface';
9
+ import { EventAxisOptions } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `axisLabelClick` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { BaseEvent } from './base-event';
9
- import { AxisRange } from '../api-types/axis-range.interface';
9
+ import { AxisRange } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `dragEnd` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { PreventableEvent } from './preventable-event';
9
- import { AxisRange } from '../api-types/axis-range.interface';
9
+ import { AxisRange } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `drag` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { PreventableEvent } from './preventable-event';
9
- import { AxisRange } from '../api-types/axis-range.interface';
9
+ import { AxisRange } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `dragStart` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { PreventableEvent } from './preventable-event';
9
- import { EventSeriesOptions } from '../api-types/event-series-options.interface';
9
+ import { EventSeriesOptions } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `legendItemClick` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { PreventableEvent } from './preventable-event';
9
- import { EventSeriesOptions } from '../api-types/event-series-options.interface';
9
+ import { EventSeriesOptions } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `legendItemHover` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { PreventableEvent } from './preventable-event';
9
- import { EventSeriesOptions } from '../api-types/event-series-options.interface';
9
+ import { EventSeriesOptions } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `legendItemLeave` event.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { BaseEvent } from './base-event';
9
- import { EventSeriesOptions } from '../api-types/event-series-options.interface';
9
+ import { EventSeriesOptions } from '../common/api-types';
10
10
  /**
11
11
  * Arguments for the `noteClick` event.
12
12
  */