@progress/kendo-angular-buttons 17.0.0-develop.11 → 17.0.0-develop.13

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.
@@ -65,10 +65,10 @@ export declare class ChipListComponent implements OnInit, AfterViewInit, AfterCo
65
65
  */
66
66
  onClick($event: any): void;
67
67
  /**
68
- * When set to `true`, keyboard navigation is available through arrow keys and roving tabindex. Otherwise, all chips
69
- * are part of the default tabbing sequence of the page.
68
+ * By default, keyboard navigation is available through arrow keys and roving tabindex.
69
+ * When set to `false`, all chips are part of the default tabbing sequence of the page.
70
70
  *
71
- * @default false
71
+ * @default true
72
72
  */
73
73
  set navigable(value: boolean);
74
74
  get navigable(): boolean;
@@ -43,7 +43,7 @@ export class ChipListComponent {
43
43
  this.role = 'listbox';
44
44
  this._size = 'medium';
45
45
  this.subs = new Subscription();
46
- this._navigable = false;
46
+ this._navigable = true;
47
47
  this.currentActiveIndex = 0;
48
48
  validatePackage(packageMetadata);
49
49
  this.direction = localizationService.rtl ? 'rtl' : 'ltr';
@@ -97,10 +97,10 @@ export class ChipListComponent {
97
97
  }
98
98
  }
99
99
  /**
100
- * When set to `true`, keyboard navigation is available through arrow keys and roving tabindex. Otherwise, all chips
101
- * are part of the default tabbing sequence of the page.
100
+ * By default, keyboard navigation is available through arrow keys and roving tabindex.
101
+ * When set to `false`, all chips are part of the default tabbing sequence of the page.
102
102
  *
103
- * @default false
103
+ * @default true
104
104
  */
105
105
  set navigable(value) {
106
106
  this._navigable = value;
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-buttons',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1729238752,
13
- version: '17.0.0-develop.11',
12
+ publishDate: 1729257804,
13
+ version: '17.0.0-develop.13',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -26,8 +26,8 @@ const packageMetadata = {
26
26
  name: '@progress/kendo-angular-buttons',
27
27
  productName: 'Kendo UI for Angular',
28
28
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
29
- publishDate: 1729238752,
30
- version: '17.0.0-develop.11',
29
+ publishDate: 1729257804,
30
+ version: '17.0.0-develop.13',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
32
32
  };
33
33
 
@@ -1505,7 +1505,7 @@ class ChipListComponent {
1505
1505
  this.role = 'listbox';
1506
1506
  this._size = 'medium';
1507
1507
  this.subs = new Subscription();
1508
- this._navigable = false;
1508
+ this._navigable = true;
1509
1509
  this.currentActiveIndex = 0;
1510
1510
  validatePackage(packageMetadata);
1511
1511
  this.direction = localizationService.rtl ? 'rtl' : 'ltr';
@@ -1559,10 +1559,10 @@ class ChipListComponent {
1559
1559
  }
1560
1560
  }
1561
1561
  /**
1562
- * When set to `true`, keyboard navigation is available through arrow keys and roving tabindex. Otherwise, all chips
1563
- * are part of the default tabbing sequence of the page.
1562
+ * By default, keyboard navigation is available through arrow keys and roving tabindex.
1563
+ * When set to `false`, all chips are part of the default tabbing sequence of the page.
1564
1564
  *
1565
- * @default false
1565
+ * @default true
1566
1566
  */
1567
1567
  set navigable(value) {
1568
1568
  var _a, _b;
@@ -44,8 +44,8 @@ const packageMetadata = {
44
44
  name: '@progress/kendo-angular-buttons',
45
45
  productName: 'Kendo UI for Angular',
46
46
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
47
- publishDate: 1729238752,
48
- version: '17.0.0-develop.11',
47
+ publishDate: 1729257804,
48
+ version: '17.0.0-develop.13',
49
49
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
50
50
  };
51
51
 
@@ -1503,7 +1503,7 @@ class ChipListComponent {
1503
1503
  this.role = 'listbox';
1504
1504
  this._size = 'medium';
1505
1505
  this.subs = new Subscription();
1506
- this._navigable = false;
1506
+ this._navigable = true;
1507
1507
  this.currentActiveIndex = 0;
1508
1508
  validatePackage(packageMetadata);
1509
1509
  this.direction = localizationService.rtl ? 'rtl' : 'ltr';
@@ -1557,10 +1557,10 @@ class ChipListComponent {
1557
1557
  }
1558
1558
  }
1559
1559
  /**
1560
- * When set to `true`, keyboard navigation is available through arrow keys and roving tabindex. Otherwise, all chips
1561
- * are part of the default tabbing sequence of the page.
1560
+ * By default, keyboard navigation is available through arrow keys and roving tabindex.
1561
+ * When set to `false`, all chips are part of the default tabbing sequence of the page.
1562
1562
  *
1563
- * @default false
1563
+ * @default true
1564
1564
  */
1565
1565
  set navigable(value) {
1566
1566
  this._navigable = value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "17.0.0-develop.11",
3
+ "version": "17.0.0-develop.13",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -25,15 +25,15 @@
25
25
  "@angular/core": "15 - 18",
26
26
  "@angular/platform-browser": "15 - 18",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "17.0.0-develop.11",
29
- "@progress/kendo-angular-l10n": "17.0.0-develop.11",
30
- "@progress/kendo-angular-popup": "17.0.0-develop.11",
31
- "@progress/kendo-angular-icons": "17.0.0-develop.11",
28
+ "@progress/kendo-angular-common": "17.0.0-develop.13",
29
+ "@progress/kendo-angular-l10n": "17.0.0-develop.13",
30
+ "@progress/kendo-angular-popup": "17.0.0-develop.13",
31
+ "@progress/kendo-angular-icons": "17.0.0-develop.13",
32
32
  "rxjs": "^6.5.3 || ^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
35
  "tslib": "^2.3.1",
36
- "@progress/kendo-angular-schematics": "17.0.0-develop.11",
36
+ "@progress/kendo-angular-schematics": "17.0.0-develop.13",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",