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

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 (303) hide show
  1. package/NOTICE.txt +3 -3
  2. package/README.md +19 -19
  3. package/checkbox/checkbox.directive.d.ts +1 -1
  4. package/checkbox.module.d.ts +2 -2
  5. package/colorpicker/color-contrast-svg.component.d.ts +1 -1
  6. package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
  7. package/colorpicker/color-gradient.component.d.ts +1 -1
  8. package/colorpicker/color-input.component.d.ts +1 -1
  9. package/colorpicker/color-palette.component.d.ts +1 -1
  10. package/colorpicker/colorpicker.component.d.ts +1 -1
  11. package/colorpicker/constants.d.ts +2 -2
  12. package/colorpicker/contrast-validation.component.d.ts +1 -1
  13. package/colorpicker/contrast.component.d.ts +1 -1
  14. package/colorpicker/events/active-color-click-event.d.ts +1 -1
  15. package/colorpicker/events/cancel-event.d.ts +1 -1
  16. package/colorpicker/events/close-event.d.ts +1 -1
  17. package/colorpicker/events/kendo-drag-event.d.ts +1 -1
  18. package/colorpicker/events/open-event.d.ts +1 -1
  19. package/colorpicker/events.d.ts +1 -1
  20. package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
  21. package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
  22. package/colorpicker/flatcolorpicker.component.d.ts +1 -1
  23. package/colorpicker/focus-on-dom-ready.directive.d.ts +1 -1
  24. package/colorpicker/localization/colorgradient-localization.service.d.ts +1 -1
  25. package/colorpicker/localization/colorpalette-localization.service.d.ts +1 -1
  26. package/colorpicker/localization/colorpicker-localization.service.d.ts +1 -1
  27. package/colorpicker/localization/custom-messages.component.d.ts +1 -1
  28. package/colorpicker/localization/flatcolorpicker-localization.service.d.ts +1 -1
  29. package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
  30. package/colorpicker/localization/messages.d.ts +1 -1
  31. package/colorpicker/models/actions-layout.d.ts +1 -1
  32. package/colorpicker/models/colorpicker-view.d.ts +1 -1
  33. package/colorpicker/models/gradient-settings.d.ts +1 -1
  34. package/colorpicker/models/hsva.d.ts +1 -1
  35. package/colorpicker/models/output-format.d.ts +1 -1
  36. package/colorpicker/models/palette-presets.d.ts +1 -1
  37. package/colorpicker/models/palette-settings.d.ts +1 -1
  38. package/colorpicker/models/popup-settings.d.ts +1 -1
  39. package/colorpicker/models/rgb.d.ts +1 -1
  40. package/colorpicker/models/rgba.d.ts +1 -1
  41. package/colorpicker/models/table-cell.d.ts +1 -1
  42. package/colorpicker/models/tile-size.d.ts +1 -1
  43. package/colorpicker/models.d.ts +1 -1
  44. package/colorpicker/services/color-palette.service.d.ts +1 -1
  45. package/colorpicker/services/flatcolorpicker.service.d.ts +1 -1
  46. package/colorpicker/utils/color-parser.d.ts +1 -1
  47. package/colorpicker/utils/contrast-curve.d.ts +1 -1
  48. package/colorpicker/utils.d.ts +1 -1
  49. package/colorpicker.module.d.ts +2 -2
  50. package/common/dom-utils.d.ts +1 -1
  51. package/common/math.d.ts +1 -1
  52. package/common/models/fillmode.d.ts +1 -1
  53. package/common/models/rounded.d.ts +1 -1
  54. package/common/models/size.d.ts +1 -1
  55. package/common/models/styling-classes.d.ts +1 -1
  56. package/common/models.d.ts +1 -1
  57. package/common/utils.d.ts +1 -1
  58. package/{esm2015/checkbox/checkbox.directive.js → esm2020/checkbox/checkbox.directive.mjs} +5 -5
  59. package/{esm2015/checkbox.module.js → esm2020/checkbox.module.mjs} +6 -6
  60. package/{esm2015/colorpicker/color-contrast-svg.component.js → esm2020/colorpicker/color-contrast-svg.component.mjs} +10 -5
  61. package/{esm2015/colorpicker/color-gradient-numeric-label.directive.js → esm2020/colorpicker/color-gradient-numeric-label.directive.mjs} +6 -4
  62. package/{esm2015/colorpicker/color-gradient.component.js → esm2020/colorpicker/color-gradient.component.mjs} +25 -37
  63. package/{esm2015/colorpicker/color-input.component.js → esm2020/colorpicker/color-input.component.mjs} +9 -8
  64. package/{esm2015/colorpicker/color-palette.component.js → esm2020/colorpicker/color-palette.component.mjs} +7 -7
  65. package/{esm2015/colorpicker/colorpicker.component.js → esm2020/colorpicker/colorpicker.component.mjs} +10 -9
  66. package/{esm2015/colorpicker/constants.js → esm2020/colorpicker/constants.mjs} +1 -1
  67. package/{esm2015/colorpicker/contrast-validation.component.js → esm2020/colorpicker/contrast-validation.component.mjs} +6 -5
  68. package/{esm2015/colorpicker/contrast.component.js → esm2020/colorpicker/contrast.component.mjs} +6 -5
  69. package/{esm2015/colorpicker/events/active-color-click-event.js → esm2020/colorpicker/events/active-color-click-event.mjs} +1 -1
  70. package/{esm2015/colorpicker/events/cancel-event.js → esm2020/colorpicker/events/cancel-event.mjs} +1 -1
  71. package/{esm2015/colorpicker/events/close-event.js → esm2020/colorpicker/events/close-event.mjs} +1 -1
  72. package/{esm2015/colorpicker/models/gradient-settings.js → esm2020/colorpicker/events/kendo-drag-event.mjs} +1 -1
  73. package/{esm2015/colorpicker/events/open-event.js → esm2020/colorpicker/events/open-event.mjs} +1 -1
  74. package/{esm2015/colorpicker/events.js → esm2020/colorpicker/events.mjs} +1 -1
  75. package/{esm2015/colorpicker/flatcolorpicker-actions.component.js → esm2020/colorpicker/flatcolorpicker-actions.component.mjs} +6 -5
  76. package/{esm2015/colorpicker/flatcolorpicker-header.component.js → esm2020/colorpicker/flatcolorpicker-header.component.mjs} +6 -5
  77. package/{esm2015/colorpicker/flatcolorpicker.component.js → esm2020/colorpicker/flatcolorpicker.component.mjs} +20 -20
  78. package/{esm2015/colorpicker/focus-on-dom-ready.directive.js → esm2020/colorpicker/focus-on-dom-ready.directive.mjs} +5 -5
  79. package/{esm2015/colorpicker/localization/colorgradient-localization.service.js → esm2020/colorpicker/localization/colorgradient-localization.service.mjs} +5 -5
  80. package/{esm2015/colorpicker/localization/colorpalette-localization.service.js → esm2020/colorpicker/localization/colorpalette-localization.service.mjs} +5 -5
  81. package/{esm2015/colorpicker/localization/colorpicker-localization.service.js → esm2020/colorpicker/localization/colorpicker-localization.service.mjs} +5 -5
  82. package/{esm2015/colorpicker/localization/custom-messages.component.js → esm2020/colorpicker/localization/custom-messages.component.mjs} +5 -4
  83. package/{esm2015/colorpicker/localization/flatcolorpicker-localization.service.js → esm2020/colorpicker/localization/flatcolorpicker-localization.service.mjs} +5 -5
  84. package/{esm2015/colorpicker/localization/localized-colorpicker-messages.directive.js → esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs} +5 -4
  85. package/{esm2015/colorpicker/localization/messages.js → esm2020/colorpicker/localization/messages.mjs} +4 -4
  86. package/{esm2015/colorpicker/models/colorpicker-view.js → esm2020/colorpicker/models/actions-layout.mjs} +1 -1
  87. package/{esm2015/colorpicker/models/actions-layout.js → esm2020/colorpicker/models/colorpicker-view.mjs} +1 -1
  88. package/{esm2015/colorpicker/events/kendo-drag-event.js → esm2020/colorpicker/models/gradient-settings.mjs} +1 -1
  89. package/esm2020/colorpicker/models/hsva.mjs +5 -0
  90. package/esm2020/colorpicker/models/output-format.mjs +5 -0
  91. package/{esm2015/colorpicker/models/palette-presets.js → esm2020/colorpicker/models/palette-presets.mjs} +1 -1
  92. package/esm2020/colorpicker/models/palette-settings.mjs +5 -0
  93. package/esm2020/colorpicker/models/popup-settings.mjs +5 -0
  94. package/esm2020/colorpicker/models/rgb.mjs +5 -0
  95. package/esm2020/colorpicker/models/rgba.mjs +5 -0
  96. package/esm2020/colorpicker/models/table-cell.mjs +5 -0
  97. package/{esm2015/colorpicker/models/tile-size.js → esm2020/colorpicker/models/tile-size.mjs} +1 -1
  98. package/{esm2015/colorpicker/models.js → esm2020/colorpicker/models.mjs} +1 -1
  99. package/{esm2015/colorpicker/services/color-palette.service.js → esm2020/colorpicker/services/color-palette.service.mjs} +4 -4
  100. package/{esm2015/colorpicker/services/flatcolorpicker.service.js → esm2020/colorpicker/services/flatcolorpicker.service.mjs} +4 -4
  101. package/{esm2015/colorpicker/utils/color-parser.js → esm2020/colorpicker/utils/color-parser.mjs} +2 -2
  102. package/{esm2015/colorpicker/utils/contrast-curve.js → esm2020/colorpicker/utils/contrast-curve.mjs} +1 -1
  103. package/{esm2015/colorpicker/utils.js → esm2020/colorpicker/utils.mjs} +1 -1
  104. package/{esm2015/colorpicker.module.js → esm2020/colorpicker.module.mjs} +6 -6
  105. package/{esm2015/common/dom-utils.js → esm2020/common/dom-utils.mjs} +2 -1
  106. package/{esm2015/common/math.js → esm2020/common/math.mjs} +1 -1
  107. package/esm2020/common/models/fillmode.mjs +5 -0
  108. package/esm2020/common/models/rounded.mjs +5 -0
  109. package/esm2020/common/models/size.mjs +5 -0
  110. package/esm2020/common/models/styling-classes.mjs +5 -0
  111. package/{esm2015/common/models.js → esm2020/common/models.mjs} +1 -1
  112. package/{esm2015/common/utils.js → esm2020/common/utils.mjs} +1 -1
  113. package/{esm2015/formfield/error.component.js → esm2020/formfield/error.component.mjs} +4 -4
  114. package/{esm2015/formfield/formfield.component.js → esm2020/formfield/formfield.component.mjs} +5 -5
  115. package/{esm2015/formfield/hint.component.js → esm2020/formfield/hint.component.mjs} +4 -4
  116. package/esm2020/formfield/models/message-align.mjs +5 -0
  117. package/esm2020/formfield/models/orientation.mjs +5 -0
  118. package/esm2020/formfield/models/show-options.mjs +5 -0
  119. package/{esm2015/formfield.module.js → esm2020/formfield.module.mjs} +6 -6
  120. package/{esm2015/main.js → esm2020/index.mjs} +1 -1
  121. package/{esm2015/inputs.module.js → esm2020/inputs.module.mjs} +6 -6
  122. package/{esm2015/maskedtextbox/maskedtextbox.component.js → esm2020/maskedtextbox/maskedtextbox.component.mjs} +8 -8
  123. package/{esm2015/maskedtextbox/masking.service.js → esm2020/maskedtextbox/masking.service.mjs} +5 -5
  124. package/{esm2015/maskedtextbox/parsing/combinators.js → esm2020/maskedtextbox/parsing/combinators.mjs} +1 -1
  125. package/{esm2015/maskedtextbox/parsing/parsers.js → esm2020/maskedtextbox/parsing/parsers.mjs} +4 -4
  126. package/{esm2015/maskedtextbox/parsing/result.js → esm2020/maskedtextbox/parsing/result.mjs} +1 -1
  127. package/{esm2015/maskedtextbox/parsing/stream.js → esm2020/maskedtextbox/parsing/stream.mjs} +1 -1
  128. package/{esm2015/maskedtextbox.module.js → esm2020/maskedtextbox.module.mjs} +6 -6
  129. package/{esm2015/numerictextbox/arrow-direction.js → esm2020/numerictextbox/arrow-direction.mjs} +1 -1
  130. package/{esm2015/numerictextbox/constants.js → esm2020/numerictextbox/constants.mjs} +1 -1
  131. package/{esm2015/numerictextbox/localization/custom-messages.component.js → esm2020/numerictextbox/localization/custom-messages.component.mjs} +5 -4
  132. package/{esm2015/numerictextbox/localization/localized-numerictextbox-messages.directive.js → esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs} +5 -4
  133. package/{esm2015/numerictextbox/localization/messages.js → esm2020/numerictextbox/localization/messages.mjs} +4 -4
  134. package/{esm2015/numerictextbox/numerictextbox.component.js → esm2020/numerictextbox/numerictextbox.component.mjs} +11 -10
  135. package/{esm2015/numerictextbox/utils.js → esm2020/numerictextbox/utils.mjs} +3 -2
  136. package/{esm2015/numerictextbox.module.js → esm2020/numerictextbox.module.mjs} +6 -6
  137. package/{esm2015/package-metadata.js → esm2020/package-metadata.mjs} +3 -3
  138. package/{esm2015/kendo-angular-inputs.js → esm2020/progress-kendo-angular-inputs.mjs} +2 -2
  139. package/{esm2015/radiobutton/radiobutton.directive.js → esm2020/radiobutton/radiobutton.directive.mjs} +5 -5
  140. package/{esm2015/radiobutton.module.js → esm2020/radiobutton.module.mjs} +6 -6
  141. package/{esm2015/rangeslider/localization/custom-messages.component.js → esm2020/rangeslider/localization/custom-messages.component.mjs} +5 -4
  142. package/{esm2015/rangeslider/localization/localized-rangeslider-messages.directive.js → esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs} +5 -4
  143. package/{esm2015/rangeslider/localization/messages.js → esm2020/rangeslider/localization/messages.mjs} +4 -4
  144. package/{esm2015/rangeslider/rangeslider-model.js → esm2020/rangeslider/rangeslider-model.mjs} +1 -1
  145. package/esm2020/rangeslider/rangeslider-value.type.mjs +5 -0
  146. package/{esm2015/rangeslider/rangeslider.component.js → esm2020/rangeslider/rangeslider.component.mjs} +8 -8
  147. package/{esm2015/rangeslider.module.js → esm2020/rangeslider.module.mjs} +6 -6
  148. package/{esm2015/shared/input-separator.component.js → esm2020/shared/input-separator.component.mjs} +4 -4
  149. package/{esm2015/shared/textarea.directive.js → esm2020/shared/textarea.directive.mjs} +5 -5
  150. package/{esm2015/shared/utils.js → esm2020/shared/utils.mjs} +1 -1
  151. package/{esm2015/shared.module.js → esm2020/shared.module.mjs} +5 -5
  152. package/{esm2015/signature/events/close-event.js → esm2020/signature/events/close-event.mjs} +1 -1
  153. package/{esm2015/signature/events/index.js → esm2020/signature/events/index.mjs} +1 -1
  154. package/{esm2015/signature/events/open-event.js → esm2020/signature/events/open-event.mjs} +1 -1
  155. package/{esm2015/signature/localization/custom-messages.component.js → esm2020/signature/localization/custom-messages.component.mjs} +5 -4
  156. package/{esm2015/signature/localization/index.js → esm2020/signature/localization/index.mjs} +1 -1
  157. package/{esm2015/signature/localization/localized-signature-messages.directive.js → esm2020/signature/localization/localized-signature-messages.directive.mjs} +5 -4
  158. package/{esm2015/signature/localization/messages.js → esm2020/signature/localization/messages.mjs} +4 -4
  159. package/{esm2015/signature/signature.component.js → esm2020/signature/signature.component.mjs} +44 -45
  160. package/{esm2015/signature.module.js → esm2020/signature.module.mjs} +6 -6
  161. package/{esm2015/slider/localization/custom-messages.component.js → esm2020/slider/localization/custom-messages.component.mjs} +5 -4
  162. package/{esm2015/slider/localization/localized-slider-messages.directive.js → esm2020/slider/localization/localized-slider-messages.directive.mjs} +5 -4
  163. package/{esm2015/slider/localization/messages.js → esm2020/slider/localization/messages.mjs} +4 -4
  164. package/{esm2015/slider/slider-model.js → esm2020/slider/slider-model.mjs} +1 -1
  165. package/{esm2015/slider/slider.component.js → esm2020/slider/slider.component.mjs} +5 -5
  166. package/{esm2015/slider.module.js → esm2020/slider.module.mjs} +6 -6
  167. package/{esm2015/sliders-common/label-template.directive.js → esm2020/sliders-common/label-template.directive.mjs} +5 -5
  168. package/{esm2015/sliders-common/slider-base.js → esm2020/sliders-common/slider-base.mjs} +6 -5
  169. package/{esm2015/sliders-common/slider-model.base.js → esm2020/sliders-common/slider-model.base.mjs} +1 -1
  170. package/{esm2015/sliders-common/slider-ticks.component.js → esm2020/sliders-common/slider-ticks.component.mjs} +6 -6
  171. package/{esm2015/sliders-common/sliders-common.module.js → esm2020/sliders-common/sliders-common.module.mjs} +5 -5
  172. package/{esm2015/sliders-common/sliders-util.js → esm2020/sliders-common/sliders-util.mjs} +1 -1
  173. package/esm2020/sliders-common/title-callback.mjs +5 -0
  174. package/{esm2015/switch/localization/custom-messages.component.js → esm2020/switch/localization/custom-messages.component.mjs} +5 -4
  175. package/{esm2015/switch/localization/localized-switch-messages.directive.js → esm2020/switch/localization/localized-switch-messages.directive.mjs} +5 -4
  176. package/{esm2015/switch/localization/messages.js → esm2020/switch/localization/messages.mjs} +4 -4
  177. package/{esm2015/switch/switch.component.js → esm2020/switch/switch.component.mjs} +8 -10
  178. package/{esm2015/switch.module.js → esm2020/switch.module.mjs} +6 -6
  179. package/{esm2015/text-fields-common/text-fields-base.js → esm2020/text-fields-common/text-fields-base.mjs} +6 -5
  180. package/esm2020/textarea/models/flow.mjs +5 -0
  181. package/esm2020/textarea/models/resize.mjs +5 -0
  182. package/{esm2015/textarea/textarea-suffix.component.js → esm2020/textarea/textarea-suffix.component.mjs} +4 -4
  183. package/{esm2015/textarea/textarea.component.js → esm2020/textarea/textarea.component.mjs} +6 -6
  184. package/{esm2015/textarea.module.js → esm2020/textarea.module.mjs} +6 -6
  185. package/{esm2015/textbox/localization/custom-messages.component.js → esm2020/textbox/localization/custom-messages.component.mjs} +5 -4
  186. package/{esm2015/textbox/localization/localized-textbox-messages.directive.js → esm2020/textbox/localization/localized-textbox-messages.directive.mjs} +5 -4
  187. package/{esm2015/textbox/localization/messages.js → esm2020/textbox/localization/messages.mjs} +4 -4
  188. package/esm2020/textbox/models/icon-show-options.mjs +5 -0
  189. package/{esm2015/textbox/textbox-prefix.directive.js → esm2020/textbox/textbox-prefix.directive.mjs} +5 -5
  190. package/{esm2015/textbox/textbox-suffix.directive.js → esm2020/textbox/textbox-suffix.directive.mjs} +5 -5
  191. package/{esm2015/textbox/textbox.component.js → esm2020/textbox/textbox.component.mjs} +6 -6
  192. package/{esm2015/textbox/textbox.directive.js → esm2020/textbox/textbox.directive.mjs} +5 -5
  193. package/{esm2015/textbox.module.js → esm2020/textbox.module.mjs} +6 -6
  194. package/{esm2015/validators/max.validator.js → esm2020/validators/max.validator.mjs} +1 -1
  195. package/{esm2015/validators/min.validator.js → esm2020/validators/min.validator.mjs} +1 -1
  196. package/fesm2015/progress-kendo-angular-inputs.mjs +14687 -0
  197. package/{fesm2015/kendo-angular-inputs.js → fesm2020/progress-kendo-angular-inputs.mjs} +799 -817
  198. package/formfield/error.component.d.ts +1 -1
  199. package/formfield/formfield.component.d.ts +1 -1
  200. package/formfield/hint.component.d.ts +1 -1
  201. package/formfield/models/message-align.d.ts +1 -1
  202. package/formfield/models/orientation.d.ts +1 -1
  203. package/formfield/models/show-options.d.ts +1 -1
  204. package/formfield.module.d.ts +2 -2
  205. package/{main.d.ts → index.d.ts} +1 -1
  206. package/inputs.module.d.ts +2 -2
  207. package/maskedtextbox/maskedtextbox.component.d.ts +1 -1
  208. package/maskedtextbox/masking.service.d.ts +1 -1
  209. package/maskedtextbox/parsing/combinators.d.ts +1 -1
  210. package/maskedtextbox/parsing/parsers.d.ts +1 -1
  211. package/maskedtextbox/parsing/result.d.ts +1 -1
  212. package/maskedtextbox/parsing/stream.d.ts +1 -1
  213. package/maskedtextbox.module.d.ts +2 -2
  214. package/numerictextbox/arrow-direction.d.ts +1 -1
  215. package/numerictextbox/constants.d.ts +4 -4
  216. package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
  217. package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
  218. package/numerictextbox/localization/messages.d.ts +1 -1
  219. package/numerictextbox/numerictextbox.component.d.ts +2 -2
  220. package/numerictextbox/utils.d.ts +1 -1
  221. package/numerictextbox.module.d.ts +2 -2
  222. package/package-metadata.d.ts +1 -1
  223. package/package.json +33 -61
  224. package/{kendo-angular-inputs.d.ts → progress-kendo-angular-inputs.d.ts} +2 -2
  225. package/radiobutton/radiobutton.directive.d.ts +1 -1
  226. package/radiobutton.module.d.ts +2 -2
  227. package/rangeslider/localization/custom-messages.component.d.ts +1 -1
  228. package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
  229. package/rangeslider/localization/messages.d.ts +1 -1
  230. package/rangeslider/rangeslider-model.d.ts +1 -1
  231. package/rangeslider/rangeslider-value.type.d.ts +1 -1
  232. package/rangeslider/rangeslider.component.d.ts +1 -1
  233. package/rangeslider.module.d.ts +2 -2
  234. package/schematics/ngAdd/index.js +1 -5
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +2 -2
  281. package/validators/max.validator.d.ts +1 -1
  282. package/validators/min.validator.d.ts +1 -1
  283. package/bundles/kendo-angular-inputs.umd.js +0 -5
  284. package/esm2015/colorpicker/models/hsva.js +0 -5
  285. package/esm2015/colorpicker/models/output-format.js +0 -5
  286. package/esm2015/colorpicker/models/palette-settings.js +0 -5
  287. package/esm2015/colorpicker/models/popup-settings.js +0 -5
  288. package/esm2015/colorpicker/models/rgb.js +0 -5
  289. package/esm2015/colorpicker/models/rgba.js +0 -5
  290. package/esm2015/colorpicker/models/table-cell.js +0 -5
  291. package/esm2015/common/models/fillmode.js +0 -5
  292. package/esm2015/common/models/rounded.js +0 -5
  293. package/esm2015/common/models/size.js +0 -5
  294. package/esm2015/common/models/styling-classes.js +0 -5
  295. package/esm2015/formfield/models/message-align.js +0 -5
  296. package/esm2015/formfield/models/orientation.js +0 -5
  297. package/esm2015/formfield/models/show-options.js +0 -5
  298. package/esm2015/rangeslider/rangeslider-value.type.js +0 -5
  299. package/esm2015/sliders-common/title-callback.js +0 -5
  300. package/esm2015/textarea/models/flow.js +0 -5
  301. package/esm2015/textarea/models/resize.js +0 -5
  302. package/esm2015/textbox/models/icon-show-options.js +0 -5
  303. 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 © 2022 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,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { SignatureMessages } 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 SignatureCustomMessagesComponent extends SignatureMessages {
18
19
  return true;
19
20
  }
20
21
  }
21
- SignatureCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- SignatureCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SignatureCustomMessagesComponent, selector: "kendo-signature-messages", providers: [
22
+ SignatureCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ SignatureCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SignatureCustomMessagesComponent, selector: "kendo-signature-messages", providers: [
23
24
  {
24
25
  provide: SignatureMessages,
25
26
  useExisting: forwardRef(() => SignatureCustomMessagesComponent)
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: SignatureCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureCustomMessagesComponent, decorators: [{
29
30
  type: Component,
30
31
  args: [{
31
32
  providers: [
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { SignatureMessages } 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 LocalizedSignatureMessagesDirective extends SignatureMessages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- LocalizedSignatureMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedSignatureMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- LocalizedSignatureMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LocalizedSignatureMessagesDirective, selector: "[kendoSignatureLocalizedMessages]", providers: [
19
+ LocalizedSignatureMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedSignatureMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedSignatureMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedSignatureMessagesDirective, selector: "[kendoSignatureLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: SignatureMessages,
22
23
  useExisting: forwardRef(() => LocalizedSignatureMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedSignatureMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedSignatureMessagesDirective, 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 © 2022 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 SignatureMessages extends ComponentMessages {
12
12
  }
13
- SignatureMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- SignatureMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SignatureMessages, selector: "kendo-signature-messages-base", inputs: { clear: "clear", minimize: "minimize", maximize: "maximize", canvasLabel: "canvasLabel" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureMessages, decorators: [{
13
+ SignatureMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ SignatureMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SignatureMessages, selector: "kendo-signature-messages-base", inputs: { clear: "clear", minimize: "minimize", maximize: "maximize", canvasLabel: "canvasLabel" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -1,9 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { __awaiter } from "tslib";
6
- import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, forwardRef, HostBinding, Input, Output, ViewChild } from '@angular/core';
5
+ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, EventEmitter, forwardRef, HostBinding, Input, NgZone, Output, Renderer2, ViewChild } from '@angular/core';
7
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
8
7
  import { anyChanged, closest, isDocumentAvailable, Keys } from '@progress/kendo-angular-common';
9
8
  import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
@@ -14,10 +13,10 @@ import { packageMetadata } from '../package-metadata';
14
13
  import { SignatureCloseEvent, SignatureOpenEvent } from './events';
15
14
  import * as i0 from "@angular/core";
16
15
  import * as i1 from "@progress/kendo-angular-l10n";
17
- import * as i2 from "@progress/kendo-angular-dialog";
18
- import * as i3 from "./localization/localized-signature-messages.directive";
19
- import * as i4 from "@angular/common";
20
- import * as i5 from "@progress/kendo-angular-buttons";
16
+ import * as i2 from "@progress/kendo-angular-buttons";
17
+ import * as i3 from "@progress/kendo-angular-dialog";
18
+ import * as i4 from "./localization/localized-signature-messages.directive";
19
+ import * as i5 from "@angular/common";
21
20
  const noop = () => { };
22
21
  const FOCUSED_CLASS = 'k-focus';
23
22
  const DEFAULT_SIZE = 'medium';
@@ -305,11 +304,19 @@ export class SignatureComponent {
305
304
  });
306
305
  }
307
306
  ngAfterViewInit() {
307
+ if (!isDocumentAvailable()) {
308
+ return;
309
+ }
308
310
  this.applyHostClasses();
309
311
  this.readThemeColors();
310
312
  this.ngZone.runOutsideAngular(() => {
311
313
  const element = this.canvas.nativeElement;
312
- this.instance = new SignaturePad(element, Object.assign(Object.assign({}, this.options), { onChange: () => this.onValueChange(), onDraw: () => this.onDraw(), onDrawEnd: () => this.onDrawEnd() }));
314
+ this.instance = new SignaturePad(element, {
315
+ ...this.options,
316
+ onChange: () => this.onValueChange(),
317
+ onDraw: () => this.onDraw(),
318
+ onDrawEnd: () => this.onDrawEnd()
319
+ });
313
320
  if (this.value) {
314
321
  this.instance.loadImage(this.value);
315
322
  }
@@ -346,18 +353,16 @@ export class SignatureComponent {
346
353
  /**
347
354
  * @hidden
348
355
  */
349
- onValueChange() {
350
- return __awaiter(this, void 0, void 0, function* () {
351
- const value = yield this.instance.exportImage({
352
- width: this.baseWidth * this.exportScale,
353
- height: this.baseHeight * this.exportScale
354
- });
355
- this._value = value;
356
- this.cd.markForCheck();
357
- this.ngZone.run(() => {
358
- this.valueChange.emit(value);
359
- this.notifyNgChanged(value);
360
- });
356
+ async onValueChange() {
357
+ const value = await this.instance.exportImage({
358
+ width: this.baseWidth * this.exportScale,
359
+ height: this.baseHeight * this.exportScale
360
+ });
361
+ this._value = value;
362
+ this.cd.markForCheck();
363
+ this.ngZone.run(() => {
364
+ this.valueChange.emit(value);
365
+ this.notifyNgChanged(value);
361
366
  });
362
367
  }
363
368
  /**
@@ -373,44 +378,40 @@ export class SignatureComponent {
373
378
  * @hidden
374
379
  */
375
380
  onDialogClick(e) {
376
- var _a;
377
381
  if (e.target.classList.contains('k-overlay')) {
378
382
  this.isOpen = false;
379
- (_a = this.maximizeButton) === null || _a === void 0 ? void 0 : _a.nativeElement.focus();
383
+ this.maximizeButton?.nativeElement.focus();
380
384
  }
381
385
  }
382
386
  /**
383
387
  * @hidden
384
388
  */
385
389
  onDialogKeydown(e) {
386
- var _a;
387
390
  if (e.keyCode === Keys.Escape) {
388
391
  this.isOpen = false;
389
392
  this.cd.detectChanges();
390
- (_a = this.maximizeButton) === null || _a === void 0 ? void 0 : _a.nativeElement.focus();
393
+ this.maximizeButton?.nativeElement.focus();
391
394
  }
392
395
  }
393
396
  /**
394
397
  * @hidden
395
398
  */
396
399
  onDialogClose() {
397
- var _a;
398
400
  const args = new SignatureCloseEvent();
399
401
  this.close.next(args);
400
402
  if (!args.isDefaultPrevented()) {
401
403
  this.isOpen = false;
402
- (_a = this.maximizeButton) === null || _a === void 0 ? void 0 : _a.nativeElement.focus();
404
+ this.maximizeButton?.nativeElement.focus();
403
405
  }
404
406
  }
405
407
  /**
406
408
  * Clears the value of the Signature.
407
409
  */
408
410
  reset() {
409
- var _a;
410
411
  if (!isPresent(this.value)) {
411
412
  return;
412
413
  }
413
- (_a = this.instance) === null || _a === void 0 ? void 0 : _a.clear();
414
+ this.instance?.clear();
414
415
  this.value = this._value = undefined;
415
416
  this.notifyNgChanged(undefined);
416
417
  }
@@ -430,19 +431,17 @@ export class SignatureComponent {
430
431
  /**
431
432
  * @hidden
432
433
  */
433
- onMaximize() {
434
- return __awaiter(this, void 0, void 0, function* () {
435
- const args = new SignatureOpenEvent();
436
- this.open.next(args);
437
- if (!args.isDefaultPrevented()) {
438
- this.popupValue = yield this.instance.exportImage({
439
- width: this.popupWidth * this.exportScale,
440
- height: this.popupHeight * this.exportScale
441
- });
442
- this.isOpen = true;
443
- this.cd.detectChanges();
444
- }
445
- });
434
+ async onMaximize() {
435
+ const args = new SignatureOpenEvent();
436
+ this.open.next(args);
437
+ if (!args.isDefaultPrevented()) {
438
+ this.popupValue = await this.instance.exportImage({
439
+ width: this.popupWidth * this.exportScale,
440
+ height: this.popupHeight * this.exportScale
441
+ });
442
+ this.isOpen = true;
443
+ this.cd.detectChanges();
444
+ }
446
445
  }
447
446
  /**
448
447
  * @hidden
@@ -573,8 +572,8 @@ export class SignatureComponent {
573
572
  return this.localization.get(key);
574
573
  }
575
574
  }
576
- SignatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
577
- SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SignatureComponent, selector: "kendo-signature", inputs: { readonly: "readonly", disabled: "disabled", width: "width", height: "height", value: "value", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", color: "color", backgroundColor: "backgroundColor", strokeWidth: "strokeWidth", smooth: "smooth", maximizable: "maximizable", maximized: "maximized", popupScale: "popupScale", exportScale: "exportScale", parentLocalization: "parentLocalization", hideLine: "hideLine" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur", minimize: "minimize" }, host: { properties: { "class.k-signature": "this.staticHostClasses", "class.k-input": "this.staticHostClasses", "attr.dir": "this.direction", "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabled", "style.width.px": "this.width", "style.height.px": "this.height" } }, providers: [
575
+ SignatureComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
576
+ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SignatureComponent, selector: "kendo-signature", inputs: { readonly: "readonly", disabled: "disabled", width: "width", height: "height", value: "value", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", color: "color", backgroundColor: "backgroundColor", strokeWidth: "strokeWidth", smooth: "smooth", maximizable: "maximizable", maximized: "maximized", popupScale: "popupScale", exportScale: "exportScale", parentLocalization: "parentLocalization", hideLine: "hideLine" }, outputs: { valueChange: "valueChange", open: "open", close: "close", onFocus: "focus", onBlur: "blur", minimize: "minimize" }, host: { properties: { "class.k-signature": "this.staticHostClasses", "class.k-input": "this.staticHostClasses", "attr.dir": "this.direction", "class.k-readonly": "this.readonly", "class.k-disabled": "this.disabled", "style.width.px": "this.width", "style.height.px": "this.height" } }, providers: [
578
577
  LocalizationService,
579
578
  { provide: L10N_PREFIX, useValue: 'kendo.signature' },
580
579
  { multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SignatureComponent) }
@@ -667,8 +666,8 @@ SignatureComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
667
666
  [parentLocalization]="localization">
668
667
  </kendo-signature>
669
668
  </kendo-dialog>
670
- `, isInline: true, components: [{ type: i2.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: SignatureComponent, selector: "kendo-signature", inputs: ["readonly", "disabled", "width", "height", "value", "tabindex", "size", "rounded", "fillMode", "color", "backgroundColor", "strokeWidth", "smooth", "maximizable", "maximized", "popupScale", "exportScale", "parentLocalization", "hideLine"], outputs: ["valueChange", "open", "close", "focus", "blur", "minimize"], exportAs: ["kendoSignature"] }], directives: [{ type: i3.LocalizedSignatureMessagesDirective, selector: "[kendoSignatureLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.ButtonDirective, selector: "button[kendoButton], span[kendoButton]", inputs: ["toggleable", "togglable", "selected", "tabIndex", "icon", "iconClass", "imageUrl", "disabled", "size", "rounded", "fillMode", "themeColor", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
671
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureComponent, decorators: [{
669
+ `, isInline: true, components: [{ type: i2.Button, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { type: i3.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { type: SignatureComponent, selector: "kendo-signature", inputs: ["readonly", "disabled", "width", "height", "value", "tabindex", "size", "rounded", "fillMode", "color", "backgroundColor", "strokeWidth", "smooth", "maximizable", "maximized", "popupScale", "exportScale", "parentLocalization", "hideLine"], outputs: ["valueChange", "open", "close", "focus", "blur", "minimize"], exportAs: ["kendoSignature"] }], directives: [{ type: i4.LocalizedSignatureMessagesDirective, selector: "[kendoSignatureLocalizedMessages]" }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
670
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureComponent, decorators: [{
672
671
  type: Component,
673
672
  args: [{
674
673
  exportAs: 'kendoSignature',
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -10,7 +10,7 @@ import { LocalizedSignatureMessagesDirective, SignatureCustomMessagesComponent }
10
10
  import { SignatureComponent } from './signature/signature.component';
11
11
  import * as i0 from "@angular/core";
12
12
  /**
13
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
13
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
14
14
  * definition for the Signature component.
15
15
  *
16
16
  * @example
@@ -42,19 +42,19 @@ import * as i0 from "@angular/core";
42
42
  */
43
43
  export class SignatureModule {
44
44
  }
45
- SignatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
- SignatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureModule, declarations: [SignatureComponent,
45
+ SignatureModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
46
+ SignatureModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureModule, declarations: [SignatureComponent,
47
47
  SignatureCustomMessagesComponent,
48
48
  LocalizedSignatureMessagesDirective], imports: [ButtonModule,
49
49
  CommonModule,
50
50
  DialogsModule], exports: [SignatureComponent,
51
51
  SignatureCustomMessagesComponent] });
52
- SignatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureModule, imports: [[
52
+ SignatureModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureModule, imports: [[
53
53
  ButtonModule,
54
54
  CommonModule,
55
55
  DialogsModule
56
56
  ]] });
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SignatureModule, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SignatureModule, decorators: [{
58
58
  type: NgModule,
59
59
  args: [{
60
60
  declarations: [
@@ -1,8 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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 { SliderMessages } 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 SliderCustomMessagesComponent extends SliderMessages {
18
19
  return true;
19
20
  }
20
21
  }
21
- SliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
22
- SliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SliderCustomMessagesComponent, selector: "kendo-slider-messages", providers: [
22
+ SliderCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
23
+ SliderCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SliderCustomMessagesComponent, selector: "kendo-slider-messages", providers: [
23
24
  {
24
25
  provide: SliderMessages,
25
26
  useExisting: forwardRef(() => SliderCustomMessagesComponent)
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: SliderCustomMessagesComponent, decorators: [{
29
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderCustomMessagesComponent, 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 © 2022 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 { SliderMessages } 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 LocalizedSliderMessagesDirective extends SliderMessages {
15
16
  this.service = service;
16
17
  }
17
18
  }
18
- LocalizedSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
19
- LocalizedSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LocalizedSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]", providers: [
19
+ LocalizedSliderMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedSliderMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
20
+ LocalizedSliderMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LocalizedSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]", providers: [
20
21
  {
21
22
  provide: SliderMessages,
22
23
  useExisting: forwardRef(() => LocalizedSliderMessagesDirective)
23
24
  }
24
25
  ], usesInheritance: true, ngImport: i0 });
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LocalizedSliderMessagesDirective, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LocalizedSliderMessagesDirective, 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 © 2022 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 SliderMessages extends ComponentMessages {
12
12
  }
13
- SliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- SliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: SliderMessages, selector: "kendo-slider-messages-base", inputs: { decrement: "decrement", increment: "increment", dragHandle: "dragHandle" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderMessages, decorators: [{
13
+ SliderMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ SliderMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: SliderMessages, selector: "kendo-slider-messages-base", inputs: { decrement: "decrement", increment: "increment", dragHandle: "dragHandle" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderMessages, 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 © 2022 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,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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, Input, ViewChild, forwardRef } from '@angular/core';
5
+ import { Renderer2, Component, ElementRef, Input, ViewChild, forwardRef, NgZone, Injector, ChangeDetectorRef } from '@angular/core';
6
6
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
7
7
  import { fromEvent, interval, merge } from 'rxjs';
8
8
  import { filter, concatMap, startWith, takeUntil, take } from 'rxjs/operators';
@@ -387,8 +387,8 @@ export class SliderComponent extends SliderBase {
387
387
  });
388
388
  }
389
389
  }
390
- SliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
391
- SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SliderComponent, selector: "kendo-slider", inputs: { focusableId: "focusableId", dragHandleTitle: "dragHandleTitle", incrementTitle: "incrementTitle", animate: "animate", decrementTitle: "decrementTitle", showButtons: "showButtons", value: "value", tabIndex: "tabIndex" }, providers: [
390
+ SliderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
391
+ SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SliderComponent, selector: "kendo-slider", inputs: { focusableId: "focusableId", dragHandleTitle: "dragHandleTitle", incrementTitle: "incrementTitle", animate: "animate", decrementTitle: "decrementTitle", showButtons: "showButtons", value: "value", tabIndex: "tabIndex" }, providers: [
392
392
  LocalizationService,
393
393
  { provide: L10N_PREFIX, useValue: 'kendo.slider' },
394
394
  { multi: true, provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SliderComponent) },
@@ -471,7 +471,7 @@ SliderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
471
471
  <kendo-resize-sensor (resize)="sizeComponent(false)"></kendo-resize-sensor>
472
472
  </div>
473
473
  `, isInline: true, components: [{ type: i2.SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: ["tickTitle", "vertical", "step", "largeStep", "min", "max", "labelTemplate"] }, { type: i3.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }], directives: [{ type: i4.LocalizedSliderMessagesDirective, selector: "[kendoSliderLocalizedMessages]" }, { type: i3.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }] });
474
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderComponent, decorators: [{
474
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderComponent, decorators: [{
475
475
  type: Component,
476
476
  args: [{
477
477
  exportAs: 'kendoSlider',
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
@@ -11,7 +11,7 @@ import { SliderCustomMessagesComponent } from './slider/localization/custom-mess
11
11
  import { LabelTemplateDirective } from './sliders-common/label-template.directive';
12
12
  import * as i0 from "@angular/core";
13
13
  /**
14
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
14
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
15
15
  * definition for the Slider component.
16
16
  *
17
17
  * @example
@@ -44,15 +44,15 @@ import * as i0 from "@angular/core";
44
44
  */
45
45
  export class SliderModule {
46
46
  }
47
- SliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
48
- SliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderModule, declarations: [SliderComponent,
47
+ SliderModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
48
+ SliderModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderModule, declarations: [SliderComponent,
49
49
  SliderCustomMessagesComponent,
50
50
  LocalizedSliderMessagesDirective], imports: [CommonModule, SlidersCommonModule], exports: [SliderComponent,
51
51
  SliderCustomMessagesComponent,
52
52
  LabelTemplateDirective,
53
53
  LocalizedSliderMessagesDirective] });
54
- SliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderModule, imports: [[CommonModule, SlidersCommonModule]] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderModule, decorators: [{
54
+ SliderModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderModule, imports: [[CommonModule, SlidersCommonModule]] });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderModule, decorators: [{
56
56
  type: NgModule,
57
57
  args: [{
58
58
  declarations: [
@@ -1,8 +1,8 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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, Optional } from '@angular/core';
5
+ import { Directive, TemplateRef, Optional } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Represents the template for the labels of the Slider.
@@ -33,9 +33,9 @@ export class LabelTemplateDirective {
33
33
  this.templateRef = templateRef;
34
34
  }
35
35
  }
36
- LabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
- LabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.16", type: LabelTemplateDirective, selector: "[kendoSliderLabelTemplate]", ngImport: i0 });
38
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: LabelTemplateDirective, decorators: [{
36
+ LabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
37
+ LabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.11", type: LabelTemplateDirective, selector: "[kendoSliderLabelTemplate]", ngImport: i0 });
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: LabelTemplateDirective, decorators: [{
39
39
  type: Directive,
40
40
  args: [{
41
41
  selector: '[kendoSliderLabelTemplate]'
@@ -1,9 +1,10 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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';
6
- import { Input, Output, EventEmitter, HostBinding, ElementRef, ViewChild, ContentChild, Component } from '@angular/core';
6
+ import { LocalizationService } from '@progress/kendo-angular-l10n';
7
+ import { Input, Output, EventEmitter, HostBinding, Injector, Renderer2, NgZone, ChangeDetectorRef, ElementRef, ViewChild, ContentChild, Component } from '@angular/core';
7
8
  import { Subscription } from 'rxjs';
8
9
  import { NgControl } from '@angular/forms';
9
10
  import { Keys } from '@progress/kendo-angular-common';
@@ -180,9 +181,9 @@ export class SliderBase {
180
181
  });
181
182
  }
182
183
  }
183
- SliderBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderBase, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
184
- SliderBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SliderBase, selector: "kendo-slider-base", inputs: { title: "title", tickPlacement: "tickPlacement", vertical: "vertical", min: "min", max: "max", smallStep: "smallStep", largeStep: "largeStep", fixedTickWidth: "fixedTickWidth", disabled: "disabled", readonly: "readonly", tabindex: "tabindex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "attr.dir": "this.direction", "class.k-slider-horizontal": "this.horizontalClass", "class.k-slider-vertical": "this.verticalClass", "class.k-slider": "this.sliderClass", "class.k-disabled": "this.disabledClass" } }, queries: [{ propertyName: "labelTemplate", first: true, predicate: LabelTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "wrapper", first: true, predicate: ["wrap"], descendants: true, static: true }, { propertyName: "track", first: true, predicate: ["track"], descendants: true, static: true }, { propertyName: "sliderSelection", first: true, predicate: ["sliderSelection"], descendants: true, static: true }, { propertyName: "ticksContainer", first: true, predicate: ["ticks"], descendants: true, read: ElementRef }, { propertyName: "ticks", first: true, predicate: ["ticks"], descendants: true }], ngImport: i0, template: ``, isInline: true });
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderBase, decorators: [{
184
+ SliderBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderBase, deps: [{ token: i1.LocalizationService }, { token: i0.Injector }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
185
+ SliderBase.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SliderBase, selector: "kendo-slider-base", inputs: { title: "title", tickPlacement: "tickPlacement", vertical: "vertical", min: "min", max: "max", smallStep: "smallStep", largeStep: "largeStep", fixedTickWidth: "fixedTickWidth", disabled: "disabled", readonly: "readonly", tabindex: "tabindex" }, outputs: { onFocus: "focus", onBlur: "blur", valueChange: "valueChange" }, host: { properties: { "attr.dir": "this.direction", "class.k-slider-horizontal": "this.horizontalClass", "class.k-slider-vertical": "this.verticalClass", "class.k-slider": "this.sliderClass", "class.k-disabled": "this.disabledClass" } }, queries: [{ propertyName: "labelTemplate", first: true, predicate: LabelTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "wrapper", first: true, predicate: ["wrap"], descendants: true, static: true }, { propertyName: "track", first: true, predicate: ["track"], descendants: true, static: true }, { propertyName: "sliderSelection", first: true, predicate: ["sliderSelection"], descendants: true, static: true }, { propertyName: "ticksContainer", first: true, predicate: ["ticks"], descendants: true, read: ElementRef }, { propertyName: "ticks", first: true, predicate: ["ticks"], descendants: true }], ngImport: i0, template: ``, isInline: true });
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderBase, decorators: [{
186
187
  type: Component,
187
188
  args: [{
188
189
  selector: 'kendo-slider-base',
@@ -1,5 +1,5 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 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,9 +1,9 @@
1
1
  /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2021 Progress Software Corporation. All rights reserved.
2
+ * Copyright © 2022 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /* eslint-disable @angular-eslint/component-selector */
6
- import { Component, Input, ViewChildren, HostBinding } from '@angular/core';
6
+ import { Component, Input, QueryList, ViewChildren, HostBinding, TemplateRef } from '@angular/core';
7
7
  import { calculateTicksCount, calculateValueFromTick } from './sliders-util';
8
8
  import * as i0 from "@angular/core";
9
9
  import * as i1 from "@angular/common";
@@ -37,7 +37,7 @@ export class SliderTicksComponent {
37
37
  min: this.min,
38
38
  smallStep: this.step
39
39
  };
40
- let result = [];
40
+ const result = [];
41
41
  for (let i = 0; i < count; i++) {
42
42
  result.push(new SliderTick(calculateValueFromTick(i, tickValueProps)));
43
43
  if (largeStep && i % largeStep === 0) {
@@ -58,8 +58,8 @@ export class SliderTicksComponent {
58
58
  };
59
59
  }
60
60
  }
61
- SliderTicksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderTicksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
62
- SliderTicksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: { tickTitle: "tickTitle", vertical: "vertical", step: "step", largeStep: "largeStep", min: "min", max: "max", labelTemplate: "labelTemplate" }, host: { properties: { "class": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "tickElements", predicate: ["tickElement"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
61
+ SliderTicksComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderTicksComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
62
+ SliderTicksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: SliderTicksComponent, selector: "[kendoSliderTicks]", inputs: { tickTitle: "tickTitle", vertical: "vertical", step: "step", largeStep: "largeStep", min: "min", max: "max", labelTemplate: "labelTemplate" }, host: { properties: { "class": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "tickElements", predicate: ["tickElement"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
63
63
  <li #tickElement *ngFor="let tick of ticks;"
64
64
  [ngClass]="tick.classes"
65
65
  title="{{ tickTitle(tick.value) }}"
@@ -78,7 +78,7 @@ SliderTicksComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
78
78
  {{ tickTitle(value) }}
79
79
  </ng-template>
80
80
  `, isInline: true, directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i1.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { type: i1.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
81
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SliderTicksComponent, decorators: [{
81
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: SliderTicksComponent, decorators: [{
82
82
  type: Component,
83
83
  args: [{
84
84
  selector: '[kendoSliderTicks]',