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

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
@@ -1332,6 +1332,10 @@ export declare interface FlatColorPickerProps {
1332
1332
  * @hidden
1333
1333
  */
1334
1334
  _gradientSettings?: ColorPickerGradientSettings;
1335
+ /**
1336
+ * @hidden
1337
+ */
1338
+ _paletteSettings?: ColorPickerPaletteSettings;
1335
1339
  /**
1336
1340
  * @hidden
1337
1341
  */
@@ -3959,9 +3963,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
3959
3963
  */
3960
3964
  ariaLabelledBy?: string;
3961
3965
  /**
3962
- * Changes the **Off** label([see example]({% slug labels_switch %})).
3966
+ * Sets custom **Off** label([see example]({% slug labels_switch %})).
3963
3967
  */
3964
- offLabel?: string;
3968
+ offLabel?: React_2.ReactNode;
3965
3969
  /**
3966
3970
  * Fires each time the Switch gets blurred.
3967
3971
  */
@@ -3975,9 +3979,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
3975
3979
  */
3976
3980
  onFocus?: (event: React_2.FocusEvent<HTMLSpanElement>) => void;
3977
3981
  /**
3978
- * Changes the **On** label ([see example]({% slug labels_switch %})).
3982
+ * Sets custom **On** label ([see example]({% slug labels_switch %})).
3979
3983
  */
3980
- onLabel?: string;
3984
+ onLabel?: React_2.ReactNode;
3981
3985
  /**
3982
3986
  * Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
3983
3987
  */
package/index.d.ts CHANGED
@@ -1332,6 +1332,10 @@ export declare interface FlatColorPickerProps {
1332
1332
  * @hidden
1333
1333
  */
1334
1334
  _gradientSettings?: ColorPickerGradientSettings;
1335
+ /**
1336
+ * @hidden
1337
+ */
1338
+ _paletteSettings?: ColorPickerPaletteSettings;
1335
1339
  /**
1336
1340
  * @hidden
1337
1341
  */
@@ -3959,9 +3963,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
3959
3963
  */
3960
3964
  ariaLabelledBy?: string;
3961
3965
  /**
3962
- * Changes the **Off** label([see example]({% slug labels_switch %})).
3966
+ * Sets custom **Off** label([see example]({% slug labels_switch %})).
3963
3967
  */
3964
- offLabel?: string;
3968
+ offLabel?: React_2.ReactNode;
3965
3969
  /**
3966
3970
  * Fires each time the Switch gets blurred.
3967
3971
  */
@@ -3975,9 +3979,9 @@ export declare interface SwitchProps extends ToggleBaseProps, FormComponentProps
3975
3979
  */
3976
3980
  onFocus?: (event: React_2.FocusEvent<HTMLSpanElement>) => void;
3977
3981
  /**
3978
- * Changes the **On** label ([see example]({% slug labels_switch %})).
3982
+ * Sets custom **On** label ([see example]({% slug labels_switch %})).
3979
3983
  */
3980
- onLabel?: string;
3984
+ onLabel?: React_2.ReactNode;
3981
3985
  /**
3982
3986
  * Specifies the [`tabIndex`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) of the component.
3983
3987
  */
@@ -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: 1742548798,version:"10.1.0-develop.10",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: 1742548798,
14
+ version: "10.1.0-develop.10",
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.10",
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.10",
32
+ "@progress/kendo-react-buttons": "10.1.0-develop.10",
33
+ "@progress/kendo-react-common": "10.1.0-develop.10",
34
+ "@progress/kendo-react-dialogs": "10.1.0-develop.10",
35
+ "@progress/kendo-react-intl": "10.1.0-develop.10",
36
+ "@progress/kendo-react-labels": "10.1.0-develop.10",
37
+ "@progress/kendo-react-popup": "10.1.0-develop.10",
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": 1742548798,
64
85
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
65
86
  }
66
87
  },