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

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 (785) hide show
  1. package/api.json +71211 -0
  2. package/dist/cdn/js/kendo-react-inputs.js +1 -1
  3. package/dist/es/main.d.ts +2 -0
  4. package/dist/es/main.js +2 -0
  5. package/dist/es/messages/index.d.ts +15 -0
  6. package/dist/es/messages/index.js +15 -0
  7. package/dist/es/package-metadata.js +1 -1
  8. package/dist/es/signature/Signature.d.ts +14 -0
  9. package/dist/es/signature/Signature.js +346 -0
  10. package/dist/es/signature/interfaces/SignatureBlurEvent.d.ts +7 -0
  11. package/dist/es/signature/interfaces/SignatureBlurEvent.js +1 -0
  12. package/dist/es/signature/interfaces/SignatureChangeEvent.d.ts +11 -0
  13. package/dist/es/signature/interfaces/SignatureChangeEvent.js +1 -0
  14. package/dist/es/signature/interfaces/SignatureCloseEvent.d.ts +7 -0
  15. package/dist/es/signature/interfaces/SignatureCloseEvent.js +1 -0
  16. package/dist/es/signature/interfaces/SignatureFocusEvent.d.ts +7 -0
  17. package/dist/es/signature/interfaces/SignatureFocusEvent.js +1 -0
  18. package/dist/es/signature/interfaces/SignatureHandle.d.ts +34 -0
  19. package/dist/es/signature/interfaces/SignatureHandle.js +1 -0
  20. package/dist/es/signature/interfaces/SignatureOpenEvent.d.ts +7 -0
  21. package/dist/es/signature/interfaces/SignatureOpenEvent.js +1 -0
  22. package/dist/es/signature/interfaces/SignatureProps.d.ts +192 -0
  23. package/dist/es/signature/interfaces/SignatureProps.js +1 -0
  24. package/dist/es/signature/interfaces/index.d.ts +7 -0
  25. package/dist/es/signature/interfaces/index.js +1 -0
  26. package/dist/es/signature/utils/index.d.ts +4 -0
  27. package/dist/es/signature/utils/index.js +10 -0
  28. package/dist/npm/main.d.ts +2 -0
  29. package/dist/npm/main.js +2 -0
  30. package/dist/npm/messages/index.d.ts +15 -0
  31. package/dist/npm/messages/index.js +16 -1
  32. package/dist/npm/package-metadata.js +1 -1
  33. package/dist/npm/signature/Signature.d.ts +14 -0
  34. package/dist/npm/signature/Signature.js +349 -0
  35. package/dist/npm/signature/interfaces/SignatureBlurEvent.d.ts +7 -0
  36. package/dist/npm/signature/interfaces/SignatureBlurEvent.js +2 -0
  37. package/dist/npm/signature/interfaces/SignatureChangeEvent.d.ts +11 -0
  38. package/dist/npm/signature/interfaces/SignatureChangeEvent.js +2 -0
  39. package/dist/npm/signature/interfaces/SignatureCloseEvent.d.ts +7 -0
  40. package/dist/npm/signature/interfaces/SignatureCloseEvent.js +2 -0
  41. package/dist/npm/signature/interfaces/SignatureFocusEvent.d.ts +7 -0
  42. package/dist/npm/signature/interfaces/SignatureFocusEvent.js +2 -0
  43. package/dist/npm/signature/interfaces/SignatureHandle.d.ts +34 -0
  44. package/dist/npm/signature/interfaces/SignatureHandle.js +2 -0
  45. package/dist/npm/signature/interfaces/SignatureOpenEvent.d.ts +7 -0
  46. package/dist/npm/signature/interfaces/SignatureOpenEvent.js +2 -0
  47. package/dist/npm/signature/interfaces/SignatureProps.d.ts +192 -0
  48. package/dist/npm/signature/interfaces/SignatureProps.js +2 -0
  49. package/dist/npm/signature/interfaces/SignatureState.d.ts +15 -0
  50. package/dist/npm/signature/interfaces/SignatureState.js +2 -0
  51. package/dist/npm/signature/interfaces/index.d.ts +7 -0
  52. package/dist/npm/signature/interfaces/index.js +2 -0
  53. package/dist/npm/signature/utils/index.d.ts +4 -0
  54. package/dist/npm/signature/utils/index.js +14 -0
  55. package/dist/systemjs/kendo-react-inputs.js +1 -1
  56. package/docs/_meta.yml +3 -0
  57. package/docs/api/Checkbox.md +23 -0
  58. package/docs/api/CheckboxBlurEvent.md +132 -0
  59. package/docs/api/CheckboxChangeEvent.md +167 -0
  60. package/docs/api/CheckboxFocusEvent.md +132 -0
  61. package/docs/api/CheckboxHandle.md +167 -0
  62. package/docs/api/CheckboxProps.md +1068 -0
  63. package/docs/api/CheckboxPropsContext.md +17 -0
  64. package/docs/api/ColorGradient.md +27 -0
  65. package/docs/api/ColorGradientChangeEvent.md +167 -0
  66. package/docs/api/ColorGradientHandle.md +99 -0
  67. package/docs/api/ColorGradientProps.md +538 -0
  68. package/docs/api/ColorGradientPropsContext.md +17 -0
  69. package/docs/api/ColorPalette.md +26 -0
  70. package/docs/api/ColorPaletteChangeEvent.md +202 -0
  71. package/docs/api/ColorPaletteHandle.md +64 -0
  72. package/docs/api/ColorPaletteProps.md +542 -0
  73. package/docs/api/ColorPalettePropsContext.md +17 -0
  74. package/docs/api/ColorPicker.md +23 -0
  75. package/docs/api/ColorPickerActiveColorClick.md +132 -0
  76. package/docs/api/ColorPickerBlurEvent.md +97 -0
  77. package/docs/api/ColorPickerChangeEvent.md +132 -0
  78. package/docs/api/ColorPickerFocusEvent.md +97 -0
  79. package/docs/api/ColorPickerGradientSettings.md +102 -0
  80. package/docs/api/ColorPickerPaletteSettings.md +148 -0
  81. package/docs/api/ColorPickerPopupSettings.md +97 -0
  82. package/docs/api/ColorPickerProps.md +1078 -0
  83. package/docs/api/ColorPickerPropsContext.md +17 -0
  84. package/docs/api/ColorPickerView.md +19 -0
  85. package/docs/api/Direction.md +12 -0
  86. package/docs/api/FlatColorPicker.md +13 -0
  87. package/docs/api/FlatColorPickerHandle.md +127 -0
  88. package/docs/api/FlatColorPickerProps.md +412 -0
  89. package/docs/api/FormComponentValidity.md +428 -0
  90. package/docs/api/Input.md +17 -0
  91. package/docs/api/InputChangeEvent.md +167 -0
  92. package/docs/api/InputHandle.md +204 -0
  93. package/docs/api/InputProps.md +428 -0
  94. package/docs/api/InputPropsContext.md +17 -0
  95. package/docs/api/MaskedTextBox.md +17 -0
  96. package/docs/api/MaskedTextBoxChangeEvent.md +237 -0
  97. package/docs/api/MaskedTextBoxEvent.md +132 -0
  98. package/docs/api/MaskedTextBoxHandle.md +265 -0
  99. package/docs/api/MaskedTextBoxProps.md +1395 -0
  100. package/docs/api/MaskedTextBoxPropsContext.md +17 -0
  101. package/docs/api/NumericTextBox.md +13 -0
  102. package/docs/api/NumericTextBoxBlurEvent.md +132 -0
  103. package/docs/api/NumericTextBoxChangeEvent.md +167 -0
  104. package/docs/api/NumericTextBoxFocusEvent.md +132 -0
  105. package/docs/api/NumericTextBoxHandle.md +197 -0
  106. package/docs/api/NumericTextBoxProps.md +1471 -0
  107. package/docs/api/NumericTextBoxPropsContext.md +17 -0
  108. package/docs/api/RadioButton.md +17 -0
  109. package/docs/api/RadioButtonBlurEvent.md +132 -0
  110. package/docs/api/RadioButtonChangeEvent.md +167 -0
  111. package/docs/api/RadioButtonFocusEvent.md +132 -0
  112. package/docs/api/RadioButtonHandle.md +97 -0
  113. package/docs/api/RadioButtonProps.md +791 -0
  114. package/docs/api/RadioButtonPropsContext.md +17 -0
  115. package/docs/api/RadioGroup.md +17 -0
  116. package/docs/api/RadioGroupChangeEvent.md +167 -0
  117. package/docs/api/RadioGroupFocusEvent.md +132 -0
  118. package/docs/api/RadioGroupHandle.md +97 -0
  119. package/docs/api/RadioGroupProps.md +707 -0
  120. package/docs/api/RadioGroupPropsContext.md +17 -0
  121. package/docs/api/Range.md +13 -0
  122. package/docs/api/RangeSlider.md +17 -0
  123. package/docs/api/RangeSliderChangeEvent.md +132 -0
  124. package/docs/api/RangeSliderHandle.md +127 -0
  125. package/docs/api/RangeSliderProps.md +853 -0
  126. package/docs/api/RangeSliderPropsContext.md +17 -0
  127. package/docs/api/Rating.md +17 -0
  128. package/docs/api/RatingChangeEvent.md +132 -0
  129. package/docs/api/RatingFocusEvent.md +97 -0
  130. package/docs/api/RatingHandle.md +97 -0
  131. package/docs/api/RatingItem.md +13 -0
  132. package/docs/api/RatingItemFocusEvent.md +97 -0
  133. package/docs/api/RatingItemHandle.md +132 -0
  134. package/docs/api/RatingItemKeyboardEvent.md +97 -0
  135. package/docs/api/RatingItemMouseEvent.md +97 -0
  136. package/docs/api/RatingItemProps.md +941 -0
  137. package/docs/api/RatingKeyboardEvent.md +97 -0
  138. package/docs/api/RatingMouseEvent.md +97 -0
  139. package/docs/api/RatingProps.md +1308 -0
  140. package/docs/api/RatingPropsContext.md +17 -0
  141. package/docs/api/Signature.md +13 -0
  142. package/docs/api/SignatureBlurEvent.md +132 -0
  143. package/docs/api/SignatureChangeEvent.md +167 -0
  144. package/docs/api/SignatureCloseEvent.md +132 -0
  145. package/docs/api/SignatureFocusEvent.md +132 -0
  146. package/docs/api/SignatureHandle.md +162 -0
  147. package/docs/api/SignatureOpenEvent.md +132 -0
  148. package/docs/api/SignatureProps.md +1592 -0
  149. package/docs/api/SignaturePropsContext.md +17 -0
  150. package/docs/api/Slider.md +17 -0
  151. package/docs/api/SliderChangeEvent.md +167 -0
  152. package/docs/api/SliderHandle.md +99 -0
  153. package/docs/api/SliderLabel.md +62 -0
  154. package/docs/api/SliderLabelProps.md +171 -0
  155. package/docs/api/SliderProps.md +902 -0
  156. package/docs/api/SliderPropsContext.md +17 -0
  157. package/docs/api/Switch.md +17 -0
  158. package/docs/api/SwitchChangeEvent.md +167 -0
  159. package/docs/api/SwitchHandle.md +239 -0
  160. package/docs/api/SwitchProps.md +1081 -0
  161. package/docs/api/SwitchPropsContext.md +17 -0
  162. package/docs/api/TextArea.md +27 -0
  163. package/docs/api/TextAreaBlurEvent.md +132 -0
  164. package/docs/api/TextAreaChangeEvent.md +167 -0
  165. package/docs/api/TextAreaFocusEvent.md +132 -0
  166. package/docs/api/TextAreaProps.md +1082 -0
  167. package/docs/api/TextAreaPropsContext.md +17 -0
  168. package/docs/api/TileSize.md +18 -0
  169. package/docs/api/ToggleBaseProps.md +132 -0
  170. package/docs/api/_meta.yml +3 -0
  171. package/docs/api/index.md +425 -0
  172. package/docs/auto-imports.js +40 -0
  173. package/docs/checkbox/_meta.yml +3 -0
  174. package/docs/checkbox/accessibility.md +26 -0
  175. package/docs/checkbox/appearance.md +28 -0
  176. package/docs/checkbox/controlled.md +57 -0
  177. package/docs/checkbox/default-state.md +24 -0
  178. package/docs/checkbox/disabled.md +23 -0
  179. package/docs/checkbox/forms-support.md +90 -0
  180. package/docs/checkbox/index.md +46 -0
  181. package/docs/checkbox/keyboard-navigation.md +36 -0
  182. package/docs/checkbox/labels.md +36 -0
  183. package/docs/colorgradient/_meta.yml +3 -0
  184. package/docs/colorgradient/color-contrast.md +34 -0
  185. package/docs/colorgradient/controlled.md +32 -0
  186. package/docs/colorgradient/disabled.md +23 -0
  187. package/docs/colorgradient/index.md +42 -0
  188. package/docs/colorgradient/noopacity.md +28 -0
  189. package/docs/colorpalette/_meta.yml +3 -0
  190. package/docs/colorpalette/assets/demo-img.png +0 -0
  191. package/docs/colorpalette/controlled.md +32 -0
  192. package/docs/colorpalette/custom.md +23 -0
  193. package/docs/colorpalette/disabled.md +23 -0
  194. package/docs/colorpalette/events.md +27 -0
  195. package/docs/colorpalette/index.md +47 -0
  196. package/docs/colorpalette/keyboard-navigation.md +36 -0
  197. package/docs/colorpalette/presets.md +23 -0
  198. package/docs/colorpicker/_meta.yml +3 -0
  199. package/docs/colorpicker/appearance.md +30 -0
  200. package/docs/colorpicker/color-contrast.md +33 -0
  201. package/docs/colorpicker/combined-views.md +46 -0
  202. package/docs/colorpicker/controlled.md +57 -0
  203. package/docs/colorpicker/custom.md +67 -0
  204. package/docs/colorpicker/default-value.md +20 -0
  205. package/docs/colorpicker/disabled.md +20 -0
  206. package/docs/colorpicker/index.md +41 -0
  207. package/docs/colorpicker/keyboard-navigation.md +39 -0
  208. package/docs/custom-attributes.md +27 -0
  209. package/docs/examples/attribute/class/main.tsx +44 -0
  210. package/docs/examples/attribute/func/main.tsx +58 -0
  211. package/docs/examples/checkbox/appearance/func/main.tsx +33 -0
  212. package/docs/examples/checkbox/controlled/checked/class/main.tsx +32 -0
  213. package/docs/examples/checkbox/controlled/checked/func/main.tsx +29 -0
  214. package/docs/examples/checkbox/controlled/value/class/main.tsx +32 -0
  215. package/docs/examples/checkbox/controlled/value/func/main.tsx +28 -0
  216. package/docs/examples/checkbox/default/func/main.tsx +15 -0
  217. package/docs/examples/checkbox/disabled/func/main.tsx +19 -0
  218. package/docs/examples/checkbox/forms/basic/class/main.tsx +79 -0
  219. package/docs/examples/checkbox/forms/basic/func/main.tsx +71 -0
  220. package/docs/examples/checkbox/forms/custom-message/class/main.tsx +117 -0
  221. package/docs/examples/checkbox/forms/custom-message/func/main.tsx +124 -0
  222. package/docs/examples/checkbox/forms/disable-styles/class/main.tsx +126 -0
  223. package/docs/examples/checkbox/forms/disable-styles/func/main.tsx +125 -0
  224. package/docs/examples/checkbox/forms/kendo-react-form/func/main.tsx +137 -0
  225. package/docs/examples/checkbox/keyboard/class/main.tsx +32 -0
  226. package/docs/examples/checkbox/keyboard/func/main.tsx +27 -0
  227. package/docs/examples/checkbox/labels/custom/func/main.tsx +20 -0
  228. package/docs/examples/checkbox/labels/setup/func/main.tsx +20 -0
  229. package/docs/examples/checkbox/main/func/main.tsx +22 -0
  230. package/docs/examples/colorgradient/colorcontrast/class/main.tsx +48 -0
  231. package/docs/examples/colorgradient/colorcontrast/func/main.tsx +43 -0
  232. package/docs/examples/colorgradient/controlled/class/main.tsx +29 -0
  233. package/docs/examples/colorgradient/controlled/func/main.tsx +21 -0
  234. package/docs/examples/colorgradient/disabled/func/main.tsx +17 -0
  235. package/docs/examples/colorgradient/opacity/class/main.tsx +32 -0
  236. package/docs/examples/colorgradient/opacity/func/main.tsx +24 -0
  237. package/docs/examples/colorgradient/overview/class/main.tsx +42 -0
  238. package/docs/examples/colorgradient/overview/func/main.tsx +34 -0
  239. package/docs/examples/colorpalette/controlled/class/main.tsx +25 -0
  240. package/docs/examples/colorpalette/controlled/func/main.tsx +17 -0
  241. package/docs/examples/colorpalette/custom/func/main.tsx +13 -0
  242. package/docs/examples/colorpalette/disabled/func/main.tsx +13 -0
  243. package/docs/examples/colorpalette/keyboard/class/main.tsx +30 -0
  244. package/docs/examples/colorpalette/keyboard/func/main.tsx +30 -0
  245. package/docs/examples/colorpalette/overview/basic/class/main.tsx +55 -0
  246. package/docs/examples/colorpalette/overview/basic/class/styles.css +50 -0
  247. package/docs/examples/colorpalette/overview/basic/func/main.tsx +47 -0
  248. package/docs/examples/colorpalette/overview/basic/func/styles.css +50 -0
  249. package/docs/examples/colorpalette/overview/events/class/main.tsx +48 -0
  250. package/docs/examples/colorpalette/overview/events/func/main.tsx +40 -0
  251. package/docs/examples/colorpalette/presets/func/main.tsx +70 -0
  252. package/docs/examples/colorpicker/appearance/func/main.tsx +37 -0
  253. package/docs/examples/colorpicker/colorcontrast/class/main.tsx +50 -0
  254. package/docs/examples/colorpicker/colorcontrast/func/main.tsx +44 -0
  255. package/docs/examples/colorpicker/controlled/popup/class/main.tsx +39 -0
  256. package/docs/examples/colorpicker/controlled/popup/func/main.tsx +31 -0
  257. package/docs/examples/colorpicker/controlled/value/class/main.tsx +25 -0
  258. package/docs/examples/colorpicker/controlled/value/func/main.tsx +17 -0
  259. package/docs/examples/colorpicker/custom/custom-icons/func/main.tsx +18 -0
  260. package/docs/examples/colorpicker/custom/gradient/func/main.tsx +24 -0
  261. package/docs/examples/colorpicker/custom/kendo-icons/func/main.tsx +18 -0
  262. package/docs/examples/colorpicker/custom/palette/func/main.tsx +28 -0
  263. package/docs/examples/colorpicker/default/func/main.tsx +24 -0
  264. package/docs/examples/colorpicker/disabled/func/main.tsx +17 -0
  265. package/docs/examples/colorpicker/keyboard/class/main.tsx +30 -0
  266. package/docs/examples/colorpicker/keyboard/func/main.tsx +29 -0
  267. package/docs/examples/colorpicker/overview/func/main.tsx +24 -0
  268. package/docs/examples/colorpicker/view/combined/class/main.tsx +37 -0
  269. package/docs/examples/colorpicker/view/combined/func/main.tsx +27 -0
  270. package/docs/examples/colorpicker/view/popup/class/main.tsx +66 -0
  271. package/docs/examples/colorpicker/view/popup/func/main.tsx +55 -0
  272. package/docs/examples/flatcolorpicker/basic/func/main.tsx +13 -0
  273. package/docs/examples/flatcolorpicker/customization/footer/func/main.tsx +13 -0
  274. package/docs/examples/flatcolorpicker/customization/header/func/main.tsx +13 -0
  275. package/docs/examples/flatcolorpicker/disabled/func/main.tsx +13 -0
  276. package/docs/examples/get-started/func/main.tsx +14 -0
  277. package/docs/examples/globalization/func/main.tsx +47 -0
  278. package/docs/examples/input/counter/main.tsx +30 -0
  279. package/docs/examples/input/forms/basic/class/main.tsx +87 -0
  280. package/docs/examples/input/forms/basic/func/main.tsx +79 -0
  281. package/docs/examples/input/forms/custom-message/class/main.tsx +94 -0
  282. package/docs/examples/input/forms/custom-message/func/main.tsx +86 -0
  283. package/docs/examples/input/forms/disable-styles/class/main.tsx +115 -0
  284. package/docs/examples/input/forms/disable-styles/func/main.tsx +106 -0
  285. package/docs/examples/input/forms/override/class/main.tsx +111 -0
  286. package/docs/examples/input/forms/override/func/main.tsx +102 -0
  287. package/docs/examples/input/main/main.jsx +17 -0
  288. package/docs/examples/input/overview/func/main.tsx +88 -0
  289. package/docs/examples/label/class/main.tsx +69 -0
  290. package/docs/examples/label/func/main.tsx +65 -0
  291. package/docs/examples/maskedtextbox/appearance/func/main.tsx +41 -0
  292. package/docs/examples/maskedtextbox/disabled/func/main.tsx +24 -0
  293. package/docs/examples/maskedtextbox/forms/basic/class/main.tsx +78 -0
  294. package/docs/examples/maskedtextbox/forms/basic/func/main.tsx +70 -0
  295. package/docs/examples/maskedtextbox/forms/custom-message/class/main.tsx +81 -0
  296. package/docs/examples/maskedtextbox/forms/custom-message/func/main.tsx +73 -0
  297. package/docs/examples/maskedtextbox/forms/disable-styles/class/main.tsx +75 -0
  298. package/docs/examples/maskedtextbox/forms/disable-styles/func/main.tsx +67 -0
  299. package/docs/examples/maskedtextbox/forms/override/class/main.tsx +85 -0
  300. package/docs/examples/maskedtextbox/forms/override/func/main.tsx +75 -0
  301. package/docs/examples/maskedtextbox/mask/basic/func/main.tsx +19 -0
  302. package/docs/examples/maskedtextbox/mask/extend/func/main.tsx +35 -0
  303. package/docs/examples/maskedtextbox/overview/basic/func/main.tsx +18 -0
  304. package/docs/examples/maskedtextbox/readonly/func/main.tsx +20 -0
  305. package/docs/examples/maskedtextbox/valid/class/main.tsx +59 -0
  306. package/docs/examples/maskedtextbox/valid/func/main.tsx +51 -0
  307. package/docs/examples/maskedtextbox/value/class/main.tsx +37 -0
  308. package/docs/examples/maskedtextbox/value/func/main.tsx +29 -0
  309. package/docs/examples/numerictextbox/appearance/func/main.tsx +39 -0
  310. package/docs/examples/numerictextbox/formats/func/main.tsx +53 -0
  311. package/docs/examples/numerictextbox/forms/basic/class/main.tsx +75 -0
  312. package/docs/examples/numerictextbox/forms/basic/func/main.tsx +67 -0
  313. package/docs/examples/numerictextbox/forms/custom-message/class/main.tsx +82 -0
  314. package/docs/examples/numerictextbox/forms/custom-message/func/main.tsx +74 -0
  315. package/docs/examples/numerictextbox/forms/disable-styles/class/main.tsx +98 -0
  316. package/docs/examples/numerictextbox/forms/disable-styles/func/main.tsx +85 -0
  317. package/docs/examples/numerictextbox/forms/override/class/main.tsx +96 -0
  318. package/docs/examples/numerictextbox/forms/override/func/main.tsx +87 -0
  319. package/docs/examples/numerictextbox/forms/ref/class/main.tsx +44 -0
  320. package/docs/examples/numerictextbox/forms/ref/func/main.tsx +34 -0
  321. package/docs/examples/numerictextbox/keyboard/func/main.tsx +20 -0
  322. package/docs/examples/numerictextbox/overview/class/main.tsx +55 -0
  323. package/docs/examples/numerictextbox/overview/func/main.tsx +43 -0
  324. package/docs/examples/numerictextbox/spin/func/main.tsx +22 -0
  325. package/docs/examples/numerictextbox/step/func/main.tsx +21 -0
  326. package/docs/examples/overview/func/main.tsx +102 -0
  327. package/docs/examples/props-context/overview/class/grid-with-filtering.tsx +32 -0
  328. package/docs/examples/props-context/overview/class/main.tsx +26 -0
  329. package/docs/examples/props-context/overview/class/sample-products.ts +182 -0
  330. package/docs/examples/props-context/overview/func/grid-with-filtering.tsx +32 -0
  331. package/docs/examples/props-context/overview/func/main.tsx +24 -0
  332. package/docs/examples/props-context/overview/func/sample-products.ts +182 -0
  333. package/docs/examples/radiobutton/appearance/func/main.tsx +28 -0
  334. package/docs/examples/radiobutton/custom-labels/func/main.tsx +28 -0
  335. package/docs/examples/radiobutton/disabled/func/main.tsx +20 -0
  336. package/docs/examples/radiobutton/labels/func/main.tsx +20 -0
  337. package/docs/examples/radiobutton/overview/class/main.tsx +35 -0
  338. package/docs/examples/radiobutton/overview/func/main.tsx +30 -0
  339. package/docs/examples/radiogroup/controlled/class/main.tsx +49 -0
  340. package/docs/examples/radiogroup/controlled/func/main.tsx +40 -0
  341. package/docs/examples/radiogroup/default-state/func/main.tsx +19 -0
  342. package/docs/examples/radiogroup/forms/class/main.tsx +150 -0
  343. package/docs/examples/radiogroup/forms/func/main.tsx +146 -0
  344. package/docs/examples/radiogroup/keyboard/class/main.tsx +37 -0
  345. package/docs/examples/radiogroup/keyboard/func/main.tsx +31 -0
  346. package/docs/examples/radiogroup/layout/class/main.tsx +49 -0
  347. package/docs/examples/radiogroup/layout/func/main.tsx +43 -0
  348. package/docs/examples/radiogroup/overview/func/main.tsx +18 -0
  349. package/docs/examples/rangeslider/controlled/class/main.tsx +45 -0
  350. package/docs/examples/rangeslider/controlled/func/main.tsx +37 -0
  351. package/docs/examples/rangeslider/disabled/func/main.tsx +27 -0
  352. package/docs/examples/rangeslider/labels/func/main.tsx +26 -0
  353. package/docs/examples/rangeslider/orientation/func/main.tsx +27 -0
  354. package/docs/examples/rangeslider/overview/func/main.tsx +26 -0
  355. package/docs/examples/rating/controlled/class/main.tsx +29 -0
  356. package/docs/examples/rating/controlled/func/main.tsx +21 -0
  357. package/docs/examples/rating/disabled/func/main.tsx +18 -0
  358. package/docs/examples/rating/forms/class/main.tsx +85 -0
  359. package/docs/examples/rating/forms/func/main.tsx +79 -0
  360. package/docs/examples/rating/icon/func/main.tsx +15 -0
  361. package/docs/examples/rating/items/func/main.tsx +15 -0
  362. package/docs/examples/rating/label/class/main.tsx +33 -0
  363. package/docs/examples/rating/label/func/main.tsx +26 -0
  364. package/docs/examples/rating/navigation/func/main.tsx +15 -0
  365. package/docs/examples/rating/overview/func/main.tsx +12 -0
  366. package/docs/examples/rating/precision/func/main.tsx +27 -0
  367. package/docs/examples/rating/rating-item/advanced/class/main.tsx +82 -0
  368. package/docs/examples/rating/rating-item/advanced/func/main.tsx +76 -0
  369. package/docs/examples/rating/rating-item/overview/func/main.tsx +75 -0
  370. package/docs/examples/rating/readonly/func/main.tsx +18 -0
  371. package/docs/examples/rating/selection/func/main.tsx +25 -0
  372. package/docs/examples/rtl/func/main.tsx +99 -0
  373. package/docs/examples/shared/checkbox-style-configurator.tsx +69 -0
  374. package/docs/examples/shared/es.json +6 -0
  375. package/docs/examples/shared/radiobutton-style-configurator.tsx +47 -0
  376. package/docs/examples/shared/sample-signature.ts +2 -0
  377. package/docs/examples/shared/style-configurator.tsx +93 -0
  378. package/docs/examples/shared/switch-style-configurator.tsx +91 -0
  379. package/docs/examples/signature/appearance/all-options/func/main.tsx +89 -0
  380. package/docs/examples/signature/appearance/color/func/main.tsx +17 -0
  381. package/docs/examples/signature/appearance/stroke-width/func/main.tsx +16 -0
  382. package/docs/examples/signature/controlled/export-scale/func/main.tsx +34 -0
  383. package/docs/examples/signature/controlled/popup/func/main.tsx +28 -0
  384. package/docs/examples/signature/controlled/value/func/main.tsx +19 -0
  385. package/docs/examples/signature/disabled/func/main.tsx +17 -0
  386. package/docs/examples/signature/events/func/main.tsx +66 -0
  387. package/docs/examples/signature/forms/kendo/func/main.tsx +148 -0
  388. package/docs/examples/signature/overview/func/main.tsx +239 -0
  389. package/docs/examples/signature/overview/func/styles.css +56 -0
  390. package/docs/examples/signature/popup/disabled/func/main.tsx +14 -0
  391. package/docs/examples/signature/popup/scale/func/main.tsx +14 -0
  392. package/docs/examples/signature/readonly/func/main.tsx +17 -0
  393. package/docs/examples/signature/smooth/func/main.tsx +14 -0
  394. package/docs/examples/slider/buttons/func/main.tsx +18 -0
  395. package/docs/examples/slider/controlled/class/main.tsx +45 -0
  396. package/docs/examples/slider/controlled/func/main.tsx +36 -0
  397. package/docs/examples/slider/labels/class/main.tsx +44 -0
  398. package/docs/examples/slider/labels/func/main.tsx +35 -0
  399. package/docs/examples/slider/orientation/func/main.tsx +25 -0
  400. package/docs/examples/slider/overview/func/main.tsx +24 -0
  401. package/docs/examples/switch/appearance/func/main.tsx +38 -0
  402. package/docs/examples/switch/controlled/manual/class/main.tsx +40 -0
  403. package/docs/examples/switch/controlled/manual/func/main.tsx +33 -0
  404. package/docs/examples/switch/controlled/readonly/func/main.tsx +15 -0
  405. package/docs/examples/switch/default/func/main.tsx +15 -0
  406. package/docs/examples/switch/disabled/func/main.tsx +15 -0
  407. package/docs/examples/switch/forms/basic/class/main.tsx +81 -0
  408. package/docs/examples/switch/forms/basic/func/main.tsx +72 -0
  409. package/docs/examples/switch/forms/custom-message/class/main.tsx +108 -0
  410. package/docs/examples/switch/forms/custom-message/func/main.tsx +100 -0
  411. package/docs/examples/switch/forms/disable-styles/class/main.tsx +129 -0
  412. package/docs/examples/switch/forms/disable-styles/func/main.tsx +118 -0
  413. package/docs/examples/switch/forms/kendo-react-form/class/main.tsx +104 -0
  414. package/docs/examples/switch/forms/kendo-react-form/func/main.tsx +106 -0
  415. package/docs/examples/switch/keyboard/class/main.tsx +22 -0
  416. package/docs/examples/switch/keyboard/func/main.tsx +23 -0
  417. package/docs/examples/switch/labels/func/main.tsx +15 -0
  418. package/docs/examples/switch/overview/basic/func/main.tsx +15 -0
  419. package/docs/examples/textarea/appearance/func/main.tsx +39 -0
  420. package/docs/examples/textarea/auto-sizing/func/main.tsx +18 -0
  421. package/docs/examples/textarea/controlled/class/main.tsx +32 -0
  422. package/docs/examples/textarea/controlled/func/main.tsx +26 -0
  423. package/docs/examples/textarea/counter/class/main.tsx +38 -0
  424. package/docs/examples/textarea/counter/func/main.tsx +32 -0
  425. package/docs/examples/textarea/default-state/func/main.tsx +18 -0
  426. package/docs/examples/textarea/disabled/func/main.tsx +20 -0
  427. package/docs/examples/textarea/forms/kendo-react-form/class/main.tsx +152 -0
  428. package/docs/examples/textarea/forms/kendo-react-form/func/main.tsx +140 -0
  429. package/docs/examples/textarea/main/func/main.tsx +15 -0
  430. package/docs/examples/textarea/overview/class/main.tsx +103 -0
  431. package/docs/examples/textarea/overview/func/main.tsx +90 -0
  432. package/docs/examples/textarea/sizing/func/main.tsx +15 -0
  433. package/docs/examples/tsconfig.json +29 -0
  434. package/docs/flatcolorpicker/_meta.yml +3 -0
  435. package/docs/flatcolorpicker/customization.md +33 -0
  436. package/docs/flatcolorpicker/disabled.md +22 -0
  437. package/docs/flatcolorpicker/index.md +30 -0
  438. package/docs/floating-labels.md +35 -0
  439. package/docs/get-started.md +153 -0
  440. package/docs/globalization.md +67 -0
  441. package/docs/index.md +212 -0
  442. package/docs/input/_meta.yml +3 -0
  443. package/docs/input/counter.md +20 -0
  444. package/docs/input/forms.md +87 -0
  445. package/docs/input/index.md +40 -0
  446. package/docs/maskedtextbox/_meta.yml +3 -0
  447. package/docs/maskedtextbox/accessibility.md +22 -0
  448. package/docs/maskedtextbox/appearance.md +30 -0
  449. package/docs/maskedtextbox/disabled-state.md +20 -0
  450. package/docs/maskedtextbox/forms.md +87 -0
  451. package/docs/maskedtextbox/index.md +40 -0
  452. package/docs/maskedtextbox/masks.md +44 -0
  453. package/docs/maskedtextbox/readonly-state.md +20 -0
  454. package/docs/maskedtextbox/valid-state.md +25 -0
  455. package/docs/maskedtextbox/value.md +23 -0
  456. package/docs/numerictextbox/_meta.yml +3 -0
  457. package/docs/numerictextbox/accessibility.md +25 -0
  458. package/docs/numerictextbox/appearance.md +30 -0
  459. package/docs/numerictextbox/formats.md +25 -0
  460. package/docs/numerictextbox/forms.md +87 -0
  461. package/docs/numerictextbox/index.md +49 -0
  462. package/docs/numerictextbox/keyboard-navigation.md +26 -0
  463. package/docs/numerictextbox/predefined-step.md +20 -0
  464. package/docs/numerictextbox/ref.md +28 -0
  465. package/docs/numerictextbox/spin-buttons.md +20 -0
  466. package/docs/props-context.md +65 -0
  467. package/docs/radiobutton/_meta.yml +3 -0
  468. package/docs/radiobutton/appearance.md +26 -0
  469. package/docs/radiobutton/disabled.md +23 -0
  470. package/docs/radiobutton/index.md +47 -0
  471. package/docs/radiobutton/labels.md +36 -0
  472. package/docs/radiogroup/_meta.yml +3 -0
  473. package/docs/radiogroup/accessibility.md +25 -0
  474. package/docs/radiogroup/controlled_mode.md +34 -0
  475. package/docs/radiogroup/default_state.md +24 -0
  476. package/docs/radiogroup/forms_support.md +37 -0
  477. package/docs/radiogroup/index.md +41 -0
  478. package/docs/radiogroup/keyboard_navigation.md +37 -0
  479. package/docs/radiogroup/layout.md +29 -0
  480. package/docs/rangeslider/_meta.yml +3 -0
  481. package/docs/rangeslider/accessibility.md +26 -0
  482. package/docs/rangeslider/controlled.md +32 -0
  483. package/docs/rangeslider/disabled.md +23 -0
  484. package/docs/rangeslider/index.md +41 -0
  485. package/docs/rangeslider/keyboard-navigation.md +33 -0
  486. package/docs/rangeslider/orientation.md +24 -0
  487. package/docs/rangeslider/ticks.md +26 -0
  488. package/docs/rating/_meta.yml +3 -0
  489. package/docs/rating/accessibility.md +26 -0
  490. package/docs/rating/forms_support.md +39 -0
  491. package/docs/rating/functionality-and-features/_meta.yml +2 -0
  492. package/docs/rating/functionality-and-features/controlled.md +34 -0
  493. package/docs/rating/functionality-and-features/disabled.md +23 -0
  494. package/docs/rating/functionality-and-features/icon.md +27 -0
  495. package/docs/rating/functionality-and-features/items.md +24 -0
  496. package/docs/rating/functionality-and-features/label.md +28 -0
  497. package/docs/rating/functionality-and-features/precision.md +51 -0
  498. package/docs/rating/functionality-and-features/readonly.md +23 -0
  499. package/docs/rating/functionality-and-features/selection.md +23 -0
  500. package/docs/rating/index.md +45 -0
  501. package/docs/rating/item_custamization.md +45 -0
  502. package/docs/rating/keyboard-navigation.md +33 -0
  503. package/docs/signature/_meta.yml +3 -0
  504. package/docs/signature/appearance.md +96 -0
  505. package/docs/signature/controlled.md +60 -0
  506. package/docs/signature/disabled.md +21 -0
  507. package/docs/signature/events.md +20 -0
  508. package/docs/signature/forms.md +28 -0
  509. package/docs/signature/index.md +34 -0
  510. package/docs/signature/line-smoothing.md +16 -0
  511. package/docs/signature/popup.md +34 -0
  512. package/docs/signature/readonly.md +21 -0
  513. package/docs/slider/_meta.yml +3 -0
  514. package/docs/slider/accessibility.md +26 -0
  515. package/docs/slider/controlled.md +32 -0
  516. package/docs/slider/index.md +41 -0
  517. package/docs/slider/keyboard-navigation.md +33 -0
  518. package/docs/slider/orientation.md +24 -0
  519. package/docs/slider/side-buttons.md +24 -0
  520. package/docs/slider/ticks.md +31 -0
  521. package/docs/switch/_meta.yml +3 -0
  522. package/docs/switch/accessibility.md +17 -0
  523. package/docs/switch/appearance.md +30 -0
  524. package/docs/switch/controlled-switch.md +44 -0
  525. package/docs/switch/default-state.md +20 -0
  526. package/docs/switch/disabled-state.md +20 -0
  527. package/docs/switch/forms-support.md +78 -0
  528. package/docs/switch/index.md +44 -0
  529. package/docs/switch/keyboard-navigation.md +31 -0
  530. package/docs/switch/labels.md +29 -0
  531. package/docs/textarea/_meta.yml +3 -0
  532. package/docs/textarea/appearance.md +30 -0
  533. package/docs/textarea/controlled_mode.md +37 -0
  534. package/docs/textarea/counter.md +28 -0
  535. package/docs/textarea/default_state.md +25 -0
  536. package/docs/textarea/disabled.md +24 -0
  537. package/docs/textarea/forms_support.md +39 -0
  538. package/docs/textarea/index.md +51 -0
  539. package/docs/textarea/sizing.md +38 -0
  540. package/e2e/a11y.tests.ts +154 -0
  541. package/e2e/input.tests.ts +143 -0
  542. package/e2e/numeric.tests.ts +134 -0
  543. package/e2e/switch.tests.ts +122 -0
  544. package/examples/checkbox/checkbox.html +9 -0
  545. package/examples/checkbox/checkbox.tsx +292 -0
  546. package/examples/checkbox/checkboxForm.html +9 -0
  547. package/examples/checkbox/checkboxForm.tsx +81 -0
  548. package/examples/checkbox/checked-n-value.html +9 -0
  549. package/examples/checkbox/checked-n-value.tsx +115 -0
  550. package/examples/checkbox/controlled-mode.html +9 -0
  551. package/examples/checkbox/controlled-mode.tsx +69 -0
  552. package/examples/checkbox/form.html +9 -0
  553. package/examples/checkbox/form.tsx +78 -0
  554. package/examples/checkbox/formik.html +9 -0
  555. package/examples/checkbox/formik.tsx +89 -0
  556. package/examples/colors/colorContrast.html +12 -0
  557. package/examples/colors/colorContrast.tsx +52 -0
  558. package/examples/colors/colorGradient.html +9 -0
  559. package/examples/colors/colorGradient.tsx +37 -0
  560. package/examples/colors/colorPalette.html +9 -0
  561. package/examples/colors/colorPalette.tsx +29 -0
  562. package/examples/colors/colorPicker.html +22 -0
  563. package/examples/colors/colorPicker.tsx +58 -0
  564. package/examples/colors/colorPickerLocalization.html +9 -0
  565. package/examples/colors/colorPickerLocalization.tsx +31 -0
  566. package/examples/colors/flatColorPicker.html +12 -0
  567. package/examples/colors/flatColorPicker.tsx +21 -0
  568. package/examples/context/class/grid-with-filtering.tsx +32 -0
  569. package/examples/context/class/index.html +9 -0
  570. package/examples/context/class/index.tsx +28 -0
  571. package/examples/context/class/sample-products.tsx +182 -0
  572. package/examples/context/func/grid-with-filtering.tsx +32 -0
  573. package/examples/context/func/index.html +9 -0
  574. package/examples/context/func/index.tsx +26 -0
  575. package/examples/context/func/sample-products.tsx +182 -0
  576. package/examples/e2e/accessibility/CheckboxExample.tsx +26 -0
  577. package/examples/e2e/accessibility/ColorGradientExample.tsx +28 -0
  578. package/examples/e2e/accessibility/ColorPaletteExample.tsx +33 -0
  579. package/examples/e2e/accessibility/ColorPickerExample.tsx +21 -0
  580. package/examples/e2e/accessibility/InputExample.tsx +49 -0
  581. package/examples/e2e/accessibility/MaskedTextBoxExample.tsx +29 -0
  582. package/examples/e2e/accessibility/NumericTextBoxExample.tsx +24 -0
  583. package/examples/e2e/accessibility/RadioButtonExample.tsx +29 -0
  584. package/examples/e2e/accessibility/RangeSliderExample.tsx +26 -0
  585. package/examples/e2e/accessibility/RatingExample.tsx +13 -0
  586. package/examples/e2e/accessibility/SliderExample.tsx +19 -0
  587. package/examples/e2e/accessibility/SwitchExample.tsx +26 -0
  588. package/examples/e2e/accessibility/TextAreaExample.tsx +70 -0
  589. package/examples/e2e/accessibility/main.html +14 -0
  590. package/examples/e2e/accessibility/main.tsx +104 -0
  591. package/examples/e2e/input/input.html +9 -0
  592. package/examples/e2e/input/input.tsx +58 -0
  593. package/examples/e2e/numerictextbox/numericLabel.html +9 -0
  594. package/examples/e2e/numerictextbox/numericLabel.tsx +38 -0
  595. package/examples/e2e/switch/switch.html +16 -0
  596. package/examples/e2e/switch/switch.tsx +74 -0
  597. package/examples/focus/focus.html +9 -0
  598. package/examples/focus/focus.tsx +81 -0
  599. package/examples/input/inputFloatingLabels.html +9 -0
  600. package/examples/input/inputFloatingLabels.tsx +26 -0
  601. package/examples/input/inputForm.html +9 -0
  602. package/examples/input/inputForm.tsx +151 -0
  603. package/examples/maskedtextbox/basic.html +9 -0
  604. package/examples/maskedtextbox/basic.tsx +54 -0
  605. package/examples/maskedtextbox/ipmask.html +9 -0
  606. package/examples/maskedtextbox/ipmask.tsx +79 -0
  607. package/examples/messages/index.ts +4 -0
  608. package/examples/numerictextbox/newNumeric.html +9 -0
  609. package/examples/numerictextbox/newNumeric.tsx +149 -0
  610. package/examples/numerictextbox/numeric.html +9 -0
  611. package/examples/numerictextbox/numeric.tsx +247 -0
  612. package/examples/numerictextbox/numericApiExample.html +9 -0
  613. package/examples/numerictextbox/numericApiExample.tsx +25 -0
  614. package/examples/numerictextbox/numericForm.html +9 -0
  615. package/examples/numerictextbox/numericForm.tsx +89 -0
  616. package/examples/numerictextbox/roundingIssues.html +9 -0
  617. package/examples/numerictextbox/roundingIssues.tsx +51 -0
  618. package/examples/numerictextbox/test.html +9 -0
  619. package/examples/numerictextbox/test.tsx +165 -0
  620. package/examples/numerictextbox/testingBlurDisabled.html +9 -0
  621. package/examples/numerictextbox/testingBlurDisabled.tsx +167 -0
  622. package/examples/radio-group/customization/index.html +12 -0
  623. package/examples/radio-group/customization/index.tsx +32 -0
  624. package/examples/radioButton/accessibility.html +12 -0
  625. package/examples/radioButton/accessibility.tsx +81 -0
  626. package/examples/radioButton/html-forms.html +9 -0
  627. package/examples/radioButton/html-forms.tsx +63 -0
  628. package/examples/radioButton/kendo-react-form.html +12 -0
  629. package/examples/radioButton/kendo-react-form.tsx +80 -0
  630. package/examples/radioButton/radio.html +9 -0
  631. package/examples/radioButton/radio.tsx +45 -0
  632. package/examples/radioButton/standalone-radio.html +9 -0
  633. package/examples/radioButton/standalone-radio.tsx +76 -0
  634. package/examples/range-slider/form/index.html +9 -0
  635. package/examples/range-slider/form/index.tsx +57 -0
  636. package/examples/range-slider/index.html +9 -0
  637. package/examples/range-slider/index.tsx +147 -0
  638. package/examples/rating/index.html +9 -0
  639. package/examples/rating/index.tsx +158 -0
  640. package/examples/rtl/index.html +12 -0
  641. package/examples/rtl/index.tsx +29 -0
  642. package/examples/signature/basic.html +9 -0
  643. package/examples/signature/basic.tsx +72 -0
  644. package/examples/signature/forms-basic.html +9 -0
  645. package/examples/signature/forms-basic.tsx +72 -0
  646. package/examples/signature/forms.html +9 -0
  647. package/examples/signature/forms.tsx +90 -0
  648. package/examples/slider/slider.html +15 -0
  649. package/examples/slider/slider.tsx +99 -0
  650. package/examples/slider/vertical.html +15 -0
  651. package/examples/slider/vertical.tsx +28 -0
  652. package/examples/switch/switch.html +9 -0
  653. package/examples/switch/switch.tsx +44 -0
  654. package/examples/switch/switchDoubleEvent.html +9 -0
  655. package/examples/switch/switchDoubleEvent.tsx +25 -0
  656. package/examples/switch/switchForm.html +9 -0
  657. package/examples/switch/switchForm.tsx +138 -0
  658. package/examples/textarea/formik.html +12 -0
  659. package/examples/textarea/formik.tsx +84 -0
  660. package/examples/textarea/textarea.html +12 -0
  661. package/examples/textarea/textarea.tsx +96 -0
  662. package/gulpfile.js +7 -0
  663. package/package.json +19 -16
  664. package/src/checkbox/Checkbox.tsx +352 -0
  665. package/src/checkbox/interfaces/CheckboxBlurEvent.ts +7 -0
  666. package/src/checkbox/interfaces/CheckboxChangeEvent.ts +12 -0
  667. package/src/checkbox/interfaces/CheckboxFocusEvent.ts +7 -0
  668. package/src/checkbox/interfaces/CheckboxProps.ts +122 -0
  669. package/src/colors/ColorContrastLabels.tsx +83 -0
  670. package/src/colors/ColorContrastSvg.tsx +88 -0
  671. package/src/colors/ColorGradient.tsx +450 -0
  672. package/src/colors/ColorInput.tsx +192 -0
  673. package/src/colors/ColorPalette.tsx +329 -0
  674. package/src/colors/ColorPicker.tsx +387 -0
  675. package/src/colors/FlatColorPicker.tsx +258 -0
  676. package/src/colors/HexInput.tsx +67 -0
  677. package/src/colors/Picker.tsx +56 -0
  678. package/src/colors/interfaces/ColorGradientChangeEvent.ts +12 -0
  679. package/src/colors/interfaces/ColorGradientProps.ts +77 -0
  680. package/src/colors/interfaces/ColorPaletteChangeEvent.ts +16 -0
  681. package/src/colors/interfaces/ColorPaletteProps.ts +78 -0
  682. package/src/colors/interfaces/ColorPickerActiveColorClick.ts +17 -0
  683. package/src/colors/interfaces/ColorPickerBlurEvent.ts +13 -0
  684. package/src/colors/interfaces/ColorPickerChangeEvent.ts +17 -0
  685. package/src/colors/interfaces/ColorPickerFocusEvent.ts +13 -0
  686. package/src/colors/interfaces/ColorPickerGradientSettings.ts +19 -0
  687. package/src/colors/interfaces/ColorPickerPaletteSettings.ts +35 -0
  688. package/src/colors/interfaces/ColorPickerPopupSettings.ts +16 -0
  689. package/src/colors/interfaces/ColorPickerProps.ts +170 -0
  690. package/src/colors/interfaces/ColorPickerView.ts +10 -0
  691. package/src/colors/interfaces/PickerPopupSettings.ts +21 -0
  692. package/src/colors/interfaces/PickerProps.ts +51 -0
  693. package/src/colors/models/hsva.ts +9 -0
  694. package/src/colors/models/output-format.ts +4 -0
  695. package/src/colors/models/palette-presets.ts +54 -0
  696. package/src/colors/models/rgb.ts +8 -0
  697. package/src/colors/models/rgba.ts +9 -0
  698. package/src/colors/models/table-cell.ts +7 -0
  699. package/src/colors/models/tile-size.ts +8 -0
  700. package/src/colors/utils/color-cache.ts +71 -0
  701. package/src/colors/utils/color-palette.service.ts +79 -0
  702. package/src/colors/utils/color-parser.ts +158 -0
  703. package/src/colors/utils/misc.ts +23 -0
  704. package/src/colors/utils/svg-calc.ts +115 -0
  705. package/src/common/SliderTooltip.tsx +83 -0
  706. package/src/common/SwitchController.ts +130 -0
  707. package/src/common/SwitchModel.ts +12 -0
  708. package/src/input/Input.tsx +346 -0
  709. package/src/input/interfaces/InputChangeEvent.tsx +12 -0
  710. package/src/interfaces/Direction.ts +1 -0
  711. package/src/interfaces/ToggleBaseProps.ts +8 -0
  712. package/src/main.ts +57 -0
  713. package/src/maskedtextbox/MaskedTextBox.tsx +541 -0
  714. package/src/maskedtextbox/MaskedTextBoxProps.ts +215 -0
  715. package/src/maskedtextbox/masking.service.ts +230 -0
  716. package/src/maskedtextbox/parsing/combinators.ts +30 -0
  717. package/src/maskedtextbox/parsing/parsers.ts +179 -0
  718. package/src/maskedtextbox/parsing/result.ts +39 -0
  719. package/src/maskedtextbox/parsing/stream.ts +41 -0
  720. package/src/maskedtextbox/utils.ts +70 -0
  721. package/src/messages/index.ts +151 -0
  722. package/src/numerictextbox/NumericTextBox.tsx +626 -0
  723. package/src/numerictextbox/interfaces/NumericTextBoxBlurEvent.tsx +7 -0
  724. package/src/numerictextbox/interfaces/NumericTextBoxChangeEvent.tsx +12 -0
  725. package/src/numerictextbox/interfaces/NumericTextBoxFocusEvent.tsx +7 -0
  726. package/src/numerictextbox/interfaces/NumericTextBoxHandle.tsx +40 -0
  727. package/src/numerictextbox/interfaces/NumericTextBoxProps.tsx +180 -0
  728. package/src/numerictextbox/interfaces/NumericTextBoxState.tsx +15 -0
  729. package/src/numerictextbox/utils/index.tsx +744 -0
  730. package/src/package-metadata.ts +13 -0
  731. package/src/radiobutton/RadioButton.tsx +194 -0
  732. package/src/radiobutton/RadioGroup.tsx +190 -0
  733. package/src/radiobutton/interfaces/RadioButtonBlurEvent.ts +7 -0
  734. package/src/radiobutton/interfaces/RadioButtonChangeEvent.ts +12 -0
  735. package/src/radiobutton/interfaces/RadioButtonFocusEvent.ts +7 -0
  736. package/src/radiobutton/interfaces/RadioButtonProps.ts +102 -0
  737. package/src/radiobutton/interfaces/RadioGroupChangeEvent.ts +12 -0
  738. package/src/radiobutton/interfaces/RadioGroupFocusEvent.ts +7 -0
  739. package/src/radiobutton/interfaces/RadioGroupProps.ts +89 -0
  740. package/src/range-slider/RangeSlider.tsx +644 -0
  741. package/src/range-slider/range-raducer.tsx +153 -0
  742. package/src/rating/Rating.tsx +633 -0
  743. package/src/rating/RatingItem.tsx +268 -0
  744. package/src/rating/models/index.tsx +91 -0
  745. package/src/rating/rating-reducer.tsx +70 -0
  746. package/src/rating/utils/index.tsx +65 -0
  747. package/src/signature/Signature.tsx +488 -0
  748. package/src/signature/interfaces/SignatureBlurEvent.tsx +7 -0
  749. package/src/signature/interfaces/SignatureChangeEvent.tsx +12 -0
  750. package/src/signature/interfaces/SignatureCloseEvent.tsx +7 -0
  751. package/src/signature/interfaces/SignatureFocusEvent.tsx +7 -0
  752. package/src/signature/interfaces/SignatureHandle.tsx +35 -0
  753. package/src/signature/interfaces/SignatureOpenEvent.tsx +7 -0
  754. package/src/signature/interfaces/SignatureProps.tsx +227 -0
  755. package/src/signature/interfaces/index.ts +7 -0
  756. package/src/signature/utils/index.ts +11 -0
  757. package/src/slider/Slider.tsx +470 -0
  758. package/src/slider/SliderLabel.tsx +69 -0
  759. package/src/switch/Switch.tsx +559 -0
  760. package/src/textarea/TextArea.tsx +263 -0
  761. package/src/textarea/interfaces/TextAreaBlurEvent.ts +7 -0
  762. package/src/textarea/interfaces/TextAreaChangeEvent.ts +12 -0
  763. package/src/textarea/interfaces/TextAreaFocusEvent.ts +7 -0
  764. package/src/textarea/interfaces/TextAreaProps.tsx +131 -0
  765. package/src/utils.ts +16 -0
  766. package/test/Checkbox.tsx +252 -0
  767. package/test/ColorGradient.tsx +260 -0
  768. package/test/ColorPalette.tsx +440 -0
  769. package/test/ColorPicker.tsx +74 -0
  770. package/test/Input.tsx +255 -0
  771. package/test/NumericTextBox.tsx +984 -0
  772. package/test/RadioButton.tsx +176 -0
  773. package/test/RangeSlider.tsx +502 -0
  774. package/test/Rating.tsx +227 -0
  775. package/test/Slider.tsx +198 -0
  776. package/test/Switch.tsx +154 -0
  777. package/test/TextArea.tsx +216 -0
  778. package/test/maskedtextbox/component.tsx +424 -0
  779. package/test/maskedtextbox/masking.service.tsx +1345 -0
  780. package/test/maskedtextbox/parser.tsx +364 -0
  781. package/tsconfig.es.json +25 -0
  782. package/tsconfig.json +26 -0
  783. package/tsconfig.npm.json +25 -0
  784. package/LICENSE.md +0 -11
  785. package/NOTICE.txt +0 -111
@@ -0,0 +1,1592 @@
1
+ ---
2
+ title: SignatureProps
3
+ description: "Learn how to build custom functionality when working with the React Inputs by Kendo UI with the help of the SignatureProps."
4
+ api_reference: true
5
+ type: inner_api
6
+ slug: api_inputs_signatureprops
7
+ ---
8
+
9
+ # SignatureProps
10
+ Represents the props of the [KendoReact Signature component]({% slug overview_signature %}).
11
+
12
+
13
+ <table class="api-table api-table-properties">
14
+ <thead>
15
+ <tr>
16
+ <th class="th-name">Name</th>
17
+ <th class="th-type">Type</th>
18
+ <th class="th-default">Default</th>
19
+ <th class="th-desc">Description</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody class="api-table-body">
23
+ <tr>
24
+ <td class="table-cell-name">
25
+
26
+
27
+ #### ariaDescribedBy?
28
+
29
+
30
+ </td>
31
+ <td type class="table-cell-type">
32
+
33
+
34
+ <code>
35
+
36
+
37
+ string
38
+
39
+
40
+ </code>
41
+
42
+
43
+ </td>
44
+ <td class="table-cell-default">
45
+
46
+
47
+
48
+
49
+ </td>
50
+ <td class="table-cell-comment">
51
+
52
+
53
+ Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute).
54
+ For example these elements could contain error or hint message.
55
+
56
+
57
+ </td>
58
+ </tr>
59
+ <tr>
60
+ <td class="table-cell-name">
61
+
62
+
63
+ #### ariaLabel?
64
+
65
+
66
+ </td>
67
+ <td type class="table-cell-type">
68
+
69
+
70
+ <code>
71
+
72
+
73
+ string
74
+
75
+
76
+ </code>
77
+
78
+
79
+ </td>
80
+ <td class="table-cell-default">
81
+
82
+
83
+
84
+
85
+ </td>
86
+ <td class="table-cell-comment">
87
+
88
+
89
+ The accessible label of the component.
90
+
91
+
92
+ </td>
93
+ </tr>
94
+ <tr>
95
+ <td class="table-cell-name">
96
+
97
+
98
+ #### ariaLabelledBy?
99
+
100
+
101
+ </td>
102
+ <td type class="table-cell-type">
103
+
104
+
105
+ <code>
106
+
107
+
108
+ string
109
+
110
+
111
+ </code>
112
+
113
+
114
+ </td>
115
+ <td class="table-cell-default">
116
+
117
+
118
+
119
+
120
+ </td>
121
+ <td class="table-cell-comment">
122
+
123
+
124
+ Identifies the element(s) which will label the component.
125
+
126
+
127
+ </td>
128
+ </tr>
129
+ <tr>
130
+ <td class="table-cell-name">
131
+
132
+
133
+ #### backgroundColor?
134
+
135
+
136
+ </td>
137
+ <td type class="table-cell-type">
138
+
139
+
140
+ <code>
141
+
142
+
143
+ string
144
+
145
+
146
+ </code>
147
+
148
+
149
+ </td>
150
+ <td class="table-cell-default">
151
+
152
+
153
+ <code>
154
+
155
+
156
+ '#ffffff'
157
+
158
+
159
+ </code>
160
+
161
+
162
+ </td>
163
+ <td class="table-cell-comment">
164
+
165
+
166
+ The background color of the signature.
167
+
168
+ Accepts CSS color names and hex values.
169
+
170
+
171
+
172
+
173
+
174
+
175
+ </td>
176
+ </tr>
177
+ <tr>
178
+ <td class="table-cell-name">
179
+
180
+
181
+ #### className?
182
+
183
+
184
+ </td>
185
+ <td type class="table-cell-type">
186
+
187
+
188
+ <code>
189
+
190
+
191
+ string
192
+
193
+
194
+ </code>
195
+
196
+
197
+ </td>
198
+ <td class="table-cell-default">
199
+
200
+
201
+
202
+
203
+ </td>
204
+ <td class="table-cell-comment">
205
+
206
+
207
+ Sets a class of the Signature DOM element.
208
+
209
+
210
+ </td>
211
+ </tr>
212
+ <tr>
213
+ <td class="table-cell-name">
214
+
215
+
216
+ #### color?
217
+
218
+
219
+ </td>
220
+ <td type class="table-cell-type">
221
+
222
+
223
+ <code>
224
+
225
+
226
+ string
227
+
228
+
229
+ </code>
230
+
231
+
232
+ </td>
233
+ <td class="table-cell-default">
234
+
235
+
236
+ <code>
237
+
238
+
239
+ '#000000'
240
+
241
+
242
+ </code>
243
+
244
+
245
+ </td>
246
+ <td class="table-cell-comment">
247
+
248
+
249
+ The stroke color of the signature.
250
+
251
+ Accepts CSS color names and hex values.
252
+
253
+
254
+
255
+
256
+
257
+
258
+ </td>
259
+ </tr>
260
+ <tr>
261
+ <td class="table-cell-name">
262
+
263
+
264
+ #### dir?
265
+
266
+
267
+ </td>
268
+ <td type class="table-cell-type">
269
+
270
+
271
+ <code>
272
+
273
+
274
+ string
275
+
276
+
277
+ </code>
278
+
279
+
280
+ </td>
281
+ <td class="table-cell-default">
282
+
283
+
284
+
285
+
286
+ </td>
287
+ <td class="table-cell-comment">
288
+
289
+
290
+ Represents the `dir` HTML attribute.
291
+
292
+
293
+ </td>
294
+ </tr>
295
+ <tr>
296
+ <td class="table-cell-name">
297
+
298
+
299
+ #### disabled?
300
+
301
+
302
+ </td>
303
+ <td type class="table-cell-type">
304
+
305
+
306
+ <code>
307
+
308
+
309
+ boolean
310
+
311
+
312
+ </code>
313
+
314
+
315
+ </td>
316
+ <td class="table-cell-default">
317
+
318
+
319
+
320
+
321
+ </td>
322
+ <td class="table-cell-comment">
323
+
324
+
325
+ Determines whether the Signature is in its disabled state.
326
+
327
+
328
+ </td>
329
+ </tr>
330
+ <tr>
331
+ <td class="table-cell-name">
332
+
333
+
334
+ #### exportScale?
335
+
336
+
337
+ </td>
338
+ <td type class="table-cell-type">
339
+
340
+
341
+ <code>
342
+
343
+
344
+ number
345
+
346
+
347
+ </code>
348
+
349
+
350
+ </td>
351
+ <td class="table-cell-default">
352
+
353
+
354
+ <code>
355
+
356
+
357
+ 2
358
+
359
+
360
+ </code>
361
+
362
+
363
+ </td>
364
+ <td class="table-cell-comment">
365
+
366
+
367
+ The scale factor for the exported image.
368
+
369
+ The Signature width and height will be multiplied by the scale when converting the signature to an image.
370
+
371
+
372
+
373
+
374
+
375
+
376
+ </td>
377
+ </tr>
378
+ <tr>
379
+ <td class="table-cell-name">
380
+
381
+
382
+ #### fillMode?
383
+
384
+
385
+ </td>
386
+ <td type class="table-cell-type">
387
+
388
+
389
+ <code>
390
+
391
+
392
+ "null" | "flat" | "outline" | "solid"
393
+
394
+
395
+ </code>
396
+
397
+
398
+ </td>
399
+ <td class="table-cell-default">
400
+
401
+
402
+ <code>
403
+
404
+
405
+ `solid`
406
+
407
+
408
+ </code>
409
+
410
+
411
+ </td>
412
+ <td class="table-cell-comment">
413
+
414
+
415
+ Configures the `fillMode` of the Signature.
416
+
417
+ The available options are:
418
+ - solid
419
+ - outline
420
+ - flat
421
+ - null&mdash;Does not set a fillMode `className`.
422
+
423
+
424
+
425
+
426
+
427
+
428
+ </td>
429
+ </tr>
430
+ <tr>
431
+ <td class="table-cell-name">
432
+
433
+
434
+ #### height?
435
+
436
+
437
+ </td>
438
+ <td type class="table-cell-type">
439
+
440
+
441
+ <code>
442
+
443
+
444
+ number
445
+
446
+
447
+ </code>
448
+
449
+
450
+ </td>
451
+ <td class="table-cell-default">
452
+
453
+
454
+
455
+
456
+ </td>
457
+ <td class="table-cell-comment">
458
+
459
+
460
+ Specifies the height of the Signature in pixels.
461
+
462
+
463
+ </td>
464
+ </tr>
465
+ <tr>
466
+ <td class="table-cell-name">
467
+
468
+
469
+ #### hideLine?
470
+
471
+
472
+ </td>
473
+ <td type class="table-cell-type">
474
+
475
+
476
+ <code>
477
+
478
+
479
+ boolean
480
+
481
+
482
+ </code>
483
+
484
+
485
+ </td>
486
+ <td class="table-cell-default">
487
+
488
+
489
+ <code>
490
+
491
+
492
+ false
493
+
494
+
495
+ </code>
496
+
497
+
498
+ </td>
499
+ <td class="table-cell-comment">
500
+
501
+
502
+ A flag indicating whether the dotted line should be displayed in the background.
503
+
504
+
505
+
506
+
507
+
508
+ </td>
509
+ </tr>
510
+ <tr>
511
+ <td class="table-cell-name">
512
+
513
+
514
+ #### inputStyle?
515
+
516
+
517
+ </td>
518
+ <td type class="table-cell-type">
519
+
520
+
521
+ <code>
522
+
523
+
524
+ React.CSSProperties
525
+
526
+
527
+ </code>
528
+
529
+
530
+ </td>
531
+ <td class="table-cell-default">
532
+
533
+
534
+
535
+
536
+ </td>
537
+ <td class="table-cell-comment">
538
+
539
+
540
+ Represents the input element `style` HTML attribute.
541
+
542
+
543
+ </td>
544
+ </tr>
545
+ <tr>
546
+ <td class="table-cell-name">
547
+
548
+
549
+ #### maximizable?
550
+
551
+
552
+ </td>
553
+ <td type class="table-cell-type">
554
+
555
+
556
+ <code>
557
+
558
+
559
+ boolean
560
+
561
+
562
+ </code>
563
+
564
+
565
+ </td>
566
+ <td class="table-cell-default">
567
+
568
+
569
+ <code>
570
+
571
+
572
+ true
573
+
574
+
575
+ </code>
576
+
577
+
578
+ </td>
579
+ <td class="table-cell-comment">
580
+
581
+
582
+ A flag indicating if the signature can be maximized.
583
+
584
+
585
+
586
+
587
+
588
+ </td>
589
+ </tr>
590
+ <tr>
591
+ <td class="table-cell-name">
592
+
593
+
594
+ #### name?
595
+
596
+
597
+ </td>
598
+ <td type class="table-cell-type">
599
+
600
+
601
+ <code>
602
+
603
+
604
+ string
605
+
606
+
607
+ </code>
608
+
609
+
610
+ </td>
611
+ <td class="table-cell-default">
612
+
613
+
614
+
615
+
616
+ </td>
617
+ <td class="table-cell-comment">
618
+
619
+
620
+ Specifies the name of the Signature input.
621
+
622
+
623
+ </td>
624
+ </tr>
625
+ <tr>
626
+ <td class="table-cell-name">
627
+
628
+
629
+ #### open?
630
+
631
+
632
+ </td>
633
+ <td type class="table-cell-type">
634
+
635
+
636
+ <code>
637
+
638
+
639
+ boolean
640
+
641
+
642
+ </code>
643
+
644
+
645
+ </td>
646
+ <td class="table-cell-default">
647
+
648
+
649
+
650
+
651
+ </td>
652
+ <td class="table-cell-comment">
653
+
654
+
655
+ Sets the open and close state of the Signature.
656
+
657
+
658
+ </td>
659
+ </tr>
660
+ <tr>
661
+ <td class="table-cell-name">
662
+
663
+
664
+ #### popupScale?
665
+
666
+
667
+ </td>
668
+ <td type class="table-cell-type">
669
+
670
+
671
+ <code>
672
+
673
+
674
+ number
675
+
676
+
677
+ </code>
678
+
679
+
680
+ </td>
681
+ <td class="table-cell-default">
682
+
683
+
684
+ <code>
685
+
686
+
687
+ 3
688
+
689
+
690
+ </code>
691
+
692
+
693
+ </td>
694
+ <td class="table-cell-comment">
695
+
696
+
697
+ The scale factor for the popup.
698
+
699
+ The Signature width and height will be multiplied by the scale when showing the popup.
700
+
701
+
702
+
703
+
704
+
705
+
706
+ </td>
707
+ </tr>
708
+ <tr>
709
+ <td class="table-cell-name">
710
+
711
+
712
+ #### readOnly?
713
+
714
+
715
+ </td>
716
+ <td type class="table-cell-type">
717
+
718
+
719
+ <code>
720
+
721
+
722
+ boolean
723
+
724
+
725
+ </code>
726
+
727
+
728
+ </td>
729
+ <td class="table-cell-default">
730
+
731
+
732
+
733
+
734
+ </td>
735
+ <td class="table-cell-comment">
736
+
737
+
738
+ Determines whether the Signature is in its read-only state.
739
+
740
+
741
+ </td>
742
+ </tr>
743
+ <tr>
744
+ <td class="table-cell-name">
745
+
746
+
747
+ #### required?
748
+
749
+
750
+ </td>
751
+ <td type class="table-cell-type">
752
+
753
+
754
+ <code>
755
+
756
+
757
+ boolean
758
+
759
+
760
+ </code>
761
+
762
+
763
+ </td>
764
+ <td class="table-cell-default">
765
+
766
+
767
+
768
+
769
+ </td>
770
+ <td class="table-cell-comment">
771
+
772
+
773
+ Specifies if `null` is a valid value for the component.
774
+
775
+ This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
776
+
777
+
778
+
779
+ </td>
780
+ </tr>
781
+ <tr>
782
+ <td class="table-cell-name">
783
+
784
+
785
+ #### rounded?
786
+
787
+
788
+ </td>
789
+ <td type class="table-cell-type">
790
+
791
+
792
+ <code>
793
+
794
+
795
+ "null" | "small" | "medium" | "full" | "large"
796
+
797
+
798
+ </code>
799
+
800
+
801
+ </td>
802
+ <td class="table-cell-default">
803
+
804
+
805
+ <code>
806
+
807
+
808
+ `medium`
809
+
810
+
811
+ </code>
812
+
813
+
814
+ </td>
815
+ <td class="table-cell-comment">
816
+
817
+
818
+ Configures the `roundness` of the Signature.
819
+
820
+ The available options are:
821
+ - small
822
+ - medium
823
+ - large
824
+ - full
825
+ - null&mdash;Does not set a rounded `className`.
826
+
827
+
828
+
829
+
830
+
831
+
832
+ </td>
833
+ </tr>
834
+ <tr>
835
+ <td class="table-cell-name">
836
+
837
+
838
+ #### size?
839
+
840
+
841
+ </td>
842
+ <td type class="table-cell-type">
843
+
844
+
845
+ <code>
846
+
847
+
848
+ "null" | "small" | "medium" | "large"
849
+
850
+
851
+ </code>
852
+
853
+
854
+ </td>
855
+ <td class="table-cell-default">
856
+
857
+
858
+ <code>
859
+
860
+
861
+ `medium`
862
+
863
+
864
+ </code>
865
+
866
+
867
+ </td>
868
+ <td class="table-cell-comment">
869
+
870
+
871
+ Configures the `size` of the Signature.
872
+
873
+ The available options are:
874
+ - small
875
+ - medium
876
+ - large
877
+ - null&mdash;Does not set a size `className`.
878
+
879
+
880
+
881
+
882
+
883
+
884
+ </td>
885
+ </tr>
886
+ <tr>
887
+ <td class="table-cell-name">
888
+
889
+
890
+ #### smooth?
891
+
892
+
893
+ </td>
894
+ <td type class="table-cell-type">
895
+
896
+
897
+ <code>
898
+
899
+
900
+ boolean
901
+
902
+
903
+ </code>
904
+
905
+
906
+ </td>
907
+ <td class="table-cell-default">
908
+
909
+
910
+ <code>
911
+
912
+
913
+ false
914
+
915
+
916
+ </code>
917
+
918
+
919
+ </td>
920
+ <td class="table-cell-comment">
921
+
922
+
923
+ A flag indicating whether to smooth out signature lines.
924
+
925
+
926
+
927
+
928
+
929
+ </td>
930
+ </tr>
931
+ <tr>
932
+ <td class="table-cell-name">
933
+
934
+
935
+ #### strokeWidth?
936
+
937
+
938
+ </td>
939
+ <td type class="table-cell-type">
940
+
941
+
942
+ <code>
943
+
944
+
945
+ number
946
+
947
+
948
+ </code>
949
+
950
+
951
+ </td>
952
+ <td class="table-cell-default">
953
+
954
+
955
+ <code>
956
+
957
+
958
+ 1
959
+
960
+
961
+ </code>
962
+
963
+
964
+ </td>
965
+ <td class="table-cell-comment">
966
+
967
+
968
+ The stroke width of the signature.
969
+
970
+
971
+
972
+
973
+
974
+ </td>
975
+ </tr>
976
+ <tr>
977
+ <td class="table-cell-name">
978
+
979
+
980
+ #### style?
981
+
982
+
983
+ </td>
984
+ <td type class="table-cell-type">
985
+
986
+
987
+ <code>
988
+
989
+
990
+ React.CSSProperties
991
+
992
+
993
+ </code>
994
+
995
+
996
+ </td>
997
+ <td class="table-cell-default">
998
+
999
+
1000
+
1001
+
1002
+ </td>
1003
+ <td class="table-cell-comment">
1004
+
1005
+
1006
+ Represents the `style` HTML attribute.
1007
+
1008
+
1009
+ </td>
1010
+ </tr>
1011
+ <tr>
1012
+ <td class="table-cell-name">
1013
+
1014
+
1015
+ #### tabIndex?
1016
+
1017
+
1018
+ </td>
1019
+ <td type class="table-cell-type">
1020
+
1021
+
1022
+ <code>
1023
+
1024
+
1025
+ number
1026
+
1027
+
1028
+ </code>
1029
+
1030
+
1031
+ </td>
1032
+ <td class="table-cell-default">
1033
+
1034
+
1035
+
1036
+
1037
+ </td>
1038
+ <td class="table-cell-comment">
1039
+
1040
+
1041
+ Sets the `tabIndex` property of the Signature.
1042
+
1043
+
1044
+ </td>
1045
+ </tr>
1046
+ <tr>
1047
+ <td class="table-cell-name">
1048
+
1049
+
1050
+ #### valid?
1051
+
1052
+
1053
+ </td>
1054
+ <td type class="table-cell-type">
1055
+
1056
+
1057
+ <code>
1058
+
1059
+
1060
+ boolean
1061
+
1062
+
1063
+ </code>
1064
+
1065
+
1066
+ </td>
1067
+ <td class="table-cell-default">
1068
+
1069
+
1070
+
1071
+
1072
+ </td>
1073
+ <td class="table-cell-comment">
1074
+
1075
+
1076
+ Overrides the validity state of the component.
1077
+ If `valid` is set, the `required` property will be ignored.
1078
+
1079
+ This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
1080
+
1081
+
1082
+
1083
+ </td>
1084
+ </tr>
1085
+ <tr>
1086
+ <td class="table-cell-name">
1087
+
1088
+
1089
+ #### validationMessage?
1090
+
1091
+
1092
+ </td>
1093
+ <td type class="table-cell-type">
1094
+
1095
+
1096
+ <code>
1097
+
1098
+
1099
+ string
1100
+
1101
+
1102
+ </code>
1103
+
1104
+
1105
+ </td>
1106
+ <td class="table-cell-default">
1107
+
1108
+
1109
+
1110
+
1111
+ </td>
1112
+ <td class="table-cell-comment">
1113
+
1114
+
1115
+ Controls the form error message of the component. If set to an empty string, no error will be thrown.
1116
+
1117
+ This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
1118
+
1119
+
1120
+
1121
+ </td>
1122
+ </tr>
1123
+ <tr>
1124
+ <td class="table-cell-name">
1125
+
1126
+
1127
+ #### validityStyles?
1128
+
1129
+
1130
+ </td>
1131
+ <td type class="table-cell-type">
1132
+
1133
+
1134
+ <code>
1135
+
1136
+
1137
+ boolean
1138
+
1139
+
1140
+ </code>
1141
+
1142
+
1143
+ </td>
1144
+ <td class="table-cell-default">
1145
+
1146
+
1147
+
1148
+
1149
+ </td>
1150
+ <td class="table-cell-comment">
1151
+
1152
+
1153
+ If set to `false`, no visual representation of the invalid state of the component will be applied.
1154
+
1155
+ This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
1156
+
1157
+
1158
+
1159
+ </td>
1160
+ </tr>
1161
+ <tr>
1162
+ <td class="table-cell-name">
1163
+
1164
+
1165
+ #### value?
1166
+
1167
+
1168
+ </td>
1169
+ <td type class="table-cell-type">
1170
+
1171
+
1172
+ <code>
1173
+
1174
+
1175
+ string
1176
+
1177
+
1178
+ </code>
1179
+
1180
+
1181
+ </td>
1182
+ <td class="table-cell-default">
1183
+
1184
+
1185
+
1186
+
1187
+ </td>
1188
+ <td class="table-cell-comment">
1189
+
1190
+
1191
+ Specifies the value of the Signature.
1192
+
1193
+ The value is an image encoded as a [Data URL](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs).
1194
+
1195
+
1196
+
1197
+ </td>
1198
+ </tr>
1199
+ <tr>
1200
+ <td class="table-cell-name">
1201
+
1202
+
1203
+ #### width?
1204
+
1205
+
1206
+ </td>
1207
+ <td type class="table-cell-type">
1208
+
1209
+
1210
+ <code>
1211
+
1212
+
1213
+ number
1214
+
1215
+
1216
+ </code>
1217
+
1218
+
1219
+ </td>
1220
+ <td class="table-cell-default">
1221
+
1222
+
1223
+
1224
+
1225
+ </td>
1226
+ <td class="table-cell-comment">
1227
+
1228
+
1229
+ Specifies the width of the Signature in pixels.
1230
+
1231
+
1232
+ </td>
1233
+ </tr>
1234
+ </tbody>
1235
+ </table>
1236
+
1237
+
1238
+
1239
+ ## Methods
1240
+
1241
+ <table class="api-table api-table-methods">
1242
+ <thead class="api-table-methods-head">
1243
+ <tr>
1244
+ <th>
1245
+
1246
+
1247
+ #### onBlur
1248
+
1249
+
1250
+ </th>
1251
+ </tr>
1252
+ </thead>
1253
+ <tbody class="api-table-body">
1254
+ <tr>
1255
+ <td>
1256
+
1257
+
1258
+ The event handler that will be fired when Signature is blurred.
1259
+
1260
+
1261
+ </td>
1262
+ </tr>
1263
+ <tr class="nested-table">
1264
+ <td>
1265
+ <table class="api-table api-table-parameters">
1266
+ <thead class="api-table-parameters-head">
1267
+ <tr>
1268
+ <th class="th-name">Parameters</th>
1269
+ <th class="th-type"></th>
1270
+ <th class="th-desc"></th>
1271
+ </tr>
1272
+ </thead>
1273
+ <tbody class="api-table-body">
1274
+ <tr>
1275
+ <td>
1276
+
1277
+
1278
+ event
1279
+
1280
+
1281
+ </td>
1282
+ <td type>
1283
+
1284
+
1285
+ <code>
1286
+
1287
+
1288
+ [SignatureBlurEvent]({% slug api_inputs_signatureblurevent %})
1289
+
1290
+
1291
+ </code>
1292
+
1293
+
1294
+ </td>
1295
+ <td>
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+ </td>
1302
+ </tr>
1303
+ </tbody>
1304
+ </table>
1305
+ </td>
1306
+ </tr>
1307
+
1308
+ </tbody>
1309
+ </table>
1310
+
1311
+ <table class="api-table api-table-methods">
1312
+ <thead class="api-table-methods-head">
1313
+ <tr>
1314
+ <th>
1315
+
1316
+
1317
+ #### onChange
1318
+
1319
+
1320
+ </th>
1321
+ </tr>
1322
+ </thead>
1323
+ <tbody class="api-table-body">
1324
+ <tr>
1325
+ <td>
1326
+
1327
+
1328
+ Determines the event handler that will be fired when the user edits the value.
1329
+
1330
+
1331
+ </td>
1332
+ </tr>
1333
+ <tr class="nested-table">
1334
+ <td>
1335
+ <table class="api-table api-table-parameters">
1336
+ <thead class="api-table-parameters-head">
1337
+ <tr>
1338
+ <th class="th-name">Parameters</th>
1339
+ <th class="th-type"></th>
1340
+ <th class="th-desc"></th>
1341
+ </tr>
1342
+ </thead>
1343
+ <tbody class="api-table-body">
1344
+ <tr>
1345
+ <td>
1346
+
1347
+
1348
+ event
1349
+
1350
+
1351
+ </td>
1352
+ <td type>
1353
+
1354
+
1355
+ <code>
1356
+
1357
+
1358
+ [SignatureChangeEvent]({% slug api_inputs_signaturechangeevent %})
1359
+
1360
+
1361
+ </code>
1362
+
1363
+
1364
+ </td>
1365
+ <td>
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+ </td>
1372
+ </tr>
1373
+ </tbody>
1374
+ </table>
1375
+ </td>
1376
+ </tr>
1377
+
1378
+ </tbody>
1379
+ </table>
1380
+
1381
+ <table class="api-table api-table-methods">
1382
+ <thead class="api-table-methods-head">
1383
+ <tr>
1384
+ <th>
1385
+
1386
+
1387
+ #### onClose
1388
+
1389
+
1390
+ </th>
1391
+ </tr>
1392
+ </thead>
1393
+ <tbody class="api-table-body">
1394
+ <tr>
1395
+ <td>
1396
+
1397
+
1398
+ The event handler that will be fired when Signature popup is closed.
1399
+
1400
+
1401
+ </td>
1402
+ </tr>
1403
+ <tr class="nested-table">
1404
+ <td>
1405
+ <table class="api-table api-table-parameters">
1406
+ <thead class="api-table-parameters-head">
1407
+ <tr>
1408
+ <th class="th-name">Parameters</th>
1409
+ <th class="th-type"></th>
1410
+ <th class="th-desc"></th>
1411
+ </tr>
1412
+ </thead>
1413
+ <tbody class="api-table-body">
1414
+ <tr>
1415
+ <td>
1416
+
1417
+
1418
+ event
1419
+
1420
+
1421
+ </td>
1422
+ <td type>
1423
+
1424
+
1425
+ <code>
1426
+
1427
+
1428
+ [SignatureCloseEvent]({% slug api_inputs_signaturecloseevent %})
1429
+
1430
+
1431
+ </code>
1432
+
1433
+
1434
+ </td>
1435
+ <td>
1436
+
1437
+
1438
+
1439
+
1440
+
1441
+ </td>
1442
+ </tr>
1443
+ </tbody>
1444
+ </table>
1445
+ </td>
1446
+ </tr>
1447
+
1448
+ </tbody>
1449
+ </table>
1450
+
1451
+ <table class="api-table api-table-methods">
1452
+ <thead class="api-table-methods-head">
1453
+ <tr>
1454
+ <th>
1455
+
1456
+
1457
+ #### onFocus
1458
+
1459
+
1460
+ </th>
1461
+ </tr>
1462
+ </thead>
1463
+ <tbody class="api-table-body">
1464
+ <tr>
1465
+ <td>
1466
+
1467
+
1468
+ The event handler that will be fired when Signature is focused.
1469
+
1470
+
1471
+ </td>
1472
+ </tr>
1473
+ <tr class="nested-table">
1474
+ <td>
1475
+ <table class="api-table api-table-parameters">
1476
+ <thead class="api-table-parameters-head">
1477
+ <tr>
1478
+ <th class="th-name">Parameters</th>
1479
+ <th class="th-type"></th>
1480
+ <th class="th-desc"></th>
1481
+ </tr>
1482
+ </thead>
1483
+ <tbody class="api-table-body">
1484
+ <tr>
1485
+ <td>
1486
+
1487
+
1488
+ event
1489
+
1490
+
1491
+ </td>
1492
+ <td type>
1493
+
1494
+
1495
+ <code>
1496
+
1497
+
1498
+ [SignatureFocusEvent]({% slug api_inputs_signaturefocusevent %})
1499
+
1500
+
1501
+ </code>
1502
+
1503
+
1504
+ </td>
1505
+ <td>
1506
+
1507
+
1508
+
1509
+
1510
+
1511
+ </td>
1512
+ </tr>
1513
+ </tbody>
1514
+ </table>
1515
+ </td>
1516
+ </tr>
1517
+
1518
+ </tbody>
1519
+ </table>
1520
+
1521
+ <table class="api-table api-table-methods">
1522
+ <thead class="api-table-methods-head">
1523
+ <tr>
1524
+ <th>
1525
+
1526
+
1527
+ #### onOpen
1528
+
1529
+
1530
+ </th>
1531
+ </tr>
1532
+ </thead>
1533
+ <tbody class="api-table-body">
1534
+ <tr>
1535
+ <td>
1536
+
1537
+
1538
+ The event handler that will be fired when Signature popup is open.
1539
+
1540
+
1541
+ </td>
1542
+ </tr>
1543
+ <tr class="nested-table">
1544
+ <td>
1545
+ <table class="api-table api-table-parameters">
1546
+ <thead class="api-table-parameters-head">
1547
+ <tr>
1548
+ <th class="th-name">Parameters</th>
1549
+ <th class="th-type"></th>
1550
+ <th class="th-desc"></th>
1551
+ </tr>
1552
+ </thead>
1553
+ <tbody class="api-table-body">
1554
+ <tr>
1555
+ <td>
1556
+
1557
+
1558
+ event
1559
+
1560
+
1561
+ </td>
1562
+ <td type>
1563
+
1564
+
1565
+ <code>
1566
+
1567
+
1568
+ [SignatureOpenEvent]({% slug api_inputs_signatureopenevent %})
1569
+
1570
+
1571
+ </code>
1572
+
1573
+
1574
+ </td>
1575
+ <td>
1576
+
1577
+
1578
+
1579
+
1580
+
1581
+ </td>
1582
+ </tr>
1583
+ </tbody>
1584
+ </table>
1585
+ </td>
1586
+ </tr>
1587
+
1588
+ </tbody>
1589
+ </table>
1590
+
1591
+
1592
+