@progress/kendo-angular-treelist 11.2.0-develop.11 → 11.2.0-develop.12

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.
@@ -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: 1675863288,
13
- version: '11.2.0-develop.11',
12
+ publishDate: 1675864891,
13
+ version: '11.2.0-develop.12',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -107,6 +107,12 @@ export class TableBodyComponent {
107
107
  }
108
108
  return column.leafIndex;
109
109
  }
110
+ cellExpandable(item, column) {
111
+ if (!column.expandable || !item.hasChildren) {
112
+ return false;
113
+ }
114
+ return true;
115
+ }
110
116
  ariaExpanded(item, column) {
111
117
  if (!column.expandable || !item.hasChildren) {
112
118
  return;
@@ -361,7 +367,7 @@ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
361
367
  [column]="column"
362
368
  [colIndex]="columnIndex"
363
369
  [colSpan]="column.colspan"
364
- [expandable]="$any(column).expandable"
370
+ [expandable]="cellExpandable(item, column)"
365
371
  role="gridcell"
366
372
  [attr.aria-expanded]="ariaExpanded(item, column)"
367
373
  [attr.aria-selected]="ariaSelected(item, column, lockedColumnsCount + columnIndex)"
@@ -460,7 +466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
460
466
  [column]="column"
461
467
  [colIndex]="columnIndex"
462
468
  [colSpan]="column.colspan"
463
- [expandable]="$any(column).expandable"
469
+ [expandable]="cellExpandable(item, column)"
464
470
  role="gridcell"
465
471
  [attr.aria-expanded]="ariaExpanded(item, column)"
466
472
  [attr.aria-selected]="ariaSelected(item, column, lockedColumnsCount + columnIndex)"
@@ -46,8 +46,8 @@ const packageMetadata = {
46
46
  name: '@progress/kendo-angular-treelist',
47
47
  productName: 'Kendo UI for Angular',
48
48
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
49
- publishDate: 1675863288,
50
- version: '11.2.0-develop.11',
49
+ publishDate: 1675864891,
50
+ version: '11.2.0-develop.12',
51
51
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
52
52
  };
53
53
 
@@ -10919,6 +10919,12 @@ class TableBodyComponent {
10919
10919
  }
10920
10920
  return column.leafIndex;
10921
10921
  }
10922
+ cellExpandable(item, column) {
10923
+ if (!column.expandable || !item.hasChildren) {
10924
+ return false;
10925
+ }
10926
+ return true;
10927
+ }
10922
10928
  ariaExpanded(item, column) {
10923
10929
  if (!column.expandable || !item.hasChildren) {
10924
10930
  return;
@@ -11173,7 +11179,7 @@ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
11173
11179
  [column]="column"
11174
11180
  [colIndex]="columnIndex"
11175
11181
  [colSpan]="column.colspan"
11176
- [expandable]="$any(column).expandable"
11182
+ [expandable]="cellExpandable(item, column)"
11177
11183
  role="gridcell"
11178
11184
  [attr.aria-expanded]="ariaExpanded(item, column)"
11179
11185
  [attr.aria-selected]="ariaSelected(item, column, lockedColumnsCount + columnIndex)"
@@ -11272,7 +11278,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
11272
11278
  [column]="column"
11273
11279
  [colIndex]="columnIndex"
11274
11280
  [colSpan]="column.colspan"
11275
- [expandable]="$any(column).expandable"
11281
+ [expandable]="cellExpandable(item, column)"
11276
11282
  role="gridcell"
11277
11283
  [attr.aria-expanded]="ariaExpanded(item, column)"
11278
11284
  [attr.aria-selected]="ariaSelected(item, column, lockedColumnsCount + columnIndex)"
@@ -46,8 +46,8 @@ const packageMetadata = {
46
46
  name: '@progress/kendo-angular-treelist',
47
47
  productName: 'Kendo UI for Angular',
48
48
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
49
- publishDate: 1675863288,
50
- version: '11.2.0-develop.11',
49
+ publishDate: 1675864891,
50
+ version: '11.2.0-develop.12',
51
51
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
52
52
  };
53
53
 
@@ -10876,6 +10876,12 @@ class TableBodyComponent {
10876
10876
  }
10877
10877
  return column.leafIndex;
10878
10878
  }
10879
+ cellExpandable(item, column) {
10880
+ if (!column.expandable || !item.hasChildren) {
10881
+ return false;
10882
+ }
10883
+ return true;
10884
+ }
10879
10885
  ariaExpanded(item, column) {
10880
10886
  if (!column.expandable || !item.hasChildren) {
10881
10887
  return;
@@ -11130,7 +11136,7 @@ TableBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ver
11130
11136
  [column]="column"
11131
11137
  [colIndex]="columnIndex"
11132
11138
  [colSpan]="column.colspan"
11133
- [expandable]="$any(column).expandable"
11139
+ [expandable]="cellExpandable(item, column)"
11134
11140
  role="gridcell"
11135
11141
  [attr.aria-expanded]="ariaExpanded(item, column)"
11136
11142
  [attr.aria-selected]="ariaSelected(item, column, lockedColumnsCount + columnIndex)"
@@ -11229,7 +11235,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
11229
11235
  [column]="column"
11230
11236
  [colIndex]="columnIndex"
11231
11237
  [colSpan]="column.colspan"
11232
- [expandable]="$any(column).expandable"
11238
+ [expandable]="cellExpandable(item, column)"
11233
11239
  role="gridcell"
11234
11240
  [attr.aria-expanded]="ariaExpanded(item, column)"
11235
11241
  [attr.aria-selected]="ariaSelected(item, column, lockedColumnsCount + columnIndex)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treelist",
3
- "version": "11.2.0-develop.11",
3
+ "version": "11.2.0-develop.12",
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",
@@ -30,24 +30,24 @@
30
30
  "@progress/kendo-data-query": "^1.0.0",
31
31
  "@progress/kendo-drawing": "^1.17.2",
32
32
  "@progress/kendo-licensing": "^1.0.2",
33
- "@progress/kendo-angular-buttons": "11.2.0-develop.11",
34
- "@progress/kendo-angular-common": "11.2.0-develop.11",
35
- "@progress/kendo-angular-dateinputs": "11.2.0-develop.11",
36
- "@progress/kendo-angular-dropdowns": "11.2.0-develop.11",
37
- "@progress/kendo-angular-excel-export": "11.2.0-develop.11",
38
- "@progress/kendo-angular-icons": "11.2.0-develop.11",
39
- "@progress/kendo-angular-inputs": "11.2.0-develop.11",
40
- "@progress/kendo-angular-intl": "11.2.0-develop.11",
41
- "@progress/kendo-angular-l10n": "11.2.0-develop.11",
42
- "@progress/kendo-angular-label": "11.2.0-develop.11",
43
- "@progress/kendo-angular-pdf-export": "11.2.0-develop.11",
44
- "@progress/kendo-angular-popup": "11.2.0-develop.11",
33
+ "@progress/kendo-angular-buttons": "11.2.0-develop.12",
34
+ "@progress/kendo-angular-common": "11.2.0-develop.12",
35
+ "@progress/kendo-angular-dateinputs": "11.2.0-develop.12",
36
+ "@progress/kendo-angular-dropdowns": "11.2.0-develop.12",
37
+ "@progress/kendo-angular-excel-export": "11.2.0-develop.12",
38
+ "@progress/kendo-angular-icons": "11.2.0-develop.12",
39
+ "@progress/kendo-angular-inputs": "11.2.0-develop.12",
40
+ "@progress/kendo-angular-intl": "11.2.0-develop.12",
41
+ "@progress/kendo-angular-l10n": "11.2.0-develop.12",
42
+ "@progress/kendo-angular-label": "11.2.0-develop.12",
43
+ "@progress/kendo-angular-pdf-export": "11.2.0-develop.12",
44
+ "@progress/kendo-angular-popup": "11.2.0-develop.12",
45
45
  "rxjs": "^6.5.3 || ^7.0.0",
46
- "@progress/kendo-angular-listview": "11.2.0-develop.11"
46
+ "@progress/kendo-angular-listview": "11.2.0-develop.12"
47
47
  },
48
48
  "dependencies": {
49
49
  "tslib": "^2.3.1",
50
- "@progress/kendo-angular-schematics": "11.2.0-develop.11",
50
+ "@progress/kendo-angular-schematics": "11.2.0-develop.12",
51
51
  "@progress/kendo-common": "^0.2.0",
52
52
  "@progress/kendo-file-saver": "^1.0.0"
53
53
  },
@@ -64,6 +64,7 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges
64
64
  }): void;
65
65
  addRowLogicalIndex(): number;
66
66
  logicalColIndex(column: any): number;
67
+ cellExpandable(item: any, column: any): any;
67
68
  ariaExpanded(item: any, column: any): any;
68
69
  ariaSelected(item: any, column: any, columnIndex: number): any;
69
70
  ngOnInit(): void;
@@ -4,9 +4,9 @@ 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': '11.2.0-develop.11',
7
+ '@progress/kendo-angular-treeview': '11.2.0-develop.12',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '11.2.0-develop.11',
9
+ '@progress/kendo-angular-dialog': '11.2.0-develop.12',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0'
12
12
  } });