@progress/kendo-vue-charts 2.7.3 → 2.8.0-dev.202201111325

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 (546) hide show
  1. package/dist/cdn/js/kendo-vue-charts.js +1 -1
  2. package/dist/es/BaseChart.d.ts +5 -6
  3. package/dist/es/BaseChart.js +3 -3
  4. package/dist/es/Chart.d.ts +5 -6
  5. package/dist/es/Chart.js +3 -3
  6. package/dist/es/DonutCenter.d.ts +5 -6
  7. package/dist/es/DonutCenter.js +3 -3
  8. package/dist/es/Sparkline.d.ts +5 -6
  9. package/dist/es/Sparkline.js +3 -3
  10. package/dist/es/StockChart.d.ts +5 -6
  11. package/dist/es/StockChart.js +3 -3
  12. package/dist/es/additionalTypes.ts +7 -1
  13. package/dist/es/components/AxisDefaults.d.ts +4 -5
  14. package/dist/es/components/AxisDefaults.js +3 -3
  15. package/dist/es/components/CategoryAxis.d.ts +4 -5
  16. package/dist/es/components/CategoryAxis.js +3 -3
  17. package/dist/es/components/CategoryAxisItem.d.ts +4 -5
  18. package/dist/es/components/CategoryAxisItem.js +3 -3
  19. package/dist/es/components/ChartArea.d.ts +4 -5
  20. package/dist/es/components/ChartArea.js +3 -3
  21. package/dist/es/components/Legend.d.ts +4 -5
  22. package/dist/es/components/Legend.js +3 -3
  23. package/dist/es/components/Navigator.d.ts +4 -5
  24. package/dist/es/components/Navigator.js +3 -3
  25. package/dist/es/components/Pane.d.ts +4 -5
  26. package/dist/es/components/Pane.js +3 -3
  27. package/dist/es/components/PaneDefaults.d.ts +4 -5
  28. package/dist/es/components/PaneDefaults.js +3 -3
  29. package/dist/es/components/Panes.d.ts +4 -5
  30. package/dist/es/components/Panes.js +3 -3
  31. package/dist/es/components/PlotArea.d.ts +4 -5
  32. package/dist/es/components/PlotArea.js +3 -3
  33. package/dist/es/components/Series.d.ts +4 -5
  34. package/dist/es/components/Series.js +3 -3
  35. package/dist/es/components/SeriesDefaults.d.ts +4 -5
  36. package/dist/es/components/SeriesDefaults.js +3 -3
  37. package/dist/es/components/SeriesItem.d.ts +4 -5
  38. package/dist/es/components/SeriesItem.js +3 -3
  39. package/dist/es/components/Title.d.ts +4 -5
  40. package/dist/es/components/Title.js +3 -3
  41. package/dist/es/components/Tooltip.d.ts +4 -5
  42. package/dist/es/components/Tooltip.js +3 -3
  43. package/dist/es/components/ValueAxis.d.ts +4 -5
  44. package/dist/es/components/ValueAxis.js +3 -3
  45. package/dist/es/components/ValueAxisItem.d.ts +4 -5
  46. package/dist/es/components/ValueAxisItem.js +3 -3
  47. package/dist/es/components/XAxis.d.ts +4 -5
  48. package/dist/es/components/XAxis.js +3 -3
  49. package/dist/es/components/XAxisItem.d.ts +4 -5
  50. package/dist/es/components/XAxisItem.js +3 -3
  51. package/dist/es/components/YAxis.d.ts +4 -5
  52. package/dist/es/components/YAxis.js +3 -3
  53. package/dist/es/components/YAxisItem.d.ts +4 -5
  54. package/dist/es/components/YAxisItem.js +3 -3
  55. package/dist/es/components/Zoomable.d.ts +4 -5
  56. package/dist/es/components/Zoomable.js +3 -3
  57. package/dist/es/components/axis-defaults/Crosshair.d.ts +4 -5
  58. package/dist/es/components/axis-defaults/Crosshair.js +3 -3
  59. package/dist/es/components/axis-defaults/CrosshairTooltip.d.ts +4 -5
  60. package/dist/es/components/axis-defaults/CrosshairTooltip.js +3 -3
  61. package/dist/es/components/axis-defaults/Labels.d.ts +4 -5
  62. package/dist/es/components/axis-defaults/Labels.js +3 -3
  63. package/dist/es/components/axis-defaults/Title.d.ts +4 -5
  64. package/dist/es/components/axis-defaults/Title.js +3 -3
  65. package/dist/es/components/axis-defaults/main.d.ts +5 -5
  66. package/dist/es/components/axis-defaults/main.js +5 -5
  67. package/dist/es/components/base/CollectionConfigurationComponent.d.ts +5 -6
  68. package/dist/es/components/base/CollectionConfigurationComponent.js +3 -3
  69. package/dist/es/components/base/ConfigurationComponent.d.ts +5 -6
  70. package/dist/es/components/base/ConfigurationComponent.js +3 -3
  71. package/dist/es/components/category-axis-item/Crosshair.d.ts +4 -5
  72. package/dist/es/components/category-axis-item/Crosshair.js +3 -3
  73. package/dist/es/components/category-axis-item/CrosshairTooltip.d.ts +4 -5
  74. package/dist/es/components/category-axis-item/CrosshairTooltip.js +3 -3
  75. package/dist/es/components/category-axis-item/Labels.d.ts +4 -5
  76. package/dist/es/components/category-axis-item/Labels.js +3 -3
  77. package/dist/es/components/category-axis-item/Notes.d.ts +4 -5
  78. package/dist/es/components/category-axis-item/Notes.js +3 -3
  79. package/dist/es/components/category-axis-item/NotesIcon.d.ts +4 -5
  80. package/dist/es/components/category-axis-item/NotesIcon.js +3 -3
  81. package/dist/es/components/category-axis-item/NotesLabel.d.ts +4 -5
  82. package/dist/es/components/category-axis-item/NotesLabel.js +3 -3
  83. package/dist/es/components/category-axis-item/RangeLabels.d.ts +4 -5
  84. package/dist/es/components/category-axis-item/RangeLabels.js +3 -3
  85. package/dist/es/components/category-axis-item/Select.d.ts +4 -5
  86. package/dist/es/components/category-axis-item/Select.js +3 -3
  87. package/dist/es/components/category-axis-item/Title.d.ts +4 -5
  88. package/dist/es/components/category-axis-item/Title.js +3 -3
  89. package/dist/es/components/category-axis-item/main.d.ts +10 -10
  90. package/dist/es/components/category-axis-item/main.js +10 -10
  91. package/dist/es/components/legend/InactiveItems.d.ts +4 -5
  92. package/dist/es/components/legend/InactiveItems.js +3 -3
  93. package/dist/es/components/legend/Item.d.ts +4 -5
  94. package/dist/es/components/legend/Item.js +3 -3
  95. package/dist/es/components/legend/Title.d.ts +4 -5
  96. package/dist/es/components/legend/Title.js +3 -3
  97. package/dist/es/components/legend/main.d.ts +4 -4
  98. package/dist/es/components/legend/main.js +4 -4
  99. package/dist/es/components/main.d.ts +23 -23
  100. package/dist/es/components/main.js +23 -23
  101. package/dist/es/components/navigator/CategoryAxis.d.ts +4 -5
  102. package/dist/es/components/navigator/CategoryAxis.js +3 -3
  103. package/dist/es/components/navigator/Hint.d.ts +4 -5
  104. package/dist/es/components/navigator/Hint.js +3 -3
  105. package/dist/es/components/navigator/Pane.d.ts +4 -5
  106. package/dist/es/components/navigator/Pane.js +3 -3
  107. package/dist/es/components/navigator/Select.d.ts +4 -5
  108. package/dist/es/components/navigator/Select.js +3 -3
  109. package/dist/es/components/navigator/Series.d.ts +4 -5
  110. package/dist/es/components/navigator/Series.js +3 -3
  111. package/dist/es/components/navigator/SeriesItem.d.ts +4 -5
  112. package/dist/es/components/navigator/SeriesItem.js +3 -3
  113. package/dist/es/components/navigator/category-axis/Crosshair.d.ts +4 -5
  114. package/dist/es/components/navigator/category-axis/Crosshair.js +3 -3
  115. package/dist/es/components/navigator/category-axis/CrosshairTooltip.d.ts +4 -5
  116. package/dist/es/components/navigator/category-axis/CrosshairTooltip.js +3 -3
  117. package/dist/es/components/navigator/category-axis/Labels.d.ts +4 -5
  118. package/dist/es/components/navigator/category-axis/Labels.js +3 -3
  119. package/dist/es/components/navigator/category-axis/Notes.d.ts +4 -5
  120. package/dist/es/components/navigator/category-axis/Notes.js +3 -3
  121. package/dist/es/components/navigator/category-axis/NotesIcon.d.ts +4 -5
  122. package/dist/es/components/navigator/category-axis/NotesIcon.js +3 -3
  123. package/dist/es/components/navigator/category-axis/NotesLabel.d.ts +4 -5
  124. package/dist/es/components/navigator/category-axis/NotesLabel.js +3 -3
  125. package/dist/es/components/navigator/category-axis/Select.d.ts +4 -5
  126. package/dist/es/components/navigator/category-axis/Select.js +3 -3
  127. package/dist/es/components/navigator/category-axis/Title.d.ts +4 -5
  128. package/dist/es/components/navigator/category-axis/Title.js +3 -3
  129. package/dist/es/components/navigator/category-axis/main.d.ts +9 -9
  130. package/dist/es/components/navigator/category-axis/main.js +9 -9
  131. package/dist/es/components/navigator/main.d.ts +7 -7
  132. package/dist/es/components/navigator/main.js +7 -7
  133. package/dist/es/components/navigator/pane/Title.d.ts +4 -5
  134. package/dist/es/components/navigator/pane/Title.js +3 -3
  135. package/dist/es/components/navigator/pane/main.d.ts +2 -2
  136. package/dist/es/components/navigator/pane/main.js +2 -2
  137. package/dist/es/components/navigator/series-item/ErrorBars.d.ts +4 -5
  138. package/dist/es/components/navigator/series-item/ErrorBars.js +3 -3
  139. package/dist/es/components/navigator/series-item/Extremes.d.ts +4 -5
  140. package/dist/es/components/navigator/series-item/Extremes.js +3 -3
  141. package/dist/es/components/navigator/series-item/Highlight.d.ts +4 -5
  142. package/dist/es/components/navigator/series-item/Highlight.js +3 -3
  143. package/dist/es/components/navigator/series-item/Labels.d.ts +4 -5
  144. package/dist/es/components/navigator/series-item/Labels.js +3 -3
  145. package/dist/es/components/navigator/series-item/LabelsFrom.d.ts +4 -5
  146. package/dist/es/components/navigator/series-item/LabelsFrom.js +3 -3
  147. package/dist/es/components/navigator/series-item/LabelsTo.d.ts +4 -5
  148. package/dist/es/components/navigator/series-item/LabelsTo.js +3 -3
  149. package/dist/es/components/navigator/series-item/Markers.d.ts +4 -5
  150. package/dist/es/components/navigator/series-item/Markers.js +3 -3
  151. package/dist/es/components/navigator/series-item/Notes.d.ts +4 -5
  152. package/dist/es/components/navigator/series-item/Notes.js +3 -3
  153. package/dist/es/components/navigator/series-item/NotesIcon.d.ts +4 -5
  154. package/dist/es/components/navigator/series-item/NotesIcon.js +3 -3
  155. package/dist/es/components/navigator/series-item/NotesLabel.d.ts +4 -5
  156. package/dist/es/components/navigator/series-item/NotesLabel.js +3 -3
  157. package/dist/es/components/navigator/series-item/Outliers.d.ts +4 -5
  158. package/dist/es/components/navigator/series-item/Outliers.js +3 -3
  159. package/dist/es/components/navigator/series-item/Tooltip.d.ts +4 -5
  160. package/dist/es/components/navigator/series-item/Tooltip.js +3 -3
  161. package/dist/es/components/navigator/series-item/main.d.ts +13 -13
  162. package/dist/es/components/navigator/series-item/main.js +13 -13
  163. package/dist/es/components/pane/Title.d.ts +4 -5
  164. package/dist/es/components/pane/Title.js +3 -3
  165. package/dist/es/components/pane/main.d.ts +2 -2
  166. package/dist/es/components/pane/main.js +2 -2
  167. package/dist/es/components/pane-defaults/Title.d.ts +4 -5
  168. package/dist/es/components/pane-defaults/Title.js +3 -3
  169. package/dist/es/components/pane-defaults/main.d.ts +2 -2
  170. package/dist/es/components/pane-defaults/main.js +2 -2
  171. package/dist/es/components/series-defaults/Labels.d.ts +4 -5
  172. package/dist/es/components/series-defaults/Labels.js +3 -3
  173. package/dist/es/components/series-defaults/LabelsFrom.d.ts +4 -5
  174. package/dist/es/components/series-defaults/LabelsFrom.js +3 -3
  175. package/dist/es/components/series-defaults/LabelsTo.d.ts +4 -5
  176. package/dist/es/components/series-defaults/LabelsTo.js +3 -3
  177. package/dist/es/components/series-defaults/Notes.d.ts +4 -5
  178. package/dist/es/components/series-defaults/Notes.js +3 -3
  179. package/dist/es/components/series-defaults/NotesIcon.d.ts +4 -5
  180. package/dist/es/components/series-defaults/NotesIcon.js +3 -3
  181. package/dist/es/components/series-defaults/NotesLabel.d.ts +4 -5
  182. package/dist/es/components/series-defaults/NotesLabel.js +3 -3
  183. package/dist/es/components/series-defaults/Tooltip.d.ts +4 -5
  184. package/dist/es/components/series-defaults/Tooltip.js +3 -3
  185. package/dist/es/components/series-defaults/main.d.ts +8 -8
  186. package/dist/es/components/series-defaults/main.js +8 -8
  187. package/dist/es/components/series-item/ErrorBars.d.ts +4 -5
  188. package/dist/es/components/series-item/ErrorBars.js +3 -3
  189. package/dist/es/components/series-item/Extremes.d.ts +4 -5
  190. package/dist/es/components/series-item/Extremes.js +3 -3
  191. package/dist/es/components/series-item/Highlight.d.ts +4 -5
  192. package/dist/es/components/series-item/Highlight.js +3 -3
  193. package/dist/es/components/series-item/Labels.d.ts +4 -5
  194. package/dist/es/components/series-item/Labels.js +3 -3
  195. package/dist/es/components/series-item/LabelsFrom.d.ts +4 -5
  196. package/dist/es/components/series-item/LabelsFrom.js +3 -3
  197. package/dist/es/components/series-item/LabelsTo.d.ts +4 -5
  198. package/dist/es/components/series-item/LabelsTo.js +3 -3
  199. package/dist/es/components/series-item/Markers.d.ts +4 -5
  200. package/dist/es/components/series-item/Markers.js +3 -3
  201. package/dist/es/components/series-item/Notes.d.ts +4 -5
  202. package/dist/es/components/series-item/Notes.js +3 -3
  203. package/dist/es/components/series-item/NotesIcon.d.ts +4 -5
  204. package/dist/es/components/series-item/NotesIcon.js +3 -3
  205. package/dist/es/components/series-item/NotesLabel.d.ts +4 -5
  206. package/dist/es/components/series-item/NotesLabel.js +3 -3
  207. package/dist/es/components/series-item/Outliers.d.ts +4 -5
  208. package/dist/es/components/series-item/Outliers.js +3 -3
  209. package/dist/es/components/series-item/Tooltip.d.ts +4 -5
  210. package/dist/es/components/series-item/Tooltip.js +3 -3
  211. package/dist/es/components/series-item/main.d.ts +13 -13
  212. package/dist/es/components/series-item/main.js +13 -13
  213. package/dist/es/components/value-axis-item/Crosshair.d.ts +4 -5
  214. package/dist/es/components/value-axis-item/Crosshair.js +3 -3
  215. package/dist/es/components/value-axis-item/CrosshairTooltip.d.ts +4 -5
  216. package/dist/es/components/value-axis-item/CrosshairTooltip.js +3 -3
  217. package/dist/es/components/value-axis-item/Labels.d.ts +4 -5
  218. package/dist/es/components/value-axis-item/Labels.js +3 -3
  219. package/dist/es/components/value-axis-item/Notes.d.ts +4 -5
  220. package/dist/es/components/value-axis-item/Notes.js +3 -3
  221. package/dist/es/components/value-axis-item/NotesIcon.d.ts +4 -5
  222. package/dist/es/components/value-axis-item/NotesIcon.js +3 -3
  223. package/dist/es/components/value-axis-item/NotesLabel.d.ts +4 -5
  224. package/dist/es/components/value-axis-item/NotesLabel.js +3 -3
  225. package/dist/es/components/value-axis-item/Title.d.ts +4 -5
  226. package/dist/es/components/value-axis-item/Title.js +3 -3
  227. package/dist/es/components/value-axis-item/main.d.ts +8 -8
  228. package/dist/es/components/value-axis-item/main.js +8 -8
  229. package/dist/es/components/x-axis-item/Crosshair.d.ts +4 -5
  230. package/dist/es/components/x-axis-item/Crosshair.js +3 -3
  231. package/dist/es/components/x-axis-item/CrosshairTooltip.d.ts +4 -5
  232. package/dist/es/components/x-axis-item/CrosshairTooltip.js +3 -3
  233. package/dist/es/components/x-axis-item/Labels.d.ts +4 -5
  234. package/dist/es/components/x-axis-item/Labels.js +3 -3
  235. package/dist/es/components/x-axis-item/Notes.d.ts +4 -5
  236. package/dist/es/components/x-axis-item/Notes.js +3 -3
  237. package/dist/es/components/x-axis-item/NotesIcon.d.ts +4 -5
  238. package/dist/es/components/x-axis-item/NotesIcon.js +3 -3
  239. package/dist/es/components/x-axis-item/NotesLabel.d.ts +4 -5
  240. package/dist/es/components/x-axis-item/NotesLabel.js +3 -3
  241. package/dist/es/components/x-axis-item/Title.d.ts +4 -5
  242. package/dist/es/components/x-axis-item/Title.js +3 -3
  243. package/dist/es/components/x-axis-item/main.d.ts +8 -8
  244. package/dist/es/components/x-axis-item/main.js +8 -8
  245. package/dist/es/components/y-axis-item/Crosshair.d.ts +4 -5
  246. package/dist/es/components/y-axis-item/Crosshair.js +3 -3
  247. package/dist/es/components/y-axis-item/CrosshairTooltip.d.ts +4 -5
  248. package/dist/es/components/y-axis-item/CrosshairTooltip.js +3 -3
  249. package/dist/es/components/y-axis-item/Labels.d.ts +4 -5
  250. package/dist/es/components/y-axis-item/Labels.js +3 -3
  251. package/dist/es/components/y-axis-item/Notes.d.ts +4 -5
  252. package/dist/es/components/y-axis-item/Notes.js +3 -3
  253. package/dist/es/components/y-axis-item/NotesIcon.d.ts +4 -5
  254. package/dist/es/components/y-axis-item/NotesIcon.js +3 -3
  255. package/dist/es/components/y-axis-item/NotesLabel.d.ts +4 -5
  256. package/dist/es/components/y-axis-item/NotesLabel.js +3 -3
  257. package/dist/es/components/y-axis-item/Title.d.ts +4 -5
  258. package/dist/es/components/y-axis-item/Title.js +3 -3
  259. package/dist/es/components/y-axis-item/main.d.ts +8 -8
  260. package/dist/es/components/y-axis-item/main.js +8 -8
  261. package/dist/es/main.d.ts +4 -4
  262. package/dist/es/main.js +4 -4
  263. package/dist/es/package-metadata.js +1 -1
  264. package/dist/es/tooltip/Crosshair.d.ts +5 -6
  265. package/dist/es/tooltip/Crosshair.js +3 -3
  266. package/dist/es/tooltip/CrosshairContainer.d.ts +5 -6
  267. package/dist/es/tooltip/CrosshairContainer.js +3 -3
  268. package/dist/es/tooltip/Popup.d.ts +5 -6
  269. package/dist/es/tooltip/Popup.js +3 -3
  270. package/dist/es/tooltip/Series.d.ts +5 -6
  271. package/dist/es/tooltip/Series.js +3 -3
  272. package/dist/es/tooltip/SharedTooltipContent.d.ts +5 -6
  273. package/dist/es/tooltip/SharedTooltipContent.js +3 -3
  274. package/dist/npm/BaseChart.d.ts +5 -6
  275. package/dist/npm/BaseChart.js +4 -4
  276. package/dist/npm/Chart.d.ts +5 -6
  277. package/dist/npm/Chart.js +5 -5
  278. package/dist/npm/DonutCenter.d.ts +5 -6
  279. package/dist/npm/DonutCenter.js +5 -5
  280. package/dist/npm/Sparkline.d.ts +5 -6
  281. package/dist/npm/Sparkline.js +5 -5
  282. package/dist/npm/StockChart.d.ts +5 -6
  283. package/dist/npm/StockChart.js +5 -5
  284. package/dist/npm/additionalTypes.ts +7 -1
  285. package/dist/npm/components/AxisDefaults.d.ts +4 -5
  286. package/dist/npm/components/AxisDefaults.js +5 -5
  287. package/dist/npm/components/CategoryAxis.d.ts +4 -5
  288. package/dist/npm/components/CategoryAxis.js +5 -5
  289. package/dist/npm/components/CategoryAxisItem.d.ts +4 -5
  290. package/dist/npm/components/CategoryAxisItem.js +5 -5
  291. package/dist/npm/components/ChartArea.d.ts +4 -5
  292. package/dist/npm/components/ChartArea.js +5 -5
  293. package/dist/npm/components/Legend.d.ts +4 -5
  294. package/dist/npm/components/Legend.js +5 -5
  295. package/dist/npm/components/Navigator.d.ts +4 -5
  296. package/dist/npm/components/Navigator.js +5 -5
  297. package/dist/npm/components/Pane.d.ts +4 -5
  298. package/dist/npm/components/Pane.js +5 -5
  299. package/dist/npm/components/PaneDefaults.d.ts +4 -5
  300. package/dist/npm/components/PaneDefaults.js +5 -5
  301. package/dist/npm/components/Panes.d.ts +4 -5
  302. package/dist/npm/components/Panes.js +5 -5
  303. package/dist/npm/components/PlotArea.d.ts +4 -5
  304. package/dist/npm/components/PlotArea.js +5 -5
  305. package/dist/npm/components/Series.d.ts +4 -5
  306. package/dist/npm/components/Series.js +5 -5
  307. package/dist/npm/components/SeriesDefaults.d.ts +4 -5
  308. package/dist/npm/components/SeriesDefaults.js +5 -5
  309. package/dist/npm/components/SeriesItem.d.ts +4 -5
  310. package/dist/npm/components/SeriesItem.js +5 -5
  311. package/dist/npm/components/Title.d.ts +4 -5
  312. package/dist/npm/components/Title.js +5 -5
  313. package/dist/npm/components/Tooltip.d.ts +4 -5
  314. package/dist/npm/components/Tooltip.js +5 -5
  315. package/dist/npm/components/ValueAxis.d.ts +4 -5
  316. package/dist/npm/components/ValueAxis.js +5 -5
  317. package/dist/npm/components/ValueAxisItem.d.ts +4 -5
  318. package/dist/npm/components/ValueAxisItem.js +5 -5
  319. package/dist/npm/components/XAxis.d.ts +4 -5
  320. package/dist/npm/components/XAxis.js +5 -5
  321. package/dist/npm/components/XAxisItem.d.ts +4 -5
  322. package/dist/npm/components/XAxisItem.js +5 -5
  323. package/dist/npm/components/YAxis.d.ts +4 -5
  324. package/dist/npm/components/YAxis.js +5 -5
  325. package/dist/npm/components/YAxisItem.d.ts +4 -5
  326. package/dist/npm/components/YAxisItem.js +5 -5
  327. package/dist/npm/components/Zoomable.d.ts +4 -5
  328. package/dist/npm/components/Zoomable.js +5 -5
  329. package/dist/npm/components/axis-defaults/Crosshair.d.ts +4 -5
  330. package/dist/npm/components/axis-defaults/Crosshair.js +5 -5
  331. package/dist/npm/components/axis-defaults/CrosshairTooltip.d.ts +4 -5
  332. package/dist/npm/components/axis-defaults/CrosshairTooltip.js +5 -5
  333. package/dist/npm/components/axis-defaults/Labels.d.ts +4 -5
  334. package/dist/npm/components/axis-defaults/Labels.js +5 -5
  335. package/dist/npm/components/axis-defaults/Title.d.ts +4 -5
  336. package/dist/npm/components/axis-defaults/Title.js +5 -5
  337. package/dist/npm/components/axis-defaults/main.d.ts +5 -5
  338. package/dist/npm/components/axis-defaults/main.js +5 -5
  339. package/dist/npm/components/base/CollectionConfigurationComponent.d.ts +5 -6
  340. package/dist/npm/components/base/CollectionConfigurationComponent.js +5 -5
  341. package/dist/npm/components/base/ConfigurationComponent.d.ts +5 -6
  342. package/dist/npm/components/base/ConfigurationComponent.js +5 -5
  343. package/dist/npm/components/category-axis-item/Crosshair.d.ts +4 -5
  344. package/dist/npm/components/category-axis-item/Crosshair.js +5 -5
  345. package/dist/npm/components/category-axis-item/CrosshairTooltip.d.ts +4 -5
  346. package/dist/npm/components/category-axis-item/CrosshairTooltip.js +5 -5
  347. package/dist/npm/components/category-axis-item/Labels.d.ts +4 -5
  348. package/dist/npm/components/category-axis-item/Labels.js +5 -5
  349. package/dist/npm/components/category-axis-item/Notes.d.ts +4 -5
  350. package/dist/npm/components/category-axis-item/Notes.js +5 -5
  351. package/dist/npm/components/category-axis-item/NotesIcon.d.ts +4 -5
  352. package/dist/npm/components/category-axis-item/NotesIcon.js +5 -5
  353. package/dist/npm/components/category-axis-item/NotesLabel.d.ts +4 -5
  354. package/dist/npm/components/category-axis-item/NotesLabel.js +5 -5
  355. package/dist/npm/components/category-axis-item/RangeLabels.d.ts +4 -5
  356. package/dist/npm/components/category-axis-item/RangeLabels.js +5 -5
  357. package/dist/npm/components/category-axis-item/Select.d.ts +4 -5
  358. package/dist/npm/components/category-axis-item/Select.js +5 -5
  359. package/dist/npm/components/category-axis-item/Title.d.ts +4 -5
  360. package/dist/npm/components/category-axis-item/Title.js +5 -5
  361. package/dist/npm/components/category-axis-item/main.d.ts +10 -10
  362. package/dist/npm/components/category-axis-item/main.js +10 -10
  363. package/dist/npm/components/legend/InactiveItems.d.ts +4 -5
  364. package/dist/npm/components/legend/InactiveItems.js +5 -5
  365. package/dist/npm/components/legend/Item.d.ts +4 -5
  366. package/dist/npm/components/legend/Item.js +5 -5
  367. package/dist/npm/components/legend/Title.d.ts +4 -5
  368. package/dist/npm/components/legend/Title.js +5 -5
  369. package/dist/npm/components/legend/main.d.ts +4 -4
  370. package/dist/npm/components/legend/main.js +4 -4
  371. package/dist/npm/components/main.d.ts +23 -23
  372. package/dist/npm/components/main.js +23 -23
  373. package/dist/npm/components/navigator/CategoryAxis.d.ts +4 -5
  374. package/dist/npm/components/navigator/CategoryAxis.js +5 -5
  375. package/dist/npm/components/navigator/Hint.d.ts +4 -5
  376. package/dist/npm/components/navigator/Hint.js +5 -5
  377. package/dist/npm/components/navigator/Pane.d.ts +4 -5
  378. package/dist/npm/components/navigator/Pane.js +5 -5
  379. package/dist/npm/components/navigator/Select.d.ts +4 -5
  380. package/dist/npm/components/navigator/Select.js +5 -5
  381. package/dist/npm/components/navigator/Series.d.ts +4 -5
  382. package/dist/npm/components/navigator/Series.js +5 -5
  383. package/dist/npm/components/navigator/SeriesItem.d.ts +4 -5
  384. package/dist/npm/components/navigator/SeriesItem.js +5 -5
  385. package/dist/npm/components/navigator/category-axis/Crosshair.d.ts +4 -5
  386. package/dist/npm/components/navigator/category-axis/Crosshair.js +5 -5
  387. package/dist/npm/components/navigator/category-axis/CrosshairTooltip.d.ts +4 -5
  388. package/dist/npm/components/navigator/category-axis/CrosshairTooltip.js +5 -5
  389. package/dist/npm/components/navigator/category-axis/Labels.d.ts +4 -5
  390. package/dist/npm/components/navigator/category-axis/Labels.js +5 -5
  391. package/dist/npm/components/navigator/category-axis/Notes.d.ts +4 -5
  392. package/dist/npm/components/navigator/category-axis/Notes.js +5 -5
  393. package/dist/npm/components/navigator/category-axis/NotesIcon.d.ts +4 -5
  394. package/dist/npm/components/navigator/category-axis/NotesIcon.js +5 -5
  395. package/dist/npm/components/navigator/category-axis/NotesLabel.d.ts +4 -5
  396. package/dist/npm/components/navigator/category-axis/NotesLabel.js +5 -5
  397. package/dist/npm/components/navigator/category-axis/Select.d.ts +4 -5
  398. package/dist/npm/components/navigator/category-axis/Select.js +5 -5
  399. package/dist/npm/components/navigator/category-axis/Title.d.ts +4 -5
  400. package/dist/npm/components/navigator/category-axis/Title.js +5 -5
  401. package/dist/npm/components/navigator/category-axis/main.d.ts +9 -9
  402. package/dist/npm/components/navigator/category-axis/main.js +9 -9
  403. package/dist/npm/components/navigator/main.d.ts +7 -7
  404. package/dist/npm/components/navigator/main.js +7 -7
  405. package/dist/npm/components/navigator/pane/Title.d.ts +4 -5
  406. package/dist/npm/components/navigator/pane/Title.js +5 -5
  407. package/dist/npm/components/navigator/pane/main.d.ts +2 -2
  408. package/dist/npm/components/navigator/pane/main.js +2 -2
  409. package/dist/npm/components/navigator/series-item/ErrorBars.d.ts +4 -5
  410. package/dist/npm/components/navigator/series-item/ErrorBars.js +5 -5
  411. package/dist/npm/components/navigator/series-item/Extremes.d.ts +4 -5
  412. package/dist/npm/components/navigator/series-item/Extremes.js +5 -5
  413. package/dist/npm/components/navigator/series-item/Highlight.d.ts +4 -5
  414. package/dist/npm/components/navigator/series-item/Highlight.js +5 -5
  415. package/dist/npm/components/navigator/series-item/Labels.d.ts +4 -5
  416. package/dist/npm/components/navigator/series-item/Labels.js +5 -5
  417. package/dist/npm/components/navigator/series-item/LabelsFrom.d.ts +4 -5
  418. package/dist/npm/components/navigator/series-item/LabelsFrom.js +5 -5
  419. package/dist/npm/components/navigator/series-item/LabelsTo.d.ts +4 -5
  420. package/dist/npm/components/navigator/series-item/LabelsTo.js +5 -5
  421. package/dist/npm/components/navigator/series-item/Markers.d.ts +4 -5
  422. package/dist/npm/components/navigator/series-item/Markers.js +5 -5
  423. package/dist/npm/components/navigator/series-item/Notes.d.ts +4 -5
  424. package/dist/npm/components/navigator/series-item/Notes.js +5 -5
  425. package/dist/npm/components/navigator/series-item/NotesIcon.d.ts +4 -5
  426. package/dist/npm/components/navigator/series-item/NotesIcon.js +5 -5
  427. package/dist/npm/components/navigator/series-item/NotesLabel.d.ts +4 -5
  428. package/dist/npm/components/navigator/series-item/NotesLabel.js +5 -5
  429. package/dist/npm/components/navigator/series-item/Outliers.d.ts +4 -5
  430. package/dist/npm/components/navigator/series-item/Outliers.js +5 -5
  431. package/dist/npm/components/navigator/series-item/Tooltip.d.ts +4 -5
  432. package/dist/npm/components/navigator/series-item/Tooltip.js +5 -5
  433. package/dist/npm/components/navigator/series-item/main.d.ts +13 -13
  434. package/dist/npm/components/navigator/series-item/main.js +13 -13
  435. package/dist/npm/components/pane/Title.d.ts +4 -5
  436. package/dist/npm/components/pane/Title.js +5 -5
  437. package/dist/npm/components/pane/main.d.ts +2 -2
  438. package/dist/npm/components/pane/main.js +2 -2
  439. package/dist/npm/components/pane-defaults/Title.d.ts +4 -5
  440. package/dist/npm/components/pane-defaults/Title.js +5 -5
  441. package/dist/npm/components/pane-defaults/main.d.ts +2 -2
  442. package/dist/npm/components/pane-defaults/main.js +2 -2
  443. package/dist/npm/components/series-defaults/Labels.d.ts +4 -5
  444. package/dist/npm/components/series-defaults/Labels.js +5 -5
  445. package/dist/npm/components/series-defaults/LabelsFrom.d.ts +4 -5
  446. package/dist/npm/components/series-defaults/LabelsFrom.js +5 -5
  447. package/dist/npm/components/series-defaults/LabelsTo.d.ts +4 -5
  448. package/dist/npm/components/series-defaults/LabelsTo.js +5 -5
  449. package/dist/npm/components/series-defaults/Notes.d.ts +4 -5
  450. package/dist/npm/components/series-defaults/Notes.js +5 -5
  451. package/dist/npm/components/series-defaults/NotesIcon.d.ts +4 -5
  452. package/dist/npm/components/series-defaults/NotesIcon.js +5 -5
  453. package/dist/npm/components/series-defaults/NotesLabel.d.ts +4 -5
  454. package/dist/npm/components/series-defaults/NotesLabel.js +5 -5
  455. package/dist/npm/components/series-defaults/Tooltip.d.ts +4 -5
  456. package/dist/npm/components/series-defaults/Tooltip.js +5 -5
  457. package/dist/npm/components/series-defaults/main.d.ts +8 -8
  458. package/dist/npm/components/series-defaults/main.js +8 -8
  459. package/dist/npm/components/series-item/ErrorBars.d.ts +4 -5
  460. package/dist/npm/components/series-item/ErrorBars.js +5 -5
  461. package/dist/npm/components/series-item/Extremes.d.ts +4 -5
  462. package/dist/npm/components/series-item/Extremes.js +5 -5
  463. package/dist/npm/components/series-item/Highlight.d.ts +4 -5
  464. package/dist/npm/components/series-item/Highlight.js +5 -5
  465. package/dist/npm/components/series-item/Labels.d.ts +4 -5
  466. package/dist/npm/components/series-item/Labels.js +5 -5
  467. package/dist/npm/components/series-item/LabelsFrom.d.ts +4 -5
  468. package/dist/npm/components/series-item/LabelsFrom.js +5 -5
  469. package/dist/npm/components/series-item/LabelsTo.d.ts +4 -5
  470. package/dist/npm/components/series-item/LabelsTo.js +5 -5
  471. package/dist/npm/components/series-item/Markers.d.ts +4 -5
  472. package/dist/npm/components/series-item/Markers.js +5 -5
  473. package/dist/npm/components/series-item/Notes.d.ts +4 -5
  474. package/dist/npm/components/series-item/Notes.js +5 -5
  475. package/dist/npm/components/series-item/NotesIcon.d.ts +4 -5
  476. package/dist/npm/components/series-item/NotesIcon.js +5 -5
  477. package/dist/npm/components/series-item/NotesLabel.d.ts +4 -5
  478. package/dist/npm/components/series-item/NotesLabel.js +5 -5
  479. package/dist/npm/components/series-item/Outliers.d.ts +4 -5
  480. package/dist/npm/components/series-item/Outliers.js +5 -5
  481. package/dist/npm/components/series-item/Tooltip.d.ts +4 -5
  482. package/dist/npm/components/series-item/Tooltip.js +5 -5
  483. package/dist/npm/components/series-item/main.d.ts +13 -13
  484. package/dist/npm/components/series-item/main.js +13 -13
  485. package/dist/npm/components/value-axis-item/Crosshair.d.ts +4 -5
  486. package/dist/npm/components/value-axis-item/Crosshair.js +5 -5
  487. package/dist/npm/components/value-axis-item/CrosshairTooltip.d.ts +4 -5
  488. package/dist/npm/components/value-axis-item/CrosshairTooltip.js +5 -5
  489. package/dist/npm/components/value-axis-item/Labels.d.ts +4 -5
  490. package/dist/npm/components/value-axis-item/Labels.js +5 -5
  491. package/dist/npm/components/value-axis-item/Notes.d.ts +4 -5
  492. package/dist/npm/components/value-axis-item/Notes.js +5 -5
  493. package/dist/npm/components/value-axis-item/NotesIcon.d.ts +4 -5
  494. package/dist/npm/components/value-axis-item/NotesIcon.js +5 -5
  495. package/dist/npm/components/value-axis-item/NotesLabel.d.ts +4 -5
  496. package/dist/npm/components/value-axis-item/NotesLabel.js +5 -5
  497. package/dist/npm/components/value-axis-item/Title.d.ts +4 -5
  498. package/dist/npm/components/value-axis-item/Title.js +5 -5
  499. package/dist/npm/components/value-axis-item/main.d.ts +8 -8
  500. package/dist/npm/components/value-axis-item/main.js +8 -8
  501. package/dist/npm/components/x-axis-item/Crosshair.d.ts +4 -5
  502. package/dist/npm/components/x-axis-item/Crosshair.js +5 -5
  503. package/dist/npm/components/x-axis-item/CrosshairTooltip.d.ts +4 -5
  504. package/dist/npm/components/x-axis-item/CrosshairTooltip.js +5 -5
  505. package/dist/npm/components/x-axis-item/Labels.d.ts +4 -5
  506. package/dist/npm/components/x-axis-item/Labels.js +5 -5
  507. package/dist/npm/components/x-axis-item/Notes.d.ts +4 -5
  508. package/dist/npm/components/x-axis-item/Notes.js +5 -5
  509. package/dist/npm/components/x-axis-item/NotesIcon.d.ts +4 -5
  510. package/dist/npm/components/x-axis-item/NotesIcon.js +5 -5
  511. package/dist/npm/components/x-axis-item/NotesLabel.d.ts +4 -5
  512. package/dist/npm/components/x-axis-item/NotesLabel.js +5 -5
  513. package/dist/npm/components/x-axis-item/Title.d.ts +4 -5
  514. package/dist/npm/components/x-axis-item/Title.js +5 -5
  515. package/dist/npm/components/x-axis-item/main.d.ts +8 -8
  516. package/dist/npm/components/x-axis-item/main.js +8 -8
  517. package/dist/npm/components/y-axis-item/Crosshair.d.ts +4 -5
  518. package/dist/npm/components/y-axis-item/Crosshair.js +5 -5
  519. package/dist/npm/components/y-axis-item/CrosshairTooltip.d.ts +4 -5
  520. package/dist/npm/components/y-axis-item/CrosshairTooltip.js +5 -5
  521. package/dist/npm/components/y-axis-item/Labels.d.ts +4 -5
  522. package/dist/npm/components/y-axis-item/Labels.js +5 -5
  523. package/dist/npm/components/y-axis-item/Notes.d.ts +4 -5
  524. package/dist/npm/components/y-axis-item/Notes.js +5 -5
  525. package/dist/npm/components/y-axis-item/NotesIcon.d.ts +4 -5
  526. package/dist/npm/components/y-axis-item/NotesIcon.js +5 -5
  527. package/dist/npm/components/y-axis-item/NotesLabel.d.ts +4 -5
  528. package/dist/npm/components/y-axis-item/NotesLabel.js +5 -5
  529. package/dist/npm/components/y-axis-item/Title.d.ts +4 -5
  530. package/dist/npm/components/y-axis-item/Title.js +5 -5
  531. package/dist/npm/components/y-axis-item/main.d.ts +8 -8
  532. package/dist/npm/components/y-axis-item/main.js +8 -8
  533. package/dist/npm/main.d.ts +4 -4
  534. package/dist/npm/main.js +4 -4
  535. package/dist/npm/package-metadata.js +1 -1
  536. package/dist/npm/tooltip/Crosshair.d.ts +5 -6
  537. package/dist/npm/tooltip/Crosshair.js +5 -5
  538. package/dist/npm/tooltip/CrosshairContainer.d.ts +5 -6
  539. package/dist/npm/tooltip/CrosshairContainer.js +5 -5
  540. package/dist/npm/tooltip/Popup.d.ts +5 -6
  541. package/dist/npm/tooltip/Popup.js +5 -5
  542. package/dist/npm/tooltip/Series.d.ts +5 -6
  543. package/dist/npm/tooltip/Series.js +5 -5
  544. package/dist/npm/tooltip/SharedTooltipContent.d.ts +5 -6
  545. package/dist/npm/tooltip/SharedTooltipContent.js +5 -5
  546. package/package.json +6 -6
@@ -24,7 +24,7 @@ import { guid, noop, getDefaultSlots } from '@progress/kendo-vue-common';
24
24
  * Represents the default `Configuration` component.
25
25
  */
26
26
 
27
- var Configuration = {
27
+ var ConfigurationVue2 = {
28
28
  name: 'KendoConfiguration',
29
29
  props: {
30
30
  chartKey: String,
@@ -181,5 +181,5 @@ var Configuration = {
181
181
  }
182
182
  }
183
183
  };
184
- var ConfigurationVue3 = Configuration;
185
- export { Configuration, ConfigurationVue3 };
184
+ var Configuration = ConfigurationVue2;
185
+ export { Configuration, ConfigurationVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisCrosshairProps extends CategoryAxisCrosshair {
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisCrosshair` component.
15
14
  */
16
- declare const ChartCategoryAxisCrosshair: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisCrosshairProps>>;
17
- declare const ChartCategoryAxisCrosshairVue3: DefineComponent<ChartCategoryAxisCrosshairProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisCrosshairProps, ChartCategoryAxisCrosshairProps, {}>;
18
- export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue3 };
15
+ declare const ChartCategoryAxisCrosshairVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisCrosshairProps>>;
16
+ declare const ChartCategoryAxisCrosshair: DefineComponent<ChartCategoryAxisCrosshairProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisCrosshairProps, ChartCategoryAxisCrosshairProps, {}>;
17
+ export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisCrosshair` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisCrosshair = {
12
+ var ChartCategoryAxisCrosshairVue2 = {
13
13
  name: 'KendoChartCategoryAxisCrosshair',
14
14
  props: {
15
15
  color: String,
@@ -59,5 +59,5 @@ var ChartCategoryAxisCrosshair = {
59
59
  }, [defaultSlots]);
60
60
  }
61
61
  };
62
- var ChartCategoryAxisCrosshairVue3 = ChartCategoryAxisCrosshair;
63
- export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue3 };
62
+ var ChartCategoryAxisCrosshair = ChartCategoryAxisCrosshairVue2;
63
+ export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisCrosshairTooltipProps extends CategoryAxisCros
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisCrosshairTooltip` component.
15
14
  */
16
- declare const ChartCategoryAxisCrosshairTooltip: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisCrosshairTooltipProps>>;
17
- declare const ChartCategoryAxisCrosshairTooltipVue3: DefineComponent<ChartCategoryAxisCrosshairTooltipProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisCrosshairTooltipProps, ChartCategoryAxisCrosshairTooltipProps, {}>;
18
- export { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue3 };
15
+ declare const ChartCategoryAxisCrosshairTooltipVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisCrosshairTooltipProps>>;
16
+ declare const ChartCategoryAxisCrosshairTooltip: DefineComponent<ChartCategoryAxisCrosshairTooltipProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisCrosshairTooltipProps, ChartCategoryAxisCrosshairTooltipProps, {}>;
17
+ export { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisCrosshairTooltip` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisCrosshairTooltip = {
12
+ var ChartCategoryAxisCrosshairTooltipVue2 = {
13
13
  name: 'KendoChartCategoryAxisCrosshairTooltip',
14
14
  props: {
15
15
  background: String,
@@ -57,5 +57,5 @@ var ChartCategoryAxisCrosshairTooltip = {
57
57
  }, [defaultSlots]);
58
58
  }
59
59
  };
60
- var ChartCategoryAxisCrosshairTooltipVue3 = ChartCategoryAxisCrosshairTooltip;
61
- export { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue3 };
60
+ var ChartCategoryAxisCrosshairTooltip = ChartCategoryAxisCrosshairTooltipVue2;
61
+ export { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisLabelsProps extends CategoryAxisLabels {
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisLabels` component.
15
14
  */
16
- declare const ChartCategoryAxisLabels: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisLabelsProps>>;
17
- declare const ChartCategoryAxisLabelsVue3: DefineComponent<ChartCategoryAxisLabelsProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisLabelsProps, ChartCategoryAxisLabelsProps, {}>;
18
- export { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue3 };
15
+ declare const ChartCategoryAxisLabelsVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisLabelsProps>>;
16
+ declare const ChartCategoryAxisLabels: DefineComponent<ChartCategoryAxisLabelsProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisLabelsProps, ChartCategoryAxisLabelsProps, {}>;
17
+ export { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisLabels` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisLabels = {
12
+ var ChartCategoryAxisLabelsVue2 = {
13
13
  name: 'KendoChartCategoryAxisLabels',
14
14
  props: {
15
15
  background: String,
@@ -97,5 +97,5 @@ var ChartCategoryAxisLabels = {
97
97
  }, [defaultSlots]);
98
98
  }
99
99
  };
100
- var ChartCategoryAxisLabelsVue3 = ChartCategoryAxisLabels;
101
- export { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue3 };
100
+ var ChartCategoryAxisLabels = ChartCategoryAxisLabelsVue2;
101
+ export { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisNotesProps extends CategoryAxisNotes {
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisNotes` component.
15
14
  */
16
- declare const ChartCategoryAxisNotes: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisNotesProps>>;
17
- declare const ChartCategoryAxisNotesVue3: DefineComponent<ChartCategoryAxisNotesProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisNotesProps, ChartCategoryAxisNotesProps, {}>;
18
- export { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue3 };
15
+ declare const ChartCategoryAxisNotesVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisNotesProps>>;
16
+ declare const ChartCategoryAxisNotes: DefineComponent<ChartCategoryAxisNotesProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisNotesProps, ChartCategoryAxisNotesProps, {}>;
17
+ export { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisNotes` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisNotes = {
12
+ var ChartCategoryAxisNotesVue2 = {
13
13
  name: 'KendoChartCategoryAxisNotes',
14
14
  props: {
15
15
  dataItems: {
@@ -74,5 +74,5 @@ var ChartCategoryAxisNotes = {
74
74
  }, [defaultSlots]);
75
75
  }
76
76
  };
77
- var ChartCategoryAxisNotesVue3 = ChartCategoryAxisNotes;
78
- export { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue3 };
77
+ var ChartCategoryAxisNotes = ChartCategoryAxisNotesVue2;
78
+ export { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisNotesIconProps extends CategoryAxisNotesIcon {
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisNotesIcon` component.
15
14
  */
16
- declare const ChartCategoryAxisNotesIcon: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisNotesIconProps>>;
17
- declare const ChartCategoryAxisNotesIconVue3: DefineComponent<ChartCategoryAxisNotesIconProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisNotesIconProps, ChartCategoryAxisNotesIconProps, {}>;
18
- export { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue3 };
15
+ declare const ChartCategoryAxisNotesIconVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisNotesIconProps>>;
16
+ declare const ChartCategoryAxisNotesIcon: DefineComponent<ChartCategoryAxisNotesIconProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisNotesIconProps, ChartCategoryAxisNotesIconProps, {}>;
17
+ export { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisNotesIcon` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisNotesIcon = {
12
+ var ChartCategoryAxisNotesIconVue2 = {
13
13
  name: 'KendoChartCategoryAxisNotesIcon',
14
14
  props: {
15
15
  background: String,
@@ -58,5 +58,5 @@ var ChartCategoryAxisNotesIcon = {
58
58
  }, [defaultSlots]);
59
59
  }
60
60
  };
61
- var ChartCategoryAxisNotesIconVue3 = ChartCategoryAxisNotesIcon;
62
- export { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue3 };
61
+ var ChartCategoryAxisNotesIcon = ChartCategoryAxisNotesIconVue2;
62
+ export { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisNotesLabelProps extends CategoryAxisNotesLabel
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisNotesLabel` component.
15
14
  */
16
- declare const ChartCategoryAxisNotesLabel: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisNotesLabelProps>>;
17
- declare const ChartCategoryAxisNotesLabelVue3: DefineComponent<ChartCategoryAxisNotesLabelProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisNotesLabelProps, ChartCategoryAxisNotesLabelProps, {}>;
18
- export { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue3 };
15
+ declare const ChartCategoryAxisNotesLabelVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisNotesLabelProps>>;
16
+ declare const ChartCategoryAxisNotesLabel: DefineComponent<ChartCategoryAxisNotesLabelProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisNotesLabelProps, ChartCategoryAxisNotesLabelProps, {}>;
17
+ export { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisNotesLabel` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisNotesLabel = {
12
+ var ChartCategoryAxisNotesLabelVue2 = {
13
13
  name: 'KendoChartCategoryAxisNotesLabel',
14
14
  props: {
15
15
  background: String,
@@ -63,5 +63,5 @@ var ChartCategoryAxisNotesLabel = {
63
63
  }, [defaultSlots]);
64
64
  }
65
65
  };
66
- var ChartCategoryAxisNotesLabelVue3 = ChartCategoryAxisNotesLabel;
67
- export { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue3 };
66
+ var ChartCategoryAxisNotesLabel = ChartCategoryAxisNotesLabelVue2;
67
+ export { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisRangeLabelsProps extends CategoryAxisRangeLabe
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisRangeLabels` component.
15
14
  */
16
- declare const ChartCategoryAxisRangeLabels: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisRangeLabelsProps>>;
17
- declare const ChartCategoryAxisRangeLabelsVue3: DefineComponent<ChartCategoryAxisRangeLabelsProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisRangeLabelsProps, ChartCategoryAxisRangeLabelsProps, {}>;
18
- export { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue3 };
15
+ declare const ChartCategoryAxisRangeLabelsVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisRangeLabelsProps>>;
16
+ declare const ChartCategoryAxisRangeLabels: DefineComponent<ChartCategoryAxisRangeLabelsProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisRangeLabelsProps, ChartCategoryAxisRangeLabelsProps, {}>;
17
+ export { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisRangeLabels` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisRangeLabels = {
12
+ var ChartCategoryAxisRangeLabelsVue2 = {
13
13
  name: 'KendoChartCategoryAxisRangeLabels',
14
14
  props: {
15
15
  position: {
@@ -50,5 +50,5 @@ var ChartCategoryAxisRangeLabels = {
50
50
  }, [defaultSlots]);
51
51
  }
52
52
  };
53
- var ChartCategoryAxisRangeLabelsVue3 = ChartCategoryAxisRangeLabels;
54
- export { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue3 };
53
+ var ChartCategoryAxisRangeLabels = ChartCategoryAxisRangeLabelsVue2;
54
+ export { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisSelectProps extends CategoryAxisSelect {
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisSelect` component.
15
14
  */
16
- declare const ChartCategoryAxisSelect: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisSelectProps>>;
17
- declare const ChartCategoryAxisSelectVue3: DefineComponent<ChartCategoryAxisSelectProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisSelectProps, ChartCategoryAxisSelectProps, {}>;
18
- export { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue3 };
15
+ declare const ChartCategoryAxisSelectVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisSelectProps>>;
16
+ declare const ChartCategoryAxisSelect: DefineComponent<ChartCategoryAxisSelectProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisSelectProps, ChartCategoryAxisSelectProps, {}>;
17
+ export { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisSelect` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisSelect = {
12
+ var ChartCategoryAxisSelectVue2 = {
13
13
  name: 'KendoChartCategoryAxisSelect',
14
14
  props: {
15
15
  from: {
@@ -67,5 +67,5 @@ var ChartCategoryAxisSelect = {
67
67
  }, [defaultSlots]);
68
68
  }
69
69
  };
70
- var ChartCategoryAxisSelectVue3 = ChartCategoryAxisSelect;
71
- export { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue3 };
70
+ var ChartCategoryAxisSelect = ChartCategoryAxisSelectVue2;
71
+ export { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartCategoryAxisTitleProps extends CategoryAxisTitle {
13
12
  /**
14
13
  * Represents the default `ChartCategoryAxisTitle` component.
15
14
  */
16
- declare const ChartCategoryAxisTitle: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisTitleProps>>;
17
- declare const ChartCategoryAxisTitleVue3: DefineComponent<ChartCategoryAxisTitleProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisTitleProps, ChartCategoryAxisTitleProps, {}>;
18
- export { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue3 };
15
+ declare const ChartCategoryAxisTitleVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartCategoryAxisTitleProps>>;
16
+ declare const ChartCategoryAxisTitle: DefineComponent<ChartCategoryAxisTitleProps, any, {}, {}, {}, {}, {}, {}, string, ChartCategoryAxisTitleProps, ChartCategoryAxisTitleProps, {}>;
17
+ export { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartCategoryAxisTitle` component.
10
10
  */
11
11
 
12
- var ChartCategoryAxisTitle = {
12
+ var ChartCategoryAxisTitleVue2 = {
13
13
  name: 'KendoChartCategoryAxisTitle',
14
14
  props: {
15
15
  background: String,
@@ -75,5 +75,5 @@ var ChartCategoryAxisTitle = {
75
75
  }, [defaultSlots]);
76
76
  }
77
77
  };
78
- var ChartCategoryAxisTitleVue3 = ChartCategoryAxisTitle;
79
- export { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue3 };
78
+ var ChartCategoryAxisTitle = ChartCategoryAxisTitleVue2;
79
+ export { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue2 };
@@ -1,10 +1,10 @@
1
- import { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue3, ChartCategoryAxisCrosshairProps } from './Crosshair';
2
- import { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue3, ChartCategoryAxisCrosshairTooltipProps } from './CrosshairTooltip';
3
- import { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue3, ChartCategoryAxisSelectProps } from './Select';
4
- import { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue3, ChartCategoryAxisTitleProps } from './Title';
5
- import { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue3, ChartCategoryAxisLabelsProps } from './Labels';
6
- import { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue3, ChartCategoryAxisNotesProps } from './Notes';
7
- import { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue3, ChartCategoryAxisNotesIconProps } from './NotesIcon';
8
- import { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue3, ChartCategoryAxisNotesLabelProps } from './NotesLabel';
9
- import { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue3, ChartCategoryAxisRangeLabelsProps } from './RangeLabels';
10
- export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue3, ChartCategoryAxisCrosshairProps, ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue3, ChartCategoryAxisCrosshairTooltipProps, ChartCategoryAxisSelect, ChartCategoryAxisSelectVue3, ChartCategoryAxisSelectProps, ChartCategoryAxisTitle, ChartCategoryAxisTitleVue3, ChartCategoryAxisTitleProps, ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue3, ChartCategoryAxisLabelsProps, ChartCategoryAxisNotes, ChartCategoryAxisNotesVue3, ChartCategoryAxisNotesProps, ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue3, ChartCategoryAxisNotesIconProps, ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue3, ChartCategoryAxisNotesLabelProps, ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue3, ChartCategoryAxisRangeLabelsProps };
1
+ import { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue2, ChartCategoryAxisCrosshairProps } from './Crosshair';
2
+ import { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue2, ChartCategoryAxisCrosshairTooltipProps } from './CrosshairTooltip';
3
+ import { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue2, ChartCategoryAxisSelectProps } from './Select';
4
+ import { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue2, ChartCategoryAxisTitleProps } from './Title';
5
+ import { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue2, ChartCategoryAxisLabelsProps } from './Labels';
6
+ import { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue2, ChartCategoryAxisNotesProps } from './Notes';
7
+ import { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue2, ChartCategoryAxisNotesIconProps } from './NotesIcon';
8
+ import { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue2, ChartCategoryAxisNotesLabelProps } from './NotesLabel';
9
+ import { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue2, ChartCategoryAxisRangeLabelsProps } from './RangeLabels';
10
+ export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue2, ChartCategoryAxisCrosshairProps, ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue2, ChartCategoryAxisCrosshairTooltipProps, ChartCategoryAxisSelect, ChartCategoryAxisSelectVue2, ChartCategoryAxisSelectProps, ChartCategoryAxisTitle, ChartCategoryAxisTitleVue2, ChartCategoryAxisTitleProps, ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue2, ChartCategoryAxisLabelsProps, ChartCategoryAxisNotes, ChartCategoryAxisNotesVue2, ChartCategoryAxisNotesProps, ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue2, ChartCategoryAxisNotesIconProps, ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue2, ChartCategoryAxisNotesLabelProps, ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue2, ChartCategoryAxisRangeLabelsProps };
@@ -1,10 +1,10 @@
1
- import { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue3 } from './Crosshair';
2
- import { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue3 } from './CrosshairTooltip';
3
- import { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue3 } from './Select';
4
- import { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue3 } from './Title';
5
- import { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue3 } from './Labels';
6
- import { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue3 } from './Notes';
7
- import { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue3 } from './NotesIcon';
8
- import { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue3 } from './NotesLabel';
9
- import { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue3 } from './RangeLabels';
10
- export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue3, ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue3, ChartCategoryAxisSelect, ChartCategoryAxisSelectVue3, ChartCategoryAxisTitle, ChartCategoryAxisTitleVue3, ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue3, ChartCategoryAxisNotes, ChartCategoryAxisNotesVue3, ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue3, ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue3, ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue3 };
1
+ import { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue2 } from './Crosshair';
2
+ import { ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue2 } from './CrosshairTooltip';
3
+ import { ChartCategoryAxisSelect, ChartCategoryAxisSelectVue2 } from './Select';
4
+ import { ChartCategoryAxisTitle, ChartCategoryAxisTitleVue2 } from './Title';
5
+ import { ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue2 } from './Labels';
6
+ import { ChartCategoryAxisNotes, ChartCategoryAxisNotesVue2 } from './Notes';
7
+ import { ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue2 } from './NotesIcon';
8
+ import { ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue2 } from './NotesLabel';
9
+ import { ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue2 } from './RangeLabels';
10
+ export { ChartCategoryAxisCrosshair, ChartCategoryAxisCrosshairVue2, ChartCategoryAxisCrosshairTooltip, ChartCategoryAxisCrosshairTooltipVue2, ChartCategoryAxisSelect, ChartCategoryAxisSelectVue2, ChartCategoryAxisTitle, ChartCategoryAxisTitleVue2, ChartCategoryAxisLabels, ChartCategoryAxisLabelsVue2, ChartCategoryAxisNotes, ChartCategoryAxisNotesVue2, ChartCategoryAxisNotesIcon, ChartCategoryAxisNotesIconVue2, ChartCategoryAxisNotesLabel, ChartCategoryAxisNotesLabelVue2, ChartCategoryAxisRangeLabels, ChartCategoryAxisRangeLabelsVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartLegendInactiveItemsProps extends LegendInactiveItems {
13
12
  /**
14
13
  * Represents the default `ChartLegendInactiveItems` component.
15
14
  */
16
- declare const ChartLegendInactiveItems: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartLegendInactiveItemsProps>>;
17
- declare const ChartLegendInactiveItemsVue3: DefineComponent<ChartLegendInactiveItemsProps, any, {}, {}, {}, {}, {}, {}, string, ChartLegendInactiveItemsProps, ChartLegendInactiveItemsProps, {}>;
18
- export { ChartLegendInactiveItems, ChartLegendInactiveItemsVue3 };
15
+ declare const ChartLegendInactiveItemsVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartLegendInactiveItemsProps>>;
16
+ declare const ChartLegendInactiveItems: DefineComponent<ChartLegendInactiveItemsProps, any, {}, {}, {}, {}, {}, {}, string, ChartLegendInactiveItemsProps, ChartLegendInactiveItemsProps, {}>;
17
+ export { ChartLegendInactiveItems, ChartLegendInactiveItemsVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartLegendInactiveItems` component.
10
10
  */
11
11
 
12
- var ChartLegendInactiveItems = {
12
+ var ChartLegendInactiveItemsVue2 = {
13
13
  name: 'KendoChartLegendInactiveItems',
14
14
  props: {
15
15
  labels: {
@@ -43,5 +43,5 @@ var ChartLegendInactiveItems = {
43
43
  }, [defaultSlots]);
44
44
  }
45
45
  };
46
- var ChartLegendInactiveItemsVue3 = ChartLegendInactiveItems;
47
- export { ChartLegendInactiveItems, ChartLegendInactiveItemsVue3 };
46
+ var ChartLegendInactiveItems = ChartLegendInactiveItemsVue2;
47
+ export { ChartLegendInactiveItems, ChartLegendInactiveItemsVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartLegendItemProps extends LegendItem {
13
12
  /**
14
13
  * Represents the default `ChartLegendItem` component.
15
14
  */
16
- declare const ChartLegendItem: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartLegendItemProps>>;
17
- declare const ChartLegendItemVue3: DefineComponent<ChartLegendItemProps, any, {}, {}, {}, {}, {}, {}, string, ChartLegendItemProps, ChartLegendItemProps, {}>;
18
- export { ChartLegendItem, ChartLegendItemVue3 };
15
+ declare const ChartLegendItemVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartLegendItemProps>>;
16
+ declare const ChartLegendItem: DefineComponent<ChartLegendItemProps, any, {}, {}, {}, {}, {}, {}, string, ChartLegendItemProps, ChartLegendItemProps, {}>;
17
+ export { ChartLegendItem, ChartLegendItemVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartLegendItem` component.
10
10
  */
11
11
 
12
- var ChartLegendItem = {
12
+ var ChartLegendItemVue2 = {
13
13
  name: 'KendoChartLegendItem',
14
14
  props: {
15
15
  cursor: String,
@@ -42,5 +42,5 @@ var ChartLegendItem = {
42
42
  }, [defaultSlots]);
43
43
  }
44
44
  };
45
- var ChartLegendItemVue3 = ChartLegendItem;
46
- export { ChartLegendItem, ChartLegendItemVue3 };
45
+ var ChartLegendItem = ChartLegendItemVue2;
46
+ export { ChartLegendItem, ChartLegendItemVue2 };
@@ -1,5 +1,4 @@
1
- import { DefineComponent } from '../../additionalTypes';
2
- import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
1
+ import { DefineComponent, RecordPropsDefinition, ComponentOptions, Vue2type } from '../../additionalTypes';
3
2
  declare type DefaultData<V> = object | ((this: V) => {});
4
3
  declare type DefaultMethods<V> = {
5
4
  [key: string]: (this: V, ...args: any[]) => any;
@@ -13,6 +12,6 @@ export interface ChartLegendTitleProps extends LegendTitle {
13
12
  /**
14
13
  * Represents the default `ChartLegendTitle` component.
15
14
  */
16
- declare const ChartLegendTitle: ComponentOptions<Vue, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartLegendTitleProps>>;
17
- declare const ChartLegendTitleVue3: DefineComponent<ChartLegendTitleProps, any, {}, {}, {}, {}, {}, {}, string, ChartLegendTitleProps, ChartLegendTitleProps, {}>;
18
- export { ChartLegendTitle, ChartLegendTitleVue3 };
15
+ declare const ChartLegendTitleVue2: ComponentOptions<Vue2type, DefaultData<{}>, DefaultMethods<{}>, {}, RecordPropsDefinition<ChartLegendTitleProps>>;
16
+ declare const ChartLegendTitle: DefineComponent<ChartLegendTitleProps, any, {}, {}, {}, {}, {}, {}, string, ChartLegendTitleProps, ChartLegendTitleProps, {}>;
17
+ export { ChartLegendTitle, ChartLegendTitleVue2 };
@@ -9,7 +9,7 @@ import { removeUndefinedProps } from '../../utils/main';
9
9
  * Represents the default `ChartLegendTitle` component.
10
10
  */
11
11
 
12
- var ChartLegendTitle = {
12
+ var ChartLegendTitleVue2 = {
13
13
  name: 'KendoChartLegendTitle',
14
14
  props: {
15
15
  align: {
@@ -85,5 +85,5 @@ var ChartLegendTitle = {
85
85
  }, [defaultSlots]);
86
86
  }
87
87
  };
88
- var ChartLegendTitleVue3 = ChartLegendTitle;
89
- export { ChartLegendTitle, ChartLegendTitleVue3 };
88
+ var ChartLegendTitle = ChartLegendTitleVue2;
89
+ export { ChartLegendTitle, ChartLegendTitleVue2 };
@@ -1,4 +1,4 @@
1
- import { ChartLegendItem, ChartLegendItemVue3, ChartLegendItemProps } from './Item';
2
- import { ChartLegendTitle, ChartLegendTitleVue3, ChartLegendTitleProps } from './Title';
3
- import { ChartLegendInactiveItems, ChartLegendInactiveItemsVue3, ChartLegendInactiveItemsProps } from './InactiveItems';
4
- export { ChartLegendItem, ChartLegendItemVue3, ChartLegendItemProps, ChartLegendTitle, ChartLegendTitleVue3, ChartLegendTitleProps, ChartLegendInactiveItems, ChartLegendInactiveItemsVue3, ChartLegendInactiveItemsProps };
1
+ import { ChartLegendItem, ChartLegendItemVue2, ChartLegendItemProps } from './Item';
2
+ import { ChartLegendTitle, ChartLegendTitleVue2, ChartLegendTitleProps } from './Title';
3
+ import { ChartLegendInactiveItems, ChartLegendInactiveItemsVue2, ChartLegendInactiveItemsProps } from './InactiveItems';
4
+ export { ChartLegendItem, ChartLegendItemVue2, ChartLegendItemProps, ChartLegendTitle, ChartLegendTitleVue2, ChartLegendTitleProps, ChartLegendInactiveItems, ChartLegendInactiveItemsVue2, ChartLegendInactiveItemsProps };
@@ -1,4 +1,4 @@
1
- import { ChartLegendItem, ChartLegendItemVue3 } from './Item';
2
- import { ChartLegendTitle, ChartLegendTitleVue3 } from './Title';
3
- import { ChartLegendInactiveItems, ChartLegendInactiveItemsVue3 } from './InactiveItems';
4
- export { ChartLegendItem, ChartLegendItemVue3, ChartLegendTitle, ChartLegendTitleVue3, ChartLegendInactiveItems, ChartLegendInactiveItemsVue3 };
1
+ import { ChartLegendItem, ChartLegendItemVue2 } from './Item';
2
+ import { ChartLegendTitle, ChartLegendTitleVue2 } from './Title';
3
+ import { ChartLegendInactiveItems, ChartLegendInactiveItemsVue2 } from './InactiveItems';
4
+ export { ChartLegendItem, ChartLegendItemVue2, ChartLegendTitle, ChartLegendTitleVue2, ChartLegendInactiveItems, ChartLegendInactiveItemsVue2 };
@@ -1,25 +1,25 @@
1
- import { ChartArea, ChartAreaVue3, ChartAreaProps } from './ChartArea';
2
- import { ChartAxisDefaults, ChartAxisDefaultsVue3, ChartAxisDefaultsProps } from './AxisDefaults';
3
- import { ChartCategoryAxis, ChartCategoryAxisVue3 } from './CategoryAxis';
4
- import { ChartCategoryAxisItem, ChartCategoryAxisItemVue3, ChartCategoryAxisItemProps } from './CategoryAxisItem';
5
- import { ChartLegend, ChartLegendVue3, ChartLegendProps } from './Legend';
6
- import { ChartNavigator, ChartNavigatorVue3, ChartNavigatorProps } from './Navigator';
7
- import { ChartPane, ChartPaneVue3, ChartPaneProps } from './Pane';
8
- import { ChartPaneDefaults, ChartPaneDefaultsVue3, ChartPaneDefaultsProps } from './PaneDefaults';
9
- import { ChartPanes, ChartPanesVue3 } from './Panes';
10
- import { ChartPlotArea, ChartPlotAreaVue3, ChartPlotAreaProps } from './PlotArea';
11
- import { ChartSeries, ChartSeriesVue3 } from './Series';
12
- import { ChartSeriesDefaults, ChartSeriesDefaultsVue3, ChartSeriesDefaultsProps } from './SeriesDefaults';
13
- import { ChartSeriesItem, ChartSeriesItemVue3, ChartSeriesItemProps } from './SeriesItem';
14
- import { ChartTitle, ChartTitleVue3, ChartTitleProps } from './Title';
15
- import { ChartTooltip, ChartTooltipVue3, ChartTooltipProps } from './Tooltip';
16
- import { ChartValueAxis, ChartValueAxisVue3 } from './ValueAxis';
17
- import { ChartValueAxisItem, ChartValueAxisItemVue3, ChartValueAxisItemProps } from './ValueAxisItem';
18
- import { ChartXAxis, ChartXAxisVue3 } from './XAxis';
19
- import { ChartXAxisItem, ChartXAxisItemVue3, ChartXAxisItemProps } from './XAxisItem';
20
- import { ChartYAxis, ChartYAxisVue3 } from './YAxis';
21
- import { ChartYAxisItem, ChartYAxisItemVue3, ChartYAxisItemProps } from './YAxisItem';
22
- import { ChartZoomable, ChartZoomableVue3, ChartZoomableProps } from './Zoomable';
1
+ import { ChartArea, ChartAreaVue2, ChartAreaProps } from './ChartArea';
2
+ import { ChartAxisDefaults, ChartAxisDefaultsVue2, ChartAxisDefaultsProps } from './AxisDefaults';
3
+ import { ChartCategoryAxis, ChartCategoryAxisVue2 } from './CategoryAxis';
4
+ import { ChartCategoryAxisItem, ChartCategoryAxisItemVue2, ChartCategoryAxisItemProps } from './CategoryAxisItem';
5
+ import { ChartLegend, ChartLegendVue2, ChartLegendProps } from './Legend';
6
+ import { ChartNavigator, ChartNavigatorVue2, ChartNavigatorProps } from './Navigator';
7
+ import { ChartPane, ChartPaneVue2, ChartPaneProps } from './Pane';
8
+ import { ChartPaneDefaults, ChartPaneDefaultsVue2, ChartPaneDefaultsProps } from './PaneDefaults';
9
+ import { ChartPanes, ChartPanesVue2 } from './Panes';
10
+ import { ChartPlotArea, ChartPlotAreaVue2, ChartPlotAreaProps } from './PlotArea';
11
+ import { ChartSeries, ChartSeriesVue2 } from './Series';
12
+ import { ChartSeriesDefaults, ChartSeriesDefaultsVue2, ChartSeriesDefaultsProps } from './SeriesDefaults';
13
+ import { ChartSeriesItem, ChartSeriesItemVue2, ChartSeriesItemProps } from './SeriesItem';
14
+ import { ChartTitle, ChartTitleVue2, ChartTitleProps } from './Title';
15
+ import { ChartTooltip, ChartTooltipVue2, ChartTooltipProps } from './Tooltip';
16
+ import { ChartValueAxis, ChartValueAxisVue2 } from './ValueAxis';
17
+ import { ChartValueAxisItem, ChartValueAxisItemVue2, ChartValueAxisItemProps } from './ValueAxisItem';
18
+ import { ChartXAxis, ChartXAxisVue2 } from './XAxis';
19
+ import { ChartXAxisItem, ChartXAxisItemVue2, ChartXAxisItemProps } from './XAxisItem';
20
+ import { ChartYAxis, ChartYAxisVue2 } from './YAxis';
21
+ import { ChartYAxisItem, ChartYAxisItemVue2, ChartYAxisItemProps } from './YAxisItem';
22
+ import { ChartZoomable, ChartZoomableVue2, ChartZoomableProps } from './Zoomable';
23
23
  export * from './axis-defaults/main';
24
24
  export * from './category-axis-item/main';
25
25
  export * from './pane/main';
@@ -31,4 +31,4 @@ export * from './value-axis-item/main';
31
31
  export * from './x-axis-item/main';
32
32
  export * from './y-axis-item/main';
33
33
  export * from './navigator/main';
34
- export { ChartArea, ChartAreaVue3, ChartAreaProps, ChartAxisDefaults, ChartAxisDefaultsVue3, ChartAxisDefaultsProps, ChartCategoryAxis, ChartCategoryAxisVue3, ChartCategoryAxisItem, ChartCategoryAxisItemVue3, ChartCategoryAxisItemProps, ChartLegend, ChartLegendVue3, ChartLegendProps, ChartNavigator, ChartNavigatorVue3, ChartNavigatorProps, ChartPane, ChartPaneVue3, ChartPaneDefaults, ChartPaneDefaultsVue3, ChartPaneDefaultsProps, ChartPaneProps, ChartPanes, ChartPanesVue3, ChartPlotArea, ChartPlotAreaVue3, ChartPlotAreaProps, ChartSeries, ChartSeriesVue3, ChartSeriesDefaults, ChartSeriesDefaultsVue3, ChartSeriesDefaultsProps, ChartSeriesItem, ChartSeriesItemVue3, ChartSeriesItemProps, ChartTitle, ChartTitleVue3, ChartTitleProps, ChartTooltip, ChartTooltipVue3, ChartTooltipProps, ChartValueAxis, ChartValueAxisVue3, ChartValueAxisItem, ChartValueAxisItemVue3, ChartValueAxisItemProps, ChartXAxis, ChartXAxisVue3, ChartXAxisItem, ChartXAxisItemVue3, ChartXAxisItemProps, ChartYAxis, ChartYAxisVue3, ChartYAxisItem, ChartYAxisItemVue3, ChartYAxisItemProps, ChartZoomable, ChartZoomableVue3, ChartZoomableProps };
34
+ export { ChartArea, ChartAreaVue2, ChartAreaProps, ChartAxisDefaults, ChartAxisDefaultsVue2, ChartAxisDefaultsProps, ChartCategoryAxis, ChartCategoryAxisVue2, ChartCategoryAxisItem, ChartCategoryAxisItemVue2, ChartCategoryAxisItemProps, ChartLegend, ChartLegendVue2, ChartLegendProps, ChartNavigator, ChartNavigatorVue2, ChartNavigatorProps, ChartPane, ChartPaneVue2, ChartPaneDefaults, ChartPaneDefaultsVue2, ChartPaneDefaultsProps, ChartPaneProps, ChartPanes, ChartPanesVue2, ChartPlotArea, ChartPlotAreaVue2, ChartPlotAreaProps, ChartSeries, ChartSeriesVue2, ChartSeriesDefaults, ChartSeriesDefaultsVue2, ChartSeriesDefaultsProps, ChartSeriesItem, ChartSeriesItemVue2, ChartSeriesItemProps, ChartTitle, ChartTitleVue2, ChartTitleProps, ChartTooltip, ChartTooltipVue2, ChartTooltipProps, ChartValueAxis, ChartValueAxisVue2, ChartValueAxisItem, ChartValueAxisItemVue2, ChartValueAxisItemProps, ChartXAxis, ChartXAxisVue2, ChartXAxisItem, ChartXAxisItemVue2, ChartXAxisItemProps, ChartYAxis, ChartYAxisVue2, ChartYAxisItem, ChartYAxisItemVue2, ChartYAxisItemProps, ChartZoomable, ChartZoomableVue2, ChartZoomableProps };