@progress/kendo-angular-treelist 19.2.0-develop.9 → 19.2.1-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.
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 library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
8
- > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
- > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
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. [See example](slug:columnmenu_treelist#customizing-the-content).
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. [See example](slug:columnmenu_treelist#customizing-the-content).
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: 1751035961,
14
- version: '19.2.0-develop.9',
13
+ publishDate: 1751466910,
14
+ version: '19.2.1-develop.1',
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: 1751035961,
53
- version: '19.2.0-develop.9',
52
+ publishDate: 1751466910,
53
+ version: '19.2.1-develop.1',
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. [See example](slug:columnmenu_treelist#customizing-the-content).
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-develop.9",
3
+ "version": "19.2.1-develop.1",
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": 1751035961,
27
+ "publishDate": 1751466910,
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-develop.9",
41
- "@progress/kendo-angular-common": "19.2.0-develop.9",
42
- "@progress/kendo-angular-dateinputs": "19.2.0-develop.9",
43
- "@progress/kendo-angular-dropdowns": "19.2.0-develop.9",
44
- "@progress/kendo-angular-excel-export": "19.2.0-develop.9",
45
- "@progress/kendo-angular-icons": "19.2.0-develop.9",
46
- "@progress/kendo-angular-inputs": "19.2.0-develop.9",
47
- "@progress/kendo-angular-intl": "19.2.0-develop.9",
48
- "@progress/kendo-angular-l10n": "19.2.0-develop.9",
49
- "@progress/kendo-angular-label": "19.2.0-develop.9",
50
- "@progress/kendo-angular-pager": "19.2.0-develop.9",
51
- "@progress/kendo-angular-pdf-export": "19.2.0-develop.9",
52
- "@progress/kendo-angular-popup": "19.2.0-develop.9",
53
- "@progress/kendo-angular-toolbar": "19.2.0-develop.9",
54
- "@progress/kendo-angular-utils": "19.2.0-develop.9",
40
+ "@progress/kendo-angular-buttons": "19.2.1-develop.1",
41
+ "@progress/kendo-angular-common": "19.2.1-develop.1",
42
+ "@progress/kendo-angular-dateinputs": "19.2.1-develop.1",
43
+ "@progress/kendo-angular-dropdowns": "19.2.1-develop.1",
44
+ "@progress/kendo-angular-excel-export": "19.2.1-develop.1",
45
+ "@progress/kendo-angular-icons": "19.2.1-develop.1",
46
+ "@progress/kendo-angular-inputs": "19.2.1-develop.1",
47
+ "@progress/kendo-angular-intl": "19.2.1-develop.1",
48
+ "@progress/kendo-angular-l10n": "19.2.1-develop.1",
49
+ "@progress/kendo-angular-label": "19.2.1-develop.1",
50
+ "@progress/kendo-angular-pager": "19.2.1-develop.1",
51
+ "@progress/kendo-angular-pdf-export": "19.2.1-develop.1",
52
+ "@progress/kendo-angular-popup": "19.2.1-develop.1",
53
+ "@progress/kendo-angular-toolbar": "19.2.1-develop.1",
54
+ "@progress/kendo-angular-utils": "19.2.1-develop.1",
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-develop.9",
59
+ "@progress/kendo-angular-schematics": "19.2.1-develop.1",
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-develop.9',
7
+ '@progress/kendo-angular-treeview': '19.2.1-develop.1',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '19.2.0-develop.9',
9
+ '@progress/kendo-angular-dialog': '19.2.1-develop.1',
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-develop.9',
13
+ '@progress/kendo-angular-navigation': '19.2.1-develop.1',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }