@progress/kendo-react-charts 7.0.3-develop.4 → 7.0.3-develop.5

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 +5 -5
  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
@@ -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 { DashType } from './dash-type';
@@ -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 { DashType } from './dash-type';
@@ -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 { DashType } from './dash-type';
@@ -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 { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.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
  /**
@@ -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
  /**
@@ -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 { LockAxis } from './lock-axis';
@@ -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 { DashType } from './dash-type';
@@ -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 { Margin } from './margin.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 { 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 { PlotBandLabel } from './plot-band-label.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
  /**
@@ -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 { LineStyle } from './line-style';
@@ -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
  /**
@@ -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/index.d.mts 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
  export * from './index';
package/index.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 { type AxisLabelVisualArgs } from './argument-types/axis-label-visual-args.interface';
package/index.js 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
  "use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Ye=require("react"),u=require("prop-types"),_=require("@progress/kendo-react-intl"),v=require("@progress/kendo-charts"),g=require("@progress/kendo-react-common"),ze=require("@progress/kendo-react-popup"),qe=require("@progress/kendo-react-layout"),We=require("@progress/kendo-svg-icons");function $e(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const s in t)if(s!=="default"){const r=Object.getOwnPropertyDescriptor(t,s);Object.defineProperty(e,s,r.get?r:{enumerable:!0,get:()=>t[s]})}}return e.default=t,Object.freeze(e)}const a=$e(Ye);function W(t,e){let s=t;for(;s&&s!==e;)s=s.parentNode;return!!s}function b(t,e,s,r){const n=t[e];if(n&&Array.isArray(n)){for(let i of n)if(!i.type||i.type!==r)return new Error(`${s} children should be Array of type ${r.displayName}.`)}return null}const B=t=>t===void 0?!1:!t,Ze=t=>({x:{location:t.pageX},y:{location:t.pageY}}),Ge=(t,e)=>{const s=t.pointers,r=s[0],n=r.pageX,i=r.pageY;let c=0;if(s.length>1){const l=s[0],h=s[1];c=Math.sqrt(Math.pow(l.pageX-h.pageX,2)+Math.pow(l.pageY-h.pageY,2))}return{distance:c,event:t.srcEvent,preventDefault:function(){t.preventDefault()},target:t.target,touches:s.map(Ze),type:t.type,x:{delta:e?n-e.x.location:0,initialDelta:t.deltaX,location:n,startLocation:n-t.deltaX},y:{delta:e?i-e.y.location:0,initialDelta:t.deltaY,location:i,startLocation:i-t.deltaY}}};function Je(t,e){for(let s=0;s<t.length;s++)if(e[t[s]])return!0;return!1}const U=[{end:"panend",move:"panmove",start:"panstart"},{gesturechange:"pinchmove",gestureend:"pinchend",gesturestart:"pinchstart"},{press:"press"},{tap:"tap"}];class Qe{constructor(e,s){this.hammerInstance=e,this.eventHandlers={},this.tap=this.tap.bind(this),this.press=this.press.bind(this),this.panstart=this.panstart.bind(this),this.panmove=this.panmove.bind(this),this.panend=this.panend.bind(this),this.pinchstart=this.pinchstart.bind(this),this.pinchmove=this.pinchmove.bind(this),this.pinchend=this.pinchend.bind(this),s&&this.bind(s)}tap(e){this.trigger("tap",e)}press(e){this.trigger("press",e)}panstart(e){delete this.previous,this.previous=this.trigger("start",e)}panmove(e){this.previous=this.trigger("move",e)}panend(e){this.trigger("end",e),delete this.previous}pinchstart(e){this.trigger("gesturestart",e)}pinchmove(e){this.trigger("gesturechange",e)}pinchend(e){this.trigger("gestureend",e)}trigger(e,s){const r=Ge(s,this.previous);return this.eventHandlers[e]&&this.eventHandlers[e](r),r}bind(e={}){this.unbind(),this.eventHandlers=e;for(let s=0;s<U.length;s++){const r=U[s],n=Object.keys(r);if(Je(n,e))for(let i=0;i<n.length;i++){const c=r[n[i]];this.hammerInstance.on(c,this[c])}}}unbind(){this.hammerInstance&&this.hammerInstance.off(),this.eventHandlers={}}destroy(){this.hammerInstance&&(this.hammerInstance.destroy(),delete this.hammerInstance),delete this.eventHandlers}toggleDrag(e){this.toggle("pan",e)}toggleZoom(e){this.toggle("pinch",e)}toggle(e,s){this.hammerInstance&&this.hammerInstance.get(e).set({enable:s})}}const et="Hammerjs is not loaded.Solution: http://www.telerik.com/kendo-react-ui/components/charts/troubleshooting/#toc-installation";class tt{static create(e,s){if(typeof window<"u"){const r=window.Hammer;if(!r){process.env.NODE_ENV!=="production"&&console.warn(et);return}const n=new r(e,{recognizers:[[r.Tap],[r.Pan],[r.Pinch],[r.Press,{time:0}]]});return new Qe(n,s)}}}class C{constructor(e){this.target=e}}class $ extends C{constructor(e,s){super(s),this.axis=e.axis,this.dataItem=e.dataItem,this.index=e.index,this.text=e.text,this.value=e.value}}class f extends C{constructor(){super(...arguments),this.prevented=!1}preventDefault(){this.prevented=!0}isDefaultPrevented(){return this.prevented}}class Z extends f{constructor(e,s){super(s),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}class G extends C{constructor(e,s){super(s),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}class J extends f{constructor(e,s){super(s),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}class w extends C{constructor(e,s){super(s),this.value=e.value,this.point=e.point,this.series=e.series,this.currentState=e.currentState,this.nextState=e.nextState}}class Q extends f{constructor(e,s){super(s),this.series=e.series,this.seriesIndex=e.seriesIndex,this.pointIndex=e.pointIndex,this.text=e.text}preventDefault(){super.preventDefault()}}class ee extends f{constructor(e,s){super(s),this.series=e.series,this.seriesIndex=e.seriesIndex,this.pointIndex=e.pointIndex,this.text=e.text}preventDefault(){super.preventDefault()}}class st extends f{constructor(e,s){super(s),this.series=e.series,this.seriesIndex=e.seriesIndex,this.pointIndex=e.pointIndex,this.text=e.text}preventDefault(){super.preventDefault()}}class te extends C{constructor(e,s){super(s),this.from=e.from,this.to=e.to}}class se extends C{constructor(e,s){super(s),this.category=e.category,this.dataItem=e.dataItem,this.series=e.series,this.value=e.value,this.visual=e.visual}}class re extends C{constructor(e,s){super(s),this.category=e.category,this.dataItem=e.dataItem,this.series=e.series,this.value=e.value,this.visual=e.visual}}class ae extends C{constructor(e,s){super(s),this.category=e.category,this.nativeEvent=e.originalEvent,this.value=e.value,this.x=e.x,this.y=e.y}}class ne extends C{constructor(e,s){super(s),this.category=e.category,this.nativeEvent=e.originalEvent,this.value=e.value,this.x=e.x,this.y=e.y}}class ie extends C{constructor(e,s){super(s)}}class oe extends f{constructor(e,s){super(s),this.axis=e.axis,this.from=e.from,this.to=e.to}}class le extends C{constructor(e,s){super(s),this.axis=e.axis,this.from=e.from,this.to=e.to}}class ce extends f{constructor(e,s){super(s),this.axis=e.axis,this.from=e.from,this.to=e.to}}class he extends C{constructor(e,s){super(s),this.category=e.category,this.dataItem=e.dataItem,this.nativeEvent=e.originalEvent,this.percentage=e.percentage,this.point=e.point,this.series=e.series,this.stackValue=e.stackValue,this.value=e.value}}class pe extends f{constructor(e,s){super(s),this.category=e.category,this.categoryPoints=e.categoryPoints,this.dataItem=e.dataItem,this.nativeEvent=e.originalEvent,this.percentage=e.percentage,this.point=e.point,this.series=e.series,this.stackValue=e.stackValue,this.value=e.value}}class ue extends f{constructor(e,s){super(s),this.axisRanges=e.axisRanges,this.delta=e.delta,this.nativeEvent=e.originalEvent}}class de extends C{constructor(e,s){super(s),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}class me extends f{constructor(e,s){super(s),this.axisRanges=e.axisRanges,this.nativeEvent=e.originalEvent}}const X={axisLabelClick:$,drag:Z,dragEnd:G,dragStart:J,drilldownEvent:w,legendItemHover:Q,legendItemClick:ee,legendItemLeave:st,navigatorFilter:te,noteClick:se,noteHover:re,plotAreaClick:ae,plotAreaHover:ne,render:ie,select:oe,selectEnd:le,selectStart:ce,seriesClick:he,seriesHover:pe,zoom:ue,zoomEnd:de,zoomStart:me};function rt(t,e,s){if(X[t])return new X[t](e,s)}class at{constructor(e,s){this.sender=e,this.syntheticEvent=s}}function ve(t,e){return new at(t,e)}const E=t=>`${t.fontWeight} ${t.fontSize} ${t.fontFamily}`,Y=t=>window.getComputedStyle(t).backgroundColor,nt=t=>t.toLowerCase().charCodeAt(0)-"a".charCodeAt(0),it=t=>{const e=t.match(/series-([a-z])$/);if(e!==null)return nt(e[1]);const s=t.split("--series-")[1];return parseInt(s,10)-1},ot=30,lt=()=>{let t=`
package/index.mjs 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
  "use client";
@@ -870,7 +870,7 @@ const F = {
870
870
  name: "@progress/kendo-react-charts",
871
871
  productName: "KendoReact",
872
872
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
873
- publishDate: 1703228037,
873
+ publishDate: 1704296237,
874
874
  version: "",
875
875
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
876
876
  };
@@ -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 { DashType } from '../../common/property-types';
@@ -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 { Border, Padding } from '../../common/property-types';
@@ -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 { 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 { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types';
@@ -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 { DashType } from '../../common/property-types';
@@ -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 { Border, Padding } from '../../common/property-types';
@@ -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 { Border, MarkerType } from '../../common/property-types';
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types';
@@ -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 { AxisLabelsPosition } from '../../common/property-types';
@@ -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 { MousewheelSelect } from '../../common/property-types';
@@ -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 { AutoBaseUnitSteps, AxisLine, AxisTicks, CategoryBaseUnit, GridLines, PlotBand, WeekStartDay } from '../common/property-types';
@@ -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 { Border, Margin } from '../common/property-types';
@@ -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 { LegendLabels } from '../../common/property-types';
@@ -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 { Element } 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 { Border, LegendLabels, Margin, Padding } from '../common/property-types';
@@ -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 { MousewheelSelect } from '../../common/property-types';
@@ -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 { CategoryAxis, Pane, Series } from './../common/property-types';
@@ -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 { 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 { Border, Margin, Padding } from '../common/property-types';
@@ -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 { Border, Margin, Padding } from '../common/property-types';
@@ -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 { Border, Margin, Padding } from '../common/property-types';
@@ -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 { Border, Margin, Padding } from '../../common/property-types';
@@ -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 { Border, Margin, Padding } from '../../common/property-types';
@@ -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 { Border, MarkerType } from '../../common/property-types';
@@ -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 { Border, NoteLabelPosition } from '../../common/property-types';
@@ -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 { Border, Padding } from '../../common/property-types';