@progress/kendo-angular-buttons 25.1.0-develop.20 → 25.1.0-develop.22
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.
|
@@ -49,8 +49,8 @@ const packageMetadata = {
|
|
|
49
49
|
productName: 'Kendo UI for Angular',
|
|
50
50
|
productCode: 'KENDOUIANGULAR',
|
|
51
51
|
productCodes: ['KENDOUIANGULAR'],
|
|
52
|
-
publishDate:
|
|
53
|
-
version: '25.1.0-develop.
|
|
52
|
+
publishDate: 1788265263,
|
|
53
|
+
version: '25.1.0-develop.22',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -1862,8 +1862,8 @@ class ChipListComponent {
|
|
|
1862
1862
|
this.normalizeActiveIndex();
|
|
1863
1863
|
this.chips.forEach((chip, idx) => {
|
|
1864
1864
|
const chipEl = chip.element.nativeElement;
|
|
1865
|
-
this.renderer.removeAttribute(chipEl, 'aria-pressed');
|
|
1866
1865
|
if (this.role === 'listbox') {
|
|
1866
|
+
this.renderer.removeAttribute(chipEl, 'aria-pressed');
|
|
1867
1867
|
this.renderer.setAttribute(chipEl, 'role', 'option');
|
|
1868
1868
|
if (this.selection !== 'none') {
|
|
1869
1869
|
this.renderer.setAttribute(chipEl, 'aria-selected', `${chip.selected}`);
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.1.0-develop.
|
|
10
|
+
"publishDate": 1788265263,
|
|
11
|
+
"version": "25.1.0-develop.22",
|
|
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": "25.1.0-develop.
|
|
3
|
+
"version": "25.1.0-develop.22",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"package": {
|
|
57
57
|
"productName": "Kendo UI for Angular",
|
|
58
58
|
"productCode": "KENDOUIANGULAR",
|
|
59
|
-
"publishDate":
|
|
59
|
+
"publishDate": 1788265263,
|
|
60
60
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@angular/core": "20 - 22",
|
|
67
67
|
"@angular/platform-browser": "20 - 22",
|
|
68
68
|
"@progress/kendo-licensing": "^1.11.0",
|
|
69
|
-
"@progress/kendo-angular-common": "25.1.0-develop.
|
|
70
|
-
"@progress/kendo-angular-l10n": "25.1.0-develop.
|
|
71
|
-
"@progress/kendo-angular-popup": "25.1.0-develop.
|
|
72
|
-
"@progress/kendo-angular-icons": "25.1.0-develop.
|
|
69
|
+
"@progress/kendo-angular-common": "25.1.0-develop.22",
|
|
70
|
+
"@progress/kendo-angular-l10n": "25.1.0-develop.22",
|
|
71
|
+
"@progress/kendo-angular-popup": "25.1.0-develop.22",
|
|
72
|
+
"@progress/kendo-angular-icons": "25.1.0-develop.22",
|
|
73
73
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
76
|
"tslib": "^2.3.1",
|
|
77
|
-
"@progress/kendo-angular-schematics": "25.1.0-develop.
|
|
77
|
+
"@progress/kendo-angular-schematics": "25.1.0-develop.22",
|
|
78
78
|
"@progress/kendo-common": "^1.0.1",
|
|
79
79
|
"@progress/kendo-webspeech-common": "1.0.1",
|
|
80
80
|
"@progress/kendo-smartpaste-common": "1.0.0"
|