@progress/kendo-angular-layout 24.2.0-develop.1 → 24.2.0-develop.11
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.
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
|
32
|
-
publishDate:
|
|
33
|
-
version: '24.2.0-develop.
|
|
32
|
+
publishDate: 1782467485,
|
|
33
|
+
version: '24.2.0-develop.11',
|
|
34
34
|
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'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -5299,9 +5299,11 @@ class DrawerService {
|
|
|
5299
5299
|
this.focusIndex = this.focusIndex + 1;
|
|
5300
5300
|
}
|
|
5301
5301
|
}
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5302
|
+
if (currentItem?.nativeElement && nextItem?.nativeElement) {
|
|
5303
|
+
renderer.setAttribute(currentItem.nativeElement, 'tabindex', '-1');
|
|
5304
|
+
renderer.setAttribute(nextItem.nativeElement, 'tabindex', '0');
|
|
5305
|
+
nextItem.nativeElement.focus();
|
|
5306
|
+
}
|
|
5305
5307
|
}
|
|
5306
5308
|
populateViewData(items, level = 0) {
|
|
5307
5309
|
items.forEach((item) => {
|
|
@@ -11912,7 +11914,7 @@ class TimelineCardComponent {
|
|
|
11912
11914
|
[href]="action.url"
|
|
11913
11915
|
[target]="action.target === 'blank' ? '_blank' : '_self'"
|
|
11914
11916
|
(click)="onActionClick($event)"
|
|
11915
|
-
class="k-button k-button-
|
|
11917
|
+
class="k-button k-button-flat k-button-primary"
|
|
11916
11918
|
role="button"
|
|
11917
11919
|
>
|
|
11918
11920
|
{{ action.text }}
|
|
@@ -12062,7 +12064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
|
|
|
12062
12064
|
[href]="action.url"
|
|
12063
12065
|
[target]="action.target === 'blank' ? '_blank' : '_self'"
|
|
12064
12066
|
(click)="onActionClick($event)"
|
|
12065
|
-
class="k-button k-button-
|
|
12067
|
+
class="k-button k-button-flat k-button-primary"
|
|
12066
12068
|
role="button"
|
|
12067
12069
|
>
|
|
12068
12070
|
{{ action.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": "24.2.0-develop.
|
|
10
|
+
"publishDate": 1782467485,
|
|
11
|
+
"version": "24.2.0-develop.11",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "24.2.0-develop.
|
|
3
|
+
"version": "24.2.0-develop.11",
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"package": {
|
|
80
80
|
"productName": "Kendo UI for Angular",
|
|
81
81
|
"productCode": "KENDOUIANGULAR",
|
|
82
|
-
"publishDate":
|
|
82
|
+
"publishDate": 1782467485,
|
|
83
83
|
"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"
|
|
84
84
|
}
|
|
85
85
|
},
|
|
@@ -89,17 +89,17 @@
|
|
|
89
89
|
"@angular/core": "19 - 22",
|
|
90
90
|
"@angular/platform-browser": "19 - 22",
|
|
91
91
|
"@progress/kendo-licensing": "^1.11.0",
|
|
92
|
-
"@progress/kendo-angular-common": "24.2.0-develop.
|
|
93
|
-
"@progress/kendo-angular-l10n": "24.2.0-develop.
|
|
94
|
-
"@progress/kendo-angular-progressbar": "24.2.0-develop.
|
|
95
|
-
"@progress/kendo-angular-icons": "24.2.0-develop.
|
|
96
|
-
"@progress/kendo-angular-buttons": "24.2.0-develop.
|
|
97
|
-
"@progress/kendo-angular-intl": "24.2.0-develop.
|
|
92
|
+
"@progress/kendo-angular-common": "24.2.0-develop.11",
|
|
93
|
+
"@progress/kendo-angular-l10n": "24.2.0-develop.11",
|
|
94
|
+
"@progress/kendo-angular-progressbar": "24.2.0-develop.11",
|
|
95
|
+
"@progress/kendo-angular-icons": "24.2.0-develop.11",
|
|
96
|
+
"@progress/kendo-angular-buttons": "24.2.0-develop.11",
|
|
97
|
+
"@progress/kendo-angular-intl": "24.2.0-develop.11",
|
|
98
98
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"tslib": "^2.3.1",
|
|
102
|
-
"@progress/kendo-angular-schematics": "24.2.0-develop.
|
|
102
|
+
"@progress/kendo-angular-schematics": "24.2.0-develop.11",
|
|
103
103
|
"@progress/kendo-draggable": "^3.0.2"
|
|
104
104
|
},
|
|
105
105
|
"schematics": "./schematics/collection.json",
|