@progress/kendo-angular-buttons 16.3.1-develop.3 → 16.4.0-develop.1

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.
@@ -341,7 +341,6 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
341
341
  (blur)="onButtonBlur()"
342
342
  [attr.aria-disabled]="disabled"
343
343
  [attr.aria-expanded]="openState"
344
- [attr.aria-haspopup]="'true'"
345
344
  [attr.aria-controls]="listId"
346
345
  >
347
346
  <ng-content></ng-content>
@@ -402,7 +401,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
402
401
  (blur)="onButtonBlur()"
403
402
  [attr.aria-disabled]="disabled"
404
403
  [attr.aria-expanded]="openState"
405
- [attr.aria-haspopup]="'true'"
406
404
  [attr.aria-controls]="listId"
407
405
  >
408
406
  <ng-content></ng-content>
@@ -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: 1719822617,
13
- version: '16.3.1-develop.3',
12
+ publishDate: 1719845805,
13
+ version: '16.4.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -599,7 +599,6 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
599
599
  (mousedown)="toggleButtonActiveState(true)"
600
600
  (mouseup)="toggleButtonActiveState(false)"
601
601
  [attr.aria-expanded]="openState"
602
- [attr.aria-haspopup]="'true'"
603
602
  [attr.aria-controls]="listId"
604
603
  [attr.aria-label]="ariaLabel"
605
604
  >
@@ -688,7 +687,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
688
687
  (mousedown)="toggleButtonActiveState(true)"
689
688
  (mouseup)="toggleButtonActiveState(false)"
690
689
  [attr.aria-expanded]="openState"
691
- [attr.aria-haspopup]="'true'"
692
690
  [attr.aria-controls]="listId"
693
691
  [attr.aria-label]="ariaLabel"
694
692
  >
@@ -29,8 +29,8 @@ const packageMetadata = {
29
29
  name: '@progress/kendo-angular-buttons',
30
30
  productName: 'Kendo UI for Angular',
31
31
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
32
- publishDate: 1719822617,
33
- version: '16.3.1-develop.3',
32
+ publishDate: 1719845805,
33
+ version: '16.4.0-develop.1',
34
34
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
35
35
  };
36
36
 
@@ -2607,7 +2607,6 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
2607
2607
  (mousedown)="toggleButtonActiveState(true)"
2608
2608
  (mouseup)="toggleButtonActiveState(false)"
2609
2609
  [attr.aria-expanded]="openState"
2610
- [attr.aria-haspopup]="'true'"
2611
2610
  [attr.aria-controls]="listId"
2612
2611
  [attr.aria-label]="ariaLabel"
2613
2612
  >
@@ -2696,7 +2695,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2696
2695
  (mousedown)="toggleButtonActiveState(true)"
2697
2696
  (mouseup)="toggleButtonActiveState(false)"
2698
2697
  [attr.aria-expanded]="openState"
2699
- [attr.aria-haspopup]="'true'"
2700
2698
  [attr.aria-controls]="listId"
2701
2699
  [attr.aria-label]="ariaLabel"
2702
2700
  >
@@ -3199,7 +3197,6 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
3199
3197
  (blur)="onButtonBlur()"
3200
3198
  [attr.aria-disabled]="disabled"
3201
3199
  [attr.aria-expanded]="openState"
3202
- [attr.aria-haspopup]="'true'"
3203
3200
  [attr.aria-controls]="listId"
3204
3201
  >
3205
3202
  <ng-content></ng-content>
@@ -3260,7 +3257,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3260
3257
  (blur)="onButtonBlur()"
3261
3258
  [attr.aria-disabled]="disabled"
3262
3259
  [attr.aria-expanded]="openState"
3263
- [attr.aria-haspopup]="'true'"
3264
3260
  [attr.aria-controls]="listId"
3265
3261
  >
3266
3262
  <ng-content></ng-content>
@@ -47,8 +47,8 @@ const packageMetadata = {
47
47
  name: '@progress/kendo-angular-buttons',
48
48
  productName: 'Kendo UI for Angular',
49
49
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
50
- publishDate: 1719822617,
51
- version: '16.3.1-develop.3',
50
+ publishDate: 1719845805,
51
+ version: '16.4.0-develop.1',
52
52
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
53
53
  };
54
54
 
@@ -2601,7 +2601,6 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
2601
2601
  (mousedown)="toggleButtonActiveState(true)"
2602
2602
  (mouseup)="toggleButtonActiveState(false)"
2603
2603
  [attr.aria-expanded]="openState"
2604
- [attr.aria-haspopup]="'true'"
2605
2604
  [attr.aria-controls]="listId"
2606
2605
  [attr.aria-label]="ariaLabel"
2607
2606
  >
@@ -2690,7 +2689,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
2690
2689
  (mousedown)="toggleButtonActiveState(true)"
2691
2690
  (mouseup)="toggleButtonActiveState(false)"
2692
2691
  [attr.aria-expanded]="openState"
2693
- [attr.aria-haspopup]="'true'"
2694
2692
  [attr.aria-controls]="listId"
2695
2693
  [attr.aria-label]="ariaLabel"
2696
2694
  >
@@ -3192,7 +3190,6 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
3192
3190
  (blur)="onButtonBlur()"
3193
3191
  [attr.aria-disabled]="disabled"
3194
3192
  [attr.aria-expanded]="openState"
3195
- [attr.aria-haspopup]="'true'"
3196
3193
  [attr.aria-controls]="listId"
3197
3194
  >
3198
3195
  <ng-content></ng-content>
@@ -3253,7 +3250,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3253
3250
  (blur)="onButtonBlur()"
3254
3251
  [attr.aria-disabled]="disabled"
3255
3252
  [attr.aria-expanded]="openState"
3256
- [attr.aria-haspopup]="'true'"
3257
3253
  [attr.aria-controls]="listId"
3258
3254
  >
3259
3255
  <ng-content></ng-content>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "16.3.1-develop.3",
3
+ "version": "16.4.0-develop.1",
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": "16.3.1-develop.3",
29
- "@progress/kendo-angular-l10n": "16.3.1-develop.3",
30
- "@progress/kendo-angular-popup": "16.3.1-develop.3",
31
- "@progress/kendo-angular-icons": "16.3.1-develop.3",
28
+ "@progress/kendo-angular-common": "16.4.0-develop.1",
29
+ "@progress/kendo-angular-l10n": "16.4.0-develop.1",
30
+ "@progress/kendo-angular-popup": "16.4.0-develop.1",
31
+ "@progress/kendo-angular-icons": "16.4.0-develop.1",
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": "16.3.1-develop.3",
36
+ "@progress/kendo-angular-schematics": "16.4.0-develop.1",
37
37
  "@progress/kendo-common": "^0.2.1"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",