@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.
Files changed (113) hide show
  1. package/binding-directives/flat-binding.directive.d.ts +2 -2
  2. package/binding-directives/hierarchy-binding.directive.d.ts +2 -2
  3. package/column-menu/column-chooser.component.d.ts +1 -1
  4. package/column-menu/column-menu-autosize-all.component.d.ts +3 -3
  5. package/column-menu/column-menu-autosize.component.d.ts +3 -3
  6. package/column-menu/column-menu-chooser.component.d.ts +3 -3
  7. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  8. package/column-menu/column-menu-filter.component.d.ts +2 -2
  9. package/column-menu/column-menu-item-base.d.ts +1 -1
  10. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  11. package/column-menu/column-menu-item.component.d.ts +4 -4
  12. package/column-menu/column-menu-item.directive.d.ts +1 -1
  13. package/column-menu/column-menu-lock.component.d.ts +2 -2
  14. package/column-menu/column-menu-settings.interface.d.ts +3 -3
  15. package/column-menu/column-menu-sort.component.d.ts +2 -2
  16. package/column-menu/column-menu-template.directive.d.ts +1 -1
  17. package/column-menu/column-menu.component.d.ts +3 -3
  18. package/column-menu/column-menu.service.d.ts +1 -1
  19. package/column-resizing/column-resize.interface.d.ts +1 -1
  20. package/columns/checkbox-column.component.d.ts +1 -1
  21. package/columns/column-base.d.ts +17 -10
  22. package/columns/column-group.component.d.ts +1 -1
  23. package/columns/column.component.d.ts +2 -2
  24. package/columns/command-column.component.d.ts +5 -5
  25. package/columns/span-column.component.d.ts +2 -2
  26. package/common/pager-settings.d.ts +1 -1
  27. package/common/single-popup.service.d.ts +1 -1
  28. package/data/change-event-args.interface.d.ts +2 -2
  29. package/data/data.collection.d.ts +1 -1
  30. package/data/treelist-item.interface.d.ts +1 -1
  31. package/dragdrop/column-reorder-config.d.ts +1 -1
  32. package/editing/add-command-tool.directive.d.ts +1 -1
  33. package/editing/add-command.directive.d.ts +2 -2
  34. package/editing/cancel-command.directive.d.ts +2 -2
  35. package/editing/cancel-event-args.interface.d.ts +1 -1
  36. package/editing/edit-command.directive.d.ts +2 -2
  37. package/editing/edit-event-args.interface.d.ts +1 -1
  38. package/editing/edit-template.directive.d.ts +1 -1
  39. package/editing/remove-command.directive.d.ts +2 -2
  40. package/editing/remove-event-args.interface.d.ts +1 -1
  41. package/editing/save-command.directive.d.ts +2 -2
  42. package/editing/save-event-args.interface.d.ts +1 -1
  43. package/editing-directives/edit-service.interface.d.ts +1 -1
  44. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  45. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  46. package/editing-directives/template-editing.directive.d.ts +1 -1
  47. package/excel/excel-command-tool.directive.d.ts +1 -1
  48. package/excel/excel-command.directive.d.ts +2 -2
  49. package/excel/excel-export-data.interface.d.ts +1 -1
  50. package/excel/excel-export-event.d.ts +1 -1
  51. package/excel/excel.component.d.ts +4 -4
  52. package/expand-state/expand-event.d.ts +1 -1
  53. package/expand-state/expandable.directive.d.ts +1 -1
  54. package/fesm2022/progress-kendo-angular-treelist.mjs +499 -390
  55. package/filtering/base-filter-cell.component.d.ts +1 -1
  56. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  57. package/filtering/cell/date-filter-cell.component.d.ts +1 -1
  58. package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
  59. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  60. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  61. package/filtering/date-filter.component.d.ts +1 -1
  62. package/filtering/filter.service.d.ts +1 -1
  63. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  64. package/filtering/menu/date-filter-menu.component.d.ts +1 -1
  65. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  66. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  67. package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
  68. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  69. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  70. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  71. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  72. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  73. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  74. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  75. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  76. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  77. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  78. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  79. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  80. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  81. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  82. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  83. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  84. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  85. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  86. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  87. package/localization/custom-messages.component.d.ts +1 -1
  88. package/localization/messages.d.ts +7 -7
  89. package/navigation/focus-group.d.ts +1 -1
  90. package/navigation/focusable.directive.d.ts +1 -1
  91. package/navigation/navigation.service.d.ts +6 -2
  92. package/package-metadata.mjs +2 -2
  93. package/package.json +20 -20
  94. package/pdf/pdf-command-tool.directive.d.ts +2 -2
  95. package/pdf/pdf-command.directive.d.ts +3 -3
  96. package/pdf/pdf-margin.interface.d.ts +1 -1
  97. package/pdf/pdf.component.d.ts +1 -1
  98. package/rendering/cell-template.directive.d.ts +1 -1
  99. package/rendering/common/row-class.d.ts +2 -2
  100. package/rendering/common/spacer.component.d.ts +1 -1
  101. package/rendering/footer-template.directive.d.ts +2 -2
  102. package/rendering/header/header-template.directive.d.ts +3 -3
  103. package/rendering/no-records-template.directive.d.ts +1 -1
  104. package/rendering/toolbar/toolbar-template.directive.d.ts +2 -2
  105. package/schematics/ngAdd/index.js +3 -3
  106. package/scrolling/content-scroll-event.d.ts +1 -1
  107. package/scrolling/scroll-bottom-event.d.ts +1 -1
  108. package/scrolling/scrollmode.d.ts +1 -1
  109. package/selection/is-selected.d.ts +1 -1
  110. package/selection/selectable-settings.d.ts +5 -5
  111. package/selection/selectable.directive.d.ts +2 -2
  112. package/selection/selection-change-event.d.ts +1 -1
  113. package/treelist.component.d.ts +40 -40
@@ -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]({% slug databinding_treelist %})).
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]({% slug paging_treelist %}) is enabled.
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]({% slug scrollmmodes_treelist %}) requires this setting.
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]({% slug paging_treelist %}) functionality requires this setting.
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]({% slug sorting_treelist %})).
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]({% slug filtering_treelist %})).
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]({% slug filtering_treelist %}) of TreeList columns that have their `field` option set.
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]({% slug sorting_treelist %}) of TreeList columns that have their `field` option set.
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]({% slug paging_treelist %})).
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]({% slug resizing_columns_treelist %}).
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]({% slug resizing_columns_treelist %})).
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]({% slug reordering_columns_treelist %})).
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]({% slug databinding_treelist %})).
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]({% slug columnmenu_treelist %})).
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](slug:filter_row_treelist).
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]({% slug treelist_row_reordering %}) of the TreeList.
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]({% slug paging_treelist %})).
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]({% slug sorting_treelist %})).
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]({% slug editing_template_forms_treelist %}#toc-editing-records)).
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]({% slug editing_template_forms_treelist %}#toc-cancelling-editing)).
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]({% slug editing_template_forms_treelist %}#toc-saving-records)).
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]({% slug editing_template_forms_treelist %}#toc-removing-records)).
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]({% slug editing_template_forms_treelist %}#toc-adding-records)).
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]({% slug editing_incell_treelist %}#toc-basic-concepts)).
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]({% slug editing_incell_treelist %}#toc-basic-concepts)).
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]({% slug scrollmmodes_treelist %}#toc-endless-scrolling)).
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]({% slug api_treelist_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]({% slug editing_template_forms_treelist %}#toc-editing-records)).
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]({% slug editing_template_forms_treelist %}#toc-cancelling-editing)).
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]({% slug editing_template_forms_treelist %}#toc-adding-records)).
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`]({% slug api_treelist_treelistcomponent %}#toc-cellclose) event.
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`]({% slug api_treelist_treelistcomponent %}#toc-cellclose) event was prevented.
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]({% slug pdfexport_treelist %})).
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`]({% slug api_kendo-drawing_group %}) by using the `kendo-treelist-pdf` component options.
646
- * ([see example]({% slug pdfexport_treelist %}#toc-exporting-multiple-treelists-to-the-same-pdf)).
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]({% slug excelexport_treelist %})).
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](slug:resizing_columns_treelist#toc-auto-fitting-the-content).
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](slug:resizing_columns_treelist#toc-auto-fitting-the-content).
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](#toc-isexpanded) and
756
- * [isSelected](#toc-isSelected) callbacks.
755
+ * triggers re-evaluation of the [isExpanded](#isexpanded) and
756
+ * [isSelected](#isSelected) callbacks.
757
757
  */
758
758
  updateView(): void;
759
759
  /**