@progress/kendo-angular-label 18.0.0-develop.8 → 18.0.0
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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-label',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737464977,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -202,9 +202,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
202
202
|
const packageMetadata = {
|
|
203
203
|
name: '@progress/kendo-angular-label',
|
|
204
204
|
productName: 'Kendo UI for Angular',
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
205
|
+
productCode: 'KENDOUIANGULAR',
|
|
206
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
207
|
+
publishDate: 1737464977,
|
|
208
|
+
version: '18.0.0',
|
|
208
209
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
209
210
|
};
|
|
210
211
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-label",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Kendo UI Label for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -15,7 +15,13 @@
|
|
|
15
15
|
"Progress"
|
|
16
16
|
],
|
|
17
17
|
"@progress": {
|
|
18
|
-
"friendlyName": "Label"
|
|
18
|
+
"friendlyName": "Label",
|
|
19
|
+
"package": {
|
|
20
|
+
"productName": "Kendo UI for Angular",
|
|
21
|
+
"productCode": "KENDOUIANGULAR",
|
|
22
|
+
"publishDate": 1737464977,
|
|
23
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
|
+
}
|
|
19
25
|
},
|
|
20
26
|
"peerDependencies": {
|
|
21
27
|
"@angular/animations": "16 - 19",
|
|
@@ -24,13 +30,13 @@
|
|
|
24
30
|
"@angular/forms": "16 - 19",
|
|
25
31
|
"@angular/platform-browser": "16 - 19",
|
|
26
32
|
"@progress/kendo-licensing": "^1.0.2",
|
|
27
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
28
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
33
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
34
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
29
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
30
36
|
},
|
|
31
37
|
"dependencies": {
|
|
32
38
|
"tslib": "^2.3.1",
|
|
33
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
39
|
+
"@progress/kendo-angular-schematics": "18.0.0"
|
|
34
40
|
},
|
|
35
41
|
"schematics": "./schematics/collection.json",
|
|
36
42
|
"module": "fesm2022/progress-kendo-angular-label.mjs",
|