@progress/kendo-react-inputs 4.13.0 → 4.13.1-dev.202112140947
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.
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-inputs',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1639474074,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -15,6 +15,7 @@ export interface SliderChangeEvent extends BaseEvent<Slider> {
|
|
|
15
15
|
* Represents the props of the [KendoReact Slider component]({% slug overview_slider %}).
|
|
16
16
|
*/
|
|
17
17
|
export interface SliderProps extends FormComponentProps {
|
|
18
|
+
children?: React.ReactNode;
|
|
18
19
|
/**
|
|
19
20
|
* The value of the Slider.
|
|
20
21
|
*/
|
|
@@ -7,7 +7,7 @@ exports.packageMetadata = {
|
|
|
7
7
|
name: '@progress/kendo-react-inputs',
|
|
8
8
|
productName: 'KendoReact',
|
|
9
9
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
10
|
+
publishDate: 1639474074,
|
|
11
11
|
version: '',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
13
|
};
|
|
@@ -15,6 +15,7 @@ export interface SliderChangeEvent extends BaseEvent<Slider> {
|
|
|
15
15
|
* Represents the props of the [KendoReact Slider component]({% slug overview_slider %}).
|
|
16
16
|
*/
|
|
17
17
|
export interface SliderProps extends FormComponentProps {
|
|
18
|
+
children?: React.ReactNode;
|
|
18
19
|
/**
|
|
19
20
|
* The value of the Slider.
|
|
20
21
|
*/
|