@progress/kendo-react-inputs 10.0.0 → 10.1.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/index.d.mts +4 -4
- package/index.d.ts +4 -4
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +9 -9
package/index.d.mts
CHANGED
|
@@ -3959,9 +3959,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
|
|
|
3959
3959
|
*/
|
|
3960
3960
|
ariaLabelledBy?: string;
|
|
3961
3961
|
/**
|
|
3962
|
-
*
|
|
3962
|
+
* Sets custom **Off** label([see example]({% slug labels_switch %})).
|
|
3963
3963
|
*/
|
|
3964
|
-
offLabel?:
|
|
3964
|
+
offLabel?: React_2.ReactNode;
|
|
3965
3965
|
/**
|
|
3966
3966
|
* Fires each time the Switch gets blurred.
|
|
3967
3967
|
*/
|
|
@@ -3975,9 +3975,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
|
|
|
3975
3975
|
*/
|
|
3976
3976
|
onFocus?: (event: React_2.FocusEvent<HTMLSpanElement>) => void;
|
|
3977
3977
|
/**
|
|
3978
|
-
*
|
|
3978
|
+
* Sets custom **On** label ([see example]({% slug labels_switch %})).
|
|
3979
3979
|
*/
|
|
3980
|
-
onLabel?:
|
|
3980
|
+
onLabel?: React_2.ReactNode;
|
|
3981
3981
|
/**
|
|
3982
3982
|
* Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
3983
3983
|
*/
|
package/index.d.ts
CHANGED
|
@@ -3959,9 +3959,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
|
|
|
3959
3959
|
*/
|
|
3960
3960
|
ariaLabelledBy?: string;
|
|
3961
3961
|
/**
|
|
3962
|
-
*
|
|
3962
|
+
* Sets custom **Off** label([see example]({% slug labels_switch %})).
|
|
3963
3963
|
*/
|
|
3964
|
-
offLabel?:
|
|
3964
|
+
offLabel?: React_2.ReactNode;
|
|
3965
3965
|
/**
|
|
3966
3966
|
* Fires each time the Switch gets blurred.
|
|
3967
3967
|
*/
|
|
@@ -3975,9 +3975,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
|
|
|
3975
3975
|
*/
|
|
3976
3976
|
onFocus?: (event: React_2.FocusEvent<HTMLSpanElement>) => void;
|
|
3977
3977
|
/**
|
|
3978
|
-
*
|
|
3978
|
+
* Sets custom **On** label ([see example]({% slug labels_switch %})).
|
|
3979
3979
|
*/
|
|
3980
|
-
onLabel?:
|
|
3980
|
+
onLabel?: React_2.ReactNode;
|
|
3981
3981
|
/**
|
|
3982
3982
|
* Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
|
|
3983
3983
|
*/
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-inputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-inputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1741855406,version:"10.1.0-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "10.0.
|
|
13
|
+
publishDate: 1741855406,
|
|
14
|
+
version: "10.1.0-develop.1",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-inputs",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.1.0-develop.1",
|
|
4
4
|
"description": "React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"@progress/kendo-drawing": "^1.21.2",
|
|
29
29
|
"@progress/kendo-inputs-common": "^3.1.0",
|
|
30
30
|
"@progress/kendo-licensing": "^1.5.1",
|
|
31
|
-
"@progress/kendo-react-animation": "10.0.
|
|
32
|
-
"@progress/kendo-react-buttons": "10.0.
|
|
33
|
-
"@progress/kendo-react-common": "10.0.
|
|
34
|
-
"@progress/kendo-react-dialogs": "10.0.
|
|
35
|
-
"@progress/kendo-react-intl": "10.0.
|
|
36
|
-
"@progress/kendo-react-labels": "10.0.
|
|
37
|
-
"@progress/kendo-react-popup": "10.0.
|
|
31
|
+
"@progress/kendo-react-animation": "10.1.0-develop.1",
|
|
32
|
+
"@progress/kendo-react-buttons": "10.1.0-develop.1",
|
|
33
|
+
"@progress/kendo-react-common": "10.1.0-develop.1",
|
|
34
|
+
"@progress/kendo-react-dialogs": "10.1.0-develop.1",
|
|
35
|
+
"@progress/kendo-react-intl": "10.1.0-develop.1",
|
|
36
|
+
"@progress/kendo-react-labels": "10.1.0-develop.1",
|
|
37
|
+
"@progress/kendo-react-popup": "10.1.0-develop.1",
|
|
38
38
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
39
39
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
40
40
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"package": {
|
|
61
61
|
"productName": "KendoReact",
|
|
62
62
|
"productCode": "KENDOUIREACT",
|
|
63
|
-
"publishDate":
|
|
63
|
+
"publishDate": 1741855406,
|
|
64
64
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
65
65
|
}
|
|
66
66
|
},
|