@progress/kendo-react-inputs 16.1.0-develop.9 → 16.2.0-develop.1
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/checkbox/interfaces/CheckboxProps.d.ts +1 -1
- package/colors/interfaces/ColorGradientProps.d.ts +1 -1
- package/colors/interfaces/ColorPaletteProps.d.ts +1 -1
- package/colors/interfaces/ColorPickerProps.d.ts +1 -1
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/input/Input.d.ts +1 -1
- package/maskedtextbox/MaskedTextBoxProps.d.ts +1 -1
- package/numerictextbox/interfaces/NumericTextBoxProps.d.ts +1 -1
- package/numerictextbox/utils/index.d.ts +4 -0
- package/numerictextbox/utils/index.js +1 -1
- package/numerictextbox/utils/index.mjs +136 -132
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
- package/radiobutton/interfaces/RadioButtonProps.d.ts +1 -1
- package/radiobutton/interfaces/RadioGroupProps.d.ts +1 -1
- package/range-slider/RangeSlider.d.ts +1 -1
- package/textarea/interfaces/TextAreaProps.d.ts +1 -1
|
@@ -93,7 +93,7 @@ export interface CheckboxProps extends ToggleBaseProps, FormComponentProps, Omit
|
|
|
93
93
|
*/
|
|
94
94
|
rounded?: 'small' | 'medium' | 'large' | 'none';
|
|
95
95
|
/**
|
|
96
|
-
* 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/
|
|
96
|
+
* 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/Reference/Attributes/aria-describedby).
|
|
97
97
|
* For example these elements could contain error or hint message.
|
|
98
98
|
*
|
|
99
99
|
* @remarks
|
|
@@ -11,7 +11,7 @@ import { ColorGradientChangeEvent } from './ColorGradientChangeEvent';
|
|
|
11
11
|
*/
|
|
12
12
|
export interface ColorGradientProps {
|
|
13
13
|
/**
|
|
14
|
-
* 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/
|
|
14
|
+
* 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/Reference/Attributes/aria-describedby).
|
|
15
15
|
* For example these elements could contain error or hint message.
|
|
16
16
|
*
|
|
17
17
|
* @remarks
|
|
@@ -76,7 +76,7 @@ export interface ColorPaletteProps {
|
|
|
76
76
|
*/
|
|
77
77
|
id?: string;
|
|
78
78
|
/**
|
|
79
|
-
* 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/
|
|
79
|
+
* 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/Reference/Attributes/aria-describedby).
|
|
80
80
|
* For example these elements could contain error or hint message.
|
|
81
81
|
*
|
|
82
82
|
* @remarks
|
|
@@ -133,7 +133,7 @@ export interface ColorPickerProps {
|
|
|
133
133
|
*/
|
|
134
134
|
id?: string;
|
|
135
135
|
/**
|
|
136
|
-
* 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/
|
|
136
|
+
* 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/Reference/Attributes/aria-describedby).
|
|
137
137
|
* For example these elements could contain error or hint message.
|
|
138
138
|
*
|
|
139
139
|
* @remarks
|