@progress/kendo-react-labels 14.1.0 → 14.1.1-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/FloatingLabel.d.ts +3 -0
- package/Label.d.ts +9 -0
- package/package-metadata.mjs +1 -1
- package/package.json +4 -4
package/FloatingLabel.d.ts
CHANGED
|
@@ -14,6 +14,9 @@ import * as React from 'react';
|
|
|
14
14
|
export interface FloatingLabelProps extends KendoReactComponentBaseProps {
|
|
15
15
|
/**
|
|
16
16
|
* Represent the [`htmlFor`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor) property, which will be set to the `label` element.
|
|
17
|
+
*
|
|
18
|
+
* @remarks
|
|
19
|
+
* This property is related to accessibility.
|
|
17
20
|
*/
|
|
18
21
|
editorId?: string;
|
|
19
22
|
/**
|
package/Label.d.ts
CHANGED
|
@@ -16,17 +16,26 @@ export interface LabelProps {
|
|
|
16
16
|
* Represents the id of the label element.
|
|
17
17
|
* The value should be set to the editor `ariaLabelledBy` property.
|
|
18
18
|
* Can be used when the editor is not containing native form element.
|
|
19
|
+
*
|
|
20
|
+
* @remarks
|
|
21
|
+
* This property is related to accessibility.
|
|
19
22
|
*/
|
|
20
23
|
id?: string;
|
|
21
24
|
/**
|
|
22
25
|
* The id of the editor.
|
|
23
26
|
* Represent the [`htmlFor`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor) property, which will be set to the `label` element.
|
|
27
|
+
*
|
|
28
|
+
* @remarks
|
|
29
|
+
* This property is related to accessibility.
|
|
24
30
|
*/
|
|
25
31
|
editorId?: string;
|
|
26
32
|
/**
|
|
27
33
|
* An optional React ref to the editor.
|
|
28
34
|
* Used to redirect the click event to the editor when it does not contain native form element.
|
|
29
35
|
* To be able to work, the editor should have `focus` method or `actionElement` prop on it's ref.
|
|
36
|
+
*
|
|
37
|
+
* @remarks
|
|
38
|
+
* This property is related to accessibility.
|
|
30
39
|
*/
|
|
31
40
|
editorRef?: any;
|
|
32
41
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -8,6 +8,6 @@ export const packageMetadata = Object.freeze({
|
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
10
|
publishDate: 0,
|
|
11
|
-
version: '14.1.
|
|
11
|
+
version: '14.1.1-develop.2',
|
|
12
12
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
|
|
13
13
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-labels",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.1-develop.2",
|
|
4
4
|
"description": "React Labels package provides components for labelling form editors. KendoReact Labels package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
|
-
"@progress/kendo-react-common": "14.1.
|
|
30
|
-
"@progress/kendo-react-intl": "14.1.
|
|
29
|
+
"@progress/kendo-react-common": "14.1.1-develop.2",
|
|
30
|
+
"@progress/kendo-react-intl": "14.1.1-develop.2",
|
|
31
31
|
"react": "^18.0.0 || ^19.0.0",
|
|
32
32
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
33
33
|
},
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"package": {
|
|
58
58
|
"productName": "KendoReact",
|
|
59
59
|
"productCode": "KENDOUIREACT",
|
|
60
|
-
"publishDate":
|
|
60
|
+
"publishDate": 1771263725,
|
|
61
61
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
62
62
|
}
|
|
63
63
|
},
|