@progress/kendo-angular-conversational-ui 18.0.0-develop.12 → 18.0.0-develop.14
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-conversational-ui',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
|
-
|
12
|
-
|
13
|
-
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
13
|
+
publishDate: 1737373063,
|
14
|
+
version: '18.0.0-develop.14',
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
16
|
};
|
@@ -127,9 +127,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
127
127
|
const packageMetadata = {
|
128
128
|
name: '@progress/kendo-angular-conversational-ui',
|
129
129
|
productName: 'Kendo UI for Angular',
|
130
|
-
|
131
|
-
|
132
|
-
|
130
|
+
productCode: 'KENDOUIANGULAR',
|
131
|
+
productCodes: ['KENDOUIANGULAR'],
|
132
|
+
publishDate: 1737373063,
|
133
|
+
version: '18.0.0-develop.14',
|
133
134
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
134
135
|
};
|
135
136
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-conversational-ui",
|
3
|
-
"version": "18.0.0-develop.
|
3
|
+
"version": "18.0.0-develop.14",
|
4
4
|
"description": "Kendo UI for Angular Conversational UI components",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -16,7 +16,13 @@
|
|
16
16
|
"Kendo UI"
|
17
17
|
],
|
18
18
|
"@progress": {
|
19
|
-
"friendlyName": "Conversational UI"
|
19
|
+
"friendlyName": "Conversational UI",
|
20
|
+
"package": {
|
21
|
+
"productName": "Kendo UI for Angular",
|
22
|
+
"productCode": "KENDOUIANGULAR",
|
23
|
+
"publishDate": 1737373063,
|
24
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
25
|
+
}
|
20
26
|
},
|
21
27
|
"peerDependencies": {
|
22
28
|
"@angular/animations": "16 - 19",
|
@@ -24,19 +30,19 @@
|
|
24
30
|
"@angular/core": "16 - 19",
|
25
31
|
"@angular/platform-browser": "16 - 19",
|
26
32
|
"@progress/kendo-licensing": "^1.0.2",
|
27
|
-
"@progress/kendo-angular-buttons": "18.0.0-develop.
|
28
|
-
"@progress/kendo-angular-inputs": "18.0.0-develop.
|
29
|
-
"@progress/kendo-angular-layout": "18.0.0-develop.
|
30
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
31
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
32
|
-
"@progress/kendo-angular-intl": "18.0.0-develop.
|
33
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
34
|
-
"@progress/kendo-angular-popup": "18.0.0-develop.
|
33
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.14",
|
34
|
+
"@progress/kendo-angular-inputs": "18.0.0-develop.14",
|
35
|
+
"@progress/kendo-angular-layout": "18.0.0-develop.14",
|
36
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.14",
|
37
|
+
"@progress/kendo-angular-common": "18.0.0-develop.14",
|
38
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.14",
|
39
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.14",
|
40
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.14",
|
35
41
|
"rxjs": "^6.5.3 || ^7.0.0"
|
36
42
|
},
|
37
43
|
"dependencies": {
|
38
44
|
"tslib": "^2.3.1",
|
39
|
-
"@progress/kendo-angular-schematics": "18.0.0-develop.
|
45
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.14"
|
40
46
|
},
|
41
47
|
"schematics": "./schematics/collection.json",
|
42
48
|
"module": "fesm2022/progress-kendo-angular-conversational-ui.mjs",
|