@progress/kendo-angular-layout 23.0.1 → 23.1.0-develop.1
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.
|
@@ -30,7 +30,7 @@ const packageMetadata = {
|
|
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
|
32
32
|
publishDate: 1645546576,
|
|
33
|
-
version: '23.0.1',
|
|
33
|
+
version: '23.1.0-develop.1',
|
|
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
|
|
|
@@ -10725,6 +10725,9 @@ class TileLayoutComponent {
|
|
|
10725
10725
|
/**
|
|
10726
10726
|
* Enables or disables [keyboard navigation](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/keyboard-navigation).
|
|
10727
10727
|
* @default true
|
|
10728
|
+
*
|
|
10729
|
+
* @remarks
|
|
10730
|
+
* This property is related to accessibility.
|
|
10728
10731
|
*/
|
|
10729
10732
|
navigable = true;
|
|
10730
10733
|
/**
|
|
@@ -13253,6 +13256,9 @@ class TimelineComponent {
|
|
|
13253
13256
|
* Specifies whether the user can use dedicated shortcuts to interact with the Timeline.
|
|
13254
13257
|
*
|
|
13255
13258
|
* @default true
|
|
13259
|
+
*
|
|
13260
|
+
* @remarks
|
|
13261
|
+
* This property is related to accessibility.
|
|
13256
13262
|
*/
|
|
13257
13263
|
navigable = true;
|
|
13258
13264
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.1",
|
|
10
|
+
"publishDate": 1771342250,
|
|
11
|
+
"version": "23.1.0-develop.1",
|
|
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": "23.0.1",
|
|
3
|
+
"version": "23.1.0-develop.1",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"package": {
|
|
51
51
|
"productName": "Kendo UI for Angular",
|
|
52
52
|
"productCode": "KENDOUIANGULAR",
|
|
53
|
-
"publishDate":
|
|
53
|
+
"publishDate": 1771342250,
|
|
54
54
|
"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"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"@angular/core": "19 - 21",
|
|
61
61
|
"@angular/platform-browser": "19 - 21",
|
|
62
62
|
"@progress/kendo-licensing": "^1.10.0",
|
|
63
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
64
|
-
"@progress/kendo-angular-l10n": "23.0.1",
|
|
65
|
-
"@progress/kendo-angular-progressbar": "23.0.1",
|
|
66
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
67
|
-
"@progress/kendo-angular-buttons": "23.0.1",
|
|
68
|
-
"@progress/kendo-angular-intl": "23.0.1",
|
|
63
|
+
"@progress/kendo-angular-common": "23.1.0-develop.1",
|
|
64
|
+
"@progress/kendo-angular-l10n": "23.1.0-develop.1",
|
|
65
|
+
"@progress/kendo-angular-progressbar": "23.1.0-develop.1",
|
|
66
|
+
"@progress/kendo-angular-icons": "23.1.0-develop.1",
|
|
67
|
+
"@progress/kendo-angular-buttons": "23.1.0-develop.1",
|
|
68
|
+
"@progress/kendo-angular-intl": "23.1.0-develop.1",
|
|
69
69
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"tslib": "^2.3.1",
|
|
73
|
-
"@progress/kendo-angular-schematics": "23.0.1",
|
|
73
|
+
"@progress/kendo-angular-schematics": "23.1.0-develop.1",
|
|
74
74
|
"@progress/kendo-draggable": "^3.0.2"
|
|
75
75
|
},
|
|
76
76
|
"schematics": "./schematics/collection.json",
|
|
@@ -80,6 +80,9 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
|
|
|
80
80
|
/**
|
|
81
81
|
* Enables or disables [keyboard navigation](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/keyboard-navigation).
|
|
82
82
|
* @default true
|
|
83
|
+
*
|
|
84
|
+
* @remarks
|
|
85
|
+
* This property is related to accessibility.
|
|
83
86
|
*/
|
|
84
87
|
navigable: boolean;
|
|
85
88
|
/**
|
|
@@ -55,6 +55,9 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
|
|
|
55
55
|
* Specifies whether the user can use dedicated shortcuts to interact with the Timeline.
|
|
56
56
|
*
|
|
57
57
|
* @default true
|
|
58
|
+
*
|
|
59
|
+
* @remarks
|
|
60
|
+
* This property is related to accessibility.
|
|
58
61
|
*/
|
|
59
62
|
navigable: boolean;
|
|
60
63
|
/**
|