@progress/kendo-angular-charts 17.2.0 → 17.2.1-develop.2

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 (759) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/api-types/axis-range.interface.d.ts +1 -1
  4. package/api-types/chart-axis.interface.d.ts +1 -1
  5. package/api-types/chart-pane.interface.d.ts +1 -1
  6. package/api-types/chart-plotarea.interface.d.ts +1 -1
  7. package/api-types/chart-svg-export-options.interface.d.ts +1 -1
  8. package/api-types/chart-visual-export-options.interface.d.ts +1 -1
  9. package/api-types/event-axis-options.interface.d.ts +1 -1
  10. package/api-types/event-series-options.interface.d.ts +1 -1
  11. package/api-types/series-point-marker.interface.d.ts +1 -1
  12. package/api-types/series-point.interface.d.ts +1 -1
  13. package/argument-types/axis-label-content-args.interface.d.ts +1 -1
  14. package/argument-types/axis-label-visual-args.interface.d.ts +1 -1
  15. package/argument-types/axis-note-content-args.interface.d.ts +1 -1
  16. package/argument-types/axis-note-visual-args.interface.d.ts +1 -1
  17. package/argument-types/error-bars-value-args.interface.d.ts +1 -1
  18. package/argument-types/error-bars-visual-args.interface.d.ts +1 -1
  19. package/argument-types/highlight-toggle-args.interface.d.ts +1 -1
  20. package/argument-types/highlight-visual-args.interface.d.ts +1 -1
  21. package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
  22. package/argument-types/legend-labels-content-args.interface.d.ts +1 -1
  23. package/argument-types/markers-visual-args.interface.d.ts +1 -1
  24. package/argument-types/plot-band-label-visual-args.interface.d.ts +1 -1
  25. package/argument-types/series-labels-content-args.interface.d.ts +1 -1
  26. package/argument-types/series-labels-visual-args.interface.d.ts +1 -1
  27. package/argument-types/series-note-content-args.interface.d.ts +1 -1
  28. package/argument-types/series-note-visual-args.interface.d.ts +1 -1
  29. package/argument-types/series-visual-args.interface.d.ts +1 -1
  30. package/argument-types/title-visual-args.interface.d.ts +1 -1
  31. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  32. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
  33. package/chart/axis-defaults/labels.component.d.ts +1 -1
  34. package/chart/axis-defaults/title.component.d.ts +1 -1
  35. package/chart/axis-defaults.component.d.ts +1 -1
  36. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  37. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
  38. package/chart/category-axis-item/labels.component.d.ts +1 -1
  39. package/chart/category-axis-item/notes.component.d.ts +1 -1
  40. package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
  41. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  42. package/chart/category-axis-item/range-labels.component.d.ts +1 -1
  43. package/chart/category-axis-item/select.component.d.ts +1 -1
  44. package/chart/category-axis-item/title.component.d.ts +1 -1
  45. package/chart/category-axis-item.component.d.ts +1 -1
  46. package/chart/category-axis.component.d.ts +1 -1
  47. package/chart/chart-area.component.d.ts +1 -1
  48. package/chart/donut-center-template.directive.d.ts +1 -1
  49. package/chart/legend/inactive-items.component.d.ts +1 -1
  50. package/chart/legend/item.component.d.ts +1 -1
  51. package/chart/legend.component.d.ts +1 -1
  52. package/chart/localization/custom-messages.component.d.ts +1 -1
  53. package/chart/localization/localized-messages.directive.d.ts +1 -1
  54. package/chart/localization/messages.d.ts +1 -1
  55. package/chart/no-data-template.directive.d.ts +1 -1
  56. package/chart/pane/title.component.d.ts +1 -1
  57. package/chart/pane-defaults/title.component.d.ts +1 -1
  58. package/chart/pane-defaults.component.d.ts +1 -1
  59. package/chart/pane.component.d.ts +1 -1
  60. package/chart/panes.component.d.ts +1 -1
  61. package/chart/plot-area.component.d.ts +1 -1
  62. package/chart/series-defaults/labels.component.d.ts +1 -1
  63. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  64. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  65. package/chart/series-defaults/notes.component.d.ts +1 -1
  66. package/chart/series-defaults/notes.icon.component.d.ts +1 -1
  67. package/chart/series-defaults/notes.label.component.d.ts +1 -1
  68. package/chart/series-defaults/tooltip.component.d.ts +1 -1
  69. package/chart/series-defaults.component.d.ts +1 -1
  70. package/chart/series-drilldown-template.directive.d.ts +1 -1
  71. package/chart/series-item/error-bars.component.d.ts +1 -1
  72. package/chart/series-item/extremes.component.d.ts +1 -1
  73. package/chart/series-item/highlight.component.d.ts +1 -1
  74. package/chart/series-item/labels.component.d.ts +1 -1
  75. package/chart/series-item/labels.from.component.d.ts +1 -1
  76. package/chart/series-item/labels.to.component.d.ts +1 -1
  77. package/chart/series-item/markers.component.d.ts +1 -1
  78. package/chart/series-item/notes.component.d.ts +1 -1
  79. package/chart/series-item/notes.icon.component.d.ts +1 -1
  80. package/chart/series-item/notes.label.component.d.ts +1 -1
  81. package/chart/series-item/outliers.component.d.ts +1 -1
  82. package/chart/series-item/tooltip.component.d.ts +1 -1
  83. package/chart/series-item/trendline.component.d.ts +1 -1
  84. package/chart/series-item/trendline.forecast.component.d.ts +1 -1
  85. package/chart/series-item.component.d.ts +1 -1
  86. package/chart/series.component.d.ts +1 -1
  87. package/chart/subtitle.component.d.ts +1 -1
  88. package/chart/title.component.d.ts +1 -1
  89. package/chart/tooltip/base-tooltip.d.ts +1 -1
  90. package/chart/tooltip/body-factory.d.ts +1 -1
  91. package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -1
  92. package/chart/tooltip/crosshair-tooltips-container.component.d.ts +1 -1
  93. package/chart/tooltip/popup-settings.interface.d.ts +1 -1
  94. package/chart/tooltip/series-tooltip-template.directive.d.ts +1 -1
  95. package/chart/tooltip/shared-tooltip-template.directive.d.ts +1 -1
  96. package/chart/tooltip/tooltip-popup.component.d.ts +1 -1
  97. package/chart/tooltip/tooltip-template-point.d.ts +1 -1
  98. package/chart/tooltip.component.d.ts +1 -1
  99. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  100. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
  101. package/chart/value-axis-item/labels.component.d.ts +1 -1
  102. package/chart/value-axis-item/notes.component.d.ts +1 -1
  103. package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
  104. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  105. package/chart/value-axis-item/title.component.d.ts +1 -1
  106. package/chart/value-axis-item.component.d.ts +1 -1
  107. package/chart/value-axis.component.d.ts +1 -1
  108. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  109. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  110. package/chart/x-axis-item/labels.component.d.ts +1 -1
  111. package/chart/x-axis-item/notes.component.d.ts +1 -1
  112. package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
  113. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  114. package/chart/x-axis-item/title.component.d.ts +1 -1
  115. package/chart/x-axis-item.component.d.ts +1 -1
  116. package/chart/x-axis.component.d.ts +1 -1
  117. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  118. package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
  119. package/chart/y-axis-item/labels.component.d.ts +1 -1
  120. package/chart/y-axis-item/notes.component.d.ts +1 -1
  121. package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
  122. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  123. package/chart/y-axis-item/title.component.d.ts +1 -1
  124. package/chart/y-axis-item.component.d.ts +1 -1
  125. package/chart/y-axis.component.d.ts +1 -1
  126. package/chart/zoomable.component.d.ts +1 -1
  127. package/chart-breadcrumb.component.d.ts +1 -1
  128. package/chart-defaults.d.ts +1 -1
  129. package/chart-options.interface.d.ts +1 -1
  130. package/chart.component.d.ts +1 -1
  131. package/chart.directives.d.ts +1 -1
  132. package/chart.module.d.ts +1 -1
  133. package/charts.module.d.ts +1 -1
  134. package/common/api-types.d.ts +1 -1
  135. package/common/chart-default-theme.d.ts +1 -1
  136. package/common/chart-instance-observer.d.ts +1 -1
  137. package/common/collection-item.component.d.ts +1 -1
  138. package/common/collection.component.d.ts +1 -1
  139. package/common/collection.service.d.ts +1 -1
  140. package/common/configuration.service.d.ts +1 -1
  141. package/common/copy-changes.d.ts +1 -1
  142. package/common/events.d.ts +1 -1
  143. package/common/has-observers.d.ts +1 -1
  144. package/common/has-parent.d.ts +1 -1
  145. package/common/prefix-configuration.service.d.ts +1 -1
  146. package/common/property-types.d.ts +1 -1
  147. package/common/root-configuration.service.d.ts +1 -1
  148. package/common/settings.component.d.ts +1 -1
  149. package/common/theme.service.d.ts +1 -1
  150. package/common/to-simple-changes.d.ts +1 -1
  151. package/common/tooltip-template.service.d.ts +1 -1
  152. package/common.directives.d.ts +1 -1
  153. package/directives.d.ts +1 -1
  154. package/esm2022/api-types/axis-range.interface.mjs +1 -1
  155. package/esm2022/api-types/chart-axis.interface.mjs +1 -1
  156. package/esm2022/api-types/chart-pane.interface.mjs +1 -1
  157. package/esm2022/api-types/chart-plotarea.interface.mjs +1 -1
  158. package/esm2022/api-types/chart-svg-export-options.interface.mjs +1 -1
  159. package/esm2022/api-types/chart-visual-export-options.interface.mjs +1 -1
  160. package/esm2022/api-types/event-axis-options.interface.mjs +1 -1
  161. package/esm2022/api-types/event-series-options.interface.mjs +1 -1
  162. package/esm2022/api-types/series-point-marker.interface.mjs +1 -1
  163. package/esm2022/api-types/series-point.interface.mjs +1 -1
  164. package/esm2022/argument-types/axis-label-content-args.interface.mjs +1 -1
  165. package/esm2022/argument-types/axis-label-visual-args.interface.mjs +1 -1
  166. package/esm2022/argument-types/axis-note-content-args.interface.mjs +1 -1
  167. package/esm2022/argument-types/axis-note-visual-args.interface.mjs +1 -1
  168. package/esm2022/argument-types/error-bars-value-args.interface.mjs +1 -1
  169. package/esm2022/argument-types/error-bars-visual-args.interface.mjs +1 -1
  170. package/esm2022/argument-types/highlight-toggle-args.interface.mjs +1 -1
  171. package/esm2022/argument-types/highlight-visual-args.interface.mjs +1 -1
  172. package/esm2022/argument-types/legend-item-visual-args.interface.mjs +1 -1
  173. package/esm2022/argument-types/legend-labels-content-args.interface.mjs +1 -1
  174. package/esm2022/argument-types/markers-visual-args.interface.mjs +1 -1
  175. package/esm2022/argument-types/plot-band-label-visual-args.interface.mjs +1 -1
  176. package/esm2022/argument-types/series-labels-content-args.interface.mjs +1 -1
  177. package/esm2022/argument-types/series-labels-visual-args.interface.mjs +1 -1
  178. package/esm2022/argument-types/series-note-content-args.interface.mjs +1 -1
  179. package/esm2022/argument-types/series-note-visual-args.interface.mjs +1 -1
  180. package/esm2022/argument-types/series-visual-args.interface.mjs +1 -1
  181. package/esm2022/argument-types/title-visual-args.interface.mjs +1 -1
  182. package/esm2022/chart/axis-defaults/crosshair.component.mjs +1 -1
  183. package/esm2022/chart/axis-defaults/crosshair.tooltip.component.mjs +1 -1
  184. package/esm2022/chart/axis-defaults/labels.component.mjs +1 -1
  185. package/esm2022/chart/axis-defaults/title.component.mjs +1 -1
  186. package/esm2022/chart/axis-defaults.component.mjs +1 -1
  187. package/esm2022/chart/category-axis-item/crosshair.component.mjs +1 -1
  188. package/esm2022/chart/category-axis-item/crosshair.tooltip.component.mjs +1 -1
  189. package/esm2022/chart/category-axis-item/labels.component.mjs +1 -1
  190. package/esm2022/chart/category-axis-item/notes.component.mjs +1 -1
  191. package/esm2022/chart/category-axis-item/notes.icon.component.mjs +1 -1
  192. package/esm2022/chart/category-axis-item/notes.label.component.mjs +1 -1
  193. package/esm2022/chart/category-axis-item/range-labels.component.mjs +1 -1
  194. package/esm2022/chart/category-axis-item/select.component.mjs +1 -1
  195. package/esm2022/chart/category-axis-item/title.component.mjs +1 -1
  196. package/esm2022/chart/category-axis-item.component.mjs +1 -1
  197. package/esm2022/chart/category-axis.component.mjs +1 -1
  198. package/esm2022/chart/chart-area.component.mjs +1 -1
  199. package/esm2022/chart/donut-center-template.directive.mjs +1 -1
  200. package/esm2022/chart/legend/inactive-items.component.mjs +1 -1
  201. package/esm2022/chart/legend/item.component.mjs +1 -1
  202. package/esm2022/chart/legend.component.mjs +1 -1
  203. package/esm2022/chart/localization/custom-messages.component.mjs +1 -1
  204. package/esm2022/chart/localization/localized-messages.directive.mjs +1 -1
  205. package/esm2022/chart/localization/messages.mjs +1 -1
  206. package/esm2022/chart/no-data-template.directive.mjs +1 -1
  207. package/esm2022/chart/pane/title.component.mjs +1 -1
  208. package/esm2022/chart/pane-defaults/title.component.mjs +1 -1
  209. package/esm2022/chart/pane-defaults.component.mjs +1 -1
  210. package/esm2022/chart/pane.component.mjs +1 -1
  211. package/esm2022/chart/panes.component.mjs +1 -1
  212. package/esm2022/chart/plot-area.component.mjs +1 -1
  213. package/esm2022/chart/series-defaults/labels.component.mjs +1 -1
  214. package/esm2022/chart/series-defaults/labels.from.component.mjs +1 -1
  215. package/esm2022/chart/series-defaults/labels.to.component.mjs +1 -1
  216. package/esm2022/chart/series-defaults/notes.component.mjs +1 -1
  217. package/esm2022/chart/series-defaults/notes.icon.component.mjs +1 -1
  218. package/esm2022/chart/series-defaults/notes.label.component.mjs +1 -1
  219. package/esm2022/chart/series-defaults/tooltip.component.mjs +1 -1
  220. package/esm2022/chart/series-defaults.component.mjs +1 -1
  221. package/esm2022/chart/series-drilldown-template.directive.mjs +1 -1
  222. package/esm2022/chart/series-item/error-bars.component.mjs +1 -1
  223. package/esm2022/chart/series-item/extremes.component.mjs +1 -1
  224. package/esm2022/chart/series-item/highlight.component.mjs +1 -1
  225. package/esm2022/chart/series-item/labels.component.mjs +1 -1
  226. package/esm2022/chart/series-item/labels.from.component.mjs +1 -1
  227. package/esm2022/chart/series-item/labels.to.component.mjs +1 -1
  228. package/esm2022/chart/series-item/markers.component.mjs +1 -1
  229. package/esm2022/chart/series-item/notes.component.mjs +1 -1
  230. package/esm2022/chart/series-item/notes.icon.component.mjs +1 -1
  231. package/esm2022/chart/series-item/notes.label.component.mjs +1 -1
  232. package/esm2022/chart/series-item/outliers.component.mjs +1 -1
  233. package/esm2022/chart/series-item/tooltip.component.mjs +1 -1
  234. package/esm2022/chart/series-item/trendline.component.mjs +1 -1
  235. package/esm2022/chart/series-item/trendline.forecast.component.mjs +1 -1
  236. package/esm2022/chart/series-item.component.mjs +1 -1
  237. package/esm2022/chart/series.component.mjs +1 -1
  238. package/esm2022/chart/subtitle.component.mjs +1 -1
  239. package/esm2022/chart/title.component.mjs +1 -1
  240. package/esm2022/chart/tooltip/base-tooltip.mjs +1 -1
  241. package/esm2022/chart/tooltip/body-factory.mjs +1 -1
  242. package/esm2022/chart/tooltip/crosshair-tooltip.component.mjs +1 -1
  243. package/esm2022/chart/tooltip/crosshair-tooltips-container.component.mjs +1 -1
  244. package/esm2022/chart/tooltip/popup-settings.interface.mjs +1 -1
  245. package/esm2022/chart/tooltip/series-tooltip-template.directive.mjs +1 -1
  246. package/esm2022/chart/tooltip/shared-tooltip-template.directive.mjs +1 -1
  247. package/esm2022/chart/tooltip/tooltip-popup.component.mjs +1 -1
  248. package/esm2022/chart/tooltip/tooltip-template-point.mjs +1 -1
  249. package/esm2022/chart/tooltip.component.mjs +1 -1
  250. package/esm2022/chart/value-axis-item/crosshair.component.mjs +1 -1
  251. package/esm2022/chart/value-axis-item/crosshair.tooltip.component.mjs +1 -1
  252. package/esm2022/chart/value-axis-item/labels.component.mjs +1 -1
  253. package/esm2022/chart/value-axis-item/notes.component.mjs +1 -1
  254. package/esm2022/chart/value-axis-item/notes.icon.component.mjs +1 -1
  255. package/esm2022/chart/value-axis-item/notes.label.component.mjs +1 -1
  256. package/esm2022/chart/value-axis-item/title.component.mjs +1 -1
  257. package/esm2022/chart/value-axis-item.component.mjs +1 -1
  258. package/esm2022/chart/value-axis.component.mjs +1 -1
  259. package/esm2022/chart/x-axis-item/crosshair.component.mjs +1 -1
  260. package/esm2022/chart/x-axis-item/crosshair.tooltip.component.mjs +1 -1
  261. package/esm2022/chart/x-axis-item/labels.component.mjs +1 -1
  262. package/esm2022/chart/x-axis-item/notes.component.mjs +1 -1
  263. package/esm2022/chart/x-axis-item/notes.icon.component.mjs +1 -1
  264. package/esm2022/chart/x-axis-item/notes.label.component.mjs +1 -1
  265. package/esm2022/chart/x-axis-item/title.component.mjs +1 -1
  266. package/esm2022/chart/x-axis-item.component.mjs +1 -1
  267. package/esm2022/chart/x-axis.component.mjs +1 -1
  268. package/esm2022/chart/y-axis-item/crosshair.component.mjs +1 -1
  269. package/esm2022/chart/y-axis-item/crosshair.tooltip.component.mjs +1 -1
  270. package/esm2022/chart/y-axis-item/labels.component.mjs +1 -1
  271. package/esm2022/chart/y-axis-item/notes.component.mjs +1 -1
  272. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +1 -1
  273. package/esm2022/chart/y-axis-item/notes.label.component.mjs +1 -1
  274. package/esm2022/chart/y-axis-item/title.component.mjs +1 -1
  275. package/esm2022/chart/y-axis-item.component.mjs +1 -1
  276. package/esm2022/chart/y-axis.component.mjs +1 -1
  277. package/esm2022/chart/zoomable.component.mjs +1 -1
  278. package/esm2022/chart-breadcrumb.component.mjs +1 -1
  279. package/esm2022/chart-defaults.mjs +1 -1
  280. package/esm2022/chart-options.interface.mjs +1 -1
  281. package/esm2022/chart.component.mjs +1 -1
  282. package/esm2022/chart.directives.mjs +1 -1
  283. package/esm2022/chart.module.mjs +1 -1
  284. package/esm2022/charts.module.mjs +1 -1
  285. package/esm2022/common/api-types.mjs +1 -1
  286. package/esm2022/common/chart-default-theme.mjs +1 -1
  287. package/esm2022/common/chart-instance-observer.mjs +1 -1
  288. package/esm2022/common/collection-item.component.mjs +1 -1
  289. package/esm2022/common/collection.component.mjs +1 -1
  290. package/esm2022/common/collection.service.mjs +1 -1
  291. package/esm2022/common/configuration.service.mjs +1 -1
  292. package/esm2022/common/copy-changes.mjs +1 -1
  293. package/esm2022/common/events.mjs +1 -1
  294. package/esm2022/common/has-observers.mjs +1 -1
  295. package/esm2022/common/has-parent.mjs +1 -1
  296. package/esm2022/common/prefix-configuration.service.mjs +1 -1
  297. package/esm2022/common/property-types.mjs +1 -1
  298. package/esm2022/common/root-configuration.service.mjs +1 -1
  299. package/esm2022/common/settings.component.mjs +1 -1
  300. package/esm2022/common/theme.service.mjs +1 -1
  301. package/esm2022/common/to-simple-changes.mjs +1 -1
  302. package/esm2022/common/tooltip-template.service.mjs +1 -1
  303. package/esm2022/common.directives.mjs +1 -1
  304. package/esm2022/directives.mjs +1 -1
  305. package/esm2022/events/axis-label-click-event.mjs +1 -1
  306. package/esm2022/events/base-event.mjs +1 -1
  307. package/esm2022/events/drag-end-event.mjs +1 -1
  308. package/esm2022/events/drag-event.mjs +1 -1
  309. package/esm2022/events/drag-start-event.mjs +1 -1
  310. package/esm2022/events/drilldown-event.mjs +1 -1
  311. package/esm2022/events/instance-event.service.mjs +1 -1
  312. package/esm2022/events/legend-event.mjs +1 -1
  313. package/esm2022/events/legend-item-click-event.mjs +1 -1
  314. package/esm2022/events/legend-item-hover-event.mjs +1 -1
  315. package/esm2022/events/legend-item-leave-event.mjs +1 -1
  316. package/esm2022/events/note-click-event.mjs +1 -1
  317. package/esm2022/events/note-event.mjs +1 -1
  318. package/esm2022/events/note-hover-event.mjs +1 -1
  319. package/esm2022/events/note-leave-event.mjs +1 -1
  320. package/esm2022/events/pane-render-event.mjs +1 -1
  321. package/esm2022/events/plot-area-click-event.mjs +1 -1
  322. package/esm2022/events/plot-area-hover-event.mjs +1 -1
  323. package/esm2022/events/plot-area-leave-event.mjs +1 -1
  324. package/esm2022/events/preventable-event.mjs +1 -1
  325. package/esm2022/events/render-event.mjs +1 -1
  326. package/esm2022/events/select-end-event.mjs +1 -1
  327. package/esm2022/events/select-event.mjs +1 -1
  328. package/esm2022/events/select-start-event.mjs +1 -1
  329. package/esm2022/events/series-click-event.mjs +1 -1
  330. package/esm2022/events/series-event.mjs +1 -1
  331. package/esm2022/events/series-hover-event.mjs +1 -1
  332. package/esm2022/events/series-leave-event.mjs +1 -1
  333. package/esm2022/events/series-over-event.mjs +1 -1
  334. package/esm2022/events/zoom-end-event.mjs +1 -1
  335. package/esm2022/events/zoom-event.mjs +1 -1
  336. package/esm2022/events/zoom-start-event.mjs +1 -1
  337. package/esm2022/field-types/auto-base-unit-steps.interface.mjs +1 -1
  338. package/esm2022/field-types/axis-labels-position.mjs +1 -1
  339. package/esm2022/field-types/axis-line.interface.mjs +1 -1
  340. package/esm2022/field-types/axis-ticks.interface.mjs +1 -1
  341. package/esm2022/field-types/axis-title-position.mjs +1 -1
  342. package/esm2022/field-types/base-unit.mjs +1 -1
  343. package/esm2022/field-types/border.interface.mjs +1 -1
  344. package/esm2022/field-types/bullet-target-line.interface.mjs +1 -1
  345. package/esm2022/field-types/bullet-target.interface.mjs +1 -1
  346. package/esm2022/field-types/category-base-unit.mjs +1 -1
  347. package/esm2022/field-types/dash-type.mjs +1 -1
  348. package/esm2022/field-types/date-formats.interface.mjs +1 -1
  349. package/esm2022/field-types/drag-action.interface.mjs +1 -1
  350. package/esm2022/field-types/error-bar-line.interface.mjs +1 -1
  351. package/esm2022/field-types/grid-lines.interface.mjs +1 -1
  352. package/esm2022/field-types/highlight-line.interface.mjs +1 -1
  353. package/esm2022/field-types/label-connectors.interface.mjs +1 -1
  354. package/esm2022/field-types/label-rotation.interface.mjs +1 -1
  355. package/esm2022/field-types/legend-labels.interface.mjs +1 -1
  356. package/esm2022/field-types/line-style.mjs +1 -1
  357. package/esm2022/field-types/lock-axis.mjs +1 -1
  358. package/esm2022/field-types/margin.interface.mjs +1 -1
  359. package/esm2022/field-types/marker-type.mjs +1 -1
  360. package/esm2022/field-types/modifier-key.mjs +1 -1
  361. package/esm2022/field-types/mousewheel-select.interface.mjs +1 -1
  362. package/esm2022/field-types/mousewheel-zoom.interface.mjs +1 -1
  363. package/esm2022/field-types/negative-bubble-values.interface.mjs +1 -1
  364. package/esm2022/field-types/note-label-position.mjs +1 -1
  365. package/esm2022/field-types/note-line.interface.mjs +1 -1
  366. package/esm2022/field-types/note-position.mjs +1 -1
  367. package/esm2022/field-types/overlay.interface.mjs +1 -1
  368. package/esm2022/field-types/padding.interface.mjs +1 -1
  369. package/esm2022/field-types/plot-band-label.interface.mjs +1 -1
  370. package/esm2022/field-types/plot-band.interface.mjs +1 -1
  371. package/esm2022/field-types/series-labels-alignment.mjs +1 -1
  372. package/esm2022/field-types/series-labels-position.mjs +1 -1
  373. package/esm2022/field-types/series-line.interface.mjs +1 -1
  374. package/esm2022/field-types/series-mean.interface.mjs +1 -1
  375. package/esm2022/field-types/series-median.interface.mjs +1 -1
  376. package/esm2022/field-types/series-stack.interface.mjs +1 -1
  377. package/esm2022/field-types/series-type.mjs +1 -1
  378. package/esm2022/field-types/series-whiskers.interface.mjs +1 -1
  379. package/esm2022/field-types/trendline-forecast.interface.mjs +1 -1
  380. package/esm2022/field-types/week-start-day.enum.mjs +1 -1
  381. package/esm2022/index.mjs +1 -1
  382. package/esm2022/option-types/axis-crosshair-tooltip.interface.mjs +1 -1
  383. package/esm2022/option-types/axis-defaults/crosshair.interface.mjs +1 -1
  384. package/esm2022/option-types/axis-defaults/crosshair.tooltip.interface.mjs +1 -1
  385. package/esm2022/option-types/axis-defaults/labels.interface.mjs +1 -1
  386. package/esm2022/option-types/axis-defaults/title.interface.mjs +1 -1
  387. package/esm2022/option-types/axis-defaults.interface.mjs +1 -1
  388. package/esm2022/option-types/category-axis-item/crosshair.interface.mjs +1 -1
  389. package/esm2022/option-types/category-axis-item/crosshair.tooltip.interface.mjs +1 -1
  390. package/esm2022/option-types/category-axis-item/labels.interface.mjs +1 -1
  391. package/esm2022/option-types/category-axis-item/notes.icon.interface.mjs +1 -1
  392. package/esm2022/option-types/category-axis-item/notes.interface.mjs +1 -1
  393. package/esm2022/option-types/category-axis-item/notes.label.interface.mjs +1 -1
  394. package/esm2022/option-types/category-axis-item/range-labels.interface.mjs +1 -1
  395. package/esm2022/option-types/category-axis-item/select.interface.mjs +1 -1
  396. package/esm2022/option-types/category-axis-item/title.interface.mjs +1 -1
  397. package/esm2022/option-types/category-axis-item.interface.mjs +1 -1
  398. package/esm2022/option-types/chart-area.interface.mjs +1 -1
  399. package/esm2022/option-types/legend/inactive-items.interface.mjs +1 -1
  400. package/esm2022/option-types/legend/item.interface.mjs +1 -1
  401. package/esm2022/option-types/legend/legend-title.interface.mjs +1 -1
  402. package/esm2022/option-types/legend/markers.interface.mjs +1 -1
  403. package/esm2022/option-types/legend.interface.mjs +1 -1
  404. package/esm2022/option-types/pane/title.interface.mjs +1 -1
  405. package/esm2022/option-types/pane-defaults/title.interface.mjs +1 -1
  406. package/esm2022/option-types/pane-defaults.interface.mjs +1 -1
  407. package/esm2022/option-types/pane.interface.mjs +1 -1
  408. package/esm2022/option-types/plot-area.interface.mjs +1 -1
  409. package/esm2022/option-types/series-defaults/labels.from.interface.mjs +1 -1
  410. package/esm2022/option-types/series-defaults/labels.interface.mjs +1 -1
  411. package/esm2022/option-types/series-defaults/labels.to.interface.mjs +1 -1
  412. package/esm2022/option-types/series-defaults/notes.icon.interface.mjs +1 -1
  413. package/esm2022/option-types/series-defaults/notes.interface.mjs +1 -1
  414. package/esm2022/option-types/series-defaults/notes.label.interface.mjs +1 -1
  415. package/esm2022/option-types/series-defaults/tooltip.interface.mjs +1 -1
  416. package/esm2022/option-types/series-defaults.interface.mjs +1 -1
  417. package/esm2022/option-types/series-item/error-bars.interface.mjs +1 -1
  418. package/esm2022/option-types/series-item/extremes.interface.mjs +1 -1
  419. package/esm2022/option-types/series-item/highlight.interface.mjs +1 -1
  420. package/esm2022/option-types/series-item/labels.from.interface.mjs +1 -1
  421. package/esm2022/option-types/series-item/labels.interface.mjs +1 -1
  422. package/esm2022/option-types/series-item/labels.to.interface.mjs +1 -1
  423. package/esm2022/option-types/series-item/markers-highlight.interface.mjs +1 -1
  424. package/esm2022/option-types/series-item/markers.interface.mjs +1 -1
  425. package/esm2022/option-types/series-item/notes.icon.interface.mjs +1 -1
  426. package/esm2022/option-types/series-item/notes.interface.mjs +1 -1
  427. package/esm2022/option-types/series-item/notes.label.interface.mjs +1 -1
  428. package/esm2022/option-types/series-item/outliers.interface.mjs +1 -1
  429. package/esm2022/option-types/series-item/tooltip.interface.mjs +1 -1
  430. package/esm2022/option-types/series-item/trendline.interface.mjs +1 -1
  431. package/esm2022/option-types/series-item.interface.mjs +1 -1
  432. package/esm2022/option-types/subtitle.interface.mjs +1 -1
  433. package/esm2022/option-types/title.interface.mjs +1 -1
  434. package/esm2022/option-types/tooltip-border.interface.mjs +1 -1
  435. package/esm2022/option-types/tooltip.interface.mjs +1 -1
  436. package/esm2022/option-types/value-axis-item/crosshair.interface.mjs +1 -1
  437. package/esm2022/option-types/value-axis-item/crosshair.tooltip.interface.mjs +1 -1
  438. package/esm2022/option-types/value-axis-item/labels.interface.mjs +1 -1
  439. package/esm2022/option-types/value-axis-item/notes.icon.interface.mjs +1 -1
  440. package/esm2022/option-types/value-axis-item/notes.interface.mjs +1 -1
  441. package/esm2022/option-types/value-axis-item/notes.label.interface.mjs +1 -1
  442. package/esm2022/option-types/value-axis-item/title.interface.mjs +1 -1
  443. package/esm2022/option-types/value-axis-item.interface.mjs +1 -1
  444. package/esm2022/option-types/x-axis-item/crosshair.interface.mjs +1 -1
  445. package/esm2022/option-types/x-axis-item/crosshair.tooltip.interface.mjs +1 -1
  446. package/esm2022/option-types/x-axis-item/labels.interface.mjs +1 -1
  447. package/esm2022/option-types/x-axis-item/notes.icon.interface.mjs +1 -1
  448. package/esm2022/option-types/x-axis-item/notes.interface.mjs +1 -1
  449. package/esm2022/option-types/x-axis-item/notes.label.interface.mjs +1 -1
  450. package/esm2022/option-types/x-axis-item/title.interface.mjs +1 -1
  451. package/esm2022/option-types/x-axis-item.interface.mjs +1 -1
  452. package/esm2022/option-types/y-axis-item/crosshair.interface.mjs +1 -1
  453. package/esm2022/option-types/y-axis-item/crosshair.tooltip.interface.mjs +1 -1
  454. package/esm2022/option-types/y-axis-item/labels.interface.mjs +1 -1
  455. package/esm2022/option-types/y-axis-item/notes.icon.interface.mjs +1 -1
  456. package/esm2022/option-types/y-axis-item/notes.interface.mjs +1 -1
  457. package/esm2022/option-types/y-axis-item/notes.label.interface.mjs +1 -1
  458. package/esm2022/option-types/y-axis-item/title.interface.mjs +1 -1
  459. package/esm2022/option-types/y-axis-item.interface.mjs +1 -1
  460. package/esm2022/option-types/zoomable.interface.mjs +1 -1
  461. package/esm2022/package-metadata.mjs +3 -3
  462. package/esm2022/progress-kendo-angular-charts.mjs +1 -1
  463. package/esm2022/sankey/api-types/index.mjs +1 -1
  464. package/esm2022/sankey/data-binding/flat-binding.directive.mjs +1 -1
  465. package/esm2022/sankey/data-binding/flat-binding.event.mjs +1 -1
  466. package/esm2022/sankey/events/index.mjs +1 -1
  467. package/esm2022/sankey/events/instance-event.service.mjs +1 -1
  468. package/esm2022/sankey/events/sankey-base-event.mjs +1 -1
  469. package/esm2022/sankey/events/sankey-link-event.mjs +1 -1
  470. package/esm2022/sankey/events/sankey-node-event.mjs +1 -1
  471. package/esm2022/sankey/labels.component.mjs +1 -1
  472. package/esm2022/sankey/legend.component.mjs +1 -1
  473. package/esm2022/sankey/links.component.mjs +1 -1
  474. package/esm2022/sankey/localization/custom-messages.component.mjs +1 -1
  475. package/esm2022/sankey/localization/localized-messages.directive.mjs +1 -1
  476. package/esm2022/sankey/localization/messages.mjs +1 -1
  477. package/esm2022/sankey/nodes.component.mjs +1 -1
  478. package/esm2022/sankey/title.component.mjs +1 -1
  479. package/esm2022/sankey/tooltip/link-tooltip-template-context.mjs +1 -1
  480. package/esm2022/sankey/tooltip/link-tooltip-template.directive.mjs +1 -1
  481. package/esm2022/sankey/tooltip/node-tooltip-template-context.mjs +1 -1
  482. package/esm2022/sankey/tooltip/node-tooltip-template.directive.mjs +1 -1
  483. package/esm2022/sankey/tooltip/square-symbol.directive.mjs +1 -1
  484. package/esm2022/sankey/tooltip/tooltip-popup.component.mjs +1 -1
  485. package/esm2022/sankey/tooltip/tooltip-template.service.mjs +1 -1
  486. package/esm2022/sankey/tooltip.component.mjs +1 -1
  487. package/esm2022/sankey.component.mjs +1 -1
  488. package/esm2022/sankey.directives.mjs +1 -1
  489. package/esm2022/sankey.module.mjs +1 -1
  490. package/esm2022/sparkline.component.mjs +1 -1
  491. package/esm2022/sparkline.directives.mjs +1 -1
  492. package/esm2022/sparkline.module.mjs +1 -1
  493. package/esm2022/stock-chart/events/instance-event.service.mjs +1 -1
  494. package/esm2022/stock-chart/events/navigator-filter-event.mjs +1 -1
  495. package/esm2022/stock-chart/events.mjs +1 -1
  496. package/esm2022/stock-chart/navigator/category-axis/crosshair.component.mjs +1 -1
  497. package/esm2022/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +1 -1
  498. package/esm2022/stock-chart/navigator/category-axis/labels.component.mjs +1 -1
  499. package/esm2022/stock-chart/navigator/category-axis/notes.component.mjs +1 -1
  500. package/esm2022/stock-chart/navigator/category-axis/notes.icon.component.mjs +1 -1
  501. package/esm2022/stock-chart/navigator/category-axis/notes.label.component.mjs +1 -1
  502. package/esm2022/stock-chart/navigator/category-axis/select.component.mjs +1 -1
  503. package/esm2022/stock-chart/navigator/category-axis/title.component.mjs +1 -1
  504. package/esm2022/stock-chart/navigator/category-axis.component.mjs +1 -1
  505. package/esm2022/stock-chart/navigator/hint.component.mjs +1 -1
  506. package/esm2022/stock-chart/navigator/pane/title.component.mjs +1 -1
  507. package/esm2022/stock-chart/navigator/pane.component.mjs +1 -1
  508. package/esm2022/stock-chart/navigator/select.component.mjs +1 -1
  509. package/esm2022/stock-chart/navigator/series-item/error-bars.component.mjs +1 -1
  510. package/esm2022/stock-chart/navigator/series-item/extremes.component.mjs +1 -1
  511. package/esm2022/stock-chart/navigator/series-item/highlight.component.mjs +1 -1
  512. package/esm2022/stock-chart/navigator/series-item/labels.component.mjs +1 -1
  513. package/esm2022/stock-chart/navigator/series-item/labels.from.component.mjs +1 -1
  514. package/esm2022/stock-chart/navigator/series-item/labels.to.component.mjs +1 -1
  515. package/esm2022/stock-chart/navigator/series-item/markers.component.mjs +1 -1
  516. package/esm2022/stock-chart/navigator/series-item/notes.component.mjs +1 -1
  517. package/esm2022/stock-chart/navigator/series-item/notes.icon.component.mjs +1 -1
  518. package/esm2022/stock-chart/navigator/series-item/notes.label.component.mjs +1 -1
  519. package/esm2022/stock-chart/navigator/series-item/outliers.component.mjs +1 -1
  520. package/esm2022/stock-chart/navigator/series-item/tooltip.component.mjs +1 -1
  521. package/esm2022/stock-chart/navigator/series-item.component.mjs +1 -1
  522. package/esm2022/stock-chart/navigator/series.component.mjs +1 -1
  523. package/esm2022/stock-chart/navigator.component.mjs +1 -1
  524. package/esm2022/stock-chart/option-types/navigator/hint-content-args.interface.mjs +1 -1
  525. package/esm2022/stock-chart/option-types/navigator/hint.interface.mjs +1 -1
  526. package/esm2022/stock-chart/option-types/navigator/select.interface.mjs +1 -1
  527. package/esm2022/stock-chart/option-types/navigator.interface.mjs +1 -1
  528. package/esm2022/stock-chart/option-types.mjs +1 -1
  529. package/esm2022/stock-chart.component.mjs +1 -1
  530. package/esm2022/stock-chart.directives.mjs +1 -1
  531. package/esm2022/stock-chart.module.mjs +1 -1
  532. package/events/axis-label-click-event.d.ts +1 -1
  533. package/events/base-event.d.ts +1 -1
  534. package/events/drag-end-event.d.ts +1 -1
  535. package/events/drag-event.d.ts +1 -1
  536. package/events/drag-start-event.d.ts +1 -1
  537. package/events/drilldown-event.d.ts +1 -1
  538. package/events/instance-event.service.d.ts +1 -1
  539. package/events/legend-event.d.ts +1 -1
  540. package/events/legend-item-click-event.d.ts +1 -1
  541. package/events/legend-item-hover-event.d.ts +1 -1
  542. package/events/legend-item-leave-event.d.ts +1 -1
  543. package/events/note-click-event.d.ts +1 -1
  544. package/events/note-event.d.ts +1 -1
  545. package/events/note-hover-event.d.ts +1 -1
  546. package/events/note-leave-event.d.ts +1 -1
  547. package/events/pane-render-event.d.ts +1 -1
  548. package/events/plot-area-click-event.d.ts +1 -1
  549. package/events/plot-area-hover-event.d.ts +1 -1
  550. package/events/plot-area-leave-event.d.ts +1 -1
  551. package/events/preventable-event.d.ts +1 -1
  552. package/events/render-event.d.ts +1 -1
  553. package/events/select-end-event.d.ts +1 -1
  554. package/events/select-event.d.ts +1 -1
  555. package/events/select-start-event.d.ts +1 -1
  556. package/events/series-click-event.d.ts +1 -1
  557. package/events/series-event.d.ts +1 -1
  558. package/events/series-hover-event.d.ts +1 -1
  559. package/events/series-leave-event.d.ts +1 -1
  560. package/events/series-over-event.d.ts +1 -1
  561. package/events/zoom-end-event.d.ts +1 -1
  562. package/events/zoom-event.d.ts +1 -1
  563. package/events/zoom-start-event.d.ts +1 -1
  564. package/fesm2022/progress-kendo-angular-charts.mjs +3 -3
  565. package/field-types/auto-base-unit-steps.interface.d.ts +1 -1
  566. package/field-types/axis-labels-position.d.ts +1 -1
  567. package/field-types/axis-line.interface.d.ts +1 -1
  568. package/field-types/axis-ticks.interface.d.ts +1 -1
  569. package/field-types/axis-title-position.d.ts +1 -1
  570. package/field-types/base-unit.d.ts +1 -1
  571. package/field-types/border.interface.d.ts +1 -1
  572. package/field-types/bullet-target-line.interface.d.ts +1 -1
  573. package/field-types/bullet-target.interface.d.ts +1 -1
  574. package/field-types/category-base-unit.d.ts +1 -1
  575. package/field-types/dash-type.d.ts +1 -1
  576. package/field-types/date-formats.interface.d.ts +1 -1
  577. package/field-types/drag-action.interface.d.ts +1 -1
  578. package/field-types/error-bar-line.interface.d.ts +1 -1
  579. package/field-types/grid-lines.interface.d.ts +1 -1
  580. package/field-types/highlight-line.interface.d.ts +1 -1
  581. package/field-types/label-connectors.interface.d.ts +1 -1
  582. package/field-types/label-rotation.interface.d.ts +1 -1
  583. package/field-types/legend-labels.interface.d.ts +1 -1
  584. package/field-types/line-style.d.ts +1 -1
  585. package/field-types/lock-axis.d.ts +1 -1
  586. package/field-types/margin.interface.d.ts +1 -1
  587. package/field-types/marker-type.d.ts +1 -1
  588. package/field-types/modifier-key.d.ts +1 -1
  589. package/field-types/mousewheel-select.interface.d.ts +1 -1
  590. package/field-types/mousewheel-zoom.interface.d.ts +1 -1
  591. package/field-types/negative-bubble-values.interface.d.ts +1 -1
  592. package/field-types/note-label-position.d.ts +1 -1
  593. package/field-types/note-line.interface.d.ts +1 -1
  594. package/field-types/note-position.d.ts +1 -1
  595. package/field-types/overlay.interface.d.ts +1 -1
  596. package/field-types/padding.interface.d.ts +1 -1
  597. package/field-types/plot-band-label.interface.d.ts +1 -1
  598. package/field-types/plot-band.interface.d.ts +1 -1
  599. package/field-types/series-labels-alignment.d.ts +1 -1
  600. package/field-types/series-labels-position.d.ts +1 -1
  601. package/field-types/series-line.interface.d.ts +1 -1
  602. package/field-types/series-mean.interface.d.ts +1 -1
  603. package/field-types/series-median.interface.d.ts +1 -1
  604. package/field-types/series-stack.interface.d.ts +1 -1
  605. package/field-types/series-type.d.ts +1 -1
  606. package/field-types/series-whiskers.interface.d.ts +1 -1
  607. package/field-types/trendline-forecast.interface.d.ts +1 -1
  608. package/field-types/week-start-day.enum.d.ts +1 -1
  609. package/index.d.ts +1 -1
  610. package/option-types/axis-crosshair-tooltip.interface.d.ts +1 -1
  611. package/option-types/axis-defaults/crosshair.interface.d.ts +1 -1
  612. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
  613. package/option-types/axis-defaults/labels.interface.d.ts +1 -1
  614. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  615. package/option-types/axis-defaults.interface.d.ts +1 -1
  616. package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
  617. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  618. package/option-types/category-axis-item/labels.interface.d.ts +1 -1
  619. package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
  620. package/option-types/category-axis-item/notes.interface.d.ts +1 -1
  621. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  622. package/option-types/category-axis-item/range-labels.interface.d.ts +1 -1
  623. package/option-types/category-axis-item/select.interface.d.ts +1 -1
  624. package/option-types/category-axis-item/title.interface.d.ts +1 -1
  625. package/option-types/category-axis-item.interface.d.ts +1 -1
  626. package/option-types/chart-area.interface.d.ts +1 -1
  627. package/option-types/legend/inactive-items.interface.d.ts +1 -1
  628. package/option-types/legend/item.interface.d.ts +1 -1
  629. package/option-types/legend/legend-title.interface.d.ts +1 -1
  630. package/option-types/legend/markers.interface.d.ts +1 -1
  631. package/option-types/legend.interface.d.ts +1 -1
  632. package/option-types/pane/title.interface.d.ts +1 -1
  633. package/option-types/pane-defaults/title.interface.d.ts +1 -1
  634. package/option-types/pane-defaults.interface.d.ts +1 -1
  635. package/option-types/pane.interface.d.ts +1 -1
  636. package/option-types/plot-area.interface.d.ts +1 -1
  637. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  638. package/option-types/series-defaults/labels.interface.d.ts +1 -1
  639. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  640. package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
  641. package/option-types/series-defaults/notes.interface.d.ts +1 -1
  642. package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
  643. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  644. package/option-types/series-defaults.interface.d.ts +1 -1
  645. package/option-types/series-item/error-bars.interface.d.ts +1 -1
  646. package/option-types/series-item/extremes.interface.d.ts +1 -1
  647. package/option-types/series-item/highlight.interface.d.ts +1 -1
  648. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  649. package/option-types/series-item/labels.interface.d.ts +1 -1
  650. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  651. package/option-types/series-item/markers-highlight.interface.d.ts +1 -1
  652. package/option-types/series-item/markers.interface.d.ts +1 -1
  653. package/option-types/series-item/notes.icon.interface.d.ts +1 -1
  654. package/option-types/series-item/notes.interface.d.ts +1 -1
  655. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  656. package/option-types/series-item/outliers.interface.d.ts +1 -1
  657. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  658. package/option-types/series-item/trendline.interface.d.ts +1 -1
  659. package/option-types/series-item.interface.d.ts +1 -1
  660. package/option-types/subtitle.interface.d.ts +1 -1
  661. package/option-types/title.interface.d.ts +1 -1
  662. package/option-types/tooltip-border.interface.d.ts +1 -1
  663. package/option-types/tooltip.interface.d.ts +1 -1
  664. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  665. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  666. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  667. package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
  668. package/option-types/value-axis-item/notes.interface.d.ts +1 -1
  669. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  670. package/option-types/value-axis-item/title.interface.d.ts +1 -1
  671. package/option-types/value-axis-item.interface.d.ts +1 -1
  672. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  673. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  674. package/option-types/x-axis-item/labels.interface.d.ts +1 -1
  675. package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
  676. package/option-types/x-axis-item/notes.interface.d.ts +1 -1
  677. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  678. package/option-types/x-axis-item/title.interface.d.ts +1 -1
  679. package/option-types/x-axis-item.interface.d.ts +1 -1
  680. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  681. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  682. package/option-types/y-axis-item/labels.interface.d.ts +1 -1
  683. package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
  684. package/option-types/y-axis-item/notes.interface.d.ts +1 -1
  685. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  686. package/option-types/y-axis-item/title.interface.d.ts +1 -1
  687. package/option-types/y-axis-item.interface.d.ts +1 -1
  688. package/option-types/zoomable.interface.d.ts +1 -1
  689. package/package-metadata.d.ts +1 -1
  690. package/package.json +8 -8
  691. package/sankey/api-types/index.d.ts +1 -1
  692. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  693. package/sankey/data-binding/flat-binding.event.d.ts +1 -1
  694. package/sankey/events/index.d.ts +1 -1
  695. package/sankey/events/instance-event.service.d.ts +1 -1
  696. package/sankey/events/sankey-base-event.d.ts +1 -1
  697. package/sankey/events/sankey-link-event.d.ts +1 -1
  698. package/sankey/events/sankey-node-event.d.ts +1 -1
  699. package/sankey/labels.component.d.ts +1 -1
  700. package/sankey/legend.component.d.ts +1 -1
  701. package/sankey/links.component.d.ts +1 -1
  702. package/sankey/localization/custom-messages.component.d.ts +1 -1
  703. package/sankey/localization/localized-messages.directive.d.ts +1 -1
  704. package/sankey/localization/messages.d.ts +1 -1
  705. package/sankey/nodes.component.d.ts +1 -1
  706. package/sankey/title.component.d.ts +1 -1
  707. package/sankey/tooltip/link-tooltip-template-context.d.ts +1 -1
  708. package/sankey/tooltip/link-tooltip-template.directive.d.ts +1 -1
  709. package/sankey/tooltip/node-tooltip-template-context.d.ts +1 -1
  710. package/sankey/tooltip/node-tooltip-template.directive.d.ts +1 -1
  711. package/sankey/tooltip/square-symbol.directive.d.ts +1 -1
  712. package/sankey/tooltip/tooltip-popup.component.d.ts +1 -1
  713. package/sankey/tooltip/tooltip-template.service.d.ts +1 -1
  714. package/sankey/tooltip.component.d.ts +1 -1
  715. package/sankey.component.d.ts +1 -1
  716. package/sankey.directives.d.ts +1 -1
  717. package/sankey.module.d.ts +1 -1
  718. package/sparkline.component.d.ts +1 -1
  719. package/sparkline.directives.d.ts +1 -1
  720. package/sparkline.module.d.ts +1 -1
  721. package/stock-chart/events/instance-event.service.d.ts +1 -1
  722. package/stock-chart/events/navigator-filter-event.d.ts +1 -1
  723. package/stock-chart/events.d.ts +1 -1
  724. package/stock-chart/navigator/category-axis/crosshair.component.d.ts +1 -1
  725. package/stock-chart/navigator/category-axis/crosshair.tooltip.component.d.ts +1 -1
  726. package/stock-chart/navigator/category-axis/labels.component.d.ts +1 -1
  727. package/stock-chart/navigator/category-axis/notes.component.d.ts +1 -1
  728. package/stock-chart/navigator/category-axis/notes.icon.component.d.ts +1 -1
  729. package/stock-chart/navigator/category-axis/notes.label.component.d.ts +1 -1
  730. package/stock-chart/navigator/category-axis/select.component.d.ts +1 -1
  731. package/stock-chart/navigator/category-axis/title.component.d.ts +1 -1
  732. package/stock-chart/navigator/category-axis.component.d.ts +1 -1
  733. package/stock-chart/navigator/hint.component.d.ts +1 -1
  734. package/stock-chart/navigator/pane/title.component.d.ts +1 -1
  735. package/stock-chart/navigator/pane.component.d.ts +1 -1
  736. package/stock-chart/navigator/select.component.d.ts +1 -1
  737. package/stock-chart/navigator/series-item/error-bars.component.d.ts +1 -1
  738. package/stock-chart/navigator/series-item/extremes.component.d.ts +1 -1
  739. package/stock-chart/navigator/series-item/highlight.component.d.ts +1 -1
  740. package/stock-chart/navigator/series-item/labels.component.d.ts +1 -1
  741. package/stock-chart/navigator/series-item/labels.from.component.d.ts +1 -1
  742. package/stock-chart/navigator/series-item/labels.to.component.d.ts +1 -1
  743. package/stock-chart/navigator/series-item/markers.component.d.ts +1 -1
  744. package/stock-chart/navigator/series-item/notes.component.d.ts +1 -1
  745. package/stock-chart/navigator/series-item/notes.icon.component.d.ts +1 -1
  746. package/stock-chart/navigator/series-item/notes.label.component.d.ts +1 -1
  747. package/stock-chart/navigator/series-item/outliers.component.d.ts +1 -1
  748. package/stock-chart/navigator/series-item/tooltip.component.d.ts +1 -1
  749. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  750. package/stock-chart/navigator/series.component.d.ts +1 -1
  751. package/stock-chart/navigator.component.d.ts +1 -1
  752. package/stock-chart/option-types/navigator/hint-content-args.interface.d.ts +1 -1
  753. package/stock-chart/option-types/navigator/hint.interface.d.ts +1 -1
  754. package/stock-chart/option-types/navigator/select.interface.d.ts +1 -1
  755. package/stock-chart/option-types/navigator.interface.d.ts +1 -1
  756. package/stock-chart/option-types.d.ts +1 -1
  757. package/stock-chart.component.d.ts +1 -1
  758. package/stock-chart.directives.d.ts +1 -1
  759. package/stock-chart.module.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SeriesEvent } from './series-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChartComponent } from '../chart.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChartComponent } from '../chart.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChartComponent } from '../chart.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from '@angular/core';
@@ -2908,8 +2908,8 @@ const packageMetadata = {
2908
2908
  name: '@progress/kendo-angular-charts',
2909
2909
  productName: 'Kendo UI for Angular',
2910
2910
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
2911
- publishDate: 1734681952,
2912
- version: '17.2.0',
2911
+ publishDate: 1736177615,
2912
+ version: '17.2.1-develop.2',
2913
2913
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
2914
2914
  };
2915
2915
 
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Border } from './border.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseUnit } from './base-unit';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LockAxis } from './lock-axis';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LockAxis } from './lock-axis';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Margin } from './margin.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { PlotBandLabel } from './plot-band-label.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LineStyle } from './line-style';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from './dash-type';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export * from './chart.directives';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Padding } from '../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DashType } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Border, MarkerType } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AxisNoteContentArgs, Border, NoteLabelPosition } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AxisLabelsPosition } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { MousewheelSelect } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AutoBaseUnitSteps, AxisLine, AxisTicks, CategoryBaseUnit, GridLines, PlotBand, WeekStartDay } from '../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Border, Margin } from '../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { LegendLabels } from '../../common/property-types';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';