@progress/kendo-angular-treelist 16.1.0-develop.1 → 16.1.0-develop.3

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.
@@ -123,7 +123,7 @@ export declare class ColumnBase implements OnChanges {
123
123
  /**
124
124
  * Sets the custom styles for the table cells (excluding the footer and header ones) of the column. Under the hood,
125
125
  * to apply the property, the `style` option uses the
126
- * [NgStyle](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist).
126
+ * [NgStyle](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist_columns).
127
127
  */
128
128
  style: {
129
129
  [key: string]: string;
@@ -131,7 +131,7 @@ export declare class ColumnBase implements OnChanges {
131
131
  /**
132
132
  * Sets the custom styles for the header cell of the column. Under the hood, to apply the property,
133
133
  * the `headerStyle` option uses the
134
- * [NgStyle](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist).
134
+ * [NgStyle](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist_columns).
135
135
  */
136
136
  headerStyle: {
137
137
  [key: string]: string;
@@ -139,7 +139,7 @@ export declare class ColumnBase implements OnChanges {
139
139
  /**
140
140
  * Sets the custom styles for the footer cell of the column. Under the hood, to apply the property,
141
141
  * the `footerStyle` option uses the
142
- * [NgStyle](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist).
142
+ * [NgStyle](link:site.data.urls.angular['ngstyleapi']) directive. [See example](slug:styling_treelist_columns).
143
143
  */
144
144
  footerStyle: {
145
145
  [key: string]: string;
@@ -156,7 +156,7 @@ export declare class ColumnBase implements OnChanges {
156
156
  /**
157
157
  * Sets the custom CSS classes to the column header cell. Under the hood, to apply the property,
158
158
  * the `headerClass` option uses the
159
- * [NgClass](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_treelist).
159
+ * [NgClass](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_treelist_columns).
160
160
  */
161
161
  headerClass: string | string[] | Set<string> | {
162
162
  [key: string]: any;
@@ -164,7 +164,7 @@ export declare class ColumnBase implements OnChanges {
164
164
  /**
165
165
  * Sets the custom CSS classes to the column footer cell. Under the hood, to apply the property,
166
166
  * the `footerClass` option uses the
167
- * [NgClass](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_treelist).
167
+ * [NgClass](link:site.data.urls.angular['ngclassapi']) directive. [See example](slug:styling_treelist_columns).
168
168
  */
169
169
  footerClass: string | string[] | Set<string> | {
170
170
  [key: string]: any;
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-treelist',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1715948526,
13
- version: '16.1.0-develop.1',
12
+ publishDate: 1716479255,
13
+ version: '16.1.0-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-treelist',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1715948526,
52
- version: '16.1.0-develop.1',
51
+ publishDate: 1716479255,
52
+ version: '16.1.0-develop.3',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
@@ -48,8 +48,8 @@ const packageMetadata = {
48
48
  name: '@progress/kendo-angular-treelist',
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
51
- publishDate: 1715948526,
52
- version: '16.1.0-develop.1',
51
+ publishDate: 1716479255,
52
+ version: '16.1.0-develop.3',
53
53
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
54
54
  };
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "16.1.0-develop.1",
3
+ "version": "16.1.0-develop.3",
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",
@@ -23,32 +23,32 @@
23
23
  "friendlyName": "TreeList"
24
24
  },
25
25
  "peerDependencies": {
26
- "@angular/animations": "15 - 17",
27
- "@angular/common": "15 - 17",
28
- "@angular/core": "15 - 17",
29
- "@angular/forms": "15 - 17",
30
- "@angular/platform-browser": "15 - 17",
26
+ "@angular/animations": "15 - 18",
27
+ "@angular/common": "15 - 18",
28
+ "@angular/core": "15 - 18",
29
+ "@angular/forms": "15 - 18",
30
+ "@angular/platform-browser": "15 - 18",
31
31
  "@progress/kendo-data-query": "^1.0.0",
32
32
  "@progress/kendo-drawing": "^1.19.0",
33
33
  "@progress/kendo-licensing": "^1.0.2",
34
- "@progress/kendo-angular-buttons": "16.1.0-develop.1",
35
- "@progress/kendo-angular-common": "16.1.0-develop.1",
36
- "@progress/kendo-angular-dateinputs": "16.1.0-develop.1",
37
- "@progress/kendo-angular-dropdowns": "16.1.0-develop.1",
38
- "@progress/kendo-angular-excel-export": "16.1.0-develop.1",
39
- "@progress/kendo-angular-icons": "16.1.0-develop.1",
40
- "@progress/kendo-angular-inputs": "16.1.0-develop.1",
41
- "@progress/kendo-angular-intl": "16.1.0-develop.1",
42
- "@progress/kendo-angular-l10n": "16.1.0-develop.1",
43
- "@progress/kendo-angular-label": "16.1.0-develop.1",
44
- "@progress/kendo-angular-pdf-export": "16.1.0-develop.1",
45
- "@progress/kendo-angular-popup": "16.1.0-develop.1",
46
- "@progress/kendo-angular-utils": "16.1.0-develop.1",
34
+ "@progress/kendo-angular-buttons": "16.1.0-develop.3",
35
+ "@progress/kendo-angular-common": "16.1.0-develop.3",
36
+ "@progress/kendo-angular-dateinputs": "16.1.0-develop.3",
37
+ "@progress/kendo-angular-dropdowns": "16.1.0-develop.3",
38
+ "@progress/kendo-angular-excel-export": "16.1.0-develop.3",
39
+ "@progress/kendo-angular-icons": "16.1.0-develop.3",
40
+ "@progress/kendo-angular-inputs": "16.1.0-develop.3",
41
+ "@progress/kendo-angular-intl": "16.1.0-develop.3",
42
+ "@progress/kendo-angular-l10n": "16.1.0-develop.3",
43
+ "@progress/kendo-angular-label": "16.1.0-develop.3",
44
+ "@progress/kendo-angular-pdf-export": "16.1.0-develop.3",
45
+ "@progress/kendo-angular-popup": "16.1.0-develop.3",
46
+ "@progress/kendo-angular-utils": "16.1.0-develop.3",
47
47
  "rxjs": "^6.5.3 || ^7.0.0"
48
48
  },
49
49
  "dependencies": {
50
50
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "16.1.0-develop.1",
51
+ "@progress/kendo-angular-schematics": "16.1.0-develop.3",
52
52
  "@progress/kendo-common": "^0.2.0",
53
53
  "@progress/kendo-file-saver": "^1.0.0"
54
54
  },
@@ -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': '16.1.0-develop.1',
7
+ '@progress/kendo-angular-treeview': '16.1.0-develop.3',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '16.1.0-develop.1',
9
+ '@progress/kendo-angular-dialog': '16.1.0-develop.3',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^3.0.0',
12
12
  // peer dependency of kendo-angular-dateinputs
13
- '@progress/kendo-angular-navigation': '16.1.0-develop.1',
13
+ '@progress/kendo-angular-navigation': '16.1.0-develop.3',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }