@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
@@ -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 */
@@ -48,7 +48,7 @@ export class TextBoxComponent {
48
48
  */
49
49
  this.type = 'text';
50
50
  /**
51
- * Sets the disabled state of the component.
51
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
52
52
  *
53
53
  * @default false
54
54
  */
@@ -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, EventEmitter, Input, HostBinding, Renderer2, forwardRef, NgZone } 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 { isPresent } from '../common/utils';
@@ -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 { isPresent } from '../common/utils';
@@ -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';
@@ -537,8 +537,8 @@ const packageMetadata = {
537
537
  name: '@progress/kendo-angular-inputs',
538
538
  productName: 'Kendo UI for Angular',
539
539
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
540
- publishDate: 1703163267,
541
- version: '14.4.0-develop.1',
540
+ publishDate: 1705509917,
541
+ version: '14.4.0-develop.11',
542
542
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
543
543
  };
544
544
 
@@ -638,7 +638,7 @@ class SliderBase {
638
638
  */
639
639
  this.largeStep = null;
640
640
  /**
641
- * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})).
641
+ * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_slider#toc-managing-the-slider-disabled-state-in-reactive-forms).
642
642
  */
643
643
  this.disabled = false;
644
644
  /**
@@ -2358,7 +2358,7 @@ class SwitchComponent {
2358
2358
  this.changeDetector = changeDetector;
2359
2359
  this.ngZone = ngZone;
2360
2360
  /**
2361
- * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})).
2361
+ * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_switch#toc-managing-the-switch-disabled-state-in-reactive-forms).
2362
2362
  */
2363
2363
  this.disabled = false;
2364
2364
  /**
@@ -3506,7 +3506,7 @@ class NumericTextBoxComponent {
3506
3506
  */
3507
3507
  this.focusableId = `k-${guid()}`;
3508
3508
  /**
3509
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
3509
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
3510
3510
  */
3511
3511
  this.disabled = false;
3512
3512
  /**
@@ -5053,7 +5053,7 @@ class MaskedTextBoxComponent {
5053
5053
  */
5054
5054
  this.focusableId = `k-${guid()}`;
5055
5055
  /**
5056
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
5056
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
5057
5057
  */
5058
5058
  this.disabled = false;
5059
5059
  /**
@@ -6272,7 +6272,7 @@ class TextBoxComponent {
6272
6272
  */
6273
6273
  this.type = 'text';
6274
6274
  /**
6275
- * Sets the disabled state of the component.
6275
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
6276
6276
  *
6277
6277
  * @default false
6278
6278
  */
@@ -7262,7 +7262,7 @@ class TextFieldsBase {
7262
7262
  */
7263
7263
  this.title = '';
7264
7264
  /**
7265
- * Sets the disabled state of the TextArea component.
7265
+ * Sets the disabled state of the TextArea component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textarea#toc-managing-the-textarea-disabled-state-in-reactive-forms).
7266
7266
  *
7267
7267
  * @default false
7268
7268
  */
@@ -9596,7 +9596,7 @@ class ColorGradientComponent {
9596
9596
  */
9597
9597
  this.opacity = true;
9598
9598
  /**
9599
- * Sets the disabled state of the ColorGradient.
9599
+ * 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).
9600
9600
  *
9601
9601
  * @default false
9602
9602
  */
@@ -10683,7 +10683,7 @@ class ColorPaletteComponent {
10683
10683
  */
10684
10684
  this.format = 'hex';
10685
10685
  /**
10686
- * Sets the disabled state of the ColorPalette.
10686
+ * 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).
10687
10687
  */
10688
10688
  this.disabled = false;
10689
10689
  /**
@@ -11288,7 +11288,7 @@ class FlatColorPickerComponent {
11288
11288
  */
11289
11289
  this.readonly = false;
11290
11290
  /**
11291
- * Sets the disabled state of the FlatColorPicker.
11291
+ * 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).
11292
11292
  *
11293
11293
  * @default false
11294
11294
  */
@@ -12105,7 +12105,7 @@ class ColorPickerComponent {
12105
12105
  */
12106
12106
  this.readonly = false;
12107
12107
  /**
12108
- * Sets the disabled state of the ColorPicker.
12108
+ * 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).
12109
12109
  *
12110
12110
  * @default false
12111
12111
  */
@@ -14075,7 +14075,7 @@ class SignatureComponent {
14075
14075
  */
14076
14076
  this.readonly = false;
14077
14077
  /**
14078
- * Sets the disabled state of the Signature.
14078
+ * Sets the disabled state of the Signature. To disable the component in reactive forms, visit the following [article](slug:formssupport_signature#toc-managing-the-signature-disabled-state-in-reactive-forms)
14079
14079
  *
14080
14080
  * @default false
14081
14081
  */
@@ -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';
@@ -536,8 +536,8 @@ const packageMetadata = {
536
536
  name: '@progress/kendo-angular-inputs',
537
537
  productName: 'Kendo UI for Angular',
538
538
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
539
- publishDate: 1703163267,
540
- version: '14.4.0-develop.1',
539
+ publishDate: 1705509917,
540
+ version: '14.4.0-develop.11',
541
541
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
542
542
  };
543
543
 
@@ -635,7 +635,7 @@ class SliderBase {
635
635
  */
636
636
  this.largeStep = null;
637
637
  /**
638
- * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})).
638
+ * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_slider#toc-managing-the-slider-disabled-state-in-reactive-forms).
639
639
  */
640
640
  this.disabled = false;
641
641
  /**
@@ -2355,7 +2355,7 @@ class SwitchComponent {
2355
2355
  this.changeDetector = changeDetector;
2356
2356
  this.ngZone = ngZone;
2357
2357
  /**
2358
- * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})).
2358
+ * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_switch#toc-managing-the-switch-disabled-state-in-reactive-forms).
2359
2359
  */
2360
2360
  this.disabled = false;
2361
2361
  /**
@@ -3499,7 +3499,7 @@ class NumericTextBoxComponent {
3499
3499
  */
3500
3500
  this.focusableId = `k-${guid()}`;
3501
3501
  /**
3502
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
3502
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
3503
3503
  */
3504
3504
  this.disabled = false;
3505
3505
  /**
@@ -5046,7 +5046,7 @@ class MaskedTextBoxComponent {
5046
5046
  */
5047
5047
  this.focusableId = `k-${guid()}`;
5048
5048
  /**
5049
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
5049
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
5050
5050
  */
5051
5051
  this.disabled = false;
5052
5052
  /**
@@ -6259,7 +6259,7 @@ class TextBoxComponent {
6259
6259
  */
6260
6260
  this.type = 'text';
6261
6261
  /**
6262
- * Sets the disabled state of the component.
6262
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
6263
6263
  *
6264
6264
  * @default false
6265
6265
  */
@@ -7249,7 +7249,7 @@ class TextFieldsBase {
7249
7249
  */
7250
7250
  this.title = '';
7251
7251
  /**
7252
- * Sets the disabled state of the TextArea component.
7252
+ * Sets the disabled state of the TextArea component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textarea#toc-managing-the-textarea-disabled-state-in-reactive-forms).
7253
7253
  *
7254
7254
  * @default false
7255
7255
  */
@@ -9369,7 +9369,7 @@ class ColorGradientComponent {
9369
9369
  */
9370
9370
  this.opacity = true;
9371
9371
  /**
9372
- * Sets the disabled state of the ColorGradient.
9372
+ * 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).
9373
9373
  *
9374
9374
  * @default false
9375
9375
  */
@@ -10451,7 +10451,7 @@ class ColorPaletteComponent {
10451
10451
  */
10452
10452
  this.format = 'hex';
10453
10453
  /**
10454
- * Sets the disabled state of the ColorPalette.
10454
+ * 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).
10455
10455
  */
10456
10456
  this.disabled = false;
10457
10457
  /**
@@ -11263,7 +11263,7 @@ class FlatColorPickerComponent {
11263
11263
  */
11264
11264
  this.readonly = false;
11265
11265
  /**
11266
- * Sets the disabled state of the FlatColorPicker.
11266
+ * 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).
11267
11267
  *
11268
11268
  * @default false
11269
11269
  */
@@ -12075,7 +12075,7 @@ class ColorPickerComponent {
12075
12075
  */
12076
12076
  this.readonly = false;
12077
12077
  /**
12078
- * Sets the disabled state of the ColorPicker.
12078
+ * 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).
12079
12079
  *
12080
12080
  * @default false
12081
12081
  */
@@ -14044,7 +14044,7 @@ class SignatureComponent {
14044
14044
  */
14045
14045
  this.readonly = false;
14046
14046
  /**
14047
- * Sets the disabled state of the Signature.
14047
+ * Sets the disabled state of the Signature. To disable the component in reactive forms, visit the following [article](slug:formssupport_signature#toc-managing-the-signature-disabled-state-in-reactive-forms)
14048
14048
  *
14049
14049
  * @default false
14050
14050
  */
@@ -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 { MessageAlign } from './models/message-align';
@@ -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 { AfterViewInit, ElementRef, Renderer2, QueryList, AfterViewChecked } 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 { MessageAlign } from './models/message-align';
@@ -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 * as i0 from "@angular/core";
package/index.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
  export { SliderComponent } from './slider/slider.component';
@@ -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, EventEmitter, OnChanges, Renderer2, SimpleChanges, NgZone, Injector, ChangeDetectorRef } from '@angular/core';
@@ -43,7 +43,7 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
43
43
  */
44
44
  focusableId: string;
45
45
  /**
46
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
46
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
47
47
  */
48
48
  disabled: boolean;
49
49
  /**
@@ -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 { Parser } from './parsers';
@@ -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 { Result } from './result';
@@ -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 { Stream } from './stream';
@@ -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 * 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
  /**
@@ -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 { 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
  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
  import { ElementRef, EventEmitter, OnChanges, OnDestroy, Renderer2, NgZone, ChangeDetectorRef, Injector } from '@angular/core';
@@ -27,7 +27,7 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
27
27
  */
28
28
  focusableId: string;
29
29
  /**
30
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
30
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
31
31
  */
32
32
  disabled: boolean;
33
33
  /**
@@ -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 * 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 { PackageMetadata } from '@progress/kendo-licensing';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "14.4.0-develop.1",
3
+ "version": "14.4.0-develop.11",
4
4
  "description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -32,21 +32,21 @@
32
32
  "@angular/core": "13 - 17",
33
33
  "@angular/forms": "13 - 17",
34
34
  "@angular/platform-browser": "13 - 17",
35
- "@progress/kendo-drawing": "^1.17.2",
35
+ "@progress/kendo-drawing": "^1.19.0",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "14.4.0-develop.1",
38
- "@progress/kendo-angular-common": "14.4.0-develop.1",
39
- "@progress/kendo-angular-dialog": "14.4.0-develop.1",
40
- "@progress/kendo-angular-intl": "14.4.0-develop.1",
41
- "@progress/kendo-angular-l10n": "14.4.0-develop.1",
42
- "@progress/kendo-angular-popup": "14.4.0-develop.1",
43
- "@progress/kendo-angular-icons": "14.4.0-develop.1",
37
+ "@progress/kendo-angular-buttons": "14.4.0-develop.11",
38
+ "@progress/kendo-angular-common": "14.4.0-develop.11",
39
+ "@progress/kendo-angular-dialog": "14.4.0-develop.11",
40
+ "@progress/kendo-angular-intl": "14.4.0-develop.11",
41
+ "@progress/kendo-angular-l10n": "14.4.0-develop.11",
42
+ "@progress/kendo-angular-popup": "14.4.0-develop.11",
43
+ "@progress/kendo-angular-icons": "14.4.0-develop.11",
44
44
  "rxjs": "^6.5.3 || ^7.0.0",
45
- "@progress/kendo-angular-upload": "14.4.0-develop.1"
45
+ "@progress/kendo-angular-upload": "14.4.0-develop.11"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1",
49
- "@progress/kendo-angular-schematics": "14.4.0-develop.1",
49
+ "@progress/kendo-angular-schematics": "14.4.0-develop.11",
50
50
  "@progress/kendo-common": "^0.2.2",
51
51
  "@progress/kendo-draggable": "^3.0.0",
52
52
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -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 { 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 { 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
  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
  import { SliderModelBase } from '../sliders-common/slider-model.base';
@@ -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
  /**