@progress/kendo-angular-treeview 23.0.1 → 23.0.2-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.
|
@@ -29,7 +29,7 @@ const packageMetadata = {
|
|
|
29
29
|
productCode: 'KENDOUIANGULAR',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR'],
|
|
31
31
|
publishDate: 0,
|
|
32
|
-
version: '23.0.1',
|
|
32
|
+
version: '23.0.2-develop.1',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -2466,6 +2466,9 @@ class TreeViewComponent {
|
|
|
2466
2466
|
* Enables keyboard navigation for the TreeView.
|
|
2467
2467
|
*
|
|
2468
2468
|
* @default true
|
|
2469
|
+
*
|
|
2470
|
+
* @remarks
|
|
2471
|
+
* This property is related to accessibility.
|
|
2469
2472
|
*/
|
|
2470
2473
|
navigable = true;
|
|
2471
2474
|
/**
|
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": 1771334796,
|
|
11
|
+
"version": "23.0.2-develop.1",
|
|
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-treeview",
|
|
3
|
-
"version": "23.0.1",
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
4
4
|
"description": "Kendo UI TreeView for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1771334796,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
33
|
-
"@progress/kendo-angular-inputs": "23.0.1",
|
|
34
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
35
|
-
"@progress/kendo-angular-l10n": "23.0.1",
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
33
|
+
"@progress/kendo-angular-inputs": "23.0.2-develop.1",
|
|
34
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
35
|
+
"@progress/kendo-angular-l10n": "23.0.2-develop.1",
|
|
36
36
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"tslib": "^2.3.1",
|
|
40
|
-
"@progress/kendo-angular-schematics": "23.0.1",
|
|
40
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1",
|
|
41
41
|
"@progress/kendo-common": "^1.0.1",
|
|
42
42
|
"@progress/kendo-draggable": "^3.0.2"
|
|
43
43
|
},
|
|
@@ -9,10 +9,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
|
|
11
11
|
// Peers of kendo-angular-inputs
|
|
12
|
-
'@progress/kendo-angular-buttons': '23.0.1',
|
|
13
|
-
'@progress/kendo-angular-dialog': '23.0.1',
|
|
14
|
-
'@progress/kendo-angular-intl': '23.0.1',
|
|
15
|
-
'@progress/kendo-angular-popup': '23.0.1',
|
|
12
|
+
'@progress/kendo-angular-buttons': '23.0.2-develop.1',
|
|
13
|
+
'@progress/kendo-angular-dialog': '23.0.2-develop.1',
|
|
14
|
+
'@progress/kendo-angular-intl': '23.0.2-develop.1',
|
|
15
|
+
'@progress/kendo-angular-popup': '23.0.2-develop.1',
|
|
16
16
|
'@progress/kendo-drawing': '^1.9.3',
|
|
17
17
|
// Peer dependency of icons
|
|
18
18
|
'@progress/kendo-svg-icons': '^4.0.0'
|
package/treeview.component.d.ts
CHANGED
|
@@ -245,6 +245,9 @@ export declare class TreeViewComponent implements OnChanges, OnInit, AfterViewIn
|
|
|
245
245
|
* Enables keyboard navigation for the TreeView.
|
|
246
246
|
*
|
|
247
247
|
* @default true
|
|
248
|
+
*
|
|
249
|
+
* @remarks
|
|
250
|
+
* This property is related to accessibility.
|
|
248
251
|
*/
|
|
249
252
|
navigable: boolean;
|
|
250
253
|
/**
|