@progress/kendo-angular-layout 17.1.1-develop.2 → 17.1.1-develop.4
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.
|
@@ -204,19 +204,17 @@ export class ExpansionPanelComponent {
|
|
|
204
204
|
if (!this.hostElement) {
|
|
205
205
|
return;
|
|
206
206
|
}
|
|
207
|
-
|
|
208
|
-
this.
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
});
|
|
212
|
-
}
|
|
207
|
+
this.ngZone.runOutsideAngular(() => {
|
|
208
|
+
const elem = this.hostElement.nativeElement;
|
|
209
|
+
this.subscriptions.add(this.renderer.listen(elem, 'keydown', this.keyDownHandler.bind(this)));
|
|
210
|
+
});
|
|
213
211
|
}
|
|
214
212
|
/**
|
|
215
213
|
* @hidden
|
|
216
214
|
*/
|
|
217
215
|
keyDownHandler(ev) {
|
|
218
216
|
const isEnterOrSpace = ev.keyCode === Keys.Enter || ev.keyCode === Keys.Space;
|
|
219
|
-
if (!isEnterOrSpace) {
|
|
217
|
+
if (this.disabled || !isEnterOrSpace) {
|
|
220
218
|
return;
|
|
221
219
|
}
|
|
222
220
|
if (hasClass(ev.target, 'k-expander-header')) {
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-layout',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.1.1-develop.
|
|
12
|
+
publishDate: 1733124465,
|
|
13
|
+
version: '17.1.1-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-layout',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '17.1.1-develop.
|
|
31
|
+
publishDate: 1733124465,
|
|
32
|
+
version: '17.1.1-develop.4',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -8486,19 +8486,17 @@ class ExpansionPanelComponent {
|
|
|
8486
8486
|
if (!this.hostElement) {
|
|
8487
8487
|
return;
|
|
8488
8488
|
}
|
|
8489
|
-
|
|
8490
|
-
this.
|
|
8491
|
-
|
|
8492
|
-
|
|
8493
|
-
});
|
|
8494
|
-
}
|
|
8489
|
+
this.ngZone.runOutsideAngular(() => {
|
|
8490
|
+
const elem = this.hostElement.nativeElement;
|
|
8491
|
+
this.subscriptions.add(this.renderer.listen(elem, 'keydown', this.keyDownHandler.bind(this)));
|
|
8492
|
+
});
|
|
8495
8493
|
}
|
|
8496
8494
|
/**
|
|
8497
8495
|
* @hidden
|
|
8498
8496
|
*/
|
|
8499
8497
|
keyDownHandler(ev) {
|
|
8500
8498
|
const isEnterOrSpace = ev.keyCode === Keys.Enter || ev.keyCode === Keys.Space;
|
|
8501
|
-
if (!isEnterOrSpace) {
|
|
8499
|
+
if (this.disabled || !isEnterOrSpace) {
|
|
8502
8500
|
return;
|
|
8503
8501
|
}
|
|
8504
8502
|
if (hasClass(ev.target, 'k-expander-header')) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "17.1.1-develop.
|
|
3
|
+
"version": "17.1.1-develop.4",
|
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@angular/core": "16 - 19",
|
|
40
40
|
"@angular/platform-browser": "16 - 19",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "17.1.1-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "17.1.1-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "17.1.1-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "17.1.1-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "17.1.1-develop.
|
|
47
|
-
"@progress/kendo-angular-intl": "17.1.1-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "17.1.1-develop.4",
|
|
43
|
+
"@progress/kendo-angular-l10n": "17.1.1-develop.4",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "17.1.1-develop.4",
|
|
45
|
+
"@progress/kendo-angular-icons": "17.1.1-develop.4",
|
|
46
|
+
"@progress/kendo-angular-buttons": "17.1.1-develop.4",
|
|
47
|
+
"@progress/kendo-angular-intl": "17.1.1-develop.4",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "17.1.1-develop.
|
|
52
|
+
"@progress/kendo-angular-schematics": "17.1.1-develop.4",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"schematics": "./schematics/collection.json",
|