@progress/kendo-angular-dateinputs 7.1.6 → 11.0.0-develop.101

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 (285) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +3 -3
  4. package/calendar/calendar-common.module.d.ts +3 -2
  5. package/calendar/calendar.component.d.ts +2 -2
  6. package/calendar/calendar.module.d.ts +1 -1
  7. package/calendar/calendars.module.d.ts +1 -1
  8. package/calendar/for.directive.d.ts +1 -1
  9. package/calendar/header.component.d.ts +10 -1
  10. package/calendar/horizontal-view-list.component.d.ts +1 -1
  11. package/calendar/localization/calendar-custom-messages.component.d.ts +1 -1
  12. package/calendar/localization/calendar-localized-messages.directive.d.ts +1 -1
  13. package/calendar/localization/calendar-messages.d.ts +1 -1
  14. package/calendar/localization/multiview-calendar-custom-messages.component.d.ts +1 -1
  15. package/calendar/localization/multiview-calendar-localized-messages.directive.d.ts +1 -1
  16. package/calendar/localization/multiview-calendar-messages.d.ts +1 -1
  17. package/calendar/models/cell-context.interface.d.ts +1 -1
  18. package/calendar/models/keydown.interface.d.ts +1 -1
  19. package/calendar/models/navigation-action.enum.d.ts +1 -1
  20. package/calendar/models/orientation.d.ts +1 -1
  21. package/calendar/models/row-length-options.interface.d.ts +1 -1
  22. package/calendar/models/scrollable.interface.d.ts +1 -1
  23. package/calendar/models/selection-range-end.type.d.ts +1 -1
  24. package/calendar/models/selection-range.interface.d.ts +1 -1
  25. package/calendar/models/selection.d.ts +1 -1
  26. package/calendar/models/type.d.ts +1 -1
  27. package/calendar/models/view-service.interface.d.ts +1 -1
  28. package/calendar/models/view.enum.d.ts +1 -1
  29. package/calendar/models/view.type.d.ts +1 -1
  30. package/calendar/multiview-calendar.component.d.ts +1 -1
  31. package/calendar/multiview-calendar.module.d.ts +1 -1
  32. package/calendar/navigation.component.d.ts +1 -1
  33. package/calendar/services/bus-view.service.d.ts +1 -1
  34. package/calendar/services/century-view.service.d.ts +1 -1
  35. package/calendar/services/decade-view.service.d.ts +1 -1
  36. package/calendar/services/disabled-dates.service.d.ts +1 -1
  37. package/calendar/services/dom.service.d.ts +1 -1
  38. package/calendar/services/month-view.service.d.ts +1 -1
  39. package/calendar/services/navigation.service.d.ts +1 -1
  40. package/calendar/services/scroll-sync.service.d.ts +1 -1
  41. package/calendar/services/selection.service.d.ts +1 -1
  42. package/calendar/services/weeknames.service.d.ts +1 -1
  43. package/calendar/services/year-view.service.d.ts +1 -1
  44. package/calendar/templates/cell-template.directive.d.ts +1 -1
  45. package/calendar/templates/century-cell-template.directive.d.ts +1 -1
  46. package/calendar/templates/decade-cell-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/templates.module.d.ts +1 -1
  53. package/calendar/view-list.component.d.ts +1 -1
  54. package/calendar/view.component.d.ts +1 -1
  55. package/common/dom-queries.d.ts +1 -1
  56. package/common/models/fillmode.d.ts +1 -1
  57. package/common/models/rounded.d.ts +1 -1
  58. package/common/models/size.d.ts +1 -1
  59. package/common/picker.service.d.ts +1 -1
  60. package/common/utils.d.ts +1 -1
  61. package/dateinput/arrow.enum.d.ts +1 -1
  62. package/dateinput/dateinput.component.d.ts +11 -2
  63. package/dateinput/dateinput.module.d.ts +3 -2
  64. package/dateinput/localization/dateinput-custom-messages.component.d.ts +1 -1
  65. package/dateinput/localization/dateinput-localized-messages.directive.d.ts +1 -1
  66. package/dateinput/localization/messages.d.ts +1 -1
  67. package/dateinput/models/format-placeholder.model.d.ts +1 -1
  68. package/dateinput/models/format-settings.model.d.ts +1 -1
  69. package/dateinput/models/incremental-steps.model.d.ts +1 -1
  70. package/dateinputs.module.d.ts +1 -1
  71. package/datepicker/datepicker.component.d.ts +12 -3
  72. package/datepicker/datepicker.module.d.ts +3 -2
  73. package/datepicker/localization/datepicker-custom-messages.component.d.ts +1 -1
  74. package/datepicker/localization/datepicker-localized-messages.directive.d.ts +1 -1
  75. package/datepicker/localization/messages.d.ts +1 -1
  76. package/daterange/auto-correct-on.type.d.ts +1 -1
  77. package/daterange/date-range-end-input.directive.d.ts +1 -1
  78. package/daterange/date-range-input.d.ts +1 -1
  79. package/daterange/date-range-popup-template.directive.d.ts +1 -1
  80. package/daterange/date-range-popup.component.d.ts +1 -1
  81. package/daterange/date-range-selection.directive.d.ts +1 -1
  82. package/daterange/date-range-start-input.directive.d.ts +1 -1
  83. package/daterange/date-range.component.d.ts +1 -1
  84. package/daterange/date-range.module.d.ts +1 -1
  85. package/daterange/date-range.service.d.ts +1 -1
  86. package/datetimepicker/datetimepicker.component.d.ts +15 -2
  87. package/datetimepicker/datetimepicker.module.d.ts +3 -2
  88. package/datetimepicker/localization/datetimepicker-custom-messages.component.d.ts +1 -1
  89. package/datetimepicker/localization/localized-messages.directive.d.ts +1 -1
  90. package/datetimepicker/localization/messages.d.ts +1 -1
  91. package/datetimepicker/models/active-tab.type.d.ts +1 -1
  92. package/defaults.d.ts +1 -1
  93. package/{esm2015/calendar/calendar-common.module.js → esm2020/calendar/calendar-common.module.mjs} +8 -7
  94. package/{esm2015/calendar/calendar.component.js → esm2020/calendar/calendar.component.mjs} +14 -14
  95. package/{esm2015/calendar/calendar.module.js → esm2020/calendar/calendar.module.mjs} +5 -5
  96. package/{esm2015/calendar/calendars.module.js → esm2020/calendar/calendars.module.mjs} +5 -5
  97. package/{esm2015/calendar/for.directive.js → esm2020/calendar/for.directive.mjs} +6 -6
  98. package/{esm2015/calendar/header.component.js → esm2020/calendar/header.component.mjs} +50 -24
  99. package/{esm2015/calendar/horizontal-view-list.component.js → esm2020/calendar/horizontal-view-list.component.mjs} +8 -5
  100. package/{esm2015/calendar/localization/calendar-custom-messages.component.js → esm2020/calendar/localization/calendar-custom-messages.component.mjs} +5 -4
  101. package/{esm2015/calendar/localization/calendar-localized-messages.directive.js → esm2020/calendar/localization/calendar-localized-messages.directive.mjs} +5 -4
  102. package/{esm2015/calendar/localization/calendar-messages.js → esm2020/calendar/localization/calendar-messages.mjs} +4 -4
  103. package/{esm2015/calendar/localization/multiview-calendar-custom-messages.component.js → esm2020/calendar/localization/multiview-calendar-custom-messages.component.mjs} +5 -4
  104. package/{esm2015/calendar/localization/multiview-calendar-localized-messages.directive.js → esm2020/calendar/localization/multiview-calendar-localized-messages.directive.mjs} +5 -4
  105. package/{esm2015/calendar/localization/multiview-calendar-messages.js → esm2020/calendar/localization/multiview-calendar-messages.mjs} +4 -4
  106. package/{esm2015/calendar/models/cell-context.interface.js → esm2020/calendar/models/cell-context.interface.mjs} +1 -1
  107. package/{esm2015/calendar/models/keydown.interface.js → esm2020/calendar/models/keydown.interface.mjs} +1 -1
  108. package/{esm2015/calendar/models/navigation-action.enum.js → esm2020/calendar/models/navigation-action.enum.mjs} +1 -1
  109. package/{esm2015/calendar/models/orientation.js → esm2020/calendar/models/orientation.mjs} +1 -1
  110. package/{esm2015/calendar/models/row-length-options.interface.js → esm2020/calendar/models/row-length-options.interface.mjs} +1 -1
  111. package/esm2020/calendar/models/scrollable.interface.mjs +5 -0
  112. package/esm2020/calendar/models/selection-range-end.type.mjs +5 -0
  113. package/{esm2015/calendar/models/selection-range.interface.js → esm2020/calendar/models/selection-range.interface.mjs} +1 -1
  114. package/esm2020/calendar/models/selection.mjs +5 -0
  115. package/esm2020/calendar/models/type.mjs +5 -0
  116. package/esm2020/calendar/models/view-service.interface.mjs +5 -0
  117. package/{esm2015/calendar/models/view.enum.js → esm2020/calendar/models/view.enum.mjs} +1 -1
  118. package/esm2020/calendar/models/view.type.mjs +5 -0
  119. package/{esm2015/calendar/multiview-calendar.component.js → esm2020/calendar/multiview-calendar.component.mjs} +5 -5
  120. package/{esm2015/calendar/multiview-calendar.module.js → esm2020/calendar/multiview-calendar.module.mjs} +5 -5
  121. package/{esm2015/calendar/navigation.component.js → esm2020/calendar/navigation.component.mjs} +8 -5
  122. package/{esm2015/calendar/services/bus-view.service.js → esm2020/calendar/services/bus-view.service.mjs} +5 -5
  123. package/{esm2015/calendar/services/century-view.service.js → esm2020/calendar/services/century-view.service.mjs} +4 -4
  124. package/{esm2015/calendar/services/decade-view.service.js → esm2020/calendar/services/decade-view.service.mjs} +4 -4
  125. package/{esm2015/calendar/services/disabled-dates.service.js → esm2020/calendar/services/disabled-dates.service.mjs} +4 -4
  126. package/{esm2015/calendar/services/dom.service.js → esm2020/calendar/services/dom.service.mjs} +6 -9
  127. package/{esm2015/calendar/services/month-view.service.js → esm2020/calendar/services/month-view.service.mjs} +5 -4
  128. package/{esm2015/calendar/services/navigation.service.js → esm2020/calendar/services/navigation.service.mjs} +5 -4
  129. package/{esm2015/calendar/services/scroll-sync.service.js → esm2020/calendar/services/scroll-sync.service.mjs} +6 -5
  130. package/{esm2015/calendar/services/selection.service.js → esm2020/calendar/services/selection.service.mjs} +6 -4
  131. package/{esm2015/calendar/services/weeknames.service.js → esm2020/calendar/services/weeknames.service.mjs} +5 -4
  132. package/{esm2015/calendar/services/year-view.service.js → esm2020/calendar/services/year-view.service.mjs} +5 -4
  133. package/{esm2015/calendar/templates/cell-template.directive.js → esm2020/calendar/templates/cell-template.directive.mjs} +5 -5
  134. package/{esm2015/calendar/templates/century-cell-template.directive.js → esm2020/calendar/templates/century-cell-template.directive.mjs} +5 -5
  135. package/{esm2015/calendar/templates/decade-cell-template.directive.js → esm2020/calendar/templates/decade-cell-template.directive.mjs} +5 -5
  136. package/{esm2015/calendar/templates/header-title-template.directive.js → esm2020/calendar/templates/header-title-template.directive.mjs} +5 -5
  137. package/{esm2015/calendar/templates/month-cell-template.directive.js → esm2020/calendar/templates/month-cell-template.directive.mjs} +5 -5
  138. package/{esm2015/calendar/templates/navigation-item-template.directive.js → esm2020/calendar/templates/navigation-item-template.directive.mjs} +5 -5
  139. package/{esm2015/calendar/templates/weeknumber-cell-template.directive.js → esm2020/calendar/templates/weeknumber-cell-template.directive.mjs} +5 -5
  140. package/{esm2015/calendar/templates/year-cell-template.directive.js → esm2020/calendar/templates/year-cell-template.directive.mjs} +5 -5
  141. package/{esm2015/calendar/templates.module.js → esm2020/calendar/templates.module.mjs} +5 -5
  142. package/{esm2015/calendar/view-list.component.js → esm2020/calendar/view-list.component.mjs} +10 -7
  143. package/{esm2015/calendar/view.component.js → esm2020/calendar/view.component.mjs} +8 -5
  144. package/{esm2015/common/dom-queries.js → esm2020/common/dom-queries.mjs} +1 -1
  145. package/esm2020/common/models/fillmode.mjs +5 -0
  146. package/esm2020/common/models/rounded.mjs +5 -0
  147. package/esm2020/common/models/size.mjs +5 -0
  148. package/{esm2015/common/picker.service.js → esm2020/common/picker.service.mjs} +1 -1
  149. package/{esm2015/common/utils.js → esm2020/common/utils.mjs} +1 -1
  150. package/{esm2015/dateinput/arrow.enum.js → esm2020/dateinput/arrow.enum.mjs} +1 -1
  151. package/{esm2015/dateinput/dateinput.component.js → esm2020/dateinput/dateinput.component.mjs} +70 -33
  152. package/{esm2015/dateinput/dateinput.module.js → esm2020/dateinput/dateinput.module.mjs} +8 -7
  153. package/{esm2015/dateinput/localization/dateinput-custom-messages.component.js → esm2020/dateinput/localization/dateinput-custom-messages.component.mjs} +5 -4
  154. package/{esm2015/dateinput/localization/dateinput-localized-messages.directive.js → esm2020/dateinput/localization/dateinput-localized-messages.directive.mjs} +5 -4
  155. package/{esm2015/dateinput/localization/messages.js → esm2020/dateinput/localization/messages.mjs} +4 -4
  156. package/esm2020/dateinput/models/format-placeholder.model.mjs +5 -0
  157. package/esm2020/dateinput/models/format-settings.model.mjs +5 -0
  158. package/esm2020/dateinput/models/incremental-steps.model.mjs +5 -0
  159. package/{esm2015/dateinputs.module.js → esm2020/dateinputs.module.mjs} +5 -5
  160. package/{esm2015/datepicker/datepicker.component.js → esm2020/datepicker/datepicker.component.mjs} +37 -17
  161. package/{esm2015/datepicker/datepicker.module.js → esm2020/datepicker/datepicker.module.mjs} +12 -8
  162. package/{esm2015/datepicker/localization/datepicker-custom-messages.component.js → esm2020/datepicker/localization/datepicker-custom-messages.component.mjs} +5 -4
  163. package/{esm2015/datepicker/localization/datepicker-localized-messages.directive.js → esm2020/datepicker/localization/datepicker-localized-messages.directive.mjs} +5 -4
  164. package/{esm2015/datepicker/localization/messages.js → esm2020/datepicker/localization/messages.mjs} +4 -4
  165. package/esm2020/daterange/auto-correct-on.type.mjs +5 -0
  166. package/{esm2015/daterange/date-range-end-input.directive.js → esm2020/daterange/date-range-end-input.directive.mjs} +7 -5
  167. package/{esm2015/daterange/date-range-input.js → esm2020/daterange/date-range-input.mjs} +7 -5
  168. package/{esm2015/daterange/date-range-popup-template.directive.js → esm2020/daterange/date-range-popup-template.directive.mjs} +5 -5
  169. package/{esm2015/daterange/date-range-popup.component.js → esm2020/daterange/date-range-popup.component.mjs} +7 -5
  170. package/{esm2015/daterange/date-range-selection.directive.js → esm2020/daterange/date-range-selection.directive.mjs} +6 -5
  171. package/{esm2015/daterange/date-range-start-input.directive.js → esm2020/daterange/date-range-start-input.directive.mjs} +7 -5
  172. package/{esm2015/daterange/date-range.component.js → esm2020/daterange/date-range.component.mjs} +6 -7
  173. package/{esm2015/daterange/date-range.module.js → esm2020/daterange/date-range.module.mjs} +5 -5
  174. package/{esm2015/daterange/date-range.service.js → esm2020/daterange/date-range.service.mjs} +5 -5
  175. package/{esm2015/datetimepicker/datetimepicker.component.js → esm2020/datetimepicker/datetimepicker.component.mjs} +62 -31
  176. package/{esm2015/datetimepicker/datetimepicker.module.js → esm2020/datetimepicker/datetimepicker.module.mjs} +12 -8
  177. package/{esm2015/datetimepicker/localization/datetimepicker-custom-messages.component.js → esm2020/datetimepicker/localization/datetimepicker-custom-messages.component.mjs} +5 -4
  178. package/{esm2015/datetimepicker/localization/localized-messages.directive.js → esm2020/datetimepicker/localization/localized-messages.directive.mjs} +5 -4
  179. package/{esm2015/datetimepicker/localization/messages.js → esm2020/datetimepicker/localization/messages.mjs} +4 -4
  180. package/esm2020/datetimepicker/models/active-tab.type.mjs +5 -0
  181. package/{esm2015/defaults.js → esm2020/defaults.mjs} +1 -1
  182. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  183. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  184. package/esm2020/popup-settings.model.mjs +5 -0
  185. package/{esm2015/preventable-event.js → esm2020/preventable-event.mjs} +1 -1
  186. package/{esm2015/kendo-angular-dateinputs.js → esm2020/progress-kendo-angular-dateinputs.mjs} +2 -2
  187. package/{esm2015/timepicker/localization/messages.js → esm2020/timepicker/localization/messages.mjs} +4 -4
  188. package/{esm2015/timepicker/localization/timepicker-custom-messages.component.js → esm2020/timepicker/localization/timepicker-custom-messages.component.mjs} +5 -4
  189. package/{esm2015/timepicker/localization/timepicker-localized-messages.directive.js → esm2020/timepicker/localization/timepicker-localized-messages.directive.mjs} +5 -4
  190. package/{esm2015/timepicker/localization/timeselector-custom-messages.component.js → esm2020/timepicker/localization/timeselector-custom-messages.component.mjs} +5 -4
  191. package/{esm2015/timepicker/localization/timeselector-localized-messages.directive.js → esm2020/timepicker/localization/timeselector-localized-messages.directive.mjs} +5 -4
  192. package/esm2020/timepicker/models/incremental-steps.model.mjs +5 -0
  193. package/esm2020/timepicker/models/list-item.interface.mjs +5 -0
  194. package/esm2020/timepicker/models/list-service-settings.mjs +5 -0
  195. package/esm2020/timepicker/models/list-service.interface.mjs +5 -0
  196. package/{esm2015/timepicker/models/time-part.default.js → esm2020/timepicker/models/time-part.default.mjs} +1 -1
  197. package/{esm2015/timepicker/services/dayperiod.service.js → esm2020/timepicker/services/dayperiod.service.mjs} +5 -4
  198. package/{esm2015/timepicker/services/dom.service.js → esm2020/timepicker/services/dom.service.mjs} +4 -4
  199. package/{esm2015/timepicker/services/hours.service.js → esm2020/timepicker/services/hours.service.mjs} +5 -4
  200. package/{esm2015/timepicker/services/milliseconds.service.js → esm2020/timepicker/services/milliseconds.service.mjs} +5 -4
  201. package/{esm2015/timepicker/services/minutes.service.js → esm2020/timepicker/services/minutes.service.mjs} +5 -4
  202. package/{esm2015/timepicker/services/seconds.service.js → esm2020/timepicker/services/seconds.service.mjs} +5 -4
  203. package/{esm2015/timepicker/timelist.component.js → esm2020/timepicker/timelist.component.mjs} +9 -9
  204. package/{esm2015/timepicker/timepicker.component.js → esm2020/timepicker/timepicker.component.mjs} +37 -15
  205. package/{esm2015/timepicker/timepicker.module.js → esm2020/timepicker/timepicker.module.mjs} +10 -7
  206. package/{esm2015/timepicker/timeselector.component.js → esm2020/timepicker/timeselector.component.mjs} +8 -5
  207. package/{esm2015/timepicker/util.js → esm2020/timepicker/util.mjs} +1 -1
  208. package/{esm2015/touch-enabled.js → esm2020/touch-enabled.mjs} +1 -1
  209. package/{esm2015/util.js → esm2020/util.mjs} +3 -3
  210. package/{esm2015/validators/disabled-date.validator.js → esm2020/validators/disabled-date.validator.mjs} +1 -1
  211. package/{esm2015/validators/disabled-dates-range.validator.js → esm2020/validators/disabled-dates-range.validator.mjs} +1 -1
  212. package/{esm2015/validators/incomplete-date.validator.js → esm2020/validators/incomplete-date.validator.mjs} +1 -1
  213. package/{esm2015/validators/max.validator.js → esm2020/validators/max.validator.mjs} +1 -1
  214. package/{esm2015/validators/min.validator.js → esm2020/validators/min.validator.mjs} +1 -1
  215. package/{esm2015/validators/time-range.validator.js → esm2020/validators/time-range.validator.mjs} +1 -1
  216. package/esm2020/virtualization/models/scrollable.interface.mjs +5 -0
  217. package/{esm2015/virtualization/services/row-height.service.js → esm2020/virtualization/services/row-height.service.mjs} +1 -1
  218. package/{esm2015/virtualization/services/scroller.service.js → esm2020/virtualization/services/scroller.service.mjs} +1 -1
  219. package/{esm2015/virtualization/virtualization.component.js → esm2020/virtualization/virtualization.component.mjs} +6 -6
  220. package/{esm2015/virtualization/virtualization.module.js → esm2020/virtualization/virtualization.module.mjs} +5 -5
  221. package/fesm2015/progress-kendo-angular-dateinputs.mjs +16599 -0
  222. package/{fesm2015/kendo-angular-dateinputs.js → fesm2020/progress-kendo-angular-dateinputs.mjs} +836 -715
  223. package/{main.d.ts → index.d.ts} +2 -1
  224. package/package-metadata.d.ts +1 -1
  225. package/package.json +36 -60
  226. package/popup-settings.model.d.ts +1 -1
  227. package/preventable-event.d.ts +1 -1
  228. package/{kendo-angular-dateinputs.d.ts → progress-kendo-angular-dateinputs.d.ts} +2 -2
  229. package/schematics/ngAdd/index.js +5 -7
  230. package/timepicker/localization/messages.d.ts +1 -1
  231. package/timepicker/localization/timepicker-custom-messages.component.d.ts +1 -1
  232. package/timepicker/localization/timepicker-localized-messages.directive.d.ts +1 -1
  233. package/timepicker/localization/timeselector-custom-messages.component.d.ts +1 -1
  234. package/timepicker/localization/timeselector-localized-messages.directive.d.ts +1 -1
  235. package/timepicker/models/incremental-steps.model.d.ts +1 -1
  236. package/timepicker/models/list-item.interface.d.ts +1 -1
  237. package/timepicker/models/list-service-settings.d.ts +1 -1
  238. package/timepicker/models/list-service.interface.d.ts +1 -1
  239. package/timepicker/models/time-part.default.d.ts +1 -1
  240. package/timepicker/services/dayperiod.service.d.ts +1 -1
  241. package/timepicker/services/dom.service.d.ts +1 -1
  242. package/timepicker/services/hours.service.d.ts +1 -1
  243. package/timepicker/services/milliseconds.service.d.ts +1 -1
  244. package/timepicker/services/minutes.service.d.ts +1 -1
  245. package/timepicker/services/seconds.service.d.ts +1 -1
  246. package/timepicker/timelist.component.d.ts +1 -1
  247. package/timepicker/timepicker.component.d.ts +12 -3
  248. package/timepicker/timepicker.module.d.ts +3 -2
  249. package/timepicker/timeselector.component.d.ts +1 -1
  250. package/timepicker/util.d.ts +1 -1
  251. package/touch-enabled.d.ts +1 -1
  252. package/util.d.ts +1 -1
  253. package/validators/disabled-date.validator.d.ts +1 -1
  254. package/validators/disabled-dates-range.validator.d.ts +1 -1
  255. package/validators/incomplete-date.validator.d.ts +1 -1
  256. package/validators/max.validator.d.ts +1 -1
  257. package/validators/min.validator.d.ts +1 -1
  258. package/validators/time-range.validator.d.ts +1 -1
  259. package/virtualization/models/scrollable.interface.d.ts +1 -1
  260. package/virtualization/services/row-height.service.d.ts +1 -1
  261. package/virtualization/services/scroller.service.d.ts +1 -1
  262. package/virtualization/virtualization.component.d.ts +1 -1
  263. package/virtualization/virtualization.module.d.ts +1 -1
  264. package/bundles/kendo-angular-dateinputs.umd.js +0 -5
  265. package/esm2015/calendar/models/scrollable.interface.js +0 -5
  266. package/esm2015/calendar/models/selection-range-end.type.js +0 -5
  267. package/esm2015/calendar/models/selection.js +0 -5
  268. package/esm2015/calendar/models/type.js +0 -5
  269. package/esm2015/calendar/models/view-service.interface.js +0 -5
  270. package/esm2015/calendar/models/view.type.js +0 -5
  271. package/esm2015/common/models/fillmode.js +0 -5
  272. package/esm2015/common/models/rounded.js +0 -5
  273. package/esm2015/common/models/size.js +0 -5
  274. package/esm2015/dateinput/models/format-placeholder.model.js +0 -5
  275. package/esm2015/dateinput/models/format-settings.model.js +0 -5
  276. package/esm2015/dateinput/models/incremental-steps.model.js +0 -5
  277. package/esm2015/daterange/auto-correct-on.type.js +0 -5
  278. package/esm2015/datetimepicker/models/active-tab.type.js +0 -5
  279. package/esm2015/popup-settings.model.js +0 -5
  280. package/esm2015/timepicker/models/incremental-steps.model.js +0 -5
  281. package/esm2015/timepicker/models/list-item.interface.js +0 -5
  282. package/esm2015/timepicker/models/list-service-settings.js +0 -5
  283. package/esm2015/timepicker/models/list-service.interface.js +0 -5
  284. package/esm2015/virtualization/models/scrollable.interface.js +0 -5
  285. package/schematics/ngAdd/index.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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";
@@ -64,8 +64,8 @@ import * as i0 from "@angular/core";
64
64
  */
65
65
  export class CalendarModule {
66
66
  }
67
- CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
68
- CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarModule, declarations: [CalendarComponent,
67
+ CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
68
+ CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarModule, declarations: [CalendarComponent,
69
69
  NavigationComponent,
70
70
  CalendarCustomMessagesComponent,
71
71
  CalendarLocalizedMessagesDirective,
@@ -83,7 +83,7 @@ CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
83
83
  ViewListComponent,
84
84
  CalendarCommonModule,
85
85
  TemplatesModule] });
86
- CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarModule, providers: [
86
+ CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarModule, providers: [
87
87
  CalendarDOMService,
88
88
  CenturyViewService,
89
89
  DecadeViewService,
@@ -101,7 +101,7 @@ CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version:
101
101
  ResizeSensorModule
102
102
  ], CalendarCommonModule,
103
103
  TemplatesModule] });
104
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarModule, decorators: [{
104
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarModule, decorators: [{
105
105
  type: NgModule,
106
106
  args: [{
107
107
  declarations: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
@@ -42,16 +42,16 @@ import * as i0 from "@angular/core";
42
42
  */
43
43
  export class CalendarsModule {
44
44
  }
45
- CalendarsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- CalendarsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarsModule, imports: [CalendarModule,
45
+ CalendarsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ CalendarsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarsModule, imports: [CalendarModule,
47
47
  MultiViewCalendarModule], exports: [CalendarModule,
48
48
  MultiViewCalendarModule] });
49
- CalendarsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarsModule, imports: [[
49
+ CalendarsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarsModule, imports: [[
50
50
  CalendarModule,
51
51
  MultiViewCalendarModule
52
52
  ], CalendarModule,
53
53
  MultiViewCalendarModule] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarsModule, decorators: [{
54
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarsModule, decorators: [{
55
55
  type: NgModule,
56
56
  args: [{
57
57
  exports: [
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Directive, Input } from '@angular/core';
5
+ import { Directive, Input, IterableDiffers, TemplateRef, ViewContainerRef } from '@angular/core';
6
6
  import { isDocumentAvailable } from '@progress/kendo-angular-common';
7
7
  import * as i0 from "@angular/core";
8
8
  /**
@@ -38,7 +38,7 @@ export class KForOf {
38
38
  }
39
39
  ngOnChanges(changes) {
40
40
  if ('kForOf' in changes) {
41
- const value = changes.kForOf.currentValue;
41
+ const value = changes['kForOf'].currentValue;
42
42
  if (this._differ || !value) {
43
43
  return;
44
44
  }
@@ -84,9 +84,9 @@ export class KForOf {
84
84
  }
85
85
  }
86
86
  }
87
- KForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
88
- KForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: KForOf, selector: "[kFor][kForOf]", inputs: { kForOf: "kForOf", kForTrackBy: "kForTrackBy", kForTemplate: "kForTemplate" }, usesOnChanges: true, ngImport: i0 });
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: KForOf, decorators: [{
87
+ KForOf.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: KForOf, deps: [{ token: i0.ViewContainerRef }, { token: i0.TemplateRef }, { token: i0.IterableDiffers }], target: i0.ɵɵFactoryTarget.Directive });
88
+ KForOf.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: KForOf, selector: "[kFor][kForOf]", inputs: { kForOf: "kForOf", kForTrackBy: "kForTrackBy", kForTemplate: "kForTemplate" }, usesOnChanges: true, ngImport: i0 });
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: KForOf, decorators: [{
90
90
  type: Directive,
91
91
  args: [{ selector: '[kFor][kForOf]' }]
92
92
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.TemplateRef }, { type: i0.IterableDiffers }]; }, propDecorators: { kForOf: [{
@@ -1,20 +1,26 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { Component, EventEmitter, HostBinding, Input, Output } from '@angular/core';
5
+ import { Component, ChangeDetectorRef, EventEmitter, HostBinding, Input, Output, TemplateRef } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { IntlService } from '@progress/kendo-angular-intl';
6
8
  import { getDate } from '@progress/kendo-date-math';
7
9
  import { CalendarViewEnum } from './models/view.enum';
8
10
  import { MIN_DATE, MAX_DATE } from '../defaults';
9
11
  import { dateInRange, getToday, isInRange } from '../util';
12
+ import { BusViewService } from './services/bus-view.service';
13
+ import { DisabledDatesService } from './services/disabled-dates.service';
10
14
  import { Subscription } from 'rxjs';
15
+ import { chevronLeftIcon, chevronRightIcon } from '@progress/kendo-svg-icons';
11
16
  import * as i0 from "@angular/core";
12
17
  import * as i1 from "./services/bus-view.service";
13
18
  import * as i2 from "@progress/kendo-angular-l10n";
14
19
  import * as i3 from "@progress/kendo-angular-intl";
15
20
  import * as i4 from "./services/disabled-dates.service";
16
- import * as i5 from "@progress/kendo-angular-common";
17
- import * as i6 from "@angular/common";
21
+ import * as i5 from "@progress/kendo-angular-buttons";
22
+ import * as i6 from "@progress/kendo-angular-common";
23
+ import * as i7 from "@angular/common";
18
24
  /**
19
25
  * @hidden
20
26
  */
@@ -25,6 +31,14 @@ export class HeaderComponent {
25
31
  this.localization = localization;
26
32
  this.intl = intl;
27
33
  this.disabledDatesService = disabledDatesService;
34
+ /**
35
+ * @hidden
36
+ */
37
+ this.chevronRightIcon = chevronRightIcon;
38
+ /**
39
+ * @hidden
40
+ */
41
+ this.chevronLeftIcon = chevronLeftIcon;
28
42
  this.navigate = true;
29
43
  this.todayAvailable = true;
30
44
  this.min = new Date(MIN_DATE);
@@ -116,8 +130,8 @@ export class HeaderComponent {
116
130
  this.cdr.markForCheck();
117
131
  }
118
132
  }
119
- HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.BusViewService }, { token: i0.ChangeDetectorRef }, { token: i2.LocalizationService }, { token: i3.IntlService }, { token: i4.DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
120
- HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: HeaderComponent, selector: "kendo-calendar-header", inputs: { activeView: "activeView", currentDate: "currentDate", min: "min", max: "max", rangeLength: "rangeLength", templateRef: "templateRef", isPrevDisabled: "isPrevDisabled", isNextDisabled: "isNextDisabled", showNavigationButtons: "showNavigationButtons", orientation: "orientation", id: "id" }, outputs: { todayButtonClick: "todayButtonClick", prevButtonClick: "prevButtonClick", nextButtonClick: "nextButtonClick" }, host: { properties: { "class.k-calendar-header": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass" } }, usesOnChanges: true, ngImport: i0, template: `
133
+ HeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HeaderComponent, deps: [{ token: i1.BusViewService }, { token: i0.ChangeDetectorRef }, { token: i2.LocalizationService }, { token: i3.IntlService }, { token: i4.DisabledDatesService }], target: i0.ɵɵFactoryTarget.Component });
134
+ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HeaderComponent, selector: "kendo-calendar-header", inputs: { activeView: "activeView", currentDate: "currentDate", min: "min", max: "max", rangeLength: "rangeLength", templateRef: "templateRef", isPrevDisabled: "isPrevDisabled", isNextDisabled: "isNextDisabled", showNavigationButtons: "showNavigationButtons", orientation: "orientation", id: "id" }, outputs: { todayButtonClick: "todayButtonClick", prevButtonClick: "prevButtonClick", nextButtonClick: "nextButtonClick" }, host: { properties: { "class.k-calendar-header": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass" } }, usesOnChanges: true, ngImport: i0, template: `
121
135
  <span class="k-button k-nav-fast k-button-md k-rounded-md k-button-flat k-button-flat-base k-calendar-title"
122
136
  role="button"
123
137
  [id]="id"
@@ -140,31 +154,38 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
140
154
  <span class="k-calendar-nav k-hstack">
141
155
  <button
142
156
  *ngIf="showNavigationButtons"
143
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button k-calendar-nav-prev"
157
+ kendoButton
158
+ fillMode="flat"
159
+ [svgIcon]="chevronLeftIcon"
160
+ icon="chevron-left"
144
161
  tabindex="-1"
145
162
  type="button"
163
+ class="k-calendar-nav-prev"
146
164
  [attr.aria-disabled]="isPrevDisabled"
147
165
  [disabled]="isPrevDisabled"
148
166
  [title]="prevButtonTitle"
149
167
  (click)="prevButtonClick.emit()"
150
168
  >
151
- <span class="k-icon k-i-chevron-left"></span>
152
169
  </button>
153
- <span
154
- class="k-today k-calendar-nav-today"
170
+ <button
171
+ class="k-calendar-nav-today k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md"
155
172
  tabindex="-1"
156
173
  [class.k-disabled]="!todayAvailable"
157
174
  [kendoEventsOutsideAngular]="{
158
175
  click: handleTodayClick
159
176
  }"
160
177
  [scope]="this"
161
- role="link"
178
+ type="button"
162
179
  >
163
180
  {{ todayMessage }}
164
- </span>
181
+ </button>
165
182
  <button
166
183
  *ngIf="showNavigationButtons"
167
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button k-calendar-nav-next"
184
+ kendoButton
185
+ fillMode="flat"
186
+ [svgIcon]="chevronRightIcon"
187
+ icon="chevron-right"
188
+ class="k-calendar-nav-next"
168
189
  tabindex="-1"
169
190
  type="button"
170
191
  [attr.aria-disabled]="isNextDisabled"
@@ -172,11 +193,10 @@ HeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
172
193
  [title]="nextButtonTitle"
173
194
  (click)="nextButtonClick.emit()"
174
195
  >
175
- <span class="k-icon k-i-chevron-right"></span>
176
196
  </button>
177
197
  </span>
178
- `, isInline: true, directives: [{ type: i5.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
179
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HeaderComponent, decorators: [{
198
+ `, isInline: true, components: [{ type: i5.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], directives: [{ type: i6.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i7.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
199
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HeaderComponent, decorators: [{
180
200
  type: Component,
181
201
  args: [{
182
202
  selector: 'kendo-calendar-header',
@@ -203,31 +223,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
203
223
  <span class="k-calendar-nav k-hstack">
204
224
  <button
205
225
  *ngIf="showNavigationButtons"
206
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button k-calendar-nav-prev"
226
+ kendoButton
227
+ fillMode="flat"
228
+ [svgIcon]="chevronLeftIcon"
229
+ icon="chevron-left"
207
230
  tabindex="-1"
208
231
  type="button"
232
+ class="k-calendar-nav-prev"
209
233
  [attr.aria-disabled]="isPrevDisabled"
210
234
  [disabled]="isPrevDisabled"
211
235
  [title]="prevButtonTitle"
212
236
  (click)="prevButtonClick.emit()"
213
237
  >
214
- <span class="k-icon k-i-chevron-left"></span>
215
238
  </button>
216
- <span
217
- class="k-today k-calendar-nav-today"
239
+ <button
240
+ class="k-calendar-nav-today k-button k-button-md k-button-flat k-button-flat-primary k-rounded-md"
218
241
  tabindex="-1"
219
242
  [class.k-disabled]="!todayAvailable"
220
243
  [kendoEventsOutsideAngular]="{
221
244
  click: handleTodayClick
222
245
  }"
223
246
  [scope]="this"
224
- role="link"
247
+ type="button"
225
248
  >
226
249
  {{ todayMessage }}
227
- </span>
250
+ </button>
228
251
  <button
229
252
  *ngIf="showNavigationButtons"
230
- class="k-button k-button-md k-rounded-md k-button-flat k-button-flat-base k-icon-button k-calendar-nav-next"
253
+ kendoButton
254
+ fillMode="flat"
255
+ [svgIcon]="chevronRightIcon"
256
+ icon="chevron-right"
257
+ class="k-calendar-nav-next"
231
258
  tabindex="-1"
232
259
  type="button"
233
260
  [attr.aria-disabled]="isNextDisabled"
@@ -235,7 +262,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
235
262
  [title]="nextButtonTitle"
236
263
  (click)="nextButtonClick.emit()"
237
264
  >
238
- <span class="k-icon k-i-chevron-right"></span>
239
265
  </button>
240
266
  </span>
241
267
  `
@@ -1,10 +1,13 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /* eslint-disable @angular-eslint/component-selector */
6
- import { Component, ChangeDetectionStrategy, EventEmitter, HostBinding, Input, Output, HostListener } from '@angular/core';
6
+ import { Component, ChangeDetectionStrategy, ChangeDetectorRef, EventEmitter, HostBinding, Input, Output, TemplateRef, ElementRef, Renderer2, HostListener } from '@angular/core';
7
7
  import { cloneDate } from '@progress/kendo-date-math';
8
+ import { BusViewService } from './services/bus-view.service';
9
+ import { WeekNamesService } from './services/weeknames.service';
10
+ import { IntlService } from '@progress/kendo-angular-intl';
8
11
  import { Action } from './models/navigation-action.enum';
9
12
  import { CalendarViewEnum } from './models/view.enum';
10
13
  import { MIN_DATE, MAX_DATE } from '../defaults';
@@ -269,8 +272,8 @@ export class HorizontalViewListComponent {
269
272
  }
270
273
  }
271
274
  }
272
- HorizontalViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HorizontalViewListComponent, deps: [{ token: i1.BusViewService }, { token: i2.IntlService }, { token: i3.WeekNamesService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
273
- HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: { cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", activeRangeEnd: "activeRangeEnd", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", isActive: "isActive", min: "min", max: "max", selectionRange: "selectionRange", selectedDates: "selectedDates", views: "views", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", orientation: "orientation", activeDescendant: "activeDescendant", tabIndex: "tabIndex", disabled: "disabled", id: "id", weekNumber: "weekNumber" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", activeDateChange: "activeDateChange", focusCalendar: "focusCalendar", blurCalendar: "blurCalendar", focusedCellChange: "focusedCellChange" }, host: { listeners: { "focus": "handleMultiViewCalendarFocus()", "blur": "handleMultiViewCalendarBlur($event)" }, properties: { "class.k-calendar-view": "this.getComponentClass", "class.k-align-items-start": "this.getComponentClass", "class.k-justify-content-center": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass", "class.k-calendar-monthview": "this.getComponentMonthClass", "class.k-calendar-yearview": "this.getComponentYearClass", "class.k-calendar-decadeview": "this.getComponentDecadeClass", "class.k-calendar-centuryview": "this.getComponentCenturyClass", "attr.role": "this.role" } }, usesOnChanges: true, ngImport: i0, template: `
275
+ HorizontalViewListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HorizontalViewListComponent, deps: [{ token: i1.BusViewService }, { token: i2.IntlService }, { token: i3.WeekNamesService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
276
+ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: HorizontalViewListComponent, selector: "kendo-calendar-horizontal", inputs: { cellTemplateRef: "cellTemplateRef", weekNumberTemplateRef: "weekNumberTemplateRef", activeRangeEnd: "activeRangeEnd", activeView: "activeView", cellUID: "cellUID", focusedDate: "focusedDate", isActive: "isActive", min: "min", max: "max", selectionRange: "selectionRange", selectedDates: "selectedDates", views: "views", showViewHeader: "showViewHeader", animateNavigation: "animateNavigation", orientation: "orientation", activeDescendant: "activeDescendant", tabIndex: "tabIndex", disabled: "disabled", id: "id", weekNumber: "weekNumber" }, outputs: { cellClick: "cellClick", weekNumberCellClick: "weekNumberCellClick", cellEnter: "cellEnter", cellLeave: "cellLeave", activeDateChange: "activeDateChange", focusCalendar: "focusCalendar", blurCalendar: "blurCalendar", focusedCellChange: "focusedCellChange" }, host: { listeners: { "focus": "handleMultiViewCalendarFocus()", "blur": "handleMultiViewCalendarBlur($event)" }, properties: { "class.k-calendar-view": "this.getComponentClass", "class.k-align-items-start": "this.getComponentClass", "class.k-justify-content-center": "this.getComponentClass", "class.k-hstack": "this.horizontalHostClass", "class.k-vstack": "this.verticalHostClass", "class.k-calendar-monthview": "this.getComponentMonthClass", "class.k-calendar-yearview": "this.getComponentYearClass", "class.k-calendar-decadeview": "this.getComponentDecadeClass", "class.k-calendar-centuryview": "this.getComponentCenturyClass", "attr.role": "this.role" } }, usesOnChanges: true, ngImport: i0, template: `
274
277
  <ng-template #tableTemplate let-date="date" let-class="className">
275
278
  <table
276
279
  [attr.role]="views === 2 ? 'none' : 'grid'"
@@ -352,7 +355,7 @@ HorizontalViewListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.
352
355
  >
353
356
  </ng-template>
354
357
  `, isInline: true, components: [{ type: i4.ViewComponent, selector: "[kendoCalendarView]", inputs: ["direction", "isActive", "activeView", "cellUID", "focusedDate", "viewDate", "activeRangeEnd", "selectionRange", "min", "max", "selectedDates", "weekNumber", "viewIndex", "templateRef", "weekNumberTemplateRef"], outputs: ["cellClick", "weekNumberCellClick", "cellEnter", "cellLeave", "focusedCellId"] }], directives: [{ type: i5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i5.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i6.KForOf, selector: "[kFor][kForOf]", inputs: ["kForOf", "kForTrackBy", "kForTemplate"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
355
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
358
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: HorizontalViewListComponent, decorators: [{
356
359
  type: Component,
357
360
  args: [{
358
361
  changeDetection: ChangeDetectionStrategy.OnPush,
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { CalendarMessages } from './calendar-messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -18,14 +19,14 @@ export class CalendarCustomMessagesComponent extends CalendarMessages {
18
19
  return true;
19
20
  }
20
21
  }
21
- CalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- CalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages", providers: [
22
+ CalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ CalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: CalendarCustomMessagesComponent, selector: "kendo-calendar-messages", providers: [
23
24
  {
24
25
  provide: CalendarMessages,
25
26
  useExisting: forwardRef(() => CalendarCustomMessagesComponent)
26
27
  }
27
28
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarCustomMessagesComponent, decorators: [{
29
30
  type: Component,
30
31
  args: [{
31
32
  providers: [
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { CalendarMessages } from './calendar-messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -15,14 +16,14 @@ export class CalendarLocalizedMessagesDirective extends CalendarMessages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- CalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- CalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]", providers: [
19
+ CalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ CalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CalendarLocalizedMessagesDirective, selector: "[kendoCalendarLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: CalendarMessages,
22
23
  useExisting: forwardRef(() => CalendarLocalizedMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarLocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarLocalizedMessagesDirective, decorators: [{
26
27
  type: Directive,
27
28
  args: [{
28
29
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class CalendarMessages extends ComponentMessages {
12
12
  }
13
- CalendarMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- CalendarMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: CalendarMessages, selector: "kendo-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: CalendarMessages, decorators: [{
13
+ CalendarMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ CalendarMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: CalendarMessages, selector: "kendo-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: CalendarMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { Messages } from './multiview-calendar-messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -18,14 +19,14 @@ export class MultiViewCalendarCustomMessagesComponent extends Messages {
18
19
  return true;
19
20
  }
20
21
  }
21
- MultiViewCalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- MultiViewCalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages", providers: [
22
+ MultiViewCalendarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ MultiViewCalendarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: MultiViewCalendarCustomMessagesComponent, selector: "kendo-multiviewcalendar-messages", providers: [
23
24
  {
24
25
  provide: Messages,
25
26
  useExisting: forwardRef(() => MultiViewCalendarCustomMessagesComponent)
26
27
  }
27
28
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MultiViewCalendarCustomMessagesComponent, decorators: [{
29
30
  type: Component,
30
31
  args: [{
31
32
  providers: [
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
6
7
  import { Messages } from './multiview-calendar-messages';
7
8
  import * as i0 from "@angular/core";
8
9
  import * as i1 from "@progress/kendo-angular-l10n";
@@ -15,14 +16,14 @@ export class MultiViewCalendarLocalizedMessagesDirective extends Messages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- MultiViewCalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- MultiViewCalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
19
+ MultiViewCalendarLocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ MultiViewCalendarLocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: MultiViewCalendarLocalizedMessagesDirective, selector: "[kendoMultiViewCalendarLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: Messages,
22
23
  useExisting: forwardRef(() => MultiViewCalendarLocalizedMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MultiViewCalendarLocalizedMessagesDirective, decorators: [{
26
27
  type: Directive,
27
28
  args: [{
28
29
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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';
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class Messages extends ComponentMessages {
12
12
  }
13
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: Messages, selector: "kendo-multiview-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: Messages, decorators: [{
13
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: Messages, selector: "kendo-multiview-calendar-messages-base", inputs: { today: "today", prevButtonTitle: "prevButtonTitle", nextButtonTitle: "nextButtonTitle", parentViewButtonTitle: "parentViewButtonTitle" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: Messages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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 © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software 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 {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
@@ -0,0 +1,5 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2023 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ export {};