@progress/kendo-angular-dropdowns 16.1.0 → 16.1.1-develop.2

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.
@@ -279,7 +279,7 @@ export class ListComponent {
279
279
  return getter(dataItem, this.valueField);
280
280
  }
281
281
  isDisabled(index) {
282
- if (isPresent(this.virtual)) {
282
+ if (isPresent(this.virtual) && !this.dataService.grouped) {
283
283
  index += this.virtual.skip;
284
284
  }
285
285
  return this.disabledItemsService.isIndexDisabled(index);
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dropdowns',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1716480447,
13
- version: '16.1.0',
12
+ publishDate: 1716800074,
13
+ version: '16.1.1-develop.2',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -38,8 +38,8 @@ const packageMetadata = {
38
38
  name: '@progress/kendo-angular-dropdowns',
39
39
  productName: 'Kendo UI for Angular',
40
40
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
41
- publishDate: 1716480447,
42
- version: '16.1.0',
41
+ publishDate: 1716800074,
42
+ version: '16.1.1-develop.2',
43
43
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
44
44
  };
45
45
 
@@ -2356,7 +2356,7 @@ class ListComponent {
2356
2356
  return getter(dataItem, this.valueField);
2357
2357
  }
2358
2358
  isDisabled(index) {
2359
- if (isPresent(this.virtual)) {
2359
+ if (isPresent(this.virtual) && !this.dataService.grouped) {
2360
2360
  index += this.virtual.skip;
2361
2361
  }
2362
2362
  return this.disabledItemsService.isIndexDisabled(index);
@@ -38,8 +38,8 @@ const packageMetadata = {
38
38
  name: '@progress/kendo-angular-dropdowns',
39
39
  productName: 'Kendo UI for Angular',
40
40
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
41
- publishDate: 1716480447,
42
- version: '16.1.0',
41
+ publishDate: 1716800074,
42
+ version: '16.1.1-develop.2',
43
43
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
44
44
  };
45
45
 
@@ -2095,7 +2095,7 @@ class ListComponent {
2095
2095
  return getter(dataItem, this.valueField);
2096
2096
  }
2097
2097
  isDisabled(index) {
2098
- if (isPresent(this.virtual)) {
2098
+ if (isPresent(this.virtual) && !this.dataService.grouped) {
2099
2099
  index += this.virtual.skip;
2100
2100
  }
2101
2101
  return this.disabledItemsService.isIndexDisabled(index);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "16.1.0",
3
+ "version": "16.1.1-develop.2",
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",
@@ -25,17 +25,17 @@
25
25
  "@angular/forms": "15 - 18",
26
26
  "@angular/platform-browser": "15 - 18",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "16.1.0",
29
- "@progress/kendo-angular-l10n": "16.1.0",
30
- "@progress/kendo-angular-navigation": "16.1.0",
31
- "@progress/kendo-angular-popup": "16.1.0",
32
- "@progress/kendo-angular-icons": "16.1.0",
33
- "@progress/kendo-angular-treeview": "16.1.0",
28
+ "@progress/kendo-angular-common": "16.1.1-develop.2",
29
+ "@progress/kendo-angular-l10n": "16.1.1-develop.2",
30
+ "@progress/kendo-angular-navigation": "16.1.1-develop.2",
31
+ "@progress/kendo-angular-popup": "16.1.1-develop.2",
32
+ "@progress/kendo-angular-icons": "16.1.1-develop.2",
33
+ "@progress/kendo-angular-treeview": "16.1.1-develop.2",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "16.1.0",
38
+ "@progress/kendo-angular-schematics": "16.1.1-develop.2",
39
39
  "@progress/kendo-common": "^0.2.1"
40
40
  },
41
41
  "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': '16.1.0',
7
+ '@progress/kendo-angular-inputs': '16.1.1-develop.2',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '16.1.0',
9
+ '@progress/kendo-angular-intl': '16.1.1-develop.2',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^3.0.0'