@progress/kendo-angular-treelist 22.1.0-develop.9 → 23.0.0-develop.2
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/binding-directives/flat-binding.directive.d.ts +2 -2
- package/binding-directives/hierarchy-binding.directive.d.ts +2 -2
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-autosize-all.component.d.ts +3 -3
- package/column-menu/column-menu-autosize.component.d.ts +3 -3
- package/column-menu/column-menu-chooser.component.d.ts +3 -3
- package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +2 -2
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +4 -4
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +2 -2
- package/column-menu/column-menu-settings.interface.d.ts +3 -3
- package/column-menu/column-menu-sort.component.d.ts +2 -2
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +3 -3
- package/column-menu/column-menu.service.d.ts +1 -1
- package/column-resizing/column-resize.interface.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +17 -10
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +2 -2
- package/columns/command-column.component.d.ts +5 -5
- package/columns/span-column.component.d.ts +2 -2
- package/common/pager-settings.d.ts +1 -1
- package/common/single-popup.service.d.ts +1 -1
- package/data/change-event-args.interface.d.ts +2 -2
- package/data/data.collection.d.ts +1 -1
- package/data/treelist-item.interface.d.ts +1 -1
- package/dragdrop/column-reorder-config.d.ts +1 -1
- package/editing/add-command-tool.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +2 -2
- package/editing/cancel-command.directive.d.ts +2 -2
- package/editing/cancel-event-args.interface.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +2 -2
- package/editing/edit-event-args.interface.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +2 -2
- package/editing/remove-event-args.interface.d.ts +1 -1
- package/editing/save-command.directive.d.ts +2 -2
- package/editing/save-event-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/excel/excel-command-tool.directive.d.ts +1 -1
- package/excel/excel-command.directive.d.ts +2 -2
- package/excel/excel-export-data.interface.d.ts +1 -1
- package/excel/excel-export-event.d.ts +1 -1
- package/excel/excel.component.d.ts +4 -4
- package/expand-state/expand-event.d.ts +1 -1
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-treelist.mjs +499 -390
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter.service.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +5 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/after-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-filter-operator.component.d.ts +2 -2
- package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
- package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
- package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/messages.d.ts +7 -7
- package/navigation/focus-group.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/navigation.service.d.ts +6 -2
- package/package-metadata.mjs +2 -2
- package/package.json +20 -20
- package/pdf/pdf-command-tool.directive.d.ts +2 -2
- package/pdf/pdf-command.directive.d.ts +3 -3
- package/pdf/pdf-margin.interface.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/common/row-class.d.ts +2 -2
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/footer-template.directive.d.ts +2 -2
- package/rendering/header/header-template.directive.d.ts +3 -3
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +2 -2
- package/schematics/ngAdd/index.js +3 -3
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/scrolling/scroll-bottom-event.d.ts +1 -1
- package/scrolling/scrollmode.d.ts +1 -1
- package/selection/is-selected.d.ts +1 -1
- package/selection/selectable-settings.d.ts +5 -5
- package/selection/selectable.directive.d.ts +2 -2
- package/selection/selection-change-event.d.ts +1 -1
- package/treelist.component.d.ts +40 -40
package/treelist.component.d.ts
CHANGED
|
@@ -136,12 +136,12 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
136
136
|
ariaLabel: string;
|
|
137
137
|
/**
|
|
138
138
|
* Sets the data for the TreeList. When you provide an array, the TreeList gets the total count automatically
|
|
139
|
-
* ([more information and example](
|
|
139
|
+
* ([more information and example](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics)).
|
|
140
140
|
*/
|
|
141
141
|
set data(value: Array<any> | TreeListDataResult | Observable<any> | null | undefined);
|
|
142
142
|
get data(): Array<any> | TreeListDataResult | Observable<any> | null | undefined;
|
|
143
143
|
/**
|
|
144
|
-
* Sets the page size for the TreeList when [paging](
|
|
144
|
+
* Sets the page size for the TreeList when [paging](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics) is enabled.
|
|
145
145
|
*
|
|
146
146
|
* @default 10
|
|
147
147
|
*/
|
|
@@ -154,13 +154,13 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
154
154
|
height: number;
|
|
155
155
|
/**
|
|
156
156
|
* Sets the actual height of each TreeList row (`tr`) element in the DOM.
|
|
157
|
-
* The [virtual scrolling functionality](
|
|
157
|
+
* The [virtual scrolling functionality](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes) requires this setting.
|
|
158
158
|
* Set the `rowHeight` option to match the exact pixel height of the `tr` element in the DOM.
|
|
159
159
|
*/
|
|
160
160
|
rowHeight: number;
|
|
161
161
|
/**
|
|
162
162
|
* Sets the number of records that the pager skips.
|
|
163
|
-
* The [paging](
|
|
163
|
+
* The [paging](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics) functionality requires this setting.
|
|
164
164
|
*/
|
|
165
165
|
get skip(): number | null | undefined;
|
|
166
166
|
set skip(value: number | null | undefined);
|
|
@@ -171,7 +171,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
171
171
|
*/
|
|
172
172
|
scrollable: ScrollMode;
|
|
173
173
|
/**
|
|
174
|
-
* Sets the descriptors for sorting the data ([see example](
|
|
174
|
+
* Sets the descriptors for sorting the data ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics)).
|
|
175
175
|
*/
|
|
176
176
|
set sort(value: Array<SortDescriptor> | null | undefined);
|
|
177
177
|
get sort(): Array<SortDescriptor> | null | undefined;
|
|
@@ -183,7 +183,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
183
183
|
*/
|
|
184
184
|
trackBy: TrackByFunction<TreeListItem>;
|
|
185
185
|
/**
|
|
186
|
-
* Sets the descriptor for filtering the data ([see examples](
|
|
186
|
+
* Sets the descriptor for filtering the data ([see examples](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics)).
|
|
187
187
|
*/
|
|
188
188
|
filter: CompositeFilterDescriptor | null | undefined;
|
|
189
189
|
/**
|
|
@@ -216,19 +216,19 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
216
216
|
set showPagerItemsText(value: boolean);
|
|
217
217
|
get marqueeSelection(): boolean;
|
|
218
218
|
/**
|
|
219
|
-
* Enables the [filtering](
|
|
219
|
+
* Enables the [filtering](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/basics) of TreeList columns that have their `field` option set.
|
|
220
220
|
*
|
|
221
221
|
* @default false
|
|
222
222
|
*/
|
|
223
223
|
filterable: FilterableSettings;
|
|
224
224
|
/**
|
|
225
|
-
* Enables the [sorting](
|
|
225
|
+
* Enables the [sorting](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics) of TreeList columns that have their `field` option set.
|
|
226
226
|
*
|
|
227
227
|
* @default false
|
|
228
228
|
*/
|
|
229
229
|
sortable: SortSettings;
|
|
230
230
|
/**
|
|
231
|
-
* Configures the pager for the TreeList ([see example](
|
|
231
|
+
* Configures the pager for the TreeList ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics)).
|
|
232
232
|
*
|
|
233
233
|
* @default false
|
|
234
234
|
*/
|
|
@@ -245,7 +245,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
245
245
|
* Determines whether TreeList columns resize during initialization to fit their headers and row content.
|
|
246
246
|
* Columns with `autoSize` set to `false` are excluded.
|
|
247
247
|
* To dynamically update the column width to match new content,
|
|
248
|
-
* refer to [this example](
|
|
248
|
+
* refer to [this example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing).
|
|
249
249
|
*
|
|
250
250
|
* @default false
|
|
251
251
|
*/
|
|
@@ -265,26 +265,26 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
265
265
|
get activeRow(): NavigationRow;
|
|
266
266
|
/**
|
|
267
267
|
* When set to `true`, you can resize columns by dragging the edges (resize handles) of their header cells
|
|
268
|
-
* ([see example](
|
|
268
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing)).
|
|
269
269
|
*
|
|
270
270
|
* @default false
|
|
271
271
|
*/
|
|
272
272
|
resizable: boolean;
|
|
273
273
|
/**
|
|
274
274
|
* When set to `true`, you can reorder columns by dragging their header cells
|
|
275
|
-
* ([see example](
|
|
275
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/reordering)).
|
|
276
276
|
*
|
|
277
277
|
* @default false
|
|
278
278
|
*/
|
|
279
279
|
reorderable: boolean;
|
|
280
280
|
/**
|
|
281
|
-
* Determines whether the TreeList displays the loading indicator ([see example](
|
|
281
|
+
* Determines whether the TreeList displays the loading indicator ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/data-binding/basics)).
|
|
282
282
|
*
|
|
283
283
|
* @default false
|
|
284
284
|
*/
|
|
285
285
|
loading: boolean;
|
|
286
286
|
/**
|
|
287
|
-
* Determines whether the column menu of the columns displays ([see example](
|
|
287
|
+
* Determines whether the column menu of the columns displays ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/accessories/column-menu)).
|
|
288
288
|
*
|
|
289
289
|
* @default false
|
|
290
290
|
*/
|
|
@@ -292,7 +292,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
292
292
|
/**
|
|
293
293
|
* Determines whether the TreeList hides the header. The header is visible by default.
|
|
294
294
|
*
|
|
295
|
-
* The header includes column headers and the [filter row](
|
|
295
|
+
* The header includes column headers and the [filter row](https://www.telerik.com/kendo-angular-ui/components/treelist/filtering/filter-row).
|
|
296
296
|
*
|
|
297
297
|
* @default false
|
|
298
298
|
*/
|
|
@@ -312,7 +312,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
312
312
|
*/
|
|
313
313
|
set isSelected(value: IsSelectedFn);
|
|
314
314
|
/**
|
|
315
|
-
* Enables the [row reordering](
|
|
315
|
+
* Enables the [row reordering](https://www.telerik.com/kendo-angular-ui/components/treelist/row-reordering) of the TreeList.
|
|
316
316
|
*
|
|
317
317
|
* @default false
|
|
318
318
|
*/
|
|
@@ -328,12 +328,12 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
328
328
|
*/
|
|
329
329
|
filterChange: EventEmitter<CompositeFilterDescriptor>;
|
|
330
330
|
/**
|
|
331
|
-
* Fires when the page of the TreeList changes ([see example](
|
|
331
|
+
* Fires when the page of the TreeList changes ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/paging/basics)).
|
|
332
332
|
* You have to handle the event and page the data.
|
|
333
333
|
*/
|
|
334
334
|
pageChange: EventEmitter<PageChangeEvent>;
|
|
335
335
|
/**
|
|
336
|
-
* Fires when the sorting of the TreeList changes ([see example](
|
|
336
|
+
* Fires when the sorting of the TreeList changes ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/sorting/basics)).
|
|
337
337
|
* You have to handle the event and sort the data.
|
|
338
338
|
*/
|
|
339
339
|
sortChange: EventEmitter<Array<SortDescriptor>>;
|
|
@@ -343,35 +343,35 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
343
343
|
dataStateChange: EventEmitter<DataStateChangeEvent>;
|
|
344
344
|
/**
|
|
345
345
|
* Fires when you click the **Edit** command button to edit a row
|
|
346
|
-
* ([see example](
|
|
346
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#editing-records)).
|
|
347
347
|
*/
|
|
348
348
|
edit: EventEmitter<EditEvent>;
|
|
349
349
|
/**
|
|
350
350
|
* Fires when you click the **Cancel** command button to close a row
|
|
351
|
-
* ([see example](
|
|
351
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#cancelling-editing)).
|
|
352
352
|
*/
|
|
353
353
|
cancel: EventEmitter<CancelEvent>;
|
|
354
354
|
/**
|
|
355
355
|
* Fires when you click the **Save** command button to save changes in a row
|
|
356
|
-
* ([see example](
|
|
356
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#saving-records)).
|
|
357
357
|
*/
|
|
358
358
|
save: EventEmitter<SaveEvent>;
|
|
359
359
|
/**
|
|
360
360
|
* Fires when you click the **Remove** command button to remove a row
|
|
361
|
-
* ([see example](
|
|
361
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#removing-records)).
|
|
362
362
|
*/
|
|
363
363
|
remove: EventEmitter<RemoveEvent>;
|
|
364
364
|
/**
|
|
365
365
|
* Fires when you click the **Add** command button to add a new row
|
|
366
|
-
* ([see example](
|
|
366
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#adding-records)).
|
|
367
367
|
*/
|
|
368
368
|
add: EventEmitter<AddEvent>;
|
|
369
369
|
/**
|
|
370
|
-
* Fires when you leave an edited cell ([see example](
|
|
370
|
+
* Fires when you leave an edited cell ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-in-cell#basic-concepts)).
|
|
371
371
|
*/
|
|
372
372
|
cellClose: EventEmitter<CellCloseEvent>;
|
|
373
373
|
/**
|
|
374
|
-
* Fires when you click a cell ([see example](
|
|
374
|
+
* Fires when you click a cell ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/editing-in-cell#basic-concepts)).
|
|
375
375
|
*/
|
|
376
376
|
cellClick: EventEmitter<CellClickEvent>;
|
|
377
377
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
400
400
|
columnLockedChange: EventEmitter<ColumnLockedChangeEvent>;
|
|
401
401
|
/**
|
|
402
402
|
* Fires when you scroll to the last record on the page and enables endless scrolling
|
|
403
|
-
* ([see example](
|
|
403
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/scroll-modes#endless-scrolling)).
|
|
404
404
|
* You have to handle the event and page the data.
|
|
405
405
|
*/
|
|
406
406
|
scrollBottom: EventEmitter<ScrollBottomEvent>;
|
|
@@ -426,7 +426,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
426
426
|
expandStateChange: EventEmitter<ExpandEvent>;
|
|
427
427
|
/**
|
|
428
428
|
* Fires when you drop the dragged row and reordering occurs.
|
|
429
|
-
* Emits the [RowReorderEvent](
|
|
429
|
+
* Emits the [RowReorderEvent](https://www.telerik.com/kendo-angular-ui/components/treelist/api/rowreorderevent).
|
|
430
430
|
*/
|
|
431
431
|
rowReorder: EventEmitter<RowReorderEvent>;
|
|
432
432
|
/**
|
|
@@ -578,7 +578,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
578
578
|
*/
|
|
579
579
|
attachScrollSync(): void;
|
|
580
580
|
/**
|
|
581
|
-
* Switches the specified table row to edit mode ([see example](
|
|
581
|
+
* Switches the specified table row to edit mode ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#editing-records)).
|
|
582
582
|
*
|
|
583
583
|
* @param dataItem The data item that you will edit.
|
|
584
584
|
* @param group - The [`FormGroup`](link:site.data.urls.angular['formgroupapi'])
|
|
@@ -591,14 +591,14 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
591
591
|
[skipFocus: string]: boolean;
|
|
592
592
|
}): void;
|
|
593
593
|
/**
|
|
594
|
-
* Closes the editor for a given row ([see example](
|
|
594
|
+
* Closes the editor for a given row ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#cancelling-editing)).
|
|
595
595
|
*
|
|
596
596
|
* @param dataItem The data item that you will switch out of edit mode.
|
|
597
597
|
* @param isNew Determines whether the data item is new.
|
|
598
598
|
*/
|
|
599
599
|
closeRow(dataItem: any, isNew: boolean): void;
|
|
600
600
|
/**
|
|
601
|
-
* Creates a new row editor ([see example](
|
|
601
|
+
* Creates a new row editor ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/editing/template-forms#adding-records)).
|
|
602
602
|
*
|
|
603
603
|
* @param group The [`FormGroup`](link:site.data.urls.angular['formgroupapi']) that describes
|
|
604
604
|
* the edit form. If called with a data item, it builds the `FormGroup` from the data item fields.
|
|
@@ -615,10 +615,10 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
615
615
|
editCell(dataItem: any, column: number | string | any, group?: any): void;
|
|
616
616
|
/**
|
|
617
617
|
* Closes the current cell in edit mode and fires
|
|
618
|
-
* the [`cellClose`](
|
|
618
|
+
* the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cellclose) event.
|
|
619
619
|
*
|
|
620
620
|
* @return {boolean} A Boolean value that indicates whether the edited cell closed.
|
|
621
|
-
* A `false` value indicates that the [`cellClose`](
|
|
621
|
+
* A `false` value indicates that the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/treelist/api/treelistcomponent#cellclose) event was prevented.
|
|
622
622
|
*/
|
|
623
623
|
closeCell(): boolean;
|
|
624
624
|
/**
|
|
@@ -638,18 +638,18 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
638
638
|
*/
|
|
639
639
|
isEditingCell(): boolean;
|
|
640
640
|
/**
|
|
641
|
-
* Starts the PDF export ([see example](
|
|
641
|
+
* Starts the PDF export ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export)).
|
|
642
642
|
*/
|
|
643
643
|
saveAsPDF(): void;
|
|
644
644
|
/**
|
|
645
|
-
* Exports the TreeList element to a Drawing [`Group`](
|
|
646
|
-
* ([see example](
|
|
645
|
+
* Exports the TreeList element to a Drawing [`Group`](https://www.telerik.com/kendo-angular-ui/components/drawing/api/group) by using the `kendo-treelist-pdf` component options.
|
|
646
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/pdf-export#exporting-multiple-treelists-to-the-same-pdf)).
|
|
647
647
|
*
|
|
648
648
|
* @return {Promise} A promise that resolves with the Drawing `Group`.
|
|
649
649
|
*/
|
|
650
650
|
drawPDF(): Promise<any>;
|
|
651
651
|
/**
|
|
652
|
-
* Starts the Excel export ([see example](
|
|
652
|
+
* Starts the Excel export ([see example](https://www.telerik.com/kendo-angular-ui/components/treelist/export/excel-export)).
|
|
653
653
|
*/
|
|
654
654
|
saveAsExcel(): void;
|
|
655
655
|
/**
|
|
@@ -657,7 +657,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
657
657
|
* so that the whole text fits without wrapping. This method expects the TreeList
|
|
658
658
|
* to be resizable (set `resizable` to `true`).
|
|
659
659
|
* Execute this method only
|
|
660
|
-
* after the TreeList is already populated with data. [See example](
|
|
660
|
+
* after the TreeList is already populated with data. [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing#auto-fitting-the-content).
|
|
661
661
|
*/
|
|
662
662
|
autoFitColumn(column: ColumnBase): void;
|
|
663
663
|
/**
|
|
@@ -665,7 +665,7 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
665
665
|
* If you do not specify columns, `autoFitColumns` applies to all columns.
|
|
666
666
|
*
|
|
667
667
|
* This method requires the TreeList to be resizable (set `resizable` to `true`).
|
|
668
|
-
* [See example](
|
|
668
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/treelist/columns/resizing#auto-fitting-the-content).
|
|
669
669
|
*/
|
|
670
670
|
autoFitColumns(columns?: Array<ColumnBase> | QueryList<ColumnBase>): void;
|
|
671
671
|
/**
|
|
@@ -752,8 +752,8 @@ export declare class TreeListComponent implements AfterContentInit, AfterViewIni
|
|
|
752
752
|
* Updates the state of the current view without reloading the data.
|
|
753
753
|
*
|
|
754
754
|
* Checks all currently rendered items for changes and
|
|
755
|
-
* triggers re-evaluation of the [isExpanded](#
|
|
756
|
-
* [isSelected](#
|
|
755
|
+
* triggers re-evaluation of the [isExpanded](#isexpanded) and
|
|
756
|
+
* [isSelected](#isSelected) callbacks.
|
|
757
757
|
*/
|
|
758
758
|
updateView(): void;
|
|
759
759
|
/**
|