@progress/kendo-angular-inputs 10.1.2-dev.202211170755 → 11.0.0-develop.100

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 (304) hide show
  1. package/LICENSE.md +1 -1
  2. package/NOTICE.txt +4 -4
  3. package/README.md +20 -20
  4. package/checkbox/checkbox.directive.d.ts +1 -1
  5. package/checkbox.module.d.ts +2 -2
  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 +6 -1
  9. package/colorpicker/color-input.component.d.ts +6 -1
  10. package/colorpicker/color-palette.component.d.ts +1 -1
  11. package/colorpicker/colorpicker.component.d.ts +19 -5
  12. package/colorpicker/constants.d.ts +2 -2
  13. package/colorpicker/contrast-validation.component.d.ts +4 -1
  14. package/colorpicker/contrast.component.d.ts +4 -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 +11 -4
  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 +5 -3
  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/{esm2015/checkbox/checkbox.directive.js → esm2020/checkbox/checkbox.directive.mjs} +5 -5
  60. package/{esm2015/checkbox.module.js → esm2020/checkbox.module.mjs} +6 -6
  61. package/{esm2015/colorpicker/color-contrast-svg.component.js → esm2020/colorpicker/color-contrast-svg.component.mjs} +10 -5
  62. package/{esm2015/colorpicker/color-gradient-numeric-label.directive.js → esm2020/colorpicker/color-gradient-numeric-label.directive.mjs} +6 -4
  63. package/{esm2015/colorpicker/color-gradient.component.js → esm2020/colorpicker/color-gradient.component.mjs} +56 -51
  64. package/{esm2015/colorpicker/color-input.component.js → esm2020/colorpicker/color-input.component.mjs} +37 -21
  65. package/{esm2015/colorpicker/color-palette.component.js → esm2020/colorpicker/color-palette.component.mjs} +7 -7
  66. package/{esm2015/colorpicker/colorpicker.component.js → esm2020/colorpicker/colorpicker.component.mjs} +85 -25
  67. package/{esm2015/colorpicker/constants.js → esm2020/colorpicker/constants.mjs} +1 -1
  68. package/{esm2015/colorpicker/contrast-validation.component.js → esm2020/colorpicker/contrast-validation.component.mjs} +16 -11
  69. package/{esm2015/colorpicker/contrast.component.js → esm2020/colorpicker/contrast.component.mjs} +19 -14
  70. package/{esm2015/colorpicker/events/active-color-click-event.js → esm2020/colorpicker/events/active-color-click-event.mjs} +1 -1
  71. package/{esm2015/colorpicker/events/cancel-event.js → esm2020/colorpicker/events/cancel-event.mjs} +1 -1
  72. package/{esm2015/colorpicker/events/close-event.js → esm2020/colorpicker/events/close-event.mjs} +1 -1
  73. package/{esm2015/colorpicker/models/gradient-settings.js → esm2020/colorpicker/events/kendo-drag-event.mjs} +1 -1
  74. package/{esm2015/colorpicker/events/open-event.js → esm2020/colorpicker/events/open-event.mjs} +1 -1
  75. package/{esm2015/colorpicker/events.js → esm2020/colorpicker/events.mjs} +1 -1
  76. package/{esm2015/colorpicker/flatcolorpicker-actions.component.js → esm2020/colorpicker/flatcolorpicker-actions.component.mjs} +6 -5
  77. package/{esm2015/colorpicker/flatcolorpicker-header.component.js → esm2020/colorpicker/flatcolorpicker-header.component.mjs} +58 -28
  78. package/{esm2015/colorpicker/flatcolorpicker.component.js → esm2020/colorpicker/flatcolorpicker.component.mjs} +20 -20
  79. package/{esm2015/colorpicker/focus-on-dom-ready.directive.js → esm2020/colorpicker/focus-on-dom-ready.directive.mjs} +5 -5
  80. package/{esm2015/colorpicker/localization/colorgradient-localization.service.js → esm2020/colorpicker/localization/colorgradient-localization.service.mjs} +5 -5
  81. package/{esm2015/colorpicker/localization/colorpalette-localization.service.js → esm2020/colorpicker/localization/colorpalette-localization.service.mjs} +5 -5
  82. package/{esm2015/colorpicker/localization/colorpicker-localization.service.js → esm2020/colorpicker/localization/colorpicker-localization.service.mjs} +5 -5
  83. package/{esm2015/colorpicker/localization/custom-messages.component.js → esm2020/colorpicker/localization/custom-messages.component.mjs} +5 -4
  84. package/{esm2015/colorpicker/localization/flatcolorpicker-localization.service.js → esm2020/colorpicker/localization/flatcolorpicker-localization.service.mjs} +5 -5
  85. package/{esm2015/colorpicker/localization/localized-colorpicker-messages.directive.js → esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs} +5 -4
  86. package/{esm2015/colorpicker/localization/messages.js → esm2020/colorpicker/localization/messages.mjs} +4 -4
  87. package/{esm2015/colorpicker/models/colorpicker-view.js → esm2020/colorpicker/models/actions-layout.mjs} +1 -1
  88. package/{esm2015/colorpicker/models/actions-layout.js → esm2020/colorpicker/models/colorpicker-view.mjs} +1 -1
  89. package/{esm2015/colorpicker/events/kendo-drag-event.js → esm2020/colorpicker/models/gradient-settings.mjs} +1 -1
  90. package/esm2020/colorpicker/models/hsva.mjs +5 -0
  91. package/esm2020/colorpicker/models/output-format.mjs +5 -0
  92. package/{esm2015/colorpicker/models/palette-presets.js → esm2020/colorpicker/models/palette-presets.mjs} +1 -1
  93. package/esm2020/colorpicker/models/palette-settings.mjs +5 -0
  94. package/esm2020/colorpicker/models/popup-settings.mjs +5 -0
  95. package/esm2020/colorpicker/models/rgb.mjs +5 -0
  96. package/esm2020/colorpicker/models/rgba.mjs +5 -0
  97. package/esm2020/colorpicker/models/table-cell.mjs +5 -0
  98. package/{esm2015/colorpicker/models/tile-size.js → esm2020/colorpicker/models/tile-size.mjs} +1 -1
  99. package/{esm2015/colorpicker/models.js → esm2020/colorpicker/models.mjs} +1 -1
  100. package/{esm2015/colorpicker/services/color-palette.service.js → esm2020/colorpicker/services/color-palette.service.mjs} +4 -4
  101. package/{esm2015/colorpicker/services/flatcolorpicker.service.js → esm2020/colorpicker/services/flatcolorpicker.service.mjs} +4 -4
  102. package/{esm2015/colorpicker/utils/color-parser.js → esm2020/colorpicker/utils/color-parser.mjs} +2 -2
  103. package/{esm2015/colorpicker/utils/contrast-curve.js → esm2020/colorpicker/utils/contrast-curve.mjs} +1 -1
  104. package/{esm2015/colorpicker/utils.js → esm2020/colorpicker/utils.mjs} +1 -1
  105. package/{esm2015/colorpicker.module.js → esm2020/colorpicker.module.mjs} +17 -9
  106. package/{esm2015/common/dom-utils.js → esm2020/common/dom-utils.mjs} +2 -1
  107. package/{esm2015/common/math.js → esm2020/common/math.mjs} +1 -1
  108. package/esm2020/common/models/fillmode.mjs +5 -0
  109. package/esm2020/common/models/rounded.mjs +5 -0
  110. package/esm2020/common/models/size.mjs +5 -0
  111. package/esm2020/common/models/styling-classes.mjs +5 -0
  112. package/{esm2015/common/models.js → esm2020/common/models.mjs} +1 -1
  113. package/{esm2015/common/utils.js → esm2020/common/utils.mjs} +1 -1
  114. package/{esm2015/formfield/error.component.js → esm2020/formfield/error.component.mjs} +4 -4
  115. package/{esm2015/formfield/formfield.component.js → esm2020/formfield/formfield.component.mjs} +5 -5
  116. package/{esm2015/formfield/hint.component.js → esm2020/formfield/hint.component.mjs} +4 -4
  117. package/esm2020/formfield/models/message-align.mjs +5 -0
  118. package/esm2020/formfield/models/orientation.mjs +5 -0
  119. package/esm2020/formfield/models/show-options.mjs +5 -0
  120. package/{esm2015/formfield.module.js → esm2020/formfield.module.mjs} +6 -6
  121. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  122. package/{esm2015/inputs.module.js → esm2020/inputs.module.mjs} +6 -6
  123. package/{esm2015/maskedtextbox/maskedtextbox.component.js → esm2020/maskedtextbox/maskedtextbox.component.mjs} +8 -8
  124. package/{esm2015/maskedtextbox/masking.service.js → esm2020/maskedtextbox/masking.service.mjs} +5 -5
  125. package/{esm2015/maskedtextbox/parsing/combinators.js → esm2020/maskedtextbox/parsing/combinators.mjs} +1 -1
  126. package/{esm2015/maskedtextbox/parsing/parsers.js → esm2020/maskedtextbox/parsing/parsers.mjs} +4 -4
  127. package/{esm2015/maskedtextbox/parsing/result.js → esm2020/maskedtextbox/parsing/result.mjs} +1 -1
  128. package/{esm2015/maskedtextbox/parsing/stream.js → esm2020/maskedtextbox/parsing/stream.mjs} +1 -1
  129. package/{esm2015/maskedtextbox.module.js → esm2020/maskedtextbox.module.mjs} +6 -6
  130. package/{esm2015/numerictextbox/arrow-direction.js → esm2020/numerictextbox/arrow-direction.mjs} +1 -1
  131. package/{esm2015/numerictextbox/constants.js → esm2020/numerictextbox/constants.mjs} +1 -1
  132. package/{esm2015/numerictextbox/localization/custom-messages.component.js → esm2020/numerictextbox/localization/custom-messages.component.mjs} +5 -4
  133. package/{esm2015/numerictextbox/localization/localized-numerictextbox-messages.directive.js → esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs} +5 -4
  134. package/{esm2015/numerictextbox/localization/messages.js → esm2020/numerictextbox/localization/messages.mjs} +4 -4
  135. package/{esm2015/numerictextbox/numerictextbox.component.js → esm2020/numerictextbox/numerictextbox.component.mjs} +58 -26
  136. package/{esm2015/numerictextbox/utils.js → esm2020/numerictextbox/utils.mjs} +3 -2
  137. package/{esm2015/numerictextbox.module.js → esm2020/numerictextbox.module.mjs} +9 -8
  138. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  139. package/{esm2015/kendo-angular-inputs.js → esm2020/progress-kendo-angular-inputs.mjs} +2 -2
  140. package/{esm2015/radiobutton/radiobutton.directive.js → esm2020/radiobutton/radiobutton.directive.mjs} +5 -5
  141. package/{esm2015/radiobutton.module.js → esm2020/radiobutton.module.mjs} +6 -6
  142. package/{esm2015/rangeslider/localization/custom-messages.component.js → esm2020/rangeslider/localization/custom-messages.component.mjs} +5 -4
  143. package/{esm2015/rangeslider/localization/localized-rangeslider-messages.directive.js → esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs} +5 -4
  144. package/{esm2015/rangeslider/localization/messages.js → esm2020/rangeslider/localization/messages.mjs} +4 -4
  145. package/{esm2015/rangeslider/rangeslider-model.js → esm2020/rangeslider/rangeslider-model.mjs} +1 -1
  146. package/esm2020/rangeslider/rangeslider-value.type.mjs +5 -0
  147. package/{esm2015/rangeslider/rangeslider.component.js → esm2020/rangeslider/rangeslider.component.mjs} +8 -8
  148. package/{esm2015/rangeslider.module.js → esm2020/rangeslider.module.mjs} +6 -6
  149. package/{esm2015/shared/input-separator.component.js → esm2020/shared/input-separator.component.mjs} +4 -4
  150. package/{esm2015/shared/textarea.directive.js → esm2020/shared/textarea.directive.mjs} +5 -5
  151. package/{esm2015/shared/utils.js → esm2020/shared/utils.mjs} +1 -1
  152. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  153. package/{esm2015/signature/events/close-event.js → esm2020/signature/events/close-event.mjs} +1 -1
  154. package/{esm2015/signature/events/index.js → esm2020/signature/events/index.mjs} +1 -1
  155. package/{esm2015/signature/events/open-event.js → esm2020/signature/events/open-event.mjs} +1 -1
  156. package/{esm2015/signature/localization/custom-messages.component.js → esm2020/signature/localization/custom-messages.component.mjs} +5 -4
  157. package/{esm2015/signature/localization/index.js → esm2020/signature/localization/index.mjs} +1 -1
  158. package/{esm2015/signature/localization/localized-signature-messages.directive.js → esm2020/signature/localization/localized-signature-messages.directive.mjs} +5 -4
  159. package/{esm2015/signature/localization/messages.js → esm2020/signature/localization/messages.mjs} +4 -4
  160. package/{esm2015/signature/signature.component.js → esm2020/signature/signature.component.mjs} +61 -45
  161. package/{esm2015/signature.module.js → esm2020/signature.module.mjs} +13 -9
  162. package/{esm2015/slider/localization/custom-messages.component.js → esm2020/slider/localization/custom-messages.component.mjs} +5 -4
  163. package/{esm2015/slider/localization/localized-slider-messages.directive.js → esm2020/slider/localization/localized-slider-messages.directive.mjs} +5 -4
  164. package/{esm2015/slider/localization/messages.js → esm2020/slider/localization/messages.mjs} +4 -4
  165. package/{esm2015/slider/slider-model.js → esm2020/slider/slider-model.mjs} +1 -1
  166. package/{esm2015/slider/slider.component.js → esm2020/slider/slider.component.mjs} +78 -47
  167. package/{esm2015/slider.module.js → esm2020/slider.module.mjs} +10 -8
  168. package/{esm2015/sliders-common/label-template.directive.js → esm2020/sliders-common/label-template.directive.mjs} +5 -5
  169. package/{esm2015/sliders-common/slider-base.js → esm2020/sliders-common/slider-base.mjs} +6 -5
  170. package/{esm2015/sliders-common/slider-model.base.js → esm2020/sliders-common/slider-model.base.mjs} +1 -1
  171. package/{esm2015/sliders-common/slider-ticks.component.js → esm2020/sliders-common/slider-ticks.component.mjs} +6 -6
  172. package/{esm2015/sliders-common/sliders-common.module.js → esm2020/sliders-common/sliders-common.module.mjs} +5 -5
  173. package/{esm2015/sliders-common/sliders-util.js → esm2020/sliders-common/sliders-util.mjs} +1 -1
  174. package/esm2020/sliders-common/title-callback.mjs +5 -0
  175. package/{esm2015/switch/localization/custom-messages.component.js → esm2020/switch/localization/custom-messages.component.mjs} +5 -4
  176. package/{esm2015/switch/localization/localized-switch-messages.directive.js → esm2020/switch/localization/localized-switch-messages.directive.mjs} +5 -4
  177. package/{esm2015/switch/localization/messages.js → esm2020/switch/localization/messages.mjs} +4 -4
  178. package/{esm2015/switch/switch.component.js → esm2020/switch/switch.component.mjs} +8 -10
  179. package/{esm2015/switch.module.js → esm2020/switch.module.mjs} +6 -6
  180. package/{esm2015/text-fields-common/text-fields-base.js → esm2020/text-fields-common/text-fields-base.mjs} +6 -5
  181. package/esm2020/textarea/models/flow.mjs +5 -0
  182. package/esm2020/textarea/models/resize.mjs +5 -0
  183. package/{esm2015/textarea/textarea-suffix.component.js → esm2020/textarea/textarea-suffix.component.mjs} +4 -4
  184. package/{esm2015/textarea/textarea.component.js → esm2020/textarea/textarea.component.mjs} +6 -6
  185. package/{esm2015/textarea.module.js → esm2020/textarea.module.mjs} +6 -6
  186. package/{esm2015/textbox/localization/custom-messages.component.js → esm2020/textbox/localization/custom-messages.component.mjs} +5 -4
  187. package/{esm2015/textbox/localization/localized-textbox-messages.directive.js → esm2020/textbox/localization/localized-textbox-messages.directive.mjs} +5 -4
  188. package/{esm2015/textbox/localization/messages.js → esm2020/textbox/localization/messages.mjs} +4 -4
  189. package/esm2020/textbox/models/icon-show-options.mjs +5 -0
  190. package/{esm2015/textbox/textbox-prefix.directive.js → esm2020/textbox/textbox-prefix.directive.mjs} +5 -5
  191. package/{esm2015/textbox/textbox-suffix.directive.js → esm2020/textbox/textbox-suffix.directive.mjs} +5 -5
  192. package/{esm2015/textbox/textbox.component.js → esm2020/textbox/textbox.component.mjs} +98 -26
  193. package/{esm2015/textbox/textbox.directive.js → esm2020/textbox/textbox.directive.mjs} +5 -5
  194. package/{esm2015/textbox.module.js → esm2020/textbox.module.mjs} +9 -8
  195. package/{esm2015/validators/max.validator.js → esm2020/validators/max.validator.mjs} +1 -1
  196. package/{esm2015/validators/min.validator.js → esm2020/validators/min.validator.mjs} +1 -1
  197. package/fesm2015/progress-kendo-angular-inputs.mjs +14957 -0
  198. package/{fesm2015/kendo-angular-inputs.js → fesm2020/progress-kendo-angular-inputs.mjs} +1167 -915
  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 +2 -2
  206. package/{main.d.ts → index.d.ts} +1 -1
  207. package/inputs.module.d.ts +2 -2
  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 +2 -2
  215. package/numerictextbox/arrow-direction.d.ts +1 -1
  216. package/numerictextbox/constants.d.ts +4 -4
  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 +11 -2
  221. package/numerictextbox/utils.d.ts +1 -1
  222. package/numerictextbox.module.d.ts +4 -3
  223. package/package-metadata.d.ts +1 -1
  224. package/package.json +34 -61
  225. package/{kendo-angular-inputs.d.ts → progress-kendo-angular-inputs.d.ts} +2 -2
  226. package/radiobutton/radiobutton.directive.d.ts +1 -1
  227. package/radiobutton.module.d.ts +2 -2
  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 +2 -2
  235. package/schematics/ngAdd/index.js +5 -7
  236. package/shared/input-separator.component.d.ts +1 -1
  237. package/shared/textarea.directive.d.ts +1 -1
  238. package/shared/utils.d.ts +1 -1
  239. package/shared.module.d.ts +1 -1
  240. package/signature/events/close-event.d.ts +1 -1
  241. package/signature/events/index.d.ts +1 -1
  242. package/signature/events/open-event.d.ts +1 -1
  243. package/signature/localization/custom-messages.component.d.ts +1 -1
  244. package/signature/localization/index.d.ts +1 -1
  245. package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
  246. package/signature/localization/messages.d.ts +1 -1
  247. package/signature/signature.component.d.ts +9 -1
  248. package/signature.module.d.ts +4 -3
  249. package/slider/localization/custom-messages.component.d.ts +1 -1
  250. package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
  251. package/slider/localization/messages.d.ts +1 -1
  252. package/slider/slider-model.d.ts +1 -1
  253. package/slider/slider.component.d.ts +18 -1
  254. package/slider.module.d.ts +6 -4
  255. package/sliders-common/label-template.directive.d.ts +1 -1
  256. package/sliders-common/slider-base.d.ts +1 -1
  257. package/sliders-common/slider-model.base.d.ts +1 -1
  258. package/sliders-common/slider-ticks.component.d.ts +1 -1
  259. package/sliders-common/sliders-common.module.d.ts +1 -1
  260. package/sliders-common/sliders-util.d.ts +1 -1
  261. package/sliders-common/title-callback.d.ts +1 -1
  262. package/switch/localization/custom-messages.component.d.ts +1 -1
  263. package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
  264. package/switch/localization/messages.d.ts +1 -1
  265. package/switch/switch.component.d.ts +1 -1
  266. package/switch.module.d.ts +2 -2
  267. package/text-fields-common/text-fields-base.d.ts +1 -1
  268. package/textarea/models/flow.d.ts +1 -1
  269. package/textarea/models/resize.d.ts +1 -1
  270. package/textarea/textarea-suffix.component.d.ts +1 -1
  271. package/textarea/textarea.component.d.ts +1 -1
  272. package/textarea.module.d.ts +2 -2
  273. package/textbox/localization/custom-messages.component.d.ts +1 -1
  274. package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
  275. package/textbox/localization/messages.d.ts +1 -1
  276. package/textbox/models/icon-show-options.d.ts +1 -1
  277. package/textbox/textbox-prefix.directive.d.ts +1 -1
  278. package/textbox/textbox-suffix.directive.d.ts +1 -1
  279. package/textbox/textbox.component.d.ts +19 -2
  280. package/textbox/textbox.directive.d.ts +1 -1
  281. package/textbox.module.d.ts +6 -5
  282. package/validators/max.validator.d.ts +1 -1
  283. package/validators/min.validator.d.ts +1 -1
  284. package/bundles/kendo-angular-inputs.umd.js +0 -5
  285. package/esm2015/colorpicker/models/hsva.js +0 -5
  286. package/esm2015/colorpicker/models/output-format.js +0 -5
  287. package/esm2015/colorpicker/models/palette-settings.js +0 -5
  288. package/esm2015/colorpicker/models/popup-settings.js +0 -5
  289. package/esm2015/colorpicker/models/rgb.js +0 -5
  290. package/esm2015/colorpicker/models/rgba.js +0 -5
  291. package/esm2015/colorpicker/models/table-cell.js +0 -5
  292. package/esm2015/common/models/fillmode.js +0 -5
  293. package/esm2015/common/models/rounded.js +0 -5
  294. package/esm2015/common/models/size.js +0 -5
  295. package/esm2015/common/models/styling-classes.js +0 -5
  296. package/esm2015/formfield/models/message-align.js +0 -5
  297. package/esm2015/formfield/models/orientation.js +0 -5
  298. package/esm2015/formfield/models/show-options.js +0 -5
  299. package/esm2015/rangeslider/rangeslider-value.type.js +0 -5
  300. package/esm2015/sliders-common/title-callback.js +0 -5
  301. package/esm2015/textarea/models/flow.js +0 -5
  302. package/esm2015/textarea/models/resize.js +0 -5
  303. package/esm2015/textbox/models/icon-show-options.js +0 -5
  304. 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 { Result, ResultType } from './result';
@@ -61,7 +61,7 @@ export const mask = ({ prompt, promptPlaceholder }) => rule => new Parser(stream
61
61
  */
62
62
  export const literal = _token => new Parser(stream => {
63
63
  // let {char, control} = stream.peek();
64
- let char = stream.peek().char;
64
+ const char = stream.peek().char;
65
65
  if (char === _token) {
66
66
  stream.eat();
67
67
  return new Result(_token, stream, ResultType.Literal);
@@ -129,7 +129,7 @@ export const token = (rules, creator) => new Parser(stream => {
129
129
  * @hidden
130
130
  */
131
131
  export const rawMask = ({ prompt, promptPlaceholder }) => new Parser(stream => {
132
- let { char } = stream.next();
132
+ const { char } = stream.next();
133
133
  if (char === prompt) {
134
134
  return new Result(promptPlaceholder, stream);
135
135
  }
@@ -139,7 +139,7 @@ export const rawMask = ({ prompt, promptPlaceholder }) => new Parser(stream => {
139
139
  * @hidden
140
140
  */
141
141
  export const rawLiteral = includeLiterals => new Parser(stream => {
142
- let { char } = stream.next();
142
+ const { char } = stream.next();
143
143
  if (includeLiterals) {
144
144
  return new Result(char, stream);
145
145
  }
@@ -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
  /**
@@ -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';
@@ -8,7 +8,7 @@ import { CommonModule } from '@angular/common';
8
8
  import { EventsModule } from '@progress/kendo-angular-common';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
11
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
12
12
  * definition for the MaskedTextBox component.
13
13
  *
14
14
  * @example
@@ -40,10 +40,10 @@ import * as i0 from "@angular/core";
40
40
  */
41
41
  export class MaskedTextBoxModule {
42
42
  }
43
- MaskedTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MaskedTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
44
- MaskedTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MaskedTextBoxModule, declarations: [MaskedTextBoxComponent], imports: [CommonModule, EventsModule], exports: [MaskedTextBoxComponent] });
45
- MaskedTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MaskedTextBoxModule, imports: [[CommonModule, EventsModule]] });
46
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: MaskedTextBoxModule, decorators: [{
43
+ MaskedTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaskedTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
44
+ MaskedTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaskedTextBoxModule, declarations: [MaskedTextBoxComponent], imports: [CommonModule, EventsModule], exports: [MaskedTextBoxComponent] });
45
+ MaskedTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaskedTextBoxModule, imports: [[CommonModule, EventsModule]] });
46
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: MaskedTextBoxModule, decorators: [{
47
47
  type: NgModule,
48
48
  args: [{
49
49
  declarations: [MaskedTextBoxComponent],
@@ -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
  /**
@@ -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 { NumericTextBoxMessages } from './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 NumericTextBoxCustomMessagesComponent extends NumericTextBoxMessage
18
19
  return true;
19
20
  }
20
21
  }
21
- NumericTextBoxCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- NumericTextBoxCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages", providers: [
22
+ NumericTextBoxCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ NumericTextBoxCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages", providers: [
23
24
  {
24
25
  provide: NumericTextBoxMessages,
25
26
  useExisting: forwardRef(() => NumericTextBoxCustomMessagesComponent)
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: NumericTextBoxCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxCustomMessagesComponent, 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 { NumericTextBoxMessages } from './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 LocalizedNumericTextBoxMessagesDirective extends NumericTextBoxMess
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- LocalizedNumericTextBoxMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- LocalizedNumericTextBoxMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]", providers: [
19
+ LocalizedNumericTextBoxMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedNumericTextBoxMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: NumericTextBoxMessages,
22
23
  useExisting: forwardRef(() => LocalizedNumericTextBoxMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedNumericTextBoxMessagesDirective, 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 NumericTextBoxMessages extends ComponentMessages {
12
12
  }
13
- NumericTextBoxMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- NumericTextBoxMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: NumericTextBoxMessages, selector: "kendo-numerictextbox-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxMessages, decorators: [{
13
+ NumericTextBoxMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ NumericTextBoxMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: NumericTextBoxMessages, selector: "kendo-numerictextbox-messages-base", inputs: { decrement: "decrement", increment: "increment" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -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
- import { Component, EventEmitter, HostBinding, Input, Output, ViewChild, forwardRef, isDevMode } from '@angular/core';
5
+ /* eslint-disable @typescript-eslint/no-explicit-any */
6
+ import { Component, ElementRef, EventEmitter, HostBinding, Input, Output, Renderer2, ViewChild, forwardRef, isDevMode, NgZone, ChangeDetectorRef, Injector } from '@angular/core';
6
7
  import { anyChanged, hasObservers, Keys, guid, KendoInput } from '@progress/kendo-angular-common';
7
8
  import { areSame, getStylingClasses, requiresZoneOnBlur } from '../common/utils';
8
9
  import { invokeElementMethod } from '../common/dom-utils';
@@ -10,6 +11,7 @@ import { add, toFixedPrecision, limitPrecision } from '../common/math';
10
11
  import { createMaxValidator } from '../validators/max.validator';
11
12
  import { createMinValidator } from '../validators/min.validator';
12
13
  import { NG_VALUE_ACCESSOR, NG_VALIDATORS, NgControl } from '@angular/forms';
14
+ import { IntlService } from '@progress/kendo-angular-intl';
13
15
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
14
16
  import { validatePackage } from '@progress/kendo-licensing';
15
17
  import { packageMetadata } from '../package-metadata';
@@ -17,12 +19,14 @@ import { MIN_DOC_LINK, MAX_DOC_LINK, POINT, INITIAL_SPIN_DELAY, SPIN_DELAY, EXPO
17
19
  import { defined, noop, numericRegex, isNumber, pad, decimalPart, getDeltaFromMouseWheel, getCaretPosition, extractSignificantNumericChars, isRightClick } from './utils';
18
20
  import { ArrowDirection } from './arrow-direction';
19
21
  import { mobileOS } from '@progress/kendo-common';
22
+ import { caretAltUpIcon, caretAltDownIcon } from '@progress/kendo-svg-icons';
20
23
  import * as i0 from "@angular/core";
21
24
  import * as i1 from "@progress/kendo-angular-intl";
22
25
  import * as i2 from "@progress/kendo-angular-l10n";
23
- import * as i3 from "./localization/localized-numerictextbox-messages.directive";
24
- import * as i4 from "@progress/kendo-angular-common";
25
- import * as i5 from "@angular/common";
26
+ import * as i3 from "@progress/kendo-angular-icons";
27
+ import * as i4 from "./localization/localized-numerictextbox-messages.directive";
28
+ import * as i5 from "@progress/kendo-angular-common";
29
+ import * as i6 from "@angular/common";
26
30
  const PARSABLE_OPTIONS = ['min', 'max', 'step', 'decimals'];
27
31
  const PARSABLE_DEFAULTS = {
28
32
  decimals: null,
@@ -129,6 +133,14 @@ export class NumericTextBoxComponent {
129
133
  */
130
134
  this.arrowDirection = ArrowDirection.None;
131
135
  this.hostClasses = true;
136
+ /**
137
+ * @hidden
138
+ */
139
+ this.arrowUpIcon = caretAltUpIcon;
140
+ /**
141
+ * @hidden
142
+ */
143
+ this.arrowDownIcon = caretAltDownIcon;
132
144
  this.inputValue = '';
133
145
  this.minValidateFn = noop;
134
146
  this.maxValidateFn = noop;
@@ -454,7 +466,7 @@ export class NumericTextBoxComponent {
454
466
  */
455
467
  writeValue(value) {
456
468
  this.verifyValue(value);
457
- let restrictedValue = this.restrictModelValue(value);
469
+ const restrictedValue = this.restrictModelValue(value);
458
470
  this.value = restrictedValue;
459
471
  this.setInputValue();
460
472
  }
@@ -543,9 +555,6 @@ export class NumericTextBoxComponent {
543
555
  get focused() {
544
556
  return this.isFocused;
545
557
  }
546
- get hasDecimals() {
547
- return this.decimals !== null && this.decimals >= 0;
548
- }
549
558
  set focused(value) {
550
559
  if (this.isFocused !== value && this.hostElement) {
551
560
  const wrap = this.hostElement.nativeElement;
@@ -558,6 +567,9 @@ export class NumericTextBoxComponent {
558
567
  this.isFocused = value;
559
568
  }
560
569
  }
570
+ get hasDecimals() {
571
+ return this.decimals !== null && this.decimals >= 0;
572
+ }
561
573
  get isDisabled() {
562
574
  return this.disabled || this.readonly;
563
575
  }
@@ -645,7 +657,7 @@ export class NumericTextBoxComponent {
645
657
  return result;
646
658
  }
647
659
  limitInputValue(value) {
648
- let { selectionStart, selectionEnd, value: enteredValue } = this.numericInput.nativeElement;
660
+ const { selectionStart, selectionEnd, value: enteredValue } = this.numericInput.nativeElement;
649
661
  let limitedValue = value;
650
662
  let selectToEnd = false;
651
663
  if (!this.isInRange(value)) {
@@ -855,8 +867,8 @@ export class NumericTextBoxComponent {
855
867
  }
856
868
  }
857
869
  }
858
- NumericTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxComponent, deps: [{ token: i1.IntlService }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
859
- NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", title: "title", autoCorrect: "autoCorrect", format: "format", max: "max", min: "min", decimals: "decimals", placeholder: "placeholder", step: "step", spinners: "spinners", rangeValidation: "rangeValidation", tabindex: "tabindex", tabIndex: "tabIndex", changeValueOnScroll: "changeValueOnScroll", selectOnFocus: "selectOnFocus", value: "value", maxlength: "maxlength", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur" }, host: { properties: { "attr.dir": "this.direction", "class.k-disabled": "this.disableClass", "class.k-input": "this.hostClasses", "class.k-numerictextbox": "this.hostClasses" } }, providers: [
870
+ NumericTextBoxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxComponent, deps: [{ token: i1.IntlService }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.Injector }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
871
+ NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: { focusableId: "focusableId", disabled: "disabled", readonly: "readonly", title: "title", autoCorrect: "autoCorrect", format: "format", max: "max", min: "min", decimals: "decimals", placeholder: "placeholder", step: "step", spinners: "spinners", rangeValidation: "rangeValidation", tabindex: "tabindex", tabIndex: "tabIndex", changeValueOnScroll: "changeValueOnScroll", selectOnFocus: "selectOnFocus", value: "value", maxlength: "maxlength", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", onFocus: "focus", onBlur: "blur" }, host: { properties: { "attr.dir": "this.direction", "class.k-disabled": "this.disableClass", "class.k-input": "this.hostClasses", "class.k-numerictextbox": "this.hostClasses" } }, providers: [
860
872
  LocalizationService,
861
873
  { provide: L10N_PREFIX, useValue: 'kendo.numerictextbox' },
862
874
  { provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => NumericTextBoxComponent), multi: true },
@@ -906,12 +918,17 @@ NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
906
918
  [attr.aria-hidden]="true"
907
919
  [attr.aria-label]="incrementTitle"
908
920
  [title]="incrementTitle"
909
- [class.k-active]="arrowDirection === ArrowDirection.Up"
910
921
  class="k-spinner-increase k-button k-icon-button k-button-solid k-button-solid-base"
922
+ [class.k-active]="arrowDirection === ArrowDirection.Up"
911
923
  tabindex="-1"
912
924
  >
913
- <span class="k-button-icon k-icon k-i-caret-alt-up"></span>
914
- </button>
925
+ <kendo-icon-wrapper
926
+ name="caret-alt-up"
927
+ innerCssClass="k-button-icon"
928
+ [svgIcon]="arrowUpIcon"
929
+ >
930
+ </kendo-icon-wrapper>
931
+ </button>
915
932
  <button
916
933
  type="button"
917
934
  [kendoEventsOutsideAngular]="{ mousedown: decreasePress }"
@@ -921,12 +938,17 @@ NumericTextBoxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
921
938
  [class.k-active]="arrowDirection === ArrowDirection.Down"
922
939
  class="k-spinner-decrease k-button k-icon-button k-button-solid k-button-solid-base"
923
940
  tabindex="-1"
924
- >
925
- <span class="k-button-icon k-icon k-i-caret-alt-down"></span>
926
- </button>
941
+ >
942
+ <kendo-icon-wrapper
943
+ name="caret-alt-down"
944
+ innerCssClass="k-button-icon"
945
+ [svgIcon]="arrowDownIcon"
946
+ >
947
+ </kendo-icon-wrapper>
948
+ </button>
927
949
  </span>
928
- `, isInline: true, directives: [{ type: i3.LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]" }, { type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
929
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxComponent, decorators: [{
950
+ `, isInline: true, components: [{ type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i4.LocalizedNumericTextBoxMessagesDirective, selector: "[kendoNumericTextBoxLocalizedMessages]" }, { type: i5.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
951
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxComponent, decorators: [{
930
952
  type: Component,
931
953
  args: [{
932
954
  exportAs: 'kendoNumericTextBox',
@@ -982,12 +1004,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
982
1004
  [attr.aria-hidden]="true"
983
1005
  [attr.aria-label]="incrementTitle"
984
1006
  [title]="incrementTitle"
985
- [class.k-active]="arrowDirection === ArrowDirection.Up"
986
1007
  class="k-spinner-increase k-button k-icon-button k-button-solid k-button-solid-base"
1008
+ [class.k-active]="arrowDirection === ArrowDirection.Up"
987
1009
  tabindex="-1"
988
1010
  >
989
- <span class="k-button-icon k-icon k-i-caret-alt-up"></span>
990
- </button>
1011
+ <kendo-icon-wrapper
1012
+ name="caret-alt-up"
1013
+ innerCssClass="k-button-icon"
1014
+ [svgIcon]="arrowUpIcon"
1015
+ >
1016
+ </kendo-icon-wrapper>
1017
+ </button>
991
1018
  <button
992
1019
  type="button"
993
1020
  [kendoEventsOutsideAngular]="{ mousedown: decreasePress }"
@@ -997,9 +1024,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
997
1024
  [class.k-active]="arrowDirection === ArrowDirection.Down"
998
1025
  class="k-spinner-decrease k-button k-icon-button k-button-solid k-button-solid-base"
999
1026
  tabindex="-1"
1000
- >
1001
- <span class="k-button-icon k-icon k-i-caret-alt-down"></span>
1002
- </button>
1027
+ >
1028
+ <kendo-icon-wrapper
1029
+ name="caret-alt-down"
1030
+ innerCssClass="k-button-icon"
1031
+ [svgIcon]="arrowDownIcon"
1032
+ >
1033
+ </kendo-icon-wrapper>
1034
+ </button>
1003
1035
  </span>
1004
1036
  `
1005
1037
  }]
@@ -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 { POINT } from './constants';
@@ -31,7 +31,8 @@ export const decimalPart = (value) => {
31
31
  /**
32
32
  * @hidden
33
33
  */
34
- export const noop = (_) => { }; // eslint-disable-line no-empty
34
+ // eslint-disable-next-line @typescript-eslint/no-empty-function
35
+ export const noop = (_) => { };
35
36
  /**
36
37
  * @hidden
37
38
  */
@@ -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';
@@ -8,9 +8,10 @@ import { CommonModule } from '@angular/common';
8
8
  import { LocalizedNumericTextBoxMessagesDirective } from './numerictextbox/localization/localized-numerictextbox-messages.directive';
9
9
  import { NumericTextBoxCustomMessagesComponent } from './numerictextbox/localization/custom-messages.component';
10
10
  import { EventsModule } from '@progress/kendo-angular-common';
11
+ import { IconsModule } from '@progress/kendo-angular-icons';
11
12
  import * as i0 from "@angular/core";
12
13
  /**
13
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
14
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
14
15
  * definition for the NumericTextBox component.
15
16
  *
16
17
  * @example
@@ -42,13 +43,13 @@ import * as i0 from "@angular/core";
42
43
  */
43
44
  export class NumericTextBoxModule {
44
45
  }
45
- NumericTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- NumericTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxModule, declarations: [LocalizedNumericTextBoxMessagesDirective,
46
+ NumericTextBoxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
47
+ NumericTextBoxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxModule, declarations: [LocalizedNumericTextBoxMessagesDirective,
47
48
  NumericTextBoxComponent,
48
- NumericTextBoxCustomMessagesComponent], imports: [CommonModule, EventsModule], exports: [NumericTextBoxComponent,
49
+ NumericTextBoxCustomMessagesComponent], imports: [CommonModule, EventsModule, IconsModule], exports: [NumericTextBoxComponent,
49
50
  NumericTextBoxCustomMessagesComponent] });
50
- NumericTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxModule, imports: [[CommonModule, EventsModule]] });
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: NumericTextBoxModule, decorators: [{
51
+ NumericTextBoxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxModule, imports: [[CommonModule, EventsModule, IconsModule]] });
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: NumericTextBoxModule, decorators: [{
52
53
  type: NgModule,
53
54
  args: [{
54
55
  declarations: [
@@ -60,6 +61,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
60
61
  NumericTextBoxComponent,
61
62
  NumericTextBoxCustomMessagesComponent
62
63
  ],
63
- imports: [CommonModule, EventsModule]
64
+ imports: [CommonModule, EventsModule, IconsModule]
64
65
  }]
65
66
  }] });
@@ -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
  /**
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-inputs',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1668671644,
12
+ publishDate: 1673469269,
13
13
  version: '',
14
- licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
14
+ licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -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
5
  /**
6
6
  * Generated bundle index. Do not edit.
7
7
  */
8
- export * from './main';
8
+ export * from './index';
@@ -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, HostBinding, Input } from '@angular/core';
5
+ import { Directive, ElementRef, HostBinding, Input, Renderer2 } from '@angular/core';
6
6
  import { validatePackage } from '@progress/kendo-licensing';
7
7
  import { getStylingClasses } from '../common/utils';
8
8
  import { packageMetadata } from '../package-metadata';
@@ -61,9 +61,9 @@ export class RadioButtonDirective {
61
61
  }
62
62
  }
63
63
  }
64
- RadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadioButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
65
- RadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass" } }, ngImport: i0 });
66
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadioButtonDirective, decorators: [{
64
+ RadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadioButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
65
+ RadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass" } }, ngImport: i0 });
66
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadioButtonDirective, decorators: [{
67
67
  type: Directive,
68
68
  args: [{
69
69
  selector: 'input[kendoRadioButton]'
@@ -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';
@@ -7,7 +7,7 @@ import { RadioButtonDirective } from './radiobutton/radiobutton.directive';
7
7
  import { CommonModule } from '@angular/common';
8
8
  import * as i0 from "@angular/core";
9
9
  /**
10
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
10
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
11
11
  * definition for the RadioButton directive.
12
12
  *
13
13
  * @example
@@ -39,10 +39,10 @@ import * as i0 from "@angular/core";
39
39
  */
40
40
  export class RadioButtonModule {
41
41
  }
42
- RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
- RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadioButtonModule, declarations: [RadioButtonDirective], imports: [CommonModule], exports: [RadioButtonDirective] });
44
- RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadioButtonModule, imports: [[CommonModule]] });
45
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RadioButtonModule, decorators: [{
42
+ RadioButtonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadioButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
43
+ RadioButtonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadioButtonModule, declarations: [RadioButtonDirective], imports: [CommonModule], exports: [RadioButtonDirective] });
44
+ RadioButtonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadioButtonModule, imports: [[CommonModule]] });
45
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RadioButtonModule, decorators: [{
46
46
  type: NgModule,
47
47
  args: [{
48
48
  declarations: [RadioButtonDirective],
@@ -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 { RangeSliderMessages } from './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 RangeSliderCustomMessagesComponent extends RangeSliderMessages {
18
19
  return true;
19
20
  }
20
21
  }
21
- RangeSliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RangeSliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- RangeSliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: RangeSliderCustomMessagesComponent, selector: "kendo-rangeslider-messages", providers: [
22
+ RangeSliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RangeSliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ RangeSliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: RangeSliderCustomMessagesComponent, selector: "kendo-rangeslider-messages", providers: [
23
24
  {
24
25
  provide: RangeSliderMessages,
25
26
  useExisting: forwardRef(() => RangeSliderCustomMessagesComponent)
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: RangeSliderCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RangeSliderCustomMessagesComponent, 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 { RangeSliderMessages } from './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 LocalizedRangeSliderMessagesDirective extends RangeSliderMessages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- LocalizedRangeSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- LocalizedRangeSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LocalizedRangeSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]", providers: [
19
+ LocalizedRangeSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedRangeSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedRangeSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: RangeSliderMessages,
22
23
  useExisting: forwardRef(() => LocalizedRangeSliderMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedRangeSliderMessagesDirective, 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 RangeSliderMessages extends ComponentMessages {
12
12
  }
13
- RangeSliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RangeSliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- RangeSliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: RangeSliderMessages, selector: "kendo-rangeslider-messages-base", inputs: { dragHandleStart: "dragHandleStart", dragHandleEnd: "dragHandleEnd" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: RangeSliderMessages, decorators: [{
13
+ RangeSliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RangeSliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ RangeSliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: RangeSliderMessages, selector: "kendo-rangeslider-messages-base", inputs: { dragHandleStart: "dragHandleStart", dragHandleEnd: "dragHandleEnd" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: RangeSliderMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -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 { isStartHandle } from './../sliders-common/sliders-util';