@progress/kendo-react-inputs 10.0.0 → 10.1.0-develop.2

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 CHANGED
@@ -3959,9 +3959,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
3959
3959
  */
3960
3960
  ariaLabelledBy?: string;
3961
3961
  /**
3962
- * Changes the **Off** label([see example]({% slug labels_switch %})).
3962
+ * Sets custom **Off** label([see example]({% slug labels_switch %})).
3963
3963
  */
3964
- offLabel?: string;
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
- * Changes the **On** label ([see example]({% slug labels_switch %})).
3978
+ * Sets custom **On** label ([see example]({% slug labels_switch %})).
3979
3979
  */
3980
- onLabel?: string;
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
- * Changes the **Off** label([see example]({% slug labels_switch %})).
3962
+ * Sets custom **Off** label([see example]({% slug labels_switch %})).
3963
3963
  */
3964
- offLabel?: string;
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
- * Changes the **On** label ([see example]({% slug labels_switch %})).
3978
+ * Sets custom **On** label ([see example]({% slug labels_switch %})).
3979
3979
  */
3980
- onLabel?: string;
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
  */
@@ -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: 1741695394,version:"10.0.0",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-inputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1741875657,version:"10.1.0-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"};exports.packageMetadata=e;
@@ -10,8 +10,8 @@ const e = {
10
10
  productName: "KendoReact",
11
11
  productCode: "KENDOUIREACT",
12
12
  productCodes: ["KENDOUIREACT"],
13
- publishDate: 1741695394,
14
- version: "10.0.0",
13
+ publishDate: 1741875657,
14
+ version: "10.1.0-develop.2",
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.0",
3
+ "version": "10.1.0-develop.2",
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.0",
32
- "@progress/kendo-react-buttons": "10.0.0",
33
- "@progress/kendo-react-common": "10.0.0",
34
- "@progress/kendo-react-dialogs": "10.0.0",
35
- "@progress/kendo-react-intl": "10.0.0",
36
- "@progress/kendo-react-labels": "10.0.0",
37
- "@progress/kendo-react-popup": "10.0.0",
31
+ "@progress/kendo-react-animation": "10.1.0-develop.2",
32
+ "@progress/kendo-react-buttons": "10.1.0-develop.2",
33
+ "@progress/kendo-react-common": "10.1.0-develop.2",
34
+ "@progress/kendo-react-dialogs": "10.1.0-develop.2",
35
+ "@progress/kendo-react-intl": "10.1.0-develop.2",
36
+ "@progress/kendo-react-labels": "10.1.0-develop.2",
37
+ "@progress/kendo-react-popup": "10.1.0-develop.2",
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"
@@ -48,10 +48,31 @@
48
48
  "Progress",
49
49
  "Inputs",
50
50
  "KendoReact",
51
+ "KendoReact Free",
51
52
  "reactjs",
52
53
  "UI",
53
54
  "components",
54
55
  "React component",
56
+ "free React component",
57
+ "checkbox",
58
+ "color picker",
59
+ "color gradient",
60
+ "color palette",
61
+ "flat color picker",
62
+ "masked textbox",
63
+ "numeric textbox",
64
+ "radio button",
65
+ "radio button group",
66
+ "range slider",
67
+ "rating",
68
+ "signature",
69
+ "slider",
70
+ "switch",
71
+ "toggle",
72
+ "text area",
73
+ "text box",
74
+ "single line textbox",
75
+ "multiline textbox",
55
76
  "Telerik"
56
77
  ],
57
78
  "@progress": {
@@ -60,7 +81,7 @@
60
81
  "package": {
61
82
  "productName": "KendoReact",
62
83
  "productCode": "KENDOUIREACT",
63
- "publishDate": 1741695394,
84
+ "publishDate": 1741875657,
64
85
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
65
86
  }
66
87
  },