@progress/kendo-angular-charts 21.4.1-develop.1 → 22.0.0-develop.1

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 (389) hide show
  1. package/chart/localization/messages.d.ts +1 -1
  2. package/chart/tooltip/base-tooltip.d.ts +1 -1
  3. package/common/collection-item.component.d.ts +1 -1
  4. package/common/collection.component.d.ts +1 -1
  5. package/common/settings.component.d.ts +1 -1
  6. package/events/base-event.d.ts +1 -1
  7. package/events/preventable-event.d.ts +1 -1
  8. package/fesm2022/progress-kendo-angular-charts.mjs +482 -482
  9. package/package.json +13 -21
  10. package/sankey/localization/messages.d.ts +1 -1
  11. package/esm2022/api-types/axis-range.interface.mjs +0 -5
  12. package/esm2022/api-types/chart-axis.interface.mjs +0 -5
  13. package/esm2022/api-types/chart-pane.interface.mjs +0 -5
  14. package/esm2022/api-types/chart-plotarea.interface.mjs +0 -5
  15. package/esm2022/api-types/chart-svg-export-options.interface.mjs +0 -5
  16. package/esm2022/api-types/chart-visual-export-options.interface.mjs +0 -5
  17. package/esm2022/api-types/event-axis-options.interface.mjs +0 -5
  18. package/esm2022/api-types/event-series-options.interface.mjs +0 -5
  19. package/esm2022/api-types/series-point-marker.interface.mjs +0 -5
  20. package/esm2022/api-types/series-point.interface.mjs +0 -5
  21. package/esm2022/argument-types/axis-label-content-args.interface.mjs +0 -5
  22. package/esm2022/argument-types/axis-label-visual-args.interface.mjs +0 -5
  23. package/esm2022/argument-types/axis-note-content-args.interface.mjs +0 -5
  24. package/esm2022/argument-types/axis-note-visual-args.interface.mjs +0 -5
  25. package/esm2022/argument-types/error-bars-value-args.interface.mjs +0 -5
  26. package/esm2022/argument-types/error-bars-visual-args.interface.mjs +0 -5
  27. package/esm2022/argument-types/highlight-toggle-args.interface.mjs +0 -5
  28. package/esm2022/argument-types/highlight-visual-args.interface.mjs +0 -5
  29. package/esm2022/argument-types/legend-item-visual-args.interface.mjs +0 -5
  30. package/esm2022/argument-types/legend-labels-content-args.interface.mjs +0 -5
  31. package/esm2022/argument-types/markers-visual-args.interface.mjs +0 -5
  32. package/esm2022/argument-types/plot-band-label-visual-args.interface.mjs +0 -5
  33. package/esm2022/argument-types/series-labels-content-args.interface.mjs +0 -5
  34. package/esm2022/argument-types/series-labels-visual-args.interface.mjs +0 -5
  35. package/esm2022/argument-types/series-note-content-args.interface.mjs +0 -5
  36. package/esm2022/argument-types/series-note-visual-args.interface.mjs +0 -5
  37. package/esm2022/argument-types/series-visual-args.interface.mjs +0 -5
  38. package/esm2022/argument-types/title-visual-args.interface.mjs +0 -5
  39. package/esm2022/chart/axis-defaults/crosshair.component.mjs +0 -77
  40. package/esm2022/chart/axis-defaults/crosshair.tooltip.component.mjs +0 -82
  41. package/esm2022/chart/axis-defaults/labels.component.mjs +0 -111
  42. package/esm2022/chart/axis-defaults/title.component.mjs +0 -103
  43. package/esm2022/chart/axis-defaults.component.mjs +0 -152
  44. package/esm2022/chart/category-axis-item/crosshair.component.mjs +0 -76
  45. package/esm2022/chart/category-axis-item/crosshair.tooltip.component.mjs +0 -80
  46. package/esm2022/chart/category-axis-item/labels.component.mjs +0 -149
  47. package/esm2022/chart/category-axis-item/notes.component.mjs +0 -67
  48. package/esm2022/chart/category-axis-item/notes.icon.component.mjs +0 -60
  49. package/esm2022/chart/category-axis-item/notes.label.component.mjs +0 -91
  50. package/esm2022/chart/category-axis-item/range-labels.component.mjs +0 -32
  51. package/esm2022/chart/category-axis-item/select.component.mjs +0 -60
  52. package/esm2022/chart/category-axis-item/title.component.mjs +0 -103
  53. package/esm2022/chart/category-axis-item.component.mjs +0 -265
  54. package/esm2022/chart/category-axis.component.mjs +0 -67
  55. package/esm2022/chart/chart-area.component.mjs +0 -81
  56. package/esm2022/chart/donut-center-template.directive.mjs +0 -35
  57. package/esm2022/chart/legend/inactive-items.component.mjs +0 -46
  58. package/esm2022/chart/legend/item.component.mjs +0 -82
  59. package/esm2022/chart/legend.component.mjs +0 -181
  60. package/esm2022/chart/localization/custom-messages.component.mjs +0 -51
  61. package/esm2022/chart/localization/localized-messages.directive.mjs +0 -39
  62. package/esm2022/chart/localization/messages.mjs +0 -27
  63. package/esm2022/chart/no-data-template.directive.mjs +0 -35
  64. package/esm2022/chart/pane/title.component.mjs +0 -88
  65. package/esm2022/chart/pane-defaults/title.component.mjs +0 -84
  66. package/esm2022/chart/pane-defaults.component.mjs +0 -87
  67. package/esm2022/chart/pane.component.mjs +0 -101
  68. package/esm2022/chart/panes.component.mjs +0 -55
  69. package/esm2022/chart/plot-area.component.mjs +0 -68
  70. package/esm2022/chart/series-defaults/labels.component.mjs +0 -122
  71. package/esm2022/chart/series-defaults/labels.from.component.mjs +0 -90
  72. package/esm2022/chart/series-defaults/labels.to.component.mjs +0 -90
  73. package/esm2022/chart/series-defaults/notes.component.mjs +0 -68
  74. package/esm2022/chart/series-defaults/notes.icon.component.mjs +0 -62
  75. package/esm2022/chart/series-defaults/notes.label.component.mjs +0 -90
  76. package/esm2022/chart/series-defaults/tooltip.component.mjs +0 -76
  77. package/esm2022/chart/series-defaults.component.mjs +0 -125
  78. package/esm2022/chart/series-drilldown-template.directive.mjs +0 -36
  79. package/esm2022/chart/series-item/error-bars.component.mjs +0 -74
  80. package/esm2022/chart/series-item/extremes.component.mjs +0 -64
  81. package/esm2022/chart/series-item/highlight.component.mjs +0 -79
  82. package/esm2022/chart/series-item/labels.component.mjs +0 -157
  83. package/esm2022/chart/series-item/labels.from.component.mjs +0 -96
  84. package/esm2022/chart/series-item/labels.to.component.mjs +0 -96
  85. package/esm2022/chart/series-item/markers.component.mjs +0 -98
  86. package/esm2022/chart/series-item/notes.component.mjs +0 -76
  87. package/esm2022/chart/series-item/notes.icon.component.mjs +0 -64
  88. package/esm2022/chart/series-item/notes.label.component.mjs +0 -95
  89. package/esm2022/chart/series-item/outliers.component.mjs +0 -66
  90. package/esm2022/chart/series-item/tooltip.component.mjs +0 -83
  91. package/esm2022/chart/series-item/trendline.component.mjs +0 -75
  92. package/esm2022/chart/series-item/trendline.forecast.component.mjs +0 -51
  93. package/esm2022/chart/series-item.component.mjs +0 -754
  94. package/esm2022/chart/series.component.mjs +0 -67
  95. package/esm2022/chart/subtitle.component.mjs +0 -108
  96. package/esm2022/chart/title.component.mjs +0 -119
  97. package/esm2022/chart/tooltip/base-tooltip.mjs +0 -101
  98. package/esm2022/chart/tooltip/body-factory.mjs +0 -14
  99. package/esm2022/chart/tooltip/crosshair-tooltip.component.mjs +0 -72
  100. package/esm2022/chart/tooltip/crosshair-tooltips-container.component.mjs +0 -115
  101. package/esm2022/chart/tooltip/popup-settings.interface.mjs +0 -5
  102. package/esm2022/chart/tooltip/series-tooltip-template.directive.mjs +0 -59
  103. package/esm2022/chart/tooltip/shared-tooltip-template.directive.mjs +0 -71
  104. package/esm2022/chart/tooltip/tooltip-popup.component.mjs +0 -250
  105. package/esm2022/chart/tooltip/tooltip-template-point.mjs +0 -105
  106. package/esm2022/chart/tooltip.component.mjs +0 -107
  107. package/esm2022/chart/value-axis-item/crosshair.component.mjs +0 -84
  108. package/esm2022/chart/value-axis-item/crosshair.tooltip.component.mjs +0 -81
  109. package/esm2022/chart/value-axis-item/labels.component.mjs +0 -130
  110. package/esm2022/chart/value-axis-item/notes.component.mjs +0 -82
  111. package/esm2022/chart/value-axis-item/notes.icon.component.mjs +0 -62
  112. package/esm2022/chart/value-axis-item/notes.label.component.mjs +0 -90
  113. package/esm2022/chart/value-axis-item/title.component.mjs +0 -102
  114. package/esm2022/chart/value-axis-item.component.mjs +0 -202
  115. package/esm2022/chart/value-axis.component.mjs +0 -52
  116. package/esm2022/chart/x-axis-item/crosshair.component.mjs +0 -82
  117. package/esm2022/chart/x-axis-item/crosshair.tooltip.component.mjs +0 -80
  118. package/esm2022/chart/x-axis-item/labels.component.mjs +0 -140
  119. package/esm2022/chart/x-axis-item/notes.component.mjs +0 -86
  120. package/esm2022/chart/x-axis-item/notes.icon.component.mjs +0 -62
  121. package/esm2022/chart/x-axis-item/notes.label.component.mjs +0 -91
  122. package/esm2022/chart/x-axis-item/title.component.mjs +0 -103
  123. package/esm2022/chart/x-axis-item.component.mjs +0 -239
  124. package/esm2022/chart/x-axis.component.mjs +0 -60
  125. package/esm2022/chart/y-axis-item/crosshair.component.mjs +0 -79
  126. package/esm2022/chart/y-axis-item/crosshair.tooltip.component.mjs +0 -74
  127. package/esm2022/chart/y-axis-item/labels.component.mjs +0 -144
  128. package/esm2022/chart/y-axis-item/notes.component.mjs +0 -83
  129. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +0 -62
  130. package/esm2022/chart/y-axis-item/notes.label.component.mjs +0 -91
  131. package/esm2022/chart/y-axis-item/title.component.mjs +0 -103
  132. package/esm2022/chart/y-axis-item.component.mjs +0 -211
  133. package/esm2022/chart/y-axis.component.mjs +0 -60
  134. package/esm2022/chart/zoomable.component.mjs +0 -52
  135. package/esm2022/chart-breadcrumb.component.mjs +0 -95
  136. package/esm2022/chart-defaults.mjs +0 -19
  137. package/esm2022/chart-options.interface.mjs +0 -5
  138. package/esm2022/chart.component.mjs +0 -1102
  139. package/esm2022/chart.directives.mjs +0 -30
  140. package/esm2022/chart.module.mjs +0 -141
  141. package/esm2022/charts.module.mjs +0 -184
  142. package/esm2022/common/api-types.mjs +0 -5
  143. package/esm2022/common/chart-default-theme.mjs +0 -165
  144. package/esm2022/common/chart-instance-observer.mjs +0 -20
  145. package/esm2022/common/collection-item.component.mjs +0 -64
  146. package/esm2022/common/collection.component.mjs +0 -58
  147. package/esm2022/common/collection.service.mjs +0 -37
  148. package/esm2022/common/configuration.service.mjs +0 -69
  149. package/esm2022/common/copy-changes.mjs +0 -21
  150. package/esm2022/common/events.mjs +0 -31
  151. package/esm2022/common/has-observers.mjs +0 -10
  152. package/esm2022/common/has-parent.mjs +0 -14
  153. package/esm2022/common/prefix-configuration.service.mjs +0 -43
  154. package/esm2022/common/property-types.mjs +0 -5
  155. package/esm2022/common/root-configuration.service.mjs +0 -17
  156. package/esm2022/common/settings.component.mjs +0 -61
  157. package/esm2022/common/theme.service.mjs +0 -64
  158. package/esm2022/common/to-simple-changes.mjs +0 -18
  159. package/esm2022/common/tooltip-template.service.mjs +0 -37
  160. package/esm2022/common.directives.mjs +0 -75
  161. package/esm2022/directives.mjs +0 -374
  162. package/esm2022/events/axis-label-click-event.mjs +0 -42
  163. package/esm2022/events/base-event.mjs +0 -26
  164. package/esm2022/events/drag-end-event.mjs +0 -27
  165. package/esm2022/events/drag-event.mjs +0 -27
  166. package/esm2022/events/drag-start-event.mjs +0 -27
  167. package/esm2022/events/drilldown-event.mjs +0 -31
  168. package/esm2022/events/instance-event.service.mjs +0 -64
  169. package/esm2022/events/legend-event.mjs +0 -37
  170. package/esm2022/events/legend-item-click-event.mjs +0 -16
  171. package/esm2022/events/legend-item-hover-event.mjs +0 -16
  172. package/esm2022/events/legend-item-leave-event.mjs +0 -23
  173. package/esm2022/events/note-click-event.mjs +0 -10
  174. package/esm2022/events/note-event.mjs +0 -42
  175. package/esm2022/events/note-hover-event.mjs +0 -10
  176. package/esm2022/events/note-leave-event.mjs +0 -10
  177. package/esm2022/events/pane-render-event.mjs +0 -29
  178. package/esm2022/events/plot-area-click-event.mjs +0 -43
  179. package/esm2022/events/plot-area-hover-event.mjs +0 -43
  180. package/esm2022/events/plot-area-leave-event.mjs +0 -10
  181. package/esm2022/events/preventable-event.mjs +0 -34
  182. package/esm2022/events/render-event.mjs +0 -16
  183. package/esm2022/events/select-end-event.mjs +0 -31
  184. package/esm2022/events/select-event.mjs +0 -31
  185. package/esm2022/events/select-start-event.mjs +0 -31
  186. package/esm2022/events/series-click-event.mjs +0 -58
  187. package/esm2022/events/series-event.mjs +0 -58
  188. package/esm2022/events/series-hover-event.mjs +0 -10
  189. package/esm2022/events/series-leave-event.mjs +0 -10
  190. package/esm2022/events/series-over-event.mjs +0 -10
  191. package/esm2022/events/zoom-end-event.mjs +0 -30
  192. package/esm2022/events/zoom-event.mjs +0 -37
  193. package/esm2022/events/zoom-start-event.mjs +0 -27
  194. package/esm2022/field-types/auto-base-unit-steps.interface.mjs +0 -5
  195. package/esm2022/field-types/axis-labels-position.mjs +0 -5
  196. package/esm2022/field-types/axis-line.interface.mjs +0 -5
  197. package/esm2022/field-types/axis-ticks.interface.mjs +0 -5
  198. package/esm2022/field-types/axis-title-position.mjs +0 -5
  199. package/esm2022/field-types/base-unit.mjs +0 -5
  200. package/esm2022/field-types/border.interface.mjs +0 -5
  201. package/esm2022/field-types/bullet-target-line.interface.mjs +0 -5
  202. package/esm2022/field-types/bullet-target.interface.mjs +0 -5
  203. package/esm2022/field-types/category-base-unit.mjs +0 -5
  204. package/esm2022/field-types/dash-type.mjs +0 -5
  205. package/esm2022/field-types/date-formats.interface.mjs +0 -5
  206. package/esm2022/field-types/drag-action.interface.mjs +0 -5
  207. package/esm2022/field-types/error-bar-line.interface.mjs +0 -5
  208. package/esm2022/field-types/grid-lines.interface.mjs +0 -5
  209. package/esm2022/field-types/highlight-line.interface.mjs +0 -5
  210. package/esm2022/field-types/label-connectors.interface.mjs +0 -5
  211. package/esm2022/field-types/label-rotation.interface.mjs +0 -5
  212. package/esm2022/field-types/legend-labels.interface.mjs +0 -5
  213. package/esm2022/field-types/line-style.mjs +0 -5
  214. package/esm2022/field-types/lock-axis.mjs +0 -5
  215. package/esm2022/field-types/margin.interface.mjs +0 -5
  216. package/esm2022/field-types/marker-type.mjs +0 -5
  217. package/esm2022/field-types/modifier-key.mjs +0 -5
  218. package/esm2022/field-types/mousewheel-select.interface.mjs +0 -5
  219. package/esm2022/field-types/mousewheel-zoom.interface.mjs +0 -5
  220. package/esm2022/field-types/negative-bubble-values.interface.mjs +0 -5
  221. package/esm2022/field-types/note-label-position.mjs +0 -5
  222. package/esm2022/field-types/note-line.interface.mjs +0 -5
  223. package/esm2022/field-types/note-position.mjs +0 -5
  224. package/esm2022/field-types/overlay.interface.mjs +0 -5
  225. package/esm2022/field-types/padding.interface.mjs +0 -5
  226. package/esm2022/field-types/plot-band-label.interface.mjs +0 -5
  227. package/esm2022/field-types/plot-band.interface.mjs +0 -5
  228. package/esm2022/field-types/series-labels-alignment.mjs +0 -5
  229. package/esm2022/field-types/series-labels-position.mjs +0 -5
  230. package/esm2022/field-types/series-line.interface.mjs +0 -5
  231. package/esm2022/field-types/series-mean.interface.mjs +0 -5
  232. package/esm2022/field-types/series-median.interface.mjs +0 -5
  233. package/esm2022/field-types/series-stack.interface.mjs +0 -5
  234. package/esm2022/field-types/series-type.mjs +0 -5
  235. package/esm2022/field-types/series-whiskers.interface.mjs +0 -5
  236. package/esm2022/field-types/trendline-forecast.interface.mjs +0 -5
  237. package/esm2022/field-types/week-start-day.enum.mjs +0 -38
  238. package/esm2022/index.mjs +0 -63
  239. package/esm2022/option-types/axis-crosshair-tooltip.interface.mjs +0 -5
  240. package/esm2022/option-types/axis-defaults/crosshair.interface.mjs +0 -5
  241. package/esm2022/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -5
  242. package/esm2022/option-types/axis-defaults/labels.interface.mjs +0 -5
  243. package/esm2022/option-types/axis-defaults/title.interface.mjs +0 -5
  244. package/esm2022/option-types/axis-defaults.interface.mjs +0 -5
  245. package/esm2022/option-types/category-axis-item/crosshair.interface.mjs +0 -5
  246. package/esm2022/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -5
  247. package/esm2022/option-types/category-axis-item/labels.interface.mjs +0 -5
  248. package/esm2022/option-types/category-axis-item/notes.icon.interface.mjs +0 -5
  249. package/esm2022/option-types/category-axis-item/notes.interface.mjs +0 -5
  250. package/esm2022/option-types/category-axis-item/notes.label.interface.mjs +0 -5
  251. package/esm2022/option-types/category-axis-item/range-labels.interface.mjs +0 -5
  252. package/esm2022/option-types/category-axis-item/select.interface.mjs +0 -5
  253. package/esm2022/option-types/category-axis-item/title.interface.mjs +0 -5
  254. package/esm2022/option-types/category-axis-item.interface.mjs +0 -5
  255. package/esm2022/option-types/chart-area.interface.mjs +0 -5
  256. package/esm2022/option-types/legend/inactive-items.interface.mjs +0 -5
  257. package/esm2022/option-types/legend/item.interface.mjs +0 -5
  258. package/esm2022/option-types/legend/legend-title.interface.mjs +0 -5
  259. package/esm2022/option-types/legend/markers.interface.mjs +0 -5
  260. package/esm2022/option-types/legend.interface.mjs +0 -5
  261. package/esm2022/option-types/pane/title.interface.mjs +0 -5
  262. package/esm2022/option-types/pane-defaults/title.interface.mjs +0 -5
  263. package/esm2022/option-types/pane-defaults.interface.mjs +0 -5
  264. package/esm2022/option-types/pane.interface.mjs +0 -5
  265. package/esm2022/option-types/plot-area.interface.mjs +0 -5
  266. package/esm2022/option-types/series-defaults/labels.from.interface.mjs +0 -5
  267. package/esm2022/option-types/series-defaults/labels.interface.mjs +0 -5
  268. package/esm2022/option-types/series-defaults/labels.to.interface.mjs +0 -5
  269. package/esm2022/option-types/series-defaults/notes.icon.interface.mjs +0 -5
  270. package/esm2022/option-types/series-defaults/notes.interface.mjs +0 -5
  271. package/esm2022/option-types/series-defaults/notes.label.interface.mjs +0 -5
  272. package/esm2022/option-types/series-defaults/tooltip.interface.mjs +0 -5
  273. package/esm2022/option-types/series-defaults.interface.mjs +0 -5
  274. package/esm2022/option-types/series-item/error-bars.interface.mjs +0 -5
  275. package/esm2022/option-types/series-item/extremes.interface.mjs +0 -5
  276. package/esm2022/option-types/series-item/highlight.interface.mjs +0 -5
  277. package/esm2022/option-types/series-item/labels.from.interface.mjs +0 -5
  278. package/esm2022/option-types/series-item/labels.interface.mjs +0 -5
  279. package/esm2022/option-types/series-item/labels.to.interface.mjs +0 -5
  280. package/esm2022/option-types/series-item/markers-highlight.interface.mjs +0 -5
  281. package/esm2022/option-types/series-item/markers.interface.mjs +0 -5
  282. package/esm2022/option-types/series-item/notes.icon.interface.mjs +0 -5
  283. package/esm2022/option-types/series-item/notes.interface.mjs +0 -5
  284. package/esm2022/option-types/series-item/notes.label.interface.mjs +0 -5
  285. package/esm2022/option-types/series-item/outliers.interface.mjs +0 -5
  286. package/esm2022/option-types/series-item/tooltip.interface.mjs +0 -5
  287. package/esm2022/option-types/series-item/trendline.interface.mjs +0 -5
  288. package/esm2022/option-types/series-item.interface.mjs +0 -5
  289. package/esm2022/option-types/subtitle.interface.mjs +0 -5
  290. package/esm2022/option-types/title.interface.mjs +0 -5
  291. package/esm2022/option-types/tooltip-border.interface.mjs +0 -5
  292. package/esm2022/option-types/tooltip.interface.mjs +0 -5
  293. package/esm2022/option-types/value-axis-item/crosshair.interface.mjs +0 -5
  294. package/esm2022/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -5
  295. package/esm2022/option-types/value-axis-item/labels.interface.mjs +0 -5
  296. package/esm2022/option-types/value-axis-item/notes.icon.interface.mjs +0 -5
  297. package/esm2022/option-types/value-axis-item/notes.interface.mjs +0 -5
  298. package/esm2022/option-types/value-axis-item/notes.label.interface.mjs +0 -5
  299. package/esm2022/option-types/value-axis-item/title.interface.mjs +0 -5
  300. package/esm2022/option-types/value-axis-item.interface.mjs +0 -5
  301. package/esm2022/option-types/x-axis-item/crosshair.interface.mjs +0 -5
  302. package/esm2022/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -5
  303. package/esm2022/option-types/x-axis-item/labels.interface.mjs +0 -5
  304. package/esm2022/option-types/x-axis-item/notes.icon.interface.mjs +0 -5
  305. package/esm2022/option-types/x-axis-item/notes.interface.mjs +0 -5
  306. package/esm2022/option-types/x-axis-item/notes.label.interface.mjs +0 -5
  307. package/esm2022/option-types/x-axis-item/title.interface.mjs +0 -5
  308. package/esm2022/option-types/x-axis-item.interface.mjs +0 -5
  309. package/esm2022/option-types/y-axis-item/crosshair.interface.mjs +0 -5
  310. package/esm2022/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -5
  311. package/esm2022/option-types/y-axis-item/labels.interface.mjs +0 -5
  312. package/esm2022/option-types/y-axis-item/notes.icon.interface.mjs +0 -5
  313. package/esm2022/option-types/y-axis-item/notes.interface.mjs +0 -5
  314. package/esm2022/option-types/y-axis-item/notes.label.interface.mjs +0 -5
  315. package/esm2022/option-types/y-axis-item/title.interface.mjs +0 -5
  316. package/esm2022/option-types/y-axis-item.interface.mjs +0 -5
  317. package/esm2022/option-types/zoomable.interface.mjs +0 -5
  318. package/esm2022/package-metadata.mjs +0 -16
  319. package/esm2022/progress-kendo-angular-charts.mjs +0 -8
  320. package/esm2022/sankey/api-types/index.mjs +0 -5
  321. package/esm2022/sankey/data-binding/flat-binding.directive.mjs +0 -75
  322. package/esm2022/sankey/data-binding/flat-binding.event.mjs +0 -25
  323. package/esm2022/sankey/events/index.mjs +0 -8
  324. package/esm2022/sankey/events/instance-event.service.mjs +0 -22
  325. package/esm2022/sankey/events/sankey-base-event.mjs +0 -26
  326. package/esm2022/sankey/events/sankey-link-event.mjs +0 -21
  327. package/esm2022/sankey/events/sankey-node-event.mjs +0 -21
  328. package/esm2022/sankey/labels.component.mjs +0 -61
  329. package/esm2022/sankey/legend.component.mjs +0 -129
  330. package/esm2022/sankey/links.component.mjs +0 -46
  331. package/esm2022/sankey/localization/custom-messages.component.mjs +0 -52
  332. package/esm2022/sankey/localization/localized-messages.directive.mjs +0 -39
  333. package/esm2022/sankey/localization/messages.mjs +0 -27
  334. package/esm2022/sankey/nodes.component.mjs +0 -63
  335. package/esm2022/sankey/theme.service.mjs +0 -25
  336. package/esm2022/sankey/title.component.mjs +0 -104
  337. package/esm2022/sankey/tooltip/link-tooltip-template-context.mjs +0 -30
  338. package/esm2022/sankey/tooltip/link-tooltip-template.directive.mjs +0 -44
  339. package/esm2022/sankey/tooltip/node-tooltip-template-context.mjs +0 -30
  340. package/esm2022/sankey/tooltip/node-tooltip-template.directive.mjs +0 -66
  341. package/esm2022/sankey/tooltip/square-symbol.directive.mjs +0 -43
  342. package/esm2022/sankey/tooltip/tooltip-popup.component.mjs +0 -250
  343. package/esm2022/sankey/tooltip/tooltip-template.service.mjs +0 -18
  344. package/esm2022/sankey/tooltip.component.mjs +0 -80
  345. package/esm2022/sankey.component.mjs +0 -515
  346. package/esm2022/sankey.directives.mjs +0 -20
  347. package/esm2022/sankey.module.mjs +0 -61
  348. package/esm2022/sparkline.component.mjs +0 -195
  349. package/esm2022/sparkline.directives.mjs +0 -7
  350. package/esm2022/sparkline.module.mjs +0 -142
  351. package/esm2022/stock-chart/events/instance-event.service.mjs +0 -20
  352. package/esm2022/stock-chart/events/navigator-filter-event.mjs +0 -26
  353. package/esm2022/stock-chart/events.mjs +0 -6
  354. package/esm2022/stock-chart/navigator/category-axis/crosshair.component.mjs +0 -33
  355. package/esm2022/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +0 -31
  356. package/esm2022/stock-chart/navigator/category-axis/labels.component.mjs +0 -30
  357. package/esm2022/stock-chart/navigator/category-axis/notes.component.mjs +0 -45
  358. package/esm2022/stock-chart/navigator/category-axis/notes.icon.component.mjs +0 -30
  359. package/esm2022/stock-chart/navigator/category-axis/notes.label.component.mjs +0 -30
  360. package/esm2022/stock-chart/navigator/category-axis/select.component.mjs +0 -39
  361. package/esm2022/stock-chart/navigator/category-axis/title.component.mjs +0 -30
  362. package/esm2022/stock-chart/navigator/category-axis.component.mjs +0 -66
  363. package/esm2022/stock-chart/navigator/hint.component.mjs +0 -40
  364. package/esm2022/stock-chart/navigator/pane/title.component.mjs +0 -30
  365. package/esm2022/stock-chart/navigator/pane.component.mjs +0 -33
  366. package/esm2022/stock-chart/navigator/select.component.mjs +0 -40
  367. package/esm2022/stock-chart/navigator/series-item/error-bars.component.mjs +0 -44
  368. package/esm2022/stock-chart/navigator/series-item/extremes.component.mjs +0 -31
  369. package/esm2022/stock-chart/navigator/series-item/highlight.component.mjs +0 -30
  370. package/esm2022/stock-chart/navigator/series-item/labels.component.mjs +0 -48
  371. package/esm2022/stock-chart/navigator/series-item/labels.from.component.mjs +0 -31
  372. package/esm2022/stock-chart/navigator/series-item/labels.to.component.mjs +0 -31
  373. package/esm2022/stock-chart/navigator/series-item/markers.component.mjs +0 -30
  374. package/esm2022/stock-chart/navigator/series-item/notes.component.mjs +0 -47
  375. package/esm2022/stock-chart/navigator/series-item/notes.icon.component.mjs +0 -30
  376. package/esm2022/stock-chart/navigator/series-item/notes.label.component.mjs +0 -30
  377. package/esm2022/stock-chart/navigator/series-item/outliers.component.mjs +0 -31
  378. package/esm2022/stock-chart/navigator/series-item/tooltip.component.mjs +0 -31
  379. package/esm2022/stock-chart/navigator/series-item.component.mjs +0 -58
  380. package/esm2022/stock-chart/navigator/series.component.mjs +0 -82
  381. package/esm2022/stock-chart/navigator.component.mjs +0 -93
  382. package/esm2022/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -5
  383. package/esm2022/stock-chart/option-types/navigator/hint.interface.mjs +0 -5
  384. package/esm2022/stock-chart/option-types/navigator/select.interface.mjs +0 -5
  385. package/esm2022/stock-chart/option-types/navigator.interface.mjs +0 -5
  386. package/esm2022/stock-chart/option-types.mjs +0 -5
  387. package/esm2022/stock-chart.component.mjs +0 -244
  388. package/esm2022/stock-chart.directives.mjs +0 -35
  389. package/esm2022/stock-chart.module.mjs +0 -170
@@ -1,374 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { SparklineComponent } from './sparkline.component';
6
- import { ChartComponent } from './chart.component';
7
- import { DonutCenterTemplateDirective } from './chart/donut-center-template.directive';
8
- import { NoDataTemplateDirective } from './chart.directives';
9
- import { XAxisComponent } from './chart/x-axis.component';
10
- import { XAxisCrosshairComponent } from './chart/x-axis-item/crosshair.component';
11
- import { XAxisCrosshairTooltipComponent } from './chart/x-axis-item/crosshair.tooltip.component';
12
- import { XAxisItemComponent } from './chart/x-axis-item.component';
13
- import { XAxisLabelsComponent } from './chart/x-axis-item/labels.component';
14
- import { XAxisNotesComponent } from './chart/x-axis-item/notes.component';
15
- import { XAxisNotesIconComponent } from './chart/x-axis-item/notes.icon.component';
16
- import { XAxisNotesLabelComponent } from './chart/x-axis-item/notes.label.component';
17
- import { XAxisTitleComponent } from './chart/x-axis-item/title.component';
18
- import { YAxisComponent } from './chart/y-axis.component';
19
- import { YAxisCrosshairComponent } from './chart/y-axis-item/crosshair.component';
20
- import { YAxisCrosshairTooltipComponent } from './chart/y-axis-item/crosshair.tooltip.component';
21
- import { YAxisItemComponent } from './chart/y-axis-item.component';
22
- import { YAxisLabelsComponent } from './chart/y-axis-item/labels.component';
23
- import { YAxisNotesComponent } from './chart/y-axis-item/notes.component';
24
- import { YAxisNotesIconComponent } from './chart/y-axis-item/notes.icon.component';
25
- import { YAxisNotesLabelComponent } from './chart/y-axis-item/notes.label.component';
26
- import { YAxisTitleComponent } from './chart/y-axis-item/title.component';
27
- import { ZoomableComponent } from './chart/zoomable.component';
28
- import { SeriesTooltipTemplateDirective } from './chart/tooltip/series-tooltip-template.directive';
29
- import { SharedTooltipTemplateDirective } from './chart/tooltip/shared-tooltip-template.directive';
30
- import { CrosshairTooltipComponent } from './chart/tooltip/crosshair-tooltip.component';
31
- import { CrosshairTooltipsContainerComponent } from './chart/tooltip/crosshair-tooltips-container.component';
32
- import { TooltipPopupComponent } from './chart/tooltip/tooltip-popup.component';
33
- import { AxisDefaultsComponent } from './chart/axis-defaults.component';
34
- import { AxisDefaultsCrosshairComponent } from './chart/axis-defaults/crosshair.component';
35
- import { AxisDefaultsCrosshairTooltipComponent } from './chart/axis-defaults/crosshair.tooltip.component';
36
- import { AxisDefaultsLabelsComponent } from './chart/axis-defaults/labels.component';
37
- import { AxisDefaultsTitleComponent } from './chart/axis-defaults/title.component';
38
- import { CategoryAxisComponent } from './chart/category-axis.component';
39
- import { CategoryAxisCrosshairComponent } from './chart/category-axis-item/crosshair.component';
40
- import { CategoryAxisCrosshairTooltipComponent } from './chart/category-axis-item/crosshair.tooltip.component';
41
- import { CategoryAxisItemComponent } from './chart/category-axis-item.component';
42
- import { CategoryAxisLabelsComponent } from './chart/category-axis-item/labels.component';
43
- import { CategoryAxisRangeLabelsComponent } from './chart/category-axis-item/range-labels.component';
44
- import { CategoryAxisNotesComponent } from './chart/category-axis-item/notes.component';
45
- import { CategoryAxisNotesIconComponent } from './chart/category-axis-item/notes.icon.component';
46
- import { CategoryAxisNotesLabelComponent } from './chart/category-axis-item/notes.label.component';
47
- import { CategoryAxisSelectComponent } from './chart/category-axis-item/select.component';
48
- import { CategoryAxisTitleComponent } from './chart/category-axis-item/title.component';
49
- import { ChartAreaComponent } from './chart/chart-area.component';
50
- import { LegendComponent } from './chart/legend.component';
51
- import { LegendInactiveItemsComponent } from './chart/legend/inactive-items.component';
52
- import { LegendItemComponent } from './chart/legend/item.component';
53
- import { PaneComponent } from './chart/pane.component';
54
- import { PaneDefaultsComponent } from './chart/pane-defaults.component';
55
- import { PaneDefaultsTitleComponent } from './chart/pane-defaults/title.component';
56
- import { PanesComponent } from './chart/panes.component';
57
- import { PanesTitleComponent } from './chart/pane/title.component';
58
- import { PlotAreaComponent } from './chart/plot-area.component';
59
- import { SeriesComponent } from './chart/series.component';
60
- import { SeriesDefaultsComponent } from './chart/series-defaults.component';
61
- import { SeriesDefaultsLabelsComponent } from './chart/series-defaults/labels.component';
62
- import { SeriesDefaultsLabelsFromComponent } from './chart/series-defaults/labels.from.component';
63
- import { SeriesDefaultsLabelsToComponent } from './chart/series-defaults/labels.to.component';
64
- import { SeriesDefaultsNotesComponent } from './chart/series-defaults/notes.component';
65
- import { SeriesDefaultsNotesIconComponent } from './chart/series-defaults/notes.icon.component';
66
- import { SeriesDefaultsNotesLabelComponent } from './chart/series-defaults/notes.label.component';
67
- import { SeriesDefaultsTooltipComponent } from './chart/series-defaults/tooltip.component';
68
- import { SeriesErrorBarsComponent } from './chart/series-item/error-bars.component';
69
- import { SeriesExtremesComponent } from './chart/series-item/extremes.component';
70
- import { SeriesHighlightComponent } from './chart/series-item/highlight.component';
71
- import { SeriesItemComponent } from './chart/series-item.component';
72
- import { SeriesLabelsComponent } from './chart/series-item/labels.component';
73
- import { SeriesLabelsFromComponent } from './chart/series-item/labels.from.component';
74
- import { SeriesLabelsToComponent } from './chart/series-item/labels.to.component';
75
- import { SeriesMarkersComponent } from './chart/series-item/markers.component';
76
- import { SeriesNotesComponent } from './chart/series-item/notes.component';
77
- import { SeriesNotesIconComponent } from './chart/series-item/notes.icon.component';
78
- import { SeriesNotesLabelComponent } from './chart/series-item/notes.label.component';
79
- import { SeriesOutliersComponent } from './chart/series-item/outliers.component';
80
- import { SeriesTooltipComponent } from './chart/series-item/tooltip.component';
81
- import { SeriesTrendlineComponent } from './chart/series-item/trendline.component';
82
- import { SeriesTrendlineForecastComponent } from './chart/series-item/trendline.forecast.component';
83
- import { SubtitleComponent } from './chart/subtitle.component';
84
- import { TitleComponent } from './chart/title.component';
85
- import { TooltipComponent } from './chart/tooltip.component';
86
- import { ValueAxisComponent } from './chart/value-axis.component';
87
- import { ValueAxisCrosshairComponent } from './chart/value-axis-item/crosshair.component';
88
- import { ValueAxisCrosshairTooltipComponent } from './chart/value-axis-item/crosshair.tooltip.component';
89
- import { ValueAxisItemComponent } from './chart/value-axis-item.component';
90
- import { ValueAxisLabelsComponent } from './chart/value-axis-item/labels.component';
91
- import { ValueAxisNotesComponent } from './chart/value-axis-item/notes.component';
92
- import { ValueAxisNotesIconComponent } from './chart/value-axis-item/notes.icon.component';
93
- import { ValueAxisNotesLabelComponent } from './chart/value-axis-item/notes.label.component';
94
- import { ValueAxisTitleComponent } from './chart/value-axis-item/title.component';
95
- import { SeriesDrilldownTemplateDirective } from './chart/series-drilldown-template.directive';
96
- import { ChartBreadcrumbComponent } from './chart-breadcrumb.component';
97
- import { ChartCustomMessagesComponent } from './chart/localization/custom-messages.component';
98
- import { LocalizedChartMessagesDirective } from './chart/localization/localized-messages.directive';
99
- import { StockChartComponent } from './stock-chart.component';
100
- import { NavigatorComponent } from './stock-chart/navigator.component';
101
- import { NavigatorCategoryAxisComponent } from './stock-chart/navigator/category-axis.component';
102
- import { NavigatorCategoryAxisCrosshairComponent } from './stock-chart/navigator/category-axis/crosshair.component';
103
- import { NavigatorCategoryAxisCrosshairTooltipComponent } from './stock-chart/navigator/category-axis/crosshair.tooltip.component';
104
- import { NavigatorCategoryAxisLabelsComponent } from './stock-chart/navigator/category-axis/labels.component';
105
- import { NavigatorCategoryAxisNotesComponent } from './stock-chart/navigator/category-axis/notes.component';
106
- import { NavigatorCategoryAxisNotesIconComponent } from './stock-chart/navigator/category-axis/notes.icon.component';
107
- import { NavigatorCategoryAxisNotesLabelComponent } from './stock-chart/navigator/category-axis/notes.label.component';
108
- import { NavigatorCategoryAxisSelectComponent } from './stock-chart/navigator/category-axis/select.component';
109
- import { NavigatorCategoryAxisTitleComponent } from './stock-chart/navigator/category-axis/title.component';
110
- import { NavigatorHintComponent } from './stock-chart/navigator/hint.component';
111
- import { NavigatorPaneComponent } from './stock-chart/navigator/pane.component';
112
- import { NavigatorPaneTitleComponent } from './stock-chart/navigator/pane/title.component';
113
- import { NavigatorSelectComponent } from './stock-chart/navigator/select.component';
114
- import { NavigatorSeriesComponent } from './stock-chart/navigator/series.component';
115
- import { NavigatorSeriesItemComponent } from './stock-chart/navigator/series-item.component';
116
- import { NavigatorSeriesErrorBarsComponent } from './stock-chart/navigator/series-item/error-bars.component';
117
- import { NavigatorSeriesExtremesComponent } from './stock-chart/navigator/series-item/extremes.component';
118
- import { NavigatorSeriesHighlightComponent } from './stock-chart/navigator/series-item/highlight.component';
119
- import { NavigatorSeriesLabelsComponent } from './stock-chart/navigator/series-item/labels.component';
120
- import { NavigatorSeriesLabelsFromComponent } from './stock-chart/navigator/series-item/labels.from.component';
121
- import { NavigatorSeriesLabelsToComponent } from './stock-chart/navigator/series-item/labels.to.component';
122
- import { NavigatorSeriesMarkersComponent } from './stock-chart/navigator/series-item/markers.component';
123
- import { NavigatorSeriesNotesComponent } from './stock-chart/navigator/series-item/notes.component';
124
- import { NavigatorSeriesNotesIconComponent } from './stock-chart/navigator/series-item/notes.icon.component';
125
- import { NavigatorSeriesNotesLabelComponent } from './stock-chart/navigator/series-item/notes.label.component';
126
- import { NavigatorSeriesOutliersComponent } from './stock-chart/navigator/series-item/outliers.component';
127
- import { NavigatorSeriesTooltipComponent } from './stock-chart/navigator/series-item/tooltip.component';
128
- import { SankeyComponent } from './sankey.component';
129
- import { SankeyFlatBindingDirective } from './sankey/data-binding/flat-binding.directive';
130
- import { SankeyLabelsComponent } from './sankey/labels.component';
131
- import { SankeyLegendComponent } from './sankey/legend.component';
132
- import { SankeyLinksComponent } from './sankey/links.component';
133
- import { SankeyCustomMessagesComponent } from './sankey/localization/custom-messages.component';
134
- import { LocalizedMessagesDirective } from './sankey/localization/localized-messages.directive';
135
- import { SankeyNodesComponent } from './sankey/nodes.component';
136
- import { SankeyTitleComponent } from './sankey/title.component';
137
- import { SankeyTooltipComponent } from './sankey/tooltip.component';
138
- import { SankeyLinkTooltipTemplateDirective } from './sankey/tooltip/link-tooltip-template.directive';
139
- import { SankeyNodeTooltipTemplateDirective } from './sankey/tooltip/node-tooltip-template.directive';
140
- import { SankeyTooltipPopupComponent } from './sankey/tooltip/tooltip-popup.component';
141
- /**
142
- * Utility array that contains all `Chart` related components and directives
143
- */
144
- export const KENDO_CHART = [
145
- ChartComponent,
146
- DonutCenterTemplateDirective,
147
- NoDataTemplateDirective,
148
- XAxisComponent,
149
- XAxisCrosshairComponent,
150
- XAxisCrosshairTooltipComponent,
151
- XAxisItemComponent,
152
- XAxisLabelsComponent,
153
- XAxisNotesComponent,
154
- XAxisNotesIconComponent,
155
- XAxisNotesLabelComponent,
156
- XAxisTitleComponent,
157
- YAxisComponent,
158
- YAxisCrosshairComponent,
159
- YAxisCrosshairTooltipComponent,
160
- YAxisItemComponent,
161
- YAxisLabelsComponent,
162
- YAxisNotesComponent,
163
- YAxisNotesIconComponent,
164
- YAxisNotesLabelComponent,
165
- YAxisTitleComponent,
166
- ZoomableComponent,
167
- TooltipPopupComponent,
168
- SeriesTooltipTemplateDirective,
169
- SharedTooltipTemplateDirective,
170
- CrosshairTooltipsContainerComponent,
171
- CrosshairTooltipComponent,
172
- AxisDefaultsComponent,
173
- AxisDefaultsCrosshairComponent,
174
- AxisDefaultsCrosshairTooltipComponent,
175
- AxisDefaultsLabelsComponent,
176
- AxisDefaultsTitleComponent,
177
- CategoryAxisComponent,
178
- CategoryAxisCrosshairComponent,
179
- CategoryAxisCrosshairTooltipComponent,
180
- CategoryAxisItemComponent,
181
- CategoryAxisLabelsComponent,
182
- CategoryAxisRangeLabelsComponent,
183
- CategoryAxisNotesComponent,
184
- CategoryAxisNotesIconComponent,
185
- CategoryAxisNotesLabelComponent,
186
- CategoryAxisSelectComponent,
187
- CategoryAxisTitleComponent,
188
- ChartAreaComponent,
189
- ChartBreadcrumbComponent,
190
- ChartCustomMessagesComponent,
191
- LocalizedChartMessagesDirective,
192
- LegendComponent,
193
- LegendInactiveItemsComponent,
194
- LegendItemComponent,
195
- PaneComponent,
196
- PaneDefaultsComponent,
197
- PaneDefaultsTitleComponent,
198
- PanesComponent,
199
- PanesTitleComponent,
200
- PlotAreaComponent,
201
- SeriesComponent,
202
- SeriesDefaultsComponent,
203
- SeriesDefaultsLabelsComponent,
204
- SeriesDefaultsLabelsFromComponent,
205
- SeriesDefaultsLabelsToComponent,
206
- SeriesDefaultsNotesComponent,
207
- SeriesDefaultsNotesIconComponent,
208
- SeriesDefaultsNotesLabelComponent,
209
- SeriesDefaultsTooltipComponent,
210
- SeriesDrilldownTemplateDirective,
211
- SeriesErrorBarsComponent,
212
- SeriesExtremesComponent,
213
- SeriesHighlightComponent,
214
- SeriesItemComponent,
215
- SeriesLabelsComponent,
216
- SeriesLabelsFromComponent,
217
- SeriesLabelsToComponent,
218
- SeriesMarkersComponent,
219
- SeriesNotesComponent,
220
- SeriesNotesIconComponent,
221
- SeriesNotesLabelComponent,
222
- SeriesOutliersComponent,
223
- SeriesTooltipComponent,
224
- SeriesTrendlineComponent,
225
- SeriesTrendlineForecastComponent,
226
- SubtitleComponent,
227
- TitleComponent,
228
- TooltipComponent,
229
- ValueAxisComponent,
230
- ValueAxisCrosshairComponent,
231
- ValueAxisCrosshairTooltipComponent,
232
- ValueAxisItemComponent,
233
- ValueAxisLabelsComponent,
234
- ValueAxisNotesComponent,
235
- ValueAxisNotesIconComponent,
236
- ValueAxisNotesLabelComponent,
237
- ValueAxisTitleComponent
238
- ];
239
- /**
240
- * Utility array that contains all `SparkLine` related components and directives
241
- */
242
- export const KENDO_SPARKLINE = [
243
- SparklineComponent
244
- ];
245
- /**
246
- * Utility array that contains all `StockChart` related components and directives
247
- */
248
- export const KENDO_STOCKCHART = [
249
- StockChartComponent,
250
- NavigatorComponent,
251
- NavigatorCategoryAxisComponent,
252
- NavigatorCategoryAxisCrosshairComponent,
253
- NavigatorCategoryAxisCrosshairTooltipComponent,
254
- NavigatorCategoryAxisLabelsComponent,
255
- NavigatorCategoryAxisNotesComponent,
256
- NavigatorCategoryAxisNotesIconComponent,
257
- NavigatorCategoryAxisNotesLabelComponent,
258
- NavigatorCategoryAxisSelectComponent,
259
- NavigatorCategoryAxisTitleComponent,
260
- NavigatorHintComponent,
261
- NavigatorPaneComponent,
262
- NavigatorPaneTitleComponent,
263
- NavigatorSelectComponent,
264
- NavigatorSeriesComponent,
265
- NavigatorSeriesItemComponent,
266
- NavigatorSeriesErrorBarsComponent,
267
- NavigatorSeriesExtremesComponent,
268
- NavigatorSeriesHighlightComponent,
269
- NavigatorSeriesLabelsComponent,
270
- NavigatorSeriesLabelsFromComponent,
271
- NavigatorSeriesLabelsToComponent,
272
- NavigatorSeriesMarkersComponent,
273
- NavigatorSeriesNotesComponent,
274
- NavigatorSeriesNotesIconComponent,
275
- NavigatorSeriesNotesLabelComponent,
276
- NavigatorSeriesOutliersComponent,
277
- NavigatorSeriesTooltipComponent,
278
- TooltipPopupComponent,
279
- SeriesTooltipTemplateDirective,
280
- SharedTooltipTemplateDirective,
281
- CrosshairTooltipsContainerComponent,
282
- CrosshairTooltipComponent,
283
- AxisDefaultsComponent,
284
- AxisDefaultsCrosshairComponent,
285
- AxisDefaultsCrosshairTooltipComponent,
286
- AxisDefaultsLabelsComponent,
287
- AxisDefaultsTitleComponent,
288
- CategoryAxisComponent,
289
- CategoryAxisCrosshairComponent,
290
- CategoryAxisCrosshairTooltipComponent,
291
- CategoryAxisItemComponent,
292
- CategoryAxisLabelsComponent,
293
- CategoryAxisRangeLabelsComponent,
294
- CategoryAxisNotesComponent,
295
- CategoryAxisNotesIconComponent,
296
- CategoryAxisNotesLabelComponent,
297
- CategoryAxisSelectComponent,
298
- CategoryAxisTitleComponent,
299
- ChartAreaComponent,
300
- ChartBreadcrumbComponent,
301
- LegendComponent,
302
- LegendInactiveItemsComponent,
303
- LegendItemComponent,
304
- PaneComponent,
305
- PaneDefaultsComponent,
306
- PaneDefaultsTitleComponent,
307
- PanesComponent,
308
- PanesTitleComponent,
309
- PlotAreaComponent,
310
- SeriesComponent,
311
- SeriesDefaultsComponent,
312
- SeriesDefaultsLabelsComponent,
313
- SeriesDefaultsLabelsFromComponent,
314
- SeriesDefaultsLabelsToComponent,
315
- SeriesDefaultsNotesComponent,
316
- SeriesDefaultsNotesIconComponent,
317
- SeriesDefaultsNotesLabelComponent,
318
- SeriesDefaultsTooltipComponent,
319
- SeriesDrilldownTemplateDirective,
320
- SeriesErrorBarsComponent,
321
- SeriesExtremesComponent,
322
- SeriesHighlightComponent,
323
- SeriesItemComponent,
324
- SeriesLabelsComponent,
325
- SeriesLabelsFromComponent,
326
- SeriesLabelsToComponent,
327
- SeriesMarkersComponent,
328
- SeriesNotesComponent,
329
- SeriesNotesIconComponent,
330
- SeriesNotesLabelComponent,
331
- SeriesOutliersComponent,
332
- SeriesTooltipComponent,
333
- SeriesTrendlineComponent,
334
- SeriesTrendlineForecastComponent,
335
- SubtitleComponent,
336
- TitleComponent,
337
- TooltipComponent,
338
- ValueAxisComponent,
339
- ValueAxisCrosshairComponent,
340
- ValueAxisCrosshairTooltipComponent,
341
- ValueAxisItemComponent,
342
- ValueAxisLabelsComponent,
343
- ValueAxisNotesComponent,
344
- ValueAxisNotesIconComponent,
345
- ValueAxisNotesLabelComponent,
346
- ValueAxisTitleComponent
347
- ];
348
- /**
349
- * Utility array that contains all `Sankey` related components and directives
350
- */
351
- export const KENDO_SANKEY = [
352
- SankeyComponent,
353
- SankeyTooltipPopupComponent,
354
- SankeyLinkTooltipTemplateDirective,
355
- SankeyNodeTooltipTemplateDirective,
356
- SankeyCustomMessagesComponent,
357
- LocalizedMessagesDirective,
358
- SankeyTitleComponent,
359
- SankeyLegendComponent,
360
- SankeyTooltipComponent,
361
- SankeyLinksComponent,
362
- SankeyNodesComponent,
363
- SankeyLabelsComponent,
364
- SankeyFlatBindingDirective
365
- ];
366
- /**
367
- * Utility array that contains all `@progress/kendo-angular-charts` related components and directives
368
- */
369
- export const KENDO_CHARTS = [
370
- ...KENDO_CHART,
371
- ...KENDO_SPARKLINE,
372
- ...KENDO_STOCKCHART,
373
- ...KENDO_SANKEY
374
- ];
@@ -1,42 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { BaseEvent } from './base-event';
6
- /**
7
- * Represents the arguments for the `axisLabelClick` event of the Chart component ([see example](slug:events_chart)).
8
- */
9
- export class AxisLabelClickEvent extends BaseEvent {
10
- /**
11
- * Specifies the axis options to which the label belongs.
12
- */
13
- axis;
14
- /**
15
- * Specifies the original data item that generates the label.
16
- * Available only for category axes that use the `categoryField` of the series.
17
- */
18
- dataItem;
19
- /**
20
- * Specifies the sequential or category index of the label.
21
- */
22
- index;
23
- /**
24
- * Specifies the text of the label.
25
- */
26
- text;
27
- /**
28
- * Specifies the value or category name of the label.
29
- */
30
- value;
31
- /**
32
- * @hidden
33
- */
34
- constructor(e, sender) {
35
- super(sender);
36
- this.axis = e.axis;
37
- this.dataItem = e.dataItem;
38
- this.index = e.index;
39
- this.text = e.text;
40
- this.value = e.value;
41
- }
42
- }
@@ -1,26 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Directive } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export class BaseEvent {
11
- /**
12
- * Specifies the `ChartComponent` that triggered the event.
13
- */
14
- sender;
15
- /**
16
- * @hidden
17
- */
18
- constructor(sender) {
19
- this.sender = sender;
20
- }
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseEvent, deps: "invalid", target: i0.ɵɵFactoryTarget.Directive });
22
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: BaseEvent, ngImport: i0 });
23
- }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: BaseEvent, decorators: [{
25
- type: Directive
26
- }], ctorParameters: () => [{ type: undefined }] });
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { BaseEvent } from './base-event';
6
- /**
7
- * Represents the arguments for the `dragEnd` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
8
- */
9
- export class DragEndEvent extends BaseEvent {
10
- /**
11
- * Specifies a dictionary that contains the range of named axes.
12
- * Use the axis name as a key to access the minimum and maximum values.
13
- */
14
- axisRanges;
15
- /**
16
- * Specifies the original user event that triggered the drag action.
17
- */
18
- originalEvent;
19
- /**
20
- * @hidden
21
- */
22
- constructor(e, sender) {
23
- super(sender);
24
- this.axisRanges = e.axisRanges;
25
- this.originalEvent = e.originalEvent;
26
- }
27
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PreventableEvent } from './preventable-event';
6
- /**
7
- * Represents the arguments for the `drag` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
8
- */
9
- export class DragEvent extends PreventableEvent {
10
- /**
11
- * Specifies a dictionary that contains the range of named axes.
12
- * Use the axis name as a key to access the minimum and maximum values.
13
- */
14
- axisRanges;
15
- /**
16
- * Specifies the original user event that triggered the drag action.
17
- */
18
- originalEvent;
19
- /**
20
- * @hidden
21
- */
22
- constructor(e, sender) {
23
- super(sender);
24
- this.axisRanges = e.axisRanges;
25
- this.originalEvent = e.originalEvent;
26
- }
27
- }
@@ -1,27 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PreventableEvent } from './preventable-event';
6
- /**
7
- * Represents the arguments for the `dragStart` event of the Chart component ([see example](slug:panzoom_chart_charts#toc-pan-and-zoom-events)).
8
- */
9
- export class DragStartEvent extends PreventableEvent {
10
- /**
11
- * Specifies a dictionary that contains the range of named axes.
12
- * Use the axis name as a key to access the minimum and maximum values.
13
- */
14
- axisRanges;
15
- /**
16
- * Specifies the original user event that triggered the drag action.
17
- */
18
- originalEvent;
19
- /**
20
- * @hidden
21
- */
22
- constructor(e, sender) {
23
- super(sender);
24
- this.axisRanges = e.axisRanges;
25
- this.originalEvent = e.originalEvent;
26
- }
27
- }
@@ -1,31 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PreventableEvent } from './preventable-event';
6
- /**
7
- * Represents the arguments for the `drilldown` event of the Chart component ([see example](slug:drilldown_chart_charts)).
8
- */
9
- export class DrilldownEvent extends PreventableEvent {
10
- /**
11
- * Specifies the drilldown field value.
12
- */
13
- value;
14
- /**
15
- * Specifies the clicked series point.
16
- */
17
- point;
18
- /**
19
- * Specifies the clicked point series options.
20
- */
21
- series;
22
- /**
23
- * @hidden
24
- */
25
- constructor(e, sender) {
26
- super(sender);
27
- this.value = e.value;
28
- this.point = e.point;
29
- this.series = e.series;
30
- }
31
- }
@@ -1,64 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { AxisLabelClickEvent } from './axis-label-click-event';
6
- import { DragEvent } from './drag-event';
7
- import { DragEndEvent } from './drag-end-event';
8
- import { DragStartEvent } from './drag-start-event';
9
- import { LegendItemHoverEvent } from './legend-item-hover-event';
10
- import { LegendItemLeaveEvent } from './legend-item-leave-event';
11
- import { NoteClickEvent } from './note-click-event';
12
- import { NoteHoverEvent } from './note-hover-event';
13
- import { NoteLeaveEvent } from './note-leave-event';
14
- import { PaneRenderEvent } from './pane-render-event';
15
- import { PlotAreaClickEvent } from './plot-area-click-event';
16
- import { PlotAreaHoverEvent } from './plot-area-hover-event';
17
- import { PlotAreaLeaveEvent } from './plot-area-leave-event';
18
- import { RenderEvent } from './render-event';
19
- import { SelectEvent } from './select-event';
20
- import { SelectEndEvent } from './select-end-event';
21
- import { SelectStartEvent } from './select-start-event';
22
- import { SeriesClickEvent } from './series-click-event';
23
- import { SeriesHoverEvent } from './series-hover-event';
24
- import { SeriesOverEvent } from './series-over-event';
25
- import { SeriesLeaveEvent } from './series-leave-event';
26
- import { ZoomEvent } from './zoom-event';
27
- import { ZoomEndEvent } from './zoom-end-event';
28
- import { ZoomStartEvent } from './zoom-start-event';
29
- const EVENT_MAP = {
30
- axisLabelClick: AxisLabelClickEvent,
31
- drag: DragEvent,
32
- dragEnd: DragEndEvent,
33
- dragStart: DragStartEvent,
34
- legendItemHover: LegendItemHoverEvent,
35
- legendItemLeave: LegendItemLeaveEvent,
36
- noteClick: NoteClickEvent,
37
- noteHover: NoteHoverEvent,
38
- noteLeave: NoteLeaveEvent,
39
- paneRender: PaneRenderEvent,
40
- plotAreaClick: PlotAreaClickEvent,
41
- plotAreaHover: PlotAreaHoverEvent,
42
- plotAreaLeave: PlotAreaLeaveEvent,
43
- render: RenderEvent,
44
- select: SelectEvent,
45
- selectEnd: SelectEndEvent,
46
- selectStart: SelectStartEvent,
47
- seriesClick: SeriesClickEvent,
48
- seriesHover: SeriesHoverEvent,
49
- seriesOver: SeriesOverEvent,
50
- seriesLeave: SeriesLeaveEvent,
51
- zoom: ZoomEvent,
52
- zoomEnd: ZoomEndEvent,
53
- zoomStart: ZoomStartEvent
54
- };
55
- /**
56
- * @hidden
57
- */
58
- export class InstanceEventService {
59
- create(name, args, sender) {
60
- if (EVENT_MAP[name]) {
61
- return new EVENT_MAP[name](args, sender);
62
- }
63
- }
64
- }
@@ -1,37 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { PreventableEvent } from './preventable-event';
6
- /**
7
- * @hidden
8
- */
9
- export class LegendEvent extends PreventableEvent {
10
- /**
11
- * Specifies an object that contains the series options.
12
- */
13
- series;
14
- /**
15
- * Specifies the index of the series in the parent Chart.
16
- */
17
- seriesIndex;
18
- /**
19
- * Specifies the point index in the series.
20
- * Applicable only for Pie, Donut, Funnel, and Pyramid series.
21
- */
22
- pointIndex;
23
- /**
24
- * Specifies the text of the legend item.
25
- */
26
- text;
27
- /**
28
- * @hidden
29
- */
30
- constructor(e, sender) {
31
- super(sender);
32
- this.series = e.series;
33
- this.seriesIndex = e.seriesIndex;
34
- this.pointIndex = e.pointIndex;
35
- this.text = e.text;
36
- }
37
- }