@progress/kendo-angular-buttons 23.2.1-develop.4 → 23.2.1-develop.5
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.
|
@@ -50,7 +50,7 @@ const packageMetadata = {
|
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
52
|
publishDate: 0,
|
|
53
|
-
version: '23.2.1-develop.
|
|
53
|
+
version: '23.2.1-develop.5',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -3121,7 +3121,7 @@ class DropDownButtonComponent extends ListButton {
|
|
|
3121
3121
|
(blur)="onButtonBlur()"
|
|
3122
3122
|
[attr.aria-disabled]="disabled"
|
|
3123
3123
|
[attr.aria-expanded]="openState"
|
|
3124
|
-
[attr.aria-controls]="listId"
|
|
3124
|
+
[attr.aria-controls]="openState ? listId : null"
|
|
3125
3125
|
>
|
|
3126
3126
|
<ng-content></ng-content>
|
|
3127
3127
|
</button>
|
|
@@ -3183,7 +3183,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
3183
3183
|
(blur)="onButtonBlur()"
|
|
3184
3184
|
[attr.aria-disabled]="disabled"
|
|
3185
3185
|
[attr.aria-expanded]="openState"
|
|
3186
|
-
[attr.aria-controls]="listId"
|
|
3186
|
+
[attr.aria-controls]="openState ? listId : null"
|
|
3187
3187
|
>
|
|
3188
3188
|
<ng-content></ng-content>
|
|
3189
3189
|
</button>
|
|
@@ -5169,7 +5169,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
5169
5169
|
(mousedown)="toggleButtonActiveState(true)"
|
|
5170
5170
|
(mouseup)="toggleButtonActiveState(false)"
|
|
5171
5171
|
[attr.aria-expanded]="openState"
|
|
5172
|
-
[attr.aria-controls]="listId"
|
|
5172
|
+
[attr.aria-controls]="openState ? listId : null"
|
|
5173
5173
|
[attr.aria-label]="ariaLabel"
|
|
5174
5174
|
>
|
|
5175
5175
|
@if (text) {
|
|
@@ -5260,7 +5260,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
|
|
|
5260
5260
|
(mousedown)="toggleButtonActiveState(true)"
|
|
5261
5261
|
(mouseup)="toggleButtonActiveState(false)"
|
|
5262
5262
|
[attr.aria-expanded]="openState"
|
|
5263
|
-
[attr.aria-controls]="listId"
|
|
5263
|
+
[attr.aria-controls]="openState ? listId : null"
|
|
5264
5264
|
[attr.aria-label]="ariaLabel"
|
|
5265
5265
|
>
|
|
5266
5266
|
@if (text) {
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.2.1-develop.
|
|
10
|
+
"publishDate": 1773147563,
|
|
11
|
+
"version": "23.2.1-develop.5",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "23.2.1-develop.
|
|
3
|
+
"version": "23.2.1-develop.5",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"package": {
|
|
22
22
|
"productName": "Kendo UI for Angular",
|
|
23
23
|
"productCode": "KENDOUIANGULAR",
|
|
24
|
-
"publishDate":
|
|
24
|
+
"publishDate": 1773147563,
|
|
25
25
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
"@angular/core": "19 - 21",
|
|
32
32
|
"@angular/platform-browser": "19 - 21",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-common": "23.2.1-develop.
|
|
35
|
-
"@progress/kendo-angular-l10n": "23.2.1-develop.
|
|
36
|
-
"@progress/kendo-angular-popup": "23.2.1-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "23.2.1-develop.
|
|
34
|
+
"@progress/kendo-angular-common": "23.2.1-develop.5",
|
|
35
|
+
"@progress/kendo-angular-l10n": "23.2.1-develop.5",
|
|
36
|
+
"@progress/kendo-angular-popup": "23.2.1-develop.5",
|
|
37
|
+
"@progress/kendo-angular-icons": "23.2.1-develop.5",
|
|
38
38
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.1",
|
|
42
|
-
"@progress/kendo-angular-schematics": "23.2.1-develop.
|
|
42
|
+
"@progress/kendo-angular-schematics": "23.2.1-develop.5",
|
|
43
43
|
"@progress/kendo-common": "^1.0.1",
|
|
44
44
|
"@progress/kendo-webspeech-common": "1.0.1",
|
|
45
45
|
"@progress/kendo-smartpaste-common": "1.0.0"
|