@progress/kendo-angular-toolbar 14.0.2-develop.9 → 14.1.0-develop.10

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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-toolbar',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1698068971,
13
- version: '14.0.2-develop.9',
12
+ publishDate: 1699437458,
13
+ version: '14.1.0-develop.10',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -45,7 +45,7 @@ export class ToolBarToolComponent {
45
45
  * The returned boolean value determines whether the `ToolBarComponent` will move the focus to the next/previous `ToolBarToolComponent`
46
46
  * ([see example]({% slug customcontroltypes_toolbar %}#toc-adding-keyboard-navigation)).
47
47
  * @param {KeyboardEvent} ev - The last pressed arrow key
48
- * @returns
48
+ * @returns a boolean value determines whether the focus will move to the next/previous component.
49
49
  */
50
50
  handleKey(ev) {
51
51
  return false;
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-toolbar',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1698068971,
32
- version: '14.0.2-develop.9',
31
+ publishDate: 1699437458,
32
+ version: '14.1.0-develop.10',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -446,7 +446,7 @@ class ToolBarToolComponent {
446
446
  * The returned boolean value determines whether the `ToolBarComponent` will move the focus to the next/previous `ToolBarToolComponent`
447
447
  * ([see example]({% slug customcontroltypes_toolbar %}#toc-adding-keyboard-navigation)).
448
448
  * @param {KeyboardEvent} ev - The last pressed arrow key
449
- * @returns
449
+ * @returns a boolean value determines whether the focus will move to the next/previous component.
450
450
  */
451
451
  handleKey(ev) {
452
452
  return false;
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-toolbar',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1698068971,
32
- version: '14.0.2-develop.9',
31
+ publishDate: 1699437458,
32
+ version: '14.1.0-develop.10',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -446,7 +446,7 @@ class ToolBarToolComponent {
446
446
  * The returned boolean value determines whether the `ToolBarComponent` will move the focus to the next/previous `ToolBarToolComponent`
447
447
  * ([see example]({% slug customcontroltypes_toolbar %}#toc-adding-keyboard-navigation)).
448
448
  * @param {KeyboardEvent} ev - The last pressed arrow key
449
- * @returns
449
+ * @returns a boolean value determines whether the focus will move to the next/previous component.
450
450
  */
451
451
  handleKey(ev) {
452
452
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-toolbar",
3
- "version": "14.0.2-develop.9",
3
+ "version": "14.1.0-develop.10",
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",
@@ -24,21 +24,21 @@
24
24
  "friendlyName": "ToolBar"
25
25
  },
26
26
  "peerDependencies": {
27
- "@angular/animations": "13 - 16",
28
- "@angular/common": "13 - 16",
29
- "@angular/core": "13 - 16",
30
- "@angular/platform-browser": "13 - 16",
27
+ "@angular/animations": "13 - 17",
28
+ "@angular/common": "13 - 17",
29
+ "@angular/core": "13 - 17",
30
+ "@angular/platform-browser": "13 - 17",
31
31
  "@progress/kendo-licensing": "^1.0.2",
32
- "@progress/kendo-angular-buttons": "14.0.2-develop.9",
33
- "@progress/kendo-angular-common": "14.0.2-develop.9",
34
- "@progress/kendo-angular-l10n": "14.0.2-develop.9",
35
- "@progress/kendo-angular-icons": "14.0.2-develop.9",
36
- "@progress/kendo-angular-popup": "14.0.2-develop.9",
32
+ "@progress/kendo-angular-buttons": "14.1.0-develop.10",
33
+ "@progress/kendo-angular-common": "14.1.0-develop.10",
34
+ "@progress/kendo-angular-l10n": "14.1.0-develop.10",
35
+ "@progress/kendo-angular-icons": "14.1.0-develop.10",
36
+ "@progress/kendo-angular-popup": "14.1.0-develop.10",
37
37
  "rxjs": "^6.5.3 || ^7.0.0"
38
38
  },
39
39
  "dependencies": {
40
40
  "tslib": "^2.3.1",
41
- "@progress/kendo-angular-schematics": "14.0.2-develop.9"
41
+ "@progress/kendo-angular-schematics": "14.1.0-develop.10"
42
42
  },
43
43
  "schematics": "./schematics/collection.json",
44
44
  "module": "fesm2015/progress-kendo-angular-toolbar.mjs",
@@ -37,7 +37,7 @@ export declare class ToolBarToolComponent {
37
37
  * The returned boolean value determines whether the `ToolBarComponent` will move the focus to the next/previous `ToolBarToolComponent`
38
38
  * ([see example]({% slug customcontroltypes_toolbar %}#toc-adding-keyboard-navigation)).
39
39
  * @param {KeyboardEvent} ev - The last pressed arrow key
40
- * @returns
40
+ * @returns a boolean value determines whether the focus will move to the next/previous component.
41
41
  */
42
42
  handleKey(ev: KeyboardEvent): boolean;
43
43
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarToolComponent, never>;