@progress/kendo-angular-label 19.0.0-develop.3 → 19.0.0-develop.30

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1745498549,
14
- version: '19.0.0-develop.3',
13
+ publishDate: 1747836173,
14
+ version: '19.0.0-develop.30',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -204,8 +204,8 @@ const packageMetadata = {
204
204
  productName: 'Kendo UI for Angular',
205
205
  productCode: 'KENDOUIANGULAR',
206
206
  productCodes: ['KENDOUIANGULAR'],
207
- publishDate: 1745498549,
208
- version: '19.0.0-develop.3',
207
+ publishDate: 1747836173,
208
+ version: '19.0.0-develop.30',
209
209
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
210
210
  };
211
211
 
@@ -3,10 +3,10 @@
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  /**
6
- * Represents the possible floating label positions.
6
+ * Represents the type of the [labelPosition](slug:api_label_floatinglabelcomponent#labelposition) field and the parameter of the [positionChange](slug:api_label_floatinglabelcomponent#positionchange) event. The union cannot be used for setting the position of the FloatingLabel. [See example.](slug:events_floatinglabel)
7
7
  *
8
8
  * The possible values are:
9
- * - `Out`
10
- * - `In`
9
+ * - `Out`—Indicates that the FloatingLabel is outside the component it is associated with.
10
+ * - `In`—Indicates that the FloatingLabel is inside the component it is associated with.
11
11
  */
12
12
  export type FloatingLabelPosition = 'Out' | 'In';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-label",
3
- "version": "19.0.0-develop.3",
3
+ "version": "19.0.0-develop.30",
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": 1745498549,
22
+ "publishDate": 1747836173,
23
23
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
24
24
  }
25
25
  },
@@ -30,13 +30,13 @@
30
30
  "@angular/forms": "16 - 19",
31
31
  "@angular/platform-browser": "16 - 19",
32
32
  "@progress/kendo-licensing": "^1.5.0",
33
- "@progress/kendo-angular-common": "19.0.0-develop.3",
34
- "@progress/kendo-angular-l10n": "19.0.0-develop.3",
33
+ "@progress/kendo-angular-common": "19.0.0-develop.30",
34
+ "@progress/kendo-angular-l10n": "19.0.0-develop.30",
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": "19.0.0-develop.3"
39
+ "@progress/kendo-angular-schematics": "19.0.0-develop.30"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
42
42
  "module": "fesm2022/progress-kendo-angular-label.mjs",