@progress/kendo-angular-dateinputs 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 (275) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/calendar/calendar.component.d.ts +1 -1
  4. package/calendar/calendar.module.d.ts +1 -1
  5. package/calendar/calendars.module.d.ts +1 -1
  6. package/calendar/footer.component.d.ts +1 -1
  7. package/calendar/for.directive.d.ts +1 -1
  8. package/calendar/header.component.d.ts +1 -1
  9. package/calendar/horizontal-view-list.component.d.ts +1 -1
  10. package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
  11. package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
  12. package/calendar/localization/calendar-messages.d.ts +1 -1
  13. package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
  14. package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
  15. package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
  16. package/calendar/models/cell-context.interface.d.ts +1 -1
  17. package/calendar/models/navigation-action.enum.d.ts +1 -1
  18. package/calendar/models/orientation.d.ts +1 -1
  19. package/calendar/models/row-length-options.interface.d.ts +1 -1
  20. package/calendar/models/scrollable.interface.d.ts +1 -1
  21. package/calendar/models/selection-range-end.type.d.ts +1 -1
  22. package/calendar/models/selection-range.interface.d.ts +1 -1
  23. package/calendar/models/selection.d.ts +1 -1
  24. package/calendar/models/type.d.ts +1 -1
  25. package/calendar/models/view-service.interface.d.ts +1 -1
  26. package/calendar/models/view.enum.d.ts +1 -1
  27. package/calendar/models/view.type.d.ts +1 -1
  28. package/calendar/multiview-calendar.component.d.ts +1 -1
  29. package/calendar/multiview-calendar.module.d.ts +1 -1
  30. package/calendar/navigation.component.d.ts +1 -1
  31. package/calendar/services/bus-view.service.d.ts +1 -1
  32. package/calendar/services/century-view.service.d.ts +1 -1
  33. package/calendar/services/decade-view.service.d.ts +1 -1
  34. package/calendar/services/disabled-dates.service.d.ts +1 -1
  35. package/calendar/services/dom.service.d.ts +1 -1
  36. package/calendar/services/month-view.service.d.ts +1 -1
  37. package/calendar/services/navigation.service.d.ts +1 -1
  38. package/calendar/services/scroll-sync.service.d.ts +1 -1
  39. package/calendar/services/selection.service.d.ts +1 -1
  40. package/calendar/services/weeknames.service.d.ts +1 -1
  41. package/calendar/services/year-view.service.d.ts +1 -1
  42. package/calendar/templates/cell-template.directive.d.ts +1 -1
  43. package/calendar/templates/century-cell-template.directive.d.ts +1 -1
  44. package/calendar/templates/decade-cell-template.directive.d.ts +1 -1
  45. package/calendar/templates/footer-template.directive.d.ts +1 -1
  46. package/calendar/templates/header-template.directive.d.ts +1 -1
  47. package/calendar/templates/header-title-template.directive.d.ts +1 -1
  48. package/calendar/templates/month-cell-template.directive.d.ts +1 -1
  49. package/calendar/templates/navigation-item-template.directive.d.ts +1 -1
  50. package/calendar/templates/weeknumber-cell-template.directive.d.ts +1 -1
  51. package/calendar/templates/year-cell-template.directive.d.ts +1 -1
  52. package/calendar/view-list.component.d.ts +1 -1
  53. package/calendar/view.component.d.ts +1 -1
  54. package/codemods/utils.js +1 -1
  55. package/codemods/v19/datepicker-subtitle.js +1 -1
  56. package/codemods/v19/datepicker-title.js +1 -1
  57. package/codemods/v19/daterange-popup-subtitle.js +1 -1
  58. package/codemods/v19/daterange-popup-title.js +1 -1
  59. package/codemods/v19/datetimepicker-subtitle.js +1 -1
  60. package/codemods/v19/datetimepicker-title.js +1 -1
  61. package/codemods/v19/timepicker-subtitle.js +1 -1
  62. package/codemods/v19/timepicker-title.js +1 -1
  63. package/common/dom-queries.d.ts +1 -1
  64. package/common/models/fillmode.d.ts +1 -1
  65. package/common/models/rounded.d.ts +1 -1
  66. package/common/models/size.d.ts +1 -1
  67. package/common/models/week-days-format.d.ts +1 -1
  68. package/common/picker.service.d.ts +1 -1
  69. package/common/utils.d.ts +1 -1
  70. package/dateinput/arrow.enum.d.ts +1 -1
  71. package/dateinput/dateinput.component.d.ts +1 -1
  72. package/dateinput/dateinput.module.d.ts +1 -1
  73. package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
  74. package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
  75. package/dateinput/localization/messages.d.ts +1 -1
  76. package/dateinput/models/format-placeholder.model.d.ts +1 -1
  77. package/dateinput/models/format-settings.model.d.ts +1 -1
  78. package/dateinput/models/incremental-steps.model.d.ts +1 -1
  79. package/dateinputs.module.d.ts +1 -1
  80. package/datepicker/datepicker.component.d.ts +1 -2
  81. package/datepicker/datepicker.module.d.ts +1 -1
  82. package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
  83. package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
  84. package/datepicker/localization/messages.d.ts +1 -1
  85. package/daterange/auto-correct-on.type.d.ts +1 -1
  86. package/daterange/date-range-end-input.directive.d.ts +1 -1
  87. package/daterange/date-range-input.d.ts +1 -1
  88. package/daterange/date-range-popup-template.directive.d.ts +1 -1
  89. package/daterange/date-range-popup.component.d.ts +1 -1
  90. package/daterange/date-range-selection.directive.d.ts +1 -1
  91. package/daterange/date-range-start-input.directive.d.ts +1 -1
  92. package/daterange/date-range.component.d.ts +1 -1
  93. package/daterange/date-range.module.d.ts +1 -1
  94. package/daterange/date-range.service.d.ts +1 -1
  95. package/daterange/localization/daterange-popup-custom-messages.component.d.ts +1 -1
  96. package/daterange/localization/daterange-popup-localized-messages.directive.d.ts +1 -1
  97. package/daterange/localization/messages.d.ts +1 -1
  98. package/datetimepicker/datetimepicker.component.d.ts +1 -1
  99. package/datetimepicker/datetimepicker.module.d.ts +1 -1
  100. package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
  101. package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
  102. package/datetimepicker/localization/messages.d.ts +1 -1
  103. package/datetimepicker/models/active-tab.type.d.ts +1 -1
  104. package/defaults.d.ts +1 -1
  105. package/directives.d.ts +1 -1
  106. package/esm2022/calendar/calendar.component.mjs +1 -1
  107. package/esm2022/calendar/calendar.module.mjs +1 -1
  108. package/esm2022/calendar/calendars.module.mjs +1 -1
  109. package/esm2022/calendar/footer.component.mjs +1 -1
  110. package/esm2022/calendar/for.directive.mjs +1 -1
  111. package/esm2022/calendar/header.component.mjs +1 -1
  112. package/esm2022/calendar/horizontal-view-list.component.mjs +1 -1
  113. package/esm2022/calendar/localization/calendar-custom-messages.component.mjs +1 -1
  114. package/esm2022/calendar/localization/calendar-localized-messages.directive.mjs +1 -1
  115. package/esm2022/calendar/localization/calendar-messages.mjs +1 -1
  116. package/esm2022/calendar/localization/multiview-calendar-custom-messages.component.mjs +1 -1
  117. package/esm2022/calendar/localization/multiview-calendar-localized-messages.directive.mjs +1 -1
  118. package/esm2022/calendar/localization/multiview-calendar-messages.mjs +1 -1
  119. package/esm2022/calendar/models/cell-context.interface.mjs +1 -1
  120. package/esm2022/calendar/models/navigation-action.enum.mjs +1 -1
  121. package/esm2022/calendar/models/orientation.mjs +1 -1
  122. package/esm2022/calendar/models/row-length-options.interface.mjs +1 -1
  123. package/esm2022/calendar/models/scrollable.interface.mjs +1 -1
  124. package/esm2022/calendar/models/selection-range-end.type.mjs +1 -1
  125. package/esm2022/calendar/models/selection-range.interface.mjs +1 -1
  126. package/esm2022/calendar/models/selection.mjs +1 -1
  127. package/esm2022/calendar/models/type.mjs +1 -1
  128. package/esm2022/calendar/models/view-service.interface.mjs +1 -1
  129. package/esm2022/calendar/models/view.enum.mjs +1 -1
  130. package/esm2022/calendar/models/view.type.mjs +1 -1
  131. package/esm2022/calendar/multiview-calendar.component.mjs +1 -1
  132. package/esm2022/calendar/multiview-calendar.module.mjs +1 -1
  133. package/esm2022/calendar/navigation.component.mjs +1 -1
  134. package/esm2022/calendar/services/bus-view.service.mjs +1 -1
  135. package/esm2022/calendar/services/century-view.service.mjs +1 -1
  136. package/esm2022/calendar/services/decade-view.service.mjs +1 -1
  137. package/esm2022/calendar/services/disabled-dates.service.mjs +1 -1
  138. package/esm2022/calendar/services/dom.service.mjs +1 -1
  139. package/esm2022/calendar/services/month-view.service.mjs +1 -1
  140. package/esm2022/calendar/services/navigation.service.mjs +1 -1
  141. package/esm2022/calendar/services/scroll-sync.service.mjs +1 -1
  142. package/esm2022/calendar/services/selection.service.mjs +1 -1
  143. package/esm2022/calendar/services/weeknames.service.mjs +1 -1
  144. package/esm2022/calendar/services/year-view.service.mjs +1 -1
  145. package/esm2022/calendar/templates/cell-template.directive.mjs +1 -1
  146. package/esm2022/calendar/templates/century-cell-template.directive.mjs +1 -1
  147. package/esm2022/calendar/templates/decade-cell-template.directive.mjs +1 -1
  148. package/esm2022/calendar/templates/footer-template.directive.mjs +1 -1
  149. package/esm2022/calendar/templates/header-template.directive.mjs +1 -1
  150. package/esm2022/calendar/templates/header-title-template.directive.mjs +1 -1
  151. package/esm2022/calendar/templates/month-cell-template.directive.mjs +1 -1
  152. package/esm2022/calendar/templates/navigation-item-template.directive.mjs +1 -1
  153. package/esm2022/calendar/templates/weeknumber-cell-template.directive.mjs +1 -1
  154. package/esm2022/calendar/templates/year-cell-template.directive.mjs +1 -1
  155. package/esm2022/calendar/view-list.component.mjs +1 -1
  156. package/esm2022/calendar/view.component.mjs +1 -1
  157. package/esm2022/common/dom-queries.mjs +1 -1
  158. package/esm2022/common/models/fillmode.mjs +1 -1
  159. package/esm2022/common/models/rounded.mjs +1 -1
  160. package/esm2022/common/models/size.mjs +1 -1
  161. package/esm2022/common/models/week-days-format.mjs +1 -1
  162. package/esm2022/common/picker.service.mjs +1 -1
  163. package/esm2022/common/utils.mjs +1 -1
  164. package/esm2022/dateinput/arrow.enum.mjs +1 -1
  165. package/esm2022/dateinput/dateinput.component.mjs +1 -1
  166. package/esm2022/dateinput/dateinput.module.mjs +1 -1
  167. package/esm2022/dateinput/localization/dateinput-custom-messages.component.mjs +1 -1
  168. package/esm2022/dateinput/localization/dateinput-localized-messages.directive.mjs +1 -1
  169. package/esm2022/dateinput/localization/messages.mjs +1 -1
  170. package/esm2022/dateinput/models/format-placeholder.model.mjs +1 -1
  171. package/esm2022/dateinput/models/format-settings.model.mjs +1 -1
  172. package/esm2022/dateinput/models/incremental-steps.model.mjs +1 -1
  173. package/esm2022/dateinputs.module.mjs +1 -1
  174. package/esm2022/datepicker/datepicker.component.mjs +1 -6
  175. package/esm2022/datepicker/datepicker.module.mjs +1 -1
  176. package/esm2022/datepicker/localization/datepicker-custom-messages.component.mjs +1 -1
  177. package/esm2022/datepicker/localization/datepicker-localized-messages.directive.mjs +1 -1
  178. package/esm2022/datepicker/localization/messages.mjs +1 -1
  179. package/esm2022/daterange/auto-correct-on.type.mjs +1 -1
  180. package/esm2022/daterange/date-range-end-input.directive.mjs +1 -1
  181. package/esm2022/daterange/date-range-input.mjs +1 -1
  182. package/esm2022/daterange/date-range-popup-template.directive.mjs +1 -1
  183. package/esm2022/daterange/date-range-popup.component.mjs +1 -1
  184. package/esm2022/daterange/date-range-selection.directive.mjs +1 -1
  185. package/esm2022/daterange/date-range-start-input.directive.mjs +1 -1
  186. package/esm2022/daterange/date-range.component.mjs +1 -1
  187. package/esm2022/daterange/date-range.module.mjs +1 -1
  188. package/esm2022/daterange/date-range.service.mjs +1 -1
  189. package/esm2022/daterange/localization/daterange-popup-custom-messages.component.mjs +1 -1
  190. package/esm2022/daterange/localization/daterange-popup-localized-messages.directive.mjs +1 -1
  191. package/esm2022/daterange/localization/messages.mjs +1 -1
  192. package/esm2022/datetimepicker/datetimepicker.component.mjs +1 -1
  193. package/esm2022/datetimepicker/datetimepicker.module.mjs +1 -1
  194. package/esm2022/datetimepicker/localization/datetimepicker-custom-messages.component.mjs +1 -1
  195. package/esm2022/datetimepicker/localization/localized-messages.directive.mjs +1 -1
  196. package/esm2022/datetimepicker/localization/messages.mjs +1 -1
  197. package/esm2022/datetimepicker/models/active-tab.type.mjs +1 -1
  198. package/esm2022/defaults.mjs +1 -1
  199. package/esm2022/directives.mjs +1 -1
  200. package/esm2022/index.mjs +1 -1
  201. package/esm2022/package-metadata.mjs +3 -3
  202. package/esm2022/popup-settings.model.mjs +1 -1
  203. package/esm2022/preventable-event.mjs +1 -1
  204. package/esm2022/progress-kendo-angular-dateinputs.mjs +1 -1
  205. package/esm2022/timepicker/localization/messages.mjs +1 -1
  206. package/esm2022/timepicker/localization/timepicker-custom-messages.component.mjs +1 -1
  207. package/esm2022/timepicker/localization/timepicker-localized-messages.directive.mjs +1 -1
  208. package/esm2022/timepicker/localization/timeselector-custom-messages.component.mjs +1 -1
  209. package/esm2022/timepicker/localization/timeselector-localized-messages.directive.mjs +1 -1
  210. package/esm2022/timepicker/models/incremental-steps.model.mjs +1 -1
  211. package/esm2022/timepicker/models/list-item.interface.mjs +1 -1
  212. package/esm2022/timepicker/models/list-service-settings.mjs +1 -1
  213. package/esm2022/timepicker/models/list-service.interface.mjs +1 -1
  214. package/esm2022/timepicker/models/time-part.default.mjs +1 -1
  215. package/esm2022/timepicker/services/dayperiod.service.mjs +1 -1
  216. package/esm2022/timepicker/services/dom.service.mjs +1 -1
  217. package/esm2022/timepicker/services/hours.service.mjs +1 -1
  218. package/esm2022/timepicker/services/milliseconds.service.mjs +1 -1
  219. package/esm2022/timepicker/services/minutes.service.mjs +1 -1
  220. package/esm2022/timepicker/services/seconds.service.mjs +1 -1
  221. package/esm2022/timepicker/timelist.component.mjs +1 -1
  222. package/esm2022/timepicker/timepicker.component.mjs +1 -1
  223. package/esm2022/timepicker/timepicker.module.mjs +1 -1
  224. package/esm2022/timepicker/timeselector.component.mjs +1 -1
  225. package/esm2022/timepicker/util.mjs +1 -1
  226. package/esm2022/util.mjs +1 -1
  227. package/esm2022/validators/disabled-date.validator.mjs +1 -1
  228. package/esm2022/validators/disabled-dates-range.validator.mjs +1 -1
  229. package/esm2022/validators/incomplete-date.validator.mjs +1 -1
  230. package/esm2022/validators/max.validator.mjs +1 -1
  231. package/esm2022/validators/min.validator.mjs +1 -1
  232. package/esm2022/validators/time-range.validator.mjs +1 -1
  233. package/esm2022/virtualization/models/scrollable.interface.mjs +1 -1
  234. package/esm2022/virtualization/services/row-height.service.mjs +1 -1
  235. package/esm2022/virtualization/services/scroller.service.mjs +1 -1
  236. package/esm2022/virtualization/virtualization.component.mjs +1 -1
  237. package/fesm2022/progress-kendo-angular-dateinputs.mjs +3 -8
  238. package/index.d.ts +1 -1
  239. package/package-metadata.d.ts +1 -1
  240. package/package.json +11 -11
  241. package/popup-settings.model.d.ts +1 -1
  242. package/preventable-event.d.ts +1 -1
  243. package/schematics/ngAdd/index.js +1 -1
  244. package/timepicker/localization/messages.d.ts +1 -1
  245. package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
  246. package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
  247. package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
  248. package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
  249. package/timepicker/models/incremental-steps.model.d.ts +1 -1
  250. package/timepicker/models/list-item.interface.d.ts +1 -1
  251. package/timepicker/models/list-service-settings.d.ts +1 -1
  252. package/timepicker/models/list-service.interface.d.ts +1 -1
  253. package/timepicker/models/time-part.default.d.ts +1 -1
  254. package/timepicker/services/dayperiod.service.d.ts +1 -1
  255. package/timepicker/services/dom.service.d.ts +1 -1
  256. package/timepicker/services/hours.service.d.ts +1 -1
  257. package/timepicker/services/milliseconds.service.d.ts +1 -1
  258. package/timepicker/services/minutes.service.d.ts +1 -1
  259. package/timepicker/services/seconds.service.d.ts +1 -1
  260. package/timepicker/timelist.component.d.ts +1 -1
  261. package/timepicker/timepicker.component.d.ts +1 -1
  262. package/timepicker/timepicker.module.d.ts +1 -1
  263. package/timepicker/timeselector.component.d.ts +1 -1
  264. package/timepicker/util.d.ts +1 -1
  265. package/util.d.ts +1 -1
  266. package/validators/disabled-date.validator.d.ts +1 -1
  267. package/validators/disabled-dates-range.validator.d.ts +1 -1
  268. package/validators/incomplete-date.validator.d.ts +1 -1
  269. package/validators/max.validator.d.ts +1 -1
  270. package/validators/min.validator.d.ts +1 -1
  271. package/validators/time-range.validator.d.ts +1 -1
  272. package/virtualization/models/scrollable.interface.d.ts +1 -1
  273. package/virtualization/services/row-height.service.d.ts +1 -1
  274. package/virtualization/services/scroller.service.d.ts +1 -1
  275. package/virtualization/virtualization.component.d.ts +1 -1
@@ -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 { Injectable } 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 { Injectable, 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 { Injectable } 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 { Injectable } 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 { Injectable } 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Directive, 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 { Component, ChangeDetectionStrategy, ChangeDetectorRef, ElementRef, EventEmitter, HostBinding, Input, Output, Renderer2, TemplateRef, ViewChild } 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 { Component, ChangeDetectorRef, EventEmitter, Input, Output, TemplateRef, Renderer2, NgZone, 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
  /**
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 {};
@@ -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 { Keys, normalizeKeys } 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 { Component, ChangeDetectionStrategy, ChangeDetectorRef, Input, Output, ViewChild, EventEmitter, ElementRef, HostBinding, isDevMode, Renderer2, forwardRef, NgZone, Optional, 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 { NgModule } 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 { Component, forwardRef } 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 { Directive, forwardRef } 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 { Directive, Input } 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
  export {};
@@ -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 {};
@@ -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 {};
@@ -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 { NgModule } 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 { Component, ChangeDetectionStrategy, ChangeDetectorRef, ElementRef, TemplateRef, EventEmitter, HostBinding, Renderer2, Input, Output, ContentChild, ViewChild, ViewContainerRef, NgZone, forwardRef, isDevMode, Injector, } from '@angular/core';
@@ -583,7 +583,6 @@ export class DatePickerComponent extends MultiTabStop {
583
583
  if (show && (this.disabled || this.readonly)) {
584
584
  return;
585
585
  }
586
- this.isBlurring = !show;
587
586
  const skipZone = !show && (!this._show || (!hasObservers(this.close) && !hasObservers(this.open)));
588
587
  if (!skipZone) {
589
588
  this.zone.run(() => {
@@ -638,7 +637,6 @@ export class DatePickerComponent extends MultiTabStop {
638
637
  ariaActiveDescendantSubscription;
639
638
  control;
640
639
  domEvents = [];
641
- isBlurring = false;
642
640
  _size = DEFAULT_SIZE;
643
641
  _rounded = DEFAULT_ROUNDED;
644
642
  _fillMode = DEFAULT_FILL_MODE;
@@ -1121,9 +1119,6 @@ export class DatePickerComponent extends MultiTabStop {
1121
1119
  }
1122
1120
  }
1123
1121
  blurComponent() {
1124
- if (this.isBlurring) {
1125
- return;
1126
- }
1127
1122
  this.isActive = false;
1128
1123
  this.show = false;
1129
1124
  this.cdr.detectChanges();
@@ -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 { NgModule } 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 { Component, forwardRef } 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 { Directive, forwardRef } 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 { Directive, Input } 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
  export {};
@@ -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 { Directive, ElementRef, Input, Renderer2, 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 { ElementRef, Renderer2, NgZone, Directive } 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 { Directive, 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 { Component, ContentChild, ContentChildren, ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef, NgZone, Input, Output, ViewChild, ViewChildren, ViewContainerRef, Inject, QueryList, Optional, 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 { ChangeDetectorRef, Directive, ElementRef, EventEmitter, Optional, Input, Output, 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 { Directive, ElementRef, Input, Renderer2, 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 { Component, ContentChildren, QueryList, HostBinding, HostListener, Input } 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 { NgModule } 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 { Injectable, Renderer2, Optional } 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 { Component, forwardRef } 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 { Directive, forwardRef } 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 { Directive, Input } 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 { Component, HostBinding, ViewChild, ElementRef, Input, isDevMode, TemplateRef, ChangeDetectorRef, Output, EventEmitter, NgZone, ViewContainerRef, forwardRef, ContentChild, ChangeDetectionStrategy, 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 { NgModule } 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 { Component, forwardRef } 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 { Directive, forwardRef } 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 { Directive, Input } 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
  export {};
@@ -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 { CalendarComponent } from "./calendar/calendar.component";
package/esm2022/index.mjs 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
  export { CalendarComponent } from './calendar/calendar.component';
@@ -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
  /**
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1766136740,
14
- version: '21.4.0-develop.8',
13
+ publishDate: 1768220012,
14
+ version: '21.4.0',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -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 {};
@@ -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 { Directive, Input } from '@angular/core';