@progress/kendo-angular-label 19.0.0 → 19.0.1-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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.0.
|
|
13
|
+
publishDate: 1748425247,
|
|
14
|
+
version: '19.0.1-develop.1',
|
|
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:
|
|
208
|
-
version: '19.0.
|
|
207
|
+
publishDate: 1748425247,
|
|
208
|
+
version: '19.0.1-develop.1',
|
|
209
209
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
210
210
|
};
|
|
211
211
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-label",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.1-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":
|
|
22
|
+
"publishDate": 1748425247,
|
|
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.
|
|
34
|
-
"@progress/kendo-angular-l10n": "19.0.
|
|
33
|
+
"@progress/kendo-angular-common": "19.0.1-develop.1",
|
|
34
|
+
"@progress/kendo-angular-l10n": "19.0.1-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": "19.0.
|
|
39
|
+
"@progress/kendo-angular-schematics": "19.0.1-develop.1"
|
|
40
40
|
},
|
|
41
41
|
"schematics": "./schematics/collection.json",
|
|
42
42
|
"module": "fesm2022/progress-kendo-angular-label.mjs",
|