@progress/kendo-angular-charts 17.0.0-develop.4 → 17.0.0-develop.40

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 (520) hide show
  1. package/README.md +52 -49
  2. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  3. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
  4. package/chart/axis-defaults/labels.component.d.ts +1 -1
  5. package/chart/axis-defaults/title.component.d.ts +1 -1
  6. package/chart/axis-defaults.component.d.ts +1 -1
  7. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  8. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
  9. package/chart/category-axis-item/labels.component.d.ts +1 -1
  10. package/chart/category-axis-item/notes.component.d.ts +1 -1
  11. package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
  12. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  13. package/chart/category-axis-item/select.component.d.ts +1 -1
  14. package/chart/category-axis-item/title.component.d.ts +1 -1
  15. package/chart/category-axis-item.component.d.ts +1 -1
  16. package/chart/chart-area.component.d.ts +1 -1
  17. package/chart/legend/inactive-items.component.d.ts +1 -1
  18. package/chart/legend/item.component.d.ts +1 -1
  19. package/chart/legend.component.d.ts +1 -1
  20. package/chart/localization/custom-messages.component.d.ts +23 -0
  21. package/chart/localization/localized-messages.directive.d.ts +16 -0
  22. package/chart/localization/messages.d.ts +17 -0
  23. package/chart/no-data-template.directive.d.ts +17 -0
  24. package/chart/pane/title.component.d.ts +1 -1
  25. package/chart/pane-defaults/title.component.d.ts +1 -1
  26. package/chart/pane-defaults.component.d.ts +1 -1
  27. package/chart/pane.component.d.ts +1 -1
  28. package/chart/plot-area.component.d.ts +1 -1
  29. package/chart/series-defaults/labels.component.d.ts +1 -1
  30. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  31. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  32. package/chart/series-defaults/notes.component.d.ts +1 -1
  33. package/chart/series-defaults/notes.icon.component.d.ts +1 -1
  34. package/chart/series-defaults/notes.label.component.d.ts +1 -1
  35. package/chart/series-defaults/tooltip.component.d.ts +1 -1
  36. package/chart/series-defaults.component.d.ts +1 -1
  37. package/chart/series-item/error-bars.component.d.ts +1 -1
  38. package/chart/series-item/extremes.component.d.ts +1 -1
  39. package/chart/series-item/highlight.component.d.ts +1 -1
  40. package/chart/series-item/labels.component.d.ts +1 -1
  41. package/chart/series-item/labels.from.component.d.ts +1 -1
  42. package/chart/series-item/labels.to.component.d.ts +1 -1
  43. package/chart/series-item/markers.component.d.ts +1 -1
  44. package/chart/series-item/notes.component.d.ts +1 -1
  45. package/chart/series-item/notes.icon.component.d.ts +1 -1
  46. package/chart/series-item/notes.label.component.d.ts +1 -1
  47. package/chart/series-item/outliers.component.d.ts +1 -1
  48. package/chart/series-item/tooltip.component.d.ts +1 -1
  49. package/chart/series-item/trendline.component.d.ts +1 -1
  50. package/chart/series-item/trendline.forecast.component.d.ts +1 -1
  51. package/chart/series-item.component.d.ts +11 -2
  52. package/chart/subtitle.component.d.ts +1 -1
  53. package/chart/title.component.d.ts +1 -1
  54. package/chart/tooltip/base-tooltip.d.ts +1 -1
  55. package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -3
  56. package/chart/tooltip/crosshair-tooltips-container.component.d.ts +2 -2
  57. package/chart/tooltip/tooltip-popup.component.d.ts +1 -3
  58. package/chart/tooltip.component.d.ts +1 -1
  59. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  60. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
  61. package/chart/value-axis-item/labels.component.d.ts +1 -1
  62. package/chart/value-axis-item/notes.component.d.ts +1 -1
  63. package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
  64. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  65. package/chart/value-axis-item/title.component.d.ts +1 -1
  66. package/chart/value-axis-item.component.d.ts +1 -1
  67. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  68. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  69. package/chart/x-axis-item/labels.component.d.ts +1 -1
  70. package/chart/x-axis-item/notes.component.d.ts +1 -1
  71. package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
  72. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  73. package/chart/x-axis-item/title.component.d.ts +1 -1
  74. package/chart/x-axis-item.component.d.ts +1 -1
  75. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  76. package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
  77. package/chart/y-axis-item/labels.component.d.ts +1 -1
  78. package/chart/y-axis-item/notes.component.d.ts +1 -1
  79. package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
  80. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  81. package/chart/y-axis-item/title.component.d.ts +1 -1
  82. package/chart/y-axis-item.component.d.ts +1 -1
  83. package/chart/zoomable.component.d.ts +1 -1
  84. package/chart-breadcrumb.component.d.ts +1 -1
  85. package/chart-options.interface.d.ts +7 -0
  86. package/chart.component.d.ts +8 -1
  87. package/chart.directives.d.ts +4 -1
  88. package/chart.module.d.ts +92 -89
  89. package/charts.module.d.ts +135 -132
  90. package/common/property-types.d.ts +1 -0
  91. package/directives.d.ts +5 -2
  92. package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.component.mjs +28 -3
  93. package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.tooltip.component.mjs +29 -3
  94. package/esm2022/chart/axis-defaults/labels.component.mjs +105 -0
  95. package/{esm2020 → esm2022}/chart/axis-defaults/title.component.mjs +39 -3
  96. package/{esm2020 → esm2022}/chart/axis-defaults.component.mjs +40 -3
  97. package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.component.mjs +28 -3
  98. package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.tooltip.component.mjs +29 -3
  99. package/esm2022/chart/category-axis-item/labels.component.mjs +129 -0
  100. package/{esm2020 → esm2022}/chart/category-axis-item/notes.component.mjs +11 -3
  101. package/{esm2020 → esm2022}/chart/category-axis-item/notes.icon.component.mjs +9 -3
  102. package/{esm2020/chart/y-axis-item → esm2022/chart/category-axis-item}/notes.label.component.mjs +37 -5
  103. package/{esm2020 → esm2022}/chart/category-axis-item/range-labels.component.mjs +4 -3
  104. package/{esm2020 → esm2022}/chart/category-axis-item/select.component.mjs +9 -3
  105. package/{esm2020 → esm2022}/chart/category-axis-item/title.component.mjs +40 -3
  106. package/{esm2020 → esm2022}/chart/category-axis-item.component.mjs +76 -3
  107. package/{esm2020 → esm2022}/chart/category-axis.component.mjs +6 -3
  108. package/{esm2020 → esm2022}/chart/chart-area.component.mjs +30 -3
  109. package/{esm2020 → esm2022}/chart/donut-center-template.directive.mjs +4 -3
  110. package/{esm2020 → esm2022}/chart/legend/inactive-items.component.mjs +5 -3
  111. package/{esm2020 → esm2022}/chart/legend/item.component.mjs +11 -3
  112. package/esm2022/chart/legend.component.mjs +136 -0
  113. package/esm2022/chart/localization/custom-messages.component.mjs +49 -0
  114. package/esm2022/chart/localization/localized-messages.directive.mjs +39 -0
  115. package/esm2022/chart/localization/messages.mjs +27 -0
  116. package/esm2022/chart/no-data-template.directive.mjs +28 -0
  117. package/{esm2020 → esm2022}/chart/pane/title.component.mjs +31 -3
  118. package/{esm2020 → esm2022}/chart/pane-defaults/title.component.mjs +30 -3
  119. package/{esm2020 → esm2022}/chart/pane-defaults.component.mjs +19 -3
  120. package/{esm2020 → esm2022}/chart/pane.component.mjs +21 -3
  121. package/{esm2020 → esm2022}/chart/panes.component.mjs +6 -3
  122. package/{esm2020 → esm2022}/chart/plot-area.component.mjs +27 -3
  123. package/{esm2020 → esm2022}/chart/series-defaults/labels.component.mjs +37 -3
  124. package/{esm2020 → esm2022}/chart/series-defaults/labels.from.component.mjs +33 -3
  125. package/{esm2020 → esm2022}/chart/series-defaults/labels.to.component.mjs +33 -3
  126. package/{esm2020 → esm2022}/chart/series-defaults/notes.component.mjs +9 -3
  127. package/{esm2020/chart/y-axis-item → esm2022/chart/series-defaults}/notes.icon.component.mjs +20 -6
  128. package/{esm2020 → esm2022}/chart/series-defaults/notes.label.component.mjs +34 -3
  129. package/{esm2020 → esm2022}/chart/series-defaults/tooltip.component.mjs +23 -3
  130. package/{esm2020 → esm2022}/chart/series-defaults.component.mjs +32 -3
  131. package/{esm2020 → esm2022}/chart/series-drilldown-template.directive.mjs +4 -3
  132. package/{esm2020 → esm2022}/chart/series-item/error-bars.component.mjs +15 -3
  133. package/{esm2020 → esm2022}/chart/series-item/extremes.component.mjs +17 -3
  134. package/{esm2020 → esm2022}/chart/series-item/highlight.component.mjs +16 -3
  135. package/{esm2020 → esm2022}/chart/series-item/labels.component.mjs +50 -3
  136. package/{esm2020 → esm2022}/chart/series-item/labels.from.component.mjs +34 -3
  137. package/{esm2020 → esm2022}/chart/series-item/labels.to.component.mjs +34 -3
  138. package/{esm2020 → esm2022}/chart/series-item/markers.component.mjs +25 -3
  139. package/{esm2020 → esm2022}/chart/series-item/notes.component.mjs +10 -3
  140. package/{esm2020 → esm2022}/chart/series-item/notes.icon.component.mjs +19 -3
  141. package/{esm2020 → esm2022}/chart/series-item/notes.label.component.mjs +39 -3
  142. package/{esm2020 → esm2022}/chart/series-item/outliers.component.mjs +19 -3
  143. package/{esm2020 → esm2022}/chart/series-item/tooltip.component.mjs +20 -3
  144. package/{esm2020 → esm2022}/chart/series-item/trendline.component.mjs +8 -3
  145. package/{esm2020 → esm2022}/chart/series-item/trendline.forecast.component.mjs +12 -3
  146. package/esm2022/chart/series-item.component.mjs +647 -0
  147. package/{esm2020 → esm2022}/chart/series.component.mjs +8 -3
  148. package/{esm2020 → esm2022}/chart/subtitle.component.mjs +39 -3
  149. package/{esm2020 → esm2022}/chart/title.component.mjs +47 -3
  150. package/{esm2020 → esm2022}/chart/tooltip/base-tooltip.mjs +14 -7
  151. package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltip.component.mjs +11 -10
  152. package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltips-container.component.mjs +12 -12
  153. package/{esm2020 → esm2022}/chart/tooltip/series-tooltip-template.directive.mjs +4 -3
  154. package/{esm2020 → esm2022}/chart/tooltip/shared-tooltip-template.directive.mjs +4 -3
  155. package/{esm2020 → esm2022}/chart/tooltip/tooltip-popup.component.mjs +25 -15
  156. package/esm2022/chart/tooltip/tooltip-template-point.mjs +105 -0
  157. package/{esm2020 → esm2022}/chart/tooltip.component.mjs +32 -3
  158. package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.component.mjs +25 -3
  159. package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.tooltip.component.mjs +27 -3
  160. package/esm2022/chart/value-axis-item/labels.component.mjs +118 -0
  161. package/{esm2020 → esm2022}/chart/value-axis-item/notes.component.mjs +11 -3
  162. package/{esm2020 → esm2022}/chart/value-axis-item/notes.icon.component.mjs +17 -3
  163. package/{esm2020 → esm2022}/chart/value-axis-item/notes.label.component.mjs +34 -3
  164. package/{esm2020 → esm2022}/chart/value-axis-item/title.component.mjs +39 -3
  165. package/{esm2020 → esm2022}/chart/value-axis-item.component.mjs +64 -3
  166. package/{esm2020 → esm2022}/chart/value-axis.component.mjs +6 -3
  167. package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.component.mjs +22 -3
  168. package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.tooltip.component.mjs +29 -3
  169. package/{esm2020 → esm2022}/chart/x-axis-item/labels.component.mjs +50 -3
  170. package/{esm2020 → esm2022}/chart/x-axis-item/notes.component.mjs +11 -3
  171. package/{esm2020 → esm2022}/chart/x-axis-item/notes.icon.component.mjs +17 -3
  172. package/{esm2020 → esm2022}/chart/x-axis-item/notes.label.component.mjs +35 -3
  173. package/{esm2020 → esm2022}/chart/x-axis-item/title.component.mjs +40 -3
  174. package/{esm2020 → esm2022}/chart/x-axis-item.component.mjs +47 -3
  175. package/{esm2020 → esm2022}/chart/x-axis.component.mjs +6 -3
  176. package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.component.mjs +10 -3
  177. package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.tooltip.component.mjs +11 -3
  178. package/esm2022/chart/y-axis-item/labels.component.mjs +123 -0
  179. package/{esm2020 → esm2022}/chart/y-axis-item/notes.component.mjs +11 -3
  180. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +53 -0
  181. package/esm2022/chart/y-axis-item/notes.label.component.mjs +79 -0
  182. package/{esm2020 → esm2022}/chart/y-axis-item/title.component.mjs +40 -3
  183. package/{esm2020 → esm2022}/chart/y-axis-item.component.mjs +54 -3
  184. package/{esm2020 → esm2022}/chart/y-axis.component.mjs +6 -3
  185. package/{esm2020 → esm2022}/chart/zoomable.component.mjs +6 -3
  186. package/{esm2020 → esm2022}/chart-breadcrumb.component.mjs +21 -14
  187. package/{esm2020 → esm2022}/chart.component.mjs +280 -172
  188. package/{esm2020 → esm2022}/chart.directives.mjs +4 -1
  189. package/esm2022/chart.module.mjs +140 -0
  190. package/esm2022/charts.module.mjs +184 -0
  191. package/{esm2020 → esm2022}/common/chart-instance-observer.mjs +7 -7
  192. package/{esm2020 → esm2022}/common/collection-item.component.mjs +8 -5
  193. package/{esm2020 → esm2022}/common/collection.component.mjs +9 -4
  194. package/{esm2020 → esm2022}/common/collection.service.mjs +7 -3
  195. package/{esm2020 → esm2022}/common/configuration.service.mjs +10 -5
  196. package/{esm2020 → esm2022}/common/prefix-configuration.service.mjs +5 -3
  197. package/{esm2020 → esm2022}/common/root-configuration.service.mjs +3 -3
  198. package/{esm2020 → esm2022}/common/settings.component.mjs +6 -4
  199. package/{esm2020 → esm2022}/common/theme.service.mjs +5 -4
  200. package/{esm2020 → esm2022}/common/tooltip-template.service.mjs +6 -3
  201. package/{esm2020 → esm2022}/directives.mjs +6 -0
  202. package/{esm2020 → esm2022}/events/axis-label-click-event.mjs +21 -0
  203. package/{esm2020 → esm2022}/events/base-event.mjs +7 -3
  204. package/{esm2020 → esm2022}/events/drag-end-event.mjs +9 -0
  205. package/{esm2020 → esm2022}/events/drag-event.mjs +9 -0
  206. package/{esm2020 → esm2022}/events/drag-start-event.mjs +9 -0
  207. package/{esm2020 → esm2022}/events/drilldown-event.mjs +12 -0
  208. package/{esm2020 → esm2022}/events/legend-event.mjs +17 -0
  209. package/{esm2020 → esm2022}/events/note-event.mjs +20 -0
  210. package/{esm2020 → esm2022}/events/pane-render-event.mjs +12 -0
  211. package/{esm2020 → esm2022}/events/plot-area-click-event.mjs +20 -0
  212. package/{esm2020 → esm2022}/events/plot-area-hover-event.mjs +20 -0
  213. package/{esm2020 → esm2022}/events/preventable-event.mjs +4 -7
  214. package/{esm2020 → esm2022}/events/select-end-event.mjs +12 -0
  215. package/{esm2020 → esm2022}/events/select-event.mjs +12 -0
  216. package/{esm2020 → esm2022}/events/select-start-event.mjs +12 -0
  217. package/{esm2020 → esm2022}/events/series-click-event.mjs +33 -0
  218. package/{esm2020 → esm2022}/events/series-event.mjs +32 -0
  219. package/{esm2020 → esm2022}/events/zoom-end-event.mjs +12 -0
  220. package/{esm2020 → esm2022}/events/zoom-event.mjs +18 -0
  221. package/{esm2020 → esm2022}/events/zoom-start-event.mjs +9 -0
  222. package/{esm2020 → esm2022}/index.mjs +1 -0
  223. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  224. package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.directive.mjs +22 -13
  225. package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.event.mjs +10 -0
  226. package/{esm2020 → esm2022}/sankey/events/sankey-base-event.mjs +8 -0
  227. package/{esm2020 → esm2022}/sankey/events/sankey-link-event.mjs +4 -0
  228. package/{esm2020 → esm2022}/sankey/events/sankey-node-event.mjs +4 -0
  229. package/{esm2020 → esm2022}/sankey/labels.component.mjs +14 -3
  230. package/esm2022/sankey/legend.component.mjs +129 -0
  231. package/{esm2020 → esm2022}/sankey/links.component.mjs +8 -3
  232. package/{esm2020 → esm2022}/sankey/localization/custom-messages.component.mjs +9 -8
  233. package/{esm2020 → esm2022}/sankey/localization/localized-messages.directive.mjs +9 -8
  234. package/{esm2020 → esm2022}/sankey/localization/messages.mjs +7 -3
  235. package/{esm2020 → esm2022}/sankey/nodes.component.mjs +20 -3
  236. package/{esm2020 → esm2022}/sankey/title.component.mjs +47 -3
  237. package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template-context.mjs +12 -0
  238. package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template.directive.mjs +4 -3
  239. package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template-context.mjs +12 -0
  240. package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template.directive.mjs +4 -3
  241. package/{esm2020 → esm2022}/sankey/tooltip/square-symbol.directive.mjs +7 -8
  242. package/{esm2020 → esm2022}/sankey/tooltip/tooltip-popup.component.mjs +36 -19
  243. package/{esm2020 → esm2022}/sankey/tooltip/tooltip-template.service.mjs +5 -3
  244. package/{esm2020 → esm2022}/sankey/tooltip.component.mjs +30 -3
  245. package/{esm2020 → esm2022}/sankey.component.mjs +107 -50
  246. package/{esm2020 → esm2022}/sankey.module.mjs +4 -4
  247. package/{esm2020 → esm2022}/sparkline.component.mjs +67 -43
  248. package/esm2022/sparkline.module.mjs +142 -0
  249. package/{esm2020 → esm2022}/stock-chart/events/navigator-filter-event.mjs +8 -0
  250. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.component.mjs +4 -3
  251. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +4 -3
  252. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/labels.component.mjs +4 -3
  253. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.component.mjs +4 -3
  254. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.icon.component.mjs +4 -3
  255. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.label.component.mjs +4 -3
  256. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/select.component.mjs +4 -3
  257. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/title.component.mjs +4 -3
  258. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis.component.mjs +10 -9
  259. package/{esm2020 → esm2022}/stock-chart/navigator/hint.component.mjs +7 -3
  260. package/{esm2020 → esm2022}/stock-chart/navigator/pane/title.component.mjs +4 -3
  261. package/{esm2020 → esm2022}/stock-chart/navigator/pane.component.mjs +4 -3
  262. package/{esm2020 → esm2022}/stock-chart/navigator/select.component.mjs +7 -3
  263. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/error-bars.component.mjs +4 -3
  264. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/extremes.component.mjs +4 -3
  265. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/highlight.component.mjs +4 -3
  266. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.component.mjs +4 -3
  267. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.from.component.mjs +4 -3
  268. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.to.component.mjs +4 -3
  269. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/markers.component.mjs +4 -3
  270. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.component.mjs +4 -3
  271. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.icon.component.mjs +4 -3
  272. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.label.component.mjs +4 -3
  273. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/outliers.component.mjs +4 -3
  274. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/tooltip.component.mjs +4 -3
  275. package/{esm2020 → esm2022}/stock-chart/navigator/series-item.component.mjs +9 -3
  276. package/{esm2020 → esm2022}/stock-chart/navigator/series.component.mjs +8 -3
  277. package/{esm2020 → esm2022}/stock-chart/navigator.component.mjs +12 -3
  278. package/{esm2020 → esm2022}/stock-chart.component.mjs +60 -39
  279. package/esm2022/stock-chart.module.mjs +170 -0
  280. package/{fesm2020 → fesm2022}/progress-kendo-angular-charts.mjs +4311 -888
  281. package/field-types/axis-labels-position.d.ts +1 -1
  282. package/field-types/axis-title-position.d.ts +1 -1
  283. package/field-types/base-unit.d.ts +1 -1
  284. package/field-types/category-base-unit.d.ts +1 -1
  285. package/field-types/dash-type.d.ts +1 -1
  286. package/field-types/line-style.d.ts +1 -1
  287. package/field-types/lock-axis.d.ts +1 -1
  288. package/field-types/marker-type.d.ts +1 -1
  289. package/field-types/modifier-key.d.ts +1 -1
  290. package/field-types/note-label-position.d.ts +1 -1
  291. package/field-types/note-position.d.ts +1 -1
  292. package/field-types/series-labels-alignment.d.ts +1 -1
  293. package/field-types/series-labels-position.d.ts +1 -1
  294. package/field-types/series-type.d.ts +1 -1
  295. package/index.d.ts +1 -0
  296. package/option-types/legend/item.interface.d.ts +1 -1
  297. package/option-types/series-item.interface.d.ts +10 -0
  298. package/package.json +18 -24
  299. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  300. package/sankey/labels.component.d.ts +1 -1
  301. package/sankey/legend.component.d.ts +1 -1
  302. package/sankey/links.component.d.ts +1 -1
  303. package/sankey/localization/messages.d.ts +1 -1
  304. package/sankey/nodes.component.d.ts +1 -1
  305. package/sankey/title.component.d.ts +1 -1
  306. package/sankey/tooltip/square-symbol.directive.d.ts +1 -1
  307. package/sankey/tooltip/tooltip-popup.component.d.ts +1 -3
  308. package/sankey/tooltip.component.d.ts +1 -1
  309. package/sankey.component.d.ts +1 -1
  310. package/sparkline.component.d.ts +5 -1
  311. package/sparkline.module.d.ts +94 -2
  312. package/stock-chart/navigator/hint.component.d.ts +1 -1
  313. package/stock-chart/navigator/select.component.d.ts +1 -1
  314. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  315. package/stock-chart/navigator.component.d.ts +1 -1
  316. package/stock-chart.component.d.ts +1 -1
  317. package/stock-chart.module.d.ts +25 -2
  318. package/esm2020/chart/axis-defaults/labels.component.mjs +0 -52
  319. package/esm2020/chart/category-axis-item/labels.component.mjs +0 -63
  320. package/esm2020/chart/category-axis-item/notes.label.component.mjs +0 -47
  321. package/esm2020/chart/legend.component.mjs +0 -69
  322. package/esm2020/chart/series-defaults/notes.icon.component.mjs +0 -39
  323. package/esm2020/chart/series-item.component.mjs +0 -249
  324. package/esm2020/chart/tooltip/tooltip-template-point.mjs +0 -37
  325. package/esm2020/chart/value-axis-item/labels.component.mjs +0 -59
  326. package/esm2020/chart/y-axis-item/labels.component.mjs +0 -63
  327. package/esm2020/chart.module.mjs +0 -137
  328. package/esm2020/charts.module.mjs +0 -181
  329. package/esm2020/sankey/legend.component.mjs +0 -65
  330. package/esm2020/sparkline.module.mjs +0 -50
  331. package/esm2020/stock-chart.module.mjs +0 -147
  332. package/fesm2015/progress-kendo-angular-charts.mjs +0 -9270
  333. /package/{esm2020 → esm2022}/api-types/axis-range.interface.mjs +0 -0
  334. /package/{esm2020 → esm2022}/api-types/chart-axis.interface.mjs +0 -0
  335. /package/{esm2020 → esm2022}/api-types/chart-pane.interface.mjs +0 -0
  336. /package/{esm2020 → esm2022}/api-types/chart-plotarea.interface.mjs +0 -0
  337. /package/{esm2020 → esm2022}/api-types/chart-svg-export-options.interface.mjs +0 -0
  338. /package/{esm2020 → esm2022}/api-types/chart-visual-export-options.interface.mjs +0 -0
  339. /package/{esm2020 → esm2022}/api-types/event-axis-options.interface.mjs +0 -0
  340. /package/{esm2020 → esm2022}/api-types/event-series-options.interface.mjs +0 -0
  341. /package/{esm2020 → esm2022}/api-types/series-point-marker.interface.mjs +0 -0
  342. /package/{esm2020 → esm2022}/api-types/series-point.interface.mjs +0 -0
  343. /package/{esm2020 → esm2022}/argument-types/axis-label-content-args.interface.mjs +0 -0
  344. /package/{esm2020 → esm2022}/argument-types/axis-label-visual-args.interface.mjs +0 -0
  345. /package/{esm2020 → esm2022}/argument-types/axis-note-content-args.interface.mjs +0 -0
  346. /package/{esm2020 → esm2022}/argument-types/axis-note-visual-args.interface.mjs +0 -0
  347. /package/{esm2020 → esm2022}/argument-types/error-bars-value-args.interface.mjs +0 -0
  348. /package/{esm2020 → esm2022}/argument-types/error-bars-visual-args.interface.mjs +0 -0
  349. /package/{esm2020 → esm2022}/argument-types/highlight-toggle-args.interface.mjs +0 -0
  350. /package/{esm2020 → esm2022}/argument-types/highlight-visual-args.interface.mjs +0 -0
  351. /package/{esm2020 → esm2022}/argument-types/legend-item-visual-args.interface.mjs +0 -0
  352. /package/{esm2020 → esm2022}/argument-types/legend-labels-content-args.interface.mjs +0 -0
  353. /package/{esm2020 → esm2022}/argument-types/markers-visual-args.interface.mjs +0 -0
  354. /package/{esm2020 → esm2022}/argument-types/plot-band-label-visual-args.interface.mjs +0 -0
  355. /package/{esm2020 → esm2022}/argument-types/series-labels-content-args.interface.mjs +0 -0
  356. /package/{esm2020 → esm2022}/argument-types/series-labels-visual-args.interface.mjs +0 -0
  357. /package/{esm2020 → esm2022}/argument-types/series-note-content-args.interface.mjs +0 -0
  358. /package/{esm2020 → esm2022}/argument-types/series-note-visual-args.interface.mjs +0 -0
  359. /package/{esm2020 → esm2022}/argument-types/series-visual-args.interface.mjs +0 -0
  360. /package/{esm2020 → esm2022}/argument-types/title-visual-args.interface.mjs +0 -0
  361. /package/{esm2020 → esm2022}/chart/tooltip/body-factory.mjs +0 -0
  362. /package/{esm2020 → esm2022}/chart/tooltip/popup-settings.interface.mjs +0 -0
  363. /package/{esm2020 → esm2022}/chart-defaults.mjs +0 -0
  364. /package/{esm2020 → esm2022}/chart-options.interface.mjs +0 -0
  365. /package/{esm2020 → esm2022}/common/api-types.mjs +0 -0
  366. /package/{esm2020 → esm2022}/common/chart-default-theme.mjs +0 -0
  367. /package/{esm2020 → esm2022}/common/copy-changes.mjs +0 -0
  368. /package/{esm2020 → esm2022}/common/events.mjs +0 -0
  369. /package/{esm2020 → esm2022}/common/has-observers.mjs +0 -0
  370. /package/{esm2020 → esm2022}/common/has-parent.mjs +0 -0
  371. /package/{esm2020 → esm2022}/common/property-types.mjs +0 -0
  372. /package/{esm2020 → esm2022}/common/to-simple-changes.mjs +0 -0
  373. /package/{esm2020 → esm2022}/common.directives.mjs +0 -0
  374. /package/{esm2020 → esm2022}/events/instance-event.service.mjs +0 -0
  375. /package/{esm2020 → esm2022}/events/legend-item-click-event.mjs +0 -0
  376. /package/{esm2020 → esm2022}/events/legend-item-hover-event.mjs +0 -0
  377. /package/{esm2020 → esm2022}/events/legend-item-leave-event.mjs +0 -0
  378. /package/{esm2020 → esm2022}/events/note-click-event.mjs +0 -0
  379. /package/{esm2020 → esm2022}/events/note-hover-event.mjs +0 -0
  380. /package/{esm2020 → esm2022}/events/note-leave-event.mjs +0 -0
  381. /package/{esm2020 → esm2022}/events/plot-area-leave-event.mjs +0 -0
  382. /package/{esm2020 → esm2022}/events/render-event.mjs +0 -0
  383. /package/{esm2020 → esm2022}/events/series-hover-event.mjs +0 -0
  384. /package/{esm2020 → esm2022}/events/series-leave-event.mjs +0 -0
  385. /package/{esm2020 → esm2022}/events/series-over-event.mjs +0 -0
  386. /package/{esm2020 → esm2022}/field-types/auto-base-unit-steps.interface.mjs +0 -0
  387. /package/{esm2020 → esm2022}/field-types/axis-labels-position.mjs +0 -0
  388. /package/{esm2020 → esm2022}/field-types/axis-line.interface.mjs +0 -0
  389. /package/{esm2020 → esm2022}/field-types/axis-ticks.interface.mjs +0 -0
  390. /package/{esm2020 → esm2022}/field-types/axis-title-position.mjs +0 -0
  391. /package/{esm2020 → esm2022}/field-types/base-unit.mjs +0 -0
  392. /package/{esm2020 → esm2022}/field-types/border.interface.mjs +0 -0
  393. /package/{esm2020 → esm2022}/field-types/bullet-target-line.interface.mjs +0 -0
  394. /package/{esm2020 → esm2022}/field-types/bullet-target.interface.mjs +0 -0
  395. /package/{esm2020 → esm2022}/field-types/category-base-unit.mjs +0 -0
  396. /package/{esm2020 → esm2022}/field-types/dash-type.mjs +0 -0
  397. /package/{esm2020 → esm2022}/field-types/date-formats.interface.mjs +0 -0
  398. /package/{esm2020 → esm2022}/field-types/drag-action.interface.mjs +0 -0
  399. /package/{esm2020 → esm2022}/field-types/error-bar-line.interface.mjs +0 -0
  400. /package/{esm2020 → esm2022}/field-types/grid-lines.interface.mjs +0 -0
  401. /package/{esm2020 → esm2022}/field-types/highlight-line.interface.mjs +0 -0
  402. /package/{esm2020 → esm2022}/field-types/label-connectors.interface.mjs +0 -0
  403. /package/{esm2020 → esm2022}/field-types/label-rotation.interface.mjs +0 -0
  404. /package/{esm2020 → esm2022}/field-types/legend-labels.interface.mjs +0 -0
  405. /package/{esm2020 → esm2022}/field-types/line-style.mjs +0 -0
  406. /package/{esm2020 → esm2022}/field-types/lock-axis.mjs +0 -0
  407. /package/{esm2020 → esm2022}/field-types/margin.interface.mjs +0 -0
  408. /package/{esm2020 → esm2022}/field-types/marker-type.mjs +0 -0
  409. /package/{esm2020 → esm2022}/field-types/modifier-key.mjs +0 -0
  410. /package/{esm2020 → esm2022}/field-types/mousewheel-select.interface.mjs +0 -0
  411. /package/{esm2020 → esm2022}/field-types/mousewheel-zoom.interface.mjs +0 -0
  412. /package/{esm2020 → esm2022}/field-types/negative-bubble-values.interface.mjs +0 -0
  413. /package/{esm2020 → esm2022}/field-types/note-label-position.mjs +0 -0
  414. /package/{esm2020 → esm2022}/field-types/note-line.interface.mjs +0 -0
  415. /package/{esm2020 → esm2022}/field-types/note-position.mjs +0 -0
  416. /package/{esm2020 → esm2022}/field-types/overlay.interface.mjs +0 -0
  417. /package/{esm2020 → esm2022}/field-types/padding.interface.mjs +0 -0
  418. /package/{esm2020 → esm2022}/field-types/plot-band-label.interface.mjs +0 -0
  419. /package/{esm2020 → esm2022}/field-types/plot-band.interface.mjs +0 -0
  420. /package/{esm2020 → esm2022}/field-types/series-labels-alignment.mjs +0 -0
  421. /package/{esm2020 → esm2022}/field-types/series-labels-position.mjs +0 -0
  422. /package/{esm2020 → esm2022}/field-types/series-line.interface.mjs +0 -0
  423. /package/{esm2020 → esm2022}/field-types/series-mean.interface.mjs +0 -0
  424. /package/{esm2020 → esm2022}/field-types/series-median.interface.mjs +0 -0
  425. /package/{esm2020 → esm2022}/field-types/series-stack.interface.mjs +0 -0
  426. /package/{esm2020 → esm2022}/field-types/series-type.mjs +0 -0
  427. /package/{esm2020 → esm2022}/field-types/series-whiskers.interface.mjs +0 -0
  428. /package/{esm2020 → esm2022}/field-types/trendline-forecast.interface.mjs +0 -0
  429. /package/{esm2020 → esm2022}/field-types/week-start-day.enum.mjs +0 -0
  430. /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.interface.mjs +0 -0
  431. /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -0
  432. /package/{esm2020 → esm2022}/option-types/axis-defaults/labels.interface.mjs +0 -0
  433. /package/{esm2020 → esm2022}/option-types/axis-defaults/title.interface.mjs +0 -0
  434. /package/{esm2020 → esm2022}/option-types/axis-defaults.interface.mjs +0 -0
  435. /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.interface.mjs +0 -0
  436. /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -0
  437. /package/{esm2020 → esm2022}/option-types/category-axis-item/labels.interface.mjs +0 -0
  438. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.icon.interface.mjs +0 -0
  439. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.interface.mjs +0 -0
  440. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.label.interface.mjs +0 -0
  441. /package/{esm2020 → esm2022}/option-types/category-axis-item/range-labels.interface.mjs +0 -0
  442. /package/{esm2020 → esm2022}/option-types/category-axis-item/select.interface.mjs +0 -0
  443. /package/{esm2020 → esm2022}/option-types/category-axis-item/title.interface.mjs +0 -0
  444. /package/{esm2020 → esm2022}/option-types/category-axis-item.interface.mjs +0 -0
  445. /package/{esm2020 → esm2022}/option-types/chart-area.interface.mjs +0 -0
  446. /package/{esm2020 → esm2022}/option-types/legend/inactive-items.interface.mjs +0 -0
  447. /package/{esm2020 → esm2022}/option-types/legend/item.interface.mjs +0 -0
  448. /package/{esm2020 → esm2022}/option-types/legend/legend-title.interface.mjs +0 -0
  449. /package/{esm2020 → esm2022}/option-types/legend/markers.interface.mjs +0 -0
  450. /package/{esm2020 → esm2022}/option-types/legend.interface.mjs +0 -0
  451. /package/{esm2020 → esm2022}/option-types/pane/title.interface.mjs +0 -0
  452. /package/{esm2020 → esm2022}/option-types/pane-defaults/title.interface.mjs +0 -0
  453. /package/{esm2020 → esm2022}/option-types/pane-defaults.interface.mjs +0 -0
  454. /package/{esm2020 → esm2022}/option-types/pane.interface.mjs +0 -0
  455. /package/{esm2020 → esm2022}/option-types/plot-area.interface.mjs +0 -0
  456. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.from.interface.mjs +0 -0
  457. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.interface.mjs +0 -0
  458. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.to.interface.mjs +0 -0
  459. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.icon.interface.mjs +0 -0
  460. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.interface.mjs +0 -0
  461. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.label.interface.mjs +0 -0
  462. /package/{esm2020 → esm2022}/option-types/series-defaults/tooltip.interface.mjs +0 -0
  463. /package/{esm2020 → esm2022}/option-types/series-defaults.interface.mjs +0 -0
  464. /package/{esm2020 → esm2022}/option-types/series-item/error-bars.interface.mjs +0 -0
  465. /package/{esm2020 → esm2022}/option-types/series-item/extremes.interface.mjs +0 -0
  466. /package/{esm2020 → esm2022}/option-types/series-item/highlight.interface.mjs +0 -0
  467. /package/{esm2020 → esm2022}/option-types/series-item/labels.from.interface.mjs +0 -0
  468. /package/{esm2020 → esm2022}/option-types/series-item/labels.interface.mjs +0 -0
  469. /package/{esm2020 → esm2022}/option-types/series-item/labels.to.interface.mjs +0 -0
  470. /package/{esm2020 → esm2022}/option-types/series-item/markers-highlight.interface.mjs +0 -0
  471. /package/{esm2020 → esm2022}/option-types/series-item/markers.interface.mjs +0 -0
  472. /package/{esm2020 → esm2022}/option-types/series-item/notes.icon.interface.mjs +0 -0
  473. /package/{esm2020 → esm2022}/option-types/series-item/notes.interface.mjs +0 -0
  474. /package/{esm2020 → esm2022}/option-types/series-item/notes.label.interface.mjs +0 -0
  475. /package/{esm2020 → esm2022}/option-types/series-item/outliers.interface.mjs +0 -0
  476. /package/{esm2020 → esm2022}/option-types/series-item/tooltip.interface.mjs +0 -0
  477. /package/{esm2020 → esm2022}/option-types/series-item/trendline.interface.mjs +0 -0
  478. /package/{esm2020 → esm2022}/option-types/series-item.interface.mjs +0 -0
  479. /package/{esm2020 → esm2022}/option-types/subtitle.interface.mjs +0 -0
  480. /package/{esm2020 → esm2022}/option-types/title.interface.mjs +0 -0
  481. /package/{esm2020 → esm2022}/option-types/tooltip.interface.mjs +0 -0
  482. /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.interface.mjs +0 -0
  483. /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -0
  484. /package/{esm2020 → esm2022}/option-types/value-axis-item/labels.interface.mjs +0 -0
  485. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.icon.interface.mjs +0 -0
  486. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.interface.mjs +0 -0
  487. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.label.interface.mjs +0 -0
  488. /package/{esm2020 → esm2022}/option-types/value-axis-item/title.interface.mjs +0 -0
  489. /package/{esm2020 → esm2022}/option-types/value-axis-item.interface.mjs +0 -0
  490. /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.interface.mjs +0 -0
  491. /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -0
  492. /package/{esm2020 → esm2022}/option-types/x-axis-item/labels.interface.mjs +0 -0
  493. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.icon.interface.mjs +0 -0
  494. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.interface.mjs +0 -0
  495. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.label.interface.mjs +0 -0
  496. /package/{esm2020 → esm2022}/option-types/x-axis-item/title.interface.mjs +0 -0
  497. /package/{esm2020 → esm2022}/option-types/x-axis-item.interface.mjs +0 -0
  498. /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.interface.mjs +0 -0
  499. /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -0
  500. /package/{esm2020 → esm2022}/option-types/y-axis-item/labels.interface.mjs +0 -0
  501. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.icon.interface.mjs +0 -0
  502. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.interface.mjs +0 -0
  503. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.label.interface.mjs +0 -0
  504. /package/{esm2020 → esm2022}/option-types/y-axis-item/title.interface.mjs +0 -0
  505. /package/{esm2020 → esm2022}/option-types/y-axis-item.interface.mjs +0 -0
  506. /package/{esm2020 → esm2022}/option-types/zoomable.interface.mjs +0 -0
  507. /package/{esm2020 → esm2022}/progress-kendo-angular-charts.mjs +0 -0
  508. /package/{esm2020 → esm2022}/sankey/api-types/index.mjs +0 -0
  509. /package/{esm2020 → esm2022}/sankey/events/index.mjs +0 -0
  510. /package/{esm2020 → esm2022}/sankey/events/instance-event.service.mjs +0 -0
  511. /package/{esm2020 → esm2022}/sankey.directives.mjs +0 -0
  512. /package/{esm2020 → esm2022}/sparkline.directives.mjs +0 -0
  513. /package/{esm2020 → esm2022}/stock-chart/events/instance-event.service.mjs +0 -0
  514. /package/{esm2020 → esm2022}/stock-chart/events.mjs +0 -0
  515. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -0
  516. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint.interface.mjs +0 -0
  517. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/select.interface.mjs +0 -0
  518. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator.interface.mjs +0 -0
  519. /package/{esm2020 → esm2022}/stock-chart/option-types.mjs +0 -0
  520. /package/{esm2020 → esm2022}/stock-chart.directives.mjs +0 -0
@@ -60,6 +60,99 @@ import * as i5 from "@progress/kendo-angular-intl";
60
60
  * ```
61
61
  */
62
62
  export class SankeyComponent {
63
+ element;
64
+ configurationService;
65
+ themeService;
66
+ localizationService;
67
+ instanceEventService;
68
+ ngZone;
69
+ changeDetector;
70
+ renderer;
71
+ intlService;
72
+ /**
73
+ * The data of the Sankey component containing the `links` and `nodes`.
74
+ */
75
+ data;
76
+ /**
77
+ * The default configuration for links.
78
+ * These settings will be applied to all links unless overridden by individual data items.
79
+ */
80
+ links;
81
+ /**
82
+ * The default configuration for nodes.
83
+ * These settings will be applied to all nodes unless overridden by individual data items.
84
+ */
85
+ nodes;
86
+ /**
87
+ * The default configuration for labels.
88
+ * These settings will be applied to all labels unless overridden by individual data items.
89
+ */
90
+ labels;
91
+ /**
92
+ * The title configuration of the Sankey component.
93
+ */
94
+ title;
95
+ /**
96
+ * The legend configuration of the Sankey component.
97
+ */
98
+ legend;
99
+ /**
100
+ * The configuration of the Sankey tooltip.
101
+ */
102
+ tooltip;
103
+ /**
104
+ * If set to `true`, the Sankey component will not perform automatic layout.
105
+ */
106
+ disableAutoLayout;
107
+ /**
108
+ * If set to `false`, the Sankey keyboard navigation will be disabled.
109
+ * By default, navigation is enabled.
110
+ *
111
+ * @default true
112
+ */
113
+ navigable = true;
114
+ /**
115
+ * The settings for the tooltip popup.
116
+ */
117
+ popupSettings;
118
+ /**
119
+ * Fires when the mouse pointer enters a node. Similar to the `mouseenter` event.
120
+ */
121
+ nodeEnter = new EventEmitter();
122
+ /**
123
+ * Fires when the mouse pointer leaves a node. Similar to the `mouseleave` event.
124
+ */
125
+ nodeLeave = new EventEmitter();
126
+ /**
127
+ * Fires when a node is clicked.
128
+ */
129
+ nodeClick = new EventEmitter();
130
+ /**
131
+ * Fires when the mouse pointer enters a link. Similar to the `mouseenter` event,
132
+ */
133
+ linkEnter = new EventEmitter();
134
+ /**
135
+ * Fires when the mouse pointer leaves a link. Similar to the `mouseleave` event.
136
+ */
137
+ linkLeave = new EventEmitter();
138
+ /**
139
+ * Fires when a link is clicked.
140
+ */
141
+ linkClick = new EventEmitter();
142
+ tooltipInstance;
143
+ instanceElement;
144
+ /**
145
+ * @hidden
146
+ */
147
+ showLicenseWatermark = false;
148
+ instance;
149
+ options;
150
+ theme;
151
+ optionsChange;
152
+ redrawTimeout;
153
+ destroyed;
154
+ subscriptions;
155
+ rtl = false;
63
156
  constructor(element, configurationService, themeService, localizationService, instanceEventService, ngZone, changeDetector, renderer, intlService) {
64
157
  this.element = element;
65
158
  this.configurationService = configurationService;
@@ -70,42 +163,6 @@ export class SankeyComponent {
70
163
  this.changeDetector = changeDetector;
71
164
  this.renderer = renderer;
72
165
  this.intlService = intlService;
73
- /**
74
- * If set to `false`, the Sankey keyboard navigation will be disabled.
75
- * By default, navigation is enabled.
76
- *
77
- * @default true
78
- */
79
- this.navigable = true;
80
- /**
81
- * Fires when the mouse pointer enters a node. Similar to the `mouseenter` event.
82
- */
83
- this.nodeEnter = new EventEmitter();
84
- /**
85
- * Fires when the mouse pointer leaves a node. Similar to the `mouseleave` event.
86
- */
87
- this.nodeLeave = new EventEmitter();
88
- /**
89
- * Fires when a node is clicked.
90
- */
91
- this.nodeClick = new EventEmitter();
92
- /**
93
- * Fires when the mouse pointer enters a link. Similar to the `mouseenter` event,
94
- */
95
- this.linkEnter = new EventEmitter();
96
- /**
97
- * Fires when the mouse pointer leaves a link. Similar to the `mouseleave` event.
98
- */
99
- this.linkLeave = new EventEmitter();
100
- /**
101
- * Fires when a link is clicked.
102
- */
103
- this.linkClick = new EventEmitter();
104
- /**
105
- * @hidden
106
- */
107
- this.showLicenseWatermark = false;
108
- this.rtl = false;
109
166
  const isValid = validatePackage(packageMetadata);
110
167
  this.showLicenseWatermark = shouldShowValidationUI(isValid);
111
168
  this.themeService.loadTheme();
@@ -318,18 +375,17 @@ export class SankeyComponent {
318
375
  get isRTL() {
319
376
  return Boolean(this.localizationService.rtl);
320
377
  }
321
- }
322
- SankeyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SankeyComponent, deps: [{ token: i0.ElementRef }, { token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i3.LocalizationService }, { token: i4.InstanceEventService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i5.IntlService }], target: i0.ɵɵFactoryTarget.Component });
323
- SankeyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SankeyComponent, isStandalone: true, selector: "kendo-sankey", inputs: { data: "data", links: "links", nodes: "nodes", labels: "labels", title: "title", legend: "legend", tooltip: "tooltip", disableAutoLayout: "disableAutoLayout", navigable: "navigable", popupSettings: "popupSettings" }, outputs: { nodeEnter: "nodeEnter", nodeLeave: "nodeLeave", nodeClick: "nodeClick", linkEnter: "linkEnter", linkLeave: "linkLeave", linkClick: "linkClick" }, providers: [
324
- ConfigurationService,
325
- LocalizationService,
326
- InstanceEventService,
327
- SankeyTooltipTemplateService,
328
- {
329
- provide: L10N_PREFIX,
330
- useValue: 'kendo.sankey',
331
- },
332
- ], viewQueries: [{ propertyName: "tooltipInstance", first: true, predicate: SankeyTooltipPopupComponent, descendants: true, static: true }, { propertyName: "instanceElement", first: true, predicate: ["instance"], descendants: true, static: true }], exportAs: ["kendoSankey"], usesOnChanges: true, ngImport: i0, template: `
378
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SankeyComponent, deps: [{ token: i0.ElementRef }, { token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i3.LocalizationService }, { token: i4.InstanceEventService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i5.IntlService }], target: i0.ɵɵFactoryTarget.Component });
379
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SankeyComponent, isStandalone: true, selector: "kendo-sankey", inputs: { data: "data", links: "links", nodes: "nodes", labels: "labels", title: "title", legend: "legend", tooltip: "tooltip", disableAutoLayout: "disableAutoLayout", navigable: "navigable", popupSettings: "popupSettings" }, outputs: { nodeEnter: "nodeEnter", nodeLeave: "nodeLeave", nodeClick: "nodeClick", linkEnter: "linkEnter", linkLeave: "linkLeave", linkClick: "linkClick" }, providers: [
380
+ ConfigurationService,
381
+ LocalizationService,
382
+ InstanceEventService,
383
+ SankeyTooltipTemplateService,
384
+ {
385
+ provide: L10N_PREFIX,
386
+ useValue: 'kendo.sankey',
387
+ },
388
+ ], viewQueries: [{ propertyName: "tooltipInstance", first: true, predicate: SankeyTooltipPopupComponent, descendants: true, static: true }, { propertyName: "instanceElement", first: true, predicate: ["instance"], descendants: true, static: true }], exportAs: ["kendoSankey"], usesOnChanges: true, ngImport: i0, template: `
333
389
  <ng-container
334
390
  kendoSankeyLocalizedMessages
335
391
  i18n-tooltipUnitFormat="kendo.sankey.tooltipUnitFormat|The format string to use when displaying node and link values in the tooltip"
@@ -342,8 +398,9 @@ SankeyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
342
398
  >
343
399
  </kendo-sankey-tooltip-popup>
344
400
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
345
- `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSankeyLocalizedMessages]" }, { kind: "component", type: SankeyTooltipPopupComponent, selector: "kendo-sankey-tooltip-popup", inputs: ["animate", "popupSettings", "wrapperClass", "tooltipUnitFormat", "offset"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SankeyComponent, decorators: [{
401
+ `, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoSankeyLocalizedMessages]" }, { kind: "component", type: SankeyTooltipPopupComponent, selector: "kendo-sankey-tooltip-popup", inputs: ["animate", "wrapperClass", "tooltipUnitFormat", "offset"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
402
+ }
403
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SankeyComponent, decorators: [{
347
404
  type: Component,
348
405
  args: [{
349
406
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -47,11 +47,11 @@ import * as i13 from "./sankey/data-binding/flat-binding.directive";
47
47
  * ```
48
48
  */
49
49
  export class SankeyModule {
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SankeyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
51
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SankeyModule, imports: [i1.SankeyComponent, i2.SankeyTooltipPopupComponent, i3.SankeyLinkTooltipTemplateDirective, i4.SankeyNodeTooltipTemplateDirective, i5.SankeyCustomMessagesComponent, i6.LocalizedMessagesDirective, i7.SankeyTitleComponent, i8.SankeyLegendComponent, i9.SankeyTooltipComponent, i10.SankeyLinksComponent, i11.SankeyNodesComponent, i12.SankeyLabelsComponent, i13.SankeyFlatBindingDirective], exports: [i1.SankeyComponent, i2.SankeyTooltipPopupComponent, i3.SankeyLinkTooltipTemplateDirective, i4.SankeyNodeTooltipTemplateDirective, i5.SankeyCustomMessagesComponent, i6.LocalizedMessagesDirective, i7.SankeyTitleComponent, i8.SankeyLegendComponent, i9.SankeyTooltipComponent, i10.SankeyLinksComponent, i11.SankeyNodesComponent, i12.SankeyLabelsComponent, i13.SankeyFlatBindingDirective] });
52
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SankeyModule, providers: [IconsService, ResizeBatchService, PopupService, ThemeService], imports: [i1.SankeyComponent, i2.SankeyTooltipPopupComponent] });
50
53
  }
51
- SankeyModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SankeyModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
52
- SankeyModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SankeyModule, imports: [i1.SankeyComponent, i2.SankeyTooltipPopupComponent, i3.SankeyLinkTooltipTemplateDirective, i4.SankeyNodeTooltipTemplateDirective, i5.SankeyCustomMessagesComponent, i6.LocalizedMessagesDirective, i7.SankeyTitleComponent, i8.SankeyLegendComponent, i9.SankeyTooltipComponent, i10.SankeyLinksComponent, i11.SankeyNodesComponent, i12.SankeyLabelsComponent, i13.SankeyFlatBindingDirective], exports: [i1.SankeyComponent, i2.SankeyTooltipPopupComponent, i3.SankeyLinkTooltipTemplateDirective, i4.SankeyNodeTooltipTemplateDirective, i5.SankeyCustomMessagesComponent, i6.LocalizedMessagesDirective, i7.SankeyTitleComponent, i8.SankeyLegendComponent, i9.SankeyTooltipComponent, i10.SankeyLinksComponent, i11.SankeyNodesComponent, i12.SankeyLabelsComponent, i13.SankeyFlatBindingDirective] });
53
- SankeyModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SankeyModule, providers: [IconsService, ResizeBatchService, PopupService, ThemeService], imports: [i1.SankeyComponent, i2.SankeyTooltipPopupComponent, i5.SankeyCustomMessagesComponent, i7.SankeyTitleComponent, i8.SankeyLegendComponent, i9.SankeyTooltipComponent, i10.SankeyLinksComponent, i11.SankeyNodesComponent, i12.SankeyLabelsComponent] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SankeyModule, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SankeyModule, decorators: [{
55
55
  type: NgModule,
56
56
  args: [{
57
57
  imports: [...KENDO_SANKEY],
@@ -33,6 +33,57 @@ import * as i5 from "./events/instance-event.service";
33
33
  * ```
34
34
  */
35
35
  export class SparklineComponent extends ChartComponent {
36
+ configurationService;
37
+ themeService;
38
+ element;
39
+ intl;
40
+ localizationService;
41
+ ngZone;
42
+ instanceEventService;
43
+ changeDetector;
44
+ renderer;
45
+ /**
46
+ * The default series type.
47
+ */
48
+ type;
49
+ /**
50
+ * The data for the default Sparkline series.
51
+ * Discarded if series are supplied.
52
+ */
53
+ data;
54
+ /**
55
+ * @hidden
56
+ */
57
+ drilldown = new EventEmitter();
58
+ /**
59
+ * @hidden
60
+ */
61
+ drilldownLevelChange = new EventEmitter();
62
+ /**
63
+ * @hidden
64
+ */
65
+ noData = false;
66
+ /**
67
+ * @hidden
68
+ */
69
+ get drilldownLevel() {
70
+ return this.drilldownState.length;
71
+ }
72
+ /**
73
+ * @hidden
74
+ */
75
+ tooltipWrapperClass = 'k-sparkline-tooltip-wrapper';
76
+ /**
77
+ * @hidden
78
+ */
79
+ tooltipContentClasses = {
80
+ 'k-sparkline-tooltip': true
81
+ };
82
+ /**
83
+ * @hidden
84
+ */
85
+ showLicenseWatermark = false;
86
+ hostClasses = ['k-sparkline', 'k-widget'];
36
87
  constructor(configurationService, themeService, element, intl, localizationService, ngZone, instanceEventService, changeDetector, renderer) {
37
88
  super(configurationService, themeService, element, intl, localizationService, ngZone, instanceEventService, changeDetector, renderer);
38
89
  this.configurationService = configurationService;
@@ -44,38 +95,9 @@ export class SparklineComponent extends ChartComponent {
44
95
  this.instanceEventService = instanceEventService;
45
96
  this.changeDetector = changeDetector;
46
97
  this.renderer = renderer;
47
- /**
48
- * @hidden
49
- */
50
- this.drilldown = new EventEmitter();
51
- /**
52
- * @hidden
53
- */
54
- this.drilldownLevelChange = new EventEmitter();
55
- /**
56
- * @hidden
57
- */
58
- this.tooltipWrapperClass = 'k-sparkline-tooltip-wrapper';
59
- /**
60
- * @hidden
61
- */
62
- this.tooltipContentClasses = {
63
- 'k-sparkline-tooltip': true
64
- };
65
- /**
66
- * @hidden
67
- */
68
- this.showLicenseWatermark = false;
69
- this.hostClasses = ['k-sparkline', 'k-widget'];
70
98
  const isValid = validatePackage(packageMetadata);
71
99
  this.showLicenseWatermark = shouldShowValidationUI(isValid);
72
100
  }
73
- /**
74
- * @hidden
75
- */
76
- get drilldownLevel() {
77
- return this.drilldownState.length;
78
- }
79
101
  createInstance(element, observer) {
80
102
  this.instance = new Sparkline(element, Sparkline.normalizeOptions(this.options), this.theme, {
81
103
  intlService: this.intl,
@@ -87,18 +109,17 @@ export class SparklineComponent extends ChartComponent {
87
109
  updateOptions() {
88
110
  this.instance.setOptions(Sparkline.normalizeOptions(this.options));
89
111
  }
90
- }
91
- SparklineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SparklineComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.InstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
92
- SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SparklineComponent, isStandalone: true, selector: "kendo-sparkline", inputs: { type: "type", data: "data", drilldownLevel: "drilldownLevel" }, outputs: { drilldown: "drilldown", drilldownLevelChange: "drilldownLevelChange" }, providers: [
93
- ConfigurationService,
94
- TooltipTemplateService,
95
- InstanceEventService,
96
- LocalizationService,
97
- {
98
- provide: L10N_PREFIX,
99
- useValue: 'kendo.chart'
100
- }
101
- ], exportAs: ["kendoSparkline"], usesInheritance: true, ngImport: i0, template: `
112
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SparklineComponent, deps: [{ token: i1.ConfigurationService }, { token: i2.ThemeService }, { token: i0.ElementRef }, { token: i3.IntlService }, { token: i4.LocalizationService }, { token: i0.NgZone }, { token: i5.InstanceEventService }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
113
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SparklineComponent, isStandalone: true, selector: "kendo-sparkline", inputs: { type: "type", data: "data", noData: "noData", drilldownLevel: "drilldownLevel" }, outputs: { drilldown: "drilldown", drilldownLevelChange: "drilldownLevelChange" }, providers: [
114
+ ConfigurationService,
115
+ TooltipTemplateService,
116
+ InstanceEventService,
117
+ LocalizationService,
118
+ {
119
+ provide: L10N_PREFIX,
120
+ useValue: 'kendo.chart'
121
+ }
122
+ ], exportAs: ["kendoSparkline"], usesInheritance: true, ngImport: i0, template: `
102
123
  <span #surface class="k-chart-surface"></span>
103
124
  <kendo-chart-crosshair-tooltips-container [popupSettings]="popupSettings">
104
125
  </kendo-chart-crosshair-tooltips-container>
@@ -108,8 +129,9 @@ SparklineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
108
129
  <kendo-resize-sensor (resize)="onResize()"></kendo-resize-sensor>
109
130
 
110
131
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
111
- `, isInline: true, dependencies: [{ kind: "component", type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { kind: "component", type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "popupSettings", "wrapperClass"], outputs: ["leave"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SparklineComponent, decorators: [{
132
+ `, isInline: true, dependencies: [{ kind: "component", type: CrosshairTooltipsContainerComponent, selector: "kendo-chart-crosshair-tooltips-container", inputs: ["popupSettings"] }, { kind: "component", type: TooltipPopupComponent, selector: "kendo-chart-tooltip-popup", inputs: ["animate", "classNames", "wrapperClass"], outputs: ["leave"] }, { kind: "component", type: ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
133
+ }
134
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SparklineComponent, decorators: [{
113
135
  type: Component,
114
136
  args: [{
115
137
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -147,6 +169,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
147
169
  type: Output
148
170
  }], drilldownLevelChange: [{
149
171
  type: Output
172
+ }], noData: [{
173
+ type: Input
150
174
  }], drilldownLevel: [{
151
175
  type: Input
152
176
  }] } });
@@ -0,0 +1,142 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { NgModule } from '@angular/core';
6
+ import { PopupService } from '@progress/kendo-angular-popup';
7
+ import { ResizeBatchService } from '@progress/kendo-angular-common';
8
+ import { KENDO_CHART, KENDO_SPARKLINE } from './directives';
9
+ import { ThemeService } from './common/theme.service';
10
+ import { IconsService } from '@progress/kendo-angular-icons';
11
+ import * as i0 from "@angular/core";
12
+ import * as i1 from "./sparkline.component";
13
+ import * as i2 from "./chart.component";
14
+ import * as i3 from "./chart/donut-center-template.directive";
15
+ import * as i4 from "./chart/no-data-template.directive";
16
+ import * as i5 from "./chart/x-axis.component";
17
+ import * as i6 from "./chart/x-axis-item/crosshair.component";
18
+ import * as i7 from "./chart/x-axis-item/crosshair.tooltip.component";
19
+ import * as i8 from "./chart/x-axis-item.component";
20
+ import * as i9 from "./chart/x-axis-item/labels.component";
21
+ import * as i10 from "./chart/x-axis-item/notes.component";
22
+ import * as i11 from "./chart/x-axis-item/notes.icon.component";
23
+ import * as i12 from "./chart/x-axis-item/notes.label.component";
24
+ import * as i13 from "./chart/x-axis-item/title.component";
25
+ import * as i14 from "./chart/y-axis.component";
26
+ import * as i15 from "./chart/y-axis-item/crosshair.component";
27
+ import * as i16 from "./chart/y-axis-item/crosshair.tooltip.component";
28
+ import * as i17 from "./chart/y-axis-item.component";
29
+ import * as i18 from "./chart/y-axis-item/labels.component";
30
+ import * as i19 from "./chart/y-axis-item/notes.component";
31
+ import * as i20 from "./chart/y-axis-item/notes.icon.component";
32
+ import * as i21 from "./chart/y-axis-item/notes.label.component";
33
+ import * as i22 from "./chart/y-axis-item/title.component";
34
+ import * as i23 from "./chart/zoomable.component";
35
+ import * as i24 from "./chart/tooltip/tooltip-popup.component";
36
+ import * as i25 from "./chart/tooltip/series-tooltip-template.directive";
37
+ import * as i26 from "./chart/tooltip/shared-tooltip-template.directive";
38
+ import * as i27 from "./chart/tooltip/crosshair-tooltips-container.component";
39
+ import * as i28 from "./chart/tooltip/crosshair-tooltip.component";
40
+ import * as i29 from "./chart/axis-defaults.component";
41
+ import * as i30 from "./chart/axis-defaults/crosshair.component";
42
+ import * as i31 from "./chart/axis-defaults/crosshair.tooltip.component";
43
+ import * as i32 from "./chart/axis-defaults/labels.component";
44
+ import * as i33 from "./chart/axis-defaults/title.component";
45
+ import * as i34 from "./chart/category-axis.component";
46
+ import * as i35 from "./chart/category-axis-item/crosshair.component";
47
+ import * as i36 from "./chart/category-axis-item/crosshair.tooltip.component";
48
+ import * as i37 from "./chart/category-axis-item.component";
49
+ import * as i38 from "./chart/category-axis-item/labels.component";
50
+ import * as i39 from "./chart/category-axis-item/range-labels.component";
51
+ import * as i40 from "./chart/category-axis-item/notes.component";
52
+ import * as i41 from "./chart/category-axis-item/notes.icon.component";
53
+ import * as i42 from "./chart/category-axis-item/notes.label.component";
54
+ import * as i43 from "./chart/category-axis-item/select.component";
55
+ import * as i44 from "./chart/category-axis-item/title.component";
56
+ import * as i45 from "./chart/chart-area.component";
57
+ import * as i46 from "./chart-breadcrumb.component";
58
+ import * as i47 from "./chart/localization/custom-messages.component";
59
+ import * as i48 from "./chart/localization/localized-messages.directive";
60
+ import * as i49 from "./chart/legend.component";
61
+ import * as i50 from "./chart/legend/inactive-items.component";
62
+ import * as i51 from "./chart/legend/item.component";
63
+ import * as i52 from "./chart/pane.component";
64
+ import * as i53 from "./chart/pane-defaults.component";
65
+ import * as i54 from "./chart/pane-defaults/title.component";
66
+ import * as i55 from "./chart/panes.component";
67
+ import * as i56 from "./chart/pane/title.component";
68
+ import * as i57 from "./chart/plot-area.component";
69
+ import * as i58 from "./chart/series.component";
70
+ import * as i59 from "./chart/series-defaults.component";
71
+ import * as i60 from "./chart/series-defaults/labels.component";
72
+ import * as i61 from "./chart/series-defaults/labels.from.component";
73
+ import * as i62 from "./chart/series-defaults/labels.to.component";
74
+ import * as i63 from "./chart/series-defaults/notes.component";
75
+ import * as i64 from "./chart/series-defaults/notes.icon.component";
76
+ import * as i65 from "./chart/series-defaults/notes.label.component";
77
+ import * as i66 from "./chart/series-defaults/tooltip.component";
78
+ import * as i67 from "./chart/series-drilldown-template.directive";
79
+ import * as i68 from "./chart/series-item/error-bars.component";
80
+ import * as i69 from "./chart/series-item/extremes.component";
81
+ import * as i70 from "./chart/series-item/highlight.component";
82
+ import * as i71 from "./chart/series-item.component";
83
+ import * as i72 from "./chart/series-item/labels.component";
84
+ import * as i73 from "./chart/series-item/labels.from.component";
85
+ import * as i74 from "./chart/series-item/labels.to.component";
86
+ import * as i75 from "./chart/series-item/markers.component";
87
+ import * as i76 from "./chart/series-item/notes.component";
88
+ import * as i77 from "./chart/series-item/notes.icon.component";
89
+ import * as i78 from "./chart/series-item/notes.label.component";
90
+ import * as i79 from "./chart/series-item/outliers.component";
91
+ import * as i80 from "./chart/series-item/tooltip.component";
92
+ import * as i81 from "./chart/series-item/trendline.component";
93
+ import * as i82 from "./chart/series-item/trendline.forecast.component";
94
+ import * as i83 from "./chart/subtitle.component";
95
+ import * as i84 from "./chart/title.component";
96
+ import * as i85 from "./chart/tooltip.component";
97
+ import * as i86 from "./chart/value-axis.component";
98
+ import * as i87 from "./chart/value-axis-item/crosshair.component";
99
+ import * as i88 from "./chart/value-axis-item/crosshair.tooltip.component";
100
+ import * as i89 from "./chart/value-axis-item.component";
101
+ import * as i90 from "./chart/value-axis-item/labels.component";
102
+ import * as i91 from "./chart/value-axis-item/notes.component";
103
+ import * as i92 from "./chart/value-axis-item/notes.icon.component";
104
+ import * as i93 from "./chart/value-axis-item/notes.label.component";
105
+ import * as i94 from "./chart/value-axis-item/title.component";
106
+ //IMPORTANT: NgModule export kept for backwards compatibility
107
+ /**
108
+ * A [module](link:site.data.urls.angular['ngmoduleapi']) that includes the Sparkline component and directives.
109
+ *
110
+ * Imports the SparklineModule into your application
111
+ * [root module](link:site.data.urls.angular['ngmodules']#angular-modularity) or any other sub-module
112
+ * that will use the Sparkline component.
113
+ *
114
+ * @example
115
+ * ```ts-no-run
116
+ * import { NgModule } from '@angular/core';
117
+ * import { BrowserModule } from '@angular/platform-browser';
118
+ * import { SparklineModule } from '@progress/kendo-angular-charts';
119
+ * import { AppComponent } from './app.component';
120
+ *
121
+ * _@NgModule({
122
+ * bootstrap: [AppComponent],
123
+ * declarations: [AppComponent],
124
+ * imports: [BrowserModule, SparklineModule]
125
+ * })
126
+ * export class AppModule {
127
+ * }
128
+ * ```
129
+ */
130
+ export class SparklineModule {
131
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SparklineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
132
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SparklineModule, imports: [i1.SparklineComponent, i2.ChartComponent, i3.DonutCenterTemplateDirective, i4.NoDataTemplateDirective, i5.XAxisComponent, i6.XAxisCrosshairComponent, i7.XAxisCrosshairTooltipComponent, i8.XAxisItemComponent, i9.XAxisLabelsComponent, i10.XAxisNotesComponent, i11.XAxisNotesIconComponent, i12.XAxisNotesLabelComponent, i13.XAxisTitleComponent, i14.YAxisComponent, i15.YAxisCrosshairComponent, i16.YAxisCrosshairTooltipComponent, i17.YAxisItemComponent, i18.YAxisLabelsComponent, i19.YAxisNotesComponent, i20.YAxisNotesIconComponent, i21.YAxisNotesLabelComponent, i22.YAxisTitleComponent, i23.ZoomableComponent, i24.TooltipPopupComponent, i25.SeriesTooltipTemplateDirective, i26.SharedTooltipTemplateDirective, i27.CrosshairTooltipsContainerComponent, i28.CrosshairTooltipComponent, i29.AxisDefaultsComponent, i30.AxisDefaultsCrosshairComponent, i31.AxisDefaultsCrosshairTooltipComponent, i32.AxisDefaultsLabelsComponent, i33.AxisDefaultsTitleComponent, i34.CategoryAxisComponent, i35.CategoryAxisCrosshairComponent, i36.CategoryAxisCrosshairTooltipComponent, i37.CategoryAxisItemComponent, i38.CategoryAxisLabelsComponent, i39.CategoryAxisRangeLabelsComponent, i40.CategoryAxisNotesComponent, i41.CategoryAxisNotesIconComponent, i42.CategoryAxisNotesLabelComponent, i43.CategoryAxisSelectComponent, i44.CategoryAxisTitleComponent, i45.ChartAreaComponent, i46.ChartBreadcrumbComponent, i47.ChartCustomMessagesComponent, i48.LocalizedChartMessagesDirective, i49.LegendComponent, i50.LegendInactiveItemsComponent, i51.LegendItemComponent, i52.PaneComponent, i53.PaneDefaultsComponent, i54.PaneDefaultsTitleComponent, i55.PanesComponent, i56.PanesTitleComponent, i57.PlotAreaComponent, i58.SeriesComponent, i59.SeriesDefaultsComponent, i60.SeriesDefaultsLabelsComponent, i61.SeriesDefaultsLabelsFromComponent, i62.SeriesDefaultsLabelsToComponent, i63.SeriesDefaultsNotesComponent, i64.SeriesDefaultsNotesIconComponent, i65.SeriesDefaultsNotesLabelComponent, i66.SeriesDefaultsTooltipComponent, i67.SeriesDrilldownTemplateDirective, i68.SeriesErrorBarsComponent, i69.SeriesExtremesComponent, i70.SeriesHighlightComponent, i71.SeriesItemComponent, i72.SeriesLabelsComponent, i73.SeriesLabelsFromComponent, i74.SeriesLabelsToComponent, i75.SeriesMarkersComponent, i76.SeriesNotesComponent, i77.SeriesNotesIconComponent, i78.SeriesNotesLabelComponent, i79.SeriesOutliersComponent, i80.SeriesTooltipComponent, i81.SeriesTrendlineComponent, i82.SeriesTrendlineForecastComponent, i83.SubtitleComponent, i84.TitleComponent, i85.TooltipComponent, i86.ValueAxisComponent, i87.ValueAxisCrosshairComponent, i88.ValueAxisCrosshairTooltipComponent, i89.ValueAxisItemComponent, i90.ValueAxisLabelsComponent, i91.ValueAxisNotesComponent, i92.ValueAxisNotesIconComponent, i93.ValueAxisNotesLabelComponent, i94.ValueAxisTitleComponent], exports: [i1.SparklineComponent, i2.ChartComponent, i3.DonutCenterTemplateDirective, i4.NoDataTemplateDirective, i5.XAxisComponent, i6.XAxisCrosshairComponent, i7.XAxisCrosshairTooltipComponent, i8.XAxisItemComponent, i9.XAxisLabelsComponent, i10.XAxisNotesComponent, i11.XAxisNotesIconComponent, i12.XAxisNotesLabelComponent, i13.XAxisTitleComponent, i14.YAxisComponent, i15.YAxisCrosshairComponent, i16.YAxisCrosshairTooltipComponent, i17.YAxisItemComponent, i18.YAxisLabelsComponent, i19.YAxisNotesComponent, i20.YAxisNotesIconComponent, i21.YAxisNotesLabelComponent, i22.YAxisTitleComponent, i23.ZoomableComponent, i24.TooltipPopupComponent, i25.SeriesTooltipTemplateDirective, i26.SharedTooltipTemplateDirective, i27.CrosshairTooltipsContainerComponent, i28.CrosshairTooltipComponent, i29.AxisDefaultsComponent, i30.AxisDefaultsCrosshairComponent, i31.AxisDefaultsCrosshairTooltipComponent, i32.AxisDefaultsLabelsComponent, i33.AxisDefaultsTitleComponent, i34.CategoryAxisComponent, i35.CategoryAxisCrosshairComponent, i36.CategoryAxisCrosshairTooltipComponent, i37.CategoryAxisItemComponent, i38.CategoryAxisLabelsComponent, i39.CategoryAxisRangeLabelsComponent, i40.CategoryAxisNotesComponent, i41.CategoryAxisNotesIconComponent, i42.CategoryAxisNotesLabelComponent, i43.CategoryAxisSelectComponent, i44.CategoryAxisTitleComponent, i45.ChartAreaComponent, i46.ChartBreadcrumbComponent, i47.ChartCustomMessagesComponent, i48.LocalizedChartMessagesDirective, i49.LegendComponent, i50.LegendInactiveItemsComponent, i51.LegendItemComponent, i52.PaneComponent, i53.PaneDefaultsComponent, i54.PaneDefaultsTitleComponent, i55.PanesComponent, i56.PanesTitleComponent, i57.PlotAreaComponent, i58.SeriesComponent, i59.SeriesDefaultsComponent, i60.SeriesDefaultsLabelsComponent, i61.SeriesDefaultsLabelsFromComponent, i62.SeriesDefaultsLabelsToComponent, i63.SeriesDefaultsNotesComponent, i64.SeriesDefaultsNotesIconComponent, i65.SeriesDefaultsNotesLabelComponent, i66.SeriesDefaultsTooltipComponent, i67.SeriesDrilldownTemplateDirective, i68.SeriesErrorBarsComponent, i69.SeriesExtremesComponent, i70.SeriesHighlightComponent, i71.SeriesItemComponent, i72.SeriesLabelsComponent, i73.SeriesLabelsFromComponent, i74.SeriesLabelsToComponent, i75.SeriesMarkersComponent, i76.SeriesNotesComponent, i77.SeriesNotesIconComponent, i78.SeriesNotesLabelComponent, i79.SeriesOutliersComponent, i80.SeriesTooltipComponent, i81.SeriesTrendlineComponent, i82.SeriesTrendlineForecastComponent, i83.SubtitleComponent, i84.TitleComponent, i85.TooltipComponent, i86.ValueAxisComponent, i87.ValueAxisCrosshairComponent, i88.ValueAxisCrosshairTooltipComponent, i89.ValueAxisItemComponent, i90.ValueAxisLabelsComponent, i91.ValueAxisNotesComponent, i92.ValueAxisNotesIconComponent, i93.ValueAxisNotesLabelComponent, i94.ValueAxisTitleComponent] });
133
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SparklineModule, providers: [ThemeService, IconsService, PopupService, ResizeBatchService], imports: [KENDO_SPARKLINE, i2.ChartComponent, i46.ChartBreadcrumbComponent] });
134
+ }
135
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SparklineModule, decorators: [{
136
+ type: NgModule,
137
+ args: [{
138
+ imports: [...KENDO_SPARKLINE, ...KENDO_CHART],
139
+ exports: [...KENDO_SPARKLINE, ...KENDO_CHART],
140
+ providers: [ThemeService, IconsService, PopupService, ResizeBatchService]
141
+ }]
142
+ }] });
@@ -7,6 +7,14 @@ import { BaseEvent } from '../../events/base-event';
7
7
  * The arguments for the `navigatorFilter` event.
8
8
  */
9
9
  export class NavigatorFilterEvent extends BaseEvent {
10
+ /**
11
+ * The start of the navigator range.
12
+ */
13
+ from;
14
+ /**
15
+ * The end of the navigator range.
16
+ */
17
+ to;
10
18
  /**
11
19
  * @hidden
12
20
  */
@@ -11,14 +11,15 @@ import * as i1 from "../../../common/configuration.service";
11
11
  * The configuration options of the crosshair.
12
12
  */
13
13
  export class NavigatorCategoryAxisCrosshairComponent extends CategoryAxisCrosshairComponent {
14
+ configurationService;
14
15
  constructor(configurationService) {
15
16
  super(configurationService);
16
17
  this.configurationService = configurationService;
17
18
  }
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NavigatorCategoryAxisCrosshairComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-crosshair", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
21
  }
19
- NavigatorCategoryAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NavigatorCategoryAxisCrosshairComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-crosshair", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -12,14 +12,15 @@ import * as i1 from "../../../common/configuration.service";
12
12
  * The crosshair tooltip is displayed when the `visible` option is set to `true`.
13
13
  */
14
14
  export class NavigatorCategoryAxisCrosshairTooltipComponent extends CategoryAxisCrosshairTooltipComponent {
15
+ configurationService;
15
16
  constructor(configurationService) {
16
17
  super(configurationService);
17
18
  this.configurationService = configurationService;
18
19
  }
20
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NavigatorCategoryAxisCrosshairTooltipComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-crosshair-tooltip", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
22
  }
20
- NavigatorCategoryAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- NavigatorCategoryAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NavigatorCategoryAxisCrosshairTooltipComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-crosshair-tooltip", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, decorators: [{
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisCrosshairTooltipComponent, decorators: [{
23
24
  type: Component,
24
25
  args: [{
25
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -11,14 +11,15 @@ import * as i1 from "../../../common/configuration.service";
11
11
  * The configuration of the axis labels.
12
12
  */
13
13
  export class NavigatorCategoryAxisLabelsComponent extends CategoryAxisLabelsComponent {
14
+ configurationService;
14
15
  constructor(configurationService) {
15
16
  super(configurationService);
16
17
  this.configurationService = configurationService;
17
18
  }
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NavigatorCategoryAxisLabelsComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
21
  }
19
- NavigatorCategoryAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NavigatorCategoryAxisLabelsComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisLabelsComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -11,14 +11,15 @@ import * as i1 from "../../../common/configuration.service";
11
11
  * The configuration of the category axis notes.
12
12
  */
13
13
  export class NavigatorCategoryAxisNotesComponent extends CategoryAxisNotesComponent {
14
+ configurationService;
14
15
  constructor(configurationService) {
15
16
  super(configurationService);
16
17
  this.configurationService = configurationService;
17
18
  }
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NavigatorCategoryAxisNotesComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-notes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
21
  }
19
- NavigatorCategoryAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NavigatorCategoryAxisNotesComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-notes", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisNotesComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -11,14 +11,15 @@ import * as i1 from "../../../common/configuration.service";
11
11
  * The icon of the notes.
12
12
  */
13
13
  export class NavigatorCategoryAxisNotesIconComponent extends CategoryAxisNotesIconComponent {
14
+ configurationService;
14
15
  constructor(configurationService) {
15
16
  super(configurationService);
16
17
  this.configurationService = configurationService;
17
18
  }
19
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: NavigatorCategoryAxisNotesIconComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-notes-icon", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
21
  }
19
- NavigatorCategoryAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- NavigatorCategoryAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NavigatorCategoryAxisNotesIconComponent, isStandalone: true, selector: "kendo-chart-navigator-category-axis-notes-icon", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, decorators: [{
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NavigatorCategoryAxisNotesIconComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,