@progress/kendo-angular-inputs 11.0.0-develop.80 → 11.0.0-develop.82

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 (282) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +1 -1
  3. package/README.md +1 -1
  4. package/checkbox/checkbox.directive.d.ts +1 -1
  5. package/checkbox.module.d.ts +1 -1
  6. package/colorpicker/color-contrast-svg.component.d.ts +1 -1
  7. package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
  8. package/colorpicker/color-gradient.component.d.ts +1 -1
  9. package/colorpicker/color-input.component.d.ts +1 -1
  10. package/colorpicker/color-palette.component.d.ts +1 -1
  11. package/colorpicker/colorpicker.component.d.ts +1 -1
  12. package/colorpicker/constants.d.ts +1 -1
  13. package/colorpicker/contrast-validation.component.d.ts +1 -1
  14. package/colorpicker/contrast.component.d.ts +1 -1
  15. package/colorpicker/events/active-color-click-event.d.ts +1 -1
  16. package/colorpicker/events/cancel-event.d.ts +1 -1
  17. package/colorpicker/events/close-event.d.ts +1 -1
  18. package/colorpicker/events/kendo-drag-event.d.ts +1 -1
  19. package/colorpicker/events/open-event.d.ts +1 -1
  20. package/colorpicker/events.d.ts +1 -1
  21. package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
  22. package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
  23. package/colorpicker/flatcolorpicker.component.d.ts +1 -1
  24. package/colorpicker/focus-on-dom-ready.directive.d.ts +1 -1
  25. package/colorpicker/localization/colorgradient-localization.service.d.ts +1 -1
  26. package/colorpicker/localization/colorpalette-localization.service.d.ts +1 -1
  27. package/colorpicker/localization/colorpicker-localization.service.d.ts +1 -1
  28. package/colorpicker/localization/custom-messages.component.d.ts +1 -1
  29. package/colorpicker/localization/flatcolorpicker-localization.service.d.ts +1 -1
  30. package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
  31. package/colorpicker/localization/messages.d.ts +1 -1
  32. package/colorpicker/models/actions-layout.d.ts +1 -1
  33. package/colorpicker/models/colorpicker-view.d.ts +1 -1
  34. package/colorpicker/models/gradient-settings.d.ts +1 -1
  35. package/colorpicker/models/hsva.d.ts +1 -1
  36. package/colorpicker/models/output-format.d.ts +1 -1
  37. package/colorpicker/models/palette-presets.d.ts +1 -1
  38. package/colorpicker/models/palette-settings.d.ts +1 -1
  39. package/colorpicker/models/popup-settings.d.ts +1 -1
  40. package/colorpicker/models/rgb.d.ts +1 -1
  41. package/colorpicker/models/rgba.d.ts +1 -1
  42. package/colorpicker/models/table-cell.d.ts +1 -1
  43. package/colorpicker/models/tile-size.d.ts +1 -1
  44. package/colorpicker/models.d.ts +1 -1
  45. package/colorpicker/services/color-palette.service.d.ts +1 -1
  46. package/colorpicker/services/flatcolorpicker.service.d.ts +1 -1
  47. package/colorpicker/utils/color-parser.d.ts +1 -1
  48. package/colorpicker/utils/contrast-curve.d.ts +1 -1
  49. package/colorpicker/utils.d.ts +1 -1
  50. package/colorpicker.module.d.ts +1 -1
  51. package/common/dom-utils.d.ts +1 -1
  52. package/common/math.d.ts +1 -1
  53. package/common/models/fillmode.d.ts +1 -1
  54. package/common/models/rounded.d.ts +1 -1
  55. package/common/models/size.d.ts +1 -1
  56. package/common/models/styling-classes.d.ts +1 -1
  57. package/common/models.d.ts +1 -1
  58. package/common/utils.d.ts +1 -1
  59. package/esm2020/checkbox/checkbox.directive.mjs +1 -1
  60. package/esm2020/checkbox.module.mjs +1 -1
  61. package/esm2020/colorpicker/color-contrast-svg.component.mjs +1 -1
  62. package/esm2020/colorpicker/color-gradient-numeric-label.directive.mjs +1 -1
  63. package/esm2020/colorpicker/color-gradient.component.mjs +1 -1
  64. package/esm2020/colorpicker/color-input.component.mjs +1 -1
  65. package/esm2020/colorpicker/color-palette.component.mjs +1 -1
  66. package/esm2020/colorpicker/colorpicker.component.mjs +1 -1
  67. package/esm2020/colorpicker/constants.mjs +1 -1
  68. package/esm2020/colorpicker/contrast-validation.component.mjs +1 -1
  69. package/esm2020/colorpicker/contrast.component.mjs +1 -1
  70. package/esm2020/colorpicker/events/active-color-click-event.mjs +1 -1
  71. package/esm2020/colorpicker/events/cancel-event.mjs +1 -1
  72. package/esm2020/colorpicker/events/close-event.mjs +1 -1
  73. package/esm2020/colorpicker/events/kendo-drag-event.mjs +1 -1
  74. package/esm2020/colorpicker/events/open-event.mjs +1 -1
  75. package/esm2020/colorpicker/events.mjs +1 -1
  76. package/esm2020/colorpicker/flatcolorpicker-actions.component.mjs +1 -1
  77. package/esm2020/colorpicker/flatcolorpicker-header.component.mjs +1 -1
  78. package/esm2020/colorpicker/flatcolorpicker.component.mjs +1 -1
  79. package/esm2020/colorpicker/focus-on-dom-ready.directive.mjs +1 -1
  80. package/esm2020/colorpicker/localization/colorgradient-localization.service.mjs +1 -1
  81. package/esm2020/colorpicker/localization/colorpalette-localization.service.mjs +1 -1
  82. package/esm2020/colorpicker/localization/colorpicker-localization.service.mjs +1 -1
  83. package/esm2020/colorpicker/localization/custom-messages.component.mjs +1 -1
  84. package/esm2020/colorpicker/localization/flatcolorpicker-localization.service.mjs +1 -1
  85. package/esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs +1 -1
  86. package/esm2020/colorpicker/localization/messages.mjs +1 -1
  87. package/esm2020/colorpicker/models/actions-layout.mjs +1 -1
  88. package/esm2020/colorpicker/models/colorpicker-view.mjs +1 -1
  89. package/esm2020/colorpicker/models/gradient-settings.mjs +1 -1
  90. package/esm2020/colorpicker/models/hsva.mjs +1 -1
  91. package/esm2020/colorpicker/models/output-format.mjs +1 -1
  92. package/esm2020/colorpicker/models/palette-presets.mjs +1 -1
  93. package/esm2020/colorpicker/models/palette-settings.mjs +1 -1
  94. package/esm2020/colorpicker/models/popup-settings.mjs +1 -1
  95. package/esm2020/colorpicker/models/rgb.mjs +1 -1
  96. package/esm2020/colorpicker/models/rgba.mjs +1 -1
  97. package/esm2020/colorpicker/models/table-cell.mjs +1 -1
  98. package/esm2020/colorpicker/models/tile-size.mjs +1 -1
  99. package/esm2020/colorpicker/models.mjs +1 -1
  100. package/esm2020/colorpicker/services/color-palette.service.mjs +1 -1
  101. package/esm2020/colorpicker/services/flatcolorpicker.service.mjs +1 -1
  102. package/esm2020/colorpicker/utils/color-parser.mjs +1 -1
  103. package/esm2020/colorpicker/utils/contrast-curve.mjs +1 -1
  104. package/esm2020/colorpicker/utils.mjs +1 -1
  105. package/esm2020/colorpicker.module.mjs +1 -1
  106. package/esm2020/common/dom-utils.mjs +1 -1
  107. package/esm2020/common/math.mjs +1 -1
  108. package/esm2020/common/models/fillmode.mjs +1 -1
  109. package/esm2020/common/models/rounded.mjs +1 -1
  110. package/esm2020/common/models/size.mjs +1 -1
  111. package/esm2020/common/models/styling-classes.mjs +1 -1
  112. package/esm2020/common/models.mjs +1 -1
  113. package/esm2020/common/utils.mjs +1 -1
  114. package/esm2020/formfield/error.component.mjs +1 -1
  115. package/esm2020/formfield/formfield.component.mjs +1 -1
  116. package/esm2020/formfield/hint.component.mjs +1 -1
  117. package/esm2020/formfield/models/message-align.mjs +1 -1
  118. package/esm2020/formfield/models/orientation.mjs +1 -1
  119. package/esm2020/formfield/models/show-options.mjs +1 -1
  120. package/esm2020/formfield.module.mjs +1 -1
  121. package/esm2020/index.mjs +1 -1
  122. package/esm2020/inputs.module.mjs +1 -1
  123. package/esm2020/maskedtextbox/maskedtextbox.component.mjs +1 -1
  124. package/esm2020/maskedtextbox/masking.service.mjs +1 -1
  125. package/esm2020/maskedtextbox/parsing/combinators.mjs +1 -1
  126. package/esm2020/maskedtextbox/parsing/parsers.mjs +1 -1
  127. package/esm2020/maskedtextbox/parsing/result.mjs +1 -1
  128. package/esm2020/maskedtextbox/parsing/stream.mjs +1 -1
  129. package/esm2020/maskedtextbox.module.mjs +1 -1
  130. package/esm2020/numerictextbox/arrow-direction.mjs +1 -1
  131. package/esm2020/numerictextbox/constants.mjs +1 -1
  132. package/esm2020/numerictextbox/localization/custom-messages.component.mjs +1 -1
  133. package/esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +1 -1
  134. package/esm2020/numerictextbox/localization/messages.mjs +1 -1
  135. package/esm2020/numerictextbox/numerictextbox.component.mjs +1 -1
  136. package/esm2020/numerictextbox/utils.mjs +1 -1
  137. package/esm2020/numerictextbox.module.mjs +1 -1
  138. package/esm2020/package-metadata.mjs +2 -2
  139. package/esm2020/progress-kendo-angular-inputs.mjs +1 -1
  140. package/esm2020/radiobutton/radiobutton.directive.mjs +1 -1
  141. package/esm2020/radiobutton.module.mjs +1 -1
  142. package/esm2020/rangeslider/localization/custom-messages.component.mjs +1 -1
  143. package/esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs +1 -1
  144. package/esm2020/rangeslider/localization/messages.mjs +1 -1
  145. package/esm2020/rangeslider/rangeslider-model.mjs +1 -1
  146. package/esm2020/rangeslider/rangeslider-value.type.mjs +1 -1
  147. package/esm2020/rangeslider/rangeslider.component.mjs +1 -1
  148. package/esm2020/rangeslider.module.mjs +1 -1
  149. package/esm2020/shared/input-separator.component.mjs +1 -1
  150. package/esm2020/shared/textarea.directive.mjs +1 -1
  151. package/esm2020/shared/utils.mjs +1 -1
  152. package/esm2020/shared.module.mjs +1 -1
  153. package/esm2020/signature/events/close-event.mjs +1 -1
  154. package/esm2020/signature/events/index.mjs +1 -1
  155. package/esm2020/signature/events/open-event.mjs +1 -1
  156. package/esm2020/signature/localization/custom-messages.component.mjs +1 -1
  157. package/esm2020/signature/localization/index.mjs +1 -1
  158. package/esm2020/signature/localization/localized-signature-messages.directive.mjs +1 -1
  159. package/esm2020/signature/localization/messages.mjs +1 -1
  160. package/esm2020/signature/signature.component.mjs +1 -1
  161. package/esm2020/signature.module.mjs +1 -1
  162. package/esm2020/slider/localization/custom-messages.component.mjs +1 -1
  163. package/esm2020/slider/localization/localized-slider-messages.directive.mjs +1 -1
  164. package/esm2020/slider/localization/messages.mjs +1 -1
  165. package/esm2020/slider/slider-model.mjs +1 -1
  166. package/esm2020/slider/slider.component.mjs +1 -1
  167. package/esm2020/slider.module.mjs +1 -1
  168. package/esm2020/sliders-common/label-template.directive.mjs +1 -1
  169. package/esm2020/sliders-common/slider-base.mjs +1 -1
  170. package/esm2020/sliders-common/slider-model.base.mjs +1 -1
  171. package/esm2020/sliders-common/slider-ticks.component.mjs +1 -1
  172. package/esm2020/sliders-common/sliders-common.module.mjs +1 -1
  173. package/esm2020/sliders-common/sliders-util.mjs +1 -1
  174. package/esm2020/sliders-common/title-callback.mjs +1 -1
  175. package/esm2020/switch/localization/custom-messages.component.mjs +1 -1
  176. package/esm2020/switch/localization/localized-switch-messages.directive.mjs +1 -1
  177. package/esm2020/switch/localization/messages.mjs +1 -1
  178. package/esm2020/switch/switch.component.mjs +1 -1
  179. package/esm2020/switch.module.mjs +1 -1
  180. package/esm2020/text-fields-common/text-fields-base.mjs +1 -1
  181. package/esm2020/textarea/models/flow.mjs +1 -1
  182. package/esm2020/textarea/models/resize.mjs +1 -1
  183. package/esm2020/textarea/textarea-suffix.component.mjs +1 -1
  184. package/esm2020/textarea/textarea.component.mjs +1 -1
  185. package/esm2020/textarea.module.mjs +1 -1
  186. package/esm2020/textbox/localization/custom-messages.component.mjs +1 -1
  187. package/esm2020/textbox/localization/localized-textbox-messages.directive.mjs +1 -1
  188. package/esm2020/textbox/localization/messages.mjs +1 -1
  189. package/esm2020/textbox/models/icon-show-options.mjs +1 -1
  190. package/esm2020/textbox/textbox-prefix.directive.mjs +1 -1
  191. package/esm2020/textbox/textbox-suffix.directive.mjs +1 -1
  192. package/esm2020/textbox/textbox.component.mjs +1 -1
  193. package/esm2020/textbox/textbox.directive.mjs +1 -1
  194. package/esm2020/textbox.module.mjs +1 -1
  195. package/esm2020/validators/max.validator.mjs +1 -1
  196. package/esm2020/validators/min.validator.mjs +1 -1
  197. package/fesm2015/progress-kendo-angular-inputs.mjs +2 -2
  198. package/fesm2020/progress-kendo-angular-inputs.mjs +2 -2
  199. package/formfield/error.component.d.ts +1 -1
  200. package/formfield/formfield.component.d.ts +1 -1
  201. package/formfield/hint.component.d.ts +1 -1
  202. package/formfield/models/message-align.d.ts +1 -1
  203. package/formfield/models/orientation.d.ts +1 -1
  204. package/formfield/models/show-options.d.ts +1 -1
  205. package/formfield.module.d.ts +1 -1
  206. package/index.d.ts +1 -1
  207. package/inputs.module.d.ts +1 -1
  208. package/maskedtextbox/maskedtextbox.component.d.ts +1 -1
  209. package/maskedtextbox/masking.service.d.ts +1 -1
  210. package/maskedtextbox/parsing/combinators.d.ts +1 -1
  211. package/maskedtextbox/parsing/parsers.d.ts +1 -1
  212. package/maskedtextbox/parsing/result.d.ts +1 -1
  213. package/maskedtextbox/parsing/stream.d.ts +1 -1
  214. package/maskedtextbox.module.d.ts +1 -1
  215. package/numerictextbox/arrow-direction.d.ts +1 -1
  216. package/numerictextbox/constants.d.ts +1 -1
  217. package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
  218. package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
  219. package/numerictextbox/localization/messages.d.ts +1 -1
  220. package/numerictextbox/numerictextbox.component.d.ts +1 -1
  221. package/numerictextbox/utils.d.ts +1 -1
  222. package/numerictextbox.module.d.ts +1 -1
  223. package/package-metadata.d.ts +1 -1
  224. package/package.json +8 -8
  225. package/progress-kendo-angular-inputs.d.ts +1 -1
  226. package/radiobutton/radiobutton.directive.d.ts +1 -1
  227. package/radiobutton.module.d.ts +1 -1
  228. package/rangeslider/localization/custom-messages.component.d.ts +1 -1
  229. package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
  230. package/rangeslider/localization/messages.d.ts +1 -1
  231. package/rangeslider/rangeslider-model.d.ts +1 -1
  232. package/rangeslider/rangeslider-value.type.d.ts +1 -1
  233. package/rangeslider/rangeslider.component.d.ts +1 -1
  234. package/rangeslider.module.d.ts +1 -1
  235. package/shared/input-separator.component.d.ts +1 -1
  236. package/shared/textarea.directive.d.ts +1 -1
  237. package/shared/utils.d.ts +1 -1
  238. package/shared.module.d.ts +1 -1
  239. package/signature/events/close-event.d.ts +1 -1
  240. package/signature/events/index.d.ts +1 -1
  241. package/signature/events/open-event.d.ts +1 -1
  242. package/signature/localization/custom-messages.component.d.ts +1 -1
  243. package/signature/localization/index.d.ts +1 -1
  244. package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
  245. package/signature/localization/messages.d.ts +1 -1
  246. package/signature/signature.component.d.ts +1 -1
  247. package/signature.module.d.ts +1 -1
  248. package/slider/localization/custom-messages.component.d.ts +1 -1
  249. package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
  250. package/slider/localization/messages.d.ts +1 -1
  251. package/slider/slider-model.d.ts +1 -1
  252. package/slider/slider.component.d.ts +1 -1
  253. package/slider.module.d.ts +1 -1
  254. package/sliders-common/label-template.directive.d.ts +1 -1
  255. package/sliders-common/slider-base.d.ts +1 -1
  256. package/sliders-common/slider-model.base.d.ts +1 -1
  257. package/sliders-common/slider-ticks.component.d.ts +1 -1
  258. package/sliders-common/sliders-common.module.d.ts +1 -1
  259. package/sliders-common/sliders-util.d.ts +1 -1
  260. package/sliders-common/title-callback.d.ts +1 -1
  261. package/switch/localization/custom-messages.component.d.ts +1 -1
  262. package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
  263. package/switch/localization/messages.d.ts +1 -1
  264. package/switch/switch.component.d.ts +1 -1
  265. package/switch.module.d.ts +1 -1
  266. package/text-fields-common/text-fields-base.d.ts +1 -1
  267. package/textarea/models/flow.d.ts +1 -1
  268. package/textarea/models/resize.d.ts +1 -1
  269. package/textarea/textarea-suffix.component.d.ts +1 -1
  270. package/textarea/textarea.component.d.ts +1 -1
  271. package/textarea.module.d.ts +1 -1
  272. package/textbox/localization/custom-messages.component.d.ts +1 -1
  273. package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
  274. package/textbox/localization/messages.d.ts +1 -1
  275. package/textbox/models/icon-show-options.d.ts +1 -1
  276. package/textbox/textbox-prefix.directive.d.ts +1 -1
  277. package/textbox/textbox-suffix.directive.d.ts +1 -1
  278. package/textbox/textbox.component.d.ts +1 -1
  279. package/textbox/textbox.directive.d.ts +1 -1
  280. package/textbox.module.d.ts +1 -1
  281. package/validators/max.validator.d.ts +1 -1
  282. package/validators/min.validator.d.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, ElementRef, HostBinding, Input, Renderer2 } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { isStartHandle } from './../sliders-common/sliders-util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 © 2022 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 { Renderer2, Component, ElementRef, Input, ViewChild, forwardRef, NgZone, Injector, ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, HostBinding } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, ElementRef, EventEmitter, HostBinding, Renderer2, Optional, Inject, Input, NgZone, forwardRef, Output, ChangeDetectorRef, Injector } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { detectDesktopBrowser, detectMobileOS } from "@progress/kendo-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 * from './close-event';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { PreventableEvent } from "@progress/kendo-angular-common";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { SignatureCustomMessagesComponent } from './custom-messages.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, forwardRef, HostBinding, Input, NgZone, Output, Renderer2, ViewChild } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { CommonModule } from '@angular/common';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { trimValue, calculateHandlePosition } from '../sliders-common/sliders-util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { Renderer2, Component, ElementRef, Input, ViewChild, forwardRef, NgZone, Injector, ChangeDetectorRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, TemplateRef, Optional } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { increment, decrement, incrementLarge, decrementLarge, identity } from './sliders-util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { calculateFixedTrackSize, calculateTicksCount } from '../sliders-common/sliders-util';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 */
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { areSame, isPresent } from '../common/utils';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { ElementRef, Renderer2, Component, EventEmitter, HostBinding, Input, Output, ViewChild, forwardRef, ChangeDetectorRef, NgZone, Injector } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { Subscription } from 'rxjs';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 © 2022 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 © 2022 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, HostBinding } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, HostBinding, Input, Output, ElementRef, EventEmitter, NgZone, Renderer2, ChangeDetectorRef, Injector, forwardRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 © 2022 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, Optional, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, Optional, TemplateRef } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { isJapanese } from './../shared/utils';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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, ElementRef, EventEmitter, Input, HostBinding, Renderer2, forwardRef, NgZone } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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";
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { isPresent } from '../common/utils';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { isPresent } from '../common/utils';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 * as i0 from '@angular/core';
@@ -536,7 +536,7 @@ const packageMetadata = {
536
536
  name: '@progress/kendo-angular-inputs',
537
537
  productName: 'Kendo UI for Angular',
538
538
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
539
- publishDate: 1672394591,
539
+ publishDate: 1672862338,
540
540
  version: '',
541
541
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
542
542
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 * as i0 from '@angular/core';
@@ -535,7 +535,7 @@ const packageMetadata = {
535
535
  name: '@progress/kendo-angular-inputs',
536
536
  productName: 'Kendo UI for Angular',
537
537
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
538
- publishDate: 1672394591,
538
+ publishDate: 1672862338,
539
539
  version: '',
540
540
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
541
541
  };
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { MessageAlign } from './models/message-align';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { AfterViewInit, ElementRef, Renderer2, QueryList, AfterViewChecked } from '@angular/core';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { MessageAlign } from './models/message-align';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 © 2022 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 © 2022 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 © 2022 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 * as i0 from "@angular/core";
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 { SliderComponent } from './slider/slider.component';
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2022 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 * as i0 from "@angular/core";