@progress/kendo-angular-toolbar 20.1.0-develop.5 → 20.1.0-develop.6

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: 1759306942,
14
- version: '20.1.0-develop.5',
13
+ publishDate: 1759321124,
14
+ version: '20.1.0-develop.6',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -269,7 +269,7 @@ export class ToolBarButtonComponent extends ToolBarToolComponent {
269
269
  focus(ev) {
270
270
  // guard against focusing twice on mousedown.
271
271
  if (!ev || ev.type === 'focus' || ev.type === 'keydown') {
272
- this.getButton().focus();
272
+ this.getButton().focus({ preventScroll: true });
273
273
  }
274
274
  this.getButton().tabIndex = 0;
275
275
  }
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  productName: 'Kendo UI for Angular',
27
27
  productCode: 'KENDOUIANGULAR',
28
28
  productCodes: ['KENDOUIANGULAR'],
29
- publishDate: 1759306942,
30
- version: '20.1.0-develop.5',
29
+ publishDate: 1759321124,
30
+ version: '20.1.0-develop.6',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -2870,7 +2870,7 @@ class ToolBarButtonComponent extends ToolBarToolComponent {
2870
2870
  focus(ev) {
2871
2871
  // guard against focusing twice on mousedown.
2872
2872
  if (!ev || ev.type === 'focus' || ev.type === 'keydown') {
2873
- this.getButton().focus();
2873
+ this.getButton().focus({ preventScroll: true });
2874
2874
  }
2875
2875
  this.getButton().tabIndex = 0;
2876
2876
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "20.1.0-develop.5",
3
+ "version": "20.1.0-develop.6",
4
4
  "description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -45,7 +45,7 @@
45
45
  "package": {
46
46
  "productName": "Kendo UI for Angular",
47
47
  "productCode": "KENDOUIANGULAR",
48
- "publishDate": 1759306942,
48
+ "publishDate": 1759321124,
49
49
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
50
50
  }
51
51
  },
@@ -55,17 +55,17 @@
55
55
  "@angular/core": "16 - 20",
56
56
  "@angular/platform-browser": "16 - 20",
57
57
  "@progress/kendo-licensing": "^1.7.0",
58
- "@progress/kendo-angular-buttons": "20.1.0-develop.5",
59
- "@progress/kendo-angular-common": "20.1.0-develop.5",
60
- "@progress/kendo-angular-l10n": "20.1.0-develop.5",
61
- "@progress/kendo-angular-icons": "20.1.0-develop.5",
62
- "@progress/kendo-angular-indicators": "20.1.0-develop.5",
63
- "@progress/kendo-angular-popup": "20.1.0-develop.5",
58
+ "@progress/kendo-angular-buttons": "20.1.0-develop.6",
59
+ "@progress/kendo-angular-common": "20.1.0-develop.6",
60
+ "@progress/kendo-angular-l10n": "20.1.0-develop.6",
61
+ "@progress/kendo-angular-icons": "20.1.0-develop.6",
62
+ "@progress/kendo-angular-indicators": "20.1.0-develop.6",
63
+ "@progress/kendo-angular-popup": "20.1.0-develop.6",
64
64
  "rxjs": "^6.5.3 || ^7.0.0"
65
65
  },
66
66
  "dependencies": {
67
67
  "tslib": "^2.3.1",
68
- "@progress/kendo-angular-schematics": "20.1.0-develop.5",
68
+ "@progress/kendo-angular-schematics": "20.1.0-develop.6",
69
69
  "node-html-parser": "^7.0.1"
70
70
  },
71
71
  "schematics": "./schematics/collection.json",