@progress/kendo-angular-gauges 4.1.0 → 4.1.2

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 (313) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +119 -79
  3. package/README.md +1 -1
  4. package/dist/cdn/js/kendo-angular-gauges.js +3 -3
  5. package/dist/cdn/main.js +2 -2
  6. package/dist/es/arc-gauge/arc-center-template.directive.js +1 -1
  7. package/dist/es/arc-gauge/arc-gauge.component.js +1 -1
  8. package/dist/es/arc-gauge/arc-gauge.directives.js +1 -1
  9. package/dist/es/arc-gauge/arc-gauge.module.js +1 -1
  10. package/dist/es/arc-gauge/color.component.js +1 -1
  11. package/dist/es/arc-gauge/colors.component.js +1 -1
  12. package/dist/es/arc-gauge/gauge-area.component.js +1 -1
  13. package/dist/es/arc-gauge/labels.component.js +1 -1
  14. package/dist/es/arc-gauge/scale.component.js +1 -1
  15. package/dist/es/base-components/collection-item.component.js +1 -1
  16. package/dist/es/base-components/collection.component.js +1 -1
  17. package/dist/es/base-components/gauge-area.component.js +1 -1
  18. package/dist/es/base-components/gauge.component.js +1 -1
  19. package/dist/es/base-components/labels.component.js +1 -1
  20. package/dist/es/base-components/range.component.js +1 -1
  21. package/dist/es/base-components/scale.component.js +1 -1
  22. package/dist/es/base-components/settings.component.js +1 -1
  23. package/dist/es/base-components.js +1 -1
  24. package/dist/es/circular-gauge/center-template.directive.js +1 -1
  25. package/dist/es/circular-gauge/circular-gauge.component.js +1 -1
  26. package/dist/es/circular-gauge/circular-gauge.module.js +1 -1
  27. package/dist/es/circular-gauge/gauge-area.component.js +1 -1
  28. package/dist/es/circular-gauge/labels.component.js +1 -1
  29. package/dist/es/circular-gauge/scale.component.js +1 -1
  30. package/dist/es/gauges.module.js +1 -1
  31. package/dist/es/index.js +1 -1
  32. package/dist/es/linear-gauge/gauge-area.component.js +1 -1
  33. package/dist/es/linear-gauge/labels.component.js +1 -1
  34. package/dist/es/linear-gauge/linear-gauge.component.js +1 -1
  35. package/dist/es/linear-gauge/linear-gauge.directives.js +1 -1
  36. package/dist/es/linear-gauge/linear-gauge.module.js +1 -1
  37. package/dist/es/linear-gauge/pointer.component.js +1 -1
  38. package/dist/es/linear-gauge/pointers.component.js +1 -1
  39. package/dist/es/linear-gauge/range.component.js +1 -1
  40. package/dist/es/linear-gauge/ranges.component.js +1 -1
  41. package/dist/es/linear-gauge/scale.component.js +1 -1
  42. package/dist/es/main.js +1 -1
  43. package/dist/es/package-metadata.js +2 -2
  44. package/dist/es/radial-gauge/gauge-area.component.js +1 -1
  45. package/dist/es/radial-gauge/labels.component.js +1 -1
  46. package/dist/es/radial-gauge/pointer.component.js +1 -1
  47. package/dist/es/radial-gauge/pointers.component.js +1 -1
  48. package/dist/es/radial-gauge/radial-gauge.component.js +1 -1
  49. package/dist/es/radial-gauge/radial-gauge.directives.js +1 -1
  50. package/dist/es/radial-gauge/radial-gauge.module.js +1 -1
  51. package/dist/es/radial-gauge/range.component.js +1 -1
  52. package/dist/es/radial-gauge/ranges.component.js +1 -1
  53. package/dist/es/radial-gauge/scale.component.js +1 -1
  54. package/dist/es/services/collection-changes.service.js +1 -1
  55. package/dist/es/services/configuration.service.js +1 -1
  56. package/dist/es/services/theme.service.js +1 -1
  57. package/dist/es/services.js +1 -1
  58. package/dist/es/shared.module.js +1 -1
  59. package/dist/es/types/arc-scale.interface.js +1 -1
  60. package/dist/es/types/border.interface.js +1 -1
  61. package/dist/es/types/cap.interface.js +1 -1
  62. package/dist/es/types/circular-gauge-scale.interface.js +1 -1
  63. package/dist/es/types/color-range.interface.js +1 -1
  64. package/dist/es/types/dash-type.interface.js +1 -1
  65. package/dist/es/types/gauge-area.interface.js +1 -1
  66. package/dist/es/types/labels.interface.js +1 -1
  67. package/dist/es/types/line-cap.js +1 -1
  68. package/dist/es/types/line.interface.js +1 -1
  69. package/dist/es/types/linear-pointer-shape.js +1 -1
  70. package/dist/es/types/linear-pointer.interface.js +1 -1
  71. package/dist/es/types/linear-scale.interface.js +1 -1
  72. package/dist/es/types/margin.interface.js +1 -1
  73. package/dist/es/types/padding.interface.js +1 -1
  74. package/dist/es/types/radial-label-position.js +1 -1
  75. package/dist/es/types/radial-labels.interface.js +1 -1
  76. package/dist/es/types/radial-pointer.interface.js +1 -1
  77. package/dist/es/types/radial-scale.interface.js +1 -1
  78. package/dist/es/types/range.interface.js +1 -1
  79. package/dist/es/types/scale.interface.js +1 -1
  80. package/dist/es/types/ticks.interface.js +1 -1
  81. package/dist/es/types.js +1 -1
  82. package/dist/es2015/arc-gauge/arc-center-template.directive.d.ts +1 -1
  83. package/dist/es2015/arc-gauge/arc-center-template.directive.js +1 -1
  84. package/dist/es2015/arc-gauge/arc-gauge.component.d.ts +1 -1
  85. package/dist/es2015/arc-gauge/arc-gauge.component.js +1 -1
  86. package/dist/es2015/arc-gauge/arc-gauge.directives.d.ts +1 -1
  87. package/dist/es2015/arc-gauge/arc-gauge.directives.js +1 -1
  88. package/dist/es2015/arc-gauge/arc-gauge.module.d.ts +1 -1
  89. package/dist/es2015/arc-gauge/arc-gauge.module.js +1 -1
  90. package/dist/es2015/arc-gauge/color.component.d.ts +1 -1
  91. package/dist/es2015/arc-gauge/color.component.js +1 -1
  92. package/dist/es2015/arc-gauge/colors.component.d.ts +1 -1
  93. package/dist/es2015/arc-gauge/colors.component.js +1 -1
  94. package/dist/es2015/arc-gauge/gauge-area.component.d.ts +1 -1
  95. package/dist/es2015/arc-gauge/gauge-area.component.js +1 -1
  96. package/dist/es2015/arc-gauge/labels.component.d.ts +1 -1
  97. package/dist/es2015/arc-gauge/labels.component.js +1 -1
  98. package/dist/es2015/arc-gauge/scale.component.d.ts +1 -1
  99. package/dist/es2015/arc-gauge/scale.component.js +1 -1
  100. package/dist/es2015/base-components/collection-item.component.d.ts +1 -1
  101. package/dist/es2015/base-components/collection-item.component.js +1 -1
  102. package/dist/es2015/base-components/collection.component.d.ts +1 -1
  103. package/dist/es2015/base-components/collection.component.js +1 -1
  104. package/dist/es2015/base-components/gauge-area.component.d.ts +1 -1
  105. package/dist/es2015/base-components/gauge-area.component.js +1 -1
  106. package/dist/es2015/base-components/gauge.component.d.ts +1 -1
  107. package/dist/es2015/base-components/gauge.component.js +1 -1
  108. package/dist/es2015/base-components/labels.component.d.ts +1 -1
  109. package/dist/es2015/base-components/labels.component.js +1 -1
  110. package/dist/es2015/base-components/range.component.d.ts +1 -1
  111. package/dist/es2015/base-components/range.component.js +1 -1
  112. package/dist/es2015/base-components/scale.component.d.ts +1 -1
  113. package/dist/es2015/base-components/scale.component.js +1 -1
  114. package/dist/es2015/base-components/settings.component.d.ts +1 -1
  115. package/dist/es2015/base-components/settings.component.js +1 -1
  116. package/dist/es2015/base-components.d.ts +1 -1
  117. package/dist/es2015/base-components.js +1 -1
  118. package/dist/es2015/circular-gauge/center-template.directive.d.ts +1 -1
  119. package/dist/es2015/circular-gauge/center-template.directive.js +1 -1
  120. package/dist/es2015/circular-gauge/circular-gauge.component.d.ts +1 -1
  121. package/dist/es2015/circular-gauge/circular-gauge.component.js +1 -1
  122. package/dist/es2015/circular-gauge/circular-gauge.module.d.ts +1 -1
  123. package/dist/es2015/circular-gauge/circular-gauge.module.js +1 -1
  124. package/dist/es2015/circular-gauge/gauge-area.component.d.ts +1 -1
  125. package/dist/es2015/circular-gauge/gauge-area.component.js +1 -1
  126. package/dist/es2015/circular-gauge/labels.component.d.ts +1 -1
  127. package/dist/es2015/circular-gauge/labels.component.js +1 -1
  128. package/dist/es2015/circular-gauge/scale.component.d.ts +1 -1
  129. package/dist/es2015/circular-gauge/scale.component.js +1 -1
  130. package/dist/es2015/gauges.module.d.ts +1 -1
  131. package/dist/es2015/gauges.module.js +1 -1
  132. package/dist/es2015/index.d.ts +1 -1
  133. package/dist/es2015/index.js +1 -1
  134. package/dist/es2015/linear-gauge/gauge-area.component.d.ts +1 -1
  135. package/dist/es2015/linear-gauge/gauge-area.component.js +1 -1
  136. package/dist/es2015/linear-gauge/labels.component.d.ts +1 -1
  137. package/dist/es2015/linear-gauge/labels.component.js +1 -1
  138. package/dist/es2015/linear-gauge/linear-gauge.component.d.ts +1 -1
  139. package/dist/es2015/linear-gauge/linear-gauge.component.js +1 -1
  140. package/dist/es2015/linear-gauge/linear-gauge.directives.d.ts +1 -1
  141. package/dist/es2015/linear-gauge/linear-gauge.directives.js +1 -1
  142. package/dist/es2015/linear-gauge/linear-gauge.module.d.ts +1 -1
  143. package/dist/es2015/linear-gauge/linear-gauge.module.js +1 -1
  144. package/dist/es2015/linear-gauge/pointer.component.d.ts +1 -1
  145. package/dist/es2015/linear-gauge/pointer.component.js +1 -1
  146. package/dist/es2015/linear-gauge/pointers.component.d.ts +1 -1
  147. package/dist/es2015/linear-gauge/pointers.component.js +1 -1
  148. package/dist/es2015/linear-gauge/range.component.d.ts +1 -1
  149. package/dist/es2015/linear-gauge/range.component.js +1 -1
  150. package/dist/es2015/linear-gauge/ranges.component.d.ts +1 -1
  151. package/dist/es2015/linear-gauge/ranges.component.js +1 -1
  152. package/dist/es2015/linear-gauge/scale.component.d.ts +1 -1
  153. package/dist/es2015/linear-gauge/scale.component.js +1 -1
  154. package/dist/es2015/main.d.ts +1 -1
  155. package/dist/es2015/main.js +1 -1
  156. package/dist/es2015/package-metadata.d.ts +1 -1
  157. package/dist/es2015/package-metadata.js +2 -2
  158. package/dist/es2015/radial-gauge/gauge-area.component.d.ts +1 -1
  159. package/dist/es2015/radial-gauge/gauge-area.component.js +1 -1
  160. package/dist/es2015/radial-gauge/labels.component.d.ts +1 -1
  161. package/dist/es2015/radial-gauge/labels.component.js +1 -1
  162. package/dist/es2015/radial-gauge/pointer.component.d.ts +1 -1
  163. package/dist/es2015/radial-gauge/pointer.component.js +1 -1
  164. package/dist/es2015/radial-gauge/pointers.component.d.ts +1 -1
  165. package/dist/es2015/radial-gauge/pointers.component.js +1 -1
  166. package/dist/es2015/radial-gauge/radial-gauge.component.d.ts +1 -1
  167. package/dist/es2015/radial-gauge/radial-gauge.component.js +1 -1
  168. package/dist/es2015/radial-gauge/radial-gauge.directives.d.ts +1 -1
  169. package/dist/es2015/radial-gauge/radial-gauge.directives.js +1 -1
  170. package/dist/es2015/radial-gauge/radial-gauge.module.d.ts +1 -1
  171. package/dist/es2015/radial-gauge/radial-gauge.module.js +1 -1
  172. package/dist/es2015/radial-gauge/range.component.d.ts +1 -1
  173. package/dist/es2015/radial-gauge/range.component.js +1 -1
  174. package/dist/es2015/radial-gauge/ranges.component.d.ts +1 -1
  175. package/dist/es2015/radial-gauge/ranges.component.js +1 -1
  176. package/dist/es2015/radial-gauge/scale.component.d.ts +1 -1
  177. package/dist/es2015/radial-gauge/scale.component.js +1 -1
  178. package/dist/es2015/services/collection-changes.service.d.ts +1 -1
  179. package/dist/es2015/services/collection-changes.service.js +1 -1
  180. package/dist/es2015/services/configuration.service.d.ts +1 -1
  181. package/dist/es2015/services/configuration.service.js +1 -1
  182. package/dist/es2015/services/theme.service.d.ts +1 -1
  183. package/dist/es2015/services/theme.service.js +1 -1
  184. package/dist/es2015/services.d.ts +1 -1
  185. package/dist/es2015/services.js +1 -1
  186. package/dist/es2015/shared.module.d.ts +1 -1
  187. package/dist/es2015/shared.module.js +1 -1
  188. package/dist/es2015/types/arc-scale.interface.d.ts +1 -1
  189. package/dist/es2015/types/arc-scale.interface.js +1 -1
  190. package/dist/es2015/types/border.interface.d.ts +1 -1
  191. package/dist/es2015/types/border.interface.js +1 -1
  192. package/dist/es2015/types/cap.interface.d.ts +1 -1
  193. package/dist/es2015/types/cap.interface.js +1 -1
  194. package/dist/es2015/types/circular-gauge-scale.interface.d.ts +1 -1
  195. package/dist/es2015/types/circular-gauge-scale.interface.js +1 -1
  196. package/dist/es2015/types/color-range.interface.d.ts +1 -1
  197. package/dist/es2015/types/color-range.interface.js +1 -1
  198. package/dist/es2015/types/dash-type.interface.d.ts +1 -1
  199. package/dist/es2015/types/dash-type.interface.js +1 -1
  200. package/dist/es2015/types/gauge-area.interface.d.ts +1 -1
  201. package/dist/es2015/types/gauge-area.interface.js +1 -1
  202. package/dist/es2015/types/labels.interface.d.ts +1 -1
  203. package/dist/es2015/types/labels.interface.js +1 -1
  204. package/dist/es2015/types/line-cap.d.ts +1 -1
  205. package/dist/es2015/types/line-cap.js +1 -1
  206. package/dist/es2015/types/line.interface.d.ts +1 -1
  207. package/dist/es2015/types/line.interface.js +1 -1
  208. package/dist/es2015/types/linear-pointer-shape.d.ts +1 -1
  209. package/dist/es2015/types/linear-pointer-shape.js +1 -1
  210. package/dist/es2015/types/linear-pointer.interface.d.ts +1 -1
  211. package/dist/es2015/types/linear-pointer.interface.js +1 -1
  212. package/dist/es2015/types/linear-scale.interface.d.ts +1 -1
  213. package/dist/es2015/types/linear-scale.interface.js +1 -1
  214. package/dist/es2015/types/margin.interface.d.ts +1 -1
  215. package/dist/es2015/types/margin.interface.js +1 -1
  216. package/dist/es2015/types/padding.interface.d.ts +1 -1
  217. package/dist/es2015/types/padding.interface.js +1 -1
  218. package/dist/es2015/types/radial-label-position.d.ts +1 -1
  219. package/dist/es2015/types/radial-label-position.js +1 -1
  220. package/dist/es2015/types/radial-labels.interface.d.ts +1 -1
  221. package/dist/es2015/types/radial-labels.interface.js +1 -1
  222. package/dist/es2015/types/radial-pointer.interface.d.ts +1 -1
  223. package/dist/es2015/types/radial-pointer.interface.js +1 -1
  224. package/dist/es2015/types/radial-scale.interface.d.ts +1 -1
  225. package/dist/es2015/types/radial-scale.interface.js +1 -1
  226. package/dist/es2015/types/range.interface.d.ts +1 -1
  227. package/dist/es2015/types/range.interface.js +1 -1
  228. package/dist/es2015/types/scale.interface.d.ts +1 -1
  229. package/dist/es2015/types/scale.interface.js +1 -1
  230. package/dist/es2015/types/ticks.interface.d.ts +1 -1
  231. package/dist/es2015/types/ticks.interface.js +1 -1
  232. package/dist/es2015/types.d.ts +1 -1
  233. package/dist/es2015/types.js +1 -1
  234. package/dist/fesm2015/index.js +2 -2
  235. package/dist/fesm5/index.js +2 -2
  236. package/dist/npm/arc-gauge/arc-center-template.directive.js +1 -1
  237. package/dist/npm/arc-gauge/arc-gauge.component.js +1 -1
  238. package/dist/npm/arc-gauge/arc-gauge.directives.js +1 -1
  239. package/dist/npm/arc-gauge/arc-gauge.module.js +1 -1
  240. package/dist/npm/arc-gauge/color.component.js +1 -1
  241. package/dist/npm/arc-gauge/colors.component.js +1 -1
  242. package/dist/npm/arc-gauge/gauge-area.component.js +1 -1
  243. package/dist/npm/arc-gauge/labels.component.js +1 -1
  244. package/dist/npm/arc-gauge/scale.component.js +1 -1
  245. package/dist/npm/base-components/collection-item.component.js +1 -1
  246. package/dist/npm/base-components/collection.component.js +1 -1
  247. package/dist/npm/base-components/gauge-area.component.js +1 -1
  248. package/dist/npm/base-components/gauge.component.js +1 -1
  249. package/dist/npm/base-components/labels.component.js +1 -1
  250. package/dist/npm/base-components/range.component.js +1 -1
  251. package/dist/npm/base-components/scale.component.js +1 -1
  252. package/dist/npm/base-components/settings.component.js +1 -1
  253. package/dist/npm/base-components.js +1 -1
  254. package/dist/npm/circular-gauge/center-template.directive.js +1 -1
  255. package/dist/npm/circular-gauge/circular-gauge.component.js +1 -1
  256. package/dist/npm/circular-gauge/circular-gauge.module.js +1 -1
  257. package/dist/npm/circular-gauge/gauge-area.component.js +1 -1
  258. package/dist/npm/circular-gauge/labels.component.js +1 -1
  259. package/dist/npm/circular-gauge/scale.component.js +1 -1
  260. package/dist/npm/gauges.module.js +1 -1
  261. package/dist/npm/index.js +1 -1
  262. package/dist/npm/linear-gauge/gauge-area.component.js +1 -1
  263. package/dist/npm/linear-gauge/labels.component.js +1 -1
  264. package/dist/npm/linear-gauge/linear-gauge.component.js +1 -1
  265. package/dist/npm/linear-gauge/linear-gauge.directives.js +1 -1
  266. package/dist/npm/linear-gauge/linear-gauge.module.js +1 -1
  267. package/dist/npm/linear-gauge/pointer.component.js +1 -1
  268. package/dist/npm/linear-gauge/pointers.component.js +1 -1
  269. package/dist/npm/linear-gauge/range.component.js +1 -1
  270. package/dist/npm/linear-gauge/ranges.component.js +1 -1
  271. package/dist/npm/linear-gauge/scale.component.js +1 -1
  272. package/dist/npm/main.js +1 -1
  273. package/dist/npm/package-metadata.js +2 -2
  274. package/dist/npm/radial-gauge/gauge-area.component.js +1 -1
  275. package/dist/npm/radial-gauge/labels.component.js +1 -1
  276. package/dist/npm/radial-gauge/pointer.component.js +1 -1
  277. package/dist/npm/radial-gauge/pointers.component.js +1 -1
  278. package/dist/npm/radial-gauge/radial-gauge.component.js +1 -1
  279. package/dist/npm/radial-gauge/radial-gauge.directives.js +1 -1
  280. package/dist/npm/radial-gauge/radial-gauge.module.js +1 -1
  281. package/dist/npm/radial-gauge/range.component.js +1 -1
  282. package/dist/npm/radial-gauge/ranges.component.js +1 -1
  283. package/dist/npm/radial-gauge/scale.component.js +1 -1
  284. package/dist/npm/services/collection-changes.service.js +1 -1
  285. package/dist/npm/services/configuration.service.js +1 -1
  286. package/dist/npm/services/theme.service.js +1 -1
  287. package/dist/npm/services.js +1 -1
  288. package/dist/npm/shared.module.js +1 -1
  289. package/dist/npm/types/arc-scale.interface.js +1 -1
  290. package/dist/npm/types/border.interface.js +1 -1
  291. package/dist/npm/types/cap.interface.js +1 -1
  292. package/dist/npm/types/circular-gauge-scale.interface.js +1 -1
  293. package/dist/npm/types/color-range.interface.js +1 -1
  294. package/dist/npm/types/dash-type.interface.js +1 -1
  295. package/dist/npm/types/gauge-area.interface.js +1 -1
  296. package/dist/npm/types/labels.interface.js +1 -1
  297. package/dist/npm/types/line-cap.js +1 -1
  298. package/dist/npm/types/line.interface.js +1 -1
  299. package/dist/npm/types/linear-pointer-shape.js +1 -1
  300. package/dist/npm/types/linear-pointer.interface.js +1 -1
  301. package/dist/npm/types/linear-scale.interface.js +1 -1
  302. package/dist/npm/types/margin.interface.js +1 -1
  303. package/dist/npm/types/padding.interface.js +1 -1
  304. package/dist/npm/types/radial-label-position.js +1 -1
  305. package/dist/npm/types/radial-labels.interface.js +1 -1
  306. package/dist/npm/types/radial-pointer.interface.js +1 -1
  307. package/dist/npm/types/radial-scale.interface.js +1 -1
  308. package/dist/npm/types/range.interface.js +1 -1
  309. package/dist/npm/types/scale.interface.js +1 -1
  310. package/dist/npm/types/ticks.interface.js +1 -1
  311. package/dist/npm/types.js +1 -1
  312. package/dist/systemjs/kendo-angular-gauges.js +2 -2
  313. package/package.json +17 -13
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { DashType } from './dash-type.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { ArcScale } from './arc-scale.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Border } from './border.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Border } from './border.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { DashType } from './dash-type.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Border } from './border.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Scale } from './scale.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Labels } from './labels.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Cap } from './cap.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { RadialLabels } from './radial-labels.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { Labels } from './labels.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { ArcScale } from './types/arc-scale.interface';
@@ -1,4 +1,4 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { __decorate, __metadata, __param } from 'tslib';
@@ -239,7 +239,7 @@ const packageMetadata = {
239
239
  name: '@progress/kendo-angular-gauges',
240
240
  productName: 'Kendo UI for Angular',
241
241
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
242
- publishDate: 1620213938,
242
+ publishDate: 1642594016,
243
243
  version: '',
244
244
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
245
245
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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 { __decorate, __metadata, __extends, __param } from 'tslib';
@@ -245,7 +245,7 @@ var packageMetadata = {
245
245
  name: '@progress/kendo-angular-gauges',
246
246
  productName: 'Kendo UI for Angular',
247
247
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
248
- publishDate: 1620213938,
248
+ publishDate: 1642594016,
249
249
  version: '',
250
250
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
251
251
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2020 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2021 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
  "use strict";