@progress/kendo-react-inputs 5.7.0-sig.202208281415 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (793) hide show
  1. package/LICENSE.md +11 -0
  2. package/NOTICE.txt +111 -0
  3. package/README.md +4 -4
  4. package/about.md +1 -1
  5. package/dist/cdn/js/kendo-react-inputs.js +1 -1
  6. package/dist/es/checkbox/Checkbox.js +1 -0
  7. package/dist/es/colors/ColorInput.js +1 -1
  8. package/dist/es/colors/ColorPalette.d.ts +1 -1
  9. package/dist/es/colors/ColorPicker.js +1 -1
  10. package/dist/es/colors/FlatColorPicker.js +1 -1
  11. package/dist/es/input/InputClearValue.d.ts +15 -0
  12. package/dist/es/input/InputClearValue.js +24 -0
  13. package/dist/es/input/InputPrefix.d.ts +15 -0
  14. package/dist/es/input/InputPrefix.js +24 -0
  15. package/dist/es/input/InputSeparator.d.ts +15 -0
  16. package/dist/es/input/InputSeparator.js +24 -0
  17. package/dist/es/input/InputSuffix.d.ts +15 -0
  18. package/dist/es/input/InputSuffix.js +24 -0
  19. package/dist/es/input/InputValidationIcon.d.ts +14 -0
  20. package/dist/es/input/InputValidationIcon.js +20 -0
  21. package/dist/es/main.d.ts +6 -0
  22. package/dist/es/main.js +6 -0
  23. package/dist/es/maskedtextbox/MaskedTextBox.d.ts +1 -1
  24. package/dist/es/numerictextbox/NumericTextBox.js +2 -2
  25. package/dist/es/package-metadata.js +1 -1
  26. package/dist/es/rating/Rating.js +1 -1
  27. package/dist/es/signature/Signature.js +5 -5
  28. package/dist/es/signature/interfaces/SignatureProps.d.ts +4 -0
  29. package/dist/es/slider/Slider.js +2 -6
  30. package/dist/es/slider/SliderLabel.js +1 -2
  31. package/dist/es/switch/Switch.js +5 -5
  32. package/dist/es/textbox/Textbox.d.ts +69 -0
  33. package/dist/es/textbox/Textbox.js +111 -0
  34. package/dist/npm/checkbox/Checkbox.js +1 -0
  35. package/dist/npm/colors/ColorInput.js +1 -1
  36. package/dist/npm/colors/ColorPalette.d.ts +1 -1
  37. package/dist/npm/colors/ColorPicker.js +1 -1
  38. package/dist/npm/colors/FlatColorPicker.js +1 -1
  39. package/dist/npm/input/InputClearValue.d.ts +15 -0
  40. package/dist/npm/input/InputClearValue.js +27 -0
  41. package/dist/npm/input/InputPrefix.d.ts +15 -0
  42. package/dist/npm/input/InputPrefix.js +27 -0
  43. package/dist/npm/input/InputSeparator.d.ts +15 -0
  44. package/dist/npm/input/InputSeparator.js +27 -0
  45. package/dist/npm/input/InputSuffix.d.ts +15 -0
  46. package/dist/npm/input/InputSuffix.js +27 -0
  47. package/dist/npm/input/InputValidationIcon.d.ts +14 -0
  48. package/dist/npm/input/InputValidationIcon.js +23 -0
  49. package/dist/npm/main.d.ts +6 -0
  50. package/dist/npm/main.js +13 -1
  51. package/dist/npm/maskedtextbox/MaskedTextBox.d.ts +1 -1
  52. package/dist/npm/numerictextbox/NumericTextBox.js +2 -2
  53. package/dist/npm/package-metadata.js +1 -1
  54. package/dist/npm/rating/Rating.js +1 -1
  55. package/dist/npm/signature/Signature.js +5 -5
  56. package/dist/npm/signature/interfaces/SignatureProps.d.ts +4 -0
  57. package/dist/npm/slider/Slider.js +2 -6
  58. package/dist/npm/slider/SliderLabel.js +1 -2
  59. package/dist/npm/switch/Switch.js +5 -5
  60. package/dist/npm/textbox/Textbox.d.ts +69 -0
  61. package/dist/npm/textbox/Textbox.js +114 -0
  62. package/dist/systemjs/kendo-react-inputs.js +1 -1
  63. package/package.json +19 -17
  64. package/api.json +0 -71211
  65. package/dist/npm/signature/interfaces/SignatureState.d.ts +0 -15
  66. package/dist/npm/signature/interfaces/SignatureState.js +0 -2
  67. package/docs/_meta.yml +0 -3
  68. package/docs/api/Checkbox.md +0 -23
  69. package/docs/api/CheckboxBlurEvent.md +0 -132
  70. package/docs/api/CheckboxChangeEvent.md +0 -167
  71. package/docs/api/CheckboxFocusEvent.md +0 -132
  72. package/docs/api/CheckboxHandle.md +0 -167
  73. package/docs/api/CheckboxProps.md +0 -1068
  74. package/docs/api/CheckboxPropsContext.md +0 -17
  75. package/docs/api/ColorGradient.md +0 -27
  76. package/docs/api/ColorGradientChangeEvent.md +0 -167
  77. package/docs/api/ColorGradientHandle.md +0 -99
  78. package/docs/api/ColorGradientProps.md +0 -538
  79. package/docs/api/ColorGradientPropsContext.md +0 -17
  80. package/docs/api/ColorPalette.md +0 -26
  81. package/docs/api/ColorPaletteChangeEvent.md +0 -202
  82. package/docs/api/ColorPaletteHandle.md +0 -64
  83. package/docs/api/ColorPaletteProps.md +0 -542
  84. package/docs/api/ColorPalettePropsContext.md +0 -17
  85. package/docs/api/ColorPicker.md +0 -23
  86. package/docs/api/ColorPickerActiveColorClick.md +0 -132
  87. package/docs/api/ColorPickerBlurEvent.md +0 -97
  88. package/docs/api/ColorPickerChangeEvent.md +0 -132
  89. package/docs/api/ColorPickerFocusEvent.md +0 -97
  90. package/docs/api/ColorPickerGradientSettings.md +0 -102
  91. package/docs/api/ColorPickerPaletteSettings.md +0 -148
  92. package/docs/api/ColorPickerPopupSettings.md +0 -97
  93. package/docs/api/ColorPickerProps.md +0 -1078
  94. package/docs/api/ColorPickerPropsContext.md +0 -17
  95. package/docs/api/ColorPickerView.md +0 -19
  96. package/docs/api/Direction.md +0 -12
  97. package/docs/api/FlatColorPicker.md +0 -13
  98. package/docs/api/FlatColorPickerHandle.md +0 -127
  99. package/docs/api/FlatColorPickerProps.md +0 -412
  100. package/docs/api/FormComponentValidity.md +0 -428
  101. package/docs/api/Input.md +0 -17
  102. package/docs/api/InputChangeEvent.md +0 -167
  103. package/docs/api/InputHandle.md +0 -204
  104. package/docs/api/InputProps.md +0 -428
  105. package/docs/api/InputPropsContext.md +0 -17
  106. package/docs/api/MaskedTextBox.md +0 -17
  107. package/docs/api/MaskedTextBoxChangeEvent.md +0 -237
  108. package/docs/api/MaskedTextBoxEvent.md +0 -132
  109. package/docs/api/MaskedTextBoxHandle.md +0 -265
  110. package/docs/api/MaskedTextBoxProps.md +0 -1395
  111. package/docs/api/MaskedTextBoxPropsContext.md +0 -17
  112. package/docs/api/NumericTextBox.md +0 -13
  113. package/docs/api/NumericTextBoxBlurEvent.md +0 -132
  114. package/docs/api/NumericTextBoxChangeEvent.md +0 -167
  115. package/docs/api/NumericTextBoxFocusEvent.md +0 -132
  116. package/docs/api/NumericTextBoxHandle.md +0 -197
  117. package/docs/api/NumericTextBoxProps.md +0 -1471
  118. package/docs/api/NumericTextBoxPropsContext.md +0 -17
  119. package/docs/api/RadioButton.md +0 -17
  120. package/docs/api/RadioButtonBlurEvent.md +0 -132
  121. package/docs/api/RadioButtonChangeEvent.md +0 -167
  122. package/docs/api/RadioButtonFocusEvent.md +0 -132
  123. package/docs/api/RadioButtonHandle.md +0 -97
  124. package/docs/api/RadioButtonProps.md +0 -791
  125. package/docs/api/RadioButtonPropsContext.md +0 -17
  126. package/docs/api/RadioGroup.md +0 -17
  127. package/docs/api/RadioGroupChangeEvent.md +0 -167
  128. package/docs/api/RadioGroupFocusEvent.md +0 -132
  129. package/docs/api/RadioGroupHandle.md +0 -97
  130. package/docs/api/RadioGroupProps.md +0 -707
  131. package/docs/api/RadioGroupPropsContext.md +0 -17
  132. package/docs/api/Range.md +0 -13
  133. package/docs/api/RangeSlider.md +0 -17
  134. package/docs/api/RangeSliderChangeEvent.md +0 -132
  135. package/docs/api/RangeSliderHandle.md +0 -127
  136. package/docs/api/RangeSliderProps.md +0 -853
  137. package/docs/api/RangeSliderPropsContext.md +0 -17
  138. package/docs/api/Rating.md +0 -17
  139. package/docs/api/RatingChangeEvent.md +0 -132
  140. package/docs/api/RatingFocusEvent.md +0 -97
  141. package/docs/api/RatingHandle.md +0 -97
  142. package/docs/api/RatingItem.md +0 -13
  143. package/docs/api/RatingItemFocusEvent.md +0 -97
  144. package/docs/api/RatingItemHandle.md +0 -132
  145. package/docs/api/RatingItemKeyboardEvent.md +0 -97
  146. package/docs/api/RatingItemMouseEvent.md +0 -97
  147. package/docs/api/RatingItemProps.md +0 -941
  148. package/docs/api/RatingKeyboardEvent.md +0 -97
  149. package/docs/api/RatingMouseEvent.md +0 -97
  150. package/docs/api/RatingProps.md +0 -1308
  151. package/docs/api/RatingPropsContext.md +0 -17
  152. package/docs/api/Signature.md +0 -13
  153. package/docs/api/SignatureBlurEvent.md +0 -132
  154. package/docs/api/SignatureChangeEvent.md +0 -167
  155. package/docs/api/SignatureCloseEvent.md +0 -132
  156. package/docs/api/SignatureFocusEvent.md +0 -132
  157. package/docs/api/SignatureHandle.md +0 -162
  158. package/docs/api/SignatureOpenEvent.md +0 -132
  159. package/docs/api/SignatureProps.md +0 -1592
  160. package/docs/api/SignaturePropsContext.md +0 -17
  161. package/docs/api/Slider.md +0 -17
  162. package/docs/api/SliderChangeEvent.md +0 -167
  163. package/docs/api/SliderHandle.md +0 -99
  164. package/docs/api/SliderLabel.md +0 -62
  165. package/docs/api/SliderLabelProps.md +0 -171
  166. package/docs/api/SliderProps.md +0 -902
  167. package/docs/api/SliderPropsContext.md +0 -17
  168. package/docs/api/Switch.md +0 -17
  169. package/docs/api/SwitchChangeEvent.md +0 -167
  170. package/docs/api/SwitchHandle.md +0 -239
  171. package/docs/api/SwitchProps.md +0 -1081
  172. package/docs/api/SwitchPropsContext.md +0 -17
  173. package/docs/api/TextArea.md +0 -27
  174. package/docs/api/TextAreaBlurEvent.md +0 -132
  175. package/docs/api/TextAreaChangeEvent.md +0 -167
  176. package/docs/api/TextAreaFocusEvent.md +0 -132
  177. package/docs/api/TextAreaProps.md +0 -1082
  178. package/docs/api/TextAreaPropsContext.md +0 -17
  179. package/docs/api/TileSize.md +0 -18
  180. package/docs/api/ToggleBaseProps.md +0 -132
  181. package/docs/api/_meta.yml +0 -3
  182. package/docs/api/index.md +0 -425
  183. package/docs/auto-imports.js +0 -40
  184. package/docs/checkbox/_meta.yml +0 -3
  185. package/docs/checkbox/accessibility.md +0 -26
  186. package/docs/checkbox/appearance.md +0 -28
  187. package/docs/checkbox/controlled.md +0 -57
  188. package/docs/checkbox/default-state.md +0 -24
  189. package/docs/checkbox/disabled.md +0 -23
  190. package/docs/checkbox/forms-support.md +0 -90
  191. package/docs/checkbox/index.md +0 -46
  192. package/docs/checkbox/keyboard-navigation.md +0 -36
  193. package/docs/checkbox/labels.md +0 -36
  194. package/docs/colorgradient/_meta.yml +0 -3
  195. package/docs/colorgradient/color-contrast.md +0 -34
  196. package/docs/colorgradient/controlled.md +0 -32
  197. package/docs/colorgradient/disabled.md +0 -23
  198. package/docs/colorgradient/index.md +0 -42
  199. package/docs/colorgradient/noopacity.md +0 -28
  200. package/docs/colorpalette/_meta.yml +0 -3
  201. package/docs/colorpalette/assets/demo-img.png +0 -0
  202. package/docs/colorpalette/controlled.md +0 -32
  203. package/docs/colorpalette/custom.md +0 -23
  204. package/docs/colorpalette/disabled.md +0 -23
  205. package/docs/colorpalette/events.md +0 -27
  206. package/docs/colorpalette/index.md +0 -47
  207. package/docs/colorpalette/keyboard-navigation.md +0 -36
  208. package/docs/colorpalette/presets.md +0 -23
  209. package/docs/colorpicker/_meta.yml +0 -3
  210. package/docs/colorpicker/appearance.md +0 -30
  211. package/docs/colorpicker/color-contrast.md +0 -33
  212. package/docs/colorpicker/combined-views.md +0 -46
  213. package/docs/colorpicker/controlled.md +0 -57
  214. package/docs/colorpicker/custom.md +0 -67
  215. package/docs/colorpicker/default-value.md +0 -20
  216. package/docs/colorpicker/disabled.md +0 -20
  217. package/docs/colorpicker/index.md +0 -41
  218. package/docs/colorpicker/keyboard-navigation.md +0 -39
  219. package/docs/custom-attributes.md +0 -27
  220. package/docs/examples/attribute/class/main.tsx +0 -44
  221. package/docs/examples/attribute/func/main.tsx +0 -58
  222. package/docs/examples/checkbox/appearance/func/main.tsx +0 -33
  223. package/docs/examples/checkbox/controlled/checked/class/main.tsx +0 -32
  224. package/docs/examples/checkbox/controlled/checked/func/main.tsx +0 -29
  225. package/docs/examples/checkbox/controlled/value/class/main.tsx +0 -32
  226. package/docs/examples/checkbox/controlled/value/func/main.tsx +0 -28
  227. package/docs/examples/checkbox/default/func/main.tsx +0 -15
  228. package/docs/examples/checkbox/disabled/func/main.tsx +0 -19
  229. package/docs/examples/checkbox/forms/basic/class/main.tsx +0 -79
  230. package/docs/examples/checkbox/forms/basic/func/main.tsx +0 -71
  231. package/docs/examples/checkbox/forms/custom-message/class/main.tsx +0 -117
  232. package/docs/examples/checkbox/forms/custom-message/func/main.tsx +0 -124
  233. package/docs/examples/checkbox/forms/disable-styles/class/main.tsx +0 -126
  234. package/docs/examples/checkbox/forms/disable-styles/func/main.tsx +0 -125
  235. package/docs/examples/checkbox/forms/kendo-react-form/func/main.tsx +0 -137
  236. package/docs/examples/checkbox/keyboard/class/main.tsx +0 -32
  237. package/docs/examples/checkbox/keyboard/func/main.tsx +0 -27
  238. package/docs/examples/checkbox/labels/custom/func/main.tsx +0 -20
  239. package/docs/examples/checkbox/labels/setup/func/main.tsx +0 -20
  240. package/docs/examples/checkbox/main/func/main.tsx +0 -22
  241. package/docs/examples/colorgradient/colorcontrast/class/main.tsx +0 -48
  242. package/docs/examples/colorgradient/colorcontrast/func/main.tsx +0 -43
  243. package/docs/examples/colorgradient/controlled/class/main.tsx +0 -29
  244. package/docs/examples/colorgradient/controlled/func/main.tsx +0 -21
  245. package/docs/examples/colorgradient/disabled/func/main.tsx +0 -17
  246. package/docs/examples/colorgradient/opacity/class/main.tsx +0 -32
  247. package/docs/examples/colorgradient/opacity/func/main.tsx +0 -24
  248. package/docs/examples/colorgradient/overview/class/main.tsx +0 -42
  249. package/docs/examples/colorgradient/overview/func/main.tsx +0 -34
  250. package/docs/examples/colorpalette/controlled/class/main.tsx +0 -25
  251. package/docs/examples/colorpalette/controlled/func/main.tsx +0 -17
  252. package/docs/examples/colorpalette/custom/func/main.tsx +0 -13
  253. package/docs/examples/colorpalette/disabled/func/main.tsx +0 -13
  254. package/docs/examples/colorpalette/keyboard/class/main.tsx +0 -30
  255. package/docs/examples/colorpalette/keyboard/func/main.tsx +0 -30
  256. package/docs/examples/colorpalette/overview/basic/class/main.tsx +0 -55
  257. package/docs/examples/colorpalette/overview/basic/class/styles.css +0 -50
  258. package/docs/examples/colorpalette/overview/basic/func/main.tsx +0 -47
  259. package/docs/examples/colorpalette/overview/basic/func/styles.css +0 -50
  260. package/docs/examples/colorpalette/overview/events/class/main.tsx +0 -48
  261. package/docs/examples/colorpalette/overview/events/func/main.tsx +0 -40
  262. package/docs/examples/colorpalette/presets/func/main.tsx +0 -70
  263. package/docs/examples/colorpicker/appearance/func/main.tsx +0 -37
  264. package/docs/examples/colorpicker/colorcontrast/class/main.tsx +0 -50
  265. package/docs/examples/colorpicker/colorcontrast/func/main.tsx +0 -44
  266. package/docs/examples/colorpicker/controlled/popup/class/main.tsx +0 -39
  267. package/docs/examples/colorpicker/controlled/popup/func/main.tsx +0 -31
  268. package/docs/examples/colorpicker/controlled/value/class/main.tsx +0 -25
  269. package/docs/examples/colorpicker/controlled/value/func/main.tsx +0 -17
  270. package/docs/examples/colorpicker/custom/custom-icons/func/main.tsx +0 -18
  271. package/docs/examples/colorpicker/custom/gradient/func/main.tsx +0 -24
  272. package/docs/examples/colorpicker/custom/kendo-icons/func/main.tsx +0 -18
  273. package/docs/examples/colorpicker/custom/palette/func/main.tsx +0 -28
  274. package/docs/examples/colorpicker/default/func/main.tsx +0 -24
  275. package/docs/examples/colorpicker/disabled/func/main.tsx +0 -17
  276. package/docs/examples/colorpicker/keyboard/class/main.tsx +0 -30
  277. package/docs/examples/colorpicker/keyboard/func/main.tsx +0 -29
  278. package/docs/examples/colorpicker/overview/func/main.tsx +0 -24
  279. package/docs/examples/colorpicker/view/combined/class/main.tsx +0 -37
  280. package/docs/examples/colorpicker/view/combined/func/main.tsx +0 -27
  281. package/docs/examples/colorpicker/view/popup/class/main.tsx +0 -66
  282. package/docs/examples/colorpicker/view/popup/func/main.tsx +0 -55
  283. package/docs/examples/flatcolorpicker/basic/func/main.tsx +0 -13
  284. package/docs/examples/flatcolorpicker/customization/footer/func/main.tsx +0 -13
  285. package/docs/examples/flatcolorpicker/customization/header/func/main.tsx +0 -13
  286. package/docs/examples/flatcolorpicker/disabled/func/main.tsx +0 -13
  287. package/docs/examples/get-started/func/main.tsx +0 -14
  288. package/docs/examples/globalization/func/main.tsx +0 -47
  289. package/docs/examples/input/counter/main.tsx +0 -30
  290. package/docs/examples/input/forms/basic/class/main.tsx +0 -87
  291. package/docs/examples/input/forms/basic/func/main.tsx +0 -79
  292. package/docs/examples/input/forms/custom-message/class/main.tsx +0 -94
  293. package/docs/examples/input/forms/custom-message/func/main.tsx +0 -86
  294. package/docs/examples/input/forms/disable-styles/class/main.tsx +0 -115
  295. package/docs/examples/input/forms/disable-styles/func/main.tsx +0 -106
  296. package/docs/examples/input/forms/override/class/main.tsx +0 -111
  297. package/docs/examples/input/forms/override/func/main.tsx +0 -102
  298. package/docs/examples/input/main/main.jsx +0 -17
  299. package/docs/examples/input/overview/func/main.tsx +0 -88
  300. package/docs/examples/label/class/main.tsx +0 -69
  301. package/docs/examples/label/func/main.tsx +0 -65
  302. package/docs/examples/maskedtextbox/appearance/func/main.tsx +0 -41
  303. package/docs/examples/maskedtextbox/disabled/func/main.tsx +0 -24
  304. package/docs/examples/maskedtextbox/forms/basic/class/main.tsx +0 -78
  305. package/docs/examples/maskedtextbox/forms/basic/func/main.tsx +0 -70
  306. package/docs/examples/maskedtextbox/forms/custom-message/class/main.tsx +0 -81
  307. package/docs/examples/maskedtextbox/forms/custom-message/func/main.tsx +0 -73
  308. package/docs/examples/maskedtextbox/forms/disable-styles/class/main.tsx +0 -75
  309. package/docs/examples/maskedtextbox/forms/disable-styles/func/main.tsx +0 -67
  310. package/docs/examples/maskedtextbox/forms/override/class/main.tsx +0 -85
  311. package/docs/examples/maskedtextbox/forms/override/func/main.tsx +0 -75
  312. package/docs/examples/maskedtextbox/mask/basic/func/main.tsx +0 -19
  313. package/docs/examples/maskedtextbox/mask/extend/func/main.tsx +0 -35
  314. package/docs/examples/maskedtextbox/overview/basic/func/main.tsx +0 -18
  315. package/docs/examples/maskedtextbox/readonly/func/main.tsx +0 -20
  316. package/docs/examples/maskedtextbox/valid/class/main.tsx +0 -59
  317. package/docs/examples/maskedtextbox/valid/func/main.tsx +0 -51
  318. package/docs/examples/maskedtextbox/value/class/main.tsx +0 -37
  319. package/docs/examples/maskedtextbox/value/func/main.tsx +0 -29
  320. package/docs/examples/numerictextbox/appearance/func/main.tsx +0 -39
  321. package/docs/examples/numerictextbox/formats/func/main.tsx +0 -53
  322. package/docs/examples/numerictextbox/forms/basic/class/main.tsx +0 -75
  323. package/docs/examples/numerictextbox/forms/basic/func/main.tsx +0 -67
  324. package/docs/examples/numerictextbox/forms/custom-message/class/main.tsx +0 -82
  325. package/docs/examples/numerictextbox/forms/custom-message/func/main.tsx +0 -74
  326. package/docs/examples/numerictextbox/forms/disable-styles/class/main.tsx +0 -98
  327. package/docs/examples/numerictextbox/forms/disable-styles/func/main.tsx +0 -85
  328. package/docs/examples/numerictextbox/forms/override/class/main.tsx +0 -96
  329. package/docs/examples/numerictextbox/forms/override/func/main.tsx +0 -87
  330. package/docs/examples/numerictextbox/forms/ref/class/main.tsx +0 -44
  331. package/docs/examples/numerictextbox/forms/ref/func/main.tsx +0 -34
  332. package/docs/examples/numerictextbox/keyboard/func/main.tsx +0 -20
  333. package/docs/examples/numerictextbox/overview/class/main.tsx +0 -55
  334. package/docs/examples/numerictextbox/overview/func/main.tsx +0 -43
  335. package/docs/examples/numerictextbox/spin/func/main.tsx +0 -22
  336. package/docs/examples/numerictextbox/step/func/main.tsx +0 -21
  337. package/docs/examples/overview/func/main.tsx +0 -102
  338. package/docs/examples/props-context/overview/class/grid-with-filtering.tsx +0 -32
  339. package/docs/examples/props-context/overview/class/main.tsx +0 -26
  340. package/docs/examples/props-context/overview/class/sample-products.ts +0 -182
  341. package/docs/examples/props-context/overview/func/grid-with-filtering.tsx +0 -32
  342. package/docs/examples/props-context/overview/func/main.tsx +0 -24
  343. package/docs/examples/props-context/overview/func/sample-products.ts +0 -182
  344. package/docs/examples/radiobutton/appearance/func/main.tsx +0 -28
  345. package/docs/examples/radiobutton/custom-labels/func/main.tsx +0 -28
  346. package/docs/examples/radiobutton/disabled/func/main.tsx +0 -20
  347. package/docs/examples/radiobutton/labels/func/main.tsx +0 -20
  348. package/docs/examples/radiobutton/overview/class/main.tsx +0 -35
  349. package/docs/examples/radiobutton/overview/func/main.tsx +0 -30
  350. package/docs/examples/radiogroup/controlled/class/main.tsx +0 -49
  351. package/docs/examples/radiogroup/controlled/func/main.tsx +0 -40
  352. package/docs/examples/radiogroup/default-state/func/main.tsx +0 -19
  353. package/docs/examples/radiogroup/forms/class/main.tsx +0 -150
  354. package/docs/examples/radiogroup/forms/func/main.tsx +0 -146
  355. package/docs/examples/radiogroup/keyboard/class/main.tsx +0 -37
  356. package/docs/examples/radiogroup/keyboard/func/main.tsx +0 -31
  357. package/docs/examples/radiogroup/layout/class/main.tsx +0 -49
  358. package/docs/examples/radiogroup/layout/func/main.tsx +0 -43
  359. package/docs/examples/radiogroup/overview/func/main.tsx +0 -18
  360. package/docs/examples/rangeslider/controlled/class/main.tsx +0 -45
  361. package/docs/examples/rangeslider/controlled/func/main.tsx +0 -37
  362. package/docs/examples/rangeslider/disabled/func/main.tsx +0 -27
  363. package/docs/examples/rangeslider/labels/func/main.tsx +0 -26
  364. package/docs/examples/rangeslider/orientation/func/main.tsx +0 -27
  365. package/docs/examples/rangeslider/overview/func/main.tsx +0 -26
  366. package/docs/examples/rating/controlled/class/main.tsx +0 -29
  367. package/docs/examples/rating/controlled/func/main.tsx +0 -21
  368. package/docs/examples/rating/disabled/func/main.tsx +0 -18
  369. package/docs/examples/rating/forms/class/main.tsx +0 -85
  370. package/docs/examples/rating/forms/func/main.tsx +0 -79
  371. package/docs/examples/rating/icon/func/main.tsx +0 -15
  372. package/docs/examples/rating/items/func/main.tsx +0 -15
  373. package/docs/examples/rating/label/class/main.tsx +0 -33
  374. package/docs/examples/rating/label/func/main.tsx +0 -26
  375. package/docs/examples/rating/navigation/func/main.tsx +0 -15
  376. package/docs/examples/rating/overview/func/main.tsx +0 -12
  377. package/docs/examples/rating/precision/func/main.tsx +0 -27
  378. package/docs/examples/rating/rating-item/advanced/class/main.tsx +0 -82
  379. package/docs/examples/rating/rating-item/advanced/func/main.tsx +0 -76
  380. package/docs/examples/rating/rating-item/overview/func/main.tsx +0 -75
  381. package/docs/examples/rating/readonly/func/main.tsx +0 -18
  382. package/docs/examples/rating/selection/func/main.tsx +0 -25
  383. package/docs/examples/rtl/func/main.tsx +0 -99
  384. package/docs/examples/shared/checkbox-style-configurator.tsx +0 -69
  385. package/docs/examples/shared/es.json +0 -6
  386. package/docs/examples/shared/radiobutton-style-configurator.tsx +0 -47
  387. package/docs/examples/shared/sample-signature.ts +0 -2
  388. package/docs/examples/shared/style-configurator.tsx +0 -93
  389. package/docs/examples/shared/switch-style-configurator.tsx +0 -91
  390. package/docs/examples/signature/appearance/all-options/func/main.tsx +0 -89
  391. package/docs/examples/signature/appearance/color/func/main.tsx +0 -17
  392. package/docs/examples/signature/appearance/stroke-width/func/main.tsx +0 -16
  393. package/docs/examples/signature/controlled/export-scale/func/main.tsx +0 -34
  394. package/docs/examples/signature/controlled/popup/func/main.tsx +0 -28
  395. package/docs/examples/signature/controlled/value/func/main.tsx +0 -19
  396. package/docs/examples/signature/disabled/func/main.tsx +0 -17
  397. package/docs/examples/signature/events/func/main.tsx +0 -66
  398. package/docs/examples/signature/forms/kendo/func/main.tsx +0 -148
  399. package/docs/examples/signature/overview/func/main.tsx +0 -239
  400. package/docs/examples/signature/overview/func/styles.css +0 -56
  401. package/docs/examples/signature/popup/disabled/func/main.tsx +0 -14
  402. package/docs/examples/signature/popup/scale/func/main.tsx +0 -14
  403. package/docs/examples/signature/readonly/func/main.tsx +0 -17
  404. package/docs/examples/signature/smooth/func/main.tsx +0 -14
  405. package/docs/examples/slider/buttons/func/main.tsx +0 -18
  406. package/docs/examples/slider/controlled/class/main.tsx +0 -45
  407. package/docs/examples/slider/controlled/func/main.tsx +0 -36
  408. package/docs/examples/slider/labels/class/main.tsx +0 -44
  409. package/docs/examples/slider/labels/func/main.tsx +0 -35
  410. package/docs/examples/slider/orientation/func/main.tsx +0 -25
  411. package/docs/examples/slider/overview/func/main.tsx +0 -24
  412. package/docs/examples/switch/appearance/func/main.tsx +0 -38
  413. package/docs/examples/switch/controlled/manual/class/main.tsx +0 -40
  414. package/docs/examples/switch/controlled/manual/func/main.tsx +0 -33
  415. package/docs/examples/switch/controlled/readonly/func/main.tsx +0 -15
  416. package/docs/examples/switch/default/func/main.tsx +0 -15
  417. package/docs/examples/switch/disabled/func/main.tsx +0 -15
  418. package/docs/examples/switch/forms/basic/class/main.tsx +0 -81
  419. package/docs/examples/switch/forms/basic/func/main.tsx +0 -72
  420. package/docs/examples/switch/forms/custom-message/class/main.tsx +0 -108
  421. package/docs/examples/switch/forms/custom-message/func/main.tsx +0 -100
  422. package/docs/examples/switch/forms/disable-styles/class/main.tsx +0 -129
  423. package/docs/examples/switch/forms/disable-styles/func/main.tsx +0 -118
  424. package/docs/examples/switch/forms/kendo-react-form/class/main.tsx +0 -104
  425. package/docs/examples/switch/forms/kendo-react-form/func/main.tsx +0 -106
  426. package/docs/examples/switch/keyboard/class/main.tsx +0 -22
  427. package/docs/examples/switch/keyboard/func/main.tsx +0 -23
  428. package/docs/examples/switch/labels/func/main.tsx +0 -15
  429. package/docs/examples/switch/overview/basic/func/main.tsx +0 -15
  430. package/docs/examples/textarea/appearance/func/main.tsx +0 -39
  431. package/docs/examples/textarea/auto-sizing/func/main.tsx +0 -18
  432. package/docs/examples/textarea/controlled/class/main.tsx +0 -32
  433. package/docs/examples/textarea/controlled/func/main.tsx +0 -26
  434. package/docs/examples/textarea/counter/class/main.tsx +0 -38
  435. package/docs/examples/textarea/counter/func/main.tsx +0 -32
  436. package/docs/examples/textarea/default-state/func/main.tsx +0 -18
  437. package/docs/examples/textarea/disabled/func/main.tsx +0 -20
  438. package/docs/examples/textarea/forms/kendo-react-form/class/main.tsx +0 -152
  439. package/docs/examples/textarea/forms/kendo-react-form/func/main.tsx +0 -140
  440. package/docs/examples/textarea/main/func/main.tsx +0 -15
  441. package/docs/examples/textarea/overview/class/main.tsx +0 -103
  442. package/docs/examples/textarea/overview/func/main.tsx +0 -90
  443. package/docs/examples/textarea/sizing/func/main.tsx +0 -15
  444. package/docs/examples/tsconfig.json +0 -29
  445. package/docs/flatcolorpicker/_meta.yml +0 -3
  446. package/docs/flatcolorpicker/customization.md +0 -33
  447. package/docs/flatcolorpicker/disabled.md +0 -22
  448. package/docs/flatcolorpicker/index.md +0 -30
  449. package/docs/floating-labels.md +0 -35
  450. package/docs/get-started.md +0 -153
  451. package/docs/globalization.md +0 -67
  452. package/docs/index.md +0 -212
  453. package/docs/input/_meta.yml +0 -3
  454. package/docs/input/counter.md +0 -20
  455. package/docs/input/forms.md +0 -87
  456. package/docs/input/index.md +0 -40
  457. package/docs/maskedtextbox/_meta.yml +0 -3
  458. package/docs/maskedtextbox/accessibility.md +0 -22
  459. package/docs/maskedtextbox/appearance.md +0 -30
  460. package/docs/maskedtextbox/disabled-state.md +0 -20
  461. package/docs/maskedtextbox/forms.md +0 -87
  462. package/docs/maskedtextbox/index.md +0 -40
  463. package/docs/maskedtextbox/masks.md +0 -44
  464. package/docs/maskedtextbox/readonly-state.md +0 -20
  465. package/docs/maskedtextbox/valid-state.md +0 -25
  466. package/docs/maskedtextbox/value.md +0 -23
  467. package/docs/numerictextbox/_meta.yml +0 -3
  468. package/docs/numerictextbox/accessibility.md +0 -25
  469. package/docs/numerictextbox/appearance.md +0 -30
  470. package/docs/numerictextbox/formats.md +0 -25
  471. package/docs/numerictextbox/forms.md +0 -87
  472. package/docs/numerictextbox/index.md +0 -49
  473. package/docs/numerictextbox/keyboard-navigation.md +0 -26
  474. package/docs/numerictextbox/predefined-step.md +0 -20
  475. package/docs/numerictextbox/ref.md +0 -28
  476. package/docs/numerictextbox/spin-buttons.md +0 -20
  477. package/docs/props-context.md +0 -65
  478. package/docs/radiobutton/_meta.yml +0 -3
  479. package/docs/radiobutton/appearance.md +0 -26
  480. package/docs/radiobutton/disabled.md +0 -23
  481. package/docs/radiobutton/index.md +0 -47
  482. package/docs/radiobutton/labels.md +0 -36
  483. package/docs/radiogroup/_meta.yml +0 -3
  484. package/docs/radiogroup/accessibility.md +0 -25
  485. package/docs/radiogroup/controlled_mode.md +0 -34
  486. package/docs/radiogroup/default_state.md +0 -24
  487. package/docs/radiogroup/forms_support.md +0 -37
  488. package/docs/radiogroup/index.md +0 -41
  489. package/docs/radiogroup/keyboard_navigation.md +0 -37
  490. package/docs/radiogroup/layout.md +0 -29
  491. package/docs/rangeslider/_meta.yml +0 -3
  492. package/docs/rangeslider/accessibility.md +0 -26
  493. package/docs/rangeslider/controlled.md +0 -32
  494. package/docs/rangeslider/disabled.md +0 -23
  495. package/docs/rangeslider/index.md +0 -41
  496. package/docs/rangeslider/keyboard-navigation.md +0 -33
  497. package/docs/rangeslider/orientation.md +0 -24
  498. package/docs/rangeslider/ticks.md +0 -26
  499. package/docs/rating/_meta.yml +0 -3
  500. package/docs/rating/accessibility.md +0 -26
  501. package/docs/rating/forms_support.md +0 -39
  502. package/docs/rating/functionality-and-features/_meta.yml +0 -2
  503. package/docs/rating/functionality-and-features/controlled.md +0 -34
  504. package/docs/rating/functionality-and-features/disabled.md +0 -23
  505. package/docs/rating/functionality-and-features/icon.md +0 -27
  506. package/docs/rating/functionality-and-features/items.md +0 -24
  507. package/docs/rating/functionality-and-features/label.md +0 -28
  508. package/docs/rating/functionality-and-features/precision.md +0 -51
  509. package/docs/rating/functionality-and-features/readonly.md +0 -23
  510. package/docs/rating/functionality-and-features/selection.md +0 -23
  511. package/docs/rating/index.md +0 -45
  512. package/docs/rating/item_custamization.md +0 -45
  513. package/docs/rating/keyboard-navigation.md +0 -33
  514. package/docs/signature/_meta.yml +0 -3
  515. package/docs/signature/appearance.md +0 -96
  516. package/docs/signature/controlled.md +0 -60
  517. package/docs/signature/disabled.md +0 -21
  518. package/docs/signature/events.md +0 -20
  519. package/docs/signature/forms.md +0 -28
  520. package/docs/signature/index.md +0 -34
  521. package/docs/signature/line-smoothing.md +0 -16
  522. package/docs/signature/popup.md +0 -34
  523. package/docs/signature/readonly.md +0 -21
  524. package/docs/slider/_meta.yml +0 -3
  525. package/docs/slider/accessibility.md +0 -26
  526. package/docs/slider/controlled.md +0 -32
  527. package/docs/slider/index.md +0 -41
  528. package/docs/slider/keyboard-navigation.md +0 -33
  529. package/docs/slider/orientation.md +0 -24
  530. package/docs/slider/side-buttons.md +0 -24
  531. package/docs/slider/ticks.md +0 -31
  532. package/docs/switch/_meta.yml +0 -3
  533. package/docs/switch/accessibility.md +0 -17
  534. package/docs/switch/appearance.md +0 -30
  535. package/docs/switch/controlled-switch.md +0 -44
  536. package/docs/switch/default-state.md +0 -20
  537. package/docs/switch/disabled-state.md +0 -20
  538. package/docs/switch/forms-support.md +0 -78
  539. package/docs/switch/index.md +0 -44
  540. package/docs/switch/keyboard-navigation.md +0 -31
  541. package/docs/switch/labels.md +0 -29
  542. package/docs/textarea/_meta.yml +0 -3
  543. package/docs/textarea/appearance.md +0 -30
  544. package/docs/textarea/controlled_mode.md +0 -37
  545. package/docs/textarea/counter.md +0 -28
  546. package/docs/textarea/default_state.md +0 -25
  547. package/docs/textarea/disabled.md +0 -24
  548. package/docs/textarea/forms_support.md +0 -39
  549. package/docs/textarea/index.md +0 -51
  550. package/docs/textarea/sizing.md +0 -38
  551. package/e2e/a11y.tests.ts +0 -154
  552. package/e2e/input.tests.ts +0 -143
  553. package/e2e/numeric.tests.ts +0 -134
  554. package/e2e/switch.tests.ts +0 -122
  555. package/examples/checkbox/checkbox.html +0 -9
  556. package/examples/checkbox/checkbox.tsx +0 -292
  557. package/examples/checkbox/checkboxForm.html +0 -9
  558. package/examples/checkbox/checkboxForm.tsx +0 -81
  559. package/examples/checkbox/checked-n-value.html +0 -9
  560. package/examples/checkbox/checked-n-value.tsx +0 -115
  561. package/examples/checkbox/controlled-mode.html +0 -9
  562. package/examples/checkbox/controlled-mode.tsx +0 -69
  563. package/examples/checkbox/form.html +0 -9
  564. package/examples/checkbox/form.tsx +0 -78
  565. package/examples/checkbox/formik.html +0 -9
  566. package/examples/checkbox/formik.tsx +0 -89
  567. package/examples/colors/colorContrast.html +0 -12
  568. package/examples/colors/colorContrast.tsx +0 -52
  569. package/examples/colors/colorGradient.html +0 -9
  570. package/examples/colors/colorGradient.tsx +0 -37
  571. package/examples/colors/colorPalette.html +0 -9
  572. package/examples/colors/colorPalette.tsx +0 -29
  573. package/examples/colors/colorPicker.html +0 -22
  574. package/examples/colors/colorPicker.tsx +0 -58
  575. package/examples/colors/colorPickerLocalization.html +0 -9
  576. package/examples/colors/colorPickerLocalization.tsx +0 -31
  577. package/examples/colors/flatColorPicker.html +0 -12
  578. package/examples/colors/flatColorPicker.tsx +0 -21
  579. package/examples/context/class/grid-with-filtering.tsx +0 -32
  580. package/examples/context/class/index.html +0 -9
  581. package/examples/context/class/index.tsx +0 -28
  582. package/examples/context/class/sample-products.tsx +0 -182
  583. package/examples/context/func/grid-with-filtering.tsx +0 -32
  584. package/examples/context/func/index.html +0 -9
  585. package/examples/context/func/index.tsx +0 -26
  586. package/examples/context/func/sample-products.tsx +0 -182
  587. package/examples/e2e/accessibility/CheckboxExample.tsx +0 -26
  588. package/examples/e2e/accessibility/ColorGradientExample.tsx +0 -28
  589. package/examples/e2e/accessibility/ColorPaletteExample.tsx +0 -33
  590. package/examples/e2e/accessibility/ColorPickerExample.tsx +0 -21
  591. package/examples/e2e/accessibility/InputExample.tsx +0 -49
  592. package/examples/e2e/accessibility/MaskedTextBoxExample.tsx +0 -29
  593. package/examples/e2e/accessibility/NumericTextBoxExample.tsx +0 -24
  594. package/examples/e2e/accessibility/RadioButtonExample.tsx +0 -29
  595. package/examples/e2e/accessibility/RangeSliderExample.tsx +0 -26
  596. package/examples/e2e/accessibility/RatingExample.tsx +0 -13
  597. package/examples/e2e/accessibility/SliderExample.tsx +0 -19
  598. package/examples/e2e/accessibility/SwitchExample.tsx +0 -26
  599. package/examples/e2e/accessibility/TextAreaExample.tsx +0 -70
  600. package/examples/e2e/accessibility/main.html +0 -14
  601. package/examples/e2e/accessibility/main.tsx +0 -104
  602. package/examples/e2e/input/input.html +0 -9
  603. package/examples/e2e/input/input.tsx +0 -58
  604. package/examples/e2e/numerictextbox/numericLabel.html +0 -9
  605. package/examples/e2e/numerictextbox/numericLabel.tsx +0 -38
  606. package/examples/e2e/switch/switch.html +0 -16
  607. package/examples/e2e/switch/switch.tsx +0 -74
  608. package/examples/focus/focus.html +0 -9
  609. package/examples/focus/focus.tsx +0 -81
  610. package/examples/input/inputFloatingLabels.html +0 -9
  611. package/examples/input/inputFloatingLabels.tsx +0 -26
  612. package/examples/input/inputForm.html +0 -9
  613. package/examples/input/inputForm.tsx +0 -151
  614. package/examples/maskedtextbox/basic.html +0 -9
  615. package/examples/maskedtextbox/basic.tsx +0 -54
  616. package/examples/maskedtextbox/ipmask.html +0 -9
  617. package/examples/maskedtextbox/ipmask.tsx +0 -79
  618. package/examples/messages/index.ts +0 -4
  619. package/examples/numerictextbox/newNumeric.html +0 -9
  620. package/examples/numerictextbox/newNumeric.tsx +0 -149
  621. package/examples/numerictextbox/numeric.html +0 -9
  622. package/examples/numerictextbox/numeric.tsx +0 -247
  623. package/examples/numerictextbox/numericApiExample.html +0 -9
  624. package/examples/numerictextbox/numericApiExample.tsx +0 -25
  625. package/examples/numerictextbox/numericForm.html +0 -9
  626. package/examples/numerictextbox/numericForm.tsx +0 -89
  627. package/examples/numerictextbox/roundingIssues.html +0 -9
  628. package/examples/numerictextbox/roundingIssues.tsx +0 -51
  629. package/examples/numerictextbox/test.html +0 -9
  630. package/examples/numerictextbox/test.tsx +0 -165
  631. package/examples/numerictextbox/testingBlurDisabled.html +0 -9
  632. package/examples/numerictextbox/testingBlurDisabled.tsx +0 -167
  633. package/examples/radio-group/customization/index.html +0 -12
  634. package/examples/radio-group/customization/index.tsx +0 -32
  635. package/examples/radioButton/accessibility.html +0 -12
  636. package/examples/radioButton/accessibility.tsx +0 -81
  637. package/examples/radioButton/html-forms.html +0 -9
  638. package/examples/radioButton/html-forms.tsx +0 -63
  639. package/examples/radioButton/kendo-react-form.html +0 -12
  640. package/examples/radioButton/kendo-react-form.tsx +0 -80
  641. package/examples/radioButton/radio.html +0 -9
  642. package/examples/radioButton/radio.tsx +0 -45
  643. package/examples/radioButton/standalone-radio.html +0 -9
  644. package/examples/radioButton/standalone-radio.tsx +0 -76
  645. package/examples/range-slider/form/index.html +0 -9
  646. package/examples/range-slider/form/index.tsx +0 -57
  647. package/examples/range-slider/index.html +0 -9
  648. package/examples/range-slider/index.tsx +0 -147
  649. package/examples/rating/index.html +0 -9
  650. package/examples/rating/index.tsx +0 -158
  651. package/examples/rtl/index.html +0 -12
  652. package/examples/rtl/index.tsx +0 -29
  653. package/examples/signature/basic.html +0 -9
  654. package/examples/signature/basic.tsx +0 -72
  655. package/examples/signature/forms-basic.html +0 -9
  656. package/examples/signature/forms-basic.tsx +0 -72
  657. package/examples/signature/forms.html +0 -9
  658. package/examples/signature/forms.tsx +0 -90
  659. package/examples/slider/slider.html +0 -15
  660. package/examples/slider/slider.tsx +0 -99
  661. package/examples/slider/vertical.html +0 -15
  662. package/examples/slider/vertical.tsx +0 -28
  663. package/examples/switch/switch.html +0 -9
  664. package/examples/switch/switch.tsx +0 -44
  665. package/examples/switch/switchDoubleEvent.html +0 -9
  666. package/examples/switch/switchDoubleEvent.tsx +0 -25
  667. package/examples/switch/switchForm.html +0 -9
  668. package/examples/switch/switchForm.tsx +0 -138
  669. package/examples/textarea/formik.html +0 -12
  670. package/examples/textarea/formik.tsx +0 -84
  671. package/examples/textarea/textarea.html +0 -12
  672. package/examples/textarea/textarea.tsx +0 -96
  673. package/gulpfile.js +0 -7
  674. package/src/checkbox/Checkbox.tsx +0 -352
  675. package/src/checkbox/interfaces/CheckboxBlurEvent.ts +0 -7
  676. package/src/checkbox/interfaces/CheckboxChangeEvent.ts +0 -12
  677. package/src/checkbox/interfaces/CheckboxFocusEvent.ts +0 -7
  678. package/src/checkbox/interfaces/CheckboxProps.ts +0 -122
  679. package/src/colors/ColorContrastLabels.tsx +0 -83
  680. package/src/colors/ColorContrastSvg.tsx +0 -88
  681. package/src/colors/ColorGradient.tsx +0 -450
  682. package/src/colors/ColorInput.tsx +0 -192
  683. package/src/colors/ColorPalette.tsx +0 -329
  684. package/src/colors/ColorPicker.tsx +0 -387
  685. package/src/colors/FlatColorPicker.tsx +0 -258
  686. package/src/colors/HexInput.tsx +0 -67
  687. package/src/colors/Picker.tsx +0 -56
  688. package/src/colors/interfaces/ColorGradientChangeEvent.ts +0 -12
  689. package/src/colors/interfaces/ColorGradientProps.ts +0 -77
  690. package/src/colors/interfaces/ColorPaletteChangeEvent.ts +0 -16
  691. package/src/colors/interfaces/ColorPaletteProps.ts +0 -78
  692. package/src/colors/interfaces/ColorPickerActiveColorClick.ts +0 -17
  693. package/src/colors/interfaces/ColorPickerBlurEvent.ts +0 -13
  694. package/src/colors/interfaces/ColorPickerChangeEvent.ts +0 -17
  695. package/src/colors/interfaces/ColorPickerFocusEvent.ts +0 -13
  696. package/src/colors/interfaces/ColorPickerGradientSettings.ts +0 -19
  697. package/src/colors/interfaces/ColorPickerPaletteSettings.ts +0 -35
  698. package/src/colors/interfaces/ColorPickerPopupSettings.ts +0 -16
  699. package/src/colors/interfaces/ColorPickerProps.ts +0 -170
  700. package/src/colors/interfaces/ColorPickerView.ts +0 -10
  701. package/src/colors/interfaces/PickerPopupSettings.ts +0 -21
  702. package/src/colors/interfaces/PickerProps.ts +0 -51
  703. package/src/colors/models/hsva.ts +0 -9
  704. package/src/colors/models/output-format.ts +0 -4
  705. package/src/colors/models/palette-presets.ts +0 -54
  706. package/src/colors/models/rgb.ts +0 -8
  707. package/src/colors/models/rgba.ts +0 -9
  708. package/src/colors/models/table-cell.ts +0 -7
  709. package/src/colors/models/tile-size.ts +0 -8
  710. package/src/colors/utils/color-cache.ts +0 -71
  711. package/src/colors/utils/color-palette.service.ts +0 -79
  712. package/src/colors/utils/color-parser.ts +0 -158
  713. package/src/colors/utils/misc.ts +0 -23
  714. package/src/colors/utils/svg-calc.ts +0 -115
  715. package/src/common/SliderTooltip.tsx +0 -83
  716. package/src/common/SwitchController.ts +0 -130
  717. package/src/common/SwitchModel.ts +0 -12
  718. package/src/input/Input.tsx +0 -346
  719. package/src/input/interfaces/InputChangeEvent.tsx +0 -12
  720. package/src/interfaces/Direction.ts +0 -1
  721. package/src/interfaces/ToggleBaseProps.ts +0 -8
  722. package/src/main.ts +0 -57
  723. package/src/maskedtextbox/MaskedTextBox.tsx +0 -541
  724. package/src/maskedtextbox/MaskedTextBoxProps.ts +0 -215
  725. package/src/maskedtextbox/masking.service.ts +0 -230
  726. package/src/maskedtextbox/parsing/combinators.ts +0 -30
  727. package/src/maskedtextbox/parsing/parsers.ts +0 -179
  728. package/src/maskedtextbox/parsing/result.ts +0 -39
  729. package/src/maskedtextbox/parsing/stream.ts +0 -41
  730. package/src/maskedtextbox/utils.ts +0 -70
  731. package/src/messages/index.ts +0 -151
  732. package/src/numerictextbox/NumericTextBox.tsx +0 -626
  733. package/src/numerictextbox/interfaces/NumericTextBoxBlurEvent.tsx +0 -7
  734. package/src/numerictextbox/interfaces/NumericTextBoxChangeEvent.tsx +0 -12
  735. package/src/numerictextbox/interfaces/NumericTextBoxFocusEvent.tsx +0 -7
  736. package/src/numerictextbox/interfaces/NumericTextBoxHandle.tsx +0 -40
  737. package/src/numerictextbox/interfaces/NumericTextBoxProps.tsx +0 -180
  738. package/src/numerictextbox/interfaces/NumericTextBoxState.tsx +0 -15
  739. package/src/numerictextbox/utils/index.tsx +0 -744
  740. package/src/package-metadata.ts +0 -13
  741. package/src/radiobutton/RadioButton.tsx +0 -194
  742. package/src/radiobutton/RadioGroup.tsx +0 -190
  743. package/src/radiobutton/interfaces/RadioButtonBlurEvent.ts +0 -7
  744. package/src/radiobutton/interfaces/RadioButtonChangeEvent.ts +0 -12
  745. package/src/radiobutton/interfaces/RadioButtonFocusEvent.ts +0 -7
  746. package/src/radiobutton/interfaces/RadioButtonProps.ts +0 -102
  747. package/src/radiobutton/interfaces/RadioGroupChangeEvent.ts +0 -12
  748. package/src/radiobutton/interfaces/RadioGroupFocusEvent.ts +0 -7
  749. package/src/radiobutton/interfaces/RadioGroupProps.ts +0 -89
  750. package/src/range-slider/RangeSlider.tsx +0 -644
  751. package/src/range-slider/range-raducer.tsx +0 -153
  752. package/src/rating/Rating.tsx +0 -633
  753. package/src/rating/RatingItem.tsx +0 -268
  754. package/src/rating/models/index.tsx +0 -91
  755. package/src/rating/rating-reducer.tsx +0 -70
  756. package/src/rating/utils/index.tsx +0 -65
  757. package/src/signature/Signature.tsx +0 -488
  758. package/src/signature/interfaces/SignatureBlurEvent.tsx +0 -7
  759. package/src/signature/interfaces/SignatureChangeEvent.tsx +0 -12
  760. package/src/signature/interfaces/SignatureCloseEvent.tsx +0 -7
  761. package/src/signature/interfaces/SignatureFocusEvent.tsx +0 -7
  762. package/src/signature/interfaces/SignatureHandle.tsx +0 -35
  763. package/src/signature/interfaces/SignatureOpenEvent.tsx +0 -7
  764. package/src/signature/interfaces/SignatureProps.tsx +0 -227
  765. package/src/signature/interfaces/index.ts +0 -7
  766. package/src/signature/utils/index.ts +0 -11
  767. package/src/slider/Slider.tsx +0 -470
  768. package/src/slider/SliderLabel.tsx +0 -69
  769. package/src/switch/Switch.tsx +0 -559
  770. package/src/textarea/TextArea.tsx +0 -263
  771. package/src/textarea/interfaces/TextAreaBlurEvent.ts +0 -7
  772. package/src/textarea/interfaces/TextAreaChangeEvent.ts +0 -12
  773. package/src/textarea/interfaces/TextAreaFocusEvent.ts +0 -7
  774. package/src/textarea/interfaces/TextAreaProps.tsx +0 -131
  775. package/src/utils.ts +0 -16
  776. package/test/Checkbox.tsx +0 -252
  777. package/test/ColorGradient.tsx +0 -260
  778. package/test/ColorPalette.tsx +0 -440
  779. package/test/ColorPicker.tsx +0 -74
  780. package/test/Input.tsx +0 -255
  781. package/test/NumericTextBox.tsx +0 -984
  782. package/test/RadioButton.tsx +0 -176
  783. package/test/RangeSlider.tsx +0 -502
  784. package/test/Rating.tsx +0 -227
  785. package/test/Slider.tsx +0 -198
  786. package/test/Switch.tsx +0 -154
  787. package/test/TextArea.tsx +0 -216
  788. package/test/maskedtextbox/component.tsx +0 -424
  789. package/test/maskedtextbox/masking.service.tsx +0 -1345
  790. package/test/maskedtextbox/parser.tsx +0 -364
  791. package/tsconfig.es.json +0 -25
  792. package/tsconfig.json +0 -26
  793. package/tsconfig.npm.json +0 -25
@@ -1,33 +0,0 @@
1
- ---
2
- title: FlatColorPicker Customization
3
- description: "Customize the KendoReact FlatColorPicker header or footer in React projects."
4
- slug: customization_flatcolorpicker
5
- position: 3
6
- ---
7
-
8
-
9
- # FlatColorPicker Header Customization
10
-
11
- To customize the FlatColorPicker header, use the [`header`]({% slug api_inputs_flatcolorpickerprops %}#toc-header) property.
12
- To hide the FlatColorPicker header, set the [`showClearButton`]({% slug api_inputs_flatcolorpickerprops %}#toc-showClearButton) and the [`showPreview`]({% slug api_inputs_flatcolorpickerprops %}#toc-showPreview) properties to `false`.
13
-
14
- The following example demonstrates how to hide the FlatColorPicker header content.
15
-
16
- {% meta height:470 %}
17
- {% embed_file flatcolorpicker/customization/header/func/main.tsx preview %}
18
- {% endmeta %}
19
-
20
-
21
- # FlatColorPicker Footer Customization
22
-
23
- To hide the FlatColorPicker footer, set the [`showButtons`]({% slug api_inputs_flatcolorpickerprops %}#toc-showButtons) property to `false`.
24
-
25
- The following example demonstrates how to hide the FlatColorPicker footer content.
26
-
27
- {% meta height:470 %}
28
- {% embed_file flatcolorpicker/customization/footer/func/main.tsx preview %}
29
- {% endmeta %}
30
-
31
- ## Suggested Links
32
-
33
- * [API Reference of the FlatColorPicker]({% slug api_inputs_flatcolorpicker %})
@@ -1,22 +0,0 @@
1
- ---
2
- title: Disabled FlatColorPicker
3
- description: "Enable or disable the KendoReact FlatColorPicker in React projects."
4
- slug: disabled_flatcolorpicker
5
- position: 2
6
- ---
7
-
8
- # Disabled FlatColorPicker
9
-
10
- By default, the FlatColorPicker is enabled.
11
-
12
- To disable user interaction with the component, set the [`disabled`]({% slug api_inputs_flatcolorpickerprops %}#toc-disabled) property to `true`.
13
-
14
-
15
- {% meta height:470 %}
16
- {% embed_file flatcolorpicker/disabled/func/main.tsx preview %}
17
- {% endmeta %}
18
-
19
-
20
- ## Suggested Links
21
-
22
- * [API Reference of the FlatColorPicker]({% slug api_inputs_flatcolorpicker %})
@@ -1,30 +0,0 @@
1
- ---
2
- title: Overview
3
- description: "Get an overview of the features the KendoReact FlatColorPicker delivers and use the component in React projects."
4
- slug: overview_flatcolorpicker
5
- position: 1
6
- ---
7
-
8
- # KendoReact FlatColorPicker Overview
9
-
10
- The FlatColorPicker component provides a flat view for the ColorGradient and the ColorPalette components and adds a header and footer. The header contains the current color, the previously selected color, and a button that clears the selected value. The footer contains two buttons that you can configure to apply or cancel the selection.
11
-
12
- The following example demonstrates the FlatColorPicker in action.
13
-
14
- {% meta height:470 %}
15
- {% embed_file flatcolorpicker/basic/func/main.tsx preview %}
16
- {% endmeta %}
17
-
18
-
19
- ## Key Features
20
-
21
- * [Disabled FlatColorPicker]({% slug disabled_flatcolorpicker %})—You can render a disabled FlatColorPicker by setting a single property and keep it disabled until certain requirements are met.
22
- * [FlatColorPicker customization]({% slug customization_flatcolorpicker %})—You can customize the rendering of the FlatColorPicker header and footer.
23
-
24
-
25
- ## Suggested Links
26
-
27
- * [API Reference of the FlatColorPicker]({% slug api_inputs_flatcolorpicker %})
28
- * [API Reference of the ColorGradient]({% slug api_inputs_colorgradient %})
29
- * [API Reference of the ColorPalette]({% slug api_inputs_colorpalette %})
30
- * [React FlatColorPicker High-Level Overview](https://www.telerik.com/kendo-react-ui/flatcolorpicker/)
@@ -1,35 +0,0 @@
1
- ---
2
- title: Floating Labels
3
- description: "Implement floating labels in the KendoReact Inputs components."
4
- slug: floatinglabels_inputs
5
- position: 18
6
- ---
7
-
8
- # Floating Labels
9
-
10
- Floating labels are part of the [Material Design Guidelines](https://material.io/guidelines/) and are fully supported by the KendoReact Inputs components.
11
-
12
- ## Basic Usage
13
-
14
- To enable the floating label functionality, pass the [`label`]({% slug api_inputs_numerictextboxprops %}#toc-label) property to the Inputs component.
15
-
16
- The following example demonstrates how to implement floating labels in the Input, NumericTextBox, and TextArea components and style them with the [KendoReact Material theme]({% slug preview_kendothemematerial %}).
17
- Please note that the floating label that wraps the TextArea component should have `k-textarea-container` class in order to be styled as expected.
18
-
19
-
20
-
21
- {% meta height:250 %}
22
- {% variant title:Hooks %}
23
- {% embed_file label/func/main.tsx preview %}
24
- {% endvariant %}
25
- {% variant title:Classes %}
26
- {% embed_file label/class/main.tsx preview %}
27
- {% endvariant %}
28
- {% endmeta %}
29
-
30
-
31
- ## Suggested Links
32
-
33
- * [API Reference of the NumericTextBox Component]({% slug api_inputs_numerictextbox %})
34
- * [API Reference of the Input Component]({% slug api_inputs_inputprops %})
35
- * [Material Design Guidelines](https://material.io/guidelines/)
@@ -1,153 +0,0 @@
1
- ---
2
- title: Getting Started
3
- description: "Get started with the Inputs package by KendoReact and learn how to use the components in React projects."
4
- slug: getstarted_inputs
5
- position: 1
6
- ---
7
-
8
- # Getting Started with the KendoReact Inputs
9
-
10
- This guide provides essential information about using the KendoReact Inputs package—you will learn how to install the package, add Input components to your project, style the components, and activate your license. You can apply the steps in this guide to all KendoReact Inputs.
11
-
12
- <div data-component="StartFreeTrialSection"></div>
13
-
14
- After completing this guide, you will be able to reproduce the following example.
15
-
16
- {% meta height:450 %}
17
- {% embed_file get-started/func/main.tsx preview %}
18
- {% endmeta %}
19
-
20
- ## Setting Up Your React Project
21
-
22
- Before you install the KendoReact Inputs, make sure that you have a running React project. The easiest way to set up a React project is to use the [Create React App](https://github.com/facebook/create-react-app) approach that is described in the [Get Started with KendoReact]({% slug getting_started %}) article.
23
-
24
- ## Installing the Components
25
-
26
- All KendoReact packages are distributed through npm and offer a similar installation experience. To use any of the Input components, start with the installation of the Inputs package and its [dependencies](#toc-dependencies). Use Node.js v5.0.0 or later.
27
-
28
- Navigate to the root folder of your React project and run the following command:
29
-
30
- ```sh
31
- npm install --save @progress/kendo-react-inputs @progress/kendo-react-intl @progress/kendo-drawing @progress/kendo-licensing
32
- ```
33
-
34
- ## Importing the Components
35
-
36
- After installing the Inputs package, import the desired components in the React App. This guide shows how to add the [ColorPicker]({% slug overview_colorpicker %}).
37
-
38
- In the App component file of your React project (for example, `src/App.js`), add the following code:
39
-
40
- ```jsx-no-run
41
- // ES2015 module syntax
42
- import { ColorPicker } from '@progress/kendo-react-inputs';
43
- ```
44
-
45
- ```jsx-no-run
46
- // CommonJS format
47
- const { ColorPicker } = require('@progress/kendo-react-inputs');
48
- ```
49
-
50
- If your project requires more Input components, you can import them too. The Inputs package provides the following components:
51
-
52
- * Checkbox
53
- * ColorGradient
54
- * ColorPalette
55
- * ColorPicker
56
- * FlatColorPicker
57
- * Input
58
- * MaskedTextBox
59
- * NumericTextBox
60
- * RadioButton
61
- * RadioGroup
62
- * RangeSlider
63
- * Rating
64
- * Signature
65
- * Slider
66
- * Switch
67
- * TextArea
68
-
69
- ## Using the Components
70
-
71
- 1. After installing the Inputs package and importing the ColorPicker, add the ColorPicker tags to the App component file of your React project (for example, `src/App.js`).
72
-
73
- ```js
74
- const App = () => {
75
- return (
76
- <div className="example-wrapper">
77
- <ColorPicker view="gradient" defaultValue={'green'} />
78
- </div>
79
- );
80
- };
81
-
82
- ReactDOM.render(<App />, document.querySelector('my-app'));
83
- ```
84
-
85
- 1. To style the ColorPicker, install and import the [Default theme]({% slug preview_kendothemedefault %}), which is one of the [three beautiful themes]({% slug themesandstyles %}) for KendoReact.
86
-
87
- 2.1. Install the Default theme package.
88
-
89
- ```sh
90
- npm install --save @progress/kendo-theme-default
91
- ```
92
-
93
- 2.2. Import the CSS file from the package in `src/App.js`. Add this import before your existing `App.css` import.
94
-
95
- ```jsx
96
- import '@progress/kendo-theme-default/dist/all.css';
97
- ```
98
-
99
- 1. Build and run the application by typing the following command in the root folder of your project:
100
-
101
- ```sh
102
- npm start
103
- ```
104
-
105
- 1. Navigate to <http://localhost:3000> to see the KendoReact ColorPicker component on the page.
106
-
107
- Now try to add another component from the Inputs package yourself. The procedures for [installing](#toc-installing-the-components), [importing](#toc-importing-the-components), and [using](#toc-using-the-components) the Input components are identical for all components in the package.
108
-
109
- ## Activating Your License Key
110
-
111
- Using any of the UI components in the KendoReact library requires either a commercial license key or an active trial license key.
112
-
113
- Follow the instructions on the KendoReact [My License page]({% slug my_license %}) to activate your trial or commercial license. You can skip this step if your application already contains a KendoReact license file.
114
-
115
- ## Dependencies
116
-
117
- The Inputs package requires you to install the following [peer dependencies](https://nodejs.org/en/blog/npm/peer-dependencies/) in your application:
118
-
119
- | Package Name | Description |
120
- |--------------|-------------|
121
- | react 16.8.2* | Contains the functionality necessary to define React components. |
122
- | react-dom | Contains the React renderer for the web.|
123
- | @progress/kendo-licensing | Contains the internal infrastructure related to licensing. |
124
- | @progress/kendo-react-intl | Contains the KendoReact Internationalization package that applies the desired cultures by providing services and pipes for the parsing and formatting of dates and numbers. |
125
- | @progress/kendo-drawing | Contains the Drawing library, which provides interactive vector graphics. |
126
-
127
- ## Suggested Links
128
-
129
- * [Checkbox Overview]({% slug overview_checkbox %})
130
- * [ColorGradient Overview]({% slug overview_colorgradient %})
131
- * [ColorPalette Overview]({% slug overview_colorpalette %})
132
- * [ColorPicker Overview]({% slug overview_colorpicker %})
133
- * [FlatColorPicker Overview]({% slug overview_flatcolorpicker %})
134
- * [Input Overview]({% slug overview_textbox %})
135
- * [MaskedTextBox Overview]({% slug overview_maskedtextbox %})
136
- * [NumericTextBox Overview]({% slug overview_numerictextbox %})
137
- * [RadioButton Overview]({% slug overview_radiobutton %})
138
- * [RadioGroup Overview]({% slug overview_radiogroup %})
139
- * [RangeSlider Overview]({% slug overview_rangeslider %})
140
- * [Rating Overview]({% slug overview_rating %})
141
- * [Signature Overview]({% slug overview_signature %})
142
- * [Slider Overview]({% slug overview_slider %})
143
- * [Switch Overview]({% slug overview_switch %})
144
- * [TextArea Overview]({% slug overview_textarea %})
145
- * [API Reference of the Inputs]({% slug api_inputs %})
146
-
147
- ## Learning Resources
148
-
149
- * [Getting Started with KendoReact]({% slug getting_started %})
150
- * [Virtual Classroom (Training Courses for Registered Users)](https://learn.telerik.com/learn/course/external/view/elearning/14/kendoreact)
151
- * [Explore the Finance Portfolio Sample Application](https://www.telerik.com/kendo-react-ui/components/sample-applications/finance-application/)
152
- * [Explore the Coffee Warehouse Sample Application](https://www.telerik.com/kendo-react-ui/components/sample-applications/react-coffee-warehouse-dashboard/)
153
- * [Explore the Github Issues Grid Sample Application](https://www.telerik.com/kendo-react-ui/components/sample-applications/issues-grid/)
@@ -1,67 +0,0 @@
1
- ---
2
- title: Globalization
3
- description: "Globalize the KendoReact Inputs in React projects by adapting to specific cultures, loading translated messages, or using the RTL support."
4
- slug: globalization_inputs
5
- position: 50
6
- ---
7
-
8
- # Globalization
9
-
10
- The globalization process combines the translation of component messages with adapting them to specific locales.
11
-
12
- For more information on how globalization practices are implemented in KendoReact, refer to the [overview article]({% slug overview_globalization %}). For more information on the globalization aspects which are available for each component, refer to the article on [globalization support]({% slug l10nsupport_l10n %}).
13
-
14
- The following example demonstrates how to show the value as a culture-specific currency in the available Inputs components and how to localize their built-in messages.
15
-
16
-
17
-
18
- {% meta %}
19
- {% embed_file globalization/func/main.tsx preview %}
20
- {% embed_file shared/es.json %}
21
- {% endmeta %}
22
-
23
-
24
- ## Internationalization
25
-
26
- The internationalization process applies specific culture formats to a web application.
27
-
28
- For more information, refer to:
29
- * [KendoReact documentation on internationalization]({% slug overview_intl %})
30
- * [kendo-intl (the base Internationalization package on GitHub)](https://github.com/telerik/kendo-intl)
31
-
32
- ## Messages
33
-
34
- The Inputs support the localization of their messages by utilizing the [KendoReact Internationalization package]({% slug overview_intl %}).
35
-
36
- The following table lists the built-in message keys and their default values.
37
-
38
- |Message Key |Default Value |
39
- |:----------------------------------------- |:---------------------------------------------------------------------- |
40
- |`numerictextbox.increment` | `Increase value` |
41
- |`numerictextbox.decrement` | `Decrease value` |
42
- |`slider.increment` | `Increase` |
43
- |`slider.decrement` | `Decrease` |
44
- |`slider.dragTitle` | `Drag` |
45
- |`colorGradient.hex` | `hex` |
46
- |`colorGradient.r` | `r` |
47
- |`colorGradient.g` | `g` |
48
- |`colorGradient.b` | `b` |
49
- |`colorGradient.a` | `a` |
50
- |`checkbox.validation` | `Please check this box if you want to proceed!` |
51
-
52
- ## Right-to-Left Support
53
-
54
- The following example demonstrates how to utilize the RTL support for the Inputs.
55
-
56
-
57
-
58
- {% meta height:670 %}
59
- {% embed_file rtl/func/main.tsx preview %}
60
- {% endmeta %}
61
-
62
-
63
- ## Suggested Links
64
-
65
- * [Globalization]({% slug overview_globalization %})
66
- * [Internationalization]({% slug overview_intl %})
67
- * [Localization]({% slug localization_intl %})
package/docs/index.md DELETED
@@ -1,212 +0,0 @@
1
- ---
2
- title: Overview
3
- description: "Discover the React Inputs package by KendoReact, learn more about its features and how to get started with the Inputs components in React projects."
4
- slug: overview_inputs
5
- position: 0
6
- ---
7
-
8
- # KendoReact Inputs Overview
9
-
10
- The KendoReact Inputs are fields that allow users to enter data based on specific and predefined formats.
11
-
12
- The KendoReact Input components are native KendoReact components built specifically for the React ecosystem. The KendoReact library is distributed through npm packages, and the Inputs are available as [@progress/kendo-react-inputs](https://www.npmjs.com/package/@progress/kendo-react-inputs).
13
-
14
- <div data-component="StartFreeTrialSection"></div>
15
-
16
- <Row>
17
- <Column count={8}>
18
- <Component href="{% slug overview_checkbox %}">
19
- <svg id="checkbox" viewBox="0 0 24 24">
20
- <path d="M0,0V24H24V0ZM22,22H2V2H22ZM20,7.8V5L10,15.2,6.8,12H4l6,6Z"/>
21
- </svg>
22
- <ComponentTitle>Checkbox</ComponentTitle>
23
- <ComponentDescription>A component for selecting one or more items from a set.</ComponentDescription>
24
- </Component>
25
- </Column>
26
- <Column count={8}>
27
- <Component href="{% slug overview_colorpalette %}">
28
- <svg id="colorpalette" viewBox="0 0 24 24">
29
- <path d="M12,2c0.8,0,1.5,0.1,2.3,0.3C14.1,2.8,14,3.4,14,4c0,3.3,2.7,6,6,6c0.6,0,1.2-0.1,1.7-0.3c0.2,0.7,0.3,1.5,0.3,2.3
30
- c0,5.5-4.5,10-10,10S2,17.5,2,12S6.5,2,12,2 M12,0C5.4,0,0,5.4,0,12c0,6.6,5.4,12,12,12s12-5.4,12-12c0-1.9-0.4-3.6-1.2-5.2
31
- C22.1,7.6,21.1,8,20,8c-2.2,0-4-1.8-4-4c0-1.1,0.4-2.1,1.2-2.8C15.6,0.4,13.9,0,12,0L12,0z M10.1,4.2c-1.1,0-2,0.9-2,2s0.9,2,2,2
32
- s2-0.9,2-2S11.2,4.2,10.1,4.2z M6.1,8.7c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S7.2,8.7,6.1,8.7z M7.9,14.3c-1.1,0-2,0.9-2,2
33
- c0,1.1,0.9,2,2,2s2-0.9,2-2C9.9,15.2,9,14.3,7.9,14.3z M13.8,15.8c-1.1,0-2,0.9-2,2c0,1.1,0.9,2,2,2s2-0.9,2-2
34
- C15.8,16.7,14.9,15.8,13.8,15.8z M17.9,11.6c-1.1,0-2,0.9-2,2s0.9,2,2,2c1.1,0,2-0.9,2-2S19.1,11.6,17.9,11.6z M12,11
35
- c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S11.4,11,12,11 M12,10c-1.1,0-2,0.9-2,2s0.9,2,2,2s2-0.9,2-2S13.1,10,12,10L12,10z"/>
36
- </svg>
37
- <ComponentTitle>ColorPallete</ComponentTitle>
38
- <ComponentDescription>A component for selecting one or more items from a set.</ComponentDescription>
39
- </Component>
40
- </Column>
41
- <Column count={8}>
42
- <Component href="{% slug overview_colorgradient %}">
43
- <svg id="colorgradient" viewBox="0 0 24 24">
44
- <path d="M21,24V11h2v11L21,24z M23,3V0l-2,0v3H23z M20,5v4h4V5H20z M9,2.8c-2.7,2.8-7,8-7,12.2c0,3.9,3.1,7,7,7s7-3.1,7-7
45
- C16,10.8,11.7,5.6,9,2.8 M9,0c0,0,9,8,9,15c0,5-4,9-9,9s-9-4-9-9C0,8,9,0,9,0L9,0z M13,14h-2c0,1.7-1.3,3-3,3v2
46
- C10.8,19,13,16.8,13,14z"/>
47
- </svg>
48
- <ComponentTitle>ColorGradient</ComponentTitle>
49
- <ComponentDescription>A component for displaying gradient, a hue and an alpha slider used to pick colors.</ComponentDescription>
50
- </Component>
51
- </Column>
52
- <Column count={8}>
53
- <Component href="{% slug overview_colorpicker %}">
54
- <svg id="colorpicker" viewBox="0 0 72 72">
55
- <path d="M36,0C36,0,9,24,9,45c0,14.9,12.1,27,27,27s27-12.1,27-27C63,24,36,0,36,0z M36,66c-11.6,0-21-9.4-21-21 C15,27,36,8.1,36,8.1S57,27,57,45C57,56.6,47.6,66,36,66z M33,51v6c8.3,0,15-6.7,15-15h-6C42,47,38,51,33,51z"></path>
56
- </svg>
57
- <ComponentTitle>ColorPicker</ComponentTitle>
58
- <ComponentDescription>A component for selecting and submitting color values.</ComponentDescription>
59
- </Component>
60
- </Column>
61
- <Column count={8}>
62
- <Component href="{% slug overview_colorpicker %}">
63
- <svg id="colorpicker" viewBox="0 0 72 72">
64
- <path d="M36,0C36,0,9,24,9,45c0,14.9,12.1,27,27,27s27-12.1,27-27C63,24,36,0,36,0z M36,66c-11.6,0-21-9.4-21-21 C15,27,36,8.1,36,8.1S57,27,57,45C57,56.6,47.6,66,36,66z M33,51v6c8.3,0,15-6.7,15-15h-6C42,47,38,51,33,51z"></path>
65
- </svg>
66
- <ComponentTitle>FlatColorPicker</ComponentTitle>
67
- <ComponentDescription>A component that provides a flat view for the ColorGradient and the ColorPalette components and adds a header and footer.</ComponentDescription>
68
- </Component>
69
- </Column>
70
- <Column count={8}>
71
- <Component href="{% slug overview_textbox %}">
72
- <svg id="textbox" viewbox="0 0 72 72">
73
- <path d="M12,54h30l-6,6H12V54z M72,30v42H0V30H72z M66,36H6v30h60V36z" />
74
- </svg>
75
- <ComponentTitle>Input</ComponentTitle>
76
- <ComponentDescription>A component for getting or displaying text input submitted by the user.</ComponentDescription>
77
- </Component>
78
- </Column>
79
- <Column count={8}>
80
- <Component href="{% slug overview_maskedtextbox %}">
81
- <svg id="textbox" viewbox="0 0 72 72">
82
- <path d="M12,54h30l-6,6H12V54z M72,30v42H0V30H72z M66,36H6v30h60V36z" />
83
- </svg>
84
- <ComponentTitle>MaskedTextBox</ComponentTitle>
85
- <ComponentDescription>A component for controlling the input of the user.</ComponentDescription>
86
- </Component>
87
- </Column>
88
- <Column count={8}>
89
- <Component href="{% slug overview_numerictextbox %}">
90
- <svg id="numerictextbox" viewbox="0 0 72 72">
91
- <path d="M0,30v42h72V30H0z M66,66H6V36h60V66z M36,54H12v6h18L36,54z M54,42h6v6h-6V42z M54,54h6v6h-6V54z" />
92
- </svg>
93
- <ComponentTitle>NumericTextBox</ComponentTitle>
94
- <ComponentDescription>A component for editing and submitting specific numeric values.</ComponentDescription>
95
- </Component>
96
- </Column>
97
- <Column count={8}>
98
- <Component href="{% slug overview_radiobutton %}">
99
- <svg id="radiobutton" viewBox="0 0 24 24">
100
- <path d="M12,7a5,5,0,1,0,5,5A5,5,0,0,0,12,7Zm0-7A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm0,22A10,10,0,1,1,22,12,10,10,0,0,1,12,22Z"/>
101
- </svg>
102
- <ComponentTitle>RadioButton</ComponentTitle>
103
- <ComponentDescription>A component for selecting an option.</ComponentDescription>
104
- </Component>
105
- </Column>
106
- <Column count={8}>
107
- <Component href="{% slug overview_radiogroup %}">
108
- <svg id="radiogroup" viewBox="0 0 24 24">
109
- <path class="cls-1" d="M18.5,9A2.5,2.5,0,1,0,21,11.5,2.5,2.5,0,0,0,18.5,9Zm0-3A5.5,5.5,0,1,0,24,11.5,5.5,5.5,0,0,0,18.5,6Zm0,9.9a4.4,4.4,0,1,1,4.4-4.4A4.4,4.4,0,0,1,18.5,15.9ZM5.5,6A5.5,5.5,0,1,0,11,11.5,5.5,5.5,0,0,0,5.5,6Zm0,9.9a4.4,4.4,0,1,1,4.4-4.4A4.4,4.4,0,0,1,5.5,15.9Z"/>
110
- </svg>
111
- <ComponentTitle>RadioGroup</ComponentTitle>
112
- <ComponentDescription>A component for selecting one option from a set.</ComponentDescription>
113
- </Component>
114
- </Column>
115
- <Column count={8}>
116
- <Component href="{% slug overview_slider %}">
117
- <svg id="slider" viewbox="0 0 72 72">
118
- <path d="M72,37H60v6h6L72,37z M0,37h36v6H0V37z M36,69h30l6-6H36V69z M0,63h12v6H0V63z M42,34h12v12H42V34z M18,60h12v12H18V60z" />
119
- </svg>
120
- <ComponentTitle>Slider</ComponentTitle>
121
- <ComponentDescription>A component for selecting values from a predefined range.</ComponentDescription>
122
- </Component>
123
- </Column>
124
- <Column count={8}>
125
- <Component href="{% slug overview_rangeslider %}">
126
- <svg id="rangeslider" viewBox="0 0 24 24">
127
- <path class="cls-1" d="M0,13H2V11H0Zm4,1H8V10H4Zm16-3v2h2l2-2ZM10,13h2V11H10Zm4,1h4V10H14Z"/>
128
- </svg>
129
- <ComponentTitle>RangeSlider</ComponentTitle>
130
- <ComponentDescription>A component for selecting range-values from a predefined range.</ComponentDescription>
131
- </Component>
132
- </Column>
133
- <Column count={8}>
134
- <Component href="{% slug overview_rating %}">
135
- <svg id="rating" viewBox="0 0 24 24">
136
- <path class="cls-1" d="M0,13H2V11H0Zm4,1H8V10H4Zm16-3v2h2l2-2ZM10,13h2V11H10Zm4,1h4V10H14Z"/>
137
- </svg>
138
- <ComponentTitle>Rating</ComponentTitle>
139
- <ComponentDescription>A component for rating.</ComponentDescription>
140
- </Component>
141
- </Column>
142
- <Column count={8}>
143
- <Component href="{% slug overview_switch %}">
144
- <svg id="switch" viewbox="0 0 72 72">
145
- <path d="M0,36v36h72V36H0z M66,66H6V42h60V66z M36,60H12V48h24V60z" />
146
- </svg>
147
- <ComponentTitle>Switch</ComponentTitle>
148
- <ComponentDescription>A component for toggling between checked and unchecked states.</ComponentDescription>
149
- </Component>
150
- </Column>
151
- <Column count={8}>
152
- <Component href="{% slug overview_textarea %}">
153
- <svg id="textarea" viewbox="0 0 24 24">
154
- <path d="M0,0v2v20v1v1h22h1h1V2V0H0z M22,22H2V2h20V22z M18,18h2v2h-2V18z M6,11h2v3h2v-3V8.93V6L8,4H6L4,6v2.93V11v3h2 V11z M6,6h2v3H6V6z M18,12v-2l-1-1l1-1V6l-2-2h-4v10h4L18,12z M14,6h2v2h-2V6z M14,10h2v2h-2V10z"/>
155
- </svg>
156
- <ComponentTitle>TextArea</ComponentTitle>
157
- <ComponentDescription>A component for getting or displaying text input on multiple lines submitted by the user.</ComponentDescription>
158
- </Component>
159
- </Column>
160
- </Row>
161
-
162
-
163
- The following example demonstrates all components included in Inputs package in action.
164
-
165
-
166
-
167
- {% meta height:670 %}
168
- {% embed_file overview/func/main.tsx preview %}
169
- {% endmeta %}
170
-
171
-
172
- ## Key Features
173
-
174
- The KendoReact Inputs provide a wide and always growing range of built-in features that isn't limited by the list in this section. This developer-friendly feature set allows you to create beautiful and functional applications faster. At the same time, the KendoReact development team works constantly to improve the performance of the components and their capabilities.
175
-
176
- ### Forms Support
177
-
178
- You can easily integrate the Inputs with an [HTML5 form](https://developer.mozilla.org/en-US/docs/Learn/HTML/Forms), the [KendoReact Form component]({% slug overview_form %}), or a third-party React form library. With the forms, you can validate input values and prevent the submission of incomplete or invalid forms. [Read more about the forms support of the MaskedTextBox...]({% slug forms_maskedtextbox %})
179
-
180
-
181
- ### Floating Labels
182
-
183
- Initially popularized by [Material Design](https://material.io/guidelines/), the floating labels functionality is integrated into the KendoReact Inputs and can be easily configured through the `label` property. [Read more about the floating labels...]({% slug floatinglabels_inputs %})
184
-
185
- ### Disabled Inputs
186
-
187
- You can render disabled Inputs by setting a single property and keep them disabled until certain requirements are met. [Read more about the Disabled MaskedTextBox...]({% slug disabled_maskedtextbox %})
188
-
189
- ### Accessibility
190
-
191
- Most Inputs are accessible for screen readers and provide full [WAI-ARIA](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA) support. [Read more about the accessibility support of the Checkbox...]({% slug accessibility_checkbox %})
192
-
193
- ### Keyboard Navigation
194
-
195
- Most Inputs support numerous keyboard shortcuts that allow users to interact with the corresponding component. [Read more about the keyboard navigation of the RadioGroup...]({% slug keyboard_navigation_radiogroup %})
196
-
197
- ## Support Options
198
-
199
- For any questions about the use of the KendoReact Inputs, or any other [KendoReact components](https://www.telerik.com/kendo-react-ui/components/), there are [several support options available](https://www.telerik.com/kendo-react-ui/support/):
200
-
201
- * KendoReact license holders and anyone in an active trial can take advantage of the outstanding KendoReact customer support delivered by the developers who built the library. To submit a support ticket, use the [Telerik support system](https://www.telerik.com/account/support-tickets).
202
- * The [KendoReact forums](https://www.telerik.com/forums/kendo-ui-react) are part of the free support you can get from the community and from the KendoReact team on all kinds of general issues.
203
- * [KendoReact Feedback Portal](https://feedback.telerik.com/kendo-react-ui) and [KendoReact Roadmap](https://www.telerik.com/support/whats-new/kendo-react-ui/roadmap) provide information on the features in discussion and also those planned for release.
204
- * KendoReact uses [GitHub Issues](https://github.com/telerik/kendo-react) as its bug tracker, and you can submit any related reports there. Also, check out the [closed list](https://github.com/telerik/kendo-react/issues?q=is%3Aissue+is%3Aclosed).
205
- * Need something unique that is tailor-made for your project? Progress offers its [Progress Services](https://www.progress.com/services) group that can work with you to create any customized solution that you might need.
206
-
207
- ## Suggested Links
208
-
209
- * [Getting Started with the KendoReact Inputs]({% slug getstarted_inputs %})
210
- * [Getting Started with KendoReact (Online Guide)]({% slug getting_started %})
211
- * [Getting Started with KendoReact (Video Tutorials)](https://www.telerik.com/kendo-react-ui/resources/#videos)
212
- * [Virtual Classroom (Introductory Course Available to Trial and Commercial License Holders)](https://learn.telerik.com/learn/course/external/view/elearning/14/kendoreact)
@@ -1,3 +0,0 @@
1
- title: Input
2
- tags: component
3
- position: 7
@@ -1,20 +0,0 @@
1
- ---
2
- title: Characters Counter
3
- description: "Implement a counter of the KendoReact Input component in React projects."
4
- slug: counter_input
5
- position: 2
6
- ---
7
-
8
- # Characters Counter
9
-
10
- The following example demonstrates the KendoReact Input component with a characters counter in action.
11
-
12
- {% meta height:180 %}
13
- {% embed_file input/counter/main.tsx preview %}
14
- {% endmeta %}
15
-
16
-
17
- ## Suggested Links
18
-
19
- * [API Reference of the Input]({% slug api_inputs_input %})
20
- * [API Reference of the InputProps]({% slug api_inputs_inputprops %})