@progress/kendo-angular-label 23.0.1 → 23.0.2-develop.1

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.
@@ -78,6 +78,9 @@ class LabelDirective {
78
78
  /**
79
79
  * Sets the focusable target for the label.
80
80
  * Accepts a [template reference variable](link:site.data.urls.angular['templatesyntax']#template-reference-variables--var-) or an `id` HTML string value.
81
+ *
82
+ * @remarks
83
+ * This property is related to accessibility.
81
84
  */
82
85
  for;
83
86
  get labelFor() {
@@ -201,7 +204,7 @@ const packageMetadata = {
201
204
  productCode: 'KENDOUIANGULAR',
202
205
  productCodes: ['KENDOUIANGULAR'],
203
206
  publishDate: 0,
204
- version: '23.0.1',
207
+ version: '23.0.2-develop.1',
205
208
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
206
209
  };
207
210
 
@@ -369,10 +372,16 @@ class FloatingLabelComponent {
369
372
  labelCssClass;
370
373
  /**
371
374
  * Sets the `id` attribute of the input inside the floating label.
375
+ *
376
+ * @remarks
377
+ * This property is related to accessibility.
372
378
  */
373
379
  id;
374
380
  /**
375
381
  * Sets the text content of the floating label that describes the input.
382
+ *
383
+ * @remarks
384
+ * This property is related to accessibility.
376
385
  */
377
386
  text;
378
387
  /**
@@ -53,10 +53,16 @@ export declare class FloatingLabelComponent implements AfterContentInit, OnDestr
53
53
  labelCssClass: any;
54
54
  /**
55
55
  * Sets the `id` attribute of the input inside the floating label.
56
+ *
57
+ * @remarks
58
+ * This property is related to accessibility.
56
59
  */
57
60
  id: string;
58
61
  /**
59
62
  * Sets the text content of the floating label that describes the input.
63
+ *
64
+ * @remarks
65
+ * This property is related to accessibility.
60
66
  */
61
67
  text: string;
62
68
  /**
@@ -40,6 +40,9 @@ export declare class LabelDirective {
40
40
  /**
41
41
  * Sets the focusable target for the label.
42
42
  * Accepts a [template reference variable](link:site.data.urls.angular['templatesyntax']#template-reference-variables--var-) or an `id` HTML string value.
43
+ *
44
+ * @remarks
45
+ * This property is related to accessibility.
43
46
  */
44
47
  for: string | {
45
48
  focus: Function;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1770815705,
11
- "version": "23.0.1",
10
+ "publishDate": 1771334779,
11
+ "version": "23.0.2-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-label",
3
- "version": "23.0.1",
3
+ "version": "23.0.2-develop.1",
4
4
  "description": "Kendo UI Label for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -19,7 +19,7 @@
19
19
  "package": {
20
20
  "productName": "Kendo UI for Angular",
21
21
  "productCode": "KENDOUIANGULAR",
22
- "publishDate": 1770815705,
22
+ "publishDate": 1771334779,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,13 +30,13 @@
30
30
  "@angular/forms": "19 - 21",
31
31
  "@angular/platform-browser": "19 - 21",
32
32
  "@progress/kendo-licensing": "^1.10.0",
33
- "@progress/kendo-angular-common": "23.0.1",
34
- "@progress/kendo-angular-l10n": "23.0.1",
33
+ "@progress/kendo-angular-common": "23.0.2-develop.1",
34
+ "@progress/kendo-angular-l10n": "23.0.2-develop.1",
35
35
  "rxjs": "^6.5.3 || ^7.0.0"
36
36
  },
37
37
  "dependencies": {
38
38
  "tslib": "^2.3.1",
39
- "@progress/kendo-angular-schematics": "23.0.1"
39
+ "@progress/kendo-angular-schematics": "23.0.2-develop.1"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2022/progress-kendo-angular-label.mjs",