@progress/kendo-angular-dropdowns 23.4.0-develop.4 → 24.0.0-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.
|
@@ -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: '
|
|
40
|
+
publishDate: 1776779065,
|
|
41
|
+
version: '24.0.0-develop.1',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1776779065,
|
|
11
|
+
"version": "24.0.0-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.0.0-develop.1",
|
|
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",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"package": {
|
|
143
143
|
"productName": "Kendo UI for Angular",
|
|
144
144
|
"productCode": "KENDOUIANGULAR",
|
|
145
|
-
"publishDate":
|
|
145
|
+
"publishDate": 1776779065,
|
|
146
146
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
147
147
|
}
|
|
148
148
|
},
|
|
@@ -152,19 +152,19 @@
|
|
|
152
152
|
"@angular/core": "19 - 21",
|
|
153
153
|
"@angular/forms": "19 - 21",
|
|
154
154
|
"@angular/platform-browser": "19 - 21",
|
|
155
|
-
"@progress/kendo-licensing": "^1.
|
|
156
|
-
"@progress/kendo-angular-common": "
|
|
157
|
-
"@progress/kendo-angular-utils": "
|
|
158
|
-
"@progress/kendo-angular-l10n": "
|
|
159
|
-
"@progress/kendo-angular-navigation": "
|
|
160
|
-
"@progress/kendo-angular-popup": "
|
|
161
|
-
"@progress/kendo-angular-icons": "
|
|
162
|
-
"@progress/kendo-angular-treeview": "
|
|
155
|
+
"@progress/kendo-licensing": "^1.11.0",
|
|
156
|
+
"@progress/kendo-angular-common": "24.0.0-develop.1",
|
|
157
|
+
"@progress/kendo-angular-utils": "24.0.0-develop.1",
|
|
158
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.1",
|
|
159
|
+
"@progress/kendo-angular-navigation": "24.0.0-develop.1",
|
|
160
|
+
"@progress/kendo-angular-popup": "24.0.0-develop.1",
|
|
161
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.1",
|
|
162
|
+
"@progress/kendo-angular-treeview": "24.0.0-develop.1",
|
|
163
163
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
164
164
|
},
|
|
165
165
|
"dependencies": {
|
|
166
166
|
"tslib": "^2.3.1",
|
|
167
|
-
"@progress/kendo-angular-schematics": "
|
|
167
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.1",
|
|
168
168
|
"@progress/kendo-common": "^1.0.1"
|
|
169
169
|
},
|
|
170
170
|
"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': '
|
|
12
|
+
'@progress/kendo-angular-inputs': '24.0.0-develop.1',
|
|
13
13
|
// peers of inputs
|
|
14
|
-
'@progress/kendo-angular-intl': '
|
|
14
|
+
'@progress/kendo-angular-intl': '24.0.0-develop.1',
|
|
15
15
|
'@progress/kendo-drawing': '^1.17.2',
|
|
16
16
|
// Peer dependency of icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|