@progress/kendo-angular-buttons 14.0.0-develop.5 → 14.0.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.
- package/esm2020/dropdownbutton/dropdownbutton.component.mjs +2 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/splitbutton/splitbutton.component.mjs +2 -2
- package/fesm2015/progress-kendo-angular-buttons.mjs +6 -6
- package/fesm2020/progress-kendo-angular-buttons.mjs +6 -6
- package/package.json +6 -6
|
@@ -341,7 +341,7 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
341
341
|
(blur)="onButtonBlur()"
|
|
342
342
|
[attr.aria-disabled]="disabled"
|
|
343
343
|
[attr.aria-expanded]="openState"
|
|
344
|
-
[attr.aria-haspopup]="
|
|
344
|
+
[attr.aria-haspopup]="'menu'"
|
|
345
345
|
[attr.aria-controls]="listId"
|
|
346
346
|
>
|
|
347
347
|
<ng-content></ng-content>
|
|
@@ -402,7 +402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
402
402
|
(blur)="onButtonBlur()"
|
|
403
403
|
[attr.aria-disabled]="disabled"
|
|
404
404
|
[attr.aria-expanded]="openState"
|
|
405
|
-
[attr.aria-haspopup]="
|
|
405
|
+
[attr.aria-haspopup]="'menu'"
|
|
406
406
|
[attr.aria-controls]="listId"
|
|
407
407
|
>
|
|
408
408
|
<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:
|
|
13
|
-
version: '14.0.0-develop.
|
|
12
|
+
publishDate: 1696405609,
|
|
13
|
+
version: '14.0.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -596,7 +596,7 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
596
596
|
(mouseup)="toggleButtonActiveState(false)"
|
|
597
597
|
[attr.aria-disabled]="disabled"
|
|
598
598
|
[attr.aria-expanded]="openState"
|
|
599
|
-
[attr.aria-haspopup]="
|
|
599
|
+
[attr.aria-haspopup]="'menu'"
|
|
600
600
|
[attr.aria-owns]="listId"
|
|
601
601
|
[attr.aria-label]="ariaLabel"
|
|
602
602
|
>
|
|
@@ -681,7 +681,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
681
681
|
(mouseup)="toggleButtonActiveState(false)"
|
|
682
682
|
[attr.aria-disabled]="disabled"
|
|
683
683
|
[attr.aria-expanded]="openState"
|
|
684
|
-
[attr.aria-haspopup]="
|
|
684
|
+
[attr.aria-haspopup]="'menu'"
|
|
685
685
|
[attr.aria-owns]="listId"
|
|
686
686
|
[attr.aria-label]="ariaLabel"
|
|
687
687
|
>
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-buttons',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '14.0.0-develop.
|
|
31
|
+
publishDate: 1696405609,
|
|
32
|
+
version: '14.0.0-develop.6',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -2591,7 +2591,7 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2591
2591
|
(mouseup)="toggleButtonActiveState(false)"
|
|
2592
2592
|
[attr.aria-disabled]="disabled"
|
|
2593
2593
|
[attr.aria-expanded]="openState"
|
|
2594
|
-
[attr.aria-haspopup]="
|
|
2594
|
+
[attr.aria-haspopup]="'menu'"
|
|
2595
2595
|
[attr.aria-owns]="listId"
|
|
2596
2596
|
[attr.aria-label]="ariaLabel"
|
|
2597
2597
|
>
|
|
@@ -2676,7 +2676,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2676
2676
|
(mouseup)="toggleButtonActiveState(false)"
|
|
2677
2677
|
[attr.aria-disabled]="disabled"
|
|
2678
2678
|
[attr.aria-expanded]="openState"
|
|
2679
|
-
[attr.aria-haspopup]="
|
|
2679
|
+
[attr.aria-haspopup]="'menu'"
|
|
2680
2680
|
[attr.aria-owns]="listId"
|
|
2681
2681
|
[attr.aria-label]="ariaLabel"
|
|
2682
2682
|
>
|
|
@@ -3178,7 +3178,7 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
3178
3178
|
(blur)="onButtonBlur()"
|
|
3179
3179
|
[attr.aria-disabled]="disabled"
|
|
3180
3180
|
[attr.aria-expanded]="openState"
|
|
3181
|
-
[attr.aria-haspopup]="
|
|
3181
|
+
[attr.aria-haspopup]="'menu'"
|
|
3182
3182
|
[attr.aria-controls]="listId"
|
|
3183
3183
|
>
|
|
3184
3184
|
<ng-content></ng-content>
|
|
@@ -3239,7 +3239,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3239
3239
|
(blur)="onButtonBlur()"
|
|
3240
3240
|
[attr.aria-disabled]="disabled"
|
|
3241
3241
|
[attr.aria-expanded]="openState"
|
|
3242
|
-
[attr.aria-haspopup]="
|
|
3242
|
+
[attr.aria-haspopup]="'menu'"
|
|
3243
3243
|
[attr.aria-controls]="listId"
|
|
3244
3244
|
>
|
|
3245
3245
|
<ng-content></ng-content>
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-buttons',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '14.0.0-develop.
|
|
49
|
+
publishDate: 1696405609,
|
|
50
|
+
version: '14.0.0-develop.6',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -2585,7 +2585,7 @@ SplitButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2585
2585
|
(mouseup)="toggleButtonActiveState(false)"
|
|
2586
2586
|
[attr.aria-disabled]="disabled"
|
|
2587
2587
|
[attr.aria-expanded]="openState"
|
|
2588
|
-
[attr.aria-haspopup]="
|
|
2588
|
+
[attr.aria-haspopup]="'menu'"
|
|
2589
2589
|
[attr.aria-owns]="listId"
|
|
2590
2590
|
[attr.aria-label]="ariaLabel"
|
|
2591
2591
|
>
|
|
@@ -2670,7 +2670,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
2670
2670
|
(mouseup)="toggleButtonActiveState(false)"
|
|
2671
2671
|
[attr.aria-disabled]="disabled"
|
|
2672
2672
|
[attr.aria-expanded]="openState"
|
|
2673
|
-
[attr.aria-haspopup]="
|
|
2673
|
+
[attr.aria-haspopup]="'menu'"
|
|
2674
2674
|
[attr.aria-owns]="listId"
|
|
2675
2675
|
[attr.aria-label]="ariaLabel"
|
|
2676
2676
|
>
|
|
@@ -3171,7 +3171,7 @@ DropDownButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
3171
3171
|
(blur)="onButtonBlur()"
|
|
3172
3172
|
[attr.aria-disabled]="disabled"
|
|
3173
3173
|
[attr.aria-expanded]="openState"
|
|
3174
|
-
[attr.aria-haspopup]="
|
|
3174
|
+
[attr.aria-haspopup]="'menu'"
|
|
3175
3175
|
[attr.aria-controls]="listId"
|
|
3176
3176
|
>
|
|
3177
3177
|
<ng-content></ng-content>
|
|
@@ -3232,7 +3232,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
3232
3232
|
(blur)="onButtonBlur()"
|
|
3233
3233
|
[attr.aria-disabled]="disabled"
|
|
3234
3234
|
[attr.aria-expanded]="openState"
|
|
3235
|
-
[attr.aria-haspopup]="
|
|
3235
|
+
[attr.aria-haspopup]="'menu'"
|
|
3236
3236
|
[attr.aria-controls]="listId"
|
|
3237
3237
|
>
|
|
3238
3238
|
<ng-content></ng-content>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "14.0.0-develop.
|
|
3
|
+
"version": "14.0.0-develop.6",
|
|
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": "13 - 16",
|
|
26
26
|
"@angular/platform-browser": "13 - 16",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "14.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "14.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "14.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "14.0.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "14.0.0-develop.6",
|
|
29
|
+
"@progress/kendo-angular-l10n": "14.0.0-develop.6",
|
|
30
|
+
"@progress/kendo-angular-popup": "14.0.0-develop.6",
|
|
31
|
+
"@progress/kendo-angular-icons": "14.0.0-develop.6",
|
|
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": "14.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "14.0.0-develop.6",
|
|
37
37
|
"@progress/kendo-common": "^0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|