@progress/kendo-angular-dropdowns 24.0.0-develop.27 → 24.0.0-develop.29

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: 1778613135,
41
- version: '24.0.0-develop.27',
40
+ publishDate: 1778673246,
41
+ version: '24.0.0-develop.29',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -10158,8 +10158,6 @@ class MultiSelectComponent {
10158
10158
  this.direction = this.localization.rtl ? 'rtl' : 'ltr';
10159
10159
  this.subscribeEvents();
10160
10160
  this.subscribeTouchEvents();
10161
- this.renderer.addClass(this.wrapper.nativeElement, 'k-multiselect');
10162
- this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
10163
10161
  }
10164
10162
  get listContainerClasses() {
10165
10163
  const containerClasses = ['k-list-container', 'k-multiselect-popup'];
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1778613135,
11
- "version": "24.0.0-develop.27",
10
+ "publishDate": 1778673246,
11
+ "version": "24.0.0-develop.29",
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": "24.0.0-develop.27",
3
+ "version": "24.0.0-develop.29",
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",
@@ -121,7 +121,7 @@
121
121
  "package": {
122
122
  "productName": "Kendo UI for Angular",
123
123
  "productCode": "KENDOUIANGULAR",
124
- "publishDate": 1778613135,
124
+ "publishDate": 1778673246,
125
125
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
126
126
  }
127
127
  },
@@ -132,18 +132,18 @@
132
132
  "@angular/forms": "19 - 21",
133
133
  "@angular/platform-browser": "19 - 21",
134
134
  "@progress/kendo-licensing": "^1.11.0",
135
- "@progress/kendo-angular-common": "24.0.0-develop.27",
136
- "@progress/kendo-angular-utils": "24.0.0-develop.27",
137
- "@progress/kendo-angular-l10n": "24.0.0-develop.27",
138
- "@progress/kendo-angular-navigation": "24.0.0-develop.27",
139
- "@progress/kendo-angular-popup": "24.0.0-develop.27",
140
- "@progress/kendo-angular-icons": "24.0.0-develop.27",
141
- "@progress/kendo-angular-treeview": "24.0.0-develop.27",
135
+ "@progress/kendo-angular-common": "24.0.0-develop.29",
136
+ "@progress/kendo-angular-utils": "24.0.0-develop.29",
137
+ "@progress/kendo-angular-l10n": "24.0.0-develop.29",
138
+ "@progress/kendo-angular-navigation": "24.0.0-develop.29",
139
+ "@progress/kendo-angular-popup": "24.0.0-develop.29",
140
+ "@progress/kendo-angular-icons": "24.0.0-develop.29",
141
+ "@progress/kendo-angular-treeview": "24.0.0-develop.29",
142
142
  "rxjs": "^6.5.3 || ^7.0.0"
143
143
  },
144
144
  "dependencies": {
145
145
  "tslib": "^2.3.1",
146
- "@progress/kendo-angular-schematics": "24.0.0-develop.27",
146
+ "@progress/kendo-angular-schematics": "24.0.0-develop.29",
147
147
  "@progress/kendo-common": "^1.0.1"
148
148
  },
149
149
  "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': '24.0.0-develop.27',
12
+ '@progress/kendo-angular-inputs': '24.0.0-develop.29',
13
13
  // peers of inputs
14
- '@progress/kendo-angular-intl': '24.0.0-develop.27',
14
+ '@progress/kendo-angular-intl': '24.0.0-develop.29',
15
15
  '@progress/kendo-drawing': '^1.17.2',
16
16
  // Peer dependency of icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0'