@progress/kendo-angular-dropdowns 22.0.0 → 22.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.
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
- publishDate: 1768402389,
41
- version: '22.0.0',
40
+ publishDate: 0,
41
+ version: '22.0.1-develop.1',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { PackageMetadata } from '@progress/kendo-licensing';
5
+ import { type PackageMetadata } from '@progress/kendo-licensing';
6
6
  /**
7
7
  * @hidden
8
8
  */
@@ -0,0 +1,13 @@
1
+ // Generated file. DO NOT EDIT.
2
+
3
+ export const packageMetadata = {
4
+ "name": "@progress/kendo-angular-dropdowns",
5
+ "productName": "Kendo UI for Angular",
6
+ "productCode": "KENDOUIANGULAR",
7
+ "productCodes": [
8
+ "KENDOUIANGULAR"
9
+ ],
10
+ "publishDate": 1768480702,
11
+ "version": "22.0.1-develop.1",
12
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
+ };
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.1-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",
@@ -96,6 +96,12 @@
96
96
  }
97
97
  ]
98
98
  }
99
+ },
100
+ "package": {
101
+ "productName": "Kendo UI for Angular",
102
+ "productCode": "KENDOUIANGULAR",
103
+ "publishDate": 1768480702,
104
+ "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
99
105
  }
100
106
  },
101
107
  "peerDependencies": {
@@ -105,18 +111,18 @@
105
111
  "@angular/forms": "19 - 21",
106
112
  "@angular/platform-browser": "19 - 21",
107
113
  "@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",
114
+ "@progress/kendo-angular-common": "22.0.1-develop.1",
115
+ "@progress/kendo-angular-utils": "22.0.1-develop.1",
116
+ "@progress/kendo-angular-l10n": "22.0.1-develop.1",
117
+ "@progress/kendo-angular-navigation": "22.0.1-develop.1",
118
+ "@progress/kendo-angular-popup": "22.0.1-develop.1",
119
+ "@progress/kendo-angular-icons": "22.0.1-develop.1",
120
+ "@progress/kendo-angular-treeview": "22.0.1-develop.1",
115
121
  "rxjs": "^6.5.3 || ^7.0.0"
116
122
  },
117
123
  "dependencies": {
118
124
  "tslib": "^2.3.1",
119
- "@progress/kendo-angular-schematics": "22.0.0",
125
+ "@progress/kendo-angular-schematics": "22.0.1-develop.1",
120
126
  "@progress/kendo-common": "^1.0.1"
121
127
  },
122
128
  "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.1-develop.1',
13
13
  // peers of inputs
14
- '@progress/kendo-angular-intl': '22.0.0',
14
+ '@progress/kendo-angular-intl': '22.0.1-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'