@progress/kendo-angular-dropdowns 19.0.0-develop.26 → 19.0.0-develop.27

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1747728040,
14
- version: '19.0.0-develop.26',
13
+ publishDate: 1747748311,
14
+ version: '19.0.0-develop.27',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
- publishDate: 1747728040,
41
- version: '19.0.0-develop.26',
40
+ publishDate: 1747748311,
41
+ version: '19.0.0-develop.27',
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": "19.0.0-develop.26",
3
+ "version": "19.0.0-develop.27",
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,7 +105,7 @@
105
105
  "package": {
106
106
  "productName": "Kendo UI for Angular",
107
107
  "productCode": "KENDOUIANGULAR",
108
- "publishDate": 1747728040,
108
+ "publishDate": 1747748311,
109
109
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
110
110
  }
111
111
  },
@@ -116,18 +116,18 @@
116
116
  "@angular/forms": "16 - 19",
117
117
  "@angular/platform-browser": "16 - 19",
118
118
  "@progress/kendo-licensing": "^1.5.0",
119
- "@progress/kendo-angular-common": "19.0.0-develop.26",
120
- "@progress/kendo-angular-utils": "19.0.0-develop.26",
121
- "@progress/kendo-angular-l10n": "19.0.0-develop.26",
122
- "@progress/kendo-angular-navigation": "19.0.0-develop.26",
123
- "@progress/kendo-angular-popup": "19.0.0-develop.26",
124
- "@progress/kendo-angular-icons": "19.0.0-develop.26",
125
- "@progress/kendo-angular-treeview": "19.0.0-develop.26",
119
+ "@progress/kendo-angular-common": "19.0.0-develop.27",
120
+ "@progress/kendo-angular-utils": "19.0.0-develop.27",
121
+ "@progress/kendo-angular-l10n": "19.0.0-develop.27",
122
+ "@progress/kendo-angular-navigation": "19.0.0-develop.27",
123
+ "@progress/kendo-angular-popup": "19.0.0-develop.27",
124
+ "@progress/kendo-angular-icons": "19.0.0-develop.27",
125
+ "@progress/kendo-angular-treeview": "19.0.0-develop.27",
126
126
  "rxjs": "^6.5.3 || ^7.0.0"
127
127
  },
128
128
  "dependencies": {
129
129
  "tslib": "^2.3.1",
130
- "@progress/kendo-angular-schematics": "19.0.0-develop.26",
130
+ "@progress/kendo-angular-schematics": "19.0.0-develop.27",
131
131
  "@progress/kendo-common": "^1.0.1"
132
132
  },
133
133
  "schematics": "./schematics/collection.json",
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
6
6
  // peers of the treeview
7
- '@progress/kendo-angular-inputs': '19.0.0-develop.26',
7
+ '@progress/kendo-angular-inputs': '19.0.0-develop.27',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '19.0.0-develop.26',
9
+ '@progress/kendo-angular-intl': '19.0.0-develop.27',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'