@progress/kendo-angular-dropdowns 22.0.0-develop.1 → 22.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.
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
productName: 'Kendo UI for Angular',
|
|
38
38
|
productCode: 'KENDOUIANGULAR',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '22.0.0
|
|
40
|
+
publishDate: 1768402389,
|
|
41
|
+
version: '22.0.0',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "22.0.0
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -105,18 +105,18 @@
|
|
|
105
105
|
"@angular/forms": "19 - 21",
|
|
106
106
|
"@angular/platform-browser": "19 - 21",
|
|
107
107
|
"@progress/kendo-licensing": "^1.7.0",
|
|
108
|
-
"@progress/kendo-angular-common": "22.0.0
|
|
109
|
-
"@progress/kendo-angular-utils": "22.0.0
|
|
110
|
-
"@progress/kendo-angular-l10n": "22.0.0
|
|
111
|
-
"@progress/kendo-angular-navigation": "22.0.0
|
|
112
|
-
"@progress/kendo-angular-popup": "22.0.0
|
|
113
|
-
"@progress/kendo-angular-icons": "22.0.0
|
|
114
|
-
"@progress/kendo-angular-treeview": "22.0.0
|
|
108
|
+
"@progress/kendo-angular-common": "22.0.0",
|
|
109
|
+
"@progress/kendo-angular-utils": "22.0.0",
|
|
110
|
+
"@progress/kendo-angular-l10n": "22.0.0",
|
|
111
|
+
"@progress/kendo-angular-navigation": "22.0.0",
|
|
112
|
+
"@progress/kendo-angular-popup": "22.0.0",
|
|
113
|
+
"@progress/kendo-angular-icons": "22.0.0",
|
|
114
|
+
"@progress/kendo-angular-treeview": "22.0.0",
|
|
115
115
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
116
116
|
},
|
|
117
117
|
"dependencies": {
|
|
118
118
|
"tslib": "^2.3.1",
|
|
119
|
-
"@progress/kendo-angular-schematics": "22.0.0
|
|
119
|
+
"@progress/kendo-angular-schematics": "22.0.0",
|
|
120
120
|
"@progress/kendo-common": "^1.0.1"
|
|
121
121
|
},
|
|
122
122
|
"schematics": "./schematics/collection.json",
|
|
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
|
|
11
11
|
// peers of the treeview
|
|
12
|
-
'@progress/kendo-angular-inputs': '22.0.0
|
|
12
|
+
'@progress/kendo-angular-inputs': '22.0.0',
|
|
13
13
|
// peers of inputs
|
|
14
|
-
'@progress/kendo-angular-intl': '22.0.0
|
|
14
|
+
'@progress/kendo-angular-intl': '22.0.0',
|
|
15
15
|
'@progress/kendo-drawing': '^1.17.2',
|
|
16
16
|
// Peer dependency of icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|