@progress/kendo-angular-buttons 25.1.0-develop.19 → 25.1.0-develop.20
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: 1787938291,
|
|
53
|
+
version: '25.1.0-develop.20',
|
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -2651,6 +2651,12 @@ class ListButton extends MultiTabStop {
|
|
|
2651
2651
|
}
|
|
2652
2652
|
const value = open ?? !this.openState;
|
|
2653
2653
|
this._toggle(value, false);
|
|
2654
|
+
if (!isDocumentAvailable()) {
|
|
2655
|
+
return;
|
|
2656
|
+
}
|
|
2657
|
+
this.zone.runOutsideAngular(() => {
|
|
2658
|
+
setTimeout(() => this.zone.run(() => this.focusService.focus(value ? 0 : -1)));
|
|
2659
|
+
});
|
|
2654
2660
|
}
|
|
2655
2661
|
/**
|
|
2656
2662
|
* @hidden
|
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": 1787938291,
|
|
11
|
+
"version": "25.1.0-develop.20",
|
|
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.20",
|
|
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": 1787938291,
|
|
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.20",
|
|
70
|
+
"@progress/kendo-angular-l10n": "25.1.0-develop.20",
|
|
71
|
+
"@progress/kendo-angular-popup": "25.1.0-develop.20",
|
|
72
|
+
"@progress/kendo-angular-icons": "25.1.0-develop.20",
|
|
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.20",
|
|
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"
|