@progress/kendo-angular-treelist 19.2.0-develop.9 → 19.2.0
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.
- package/README.md +6 -3
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/esm2022/column-menu/column-menu-item.directive.mjs +1 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-treelist.mjs +3 -3
- package/package.json +18 -18
- package/schematics/ngAdd/index.js +3 -3
package/README.md
CHANGED
@@ -4,9 +4,12 @@
|
|
4
4
|
|
5
5
|
## Kendo UI for Angular TreeList
|
6
6
|
|
7
|
-
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)—a commercial
|
8
|
-
> *
|
9
|
-
> *
|
7
|
+
> * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
|
8
|
+
> * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
|
9
|
+
> * Adding a valid license key file ensures a seamless experience during the trial period—no watermarks, no warnings, and full access to all components and features.
|
10
|
+
> * Trial users can register for a free license key file. Without it, your trial may be interrupted by visual indicators or functionality limitations.
|
11
|
+
> * Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
|
12
|
+
> * Learn more: https://www.telerik.com/kendo-angular-ui/components/licensing
|
10
13
|
>
|
11
14
|
> [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
|
12
15
|
|
@@ -6,7 +6,7 @@ import { ElementRef, NgZone, Renderer2 } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
7
7
|
/**
|
8
8
|
* Provides keyboard navigation support for TreeList column menu items.
|
9
|
-
* Use this directive to manage focus and tab order for custom column menu items
|
9
|
+
* Use this directive to manage focus and tab order for custom column menu items ([see example](slug:columnmenu_treelist#customizing-the-content)).
|
10
10
|
*
|
11
11
|
* @example
|
12
12
|
* ```html
|
@@ -10,7 +10,7 @@ import { ColumnMenuFilterComponent } from './column-menu-filter.component';
|
|
10
10
|
import * as i0 from "@angular/core";
|
11
11
|
/**
|
12
12
|
* Provides keyboard navigation support for TreeList column menu items.
|
13
|
-
* Use this directive to manage focus and tab order for custom column menu items
|
13
|
+
* Use this directive to manage focus and tab order for custom column menu items ([see example](slug:columnmenu_treelist#customizing-the-content)).
|
14
14
|
*
|
15
15
|
* @example
|
16
16
|
* ```html
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
13
|
-
publishDate:
|
14
|
-
version: '19.2.0
|
13
|
+
publishDate: 1751463239,
|
14
|
+
version: '19.2.0',
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
16
16
|
};
|
@@ -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: '19.2.0
|
52
|
+
publishDate: 1751463239,
|
53
|
+
version: '19.2.0',
|
54
54
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
55
55
|
};
|
56
56
|
|
@@ -13783,7 +13783,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
13783
13783
|
|
13784
13784
|
/**
|
13785
13785
|
* Provides keyboard navigation support for TreeList column menu items.
|
13786
|
-
* Use this directive to manage focus and tab order for custom column menu items
|
13786
|
+
* Use this directive to manage focus and tab order for custom column menu items ([see example](slug:columnmenu_treelist#customizing-the-content)).
|
13787
13787
|
*
|
13788
13788
|
* @example
|
13789
13789
|
* ```html
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@progress/kendo-angular-treelist",
|
3
|
-
"version": "19.2.0
|
3
|
+
"version": "19.2.0",
|
4
4
|
"description": "Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "Progress",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"package": {
|
25
25
|
"productName": "Kendo UI for Angular",
|
26
26
|
"productCode": "KENDOUIANGULAR",
|
27
|
-
"publishDate":
|
27
|
+
"publishDate": 1751463239,
|
28
28
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
29
29
|
}
|
30
30
|
},
|
@@ -37,26 +37,26 @@
|
|
37
37
|
"@progress/kendo-data-query": "^1.0.0",
|
38
38
|
"@progress/kendo-drawing": "^1.21.0",
|
39
39
|
"@progress/kendo-licensing": "^1.5.0",
|
40
|
-
"@progress/kendo-angular-buttons": "19.2.0
|
41
|
-
"@progress/kendo-angular-common": "19.2.0
|
42
|
-
"@progress/kendo-angular-dateinputs": "19.2.0
|
43
|
-
"@progress/kendo-angular-dropdowns": "19.2.0
|
44
|
-
"@progress/kendo-angular-excel-export": "19.2.0
|
45
|
-
"@progress/kendo-angular-icons": "19.2.0
|
46
|
-
"@progress/kendo-angular-inputs": "19.2.0
|
47
|
-
"@progress/kendo-angular-intl": "19.2.0
|
48
|
-
"@progress/kendo-angular-l10n": "19.2.0
|
49
|
-
"@progress/kendo-angular-label": "19.2.0
|
50
|
-
"@progress/kendo-angular-pager": "19.2.0
|
51
|
-
"@progress/kendo-angular-pdf-export": "19.2.0
|
52
|
-
"@progress/kendo-angular-popup": "19.2.0
|
53
|
-
"@progress/kendo-angular-toolbar": "19.2.0
|
54
|
-
"@progress/kendo-angular-utils": "19.2.0
|
40
|
+
"@progress/kendo-angular-buttons": "19.2.0",
|
41
|
+
"@progress/kendo-angular-common": "19.2.0",
|
42
|
+
"@progress/kendo-angular-dateinputs": "19.2.0",
|
43
|
+
"@progress/kendo-angular-dropdowns": "19.2.0",
|
44
|
+
"@progress/kendo-angular-excel-export": "19.2.0",
|
45
|
+
"@progress/kendo-angular-icons": "19.2.0",
|
46
|
+
"@progress/kendo-angular-inputs": "19.2.0",
|
47
|
+
"@progress/kendo-angular-intl": "19.2.0",
|
48
|
+
"@progress/kendo-angular-l10n": "19.2.0",
|
49
|
+
"@progress/kendo-angular-label": "19.2.0",
|
50
|
+
"@progress/kendo-angular-pager": "19.2.0",
|
51
|
+
"@progress/kendo-angular-pdf-export": "19.2.0",
|
52
|
+
"@progress/kendo-angular-popup": "19.2.0",
|
53
|
+
"@progress/kendo-angular-toolbar": "19.2.0",
|
54
|
+
"@progress/kendo-angular-utils": "19.2.0",
|
55
55
|
"rxjs": "^6.5.3 || ^7.0.0"
|
56
56
|
},
|
57
57
|
"dependencies": {
|
58
58
|
"tslib": "^2.3.1",
|
59
|
-
"@progress/kendo-angular-schematics": "19.2.0
|
59
|
+
"@progress/kendo-angular-schematics": "19.2.0",
|
60
60
|
"@progress/kendo-common": "^1.0.1",
|
61
61
|
"@progress/kendo-file-saver": "^1.0.0"
|
62
62
|
},
|
@@ -4,13 +4,13 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
4
4
|
function default_1(options) {
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeListModule', package: 'treelist', peerDependencies: {
|
6
6
|
// peer dep of the dropdowns
|
7
|
-
'@progress/kendo-angular-treeview': '19.2.0
|
7
|
+
'@progress/kendo-angular-treeview': '19.2.0',
|
8
8
|
// peer dependency of kendo-angular-inputs
|
9
|
-
'@progress/kendo-angular-dialog': '19.2.0
|
9
|
+
'@progress/kendo-angular-dialog': '19.2.0',
|
10
10
|
// peer dependency of kendo-angular-icons
|
11
11
|
'@progress/kendo-svg-icons': '^4.0.0',
|
12
12
|
// peer dependency of kendo-angular-dateinputs
|
13
|
-
'@progress/kendo-angular-navigation': '19.2.0
|
13
|
+
'@progress/kendo-angular-navigation': '19.2.0',
|
14
14
|
} });
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
16
16
|
}
|