@progress/kendo-react-charts 14.4.1-develop.13 → 14.4.1-develop.15

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 (253) hide show
  1. package/BaseChart.d.ts +1 -1
  2. package/BaseChartProps.d.ts +4 -4
  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/Sparkline.d.ts +1 -1
  8. package/SparklineProps.d.ts +1 -1
  9. package/StockChart.d.ts +1 -1
  10. package/StockChartProps.d.ts +2 -2
  11. package/api-types/chart-axis.interface.d.ts +1 -1
  12. package/common/api-types.d.ts +8 -8
  13. package/common/property-types.d.ts +133 -133
  14. package/components/AxisDefaults.d.ts +1 -1
  15. package/components/CategoryAxisItem.d.ts +1 -1
  16. package/components/ChartArea.d.ts +1 -1
  17. package/components/Legend.d.ts +1 -1
  18. package/components/Navigator.d.ts +1 -1
  19. package/components/Pane.d.ts +1 -1
  20. package/components/PaneDefaults.d.ts +1 -1
  21. package/components/PlotArea.d.ts +1 -1
  22. package/components/SeriesDefaults.d.ts +1 -1
  23. package/components/SeriesItem.d.ts +1 -1
  24. package/components/Subtitle.d.ts +1 -1
  25. package/components/Title.d.ts +1 -1
  26. package/components/Tooltip.d.ts +2 -2
  27. package/components/ValueAxisItem.d.ts +1 -1
  28. package/components/XAxisItem.d.ts +1 -1
  29. package/components/YAxisItem.d.ts +1 -1
  30. package/components/Zoomable.d.ts +1 -1
  31. package/components/axis-defaults/Crosshair.d.ts +1 -1
  32. package/components/axis-defaults/CrosshairTooltip.d.ts +1 -1
  33. package/components/axis-defaults/Labels.d.ts +1 -1
  34. package/components/axis-defaults/Title.d.ts +1 -1
  35. package/components/category-axis-item/Crosshair.d.ts +1 -1
  36. package/components/category-axis-item/CrosshairTooltip.d.ts +1 -1
  37. package/components/category-axis-item/Labels.d.ts +1 -1
  38. package/components/category-axis-item/Notes.d.ts +1 -1
  39. package/components/category-axis-item/NotesIcon.d.ts +1 -1
  40. package/components/category-axis-item/NotesLabel.d.ts +1 -1
  41. package/components/category-axis-item/RangeLabels.d.ts +1 -1
  42. package/components/category-axis-item/Select.d.ts +1 -1
  43. package/components/category-axis-item/Title.d.ts +1 -1
  44. package/components/category-axis-item/index.d.ts +1 -1
  45. package/components/index.d.ts +5 -5
  46. package/components/legend/InactiveItems.d.ts +1 -1
  47. package/components/legend/Item.d.ts +1 -1
  48. package/components/legend/Title.d.ts +1 -1
  49. package/components/navigator/CategoryAxis.d.ts +1 -1
  50. package/components/navigator/Hint.d.ts +1 -1
  51. package/components/navigator/Pane.d.ts +1 -1
  52. package/components/navigator/Select.d.ts +1 -1
  53. package/components/navigator/SeriesItem.d.ts +1 -1
  54. package/components/navigator/category-axis/Crosshair.d.ts +1 -1
  55. package/components/navigator/category-axis/CrosshairTooltip.d.ts +1 -1
  56. package/components/navigator/category-axis/Labels.d.ts +1 -1
  57. package/components/navigator/category-axis/Notes.d.ts +1 -1
  58. package/components/navigator/category-axis/NotesIcon.d.ts +1 -1
  59. package/components/navigator/category-axis/NotesLabel.d.ts +1 -1
  60. package/components/navigator/category-axis/Select.d.ts +1 -1
  61. package/components/navigator/category-axis/Title.d.ts +1 -1
  62. package/components/navigator/category-axis/index.d.ts +8 -8
  63. package/components/navigator/index.d.ts +1 -1
  64. package/components/navigator/pane/Title.d.ts +1 -1
  65. package/components/navigator/series-item/ErrorBars.d.ts +1 -1
  66. package/components/navigator/series-item/Extremes.d.ts +1 -1
  67. package/components/navigator/series-item/Highlight.d.ts +1 -1
  68. package/components/navigator/series-item/Labels.d.ts +1 -1
  69. package/components/navigator/series-item/LabelsFrom.d.ts +1 -1
  70. package/components/navigator/series-item/LabelsTo.d.ts +1 -1
  71. package/components/navigator/series-item/Markers.d.ts +1 -1
  72. package/components/navigator/series-item/Notes.d.ts +1 -1
  73. package/components/navigator/series-item/NotesIcon.d.ts +1 -1
  74. package/components/navigator/series-item/NotesLabel.d.ts +1 -1
  75. package/components/navigator/series-item/Outliers.d.ts +1 -1
  76. package/components/navigator/series-item/Tooltip.d.ts +2 -2
  77. package/components/pane/Title.d.ts +1 -1
  78. package/components/pane/index.d.ts +1 -1
  79. package/components/pane-defaults/Title.d.ts +1 -1
  80. package/components/series-defaults/Labels.d.ts +1 -1
  81. package/components/series-defaults/LabelsFrom.d.ts +1 -1
  82. package/components/series-defaults/LabelsTo.d.ts +1 -1
  83. package/components/series-defaults/Notes.d.ts +1 -1
  84. package/components/series-defaults/NotesIcon.d.ts +1 -1
  85. package/components/series-defaults/NotesLabel.d.ts +1 -1
  86. package/components/series-defaults/Tooltip.d.ts +2 -2
  87. package/components/series-defaults/index.d.ts +7 -7
  88. package/components/series-item/ErrorBars.d.ts +1 -1
  89. package/components/series-item/Extremes.d.ts +1 -1
  90. package/components/series-item/Highlight.d.ts +1 -1
  91. package/components/series-item/Labels.d.ts +1 -1
  92. package/components/series-item/LabelsFrom.d.ts +1 -1
  93. package/components/series-item/LabelsTo.d.ts +1 -1
  94. package/components/series-item/Markers.d.ts +1 -1
  95. package/components/series-item/Notes.d.ts +1 -1
  96. package/components/series-item/NotesIcon.d.ts +1 -1
  97. package/components/series-item/NotesLabel.d.ts +1 -1
  98. package/components/series-item/Outliers.d.ts +1 -1
  99. package/components/series-item/Tooltip.d.ts +2 -2
  100. package/components/value-axis-item/Crosshair.d.ts +1 -1
  101. package/components/value-axis-item/CrosshairTooltip.d.ts +1 -1
  102. package/components/value-axis-item/Labels.d.ts +1 -1
  103. package/components/value-axis-item/Notes.d.ts +1 -1
  104. package/components/value-axis-item/NotesIcon.d.ts +1 -1
  105. package/components/value-axis-item/NotesLabel.d.ts +1 -1
  106. package/components/value-axis-item/Title.d.ts +1 -1
  107. package/components/x-axis-item/Crosshair.d.ts +1 -1
  108. package/components/x-axis-item/CrosshairTooltip.d.ts +1 -1
  109. package/components/x-axis-item/Labels.d.ts +1 -1
  110. package/components/x-axis-item/Notes.d.ts +1 -1
  111. package/components/x-axis-item/NotesIcon.d.ts +1 -1
  112. package/components/x-axis-item/NotesLabel.d.ts +1 -1
  113. package/components/x-axis-item/Title.d.ts +1 -1
  114. package/components/y-axis-item/Crosshair.d.ts +1 -1
  115. package/components/y-axis-item/CrosshairTooltip.d.ts +1 -1
  116. package/components/y-axis-item/Labels.d.ts +1 -1
  117. package/components/y-axis-item/Notes.d.ts +1 -1
  118. package/components/y-axis-item/NotesIcon.d.ts +1 -1
  119. package/components/y-axis-item/NotesLabel.d.ts +1 -1
  120. package/components/y-axis-item/Title.d.ts +1 -1
  121. package/dist/cdn/js/kendo-react-charts.js +1 -1
  122. package/events/axis-label-click-event.d.ts +2 -2
  123. package/events/base-event.d.ts +1 -1
  124. package/events/chart-event-builder.d.ts +1 -1
  125. package/events/drag-end-event.d.ts +2 -2
  126. package/events/drag-event.d.ts +2 -2
  127. package/events/drag-start-event.d.ts +2 -2
  128. package/events/drilldown-event.d.ts +4 -4
  129. package/events/drilldown-state-change-event.d.ts +1 -1
  130. package/events/legend-item-click-event.d.ts +2 -2
  131. package/events/legend-item-hover-event.d.ts +2 -2
  132. package/events/legend-item-leave-event.d.ts +2 -2
  133. package/events/navigator-filter-event.d.ts +1 -1
  134. package/events/note-click-event.d.ts +2 -2
  135. package/events/note-hover-event.d.ts +2 -2
  136. package/events/plot-area-click-event.d.ts +1 -1
  137. package/events/plot-area-hover-event.d.ts +1 -1
  138. package/events/render-event.d.ts +1 -1
  139. package/events/select-end-event.d.ts +2 -2
  140. package/events/select-event.d.ts +2 -2
  141. package/events/select-start-event.d.ts +2 -2
  142. package/events/series-click-event.d.ts +3 -3
  143. package/events/series-hover-event.d.ts +3 -3
  144. package/events/zoom-end-event.d.ts +2 -2
  145. package/events/zoom-event.d.ts +2 -2
  146. package/events/zoom-start-event.d.ts +2 -2
  147. package/field-types/axis-line.interface.d.ts +1 -1
  148. package/field-types/border.interface.d.ts +1 -1
  149. package/field-types/bullet-target.interface.d.ts +2 -2
  150. package/field-types/category-base-unit.d.ts +1 -1
  151. package/field-types/drag-action.interface.d.ts +2 -2
  152. package/field-types/error-bar-line.interface.d.ts +1 -1
  153. package/field-types/grid-lines.interface.d.ts +1 -1
  154. package/field-types/highlight-line.interface.d.ts +1 -1
  155. package/field-types/legend-labels.interface.d.ts +3 -3
  156. package/field-types/mousewheel-zoom.interface.d.ts +1 -1
  157. package/field-types/note-line.interface.d.ts +1 -1
  158. package/field-types/padding.interface.d.ts +1 -1
  159. package/field-types/plot-band-label.interface.d.ts +4 -4
  160. package/field-types/plot-band.interface.d.ts +1 -1
  161. package/field-types/series-line.interface.d.ts +1 -1
  162. package/index.d.mts +13 -13
  163. package/index.d.ts +13 -13
  164. package/methods/index.d.ts +2 -2
  165. package/option-types/axis-crosshair-tooltip.interface.d.ts +2 -2
  166. package/option-types/axis-defaults/crosshair.interface.d.ts +2 -2
  167. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
  168. package/option-types/axis-defaults/labels.interface.d.ts +1 -1
  169. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  170. package/option-types/axis-defaults.interface.d.ts +4 -4
  171. package/option-types/category-axis-item/crosshair.interface.d.ts +2 -2
  172. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  173. package/option-types/category-axis-item/labels.interface.d.ts +1 -1
  174. package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
  175. package/option-types/category-axis-item/notes.interface.d.ts +3 -3
  176. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  177. package/option-types/category-axis-item/range-labels.interface.d.ts +2 -2
  178. package/option-types/category-axis-item/select.interface.d.ts +1 -1
  179. package/option-types/category-axis-item/title.interface.d.ts +1 -1
  180. package/option-types/category-axis-item.interface.d.ts +7 -7
  181. package/option-types/chart-area.interface.d.ts +1 -1
  182. package/option-types/legend/inactive-items.interface.d.ts +1 -1
  183. package/option-types/legend/item.interface.d.ts +2 -2
  184. package/option-types/legend/legend-title.interface.d.ts +1 -1
  185. package/option-types/legend.interface.d.ts +4 -4
  186. package/option-types/navigator/select.interface.d.ts +1 -1
  187. package/option-types/navigator.interface.d.ts +3 -3
  188. package/option-types/pane/title.interface.d.ts +1 -1
  189. package/option-types/pane-defaults/title.interface.d.ts +1 -1
  190. package/option-types/pane-defaults.interface.d.ts +2 -2
  191. package/option-types/pane.interface.d.ts +2 -2
  192. package/option-types/plot-area.interface.d.ts +1 -1
  193. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  194. package/option-types/series-defaults/labels.interface.d.ts +3 -3
  195. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  196. package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
  197. package/option-types/series-defaults/notes.interface.d.ts +3 -3
  198. package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
  199. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  200. package/option-types/series-defaults.interface.d.ts +4 -4
  201. package/option-types/series-item/error-bars.interface.d.ts +1 -1
  202. package/option-types/series-item/extremes.interface.d.ts +1 -1
  203. package/option-types/series-item/highlight.interface.d.ts +1 -1
  204. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  205. package/option-types/series-item/labels.interface.d.ts +3 -3
  206. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  207. package/option-types/series-item/markers.interface.d.ts +1 -1
  208. package/option-types/series-item/notes.icon.interface.d.ts +1 -1
  209. package/option-types/series-item/notes.interface.d.ts +3 -3
  210. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  211. package/option-types/series-item/outliers.interface.d.ts +1 -1
  212. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  213. package/option-types/series-item/trendline.interface.d.ts +1 -1
  214. package/option-types/series-item.interface.d.ts +9 -9
  215. package/option-types/subtitle.interface.d.ts +1 -1
  216. package/option-types/title.interface.d.ts +1 -1
  217. package/option-types/tooltip-border.interface.d.ts +1 -1
  218. package/option-types/tooltip.interface.d.ts +2 -2
  219. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  220. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  221. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  222. package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
  223. package/option-types/value-axis-item/notes.interface.d.ts +3 -3
  224. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  225. package/option-types/value-axis-item/title.interface.d.ts +1 -1
  226. package/option-types/value-axis-item.interface.d.ts +5 -5
  227. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  228. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  229. package/option-types/x-axis-item/labels.interface.d.ts +1 -1
  230. package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
  231. package/option-types/x-axis-item/notes.interface.d.ts +3 -3
  232. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  233. package/option-types/x-axis-item/title.interface.d.ts +1 -1
  234. package/option-types/x-axis-item.interface.d.ts +5 -5
  235. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  236. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  237. package/option-types/y-axis-item/labels.interface.d.ts +1 -1
  238. package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
  239. package/option-types/y-axis-item/notes.interface.d.ts +3 -3
  240. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  241. package/option-types/y-axis-item/title.interface.d.ts +1 -1
  242. package/option-types/y-axis-item.interface.d.ts +5 -5
  243. package/option-types/zoomable.interface.d.ts +1 -1
  244. package/package-metadata.js +1 -1
  245. package/package-metadata.mjs +2 -2
  246. package/package.json +6 -6
  247. package/sankey/Sankey.d.ts +1 -1
  248. package/sankey/SankeyTooltip.d.ts +1 -1
  249. package/sankey/index.d.ts +1 -1
  250. package/sankey/types.d.ts +1 -1
  251. package/tooltip/Series.d.ts +1 -1
  252. package/tooltip/SharedTooltipContent.d.ts +1 -1
  253. package/tooltip/index.d.ts +1 -1
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisLabelVisualArgs, Border, LabelRotation, Margin, Padding } from '../../common/property-types.js';
9
+ import { AxisLabelVisualArgs, Border, LabelRotation, Margin, Padding } from '../../common/property-types';
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Border, MarkerType } from '../../common/property-types.js';
8
+ import { Border, MarkerType } from '../../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,9 +6,9 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types.js';
10
- import { ValueAxisNotesIcon } from './notes.icon.interface.js';
11
- import { ValueAxisNotesLabel } from './notes.label.interface.js';
9
+ import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
10
+ import { ValueAxisNotesIcon } from './notes.icon.interface';
11
+ import { ValueAxisNotesLabel } from './notes.label.interface';
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Border, NoteLabelPosition } from '../../common/property-types.js';
8
+ import { Border, NoteLabelPosition } from '../../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types.js';
9
+ import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types.js';
9
- import { ValueAxisCrosshair } from './value-axis-item/crosshair.interface.js';
10
- import { ValueAxisLabels } from './value-axis-item/labels.interface.js';
11
- import { ValueAxisNotes } from './value-axis-item/notes.interface.js';
12
- import { ValueAxisTitle } from './value-axis-item/title.interface.js';
8
+ import { AxisLine, AxisTicks, GridLines, PlotBand } from '../common/property-types';
9
+ import { ValueAxisCrosshair } from './value-axis-item/crosshair.interface';
10
+ import { ValueAxisLabels } from './value-axis-item/labels.interface';
11
+ import { ValueAxisNotes } from './value-axis-item/notes.interface';
12
+ import { ValueAxisTitle } from './value-axis-item/title.interface';
13
13
  /**
14
14
  * @hidden
15
15
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { XAxisCrosshairTooltip } from './crosshair.tooltip.interface.js';
8
+ import { XAxisCrosshairTooltip } from './crosshair.tooltip.interface';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface.js';
8
+ import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types.js';
9
+ import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types';
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Border, MarkerType } from '../../common/property-types.js';
8
+ import { Border, MarkerType } from '../../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,9 +6,9 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types.js';
10
- import { XAxisNotesIcon } from './notes.icon.interface.js';
11
- import { XAxisNotesLabel } from './notes.label.interface.js';
9
+ import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
10
+ import { XAxisNotesIcon } from './notes.icon.interface';
11
+ import { XAxisNotesLabel } from './notes.label.interface';
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Border, NoteLabelPosition } from '../../common/property-types.js';
8
+ import { Border, NoteLabelPosition } from '../../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types.js';
9
+ import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types.js';
9
- import { XAxisCrosshair } from './x-axis-item/crosshair.interface.js';
10
- import { XAxisLabels } from './x-axis-item/labels.interface.js';
11
- import { XAxisNotes } from './x-axis-item/notes.interface.js';
12
- import { XAxisTitle } from './x-axis-item/title.interface.js';
8
+ import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types';
9
+ import { XAxisCrosshair } from './x-axis-item/crosshair.interface';
10
+ import { XAxisLabels } from './x-axis-item/labels.interface';
11
+ import { XAxisNotes } from './x-axis-item/notes.interface';
12
+ import { XAxisTitle } from './x-axis-item/title.interface';
13
13
  /**
14
14
  * @hidden
15
15
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { YAxisCrosshairTooltip } from './crosshair.tooltip.interface.js';
8
+ import { YAxisCrosshairTooltip } from './crosshair.tooltip.interface';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface.js';
8
+ import { AxisCrosshairTooltip } from '../axis-crosshair-tooltip.interface';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types.js';
9
+ import { AxisLabelVisualArgs, Border, DateFormats, LabelRotation, Margin, Padding } from '../../common/property-types';
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Border, MarkerType } from '../../common/property-types.js';
8
+ import { Border, MarkerType } from '../../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,9 +6,9 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types.js';
10
- import { YAxisNotesIcon } from './notes.icon.interface.js';
11
- import { YAxisNotesLabel } from './notes.label.interface.js';
9
+ import { AxisNoteVisualArgs, NoteLine, NotePosition } from '../../common/property-types';
10
+ import { YAxisNotesIcon } from './notes.icon.interface';
11
+ import { YAxisNotesLabel } from './notes.label.interface';
12
12
  /**
13
13
  * @hidden
14
14
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Border, NoteLabelPosition } from '../../common/property-types.js';
8
+ import { Border, NoteLabelPosition } from '../../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { drawing } from '@progress/kendo-drawing';
9
- import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types.js';
9
+ import { AxisTitlePosition, Border, Margin, Padding, TitleVisualArgs } from '../../common/property-types';
10
10
  /**
11
11
  * @hidden
12
12
  */
@@ -5,11 +5,11 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types.js';
9
- import { YAxisCrosshair } from './y-axis-item/crosshair.interface.js';
10
- import { YAxisLabels } from './y-axis-item/labels.interface.js';
11
- import { YAxisNotes } from './y-axis-item/notes.interface.js';
12
- import { YAxisTitle } from './y-axis-item/title.interface.js';
8
+ import { AxisLine, AxisTicks, BaseUnit, GridLines, PlotBand } from '../common/property-types';
9
+ import { YAxisCrosshair } from './y-axis-item/crosshair.interface';
10
+ import { YAxisLabels } from './y-axis-item/labels.interface';
11
+ import { YAxisNotes } from './y-axis-item/notes.interface';
12
+ import { YAxisTitle } from './y-axis-item/title.interface';
13
13
  /**
14
14
  * @hidden
15
15
  */
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { DragAction, MousewheelZoom } from '../common/property-types.js';
8
+ import { DragAction, MousewheelZoom } from '../common/property-types';
9
9
  /**
10
10
  * @hidden
11
11
  */
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-charts",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1777311008,version:"14.4.1-develop.13",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-charts",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1777447361,version:"14.4.1-develop.15",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
7
7
  productName: 'KendoReact',
8
8
  productCode: 'KENDOUIREACT',
9
9
  productCodes: ['KENDOUIREACT'],
10
- publishDate: 1777311008,
11
- version: '14.4.1-develop.13',
10
+ publishDate: 1777447361,
11
+ version: '14.4.1-develop.15',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-charts",
3
- "version": "14.4.1-develop.13",
3
+ "version": "14.4.1-develop.15",
4
4
  "description": "React Chart renders a wide range of high-quality data visualizations. KendoReact Charts package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -27,10 +27,10 @@
27
27
  "peerDependencies": {
28
28
  "@progress/kendo-drawing": "^1.21.2",
29
29
  "@progress/kendo-licensing": "^1.7.2",
30
- "@progress/kendo-react-common": "14.4.1-develop.13",
31
- "@progress/kendo-react-intl": "14.4.1-develop.13",
32
- "@progress/kendo-react-layout": "14.4.1-develop.13",
33
- "@progress/kendo-react-popup": "14.4.1-develop.13",
30
+ "@progress/kendo-react-common": "14.4.1-develop.15",
31
+ "@progress/kendo-react-intl": "14.4.1-develop.15",
32
+ "@progress/kendo-react-layout": "14.4.1-develop.15",
33
+ "@progress/kendo-react-popup": "14.4.1-develop.15",
34
34
  "@progress/kendo-svg-icons": "^4.0.0",
35
35
  "react": "^18.0.0 || ^19.0.0",
36
36
  "react-dom": "^18.0.0 || ^19.0.0"
@@ -79,7 +79,7 @@
79
79
  "package": {
80
80
  "productName": "KendoReact",
81
81
  "productCode": "KENDOUIREACT",
82
- "publishDate": 1777311008,
82
+ "publishDate": 1777447361,
83
83
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
84
84
  }
85
85
  },
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { SankeyHandle, SankeyProps } from './types.js';
8
+ import { SankeyHandle, SankeyProps } from './types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * The KendoReact Sankey component.
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { TooltipContentProps, SankeyTooltipProps } from './types.js';
8
+ import { TooltipContentProps, SankeyTooltipProps } from './types';
9
9
  import * as React from 'react';
10
10
  export declare const TooltipComponent: React.ComponentType<SankeyTooltipProps>;
11
11
  export declare const NodeTooltipContent: React.ComponentType<TooltipContentProps>;
package/sankey/index.d.ts CHANGED
@@ -6,6 +6,6 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { Sankey } from './Sankey.js';
9
- import { SankeyProps, SankeyHandle, SankeyEvent, SankeyNode, SankeyLink, SankeyLabel, SankeyData, SankeyEventHandler, SankeyLinkHighlight, SankeyLinkDefaults, SankeyLabelDefaults, SankeyNodeDefaults, SankeyLinkDataItem, SankeyNodeDataItem, TooltipContentProps, SankeyExportVisualOptions, SankeyTitle, SankeyLegend, SankeyTooltipProps, SankeyTooltip, SankeyOptions } from './types.js';
9
+ import { SankeyProps, SankeyHandle, SankeyEvent, SankeyNode, SankeyLink, SankeyLabel, SankeyData, SankeyEventHandler, SankeyLinkHighlight, SankeyLinkDefaults, SankeyLabelDefaults, SankeyNodeDefaults, SankeyLinkDataItem, SankeyNodeDataItem, TooltipContentProps, SankeyExportVisualOptions, SankeyTitle, SankeyLegend, SankeyTooltipProps, SankeyTooltip, SankeyOptions } from './types';
10
10
  import { createSankeyData } from './utils.js';
11
11
  export { Sankey, SankeyProps, SankeyHandle, SankeyEvent, SankeyEventHandler, SankeyLinkHighlight, SankeyNode, SankeyLink, SankeyLabel, SankeyLinkDefaults, SankeyLabelDefaults, SankeyNodeDefaults, SankeyLinkDataItem, SankeyNodeDataItem, TooltipContentProps, SankeyData, SankeyExportVisualOptions, SankeyTitle, SankeyLegend, SankeyTooltipProps, SankeyTooltip, SankeyOptions, createSankeyData };
package/sankey/types.d.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  import { SankeyData, SankeyExportVisualOptions, SankeyHorizontalMargin, SankeyLabel, SankeyLabelDefaults, SankeyLabelStroke, SankeyLegendItem, SankeyLink, SankeyLinkDataItem, SankeyLinkDefaults, SankeyLinkHighlight, SankeyNode, SankeyNodeDataItem, SankeyNodeDefaults, SankeyFocusHighlight, SankeyNodeLabel, SankeyLinkLabel, SankeyOptions, SankeyTooltipEvent, SankeyTooltip as SankeyTooltipInterface, SankeyEvent as SankeyWidgetEvent } from '@progress/kendo-charts';
9
9
  import { Group } from '@progress/kendo-drawing';
10
10
  import { BaseEvent } from '@progress/kendo-react-common';
11
- import { Legend, Title } from '../common/property-types.js';
11
+ import { Legend, Title } from '../common/property-types';
12
12
  export { SankeyData, SankeyExportVisualOptions, SankeyHorizontalMargin, SankeyLabel, SankeyLabelDefaults, SankeyLabelStroke, SankeyLegendItem, SankeyLink, SankeyLinkDataItem, SankeyLinkDefaults, SankeyLinkHighlight, SankeyNode, SankeyNodeDataItem, SankeyNodeDefaults, SankeyFocusHighlight, SankeyNodeLabel, SankeyLinkLabel, SankeyOptions };
13
13
  /**
14
14
  * The KendoReact Sankey event object.
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { Align, Offset } from '@progress/kendo-react-popup';
9
9
  import { InstanceObserver } from '@progress/kendo-charts';
10
- import { SharedTooltipContext, TooltipContext } from './Context.js';
10
+ import { SharedTooltipContext, TooltipContext } from './Context';
11
11
  import { ChartContext } from '../ChartContext.js';
12
12
  import * as React from 'react';
13
13
  /**
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { SharedTooltipContext } from './Context.js';
8
+ import { SharedTooltipContext } from './Context';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * @hidden
@@ -6,5 +6,5 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { TooltipPoint } from './Point.js';
9
- import { TooltipContext, SharedTooltipContext } from './Context.js';
9
+ import { TooltipContext, SharedTooltipContext } from './Context';
10
10
  export { TooltipPoint, TooltipContext, SharedTooltipContext };