@progress/kendo-angular-charts 17.0.0-develop.9 → 17.0.0

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 (519) hide show
  1. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  2. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
  3. package/chart/axis-defaults/labels.component.d.ts +1 -1
  4. package/chart/axis-defaults/title.component.d.ts +1 -1
  5. package/chart/axis-defaults.component.d.ts +1 -1
  6. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  7. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
  8. package/chart/category-axis-item/labels.component.d.ts +1 -1
  9. package/chart/category-axis-item/notes.component.d.ts +1 -1
  10. package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
  11. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  12. package/chart/category-axis-item/select.component.d.ts +1 -1
  13. package/chart/category-axis-item/title.component.d.ts +1 -1
  14. package/chart/category-axis-item.component.d.ts +1 -1
  15. package/chart/chart-area.component.d.ts +1 -1
  16. package/chart/legend/inactive-items.component.d.ts +1 -1
  17. package/chart/legend/item.component.d.ts +1 -1
  18. package/chart/legend.component.d.ts +1 -1
  19. package/chart/localization/custom-messages.component.d.ts +23 -0
  20. package/chart/localization/localized-messages.directive.d.ts +16 -0
  21. package/chart/localization/messages.d.ts +17 -0
  22. package/chart/no-data-template.directive.d.ts +17 -0
  23. package/chart/pane/title.component.d.ts +1 -1
  24. package/chart/pane-defaults/title.component.d.ts +1 -1
  25. package/chart/pane-defaults.component.d.ts +1 -1
  26. package/chart/pane.component.d.ts +1 -1
  27. package/chart/plot-area.component.d.ts +1 -1
  28. package/chart/series-defaults/labels.component.d.ts +1 -1
  29. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  30. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  31. package/chart/series-defaults/notes.component.d.ts +1 -1
  32. package/chart/series-defaults/notes.icon.component.d.ts +1 -1
  33. package/chart/series-defaults/notes.label.component.d.ts +1 -1
  34. package/chart/series-defaults/tooltip.component.d.ts +1 -1
  35. package/chart/series-defaults.component.d.ts +1 -1
  36. package/chart/series-item/error-bars.component.d.ts +1 -1
  37. package/chart/series-item/extremes.component.d.ts +1 -1
  38. package/chart/series-item/highlight.component.d.ts +1 -1
  39. package/chart/series-item/labels.component.d.ts +1 -1
  40. package/chart/series-item/labels.from.component.d.ts +1 -1
  41. package/chart/series-item/labels.to.component.d.ts +1 -1
  42. package/chart/series-item/markers.component.d.ts +1 -1
  43. package/chart/series-item/notes.component.d.ts +1 -1
  44. package/chart/series-item/notes.icon.component.d.ts +1 -1
  45. package/chart/series-item/notes.label.component.d.ts +1 -1
  46. package/chart/series-item/outliers.component.d.ts +1 -1
  47. package/chart/series-item/tooltip.component.d.ts +1 -1
  48. package/chart/series-item/trendline.component.d.ts +1 -1
  49. package/chart/series-item/trendline.forecast.component.d.ts +1 -1
  50. package/chart/series-item.component.d.ts +11 -2
  51. package/chart/subtitle.component.d.ts +1 -1
  52. package/chart/title.component.d.ts +1 -1
  53. package/chart/tooltip/base-tooltip.d.ts +1 -1
  54. package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -3
  55. package/chart/tooltip/crosshair-tooltips-container.component.d.ts +2 -2
  56. package/chart/tooltip/tooltip-popup.component.d.ts +1 -3
  57. package/chart/tooltip.component.d.ts +1 -1
  58. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  59. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
  60. package/chart/value-axis-item/labels.component.d.ts +1 -1
  61. package/chart/value-axis-item/notes.component.d.ts +1 -1
  62. package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
  63. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  64. package/chart/value-axis-item/title.component.d.ts +1 -1
  65. package/chart/value-axis-item.component.d.ts +1 -1
  66. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  67. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  68. package/chart/x-axis-item/labels.component.d.ts +1 -1
  69. package/chart/x-axis-item/notes.component.d.ts +1 -1
  70. package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
  71. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  72. package/chart/x-axis-item/title.component.d.ts +1 -1
  73. package/chart/x-axis-item.component.d.ts +1 -1
  74. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  75. package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
  76. package/chart/y-axis-item/labels.component.d.ts +1 -1
  77. package/chart/y-axis-item/notes.component.d.ts +1 -1
  78. package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
  79. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  80. package/chart/y-axis-item/title.component.d.ts +1 -1
  81. package/chart/y-axis-item.component.d.ts +1 -1
  82. package/chart/zoomable.component.d.ts +1 -1
  83. package/chart-breadcrumb.component.d.ts +1 -1
  84. package/chart-options.interface.d.ts +7 -0
  85. package/chart.component.d.ts +8 -1
  86. package/chart.directives.d.ts +4 -1
  87. package/chart.module.d.ts +92 -89
  88. package/charts.module.d.ts +135 -132
  89. package/common/property-types.d.ts +1 -0
  90. package/directives.d.ts +5 -2
  91. package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.component.mjs +28 -3
  92. package/{esm2020 → esm2022}/chart/axis-defaults/crosshair.tooltip.component.mjs +29 -3
  93. package/esm2022/chart/axis-defaults/labels.component.mjs +105 -0
  94. package/{esm2020 → esm2022}/chart/axis-defaults/title.component.mjs +39 -3
  95. package/{esm2020 → esm2022}/chart/axis-defaults.component.mjs +40 -3
  96. package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.component.mjs +28 -3
  97. package/{esm2020 → esm2022}/chart/category-axis-item/crosshair.tooltip.component.mjs +29 -3
  98. package/esm2022/chart/category-axis-item/labels.component.mjs +129 -0
  99. package/{esm2020 → esm2022}/chart/category-axis-item/notes.component.mjs +11 -3
  100. package/{esm2020 → esm2022}/chart/category-axis-item/notes.icon.component.mjs +9 -3
  101. package/{esm2020/chart/y-axis-item → esm2022/chart/category-axis-item}/notes.label.component.mjs +37 -5
  102. package/{esm2020 → esm2022}/chart/category-axis-item/range-labels.component.mjs +4 -3
  103. package/{esm2020 → esm2022}/chart/category-axis-item/select.component.mjs +9 -3
  104. package/{esm2020 → esm2022}/chart/category-axis-item/title.component.mjs +40 -3
  105. package/{esm2020 → esm2022}/chart/category-axis-item.component.mjs +76 -3
  106. package/{esm2020 → esm2022}/chart/category-axis.component.mjs +6 -3
  107. package/{esm2020 → esm2022}/chart/chart-area.component.mjs +30 -3
  108. package/{esm2020 → esm2022}/chart/donut-center-template.directive.mjs +4 -3
  109. package/{esm2020 → esm2022}/chart/legend/inactive-items.component.mjs +5 -3
  110. package/{esm2020 → esm2022}/chart/legend/item.component.mjs +11 -3
  111. package/esm2022/chart/legend.component.mjs +136 -0
  112. package/esm2022/chart/localization/custom-messages.component.mjs +49 -0
  113. package/esm2022/chart/localization/localized-messages.directive.mjs +39 -0
  114. package/esm2022/chart/localization/messages.mjs +27 -0
  115. package/esm2022/chart/no-data-template.directive.mjs +28 -0
  116. package/{esm2020 → esm2022}/chart/pane/title.component.mjs +31 -3
  117. package/{esm2020 → esm2022}/chart/pane-defaults/title.component.mjs +30 -3
  118. package/{esm2020 → esm2022}/chart/pane-defaults.component.mjs +19 -3
  119. package/{esm2020 → esm2022}/chart/pane.component.mjs +21 -3
  120. package/{esm2020 → esm2022}/chart/panes.component.mjs +6 -3
  121. package/{esm2020 → esm2022}/chart/plot-area.component.mjs +27 -3
  122. package/{esm2020 → esm2022}/chart/series-defaults/labels.component.mjs +37 -3
  123. package/{esm2020 → esm2022}/chart/series-defaults/labels.from.component.mjs +33 -3
  124. package/{esm2020 → esm2022}/chart/series-defaults/labels.to.component.mjs +33 -3
  125. package/{esm2020 → esm2022}/chart/series-defaults/notes.component.mjs +9 -3
  126. package/{esm2020/chart/y-axis-item → esm2022/chart/series-defaults}/notes.icon.component.mjs +20 -6
  127. package/{esm2020 → esm2022}/chart/series-defaults/notes.label.component.mjs +34 -3
  128. package/{esm2020 → esm2022}/chart/series-defaults/tooltip.component.mjs +23 -3
  129. package/{esm2020 → esm2022}/chart/series-defaults.component.mjs +32 -3
  130. package/{esm2020 → esm2022}/chart/series-drilldown-template.directive.mjs +4 -3
  131. package/{esm2020 → esm2022}/chart/series-item/error-bars.component.mjs +15 -3
  132. package/{esm2020 → esm2022}/chart/series-item/extremes.component.mjs +17 -3
  133. package/{esm2020 → esm2022}/chart/series-item/highlight.component.mjs +16 -3
  134. package/{esm2020 → esm2022}/chart/series-item/labels.component.mjs +50 -3
  135. package/{esm2020 → esm2022}/chart/series-item/labels.from.component.mjs +34 -3
  136. package/{esm2020 → esm2022}/chart/series-item/labels.to.component.mjs +34 -3
  137. package/{esm2020 → esm2022}/chart/series-item/markers.component.mjs +25 -3
  138. package/{esm2020 → esm2022}/chart/series-item/notes.component.mjs +10 -3
  139. package/{esm2020 → esm2022}/chart/series-item/notes.icon.component.mjs +19 -3
  140. package/{esm2020 → esm2022}/chart/series-item/notes.label.component.mjs +39 -3
  141. package/{esm2020 → esm2022}/chart/series-item/outliers.component.mjs +19 -3
  142. package/{esm2020 → esm2022}/chart/series-item/tooltip.component.mjs +20 -3
  143. package/{esm2020 → esm2022}/chart/series-item/trendline.component.mjs +8 -3
  144. package/{esm2020 → esm2022}/chart/series-item/trendline.forecast.component.mjs +12 -3
  145. package/esm2022/chart/series-item.component.mjs +647 -0
  146. package/{esm2020 → esm2022}/chart/series.component.mjs +8 -3
  147. package/{esm2020 → esm2022}/chart/subtitle.component.mjs +39 -3
  148. package/{esm2020 → esm2022}/chart/title.component.mjs +47 -3
  149. package/{esm2020 → esm2022}/chart/tooltip/base-tooltip.mjs +14 -7
  150. package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltip.component.mjs +11 -10
  151. package/{esm2020 → esm2022}/chart/tooltip/crosshair-tooltips-container.component.mjs +12 -12
  152. package/{esm2020 → esm2022}/chart/tooltip/series-tooltip-template.directive.mjs +4 -3
  153. package/{esm2020 → esm2022}/chart/tooltip/shared-tooltip-template.directive.mjs +4 -3
  154. package/{esm2020 → esm2022}/chart/tooltip/tooltip-popup.component.mjs +25 -15
  155. package/esm2022/chart/tooltip/tooltip-template-point.mjs +105 -0
  156. package/{esm2020 → esm2022}/chart/tooltip.component.mjs +32 -3
  157. package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.component.mjs +25 -3
  158. package/{esm2020 → esm2022}/chart/value-axis-item/crosshair.tooltip.component.mjs +27 -3
  159. package/esm2022/chart/value-axis-item/labels.component.mjs +118 -0
  160. package/{esm2020 → esm2022}/chart/value-axis-item/notes.component.mjs +11 -3
  161. package/{esm2020 → esm2022}/chart/value-axis-item/notes.icon.component.mjs +17 -3
  162. package/{esm2020 → esm2022}/chart/value-axis-item/notes.label.component.mjs +34 -3
  163. package/{esm2020 → esm2022}/chart/value-axis-item/title.component.mjs +39 -3
  164. package/{esm2020 → esm2022}/chart/value-axis-item.component.mjs +64 -3
  165. package/{esm2020 → esm2022}/chart/value-axis.component.mjs +6 -3
  166. package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.component.mjs +22 -3
  167. package/{esm2020 → esm2022}/chart/x-axis-item/crosshair.tooltip.component.mjs +29 -3
  168. package/{esm2020 → esm2022}/chart/x-axis-item/labels.component.mjs +50 -3
  169. package/{esm2020 → esm2022}/chart/x-axis-item/notes.component.mjs +11 -3
  170. package/{esm2020 → esm2022}/chart/x-axis-item/notes.icon.component.mjs +17 -3
  171. package/{esm2020 → esm2022}/chart/x-axis-item/notes.label.component.mjs +35 -3
  172. package/{esm2020 → esm2022}/chart/x-axis-item/title.component.mjs +40 -3
  173. package/{esm2020 → esm2022}/chart/x-axis-item.component.mjs +47 -3
  174. package/{esm2020 → esm2022}/chart/x-axis.component.mjs +6 -3
  175. package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.component.mjs +10 -3
  176. package/{esm2020 → esm2022}/chart/y-axis-item/crosshair.tooltip.component.mjs +11 -3
  177. package/esm2022/chart/y-axis-item/labels.component.mjs +123 -0
  178. package/{esm2020 → esm2022}/chart/y-axis-item/notes.component.mjs +11 -3
  179. package/esm2022/chart/y-axis-item/notes.icon.component.mjs +53 -0
  180. package/esm2022/chart/y-axis-item/notes.label.component.mjs +79 -0
  181. package/{esm2020 → esm2022}/chart/y-axis-item/title.component.mjs +40 -3
  182. package/{esm2020 → esm2022}/chart/y-axis-item.component.mjs +54 -3
  183. package/{esm2020 → esm2022}/chart/y-axis.component.mjs +6 -3
  184. package/{esm2020 → esm2022}/chart/zoomable.component.mjs +6 -3
  185. package/{esm2020 → esm2022}/chart-breadcrumb.component.mjs +21 -14
  186. package/{esm2020 → esm2022}/chart.component.mjs +280 -172
  187. package/{esm2020 → esm2022}/chart.directives.mjs +4 -1
  188. package/esm2022/chart.module.mjs +140 -0
  189. package/esm2022/charts.module.mjs +184 -0
  190. package/{esm2020 → esm2022}/common/chart-instance-observer.mjs +7 -7
  191. package/{esm2020 → esm2022}/common/collection-item.component.mjs +8 -5
  192. package/{esm2020 → esm2022}/common/collection.component.mjs +9 -4
  193. package/{esm2020 → esm2022}/common/collection.service.mjs +7 -3
  194. package/{esm2020 → esm2022}/common/configuration.service.mjs +10 -5
  195. package/{esm2020 → esm2022}/common/prefix-configuration.service.mjs +5 -3
  196. package/{esm2020 → esm2022}/common/root-configuration.service.mjs +3 -3
  197. package/{esm2020 → esm2022}/common/settings.component.mjs +6 -4
  198. package/{esm2020 → esm2022}/common/theme.service.mjs +5 -4
  199. package/{esm2020 → esm2022}/common/tooltip-template.service.mjs +6 -3
  200. package/{esm2020 → esm2022}/directives.mjs +6 -0
  201. package/{esm2020 → esm2022}/events/axis-label-click-event.mjs +21 -0
  202. package/{esm2020 → esm2022}/events/base-event.mjs +7 -3
  203. package/{esm2020 → esm2022}/events/drag-end-event.mjs +9 -0
  204. package/{esm2020 → esm2022}/events/drag-event.mjs +9 -0
  205. package/{esm2020 → esm2022}/events/drag-start-event.mjs +9 -0
  206. package/{esm2020 → esm2022}/events/drilldown-event.mjs +12 -0
  207. package/{esm2020 → esm2022}/events/legend-event.mjs +17 -0
  208. package/{esm2020 → esm2022}/events/note-event.mjs +20 -0
  209. package/{esm2020 → esm2022}/events/pane-render-event.mjs +12 -0
  210. package/{esm2020 → esm2022}/events/plot-area-click-event.mjs +20 -0
  211. package/{esm2020 → esm2022}/events/plot-area-hover-event.mjs +20 -0
  212. package/{esm2020 → esm2022}/events/preventable-event.mjs +4 -7
  213. package/{esm2020 → esm2022}/events/select-end-event.mjs +12 -0
  214. package/{esm2020 → esm2022}/events/select-event.mjs +12 -0
  215. package/{esm2020 → esm2022}/events/select-start-event.mjs +12 -0
  216. package/{esm2020 → esm2022}/events/series-click-event.mjs +33 -0
  217. package/{esm2020 → esm2022}/events/series-event.mjs +32 -0
  218. package/{esm2020 → esm2022}/events/zoom-end-event.mjs +12 -0
  219. package/{esm2020 → esm2022}/events/zoom-event.mjs +18 -0
  220. package/{esm2020 → esm2022}/events/zoom-start-event.mjs +9 -0
  221. package/{esm2020 → esm2022}/index.mjs +1 -0
  222. package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
  223. package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.directive.mjs +22 -13
  224. package/{esm2020 → esm2022}/sankey/data-binding/flat-binding.event.mjs +10 -0
  225. package/{esm2020 → esm2022}/sankey/events/sankey-base-event.mjs +8 -0
  226. package/{esm2020 → esm2022}/sankey/events/sankey-link-event.mjs +4 -0
  227. package/{esm2020 → esm2022}/sankey/events/sankey-node-event.mjs +4 -0
  228. package/{esm2020 → esm2022}/sankey/labels.component.mjs +14 -3
  229. package/esm2022/sankey/legend.component.mjs +129 -0
  230. package/{esm2020 → esm2022}/sankey/links.component.mjs +8 -3
  231. package/{esm2020 → esm2022}/sankey/localization/custom-messages.component.mjs +9 -8
  232. package/{esm2020 → esm2022}/sankey/localization/localized-messages.directive.mjs +9 -8
  233. package/{esm2020 → esm2022}/sankey/localization/messages.mjs +7 -3
  234. package/{esm2020 → esm2022}/sankey/nodes.component.mjs +20 -3
  235. package/{esm2020 → esm2022}/sankey/title.component.mjs +47 -3
  236. package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template-context.mjs +12 -0
  237. package/{esm2020 → esm2022}/sankey/tooltip/link-tooltip-template.directive.mjs +4 -3
  238. package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template-context.mjs +12 -0
  239. package/{esm2020 → esm2022}/sankey/tooltip/node-tooltip-template.directive.mjs +4 -3
  240. package/{esm2020 → esm2022}/sankey/tooltip/square-symbol.directive.mjs +7 -8
  241. package/{esm2020 → esm2022}/sankey/tooltip/tooltip-popup.component.mjs +36 -19
  242. package/{esm2020 → esm2022}/sankey/tooltip/tooltip-template.service.mjs +5 -3
  243. package/{esm2020 → esm2022}/sankey/tooltip.component.mjs +30 -3
  244. package/{esm2020 → esm2022}/sankey.component.mjs +107 -50
  245. package/{esm2020 → esm2022}/sankey.module.mjs +4 -4
  246. package/{esm2020 → esm2022}/sparkline.component.mjs +67 -43
  247. package/esm2022/sparkline.module.mjs +142 -0
  248. package/{esm2020 → esm2022}/stock-chart/events/navigator-filter-event.mjs +8 -0
  249. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.component.mjs +4 -3
  250. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs +4 -3
  251. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/labels.component.mjs +4 -3
  252. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.component.mjs +4 -3
  253. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.icon.component.mjs +4 -3
  254. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/notes.label.component.mjs +4 -3
  255. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/select.component.mjs +4 -3
  256. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis/title.component.mjs +4 -3
  257. package/{esm2020 → esm2022}/stock-chart/navigator/category-axis.component.mjs +10 -9
  258. package/{esm2020 → esm2022}/stock-chart/navigator/hint.component.mjs +7 -3
  259. package/{esm2020 → esm2022}/stock-chart/navigator/pane/title.component.mjs +4 -3
  260. package/{esm2020 → esm2022}/stock-chart/navigator/pane.component.mjs +4 -3
  261. package/{esm2020 → esm2022}/stock-chart/navigator/select.component.mjs +7 -3
  262. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/error-bars.component.mjs +4 -3
  263. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/extremes.component.mjs +4 -3
  264. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/highlight.component.mjs +4 -3
  265. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.component.mjs +4 -3
  266. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.from.component.mjs +4 -3
  267. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/labels.to.component.mjs +4 -3
  268. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/markers.component.mjs +4 -3
  269. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.component.mjs +4 -3
  270. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.icon.component.mjs +4 -3
  271. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/notes.label.component.mjs +4 -3
  272. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/outliers.component.mjs +4 -3
  273. package/{esm2020 → esm2022}/stock-chart/navigator/series-item/tooltip.component.mjs +4 -3
  274. package/{esm2020 → esm2022}/stock-chart/navigator/series-item.component.mjs +9 -3
  275. package/{esm2020 → esm2022}/stock-chart/navigator/series.component.mjs +8 -3
  276. package/{esm2020 → esm2022}/stock-chart/navigator.component.mjs +12 -3
  277. package/{esm2020 → esm2022}/stock-chart.component.mjs +60 -39
  278. package/esm2022/stock-chart.module.mjs +170 -0
  279. package/{fesm2020 → fesm2022}/progress-kendo-angular-charts.mjs +4311 -888
  280. package/field-types/axis-labels-position.d.ts +1 -1
  281. package/field-types/axis-title-position.d.ts +1 -1
  282. package/field-types/base-unit.d.ts +1 -1
  283. package/field-types/category-base-unit.d.ts +1 -1
  284. package/field-types/dash-type.d.ts +1 -1
  285. package/field-types/line-style.d.ts +1 -1
  286. package/field-types/lock-axis.d.ts +1 -1
  287. package/field-types/marker-type.d.ts +1 -1
  288. package/field-types/modifier-key.d.ts +1 -1
  289. package/field-types/note-label-position.d.ts +1 -1
  290. package/field-types/note-position.d.ts +1 -1
  291. package/field-types/series-labels-alignment.d.ts +1 -1
  292. package/field-types/series-labels-position.d.ts +1 -1
  293. package/field-types/series-type.d.ts +1 -1
  294. package/index.d.ts +1 -0
  295. package/option-types/legend/item.interface.d.ts +1 -1
  296. package/option-types/series-item.interface.d.ts +10 -0
  297. package/package.json +19 -25
  298. package/sankey/data-binding/flat-binding.directive.d.ts +1 -1
  299. package/sankey/labels.component.d.ts +1 -1
  300. package/sankey/legend.component.d.ts +1 -1
  301. package/sankey/links.component.d.ts +1 -1
  302. package/sankey/localization/messages.d.ts +1 -1
  303. package/sankey/nodes.component.d.ts +1 -1
  304. package/sankey/title.component.d.ts +1 -1
  305. package/sankey/tooltip/square-symbol.directive.d.ts +1 -1
  306. package/sankey/tooltip/tooltip-popup.component.d.ts +1 -3
  307. package/sankey/tooltip.component.d.ts +1 -1
  308. package/sankey.component.d.ts +1 -1
  309. package/sparkline.component.d.ts +5 -1
  310. package/sparkline.module.d.ts +94 -2
  311. package/stock-chart/navigator/hint.component.d.ts +1 -1
  312. package/stock-chart/navigator/select.component.d.ts +1 -1
  313. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  314. package/stock-chart/navigator.component.d.ts +1 -1
  315. package/stock-chart.component.d.ts +1 -1
  316. package/stock-chart.module.d.ts +25 -2
  317. package/esm2020/chart/axis-defaults/labels.component.mjs +0 -52
  318. package/esm2020/chart/category-axis-item/labels.component.mjs +0 -63
  319. package/esm2020/chart/category-axis-item/notes.label.component.mjs +0 -47
  320. package/esm2020/chart/legend.component.mjs +0 -69
  321. package/esm2020/chart/series-defaults/notes.icon.component.mjs +0 -39
  322. package/esm2020/chart/series-item.component.mjs +0 -249
  323. package/esm2020/chart/tooltip/tooltip-template-point.mjs +0 -37
  324. package/esm2020/chart/value-axis-item/labels.component.mjs +0 -59
  325. package/esm2020/chart/y-axis-item/labels.component.mjs +0 -63
  326. package/esm2020/chart.module.mjs +0 -137
  327. package/esm2020/charts.module.mjs +0 -181
  328. package/esm2020/sankey/legend.component.mjs +0 -65
  329. package/esm2020/sparkline.module.mjs +0 -50
  330. package/esm2020/stock-chart.module.mjs +0 -147
  331. package/fesm2015/progress-kendo-angular-charts.mjs +0 -9270
  332. /package/{esm2020 → esm2022}/api-types/axis-range.interface.mjs +0 -0
  333. /package/{esm2020 → esm2022}/api-types/chart-axis.interface.mjs +0 -0
  334. /package/{esm2020 → esm2022}/api-types/chart-pane.interface.mjs +0 -0
  335. /package/{esm2020 → esm2022}/api-types/chart-plotarea.interface.mjs +0 -0
  336. /package/{esm2020 → esm2022}/api-types/chart-svg-export-options.interface.mjs +0 -0
  337. /package/{esm2020 → esm2022}/api-types/chart-visual-export-options.interface.mjs +0 -0
  338. /package/{esm2020 → esm2022}/api-types/event-axis-options.interface.mjs +0 -0
  339. /package/{esm2020 → esm2022}/api-types/event-series-options.interface.mjs +0 -0
  340. /package/{esm2020 → esm2022}/api-types/series-point-marker.interface.mjs +0 -0
  341. /package/{esm2020 → esm2022}/api-types/series-point.interface.mjs +0 -0
  342. /package/{esm2020 → esm2022}/argument-types/axis-label-content-args.interface.mjs +0 -0
  343. /package/{esm2020 → esm2022}/argument-types/axis-label-visual-args.interface.mjs +0 -0
  344. /package/{esm2020 → esm2022}/argument-types/axis-note-content-args.interface.mjs +0 -0
  345. /package/{esm2020 → esm2022}/argument-types/axis-note-visual-args.interface.mjs +0 -0
  346. /package/{esm2020 → esm2022}/argument-types/error-bars-value-args.interface.mjs +0 -0
  347. /package/{esm2020 → esm2022}/argument-types/error-bars-visual-args.interface.mjs +0 -0
  348. /package/{esm2020 → esm2022}/argument-types/highlight-toggle-args.interface.mjs +0 -0
  349. /package/{esm2020 → esm2022}/argument-types/highlight-visual-args.interface.mjs +0 -0
  350. /package/{esm2020 → esm2022}/argument-types/legend-item-visual-args.interface.mjs +0 -0
  351. /package/{esm2020 → esm2022}/argument-types/legend-labels-content-args.interface.mjs +0 -0
  352. /package/{esm2020 → esm2022}/argument-types/markers-visual-args.interface.mjs +0 -0
  353. /package/{esm2020 → esm2022}/argument-types/plot-band-label-visual-args.interface.mjs +0 -0
  354. /package/{esm2020 → esm2022}/argument-types/series-labels-content-args.interface.mjs +0 -0
  355. /package/{esm2020 → esm2022}/argument-types/series-labels-visual-args.interface.mjs +0 -0
  356. /package/{esm2020 → esm2022}/argument-types/series-note-content-args.interface.mjs +0 -0
  357. /package/{esm2020 → esm2022}/argument-types/series-note-visual-args.interface.mjs +0 -0
  358. /package/{esm2020 → esm2022}/argument-types/series-visual-args.interface.mjs +0 -0
  359. /package/{esm2020 → esm2022}/argument-types/title-visual-args.interface.mjs +0 -0
  360. /package/{esm2020 → esm2022}/chart/tooltip/body-factory.mjs +0 -0
  361. /package/{esm2020 → esm2022}/chart/tooltip/popup-settings.interface.mjs +0 -0
  362. /package/{esm2020 → esm2022}/chart-defaults.mjs +0 -0
  363. /package/{esm2020 → esm2022}/chart-options.interface.mjs +0 -0
  364. /package/{esm2020 → esm2022}/common/api-types.mjs +0 -0
  365. /package/{esm2020 → esm2022}/common/chart-default-theme.mjs +0 -0
  366. /package/{esm2020 → esm2022}/common/copy-changes.mjs +0 -0
  367. /package/{esm2020 → esm2022}/common/events.mjs +0 -0
  368. /package/{esm2020 → esm2022}/common/has-observers.mjs +0 -0
  369. /package/{esm2020 → esm2022}/common/has-parent.mjs +0 -0
  370. /package/{esm2020 → esm2022}/common/property-types.mjs +0 -0
  371. /package/{esm2020 → esm2022}/common/to-simple-changes.mjs +0 -0
  372. /package/{esm2020 → esm2022}/common.directives.mjs +0 -0
  373. /package/{esm2020 → esm2022}/events/instance-event.service.mjs +0 -0
  374. /package/{esm2020 → esm2022}/events/legend-item-click-event.mjs +0 -0
  375. /package/{esm2020 → esm2022}/events/legend-item-hover-event.mjs +0 -0
  376. /package/{esm2020 → esm2022}/events/legend-item-leave-event.mjs +0 -0
  377. /package/{esm2020 → esm2022}/events/note-click-event.mjs +0 -0
  378. /package/{esm2020 → esm2022}/events/note-hover-event.mjs +0 -0
  379. /package/{esm2020 → esm2022}/events/note-leave-event.mjs +0 -0
  380. /package/{esm2020 → esm2022}/events/plot-area-leave-event.mjs +0 -0
  381. /package/{esm2020 → esm2022}/events/render-event.mjs +0 -0
  382. /package/{esm2020 → esm2022}/events/series-hover-event.mjs +0 -0
  383. /package/{esm2020 → esm2022}/events/series-leave-event.mjs +0 -0
  384. /package/{esm2020 → esm2022}/events/series-over-event.mjs +0 -0
  385. /package/{esm2020 → esm2022}/field-types/auto-base-unit-steps.interface.mjs +0 -0
  386. /package/{esm2020 → esm2022}/field-types/axis-labels-position.mjs +0 -0
  387. /package/{esm2020 → esm2022}/field-types/axis-line.interface.mjs +0 -0
  388. /package/{esm2020 → esm2022}/field-types/axis-ticks.interface.mjs +0 -0
  389. /package/{esm2020 → esm2022}/field-types/axis-title-position.mjs +0 -0
  390. /package/{esm2020 → esm2022}/field-types/base-unit.mjs +0 -0
  391. /package/{esm2020 → esm2022}/field-types/border.interface.mjs +0 -0
  392. /package/{esm2020 → esm2022}/field-types/bullet-target-line.interface.mjs +0 -0
  393. /package/{esm2020 → esm2022}/field-types/bullet-target.interface.mjs +0 -0
  394. /package/{esm2020 → esm2022}/field-types/category-base-unit.mjs +0 -0
  395. /package/{esm2020 → esm2022}/field-types/dash-type.mjs +0 -0
  396. /package/{esm2020 → esm2022}/field-types/date-formats.interface.mjs +0 -0
  397. /package/{esm2020 → esm2022}/field-types/drag-action.interface.mjs +0 -0
  398. /package/{esm2020 → esm2022}/field-types/error-bar-line.interface.mjs +0 -0
  399. /package/{esm2020 → esm2022}/field-types/grid-lines.interface.mjs +0 -0
  400. /package/{esm2020 → esm2022}/field-types/highlight-line.interface.mjs +0 -0
  401. /package/{esm2020 → esm2022}/field-types/label-connectors.interface.mjs +0 -0
  402. /package/{esm2020 → esm2022}/field-types/label-rotation.interface.mjs +0 -0
  403. /package/{esm2020 → esm2022}/field-types/legend-labels.interface.mjs +0 -0
  404. /package/{esm2020 → esm2022}/field-types/line-style.mjs +0 -0
  405. /package/{esm2020 → esm2022}/field-types/lock-axis.mjs +0 -0
  406. /package/{esm2020 → esm2022}/field-types/margin.interface.mjs +0 -0
  407. /package/{esm2020 → esm2022}/field-types/marker-type.mjs +0 -0
  408. /package/{esm2020 → esm2022}/field-types/modifier-key.mjs +0 -0
  409. /package/{esm2020 → esm2022}/field-types/mousewheel-select.interface.mjs +0 -0
  410. /package/{esm2020 → esm2022}/field-types/mousewheel-zoom.interface.mjs +0 -0
  411. /package/{esm2020 → esm2022}/field-types/negative-bubble-values.interface.mjs +0 -0
  412. /package/{esm2020 → esm2022}/field-types/note-label-position.mjs +0 -0
  413. /package/{esm2020 → esm2022}/field-types/note-line.interface.mjs +0 -0
  414. /package/{esm2020 → esm2022}/field-types/note-position.mjs +0 -0
  415. /package/{esm2020 → esm2022}/field-types/overlay.interface.mjs +0 -0
  416. /package/{esm2020 → esm2022}/field-types/padding.interface.mjs +0 -0
  417. /package/{esm2020 → esm2022}/field-types/plot-band-label.interface.mjs +0 -0
  418. /package/{esm2020 → esm2022}/field-types/plot-band.interface.mjs +0 -0
  419. /package/{esm2020 → esm2022}/field-types/series-labels-alignment.mjs +0 -0
  420. /package/{esm2020 → esm2022}/field-types/series-labels-position.mjs +0 -0
  421. /package/{esm2020 → esm2022}/field-types/series-line.interface.mjs +0 -0
  422. /package/{esm2020 → esm2022}/field-types/series-mean.interface.mjs +0 -0
  423. /package/{esm2020 → esm2022}/field-types/series-median.interface.mjs +0 -0
  424. /package/{esm2020 → esm2022}/field-types/series-stack.interface.mjs +0 -0
  425. /package/{esm2020 → esm2022}/field-types/series-type.mjs +0 -0
  426. /package/{esm2020 → esm2022}/field-types/series-whiskers.interface.mjs +0 -0
  427. /package/{esm2020 → esm2022}/field-types/trendline-forecast.interface.mjs +0 -0
  428. /package/{esm2020 → esm2022}/field-types/week-start-day.enum.mjs +0 -0
  429. /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.interface.mjs +0 -0
  430. /package/{esm2020 → esm2022}/option-types/axis-defaults/crosshair.tooltip.interface.mjs +0 -0
  431. /package/{esm2020 → esm2022}/option-types/axis-defaults/labels.interface.mjs +0 -0
  432. /package/{esm2020 → esm2022}/option-types/axis-defaults/title.interface.mjs +0 -0
  433. /package/{esm2020 → esm2022}/option-types/axis-defaults.interface.mjs +0 -0
  434. /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.interface.mjs +0 -0
  435. /package/{esm2020 → esm2022}/option-types/category-axis-item/crosshair.tooltip.interface.mjs +0 -0
  436. /package/{esm2020 → esm2022}/option-types/category-axis-item/labels.interface.mjs +0 -0
  437. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.icon.interface.mjs +0 -0
  438. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.interface.mjs +0 -0
  439. /package/{esm2020 → esm2022}/option-types/category-axis-item/notes.label.interface.mjs +0 -0
  440. /package/{esm2020 → esm2022}/option-types/category-axis-item/range-labels.interface.mjs +0 -0
  441. /package/{esm2020 → esm2022}/option-types/category-axis-item/select.interface.mjs +0 -0
  442. /package/{esm2020 → esm2022}/option-types/category-axis-item/title.interface.mjs +0 -0
  443. /package/{esm2020 → esm2022}/option-types/category-axis-item.interface.mjs +0 -0
  444. /package/{esm2020 → esm2022}/option-types/chart-area.interface.mjs +0 -0
  445. /package/{esm2020 → esm2022}/option-types/legend/inactive-items.interface.mjs +0 -0
  446. /package/{esm2020 → esm2022}/option-types/legend/item.interface.mjs +0 -0
  447. /package/{esm2020 → esm2022}/option-types/legend/legend-title.interface.mjs +0 -0
  448. /package/{esm2020 → esm2022}/option-types/legend/markers.interface.mjs +0 -0
  449. /package/{esm2020 → esm2022}/option-types/legend.interface.mjs +0 -0
  450. /package/{esm2020 → esm2022}/option-types/pane/title.interface.mjs +0 -0
  451. /package/{esm2020 → esm2022}/option-types/pane-defaults/title.interface.mjs +0 -0
  452. /package/{esm2020 → esm2022}/option-types/pane-defaults.interface.mjs +0 -0
  453. /package/{esm2020 → esm2022}/option-types/pane.interface.mjs +0 -0
  454. /package/{esm2020 → esm2022}/option-types/plot-area.interface.mjs +0 -0
  455. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.from.interface.mjs +0 -0
  456. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.interface.mjs +0 -0
  457. /package/{esm2020 → esm2022}/option-types/series-defaults/labels.to.interface.mjs +0 -0
  458. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.icon.interface.mjs +0 -0
  459. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.interface.mjs +0 -0
  460. /package/{esm2020 → esm2022}/option-types/series-defaults/notes.label.interface.mjs +0 -0
  461. /package/{esm2020 → esm2022}/option-types/series-defaults/tooltip.interface.mjs +0 -0
  462. /package/{esm2020 → esm2022}/option-types/series-defaults.interface.mjs +0 -0
  463. /package/{esm2020 → esm2022}/option-types/series-item/error-bars.interface.mjs +0 -0
  464. /package/{esm2020 → esm2022}/option-types/series-item/extremes.interface.mjs +0 -0
  465. /package/{esm2020 → esm2022}/option-types/series-item/highlight.interface.mjs +0 -0
  466. /package/{esm2020 → esm2022}/option-types/series-item/labels.from.interface.mjs +0 -0
  467. /package/{esm2020 → esm2022}/option-types/series-item/labels.interface.mjs +0 -0
  468. /package/{esm2020 → esm2022}/option-types/series-item/labels.to.interface.mjs +0 -0
  469. /package/{esm2020 → esm2022}/option-types/series-item/markers-highlight.interface.mjs +0 -0
  470. /package/{esm2020 → esm2022}/option-types/series-item/markers.interface.mjs +0 -0
  471. /package/{esm2020 → esm2022}/option-types/series-item/notes.icon.interface.mjs +0 -0
  472. /package/{esm2020 → esm2022}/option-types/series-item/notes.interface.mjs +0 -0
  473. /package/{esm2020 → esm2022}/option-types/series-item/notes.label.interface.mjs +0 -0
  474. /package/{esm2020 → esm2022}/option-types/series-item/outliers.interface.mjs +0 -0
  475. /package/{esm2020 → esm2022}/option-types/series-item/tooltip.interface.mjs +0 -0
  476. /package/{esm2020 → esm2022}/option-types/series-item/trendline.interface.mjs +0 -0
  477. /package/{esm2020 → esm2022}/option-types/series-item.interface.mjs +0 -0
  478. /package/{esm2020 → esm2022}/option-types/subtitle.interface.mjs +0 -0
  479. /package/{esm2020 → esm2022}/option-types/title.interface.mjs +0 -0
  480. /package/{esm2020 → esm2022}/option-types/tooltip.interface.mjs +0 -0
  481. /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.interface.mjs +0 -0
  482. /package/{esm2020 → esm2022}/option-types/value-axis-item/crosshair.tooltip.interface.mjs +0 -0
  483. /package/{esm2020 → esm2022}/option-types/value-axis-item/labels.interface.mjs +0 -0
  484. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.icon.interface.mjs +0 -0
  485. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.interface.mjs +0 -0
  486. /package/{esm2020 → esm2022}/option-types/value-axis-item/notes.label.interface.mjs +0 -0
  487. /package/{esm2020 → esm2022}/option-types/value-axis-item/title.interface.mjs +0 -0
  488. /package/{esm2020 → esm2022}/option-types/value-axis-item.interface.mjs +0 -0
  489. /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.interface.mjs +0 -0
  490. /package/{esm2020 → esm2022}/option-types/x-axis-item/crosshair.tooltip.interface.mjs +0 -0
  491. /package/{esm2020 → esm2022}/option-types/x-axis-item/labels.interface.mjs +0 -0
  492. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.icon.interface.mjs +0 -0
  493. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.interface.mjs +0 -0
  494. /package/{esm2020 → esm2022}/option-types/x-axis-item/notes.label.interface.mjs +0 -0
  495. /package/{esm2020 → esm2022}/option-types/x-axis-item/title.interface.mjs +0 -0
  496. /package/{esm2020 → esm2022}/option-types/x-axis-item.interface.mjs +0 -0
  497. /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.interface.mjs +0 -0
  498. /package/{esm2020 → esm2022}/option-types/y-axis-item/crosshair.tooltip.interface.mjs +0 -0
  499. /package/{esm2020 → esm2022}/option-types/y-axis-item/labels.interface.mjs +0 -0
  500. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.icon.interface.mjs +0 -0
  501. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.interface.mjs +0 -0
  502. /package/{esm2020 → esm2022}/option-types/y-axis-item/notes.label.interface.mjs +0 -0
  503. /package/{esm2020 → esm2022}/option-types/y-axis-item/title.interface.mjs +0 -0
  504. /package/{esm2020 → esm2022}/option-types/y-axis-item.interface.mjs +0 -0
  505. /package/{esm2020 → esm2022}/option-types/zoomable.interface.mjs +0 -0
  506. /package/{esm2020 → esm2022}/progress-kendo-angular-charts.mjs +0 -0
  507. /package/{esm2020 → esm2022}/sankey/api-types/index.mjs +0 -0
  508. /package/{esm2020 → esm2022}/sankey/events/index.mjs +0 -0
  509. /package/{esm2020 → esm2022}/sankey/events/instance-event.service.mjs +0 -0
  510. /package/{esm2020 → esm2022}/sankey.directives.mjs +0 -0
  511. /package/{esm2020 → esm2022}/sparkline.directives.mjs +0 -0
  512. /package/{esm2020 → esm2022}/stock-chart/events/instance-event.service.mjs +0 -0
  513. /package/{esm2020 → esm2022}/stock-chart/events.mjs +0 -0
  514. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint-content-args.interface.mjs +0 -0
  515. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/hint.interface.mjs +0 -0
  516. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator/select.interface.mjs +0 -0
  517. /package/{esm2020 → esm2022}/stock-chart/option-types/navigator.interface.mjs +0 -0
  518. /package/{esm2020 → esm2022}/stock-chart/option-types.mjs +0 -0
  519. /package/{esm2020 → esm2022}/stock-chart.directives.mjs +0 -0
@@ -0,0 +1,105 @@
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 { ChangeDetectionStrategy, Component } from '@angular/core';
6
+ import { Input } from '@angular/core';
7
+ import { ConfigurationService } from '../../common/configuration.service';
8
+ import { SettingsComponent } from '../../common/settings.component';
9
+ import * as i0 from "@angular/core";
10
+ import * as i1 from "../../common/configuration.service";
11
+ /**
12
+ * The configuration of the axis labels ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
13
+ */
14
+ export class AxisDefaultsLabelsComponent extends SettingsComponent {
15
+ configurationService;
16
+ content;
17
+ /**
18
+ * The font style of the labels.
19
+ * @default '12px sans-serif'
20
+ */
21
+ font;
22
+ /**
23
+ * The format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of `IntlService`.
24
+ * Contains one placeholder (`"{0}"`) which represents the category value.
25
+ * @default '{0}'
26
+ */
27
+ format;
28
+ /**
29
+ * The margin of the labels. A numeric value sets all margins.
30
+ * @default 0
31
+ */
32
+ margin;
33
+ /**
34
+ * If set to `true`, the Chart mirrors the axis labels and ticks.
35
+ * If the labels are normally on the left side of the axis,
36
+ * the mirroring of the axis renders them to the right.
37
+ * @default false
38
+ */
39
+ mirror;
40
+ /**
41
+ * The padding of the labels. A numeric value sets all paddings.
42
+ * @default 0
43
+ */
44
+ padding;
45
+ /**
46
+ * The rotation angle of the labels. By default, the labels are not rotated.
47
+ * If the axis is horizontal, can be set to `"auto"`.
48
+ * In this case, the labels are rotated only if the slot size is not sufficient for the entire labels.
49
+ * @default 0
50
+ */
51
+ rotation;
52
+ /**
53
+ * The number of labels to skip. By default, no labels are skipped.
54
+ * @default 0
55
+ */
56
+ skip;
57
+ /**
58
+ * The label-rendering step&mdash;renders every n<sup>th</sup> label. By default, every label is rendered.
59
+ * @default 1
60
+ */
61
+ step;
62
+ /**
63
+ * If set to `true`, the Chart displays the axis labels. By default, the axis labels are visible.
64
+ * @default true
65
+ */
66
+ visible;
67
+ visual;
68
+ constructor(configurationService) {
69
+ super('axisDefaults.labels', configurationService);
70
+ this.configurationService = configurationService;
71
+ }
72
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AxisDefaultsLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
73
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AxisDefaultsLabelsComponent, isStandalone: true, selector: "kendo-chart-axis-defaults-labels", inputs: { content: "content", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
74
+ }
75
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AxisDefaultsLabelsComponent, decorators: [{
76
+ type: Component,
77
+ args: [{
78
+ changeDetection: ChangeDetectionStrategy.OnPush,
79
+ selector: 'kendo-chart-axis-defaults-labels',
80
+ template: '',
81
+ standalone: true
82
+ }]
83
+ }], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { content: [{
84
+ type: Input
85
+ }], font: [{
86
+ type: Input
87
+ }], format: [{
88
+ type: Input
89
+ }], margin: [{
90
+ type: Input
91
+ }], mirror: [{
92
+ type: Input
93
+ }], padding: [{
94
+ type: Input
95
+ }], rotation: [{
96
+ type: Input
97
+ }], skip: [{
98
+ type: Input
99
+ }], step: [{
100
+ type: Input
101
+ }], visible: [{
102
+ type: Input
103
+ }], visual: [{
104
+ type: Input
105
+ }] } });
@@ -12,14 +12,50 @@ import * as i1 from "../../common/configuration.service";
12
12
  * The configuration of the axis title ([see example](slug:axes_chart_charts#toc-default-axis-configuration)).
13
13
  */
14
14
  export class AxisDefaultsTitleComponent extends SettingsComponent {
15
+ configurationService;
16
+ background;
17
+ border;
18
+ color;
19
+ /**
20
+ * The font style of the title.
21
+ * @default 'bold 16px sans-serif'
22
+ */
23
+ font;
24
+ /**
25
+ * The margin of the title. A numeric value sets all margins.
26
+ * @default 5
27
+ */
28
+ margin;
29
+ /**
30
+ * The padding of the title. A numeric value sets all paddings.
31
+ * @default 0
32
+ */
33
+ padding;
34
+ /**
35
+ * The position of the title.
36
+ * @default 'center'
37
+ */
38
+ position;
39
+ /**
40
+ * The rotation angle of the title. By default, the title is not rotated.
41
+ * @default 0
42
+ */
43
+ rotation;
44
+ text;
45
+ /**
46
+ * If set to `true`, the Chart displays the axis title. By default, the axis title is visible.
47
+ * @default true
48
+ */
49
+ visible;
50
+ visual;
15
51
  constructor(configurationService) {
16
52
  super('axisDefaults.title', configurationService);
17
53
  this.configurationService = configurationService;
18
54
  }
55
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AxisDefaultsTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
56
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AxisDefaultsTitleComponent, isStandalone: true, selector: "kendo-chart-axis-defaults-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
57
  }
20
- AxisDefaultsTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AxisDefaultsTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- AxisDefaultsTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AxisDefaultsTitleComponent, isStandalone: true, selector: "kendo-chart-axis-defaults-title", inputs: { background: "background", border: "border", color: "color", font: "font", margin: "margin", padding: "padding", position: "position", rotation: "rotation", text: "text", visible: "visible", visual: "visual" }, 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: AxisDefaultsTitleComponent, decorators: [{
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AxisDefaultsTitleComponent, decorators: [{
23
59
  type: Component,
24
60
  args: [{
25
61
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,14 +16,51 @@ import * as i1 from "../common/configuration.service";
16
16
  *
17
17
  */
18
18
  export class AxisDefaultsComponent extends SettingsComponent {
19
+ configurationService;
20
+ background;
21
+ color;
22
+ line;
23
+ majorGridLines;
24
+ majorTicks;
25
+ minorGridLines;
26
+ minorTicks;
27
+ /**
28
+ * If set to `true`, the Chart prevents the axis range from snapping to zero.
29
+ * Setting it to `false`, forces the axis range to snap to zero.
30
+ * @default false
31
+ */
32
+ narrowRange;
33
+ pane;
34
+ plotBands;
35
+ /**
36
+ * If set to `true`, the axis direction is reversed. By default, categories are listed from left to
37
+ * right and from bottom to top.
38
+ * @default false
39
+ */
40
+ reverse;
41
+ /**
42
+ * The angle (degrees) of the first category on the axis.
43
+ * Angles increase clockwise with zero to the left. Negative values are acceptable.
44
+ * @default 90
45
+ */
46
+ startAngle;
47
+ /**
48
+ * If set to `true`, the Chart displays the axis.
49
+ * @default true
50
+ */
51
+ visible;
52
+ // These options are also available as child components
53
+ crosshair;
54
+ labels;
55
+ title;
19
56
  constructor(configurationService) {
20
57
  super('axisDefaults', configurationService);
21
58
  this.configurationService = configurationService;
22
59
  }
60
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AxisDefaultsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
61
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: AxisDefaultsComponent, isStandalone: true, selector: "kendo-chart-axis-defaults", inputs: { background: "background", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", minorGridLines: "minorGridLines", minorTicks: "minorTicks", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", startAngle: "startAngle", visible: "visible", crosshair: "crosshair", labels: "labels", title: "title" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
62
  }
24
- AxisDefaultsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AxisDefaultsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
25
- AxisDefaultsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AxisDefaultsComponent, isStandalone: true, selector: "kendo-chart-axis-defaults", inputs: { background: "background", color: "color", line: "line", majorGridLines: "majorGridLines", majorTicks: "majorTicks", minorGridLines: "minorGridLines", minorTicks: "minorTicks", narrowRange: "narrowRange", pane: "pane", plotBands: "plotBands", reverse: "reverse", startAngle: "startAngle", visible: "visible", crosshair: "crosshair", labels: "labels", title: "title" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AxisDefaultsComponent, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: AxisDefaultsComponent, decorators: [{
27
64
  type: Component,
28
65
  args: [{
29
66
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -11,15 +11,40 @@ import * as i1 from "../../common/configuration.service";
11
11
  * The crosshair configuration options ([see example]({% slug crosshairs_chart_charts %})).
12
12
  */
13
13
  export class CategoryAxisCrosshairComponent extends SettingsComponent {
14
+ configurationService;
15
+ color;
16
+ /**
17
+ * The dash type of the crosshair.
18
+ * @default 'solid'
19
+ */
20
+ dashType;
21
+ /**
22
+ * The opacity of the crosshair. By default, the crosshair is opaque.
23
+ * @default 1
24
+ */
25
+ opacity;
26
+ /**
27
+ * If set to `true`, the Chart displays the category axis crosshair.
28
+ * By default, the category axis crosshair is not visible.
29
+ * @default false
30
+ */
31
+ visible;
32
+ /**
33
+ * The width of the crosshair in pixels.
34
+ * @default 1
35
+ */
36
+ width;
37
+ // These options are also available as child components
38
+ tooltip;
14
39
  constructor(configurationService) {
15
40
  super('crosshair', configurationService);
16
41
  this.configurationService = configurationService;
17
42
  this.markAsVisible();
18
43
  }
44
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
45
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisCrosshairComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-crosshair", inputs: { color: "color", dashType: "dashType", opacity: "opacity", visible: "visible", width: "width", tooltip: "tooltip" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
19
46
  }
20
- CategoryAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- CategoryAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CategoryAxisCrosshairComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-crosshair", inputs: { color: "color", dashType: "dashType", opacity: "opacity", visible: "visible", width: "width", tooltip: "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: CategoryAxisCrosshairComponent, decorators: [{
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisCrosshairComponent, decorators: [{
23
48
  type: Component,
24
49
  args: [{
25
50
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -12,15 +12,41 @@ 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 CategoryAxisCrosshairTooltipComponent extends SettingsComponent {
15
+ configurationService;
16
+ background;
17
+ border;
18
+ color;
19
+ /**
20
+ * The tooltip font.
21
+ * @default '12px sans-serif'
22
+ */
23
+ font;
24
+ /**
25
+ * The format used to display the tooltip. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
26
+ * Contains one placeholder (`"{0}"`) which represents the category value.
27
+ * @default '{0}'
28
+ */
29
+ format;
30
+ /**
31
+ * The padding of the crosshair tooltip. A numeric value sets all paddings.
32
+ * @default 0
33
+ */
34
+ padding;
35
+ /**
36
+ * If set to `true`, the Chart displays the category axis crosshair tooltip.
37
+ * By default, the category axis crosshair tooltip is not visible.
38
+ * @default false
39
+ */
40
+ visible;
15
41
  constructor(configurationService) {
16
42
  super('crosshair.tooltip', configurationService);
17
43
  this.configurationService = configurationService;
18
44
  this.markAsVisible();
19
45
  }
46
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
47
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisCrosshairTooltipComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
48
  }
21
- CategoryAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- CategoryAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CategoryAxisCrosshairTooltipComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-crosshair-tooltip", inputs: { background: "background", border: "border", color: "color", font: "font", format: "format", padding: "padding", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, decorators: [{
49
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, decorators: [{
24
50
  type: Component,
25
51
  args: [{
26
52
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -0,0 +1,129 @@
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 { ChangeDetectionStrategy, Component, Input } from '@angular/core';
6
+ import { ConfigurationService } from '../../common/configuration.service';
7
+ import { SettingsComponent } from '../../common/settings.component';
8
+ import * as i0 from "@angular/core";
9
+ import * as i1 from "../../common/configuration.service";
10
+ /**
11
+ * The configuration of the axis labels ([see example]({% slug labels_chart_charts %})).
12
+ */
13
+ export class CategoryAxisLabelsComponent extends SettingsComponent {
14
+ configurationService;
15
+ background;
16
+ border;
17
+ color;
18
+ content;
19
+ culture;
20
+ dateFormats;
21
+ /**
22
+ * The font style of the labels.
23
+ * @default '12px sans-serif'
24
+ */
25
+ font;
26
+ /**
27
+ * The format for displaying the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
28
+ * Contains one placeholder (`"{0}"`) which represents the category value.
29
+ * @default '{0}'
30
+ */
31
+ format;
32
+ /**
33
+ * The margin of the labels. A numeric value sets all margins.
34
+ * @default 0
35
+ */
36
+ margin;
37
+ /**
38
+ * If set to `true`, the Chart mirrors the axis labels and ticks. If the labels are normally on the
39
+ * left side of the axis, the mirroring of the axis renders them to the right.
40
+ * @default false
41
+ */
42
+ mirror;
43
+ /**
44
+ * The padding of the labels. A numeric value sets all paddings.
45
+ * @default 0
46
+ */
47
+ padding;
48
+ /**
49
+ * The position of the axis labels. By default, labels are positioned next to the axis.
50
+ * When `position` is set to `end`, the labels are placed at the end of the crossing axis, usually at the top or right end of the Chart unless the crossing axis has been reversed.
51
+ * Alternatively, when the `position` property is set to `start`, the axis labels will be positioned at the beginning of the crossing axis, typically located at the left or bottom end of the Chart, unless the crossing axis has been reversed.
52
+ * @default 'onAxis'
53
+ */
54
+ position;
55
+ /**
56
+ * The rotation angle of the labels. By default, the labels are not rotated.
57
+ * If the axis is horizontal, can be set to `"auto"`.
58
+ * In this case, the labels are rotated
59
+ * only if the slot size is not sufficient for the entire labels.
60
+ * @default 0
61
+ */
62
+ rotation;
63
+ /**
64
+ * The number of labels to skip. By default, no labels are skipped.
65
+ * @default 0
66
+ */
67
+ skip;
68
+ /**
69
+ * The rendering step of the label&mdash;renders every n<sup>th</sup> label. By default, every label is rendered.
70
+ * @default 1
71
+ */
72
+ step;
73
+ /**
74
+ * If set to `true`, the Chart displays the category axis labels.
75
+ * By default, the category axis labels are visible.
76
+ * @default true
77
+ */
78
+ visible;
79
+ visual;
80
+ constructor(configurationService) {
81
+ super('labels', configurationService);
82
+ this.configurationService = configurationService;
83
+ }
84
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
85
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisLabelsComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-labels", inputs: { background: "background", border: "border", color: "color", content: "content", culture: "culture", dateFormats: "dateFormats", font: "font", format: "format", margin: "margin", mirror: "mirror", padding: "padding", position: "position", rotation: "rotation", skip: "skip", step: "step", visible: "visible", visual: "visual" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
86
+ }
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisLabelsComponent, decorators: [{
88
+ type: Component,
89
+ args: [{
90
+ changeDetection: ChangeDetectionStrategy.OnPush,
91
+ selector: 'kendo-chart-category-axis-item-labels',
92
+ template: '',
93
+ standalone: true
94
+ }]
95
+ }], ctorParameters: function () { return [{ type: i1.ConfigurationService }]; }, propDecorators: { background: [{
96
+ type: Input
97
+ }], border: [{
98
+ type: Input
99
+ }], color: [{
100
+ type: Input
101
+ }], content: [{
102
+ type: Input
103
+ }], culture: [{
104
+ type: Input
105
+ }], dateFormats: [{
106
+ type: Input
107
+ }], font: [{
108
+ type: Input
109
+ }], format: [{
110
+ type: Input
111
+ }], margin: [{
112
+ type: Input
113
+ }], mirror: [{
114
+ type: Input
115
+ }], padding: [{
116
+ type: Input
117
+ }], position: [{
118
+ type: Input
119
+ }], rotation: [{
120
+ type: Input
121
+ }], skip: [{
122
+ type: Input
123
+ }], step: [{
124
+ type: Input
125
+ }], visible: [{
126
+ type: Input
127
+ }], visual: [{
128
+ type: Input
129
+ }] } });
@@ -11,14 +11,22 @@ import * as i1 from "../../common/configuration.service";
11
11
  * The configuration of the category axis notes ([see example]({% slug notes_chart_charts %}#toc-axis-notes)).
12
12
  */
13
13
  export class CategoryAxisNotesComponent extends SettingsComponent {
14
+ configurationService;
15
+ data;
16
+ line;
17
+ position;
18
+ visual;
19
+ // These options are also available as child components
20
+ icon;
21
+ label;
14
22
  constructor(configurationService) {
15
23
  super('notes', configurationService);
16
24
  this.configurationService = configurationService;
17
25
  }
26
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
27
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisNotesComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
28
  }
19
- CategoryAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- CategoryAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CategoryAxisNotesComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-notes", inputs: { data: "data", line: "line", position: "position", visual: "visual", icon: "icon", label: "label" }, 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: CategoryAxisNotesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisNotesComponent, decorators: [{
22
30
  type: Component,
23
31
  args: [{
24
32
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -11,14 +11,20 @@ import * as i1 from "../../common/configuration.service";
11
11
  * The icon of the notes.
12
12
  */
13
13
  export class CategoryAxisNotesIconComponent extends SettingsComponent {
14
+ configurationService;
15
+ background;
16
+ border;
17
+ size;
18
+ type;
19
+ visible;
14
20
  constructor(configurationService) {
15
21
  super('notes.icon', configurationService);
16
22
  this.configurationService = configurationService;
17
23
  }
24
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
25
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisNotesIconComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
26
  }
19
- CategoryAxisNotesIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisNotesIconComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- CategoryAxisNotesIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CategoryAxisNotesIconComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-notes-icon", inputs: { background: "background", border: "border", size: "size", type: "type", visible: "visible" }, 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: CategoryAxisNotesIconComponent, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisNotesIconComponent, decorators: [{
22
28
  type: Component,
23
29
  args: [{
24
30
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -10,19 +10,51 @@ import * as i1 from "../../common/configuration.service";
10
10
  /**
11
11
  * The label of the notes.
12
12
  */
13
- export class YAxisNotesLabelComponent extends SettingsComponent {
13
+ export class CategoryAxisNotesLabelComponent extends SettingsComponent {
14
+ configurationService;
15
+ background;
16
+ border;
17
+ color;
18
+ content;
19
+ /**
20
+ * The font style of the label.
21
+ * @default '12px, sans-serif'
22
+ */
23
+ font;
24
+ /**
25
+ * The format for displaying the notes label. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
26
+ * Contains one placeholder (`"{0}"`) which represents the category value.
27
+ * @default '{0}'
28
+ */
29
+ format;
30
+ /**
31
+ * The position of the label.
32
+ * @default "inside"
33
+ */
34
+ position;
35
+ /**
36
+ * The rotation angle of the label. By default, the label is not rotated.
37
+ * @default 0
38
+ */
39
+ rotation;
40
+ /**
41
+ * If set to `true`, the Chart displays the category notes label.
42
+ * By default, the category notes label is visible.
43
+ * @default true
44
+ */
45
+ visible;
14
46
  constructor(configurationService) {
15
47
  super('notes.label', configurationService);
16
48
  this.configurationService = configurationService;
17
49
  }
50
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
51
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisNotesLabelComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
18
52
  }
19
- YAxisNotesLabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: YAxisNotesLabelComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- YAxisNotesLabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: YAxisNotesLabelComponent, isStandalone: true, selector: "kendo-chart-y-axis-item-notes-label", inputs: { background: "background", border: "border", color: "color", content: "content", font: "font", format: "format", position: "position", rotation: "rotation", visible: "visible" }, 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: YAxisNotesLabelComponent, decorators: [{
53
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisNotesLabelComponent, decorators: [{
22
54
  type: Component,
23
55
  args: [{
24
56
  changeDetection: ChangeDetectionStrategy.OnPush,
25
- selector: 'kendo-chart-y-axis-item-notes-label',
57
+ selector: 'kendo-chart-category-axis-item-notes-label',
26
58
  template: '',
27
59
  standalone: true
28
60
  }]
@@ -11,16 +11,17 @@ import * as i1 from "../../common/configuration.service";
11
11
  * The configuration of the axis date range labels ([see example]({% slug labels_chart_charts %})).
12
12
  */
13
13
  export class CategoryAxisRangeLabelsComponent extends CategoryAxisLabelsComponent {
14
+ configurationService;
14
15
  constructor(configurationService) {
15
16
  super(configurationService);
16
17
  this.configurationService = configurationService;
17
18
  this.configKey = 'rangeLabels';
18
19
  this.markAsVisible();
19
20
  }
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisRangeLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisRangeLabelsComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-range-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
20
23
  }
21
- CategoryAxisRangeLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisRangeLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
- CategoryAxisRangeLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CategoryAxisRangeLabelsComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-range-labels", usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisRangeLabelsComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisRangeLabelsComponent, decorators: [{
24
25
  type: Component,
25
26
  args: [{
26
27
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -16,14 +16,20 @@ import * as i1 from "../../common/configuration.service";
16
16
  * If the categories are dates, the range has to be also specified with date values.
17
17
  */
18
18
  export class CategoryAxisSelectComponent extends SettingsComponent {
19
+ configurationService;
20
+ from;
21
+ max;
22
+ min;
23
+ mousewheel;
24
+ to;
19
25
  constructor(configurationService) {
20
26
  super('select', configurationService);
21
27
  this.configurationService = configurationService;
22
28
  }
29
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisSelectComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
30
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CategoryAxisSelectComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-select", inputs: { from: "from", max: "max", min: "min", mousewheel: "mousewheel", to: "to" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
23
31
  }
24
- CategoryAxisSelectComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisSelectComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
25
- CategoryAxisSelectComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CategoryAxisSelectComponent, isStandalone: true, selector: "kendo-chart-category-axis-item-select", inputs: { from: "from", max: "max", min: "min", mousewheel: "mousewheel", to: "to" }, usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CategoryAxisSelectComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CategoryAxisSelectComponent, decorators: [{
27
33
  type: Component,
28
34
  args: [{
29
35
  changeDetection: ChangeDetectionStrategy.OnPush,