@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/README.md +1 -1
- package/colors/ColorPalette.js +1 -1
- package/colors/ColorPalette.mjs +37 -30
- package/colors/ColorPicker.js +1 -1
- package/colors/ColorPicker.mjs +41 -40
- package/colors/FlatColorPicker.js +1 -1
- package/colors/FlatColorPicker.mjs +2 -1
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/index.d.mts +8 -4
- package/index.d.ts +8 -4
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +30 -9
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
|
-
*
|
|
3966
|
+
* Sets custom **Off** label([see example]({% slug labels_switch %})).
|
|
3963
3967
|
*/
|
|
3964
|
-
offLabel?:
|
|
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
|
-
*
|
|
3982
|
+
* Sets custom **On** label ([see example]({% slug labels_switch %})).
|
|
3979
3983
|
*/
|
|
3980
|
-
onLabel?:
|
|
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
|
-
*
|
|
3966
|
+
* Sets custom **Off** label([see example]({% slug labels_switch %})).
|
|
3963
3967
|
*/
|
|
3964
|
-
offLabel?:
|
|
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
|
-
*
|
|
3982
|
+
* Sets custom **On** label ([see example]({% slug labels_switch %})).
|
|
3979
3983
|
*/
|
|
3980
|
-
onLabel?:
|
|
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/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: 1742548798,version:"10.1.0-develop.10",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: 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.
|
|
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.
|
|
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.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":
|
|
84
|
+
"publishDate": 1742548798,
|
|
64
85
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
65
86
|
}
|
|
66
87
|
},
|