@progress/kendo-angular-charts 7.3.2 → 11.0.0-develop.79

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 (832) hide show
  1. package/NOTICE.txt +3 -3
  2. package/README.md +3 -3
  3. package/api-types/axis-range.interface.d.ts +3 -3
  4. package/api-types/chart-axis.interface.d.ts +1 -1
  5. package/api-types/chart-pane.interface.d.ts +1 -1
  6. package/api-types/chart-plotarea.interface.d.ts +1 -1
  7. package/api-types/chart-svg-export-options.interface.d.ts +1 -1
  8. package/api-types/chart-visual-export-options.interface.d.ts +1 -1
  9. package/api-types/event-axis-options.interface.d.ts +1 -1
  10. package/api-types/event-series-options.interface.d.ts +1 -1
  11. package/api-types/series-point-marker.interface.d.ts +1 -1
  12. package/api-types/series-point.interface.d.ts +1 -1
  13. package/argument-types/axis-label-content-args.interface.d.ts +1 -1
  14. package/argument-types/axis-label-visual-args.interface.d.ts +1 -1
  15. package/argument-types/axis-note-content-args.interface.d.ts +1 -1
  16. package/argument-types/axis-note-visual-args.interface.d.ts +1 -1
  17. package/argument-types/error-bars-value-args.interface.d.ts +1 -1
  18. package/argument-types/error-bars-visual-args.interface.d.ts +1 -1
  19. package/argument-types/highlight-toggle-args.interface.d.ts +1 -1
  20. package/argument-types/highlight-visual-args.interface.d.ts +1 -1
  21. package/argument-types/legend-item-visual-args.interface.d.ts +1 -1
  22. package/argument-types/legend-labels-content-args.interface.d.ts +1 -1
  23. package/argument-types/markers-visual-args.interface.d.ts +1 -1
  24. package/argument-types/plot-band-label-visual-args.interface.d.ts +1 -1
  25. package/argument-types/series-labels-content-args.interface.d.ts +1 -1
  26. package/argument-types/series-labels-visual-args.interface.d.ts +1 -1
  27. package/argument-types/series-note-content-args.interface.d.ts +1 -1
  28. package/argument-types/series-note-visual-args.interface.d.ts +1 -1
  29. package/argument-types/series-visual-args.interface.d.ts +1 -1
  30. package/argument-types/title-visual-args.interface.d.ts +1 -1
  31. package/chart/axis-defaults/crosshair.component.d.ts +1 -1
  32. package/chart/axis-defaults/crosshair.tooltip.component.d.ts +1 -1
  33. package/chart/axis-defaults/labels.component.d.ts +1 -1
  34. package/chart/axis-defaults/title.component.d.ts +1 -1
  35. package/chart/axis-defaults.component.d.ts +1 -1
  36. package/chart/category-axis-item/crosshair.component.d.ts +1 -1
  37. package/chart/category-axis-item/crosshair.tooltip.component.d.ts +1 -1
  38. package/chart/category-axis-item/labels.component.d.ts +1 -1
  39. package/chart/category-axis-item/notes.component.d.ts +1 -1
  40. package/chart/category-axis-item/notes.icon.component.d.ts +1 -1
  41. package/chart/category-axis-item/notes.label.component.d.ts +1 -1
  42. package/chart/category-axis-item/range-labels.component.d.ts +1 -1
  43. package/chart/category-axis-item/select.component.d.ts +1 -1
  44. package/chart/category-axis-item/title.component.d.ts +1 -1
  45. package/chart/category-axis-item.component.d.ts +1 -1
  46. package/chart/category-axis.component.d.ts +1 -1
  47. package/chart/chart-area.component.d.ts +1 -1
  48. package/chart/donut-center-template.directive.d.ts +2 -2
  49. package/chart/legend/inactive-items.component.d.ts +1 -1
  50. package/chart/legend/item.component.d.ts +1 -1
  51. package/chart/legend.component.d.ts +1 -1
  52. package/chart/pane/title.component.d.ts +1 -1
  53. package/chart/pane-defaults/title.component.d.ts +1 -1
  54. package/chart/pane-defaults.component.d.ts +1 -1
  55. package/chart/pane.component.d.ts +1 -1
  56. package/chart/panes.component.d.ts +1 -1
  57. package/chart/plot-area.component.d.ts +1 -1
  58. package/chart/series-defaults/labels.component.d.ts +1 -1
  59. package/chart/series-defaults/labels.from.component.d.ts +1 -1
  60. package/chart/series-defaults/labels.to.component.d.ts +1 -1
  61. package/chart/series-defaults/notes.component.d.ts +1 -1
  62. package/chart/series-defaults/notes.icon.component.d.ts +1 -1
  63. package/chart/series-defaults/notes.label.component.d.ts +1 -1
  64. package/chart/series-defaults/tooltip.component.d.ts +1 -1
  65. package/chart/series-defaults.component.d.ts +1 -1
  66. package/chart/series-item/error-bars.component.d.ts +1 -1
  67. package/chart/series-item/extremes.component.d.ts +1 -1
  68. package/chart/series-item/highlight.component.d.ts +1 -1
  69. package/chart/series-item/labels.component.d.ts +1 -1
  70. package/chart/series-item/labels.from.component.d.ts +1 -1
  71. package/chart/series-item/labels.to.component.d.ts +1 -1
  72. package/chart/series-item/markers.component.d.ts +1 -1
  73. package/chart/series-item/notes.component.d.ts +1 -1
  74. package/chart/series-item/notes.icon.component.d.ts +1 -1
  75. package/chart/series-item/notes.label.component.d.ts +1 -1
  76. package/chart/series-item/outliers.component.d.ts +1 -1
  77. package/chart/series-item/tooltip.component.d.ts +1 -1
  78. package/chart/series-item.component.d.ts +1 -1
  79. package/chart/series.component.d.ts +1 -1
  80. package/chart/subtitle.component.d.ts +1 -1
  81. package/chart/title.component.d.ts +1 -1
  82. package/chart/tooltip/base-tooltip.d.ts +2 -2
  83. package/chart/tooltip/body-factory.d.ts +1 -1
  84. package/chart/tooltip/crosshair-tooltip.component.d.ts +1 -1
  85. package/chart/tooltip/crosshair-tooltips-container.component.d.ts +1 -1
  86. package/chart/tooltip/popup-settings.interface.d.ts +1 -1
  87. package/chart/tooltip/series-tooltip-template.directive.d.ts +2 -2
  88. package/chart/tooltip/shared-tooltip-template.directive.d.ts +2 -2
  89. package/chart/tooltip/tooltip-popup.component.d.ts +1 -1
  90. package/chart/tooltip/tooltip-template-point.d.ts +1 -1
  91. package/chart/tooltip.component.d.ts +1 -1
  92. package/chart/value-axis-item/crosshair.component.d.ts +1 -1
  93. package/chart/value-axis-item/crosshair.tooltip.component.d.ts +1 -1
  94. package/chart/value-axis-item/labels.component.d.ts +1 -1
  95. package/chart/value-axis-item/notes.component.d.ts +1 -1
  96. package/chart/value-axis-item/notes.icon.component.d.ts +1 -1
  97. package/chart/value-axis-item/notes.label.component.d.ts +1 -1
  98. package/chart/value-axis-item/title.component.d.ts +1 -1
  99. package/chart/value-axis-item.component.d.ts +1 -1
  100. package/chart/value-axis.component.d.ts +1 -1
  101. package/chart/x-axis-item/crosshair.component.d.ts +1 -1
  102. package/chart/x-axis-item/crosshair.tooltip.component.d.ts +1 -1
  103. package/chart/x-axis-item/labels.component.d.ts +1 -1
  104. package/chart/x-axis-item/notes.component.d.ts +1 -1
  105. package/chart/x-axis-item/notes.icon.component.d.ts +1 -1
  106. package/chart/x-axis-item/notes.label.component.d.ts +1 -1
  107. package/chart/x-axis-item/title.component.d.ts +1 -1
  108. package/chart/x-axis-item.component.d.ts +1 -1
  109. package/chart/x-axis.component.d.ts +1 -1
  110. package/chart/y-axis-item/crosshair.component.d.ts +1 -1
  111. package/chart/y-axis-item/crosshair.tooltip.component.d.ts +1 -1
  112. package/chart/y-axis-item/labels.component.d.ts +1 -1
  113. package/chart/y-axis-item/notes.component.d.ts +1 -1
  114. package/chart/y-axis-item/notes.icon.component.d.ts +1 -1
  115. package/chart/y-axis-item/notes.label.component.d.ts +1 -1
  116. package/chart/y-axis-item/title.component.d.ts +1 -1
  117. package/chart/y-axis-item.component.d.ts +1 -1
  118. package/chart/y-axis.component.d.ts +1 -1
  119. package/chart/zoomable.component.d.ts +1 -1
  120. package/chart-defaults.d.ts +1 -1
  121. package/chart-options.interface.d.ts +1 -1
  122. package/chart.component.d.ts +1 -1
  123. package/chart.directives.d.ts +1 -1
  124. package/chart.module.d.ts +2 -2
  125. package/charts.module.d.ts +3 -3
  126. package/common/api-types.d.ts +1 -1
  127. package/common/chart-default-theme.d.ts +1 -1
  128. package/common/chart-instance-observer.d.ts +1 -1
  129. package/common/collection-item.component.d.ts +1 -1
  130. package/common/collection.component.d.ts +1 -1
  131. package/common/collection.service.d.ts +1 -1
  132. package/common/configuration.service.d.ts +1 -1
  133. package/common/copy-changes.d.ts +1 -1
  134. package/common/events.d.ts +1 -1
  135. package/common/has-parent.d.ts +1 -1
  136. package/common/prefix-configuration.service.d.ts +1 -1
  137. package/common/property-types.d.ts +1 -1
  138. package/common/root-configuration.service.d.ts +1 -1
  139. package/common/settings.component.d.ts +1 -1
  140. package/common/theme.service.d.ts +1 -1
  141. package/common/to-simple-changes.d.ts +1 -1
  142. package/common/tooltip-template.service.d.ts +1 -1
  143. package/{esm2015/api-types/chart-plotarea.interface.js → esm2020/api-types/axis-range.interface.mjs} +1 -1
  144. package/{esm2015/api-types/axis-range.interface.js → esm2020/api-types/chart-axis.interface.mjs} +1 -1
  145. package/{esm2015/api-types/chart-axis.interface.js → esm2020/api-types/chart-pane.interface.mjs} +1 -1
  146. package/{esm2015/api-types/chart-pane.interface.js → esm2020/api-types/chart-plotarea.interface.mjs} +1 -1
  147. package/esm2020/api-types/chart-svg-export-options.interface.mjs +5 -0
  148. package/esm2020/api-types/chart-visual-export-options.interface.mjs +5 -0
  149. package/esm2020/api-types/event-axis-options.interface.mjs +5 -0
  150. package/esm2020/api-types/event-series-options.interface.mjs +5 -0
  151. package/esm2020/api-types/series-point-marker.interface.mjs +5 -0
  152. package/esm2020/api-types/series-point.interface.mjs +5 -0
  153. package/esm2020/argument-types/axis-label-content-args.interface.mjs +5 -0
  154. package/esm2020/argument-types/axis-label-visual-args.interface.mjs +5 -0
  155. package/esm2020/argument-types/axis-note-content-args.interface.mjs +5 -0
  156. package/esm2020/argument-types/axis-note-visual-args.interface.mjs +5 -0
  157. package/esm2020/argument-types/error-bars-value-args.interface.mjs +5 -0
  158. package/esm2020/argument-types/error-bars-visual-args.interface.mjs +5 -0
  159. package/esm2020/argument-types/highlight-toggle-args.interface.mjs +5 -0
  160. package/esm2020/argument-types/highlight-visual-args.interface.mjs +5 -0
  161. package/esm2020/argument-types/legend-item-visual-args.interface.mjs +5 -0
  162. package/esm2020/argument-types/legend-labels-content-args.interface.mjs +5 -0
  163. package/esm2020/argument-types/markers-visual-args.interface.mjs +5 -0
  164. package/esm2020/argument-types/plot-band-label-visual-args.interface.mjs +5 -0
  165. package/esm2020/argument-types/series-labels-content-args.interface.mjs +5 -0
  166. package/esm2020/argument-types/series-labels-visual-args.interface.mjs +5 -0
  167. package/esm2020/argument-types/series-note-content-args.interface.mjs +5 -0
  168. package/esm2020/argument-types/series-note-visual-args.interface.mjs +5 -0
  169. package/esm2020/argument-types/series-visual-args.interface.mjs +5 -0
  170. package/esm2020/argument-types/title-visual-args.interface.mjs +5 -0
  171. package/{esm2015/chart/axis-defaults/crosshair.component.js → esm2020/chart/axis-defaults/crosshair.component.mjs} +5 -4
  172. package/{esm2015/chart/axis-defaults/crosshair.tooltip.component.js → esm2020/chart/axis-defaults/crosshair.tooltip.component.mjs} +5 -4
  173. package/{esm2015/chart/axis-defaults/labels.component.js → esm2020/chart/axis-defaults/labels.component.mjs} +5 -4
  174. package/{esm2015/chart/axis-defaults/title.component.js → esm2020/chart/axis-defaults/title.component.mjs} +5 -4
  175. package/{esm2015/chart/axis-defaults.component.js → esm2020/chart/axis-defaults.component.mjs} +5 -4
  176. package/{esm2015/chart/category-axis-item/crosshair.component.js → esm2020/chart/category-axis-item/crosshair.component.mjs} +5 -4
  177. package/{esm2015/chart/category-axis-item/crosshair.tooltip.component.js → esm2020/chart/category-axis-item/crosshair.tooltip.component.mjs} +5 -4
  178. package/{esm2015/chart/category-axis-item/labels.component.js → esm2020/chart/category-axis-item/labels.component.mjs} +5 -4
  179. package/{esm2015/chart/category-axis-item/notes.component.js → esm2020/chart/category-axis-item/notes.component.mjs} +5 -4
  180. package/{esm2015/chart/category-axis-item/notes.icon.component.js → esm2020/chart/category-axis-item/notes.icon.component.mjs} +5 -4
  181. package/{esm2015/chart/category-axis-item/notes.label.component.js → esm2020/chart/category-axis-item/notes.label.component.mjs} +5 -4
  182. package/{esm2015/chart/category-axis-item/range-labels.component.js → esm2020/chart/category-axis-item/range-labels.component.mjs} +5 -4
  183. package/{esm2015/chart/category-axis-item/select.component.js → esm2020/chart/category-axis-item/select.component.mjs} +5 -4
  184. package/{esm2015/chart/category-axis-item/title.component.js → esm2020/chart/category-axis-item/title.component.mjs} +5 -4
  185. package/{esm2015/chart/category-axis-item.component.js → esm2020/chart/category-axis-item.component.mjs} +7 -4
  186. package/{esm2015/chart/category-axis.component.js → esm2020/chart/category-axis.component.mjs} +6 -5
  187. package/{esm2015/chart/chart-area.component.js → esm2020/chart/chart-area.component.mjs} +5 -4
  188. package/{esm2015/chart/donut-center-template.directive.js → esm2020/chart/donut-center-template.directive.mjs} +6 -6
  189. package/{esm2015/chart/legend/inactive-items.component.js → esm2020/chart/legend/inactive-items.component.mjs} +5 -4
  190. package/{esm2015/chart/legend/item.component.js → esm2020/chart/legend/item.component.mjs} +5 -4
  191. package/{esm2015/chart/legend.component.js → esm2020/chart/legend.component.mjs} +5 -4
  192. package/{esm2015/chart/pane/title.component.js → esm2020/chart/pane/title.component.mjs} +5 -4
  193. package/{esm2015/chart/pane-defaults/title.component.js → esm2020/chart/pane-defaults/title.component.mjs} +5 -4
  194. package/{esm2015/chart/pane-defaults.component.js → esm2020/chart/pane-defaults.component.mjs} +5 -4
  195. package/{esm2015/chart/pane.component.js → esm2020/chart/pane.component.mjs} +5 -4
  196. package/{esm2015/chart/panes.component.js → esm2020/chart/panes.component.mjs} +6 -5
  197. package/{esm2015/chart/plot-area.component.js → esm2020/chart/plot-area.component.mjs} +5 -4
  198. package/{esm2015/chart/series-defaults/labels.component.js → esm2020/chart/series-defaults/labels.component.mjs} +5 -4
  199. package/{esm2015/chart/series-defaults/labels.from.component.js → esm2020/chart/series-defaults/labels.from.component.mjs} +5 -4
  200. package/{esm2015/chart/series-defaults/labels.to.component.js → esm2020/chart/series-defaults/labels.to.component.mjs} +5 -4
  201. package/{esm2015/chart/series-defaults/notes.component.js → esm2020/chart/series-defaults/notes.component.mjs} +5 -4
  202. package/{esm2015/chart/series-defaults/notes.icon.component.js → esm2020/chart/series-defaults/notes.icon.component.mjs} +5 -4
  203. package/{esm2015/chart/series-defaults/notes.label.component.js → esm2020/chart/series-defaults/notes.label.component.mjs} +5 -4
  204. package/{esm2015/chart/series-defaults/tooltip.component.js → esm2020/chart/series-defaults/tooltip.component.mjs} +5 -4
  205. package/{esm2015/chart/series-defaults.component.js → esm2020/chart/series-defaults.component.mjs} +5 -4
  206. package/{esm2015/chart/series-item/error-bars.component.js → esm2020/chart/series-item/error-bars.component.mjs} +5 -4
  207. package/{esm2015/chart/series-item/extremes.component.js → esm2020/chart/series-item/extremes.component.mjs} +5 -4
  208. package/{esm2015/chart/series-item/highlight.component.js → esm2020/chart/series-item/highlight.component.mjs} +5 -4
  209. package/{esm2015/chart/series-item/labels.component.js → esm2020/chart/series-item/labels.component.mjs} +5 -4
  210. package/{esm2015/chart/series-item/labels.from.component.js → esm2020/chart/series-item/labels.from.component.mjs} +5 -4
  211. package/{esm2015/chart/series-item/labels.to.component.js → esm2020/chart/series-item/labels.to.component.mjs} +5 -4
  212. package/{esm2015/chart/series-item/markers.component.js → esm2020/chart/series-item/markers.component.mjs} +5 -4
  213. package/{esm2015/chart/series-item/notes.component.js → esm2020/chart/series-item/notes.component.mjs} +5 -4
  214. package/{esm2015/chart/series-item/notes.icon.component.js → esm2020/chart/series-item/notes.icon.component.mjs} +5 -4
  215. package/{esm2015/chart/series-item/notes.label.component.js → esm2020/chart/series-item/notes.label.component.mjs} +5 -4
  216. package/{esm2015/chart/series-item/outliers.component.js → esm2020/chart/series-item/outliers.component.mjs} +5 -4
  217. package/{esm2015/chart/series-item/tooltip.component.js → esm2020/chart/series-item/tooltip.component.mjs} +5 -4
  218. package/{esm2015/chart/series-item.component.js → esm2020/chart/series-item.component.mjs} +5 -4
  219. package/{esm2015/chart/series.component.js → esm2020/chart/series.component.mjs} +7 -5
  220. package/{esm2015/chart/subtitle.component.js → esm2020/chart/subtitle.component.mjs} +5 -4
  221. package/{esm2015/chart/title.component.js → esm2020/chart/title.component.mjs} +5 -4
  222. package/{esm2015/chart/tooltip/base-tooltip.js → esm2020/chart/tooltip/base-tooltip.mjs} +9 -6
  223. package/{esm2015/chart/tooltip/body-factory.js → esm2020/chart/tooltip/body-factory.mjs} +1 -1
  224. package/{esm2015/chart/tooltip/crosshair-tooltip.component.js → esm2020/chart/tooltip/crosshair-tooltip.component.mjs} +6 -5
  225. package/{esm2015/chart/tooltip/crosshair-tooltips-container.component.js → esm2020/chart/tooltip/crosshair-tooltips-container.component.mjs} +7 -7
  226. package/esm2020/chart/tooltip/popup-settings.interface.mjs +5 -0
  227. package/{esm2015/chart/tooltip/series-tooltip-template.directive.js → esm2020/chart/tooltip/series-tooltip-template.directive.mjs} +6 -6
  228. package/{esm2015/chart/tooltip/shared-tooltip-template.directive.js → esm2020/chart/tooltip/shared-tooltip-template.directive.mjs} +6 -6
  229. package/{esm2015/chart/tooltip/tooltip-popup.component.js → esm2020/chart/tooltip/tooltip-popup.component.mjs} +7 -5
  230. package/{esm2015/chart/tooltip/tooltip-template-point.js → esm2020/chart/tooltip/tooltip-template-point.mjs} +1 -1
  231. package/{esm2015/chart/tooltip.component.js → esm2020/chart/tooltip.component.mjs} +6 -4
  232. package/{esm2015/chart/value-axis-item/crosshair.component.js → esm2020/chart/value-axis-item/crosshair.component.mjs} +5 -4
  233. package/{esm2015/chart/value-axis-item/crosshair.tooltip.component.js → esm2020/chart/value-axis-item/crosshair.tooltip.component.mjs} +5 -4
  234. package/{esm2015/chart/value-axis-item/labels.component.js → esm2020/chart/value-axis-item/labels.component.mjs} +5 -4
  235. package/{esm2015/chart/value-axis-item/notes.component.js → esm2020/chart/value-axis-item/notes.component.mjs} +5 -4
  236. package/{esm2015/chart/value-axis-item/notes.icon.component.js → esm2020/chart/value-axis-item/notes.icon.component.mjs} +5 -4
  237. package/{esm2015/chart/value-axis-item/notes.label.component.js → esm2020/chart/value-axis-item/notes.label.component.mjs} +5 -4
  238. package/{esm2015/chart/value-axis-item/title.component.js → esm2020/chart/value-axis-item/title.component.mjs} +5 -4
  239. package/{esm2015/chart/value-axis-item.component.js → esm2020/chart/value-axis-item.component.mjs} +5 -4
  240. package/{esm2015/chart/value-axis.component.js → esm2020/chart/value-axis.component.mjs} +6 -5
  241. package/{esm2015/chart/x-axis-item/crosshair.component.js → esm2020/chart/x-axis-item/crosshair.component.mjs} +5 -4
  242. package/{esm2015/chart/x-axis-item/crosshair.tooltip.component.js → esm2020/chart/x-axis-item/crosshair.tooltip.component.mjs} +5 -4
  243. package/{esm2015/chart/x-axis-item/labels.component.js → esm2020/chart/x-axis-item/labels.component.mjs} +5 -4
  244. package/{esm2015/chart/x-axis-item/notes.component.js → esm2020/chart/x-axis-item/notes.component.mjs} +5 -4
  245. package/{esm2015/chart/x-axis-item/notes.icon.component.js → esm2020/chart/x-axis-item/notes.icon.component.mjs} +5 -4
  246. package/{esm2015/chart/x-axis-item/notes.label.component.js → esm2020/chart/x-axis-item/notes.label.component.mjs} +5 -4
  247. package/{esm2015/chart/x-axis-item/title.component.js → esm2020/chart/x-axis-item/title.component.mjs} +5 -4
  248. package/{esm2015/chart/x-axis-item.component.js → esm2020/chart/x-axis-item.component.mjs} +7 -4
  249. package/{esm2015/chart/x-axis.component.js → esm2020/chart/x-axis.component.mjs} +6 -5
  250. package/{esm2015/chart/y-axis-item/crosshair.component.js → esm2020/chart/y-axis-item/crosshair.component.mjs} +5 -4
  251. package/{esm2015/chart/y-axis-item/crosshair.tooltip.component.js → esm2020/chart/y-axis-item/crosshair.tooltip.component.mjs} +5 -4
  252. package/{esm2015/chart/y-axis-item/labels.component.js → esm2020/chart/y-axis-item/labels.component.mjs} +5 -4
  253. package/{esm2015/chart/y-axis-item/notes.component.js → esm2020/chart/y-axis-item/notes.component.mjs} +5 -4
  254. package/{esm2015/chart/y-axis-item/notes.icon.component.js → esm2020/chart/y-axis-item/notes.icon.component.mjs} +5 -4
  255. package/{esm2015/chart/y-axis-item/notes.label.component.js → esm2020/chart/y-axis-item/notes.label.component.mjs} +5 -4
  256. package/{esm2015/chart/y-axis-item/title.component.js → esm2020/chart/y-axis-item/title.component.mjs} +5 -4
  257. package/{esm2015/chart/y-axis-item.component.js → esm2020/chart/y-axis-item.component.mjs} +5 -4
  258. package/{esm2015/chart/y-axis.component.js → esm2020/chart/y-axis.component.mjs} +6 -5
  259. package/{esm2015/chart/zoomable.component.js → esm2020/chart/zoomable.component.mjs} +5 -4
  260. package/{esm2015/chart-defaults.js → esm2020/chart-defaults.mjs} +1 -1
  261. package/esm2020/chart-options.interface.mjs +5 -0
  262. package/{esm2015/chart.component.js → esm2020/chart.component.mjs} +9 -6
  263. package/{esm2015/chart.directives.js → esm2020/chart.directives.mjs} +1 -1
  264. package/{esm2015/chart.module.js → esm2020/chart.module.mjs} +6 -6
  265. package/{esm2015/charts.module.js → esm2020/charts.module.mjs} +7 -7
  266. package/esm2020/common/api-types.mjs +5 -0
  267. package/{esm2015/common/chart-default-theme.js → esm2020/common/chart-default-theme.mjs} +1 -1
  268. package/{esm2015/common/chart-instance-observer.js → esm2020/common/chart-instance-observer.mjs} +1 -1
  269. package/{esm2015/common/collection-item.component.js → esm2020/common/collection-item.component.mjs} +6 -5
  270. package/{esm2015/common/collection.component.js → esm2020/common/collection.component.mjs} +6 -4
  271. package/{esm2015/common/collection.service.js → esm2020/common/collection.service.mjs} +4 -4
  272. package/{esm2015/common/configuration.service.js → esm2020/common/configuration.service.mjs} +5 -5
  273. package/{esm2015/common/copy-changes.js → esm2020/common/copy-changes.mjs} +2 -2
  274. package/{esm2015/common/events.js → esm2020/common/events.mjs} +1 -1
  275. package/{esm2015/common/has-parent.js → esm2020/common/has-parent.mjs} +1 -1
  276. package/{esm2015/common/prefix-configuration.service.js → esm2020/common/prefix-configuration.service.mjs} +5 -5
  277. package/{esm2015/common/property-types.js → esm2020/common/property-types.mjs} +1 -1
  278. package/{esm2015/common/root-configuration.service.js → esm2020/common/root-configuration.service.mjs} +4 -4
  279. package/{esm2015/common/settings.component.js → esm2020/common/settings.component.mjs} +5 -4
  280. package/{esm2015/common/theme.service.js → esm2020/common/theme.service.mjs} +5 -5
  281. package/{esm2015/common/to-simple-changes.js → esm2020/common/to-simple-changes.mjs} +2 -2
  282. package/{esm2015/common/tooltip-template.service.js → esm2020/common/tooltip-template.service.mjs} +4 -4
  283. package/{esm2015/events/axis-label-click-event.js → esm2020/events/axis-label-click-event.mjs} +1 -1
  284. package/{esm2015/events/base-event.js → esm2020/events/base-event.mjs} +4 -4
  285. package/{esm2015/events/dom-events-builder.js → esm2020/events/dom-events-builder.mjs} +1 -1
  286. package/{esm2015/events/dom-events.js → esm2020/events/dom-events.mjs} +1 -1
  287. package/{esm2015/events/drag-end-event.js → esm2020/events/drag-end-event.mjs} +1 -1
  288. package/{esm2015/events/drag-event.js → esm2020/events/drag-event.mjs} +1 -1
  289. package/{esm2015/events/drag-start-event.js → esm2020/events/drag-start-event.mjs} +1 -1
  290. package/{esm2015/events/instance-event.service.js → esm2020/events/instance-event.service.mjs} +1 -1
  291. package/{esm2015/events/legend-event.js → esm2020/events/legend-event.mjs} +1 -1
  292. package/{esm2015/events/legend-item-click-event.js → esm2020/events/legend-item-click-event.mjs} +1 -1
  293. package/{esm2015/events/legend-item-hover-event.js → esm2020/events/legend-item-hover-event.mjs} +1 -1
  294. package/{esm2015/events/legend-item-leave-event.js → esm2020/events/legend-item-leave-event.mjs} +2 -1
  295. package/{esm2015/events/note-click-event.js → esm2020/events/note-click-event.mjs} +1 -1
  296. package/{esm2015/events/note-event.js → esm2020/events/note-event.mjs} +1 -1
  297. package/{esm2015/events/note-hover-event.js → esm2020/events/note-hover-event.mjs} +1 -1
  298. package/{esm2015/events/note-leave-event.js → esm2020/events/note-leave-event.mjs} +1 -1
  299. package/{esm2015/events/pane-render-event.js → esm2020/events/pane-render-event.mjs} +1 -1
  300. package/{esm2015/events/plot-area-click-event.js → esm2020/events/plot-area-click-event.mjs} +1 -1
  301. package/{esm2015/events/plot-area-hover-event.js → esm2020/events/plot-area-hover-event.mjs} +1 -1
  302. package/{esm2015/events/plot-area-leave-event.js → esm2020/events/plot-area-leave-event.mjs} +1 -1
  303. package/{esm2015/events/preventable-event.js → esm2020/events/preventable-event.mjs} +4 -4
  304. package/{esm2015/events/render-event.js → esm2020/events/render-event.mjs} +1 -1
  305. package/{esm2015/events/select-end-event.js → esm2020/events/select-end-event.mjs} +1 -1
  306. package/{esm2015/events/select-event.js → esm2020/events/select-event.mjs} +1 -1
  307. package/{esm2015/events/select-start-event.js → esm2020/events/select-start-event.mjs} +1 -1
  308. package/{esm2015/events/series-click-event.js → esm2020/events/series-click-event.mjs} +1 -1
  309. package/{esm2015/events/series-event.js → esm2020/events/series-event.mjs} +1 -1
  310. package/{esm2015/events/series-hover-event.js → esm2020/events/series-hover-event.mjs} +1 -1
  311. package/{esm2015/events/series-leave-event.js → esm2020/events/series-leave-event.mjs} +1 -1
  312. package/{esm2015/events/series-over-event.js → esm2020/events/series-over-event.mjs} +1 -1
  313. package/{esm2015/events/zoom-end-event.js → esm2020/events/zoom-end-event.mjs} +1 -1
  314. package/{esm2015/events/zoom-event.js → esm2020/events/zoom-event.mjs} +1 -1
  315. package/{esm2015/events/zoom-start-event.js → esm2020/events/zoom-start-event.mjs} +1 -1
  316. package/esm2020/field-types/auto-base-unit-steps.interface.mjs +5 -0
  317. package/esm2020/field-types/axis-labels-position.mjs +5 -0
  318. package/esm2020/field-types/axis-line.interface.mjs +5 -0
  319. package/esm2020/field-types/axis-ticks.interface.mjs +5 -0
  320. package/esm2020/field-types/axis-title-position.mjs +5 -0
  321. package/esm2020/field-types/base-unit.mjs +5 -0
  322. package/esm2020/field-types/border.interface.mjs +5 -0
  323. package/esm2020/field-types/bullet-target-line.interface.mjs +5 -0
  324. package/esm2020/field-types/bullet-target.interface.mjs +5 -0
  325. package/esm2020/field-types/category-base-unit.mjs +5 -0
  326. package/esm2020/field-types/dash-type.mjs +5 -0
  327. package/esm2020/field-types/date-formats.interface.mjs +5 -0
  328. package/esm2020/field-types/drag-action.interface.mjs +5 -0
  329. package/esm2020/field-types/error-bar-line.interface.mjs +5 -0
  330. package/esm2020/field-types/grid-lines.interface.mjs +5 -0
  331. package/esm2020/field-types/highlight-line.interface.mjs +5 -0
  332. package/esm2020/field-types/label-connectors.interface.mjs +5 -0
  333. package/esm2020/field-types/label-rotation.interface.mjs +5 -0
  334. package/esm2020/field-types/legend-labels.interface.mjs +5 -0
  335. package/esm2020/field-types/line-style.mjs +5 -0
  336. package/esm2020/field-types/lock-axis.mjs +5 -0
  337. package/esm2020/field-types/margin.interface.mjs +5 -0
  338. package/esm2020/field-types/marker-type.mjs +5 -0
  339. package/esm2020/field-types/modifier-key.mjs +5 -0
  340. package/esm2020/field-types/mousewheel-select.interface.mjs +5 -0
  341. package/esm2020/field-types/mousewheel-zoom.interface.mjs +5 -0
  342. package/esm2020/field-types/negative-bubble-values.interface.mjs +5 -0
  343. package/esm2020/field-types/note-label-position.mjs +5 -0
  344. package/esm2020/field-types/note-line.interface.mjs +5 -0
  345. package/esm2020/field-types/note-position.mjs +5 -0
  346. package/esm2020/field-types/overlay.interface.mjs +5 -0
  347. package/esm2020/field-types/padding.interface.mjs +5 -0
  348. package/esm2020/field-types/plot-band-label.interface.mjs +5 -0
  349. package/esm2020/field-types/plot-band.interface.mjs +5 -0
  350. package/esm2020/field-types/series-labels-alignment.mjs +5 -0
  351. package/esm2020/field-types/series-labels-position.mjs +5 -0
  352. package/esm2020/field-types/series-line.interface.mjs +5 -0
  353. package/esm2020/field-types/series-mean.interface.mjs +5 -0
  354. package/esm2020/field-types/series-median.interface.mjs +5 -0
  355. package/esm2020/field-types/series-stack.interface.mjs +5 -0
  356. package/esm2020/field-types/series-type.mjs +5 -0
  357. package/esm2020/field-types/series-whiskers.interface.mjs +5 -0
  358. package/{esm2015/field-types/week-start-day.enum.js → esm2020/field-types/week-start-day.enum.mjs} +1 -1
  359. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  360. package/esm2020/option-types/axis-defaults/crosshair.interface.mjs +5 -0
  361. package/esm2020/option-types/axis-defaults/crosshair.tooltip.interface.mjs +5 -0
  362. package/esm2020/option-types/axis-defaults/labels.interface.mjs +5 -0
  363. package/esm2020/option-types/axis-defaults/title.interface.mjs +5 -0
  364. package/esm2020/option-types/axis-defaults.interface.mjs +5 -0
  365. package/esm2020/option-types/category-axis-item/crosshair.interface.mjs +5 -0
  366. package/esm2020/option-types/category-axis-item/crosshair.tooltip.interface.mjs +5 -0
  367. package/esm2020/option-types/category-axis-item/labels.interface.mjs +5 -0
  368. package/esm2020/option-types/category-axis-item/notes.icon.interface.mjs +5 -0
  369. package/esm2020/option-types/category-axis-item/notes.interface.mjs +5 -0
  370. package/esm2020/option-types/category-axis-item/notes.label.interface.mjs +5 -0
  371. package/esm2020/option-types/category-axis-item/range-labels.interface.mjs +5 -0
  372. package/esm2020/option-types/category-axis-item/select.interface.mjs +5 -0
  373. package/esm2020/option-types/category-axis-item/title.interface.mjs +5 -0
  374. package/esm2020/option-types/category-axis-item.interface.mjs +5 -0
  375. package/esm2020/option-types/chart-area.interface.mjs +5 -0
  376. package/esm2020/option-types/legend/inactive-items.interface.mjs +5 -0
  377. package/esm2020/option-types/legend/item.interface.mjs +5 -0
  378. package/esm2020/option-types/legend/legend-title.interface.mjs +5 -0
  379. package/esm2020/option-types/legend/markers.interface.mjs +5 -0
  380. package/esm2020/option-types/legend.interface.mjs +5 -0
  381. package/esm2020/option-types/pane/title.interface.mjs +5 -0
  382. package/esm2020/option-types/pane-defaults/title.interface.mjs +5 -0
  383. package/esm2020/option-types/pane-defaults.interface.mjs +5 -0
  384. package/esm2020/option-types/pane.interface.mjs +5 -0
  385. package/esm2020/option-types/plot-area.interface.mjs +5 -0
  386. package/esm2020/option-types/series-defaults/labels.from.interface.mjs +5 -0
  387. package/esm2020/option-types/series-defaults/labels.interface.mjs +5 -0
  388. package/esm2020/option-types/series-defaults/labels.to.interface.mjs +5 -0
  389. package/esm2020/option-types/series-defaults/notes.icon.interface.mjs +5 -0
  390. package/esm2020/option-types/series-defaults/notes.interface.mjs +5 -0
  391. package/esm2020/option-types/series-defaults/notes.label.interface.mjs +5 -0
  392. package/esm2020/option-types/series-defaults/tooltip.interface.mjs +5 -0
  393. package/esm2020/option-types/series-defaults.interface.mjs +5 -0
  394. package/esm2020/option-types/series-item/error-bars.interface.mjs +5 -0
  395. package/esm2020/option-types/series-item/extremes.interface.mjs +5 -0
  396. package/esm2020/option-types/series-item/highlight.interface.mjs +5 -0
  397. package/esm2020/option-types/series-item/labels.from.interface.mjs +5 -0
  398. package/esm2020/option-types/series-item/labels.interface.mjs +5 -0
  399. package/esm2020/option-types/series-item/labels.to.interface.mjs +5 -0
  400. package/esm2020/option-types/series-item/markers-highlight.interface.mjs +5 -0
  401. package/esm2020/option-types/series-item/markers.interface.mjs +5 -0
  402. package/esm2020/option-types/series-item/notes.icon.interface.mjs +5 -0
  403. package/esm2020/option-types/series-item/notes.interface.mjs +5 -0
  404. package/esm2020/option-types/series-item/notes.label.interface.mjs +5 -0
  405. package/esm2020/option-types/series-item/outliers.interface.mjs +5 -0
  406. package/esm2020/option-types/series-item/tooltip.interface.mjs +5 -0
  407. package/esm2020/option-types/series-item.interface.mjs +5 -0
  408. package/esm2020/option-types/subtitle.interface.mjs +5 -0
  409. package/esm2020/option-types/title.interface.mjs +5 -0
  410. package/esm2020/option-types/tooltip.interface.mjs +5 -0
  411. package/esm2020/option-types/value-axis-item/crosshair.interface.mjs +5 -0
  412. package/esm2020/option-types/value-axis-item/crosshair.tooltip.interface.mjs +5 -0
  413. package/esm2020/option-types/value-axis-item/labels.interface.mjs +5 -0
  414. package/esm2020/option-types/value-axis-item/notes.icon.interface.mjs +5 -0
  415. package/esm2020/option-types/value-axis-item/notes.interface.mjs +5 -0
  416. package/esm2020/option-types/value-axis-item/notes.label.interface.mjs +5 -0
  417. package/esm2020/option-types/value-axis-item/title.interface.mjs +5 -0
  418. package/esm2020/option-types/value-axis-item.interface.mjs +5 -0
  419. package/esm2020/option-types/x-axis-item/crosshair.interface.mjs +5 -0
  420. package/esm2020/option-types/x-axis-item/crosshair.tooltip.interface.mjs +5 -0
  421. package/esm2020/option-types/x-axis-item/labels.interface.mjs +5 -0
  422. package/esm2020/option-types/x-axis-item/notes.icon.interface.mjs +5 -0
  423. package/esm2020/option-types/x-axis-item/notes.interface.mjs +5 -0
  424. package/esm2020/option-types/x-axis-item/notes.label.interface.mjs +5 -0
  425. package/esm2020/option-types/x-axis-item/title.interface.mjs +5 -0
  426. package/esm2020/option-types/x-axis-item.interface.mjs +5 -0
  427. package/esm2020/option-types/y-axis-item/crosshair.interface.mjs +5 -0
  428. package/esm2020/option-types/y-axis-item/crosshair.tooltip.interface.mjs +5 -0
  429. package/esm2020/option-types/y-axis-item/labels.interface.mjs +5 -0
  430. package/esm2020/option-types/y-axis-item/notes.icon.interface.mjs +5 -0
  431. package/esm2020/option-types/y-axis-item/notes.interface.mjs +5 -0
  432. package/esm2020/option-types/y-axis-item/notes.label.interface.mjs +5 -0
  433. package/esm2020/option-types/y-axis-item/title.interface.mjs +5 -0
  434. package/esm2020/option-types/y-axis-item.interface.mjs +5 -0
  435. package/esm2020/option-types/zoomable.interface.mjs +5 -0
  436. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  437. package/{esm2015/kendo-angular-charts.js → esm2020/progress-kendo-angular-charts.mjs} +2 -2
  438. package/{esm2015/sparkline.component.js → esm2020/sparkline.component.mjs} +7 -5
  439. package/{esm2015/sparkline.directives.js → esm2020/sparkline.directives.mjs} +1 -1
  440. package/{esm2015/sparkline.module.js → esm2020/sparkline.module.mjs} +7 -7
  441. package/{esm2015/stock-chart/events/instance-event.service.js → esm2020/stock-chart/events/instance-event.service.mjs} +1 -1
  442. package/{esm2015/stock-chart/events/navigator-filter-event.js → esm2020/stock-chart/events/navigator-filter-event.mjs} +1 -1
  443. package/{esm2015/stock-chart/events.js → esm2020/stock-chart/events.mjs} +1 -1
  444. package/{esm2015/stock-chart/navigator/category-axis/crosshair.component.js → esm2020/stock-chart/navigator/category-axis/crosshair.component.mjs} +5 -4
  445. package/{esm2015/stock-chart/navigator/category-axis/crosshair.tooltip.component.js → esm2020/stock-chart/navigator/category-axis/crosshair.tooltip.component.mjs} +5 -4
  446. package/{esm2015/stock-chart/navigator/category-axis/labels.component.js → esm2020/stock-chart/navigator/category-axis/labels.component.mjs} +5 -4
  447. package/{esm2015/stock-chart/navigator/category-axis/notes.component.js → esm2020/stock-chart/navigator/category-axis/notes.component.mjs} +5 -4
  448. package/{esm2015/stock-chart/navigator/category-axis/notes.icon.component.js → esm2020/stock-chart/navigator/category-axis/notes.icon.component.mjs} +5 -4
  449. package/{esm2015/stock-chart/navigator/category-axis/notes.label.component.js → esm2020/stock-chart/navigator/category-axis/notes.label.component.mjs} +5 -4
  450. package/{esm2015/stock-chart/navigator/category-axis/select.component.js → esm2020/stock-chart/navigator/category-axis/select.component.mjs} +5 -4
  451. package/{esm2015/stock-chart/navigator/category-axis/title.component.js → esm2020/stock-chart/navigator/category-axis/title.component.mjs} +5 -4
  452. package/{esm2015/stock-chart/navigator/category-axis.component.js → esm2020/stock-chart/navigator/category-axis.component.mjs} +5 -4
  453. package/{esm2015/stock-chart/navigator/hint.component.js → esm2020/stock-chart/navigator/hint.component.mjs} +5 -4
  454. package/{esm2015/stock-chart/navigator/pane/title.component.js → esm2020/stock-chart/navigator/pane/title.component.mjs} +5 -4
  455. package/{esm2015/stock-chart/navigator/pane.component.js → esm2020/stock-chart/navigator/pane.component.mjs} +4 -4
  456. package/{esm2015/stock-chart/navigator/select.component.js → esm2020/stock-chart/navigator/select.component.mjs} +5 -4
  457. package/{esm2015/stock-chart/navigator/series-item/error-bars.component.js → esm2020/stock-chart/navigator/series-item/error-bars.component.mjs} +5 -4
  458. package/{esm2015/stock-chart/navigator/series-item/extremes.component.js → esm2020/stock-chart/navigator/series-item/extremes.component.mjs} +5 -4
  459. package/{esm2015/stock-chart/navigator/series-item/highlight.component.js → esm2020/stock-chart/navigator/series-item/highlight.component.mjs} +5 -4
  460. package/{esm2015/stock-chart/navigator/series-item/labels.component.js → esm2020/stock-chart/navigator/series-item/labels.component.mjs} +5 -4
  461. package/{esm2015/stock-chart/navigator/series-item/labels.from.component.js → esm2020/stock-chart/navigator/series-item/labels.from.component.mjs} +5 -4
  462. package/{esm2015/stock-chart/navigator/series-item/labels.to.component.js → esm2020/stock-chart/navigator/series-item/labels.to.component.mjs} +5 -4
  463. package/{esm2015/stock-chart/navigator/series-item/markers.component.js → esm2020/stock-chart/navigator/series-item/markers.component.mjs} +5 -4
  464. package/{esm2015/stock-chart/navigator/series-item/notes.component.js → esm2020/stock-chart/navigator/series-item/notes.component.mjs} +5 -4
  465. package/{esm2015/stock-chart/navigator/series-item/notes.icon.component.js → esm2020/stock-chart/navigator/series-item/notes.icon.component.mjs} +5 -4
  466. package/{esm2015/stock-chart/navigator/series-item/notes.label.component.js → esm2020/stock-chart/navigator/series-item/notes.label.component.mjs} +5 -4
  467. package/{esm2015/stock-chart/navigator/series-item/outliers.component.js → esm2020/stock-chart/navigator/series-item/outliers.component.mjs} +5 -4
  468. package/{esm2015/stock-chart/navigator/series-item/tooltip.component.js → esm2020/stock-chart/navigator/series-item/tooltip.component.mjs} +5 -4
  469. package/{esm2015/stock-chart/navigator/series-item.component.js → esm2020/stock-chart/navigator/series-item.component.mjs} +5 -4
  470. package/{esm2015/stock-chart/navigator/series.component.js → esm2020/stock-chart/navigator/series.component.mjs} +7 -5
  471. package/{esm2015/stock-chart/navigator.component.js → esm2020/stock-chart/navigator.component.mjs} +4 -4
  472. package/esm2020/stock-chart/option-types/navigator/hint-content-args.interface.mjs +5 -0
  473. package/esm2020/stock-chart/option-types/navigator/hint.interface.mjs +5 -0
  474. package/esm2020/stock-chart/option-types/navigator/select.interface.mjs +5 -0
  475. package/esm2020/stock-chart/option-types/navigator.interface.mjs +5 -0
  476. package/esm2020/stock-chart/option-types.mjs +5 -0
  477. package/{esm2015/stock-chart.component.js → esm2020/stock-chart.component.mjs} +7 -5
  478. package/{esm2015/stock-chart.directives.js → esm2020/stock-chart.directives.mjs} +1 -1
  479. package/{esm2015/stock-chart.module.js → esm2020/stock-chart.module.mjs} +7 -7
  480. package/events/axis-label-click-event.d.ts +1 -1
  481. package/events/base-event.d.ts +1 -1
  482. package/events/dom-events-builder.d.ts +1 -1
  483. package/events/dom-events.d.ts +1 -1
  484. package/events/drag-end-event.d.ts +1 -1
  485. package/events/drag-event.d.ts +1 -1
  486. package/events/drag-start-event.d.ts +1 -1
  487. package/events/instance-event.service.d.ts +1 -1
  488. package/events/legend-event.d.ts +1 -1
  489. package/events/legend-item-click-event.d.ts +1 -1
  490. package/events/legend-item-hover-event.d.ts +1 -1
  491. package/events/legend-item-leave-event.d.ts +1 -1
  492. package/events/note-click-event.d.ts +1 -1
  493. package/events/note-event.d.ts +1 -1
  494. package/events/note-hover-event.d.ts +1 -1
  495. package/events/note-leave-event.d.ts +1 -1
  496. package/events/pane-render-event.d.ts +1 -1
  497. package/events/plot-area-click-event.d.ts +1 -1
  498. package/events/plot-area-hover-event.d.ts +1 -1
  499. package/events/plot-area-leave-event.d.ts +1 -1
  500. package/events/preventable-event.d.ts +1 -1
  501. package/events/render-event.d.ts +1 -1
  502. package/events/select-end-event.d.ts +1 -1
  503. package/events/select-event.d.ts +1 -1
  504. package/events/select-start-event.d.ts +1 -1
  505. package/events/series-click-event.d.ts +1 -1
  506. package/events/series-event.d.ts +1 -1
  507. package/events/series-hover-event.d.ts +1 -1
  508. package/events/series-leave-event.d.ts +1 -1
  509. package/events/series-over-event.d.ts +1 -1
  510. package/events/zoom-end-event.d.ts +1 -1
  511. package/events/zoom-event.d.ts +1 -1
  512. package/events/zoom-start-event.d.ts +1 -1
  513. package/fesm2015/progress-kendo-angular-charts.mjs +8049 -0
  514. package/{fesm2015/kendo-angular-charts.js → fesm2020/progress-kendo-angular-charts.mjs} +1032 -1030
  515. package/field-types/auto-base-unit-steps.interface.d.ts +1 -1
  516. package/field-types/axis-labels-position.d.ts +1 -1
  517. package/field-types/axis-line.interface.d.ts +1 -1
  518. package/field-types/axis-ticks.interface.d.ts +1 -1
  519. package/field-types/axis-title-position.d.ts +1 -1
  520. package/field-types/base-unit.d.ts +1 -1
  521. package/field-types/border.interface.d.ts +1 -1
  522. package/field-types/bullet-target-line.interface.d.ts +1 -1
  523. package/field-types/bullet-target.interface.d.ts +1 -1
  524. package/field-types/category-base-unit.d.ts +1 -1
  525. package/field-types/dash-type.d.ts +1 -1
  526. package/field-types/date-formats.interface.d.ts +1 -1
  527. package/field-types/drag-action.interface.d.ts +1 -1
  528. package/field-types/error-bar-line.interface.d.ts +1 -1
  529. package/field-types/grid-lines.interface.d.ts +1 -1
  530. package/field-types/highlight-line.interface.d.ts +1 -1
  531. package/field-types/label-connectors.interface.d.ts +1 -1
  532. package/field-types/label-rotation.interface.d.ts +1 -1
  533. package/field-types/legend-labels.interface.d.ts +1 -1
  534. package/field-types/line-style.d.ts +1 -1
  535. package/field-types/lock-axis.d.ts +1 -1
  536. package/field-types/margin.interface.d.ts +1 -1
  537. package/field-types/marker-type.d.ts +1 -1
  538. package/field-types/modifier-key.d.ts +1 -1
  539. package/field-types/mousewheel-select.interface.d.ts +1 -1
  540. package/field-types/mousewheel-zoom.interface.d.ts +1 -1
  541. package/field-types/negative-bubble-values.interface.d.ts +1 -1
  542. package/field-types/note-label-position.d.ts +1 -1
  543. package/field-types/note-line.interface.d.ts +1 -1
  544. package/field-types/note-position.d.ts +1 -1
  545. package/field-types/overlay.interface.d.ts +1 -1
  546. package/field-types/padding.interface.d.ts +1 -1
  547. package/field-types/plot-band-label.interface.d.ts +1 -1
  548. package/field-types/plot-band.interface.d.ts +1 -1
  549. package/field-types/series-labels-alignment.d.ts +1 -1
  550. package/field-types/series-labels-position.d.ts +1 -1
  551. package/field-types/series-line.interface.d.ts +1 -1
  552. package/field-types/series-mean.interface.d.ts +1 -1
  553. package/field-types/series-median.interface.d.ts +1 -1
  554. package/field-types/series-stack.interface.d.ts +1 -1
  555. package/field-types/series-type.d.ts +1 -1
  556. package/field-types/series-whiskers.interface.d.ts +1 -1
  557. package/field-types/week-start-day.enum.d.ts +1 -1
  558. package/{main.d.ts → index.d.ts} +1 -1
  559. package/option-types/axis-defaults/crosshair.interface.d.ts +1 -1
  560. package/option-types/axis-defaults/crosshair.tooltip.interface.d.ts +1 -1
  561. package/option-types/axis-defaults/labels.interface.d.ts +1 -1
  562. package/option-types/axis-defaults/title.interface.d.ts +1 -1
  563. package/option-types/axis-defaults.interface.d.ts +1 -1
  564. package/option-types/category-axis-item/crosshair.interface.d.ts +1 -1
  565. package/option-types/category-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  566. package/option-types/category-axis-item/labels.interface.d.ts +1 -1
  567. package/option-types/category-axis-item/notes.icon.interface.d.ts +1 -1
  568. package/option-types/category-axis-item/notes.interface.d.ts +1 -1
  569. package/option-types/category-axis-item/notes.label.interface.d.ts +1 -1
  570. package/option-types/category-axis-item/range-labels.interface.d.ts +1 -1
  571. package/option-types/category-axis-item/select.interface.d.ts +1 -1
  572. package/option-types/category-axis-item/title.interface.d.ts +1 -1
  573. package/option-types/category-axis-item.interface.d.ts +1 -1
  574. package/option-types/chart-area.interface.d.ts +1 -1
  575. package/option-types/legend/inactive-items.interface.d.ts +1 -1
  576. package/option-types/legend/item.interface.d.ts +1 -1
  577. package/option-types/legend/legend-title.interface.d.ts +1 -1
  578. package/option-types/legend/markers.interface.d.ts +1 -1
  579. package/option-types/legend.interface.d.ts +1 -1
  580. package/option-types/pane/title.interface.d.ts +1 -1
  581. package/option-types/pane-defaults/title.interface.d.ts +1 -1
  582. package/option-types/pane-defaults.interface.d.ts +1 -1
  583. package/option-types/pane.interface.d.ts +1 -1
  584. package/option-types/plot-area.interface.d.ts +1 -1
  585. package/option-types/series-defaults/labels.from.interface.d.ts +1 -1
  586. package/option-types/series-defaults/labels.interface.d.ts +1 -1
  587. package/option-types/series-defaults/labels.to.interface.d.ts +1 -1
  588. package/option-types/series-defaults/notes.icon.interface.d.ts +1 -1
  589. package/option-types/series-defaults/notes.interface.d.ts +1 -1
  590. package/option-types/series-defaults/notes.label.interface.d.ts +1 -1
  591. package/option-types/series-defaults/tooltip.interface.d.ts +1 -1
  592. package/option-types/series-defaults.interface.d.ts +1 -1
  593. package/option-types/series-item/error-bars.interface.d.ts +1 -1
  594. package/option-types/series-item/extremes.interface.d.ts +1 -1
  595. package/option-types/series-item/highlight.interface.d.ts +1 -1
  596. package/option-types/series-item/labels.from.interface.d.ts +1 -1
  597. package/option-types/series-item/labels.interface.d.ts +1 -1
  598. package/option-types/series-item/labels.to.interface.d.ts +1 -1
  599. package/option-types/series-item/markers-highlight.interface.d.ts +1 -1
  600. package/option-types/series-item/markers.interface.d.ts +1 -1
  601. package/option-types/series-item/notes.icon.interface.d.ts +1 -1
  602. package/option-types/series-item/notes.interface.d.ts +1 -1
  603. package/option-types/series-item/notes.label.interface.d.ts +1 -1
  604. package/option-types/series-item/outliers.interface.d.ts +1 -1
  605. package/option-types/series-item/tooltip.interface.d.ts +1 -1
  606. package/option-types/series-item.interface.d.ts +1 -1
  607. package/option-types/subtitle.interface.d.ts +1 -1
  608. package/option-types/title.interface.d.ts +1 -1
  609. package/option-types/tooltip.interface.d.ts +1 -1
  610. package/option-types/value-axis-item/crosshair.interface.d.ts +1 -1
  611. package/option-types/value-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  612. package/option-types/value-axis-item/labels.interface.d.ts +1 -1
  613. package/option-types/value-axis-item/notes.icon.interface.d.ts +1 -1
  614. package/option-types/value-axis-item/notes.interface.d.ts +1 -1
  615. package/option-types/value-axis-item/notes.label.interface.d.ts +1 -1
  616. package/option-types/value-axis-item/title.interface.d.ts +1 -1
  617. package/option-types/value-axis-item.interface.d.ts +1 -1
  618. package/option-types/x-axis-item/crosshair.interface.d.ts +1 -1
  619. package/option-types/x-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  620. package/option-types/x-axis-item/labels.interface.d.ts +1 -1
  621. package/option-types/x-axis-item/notes.icon.interface.d.ts +1 -1
  622. package/option-types/x-axis-item/notes.interface.d.ts +1 -1
  623. package/option-types/x-axis-item/notes.label.interface.d.ts +1 -1
  624. package/option-types/x-axis-item/title.interface.d.ts +1 -1
  625. package/option-types/x-axis-item.interface.d.ts +1 -1
  626. package/option-types/y-axis-item/crosshair.interface.d.ts +1 -1
  627. package/option-types/y-axis-item/crosshair.tooltip.interface.d.ts +1 -1
  628. package/option-types/y-axis-item/labels.interface.d.ts +1 -1
  629. package/option-types/y-axis-item/notes.icon.interface.d.ts +1 -1
  630. package/option-types/y-axis-item/notes.interface.d.ts +1 -1
  631. package/option-types/y-axis-item/notes.label.interface.d.ts +1 -1
  632. package/option-types/y-axis-item/title.interface.d.ts +1 -1
  633. package/option-types/y-axis-item.interface.d.ts +1 -1
  634. package/option-types/zoomable.interface.d.ts +1 -1
  635. package/package-metadata.d.ts +1 -1
  636. package/package.json +30 -56
  637. package/{kendo-angular-charts.d.ts → progress-kendo-angular-charts.d.ts} +2 -2
  638. package/schematics/ngAdd/index.js +1 -5
  639. package/sparkline.component.d.ts +1 -1
  640. package/sparkline.directives.d.ts +1 -1
  641. package/sparkline.module.d.ts +3 -3
  642. package/stock-chart/events/instance-event.service.d.ts +1 -1
  643. package/stock-chart/events/navigator-filter-event.d.ts +1 -1
  644. package/stock-chart/events.d.ts +1 -1
  645. package/stock-chart/navigator/category-axis/crosshair.component.d.ts +1 -1
  646. package/stock-chart/navigator/category-axis/crosshair.tooltip.component.d.ts +1 -1
  647. package/stock-chart/navigator/category-axis/labels.component.d.ts +1 -1
  648. package/stock-chart/navigator/category-axis/notes.component.d.ts +1 -1
  649. package/stock-chart/navigator/category-axis/notes.icon.component.d.ts +1 -1
  650. package/stock-chart/navigator/category-axis/notes.label.component.d.ts +1 -1
  651. package/stock-chart/navigator/category-axis/select.component.d.ts +1 -1
  652. package/stock-chart/navigator/category-axis/title.component.d.ts +1 -1
  653. package/stock-chart/navigator/category-axis.component.d.ts +1 -1
  654. package/stock-chart/navigator/hint.component.d.ts +1 -1
  655. package/stock-chart/navigator/pane/title.component.d.ts +1 -1
  656. package/stock-chart/navigator/pane.component.d.ts +1 -1
  657. package/stock-chart/navigator/select.component.d.ts +1 -1
  658. package/stock-chart/navigator/series-item/error-bars.component.d.ts +1 -1
  659. package/stock-chart/navigator/series-item/extremes.component.d.ts +1 -1
  660. package/stock-chart/navigator/series-item/highlight.component.d.ts +1 -1
  661. package/stock-chart/navigator/series-item/labels.component.d.ts +1 -1
  662. package/stock-chart/navigator/series-item/labels.from.component.d.ts +1 -1
  663. package/stock-chart/navigator/series-item/labels.to.component.d.ts +1 -1
  664. package/stock-chart/navigator/series-item/markers.component.d.ts +1 -1
  665. package/stock-chart/navigator/series-item/notes.component.d.ts +1 -1
  666. package/stock-chart/navigator/series-item/notes.icon.component.d.ts +1 -1
  667. package/stock-chart/navigator/series-item/notes.label.component.d.ts +1 -1
  668. package/stock-chart/navigator/series-item/outliers.component.d.ts +1 -1
  669. package/stock-chart/navigator/series-item/tooltip.component.d.ts +1 -1
  670. package/stock-chart/navigator/series-item.component.d.ts +1 -1
  671. package/stock-chart/navigator/series.component.d.ts +1 -1
  672. package/stock-chart/navigator.component.d.ts +1 -1
  673. package/stock-chart/option-types/navigator/hint-content-args.interface.d.ts +1 -1
  674. package/stock-chart/option-types/navigator/hint.interface.d.ts +1 -1
  675. package/stock-chart/option-types/navigator/select.interface.d.ts +1 -1
  676. package/stock-chart/option-types/navigator.interface.d.ts +1 -1
  677. package/stock-chart/option-types.d.ts +1 -1
  678. package/stock-chart.component.d.ts +1 -1
  679. package/stock-chart.directives.d.ts +1 -1
  680. package/stock-chart.module.d.ts +3 -3
  681. package/bundles/kendo-angular-charts.umd.js +0 -5
  682. package/esm2015/api-types/chart-svg-export-options.interface.js +0 -5
  683. package/esm2015/api-types/chart-visual-export-options.interface.js +0 -5
  684. package/esm2015/api-types/event-axis-options.interface.js +0 -5
  685. package/esm2015/api-types/event-series-options.interface.js +0 -5
  686. package/esm2015/api-types/series-point-marker.interface.js +0 -5
  687. package/esm2015/api-types/series-point.interface.js +0 -5
  688. package/esm2015/argument-types/axis-label-content-args.interface.js +0 -5
  689. package/esm2015/argument-types/axis-label-visual-args.interface.js +0 -5
  690. package/esm2015/argument-types/axis-note-content-args.interface.js +0 -5
  691. package/esm2015/argument-types/axis-note-visual-args.interface.js +0 -5
  692. package/esm2015/argument-types/error-bars-value-args.interface.js +0 -5
  693. package/esm2015/argument-types/error-bars-visual-args.interface.js +0 -5
  694. package/esm2015/argument-types/highlight-toggle-args.interface.js +0 -5
  695. package/esm2015/argument-types/highlight-visual-args.interface.js +0 -5
  696. package/esm2015/argument-types/legend-item-visual-args.interface.js +0 -5
  697. package/esm2015/argument-types/legend-labels-content-args.interface.js +0 -5
  698. package/esm2015/argument-types/markers-visual-args.interface.js +0 -5
  699. package/esm2015/argument-types/plot-band-label-visual-args.interface.js +0 -5
  700. package/esm2015/argument-types/series-labels-content-args.interface.js +0 -5
  701. package/esm2015/argument-types/series-labels-visual-args.interface.js +0 -5
  702. package/esm2015/argument-types/series-note-content-args.interface.js +0 -5
  703. package/esm2015/argument-types/series-note-visual-args.interface.js +0 -5
  704. package/esm2015/argument-types/series-visual-args.interface.js +0 -5
  705. package/esm2015/argument-types/title-visual-args.interface.js +0 -5
  706. package/esm2015/chart/tooltip/popup-settings.interface.js +0 -5
  707. package/esm2015/chart-options.interface.js +0 -5
  708. package/esm2015/common/api-types.js +0 -5
  709. package/esm2015/field-types/auto-base-unit-steps.interface.js +0 -5
  710. package/esm2015/field-types/axis-labels-position.js +0 -5
  711. package/esm2015/field-types/axis-line.interface.js +0 -5
  712. package/esm2015/field-types/axis-ticks.interface.js +0 -5
  713. package/esm2015/field-types/axis-title-position.js +0 -5
  714. package/esm2015/field-types/base-unit.js +0 -5
  715. package/esm2015/field-types/border.interface.js +0 -5
  716. package/esm2015/field-types/bullet-target-line.interface.js +0 -5
  717. package/esm2015/field-types/bullet-target.interface.js +0 -5
  718. package/esm2015/field-types/category-base-unit.js +0 -5
  719. package/esm2015/field-types/dash-type.js +0 -5
  720. package/esm2015/field-types/date-formats.interface.js +0 -5
  721. package/esm2015/field-types/drag-action.interface.js +0 -5
  722. package/esm2015/field-types/error-bar-line.interface.js +0 -5
  723. package/esm2015/field-types/grid-lines.interface.js +0 -5
  724. package/esm2015/field-types/highlight-line.interface.js +0 -5
  725. package/esm2015/field-types/label-connectors.interface.js +0 -5
  726. package/esm2015/field-types/label-rotation.interface.js +0 -5
  727. package/esm2015/field-types/legend-labels.interface.js +0 -5
  728. package/esm2015/field-types/line-style.js +0 -5
  729. package/esm2015/field-types/lock-axis.js +0 -5
  730. package/esm2015/field-types/margin.interface.js +0 -5
  731. package/esm2015/field-types/marker-type.js +0 -5
  732. package/esm2015/field-types/modifier-key.js +0 -5
  733. package/esm2015/field-types/mousewheel-select.interface.js +0 -5
  734. package/esm2015/field-types/mousewheel-zoom.interface.js +0 -5
  735. package/esm2015/field-types/negative-bubble-values.interface.js +0 -5
  736. package/esm2015/field-types/note-label-position.js +0 -5
  737. package/esm2015/field-types/note-line.interface.js +0 -5
  738. package/esm2015/field-types/note-position.js +0 -5
  739. package/esm2015/field-types/overlay.interface.js +0 -5
  740. package/esm2015/field-types/padding.interface.js +0 -5
  741. package/esm2015/field-types/plot-band-label.interface.js +0 -5
  742. package/esm2015/field-types/plot-band.interface.js +0 -5
  743. package/esm2015/field-types/series-labels-alignment.js +0 -5
  744. package/esm2015/field-types/series-labels-position.js +0 -5
  745. package/esm2015/field-types/series-line.interface.js +0 -5
  746. package/esm2015/field-types/series-mean.interface.js +0 -5
  747. package/esm2015/field-types/series-median.interface.js +0 -5
  748. package/esm2015/field-types/series-stack.interface.js +0 -5
  749. package/esm2015/field-types/series-type.js +0 -5
  750. package/esm2015/field-types/series-whiskers.interface.js +0 -5
  751. package/esm2015/option-types/axis-defaults/crosshair.interface.js +0 -5
  752. package/esm2015/option-types/axis-defaults/crosshair.tooltip.interface.js +0 -5
  753. package/esm2015/option-types/axis-defaults/labels.interface.js +0 -5
  754. package/esm2015/option-types/axis-defaults/title.interface.js +0 -5
  755. package/esm2015/option-types/axis-defaults.interface.js +0 -5
  756. package/esm2015/option-types/category-axis-item/crosshair.interface.js +0 -5
  757. package/esm2015/option-types/category-axis-item/crosshair.tooltip.interface.js +0 -5
  758. package/esm2015/option-types/category-axis-item/labels.interface.js +0 -5
  759. package/esm2015/option-types/category-axis-item/notes.icon.interface.js +0 -5
  760. package/esm2015/option-types/category-axis-item/notes.interface.js +0 -5
  761. package/esm2015/option-types/category-axis-item/notes.label.interface.js +0 -5
  762. package/esm2015/option-types/category-axis-item/range-labels.interface.js +0 -5
  763. package/esm2015/option-types/category-axis-item/select.interface.js +0 -5
  764. package/esm2015/option-types/category-axis-item/title.interface.js +0 -5
  765. package/esm2015/option-types/category-axis-item.interface.js +0 -5
  766. package/esm2015/option-types/chart-area.interface.js +0 -5
  767. package/esm2015/option-types/legend/inactive-items.interface.js +0 -5
  768. package/esm2015/option-types/legend/item.interface.js +0 -5
  769. package/esm2015/option-types/legend/legend-title.interface.js +0 -5
  770. package/esm2015/option-types/legend/markers.interface.js +0 -5
  771. package/esm2015/option-types/legend.interface.js +0 -5
  772. package/esm2015/option-types/pane/title.interface.js +0 -5
  773. package/esm2015/option-types/pane-defaults/title.interface.js +0 -5
  774. package/esm2015/option-types/pane-defaults.interface.js +0 -5
  775. package/esm2015/option-types/pane.interface.js +0 -5
  776. package/esm2015/option-types/plot-area.interface.js +0 -5
  777. package/esm2015/option-types/series-defaults/labels.from.interface.js +0 -5
  778. package/esm2015/option-types/series-defaults/labels.interface.js +0 -5
  779. package/esm2015/option-types/series-defaults/labels.to.interface.js +0 -5
  780. package/esm2015/option-types/series-defaults/notes.icon.interface.js +0 -5
  781. package/esm2015/option-types/series-defaults/notes.interface.js +0 -5
  782. package/esm2015/option-types/series-defaults/notes.label.interface.js +0 -5
  783. package/esm2015/option-types/series-defaults/tooltip.interface.js +0 -5
  784. package/esm2015/option-types/series-defaults.interface.js +0 -5
  785. package/esm2015/option-types/series-item/error-bars.interface.js +0 -5
  786. package/esm2015/option-types/series-item/extremes.interface.js +0 -5
  787. package/esm2015/option-types/series-item/highlight.interface.js +0 -5
  788. package/esm2015/option-types/series-item/labels.from.interface.js +0 -5
  789. package/esm2015/option-types/series-item/labels.interface.js +0 -5
  790. package/esm2015/option-types/series-item/labels.to.interface.js +0 -5
  791. package/esm2015/option-types/series-item/markers-highlight.interface.js +0 -5
  792. package/esm2015/option-types/series-item/markers.interface.js +0 -5
  793. package/esm2015/option-types/series-item/notes.icon.interface.js +0 -5
  794. package/esm2015/option-types/series-item/notes.interface.js +0 -5
  795. package/esm2015/option-types/series-item/notes.label.interface.js +0 -5
  796. package/esm2015/option-types/series-item/outliers.interface.js +0 -5
  797. package/esm2015/option-types/series-item/tooltip.interface.js +0 -5
  798. package/esm2015/option-types/series-item.interface.js +0 -5
  799. package/esm2015/option-types/subtitle.interface.js +0 -5
  800. package/esm2015/option-types/title.interface.js +0 -5
  801. package/esm2015/option-types/tooltip.interface.js +0 -5
  802. package/esm2015/option-types/value-axis-item/crosshair.interface.js +0 -5
  803. package/esm2015/option-types/value-axis-item/crosshair.tooltip.interface.js +0 -5
  804. package/esm2015/option-types/value-axis-item/labels.interface.js +0 -5
  805. package/esm2015/option-types/value-axis-item/notes.icon.interface.js +0 -5
  806. package/esm2015/option-types/value-axis-item/notes.interface.js +0 -5
  807. package/esm2015/option-types/value-axis-item/notes.label.interface.js +0 -5
  808. package/esm2015/option-types/value-axis-item/title.interface.js +0 -5
  809. package/esm2015/option-types/value-axis-item.interface.js +0 -5
  810. package/esm2015/option-types/x-axis-item/crosshair.interface.js +0 -5
  811. package/esm2015/option-types/x-axis-item/crosshair.tooltip.interface.js +0 -5
  812. package/esm2015/option-types/x-axis-item/labels.interface.js +0 -5
  813. package/esm2015/option-types/x-axis-item/notes.icon.interface.js +0 -5
  814. package/esm2015/option-types/x-axis-item/notes.interface.js +0 -5
  815. package/esm2015/option-types/x-axis-item/notes.label.interface.js +0 -5
  816. package/esm2015/option-types/x-axis-item/title.interface.js +0 -5
  817. package/esm2015/option-types/x-axis-item.interface.js +0 -5
  818. package/esm2015/option-types/y-axis-item/crosshair.interface.js +0 -5
  819. package/esm2015/option-types/y-axis-item/crosshair.tooltip.interface.js +0 -5
  820. package/esm2015/option-types/y-axis-item/labels.interface.js +0 -5
  821. package/esm2015/option-types/y-axis-item/notes.icon.interface.js +0 -5
  822. package/esm2015/option-types/y-axis-item/notes.interface.js +0 -5
  823. package/esm2015/option-types/y-axis-item/notes.label.interface.js +0 -5
  824. package/esm2015/option-types/y-axis-item/title.interface.js +0 -5
  825. package/esm2015/option-types/y-axis-item.interface.js +0 -5
  826. package/esm2015/option-types/zoomable.interface.js +0 -5
  827. package/esm2015/stock-chart/option-types/navigator/hint-content-args.interface.js +0 -5
  828. package/esm2015/stock-chart/option-types/navigator/hint.interface.js +0 -5
  829. package/esm2015/stock-chart/option-types/navigator/select.interface.js +0 -5
  830. package/esm2015/stock-chart/option-types/navigator.interface.js +0 -5
  831. package/esm2015/stock-chart/option-types.js +0 -5
  832. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { AfterContentInit, OnDestroy, QueryList } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Observable } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { AxisLabelClickEvent } from '../events/axis-label-click-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { InjectionToken, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export { AutoBaseUnitSteps } from '../field-types/auto-base-unit-steps.interface';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ConfigurationService } from './configuration.service';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { OnChanges, OnDestroy, SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SimpleChange } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component } from '@angular/core';
6
6
  import { Input } from '@angular/core';
7
+ import { ConfigurationService } from '../../common/configuration.service';
7
8
  import { SettingsComponent } from '../../common/settings.component';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "../../common/configuration.service";
@@ -17,9 +18,9 @@ export class AxisDefaultsCrosshairComponent extends SettingsComponent {
17
18
  this.markAsVisible();
18
19
  }
19
20
  }
20
- AxisDefaultsCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- AxisDefaultsCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AxisDefaultsCrosshairComponent, selector: "kendo-chart-axis-defaults-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: "12.2.16", ngImport: i0, type: AxisDefaultsCrosshairComponent, decorators: [{
21
+ AxisDefaultsCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ AxisDefaultsCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AxisDefaultsCrosshairComponent, selector: "kendo-chart-axis-defaults-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 });
23
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsCrosshairComponent, decorators: [{
23
24
  type: Component,
24
25
  args: [{
25
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component } from '@angular/core';
6
6
  import { Input } from '@angular/core';
7
+ import { ConfigurationService } from '../../common/configuration.service';
7
8
  import { SettingsComponent } from '../../common/settings.component';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "../../common/configuration.service";
@@ -19,9 +20,9 @@ export class AxisDefaultsCrosshairTooltipComponent extends SettingsComponent {
19
20
  this.markAsVisible();
20
21
  }
21
22
  }
22
- AxisDefaultsCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
23
- AxisDefaultsCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AxisDefaultsCrosshairTooltipComponent, selector: "kendo-chart-axis-defaults-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 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsCrosshairTooltipComponent, decorators: [{
23
+ AxisDefaultsCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
24
+ AxisDefaultsCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AxisDefaultsCrosshairTooltipComponent, selector: "kendo-chart-axis-defaults-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 });
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsCrosshairTooltipComponent, decorators: [{
25
26
  type: Component,
26
27
  args: [{
27
28
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component } from '@angular/core';
6
6
  import { Input } from '@angular/core';
7
+ import { ConfigurationService } from '../../common/configuration.service';
7
8
  import { SettingsComponent } from '../../common/settings.component';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "../../common/configuration.service";
@@ -16,9 +17,9 @@ export class AxisDefaultsLabelsComponent extends SettingsComponent {
16
17
  this.configurationService = configurationService;
17
18
  }
18
19
  }
19
- AxisDefaultsLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- AxisDefaultsLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AxisDefaultsLabelsComponent, 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 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsLabelsComponent, decorators: [{
20
+ AxisDefaultsLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ AxisDefaultsLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AxisDefaultsLabelsComponent, 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 });
22
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsLabelsComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { Input } from '@angular/core';
6
6
  import { ChangeDetectionStrategy, Component } from '@angular/core';
7
+ import { ConfigurationService } from '../../common/configuration.service';
7
8
  import { SettingsComponent } from '../../common/settings.component';
8
9
  import * as i0 from "@angular/core";
9
10
  import * as i1 from "../../common/configuration.service";
@@ -16,9 +17,9 @@ export class AxisDefaultsTitleComponent extends SettingsComponent {
16
17
  this.configurationService = configurationService;
17
18
  }
18
19
  }
19
- AxisDefaultsTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- AxisDefaultsTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AxisDefaultsTitleComponent, 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 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsTitleComponent, decorators: [{
20
+ AxisDefaultsTitleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsTitleComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ AxisDefaultsTitleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AxisDefaultsTitleComponent, 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: "13.3.11", ngImport: i0, type: AxisDefaultsTitleComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
6
+ import { ConfigurationService } from '../common/configuration.service';
6
7
  import { SettingsComponent } from '../common/settings.component';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../common/configuration.service";
@@ -123,9 +124,9 @@ export class AxisDefaultsComponent extends SettingsComponent {
123
124
  this.configurationService = configurationService;
124
125
  }
125
126
  }
126
- AxisDefaultsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
127
- AxisDefaultsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: AxisDefaultsComponent, 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 });
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: AxisDefaultsComponent, decorators: [{
127
+ AxisDefaultsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
128
+ AxisDefaultsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: AxisDefaultsComponent, 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 });
129
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: AxisDefaultsComponent, decorators: [{
129
130
  type: Component,
130
131
  args: [{
131
132
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
6
+ import { ConfigurationService } from '../../common/configuration.service';
6
7
  import { SettingsComponent } from '../../common/settings.component';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../../common/configuration.service";
@@ -16,9 +17,9 @@ export class CategoryAxisCrosshairComponent extends SettingsComponent {
16
17
  this.markAsVisible();
17
18
  }
18
19
  }
19
- CategoryAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
- CategoryAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CategoryAxisCrosshairComponent, 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 });
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisCrosshairComponent, decorators: [{
20
+ CategoryAxisCrosshairComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CategoryAxisCrosshairComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
+ CategoryAxisCrosshairComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CategoryAxisCrosshairComponent, 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: "13.3.11", ngImport: i0, type: CategoryAxisCrosshairComponent, decorators: [{
22
23
  type: Component,
23
24
  args: [{
24
25
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
6
+ import { ConfigurationService } from '../../common/configuration.service';
6
7
  import { SettingsComponent } from '../../common/settings.component';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../../common/configuration.service";
@@ -17,9 +18,9 @@ export class CategoryAxisCrosshairTooltipComponent extends SettingsComponent {
17
18
  this.markAsVisible();
18
19
  }
19
20
  }
20
- CategoryAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
21
- CategoryAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CategoryAxisCrosshairTooltipComponent, 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 });
22
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, decorators: [{
21
+ CategoryAxisCrosshairTooltipComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
22
+ CategoryAxisCrosshairTooltipComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CategoryAxisCrosshairTooltipComponent, 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: "13.3.11", ngImport: i0, type: CategoryAxisCrosshairTooltipComponent, decorators: [{
23
24
  type: Component,
24
25
  args: [{
25
26
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
6
+ import { ConfigurationService } from '../../common/configuration.service';
6
7
  import { SettingsComponent } from '../../common/settings.component';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../../common/configuration.service";
@@ -15,9 +16,9 @@ export class CategoryAxisLabelsComponent extends SettingsComponent {
15
16
  this.configurationService = configurationService;
16
17
  }
17
18
  }
18
- CategoryAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
19
- CategoryAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CategoryAxisLabelsComponent, 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 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisLabelsComponent, decorators: [{
19
+ CategoryAxisLabelsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CategoryAxisLabelsComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ CategoryAxisLabelsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CategoryAxisLabelsComponent, 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 });
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CategoryAxisLabelsComponent, decorators: [{
21
22
  type: Component,
22
23
  args: [{
23
24
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
6
+ import { ConfigurationService } from '../../common/configuration.service';
6
7
  import { SettingsComponent } from '../../common/settings.component';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "../../common/configuration.service";
@@ -15,9 +16,9 @@ export class CategoryAxisNotesComponent extends SettingsComponent {
15
16
  this.configurationService = configurationService;
16
17
  }
17
18
  }
18
- CategoryAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
19
- CategoryAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CategoryAxisNotesComponent, 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 });
20
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CategoryAxisNotesComponent, decorators: [{
19
+ CategoryAxisNotesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CategoryAxisNotesComponent, deps: [{ token: i1.ConfigurationService }], target: i0.ɵɵFactoryTarget.Component });
20
+ CategoryAxisNotesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CategoryAxisNotesComponent, 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: "13.3.11", ngImport: i0, type: CategoryAxisNotesComponent, decorators: [{
21
22
  type: Component,
22
23
  args: [{
23
24
  changeDetection: ChangeDetectionStrategy.OnPush,