@progress/kendo-angular-buttons 24.2.0-develop.10 → 24.2.0-develop.12
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: '24.2.0-develop.
|
|
52
|
+
publishDate: 1782468765,
|
|
53
|
+
version: '24.2.0-develop.12',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -2567,6 +2567,10 @@ class ListButton extends MultiTabStop {
|
|
|
2567
2567
|
* @hidden
|
|
2568
2568
|
*/
|
|
2569
2569
|
onItemClick(index) {
|
|
2570
|
+
if (this._data?.[index]?.disabled) {
|
|
2571
|
+
this.focusService.focus(index);
|
|
2572
|
+
return;
|
|
2573
|
+
}
|
|
2570
2574
|
this.emitItemClickHandler(index);
|
|
2571
2575
|
this.togglePopupVisibility();
|
|
2572
2576
|
if (isDocumentAvailable() && !this.isClosePrevented) {
|
|
@@ -2708,6 +2712,9 @@ class ListButton extends MultiTabStop {
|
|
|
2708
2712
|
if (this.openState) {
|
|
2709
2713
|
const focused = this.focusService.focused;
|
|
2710
2714
|
if (isPresent(focused) && focused !== -1) {
|
|
2715
|
+
if (this._data?.[focused]?.disabled) {
|
|
2716
|
+
return;
|
|
2717
|
+
}
|
|
2711
2718
|
this.emitItemClickHandler(focused);
|
|
2712
2719
|
}
|
|
2713
2720
|
}
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.2.0-develop.
|
|
10
|
+
"publishDate": 1782468765,
|
|
11
|
+
"version": "24.2.0-develop.12",
|
|
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": "24.2.0-develop.
|
|
3
|
+
"version": "24.2.0-develop.12",
|
|
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": 1782468765,
|
|
60
60
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
@@ -66,15 +66,15 @@
|
|
|
66
66
|
"@angular/core": "19 - 22",
|
|
67
67
|
"@angular/platform-browser": "19 - 22",
|
|
68
68
|
"@progress/kendo-licensing": "^1.11.0",
|
|
69
|
-
"@progress/kendo-angular-common": "24.2.0-develop.
|
|
70
|
-
"@progress/kendo-angular-l10n": "24.2.0-develop.
|
|
71
|
-
"@progress/kendo-angular-popup": "24.2.0-develop.
|
|
72
|
-
"@progress/kendo-angular-icons": "24.2.0-develop.
|
|
69
|
+
"@progress/kendo-angular-common": "24.2.0-develop.12",
|
|
70
|
+
"@progress/kendo-angular-l10n": "24.2.0-develop.12",
|
|
71
|
+
"@progress/kendo-angular-popup": "24.2.0-develop.12",
|
|
72
|
+
"@progress/kendo-angular-icons": "24.2.0-develop.12",
|
|
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": "24.2.0-develop.
|
|
77
|
+
"@progress/kendo-angular-schematics": "24.2.0-develop.12",
|
|
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"
|