@progress/kendo-angular-inputs 21.4.0-develop.8 → 21.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (356) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +4 -3
  3. package/checkbox/checkbox.component.d.ts +1 -1
  4. package/checkbox/checkbox.directive.d.ts +1 -1
  5. package/checkbox/checked-state.d.ts +1 -1
  6. package/checkbox.module.d.ts +1 -1
  7. package/colorpicker/adaptiveness/adaptive-close-button.component.d.ts +1 -1
  8. package/colorpicker/adaptiveness/adaptive-renderer.component.d.ts +1 -1
  9. package/colorpicker/color-contrast-svg.component.d.ts +1 -1
  10. package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
  11. package/colorpicker/color-gradient-text-label.directive.d.ts +1 -1
  12. package/colorpicker/color-gradient.component.d.ts +1 -1
  13. package/colorpicker/color-input.component.d.ts +1 -1
  14. package/colorpicker/color-palette.component.d.ts +1 -1
  15. package/colorpicker/colorpicker.component.d.ts +1 -1
  16. package/colorpicker/constants.d.ts +1 -1
  17. package/colorpicker/contrast-validation.component.d.ts +1 -1
  18. package/colorpicker/contrast.component.d.ts +1 -1
  19. package/colorpicker/events/active-color-click-event.d.ts +1 -1
  20. package/colorpicker/events/cancel-event.d.ts +1 -1
  21. package/colorpicker/events/close-event.d.ts +1 -1
  22. package/colorpicker/events/kendo-drag-event.d.ts +1 -1
  23. package/colorpicker/events/open-event.d.ts +1 -1
  24. package/colorpicker/events.d.ts +1 -1
  25. package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
  26. package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
  27. package/colorpicker/flatcolorpicker.component.d.ts +1 -1
  28. package/colorpicker/localization/colorgradient-localization.service.d.ts +1 -1
  29. package/colorpicker/localization/colorpalette-localization.service.d.ts +1 -1
  30. package/colorpicker/localization/colorpicker-localization.service.d.ts +1 -1
  31. package/colorpicker/localization/custom-messages.component.d.ts +1 -1
  32. package/colorpicker/localization/flatcolorpicker-localization.service.d.ts +1 -1
  33. package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
  34. package/colorpicker/localization/messages.d.ts +1 -1
  35. package/colorpicker/models/actions-layout.d.ts +1 -1
  36. package/colorpicker/models/adaptive-mode.d.ts +1 -1
  37. package/colorpicker/models/colorpicker-view.d.ts +1 -1
  38. package/colorpicker/models/gradient-settings.d.ts +1 -1
  39. package/colorpicker/models/hsva.d.ts +1 -1
  40. package/colorpicker/models/output-format.d.ts +1 -1
  41. package/colorpicker/models/palette-presets.d.ts +1 -1
  42. package/colorpicker/models/palette-settings.d.ts +1 -1
  43. package/colorpicker/models/popup-settings.d.ts +1 -1
  44. package/colorpicker/models/rgb.d.ts +1 -1
  45. package/colorpicker/models/rgba.d.ts +1 -1
  46. package/colorpicker/models/table-cell.d.ts +1 -1
  47. package/colorpicker/models/tile-size.d.ts +1 -1
  48. package/colorpicker/models.d.ts +1 -1
  49. package/colorpicker/services/color-palette.service.d.ts +1 -1
  50. package/colorpicker/services/flatcolorpicker.service.d.ts +1 -1
  51. package/colorpicker/utils/color-parser.d.ts +1 -1
  52. package/colorpicker/utils/contrast-curve.d.ts +1 -1
  53. package/colorpicker/utils.d.ts +1 -1
  54. package/colorpicker.module.d.ts +1 -1
  55. package/common/dom-utils.d.ts +1 -1
  56. package/common/formservice.service.d.ts +1 -1
  57. package/common/math.d.ts +1 -1
  58. package/common/models/fillmode.d.ts +1 -1
  59. package/common/models/gutters.d.ts +1 -1
  60. package/common/models/responsive-breakpoints.d.ts +1 -1
  61. package/common/models/rounded.d.ts +1 -1
  62. package/common/models/size.d.ts +1 -1
  63. package/common/models/styling-classes.d.ts +1 -1
  64. package/common/models/type.d.ts +1 -1
  65. package/common/models.d.ts +1 -1
  66. package/common/radio-checkbox.base.d.ts +1 -1
  67. package/common/utils.d.ts +1 -1
  68. package/directives.d.ts +1 -1
  69. package/esm2022/checkbox/checkbox.component.mjs +1 -1
  70. package/esm2022/checkbox/checkbox.directive.mjs +1 -1
  71. package/esm2022/checkbox/checked-state.mjs +1 -1
  72. package/esm2022/checkbox.module.mjs +1 -1
  73. package/esm2022/colorpicker/adaptiveness/adaptive-close-button.component.mjs +1 -1
  74. package/esm2022/colorpicker/adaptiveness/adaptive-renderer.component.mjs +1 -1
  75. package/esm2022/colorpicker/color-contrast-svg.component.mjs +1 -1
  76. package/esm2022/colorpicker/color-gradient-numeric-label.directive.mjs +1 -1
  77. package/esm2022/colorpicker/color-gradient-text-label.directive.mjs +1 -1
  78. package/esm2022/colorpicker/color-gradient.component.mjs +1 -1
  79. package/esm2022/colorpicker/color-input.component.mjs +1 -1
  80. package/esm2022/colorpicker/color-palette.component.mjs +1 -1
  81. package/esm2022/colorpicker/colorpicker.component.mjs +1 -1
  82. package/esm2022/colorpicker/constants.mjs +1 -1
  83. package/esm2022/colorpicker/contrast-validation.component.mjs +1 -1
  84. package/esm2022/colorpicker/contrast.component.mjs +1 -1
  85. package/esm2022/colorpicker/events/active-color-click-event.mjs +1 -1
  86. package/esm2022/colorpicker/events/cancel-event.mjs +1 -1
  87. package/esm2022/colorpicker/events/close-event.mjs +1 -1
  88. package/esm2022/colorpicker/events/kendo-drag-event.mjs +1 -1
  89. package/esm2022/colorpicker/events/open-event.mjs +1 -1
  90. package/esm2022/colorpicker/events.mjs +1 -1
  91. package/esm2022/colorpicker/flatcolorpicker-actions.component.mjs +1 -1
  92. package/esm2022/colorpicker/flatcolorpicker-header.component.mjs +1 -1
  93. package/esm2022/colorpicker/flatcolorpicker.component.mjs +1 -1
  94. package/esm2022/colorpicker/localization/colorgradient-localization.service.mjs +1 -1
  95. package/esm2022/colorpicker/localization/colorpalette-localization.service.mjs +1 -1
  96. package/esm2022/colorpicker/localization/colorpicker-localization.service.mjs +1 -1
  97. package/esm2022/colorpicker/localization/custom-messages.component.mjs +1 -1
  98. package/esm2022/colorpicker/localization/flatcolorpicker-localization.service.mjs +1 -1
  99. package/esm2022/colorpicker/localization/localized-colorpicker-messages.directive.mjs +1 -1
  100. package/esm2022/colorpicker/localization/messages.mjs +1 -1
  101. package/esm2022/colorpicker/models/actions-layout.mjs +1 -1
  102. package/esm2022/colorpicker/models/adaptive-mode.mjs +1 -1
  103. package/esm2022/colorpicker/models/colorpicker-view.mjs +1 -1
  104. package/esm2022/colorpicker/models/gradient-settings.mjs +1 -1
  105. package/esm2022/colorpicker/models/hsva.mjs +1 -1
  106. package/esm2022/colorpicker/models/output-format.mjs +1 -1
  107. package/esm2022/colorpicker/models/palette-presets.mjs +1 -1
  108. package/esm2022/colorpicker/models/palette-settings.mjs +1 -1
  109. package/esm2022/colorpicker/models/popup-settings.mjs +1 -1
  110. package/esm2022/colorpicker/models/rgb.mjs +1 -1
  111. package/esm2022/colorpicker/models/rgba.mjs +1 -1
  112. package/esm2022/colorpicker/models/table-cell.mjs +1 -1
  113. package/esm2022/colorpicker/models/tile-size.mjs +1 -1
  114. package/esm2022/colorpicker/models.mjs +1 -1
  115. package/esm2022/colorpicker/services/color-palette.service.mjs +1 -1
  116. package/esm2022/colorpicker/services/flatcolorpicker.service.mjs +1 -1
  117. package/esm2022/colorpicker/utils/color-parser.mjs +1 -1
  118. package/esm2022/colorpicker/utils/contrast-curve.mjs +1 -1
  119. package/esm2022/colorpicker/utils.mjs +1 -1
  120. package/esm2022/colorpicker.module.mjs +1 -1
  121. package/esm2022/common/dom-utils.mjs +1 -1
  122. package/esm2022/common/formservice.service.mjs +1 -1
  123. package/esm2022/common/math.mjs +1 -1
  124. package/esm2022/common/models/fillmode.mjs +1 -1
  125. package/esm2022/common/models/gutters.mjs +1 -1
  126. package/esm2022/common/models/responsive-breakpoints.mjs +1 -1
  127. package/esm2022/common/models/rounded.mjs +1 -1
  128. package/esm2022/common/models/size.mjs +1 -1
  129. package/esm2022/common/models/styling-classes.mjs +1 -1
  130. package/esm2022/common/models/type.mjs +1 -1
  131. package/esm2022/common/models.mjs +1 -1
  132. package/esm2022/common/radio-checkbox.base.mjs +1 -1
  133. package/esm2022/common/utils.mjs +1 -1
  134. package/esm2022/directives.mjs +1 -1
  135. package/esm2022/form/form.component.mjs +1 -1
  136. package/esm2022/form/formseparator.component.mjs +1 -1
  137. package/esm2022/form/utils.mjs +1 -1
  138. package/esm2022/form.module.mjs +1 -1
  139. package/esm2022/formfield/error.component.mjs +1 -1
  140. package/esm2022/formfield/formfield.component.mjs +1 -1
  141. package/esm2022/formfield/hint.component.mjs +1 -1
  142. package/esm2022/formfield/models/message-align.mjs +1 -1
  143. package/esm2022/formfield/models/orientation.mjs +1 -1
  144. package/esm2022/formfield/models/show-options.mjs +1 -1
  145. package/esm2022/formfield.module.mjs +1 -1
  146. package/esm2022/formfieldset/formfieldset.component.mjs +1 -1
  147. package/esm2022/index.mjs +1 -1
  148. package/esm2022/inputs.module.mjs +1 -1
  149. package/esm2022/maskedtextbox/maskedtextbox.component.mjs +1 -1
  150. package/esm2022/maskedtextbox/masking.service.mjs +1 -1
  151. package/esm2022/maskedtextbox/parsing/combinators.mjs +1 -1
  152. package/esm2022/maskedtextbox/parsing/parsers.mjs +1 -1
  153. package/esm2022/maskedtextbox/parsing/result.mjs +1 -1
  154. package/esm2022/maskedtextbox/parsing/stream.mjs +1 -1
  155. package/esm2022/maskedtextbox.module.mjs +1 -1
  156. package/esm2022/numerictextbox/arrow-direction.mjs +1 -1
  157. package/esm2022/numerictextbox/constants.mjs +1 -1
  158. package/esm2022/numerictextbox/localization/custom-messages.component.mjs +1 -1
  159. package/esm2022/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +1 -1
  160. package/esm2022/numerictextbox/localization/messages.mjs +1 -1
  161. package/esm2022/numerictextbox/numerictextbox.component.mjs +1 -1
  162. package/esm2022/numerictextbox/utils.mjs +1 -1
  163. package/esm2022/numerictextbox.module.mjs +1 -1
  164. package/esm2022/otp.module.mjs +1 -1
  165. package/esm2022/otpinput/localization/custom-messages.component.mjs +1 -1
  166. package/esm2022/otpinput/localization/localized-textbox-messages.directive.mjs +1 -1
  167. package/esm2022/otpinput/localization/messages.mjs +1 -1
  168. package/esm2022/otpinput/models/otpinput-type.mjs +1 -1
  169. package/esm2022/otpinput/models/separator-icon.mjs +1 -1
  170. package/esm2022/otpinput/otpinput-separator.component.mjs +1 -1
  171. package/esm2022/otpinput/otpinput.component.mjs +1 -1
  172. package/esm2022/package-metadata.mjs +3 -3
  173. package/esm2022/progress-kendo-angular-inputs.mjs +1 -1
  174. package/esm2022/radiobutton/radiobutton.component.mjs +1 -1
  175. package/esm2022/radiobutton/radiobutton.directive.mjs +1 -1
  176. package/esm2022/radiobutton.module.mjs +1 -1
  177. package/esm2022/rangeslider/localization/custom-messages.component.mjs +1 -1
  178. package/esm2022/rangeslider/localization/localized-rangeslider-messages.directive.mjs +1 -1
  179. package/esm2022/rangeslider/localization/messages.mjs +1 -1
  180. package/esm2022/rangeslider/rangeslider-model.mjs +1 -1
  181. package/esm2022/rangeslider/rangeslider-value.type.mjs +1 -1
  182. package/esm2022/rangeslider/rangeslider.component.mjs +1 -1
  183. package/esm2022/rangeslider.module.mjs +1 -1
  184. package/esm2022/rating/directives/rating-hovered-item.directive.mjs +1 -1
  185. package/esm2022/rating/directives/rating-item.directive.mjs +1 -1
  186. package/esm2022/rating/directives/rating-selected-item.directive.mjs +1 -1
  187. package/esm2022/rating/models/precision.mjs +1 -1
  188. package/esm2022/rating/models/rating-item.interface.mjs +1 -1
  189. package/esm2022/rating/models/selection.mjs +1 -1
  190. package/esm2022/rating/rating.component.mjs +1 -1
  191. package/esm2022/rating.module.mjs +1 -1
  192. package/esm2022/shared/input-separator.component.mjs +1 -1
  193. package/esm2022/shared/input-spacer.component.mjs +1 -1
  194. package/esm2022/shared/shared-events.directive.mjs +1 -1
  195. package/esm2022/shared/utils.mjs +1 -1
  196. package/esm2022/signature/events/close-event.mjs +1 -1
  197. package/esm2022/signature/events/index.mjs +1 -1
  198. package/esm2022/signature/events/open-event.mjs +1 -1
  199. package/esm2022/signature/localization/custom-messages.component.mjs +1 -1
  200. package/esm2022/signature/localization/index.mjs +1 -1
  201. package/esm2022/signature/localization/localized-signature-messages.directive.mjs +1 -1
  202. package/esm2022/signature/localization/messages.mjs +1 -1
  203. package/esm2022/signature/signature.component.mjs +1 -1
  204. package/esm2022/signature.module.mjs +1 -1
  205. package/esm2022/slider/localization/custom-messages.component.mjs +1 -1
  206. package/esm2022/slider/localization/localized-slider-messages.directive.mjs +1 -1
  207. package/esm2022/slider/localization/messages.mjs +1 -1
  208. package/esm2022/slider/slider-model.mjs +1 -1
  209. package/esm2022/slider/slider.component.mjs +1 -1
  210. package/esm2022/slider.module.mjs +1 -1
  211. package/esm2022/sliders-common/label-template.directive.mjs +1 -1
  212. package/esm2022/sliders-common/slider-base.mjs +1 -1
  213. package/esm2022/sliders-common/slider-model.base.mjs +1 -1
  214. package/esm2022/sliders-common/slider-ticks.component.mjs +1 -1
  215. package/esm2022/sliders-common/sliders-util.mjs +1 -1
  216. package/esm2022/sliders-common/title-callback.mjs +1 -1
  217. package/esm2022/switch/events/blur-event.mjs +1 -1
  218. package/esm2022/switch/events/focus-event.mjs +1 -1
  219. package/esm2022/switch/localization/custom-messages.component.mjs +1 -1
  220. package/esm2022/switch/localization/localized-switch-messages.directive.mjs +1 -1
  221. package/esm2022/switch/localization/messages.mjs +1 -1
  222. package/esm2022/switch/switch.component.mjs +1 -1
  223. package/esm2022/switch.module.mjs +1 -1
  224. package/esm2022/text-fields-common/text-fields-base.mjs +1 -1
  225. package/esm2022/textarea/models/adornments-orientation.mjs +1 -1
  226. package/esm2022/textarea/models/flow.mjs +1 -1
  227. package/esm2022/textarea/models/resize.mjs +1 -1
  228. package/esm2022/textarea/models/textarea-settings.mjs +1 -1
  229. package/esm2022/textarea/textarea-prefix.component.mjs +1 -1
  230. package/esm2022/textarea/textarea-suffix.component.mjs +1 -1
  231. package/esm2022/textarea/textarea.component.mjs +1 -1
  232. package/esm2022/textarea/textarea.directive.mjs +1 -1
  233. package/esm2022/textarea.module.mjs +1 -1
  234. package/esm2022/textbox/localization/custom-messages.component.mjs +1 -1
  235. package/esm2022/textbox/localization/localized-textbox-messages.directive.mjs +1 -1
  236. package/esm2022/textbox/localization/messages.mjs +1 -1
  237. package/esm2022/textbox/models/icon-show-options.mjs +1 -1
  238. package/esm2022/textbox/textbox-prefix.directive.mjs +1 -1
  239. package/esm2022/textbox/textbox-suffix.directive.mjs +1 -1
  240. package/esm2022/textbox/textbox.component.mjs +1 -1
  241. package/esm2022/textbox/textbox.directive.mjs +1 -1
  242. package/esm2022/textbox.module.mjs +1 -1
  243. package/esm2022/validators/max.validator.mjs +1 -1
  244. package/esm2022/validators/min.validator.mjs +1 -1
  245. package/fesm2022/progress-kendo-angular-inputs.mjs +3 -3
  246. package/form/form.component.d.ts +1 -1
  247. package/form/formseparator.component.d.ts +1 -1
  248. package/form/utils.d.ts +1 -1
  249. package/form.module.d.ts +1 -1
  250. package/formfield/error.component.d.ts +1 -1
  251. package/formfield/formfield.component.d.ts +1 -1
  252. package/formfield/hint.component.d.ts +1 -1
  253. package/formfield/models/message-align.d.ts +1 -1
  254. package/formfield/models/orientation.d.ts +1 -1
  255. package/formfield/models/show-options.d.ts +1 -1
  256. package/formfield.module.d.ts +1 -1
  257. package/formfieldset/formfieldset.component.d.ts +1 -1
  258. package/index.d.ts +1 -1
  259. package/inputs.module.d.ts +1 -1
  260. package/maskedtextbox/maskedtextbox.component.d.ts +1 -1
  261. package/maskedtextbox/masking.service.d.ts +1 -1
  262. package/maskedtextbox/parsing/combinators.d.ts +1 -1
  263. package/maskedtextbox/parsing/parsers.d.ts +1 -1
  264. package/maskedtextbox/parsing/result.d.ts +1 -1
  265. package/maskedtextbox/parsing/stream.d.ts +1 -1
  266. package/maskedtextbox.module.d.ts +1 -1
  267. package/numerictextbox/arrow-direction.d.ts +1 -1
  268. package/numerictextbox/constants.d.ts +1 -1
  269. package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
  270. package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
  271. package/numerictextbox/localization/messages.d.ts +1 -1
  272. package/numerictextbox/numerictextbox.component.d.ts +1 -1
  273. package/numerictextbox/utils.d.ts +1 -1
  274. package/numerictextbox.module.d.ts +1 -1
  275. package/otp.module.d.ts +1 -1
  276. package/otpinput/localization/custom-messages.component.d.ts +1 -1
  277. package/otpinput/localization/localized-textbox-messages.directive.d.ts +1 -1
  278. package/otpinput/localization/messages.d.ts +1 -1
  279. package/otpinput/models/otpinput-type.d.ts +1 -1
  280. package/otpinput/models/separator-icon.d.ts +1 -1
  281. package/otpinput/otpinput-separator.component.d.ts +1 -1
  282. package/otpinput/otpinput.component.d.ts +1 -1
  283. package/package-metadata.d.ts +1 -1
  284. package/package.json +12 -12
  285. package/radiobutton/radiobutton.component.d.ts +1 -1
  286. package/radiobutton/radiobutton.directive.d.ts +1 -1
  287. package/radiobutton.module.d.ts +1 -1
  288. package/rangeslider/localization/custom-messages.component.d.ts +1 -1
  289. package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
  290. package/rangeslider/localization/messages.d.ts +1 -1
  291. package/rangeslider/rangeslider-model.d.ts +1 -1
  292. package/rangeslider/rangeslider-value.type.d.ts +1 -1
  293. package/rangeslider/rangeslider.component.d.ts +1 -1
  294. package/rangeslider.module.d.ts +1 -1
  295. package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
  296. package/rating/directives/rating-item.directive.d.ts +1 -1
  297. package/rating/directives/rating-selected-item.directive.d.ts +1 -1
  298. package/rating/models/precision.d.ts +1 -1
  299. package/rating/models/rating-item.interface.d.ts +1 -1
  300. package/rating/models/selection.d.ts +1 -1
  301. package/rating/rating.component.d.ts +1 -1
  302. package/rating.module.d.ts +1 -1
  303. package/schematics/ngAdd/index.js +1 -1
  304. package/shared/input-separator.component.d.ts +1 -1
  305. package/shared/input-spacer.component.d.ts +1 -1
  306. package/shared/shared-events.directive.d.ts +1 -1
  307. package/shared/utils.d.ts +1 -1
  308. package/signature/events/close-event.d.ts +1 -1
  309. package/signature/events/index.d.ts +1 -1
  310. package/signature/events/open-event.d.ts +1 -1
  311. package/signature/localization/custom-messages.component.d.ts +1 -1
  312. package/signature/localization/index.d.ts +1 -1
  313. package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
  314. package/signature/localization/messages.d.ts +1 -1
  315. package/signature/signature.component.d.ts +1 -1
  316. package/signature.module.d.ts +1 -1
  317. package/slider/localization/custom-messages.component.d.ts +1 -1
  318. package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
  319. package/slider/localization/messages.d.ts +1 -1
  320. package/slider/slider-model.d.ts +1 -1
  321. package/slider/slider.component.d.ts +1 -1
  322. package/slider.module.d.ts +1 -1
  323. package/sliders-common/label-template.directive.d.ts +1 -1
  324. package/sliders-common/slider-base.d.ts +1 -1
  325. package/sliders-common/slider-model.base.d.ts +1 -1
  326. package/sliders-common/slider-ticks.component.d.ts +1 -1
  327. package/sliders-common/sliders-util.d.ts +1 -1
  328. package/sliders-common/title-callback.d.ts +1 -1
  329. package/switch/events/blur-event.d.ts +1 -1
  330. package/switch/events/focus-event.d.ts +1 -1
  331. package/switch/localization/custom-messages.component.d.ts +1 -1
  332. package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
  333. package/switch/localization/messages.d.ts +1 -1
  334. package/switch/switch.component.d.ts +1 -1
  335. package/switch.module.d.ts +1 -1
  336. package/text-fields-common/text-fields-base.d.ts +1 -1
  337. package/textarea/models/adornments-orientation.d.ts +1 -1
  338. package/textarea/models/flow.d.ts +1 -1
  339. package/textarea/models/resize.d.ts +1 -1
  340. package/textarea/models/textarea-settings.d.ts +1 -1
  341. package/textarea/textarea-prefix.component.d.ts +1 -1
  342. package/textarea/textarea-suffix.component.d.ts +1 -1
  343. package/textarea/textarea.component.d.ts +1 -1
  344. package/textarea/textarea.directive.d.ts +1 -1
  345. package/textarea.module.d.ts +1 -1
  346. package/textbox/localization/custom-messages.component.d.ts +1 -1
  347. package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
  348. package/textbox/localization/messages.d.ts +1 -1
  349. package/textbox/models/icon-show-options.d.ts +1 -1
  350. package/textbox/textbox-prefix.directive.d.ts +1 -1
  351. package/textbox/textbox-suffix.directive.d.ts +1 -1
  352. package/textbox/textbox.component.d.ts +1 -1
  353. package/textbox/textbox.directive.d.ts +1 -1
  354. package/textbox.module.d.ts +1 -1
  355. package/validators/max.validator.d.ts +1 -1
  356. 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 © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
11
+ *Copyright © 2026 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <img width="631" src="https://demos.telerik.com/kendo-angular-ui/assets/banner/npm-banner.svg">
3
3
  </a>
4
4
 
5
- ## Kendo UI for Angular Inputs Package (CheckBox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Rating, Signature, Slider, Switch, TextArea, and TextBox Components)
5
+ ## Kendo UI for Angular Inputs Package (CheckBox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, Form, MaskedTextBox, NumericTextBox, OTPInput, RadioButton, RangeSlider, Rating, Signature, Slider, Switch, TextArea, and TextBox Components)
6
6
 
7
7
  > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)&mdash;a commercial UI library.
8
8
  > * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
@@ -24,9 +24,10 @@ The [Kendo UI for Angular Inputs package](https://www.telerik.com/kendo-angular-
24
24
  * [Angular ColorPalette Component](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpalette/)&mdash;Renders sets of predefined colors from which users can choose. A common example is swithcing clothing colors when online shopping.
25
25
  * [Angular ColorPicker Component](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpicker/)&mdash;Combines the ColorGradient and ColorPalette to provide a rich color selection tool that appears in a popup and provides a variety of ways to select colors as well as a preview of selected colors.
26
26
  * [Angular FlatColorPicker Component](https://www.telerik.com/kendo-angular-ui/components/inputs/flatcolorpicker/)&mdash;The same as the Angular ColorPicker, except the picker is not hidden in a popup. It renders directly on the page.
27
- * [Angular FormField Component](https://www.telerik.com/kendo-angular-ui/components/inputs/formfield/)&mdash;Helps you group form related content to lay out and configure fields, labels, hints, and error messages.
27
+ * [Angular Form Component](https://www.telerik.com/kendo-angular-ui/components/inputs/form/)&mdash;Provides a container and layout for organizing form elements with built-in styling and structure. Includes the [FormField component](https://www.telerik.com/kendo-angular-ui/components/inputs/form/formfield) to help you group form related content and configure fields, labels, hints, and error messages.
28
28
  * [Angular MaskedTextBox Component](https://www.telerik.com/kendo-angular-ui/components/inputs/maskedtextbox/)&mdash;Enables you to control input by enforcing format using a mask. A common example is requiring phone number formats.
29
29
  * [Angular NumericTextBox Component](https://www.telerik.com/kendo-angular-ui/components/inputs/numerictextbox/)&mdash;Provides spin buttons to help users enter and edit numeric values.
30
+ * [Angular OTPInput Component](https://www.telerik.com/kendo-angular-ui/components/inputs/otpinput/)&mdash;Provides a secure input for entering one-time passwords or verification codes with individual character fields.
30
31
  * [Angular RadioButton Component](https://www.telerik.com/kendo-angular-ui/components/inputs/radiobutton/)&mdash;Allows you to create a list of radio buttons where you can only select one of the predefined options. It supports all regular HTML checkbox attributes and Angular bindings.
31
32
  * [Angular RangeSlider Component](https://www.telerik.com/kendo-angular-ui/components/inputs/rangeslider/)&mdash;Allows users to visually specify numeric ranges by dragging its handles or clicking its track.
32
33
  * [Angular Rating Component](https://www.telerik.com/kendo-angular-ui/components/inputs/rating)&mdash;Enables the user to increase, decrease, and select predefined values by clicking its icons along or using the arrow keys.
@@ -69,6 +70,6 @@ For any issues you might encounter while working with the Kendo UI for Angular I
69
70
  * [Demos, documentation, and component reference](https://www.telerik.com/kendo-angular-ui/components)
70
71
  * [Kendo UI for Angular pricing and licensing](https://www.telerik.com/purchase/kendo-ui)
71
72
 
72
- *Copyright © 2025 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
73
+ *Copyright © 2026 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.*
73
74
 
74
75
  *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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, AfterViewInit, EventEmitter, ChangeDetectorRef, NgZone, Injector, OnInit } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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, ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { BehaviorSubject } from 'rxjs';
package/common/math.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { ResponsiveFormBreakPoint } from './responsive-breakpoints';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 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 { Renderer2, EventEmitter, ElementRef, Injector, ChangeDetectorRef, NgZone } from '@angular/core';
package/common/utils.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2025 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { InjectionToken } from "@angular/core";