@progress/kendo-angular-listbox 21.0.0-develop.25 → 21.0.0-develop.26

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,6 +279,7 @@ export class ListBoxComponent {
279
279
  const currentTool = toolsRef[navService.focusedToolIndex]?.element;
280
280
  navService.changeTabindex(prevTool, currentTool);
281
281
  }
282
+ this.cdr.markForCheck();
282
283
  this.zone.runOutsideAngular(() => setTimeout(() => {
283
284
  this.shouldFireFocusIn = true;
284
285
  }));
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1762792722,
14
- version: '21.0.0-develop.25',
13
+ publishDate: 1762796688,
14
+ version: '21.0.0-develop.26',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
16
16
  };
@@ -25,8 +25,8 @@ const packageMetadata = {
25
25
  productName: 'Kendo UI for Angular',
26
26
  productCode: 'KENDOUIANGULAR',
27
27
  productCodes: ['KENDOUIANGULAR'],
28
- publishDate: 1762792722,
29
- version: '21.0.0-develop.25',
28
+ publishDate: 1762796688,
29
+ version: '21.0.0-develop.26',
30
30
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
31
31
  };
32
32
 
@@ -1029,6 +1029,7 @@ class ListBoxComponent {
1029
1029
  const currentTool = toolsRef[navService.focusedToolIndex]?.element;
1030
1030
  navService.changeTabindex(prevTool, currentTool);
1031
1031
  }
1032
+ this.cdr.markForCheck();
1032
1033
  this.zone.runOutsideAngular(() => setTimeout(() => {
1033
1034
  this.shouldFireFocusIn = true;
1034
1035
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-listbox",
3
- "version": "21.0.0-develop.25",
3
+ "version": "21.0.0-develop.26",
4
4
  "description": "Kendo UI for Angular ListBox",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -44,7 +44,7 @@
44
44
  "package": {
45
45
  "productName": "Kendo UI for Angular",
46
46
  "productCode": "KENDOUIANGULAR",
47
- "publishDate": 1762792722,
47
+ "publishDate": 1762796688,
48
48
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
49
49
  }
50
50
  },
@@ -54,14 +54,14 @@
54
54
  "@angular/core": "18 - 20",
55
55
  "@angular/platform-browser": "18 - 20",
56
56
  "@progress/kendo-licensing": "^1.7.0",
57
- "@progress/kendo-angular-buttons": "21.0.0-develop.25",
58
- "@progress/kendo-angular-common": "21.0.0-develop.25",
59
- "@progress/kendo-angular-popup": "21.0.0-develop.25",
57
+ "@progress/kendo-angular-buttons": "21.0.0-develop.26",
58
+ "@progress/kendo-angular-common": "21.0.0-develop.26",
59
+ "@progress/kendo-angular-popup": "21.0.0-develop.26",
60
60
  "rxjs": "^6.5.3 || ^7.0.0"
61
61
  },
62
62
  "dependencies": {
63
63
  "tslib": "^2.3.1",
64
- "@progress/kendo-angular-schematics": "21.0.0-develop.25",
64
+ "@progress/kendo-angular-schematics": "21.0.0-develop.26",
65
65
  "@progress/kendo-common": "^1.0.1",
66
66
  "node-html-parser": "^7.0.1"
67
67
  },
@@ -7,11 +7,11 @@ function default_1(options) {
7
7
  // Additional dependencies to install.
8
8
  // See https://github.com/telerik/kendo-schematics/issues/28
9
9
  peerDependencies: {
10
- '@progress/kendo-angular-buttons': '21.0.0-develop.25',
11
- '@progress/kendo-angular-common': '21.0.0-develop.25',
12
- '@progress/kendo-angular-l10n': '21.0.0-develop.25',
10
+ '@progress/kendo-angular-buttons': '21.0.0-develop.26',
11
+ '@progress/kendo-angular-common': '21.0.0-develop.26',
12
+ '@progress/kendo-angular-l10n': '21.0.0-develop.26',
13
13
  // Peer of kendo-angular-buttons
14
- '@progress/kendo-angular-popup': '21.0.0-develop.25'
14
+ '@progress/kendo-angular-popup': '21.0.0-develop.26'
15
15
  } });
16
16
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
17
17
  }