@progress/kendo-react-inputs 11.0.0-develop.3 → 11.0.0-develop.4
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/colors/ColorPicker.js +1 -1
- package/colors/ColorPicker.mjs +125 -124
- package/common/AdaptiveMode.js +1 -1
- package/common/AdaptiveMode.mjs +10 -9
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/index.d.mts +25 -1
- package/index.d.ts +25 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
package/index.d.mts
CHANGED
|
@@ -1202,12 +1202,36 @@ export declare interface ColorPickerProps {
|
|
|
1202
1202
|
className?: string;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* Providing different rendering of the popup element based on the screen dimensions.
|
|
1205
|
+
*
|
|
1206
|
+
* @default `false`
|
|
1207
|
+
*
|
|
1208
|
+
* @example
|
|
1209
|
+
* ```jsx
|
|
1210
|
+
* <ColorPicker adaptive={true} />
|
|
1211
|
+
* ```
|
|
1205
1212
|
*/
|
|
1206
1213
|
adaptive?: boolean;
|
|
1207
1214
|
/**
|
|
1208
|
-
* Specifies the text that is rendered as title in the adaptive popup.
|
|
1215
|
+
* Specifies the text that is rendered as title in the adaptive popup(action sheet).
|
|
1216
|
+
* Applicable only when `adaptive` is set to `true`.
|
|
1217
|
+
* If not provided, the title will be the same as the label.
|
|
1218
|
+
*
|
|
1219
|
+
* @example
|
|
1220
|
+
* ```jsx
|
|
1221
|
+
* <ColorPicker adaptiveTitle="Adaptive Popup Title" />
|
|
1222
|
+
* ```
|
|
1209
1223
|
*/
|
|
1210
1224
|
adaptiveTitle?: string;
|
|
1225
|
+
/**
|
|
1226
|
+
* Specifies the text that is rendered as subtitle in the adaptive popup(action sheet).
|
|
1227
|
+
* Applicable only when `adaptive` is set to `true`.
|
|
1228
|
+
*
|
|
1229
|
+
* @example
|
|
1230
|
+
* ```jsx
|
|
1231
|
+
* <ColorPicker adaptiveSubtitle="Adaptive Popup Subtitle" />
|
|
1232
|
+
* ```
|
|
1233
|
+
*/
|
|
1234
|
+
adaptiveSubtitle?: string;
|
|
1211
1235
|
}
|
|
1212
1236
|
|
|
1213
1237
|
/**
|
package/index.d.ts
CHANGED
|
@@ -1202,12 +1202,36 @@ export declare interface ColorPickerProps {
|
|
|
1202
1202
|
className?: string;
|
|
1203
1203
|
/**
|
|
1204
1204
|
* Providing different rendering of the popup element based on the screen dimensions.
|
|
1205
|
+
*
|
|
1206
|
+
* @default `false`
|
|
1207
|
+
*
|
|
1208
|
+
* @example
|
|
1209
|
+
* ```jsx
|
|
1210
|
+
* <ColorPicker adaptive={true} />
|
|
1211
|
+
* ```
|
|
1205
1212
|
*/
|
|
1206
1213
|
adaptive?: boolean;
|
|
1207
1214
|
/**
|
|
1208
|
-
* Specifies the text that is rendered as title in the adaptive popup.
|
|
1215
|
+
* Specifies the text that is rendered as title in the adaptive popup(action sheet).
|
|
1216
|
+
* Applicable only when `adaptive` is set to `true`.
|
|
1217
|
+
* If not provided, the title will be the same as the label.
|
|
1218
|
+
*
|
|
1219
|
+
* @example
|
|
1220
|
+
* ```jsx
|
|
1221
|
+
* <ColorPicker adaptiveTitle="Adaptive Popup Title" />
|
|
1222
|
+
* ```
|
|
1209
1223
|
*/
|
|
1210
1224
|
adaptiveTitle?: string;
|
|
1225
|
+
/**
|
|
1226
|
+
* Specifies the text that is rendered as subtitle in the adaptive popup(action sheet).
|
|
1227
|
+
* Applicable only when `adaptive` is set to `true`.
|
|
1228
|
+
*
|
|
1229
|
+
* @example
|
|
1230
|
+
* ```jsx
|
|
1231
|
+
* <ColorPicker adaptiveSubtitle="Adaptive Popup Subtitle" />
|
|
1232
|
+
* ```
|
|
1233
|
+
*/
|
|
1234
|
+
adaptiveSubtitle?: string;
|
|
1211
1235
|
}
|
|
1212
1236
|
|
|
1213
1237
|
/**
|
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: 1745581855,version:"11.0.0-develop.4",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: "11.0.0-develop.
|
|
13
|
+
publishDate: 1745581855,
|
|
14
|
+
version: "11.0.0-develop.4",
|
|
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": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.4",
|
|
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,14 +28,14 @@
|
|
|
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": "11.0.0-develop.
|
|
32
|
-
"@progress/kendo-react-buttons": "11.0.0-develop.
|
|
33
|
-
"@progress/kendo-react-common": "11.0.0-develop.
|
|
34
|
-
"@progress/kendo-react-dialogs": "11.0.0-develop.
|
|
35
|
-
"@progress/kendo-react-layout": "11.0.0-develop.
|
|
36
|
-
"@progress/kendo-react-intl": "11.0.0-develop.
|
|
37
|
-
"@progress/kendo-react-labels": "11.0.0-develop.
|
|
38
|
-
"@progress/kendo-react-popup": "11.0.0-develop.
|
|
31
|
+
"@progress/kendo-react-animation": "11.0.0-develop.4",
|
|
32
|
+
"@progress/kendo-react-buttons": "11.0.0-develop.4",
|
|
33
|
+
"@progress/kendo-react-common": "11.0.0-develop.4",
|
|
34
|
+
"@progress/kendo-react-dialogs": "11.0.0-develop.4",
|
|
35
|
+
"@progress/kendo-react-layout": "11.0.0-develop.4",
|
|
36
|
+
"@progress/kendo-react-intl": "11.0.0-develop.4",
|
|
37
|
+
"@progress/kendo-react-labels": "11.0.0-develop.4",
|
|
38
|
+
"@progress/kendo-react-popup": "11.0.0-develop.4",
|
|
39
39
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
40
40
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
41
41
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"package": {
|
|
83
83
|
"productName": "KendoReact",
|
|
84
84
|
"productCode": "KENDOUIREACT",
|
|
85
|
-
"publishDate":
|
|
85
|
+
"publishDate": 1745581855,
|
|
86
86
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
87
87
|
}
|
|
88
88
|
},
|