@progress/kendo-react-inputs 5.10.0-dev.202212021149 → 5.10.0-dev.202212231206
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.
- package/README.md +19 -17
- package/about.md +1 -1
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/dist/es/maskedtextbox/MaskedTextBox.d.ts +4 -0
- package/dist/es/maskedtextbox/MaskedTextBox.js +11 -2
- package/dist/es/maskedtextbox/MaskedTextBoxProps.d.ts +9 -1
- package/dist/es/numerictextbox/NumericTextBox.js +7 -1
- package/dist/es/numerictextbox/interfaces/NumericTextBoxProps.d.ts +9 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/textbox/Textbox.d.ts +6 -0
- package/dist/npm/maskedtextbox/MaskedTextBox.d.ts +4 -0
- package/dist/npm/maskedtextbox/MaskedTextBox.js +10 -1
- package/dist/npm/maskedtextbox/MaskedTextBoxProps.d.ts +9 -1
- package/dist/npm/numerictextbox/NumericTextBox.js +6 -0
- package/dist/npm/numerictextbox/interfaces/NumericTextBoxProps.d.ts +9 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/textbox/Textbox.d.ts +6 -0
- package/dist/systemjs/kendo-react-inputs.js +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<a href="https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-inputs&utm_content=banner" target="_blank">
|
|
2
|
-
<img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg">
|
|
2
|
+
<img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg" alt="KendoReact NPM Banner">
|
|
3
3
|
</a>
|
|
4
4
|
|
|
5
5
|
# KendoReact Inputs Library for React
|
|
@@ -16,22 +16,24 @@ The React Inputs, part of KendoReact, offer a highly customizable interface for
|
|
|
16
16
|
|
|
17
17
|
What's in this package (ToC):
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
19
|
+
- [KendoReact Inputs Library for React](#kendoreact-inputs-library-for-react)
|
|
20
|
+
- [React Checkbox Component](#react-checkbox-component)
|
|
21
|
+
- [React ColorGradient Component](#react-colorgradient-component)
|
|
22
|
+
- [React ColorPalette Component](#react-colorpalette-component)
|
|
23
|
+
- [React ColorPicker Component](#react-colorpicker-component)
|
|
24
|
+
- [Key Features](#key-features)
|
|
25
|
+
- [React Input Component](#react-input-component)
|
|
26
|
+
- [React MaskedTextBox Component](#react-maskedtextbox-component)
|
|
27
|
+
- [React NumericTextBox Component](#react-numerictextbox-component)
|
|
28
|
+
- [React RadioButton Component](#react-radiobutton-component)
|
|
29
|
+
- [React RadioButtonGroup Component](#react-radiobuttongroup-component)
|
|
30
|
+
- [React RangeSlider Component](#react-rangeslider-component)
|
|
31
|
+
- [React Slider Component](#react-slider-component)
|
|
32
|
+
- [React Switch Component](#react-switch-component)
|
|
33
|
+
- [React TextArea Component](#react-textarea-component)
|
|
34
|
+
- [React Inputs Components Library Features](#react-inputs-components-library-features)
|
|
35
|
+
- [Support Options](#support-options)
|
|
36
|
+
- [Resources](#resources)
|
|
35
37
|
|
|
36
38
|
## React Checkbox Component
|
|
37
39
|
|
package/about.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
<a href="https://www.telerik.com/kendo-react-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-react-trial-npm-inputs&utm_content=banner" target="_blank">
|
|
2
|
-
<img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg">
|
|
2
|
+
<img src="https://www.telerik.com/kendo-react-ui/components/npm-banner.svg" alt="KendoReact NPM Banner">
|
|
3
3
|
</a>
|