@progress/kendo-react-charts 14.4.1-develop.14 → 14.4.1-develop.16

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
package/BaseChart.d.ts CHANGED
@@ -9,7 +9,7 @@ import { default as PropTypes } from 'prop-types';
9
9
  import { Surface } from '@progress/kendo-drawing';
10
10
  import { InstanceObserver } from '@progress/kendo-charts';
11
11
  import { DomEvent } from './events/dom-event.js';
12
- import { BaseChartPrivateProps } from './BaseChartProps.js';
12
+ import { BaseChartPrivateProps } from './BaseChartProps';
13
13
  import { ChartContextType } from './ChartContext.js';
14
14
  import * as React from 'react';
15
15
  /**
@@ -5,10 +5,10 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { AxisLabelClickEvent, DragEvent, DragStartEvent, DragEndEvent, DrilldownEvent, LegendItemClickEvent, LegendItemHoverEvent, NoteClickEvent, NoteHoverEvent, PlotAreaClickEvent, PlotAreaHoverEvent, RenderEvent, SeriesClickEvent, SeriesHoverEvent, ZoomEvent, ZoomStartEvent, ZoomEndEvent, SelectEvent, SelectStartEvent, SelectEndEvent } from './common/events.js';
9
- import { AxisDefaults, DragAction, Pane, PaneDefaults, SeriesDefaults, Zoomable } from './common/property-types.js';
10
- import { Charts } from './common/charts.js';
11
- import { ChartDrilldownState } from './common/api-types.js';
8
+ import { AxisLabelClickEvent, DragEvent, DragStartEvent, DragEndEvent, DrilldownEvent, LegendItemClickEvent, LegendItemHoverEvent, NoteClickEvent, NoteHoverEvent, PlotAreaClickEvent, PlotAreaHoverEvent, RenderEvent, SeriesClickEvent, SeriesHoverEvent, ZoomEvent, ZoomStartEvent, ZoomEndEvent, SelectEvent, SelectStartEvent, SelectEndEvent } from './common/events';
9
+ import { AxisDefaults, DragAction, Pane, PaneDefaults, SeriesDefaults, Zoomable } from './common/property-types';
10
+ import { Charts } from './common/charts';
11
+ import { ChartDrilldownState } from './common/api-types';
12
12
  /**
13
13
  * @hidden
14
14
  */
package/Chart.d.ts CHANGED
@@ -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 { ChartProps } from './ChartProps.js';
8
+ import { ChartProps } from './ChartProps';
9
9
  import { Surface } from '@progress/kendo-drawing';
10
10
  import * as React from 'react';
11
11
  /**
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { BreadcrumbProps, DataModel } from '@progress/kendo-react-layout';
9
- import { ChartDrilldownState } from './api-types/chart-drilldown-state.interface.js';
9
+ import { ChartDrilldownState } from './api-types/chart-drilldown-state.interface';
10
10
  import { DrilldownStateChangeEvent } from './events/drilldown-state-change-event.js';
11
11
  import * as React from 'react';
12
12
  /**
package/ChartContext.d.ts CHANGED
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { Store } from './store/store.js';
9
9
  import { InstanceObserver } from '@progress/kendo-charts';
10
- import { ChartDrilldownState } from './api-types/chart-drilldown-state.interface.js';
10
+ import { ChartDrilldownState } from './api-types/chart-drilldown-state.interface';
11
11
  import * as React from 'react';
12
12
  /**
13
13
  * @hidden
package/ChartProps.d.ts CHANGED
@@ -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 { BaseChartProps } from './BaseChartProps.js';
8
+ import { BaseChartProps } from './BaseChartProps';
9
9
  /**
10
10
  * Represents the props of the KendoReact Chart component.
11
11
  */
package/Sparkline.d.ts CHANGED
@@ -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 { SparklineProps } from './SparklineProps.js';
8
+ import { SparklineProps } from './SparklineProps';
9
9
  import { Surface } from '@progress/kendo-drawing';
10
10
  import * as React from 'react';
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 { BaseChartProps } from './BaseChartProps.js';
8
+ import { BaseChartProps } from './BaseChartProps';
9
9
  /**
10
10
  * Represents the props of the KendoReact Sparkline component.
11
11
  */
package/StockChart.d.ts CHANGED
@@ -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 { StockChartProps } from './StockChartProps.js';
8
+ import { StockChartProps } from './StockChartProps';
9
9
  import { Surface } from '@progress/kendo-drawing';
10
10
  import * as React from 'react';
11
11
  /**
@@ -5,8 +5,8 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { BaseChartProps } from './BaseChartProps.js';
9
- import { NavigatorFilterEvent } from './common/events.js';
8
+ import { BaseChartProps } from './BaseChartProps';
9
+ import { NavigatorFilterEvent } from './common/events';
10
10
  /**
11
11
  * Represents the props of the KendoReact StockChart component.
12
12
  */
@@ -6,7 +6,7 @@
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
8
  import { geometry } from '@progress/kendo-drawing';
9
- import { AxisRange } from './axis-range.interface.js';
9
+ import { AxisRange } from './axis-range.interface';
10
10
  /**
11
11
  * An interface for the Chart axes API.
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
- export type { AxisRange } from '../api-types/axis-range.interface.js';
9
- export type { EventAxisOptions } from '../api-types/event-axis-options.interface.js';
10
- export type { EventSeriesOptions } from '../api-types/event-series-options.interface.js';
11
- export type { SeriesPointType } from '../api-types/series-point.interface.js';
12
- export type { ChartAxisType } from '../api-types/chart-axis.interface.js';
13
- export type { ChartPaneType } from '../api-types/chart-pane.interface.js';
14
- export type { ChartPlotAreaType } from '../api-types/chart-plotarea.interface.js';
15
- export type { ChartDrilldownStep, ChartDrilldownState } from '../api-types/chart-drilldown-state.interface.js';
8
+ export type { AxisRange } from '../api-types/axis-range.interface';
9
+ export type { EventAxisOptions } from '../api-types/event-axis-options.interface';
10
+ export type { EventSeriesOptions } from '../api-types/event-series-options.interface';
11
+ export type { SeriesPointType } from '../api-types/series-point.interface';
12
+ export type { ChartAxisType } from '../api-types/chart-axis.interface';
13
+ export type { ChartPaneType } from '../api-types/chart-pane.interface';
14
+ export type { ChartPlotAreaType } from '../api-types/chart-plotarea.interface';
15
+ export type { ChartDrilldownStep, ChartDrilldownState } from '../api-types/chart-drilldown-state.interface';
@@ -5,136 +5,136 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- export type { AutoBaseUnitSteps } from '../field-types/auto-base-unit-steps.interface.js';
9
- export type { AxisLabelsPosition } from '../field-types/axis-labels-position.js';
10
- export type { AxisLine } from '../field-types/axis-line.interface.js';
11
- export type { AxisTicks } from '../field-types/axis-ticks.interface.js';
12
- export type { AxisTitlePosition } from '../field-types/axis-title-position.js';
13
- export type { BaseUnit } from '../field-types/base-unit.js';
14
- export type { Border } from '../field-types/border.interface.js';
15
- export type { BulletTarget } from '../field-types/bullet-target.interface.js';
16
- export type { BulletTargetLine } from '../field-types/bullet-target-line.interface.js';
17
- export type { CategoryBaseUnit } from '../field-types/category-base-unit.js';
18
- export type { DashType } from '../field-types/dash-type.js';
19
- export type { DateFormats } from '../field-types/date-formats.interface.js';
20
- export type { DragAction } from '../field-types/drag-action.interface.js';
21
- export type { ErrorBarLine } from '../field-types/error-bar-line.interface.js';
22
- export type { GridLines } from '../field-types/grid-lines.interface.js';
23
- export type { HighlightLine } from '../field-types/highlight-line.interface.js';
24
- export type { LabelConnectors } from '../field-types/label-connectors.interface.js';
25
- export type { LabelRotation } from '../field-types/label-rotation.interface.js';
26
- export type { LegendLabels } from '../field-types/legend-labels.interface.js';
27
- export type { LineStyle } from '../field-types/line-style.js';
28
- export type { LockAxis } from '../field-types/lock-axis.js';
29
- export type { Margin } from '../field-types/margin.interface.js';
30
- export type { MarkerType } from '../field-types/marker-type.js';
31
- export type { ModifierKey } from '../field-types/modifier-key.js';
32
- export type { MousewheelZoom } from '../field-types/mousewheel-zoom.interface.js';
33
- export type { MousewheelSelect } from '../field-types/mousewheel-select.interface.js';
34
- export type { NegativeBubbleValues } from '../field-types/negative-bubble-values.interface.js';
35
- export type { NoteLabelPosition } from '../field-types/note-label-position.js';
36
- export type { NoteLine } from '../field-types/note-line.interface.js';
37
- export type { NotePosition } from '../field-types/note-position.js';
38
- export type { Overlay } from '../field-types/overlay.interface.js';
39
- export type { Padding } from '../field-types/padding.interface.js';
40
- export type { PlotBand } from '../field-types/plot-band.interface.js';
41
- export type { PlotBandLabel } from '../field-types/plot-band-label.interface.js';
42
- export type { SeriesLabelsPosition } from '../field-types/series-labels-position.js';
43
- export type { SeriesLine } from '../field-types/series-line.interface.js';
44
- export type { SeriesStack } from '../field-types/series-stack.interface.js';
45
- export type { SeriesType } from '../field-types/series-type.js';
46
- export type { TrendlineForecast } from '../field-types/trendline-forecast.interface.js';
47
- export type { WeekStartDay } from '../field-types/week-start-day.enum.js';
48
- export type { AxisLabelVisualArgs } from '../argument-types/axis-label-visual-args.interface.js';
49
- export type { AxisNoteVisualArgs } from '../argument-types/axis-note-visual-args.interface.js';
50
- export type { ErrorBarsVisualArgs } from '../argument-types/error-bars-visual-args.interface.js';
51
- export type { HighlightToggleArgs } from '../argument-types/highlight-toggle-args.interface.js';
52
- export type { HighlightVisualArgs } from '../argument-types/highlight-visual-args.interface.js';
53
- export type { LegendItemVisualArgs } from '../argument-types/legend-item-visual-args.interface.js';
54
- export type { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface.js';
55
- export type { MarkersVisualArgs } from '../argument-types/markers-visual-args.interface.js';
56
- export type { SeriesLabelsVisualArgs } from '../argument-types/series-labels-visual-args.interface.js';
57
- export type { SeriesNoteVisualArgs } from '../argument-types/series-note-visual-args.interface.js';
58
- export type { SeriesVisualArgs } from '../argument-types/series-visual-args.interface.js';
59
- export type { TitleVisualArgs } from '../argument-types/title-visual-args.interface.js';
60
- export type { PlotBandLabelVisualArgs } from '../argument-types/plot-band-label-visual-args.interface.js';
61
- export type { DrilldownSeriesFactoryProps } from '../argument-types/drilldown-series-factory-props.interface.js';
62
- export type { AxisDefaultsCrosshair } from '../option-types/axis-defaults/crosshair.interface.js';
63
- export type { AxisDefaultsCrosshairTooltip } from '../option-types/axis-defaults/crosshair.tooltip.interface.js';
64
- export type { AxisDefaultsLabels } from '../option-types/axis-defaults/labels.interface.js';
65
- export type { AxisDefaultsTitle } from '../option-types/axis-defaults/title.interface.js';
66
- export type { AxisDefaults } from '../option-types/axis-defaults.interface.js';
67
- export type { TooltipBorder } from '../option-types/tooltip-border.interface.js';
68
- export type { CategoryAxisCrosshair } from '../option-types/category-axis-item/crosshair.interface.js';
69
- export type { CategoryAxisCrosshairTooltip } from '../option-types/category-axis-item/crosshair.tooltip.interface.js';
70
- export type { CategoryAxisLabels } from '../option-types/category-axis-item/labels.interface.js';
71
- export type { CategoryAxisNotes } from '../option-types/category-axis-item/notes.interface.js';
72
- export type { CategoryAxisNotesIcon } from '../option-types/category-axis-item/notes.icon.interface.js';
73
- export type { CategoryAxisNotesLabel } from '../option-types/category-axis-item/notes.label.interface.js';
74
- export type { CategoryAxisRangeLabels } from '../option-types/category-axis-item/range-labels.interface.js';
75
- export type { CategoryAxisSelect } from '../option-types/category-axis-item/select.interface.js';
76
- export type { CategoryAxisTitle } from '../option-types/category-axis-item/title.interface.js';
77
- export type { CategoryAxis } from '../option-types/category-axis-item.interface.js';
78
- export type { ChartingArea } from '../option-types/chart-area.interface.js';
79
- export type { LegendInactiveItems } from '../option-types/legend/inactive-items.interface.js';
80
- export type { LegendItem, LegendItemType, LegendItemMarkers, LegendItemMarkersBorder, LegendItemHighlight, LegendItemLine, LegendItemArea } from '../option-types/legend/item.interface.js';
81
- export type { Legend } from '../option-types/legend.interface.js';
82
- export type { LegendTitle } from '../option-types/legend/legend-title.interface.js';
83
- export type { Navigator } from '../option-types/navigator.interface.js';
84
- export type { NavigatorHint } from '../option-types/navigator/hint.interface.js';
85
- export type { NavigatorSelect } from '../option-types/navigator/select.interface.js';
86
- export type { PanesTitle } from '../option-types/pane/title.interface.js';
87
- export type { Pane } from '../option-types/pane.interface.js';
88
- export type { PaneDefaults } from '../option-types/pane-defaults.interface.js';
89
- export type { PaneDefaultsTitle } from '../option-types/pane-defaults/title.interface.js';
90
- export type { PlotArea } from '../option-types/plot-area.interface.js';
91
- export type { SeriesDefaultsLabels } from '../option-types/series-defaults/labels.interface.js';
92
- export type { SeriesDefaultsLabelsFrom } from '../option-types/series-defaults/labels.from.interface.js';
93
- export type { SeriesDefaultsLabelsTo } from '../option-types/series-defaults/labels.to.interface.js';
94
- export type { SeriesDefaultsNotes } from '../option-types/series-defaults/notes.interface.js';
95
- export type { SeriesDefaultsNotesIcon } from '../option-types/series-defaults/notes.icon.interface.js';
96
- export type { SeriesDefaultsNotesLabel } from '../option-types/series-defaults/notes.label.interface.js';
97
- export type { SeriesDefaultsTooltip } from '../option-types/series-defaults/tooltip.interface.js';
98
- export type { SeriesDefaults } from '../option-types/series-defaults.interface.js';
99
- export type { SeriesErrorBars } from '../option-types/series-item/error-bars.interface.js';
100
- export type { SeriesExtremes } from '../option-types/series-item/extremes.interface.js';
101
- export type { SeriesHighlight } from '../option-types/series-item/highlight.interface.js';
102
- export type { SeriesLabels } from '../option-types/series-item/labels.interface.js';
103
- export type { SeriesLabelsFrom } from '../option-types/series-item/labels.from.interface.js';
104
- export type { SeriesLabelsTo } from '../option-types/series-item/labels.to.interface.js';
105
- export type { SeriesMarkers } from '../option-types/series-item/markers.interface.js';
106
- export type { SeriesNotes } from '../option-types/series-item/notes.interface.js';
107
- export type { SeriesNotesIcon } from '../option-types/series-item/notes.icon.interface.js';
108
- export type { SeriesNotesLabel } from '../option-types/series-item/notes.label.interface.js';
109
- export type { SeriesOutliers } from '../option-types/series-item/outliers.interface.js';
110
- export type { SeriesTooltip } from '../option-types/series-item/tooltip.interface.js';
111
- export type { SeriesTrendline } from '../option-types/series-item/trendline.interface.js';
112
- export type { Series } from '../option-types/series-item.interface.js';
113
- export type { Subtitle } from '../option-types/subtitle.interface.js';
114
- export type { Title } from '../option-types/title.interface.js';
115
- export type { Tooltip } from '../option-types/tooltip.interface.js';
116
- export type { ValueAxisCrosshair } from '../option-types/value-axis-item/crosshair.interface.js';
117
- export type { ValueAxisCrosshairTooltip } from '../option-types/value-axis-item/crosshair.tooltip.interface.js';
118
- export type { ValueAxisLabels } from '../option-types/value-axis-item/labels.interface.js';
119
- export type { ValueAxisNotes } from '../option-types/value-axis-item/notes.interface.js';
120
- export type { ValueAxisNotesIcon } from '../option-types/value-axis-item/notes.icon.interface.js';
121
- export type { ValueAxisNotesLabel } from '../option-types/value-axis-item/notes.label.interface.js';
122
- export type { ValueAxisTitle } from '../option-types/value-axis-item/title.interface.js';
123
- export type { ValueAxis } from '../option-types/value-axis-item.interface.js';
124
- export type { XAxisCrosshair } from '../option-types/x-axis-item/crosshair.interface.js';
125
- export type { XAxisCrosshairTooltip } from '../option-types/x-axis-item/crosshair.tooltip.interface.js';
126
- export type { XAxisLabels } from '../option-types/x-axis-item/labels.interface.js';
127
- export type { XAxisNotes } from '../option-types/x-axis-item/notes.interface.js';
128
- export type { XAxisNotesIcon } from '../option-types/x-axis-item/notes.icon.interface.js';
129
- export type { XAxisNotesLabel } from '../option-types/x-axis-item/notes.label.interface.js';
130
- export type { XAxisTitle } from '../option-types/x-axis-item/title.interface.js';
131
- export type { XAxis } from '../option-types/x-axis-item.interface.js';
132
- export type { YAxisCrosshair } from '../option-types/y-axis-item/crosshair.interface.js';
133
- export type { YAxisCrosshairTooltip } from '../option-types/y-axis-item/crosshair.tooltip.interface.js';
134
- export type { YAxisLabels } from '../option-types/y-axis-item/labels.interface.js';
135
- export type { YAxisNotes } from '../option-types/y-axis-item/notes.interface.js';
136
- export type { YAxisNotesIcon } from '../option-types/y-axis-item/notes.icon.interface.js';
137
- export type { YAxisNotesLabel } from '../option-types/y-axis-item/notes.label.interface.js';
138
- export type { YAxisTitle } from '../option-types/y-axis-item/title.interface.js';
139
- export type { YAxis } from '../option-types/y-axis-item.interface.js';
140
- export type { Zoomable } from '../option-types/zoomable.interface.js';
8
+ export type { AutoBaseUnitSteps } from '../field-types/auto-base-unit-steps.interface';
9
+ export type { AxisLabelsPosition } from '../field-types/axis-labels-position';
10
+ export type { AxisLine } from '../field-types/axis-line.interface';
11
+ export type { AxisTicks } from '../field-types/axis-ticks.interface';
12
+ export type { AxisTitlePosition } from '../field-types/axis-title-position';
13
+ export type { BaseUnit } from '../field-types/base-unit';
14
+ export type { Border } from '../field-types/border.interface';
15
+ export type { BulletTarget } from '../field-types/bullet-target.interface';
16
+ export type { BulletTargetLine } from '../field-types/bullet-target-line.interface';
17
+ export type { CategoryBaseUnit } from '../field-types/category-base-unit';
18
+ export type { DashType } from '../field-types/dash-type';
19
+ export type { DateFormats } from '../field-types/date-formats.interface';
20
+ export type { DragAction } from '../field-types/drag-action.interface';
21
+ export type { ErrorBarLine } from '../field-types/error-bar-line.interface';
22
+ export type { GridLines } from '../field-types/grid-lines.interface';
23
+ export type { HighlightLine } from '../field-types/highlight-line.interface';
24
+ export type { LabelConnectors } from '../field-types/label-connectors.interface';
25
+ export type { LabelRotation } from '../field-types/label-rotation.interface';
26
+ export type { LegendLabels } from '../field-types/legend-labels.interface';
27
+ export type { LineStyle } from '../field-types/line-style';
28
+ export type { LockAxis } from '../field-types/lock-axis';
29
+ export type { Margin } from '../field-types/margin.interface';
30
+ export type { MarkerType } from '../field-types/marker-type';
31
+ export type { ModifierKey } from '../field-types/modifier-key';
32
+ export type { MousewheelZoom } from '../field-types/mousewheel-zoom.interface';
33
+ export type { MousewheelSelect } from '../field-types/mousewheel-select.interface';
34
+ export type { NegativeBubbleValues } from '../field-types/negative-bubble-values.interface';
35
+ export type { NoteLabelPosition } from '../field-types/note-label-position';
36
+ export type { NoteLine } from '../field-types/note-line.interface';
37
+ export type { NotePosition } from '../field-types/note-position';
38
+ export type { Overlay } from '../field-types/overlay.interface';
39
+ export type { Padding } from '../field-types/padding.interface';
40
+ export type { PlotBand } from '../field-types/plot-band.interface';
41
+ export type { PlotBandLabel } from '../field-types/plot-band-label.interface';
42
+ export type { SeriesLabelsPosition } from '../field-types/series-labels-position';
43
+ export type { SeriesLine } from '../field-types/series-line.interface';
44
+ export type { SeriesStack } from '../field-types/series-stack.interface';
45
+ export type { SeriesType } from '../field-types/series-type';
46
+ export type { TrendlineForecast } from '../field-types/trendline-forecast.interface';
47
+ export type { WeekStartDay } from '../field-types/week-start-day.enum';
48
+ export type { AxisLabelVisualArgs } from '../argument-types/axis-label-visual-args.interface';
49
+ export type { AxisNoteVisualArgs } from '../argument-types/axis-note-visual-args.interface';
50
+ export type { ErrorBarsVisualArgs } from '../argument-types/error-bars-visual-args.interface';
51
+ export type { HighlightToggleArgs } from '../argument-types/highlight-toggle-args.interface';
52
+ export type { HighlightVisualArgs } from '../argument-types/highlight-visual-args.interface';
53
+ export type { LegendItemVisualArgs } from '../argument-types/legend-item-visual-args.interface';
54
+ export type { LegendLabelsContentArgs } from '../argument-types/legend-labels-content-args.interface';
55
+ export type { MarkersVisualArgs } from '../argument-types/markers-visual-args.interface';
56
+ export type { SeriesLabelsVisualArgs } from '../argument-types/series-labels-visual-args.interface';
57
+ export type { SeriesNoteVisualArgs } from '../argument-types/series-note-visual-args.interface';
58
+ export type { SeriesVisualArgs } from '../argument-types/series-visual-args.interface';
59
+ export type { TitleVisualArgs } from '../argument-types/title-visual-args.interface';
60
+ export type { PlotBandLabelVisualArgs } from '../argument-types/plot-band-label-visual-args.interface';
61
+ export type { DrilldownSeriesFactoryProps } from '../argument-types/drilldown-series-factory-props.interface';
62
+ export type { AxisDefaultsCrosshair } from '../option-types/axis-defaults/crosshair.interface';
63
+ export type { AxisDefaultsCrosshairTooltip } from '../option-types/axis-defaults/crosshair.tooltip.interface';
64
+ export type { AxisDefaultsLabels } from '../option-types/axis-defaults/labels.interface';
65
+ export type { AxisDefaultsTitle } from '../option-types/axis-defaults/title.interface';
66
+ export type { AxisDefaults } from '../option-types/axis-defaults.interface';
67
+ export type { TooltipBorder } from '../option-types/tooltip-border.interface';
68
+ export type { CategoryAxisCrosshair } from '../option-types/category-axis-item/crosshair.interface';
69
+ export type { CategoryAxisCrosshairTooltip } from '../option-types/category-axis-item/crosshair.tooltip.interface';
70
+ export type { CategoryAxisLabels } from '../option-types/category-axis-item/labels.interface';
71
+ export type { CategoryAxisNotes } from '../option-types/category-axis-item/notes.interface';
72
+ export type { CategoryAxisNotesIcon } from '../option-types/category-axis-item/notes.icon.interface';
73
+ export type { CategoryAxisNotesLabel } from '../option-types/category-axis-item/notes.label.interface';
74
+ export type { CategoryAxisRangeLabels } from '../option-types/category-axis-item/range-labels.interface';
75
+ export type { CategoryAxisSelect } from '../option-types/category-axis-item/select.interface';
76
+ export type { CategoryAxisTitle } from '../option-types/category-axis-item/title.interface';
77
+ export type { CategoryAxis } from '../option-types/category-axis-item.interface';
78
+ export type { ChartingArea } from '../option-types/chart-area.interface';
79
+ export type { LegendInactiveItems } from '../option-types/legend/inactive-items.interface';
80
+ export type { LegendItem, LegendItemType, LegendItemMarkers, LegendItemMarkersBorder, LegendItemHighlight, LegendItemLine, LegendItemArea } from '../option-types/legend/item.interface';
81
+ export type { Legend } from '../option-types/legend.interface';
82
+ export type { LegendTitle } from '../option-types/legend/legend-title.interface';
83
+ export type { Navigator } from '../option-types/navigator.interface';
84
+ export type { NavigatorHint } from '../option-types/navigator/hint.interface';
85
+ export type { NavigatorSelect } from '../option-types/navigator/select.interface';
86
+ export type { PanesTitle } from '../option-types/pane/title.interface';
87
+ export type { Pane } from '../option-types/pane.interface';
88
+ export type { PaneDefaults } from '../option-types/pane-defaults.interface';
89
+ export type { PaneDefaultsTitle } from '../option-types/pane-defaults/title.interface';
90
+ export type { PlotArea } from '../option-types/plot-area.interface';
91
+ export type { SeriesDefaultsLabels } from '../option-types/series-defaults/labels.interface';
92
+ export type { SeriesDefaultsLabelsFrom } from '../option-types/series-defaults/labels.from.interface';
93
+ export type { SeriesDefaultsLabelsTo } from '../option-types/series-defaults/labels.to.interface';
94
+ export type { SeriesDefaultsNotes } from '../option-types/series-defaults/notes.interface';
95
+ export type { SeriesDefaultsNotesIcon } from '../option-types/series-defaults/notes.icon.interface';
96
+ export type { SeriesDefaultsNotesLabel } from '../option-types/series-defaults/notes.label.interface';
97
+ export type { SeriesDefaultsTooltip } from '../option-types/series-defaults/tooltip.interface';
98
+ export type { SeriesDefaults } from '../option-types/series-defaults.interface';
99
+ export type { SeriesErrorBars } from '../option-types/series-item/error-bars.interface';
100
+ export type { SeriesExtremes } from '../option-types/series-item/extremes.interface';
101
+ export type { SeriesHighlight } from '../option-types/series-item/highlight.interface';
102
+ export type { SeriesLabels } from '../option-types/series-item/labels.interface';
103
+ export type { SeriesLabelsFrom } from '../option-types/series-item/labels.from.interface';
104
+ export type { SeriesLabelsTo } from '../option-types/series-item/labels.to.interface';
105
+ export type { SeriesMarkers } from '../option-types/series-item/markers.interface';
106
+ export type { SeriesNotes } from '../option-types/series-item/notes.interface';
107
+ export type { SeriesNotesIcon } from '../option-types/series-item/notes.icon.interface';
108
+ export type { SeriesNotesLabel } from '../option-types/series-item/notes.label.interface';
109
+ export type { SeriesOutliers } from '../option-types/series-item/outliers.interface';
110
+ export type { SeriesTooltip } from '../option-types/series-item/tooltip.interface';
111
+ export type { SeriesTrendline } from '../option-types/series-item/trendline.interface';
112
+ export type { Series } from '../option-types/series-item.interface';
113
+ export type { Subtitle } from '../option-types/subtitle.interface';
114
+ export type { Title } from '../option-types/title.interface';
115
+ export type { Tooltip } from '../option-types/tooltip.interface';
116
+ export type { ValueAxisCrosshair } from '../option-types/value-axis-item/crosshair.interface';
117
+ export type { ValueAxisCrosshairTooltip } from '../option-types/value-axis-item/crosshair.tooltip.interface';
118
+ export type { ValueAxisLabels } from '../option-types/value-axis-item/labels.interface';
119
+ export type { ValueAxisNotes } from '../option-types/value-axis-item/notes.interface';
120
+ export type { ValueAxisNotesIcon } from '../option-types/value-axis-item/notes.icon.interface';
121
+ export type { ValueAxisNotesLabel } from '../option-types/value-axis-item/notes.label.interface';
122
+ export type { ValueAxisTitle } from '../option-types/value-axis-item/title.interface';
123
+ export type { ValueAxis } from '../option-types/value-axis-item.interface';
124
+ export type { XAxisCrosshair } from '../option-types/x-axis-item/crosshair.interface';
125
+ export type { XAxisCrosshairTooltip } from '../option-types/x-axis-item/crosshair.tooltip.interface';
126
+ export type { XAxisLabels } from '../option-types/x-axis-item/labels.interface';
127
+ export type { XAxisNotes } from '../option-types/x-axis-item/notes.interface';
128
+ export type { XAxisNotesIcon } from '../option-types/x-axis-item/notes.icon.interface';
129
+ export type { XAxisNotesLabel } from '../option-types/x-axis-item/notes.label.interface';
130
+ export type { XAxisTitle } from '../option-types/x-axis-item/title.interface';
131
+ export type { XAxis } from '../option-types/x-axis-item.interface';
132
+ export type { YAxisCrosshair } from '../option-types/y-axis-item/crosshair.interface';
133
+ export type { YAxisCrosshairTooltip } from '../option-types/y-axis-item/crosshair.tooltip.interface';
134
+ export type { YAxisLabels } from '../option-types/y-axis-item/labels.interface';
135
+ export type { YAxisNotes } from '../option-types/y-axis-item/notes.interface';
136
+ export type { YAxisNotesIcon } from '../option-types/y-axis-item/notes.icon.interface';
137
+ export type { YAxisNotesLabel } from '../option-types/y-axis-item/notes.label.interface';
138
+ export type { YAxisTitle } from '../option-types/y-axis-item/title.interface';
139
+ export type { YAxis } from '../option-types/y-axis-item.interface';
140
+ export type { Zoomable } from '../option-types/zoomable.interface';
@@ -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 { AxisDefaults } from '../common/property-types.js';
8
+ import { AxisDefaults } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartAxisDefaults component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes#toc-default-axis-configuration)).
@@ -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 { CategoryAxis } from '../common/property-types.js';
8
+ import { CategoryAxis } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartCategoryAxisItem component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes#toc-categorical-chart-axes)).
@@ -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 { ChartingArea } from '../common/property-types.js';
8
+ import { ChartingArea } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartArea component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/chart-area)).
@@ -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 { Legend } from '../common/property-types.js';
8
+ import { Legend } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartLegend component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/legend)).
@@ -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 { Navigator } from '../common/property-types.js';
8
+ import { Navigator } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartNavigator 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 { Pane } from '../common/property-types.js';
8
+ import { Pane } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartPane component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/panes)).
@@ -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 { PaneDefaults } from '../common/property-types.js';
8
+ import { PaneDefaults } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartPaneDefaults component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/panes)).
@@ -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 { PlotArea } from '../common/property-types.js';
8
+ import { PlotArea } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartPlotArea component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/plot-area)).
@@ -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 { SeriesDefaults } from '../common/property-types.js';
8
+ import { SeriesDefaults } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartSeriesDefaults component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/series#toc-default-series-configuration)).
@@ -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 { Series } from '../common/property-types.js';
8
+ import { Series } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartSeriesItem 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 { Subtitle } from '../common/property-types.js';
8
+ import { Subtitle } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartSubtitle component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/title)).
@@ -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 { Title } from '../common/property-types.js';
8
+ import { Title } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartTitle component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/title)).
@@ -5,8 +5,8 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- import { Tooltip } from '../common/property-types.js';
9
- import { SharedTooltipContext, TooltipContext } from './../tooltip/Context.js';
8
+ import { Tooltip } from '../common/property-types';
9
+ import { SharedTooltipContext, TooltipContext } from './../tooltip/Context';
10
10
  import * as React from 'react';
11
11
  /**
12
12
  * Represents the props of the KendoReact ChartTooltip component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/tooltips)).
@@ -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 { ValueAxis } from '../common/property-types.js';
8
+ import { ValueAxis } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartValueAxisItem component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes#toc-categorical-chart-axes)).
@@ -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 { XAxis } from '../common/property-types.js';
8
+ import { XAxis } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartXAxisItem component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes#toc-scatter-chart-axes)).
@@ -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 { YAxis } from '../common/property-types.js';
8
+ import { YAxis } from '../common/property-types';
9
9
  import * as React from 'react';
10
10
  /**
11
11
  * Represents the props of the KendoReact ChartYAxisItem component ([see example](https://www.telerik.com/kendo-react-ui/components/charts/chart/elements/axes#toc-scatter-chart-axes)).