@progress/kendo-angular-treelist 13.2.0 → 13.2.1-develop.10

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.
@@ -16,6 +16,7 @@ import { NavigationService } from '../navigation/navigation.service';
16
16
  import { TreeListItem } from '../data/treelist-item.interface';
17
17
  import { ExpandStateService } from '../expand-state/expand-state.service';
18
18
  import { SelectionService } from '../selection/selection.service';
19
+ import { ColumnsContainer } from '../columns/columns-container';
19
20
  import * as i0 from "@angular/core";
20
21
  /**
21
22
  * @hidden
@@ -46,6 +47,7 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges
46
47
  virtualColumns: boolean;
47
48
  expandIcons: boolean;
48
49
  trackBy: TrackByFunction<TreeListItem>;
50
+ totalColumns: ColumnsContainer;
49
51
  private clickSubscription;
50
52
  private l10nSubscription;
51
53
  private cellKeydownSubscription;
@@ -54,7 +56,7 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges
54
56
  rowClass: RowClassFn;
55
57
  constructor(changeNotification: ChangeNotificationService, editService: EditService, localization: LocalizationService, ngZone: NgZone, renderer: Renderer2, element: ElementRef, domEvents: DomEventsService, columnInfoService: ColumnInfoService, navigationService: NavigationService, expandState: ExpandStateService, selection: SelectionService);
56
58
  get newDataItem(): any;
57
- get unlockedColumnsCount(): number;
59
+ unlockedColumnsCount(item?: any): number;
58
60
  get hasData(): boolean;
59
61
  isOdd(item: any): boolean;
60
62
  trackByWrapper(index: number, item: TreeListItem): any;
@@ -66,6 +68,7 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges
66
68
  logicalColIndex(column: any): number;
67
69
  cellExpandable(item: any, column: any): any;
68
70
  ariaRowExpanded(item: any): boolean;
71
+ ariaRowSelected(item: any): boolean;
69
72
  ariaExpanded(item: any, column: any): any;
70
73
  ariaSelected(item: any, column: any, columnIndex: number): any;
71
74
  ngOnInit(): void;
@@ -92,5 +95,5 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges
92
95
  private checkboxClick;
93
96
  private rowItem;
94
97
  static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyComponent, never>;
95
- static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoTreeListTableBody]", never, { "columns": "columns"; "allColumns": "allColumns"; "noRecordsTemplate": "noRecordsTemplate"; "view": "view"; "skip": "skip"; "filterable": "filterable"; "noRecordsText": "noRecordsText"; "isLocked": "isLocked"; "lockedColumnsCount": "lockedColumnsCount"; "totalColumnsCount": "totalColumnsCount"; "virtualColumns": "virtualColumns"; "expandIcons": "expandIcons"; "trackBy": "trackBy"; "rowClass": "rowClass"; }, {}, never, never>;
98
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoTreeListTableBody]", never, { "columns": "columns"; "allColumns": "allColumns"; "noRecordsTemplate": "noRecordsTemplate"; "view": "view"; "skip": "skip"; "filterable": "filterable"; "noRecordsText": "noRecordsText"; "isLocked": "isLocked"; "lockedColumnsCount": "lockedColumnsCount"; "totalColumnsCount": "totalColumnsCount"; "virtualColumns": "virtualColumns"; "expandIcons": "expandIcons"; "trackBy": "trackBy"; "totalColumns": "totalColumns"; "rowClass": "rowClass"; }, {}, never, never>;
96
99
  }
@@ -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': '13.2.0',
7
+ '@progress/kendo-angular-treeview': '13.2.1-develop.10',
8
8
  // peer dependency of kendo-angular-inputs
9
- '@progress/kendo-angular-dialog': '13.2.0',
9
+ '@progress/kendo-angular-dialog': '13.2.1-develop.10',
10
10
  // peer dependency of kendo-angular-icons
11
11
  '@progress/kendo-svg-icons': '^1.0.0',
12
12
  // peer dependency of kendo-angular-dateinputs
13
- '@progress/kendo-angular-navigation': '13.2.0',
13
+ '@progress/kendo-angular-navigation': '13.2.1-develop.10',
14
14
  } });
15
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
16
16
  }