@progress/kendo-angular-dropdowns 18.1.0-develop.8 → 18.1.0-develop.9

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.
@@ -179,14 +179,10 @@ export class MultiColumnComboBoxComponent extends ComboBoxComponent {
179
179
  * @hidden
180
180
  */
181
181
  getColumnWidth(index) {
182
- const popupWidthNumber = +(this.popupWidth.max.slice(0, -2));
183
- if (this.totalColumnsWidth >= popupWidthNumber) {
182
+ if (!this.virtual) {
184
183
  return this.columns.get(index).width;
185
184
  }
186
- if (this.virtual && isPresent(this.headerColumnWidths[index])) {
187
- return this.headerColumnWidths[index];
188
- }
189
- return this.columns.get(index).width;
185
+ return this.headerColumnWidths[index];
190
186
  }
191
187
  verifySettings() {
192
188
  if (!isDevMode()) {
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1738337353,
14
- version: '18.1.0-develop.8',
13
+ publishDate: 1738339412,
14
+ version: '18.1.0-develop.9',
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: 1738337353,
41
- version: '18.1.0-develop.8',
40
+ publishDate: 1738339412,
41
+ version: '18.1.0-develop.9',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -12055,14 +12055,10 @@ class MultiColumnComboBoxComponent extends ComboBoxComponent {
12055
12055
  * @hidden
12056
12056
  */
12057
12057
  getColumnWidth(index) {
12058
- const popupWidthNumber = +(this.popupWidth.max.slice(0, -2));
12059
- if (this.totalColumnsWidth >= popupWidthNumber) {
12058
+ if (!this.virtual) {
12060
12059
  return this.columns.get(index).width;
12061
12060
  }
12062
- if (this.virtual && isPresent(this.headerColumnWidths[index])) {
12063
- return this.headerColumnWidths[index];
12064
- }
12065
- return this.columns.get(index).width;
12061
+ return this.headerColumnWidths[index];
12066
12062
  }
12067
12063
  verifySettings() {
12068
12064
  if (!isDevMode()) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "18.1.0-develop.8",
3
+ "version": "18.1.0-develop.9",
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",
@@ -20,7 +20,7 @@
20
20
  "package": {
21
21
  "productName": "Kendo UI for Angular",
22
22
  "productCode": "KENDOUIANGULAR",
23
- "publishDate": 1738337353,
23
+ "publishDate": 1738339412,
24
24
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
25
25
  }
26
26
  },
@@ -31,18 +31,18 @@
31
31
  "@angular/forms": "16 - 19",
32
32
  "@angular/platform-browser": "16 - 19",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-common": "18.1.0-develop.8",
35
- "@progress/kendo-angular-utils": "18.1.0-develop.8",
36
- "@progress/kendo-angular-l10n": "18.1.0-develop.8",
37
- "@progress/kendo-angular-navigation": "18.1.0-develop.8",
38
- "@progress/kendo-angular-popup": "18.1.0-develop.8",
39
- "@progress/kendo-angular-icons": "18.1.0-develop.8",
40
- "@progress/kendo-angular-treeview": "18.1.0-develop.8",
34
+ "@progress/kendo-angular-common": "18.1.0-develop.9",
35
+ "@progress/kendo-angular-utils": "18.1.0-develop.9",
36
+ "@progress/kendo-angular-l10n": "18.1.0-develop.9",
37
+ "@progress/kendo-angular-navigation": "18.1.0-develop.9",
38
+ "@progress/kendo-angular-popup": "18.1.0-develop.9",
39
+ "@progress/kendo-angular-icons": "18.1.0-develop.9",
40
+ "@progress/kendo-angular-treeview": "18.1.0-develop.9",
41
41
  "rxjs": "^6.5.3 || ^7.0.0"
42
42
  },
43
43
  "dependencies": {
44
44
  "tslib": "^2.3.1",
45
- "@progress/kendo-angular-schematics": "18.1.0-develop.8",
45
+ "@progress/kendo-angular-schematics": "18.1.0-develop.9",
46
46
  "@progress/kendo-common": "^1.0.1"
47
47
  },
48
48
  "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': '18.1.0-develop.8',
7
+ '@progress/kendo-angular-inputs': '18.1.0-develop.9',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '18.1.0-develop.8',
9
+ '@progress/kendo-angular-intl': '18.1.0-develop.9',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'