@progress/kendo-react-charts 7.0.3-develop.1 → 7.0.3-develop.10

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 (333) hide show
  1. package/BaseChart.d.ts +1 -1
  2. package/BaseChartProps.d.ts +1 -1
  3. package/Chart.d.ts +1 -1
  4. package/ChartBreadcrumb.d.ts +1 -1
  5. package/ChartContext.d.ts +1 -1
  6. package/ChartProps.d.ts +1 -1
  7. package/Container.d.ts +1 -1
  8. package/DonutCenter.d.ts +1 -1
  9. package/LICENSE.md +1 -1
  10. package/NOTICE.txt +1 -1
  11. package/README.md +1 -1
  12. package/Sparkline.d.ts +1 -1
  13. package/SparklineProps.d.ts +1 -1
  14. package/StockChart.d.ts +1 -1
  15. package/StockChartProps.d.ts +1 -1
  16. package/api-types/axis-range.interface.d.ts +1 -1
  17. package/api-types/chart-axis.interface.d.ts +1 -1
  18. package/api-types/chart-drilldown-state.interface.d.ts +1 -1
  19. package/api-types/chart-pane.interface.d.ts +1 -1
  20. package/api-types/chart-plotarea.interface.d.ts +1 -1
  21. package/api-types/event-axis-options.interface.d.ts +1 -1
  22. package/api-types/event-series-options.interface.d.ts +1 -1
  23. package/api-types/series-point.interface.d.ts +1 -1
  24. package/argument-types/axis-label-visual-args.interface.d.ts +1 -1
  25. package/argument-types/axis-note-visual-args.interface.d.ts +1 -1
  26. package/argument-types/drilldown-series-factory-props.interface.d.ts +1 -1
  27. package/argument-types/error-bars-visual-args.interface.d.ts +1 -1
  28. package/argument-types/highlight-toggle-args.interface.d.ts +1 -1
  29. package/argument-types/highlight-visual-args.interface.d.ts +1 -1
  30. package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
  31. package/argument-types/legend-labels-content-args.interface.d.ts +1 -1
  32. package/argument-types/markers-visual-args.interface.d.ts +1 -1
  33. package/argument-types/plot-band-label-visual-args.interface.d.ts +1 -1
  34. package/argument-types/series-labels-visual-args.interface.d.ts +1 -1
  35. package/argument-types/series-note-visual-args.interface.d.ts +1 -1
  36. package/argument-types/series-visual-args.interface.d.ts +1 -1
  37. package/argument-types/title-visual-args.interface.d.ts +1 -1
  38. package/common/api-types.d.ts +1 -1
  39. package/common/charts.d.ts +1 -1
  40. package/common/events.d.ts +1 -1
  41. package/common/property-types.d.ts +1 -1
  42. package/components/AxisDefaults.d.ts +1 -1
  43. package/components/CategoryAxis.d.ts +1 -1
  44. package/components/CategoryAxisItem.d.ts +1 -1
  45. package/components/ChartArea.d.ts +1 -1
  46. package/components/Legend.d.ts +1 -1
  47. package/components/Navigator.d.ts +1 -1
  48. package/components/Pane.d.ts +1 -1
  49. package/components/PaneDefaults.d.ts +1 -1
  50. package/components/Panes.d.ts +1 -1
  51. package/components/PlotArea.d.ts +1 -1
  52. package/components/Series.d.ts +1 -1
  53. package/components/SeriesDefaults.d.ts +1 -1
  54. package/components/SeriesItem.d.ts +1 -1
  55. package/components/Subtitle.d.ts +1 -1
  56. package/components/Title.d.ts +1 -1
  57. package/components/Tooltip.d.ts +1 -1
  58. package/components/ValueAxis.d.ts +1 -1
  59. package/components/ValueAxisItem.d.ts +1 -1
  60. package/components/XAxis.d.ts +1 -1
  61. package/components/XAxisItem.d.ts +1 -1
  62. package/components/YAxis.d.ts +1 -1
  63. package/components/YAxisItem.d.ts +1 -1
  64. package/components/Zoomable.d.ts +1 -1
  65. package/components/axis-defaults/Crosshair.d.ts +1 -1
  66. package/components/axis-defaults/CrosshairTooltip.d.ts +1 -1
  67. package/components/axis-defaults/Labels.d.ts +1 -1
  68. package/components/axis-defaults/Title.d.ts +1 -1
  69. package/components/axis-defaults/index.d.ts +1 -1
  70. package/components/base/CollectionConfigurationComponent.d.ts +1 -1
  71. package/components/base/ConfigurationComponent.d.ts +1 -1
  72. package/components/category-axis-item/Crosshair.d.ts +1 -1
  73. package/components/category-axis-item/CrosshairTooltip.d.ts +1 -1
  74. package/components/category-axis-item/Labels.d.ts +1 -1
  75. package/components/category-axis-item/Notes.d.ts +1 -1
  76. package/components/category-axis-item/NotesIcon.d.ts +1 -1
  77. package/components/category-axis-item/NotesLabel.d.ts +1 -1
  78. package/components/category-axis-item/RangeLabels.d.ts +1 -1
  79. package/components/category-axis-item/Select.d.ts +1 -1
  80. package/components/category-axis-item/Title.d.ts +1 -1
  81. package/components/category-axis-item/index.d.ts +1 -1
  82. package/components/index.d.ts +1 -1
  83. package/components/legend/InactiveItems.d.ts +1 -1
  84. package/components/legend/Item.d.ts +1 -1
  85. package/components/legend/Title.d.ts +1 -1
  86. package/components/legend/index.d.ts +1 -1
  87. package/components/navigator/CategoryAxis.d.ts +1 -1
  88. package/components/navigator/Hint.d.ts +1 -1
  89. package/components/navigator/Pane.d.ts +1 -1
  90. package/components/navigator/Select.d.ts +1 -1
  91. package/components/navigator/Series.d.ts +1 -1
  92. package/components/navigator/SeriesItem.d.ts +1 -1
  93. package/components/navigator/category-axis/Crosshair.d.ts +1 -1
  94. package/components/navigator/category-axis/CrosshairTooltip.d.ts +1 -1
  95. package/components/navigator/category-axis/Labels.d.ts +1 -1
  96. package/components/navigator/category-axis/Notes.d.ts +1 -1
  97. package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
  98. package/components/navigator/category-axis/NotesLabel.d.ts +1 -1
  99. package/components/navigator/category-axis/Select.d.ts +1 -1
  100. package/components/navigator/category-axis/Title.d.ts +1 -1
  101. package/components/navigator/category-axis/index.d.ts +1 -1
  102. package/components/navigator/index.d.ts +1 -1
  103. package/components/navigator/pane/Title.d.ts +1 -1
  104. package/components/navigator/pane/index.d.ts +1 -1
  105. package/components/navigator/series-item/ErrorBars.d.ts +1 -1
  106. package/components/navigator/series-item/Extremes.d.ts +1 -1
  107. package/components/navigator/series-item/Highlight.d.ts +1 -1
  108. package/components/navigator/series-item/Labels.d.ts +1 -1
  109. package/components/navigator/series-item/LabelsFrom.d.ts +1 -1
  110. package/components/navigator/series-item/LabelsTo.d.ts +1 -1
  111. package/components/navigator/series-item/Markers.d.ts +1 -1
  112. package/components/navigator/series-item/Notes.d.ts +1 -1
  113. package/components/navigator/series-item/NotesIcon.d.ts +1 -1
  114. package/components/navigator/series-item/NotesLabel.d.ts +1 -1
  115. package/components/navigator/series-item/Outliers.d.ts +1 -1
  116. package/components/navigator/series-item/Tooltip.d.ts +1 -1
  117. package/components/navigator/series-item/index.d.ts +1 -1
  118. package/components/pane/Title.d.ts +1 -1
  119. package/components/pane/index.d.ts +1 -1
  120. package/components/pane-defaults/Title.d.ts +1 -1
  121. package/components/pane-defaults/index.d.ts +1 -1
  122. package/components/series-defaults/Labels.d.ts +1 -1
  123. package/components/series-defaults/LabelsFrom.d.ts +1 -1
  124. package/components/series-defaults/LabelsTo.d.ts +1 -1
  125. package/components/series-defaults/Notes.d.ts +1 -1
  126. package/components/series-defaults/NotesIcon.d.ts +1 -1
  127. package/components/series-defaults/NotesLabel.d.ts +1 -1
  128. package/components/series-defaults/Tooltip.d.ts +1 -1
  129. package/components/series-defaults/index.d.ts +1 -1
  130. package/components/series-item/ErrorBars.d.ts +1 -1
  131. package/components/series-item/Extremes.d.ts +1 -1
  132. package/components/series-item/Highlight.d.ts +1 -1
  133. package/components/series-item/Labels.d.ts +1 -1
  134. package/components/series-item/LabelsFrom.d.ts +1 -1
  135. package/components/series-item/LabelsTo.d.ts +1 -1
  136. package/components/series-item/Markers.d.ts +1 -1
  137. package/components/series-item/Notes.d.ts +1 -1
  138. package/components/series-item/NotesIcon.d.ts +1 -1
  139. package/components/series-item/NotesLabel.d.ts +1 -1
  140. package/components/series-item/Outliers.d.ts +1 -1
  141. package/components/series-item/Tooltip.d.ts +1 -1
  142. package/components/series-item/index.d.ts +1 -1
  143. package/components/value-axis-item/Crosshair.d.ts +1 -1
  144. package/components/value-axis-item/CrosshairTooltip.d.ts +1 -1
  145. package/components/value-axis-item/Labels.d.ts +1 -1
  146. package/components/value-axis-item/Notes.d.ts +1 -1
  147. package/components/value-axis-item/NotesIcon.d.ts +1 -1
  148. package/components/value-axis-item/NotesLabel.d.ts +1 -1
  149. package/components/value-axis-item/Title.d.ts +1 -1
  150. package/components/value-axis-item/index.d.ts +1 -1
  151. package/components/x-axis-item/Crosshair.d.ts +1 -1
  152. package/components/x-axis-item/CrosshairTooltip.d.ts +1 -1
  153. package/components/x-axis-item/Labels.d.ts +1 -1
  154. package/components/x-axis-item/Notes.d.ts +1 -1
  155. package/components/x-axis-item/NotesIcon.d.ts +1 -1
  156. package/components/x-axis-item/NotesLabel.d.ts +1 -1
  157. package/components/x-axis-item/Title.d.ts +1 -1
  158. package/components/x-axis-item/index.d.ts +1 -1
  159. package/components/y-axis-item/Crosshair.d.ts +1 -1
  160. package/components/y-axis-item/CrosshairTooltip.d.ts +1 -1
  161. package/components/y-axis-item/Labels.d.ts +1 -1
  162. package/components/y-axis-item/Notes.d.ts +1 -1
  163. package/components/y-axis-item/NotesIcon.d.ts +1 -1
  164. package/components/y-axis-item/NotesLabel.d.ts +1 -1
  165. package/components/y-axis-item/Title.d.ts +1 -1
  166. package/components/y-axis-item/index.d.ts +1 -1
  167. package/dist/cdn/js/kendo-react-charts.js +1 -1
  168. package/events/axis-label-click-event.d.ts +1 -1
  169. package/events/base-event.d.ts +1 -1
  170. package/events/chart-event-builder.d.ts +1 -1
  171. package/events/dom-event.d.ts +1 -1
  172. package/events/dom-events-builder.d.ts +1 -1
  173. package/events/dom-events.d.ts +1 -1
  174. package/events/drag-end-event.d.ts +1 -1
  175. package/events/drag-event.d.ts +1 -1
  176. package/events/drag-start-event.d.ts +1 -1
  177. package/events/drilldown-event.d.ts +1 -1
  178. package/events/drilldown-state-change-event.d.ts +1 -1
  179. package/events/legend-item-click-event.d.ts +1 -1
  180. package/events/legend-item-hover-event.d.ts +1 -1
  181. package/events/legend-item-leave-event.d.ts +1 -1
  182. package/events/navigator-filter-event.d.ts +1 -1
  183. package/events/note-click-event.d.ts +1 -1
  184. package/events/note-hover-event.d.ts +1 -1
  185. package/events/plot-area-click-event.d.ts +1 -1
  186. package/events/plot-area-hover-event.d.ts +1 -1
  187. package/events/preventable-event.d.ts +1 -1
  188. package/events/render-event.d.ts +1 -1
  189. package/events/select-end-event.d.ts +1 -1
  190. package/events/select-event.d.ts +1 -1
  191. package/events/select-start-event.d.ts +1 -1
  192. package/events/series-click-event.d.ts +1 -1
  193. package/events/series-hover-event.d.ts +1 -1
  194. package/events/zoom-end-event.d.ts +1 -1
  195. package/events/zoom-event.d.ts +1 -1
  196. package/events/zoom-start-event.d.ts +1 -1
  197. package/field-types/auto-base-unit-steps.interface.d.ts +1 -1
  198. package/field-types/axis-labels-position.d.ts +1 -1
  199. package/field-types/axis-line.interface.d.ts +1 -1
  200. package/field-types/axis-ticks.interface.d.ts +1 -1
  201. package/field-types/axis-title-position.d.ts +1 -1
  202. package/field-types/base-unit.d.ts +1 -1
  203. package/field-types/border.interface.d.ts +1 -1
  204. package/field-types/bullet-target-line.interface.d.ts +1 -1
  205. package/field-types/bullet-target.interface.d.ts +1 -1
  206. package/field-types/category-base-unit.d.ts +1 -1
  207. package/field-types/dash-type.d.ts +1 -1
  208. package/field-types/date-formats.interface.d.ts +1 -1
  209. package/field-types/drag-action.interface.d.ts +1 -1
  210. package/field-types/error-bar-line.interface.d.ts +1 -1
  211. package/field-types/grid-lines.interface.d.ts +1 -1
  212. package/field-types/highlight-line.interface.d.ts +1 -1
  213. package/field-types/label-connectors.interface.d.ts +1 -1
  214. package/field-types/label-rotation.interface.d.ts +1 -1
  215. package/field-types/legend-labels.interface.d.ts +1 -1
  216. package/field-types/line-style.d.ts +1 -1
  217. package/field-types/lock-axis.d.ts +1 -1
  218. package/field-types/margin.interface.d.ts +1 -1
  219. package/field-types/marker-type.d.ts +1 -1
  220. package/field-types/modifier-key.d.ts +1 -1
  221. package/field-types/mousewheel-select.interface.d.ts +1 -1
  222. package/field-types/mousewheel-zoom.interface.d.ts +1 -1
  223. package/field-types/negative-bubble-values.interface.d.ts +1 -1
  224. package/field-types/note-label-position.d.ts +1 -1
  225. package/field-types/note-line.interface.d.ts +1 -1
  226. package/field-types/note-position.d.ts +1 -1
  227. package/field-types/overlay.interface.d.ts +1 -1
  228. package/field-types/padding.interface.d.ts +1 -1
  229. package/field-types/plot-band-label.interface.d.ts +1 -1
  230. package/field-types/plot-band.interface.d.ts +1 -1
  231. package/field-types/series-labels-position.d.ts +1 -1
  232. package/field-types/series-line.interface.d.ts +1 -1
  233. package/field-types/series-stack.interface.d.ts +1 -1
  234. package/field-types/series-type.d.ts +1 -1
  235. package/field-types/trendline-forecast.interface.d.ts +1 -1
  236. package/field-types/week-start-day.enum.d.ts +1 -1
  237. package/index.d.mts +1 -1
  238. package/index.d.ts +1 -1
  239. package/index.js +1 -1
  240. package/index.mjs +2 -2
  241. package/methods/index.d.ts +1 -1
  242. package/option-types/axis-defaults/crosshair.interface.d.ts +1 -1
  243. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
  244. package/option-types/axis-defaults/labels.interface.d.ts +1 -1
  245. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  246. package/option-types/axis-defaults.interface.d.ts +1 -1
  247. package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
  248. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  249. package/option-types/category-axis-item/labels.interface.d.ts +1 -1
  250. package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
  251. package/option-types/category-axis-item/notes.interface.d.ts +1 -1
  252. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  253. package/option-types/category-axis-item/range-labels.interface.d.ts +1 -1
  254. package/option-types/category-axis-item/select.interface.d.ts +1 -1
  255. package/option-types/category-axis-item/title.interface.d.ts +1 -1
  256. package/option-types/category-axis-item.interface.d.ts +1 -1
  257. package/option-types/chart-area.interface.d.ts +1 -1
  258. package/option-types/legend/inactive-items.interface.d.ts +1 -1
  259. package/option-types/legend/item.interface.d.ts +1 -1
  260. package/option-types/legend/legend-title.interface.d.ts +1 -1
  261. package/option-types/legend.interface.d.ts +1 -1
  262. package/option-types/navigator/hint.interface.d.ts +1 -1
  263. package/option-types/navigator/select.interface.d.ts +1 -1
  264. package/option-types/navigator.interface.d.ts +1 -1
  265. package/option-types/pane/title.interface.d.ts +1 -1
  266. package/option-types/pane-defaults/title.interface.d.ts +1 -1
  267. package/option-types/pane-defaults.interface.d.ts +1 -1
  268. package/option-types/pane.interface.d.ts +1 -1
  269. package/option-types/plot-area.interface.d.ts +1 -1
  270. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  271. package/option-types/series-defaults/labels.interface.d.ts +1 -1
  272. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  273. package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
  274. package/option-types/series-defaults/notes.interface.d.ts +1 -1
  275. package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
  276. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  277. package/option-types/series-defaults.interface.d.ts +1 -1
  278. package/option-types/series-item/error-bars.interface.d.ts +1 -1
  279. package/option-types/series-item/extremes.interface.d.ts +1 -1
  280. package/option-types/series-item/highlight.interface.d.ts +1 -1
  281. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  282. package/option-types/series-item/labels.interface.d.ts +1 -1
  283. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  284. package/option-types/series-item/markers.interface.d.ts +1 -1
  285. package/option-types/series-item/notes.icon.interface.d.ts +1 -1
  286. package/option-types/series-item/notes.interface.d.ts +1 -1
  287. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  288. package/option-types/series-item/outliers.interface.d.ts +1 -1
  289. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  290. package/option-types/series-item/trendline.interface.d.ts +1 -1
  291. package/option-types/series-item.interface.d.ts +1 -1
  292. package/option-types/subtitle.interface.d.ts +1 -1
  293. package/option-types/title.interface.d.ts +1 -1
  294. package/option-types/tooltip.interface.d.ts +1 -1
  295. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  296. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  297. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  298. package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
  299. package/option-types/value-axis-item/notes.interface.d.ts +1 -1
  300. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  301. package/option-types/value-axis-item/title.interface.d.ts +1 -1
  302. package/option-types/value-axis-item.interface.d.ts +1 -1
  303. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  304. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  305. package/option-types/x-axis-item/labels.interface.d.ts +1 -1
  306. package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
  307. package/option-types/x-axis-item/notes.interface.d.ts +1 -1
  308. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  309. package/option-types/x-axis-item/title.interface.d.ts +1 -1
  310. package/option-types/x-axis-item.interface.d.ts +1 -1
  311. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  312. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  313. package/option-types/y-axis-item/labels.interface.d.ts +1 -1
  314. package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
  315. package/option-types/y-axis-item/notes.interface.d.ts +1 -1
  316. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  317. package/option-types/y-axis-item/title.interface.d.ts +1 -1
  318. package/option-types/y-axis-item.interface.d.ts +1 -1
  319. package/option-types/zoomable.interface.d.ts +1 -1
  320. package/package-metadata.d.ts +1 -1
  321. package/package.json +8 -8
  322. package/store/reducer.d.ts +1 -1
  323. package/store/store.d.ts +1 -1
  324. package/theming/theme-service.d.ts +1 -1
  325. package/tooltip/Context.d.ts +1 -1
  326. package/tooltip/Crosshair.d.ts +1 -1
  327. package/tooltip/CrosshairContainer.d.ts +1 -1
  328. package/tooltip/Point.d.ts +1 -1
  329. package/tooltip/Popup.d.ts +1 -1
  330. package/tooltip/Series.d.ts +1 -1
  331. package/tooltip/SharedTooltipContent.d.ts +1 -1
  332. package/tooltip/index.d.ts +1 -1
  333. package/utils/index.d.ts +1 -1
package/BaseChart.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AxisLabelClickEvent, DragEvent, DragStartEvent, DragEndEvent, DrilldownEvent, LegendItemClickEvent, LegendItemHoverEvent, NoteClickEvent, NoteHoverEvent, PlotAreaClickEvent, PlotAreaHoverEvent, RenderEvent, SeriesClickEvent, SeriesHoverEvent, ZoomEvent, ZoomStartEvent, ZoomEndEvent, SelectEvent, SelectStartEvent, SelectEndEvent } from './common/events';
package/Chart.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/ChartContext.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/ChartProps.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseChartProps } from './BaseChartProps';
package/Container.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
package/DonutCenter.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**End User Lic
8
8
 
9
9
  All available KendoReact commercial licenses may be obtained at the [KendoReact website](https://www.telerik.com/kendo-react-ui/pricing).
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
package/NOTICE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Progress KendoReact 2023
1
+ Progress KendoReact 2024
2
2
 
3
3
  Copyright © 2018-2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
4
4
 
package/README.md CHANGED
@@ -89,6 +89,6 @@ High-level component overview pages
89
89
  * [React Heatmap Chart Component](https://www.telerik.com/kendo-react-ui/heatmap)
90
90
  * [React Sparkline Component](https://www.telerik.com/kendo-react-ui/sparkline)
91
91
 
92
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
92
+ *Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
93
93
 
94
94
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
package/Sparkline.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseChartProps } from './BaseChartProps';
package/StockChart.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { BaseChartProps } from './BaseChartProps';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { geometry } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Group } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { MultiPath, Group } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { drawing } from '@progress/kendo-drawing';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from '../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export type { AxisRange } from '../api-types/axis-range.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Chart } from './../Chart';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { AxisLabelClickEvent } from '../events/axis-label-click-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export type { AutoBaseUnitSteps } from '../field-types/auto-base-unit-steps.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChartAxisDefaultsTitle, type ChartAxisDefaultsTitleProps } from './Title';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the package root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as React from 'react';