@progress/kendo-angular-inputs 14.4.0-develop.1 → 14.4.0-develop.11

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 (288) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  3. package/README.md +1 -1
  4. package/checkbox/checkbox.directive.d.ts +1 -1
  5. package/checkbox.module.d.ts +1 -1
  6. package/colorpicker/color-contrast-svg.component.d.ts +1 -1
  7. package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
  8. package/colorpicker/color-gradient.component.d.ts +2 -2
  9. package/colorpicker/color-input.component.d.ts +1 -1
  10. package/colorpicker/color-palette.component.d.ts +2 -2
  11. package/colorpicker/colorpicker.component.d.ts +2 -2
  12. package/colorpicker/constants.d.ts +1 -1
  13. package/colorpicker/contrast-validation.component.d.ts +1 -1
  14. package/colorpicker/contrast.component.d.ts +1 -1
  15. package/colorpicker/events/active-color-click-event.d.ts +1 -1
  16. package/colorpicker/events/cancel-event.d.ts +1 -1
  17. package/colorpicker/events/close-event.d.ts +1 -1
  18. package/colorpicker/events/kendo-drag-event.d.ts +1 -1
  19. package/colorpicker/events/open-event.d.ts +1 -1
  20. package/colorpicker/events.d.ts +1 -1
  21. package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
  22. package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
  23. package/colorpicker/flatcolorpicker.component.d.ts +2 -2
  24. package/colorpicker/focus-on-dom-ready.directive.d.ts +1 -1
  25. package/colorpicker/localization/colorgradient-localization.service.d.ts +1 -1
  26. package/colorpicker/localization/colorpalette-localization.service.d.ts +1 -1
  27. package/colorpicker/localization/colorpicker-localization.service.d.ts +1 -1
  28. package/colorpicker/localization/custom-messages.component.d.ts +1 -1
  29. package/colorpicker/localization/flatcolorpicker-localization.service.d.ts +1 -1
  30. package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
  31. package/colorpicker/localization/messages.d.ts +1 -1
  32. package/colorpicker/models/actions-layout.d.ts +1 -1
  33. package/colorpicker/models/colorpicker-view.d.ts +1 -1
  34. package/colorpicker/models/gradient-settings.d.ts +1 -1
  35. package/colorpicker/models/hsva.d.ts +1 -1
  36. package/colorpicker/models/output-format.d.ts +1 -1
  37. package/colorpicker/models/palette-presets.d.ts +1 -1
  38. package/colorpicker/models/palette-settings.d.ts +1 -1
  39. package/colorpicker/models/popup-settings.d.ts +1 -1
  40. package/colorpicker/models/rgb.d.ts +1 -1
  41. package/colorpicker/models/rgba.d.ts +1 -1
  42. package/colorpicker/models/table-cell.d.ts +1 -1
  43. package/colorpicker/models/tile-size.d.ts +1 -1
  44. package/colorpicker/models.d.ts +1 -1
  45. package/colorpicker/services/color-palette.service.d.ts +1 -1
  46. package/colorpicker/services/flatcolorpicker.service.d.ts +1 -1
  47. package/colorpicker/utils/color-parser.d.ts +1 -1
  48. package/colorpicker/utils/contrast-curve.d.ts +1 -1
  49. package/colorpicker/utils.d.ts +1 -1
  50. package/colorpicker.module.d.ts +1 -1
  51. package/common/dom-utils.d.ts +1 -1
  52. package/common/math.d.ts +1 -1
  53. package/common/models/fillmode.d.ts +1 -1
  54. package/common/models/rounded.d.ts +1 -1
  55. package/common/models/size.d.ts +1 -1
  56. package/common/models/styling-classes.d.ts +1 -1
  57. package/common/models/type.d.ts +1 -1
  58. package/common/models.d.ts +1 -1
  59. package/common/utils.d.ts +1 -1
  60. package/esm2020/checkbox/checkbox.directive.mjs +1 -1
  61. package/esm2020/checkbox.module.mjs +1 -1
  62. package/esm2020/colorpicker/color-contrast-svg.component.mjs +1 -1
  63. package/esm2020/colorpicker/color-gradient-numeric-label.directive.mjs +1 -1
  64. package/esm2020/colorpicker/color-gradient.component.mjs +2 -2
  65. package/esm2020/colorpicker/color-input.component.mjs +1 -1
  66. package/esm2020/colorpicker/color-palette.component.mjs +2 -2
  67. package/esm2020/colorpicker/colorpicker.component.mjs +2 -2
  68. package/esm2020/colorpicker/constants.mjs +1 -1
  69. package/esm2020/colorpicker/contrast-validation.component.mjs +1 -1
  70. package/esm2020/colorpicker/contrast.component.mjs +1 -1
  71. package/esm2020/colorpicker/events/active-color-click-event.mjs +1 -1
  72. package/esm2020/colorpicker/events/cancel-event.mjs +1 -1
  73. package/esm2020/colorpicker/events/close-event.mjs +1 -1
  74. package/esm2020/colorpicker/events/kendo-drag-event.mjs +1 -1
  75. package/esm2020/colorpicker/events/open-event.mjs +1 -1
  76. package/esm2020/colorpicker/events.mjs +1 -1
  77. package/esm2020/colorpicker/flatcolorpicker-actions.component.mjs +1 -1
  78. package/esm2020/colorpicker/flatcolorpicker-header.component.mjs +1 -1
  79. package/esm2020/colorpicker/flatcolorpicker.component.mjs +2 -2
  80. package/esm2020/colorpicker/focus-on-dom-ready.directive.mjs +1 -1
  81. package/esm2020/colorpicker/localization/colorgradient-localization.service.mjs +1 -1
  82. package/esm2020/colorpicker/localization/colorpalette-localization.service.mjs +1 -1
  83. package/esm2020/colorpicker/localization/colorpicker-localization.service.mjs +1 -1
  84. package/esm2020/colorpicker/localization/custom-messages.component.mjs +1 -1
  85. package/esm2020/colorpicker/localization/flatcolorpicker-localization.service.mjs +1 -1
  86. package/esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs +1 -1
  87. package/esm2020/colorpicker/localization/messages.mjs +1 -1
  88. package/esm2020/colorpicker/models/actions-layout.mjs +1 -1
  89. package/esm2020/colorpicker/models/colorpicker-view.mjs +1 -1
  90. package/esm2020/colorpicker/models/gradient-settings.mjs +1 -1
  91. package/esm2020/colorpicker/models/hsva.mjs +1 -1
  92. package/esm2020/colorpicker/models/output-format.mjs +1 -1
  93. package/esm2020/colorpicker/models/palette-presets.mjs +1 -1
  94. package/esm2020/colorpicker/models/palette-settings.mjs +1 -1
  95. package/esm2020/colorpicker/models/popup-settings.mjs +1 -1
  96. package/esm2020/colorpicker/models/rgb.mjs +1 -1
  97. package/esm2020/colorpicker/models/rgba.mjs +1 -1
  98. package/esm2020/colorpicker/models/table-cell.mjs +1 -1
  99. package/esm2020/colorpicker/models/tile-size.mjs +1 -1
  100. package/esm2020/colorpicker/models.mjs +1 -1
  101. package/esm2020/colorpicker/services/color-palette.service.mjs +1 -1
  102. package/esm2020/colorpicker/services/flatcolorpicker.service.mjs +1 -1
  103. package/esm2020/colorpicker/utils/color-parser.mjs +1 -1
  104. package/esm2020/colorpicker/utils/contrast-curve.mjs +1 -1
  105. package/esm2020/colorpicker/utils.mjs +1 -1
  106. package/esm2020/colorpicker.module.mjs +1 -1
  107. package/esm2020/common/dom-utils.mjs +1 -1
  108. package/esm2020/common/math.mjs +1 -1
  109. package/esm2020/common/models/fillmode.mjs +1 -1
  110. package/esm2020/common/models/rounded.mjs +1 -1
  111. package/esm2020/common/models/size.mjs +1 -1
  112. package/esm2020/common/models/styling-classes.mjs +1 -1
  113. package/esm2020/common/models/type.mjs +1 -1
  114. package/esm2020/common/models.mjs +1 -1
  115. package/esm2020/common/utils.mjs +1 -1
  116. package/esm2020/formfield/error.component.mjs +1 -1
  117. package/esm2020/formfield/formfield.component.mjs +1 -1
  118. package/esm2020/formfield/hint.component.mjs +1 -1
  119. package/esm2020/formfield/models/message-align.mjs +1 -1
  120. package/esm2020/formfield/models/orientation.mjs +1 -1
  121. package/esm2020/formfield/models/show-options.mjs +1 -1
  122. package/esm2020/formfield.module.mjs +1 -1
  123. package/esm2020/index.mjs +1 -1
  124. package/esm2020/inputs.module.mjs +1 -1
  125. package/esm2020/maskedtextbox/maskedtextbox.component.mjs +2 -2
  126. package/esm2020/maskedtextbox/masking.service.mjs +1 -1
  127. package/esm2020/maskedtextbox/parsing/combinators.mjs +1 -1
  128. package/esm2020/maskedtextbox/parsing/parsers.mjs +1 -1
  129. package/esm2020/maskedtextbox/parsing/result.mjs +1 -1
  130. package/esm2020/maskedtextbox/parsing/stream.mjs +1 -1
  131. package/esm2020/maskedtextbox.module.mjs +1 -1
  132. package/esm2020/numerictextbox/arrow-direction.mjs +1 -1
  133. package/esm2020/numerictextbox/constants.mjs +1 -1
  134. package/esm2020/numerictextbox/localization/custom-messages.component.mjs +1 -1
  135. package/esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +1 -1
  136. package/esm2020/numerictextbox/localization/messages.mjs +1 -1
  137. package/esm2020/numerictextbox/numerictextbox.component.mjs +2 -2
  138. package/esm2020/numerictextbox/utils.mjs +1 -1
  139. package/esm2020/numerictextbox.module.mjs +1 -1
  140. package/esm2020/package-metadata.mjs +3 -3
  141. package/esm2020/progress-kendo-angular-inputs.mjs +1 -1
  142. package/esm2020/radiobutton/radiobutton.directive.mjs +1 -1
  143. package/esm2020/radiobutton.module.mjs +1 -1
  144. package/esm2020/rangeslider/localization/custom-messages.component.mjs +1 -1
  145. package/esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs +1 -1
  146. package/esm2020/rangeslider/localization/messages.mjs +1 -1
  147. package/esm2020/rangeslider/rangeslider-model.mjs +1 -1
  148. package/esm2020/rangeslider/rangeslider-value.type.mjs +1 -1
  149. package/esm2020/rangeslider/rangeslider.component.mjs +1 -1
  150. package/esm2020/rangeslider.module.mjs +1 -1
  151. package/esm2020/shared/input-separator.component.mjs +1 -1
  152. package/esm2020/shared/textarea.directive.mjs +1 -1
  153. package/esm2020/shared/utils.mjs +1 -1
  154. package/esm2020/shared.module.mjs +1 -1
  155. package/esm2020/signature/events/close-event.mjs +1 -1
  156. package/esm2020/signature/events/index.mjs +1 -1
  157. package/esm2020/signature/events/open-event.mjs +1 -1
  158. package/esm2020/signature/localization/custom-messages.component.mjs +1 -1
  159. package/esm2020/signature/localization/index.mjs +1 -1
  160. package/esm2020/signature/localization/localized-signature-messages.directive.mjs +1 -1
  161. package/esm2020/signature/localization/messages.mjs +1 -1
  162. package/esm2020/signature/signature.component.mjs +2 -2
  163. package/esm2020/signature.module.mjs +1 -1
  164. package/esm2020/slider/localization/custom-messages.component.mjs +1 -1
  165. package/esm2020/slider/localization/localized-slider-messages.directive.mjs +1 -1
  166. package/esm2020/slider/localization/messages.mjs +1 -1
  167. package/esm2020/slider/slider-model.mjs +1 -1
  168. package/esm2020/slider/slider.component.mjs +1 -1
  169. package/esm2020/slider.module.mjs +1 -1
  170. package/esm2020/sliders-common/label-template.directive.mjs +1 -1
  171. package/esm2020/sliders-common/slider-base.mjs +2 -2
  172. package/esm2020/sliders-common/slider-model.base.mjs +1 -1
  173. package/esm2020/sliders-common/slider-ticks.component.mjs +1 -1
  174. package/esm2020/sliders-common/sliders-common.module.mjs +1 -1
  175. package/esm2020/sliders-common/sliders-util.mjs +1 -1
  176. package/esm2020/sliders-common/title-callback.mjs +1 -1
  177. package/esm2020/switch/events/blur-event.mjs +1 -1
  178. package/esm2020/switch/events/focus-event.mjs +1 -1
  179. package/esm2020/switch/localization/custom-messages.component.mjs +1 -1
  180. package/esm2020/switch/localization/localized-switch-messages.directive.mjs +1 -1
  181. package/esm2020/switch/localization/messages.mjs +1 -1
  182. package/esm2020/switch/switch.component.mjs +2 -2
  183. package/esm2020/switch.module.mjs +1 -1
  184. package/esm2020/text-fields-common/text-fields-base.mjs +2 -2
  185. package/esm2020/textarea/models/flow.mjs +1 -1
  186. package/esm2020/textarea/models/resize.mjs +1 -1
  187. package/esm2020/textarea/textarea-suffix.component.mjs +1 -1
  188. package/esm2020/textarea/textarea.component.mjs +1 -1
  189. package/esm2020/textarea.module.mjs +1 -1
  190. package/esm2020/textbox/localization/custom-messages.component.mjs +1 -1
  191. package/esm2020/textbox/localization/localized-textbox-messages.directive.mjs +1 -1
  192. package/esm2020/textbox/localization/messages.mjs +1 -1
  193. package/esm2020/textbox/models/icon-show-options.mjs +1 -1
  194. package/esm2020/textbox/textbox-prefix.directive.mjs +1 -1
  195. package/esm2020/textbox/textbox-suffix.directive.mjs +1 -1
  196. package/esm2020/textbox/textbox.component.mjs +2 -2
  197. package/esm2020/textbox/textbox.directive.mjs +1 -1
  198. package/esm2020/textbox.module.mjs +1 -1
  199. package/esm2020/validators/max.validator.mjs +1 -1
  200. package/esm2020/validators/min.validator.mjs +1 -1
  201. package/fesm2015/progress-kendo-angular-inputs.mjs +14 -14
  202. package/fesm2020/progress-kendo-angular-inputs.mjs +14 -14
  203. package/formfield/error.component.d.ts +1 -1
  204. package/formfield/formfield.component.d.ts +1 -1
  205. package/formfield/hint.component.d.ts +1 -1
  206. package/formfield/models/message-align.d.ts +1 -1
  207. package/formfield/models/orientation.d.ts +1 -1
  208. package/formfield/models/show-options.d.ts +1 -1
  209. package/formfield.module.d.ts +1 -1
  210. package/index.d.ts +1 -1
  211. package/inputs.module.d.ts +1 -1
  212. package/maskedtextbox/maskedtextbox.component.d.ts +2 -2
  213. package/maskedtextbox/masking.service.d.ts +1 -1
  214. package/maskedtextbox/parsing/combinators.d.ts +1 -1
  215. package/maskedtextbox/parsing/parsers.d.ts +1 -1
  216. package/maskedtextbox/parsing/result.d.ts +1 -1
  217. package/maskedtextbox/parsing/stream.d.ts +1 -1
  218. package/maskedtextbox.module.d.ts +1 -1
  219. package/numerictextbox/arrow-direction.d.ts +1 -1
  220. package/numerictextbox/constants.d.ts +1 -1
  221. package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
  222. package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
  223. package/numerictextbox/localization/messages.d.ts +1 -1
  224. package/numerictextbox/numerictextbox.component.d.ts +2 -2
  225. package/numerictextbox/utils.d.ts +1 -1
  226. package/numerictextbox.module.d.ts +1 -1
  227. package/package-metadata.d.ts +1 -1
  228. package/package.json +11 -11
  229. package/progress-kendo-angular-inputs.d.ts +1 -1
  230. package/radiobutton/radiobutton.directive.d.ts +1 -1
  231. package/radiobutton.module.d.ts +1 -1
  232. package/rangeslider/localization/custom-messages.component.d.ts +1 -1
  233. package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
  234. package/rangeslider/localization/messages.d.ts +1 -1
  235. package/rangeslider/rangeslider-model.d.ts +1 -1
  236. package/rangeslider/rangeslider-value.type.d.ts +1 -1
  237. package/rangeslider/rangeslider.component.d.ts +1 -1
  238. package/rangeslider.module.d.ts +1 -1
  239. package/shared/input-separator.component.d.ts +1 -1
  240. package/shared/textarea.directive.d.ts +1 -1
  241. package/shared/utils.d.ts +1 -1
  242. package/shared.module.d.ts +1 -1
  243. package/signature/events/close-event.d.ts +1 -1
  244. package/signature/events/index.d.ts +1 -1
  245. package/signature/events/open-event.d.ts +1 -1
  246. package/signature/localization/custom-messages.component.d.ts +1 -1
  247. package/signature/localization/index.d.ts +1 -1
  248. package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
  249. package/signature/localization/messages.d.ts +1 -1
  250. package/signature/signature.component.d.ts +2 -2
  251. package/signature.module.d.ts +1 -1
  252. package/slider/localization/custom-messages.component.d.ts +1 -1
  253. package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
  254. package/slider/localization/messages.d.ts +1 -1
  255. package/slider/slider-model.d.ts +1 -1
  256. package/slider/slider.component.d.ts +1 -1
  257. package/slider.module.d.ts +1 -1
  258. package/sliders-common/label-template.directive.d.ts +1 -1
  259. package/sliders-common/slider-base.d.ts +2 -2
  260. package/sliders-common/slider-model.base.d.ts +1 -1
  261. package/sliders-common/slider-ticks.component.d.ts +1 -1
  262. package/sliders-common/sliders-common.module.d.ts +1 -1
  263. package/sliders-common/sliders-util.d.ts +1 -1
  264. package/sliders-common/title-callback.d.ts +1 -1
  265. package/switch/events/blur-event.d.ts +1 -1
  266. package/switch/events/focus-event.d.ts +1 -1
  267. package/switch/localization/custom-messages.component.d.ts +1 -1
  268. package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
  269. package/switch/localization/messages.d.ts +1 -1
  270. package/switch/switch.component.d.ts +2 -2
  271. package/switch.module.d.ts +1 -1
  272. package/text-fields-common/text-fields-base.d.ts +2 -2
  273. package/textarea/models/flow.d.ts +1 -1
  274. package/textarea/models/resize.d.ts +1 -1
  275. package/textarea/textarea-suffix.component.d.ts +1 -1
  276. package/textarea/textarea.component.d.ts +1 -1
  277. package/textarea.module.d.ts +1 -1
  278. package/textbox/localization/custom-messages.component.d.ts +1 -1
  279. package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
  280. package/textbox/localization/messages.d.ts +1 -1
  281. package/textbox/models/icon-show-options.d.ts +1 -1
  282. package/textbox/textbox-prefix.directive.d.ts +1 -1
  283. package/textbox/textbox-suffix.directive.d.ts +1 -1
  284. package/textbox/textbox.component.d.ts +2 -2
  285. package/textbox/textbox.directive.d.ts +1 -1
  286. package/textbox.module.d.ts +1 -1
  287. package/validators/max.validator.d.ts +1 -1
  288. package/validators/min.validator.d.ts +1 -1
package/LICENSE.md CHANGED
@@ -8,4 +8,4 @@ This is commercial software. To use it, you need to agree to the [**Telerik End
8
8
 
9
9
  All available Kendo UI commercial licenses may be obtained at http://www.telerik.com/purchase/kendo-ui.
10
10
 
11
- *Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
package/NOTICE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Progress Kendo UI for Angular 2023
1
+ Progress Kendo UI for Angular 2024
2
2
 
3
3
  Copyright © 2016-2023 Progress Software Corporation and/or one of its
4
4
  subsidiaries or affiliates. All rights reserved.
package/README.md CHANGED
@@ -179,6 +179,6 @@ The [Angular TextBox Component](https://www.telerik.com/kendo-angular-ui/compone
179
179
  * [Feedback Portal](https://feedback.telerik.com/kendo-angular-ui)
180
180
  * [StackOverflow](https://stackoverflow.com/questions/tagged/kendo-ui-angular2)
181
181
 
182
- *Copyright © 2023 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
182
+ *Copyright © 2024 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
183
183
 
184
184
  *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ElementRef, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { SimpleChanges, AfterViewInit, OnChanges } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ElementRef, Renderer2, NgZone, EventEmitter, SimpleChanges, OnChanges, OnDestroy, ChangeDetectorRef, Injector, OnInit } from '@angular/core';
@@ -54,7 +54,7 @@ export declare class ColorGradientComponent implements OnInit, OnChanges, OnDest
54
54
  */
55
55
  opacity: boolean;
56
56
  /**
57
- * Sets the disabled state of the ColorGradient.
57
+ * Sets the disabled state of the ColorGradient. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
58
58
  *
59
59
  * @default false
60
60
  */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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, SimpleChanges, EventEmitter, ElementRef, AfterViewInit, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { OnInit, EventEmitter, SimpleChanges, OnChanges, OnDestroy, ChangeDetectorRef, Renderer2, ElementRef, AfterViewInit, NgZone } from '@angular/core';
@@ -77,7 +77,7 @@ export declare class ColorPaletteComponent implements OnInit, AfterViewInit, OnD
77
77
  set tabindex(value: number);
78
78
  get tabindex(): number;
79
79
  /**
80
- * Sets the disabled state of the ColorPalette.
80
+ * Sets the disabled state of the ColorPalette. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpalette#toc-managing-the-colorpalette-disabled-state-in-reactive-forms).
81
81
  */
82
82
  disabled: boolean;
83
83
  /**
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { EventEmitter, ElementRef, OnDestroy, ViewContainerRef, ChangeDetectorRef, NgZone, OnChanges, OnInit, AfterViewInit, Renderer2, Injector } from '@angular/core';
@@ -64,7 +64,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
64
64
  */
65
65
  readonly: boolean;
66
66
  /**
67
- * Sets the disabled state of the ColorPicker.
67
+ * Sets the disabled state of the ColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpicker#toc-managing-the-colorpicker-disabled-state-in-reactive-forms).
68
68
  *
69
69
  * @default false
70
70
  */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { OutputFormat } from "./models";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * from './events/cancel-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { EventEmitter, ElementRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { EventEmitter, QueryList, ElementRef, Renderer2, AfterViewInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ElementRef, EventEmitter, NgZone, ChangeDetectorRef, OnInit, AfterViewInit, OnDestroy, Renderer2, SimpleChanges, Injector } from "@angular/core";
@@ -54,7 +54,7 @@ export declare class FlatColorPickerComponent implements OnInit, AfterViewInit,
54
54
  */
55
55
  readonly: boolean;
56
56
  /**
57
- * Sets the disabled state of the FlatColorPicker.
57
+ * Sets the disabled state of the FlatColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_flatcolorpicker#toc-managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
58
58
  *
59
59
  * @default false
60
60
  */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ElementRef, NgZone, AfterContentInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService, MessageService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { LocalizationService } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ComponentMessages } from '@progress/kendo-angular-l10n';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TileSize } from '../models';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ViewContainerRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * from './models/actions-layout';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TableCell } from '../models';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { TileSize, PaletteSettings } from "../models";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { OutputFormat, HSVA, RGBA } from '../models';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * from './utils/color-parser';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * as i0 from "@angular/core";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { ElementRef } from '@angular/core';
package/common/math.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 * from './models/fillmode';
package/common/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { InputStylingClasses } from "./models";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Directive, ElementRef, HostBinding, Input, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { NgModule } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Component, HostBinding, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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 { Directive, Input } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -55,7 +55,7 @@ export class ColorGradientComponent {
55
55
  */
56
56
  this.opacity = true;
57
57
  /**
58
- * Sets the disabled state of the ColorGradient.
58
+ * Sets the disabled state of the ColorGradient. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
59
59
  *
60
60
  * @default false
61
61
  */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2023 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2024 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
  /* eslint-disable @typescript-eslint/no-explicit-any */